



*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
}

*::-moz-selection {
  color: inherit;
  background-color: transparent;
}

*::selection {
  color: inherit;
  background-color: transparent;
}

*,
*:focus {
  outline: inherit;
}

a 
{
    text-decoration: none !important;
}

img{
    vertical-align: bottom;
    max-width: 100%;
  }
  
  input,
  textarea,
  select {
    font: inherit;
  }
  
  a 
  {
    text-decoration: none;
  }
  
  body,
  html 
  { 
    overflow-x: hidden; 
    font-family: var(--body-font);
    /* letter-spacing: 1.5px; */
  }
  
  ul li 
  {
    list-style: none;
    line-height: 28px;
  }



:root 
{
    --head-font:"Anton", sans-serif; ;
    --body-font:"Poppins", sans-serif;;
    --primary-color:#231f20;
    --secondary-color:#1ec1f3;
    --white:#ffff;
}


body {

    font-family:var(--body-font);
    /* font-weight: 700;
    color: #353639;
    font-size: 16px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.44em;
    overflow-x: hidden; */
    position: relative;
    font-size: 18px;
    line-height: 32px;
    font-weight: 600;
    color: #6f6f6f;
}

body p 
{
    margin: 0 0 12px;
    letter-spacing:0;
    /* font-weight: 400;
    font-size: 16px;
    line-height: 24px; */
    color: #000000b3;
    font-size: 18px;
    line-height: 35px;
    font-weight: bolder;
}

.sec_pad {
    /* padding: 3.5rem 0;
    max-width: 1600px; */
    margin: 0 auto;
    padding-top: 60px;
    padding-bottom:60px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--head-font);
    color: var(--primary-color);
    font-weight: 100;
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: -2%;
    text-align: center;
    line-height: 1.2;
} 

h3 {
    font-family:var(--head-font);
    font-weight: 700;
    color: #000;
    font-size: 30px;
    line-height: 1.2em;
    margin: 25px 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

h5 {
    font-family: var(--head-font);
    font-weight: 700;
    color: #000;
    font-size: 16px;
    line-height: 1.187em;
    margin: 25px 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

h2.title{
    font-family:var(--head-font);
    /* font-weight: 700; */
    color: var(--primary-color);
    font-size: 40px;
    line-height:48px;
    margin: 25px 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.button-6 {
   
    border-radius: 8px;
    background-color: #1ec1f3;
    border: 1px solid #daf6ff;
    box-sizing: border-box;
    padding: 16px 24px;
    color: #fff;
    font-family: var(--head-font);
    text-decoration: none;
}

.btn_wrap 
{
    margin-top:30px;

}

@media (max-width:768px)
{
  .mob_mt 
{
  margin-top: 20px !important;
}
}
/****Navbar*****/

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
    justify-content: center !important;
}

.navbar-light {
    background-color: var(--primary-color) !important;
    
}

.navbar-light .navbar-nav .nav-link {
    color: #fff !important;
    font-family: var(--head-font);
}
.navbar-light .navbar-nav .nav-link.active
{
    color: #fff !important;
}

video
{
    height: 100%;
    width: 100%;
    object-fit: cover;
}


.logo 
{
  width: auto;
  height: 30px;
}

.top_bar
{
    background-color: var(--primary-color);
    text-align: center;
    padding: 20px 0px;
}

.nav-link {
    display: block;
    padding: .5rem 1rem;
    color: #fff;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    letter-spacing: 1px;
    font-weight: 100;
}


.navbar ul li {
    list-style: none;
    line-height: 28px;
    margin-right: 20px;
}


/********video banner******/

#hero-banner {
    position: relative;
    /* top: 100px; */
    display: flex;
    justify-content: center;
    align-items: center;
    height: 900px;
    overflow: hidden;
    text-align: center;
  }
  #hero-banner #video-box {
    height: 900px;
    width: 100%;
    /* opacity: 0.6;
    filter: grayscale(0.15); */
  }
  #hero-banner video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }

/* .video_banner 
{
    background-image: url(../img/water\ video.mp4);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
} */


/*******detail image*****/


/***detox****/


.detox .view_btn {
    width: auto !important;
    font-size: 23px;
    font-family: var(--head-font);
    letter-spacing: 2px;
    display: inline-block;
}




/****prod****/

.prod_vid
{
    height: 450px;
}


.prod_vid video
{
    border-radius: 8px;
    height: 100%;
}

.prod_detail
{
    border-radius: 8px;
    background-color: #fff;
    border: 2px solid #1ec1f3;
    box-sizing: border-box;
    /* width: 541px; */
    height: 450px;
    display: flex;
    align-items: center;
}

.prod_detail-inner 
{
    margin: 30px;
    /* margin: 30px auto; */
    /* display: flex; */
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
    height: 450px;
}

.prod_detail h2 
{
    text-align: left;
} 
.prod_detail-inner img 
{
    border-radius: 8px;
}

.net_val 
{
    font-family: var(--body-font);
    font-weight: 500;
    color: #000;
    font-size: 20px;
    line-height: 1.187em;
    margin: 25px 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    margin-bottom: 20px;

}

.price 
{
    font-family: var(--head-font);
    font-weight: 500;
    color: #000;
    font-size: 35px;
    line-height: 1.187em;
    margin: 25px 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.price-cont 
{
    font-family: var(--body-font);
    color: #000;
    font-size: 19px;
    line-height: 1.187em;
    margin: 25px 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.reviews_wrap .fa-star 
{
    font-size:20px;
}

.view_btn 
{
    border-radius: 8px;
    background-color: #231f20;
    border: 1px solid #daf6ff;
    box-sizing: border-box;
    width: 100%;
    /* overflow: hidden; */
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 16px 24px;
    gap: 4px;
    color: #fff;
    text-decoration: none;
    font-family: var(--head-font);
    letter-spacing: 1px;
    font-weight: normal;
    
}

@media (max-width:991px)
{
    .prod_detail {
        
        /* width: 541px; */
        height: 500px;
       
    }

    .prod_vid
{
    height: 500px;
}

}

@media (max-width:768px)
{
    .prod_detail, .prod_detail-inner ,  .prod_vid
    {
        height: auto;
    }
}


/***faq****/

.faq .accordion-item 
{
    align-self: stretch;
    border-radius: 8px;
    border: 2px solid #1ec1f3 !important;
    box-sizing: border-box;
    /* height: 153px; */
    /* display: flex; */
    /* flex-direction: row; */
    align-items: flex-start;
    justify-content: center;
    padding: 15px 22px;
    position: relative;
    gap: 700px;
    font-size: 18px;
    font-family: var(--body-font);
    margin: 15px 0;
}

.faq .accordion-item .accordion-button:not(.collapsed) {
    color: #000 !important;
    background-color: transparent !important;
    box-shadow:none !important;
}


.faq .accordion-item .accordion-button:focus {
    z-index: 3;
    border-color: transparent !important;
    outline: 0;
    box-shadow: none !important;
}

.faq .accordion-item  .accordion-button {
    position: relative;
    font-size: 25px;
}

/*****footer*******/


footer
{
  background: var(--primary-color);
  color: var(--white);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding:60px 0;
  /* border-radius: 45px/15px; */
}

footer ul
{
  padding-left: 0;
}

footer h5 {
    font-family: var(--head-font);
    color: #fff;
    font-size: 16px;
    line-height: 1.187em;
    margin: 25px 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    text-align: left;
}

.ftr_logo
{
  width: 200px;
  margin-bottom: 24px;
}

footer h3 
{
  margin-bottom: 15px;
  text-align: left;
  color: var(--white);
  letter-spacing: 1px;
}

footer .social_icons ul 
{
  display:flex;
}
footer .social_icons ul li 
{
  margin-right: 8px;
}

footer .logo_wrap
{
  display: flex;
    flex-direction: column;
    align-items: center;
}

footer .social_icons .fa-brands, .fab {
  font-weight: 400;
  font-size: 20px;
}

.frame-45 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.frame-46 {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  position: relative;
  flex: 0 0 auto;
}

.text-wrapper-14 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-weight: 600;
  color: var(--colors-others-white);
  font-size: 40px;
  letter-spacing: 0;
  line-height: 58px;
  white-space: nowrap;
}

.text-wrapper-15 {
  position: relative;
  align-self: stretch;
  font-weight: 400;
  color: var(--white);
  font-size: 18px;
  text-align: center;
  letter-spacing: 0;
  line-height: 28px;
}

.frame-47 {
  display: flex;
  width: 414px;
  align-items: center;
  gap: 10px;
  padding: 16px 20px;
  position: relative;
  flex: 0 0 auto;
  background-color: var(--white);
  border-radius: 86px;
}
.text-wrapper-16 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: var(--body-font);
  font-weight: 400;
  color: rgba(152, 162, 179, 1);
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
  line-height: 24px;
  white-space: nowrap;
}

.icon-arrow-right-wrapper 
{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 7px;
  position: absolute;
  top: 4px;
  left: 362px;
  background-color: #5c2d91;
  border-radius: 100px;
}

.icon-arrow-right 
{
  position: relative;
  width: 33.94px;
  height: 33.94px;
}


footer ul {
    padding-left: 0;
}
.icon-list-item {
    margin: 0;
    padding: 0;
    position: relative;
    display: flex;
    font-size: inherit;
}

.icon-list-item a 
{
    color: #fff;
}
ul li {
    list-style: none;
    line-height: 28px;
}

.icon-list-icon {
    padding-right: 20px;
}

.icon-list-icon svg {
    margin: var(0 calc((16px, 1em)* .25) 0 0);
    width: 20px;
    fill: #fff;
}


/* 
footer::before
{
  content: '';
  position: relative;
  bottom: 0;
  left:50%;
  width: 100vh;
  height: 100vh;
  background-color: #008dff;
  border-radius: 50%;
  transform-origin: top;
  transform: translateX(-50%) scale(4);
} */











