@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

:root {
    --background-color: #c96937;
    --heading-color: #7a3700;
    --text-color: #3E4444;
    --light-background:#fefff0;
    /* --background-color: #f8f9fa; */
}
#anshu{
    display:none;
}
* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: "Lato", serif;
}
button.all-pp.category-filter.active {
    background: #19c319;
    color: white;
}
button.btn.btn-outline-warning.btn-long.cart.add-btn {
    background: none;
}
a.btn.btn-warning.btn-long.buy.add-btn {
    padding-top: 10px;
}
button.category-filter.active{
    background: #19c319;
    color: white;
}
nav {
    background-color: white;
    padding: 10px 0px;
    box-shadow: 2px 3px 11px #dddddd;
    position: sticky;
    top: 0px;
    z-index: 1111;
}
.ul-div-nav{
    width: 73%;
    display: flex;
    justify-content: center;
}
.owl-carousel-hero .item video {
    height: 500px !important;
    object-fit: cover;
    object-position: center;
}
.div-lo-img img{
    height: 85px;
    object-fit: contain;
}
.div-lo-img{
    display: flex;
    gap: 20px;
    justify-content: center;
}
.removewish{
    padding: 3px 22px;
    background: #c30000;
    color: white;
    border: navajowhite;
    display: inline-block;
    border-radius: 4px;
    display: block;
    margin: auto;

}
.shop-s{
    width: 28%;
}
.row-nav {
    align-items: center;
}

.nav-c {
    display: flex;
    gap: 31px;
    justify-content: end;
    align-items: center;
}
.marquee_wrp{
    display: flex
    ;
        white-space: nowrap;
        animation: animate-marquee 20s linear infinite;
        gap: 44px;
        
}
@keyframes animate-marquee {
    0% {
      transform: translateX(0%);
    }
    100% {
      transform: translateX(-50%);
    }
  }
.nav-c ul {
    display: flex;
    gap: 20px;
    align-items: center;
    margin: 0px;
    padding-left: 0px;
}

.nav-c ul li {
    list-style: none;
}

.nav-c ul li a {
    text-decoration: none;
    color: #3E4444;
    letter-spacing: 1px;
    font-weight: 500;
    margin-bottom: 5px;
    /* font-size: 16px; */
}
.nav-c ul span{
    display: none;
}

.nav-c ul li a.active {
    background: #c96937;
    color: white;
    padding: 5px 20px;
    display: inline-flex;
    border-radius: 21px;
}

.sigup-btn {
    background: #ffffff00;
    color: white;
    text-decoration: none;
    /* padding: 8px 25px; */
    display: inline-block;
    border-radius: 20px;
    padding: 5px 20px;
    border: 1px solid #c96937;
    letter-spacing: 1px;
    color: #c96937 !important;
    font-weight: bold;
}

img.Rectangle2 {
    position: absolute;
    top: 5px;
}

.hero-section {
    position: relative;
    padding: 120px 0px;
    background-image: url('../img/bannerimg.png');
    background-position: center;
    background-size: cover;
    padding-top: 170px;
    overflow: hidden;
}

.hero-section .container {
    position: relative;
}

.Rectangle1 {
    position: absolute;
    top: -72px;
}

.hero-section h1 {
    font-size: 64px;
    font-weight: 800;
    color: white;
    text-shadow: 2px 2px 5px #00000040;
    line-height: 76.8px;

}

.hero-section p {
    color: white;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 2px 2px 5px #00000040;
    margin-top: 20px;
}

.trend {
    display: flex;
    background-color: #368733;
    color: white;
    width: 91%;
    margin: auto;
    border-radius: 10px;
    margin-top: -55px;
    z-index: 1;
    position: relative;
}

.trend-k {
    padding: 30px;
    font-weight: 800;
    font-size: 24px;
    border-right: 2px solid #FFFFFF;
    display: flex;
    align-items: center;
}

.trend-c a {
    opacity: 0;
    color: #FFAE11;
    font-size: 17px;
    text-decoration: none;
}

.trend-c {
    padding: 30px 50px;
    font-size: 18px;
    transition: 0.5s all;
}

.trend-c p {
    margin: 0px;
}

.trend-c:hover {
    background-color: #E3F3F6;
    color: #016C83;
    /* transform: scaley(1.1); */
    /* transform: translateY(-10px); */
}

.trend-c:hover a {
    opacity: 1;
}

.trend-cb {
    border-right: 2px solid #FFFFFF;
}

.section-p {
    padding: 60px 0px;
}

.what-we {
    padding-right: 74px;
}

.what-we h2 {
    color: #368733;
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.what-we p {
    font-size: 24px;
}

.row-what1 {
    padding: 0px 20px;
}

.row-what1 .col-12 p {
    font-size: 24px;
    color: #202222;
    text-transform: uppercase;
    padding-right: 60px;
}

.row-what1 .col-12 a {
    color: #FFAE11;
    text-decoration: none;
}

.row-what1 .col-12 a i {
    margin-left: 20px;
}

.row-what1 .col-12 {
    border-bottom: 1px solid #3E4444;
    margin-bottom: 30px;
    padding-bottom: 20px;
}

.what-we img {
    width: 100%;
    max-width: 100%;
}


.award-s {
    overflow: hidden;
    background: var(--background-color);
    position: relative;
    overflow: hidden;
}

.award-c {
    color: white;

}

.award-c h2 {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 1px;
}

.award-c p {
    font-size: 14px;
    letter-spacing: 1px;
}

.box-award {
    background-color: white;
    border-radius: 15px;
    height: 100%;
    box-shadow: 3px 4px 12px 0px #00000024;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 20px;
}
.box-award img{
    width: 55px;
}
.box-award p{
    font-weight: bold;
    font-size: 20px;
    margin-top: 10px;
    text-align: center;
}

.row-award {
    height: 100%;
}

.whatshape1 {
    position: absolute;
    top: -45px;
}

.whatshape2 {
    position: absolute;
    top: -95px;
    right: -29px;
}

.whatshape3 {
    position: absolute;
    top: -37px;
    right: -29px;
}


.head-ach {
    text-align: center;
    font-size: 32px;
    color: var(--heading-color);
    font-weight: 700;
    margin-bottom: 30px;
}

.row-allbox {
    margin-top: 50px;
}

.Journey-c h2 {
    font-size: 35px;
    color: var(--heading-color);
    font-weight: 700;
}

.Journey-c h5 {
    font-weight: 400;
    font-size: 24px;
    margin-top: 25px;
    letter-spacing: 1px;
    line-height: 28.8px;
    padding-right: 74px;
    margin-bottom: 50px;
}

.Journey-c a {
    background: var(--background-color);
    color: white;
    text-decoration: none;
    padding: 7px 20px;
    display: inline-block;
    border-radius: 23px;
    margin-top: 50px;
}

.Journey-c p {
    padding-right: 70px;
}

.services-icn {
    background-color: #368733;
    border-radius: 0px 30px 0px 30px;
    padding: 50px 20px;
    width: 241px;
    position: absolute;
    bottom: -55px;
    right: 0px;
    z-index: 111;
}

.services-icn p {
    color: white;
    font-size: 18px;
    margin-top: 20px;
}

.Journey-c {
    padding-left: 70px;
    background: #fefff0;
    padding: 50px;
    border-radius: 0px;
    position: relative;
}

.jourey-section {
    position: relative;
    overflow: hidden;
    padding-bottom: 60px;
}

.JOURNEYshape1 {
    position: absolute;
    right: 0px;
    top: 15%;
}

.JOURNEYshape2 {
    position: absolute;
    right: -14px;
    top: 31%;
}

.product-s {
    .product-box {
        margin-bottom: 20px;
    }

    #main-c {
        padding-left: 0px;
    }

    #main-c li {
        list-style: none;
    }

    .category-filter {
        width: 100%;
        display: flex;
        align-items: center;
        /* line-height: 48px; */
        border-radius: 5px;
        border: 1px solid #F2F3F4;
        padding: 9px 18px;
        margin: 0 0 15px 0;
        justify-content: space-between;
    }

    .div-categories {
        padding: 30px;
        border: 1px solid #ececec;
        border-radius: 15px;
        background-color: white;
        box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);

        h5 {
            position: relative;
            border-bottom: 1px solid #ececec;
            padding-bottom: 20px;
            font-size: 24px;
        }

    }

    .div-categories h5::after {
        content: "";
        width: 80px;
        height: 2px;
        position: absolute;
        bottom: 0;
        left: 0;
        background-color: #BCE3C9;
    }
}

.search-bar {
    margin-bottom: 20px;
}

.search-bar input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
}
.list-group-item.active {
    background: #c96937 !important;
}

.bg-warning {
    background: #06C167 !important;
}

.account-d button {
    background: #f80000;
    color: white;
    border: none;
    padding: 5px 20px;
    display: block;
    border-radius: 4px;
}

/*.modal-content {*/
/*    background-color: #fefefe;*/
/*    margin: 4% auto;*/
/*    padding: 20px;*/
/*    border: 1px solid #888;*/
/*    width: 70%;*/
/*    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);*/
/*    transition: transform 0.3s ease-in-out;*/
/*    transform: translateY(-100%);*/
/*}*/

.close {
    float: right;
    text-align: right;
    font-size: 30px;
}

.modal-content h2 {
    text-align: center;
    margin-top: -35px;
}

.button_div {
    justify-content: center;
    text-align: center;
}

.button_div button {
    margin-right: 10px;
    background: #06C167;
    border: 1px solid #06C167;
    padding: 5px 15px;
    color: #FFFFFF;
    border-radius: 2px;
}

#addAddressForm input {
    padding: 5px;
}

.nice-select {
    padding: 0px !important;
    height: 38px !important;
    line-height: 38px !important;
}

.add_address_button {
    background: #06C167;
    border: 1px solid #06C167;
    padding: 5px 15px;
    color: #FFFFFF;
    border-radius: 2px;
}

@media (max-width: 768px) {
    .main_flex_div {
        display: flex;
        flex-direction: column;
    }

    .inner_flex_div {
        min-width: 100% !important;
    }

    /*.modal-content {*/
    /*    padding: 10px 0px !important;*/
    /*    min-width: 95% !important;*/
    /*    height: 700px;*/
    /*    overflow: scroll;*/
    /*}*/

    .close {
        margin-right: 10px;
    }
}

.table-wishlist {
    .add-btn {
        font-size: 12px;
    }
}

.section-s-p {

    .pw-main-div-2 .pw-main-div,
    .pw-main-div {
        width: 100%;
    }

    .pw-img {
        max-width: 8%;
        /* height: 150px; */
        width: 100%;
    }

    .pw-nm {
        max-width: 30%;
        width: 100%;
    }

    .pw-st {
        max-width: 13%;
        width: 100%;
    }

    .pw-ad {
        max-width: 20%;
        width: 100%;
    }

    .pw-main-div-1 .pw-main-div {
        height: 93px;
    }
}

.card {
    height: 100%;
}

.card-body {
    .add-div {
        width: 100% !important;
    }

    .item-c-di img {
        width: 75px;
        height: 67px;
    }

    .checkout {
        text-align: end;

    }

    .checkout a {
        margin-top: 20px;
        padding: 5px 22px;
    }
}

.account-d {
    display: flex;
    justify-content: space-evenly;
    align-items: center;

    p {
        margin: 0px;
    }

    a {
        background: #b30000;
        padding: 5px 20px;
        display: inline-block;
        color: white;
        border-radius: 6px;
        height: fit-content;
        padding-bottom: 6px;
    }
}

.section-profile-de {
    background: #c9693714;
    padding: 60px 0px;
}

.pr-ee {
    label {
        margin-bottom: 5px;
        margin-top: 10px;
    }
}
.order-p{display: flex; gap: 15px;}
#tableorder{
    padding: 0px 20px;
width: 93%;
margin: auto;
}
.date-td{
    text-align: center;
    width: 100px;
}
.snoith{
    width: 50px;
}
#tableorder tr th{
    border-bottom: 1px solid black;
}
#tableorder tr td{
    font-size: 14px;
}
.oder-idd{
    padding: 0px 10px;
}
/* 
.team-img{
.slider-container {
    display: flex;
    gap: 10px;
    overflow: hidden;
    width: 100%;
    margin-bottom: 20px;
}

.slide {
    flex: 1;
    height: 440px;
    background: #57978a;
    transition: all 0.5s ease;
    cursor: pointer;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 20px;
    position: relative;
}
.slide::after{
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    top: 0px;
    background-color: #0000003d;
    z-index: 111;
    height: 100%;border-radius: 10px;
}
.slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.slide.active::after{
    background-color: #00000011;
    border-radius: 10px;
}
.active {
    flex: 3;
    background: #67a099;
}

.controls {
    display: flex;
    gap: 10px;
   
}
} */
/* 
.team-content a{
    background: rgba(255, 174, 17, 1);
    text-decoration: none;
    color: white;
    padding: 6px 21px;
    display: inline-block;
    border-radius: 41px;
    margin-top: 40px;
}
.team-content a i{
    margin-left: 10px;
}
.team-content{
.controls{
margin-top: 50px;
a{

}
button {
    font-size: 16px;
    border: none;
    background: #ffffff;
    color: #368733;
    cursor: pointer;
    border: 1px solid #368733;
    border-radius: 36px;
    width: 50px;
    height: 50px;
}

button:hover {
    background:  #368733;
    color: white;
}
}
} */
/* .team-div{
    display: flex;
}
.team-content{
max-width: 25%;
width: 100%;
}
.team-content h2{
    color: #368733;
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 50px;
}
.team-content p{
    font-size: 24px;
}
.team-img{
    max-width: 75%;
    width: 100%;
}
.section-team{
    background: rgba(234, 243, 245, 0.9);
} */
.client-container{
    /* background: var(--background-color); */
    padding: 0px 50px;
    border-radius: 20px;
    /* height: 565px; */
    /* max-width: 1214px; */
}
.client-div{
   
}
.client-div > h2{
    color: var(--heading-color);
    font-size: 32px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 20px;
}
.client-div > p{
    text-align: center;
    font-size: 18px;
    color: #000000;
    width: 60%;
    display: block;
    margin: auto;
}
.item-cardimg {
    width: 65px;
}
.item-cardimg img{
    width: 65px!important; 
}
.item-card{
    background: var(--background-color);
    padding: 30px;
    border-radius: 20px;
    display: flex;
    gap: 15px;
}
.owl-client-mani{
    /* position: absolute; */
    /* max-width: 100%; */
    /* width: 100%; */
    left: 0px;
    /* margin: 35%; */
    margin-top: 50px;
}
.testshape1{
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 11;
}
.testshape2{
    position: absolute;
    right: 0px;
    z-index: 11;
}
.owl-testo .owl-dots{
    margin-top: 36px;
}
.owl-testo .owl-nav{
    /* max-width: 1214px; */
    /* width: 100%; */
    /* margin: auto; */
    display: flex;
    justify-content: space-between;
    /* position: absolute; */
    margin-top: 48px;
    padding: 0px 25px;
    position: absolute;
    top: -64px;
    right: 7px;
    
    
    
    
    
    
    
    .owl-prev{
        /* background: white!important; */
        /* width: 40px!important; */
        /* height: 40px!important; */
        /* border-radius: 100%!important; */
        /* color: #368733!important; */
        background: #c96937 !important;
        color: white !important;
        width: 40px;
        height: 40px;
    }
    .owl-next{
         /* background: white!important; */
         /* width: 40px!important; */
         /* height: 40px!important; */
         /* border-radius: 100%!important; */
         /* color: #368733!important; */
         background: #c96937 !important;
         color: white !important;
         width: 40px;
         height: 40px;
    }
 

}
/* 
.social-h {
    margin-bottom: 60px;
}
.social-h h2{
    font-size: 32px;
    text-transform: uppercase;
    text-align: center;
    color: #368733;
    font-weight: 700;

}
.social-h p{
    text-align: center;
    width: 65%;
    margin: auto;
    font-size: 18px;
    color: rgba(62, 68, 68, 1);
}
.social-heading h3{
    color: #368733;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 30px;
}
.social-heading {
    padding-left: 30px;
    padding-right: 70px;
}
.social-heading p{
    color: rgba(62, 68, 68, 1);
}
.social-heading ul{
    margin-top: 30px;
    color: rgba(62, 68, 68, 1);
} */
.location-h{
    padding-right: 70px;
}
.location-h h2{
    font-size: 32px;
    text-transform: uppercase;
    color: var(--heading-color);
    font-weight: 700;
}
.location-h  p{
    color: rgba(62, 68, 68, 1);
    margin-top: 20px;
}
.location-h a{
    background: var(--background-color);
    text-decoration: none;
    color: white;
    padding: 6px 21px;
    display: inline-block;
    border-radius: 41px;
    margin-top: 40px;
}
.location-h a i{
    margin-left: 10px;
}
.Memorial{
    background-color: rgba(234, 243, 245, 1);
    padding: 50px;
    border-radius: 20px;
    padding-right: 100px;
}
.social-img img{
    width: 100%;
}
.row-social-2{
    margin-top: 60px;
    align-items: center;
}
.Memorial h2{
    font-size: 32px;
    color: #368733;
    margin-bottom: 30px;
}
.social-img1{
    position: relative;
    left: -80px;
}
.location-div{
    background-color: rgba(248, 248, 248, 1);
    padding: 20px;
    border-radius: 15px;
    /* text-align: center; */
}
.location-div img{
    width: 100%;
    height: 169px;
    object-fit: cover;
    border-radius: 15px;
}
.location-div h3{
    font-size: 17px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 700;
    color: black;
}
.location-div p{
    font-size: 14px;
    color: rgba(62, 68, 68, 1);
    /* padding: 0px 20px; */
    letter-spacing: 1px;
}
.container-choode {
    text-align: center;
    background-image: url('../img/backup-choose.png');
    background-size: cover;
    background-position: center;
    padding: 60px 51px;
    border-radius: 20px;
    padding-bottom: 70px;
}
.container-choode  h2{
    color: white;
    font-size: 64px;
    font-weight: 900;
}
.container-choode a{
    background: rgba(255, 174, 17, 1);
    text-decoration: none;
    color: white;
    padding: 6px 21px;
    display: inline-block;
    border-radius: 41px;
    margin-top: 25px;
}
footer{
    padding: 11px 0px;
    background: linear-gradient(180.83deg, #5f2c01 -5.95%, #5f2c01 135.68%);
    color: white;
    padding-top: 107px;
    position: relative;
}
.footer-back{
    position: absolute;
    opacity: 0.1;
    width: 100%;
    top: 0px;
    height: 100%;
}
footer .container{
    position: relative;
}
footer a{
    color: #ebebeb;
    text-decoration: none;
    display: block;
    font-size: 14px;
}
.footer-nav p{
    font-size: 18px;
}
.footer-logo {
    /* padding-right: 100px; */
    margin-top: -52px;
    h4{
        margin-bottom: 16px;
        margin-top: 30px;
    }
}
.footer-logo img{
    width: 115px;
}
.footer-nav a{
    margin-bottom: 13px;
}
.footer-nav  p i{
    margin-right: 10px;
}
.footer-logo p{
    margin-top: 30px;
    font-size: 14px;
}
.col-md-4.footer-nav {
    /* padding: 0px 32px; */
    /* padding-left: 47px; */
}
.item-card-c h5{
    font-size: 24px;
    color: rgb(255 255 255);
    font-weight: 700;
}
.item-card-c span{
    color: rgb(255 255 255 / 98%);
    display: block;
    margin-bottom: 20px;
}
.item-card-c p{
    font-size: 14px;
    color: rgb(255 255 255);
    padding-right: 36px;
}
.nav-open{
    display: none;
}
.JOURNEY-img > img{
    width: 100%;
    height:100%;
    border-radius: 0px;
}
.col-lg-7.JOURNEY-img.position-relative {
    padding: 0px;
}
.location-div a.read-btn-b{
    background: var(--background-color);
    text-decoration: none;
    color: white;
    padding: 6px 21px;
    display: inline-block;
    border-radius: 41px;
    margin-top: 10px;
}
.row-blog{
    align-items: center;
}

/*Clearing Floats*/
.cf:before, .cf:after{
    content:"";
    display:table;
}

.cf:after{
    clear:both;
}

.cf{
    zoom:1;
}    
/* Form wrapper styling */

.search-wrapper {
    width: 100%;
    /* margin: 150px auto 50px auto; */
    border-radius: 40px;
    background: transparent;
    /* box-shadow: 0 4px 20px -2px #e9e9e9; */
    position: relative;
}

/* Form text input */

.search-wrapper input {
  padding-left: 20px;
  width: 99%;
  height: 52px;
  padding: 12px 5px;
  float: left;
  font: bold 13px 'lucida sans', 'trebuchet MS', 'Tahoma';
  border: 0;
  background: #fff;
  border-radius: 40px;
  border-top-style: none;
}

.search-wrapper input:focus {
    outline: 0;
    background: #fff;
    box-shadow: 0 0 2px rgba(0,0,0,0.8) inset;
}

.search-wrapper input::-webkit-input-placeholder {
   color: #999;
   font-weight: normal;
   font-style: italic;
  padding-left: 20px;
}

.search-wrapper input:-moz-placeholder {
    
    color: #999;
    font-weight: normal;
    font-style: italic;
}

.search-wrapper input:-ms-input-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
  border-style: none;
}   

/* Form submit button */
.search-wrapper button {
    overflow: visible;
    position: relative;
    float: right;
    border: 0;
    padding: 0;
    cursor: pointer;
    height: 52px;
    width: 120px;
    font: 13px/40px 'lucida sans', 'trebuchet MS', 'Tahoma';
    color: #fff;
    text-transform: uppercase;
    background: var(--background-color);
    border-radius: 40px;
    text-shadow: 0 -1px 0 rgba(0, 0 ,0, .3);
    position: absolute;
    right: 0px;
}  
.get-int{
    border-left: 4px solid #c96937;
}
.search-wrapper button:hover{    
/*     background: #e54040; */
}  

.search-wrapper button:active,
.search-wrapper button:focus{  
    background: #198cff;
    outline: 0;  
}

.search-wrapper button:focus:before,
.search-wrapper button:active:before{
        border-right-color: #c42f2f;
}     

.search-wrapper button::-moz-focus-inner { /* remove extra button spacing for Mozilla Firefox */
    border: 0;
    padding: 0;
}   
.container-form-s{
    position: relative;
    background: white;
    padding: 33px 50px;
    top: 93px;
    border-radius: 1px;
    box-shadow: 0px 0px 10px #7b7b7b1f;
    border-radius: 20px;
    z-index: 1;
}
.container-form-s .col-lg-8 {
    display: grid
;
    align-items: center;
    justify-content: end;
}
.img-box1{
    position: relative;
}
.img-box1::after{
    content: "";
    display: block;
    /* background-color: #00000030; */
    position: absolute;
    width: 100%;
    height: 111px;
    bottom: 0px;
    left: 0px;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.0) 30%, rgba(0, 0, 0, 0.62) 100%);
}
.con-img-gallery h2{
    color: var(--heading-color);
    font-size: 32px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 30px;
}
.con-img-gallery .img-box1{
    background: #c9693717;
    /* padding: 20px; */
    border-radius: 10px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
}
.con-img-gallery  .row{
    row-gap: 20px;
}
.con-img-gallery .img-box1 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s all;
}
.con-img-gallery .img-box1:hover img{
    transform: scale(1.1);
}
.con-img-gallery .img-box1 p{
    position: absolute;
    bottom: 0px;
    left: 15px;
    color: white;
    z-index: 1;
    font-weight: bold;
}
.get-int h2{
    color: #c96937;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 700;
    padding-right: 20px;
}
.get-int p{
    color: grey;
}
.row-nav img {
    width: 95px;
}

.top-nav {
    /* height: 20px; */
    width: 100%;
    background: var(--background-color);
    overflow: hidden;
}
.top-nav{
color: white;
text-align: center;
}
.owl-carousel-hero img {
    /* border-radius: 15px; */
}

.hero-silde-img .row {
    row-gap: 20px;
}

.hero-silde-img img {
    border-radius: 15px;
}

.hero-owl-section {
    padding-top: 0px;
}

.owl-carousel-hero .owl-prev {
    background: #c96937 !important;
    color: white !important;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 36%;
    left: 0px;
}

.owl-carousel-hero .owl-next {
    background: #c96937 !important;
    color: white !important;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 36%;
    right: 0px;
}

.owl-carousel-hero .owl-dots {
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.hero-owl-section .hero-owl {
    padding: 0px;
}

.hero-owl-section .owl-theme .owl-nav {
    margin: 0px;
}

.product-img {
    height: 225px;
    /* background: #c9693717; */
    padding: 0px;
    border-radius: 10px;
    position: relative;
}
.product-img span{
    background: #c96937;
    color: white;
    font-size: 11px;
    padding: 2px 12px;
    padding-bottom: 4px;
    border-radius: 0 15px 15px 0;
    position: absolute;
    top: 0px;
    left: 0px;
}
.product-img span i{
    margin-right: 2px;
    font-size: 11px;
}

.product-img img {
    height: 100%;
    object-fit: contain;
    display: block;
    margin: auto;
}

.product-box {
    padding: 10px;
    box-shadow: 0 0 1px 1px #f3f3f3;
    border-radius: 10px;
    background-color: white;
}

.span-1-p {
    font-size: 13px;
    color: #242424bf;
}

.product-c h5 {
    font-size: 16px;
    color: rgb(49, 49, 49);
}

.span-star i {
    color: #f2cb05;
    margin-left: 2px;
}

.product-c {
    padding-top: 10px;
}

.span-r {
    margin-left: 5px;
    font-size: 15px;
    color: grey;
}

.price-p {
    font-weight: bold;
    color: black;
}

.price-p span {
    color: grey;
    text-decoration: line-through;
    margin-right: 5px;
}

.v {
    padding-top: 10px;
}

.add-btn {
    text-decoration: none;
    background: #c96937;
    color: white;
    padding: 5px 20px;
    border-radius: 18px;
    padding-bottom: 7px;
    /* display: block; */
    width: fit-content;
    font-size: 15px;
    margin: auto;
}
.add-btn:hover{
    background: #c98037;
    color: white;
}

.buy-btn {
    text-decoration: none;
    background: #ffffff;
    color: #c96937;
    padding: 5px 20px;
    border-radius: 18px;
    padding-bottom: 7px;
    /* display: block; */
    width: fit-content;
    font-size: 15px;
    border: 1px solid #c96937;
    margin: auto;
    /* margin-top: 10px; */
}

.btn-a-r {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-direction: column;
    justify-content: center;
}
.owl-carousel-product .item{
    padding: 10px;
}
.owl-carousel-product .owl-prev{
    background: #c96937 !important;
color: white !important;
width: 40px;
height: 40px;
}
.owl-carousel-product .owl-next{
    background: #c96937 !important;
color: white !important;
width: 40px;
height: 40px;
}
.owl-carousel-product .owl-nav{
    position: absolute;
top: -64px;
right: 7px;

}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
    background: #c96937 !important;
}
.shop-s span i{
    font-size: 25px;
    color: #c96937;
    margin-right: 1px;
}
.owl-carousel-product1 .product-box{
    display: flex;
    align-items: center;
    background-color: white;
}
.owl-carousel-product1  .product-img{
    width: 36%;
}
.owl-carousel-product1  .product-c{
    width: 64%;
    padding-left: 26px;
    padding-top: 0px;
}
.owl-carousel-product1  .add-btn{
    margin-left: 0px;
    margin-right: auto;
}
.owl-carousel-product1  .buy-btn{
    margin-left: 0px;
}
.section-bg{
    background-color: var(--light-background);
}
.owl-carousel-product1 .owl-prev {
background: #c96937 !important;
color: white !important;
width: 40px;
height: 40px;
}
.owl-carousel-product1 .owl-next {
background: #c96937 !important;
color: white !important;
width: 40px;
height: 40px;
}

.owl-theme .owl-nav{
margin-top: 0px!important;
}
.owl-carousel-product1 .owl-dots{
margin-top: 20px;
}
.owl-carousel-product1 .owl-nav {
    /* position: absolute;
    top: -64px;
    right: 7px; */
    margin-top: 19px !important;
    }
.add-btn{

}
.c-p{
    text-align: center;
    margin-top: 20px;
    border-top: 1px solid #7b7b7b;
    padding-top: 10px;
    display: flex;
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;
    /* flex-direction: column; */
}
.add-div{
    transition: 0.5s all;
    width: 400px;
    height: 100vh;
    display: block;
    position: fixed;
    top: 0px;
    z-index: 11111;
    right: -405px;
    background: white;

}
.add-card1{
    display: flex;
    padding: 20px;
    border-bottom: 1px solid grey;
    justify-content: space-between;
}
.add-card1 span.items{
    color: grey;
}
.add-card1 > span{
    color: black;
    font-weight: bold;
}
.item-c-di img{
    width: 94px;
    height: 87px;
    object-fit: cover;
    border-radius: 10px;
}
.item-c-d {
    display: flex
;
    gap: 15px;
    padding: 10px;
    background: var(--light-background);
    border-radius: 10px;
    margin-bottom: 10px;
}
.item-c-dc-top{
    display: flex
}
.item-c-dc{
    width: 100%;
}
.item-c-d {
    display: flex;
    gap: 15px;
    align-items: center;
    position: relative;
    .remove{
        position: absolute;
        top: 4px;
        right: 12px;
    }
    
    h5{
        font-size: 16px;
    }
}
.add-it-d{
    padding: 10px;
}
#myTabContent{
    margin-top: 25px;
}
.ul-tabs-m{
    .nav-tabs .nav-link{
        border-radius: 52px;
        padding: 4px 16px;
        padding-bottom: 6px;
    }
    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
        color: #495057;
        background-color: #fff;
        /* border-color: #dee2e6 #dee2e6 #fff; */
        border-radius: 29px;
        background: #c96937;
        color: white;
    }
    .nav-tabs .nav-link {
        margin-bottom: -1px;
        background: 0 0;
        border: 1px solid transparent;
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem;
        border-radius: 52px;
        padding: 4px 16px;
        padding-bottom: 6px;
        color: #c96937;
    }
    .nav-tabs {
        /* border-bottom: 1px solid #dee2e6; */
        border: none;
        background: white;
        padding: 7px 10px;
        border-radius: 100px;
        border: 1px solid #c9693712;
    }
}
.cartogries-h{
    .head-ach {
 
        margin-bottom: 10px;
    }
    p{
    text-align: center;
    width: 60%;
    margin: auto;
    margin-bottom: 30px;
}
}
.owl-carousel-Delicious-c{
    padding-left: 100px;
}
.Deliciousimg img{
    border-radius: 15px;
    transition: 0.5s all;
    object-fit: cover;
    height: 100%;
}
.Deliciousimg img:hover{
    transform: scale(1.1);
}
.Deliciousimg {
    height: 260px;
    overflow: hidden;
}
.owl-carousel-Delicious p{
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: var(--heading-color);
    margin-top: 5px;
}
.owl-carousel-Delicious .owl-prev , .owl-carousel-Delicious .owl-next {
    background: #c96937 !important;
    color: white !important;
    width: 40px;
    height: 40px;
}
.con-img-delicious h2{
    color: var(--heading-color);
    font-size: 32px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
   
}
.con-img-delicious p{
    margin-bottom: 30px;
    text-align: center;
    font-size: 18px;
    color: var(--text-color);
}
.owl-carousel-Delicious .owl-dots{
    display: none;
}
.what-call{
    position: fixed;
    bottom: 13px;
    right: 20px;
    
    z-index: 11;
    img{
        width: 66px;
    }
}
.counter-container{
    display: flex
;
button{
    width: 25px;
    height: 25px;
    display: flex
;
    justify-content: center;
    align-items: center;
    border: navajowhite;
}
.count{
    background: white;
    width: 25px;
    font-size: 14px;
    text-align: center;
}
}
.item-cul{
    display: flex
    ;
        justify-content: space-between;
        align-items: center;
        .price-item{
            p{
                margin-bottom: 0px;
                font-weight: bold;
            }
            p span.mrp-price{
                margin-right: 5px;
                display: inline-block;
                font-size: 12px;
                color: grey;
                text-decoration: line-through;
            }
        }
}
.checkout-f{
    background: #fffbf4;
    position: absolute;
    width: 100%;
    bottom: 0px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.estimated p{
    font-size: 13px;
}
.checkout a{
    background: #c7f307;
    color: black;
    text-decoration: none;
    padding: 14px 37px;
    display: inline-block;
    border-radius: 9px;
}



/* ==============================product card ================================================ */
.product-section{
    .card {
        background-color: #fff;
        /* padding: 14px; */
        border: none
    }

    #lightSlider li {}

    .demo {
        width: 100%
    }

   

    img {
        display: block;
        height: auto;
        width: 100%
    }

    .stars i {
        color: #f6d151
    }

    .stars span {
        font-size: 13px
    }

    hr {
        color: #d4d4d4
    }

    .badge {
        padding: 5px !important;
        padding-bottom: 6px !important
    }

    .badge i {
        font-size: 10px
    }

    .profile-image {
        width: 35px
    }

    .comment-ratings i {
        font-size: 13px
    }

    .username {
        font-size: 12px
    }

    .comment-profile {
        line-height: 17px
    }

    .date span {
        font-size: 12px
    }

    .p-ratings i {
        color: #f6d151;
        font-size: 12px
    }

    .btn-long {
        padding-left: 35px;
        padding-right: 35px
    }

    .buttons {
        margin-top: 15px
    }

    .buttons .btn {
        height: 46px
    }

    .buttons .cart {
        border-color: var(--background-color);
        color: var(--background-color)
    }

    .buttons .cart:hover {
        
        background-color: var(--background-color) !important;
        color: #fff
    }

    .buttons .buy {
        color: #fff;
        background-color: var(--background-color);
        border-color: var(--background-color)
    }

    .buttons .buy:focus,
    .buy:active {
        color: #fff;
        background-color: var(--background-color);
        border-color: var(--background-color);
        box-shadow: none
    }

    .buttons .buy:hover {
        color: #fff;
        background-color: var(--background-color);
        border-color: var(--background-color)
    }

    .buttons .wishlist {
        background-color: #fff;
        border-color: var(--background-color)
    }

    .buttons .wishlist:hover {
        background-color: var(--background-color);
        border-color: var(--background-color);
        color: #fff
    }

    .buttons .wishlist:hover i {
        color: #fff
    }

    .buttons .wishlist i {
        color: var(--background-color)
    }

    .comment-ratings i {
        color: #f6d151
    }

    .followers {
        font-size: 9px;
        color: #d6d4d4
    }

    .store-image {
        width: 42px
    }

    .dot {
        height: 10px;
        width: 10px;
        background-color: #bbb;
        border-radius: 50%;
        display: inline-block;
        margin-right: 5px
    }

    .bullet-text {
        font-size: 12px
    }

    .my-color {
        margin-top: 10px;
        margin-bottom: 10px
    }

    label.radio {
        cursor: pointer
    }

    label.radio input {
        position: absolute;
        top: 0;
        left: 0;
        visibility: hidden;
        pointer-events: none
    }

    label.radio span {
        border: 2px solid #8f37aa;
        display: inline-block;
        color: #8f37aa;
        border-radius: 50%;
        width: 25px;
        height: 25px;
        text-transform: uppercase;
        transition: 0.5s all
    }

    label.radio .red {
        background-color: red;
        border-color: red
    }

    label.radio .blue {
        background-color: blue;
        border-color: blue
    }

    label.radio .green {
        background-color: green;
        border-color: green
    }

    label.radio .orange {
        background-color: orange;
        border-color: orange
    }

    label.radio input:checked+span {
        color: #fff;
        position: relative
    }

    label.radio input:checked+span::before {
        opacity: 1;
        content: '\2713';
        position: absolute;
        font-size: 13px;
        font-weight: bold;
        left: 4px
    }

    .card-body {
        padding: 0.3rem 0.3rem 0.2rem
    }
    .about .heading-p-t{
        color: grey;
    }
    .about .heading-p{
        display: block;
        font-size: 32px;
        font-weight: bold;
        color: #c96937;
    }
    .about .price-p{
        font-size: 26px;
    }    
}
.row-oil-p{
    row-gap: 20px;
}
.product-m{
    position: relative;
}

.dropdown-product{
    transition: 0.4s all;
   padding-top: 5px;
   padding-bottom: 5px;
    /* width: 200px; */
    /* height: 100px; */
    background: rgb(255, 255, 255);
    position: absolute;
    z-index: 11;
    opacity: 0;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.048);
}
.dropdown-product a{
    padding: 2px 20px;
    display: block;
    font-size: 14px;
}
.nav-c ul li:hover .dropdown-product{
    opacity: 1;
}
.pw-main-div{
    display: flex;
    gap: 15px;
}
.pw-main-div p{
    margin-bottom: 0px;
}
.pw-img {
    max-width: 127px;
    /* height: 150px; */
    width: 100%;
}
.pw-img img{
    width: 100%;
    object-fit: contain;
    height: 150px;
}
.pw-nm a{
    color: black;
    text-decoration: none;

}
.pw-un{
    max-width: 85px;
    width: 100%;
}
.pw-st{
    max-width: 100px;
    width: 100%;
}
.pw-ad{
    max-width: 150px;
    width: 100%;
}
.pw-nm{
    max-width: 534px;
    width: 100%;
}
.pw-main-div-2 .pw-main-div{
    background: antiquewhite;
    padding: 12px 15px;
    margin-bottom: 30px;
}
.pw-main-div{
    padding: 12px 15px;
    border-bottom: 1px solid #dbdbdb;
    align-items: center;
}
.pw-main-div-2 .pw-main-div p{
    font-weight: bold;
}
.pw-st a{
    color: white;
    background: #1bd741;
    text-decoration: none;
    padding: 2px 10px;
    padding-bottom: 5px;
    border-radius: 4px;
}
.no-head{
    position: absolute!important;
    background: #ff7300;
    color: white;
    font-size: 9px;
    width: 13px;
    height: 13px;
    display: flex;
    align-items: center;
    text-align: center;
    border-radius: 100%;
    justify-content: center;
    top: 4px;
    right: -2px;
}
a{
    text-decoration: none!important;
}
.shop-s span{
    position: relative;
}

/* ==============================product card end ================================================ */

.about-c h2{
    font-size: 32px;
    color: var(--heading-color);
    font-weight: 700;
}
.about-c p{
    color: var(--text-color);
}
.about-c h5{
    margin-top: 20px;
    color: var(--heading-color);
}
.about-c a{
    text-decoration: none;
    background: var(--background-color);
    color: white;
    padding: 8px 27px;
    border-radius: 37px;
    padding-bottom: 10px;
    display: block;
    width: fit-content;
    font-size: 15px;
    /* margin: auto; */
    margin-top: 39px;
}
.why-choose-h h2{
    font-size: 32px;
    color: var(--heading-color);
    font-weight: 700;
    text-align: center;
}
.why-choose-h p{
    color: var(--text-color);
    width: 60%;
    margin: auto;
    text-align: center;
}
.why-choose-h{
    margin-bottom: 30px;
}
.why-choose-r{
    align-items: center;
}
.why-choose-box{
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    height: 100%;
    box-shadow: 0px 0px 30px #b7b7b74a;
}
.why-choose-box h4{
    font-size: 19px;
    color: var(--heading-color);
    font-weight: 700;
}
.row-why-c{
    row-gap: 20px;
}
.why-choose-box img{
    width: 40px;
    margin-bottom: 20px;
}
.why-choose-box  p{
    color: var(--text-color);
}
.accordion-button:focus{
    border: none;
    box-shadow: none;
}
.accordion-item , .accordion-item:first-of-type{
    border: none;
}
.accordion-button:not(.collapsed){
    background: #c96937;
    color: white;
}
.accordion-button:not(.collapsed)::after{
filter: brightness(111);
}
.accordion-body{
    background: var(--light-background);
}
.faq-hea h2{
    font-size: 32px;
    color: #7a3700;
    font-weight: 700;
    margin-bottom: 30px;
}
.faq-hea p{
    color: var(--text-color);
}
.faq-row{
    align-items: center;
}
.document h2{
    font-size: 32px;
    color: var(--heading-color);
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
}
.blog-h h2{
    font-size: 32px;
    color: var(--heading-color);
    font-weight: 700;
    text-align: center;
}
.blog-h{
    margin-bottom: 40px;
}
.blog-h p{
    width: 60%;
    margin: auto;
    text-align: center;
    color: var(--text-color);
}

.location-div span{
    color: grey;
    margin-top: 15px;
    display: block;
}
.blog-detail img{
    width: 100%;
    margin-bottom: 30px;
    border-radius: 10px;
} 
.blog-detail h2{
    color: var(--heading-color);
    font-size: 32px;
}
.blog-detail p{
    color: var(--text-color);
}
.row-bblog .location-div h3{
    margin-top: 0px;
}
.submit{
    margin-top: 20px;
    background: #c96937;
    color: white;
    padding: 6px 25px;
    border: 1px solid #c96937;
}
.comment-box{
    margin-top: 50px;
}
.form-contact input{
    margin-bottom: 20px;
}
.form-contact{
    background-color: white;
    padding: 30px;
    border-radius: 10px;
}
.message-text{
    height:150px;
}
.suport-h h2{
    color: var(--heading-color);
    font-size: 32px;
}
.suport-h p{
    color: var(--text-color);
}
.form-contact .Submit{
    background-color: var(--background-color);
    color: white;
    border: 1px solid var(--heading-color);
    padding: 7px 20px;
    margin-top: 10px;
}
.get-intoc h2{
    font-size: 32px;
    color: var(--heading-color);
    text-align: center;
    margin-bottom: 40px;
}
.ectra-c{
    padding-left: 40px;
    margin-top: 20px;
    color: var(--heading-color);
}
.row-co{
    /* align-items: center; */
}
.ectra-c a{
    display: block;
    color: var(--heading-color);
}
.login-section{


    .wrapper{
      overflow: hidden;
      max-width: 390px;
      background: #fff;
      padding: 30px;
      border-radius: 5px;
      box-shadow: 0px 15px 20px rgba(0,0,0,0.1);
      margin: auto;
    }
    .wrapper .title-text{
      display: flex;
      width: 200%;
    }
    .wrapper .title{
      width: 50%;
      font-size: 35px;
      font-weight: 600;
      text-align: center;
      transition: all 0.6s cubic-bezier(0.68,-0.55,0.265,1.55);
    }
    .wrapper .slide-controls{
      position: relative;
      display: flex;
      height: 50px;
      width: 100%;
      overflow: hidden;
      margin: 30px 0 10px 0;
      justify-content: space-between;
      border: 1px solid lightgrey;
      border-radius: 5px;
    }
    .slide-controls .slide{
      height: 100%;
      width: 100%;
      color: #fff;
      font-size: 18px;
      font-weight: 500;
      text-align: center;
      line-height: 48px;
      cursor: pointer;
      z-index: 1;
      transition: all 0.6s ease;
    }
    .slide-controls label.signup{
      color: #000;
    }
    .slide-controls .slider-tab{
      position: absolute;
      height: 100%;
      width: 50%;
      left: 0;
      z-index: 0;
      border-radius: 5px;
      background: var(--background-color);
      transition: all 0.6s cubic-bezier(0.68,-0.55,0.265,1.55);
    }
    input[type="radio"]{
      display: none;
    }
    #signup:checked ~ .slider-tab{
      left: 50%;
    }
    #signup:checked ~ label.signup{
      color: #fff;
      cursor: default;
      user-select: none;
    }
    #signup:checked ~ label.login{
      color: #000;
    }
    #login:checked ~ label.signup{
      color: #000;
    }
    #login:checked ~ label.login{
      cursor: default;
      user-select: none;
    }
    .wrapper .form-container{
      width: 100%;
      overflow: hidden;
    }
    .form-container .form-inner{
      display: flex;
      width: 200%;
    }
    .form-container .form-inner form{
      width: 50%;
      transition: all 0.6s cubic-bezier(0.68,-0.55,0.265,1.55);
    }
    .form-inner form .field{
      height: 50px;
      width: 100%;
      margin-top: 20px;
    }
    .form-inner form .field input{
      height: 100%;
      width: 100%;
      outline: none;
      padding-left: 15px;
      border-radius: 5px;
      border: 1px solid lightgrey;
      border-bottom-width: 2px;
      font-size: 17px;
      transition: all 0.3s ease;
    }
    .form-inner form .field input:focus{
      border-color: #fc83bb;
      /* box-shadow: inset 0 0 3px #fb6aae; */
    }
    .form-inner form .field input::placeholder{
      color: #999;
      transition: all 0.3s ease;
    }
    form .field input:focus::placeholder{
      color: #b3b3b3;
    }
    .form-inner form .pass-link{
      margin-top: 5px;
    }
    .form-inner form .signup-link{
      text-align: center;
      margin-top: 30px;
    }
    .form-inner form .pass-link a,
    .form-inner form .signup-link a{
      color:var(--background-color);
      text-decoration: none;
    }
    .form-inner form .pass-link a:hover,
    .form-inner form .signup-link a:hover{
      text-decoration: underline;
    }
    form .btn{
      height: 50px;
      width: 100%;
      border-radius: 5px;
      position: relative;
      overflow: hidden;
    }
    form .btn .btn-layer{
      height: 100%;
      width: 300%;
      position: absolute;
      left: -100%;
      background: var(--background-color);
      border-radius: 5px;
      transition: all 0.4s ease;;
    }
    form .btn:hover .btn-layer{
      left: 0;
    }
    form .btn input[type="submit"]{
      height: 100%;
      width: 100%;
      z-index: 1;
      position: relative;
      background: none;
      border: none;
      color: #fff;
      padding-left: 0;
      border-radius: 5px;
      font-size: 20px;
      font-weight: 500;
      cursor: pointer;
    }
    }
    .dropdown-product1{
        display: none;
    }
    .acc-p{
        width: max-content;
        height: auto;
        background: rgb(255, 255, 255);
        position: absolute;
        left: 0px;
        display: none;
        padding: 8px 18px;
    }
    .acc-p.acc-p-n{
        display: block;
    }
    .acc-p a{
        display: block;
    }
    .acc-p a{
        font-size: 15px;
    }
    .acc-p a i{
        font-size: 18px;
        margin-right: 2px;
    }
    .shop-s{
        display: flex;
        justify-content: end;
        gap: 13px;
    }

    
.team-img{
    .slider-container {
        display: flex;
        gap: 10px;
        overflow: hidden;
        width: 100%;
        margin-bottom: 20px;
    }
    
    .slide {
        flex: 1;
        height: 440px;
        /* background: #57978a; */
        transition: all 0.5s ease;
        cursor: pointer;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        font-size: 20px;
        position: relative;
    }
    .slide video{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .slide::after{
        content: "";
        display: block;
        width: 100%;
        position: absolute;
        top: 0px;
        background-color: #0000003d;
        z-index: 111;
        height: 100%;border-radius: 10px;
    }
    .slide img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 10px;
    }
    .slide.active::after{
        background-color: #00000011;
        border-radius: 10px;
    }
    .active {
        flex: 3;
        background: #67a099;
    }
    
    .controls {
        display: flex;
        gap: 10px;
       
    }
    }
    
    .team-content a{
        background: rgba(255, 174, 17, 1);
        text-decoration: none;
        color: white;
        padding: 6px 21px;
        display: inline-block;
        border-radius: 41px;
        margin-top: 40px;
    }
    .team-content a i{
        margin-left: 10px;
    }
    .team-content{
    .controls{
    margin-top: 50px;
    a{
    
    }
    button {
        /* padding: 10px 20px; */
        font-size: 16px;
        border: none;
        background: #ffffff;
        color: rgba(0, 159, 193, 1);
        cursor: pointer;
        border: 1px solid rgba(0, 159, 193, 1);
        border-radius: 36px;
        width: 50px;
        height: 50px;
    }
    
    button:hover {
        background:  rgba(0, 159, 193, 1);
        color: white;
    }
    }
    }
    .team-div{
        display: flex;
    }
    .team-content{
    max-width: 25%;
    width: 100%;
    }
    .team-content h2{
        color: #007CC1;
        font-size: 32px;
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: 50px;
    }
    .team-content p{
        font-size: 24px;
    }
    .team-img{
        max-width: 75%;
        width: 100%;
    }
    .section-team{
        background: rgba(234, 243, 245, 0.9);
    }
    .overview-cou{
        display: flex;
        width: 100%;
        position: absolute;
        bottom: 0px;
        
        left: 0px;
    }
    .overview-cou-b h6{
        font-weight: bold;
        font-size: 35px;
    }
    .overview-cou-b p{
        padding-right: 0px;
        position: relative;
        left: 13px;
    }
    .overview-cou-b{
        padding: 10px;
        background-color: var(--background-color);
        color:white;
        width: 34%;
        text-align: center;
    }
    .jourey-section .JOURNEY-img{
        padding: 0px;
    }
    .journry-img11 img{
        border-radius: 0px 1000px 1000px 0px;
        height: 545px;
    }
    .natural-img{
        display: flex;
        align-items: center;
        /* background: #fff7f7; */
        padding: 22px;
        border-radius: 10px;
        margin-bottom: 15px;
        width: 501px;
        position: relative;  
    img{
        width: 80px;
    margin-right: 20px;
    }
    }
    .natural-img p{
        margin: 0px;
    }
    .natural-img h6{
        font-weight: 400;
        font-size: 24px;    margin: 0px;
     }
     .natural-img1{    left: -20px;}
     .natural-img2{    left: 35px;}
     .natural-img3{    left: 70px;}
     .natural-img4{    left: 35px;}
     .natural-img5{ left: -20px;}
     .materail-item{
        width: 150px;
        height: 150px;
        border-radius: 100%;
        background-color: #fefff0;
        padding: 10px;
        overflow: hidden;
        margin: auto;
     }
     .materail-item img{
      width: 100%;
      height: 100%;
        /* border-radius: 100%; */
        object-fit: contain;
     }
     .owl-carousel-product3 .item{
        text-align: center;
     }
     .owl-carousel-product3 .item a{
        color: var(--heading-color);
        font-weight: bold;
        text-align: center;
        font-size: 18px;
     }
     .owl-carousel-product3    .owl-dots{
        display: none;
     }

     .owl-carousel-product3 .owl-prev , .owl-carousel-product3 .owl-next {
        background: #c96937 !important;
        color: white !important;
        width: 40px;
        height: 40px;
        border-radius: 100%!important;
    }
    .owl-carousel-product3 .owl-next  {
        position: absolute;
        right: 0px;
        top: 50px;
    }
    .owl-carousel-product3 .owl-prev  {
        position: absolute;
        left: 0px;
        top: 50px;
    }
    .close-itesm{
        cursor: pointer;
    }
    .wishlist-btn{
        position: absolute;
        top: 0px;
        cursor: pointer;
        right: 3px;
        color: #c96937;
        background: white;
        width: 24px;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 21px;
        /* border-right: 1px solid; */
        /* border-top: 1px solid; */
    }
    @keyframes spin {
        0% { transform: rotate(0deg); }
        100% { transform: rotate(360deg); }
    }

    .loader {
        border: 3px solid #f3f3f3;
        border-top: 3px solid #3498db;
        border-radius: 50%;
        width: 20px;
        height: 20px;
        animation: spin 1s linear infinite;
        display: inline-block;
        vertical-align: middle;
        margin-left: 8px;
    }

    .loading {
        background-color: #f0f0f0;
        cursor: not-allowed;
        pointer-events: none;
    }
    
.modal-confirm {		
	color: #636363;
	width: 420px;
	font-size: 14px;
}
.modal-confirm .modal-content {
	padding: 20px;
	border-radius: 5px;
	border: none;
}
.modal-confirm .modal-header {
	border-bottom: none;   
	position: relative;
}
.modal-confirm h4 {
	text-align: center;
	font-size: 26px;
	margin: 30px 0 -15px;
	color: #428b0c;
	font-weight: bold;
}
.modal-confirm .form-control, .modal-confirm .btn {
	min-height: 40px;
	border-radius: 3px; 
}
.modal-confirm .close {
	position: absolute;
	top: -5px;
	right: -5px;
}	
.modal-confirm .modal-footer {
	border: none;
	text-align: center;
	border-radius: 5px;
	font-size: 13px;
	margin-top: 0px;
	padding-top: 0px;
}	
.modal-confirm .icon-box {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -57px;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    z-index: 9;
    background: #75c937;
    padding: 15px;
    text-align: center;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}
.modal-confirm .icon-box i {
	font-size: 58px;
	position: relative;
	top: 3px;
}
.modal-confirm.modal-dialog {
	margin-top: 80px;
}
.modal-confirm .btn {
	color: #fff;
	border-radius: 4px;
	background: #c96937;
	text-decoration: none;
	transition: all 0.4s;
	line-height: normal;
	border: none;
	display: block;
	margin: auto;
	width: 90px;
}
.modal-confirm .btn:hover, .modal-confirm .btn:focus {
	background: #6fb32b;
	outline: none;
}
.trigger-btn {
	display: inline-block;
	margin: 100px auto;
}
#myModal.show , #myModal1.show , #myModalremove.show{
    display: block;
    z-index: 1111111;
}
div#myModal::after , div#myModal1::after , div#myModalremove::after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: #0000004f;
    position: fixed;
    top: 0px;
    z-index: -1;
}
.bottom-total{
    padding-top: 15px;
    border-top: 2px solid #bbbbbb;
    display: flex
    ;
        justify-content: space-between;
        .estimated a{
            color: black;
        }
}
#tableorder tbody, td, tfoot, th, thead, tr{
    padding: 14px 3px;
}
.view-button{
    font-weight: 900;
    color:rgb(15, 34, 199)
}
@media only screen and (max-width: 1200px) {
    .natural-img{
        width: 430px;
    }
    
    .nav-c ul{
        padding-left: 0px;
    }
    .nav-c ul{
        gap: 20px;
        padding-left: 0px;
    }
    .nav-c{
        gap: 20px;
    }
    .hero-section p{
        font-size: 34px;
    }
    .hero-section h1{
        font-size: 48px;
    }
    .trend{
        width: 100%;
    }
    .trend-c{
        padding: 30px 30px;
    }
    .row-what1 .col-12 p{
        font-size: 20px;
        padding-right: 0px;
    }
    .what-we {
        padding-right: 0px;
    }
    .what-we p {
        font-size: 20px;
    }
    .Journey-c h5 , .Journey-c p{
        padding-right: 0px;
    }
    .Journey-c {
        padding-left: 32px;
    }
    .services-icn
    {
        bottom: 22px;
    }
    .team-img{
        .slide{
            height: 340px;
        }
    }
    .team-content p {
        font-size: 20px;
    }
    .team-content h2{
        margin-bottom: 30px;
    }
    .ul-div-nav{
        width: 69%;
    }
    .shop-s {
        width: 33%;
    }
    .row-award{
        align-items: center;
    }
    .Journey-c a{
        margin-top: 13px;
    }
    .Journey-c h2{
        font-size: 30px;
    }
}
@media only screen and (max-width: 992px) {
    .dropdown-product1
    {
        display: block;
        transition: 0.5s all;
        height: 0px;
        overflow: hidden;
    }
    .new-style{
        height: 145px;
    }
    .dropdown-product1 a{
        display: block;
    }
    .dropdown-product{
        display: none;
    }
    .owl-carousel-Delicious-c {
        padding-left: 0px;
    }
    .owl-carousel-Delicious-c {
        padding-left: 0px;
    }
    .nav-c ul{
        position: fixed;
        top: 0px;
        background: var(--background-color);
        width: 100%;
        height: 100%;
        transition: 0.5s all;
        z-index: 1;
        right: -100%;
        flex-direction: column;
        align-items: center;
        padding: 25px;
        z-index: 11;
    }
    .nav-c ul li a.active , .nav-c ul li{
        /* width: 100%; */
        color: white;
        text-align: center;
    }
 .nav-c ul li a{
    color: white;
}
.nav-c ul span{
    /* margin-left: auto; */
    display: block;
    font-size: 21px;
    margin-top: -16px;
    color: white;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}
.nav-c ul span img{
    width: 83px;
}
.nav-c ul span i{
    cursor: pointer;
}
.nav-open{
    display: block;
}
.nav-open i{
    font-size: 30px;
    cursor: pointer;
}
.shop-s {
    width: 72%;
}
.jourey-section .row{
    row-gap: 20px;
}
.client-div > p{
    width: 100%;
}
.location-h{
    margin-bottom: 30px;
}
.location-h a {
    margin-top: 10px;
}
.owl-client-mani {
margin-top: 75px;
}
.natural-col{
    left: -85px;
position: relative;
}
}
@media only screen and (max-width: 768px) {
    .natural-col{
        left: 0px;
        display: flex
;
    flex-direction: column;
    align-items: center;
    position: relative;
    }
    .c-p{
        flex-direction: column;
    }
    .about-c{
        margin-bottom: 40px;
    }
    .about-c a {
    margin-top: 25px;
    }
    .why-choose-h p , .blog-h p 
    {
        width: 100%;
    }
    .pw-main-div-2{
        padding: 0px;
    }
    .pw-main-div-2 .pw-main-div
    {
        margin-bottom: 0px;
    }
    /* width */
    .pw-main-div-2::-webkit-scrollbar , .pw-main-div-1::-webkit-scrollbar {
    width: 10px;
    height: 2px;
  }
  
  /* Track */
  .pw-main-div-2::-webkit-scrollbar-track , .pw-main-div-1::-webkit-scrollbar-track  {
    background: #f1f1f1; 
  }
   
  /* Handle */
  .pw-main-div-2::-webkit-scrollbar-thumb , .pw-main-div-1::-webkit-scrollbar-thumb {
    background: #888; 
  }
  
  /* Handle on hover */
  .pw-main-div-2::-webkit-scrollbar-thumb:hover , .pw-main-div-1::-webkit-scrollbar-thumb:hover {
    background: #555; 
  }


    .pw-main-div-2 , .pw-main-div-1{
        overflow: auto;
    }
    .pw-main-div{
        width: 1000px;
    }
    .pw-main-div{
        flex-wrap: wrap;
    }
    .pw-nm {
    width: 439px;
    }
    .cartogries-h {
        p {
            width: 100%;
        }
    }
    .owl-carousel-Delicious-c {
        padding-left: 10px;
    }
    .shop-s {
        width: 100%;
        display: flex
;
        justify-content: end;
    }
    .ul-div-nav {
        width: 0%;
    }
    .row-award {
        align-items: center;
        gap: 20px;
    }
    .row-lk{
        flex-direction: column-reverse;
    }
}
@media only screen and (max-width: 575px) {
    .hero-owl video{
        object-fit: cover;
        object-position: center;
    }
    .owl-carousel-product{
        .owl-dots{
            display: none;
        }
    }
    .natural-img1{    left: 0px;}
    .natural-img2{    left: 0px;}
    .natural-img3{    left: 0px;}
    .natural-img4{    left: 0px;}
    .natural-img5{ left: 0px;}
    .search-wrapper input{
        width: 100%;
    }
    .search-wrapper{
        width: 100%;
        margin-bottom: 50px;
    }
    .row-blog .col-lg-9 .row{
        /* row-gap: 20px; */
    }
    .owl-carousel-product1 , .owl-carousel-product{
        margin-top: 50px;
    }
    .testshape2{
        right: -107px;
    }
    .testshape1{
        left: -105px;
    }
    .item-card{
        display: flex
        ;
            gap: 15px;
            flex-direction: column;
            justify-content: center;
            align-items: center;
    }
    .client-container{
        width: 100%;
        height: auto;
    }
    .client-container{
        padding: 0px 15px;
    }
    .owl-client-mani{
        position: inherit;
    }
    .client-div > p{
        width: 100%;
        margin-bottom: 30px;
    }
    .hero-section h1 {
        font-size: 41px;
        line-height: 63.8px;
        text-align: center;
        
        font-weight: 700;
    }
    .hero-section p {
        font-size: 20px;
        text-align: center;
        font-weight: 400;
        text-transform: math-auto;
    }
    .trend{
        flex-direction: column;
    }
    .trend-cb {
        border: none;
        border-bottom: 1px solid white;
    }
    .trend-k{
        border: none;
        border-bottom: 1px solid white;
    }
    .what-we h2{
        font-size: 25px;
    }
    .what-we img{
        display: none;
    }
    .row-what1{
        margin-top: 30px;
    }
    .box-award{
        height: 180px;
    }
    .row-award{
        display: flex;
        flex-direction: row;
        /* width: 1000px; */
        row-gap: 20px;
        justify-content: center;
        margin-top: 20px;
    }
    .row-award .col-md-3{
        width: 200px!important;
        height: 180px!important;
    }
    .ac-box1{
        display: none;
    }
    .head-ach{
        text-align: left;
        /* border-bottom: 3px solid #368733; */
        padding-bottom: 10px;
        font-size: 25px;
    }
    .JOURNEY-img > img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }
    .services-icn{
        border-radius: 0px 30px 0px 30px;
        padding: 25px 16px;
        width: 225px;
        bottom: -18px;
        right: 12px;
    }
    .services-icn p {
        font-size: 16px;
        margin-top: 20px;
    }
    .services-icn img{
        width: 45px;
    }
    .Journey-c h5{
        font-size: 20px;
    }
    .Journey-c h2{
        margin-top: 0px;
    }
    .team-div {
        display: flex
    ;
        flex-direction: column-reverse;
    }
    .team-content {
        max-width: 100%;
        width: 100%;
    }
    .team-img {
        max-width: 100%;
        width: 100%;
    }
    .slider-container{
        display: inherit;
    }
    .team-img {
        .slide {
            height: 340px;
            display: none;
        }
    }
    .slide.active{
        display: block;
    }
    .item-card-c{
        text-align: center;
    }
    .social-h h2{
        font-size: 25px;
    }
    .social-h p{
        width: 100%;
        font-size: 14px;
    }
    .social-img img{
        height: 324px;object-fit: cover;
        border-radius: 15px;
    }
    .social-h{
        margin-bottom: 20px;
    }
    .social-heading h3{
        font-size: 25px;
        margin-top: 20px;
    }
    .Memorial {
        background-color: rgba(234, 243, 245, 1);
        padding: 30px;
        border-radius: 20px;
        padding-right: 30px;
    }
    .Memorial h2{
        font-size: 25px;
    }
    .social-img1{
        left: 0px;
    }
    .social-img1 img{
        width: 100%;
        height: 324px;
        border-radius: 15px;
        object-fit: cover;
        margin-top: 0px;
    }
    .row-social-2{
        background-color: rgba(234, 243, 245, 1);
        margin: 3px;
        border-radius: 15px;
        padding-bottom: 20px;
    }
    .location-h h2{
        font-size: 25px;
    }
    .location-div{
        margin-top: 30px;
    }
    .container-choode {
        text-align: center;
        background-image: url(../img/backup-choose.png);
        background-size: cover;
        background-position: center;
        padding: 43px 35px;
        border-radius: 20px;
        padding-bottom: 61px;
    }
    .container-choode h2 {
        color: white;
        font-size: 56px;
        font-weight: 900;
    }
    .section-test{
        overflow: hidden;
    }
}
.blog-detail h2{
    margin-bottom: 25px;
}
.row-market .col-md-3 a{
    width: 100%;
    border: 1px solid grey;
    color: grey;
    display: block;
    padding: 5px 10px;
    margin-bottom: 10px;
    font-weight: bold;
}
.product_img img{
    max-width:100%;
}
.product_content h2{
    color: var(--heading-color);
    font-weight: 700;
}
.dropdown-menu li {
    list-style: none;
}

.dropdown-menu li a {
    display: block;
    padding: 12px 15px;
    color: #333;
    text-decoration: none;
    transition: background 0.3s ease-in-out;
}

.dropdown-menu li a:hover {
    background: #c96937;
    color: white;
}


.nav-dropdown {
    position: relative;
}

.dropdown-toggle {
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
    justify-content: center;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    border-radius: 8px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    min-width: 200px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, visibility 0.3s;
    z-index: 1000;
    padding: 10px 0;
    display: none;
}



/* ✅ Show dropdown on hover (Desktop) */
@media (min-width: 769px) {
    .nav-dropdown:hover .dropdown-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        display: block;
    }
}

/* ✅ Mobile Dropdown (Click to Open) */
@media (max-width: 768px) {
    .dropdown-menu {
        position: relative;
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        box-shadow: none;
        display: none;
        top:0;
        background:none;
        border:none;
    }

    .nav-dropdown.active .dropdown-menu {
        display: block;
    }
    
}


