@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,300;0,400;0,500;0,600;1,100;1,300&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Marcellus&display=swap');

* {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    border: none;
    text-decoration: none;
    text-transform: capitalize;
    -webkit-transition: .2s linear;
    transition: .2s linear;
}

html {
    font-size: 62.5%;
    overflow-x: hidden;
    scroll-behavior: smooth;
    scroll-padding-top: 5rem;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 0.5rem 9%;
    z-index: 1000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}

.header .logo img {
    width: 160px;
    height: 60px;
    object-fit: contain;
}


.header .logo {
    margin-right: auto;
    font-size: 2.5rem;
    color: #10221b;
    font-weight: bolder;
}


.header .navbar a {
    margin-left: 2rem;
    font-size: 1.7rem;
    color: #10221b;
}

.header .navbar a:hover {
    color: #B78948;
}

.header .navbar #nav-close {
    font-size: 5rem;
    cursor: pointer;
    color: #B78948;
    display: none;
}

.header .icons a,
.header .icons div {
    font-size: 2.5rem;
    margin-left: 2rem;
    cursor: pointer;
    color: #B78948;
}

.header .icons a:hover,
.header .icons div:hover {
    color: #B78948;
}

.header #menu-btn {
    display: none;
}

#nav-close {
    display: none;
}

.products_cards {
    background: url(../images/a3e1f129-98b6-e3f1-c769-a621b6f771c9.png);
    padding-inline: 60px;
    padding-block: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.products_cards p {
    text-align: center;
    font-size: 18px;
    margin-bottom: 5px;
}

.products_cards h3 {
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "Marcellus", serif;
    margin-top: 5px;
}

.cards_productsCont {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    margin-top: 40px;
}

.cards_productsCont div {
    width: 350px;
    height: 350px;
    overflow: hidden;
    border-radius: 8px;
}

.cards_productsCont img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
    border-radius: 8px;
}

.cards_productsCont img:hover {
    transform: scale(1.15);
}

.what_we_do {
    padding-inline: 50px;
    padding-block: 40px;
    display: flex;
    align-items: start;
    gap: 65px;
    background: url(../images/bg2.jpg);
    background-size: 100%;
}

.images_what {
    height: 80vh;
    position: sticky;
    top: 100px;
}

.vectorOne {
    position: absolute;
    height: 25px;
    top: -1px;
    object-fit: contain;
    left: 40%;
}

.vectorTwo {
    position: absolute;
    height: 25px;
    bottom: -1px;
    object-fit: contain;
    left: 40%;
}

.vectorThree {
    position: absolute;
    width: 25px;
    left: 0;
    object-fit: contain;
    top: 44%;
}

.vectorFour {
    position: absolute;
    width: 25px;
    right: -1px;
    object-fit: contain;
    top: 44%;
}

.images_what .mainIMg {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    position: relative;
}

.what_container {
    width: 70%;
}

.what_container h1 {
    font-family: "Marcellus", serif;
    font-size: 45px;
    text-align: left;
    font-weight: 500;
    margin-bottom: 25px;
}

.what_container p {
    font-size: 15px;
    line-height: 140%;
    margin-bottom: 12px;
}

.main_cards_who {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-top: 40px;
}

.cards_whatDo {
    padding: 24px;
    border: 1px solid #B78948;
    border-radius: 5px;
}

.cards_whatDo h3 {
    font-family: "Marcellus", serif;
    font-size: 28px;
    text-align: left;
}

.cards_whatDo span {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 140%;
    padding: 10px;
}

.phone_mobilewhat {
    display: none;
}

.galleryContainer {
    background: url('../images/ii.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    padding: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.galleryContainer h1 {
    font-family: "Marcellus", serif;
    font-size: 45px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 25px;
}


/* Footer Styling */
.footer {
    background-color: #121212;
    color: #fff;
    padding: 40px 80px;
    font-family: Arial, sans-serif;
    position: relative;
}

/* Top Section */
.footer-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #333;
    padding-bottom: 20px;
}

.logo img {
    height: 40px;
}

.company-description {
    font-size: 14px;
    color: #aaa;
}

/* Middle Section */
.footer-middle {
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
}

.footer-section {
    flex: 1;
    margin-right: 20px;
}

.footer-section h3 {
    font-size: 16px;
    margin-bottom: 10px;
}

.footer-section p,
.footer-section a {
    font-size: 14px;
    color: #ddd;
    text-decoration: none;
}

.footer-section ul {
    list-style: none;
    padding: 0;
}

.footer-section ul li {
    margin-bottom: 5px;
}

.footer-section ul li a:hover {
    color: #fff;
    text-decoration: underline;
}

/* Social Icons */
.social-icons a {
    color: #fff;
    margin-right: 10px;
    font-size: 16px;
}

/* Bottom Section */
.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #333;
    padding-top: 15px;
    font-size: 14px;
    color: #aaa;
}

.footer-links a {
    color: #aaa;
    margin-left: 15px;
    text-decoration: none;
}

.footer-links a:hover {
    color: #fff;
    text-decoration: underline;
}

/* Responsive Design */
@media (max-width:450px) {
    .phone_mobilewhat {
        padding-inline: 65px !important;
    }
}

@media (max-width: 991px) {
    .galleryContainer {
        padding: 20px;
    }

    .galleryContainer h1 {
        font-size: 28px;
        text-align: center;
    }

    .products_cards {
        padding-inline: 20px;
    }

    .cards_productsCont div {
        width: 100%;
        height: 30vh;
    }

    .what_we_do {
        flex-direction: column;
        padding: 20px;
        background-size: cover;
        align-items: center;
        gap: 20px;
    }

    .what_container {
        width: 100%;
    }

    .main_cards_who {
        display: grid;
        grid-template-columns: 1fr;
        gap: 15px;
        margin-top: 25px;
    }

    .images_what {
        position: relative;
        top: 0;
    }

    .phone_mobilewhat {
        display: block;
        padding: 30px;
        padding-inline: 185px;
        position: sticky;
        top: 10%;
    }

    .mobile_produuct {
        position: relative;
    }

    .cards_productsCont {
        grid-template-columns: 1fr 1fr;
    }

    .header {
        padding: 0.5rem 5%;
    }

    .header .navbar {
        position: fixed;
        top: 0;
        left: -100%;
        width: 90%;
        height: 100vh;
        background: #fff;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 2rem;
        transition: left 0.4s ease-in-out;
        box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
    }

    .header .navbar a {
        font-size: 1.5rem;
    }

    .header .navbar #nav-close {
        display: block;
        position: absolute;
        top: 1rem;
        right: 1.5rem;
        font-size: 2rem;
        cursor: pointer;
        color: #B78948;
    }

    /* Show Menu When Active */
    .header .navbar.active {
        left: 0;
        display: flex;
    }

    /* Show Menu Button */
    .header #menu-btn {
        display: block;
        font-size: 2rem;
        cursor: pointer;
    }

    .footer {
        padding: 20px;
    }

    .footer-top,
    .footer-middle {
        flex-direction: column;
        text-align: left;
    }

    .footer-bottom {
        display: none;
    }

    .footer iframe {
        width: 100%;
        height: 200px;
        object-fit: contain;
    }

    .footer-section {
        margin-bottom: 20px;
    }

    .footer-links {
        margin-top: 10px;
    }

    .tabs-container {
        width: 100%;
        overflow-x: auto;
    }

    .gallery_dta {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 8px;
    }

    .gallery img {
        aspect-ratio: 1;
        width: 100% !important;
        height: 100% !important;
    }
}

@media (max-width: 1024px) {
    .header {
        padding: 0.5rem 5%;
    }
}


.tabs-container {
    display: flex;
    background: #ffd18d;
    padding: 8px;
    border-radius: 25px;
}

.tab {
    padding: 10px 20px;
    color: #000;
    cursor: pointer;
    font-size: 16px;
    border-radius: 20px;
    transition: 0.3s;
}

.tab.active {
    background: #000;
    color: white;
}

.gallery {
    margin-top: 20px;
    display: none;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
}

/* mansi iloveyou */
.gallery.active {
    display: block;
}

.gallery_dta {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.gallery img {
    width: 300px;
    height: 300px;
    object-fit: cover;
    border-radius: 10px;
}

.whats_appBtn {
    position: fixed;
    bottom: 20px;
    right: 10px;
    z-index: 99;
}

.whats_appBtn button {
    border: 1px solid green;
    border-radius: 10px;
    background: #fff;
    color: green;
    padding: 8px 12px;
    font-size: 14px;
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 5px;
}


/* .container-hang {
    display: none;
}


.container {
    position: relative;
    display: flex;
    flex-direction: column;
    max-width: 480px;
    gap: 24px;
    margin: 50px auto;
    height: 2040px;
    align-items: center;
}

.card {
    width: 90%;
    margin: 0 25px;
    box-sizing: border-box;
    background: #dedede;
    min-height: 400px;
    border-radius: 32px;
    position: sticky;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'system-ui', sans-serif;
    font-size: 90px;
    font-weight: medium;
    color: #FFF;
}

.one {
    top: 50px;
    background: #6b04fd;
}

.two {
    top: 80px;
    background: #5a03d5;
}

.three {
    top: 110px;
    background: #4b05ad;
}

.four {
    top: 140px;
    background: #2c0076;
}

#carousel_adef {
    display: block;
}


.main_products {
    padding: 25px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.products_mainCont {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

.main_products img {
    aspect-ratio: 1;
    height: 470px;
    object-fit: cover;
}

@media screen and (max-width:550px) {
    .container-hang {
        display: block;
        margin-top: 60px;
        padding: 20px;
    }

    #carousel_adef {
        display: none;
    }
} */