* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

/* // <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 300 to 1000 */
body {
    background-color: #e6e6e6;
}


.work-sans-font {
    font-family: "Work Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

nav a:link,
nav a:visited {
    text-decoration: none;
    color: #000;
}

/* a:hover, a:active{
    color: #ef4a62;
} */
ul {
    list-style: none;
}

.nav-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    background-color: #fff;
    /* position: absolute;
    top: 0;
    left: 0;
    right: 0; */
}

.inside-nav {
    flex-direction: column;
    width: 100%;
    background-color: transparent;
}

.upper-nav {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    background: #fbca0e;
    padding-top: 1rem;
    column-gap: 10px;
    padding: 0.5rem;
    gap: 3rem;
    padding: 0.3rem 2rem;
}

.phone-no {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.phone-no img {
    width: 15px;
}

/* .upper-nav p{
    padding: 1rem 2rem;
} */
.logo {
    /* width: 15%; */
    padding: 20px 0;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.logo img {
    height: 4rem;
}

.lower-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 2rem;
    text-transform: uppercase;
    transition: flex-direction 01s ease;
}

.menu-list {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 60%;
    z-index: 9999999999;
}

.dropdown {
    display: none;
    position: absolute;
    background: #fff;
    padding: 0;
    margin: 0;
    list-style: none;
    border: 1px solid #ddd;
    margin-left: -45px;
}

.nav-item:hover .dropdown {
    display: block;
}

.dropdown-item {
    width: 175px;
}

.dropdown-link {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #333;
    transition: all 0.3s ease;
}

.dropdown-link:hover {
    border: 1px solid #000;
    background: #f9f9f9;
    color: #000;
}

.hamburger {
    display: none;
}

.bar {
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #101010;
}

.first-section {
    width: 100%;
}

.inside-first-section {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.center-image-container {
    width: 100%;
}

.mySlides img {
    width: 100% !important
}

.second-section {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: #ffffff;
    padding: 4rem 0;
}

.inside-second-section {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    row-gap: 10px;
}

.upper-second-section {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    width: 100%;
}

.upper-left {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    width: 40%;
    row-gap: 20px;
}

.upper-heading1 {
    font-size: 20px;
    color: #fbca0e;
    letter-spacing: 1px;
    font-weight: bold;
    /* margin-bottom: 1rem; */
}

.upper-heading2 {
    /* do it 2rem */
    font-size: 1rem;
    line-height: 20px;
    color: #535759;
    text-align: justify;
}

.inside-upper-left {
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
    /* background-color: cadetblue; */
    /* padding: 0 4rem; */
    column-gap: 10px;
}

.about-para {
    display: flex;
    flex-direction: column;
    /* padding: 0 1rem; */
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    font-size: 0.8rem;
    /* color: #535759; */
    row-gap: 10px;
    text-align: left;
    font-size: 1rem;
    line-height: 20px;
    color: #535759;
}

.about-para .point {
    text-align: justify;

}

.about-para .point::before {
    content: '\2714';
    color: #fbca0e;
    margin: 10px;
}

.about-para a button {
    padding: 0.5rem 1.5rem;
    border-radius: 2rem;
    /* margin: 1rem 0; */
    border: solid 1px black;
    transition: background-color 0.2s ease;
    font-size: 0.9rem;
}

.about-para a button:hover {
    background: black;
    color: white;
}

.upper-right {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 50%;
    /* background-color: #ef4a62; */
    /* height: 80vh; */
    margin: 0rem 1rem;
    padding: 0rem 1rem;
    background-attachment: fixed;
    overflow: hidden;

}

.left-image,
.right-image {
    /* display: flex;
    align-items: center;
    justify-content: center; */
    /* padding: 9rem 6rem; */
    height: 25rem;
    width: 50%;
    background-size: cover;
    background-position: center;
}

.left-image {
    background-image: url(../images/25476.jpg);
}

.right-image {
    margin-top: 3rem;
    margin-left: 1rem;
    background-image: url(../images/beautiful-urban-view.jpg);
    background-position: center;

}

/* button */
.button {
    pointer-events: auto;
    cursor: pointer;
    background: #e6e6e6;
    border: none;
    padding: 0.7rem 1.5rem;
    margin: 0;
    /* font-family: inherit;
    font-size: inherit; */
    position: relative;
    display: inline-block;
    text-decoration: none;
}

.button::before,
.button::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.button--pan {
    border: 2px solid #e6b801;
    border-radius: 3rem;
    overflow: hidden;
    color: #fff;
}

.button--pan span {
    position: relative;
    /* mix-blend-mode: difference; */
    color: #000;
    font-weight: 500;
}

.button--pan::before {
    content: '';
    background: #e6b801;
    transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
}

.button--pan:hover::before {
    transform: translate3d(0, -100%, 0);
}

/* third section */
.third-section {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: #e6e6e6;
    padding: 2rem 0rem;
    margin: 2rem 0;

}

.inside-third-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* align-content: space-between; */
    width: 100%;
    row-gap: 20px;
}

/* .third-heading1{
    font-size: 1.2rem;
    font-weight: bold;
    padding-bottom: 5px;
    border-bottom: 3px solid #fbca0e;
} */
.third-heading1 {
    position: relative;
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
}

.third-heading1 p {
    position: relative;
    background-color: #fbca0e;
    /* color: #fff; */
    display: inline-block;
    margin-bottom: 10px;
    text-align: center;
    text-transform: uppercase;
    padding: 1px 12px;
    letter-spacing: 1px;
    font-weight: 500;
}

.third-heading1 p::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    border: 11px solid #fbca0e;
    z-index: 2;
    left: -12px;
    border-right-width: 11px;
    border-left-color: transparent !important;
}

.third-heading1 p::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    border: 11px solid #fbca0e;
    z-index: 2;
    right: -12px;
    border-left-width: 11px;
    border-right-color: transparent !important;
}

.third-heading1 h4 {
    position: absolute;
    display: block;
    /* left: -15px; */
    top: -20px;
    letter-spacing: 5px;
    width: 100%;
    text-align: center;
    font-size: 80px;
    font-weight: 900;
    color: #000;
    text-transform: uppercase;
    z-index: 1;
    opacity: 0.1;
}

.third-heading1 h2 {
    font-size: 20px;
    font-weight: 600;
    color: #000000d2;
    text-transform: capitalize;
    display: block;
    position: relative;
    padding-bottom: 0px;
    line-height: 23px;
    text-align: center;
    width: 80%;
    margin: auto;

}

span.other-brand {
    font-weight: bold;
    color: #000;
    font-size: 23px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px;
}

span.other-brand img {
    width: 150px;
}

/* .third-heading2{
    width: 50%;
    text-align: center;
    margin: 1rem;
    font-size: 1.2rem;
    font-weight: bold;
    color: #535759; */

.products-container {
    /* display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-wrap: wrap;
        padding: 2rem;
        /* background-color: #848484; */
    /* width: 80%;
        gap: 20px;  */
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    width: 85%;
    padding: 2rem 0;
}

.product-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 2rem 1rem;
    width: 100%;
    background-color: #ffffff;
    row-gap: 15px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    border-radius: 20px;
}

.product-card img {
    width: auto;
    height: 15rem;
}

.product-card:hover {
    background-color: #fbca0e;
}

.product-card a {
    width: 100%;
    text-decoration: none;
    color: black;
}

.card-info {
    /* margin: 2rem 0; */
    display: flex;
    flex-direction: column;
    align-content: space-between;
    row-gap: 10px;
}

.card-info-heading {
    /* margin: 1rem 0; */
    font-size: 1.1rem;
    font-weight: bold;
    color: #000000ed;
}

.card-info-details {
    font-size: 0.9rem;
    color: rgba(75, 76, 68, 0.8);
}

.card-link {
    display: flex;
    justify-content: space-between;
    width: 100%;
    border-top: #000 solid 1px;
    padding-top: 1rem;
    font-size: 0.9rem;
    font-weight: bold;
    color: #000000ed;

}

/* fourth section */
.fourth-section {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    background-image: url(../images/Banners/banner-review.jpg);
    background-attachment: fixed;
    background-size: cover;
}

.inside-fourth-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 6rem 4rem 10rem 4rem;
    overflow: hidden;
    position: relative;
}

.inside-fourth-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1;
}

.fourth-left-side {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 60%;
    position: relative;
    z-index: 20;
    color: white;
}

.fourth-left-side p {
    font-size: 0.9rem;
}

.fourth-left-side p:nth-child(1) {
    font-size: 2.5rem;
    /* line-height: 2.5rem; */
    margin: 1rem 0;
    font-weight: bold;
}

.fourth-right-side {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25%;
    overflow: hidden;
}

.review-box {
    display: flex;
    flex-direction: column;
    background-color: #fbca0ee2;
    /* color: #0c242d; */
    width: 100%;
    position: relative;
    z-index: 20;
    border-radius: 4px;
    padding: 1rem;
}

.review-box p:nth-child(2) {
    padding: 1rem 0;
    font-size: 0.8rem;
}

.review-box p:nth-child(3) {
    padding: 0.5rem 1rem;
    font-size: 0.8rem;
}

.review-box img {
    width: 32px;
    position: absolute;
    right: 10px;
    top: 10px;
    /* z-index: 20; */
    /* margin-right: 10px; */
}

/* fifth section */
.fifth-section {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4rem 0;
}

.inside-fifth-section {
    width: 80%;
    display: flex;
    justify-content: space-between;
    padding: 4rem;
    background-color: #ffffff;
    box-shadow: 7px 7px 30px rgba(0, 0, 0, 0.2);
    border-radius: 4px;

}

.fifth-right-side {
    display: flex;
    flex-direction: column;
    justify-items: flex-start;
    align-items: center;
}

.form-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /* width: 100%; */
    overflow: hidden;
}

.row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.row input,
.row textarea,
.row button {
    margin: 0.8rem;
    border: none;
    background-color: #e6e6e6;
}

textarea {
    width: 100%;
}

.row input {
    border-radius: 2rem;
    padding: 0.5rem 1rem;
    width: 50%;
}

.row textarea {
    border-radius: 5px;
    padding: 1rem;
}

.row button {
    padding: 0.5rem 2rem;
    border-radius: 20px;
    width: 100%;
    background-color: #fbca0e;
    transition: background-color 0.4s ease;
}

.row button:hover {
    background-color: white;
    border: 1px solid #fbca0e;

}

/* .fifth-right-side p:nth-child(1){
    padding: 1rem;
    font-weight: bold;
    font-size: 1.2rem;
    color: #fbca0e;

}
.fifth-right-side p:nth-child(2){
    padding: 0 1rem;
    font-size: 0.8rem;
    text-align: center;

} */
input:focus,
textarea:focus {
    outline: none;
    border: 1px solid #fbca0e;
}


.sixth-section {
    display: flex;
    justify-content: center;
    align-items: center;
    /* background-color: #e3f2fd; */
    /* padding: 2rem; */
    flex-direction: column;
    margin-top: -100px;
    z-index: 100;
    position: relative;
    border-radius: 4px;

}

.sixth-section .heading {
    font-size: 1.2 rem;
    font-weight: bold;
}

.sixth-section-wrapper {
    padding: 2rem 0;
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 4px;

}

.inside-sixth-section {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    /* padding: 1rem 3rem; */
    max-width: 700px;
    /* background-color:white ; */
    position: relative;
    overflow: hidden;
}

.inside-sixth-section .slide {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 1rem 3rem;
    width: 850px;
    text-align: center;
    row-gap: 25px;
}

.slide p {
    font-size: 1rem;
}

.slide .image {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
}

.slide .name {
    font-size: 0.9rem;
}

.nav-btn {
    width: 40px;
    height: 40px;
    /* background-color: red; */
}

.nav-btn::before,
.nav-btn::after {
    font-size: 20px !important;
    color: #343b3b;
    font-weight: bold;
}

.swiper-pagination-bullet {
    background-color: #343b3b !important;
}

.swiper-pagination-bullet-active {
    background-color: #343b3b !important;
}

footer {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    /* height: 80vh; */
    background-image: url(../images/Banners/footer-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 50%;
    position: relative;
    color: #fff;
    width: 100%;
    overflow: hidden;
}

footer::before {
    width: 100%;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.87);
    z-index: 1;
}

.inside-footer {
    width: 100%;
}

.upper-footer {
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
    width: 100%;
    padding: 4rem;
    column-gap: 20px;
    z-index: 2;
    margin-bottom: 20px;

}

.about-company {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 30%;
    padding: 0 1rem;
}

.footer-logo img {
    /* width: 100%; */
    height: 4rem;
}

.about-company p {
    text-align: justify;
}

.contact-details img {
    width: 20px;
}

.socials {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    row-gap: 10px;
    padding-top: 1rem;
    width: 100%;
}

.socials-list {
    display: flex;
    column-gap: 20px;
}

.socials img {
    width: 30px;
}

.socials p {
    font-size: 1rem;
    font-weight: bold;
}

.contact-info,
.quick-links,
.products {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    row-gap: 15px;
}

.contact-info p:nth-child(1) {
    font-size: 1.4rem;
    font-weight: bold;
}

.quick-links p:nth-child(1) {
    font-size: 1.4rem;
    font-weight: bold;
}

.products p:nth-child(1) {
    font-size: 1.4rem;
    font-weight: bold;
}

.quick-links-list {
    font-size: 1rem;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

footer a {
    color: white;
    text-decoration: none;
}

footer a:active,
footer a:visited {
    color: white;
}

footer a:hover {
    color: #fbca0e;
    text-decoration: none;

}

.contact-info p:nth-child(2) {
    font-size: 1rem;
}

.contact-info p:nth-child(3) {
    font-size: 1.2rem;
}

.contact-info p:nth-child(4) {
    font-size: 01rem;
}

.contact-details {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    row-gap: 10px;
}

.contact-details .phone-no {
    padding: 0;
}

.lower-footer {
    position: absolute;
    bottom: 0;
    background-color: #080808f1;
    width: 100%;
    padding: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    display: flex;
    justify-content: space-between;
}

.lower-footer p {
    color: white;
    text-align: center;
}


@media screen and (max-width : 1024px) {

    /* nav-bar media query */
    .menu-list {
        position: absolute;
        flex-direction: column;
        background-color: #fff;
        width: 30%;
        border-radius: 10px;
        text-align: center;
        transition: 0.3s;
        box-shadow: 0 10px 27px rgba(0, 0, 0, 0.05);
        left: -100%;
        top: 7rem;
        height: 100vh;
    }

    .lower-nav {
        flex-direction: row-reverse;
    }

    .menu-list.active {
        left: 10px;
    }

    .hamburger {
        display: block;
        cursor: pointer;
    }

    .products-container {
        width: 100%;
        justify-content: center;
        column-gap: 20px;
    }

    .inside-second-section {
        padding: 2rem;
    }

    .right-image {
        margin-top: 3rem;
        margin-left: 0rem;
    }

    .left-image,
    .right-image {
        width: 100%;
    }

    .upper-right {
        flex-direction: column;
        height: 100vh;
    }

    .upper-left {
        width: 50%;
    }

    .footer-logo img {
        /* width: 100%; */
        height: 3rem;
    }

    .product-card img {
        width: auto;
        height: 15rem;
    }

    .third-heading1 h4 {
        font-size: 60px;
    }
}

@media screen and (max-width:900px) {
    .upper-left p {
        text-align: left;
    }

    .upper-heading2 {
        padding: 1rem 0rem;
    }

    .left-image,
    .right-image {
        /* padding: 9rem 6rem; */
        height: 50vh;
    }

    .inside-upper-left {
        flex-direction: column;
    }

    .about-para {
        width: 100%;
    }


    .products-container {
        padding: 2rem 0;
    }

    .inside-fifth-section {
        padding: 1rem;
    }

    .fourth-right-side {
        width: 30%;
    }

    .upper-footer {
        padding: 4rem 2rem;

    }

    .lower-footer {
        flex-direction: column;
        row-gap: 5px;
    }

    .product-card img {
        width: auto;
        height: 12rem;
    }
}


@media screen and (max-width:765px) {
    .upper-right {
        flex-direction: column;
    }

    .right-image {
        margin: 3rem 0rem 0rem 0rem;
    }

    .left-image,
    .right-image {
        height: 50%;
        width: 100%;
        padding: 0rem;
    }

    .upper-heading2 {
        padding: 1rem 0rem;
    }

    .fifth-right-side {
        padding: 0 1rem;
    }

    .fifth-right-side p:nth-child(1) {
        padding: 0.5rem 1rem;
    }

    .fifth-right-side p:nth-child(1) {
        padding: 0.5rem;
    }

    .form-container {
        align-items: center;
        flex-direction: column;
    }

    .row input {
        padding: 0.5rem 1rem;
        width: 100%;
    }

    .row {
        width: 100%;
    }

    .row {
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .fourth-left-side p:nth-child(1) {
        font-size: 2rem;
    }

    .fourth-right-side {
        width: 40%;
    }

    .inside-fourth-section {
        padding: 8rem 4rem;
        column-gap: 25px;
        justify-content: center;
    }

    .third-heading1 h4 {
        font-size: 40px;
        line-height: 28px;
        top: -5px;
    }

    .third-heading1 h2 {
        font-size: 18px;
        width: 100%;
    }

    .upper-footer {
        justify-content: center;
        flex-wrap: wrap;
        row-gap: 30px;
        align-items: center;
        column-gap: 50px;
    }

    .contact-info,
    .quick-links,
    .products,
    .about-company {
        width: 40%;
    }

    .about-company {
        padding: 0;
    }
}

@media screen and (max-width:765px) {
    .logo img {
        width: auto;
        height: 3rem;
    }

    .second-section {
        padding-top: 0;
        padding-bottom: 2rem;
    }

    .third-section {
        padding: 2rem 0.5rem;
    }

    .contact-info p:nth-child(1) {
        font-size: 1.2rem;
    }

    .quick-links p:nth-child(1) {
        font-size: 1.2rem;
    }

    .products p:nth-child(1) {
        font-size: 1.2rem;
    }

    .upper-footer {
        margin-bottom: 40px;

    }
}

@media screen and (max-width: 700px) {
    .upper-nav {
        display: none;
    }

    .products-container {
        /* flex-direction: column; */
        flex-wrap: wrap;
        column-gap: 15px;
        width: 90%;
        /* padding: 0 1rem; */
        overflow: hidden;
        justify-content: center;
        row-gap: 15px;
    }

    .product-card {
        width: 45%;
        row-gap: 5px;
        padding: 1rem;
        height: 300px;
        /* height: 50%; */
    }

    /* .card-info {
        margin: 1rem 0;
    } */
    /* .product-card {
        margin: 1rem 0;
    } */
    .product-card img {
        width: auto;
        height: 9rem;
    }

    .third-heading2 {
        width: 80%;
    }

    .fourth-left-side p:nth-child(1) {
        font-size: 1.8rem;
    }

    .fourth-right-side {
        width: 50%;
    }

    .products-container {
        width: 100%;
    }

    .upper-second-section {
        flex-direction: column;
        row-gap: 20px;
    }

    .upper-left {
        width: 100%;
    }

    .upper-right {
        width: 100%;
    }
}

@media screen and (max-width:600px) {
    .inside-second-section {
        padding: 4rem 2rem;
    }

    .sixth-section {
        margin-top: 0px;
        position: unset;
    }

    .sixth-section-wrapper {
        width: 100%;
    }

    .inside-fifth-section {
        width: 100%;
    }

    .row {
        flex-direction: row;
    }

    .inside-fourth-section {
        flex-direction: column;
        padding: 2rem;
        row-gap: 20px;
    }

    .fourth-left-side {
        width: 100%;
        text-align: center;
    }

    .bar {
        width: 20px;
        height: 2px;
    }

    .about-company img {
        width: auto;
        height: 4rem;
        align-self: flex-start;
    }

    .socials-list img {
        height: 2rem;
    }

    .logo {
        padding: 15px 0;
    }
}

@media screen and (max-width:530px) {
    .upper-second-section {
        flex-direction: column;
    }

    .upper-right {
        width: 100%;
        padding: 0;
    }

    .upper-left {
        width: 100%;
    }

    .about-para {
        padding: 0;
    }

    .third-heading2 {
        width: 100%;
        padding: 0 1rem;
    }

    .fourth-left-side {
        width: 100%;
    }

    .fourth-right-side {
        width: 100%;
    }

    .inside-fourth-section {
        flex-direction: column;
        row-gap: 30px;
    }

    .product-card {
        width: 100%;
        height: 350px;
    }

    .products-container {
        flex-direction: column;
        padding: 0 2rem;
    }


}

@media screen and (max-width:465px) {
    .row {
        flex-direction: column;
    }

    .upper-footer {
        align-items: flex-start;
        flex-direction: column;
        row-gap: 50px;
    }

    .contact-info,
    .quick-links,
    .products,
    .about-company {
        width: 100%;
    }

    .logo img {
        width: auto;
        height: 2rem;
    }

    .upper-right {
        margin: 0rem;
    }
}

@media screen and (max-width:450px) {

    .lower-nav {
        padding: 0 1rem;
    }

    .menu-list {
        width: 60%;
        height: 65vh;
    }

    .inside-second-section {
        padding: 4rem 1rem;
    }

    .third-heading1 h2 {
        font-size: 16px;
        width: 100%;
    }

    .upper-heading1 {
        font-size: 18px;
        font-weight: 500;
    }

    .upper-right {
        margin-left: 0;
    }

    .products-container {
        padding: 0 1rem;
    }

    .fourth-left-side p:nth-child(1) {
        font-size: 1.4rem;
    }

    .contact-info p:nth-child(1) {
        font-size: 1.1rem;
    }

    .quick-links p:nth-child(1) {
        font-size: 1.1rem;
    }

    .products p:nth-child(1) {
        font-size: 1.1rem;
    }

    .upper-left p {
        text-align: left;
        text-align: justify;
    }
}