
@font-face{
    font-family: "Nexa Heavy";
    src: url("../fonts/Nexa Heavy.eot");
    src: url("../fonts/Nexa Heavy.eot?#iefix")format("embedded-opentype"),
        url("../fonts/Nexa Heavy.woff")format("woff"),
        url("../fonts/Nexa Heavy.woff2")format("woff2"),
        url("../fonts/Nexa Heavy.ttf")format("truetype"),
    font-weight:normal;
    font-style:normal;
    font-display:swap;
}

@font-face{
    font-family: "Nexa-Bold";
    src: url("../fonts/Nexa-Bold.eot");
    src: url("../fonts/Nexa-Bold.eot?#iefix")format("embedded-opentype"),
        url("../fonts/Nexa-Bold.woff")format("woff"),
        url("../fonts/Nexa-Bold.woff2")format("woff2"),
        url("../fonts/Nexa-Bold.ttf")format("truetype"),
    font-weight:normal;
    font-style:normal;
    font-display:swap;
}

@font-face{
    font-family: "NexaRegular";
    src: url("../fonts/NexaRegular.eot");
    src: url("../fonts/NexaRegular.eot?#iefix")format("embedded-opentype"),
        url("../fonts/NexaRegular.woff")format("woff"),
        url("../fonts/NexaRegular.woff2")format("woff2"),
        url("../fonts/NexaRegular.ttf")format("truetype"),
    font-weight:normal;
    font-style:normal;
    font-display:swap;
}


html{ 
overflow-x: hidden;
} 

body{ 
overflow-x: hidden;
background: #F1F1F1;
font-family: NexaRegular;
} 

h1, h2, h3, h4, h5, h6{
font-family: Nexa Heavy;
}

a {
text-decoration: none !important;
}

p{
color: rgb(0 0 0 / 70%);
font-size: 15px;
}

.img-responsive {
display: block;
max-width: 100%;
height: auto;
}


.heading{
font-size: 38px;
color: #222222;
margin-bottom: 0px;
text-transform: uppercase;
}

.center-heading{
text-align: center;
}

.header-gap{
margin-top: 83px;
}



/*----------- button -------------*/

.default-btn {
background: #003942;
border:1px solid #003942;
color: #fff;
text-transform: uppercase;
border-radius: 5px;
padding: 10px 25px;
display: inline-block;
font-size: 13px;
transition: 0.4s ease-out;
z-index: 1;
overflow: hidden;
position: relative;
}

.default-btn:before {
content: '';
position: absolute;
background: #fff;
bottom: 0px;
left: 0px;
right: 0;
width: 100%;
height: 0;
overflow: hidden;
transition: 0.4s ease-out;
z-index: -1;
}

.default-btn:hover {
color: #003942;
}

.default-btn:hover:before {
height: 100%;
}

/*--*/


.reverse-btn {
background: #ffffff;
border:1px solid #003942;
color: #003942;
text-transform: uppercase;
border-radius: 5px;
padding: 10px 25px;
display: inline-block;
font-size: 13px;
transition: 0.4s ease-out;
z-index: 1;
overflow: hidden;
position: relative;
}

.reverse-btn:before {
content: '';
position: absolute;
background: #003942;
bottom: 0px;
left: 0px;
right: 0;
width: 100%;
height: 0;
overflow: hidden;
transition: 0.4s ease-out;
z-index: -1;
}

.reverse-btn:hover {
color: #fff;
}

.reverse-btn:hover:before {
height: 100%;
}

/*---------*/

.default-arrow {
transition: all 0.2s ease-In;
color: #FFA800;
width: 38px;
height: 38px;
border-radius: 5px;
background: #fff;
display: flex;
align-items: center;
justify-content: center;
font-size: 14px;
cursor: pointer;
}

.default-arrow:hover {
color: #fff;
background: linear-gradient(to right, #FF6B00 0%, #FFA800 90%);
}


/*---------*/

.arrow-left, 
.arrow-right{
transition: all 0.2s ease-In;
color: #FFA800;
width: 38px;
height: 38px;
border-radius: 5px;
background: #fff;
display: flex;
align-items: center;
justify-content: center;
font-size: 14px;
cursor: pointer;
position: absolute;
top: 50%;
transform: translatey(-50%);
}

.arrow-left{left: 0;}
.arrow-right{right: 0;}

.arrow-left:hover,
.arrow-right:hover {
color: #fff;
background: linear-gradient(to right, #FF6B00 0%, #FFA800 90%);
}


/*----*/

.slick-dots {
text-align: center;
bottom: 0px;
margin: 0;
left: 0;
right: 0;
}

.slick-dots li {
width: 10px !important;
height: 10px !important;
margin: 0;
margin-right: 8px;
}

.slick-dots li:last-child {
margin-right: 0px;
}

.slick-dots li button {
display: block;
width: 10px !important;
height: 10px !important;
padding: 0 !important;
border: 0px !important;
border-radius: 0%;
background: #C9C9C9;
margin: 0px!important;
}

.slick-dots li.slick-active button {
background: linear-gradient(to right, #FF6B00 0%, #FFA800 90%);
}

.slick-dots li button::before{
display: none;
}

/*--------------- header ---------------*/

.header-area{
position: fixed;
top: 0;
left: 0;
right: 0;
width: 100%;
z-index: 9;
-webkit-transition: all 0.4s ease-out;
-moz-transition: all 0.4s ease-out;
-o-transition: all 0.4s ease-out;
transition: all 0.4s ease-out;
background: #E9E2D8;
}

.logo a{
display: inline-block;
}

.logo a img {
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
width: 55px;
}

.stick .logo a img {
width: 50px;
}

.header-logabar{
padding: 8px 0px;
transition: all 0.3s ease-out;
}

.stick .header-logabar{
padding: 7px 0px;
} 

.header-search .form-control{
box-shadow: none;
height: 38px;
border: 0px;
font-size: 14px;
color: #222222;
}

.header-search .input-group a{
display: flex;
align-items: center;
background: #fff;
height: 38px;
border-top-right-radius: .25rem;
border-bottom-right-radius: .25rem;
padding: 10px;
transition: 0.3s ease;
}

.header-search .input-group a img{
width: 15px;
transition: 0.3s ease;
}

.header-search .input-group a:hover{
background: #003942;
}

.header-search .input-group a:hover img{
filter: brightness(0) invert(1);
}

.header-account{
text-align: right;
}

.header-account .cart-btn{
color: #333333;
font-size: 15px;
display: inline-flex;
align-items: center;
transition: all 0.2s ease-In;
position: relative;
vertical-align: middle;
margin-left: 30px;
}

.header-account .cart-btn:hover{
color: #003942;
}

.header-account .cart-btn img{
width: 16px;
margin-right: 5px;
}

.header-account .cart-btn small{
position: absolute;
background: #003942;
color: #fff;
width: 14px;
height: 14px;
font-size: 9px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
top: -3px;
left: 8px;
}

.mobile-search{
display: none;
align-items: center; 
vertical-align: middle;
}

.mobile-search img{ 
width: 15px; 
margin-right: 5px;
}


.header-link{
background: #003942;
}

.header-link ul{
display: flex;
justify-content: space-evenly;
margin: 0px;
}

.header-link ul li a{
font-family: Nexa-Bold;
color: #fff;
font-size: 14px;
text-transform: capitalize;
transition: all 0.2s ease-In;
padding: 12px 15px 8px;
display: inline-block;
}

.header-link ul li a:hover{
color: #fff;
background: #004f5c;
}


/*------- menu line butn ------*/

.toogle-line{
display: none;
align-items: center;
vertical-align: middle;
margin-left: 16px;
}

.btn1 {
position: relative;
cursor: pointer;
border-radius: 50%;
display: inline-block;
width: 22px;
}

.btn1 .menu-line {
transition: all 400ms cubic-bezier(0, 0, 0.58, 1);
height: 2px;
width: 100%;
background: #003942;
position: relative;
float: right;
}

.btn1 .icon-center {
margin-top: 6px;
width: 80%;
}

.btn1 .icon-bottom {
margin-top: 6px;
width: 80%;
}

.btn1:hover .menu-line{
width: 100%;
}

/*------*/

.search-window {
position: relative;
}

.search-window .form-group {
position: relative;
margin: 0px;
}

.search-window input#search {
background: transparent;
border-top: none;
border-left: none;
border-right: none;
font-size: 28px;
text-align: center;
color: #fff;
border-radius: 0px;
}

.search-window .search-inner {
position: fixed;
background: #010101;
top: 0;
left: 0;
width: 100%;
height: auto;
opacity: 0;
visibility: hidden;
transition: opacity .35s, visibility .35s, height .35s;
overflow: hidden;
z-index: 9;
}

.search-window .search-menu {
position: relative;
top: 50%;
transform: translateY(-50%);
font-size: 50px;
font-weight: 400;
text-align: center;
padding: 0px 20px;
}

.search-window .search-close {
position: fixed;
top: 15px;
right: 20px;
font-size: 20px;
cursor: pointer;
z-index: 99999;
transition: opacity .25s ease;
color: #ffff;
display: none;
}

.search-window .search-close i{
font-size: 30px;
color: #fff;
}

.search-window .search-close i:hover{
color: #007bff; 
}

.search-window .search_main_div {
margin: 0 auto;
}

.search-window input#search:focus{
box-shadow: unset;
}

.search-open .search-inner {
opacity: .9;
visibility: visible;
height: 100%;
}

.search-open .search-close {
display:block;
}


/*----*/

.home-category{
background: #E9E2D8;
padding: 35px 0px 30px;
}

.category-grid {
display: flex;
justify-content: space-between;
}

.category-grid a{
color: #222222;
font-family: 'Nexa-Bold';
text-transform: uppercase;
font-size: 14px;
text-align: center;
display: block;
width: 15%;
transition: all 0.2s ease-In;
}

.category-grid img{
margin-bottom: 12px;
border-radius: 12px;
transition: all 0.2s ease-In;
}

.category-grid a:hover{
color: #003942;
}

.category-grid a:hover img{
box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.2);
}

/*----*/

.home-topicon{
background: #E9E2D8;
padding: 12px 0px;
margin-top: 123px;
}

.home-topicon ul{
margin: 0px;
text-align: center;
}

.home-topicon ul li{
color: #333333;
font-size: 15px;
display: inline-block;
margin: 0px 18px;
}

.home-topicon ul li:last-child{
margin: 10px 0px 0px;
}

.home-topicon ul li img{
width: 20px;
margin-right: 1px;
}

.home-topoffer a{
background: #fff;
display: block;
text-align: center;
color: #333333;
font-size: 13px;
padding: 10px 10px 6px;
font-family: Nexa-Bold;
transition: all 0.2s ease;
}

.home-topoffer a:hover{
background: #e6ebec;
}


/*----*/

.home-recommend{
margin: 60px 0px 20px;
}

.home-recommend .heading{
margin-bottom: 20px;
}

.product-card{
border-radius: 15px;
overflow: hidden;
position: relative;
margin-bottom: 50px;
background: #fff;
}

.product-card:hover{
box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.1);
}

.productcard-image{
text-align: center;
padding: 30px;
position: relative;
z-index: 1;
}

.productcard-image:before {
content: '';
position: absolute;
width: 100%;
height: 100%;
left: 0;
right: 0;
bottom: 0;
background: #E9E2D8;
-webkit-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
z-index: -1;
}

.productcard-image img{
width: 60%;
margin: 0 auto;
}

.productcard-detail{
padding: 20px;
text-align: center;
}

.productcard-detail h4{
color: #222222;
font-size: 20px;
margin-bottom: 12px;
}

.productcard-review{
display: flex;
align-items: baseline;
justify-content: center;
}

.productcard-review .rating{
padding-right: 10px;
margin-right: 10px;
border-right: 1px solid #D9D9D9;
line-height: 1;
}

.productcard-review .rating .fa-star{
color: #FFC700;
font-size: 11px;
}

.productcard-review span{
line-height: 1;
color: #222222;
font-size: 14px;
font-family: Nexa-Bold;
}

.productcard-price{
display: flex;
align-items: center;
justify-content: center;
margin: 15px 0px;
}

.productcard-price span{
color: #222222;
font-size: 16px;
}

.productcard-price span small{
opacity: .6;
text-decoration: line-through;
}

.productcard-price label{
color: #000;
font-size: 22px;
margin: 0;
line-height: 1;
font-family: Nexa Heavy;
}

.product-butn{
background: #8B8B8B;
color: #fff;
text-transform: uppercase;
border-radius: 5px;
padding: 10px 30px;
display: inline-block;
font-size: 13px;
transition: 0.3s ease-out;
z-index: 1;
overflow: hidden;
position: relative;
}

.product-butn:before {
content: '';
position: absolute;
background: #003942;
bottom: 0px;
left: 0px;
right: 0;
width: 100%;
height: 0;
overflow: hidden;
transition: 0.3s ease-out;
z-index: -1;
}

.productcard-view{
position: absolute;
top: 10px;
right: 10px;
z-index: 1;
}

.productcard-view a{
display: flex;
align-items: center;
justify-content: center;
background: #fff;
box-shadow: 0 0px 7px 0px rgba(0, 0, 0, 0.1);
border-radius: 5px;
width: 38px;
height: 38px;
font-size: 16px;
color: #666666;
transition: all .2s ease;
margin-bottom: 8px;
}

.productcard-view a:hover{
background: #535353;
color: #fff;
}


.product-card:hover .productcard-image:before{
opacity: 0;
}

.product-card:hover .product-butn{
color: #fff;
}

.product-card:hover .product-butn:before {
height: 100%;
}

/*----*/

.home-discount{
background: url(../img/percent-back.webp) no-repeat;
background-size: cover;
padding: 60px 0px;
}

.discount-wrap{
padding-left: 40px;
text-align: center;
}

.discount-wrap .default-btn {
margin-top: 25px;
margin-left: 70px;
}

.mobile-offperson{
display: none;
}

/*----*/

.home-reacharge{
background: url(../img/reacharge-back.webp) no-repeat;
background-size: cover;
position: relative;
overflow: hidden;
z-index: 1;
}

.reacharge-content{
padding: 120px 0px;
}

.reacharge-content .heading{
margin-bottom: 6px;
}

.homereacharge-image{
position: absolute;
right: 0;
top: 0px;
width: 42%;
z-index: -1;
}

/*----*/

.home-science{
margin: 60px 0px;
}

.science-point{
background: url(../img/point-back.webp) no-repeat;
background-size: cover;
padding: 40px 110px 40px 40px;
background-position: center;
border-radius: 10px;
position: relative;
margin-right: 80px;
}

.science-point .heading{
color: #fff;
font-size: 26px;
letter-spacing: 2px;
}

.science-point p{
color: #fff;
margin: 0px;
}

.science-point label{
display: block;
font-family: Nexa Heavy;
color: #fff;
font-size: 40px;
line-height: 1;
margin: 12px 0px;
}

.science-detail{
border-radius: 10px;
background: #fff;
box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.1);
padding: 40px;
}

.science-detail .heading {
margin-bottom: 6px;
}

.science-bottle{
position: absolute;
top: 50%;
right: -105px;
transform: translateY(-50%);
width: 48%;
}

/*----*/

.home-trending {
margin: 60px 0px 20px; 
}

.home-trending .heading {
margin-bottom: 20px;
}

/*----*/

.homeabout-row{
display: flex;
align-items: center;
background: #fff;
border-radius: 10px;
height: 100%;
}

.homeabout-left{
background: url(../img/homeabout-back.webp) no-repeat;
background-size: cover;
padding: 60px 40px;
border-radius: 10px;
text-align: center;
width: 41%;
height: 100%;
display: flex;
align-items: center;
}

.homeabout-left .heading{
color: #ffffff;
margin-bottom: 10px;
text-transform: capitalize;
}

.homeabout-left p{
color: #ffffff;
}

.homeabout-left .reverse-btn:before{
background: #004f5c;
}

.homeabout-right{
padding: 40px;
width: 59%;
height: 100%;
}

.homeabout-right h4{
color: #000;
font-size: 22px;
margin-bottom: 4px;
}

.homeabout-right p{
border-bottom: 1px solid #E0E0E0;
padding-bottom: 15px;
margin-bottom: 15px;
}

.homeabout-right p:last-child{
border-bottom: 0px;
padding-bottom: 0px;
margin-bottom: 0px;
}

/*----*/

.home-refer{
background: url(../img/refer-back.webp) no-repeat;
background-size: cover;
padding: 80px 0px;
text-align: center;
}

.home-refer .heading{
font-size: 78px;
color: #ffffff;
margin-bottom: 0px;
text-shadow: 1px 2px 3px rgb(0, 0, 0, .4);
}

.home-refer p{
color: #ffffff;
text-transform: uppercase;
font-size: 14px;
}

/*----*/

.home-whey {
margin: 60px 0px 20px; 
}

.home-whey .heading {
margin-bottom: 20px;
}

/*----*/

.home-media{
margin: 60px 0px;
}

.homemedia-row{
display: flex;
align-items: center;
justify-content: space-between;
margin-top: 30px;
}

.homemedia-row div{
width: 14%;
}

/*----*/

.home-support{

}

.supportbox-row{
border-radius: 10px;
background: #fff;
box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.1);
padding: 30px 15px;
margin-bottom: 70px;
display: flex;
justify-content: space-between;
}

.supportbox-row div{
text-align: center;
border-right: 1.4px dashed rgb(0 0 0 / 30%);
width: 20%;
padding: 0px 8px;
}

.supportbox-row div:last-child{
border-right: 0px;
}


.supportbox-row div img{
width: 40px;
margin-bottom: 12px;
}

.supportbox-row div p{
font-size: 13px;
margin: 0px;
}

.supportbox-row div span{
color: #222222;
font-size: 15px;
font-family: Nexa Heavy;
display: block;
text-transform: uppercase;
}


/*----*/

.footer{
background: #003942;
padding-top: 50px;
}

.footer-logo img{
width: 110px;
}

.footer-logo p{
color: #fff;
margin: 12px 0px 0px;
width: 60%;
}

.footer-app{
margin-top: 15px;
display: flex;
}

.footer-app div:nth-child(1){
width: 30%;
display: flex;
justify-content: space-between;
flex-direction: column;
} 

.footer-app div:nth-child(1) img{
width: 110px;
transition: all 0.2s ease;
}

.footer-app div:nth-child(1) a:hover img{
transform: scale(1.04);
}

.footer-app div:nth-child(2){
background: #fff;
border-radius: 10px;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
border: 2px solid rgb(0 0 0 / 20%);
padding: 8px;
display: flex;
align-items: center;
justify-content: space-between;
width: 53%;
}

.footer-app div:nth-child(2) span{
font-weight: 500;
font-size: 15px;
}

.footer-app div:nth-child(2) span .fa-angle-right{
color: #FFA800;
font-size: 13px;
}

.footer-app div:nth-child(2) img{
width: 55px;
}

.footer-links h4{
color: #fff;
font-size: 15px;
margin-bottom: 20px;
text-transform: uppercase;
font-family: 'Nexa-Bold';
border-top: 1px solid #D9D9D9;
padding-top: 25px;
margin-top: 20px;
}

.footer-links ul{
margin: 0px;
padding: 0px;
list-style: none;
}

.footer-links li{
margin-bottom: 25px;
line-height: 1;
}

.footer-links li:last-child {
margin-bottom: 0px;
}

.footer-links li img{
width: 20px;
margin-right: 5px;
}

.footer-links li a{
color: #ffffff;
font-size: 14px;
transition: all 0.3s ease-In;
text-transform: capitalize;
position: relative;
}

.footer-links li a:before{
content: "";
width: 100%;
height: 1px;
position: absolute;
left: 0;
bottom: -2px;
transition: 0.5s transform ease;
transform: scale3d(0, 1, 1);
transform-origin: 0 50%;
transform-origin: 50% 50%;
background: #fff;
}

.footer-links li a:hover {
color: #fff;
}

.footer-links li a:hover:before {
transform: scale3d(1, 1, 1);
}

.footer-copyright{
padding: 15px 0px;
margin-top: 50px;
background: #E9E2D8;
}

.copyright-logo p{
color: #333333;
font-size: 13px;
margin: 0;
}

.copyright-logo img{
width: 50px;
margin-bottom: 6px;
}

.copyright-pay p{
color: #333333;
font-size: 15px;
margin-bottom: 10px;
}

.copyright-pay ul{
display: flex;
margin: 0;
}

.copyright-pay ul li{
margin-right: 4px;
}

.copyright-pay ul li img{
width: 56px;
}

.footer-social p{
color: #fff;
margin-bottom: 8px;
}

.footer-social ul{
display: flex;
margin: 0;
padding: 0;
list-style: none;
align-items: center;
}

.footer-social ul li{
margin-right: 7px;
}

.footer-social ul li a{
transition: all 0.2s ease-In;
width: 32px;
height: 32px;
border-radius: 100%;
display: flex;
align-items: center;
justify-content: center;
font-size: 16px;
color: #fff;
}

.footer-social ul li a:hover{
color: #fff;
background: #004f5c;
}


.footer-signup p{
color: #fff;
margin-bottom: 8px;
}

.footer-signup .reverse-btn:before{
background: #004f5c;
}


.footer-country {
display: flex;
align-items: center;
margin-top: 30px;
}

.footer-country img {
width: 30px;
margin-right: 10px;
}

.footer-country .form-control {
box-shadow: none;
height: 40px;
border: 1px solid rgb(255 255 255 / 50%);
font-size: 13px;
color: #fff;
font-weight: 500;
background: transparent;
width: 280px;
}

.footer-country .form-control option {
color: #000;
}
