@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;600;700&family=Roboto:wght@400;500;700&display=swap');

*,
::after,
::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
::selection {
  background: #41C3DC;
  color: #fff;
}
html {
  min-height: 100%;
  height: 100%;
  scroll-behavior: smooth;
  overflow-x: hidden !important;
  
}
body {
  padding: 0;
  margin: 0;
  width: 100%;
  overflow-x: hidden;
  font-weight: 400;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
}
ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
*:focus {
  outline: none !important;
}
a {
  text-decoration: none;
  transition: 0.5s all;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
}
a:hover {
  text-decoration: none;
}

h1 {
  font-size: 48px;
}
h2 {
  font-size: 36px;
}
h3 {
  font-size: 34px;
}
h4 {
  font-size: 30px;
}
h5 {
  font-size: 21px;
}
h6 {
  font-size: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  font-family: 'Raleway', sans-serif;
}
p {
  font-size: 18px;
  line-height: 30px;
  font-family: 'Roboto', sans-serif;
}
span {
  display: inline-block;
}
button {
  background: transparent;
  border: 0px;
  font-family: 'Roboto', sans-serif;
  cursor: pointer;
  font-size: 16px;
  transition: 0.5s all;
}
img{
  max-width: 100%;
}
.site--container {
  padding: 0px 20px;
  max-width: 90%;
  width: 100%;
  margin: 0 auto;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
textarea,
input{
    font-family: 'Roboto', sans-serif;
}
.blue{
    color: #41C3DC;
}
.gray{
    color: #79787B;
}

.flex{
    display: flex;
    flex-wrap: wrap;
}
.text-center{
    text-align: center;
}
.sp{
    padding: 50px 0px;
}
.main--btn {
    border: 2px solid;
    padding: 15px 45px;
    margin-top: 10px;
    border-radius: 4px;
}
.main--btn_white{
    color: #fff;
    border-color: #fff;
}
.main--btn_white:hover{
    background: #fff;
    color: #41C3DC;
}
.main--btn_blue{
    color: #41C3DC;
    border-color: #41C3DC;
}
.main--btn_blue:hover{
    background-color:#41C3DC;
    color: #fff;
}
.bg-overlay{
    position: relative;
}
.bg-overlay::before{
    content: '';
    background-color: rgba(0,0,0,0.6);
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
}


.site--main{
    z-index: 99999;
    position: relative;
    margin-bottom: 292px;
    background-color: #fff;
}

/* header Section */
.main-header {
    position: absolute;
    width: 100%;
    background-color: #fff;
    padding:20px 0px;
    z-index: 999999;
}
.header--content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header--logo a {
    max-width: 300px;
}
.header--menu ul {
    display: flex;
}
.header--menu ul li a{
    padding: 0px 15px;
}
.header--menu ul li a {
    position: relative;
    font-weight: 500;
}
.header--menu ul li a:hover:before,
.header--menu ul li a.active:before {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 0px;
    right: 0px;
    margin: auto;
    width: 30px;
    background-color: #0C6A7E;
    height: 4px;
    border-radius: 50%;
    padding: 3px;
}

/* Hero Banner Section */
.hero--banner {
    height: 100vh;
    background-size: cover;
    background-attachment: fixed;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.hero--content {
    max-width: 650px;
    margin-bottom: 100px;
}
.hero--content p {
    color: #fff;
    line-height: 30px;
    font-size: 20px;
}
.hero--content h1 {
    text-transform: capitalize;
}


/* Product Section */
.product--box_single {
    width: 30%;
    text-align: center;
}
.product--content h2 {
    margin-bottom: 50px;
}
.product--box {
    justify-content: space-between;
}
.product--img {
    position: relative;
}
.product--img:before {
    content: '';
    position: absolute;
    bottom: 0px;
    height: 70%;
    background: rgb(219,249,255);
    background: linear-gradient(0deg, rgba(219,249,255,1) 0%, rgba(255,255,255,1) 100%);
    width: 100%;
    left: 0px;
    right: 0px;
    z-index: -1;
}
.product--info {
    margin-top: 30px;
}


/* Comfortable section */
.comfortable--handle {
    background: rgb(237,237,237);
    background: linear-gradient(25deg, rgba(237,237,237,1) 0%, rgba(255,255,255,1) 100%);
}
.comfortable--content {
    max-width: 1200px;
    margin: auto;
    text-align: center;
}
.comfortable-img {
    padding: 50px;
}
.comfortable--content .main--btn{
    margin: 30px 0px 20px;
}

/* Stability Section */
.stability-section {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-attachment: fixed;
    text-align: center;
}
.stability--content {
    max-width: 1000px;
    margin: auto;
    position: relative;
}
.stability--content h1 {
    color: #fff;
}


/* Assist Health */
.assist--icon_box {
    width: 20%;
    padding: 10px;
    text-align: center;
    margin: 25px 0px;
}
.assist--icon {
    justify-content: center;
}
.assist--icon_box img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    margin-bottom: 10px;
}

/* Benefits Section */
.benefits--section {
    min-height: 500px;
    display: flex;
    align-items: center;
    background-size: cover;
    background-attachment: fixed;
}
.benefits--content {
    color: #fff;
}
.benefits--list li {
    position: relative;
    padding: 10px 0px 10px 30px;
}
.benefits--list li:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 15px;
    background-image: url(../img/li-icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    height: 15px;
    width: 15px;
}
.benefits--list {
    margin: 20px 0px;
}


/* Video Section */
.video--section {
    height: 700px;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}
.play-icon:before {
    content: '';
    position: absolute;
    background-image: url('../img/play-icon.svg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 110px;
    height: 110px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.fancybox-container{
    z-index: 999999;
}

/* Contact Us */
.contact--img {
    width: 50%;
    background-size: cover;
}
.contact--info {
    width: 50%;
    height: 100%;
    margin: auto;
}
.contact--inner_info {
    max-width: 500px;
    height: 100%;
    margin: auto;
}
.contact--content {
    align-items: stretch;
    min-height: 700px;
    background-color: #fff;
}
.contact--icon {
    width: 45px;
    height: 45px;
    background-color: #EFEFEF;
    border: 1px solid #79787B;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 10px;
}
.contact--inner_info ul li {
    display: flex;
    align-items: center;
    margin: 20px 0px;
}
.contact--inner_info ul li a,
.contact--inner_info ul li span {
    color: #000;
}


/* Footer Section */
.site--footer {
    background-color: #79787B;
    text-align: center;
    border-bottom: 1px solid #949395;
    position: fixed;
    width: 100%;
    bottom: 58px;
}
.footer--menu ul {
    display: flex;
    justify-content: center;
    margin:30px 0px;
}
.footer--menu ul li a {
    margin: 0px 15px;
    color: #fff;
}
.copyright--section{
    background-color: #79787B;
    position: fixed;
    width: 100%;
    bottom: 0px;
}
.copyright {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.copyright p {
    color: #fff;
    font-size: 14px;
}
.copyright ul {
    display: flex;
}
.copyright ul li a {
    padding: 0px 15px;
    color: #fff;
    font-size: 14px;
}


/* Tounge Mate Pro Page */

/* Inner Section */
.inner--info {
    max-width: 1300px;
    margin: auto;
    text-align: center;
}


/* Three Images */
.three--img {
    width: 33.3%;
}

/* Product Banner */
.product--banner_img{
    height: 200px;
    background-size: cover;
}   
.product--banner_img {
    height: 400px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.cart--info {
    width: 45%;
    color: #fff;
}
.cart--img {
    width: 45%;
}
.cart--content {
    align-items: center;
    justify-content: space-between;
}
.add---cart{
    margin-top: 90px;
}
.add---cart.sp {
    padding: 100px 0px;
}
.pro--name{
    color: #fff;
    padding-bottom: 20px;
}
.cart--img img {
    width: 100%;
}

/* Icon Section */
.icon--content {
    justify-content: center;
    max-width: 1100px;
    margin: 30px auto 0px;
}
.single--icon {
    width: 32%;
    margin: 30px 0px;
    text-align: center;
    padding:0px 20px;
}
.single--icon img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}
.icon--section {
    background: rgb(237,237,237);
    background: linear-gradient( 25deg, rgba(237,237,237,1) 0%, rgba(255,255,255,1) 100%);
}
.single--icon p {
    margin: 0px;
}
.single--icon h6 {
    margin: 10px 0px;
}

.benefit--point {
    margin: 20px 0px;
}
ul.benefit--point li {
    position: relative;
    padding: 10px 0px 10px 30px;
    margin: 0px;
}
.benefit--point li:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 15px;
    background-image: url(../img/li-icon-blue.svg);
    background-size: contain;
    background-repeat: no-repeat;
    height: 15px;
    width: 15px;
}
.contact--inner_info.inner--bottom{
    max-width: 650px;
}


/* Inner Banner */
.inner--banner {
    margin-top: 90px;
    min-height: 350px;
    display: flex;
    align-items: center;
    color: #fff;
}
.inner--banner_content h1 {
    text-transform: capitalize;
}
.story--content {
    justify-content: space-between;
    align-items: center;
}
.story--img {
    width: 45%;
}
.story--info {
    width: 50%;
}
.flex-reverse{
    flex-direction: row-reverse;
}


.bottom--message {
    background-color: #EAE8E8;
}
.message--content {
    justify-content: space-between;
    align-items: center;
}
.message--content p {
    max-width: 50%; 
}


/* Testimonial Page */

.testimonial--box {
    width: 30%;
    padding: 30px 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    margin: 25px;
    position: relative;
}
.testimonial--box:before{
    content: '';
    position: absolute;
    top: -12px;
    right: 30px;
    width: 50px;
    height: 50px;
    background-image: url('../img/quotes-icon.svg');
    background-repeat: no-repeat;
    background-size: contain;
}
.testimonial--box p {
    font-size: 16px;
    line-height: 25px;
}
.testmonial--title {
    align-items: center;
}
.client--info {
    padding-left: 20px;
}
.client--role {
    font-size: 14px;
    text-transform: uppercase;
    line-height: 30px;
}
.testmonial--title img {
    width: 90px;
    height: 90px;
    object-fit: contain;
    border-radius: 50%;
}
.testimonial--content {
    margin: 0px -25px;
}



/* How to use */
.three--img h6 {
    text-align: center;
    padding: 15px 0px;
}
.three--image > p {
    text-align: center;
    padding: 20px 0px;
}
.video--img {
    background-size: cover;
    height: 280px;
    background-position: center;
}
.video--post_single {
    width: 30%;
    margin: 25px;
}
.video--content {
    margin: 0px -25px;
}
.video--post_single h6 {
    font-size: 16px;
    padding: 10px 0px;
    line-height: 25px;
}
.video--play:before {
    content: '';
    position: absolute;
    background-image: url(../img/play-icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 70px;
    height: 70px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

/* Contact Us */
.us-info {
    width: 40%;
}
.us-form {
    width: 40%;
}
.us--content {
    justify-content: space-between;
    max-width: 1200px;
    margin: auto;
}
.form--group input ,
.form--group textarea {
    width: 100%;
    margin: 10px 0px;
    padding: 10px;
    border: 1px solid #79787B;
    background-color: #EFEFEF;
    border-radius: 5px;
}
.form--submit {
    text-align: right;
    margin: 20px 0px;
}
.submit--btn {
    padding: 15px 25px;
    background-color: #41C3DC;
    border: 1px solid #41C3DC;
    border-radius: 5px;
    color: #fff;
}
.submit--btn:hover{
    background-color:transparent;
    color:#41C3DC ;
}
.us-info ul li {
    display: flex;
    align-items: center;
    margin: 20px 0px;
}
.us-info ul li a {
    color: #000;
}
.logo-div {
    max-width: 1200px;
    margin: 50px auto 0px;
}
.nav-toggler {
    display: none;
}



/* Media Query */
@media(max-width:991px){

    h1{
        font-size: 38px;
    }
    h2{
        font-size: 28px;
    }

    .header--logo a {
        max-width: 180px;
    }
    .nav-toggler {
        position: absolute;
        display: block;
        width: 25px;
        height: 14px;
        right: 60px;
        top: 30px;
        margin: auto;
    }
    .nav-toggler span {
        position: absolute;
        display: block;
        width: 100%;
        height: 2px;
        background: #0b2738;
        transition: 0.4s;
    }
    .nav-toggler span:nth-child(2) {
        bottom: 0;
    }
    .nav-toggler span:nth-child(3) {
        margin: auto;
        top: 0;
        bottom: 0;
    }
    .header--menu nav {
        position: absolute;
        right: 0;
        left: 0;
        top: 60px;
        z-index: 9999;
        background-color: #fff;
        padding: 20px 0px;
        display: none;
    }
    .header--menu nav ul {
        display: flex;
        flex-direction: column;
        width: 100%;
        text-align: center;
    }
    .header--menu nav ul li {
        padding: 10px 0px;
    }
    .nav-active span:first-child {
        -webkit-transform: rotate(-45deg) translate(-10px, 0px);
        transform: rotate(-45deg) translate(-10px, 0px);
    }
    .nav-active span:nth-child(2) {
        opacity: 0;
    }
    .nav-active span:last-child {
        -webkit-transform: rotate(45deg) translate(-3px, 5px);
        transform: rotate(45deg) translate(-3px, 5px);
    }


    .hero--banner{
        height: 700px;
    }
    .product--img{
        height: 500px;
    }
    .product--img img {
        height: 100%;
    }
    .assist--content h2 br {
        display: none;
    }
    .assist--icon_box{
        width: 26%;
    }
    .benefits--section{
        min-height: 700px;
    }
    .contact--img {
        width: 100%;
        height: 500px;
        margin-bottom: 50px;
    }
    .contact--info{
        width: 100%;
    }
    .contact--inner_info{
        max-width: 600px;
    }
    .footer--menu ul li a,
    .copyright ul li a{
        margin: 0px 10px;
        font-size: 12px;
    }
    .copyright p{
        font-size: 12px;
    }
    .site--footer{
        bottom: 55px;
    }

    .inner--banner{
        margin-top: 70px;
    }
    .story--img {
        width: 100%;
    }
    .story--info {
        width: 100%;
        margin-top: 30px;
    }
    .story--content.sp {
        padding: 0px;
    }
    /* .comfortable--handle.sp {
        padding: 0px;
        padding-bottom: 30px;
    } */
    .comfortable--content.sp {
        padding: 0px;
        padding-bottom: 40px;
    }
    .story--section.sp {
        padding: 0px;
        padding-top: 50px;
    }
    .message--content p{
        max-width: 70%;
    }
    .inner--bottom{
        padding-bottom: 50px;
    }
    .cart--content {
        flex-direction: column-reverse;
    }
    .cart--info {
        width: 100%;
        margin-top: 30px;
    }
    .cart--img {
        width: 100%;
    }
    .icon--section h2 br {
        display: none;
    }

    .testimonial--box{
        width: 100%;
    }
    .video--post_single{
        width: 100%;
    }
    .us-info {
        width: 100%;
    }
    .us-form {
        width: 100%;
    }
}


@media(max-width:767px){
    h1{
        font-size: 30px;
    }
    h2{
        font-size: 24px;
    }
    h3{
        font-size: 28px;
    }
    h6{
        font-size: 14px;
    }
    p{
        font-size: 14px;
        line-height: 25px;
    }

    .hero--content{
        margin-bottom: 50px;
    }
    .product--box_single{
        width: 100%;
        margin-bottom: 50px;
    }
    .hero--content p {
        line-height: 24px;
        font-size: 14px;
    }
    .comfortable-img {
        padding: 50px 0px 0px;
    }
    .stability-section{
        height: 70vh;
    }
    .assist--icon_box {
        width: 50%;
    }
    .video--section{
        height: 500px;
    }
    .contact--info{
        padding:0px 20px;
    }
    .footer--menu ul {
        flex-direction: column;
    }
    .site--main{
        margin-bottom: 395px;
    }
    .footer--menu ul li a, .copyright ul li a{
        margin: 5px 10px;
    }
    .copyright {
        flex-direction: column;
    }
    .sp {
        padding: 30px 0px;
    }
    .nav-toggler{
        right: 30px;
    }

    .message--content p{
        max-width: 100%;
    }
    .message--content{
        justify-content: center;
        text-align: center;
    }
    .site--footer {
        bottom: 73px;
    }
    .site--main {
        margin-bottom: 380px;
    }
    .product--banner_img{
        height: 100px;
    }
    .add---cart.sp {
        padding: 50px 0px;
    }
    .main--btn{
        padding: 10px 30px;
        font-size: 14px;
    }
    .add---cart {
        margin-top: 70px;
    }
    .single--icon{
        width: 100%;
    }
    .client--info {
        padding-left: 0px;
        padding-top: 20px;
        width: 100%;
    }
    .testmonial--title img{
        width: 50px;
        height: 50px;
    }
    .client--role{
        font-size: 12px;
        line-height: 20px;
    }
    .three--img {
        width: 100%;
    }
    .three--image > p{
        padding: 20px;
    }
    .video--img{
        height: 200px;
    }
    .video--play:before{
        width: 50px;
        height: 50px;
    }
    .submit--btn{
        padding: 10px 20px;
        font-size: 14px;
    }
    .footer--menu ul {
        margin-bottom: 0px;
    }
    .benefits--list li {
        font-size: 14px;
    }
    
    

}