* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
    outline: none;
    color: currentColor;
}

body {
    background-image: url(/public/images/bg-white.png);
    background-size: 500px;
    /* background-repeat: no-repeat; */
}

button,
a {
    text-decoration: none;
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
    user-select: none;
}

button:hover,
a:hover {
    /* transform: scale(1.1); */
    opacity: 0.8;
    color: #AD8950;
    border-color: #AD8950;

}

button:active,
a:active {
    color: #AD8950;
    border-color: #AD8950;
    transform: scale(1.01);
    opacity: 0.8;
}

.container {
    padding: 40px 0;
    width: 1000px;
    max-width: 90%;
    margin: auto;
}



.item-anime {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease, transform 0.6s ease;

}

.item-anime.show {
    opacity: 1;
    transform: translateY(0);
}

/* Different animation types */
.fade-left {
    transform: translateX(-50px);
}

.fade-left.show {
    transform: translateX(0);
}

.fade-right {
    transform: translateX(50px);
}

.fade-bottom {
    transform: translateY(50px);
}

.fade-right.show {
    transform: translateX(0);
}

.scale {
    transform: scale(0.8);
}

.scale.show {
    transform: scale(1);
}

.top-msg {

    overflow: hidden;
    background-color: #000;
    border-bottom: solid 1px #555;
}

.top-msg .container {
    color: white;
    padding: 10px 0;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    display: flex;
    white-space: nowrap;
    gap: 40px;
    padding: 0 40px;
    height: 40px;
    align-items: center;
    animation: fd-scroll 5s linear infinite;
    width: fit-content;
}

@keyframes fd-scroll {
    to {
        transform: translateX(-50%)
    }
}



.hero {


    position: relative;
}


.hero header {
    display: flex;
    gap: 40px;
    justify-content: space-between;
    width: 100%;
    z-index: 999;
    align-items: center;
    position: absolute;
    top: 0;
    color: white;
    padding: 0 20px;
}

.hero header .logo img {
    height: 80px;
}

.hero header ul {
    display: flex;
    gap: 30px;
    white-space: nowrap;
}

.hero header ul a {
    display: flex;
    align-items: center;
    border-radius: 15px;
    font-size: 16px;
}

.hero header ul a.active {
    border: solid 1px white;
    height: 25px;

    padding: 0px 16px;
}

.hero .img-hero {
    width: 100%;
    height: calc(100dvh - 40px);
    display: flex;
    min-height: 700px;

    background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.35) 100%);
}

.hero .img-hero img {
    z-index: -10;
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 100%;
    object-position: top;
}

.hero .hero-content {
    position: absolute;
    bottom: 0;
    left: 0%;
    min-height: 40%;
    width: 100%;
    color: white;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.8) 100%);

}

.hero .hero-content h1 {
    font-family: "abo2sadam_regular";
    font-size: 74px;
    font-weight: 400;
}

.hero .hero-content h4 {
    font-family: "BASKVILL";
    font-size: 35px;
    font-weight: 300;
    letter-spacing: 1px;
}

.hero .hero-content button,
.new-items button {
    background-color: #0000;
    color: white;
    border: 1px solid white;
    padding: 0px 50px;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 1px;
    cursor: pointer;
    display: flex;
    width: fit-content;
    margin-top: 60px;
    margin-bottom: 60px;
    height: 50px;
    width: 400px;
    max-width: 80%;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    font-family: "ebrima";
}

.hamburger {
    display: none;
}

.hero header .right {
    display: flex;
    gap: 10px;
    flex-direction: column;
    height: 50px;

}

.hero header .right svg {
    display: flex;
    width: 45px;
    height: 45px;
}

.overlay {
    display: none;
}

.hero .swiper-slide {}

.hero .button-arrow-left,
.hero .button-arrow-right {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%) rotate(180deg);
    opacity: 0.8;
    z-index: 9;
}

.hero .button-arrow-right {
    left: unset;
    right: 20px;
    transform: translateY(-50%);
}

.hero .button-arrow-left svg,
.hero .button-arrow-right svg {
    color: white;
    width: 30px;
    height: 30px;
}

.products {
    /* background-image: url(images/bg.png); */
    padding-top: 40px;
}

.products .container {
    display: flex;
    flex-wrap: wrap;
    gap: 5%;
    row-gap: 40px;
    justify-content: space-between;

}

h2 {
    font-family: "BASKVILL";
    font-size: 20px;
    font-weight: 400;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    font-family: "ebrimabd";
    font-weight: bold;
    /* letter-spacing: 1px; */
}

.products .container .product {
    width: 30%;
    flex: 1;
    min-width: max(160px, 30%);
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative;
    /* align-items: center; */
}

.products .container .product img {
    border-radius: 20px;
    width: 100%;
    aspect-ratio: 3/4;
    object-fit: cover;
    box-shadow: 0 0 10px #0002;
}

.products .container .product:hover img {
    box-shadow: 0 10px 20px #0004;

}

.products .container .product h3 {
    font-size: 14px;

    font-family: "ebrima";
    font-weight: bold;
}

.products .container .product button {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20%;
    aspect-ratio: 1;
    display: flex;
    color: white;
    border-radius: 50%;
    max-width: 50px;
}

.products .container .product button.active {
    background-color: #F25;
    border: solid 1px #F25;
}

.products .container .product button svg {
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.product span {
    font-weight: 700;
}

.product .more-inf {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product .more-inf .color {
    background-color: #171D33;
    height: 20px;
    width: 60px;
    border-radius: 8px;
}

.section-img img {
    object-position: center;
    object-fit: cover;
    width: 100%;
    max-width: 100%;
    min-height: 120px;
}

.container:has(.swiper-category) {
    overflow: hidden;
    width: 1400px;
}

.swiper-category .swiper-slide .img-hero {
    transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
}

.swiper-category .swiper-slide:not(.swiper-slide-active) .img-hero {
    transform:
        perspective(700px) rotateY(45deg) scale(0.9);

}

.swiper-category .swiper-slide.swiper-slide-active .img-hero {
    transform: scale(1.2) translateY(10%);

}



.swiper-category .swiper-slide.swiper-slide-active~.swiper-slide .img-hero {
    transform:
        perspective(700px) rotateY(-45deg) scale(0.9);

}

.swiper-category .swiper-slide.swiper-slide-next .img-hero {
    transform: scale(1.1) perspective(700px) rotateY(-45deg) translateX(15%) !important;

}

.swiper-category .swiper-slide.swiper-slide-prev .img-hero {
    transform: scale(1.1) perspective(700px) rotateY(45deg) translateX(-15%);

}

.swiper-category {
    position: relative;
    margin-top: 60px;
    padding-bottom: 140px;
    /* overflow: hidden; */
}


.swiper-category img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 3.5/5;
    box-shadow: none;
}


.swiper-category .swiper-slide .img-hero {
    border-radius: 24px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: none;
    display: flex;
}

.swiper-category .swiper-slide .img-hero {
    position: relative;
}

.swiper-category .swiper-slide:not(.swiper-slide.swiper-slide-active) .img-hero .data {
    display: none;
}

.swiper-category .swiper-slide .img-hero::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;

    background: linear-gradient(180deg, #C3A79010 0%, #C3A79020 50%, #C3A790F0 100%);
}

.swiper-category .button-arrow-left,
.swiper-category .button-arrow-right {
    height: 36px;
    width: 60px;
    border-radius: 22px;
    border: solid 1px #000;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(10%);
}

.swiper-category .button-arrow-left svg,
.swiper-category .button-arrow-right svg {
    height: 50%;
    width: 50%;
}

.swiper-category .button-arrow-right svg {
    transform: rotate(180deg);
}

.swiper-category .button-arrow-left {
    transform: translateX(-110%);
}

.swiper-category .data {
    position: absolute;
    padding: 14px;
    color: #fff;
    bottom: 0;
    left: 0;
    font-family: "ebrima";
    font-size: 14px;
}

.swiper-category .data h4 {

    font-family: "ebrimabd";
    font-size: 16px;
}

.about-section {

    overflow: hidden;
    padding: 60px 0;
}

.about-section .container {
    display: flex;
    gap: 20px;
    width: 1400px;
    align-items: stretch;
}

.about-section .left {
    max-width: 800px;
    flex: 2;
}

.about-section .left h2 {
    text-align: center;
    margin-left: 0;
    width: fit-content;
    margin-bottom: 20px;
    font-family: 'lora', sans-serif;
    font-size: 32px;
    font-weight: 300;
}


.about-section .left img {
    width: 100%;
    border-radius: 20px;
    margin-top: 30px;
    aspect-ratio: 4;
    min-height: 200px;
    object-fit: cover;
}

.about-section .right {
    flex: 1;
    position: relative;
    display: flex;
    min-height: 200px;
    /* overflow: hidden; */
}

.about-section .right::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: solid 1px #AD8950;
    border-radius: 24px;
    transform: scale(1.1) translateX(30%);

}

.about-section .right img {
    /* width: 100%; */
    max-width: 100%;
    border-radius: 24px;
    height: 100%;
    object-fit: cover;
    /* display: none; */
    position: absolute;
    right: 0;
    top: 0;
    aspect-ratio: 5/6;
    z-index: 10;
    object-position: top;
    min-height: 20px;
}

.new-items {
    position: relative;
}

.new-items img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}

.new-items::after {
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #0008;
}

.new-items .container {
    position: relative;
    z-index: 10;
    color: white;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1;
    max-height: 600px;
}

.new-items .container button {
    margin-top: 30px;
    white-space: nowrap;
}

.new-items .container h4 {
    font-family: "ebrima";
    text-align: center;
}

.new-items .container h1 {
    font-weight: 300;
    text-align: center;
    font-size: 50px;
}

.faq .container {

    overflow: hidden;

    width: 1400px;
}

.faq .swiper-faq {
    margin-top: 40px;
}

.faq .swiper-faq .swiper-pagination {
    position: relative;
    margin-top: 20px;
}

.swiper-pagination-bullet-active {
    background-color: #000 !important;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    background: transparent;
    border: solid 1px #000;
    opacity: 1;
    height: 10px;
    width: 10px;
}

.faq .swiper-faq .img-hero {
    position: relative;
    width: 300px;
    max-width: 100%;
    padding: 5px;
    margin: auto;
}

.faq .swiper-faq .swiper-slide .info {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 30px;
    display: flex;
    align-items: center;
    flex-direction: column;
    /* padding-bottom: 0; */
    height: 100%;
}

.faq .swiper-faq .swiper-slide:not(.swiper-slide-active) {
    /* transform: scale(0.9); */
}

.faq .swiper-faq .swiper-slide {
    transition: all 0.4s;
    width: fit-content;
}

.faq .swiper-faq .swiper-slide .info h4 {
    font-family: "ebrimabd";
    font-size: 24px;
    color: #333;
}

.swiper-faq .swiper-slide img {
    width: 100%;
}

.faq .stars {
    display: flex;
    gap: 10px;
    margin-top: 5px;
    color: #FFD449;
}

.faq .stars svg {
    height: 24px;
    width: 24px;
}

.faq p {
    text-align: center;
    margin-top: 10px;
    line-height: 150%;
    color: #4D4D4D;
}

.faq .info img {
    height: 40px;
    margin-top: 10px;
    margin-top: auto;
}


.services {
    background-color: #AD8950;
    color: white;
}

.services .container {
    display: flex;
    overflow: hidden;
    gap: 30px;
    justify-content: space-between;
    align-items: center;
    width: 1400px;
}

.services .item {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    gap: 10px;
    flex: 1;
}

.services .item svg {
    width: 100px;
    height: 100px;
}

.services .item h4 {
    font-size: 20px;
    font-family: "ebrimabd";
}

.services .item p {
    line-height: 150%;
    max-width: 400px;
}

.services .line {
    min-width: 1px;
    height: 160px;
    background-color: #FFF;
}

footer {
    background-color: #1A1A1A;
    margin-top: 10px;
    color: #FFF;
}

footer .logo {
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
}

footer .logo img {
    width: 200px;
    background-color: #1A1A1A;
    z-index: 10;
}

footer .logo::after {
    content: "";
    height: 1px;
    width: 100%;
    position: absolute;
    background-color: #FFF;
    top: 50%;
}

footer .items {
    display: flex;
    gap: 40px;
    margin-top: 30px;
}

footer .items ul {
    display: flex;
    gap: 10px;
    flex-direction: column;
    text-transform: capitalize;
    flex: auto;
    white-space: nowrap;
}

footer .items ul.social {
    flex: 2;
    background-color: #333;
    border-radius: 20px;
    /* text-align: center; */
    padding: 20px 30px;
}

footer .items .social li a {
    display: flex;
    gap: 10px;
    align-items: center;
    font-family: "ebrimabd";
}

footer .items ul li a svg {
    height: 24px;
    width: 24px;
}

footer .copyright{
    background-color: white;
    padding:10px 20px ;
    justify-content: center;
    color: #000;
    text-align: center;
    font-family: "ebrima";
}
@media (max-width:920px) {
    .hero header {
        transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.01);
    }

    .hero header.scrolled {
        position: fixed;
        z-index: 999;
        top: 0;
    }

    .hero header::before {
        position: absolute;
        content: "";
        left: 0;
        top: 0%;
        height: 100%;
        width: 100%;
        z-index: -1;
        transition: all 0.4s linear;
    }

    .hero header:has(.hamburger.active)::before,
    .hero header.scrolled::before {
        position: absolute;
        content: "";
        left: 0;
        top: 0%;
        height: 100%;
        width: 100%;
        background-color: #000;
        z-index: -1;
    }

    .hero header:has(.hamburger.active) {
        z-index: 999;

    }

    .hero header menu {
        /* display: none; */
    }

    .hero header menu {
        display: flex;
        position: absolute;
        top: 65px;
        left: 0;
        /* height: 400px; */
        background-color: #FFF;
        width: 100%;
        flex-direction: column;
        padding: 60px 30px;
        border-top: solid 1px #eee;
        transform: translateY(-140%);
        z-index: -10;
        transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.01);
    }

    header .hamburger.active~.overlay,
    header .search-form.active~.overlay-1 {
        position: fixed;
        display: flex;
        left: 0;
        top: 100px;
        height: calc(100dvh - 100px);
        right: 0;
        bottom: 0;
        background-color: #0005;
        z-index: -30;
    }

    .hero header menu ul {
        flex-direction: column;
        gap: 20px;
        color: black;
    }

    .hero header menu ul li {}

    .hero header menu ul li a {
        font-size: 18px;
        /* justify-content: center; */
    }

    .hero header menu ul li a.active {
        padding: 0;
        color: #AD8950;
    }

    .hero header .hamburger.active~menu {
        flex-direction: column;
        transform: translateY(0%);
        border-top: solid 1px #eee;
    }

    .hamburger {
        cursor: pointer;
        display: inline-block;
        position: relative;
        z-index: 99999;
        display: flex;
        align-items: center;
    }

    .hamburger svg {
        height: 40px;
        transition: transform .6s cubic-bezier(.4, 0, .2, 1);
        stroke: white;
    }

    .line {
        fill: none;
        stroke-linecap: round;
        stroke-linejoin: round;
        stroke-width: 2;
        transition: stroke-dasharray .6s cubic-bezier(.4, 0, .2, 1), stroke-dashoffset .6s cubic-bezier(.4, 0, .2, 1)
    }

    .line-top-bottom {
        stroke-dasharray: 12 63
    }

    .hamburger.active svg {
        transform: rotate(-45deg)
    }

    .hamburger.active .line-top-bottom {
        stroke-dasharray: 20 300;
        stroke-dashoffset: -32.42
    }



    .hero header {
        gap: 10px;
    }

    .hero header .logo img {
        height: 60px;

    }

    .hero .hero-content button {
        font-size: 16px;
        width: 280px;
        height: 45px;
        white-space: nowrap;
    }

    .hero header .right {
        flex-direction: row;
        align-items: center;
    }

    .hero header .right svg {
        width: 36px;
        height: 36px;
    }

    .products {
        background-image: url(images/bg.png);
        padding-top: 30px;
        padding-bottom: 1px;
    }

    h2 {
        margin-bottom: 0px;
    }

    .products .container {
        padding-bottom: 1px;
    }

    .products .container .product img {
        border-radius: 20px;
    }

    .container:has(.swiper-category) {
        overflow: hidden;
        max-width: 100%;
    }

    .about-section {
        padding: 20px 0;
    }

    .about-section h2 {
        text-align: left !important;
        font-size: 32px !important;
    }

    .about-section .container {
        flex-direction: column;
        gap: 40px;
    }

    .about-section .right img {
        aspect-ratio: 6;
        border-radius: 20px;
        object-fit: cover;
    }

    .about-section .right::after {
        transform: none;
        /* opacity: 0; */

    }

    .new-items .container h1 {
        font-size: 32px;
    }

    .faq {
        overflow: hidden;
    }

    .faq .container {

        overflow: visible;
    }

    .services .container {
        flex-direction: column;
    }

    .services .line {
        min-width: 300px;
        height: 1px;
        background-color: #FFF;
    }

    footer .items{
        flex-direction: column;
    }
}

@media (max-width:560px) {





    .hero .hero-content h1 {
        font-size: 50px;
    }

    .hero .hero-content h4 {
        font-size: 24px;
    }




}