html,
body {height: 100%;}
body { margin: 0; padding: 0; background-color: #000000; font-size: 16px;  width: 100%; font-family: "Inter", sans-serif; overflow-x: hidden; color: #fff;}
h1,h2,h3,h4,h5 {  font-family: "Inter", sans-serif; font-weight: 600;}
ul {list-style: none; padding: 0; margin: 0;}
a{color: #fff;}
a:hover {text-decoration: none; color: #ddd;}
:focus { outline: none;}
button:focus {outline: none;}
p { margin-top: 10px; margin-bottom: 15px; font-size: 16px; font-weight: 400;}
input, textarea { border: 1px solid rgb(220, 219, 235); border-radius: 4px; font-size: 15px; padding: 10px; color: #000; transition: all .15s ease-in; border-radius: 0px;}
input[type=submit]::focus {border: 1px solid #fff;}
input:focus {border-color: rgb(244 187 51); box-shadow: 0px 0px 6px outline: none;}
input::placeholder { color: #999;}

.container {width: 100%; padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto}
.container-fluid,.container-lg,.container-md,.container-sm,.container-xl {width: 100%; padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto}

@media (min-width: 576px) {
    .container,.container-sm {
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .container,.container-md,.container-sm {
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .container,.container-lg,.container-md,.container-sm {
        max-width: 1180px
    }
}

@media (min-width: 1200px) {
    .container,.container-lg,.container-md,.container-sm,.container-xl {
        max-width: 1620px;
    }
}


.class-bdr:before {position: absolute; content: ""; right: -20px; bottom: 20px; background: rgb(196 199 195 / 0.3); height: 2px;
    width: 40px; transform: rotate(90deg); -o-transform: rotate(90deg);  -ms-transform: rotate(90deg); -webkit-transform: rotate(90deg);  -moz-transform: rotate(90deg);}

.section-space { position: relative; padding: 30px 0;}

.instagram-overlay {position: relative; cursor: pointer;}
.instagram-overlay:after{content: ''; position: absolute; left: 0; top: 0; right: 0; width: 100%; height: 100%; background: rgba(231, 199, 103, 0.7); opacity: 0; visibility: hidden; transition: .3s ease all;}
.instagram-overlay:hover:after {opacity: 1; visibility: visible; transition: .3s ease all;} 

.instagram-overlay .insta-link{position: absolute; left: 0; right: 0; top: 50%; transform: translateY(-50%); display: flex; justify-content: center; opacity: 0; visibility: hidden; transition: .3s ease all;}
.instagram-overlay:hover .insta-link{z-index: 2; opacity: 1; visibility: visible; transition: .3s ease all;}

.footer-section{background: #070707;}
.socail-md-link ul{display: flex; justify-content: left;}
.socail-md-link li:not(:last-child){margin-right: 15px;}
.socail-md-link li a, .f-contact-icon{background: #1C1C1C; border: 2px solid #f4bb33; width: 30px; height: 30px; display: flex; align-items: center; justify-content: center; border-radius: 50%;}
.socail-md-link li a svg{width: 12px; height: 12px;}
.footer-menu {display: grid; justify-content: center;}
.footer-menu a{color: #fff; font-size: 18px;}
.footer-menu a.active {color: #f4bb33; text-decoration: underline;}
.footer-menu ul li{margin-bottom: 20px;}

.f-contact-block{display: flex; margin-bottom: 20px;}
.f-contact-desc{width: calc(100% - 70px); margin-left: 20px;}
    
input[type=submit].subscribe-button, input[type=submit].button{background-color: #f4bb33; color: #000; font-weight: bold; border: 1px solid transparent; padding: 8px 30px; text-transform: capitalize;}
.newsletter-form {position: relative;}
.newsletter-form .email{width: 100%;}
.subscribe-button{position: absolute; right: 2px; width: auto; top: 50%; transform: translateY(-50%);}

.fc-sub-title{font-family: "Courgette", cursive;font-size: 24px; color: #ECC663;}

.supl-ser-s-divider{position: relative;}
.supl-ser-s-divider:after{content: ''; background-image: url("../images/supple-diver.png"); height: 100%; width: 5px; position: absolute; top: 50%; right: 0;transform: translateY(-50%);
    background-repeat: no-repeat;}
.supl-ser-s-divider:last-child:after{display: none;}
.supl-ser-s-block p{font-size: 18px; font-weight: 600; margin-bottom: 0;}

.count-down-col-sec {background: #65582b; padding: 40px 30px; display: flex; height: 100%; align-items: start; justify-content: center; flex-direction: column;}
.count-down-sec ul{ margin: auto; display: flex; flex-wrap: wrap; margin-top: 15px; }
.count-down-sec ul li{display: grid; font-weight: 600; text-align: center;}
.count-down-sec ul li:not(:last-child){ margin-right: 15px; padding-right: 15px; text-transform: capitalize; position: relative;}
.count-down-sec ul li:not(:last-child):after{content: ':'; font-size: 18px; position: absolute; right: -2px; top: 8px;}
.count-cn {color: #000;font-size: 19px;font-weight: 700;text-align: center;background: #fff;width: 45px;height: 45px; margin: auto; display: flex;align-items: center;justify-content: center; border-radius: 50%;}

.count-down-sec ul li .dms{font-size: 14px; font-weight: 400; margin-top: 10px;}

.comn-btn{ background: #fff; font-size: 18px; transition: all 0.3s; -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;-o-transition: all 0.3s; -moz-transition: all 0.3s; display: inline-block; padding: 10px 35px 10px 35px; border-radius: 10px 0px 0px 0px; color: #000; text-decoration: none; border: none;}
.comn-btn:hover{color: #fff;  background: #000;}



.product-cont {padding: 15px;}
.product-items {position: relative; overflow: hidden;}
.pr-p-title {font-size: 18px; color: #fff; font-weight: 700; text-transform: capitalize; /*min-height: 80px;*/}
.pr-p-price {font-size: 16px; color: #E5C25B; font-weight: 600; margin-right: 10px;}
.product-cont-cate {font-size: 14px; font-weight: 500;}
.pro-price-star {display: flex; align-items: center;}


.product-cd-img {position: relative; overflow: hidden;}
.product-cd-img .pr-hover-img{position: absolute; left: 0; right: 0; opacity: 0; visibility: ; transition: .3s ease all; top: 0;}
.product-items:hover .product-cd-img .pr-hover-img{opacity: 1; visibility: visible; transition: .3s ease all;} 
.product-items .product-cd-img .pr-first-img{transition: .3s ease all;}
.product-items:hover .product-cd-img .pr-first-img{transition: .3s ease all; opacity: 0; visibility: hidden;}

.pr-p-button{position: absolute; left: 15px; right: 15px; transform: translateY(100%); transition: .3s ease all; opacity: 0; visibility: hidden;}
.product-items:hover .pr-p-button{transform: translateY(-100%); opacity: 1; visibility: visible; transition: .3s ease all;}
/*.product-items:hover .product-cont{transition: .3s ease all; opacity: 0; visibility: hidden;}*/



.header-sec {background-color: #000;}
.header-sec.header-fixed {position: fixed; left: 0; right: 0; top: 0; z-index: 9;box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;}

.navbar-nav.header-nav-sec li a {font-size: 16px; color: #fff !important;}

.dropdown-menu{ background-color: #000; }

.dropdown-menu .dropdown-item.hover, .dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #72717170;
}

.navbar-collapse-header {width: calc(100% - 80px);}
.navbar-nav.header-nav-sec li:not(:last-child){margin-right: 15px;}
.header-nav-sec li.active a {color: #E5C25B; /*text-decoration: underline;*/}

.navbar-nav.header-nav-sec .nav-item.dropdown .dropdown-menu a {    color: #fff;    }

.bio-service-section, .supplement-service-section {background-position: center; background-repeat: no-repeat; background-size: cover; padding: 70px 0;}
.bio-ser-s-img{margin: auto; width: 125px; height: 125px; display: flex; align-items: center; justify-content: center; border-radius: 50%;}
.bio-ser-s-block p {font-size: 18px;}
.hd-dot {background: #ECC663; width: 11px; height: 11px; display: inline-block; border-radius: 50%;}

.bio-ser-logo {width: 50%; margin: auto; position: absolute; left: 0; right: 0; bottom: 0;}


.cate-shop img{ width: 100%;}
.cate-shop-link{font-size: 30px; color: #fff; font-weight: 600; position: absolute; left: 0; right: 0; bottom: 30px; text-align: center; text-transform: capitalize;}
.cate-shop {position: relative;}
.section-heading .heading{font-size: 40px; margin-bottom: 15px;}

.nav-tabs-style.nav-pills .nav-link{ background-color: transparent; color: #999999; border: 2px solid #999999; font-size: 20px; font-weight: 500; min-width: 190px;}
.nav-tabs-style.nav-pills .nav-link.active {color:#ECC663; border-color: #ECC663;}
.nav-tabs-style.nav-pills .nav-item {margin: 8px;}



#scroll {position:fixed; right:15px; bottom:15px; cursor:pointer; width:50px; height:50px; background-color: #FBB925; text-indent:-9999px; display:none;
-webkit-border-radius:60px; -moz-border-radius:60px; border-radius:60px; z-index: 3;}
#scroll span { position:absolute; top:50%; left:50%; margin-left:-8px; margin-top:-12px; height:0; width:0; border:8px solid transparent; border-bottom-color:#ffffff;}
#scroll:hover { background-color:#000; opacity:1;filter:"alpha(opacity=100)"; -ms-filter:"alpha(opacity=100)"; }

.breadcrumb-section {   background: rgb(57, 48, 23);   }

.product-breadcrumb ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.product-breadcrumb ul li:not(:last-child) {
    margin-right: 15px;
}

.product-variant input[type="radio"]:checked + .variant-box {
    background-color: #e5c25b;
}

.product-variant .variant-box {
    padding: 10px 30px;
    background-color: #000;
    transition: all 250ms ease;
    will-change: transition;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    position: relative;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.product-variant input[type="radio"] {
    display: none;
}

.cus-sort-by {
    padding: 10px 20px;
    border-radius: 5px;
    margin-left: 10px;
}

.contact-info-block {   display: flex; }

.contact-info-block-main {
    padding: 35px;
    margin-top: 60px;
    background: rgba(0, 0, 0, 0.10);
}

.location-circle {
    position: relative;
    padding: 30px;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 100%;
    margin-top: -85px;
    margin-left: auto;
    margin-right: auto;
}

.loc-circle-inner1 {
    border: 1px solid #d2e0dd;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    position: absolute;
    border-radius: 100%;
}

.loc-circle-inner2 {
    border: 1px solid #d2e0dd;
    width: calc(100% - 15px);
    height: calc(100% - 15px);
    position: absolute;
    border-radius: 100%;
}

.cont-velaIcons {
    width: 33.33%;
    padding-right: 50px;
    display: flex;
    align-items: start;
    margin-top: 30px;
}

.cont-velaIcon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50%;
    margin-right: 15px;
}

.contact-form-info {
    padding: 30px 15px;
    background: rgb(57, 48, 23);
}

.contact-form-sec {
    padding: 20px;
    background: #fff;
}

@media (max-width: 1199px) {
    .navbar-nav.header-nav-sec li a {font-size: 16px;}
   

    .hero-sl-cont-fix{width: 50%;}
    .hero-sl-cont h1 {font-size: 44px;}
    .section-heading .heading {font-size: 30px;}
    .nav-item.dropdown:hover>.dropdown-menu{display: none;} 
    .navbar-nav .nav-item.dropdown.show .dropdown-menu {display: block;}

}
@media (max-width: 991px) { 
     .navbar-collapse-header .navbar-collapse {position: absolute; z-index: 4; width: calc(100% + 30px); left: -15px; right: 0px; top: 100%;}
     .navbar-collapse-header {width: auto;}

    .cate-shop-link{font-size: 18px;}
    .navbar-light .navbar-toggler {background: #fff;}
    .navbar-collapse {background-color: #000;}
    .hero-sl-cont h1 {font-size: 35px;}
    .navbar-nav.header-nav-sec li a {padding: 10px 30px;}

    .about-us-home {flex-direction: column}
    .about-us-home-img, .about-us-home-cont {width: 100%;}
    .about-us-home-img {margin-right: 0}
    .our-product-sec .w-50 {width: 100% !important;}

    .about-us-home-img video{width: 100%;}
    .our-prod-link {font-size: 18px;}


    .breadcrumb-section {padding: 50px 0;}
}

@media (max-width: 767px) {
    .section-space {padding: 40px 0;}
    body, p {font-size: 15px;}
    h1{font-size: 30px;}
    h2{font-size: 24px;}
    h3{font-size: 20px;}

    .bio-ser-s-img {width: 80px; height: 80px;}

    .hero-sl-cont-fix {width: 80%;}
    .hero-sl-cont p {font-size: 18px;}
    .heading-st-font, .bg-bio-title {font-size: 24px;}
    .section-heading .heading {font-size: 26px;}
    .supl-ser-s-block p {font-size: 16px;}
    .fc-sub-title {font-size: 20px;}

    .footer-menu{display: block;}
    .product-detail-title { font-size: 24px;}

    .comn-btn-style{font-size: 15px; padding: 13px 15px 13px 15px;}
    .navbar-nav.header-nav-sec li a, .navbar-nav.header-nav-sec .nav-item.dropdown .dropdown-menu a{font-size: 16px;}
    .navbar-nav.header-nav-sec .nav-item.dropdown .dropdown-menu a {padding: 5px 14px; }
    .header-sec .navbar {padding-left: 0px; padding-right: 0px;}
    .copyright-sec p{text-align: center;}

    .breadcrumb-section {padding: 30px 0}

    .supl-ser-s-divider:nth-child(2):after {display: none;}

}
@media (max-width: 576px) {
    .nav-tabs-style.nav-pills .nav-link {font-size: 16px; }

    .socail-md-link ul {justify-content: center; margin-top: 15px;}
    .copy-right-text {text-align: center;}
    .f-contact-block:last-child{margin-bottom:0;}

}