/* start hero section */
/* .swiper {
    width: 100%;
    height: 100%;
}

.hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero .content-container {
    background-color: #fff;
    display: flex;
    flex-direction: row;
    gap: 10rem;
    justify-content: center;
    align-items: center;
    color: #716158;
}

.hero .content-container img {
    aspect-ratio: 9 / 12;
    object-fit: cover;
    object-position: center;
    max-height: 500px;
}

.hero .content-container .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    max-width: 400px;
}

.hero .content-container .content h2 {
    font-size: 3rem;
    font-weight: 100;
}

.hero .content-container .content p {
    font-size: 1.5rem;
    color: #483225;
}

.hero .content-container .content a {
    background-color: #483225;
    padding: 1rem 2rem;
    text-decoration: none;
    color: #fff;
    transition: 0.2s;
}

.hero .content-container .content a:hover {
    transform: scale(1.1);
} */
/* popup */
.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(5px);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    text-align: center;
}
.popup .popup-content{
    background-color: #fff;
    padding: 2rem;
    width: 80%;
    margin: auto;
    max-width: 450px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    color: #483225;
}
.popup h2{
    font-size: 3rem;
}
.popup img{
    width: 100px;
    height: 100px;
    filter: drop-shadow(3px 3px 3px rgba(24, 105, 4, 0.5));
}
.popup .popup-btns{
    display: flex;
    gap: 1rem;
    align-items: center;
    font-size: 18px;
    margin-top: 1rem;
}
.popup .popup-btns a{
    text-align: center;
    background-color: #483225;
    color: #fff;
    border-radius: 0;
    padding: 1rem 2rem;
    text-decoration: none;
}
.popup .popup-btns button{
    background-color: transparent;
    padding: 1rem 2rem;
    border: 1px solid #483225;
    color: #483225;
}
.popup .popup-btns button:hover{
    text-decoration: underline;
}

.popup p{
    margin: 0;
    /* font-size: px; */
}

.swiper {
    width: 100%;
    height: 100%;
}
.hero{
    padding: 13vh 0 2rem 0;
}
.hero .hero-container{
    height: 87vh;
    max-height: 1000px;
    min-height: 500px;
}

.hero .hero-container .hero-slide{
    background-color: #ab9a90;
}

.hero .content-container{
    position: relative;
    height: 100%;
    padding-top: 3rem;
    padding-bottom: 3rem;
    display: flex;
    align-items: center;
}

.hero .content-container .hero-image{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero .content-container .content{
    max-width: 450px;
    display: flex;
    flex-direction: column;
    color: #483225;
}
.hero .content-container .content .title{
    font-size: 3rem;
}
.hero .content-container .content p{
    font-size: 1.5rem;
    line-height: 1.2;
}

.hero .content-container .content a {
    background-color: #483225;
    padding: 1rem 2rem;
    text-decoration: none;
    color: #fff;
    transition: 0.2s;
    width: fit-content;
    font-size: larger;
}

.hero .content-container .content a:hover {
    transform: scale(1.1);
}
.swiper-pagination .swiper-pagination-bullet{
    background: #483225;
    background-color: #483225;
    transition: 0.3s;
}
/* end hero section */
/* start products section */
.mySwiperTwo .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-image {
    /* display: block; */
    object-fit: cover;
    aspect-ratio: 1 / 1;
    /* position: absolute; */
    /* top: 50%;
    left: 50%; */
    width: 100%;
    /* height: 100%;
    transform: translate(-50% , -50%); */
}

.content-container-new-card {
    position: relative;
    width: 100%;
    /* aspect-ratio: 1 / 1;
    height: 100%; */
}
.content-container-new-card .image-container{
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    /* height: 100%; */
}
.content-container-new-card .image-container img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    transition: 0.5s;
}

.content-container-new-card .content {
    /* aspect-ratio: 1 / 1; */
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    text-align: left;
    margin-top: 0.5rem;
    /* background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
    color: #fff; */
    /* padding: 1rem; */
    /* opacity: 0; */
    /* transition: 0.4s; */
    text-decoration: none;
}
.content-container-new-card .content .head{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/* .content-container-new-card .content .head h3{
    text-transform: capitalize;
}
.content-container-new-card .content h4{
    font-size: 2rem;
}
.content-container-new-card .content .price{
    font-size: 1.5rem;
    }
    .content-container-new-card .content .price span{
        font-size: 0.8rem;
        } */
.content-container-new-card .content h6{
    text-transform: capitalize;
    margin: 0;
}
.content-container-new-card .content .price{
    font-size: 12px;
    }
.content-container-new-card .content p{
    font-size: 12px;
    margin-bottom: 0.5rem;
}

.full-description.active {
    display: block;
}

.full-description.inactive {
    display: none;
}

/* .content-container-new-card .content:hover {
    opacity: 1;
} */

.content-container-new-card .content .btns-container {
    display: flex;
    gap: 0.5rem;
}

/* .content-container-new-card .content .btns-container button {
    flex-grow: 1;
    padding: 1rem;
    background-color: transparent;
    border:1px solid #fff;
    color: #fff;
    transition: 0.3s;
    border-radius: 0;
} */
.content-container-new-card .content .btns-container a:hover ,
.content-container-new-card .content .btns-container .open-options:hover {
    background-color: #48322532;
    /* color: #483225; */
}


.content-container-new-card .content .btns-container .open-options,
.content-container-new-card .content .btns-container a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    border: 1px solid #483225;
    background-color: transparent;
    color: #483225;
    gap: 1rem;
    /* font-weight: bold; */
}
.content-container-new-card .content .btns-container a {
    padding: 0.3rem 2rem;
}

.content-container-new-card .content .btns-container .open-options img {
    width: 1.2rem;
}

.see-more-btn-container div::after {
    content: none;
}

.see-more-btn-container {
    align-items: center;
    gap: 2rem;
}
.see-more-btn-container div {
    color: #483225;
    font-size: 2.5rem;
    position: unset;
    width: unset;
    height: unset;
    margin: 0;
}

.see-more-btn-container a.see-more-btn {
    border-radius: 0;
    background-color: #483225;
    border: none;
    color: #fff;
    height: auto;
}

/* end products section */


.home-section {
    width: 100%;
    min-height: 100vh;
}

.home-section .carousel {
    height: 100vh;
}

.home-section .carousel .carousel-item {
    height: 100%;
}

.home-section .carousel img {
    height: 100%;
    object-fit: cover;
}

.home-section .carousel .carousel-caption {
    position: absolute;
    right: unset;
    bottom: unset;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: left;
    top: 50%;
    transform: translateY(-50%);
    left: 10%;
}

/* .home-section .content-container {
    width: 100%;
    max-width: 600px;
    margin: 6vw 9% 0 9%;
    display: flex;
    flex-direction: column;
    gap: 1vw;
} */

/* .home-section .carousel-caption h5 {
    font-size: calc(5vw + 18px);
    word-spacing: 0.6vw;
    color: #716158;
    letter-spacing: 4px;
    font-weight: 400;
} */

.home-section .carousel-caption p {
    font-size: calc(2.8vw + 12px);
    color: #716158;
    font-weight: 300;
    /* font-family: Peignot; */
}

.home-section .carousel-caption .btns-container {
    display: flex;
    gap: 12px;
    margin-top: 2vw;
}

.home-section .carousel-caption .btns-container .btn {
    text-decoration: none;
    font-size: calc(0.6vw + 12px);
    background-color: #0000;
    color: #716158;
    padding: 8px 36px;
    border: 1px solid #716158;
    /* border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px; */
    transition-duration: 0.1s;
    /* font-family: Peignot; */
}

.home-section .carousel-caption .btns-container .btn:hover {
    background-color: #DCCCBD;
    color: #483225;
}

.carousel-indicators [data-bs-target] {
    background-color: #483225;
}

.about-us {
    background-color: #ffffff;
    width: 100%;
    overflow: hidden;
    /* padding: 6rem; */
}

.about-us .about-content {
}

/* .about-us .image-container {
    flex: 0 0 50%;
} */

.about-us .image-container {
    display: flex;
    align-items: self-start;
    justify-content: center;
}
.about-us .image-container img {
    object-fit: cover;
    object-position: center;
    height: 100%;
    width: 100%;
}

.about-us .text-container {
    padding: 0 12px;
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.about-us h2 {
    font-size: calc(4vw + 16px);
    /* padding: 6px 0px 6px 18px; */
    color: #483225;
}

.about-us p {
    font-size: 20px;
    line-height: 1.5;
    padding-left: 18px;
    color: #696969;
}
/* start contact section */
.contact-section{
    display: flex;
    /* max-width: 1200px; */
    margin: auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
    align-items: center;
}
.contact-section .img-container{
    width: 50%;
}
.contact-section .img-container img{
    width: 100%;
}
.contact-section .form-container{
    width: 50%;
}
.contact-section .form-container form{
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
.contact-section .form-container form div h2{
    font-size: 30px;
}
.contact-section .form-container form button{
    background-color: #483225;
    color: #fff;
    border-radius: 0;
    font-size: 1.5rem;
    padding: 0.5rem;
}
.contact-section .form-container form .input-row{
    display: flex;
    flex-direction: row;
    gap: 1.5rem;
}
.contact-section .form-container form .inp-group{
    display: flex;
    flex-direction: row;
    border-bottom: 3px solid #4832254e;
    padding: 0.7rem 1rem;
    width: 100%;
    gap: 1rem;
    background-color: rgba(128, 128, 128, 0.1);
    transition: 0.3s;
}
.contact-section .form-container form .inp-group img{
    width: 15px;
}
.contact-section .form-container form input,
.contact-section .form-container form textarea {
    background-color: transparent;
    width: 100%;
}
/* end contact section */

@media screen and (max-width: 992px) {
    .about-us, .contact-section{
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
}

@media screen and (max-width: 768px) {
    .popup .popup-content{
        padding: 1rem;
    }
    .popup h2{
        font-size: 2rem;
    }
    .popup p{
        font-size: small;
    }
    .popup img{
        width: 70px;
        height: 70px;
    }
    .popup .popup-btns button{
        padding: 0.5rem 1rem;
    }
    .hero{
        padding: 9vh 0 2rem 0;
    }
    .hero .hero-container{
        height: 91vh;
    }
    /* .hero .content-container {
        padding: 2rem;
    } */
    .hero .content-container .content .title{
        font-size: 3rem;
    }
    .hero .content-container .content p{
        font-size: 1.5rem;
    }

    /* .hero .content-container img {
        width: 70%;
        margin: auto;
    }
    .hero .content-container .content img{
        width: 20%;
    }

    .home-section .carousel .carousel-caption {
        left: 6%;
    } */

    /* .content-container-new-card .content h4{
        font-size: 1.5rem;
    }
    .content-container-new-card .content .price{
        font-size: 1rem;
    } */

    .product-description{
        line-height: 1rem;
    }

    .content-container-new-card .content .btns-container button {
        padding: 0.6rem;
    }
    .content-container-new-card .content .btns-container .add-to-cart img {
        width: 1rem;
    }

    .about-us {
        padding: 0;
    }
    .contact-section{
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .contact-section{
        margin-top: 2rem;
    }

    .contact-section .form-container {
        width: 100%;
    }

    .contact-section .img-container {
        display: none;
    }
}

@media screen and (max-width: 1024px) {
    .about-us h2 {
        font-size: calc(4vw + 16px);
    }

    .about-us p {
        font-size: 16px;
    }
}



@media screen and (max-width: 768px) {
    .about-us .about-content {
        display: grid;
    }

    /* .about-us .about-content>* {
        grid-row-start: 1;
        grid-column-start: 1;
    } */

    .about-us h2 {
        font-size: 42px;
        margin-bottom: 0;
        font-weight: 400;
    }

    .about-us p {
        font-size: 14px;
        padding: 0;
    }
/* 
    .about-us .image-container {
        display: none;
    } */

    .about-us .text-container {
        flex: 0 0 100%;
        padding: 36px 18px;
    }

    .about-us .about-header {
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;
        gap: calc(1.2vw + 4px);
    }

    .about-us .about-header h2 {
        font-size: 32px;
        word-spacing: 1.5px;
        color: #483225;
        width: max-content;
    }

    .about-us .about-header .title-separator {
        flex: 1;
        height: 2px;
        background-color: #483225;
        position: relative;
        top: -8px;
        opacity: 0.6;
    }
}

@media screen and (max-width: 680px) {
    .contact-section .carousel-caption form .input-group {
        flex-direction: column;
    }

    .about-section .line-separator {
        width: 100%;
    }

    .about-section .second-paragraph {
        width: 100%;
    }
}

@media screen and (max-width: 425px) {
    .home-section .carousel-caption {
        margin: 24px;
    }

    .home-section .carousel-caption h1 {
        font-size: 54px;
    }

    .home-section .carousel-caption p {
        font-size: 16px;
        margin-bottom: 24px;
    }

    .home-section .carousel-caption .btns-container .btn {
        font-size: 16px;
        /* font-family: Galvji; */
    }
}

@media screen and (max-width: 576px) {
    .contact-section .form-container form .inp-group{
        padding: 0.5rem 0.6rem;
        gap: 0.7rem;
    }
    .contact-section .form-container form .inp-group img{
        width: 10px;
    }
}
