:root {
    --main: #161616;
    --secondary: #ffffff;
    --text: #704204;
    --bs-primary: #704204;


}

:root {
    --body-font: sans-serif;

    --heading-font: "Cormorant Upright", serif;
    /* --heading-font: "jost", serif;  */
}

* {
    margin: 0;
    padding: 0;
    /* box-sizing: border-box; */
}

html {
    max-width: 100%;
    overflow-x: hidden;
}

body {
    max-width: 100%;
    overflow-x: hidden;
    font-family: sans-serif;
}

a {
    text-decoration: none !important;
}



/* - Section Padding
--------------------------------------------------------------*/
.padding-small {
    padding-top: 2em;

}

.padding-medium {
    padding-top: 4em;

}

.padding-mediumm {
    padding-top: 4em;
    padding-bottom: 4em;
}

.padding-large {
    padding-top: 6em;

}

.padding-larger {
    padding-top: 8em;

}

.padding-xl {
    padding-top: 10em;
    padding-bottom: 2em;
}

/* - Section margin
--------------------------------------------------------------*/


.container-fluid {
    max-width: 1560px;
}

/* - Section Title
--------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--heading-font);

}

/* ------------------------ */


/* cateogory section */
/* ----------------------------- */

.category-banner .container-fluid {
    max-width: 1500px;
}

.cateogry-img {
    width: 100%;
    height: 650px;
    border-radius: 6px;
    overflow: hidden;
    cursor: pointer;

}

.cateogry-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}

.category-text {
    left: 10px;
    bottom: 40px;
    color: var(--secondary);
}

.category-text h3 {
    font-family: 'jost', sans-serif !important;
    font-weight: 300;
}

.category-text a {
    color: var(--secondary);
    text-decoration: none;
    font-family: 'jost', sans-serif !important;


}

.cateogry-img:hover img {
    transform: scale(1.1);
    transition: all ease-in 1s;
}



/* Model Section (product-section)*/
/* --------------------- */


.product-banner-section .container-fluid {
    position: relative;
    max-width: 1500px;
}

.product-banner-section .swiper {
    width: 100%;
    height: 100%;
}

.product-banner-section a {
    text-decoration: none;
    color: var(--main);
}

.product .product-img {
    width: 100%;
    height: 400px;
    background-color: #f3f2f8;
    border-radius: 6px;
    overflow: hidden;
    transition: all ease-in-out 1s;
    cursor: pointer;
}

.product .product-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;

}

.product .product-cart {
    padding: 5px;
    width: 100% !important;


}

.product .product-cart button {
    width: 100% !important;
    padding: 15px;
    border: none;
    background-color: var(--secondary);
    color: var(--main);
    border-radius: 6px;
    opacity: 0;
    font-size: 11px;
    text-transform: uppercase;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);

}

.product .product-view {
    padding: 5px;


}

.product .product-view button {
    border: none;
    background-color: var(--secondary);
    color: var(--main);
    border-radius: 6px;
    width: 35px;
    height: 35px;
    opacity: 0;
    font-size: 12px;
    text-transform: uppercase;


}

.product-img:hover img {
    transform: scale(1.1);
    transition: all ease-in-out 1s;
}

/* .product {
    transition: all ease-in-out 5s;
} */

.product:hover button {
    opacity: 1;
    transition: all ease-in-out 1s;
}

.product button:hover {
    background-color: var(--main);
    color: var(--secondary);
    transition: all ease-in-out .5s;
}

.product button:hover a {

    color: var(--secondary) !important;
    transition: all ease-in-out .5s;

}

.product-details {
    padding: 7px;
    font-family: "Jost", sans-serif;

}


.product-details .category-name {
    font-size: 14px;
    color: var(--main);
    margin: 0;
    margin-top: 2px;

}

.product-details .product-name {
    font-size: 20px;
    font-weight: 500;
    margin: 0;
    margin-top: 5px;
    text-transform: capitalize;
    color: var(--text);

}

.product-details .product-price {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    margin-top: 5px;
    color: var(--main);

}

.product-details .product-price-mrp {
    font-size: 12px;
    font-weight: 500;
    text-decoration: line-through;
    color: #0d3619;


}

@media (max-width : 768px) {
    .product .product-img {
        width: 100%;
        height: 450px;

    }
}

/* company-services */
/* ---------------------- */

.serivce {
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
}

.service-img {
    width: 50px;
    height: 50px;
}

.service-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* Testmonicals */
/* ------------------------- */

.testimono {
    position: relative;
    height: 100%;
}




.testimono .container-fluid swiper-container {
    width: 100%;
    min-height: 200px;
    height: auto;
}

.testimono swiper-slide {

    font-size: 18px;
    background: var(--secondary);
    width: 25%;

}

@media screen and (max-width:700px) {
    .testimono swiper-slide {


        width: 100%;

    }
}

.testimono swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}




.testimonials {
    padding: 30px;
    background-color: var(--secondary);
    width: 100%;
    min-height: 200px;
    height: auto;
    border-radius: 20px;

    border: 0.5px #704204 solid;
}

.testimonial-header {
    display: flex;
}

.contact-logo {
    width: 50px;
    height: 50px;
}

.contact-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonials i {
    color: var(--text);

}


/* Contact-section */
/* ---------------------- */

.image-icons {
    width: 60px;
    height: 60px;
    background-color: var(--secondary);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: #704204 1px solid;
}

.image-icons img {
    width: 70%;
    height: 70%;
    object-fit: contain;
}

.icons {
    display: flex;
    cursor: pointer;



}

.icons a {
    color: var(--main) !important;
}

@media (max-width:700px) {
    .icons {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-flow: column;
        text-align: center;

    }

    .contact-icons h5 {
        text-align: center;
    }

    .contact-icons hr {
        margin: 0 auto;
    }
}

.form-controls {
    margin-top: 10px;
    width: 100%;
    border-radius: 10px;
    padding: 10px;
    border: none;
    outline: none;
}

.form-button {
    width: 100px;
    padding: 10px;
    border: none;
    background-color: var(--text);
    color: #F6F5F2;
    transition: all 1s ease-in-out;
    border-radius: 20px;
}

.form-button:hover {
    background-color: var(--secondary);
    color: var(--main);
}


/* category section */
/* ----------------------- */
/* 
.category-section .container-fluid {
    max-width: 1500px;
}

.category-section .category .category-img {
    width: 100%;
    height: 260px;
    border-radius: 24px;
}

.category-section .category .category-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}

.category-section .category .category-details h3 {
  
    color: rgba(255, 255, 255, 1);
    border: 0 solid #e5e7eb;
} */
.category-section .container-fluid {
    max-width: 1500px !important;
    position: relative;
}

.category-section .swiper {
    width: 100%;
    height: 100%;
}


.category-section .category .category-img {
    width: 100%;
    height: 260px;
    border-radius: 6px;
    overflow: hidden;
}

.category-section .category .category-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}

.category-section .category .category-details h3 {
    color: rgba(255, 255, 255, 1);
    border: 0 solid #e5e7eb;
}

.category-section .category .category-img:hover img {
    transform: scale(1.1);
    transition: all ease-in-out 1s;
}

/* MAin Banner Section */
/* --------------------------- */

.banner-heading {
    color: #fff !important;
    margin-left: 50px;
    text-transform: uppercase;
}


.banner-heading p {
    font-size: 17px;

}

@media (min-width:700px) {
    .on-mobile {
        display: none;
    }

    .on-pc {
        display: block;
    }
}

@media (max-width:700px) {
    .on-mobile {
        display: block;
    }

    .on-pc {
        display: none;
    }
}


/* Nav Bar Section */
/* ----------------------- */

.main-navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    background-color: transparent;
}

.brand {
    color: rgb(10, 10, 10);
    font-weight: bold;
    font-size: 18px;
}

.nav-links {
    display: flex;
    list-style: none;
    gap: 40px;

}

.nav-links li a {
    color: var(--secondary);
    text-decoration: none;
    font-size: 16px;
    transition: color 0.3s;
}

.nav-links li a:hover {
    color: #e07720;
}

.menu-toggle {
    display: none;
    font-size: 24px;
    color: var(--secondary);
    cursor: pointer;

}



@media (max-width: 768px) {
    .nav-links {
        display: none;
        flex-direction: column;
        position: absolute;
        width: 90%;
        text-align: center;
        top: 100px;
        right: 20px;
        background-color: rgba(29, 29, 29, 0.95);
        padding: 15px;
        border-radius: 10px;
        color: var(--secondary);
    }

    .nav-links.active {
        display: flex;
    }

    .menu-toggle {
        display: block;
    }


}


.logo {
    width: 150px;
    height: 60px;
}

.logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;

}

.black-logo {
    display: none;
    width: 150px;
    height: 60px;
}

.black-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;


}

/* scroll section */
/* --------------------------- */
.scrolled {
    background-color: var(--secondary);
    color: #000 !important;
    transition: all ease-in-out 1s;
}

@media (max-width:768px) {
    .scrolled .nav-links {
        background-color: #ffffff;
    }

    .cart-button,
    .user-button {

        background-color: #ffffff !important;
        border: #161616 1px solid !important;
        border-radius: 20px;
        margin-left: 10px;
        color: #161616 !important;

    }
}


.scrolled .nav-links li a {
    color: var(--main);
}


.scrolled .logo {
    display: none;
}

.scrolled .black-logo {
    display: block;
    transition: all ease-in-out 1s;
}

.scrolled i {
    color: var(--main);
    transition: all ease-in-out 1s;

}

.scrolled .menu-toggle {
    color: var(--main);
    transition: all ease-in-out 1s;
}



/* ----------------------------- */

.nav-icon {
    color: var(--secondary);
    font-size: 18px;
    width: 150px;
    padding: 0px;

}

.nav-icon a {
    text-decoration: none;
    color: var(--secondary);
    margin-left: 30px;
}

.login a {
    text-decoration: none;
    color: #fff;
}

.cart-button,
.user-button {
    padding: 5px 10px;
    background-color: transparent;
    border: #fff 1px solid;
    border-radius: 20px;
    margin-left: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 6px;
}


/* Footer */

.footer-section {
    background-color: #282828;
    color: #ffffff;
}

.footer-items .footer-img {
    width: 180px;
    height: 80px;

}

.footer-items .footer-img img {
    width: 100%;
    height: 100%;
}

.footer-items p {
    font-size: 15px;
}

.footer-items .company i {
    font-size: 12px;
}

.footer-items a {
    text-decoration: none;
    color: var(--secondary);
}

@media (max-width:768px) {
    .footer-items {
        padding: 20px;
    }
}

.footer-items-bottom {
    display: flex;
    justify-content: space-between;
}

@media (max-width:768px) {
    .footer-items-bottom {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-flow: column-reverse;
    }

    .footer-items-bottom .bottom {
        width: 100%;
        margin-top: 15px;
    }
}

/* Connect Section */
/* --------------------------- */

.Connect {
    width: 100%;
    height: 80vh;
    display: grid;
    grid-template-rows: repeat(2, 1fr);
    grid-template-columns: repeat(3, 1fr);
    grid-row-gap: 10px;
    grid-column-gap: 10px;
}

.connect-1 {
    grid-area: 1/1/3/2;
    background: url('./assets/images/1.jpg') top no-repeat;
    background-size: cover;
    border-radius: 6px;
}

.connect-2 {
    grid-area: 1/2/2/3;
    background: url('./assets/images/test/banner-7.jpg') top no-repeat;
    background-size: cover;
    border-radius: 6px;
}

.connect-3 {
    grid-area: 2/2/3/3;
    background: url('./assets/images/test/banner-8.jpg') top no-repeat;
    background-size: cover;
    border-radius: 6px;
}

.connect-4 {
    grid-area: 1/3/3/4;
    background: url('./assets/images/test/banner-5.jpg') top no-repeat;
    background-size: cover;
    border-radius: 6px;
}

@media (max-width:800px) {
    .Connect {
        width: 100%;
        min-height: 160vh;
        height: auto;
        display: grid;
        grid-template-rows: repeat(4, 1fr);
        grid-template-columns: repeat(1, 1fr);

    }

    .connect-1 {
        grid-area: 1/1/2/2;
        background-position: center;

    }

    .connect-2 {
        grid-area: 2/1/3/2;
        background-position: center;


    }

    .connect-3 {
        grid-area: 3/1/4/2;
        background-position: center;



    }

    .connect-4 {
        grid-area: 4/1/5/2;
        background-position: center;



    }
}

.Connect .follow-us {
    display: none;
}

.connect-1:hover .follow-us {
    display: block;
    transition: all ease-in-out 1s;
}

.connect-1:hover {
    opacity: 0.8;
    transition: all ease-in-out 1s;
}

.connect-2:hover .follow-us {
    display: block;
    transition: all ease-in-out 1s;
}

.connect-2:hover {
    opacity: 0.8;
    transition: all ease-in-out 1s;
}

.connect-3:hover .follow-us {
    display: block;
    transition: all ease-in-out 1s;
}

.connect-3:hover {
    opacity: 0.8;
    transition: all ease-in-out 1s;
}

.connect-4:hover .follow-us {
    display: block;
    transition: all ease-in-out 5s;
}

.connect-4:hover {
    opacity: 0.8;
    transition: all ease-in-out 1s;
}



/* Login Page */
/* --------------------- */
.login-details {
    width: 85%;
    margin: 0 auto;
    padding: 30px;
}

.login-details input {
    width: 100%;
    margin-top: 25px;
    padding: 10px;
    border-radius: 20px;
    outline: none;
    border: none;

}

.login-details button {
    width: 100%;
    margin-top: 40px;
    padding: 10px;
    border-radius: 20px;
    outline: none;
    border: none;
    background-color: var(--text);
    color: var(--secondary);

}

.forgot-password {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    font-size: 14px;
}

@media (max-width :768px) {
    .login-details {
        width: 100%;

    }
}

/* Sign-up  section */
/* ------------------------- */
.sign-up {

    margin: 0 auto;
    padding: 30px;

}

.sign-up label,
input {
    display: block;
    margin-left: 10px;
}

/* .sign-up label {
   
} */

.sign-up input {
    width: 100%;
    padding: 5px;
    outline: none;
    border: none;
    margin-bottom: 20px;
    border-radius: 8px;
}

.sign-up button {
    width: 100%;
    /* margin-top: 40px; */
    padding: 7px;
    border-radius: 15px;
    outline: none;
    border: none;
    background-color: var(--text);
    color: var(--secondary);

}

.have-account {
    font-size: 14px;
}

/* LatestTrends */
/* --------------------- */

.LatestTrends h1 {
    font-weight: 600;
    text-transform: capitalize;
    font-size: 50px;
}

.LatestTrends a {
    color: #131814;
    text-decoration: none;

}

.LatestTrends button {
    border: none;
    padding: 10px;
    background: var(--secondary);
    color: var(--main);
    width: 130px;
    border-radius: 30px;
}

.LatestTrends button:hover {
    background: var(--main);
}

.LatestTrends button:hover a {
    color: var(--secondary);
}

.LatestTrends .container {
    width: 50%;
}


@media (max-width : 1400px) {
    .LatestTrends .container {
        width: 80%;
    }

    .LatestTrends h1 {
        font-weight: 600;
        text-transform: capitalize;
        font-size: 45px;
    }
}

@media (max-width : 1000px) {
    .LatestTrends h1 {
        font-weight: 600;
        text-transform: capitalize;
        font-size: 40px;
    }
}

@media (max-width : 700px) {
    .LatestTrends h1 {
        font-weight: 600;
        text-transform: capitalize;
        font-size: 24px;
    }

    .LatestTrends button {

        padding: 5px;
        width: 100px;

    }
}




/* view item */
/* ----------------------- */
.gallery-container {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    max-width: 600px;
    width: 100%;
    flex-wrap: wrap;

}



.gallery-container .swiper {
    border-radius: 1rem;
    overflow: hidden;
}

.thumbs-swiper {
    width: 100px;
    height: 400px;
    order: 1;
}

.gallery-container .main-swiper {
    flex: 1;
    min-width: 250px;
    height: 400px;
    order: 2;
    position: relative;
}

.gallery-container .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-container .swiper-button-next,
.gallery-container .swiper-button-prev {
    color: var(--secondary);
    background: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.gallery-container .swiper-button-next::after,
.gallery-container .swiper-button-prev::after {
    font-size: 16px;
}

.swiper-slide-thumb-active {
    border: 2px solid #fff;
    /* box-shadow: 0 0 0 2px #000; */
    border-radius: 8px;
}

/* Mobile: stack with thumbs below main */
@media (max-width: 768px) {
    .gallery-container {
        flex-direction: column-reverse;
        align-items: center;
    }

    .thumbs-swiper {
        width: 100%;
        height: 100px;
        order: 2;
    }

    .main-swiper {
        order: 1;
        width: 100%;
    }
}


.view-item-details {
    text-transform: capitalize;
}


.view-item-name {
    width: 80%;
}


.view-item-price {
    width: 80%;
    display: flex;
    justify-content: start;
    align-items: center;
    font-family: "Jost", sans-serif;
}

.view-item-mrp {
    font-size: 18px;
    text-decoration: line-through;
    color: gray;
}

.view-item-rate {
    font-size: 35px;
    color: var(--main);
}

.view-item-content {
    width: 80%;
}

.view-item-lowstock {
    padding: 7px;
    text-align: center;
    margin-left: 12px;
    color: red;
}

.view-item-quantity {
    padding: 7px;
    border-radius: 20px;
    border: #161616 1px solid;
    width: 20%;
    text-align: center;
    display: flex;
    justify-content: space-evenly;
    align-items: center;

}

.view-item-size {
    display: flex;
}

.view-item-size .size {
    width: 40px;
    height: 40px;
    margin-right: 15px;
    background: var(--secondary);
    color: var(--main);
    border: #161616 1px solid;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    padding: 8px;
    transition: all ease-in-out 0.5s;
    cursor: pointer;
}

.view-item-size .size:hover {
    background: var(--main);
    color: var(--secondary);
}

.sizes {
    background: var(--main);
    color: var(--secondary);
}

.view-item-cart {
    width: 30%;
}

.view-item-cart button {
    padding: 7px;
    border-radius: 20px;
    border: #161616 1px solid;
    width: 100%;
    text-align: center;
    background-color: var(--main);
    color: var(--secondary);
    border: none;
}

.view-item-cart button:hover {
    border: #161616 1px solid;
    background-color: var(--secondary);
    color: var(--main);

}

.view-item-place-order {
    width: 30%;
}

.view-item-place-order button {
    padding: 7px;
    border-radius: 20px;
    border: #161616 1px solid;
    width: 100%;
    text-align: center;
    background-color: var(--main);
    color: var(--secondary);
    border: none;
    margin-left: 15px;
}

.view-item-place-order button:hover {
    border: #161616 1px solid;
    background-color: #fff;
    color: var(--main);
}

.item-details li {
    margin-top: 5px;
}

@media (max-width:1000px) {
    .view-item-name {
        width: 100%;
    }

    .view-item-price {
        width: 90%;
    }

    .view-item-mrp {
        font-size: 16px;

    }

    .view-item-rate {
        font-size: 25px;

    }

    .view-item-cart {
        width: 40%;
    }

    .view-item-place-order {
        width: 40%;
    }

    .view-item-quantity {
        width: 40%;
    }


}

.demo-banner {
    height: 6em;
    background-color: #000000c4;
}


/* about-us-2 */
/* ----------------- */

.about-us-2 {
    width: 60%;
}

@media (max-width:1000px) {
    .about-us-2 {
        width: 100%;
    }
}


/* Cart -list */


.cart-section .container {
    max-width: 1000px;
}

.cart {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    /* background-color: rgb(228, 217, 194); */
    /* border-radius: 20px; */
    border-top: .2px solid #9e9c9c;
    border-bottom: .2px solid #9e9c9c;

}


.cart-img {
    width: 200px;
    height: 200px;
    border-radius: 20px;
}

.cart-img img {

    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.cart-item-name {
    text-transform: capitalize;
}

.cart-item-name-sub {
    display: flex;
    justify-content: space-between;
}

.cart-item-name-sub p {
    font-size: "jost", serif;
    font-size: 16px;
}

.cart-buttons {
    display: flex;

}


.cart-buttons button {
    padding: 5px;
    border: none;
    color: var(--main);
    background-color: rgb(228, 217, 194);
    width: 40px;
    height: 40px;
    font-size: 16px;
    border-radius: 10px;
}

.add-more-button {
    margin-left: 10px;
}

@media (max-width : 1000px) {
    .cart {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        column-gap: 15px;
        flex-flow: column;
    }

    .cart h2 {
        margin-top: 15px;
    }

    .cart-img {
        width: 100px;
        height: 100px;
    }

}

.total-section {
    display: flex;
    justify-content: end;
    align-items: center;
}

.total-section p {
    font-size: 26px;
    font-family: "jost", serif;
}




.address-section {

    max-width: 1000px;
    margin: 0 auto;
}

.address-section input {
    width: 100%;
    padding: 8px;
    outline: none;
    border: none;
    border-radius: 10px;
    background-color: #e0d9d9;
}

.address-section button {
    width: 180px;
    border: none;
    color: var(--secondary);
    background-color: var(--main);
    color: #ffffff;
    padding: 7px;
    display: flex;
    justify-content: center;
    border-radius: 7px;
}


/* ------ */
/* 
.main-banner {
    color: #ffffff;
}

.main-banner p {
    font-family: 'jost', sans-serif;
    font-size: 18px;
    margin-bottom: 15px;
}

.main-banner h1,
h2 {
    font-family: Garamond, Baskerville, Baskerville Old Face, Hoefler Text, Times New Roman, serif;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.main-banner h4 {
    font-family: Garamond, Baskerville, Baskerville Old Face, Hoefler Text, Times New Roman, serif;
    text-transform: uppercase;
    letter-spacing: 1px;

}

.buttons {
    border: none;
    padding: 7px 20px 7px 20px;
    border-radius: 40px;
    background: transparent;
    color: #ffffff;
    border: 1px solid #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
} */


.animation-bg {
    width: 100%;
    height: 10vh;
    background-color: #0d3619;
    color: #fff;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
}

.animation-track {
    display: flex;
    justify-content: flex-end;
    white-space: nowrap;
    animation: scroll 15s linear infinite;
}

.animation-text {
    padding-right: 100px;
    font-size: 24px;
    font-family: "jost",sans-serif;
}

@keyframes scroll {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-50%);
    }
}