/*---------- ChongModernPro ----------*/
@font-face {
	font-family: 'ChongModernPro';
	src: url("../fonts/ChongModernPro/ChongModernPro-Bold.ttf") format("truetype");
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: 'ChongModernPro';
	src: url("../fonts/ChongModernPro/ChongModernPro-Regular.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'ChongModernPro';
	src: url("../fonts/ChongModernPro/ChongModernPro-Light.ttf") format("truetype");
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'ChongModernPro';
	src: url("../fonts/ChongModernPro/ChongModernPro-BoldItalic.ttf") format("truetype");
	font-weight: 700;
	font-style: italic;
}
@font-face {
	font-family: 'ChongModernPro';
	src: url("../fonts/ChongModernPro/ChongModernPro-Italic.ttf") format("truetype");
	font-weight: 400;
	font-style: italic;
}
@font-face {
	font-family: 'ChongModernPro';
	src: url("../fonts/ChongModernPro/ChongModernPro-LightItalic.ttf") format("truetype");
	font-weight: 300;
	font-style: italic;
}


/*---------- Gilroy ----------*/
@font-face {
	font-family: 'Gilroy';
	src: url("../fonts/Gilroy/Gilroy-Black.ttf") format("truetype");
	font-weight: 900;
	font-style: normal;
}
@font-face {
	font-family: 'Gilroy';
	src: url("../fonts/Gilroy/Gilroy-BlackItalic.ttf") format("truetype");
	font-weight: 900;
	font-style: italic;
}
@font-face {
	font-family: 'Gilroy';
	src: url("../fonts/Gilroy/Gilroy-Bold.ttf") format("truetype");
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: 'Gilroy';
	src: url("../fonts/Gilroy/Gilroy-BoldItalic.ttf") format("truetype");
	font-weight: 700;
	font-style: italic;
}
/*@font-face {
	font-family: 'Gilroy';
	src: url("../fonts/Gilroy/Gilroy-ExtraBold.ttf") format("truetype");
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: 'Gilroy';
	src: url("../fonts/Gilroy/Gilroy-ExtraBoldItalic.ttf") format("truetype");
	font-weight: 700;
	font-style: italic;
}*/
@font-face {
	font-family: 'Gilroy';
	src: url("../fonts/Gilroy/Gilroy-Heavy.ttf") format("truetype");
	font-weight: 800;
	font-style: normal;
}
@font-face {
	font-family: 'Gilroy';
	src: url("../fonts/Gilroy/Gilroy-HeavyItalic.ttf") format("truetype");
	font-weight: 800;
	font-style: italic;
}
@font-face {
	font-family: 'Gilroy';
	src: url("../fonts/Gilroy/Gilroy-Light.ttf") format("truetype");
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Gilroy';
	src: url("../fonts/Gilroy/Gilroy-LightItalic.ttf") format("truetype");
	font-weight: 300;
	font-style: italic;
}
@font-face {
	font-family: 'Gilroy';
	src: url("../fonts/Gilroy/Gilroy-Medium.ttf") format("truetype");
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'Gilroy';
	src: url("../fonts/Gilroy/Gilroy-MediumItalic.ttf") format("truetype");
	font-weight: 500;
	font-style: italic;
}
@font-face {
	font-family: 'Gilroy';
	src: url("../fonts/Gilroy/Gilroy-Regular.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Gilroy';
	src: url("../fonts/Gilroy/Gilroy-RegularItalic.ttf") format("truetype");
	font-weight: 400;
	font-style: italic;
}
@font-face {
	font-family: 'Gilroy';
	src: url("../fonts/Gilroy/Gilroy-SemiBold.ttf") format("truetype");
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: 'Gilroy';
	src: url("../fonts/Gilroy/Gilroy-SemiBoldItalic.ttf") format("truetype");
	font-weight: 600;
	font-style: italic;
}
@font-face {
	font-family: 'Gilroy';
	src: url("../fonts/Gilroy/Gilroy-Thin.ttf") format("truetype");
	font-weight: 100;
	font-style: normal;
}
@font-face {
	font-family: 'Gilroy';
	src: url("../fonts/Gilroy/Gilroy-ThinItalic.ttf") format("truetype");
	font-weight: 100;
	font-style: italic;
}
@font-face {
	font-family: 'Gilroy';
	src: url("../fonts/Gilroy/Gilroy-UltraLight.ttf") format("truetype");
	font-weight: 200;
	font-style: normal;
}
@font-face {
	font-family: 'Gilroy';
	src: url("../fonts/Gilroy/Gilroy-UltraLightItalic.ttf") format("truetype");
	font-weight: 200;
	font-style: italic;
}



@media(max-width:1024px){
    .landing_page h2{font-size: 35px;}
    .landing_page h3{font-size:25px;}
    .landing_page h4{font-size:20px;}
    .landing_page p{font-size:18px;}
}

@media(max-width:576px){
    .landing_page h2{font-size: 25px;}
    .landing_page h3{font-size:22px;}
    .landing_page h4{font-size:15px;}
    .landing_page p{font-size:15px;}
}
.flexbox{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.rowCenter{
    display:flex;
    align-items:center;
    justify-content:center;
}
.flexCenter{
    display:flex;
    justify-content:center;
    align-items:center;
    text-align:center;
    flex-direction: column;
}
.whitespace_nowrap{
    white-space: nowrap;
}

.content-wrap-100{
    padding:100px 0;
}

.content-wrap-0-100{
    padding:0 0 100px 0;
}

.content-wrap-100-0{
    padding:100px 0 0 0;
}


.content-wrap-0-0{
    padding:0;
}

#wrapper{
    background: #F7F7F7;
}
h2{
    color: #000;
    text-align: center;
    font-family: Lato;
    font-size: 42px;
    font-style: normal;
    font-weight: 900;
    line-height: 45px; /* 107.143% */
    letter-spacing: -0.96px;
}

h3{
    color: #000;
    font-family: Lato;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 29.9px; /* 115% */
}

h4{
    color: #000;
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 133.333% */
}

p{
    color: #555 !important;
    font-family: Lato !important;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 171.429% */
}
.mt-50{
    margin-top:50px;
}

.mb-15{
    margin-bottom:15px;
}

.mb-40{
    margin-bottom:40px;
}
.mb-50{
    margin-bottom:50px;
}

.mr-20{
    margin-right:20px;
    
}

#toptitle.landing_page{}
#toptitle.landing_page .flexbox{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-end;
    justify-content: space-between;
    align-items: flex-end;
    margin: 20px 0 10px;
}
#toptitle.landing_page .flexbox > *{
	margin: 0;
}
#toptitle.landing_page .flexbox h1{
	font-size: 65px;
	font-weight: 900;
}
#toptitle.landing_page .flexbox h2{
	font-size: 30px;
	margin-bottom: 9px;
}
.landing_page #slider, .landing_page #slider .oc-item, .landing_page #slider .oc-item > *{
	/*aspect-ratio: 1300 / 600;*/
	aspect-ratio: 2640 / 1200;
	background-position: center;
}

/*make slider hover cursor to normal, not drag */
#slider.owl-carousel,
#slider .owl-stage {
    cursor: default !important;
}

#slider .slidecontainer .container .row{
        align-items: center;
    align-content: center;
}

#slidersection{
    margin: 25px 15px 0 15px;
    border-radius: 15px;
    background: #FFF;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08), 0 6px 0 0 rgba(0, 0, 0, 0.02);
}
#slidersection .video-wrap, #slidersectionm .video-wrap {
    mix-blend-mode: screen;
}
#slidersection .video2, #slidersectionm .video2{
    opacity: 0.5;
    aspect-ratio:auto;
    
}

#slidersection .title-video.video-wrap{
    overflow:visible;
    width:50%;
    top: -100px;
    left: -50px;
}

/*mobile slider */



#slidersectionm .slider-title{
    position:relative;
}

#slidersectionm .title-video.video-wrap {
    overflow: visible;
    position: absolute; 
    top: -20%;
    left: 0;
    width: 100%;          
    min-height: 250px;
    height: 250px;       
}

#slidersectionm .video3 {
    opacity: 0.5;
    /*width: 100%;          */
    width: 140%;  
    height: 100%;
    left:-20%;
    object-fit: cover;    
    aspect-ratio: auto;
    overflow: visible !important;
}

#slidersectionm .mb-bling.video-wrap {
    min-height: 705px;
    height: 705px;       
}

#slidersectionm .mb-bling .video2 {
    opacity: 0.5;
    width: 100%; 
    height: 100%;
    object-fit: cover;    
    aspect-ratio: auto;
}



.landing_page .slidecontainer .textcol{
    text-align: left;
    justify-content: flex-end;
    display: flex;
    
}
.landing_page .slidecontainer .slide-img{
    justify-content: center;
    display: flex;
}
.landing_page .owl-carousel .slidecontainer .textcol img.vvs_logo{
    /*max-width: 330px;*/
    /*margin: 30px auto 0;*/
    max-width: 500px;
    margin-bottom:20px;
}
.landing_page #slider .slidecontainer h1{
    margin-bottom: 40px;
	color: #FFF;
	font-family: Lato;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.landing_page .slidecontainer .button{
    color: #000;
    border:none;
    border-radius: 100px;
    background: #FFF;
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    display: inline-flex;
    height: 60px;
    padding: 0 50px;
    justify-content: center;
    align-items: center;
}

.landing_page .slidecontainer .button:hover {
    border-color: #dfedf4;
    background-color: #dfedf4;
    color: #1d1d1f;
}

.landing_page .slidecontainer .button-outlined{
    background: #2B83B5;
    border-color: #2B83B5;
    color: #fff;
}

.landing_page .slidecontainer .button-outlined:hover {
        border-color: #0d0d0d;
    background-color: #0d0d0d;
    color: #fff;
}


/*technology section */

ul.tab-nav:not(.tab-nav-lg) {
    margin-bottom:50px;
    gap:10px;
}



ul.tab-nav:not(.tab-nav-lg) li a {
    display: block;
    padding: 12px 20px;
    color: #0d0d0d;
    font-size: 20px;
    font-weight: 900;
    width: auto;
    border-radius: 50px;
    background: #EEE;
    
    color: #000;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 19.8px; /* 123.75% */
    transition: all 0.5s ease;
}

ul.tab-nav:not(.tab-nav-lg) li a span.tab-span {
    color: #000;
    font-family: Lato;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 19.8px;
    transition: all 0.5s ease;
}    

ul.tab-nav:not(.tab-nav-lg) li.ui-tabs-active a {
    position: relative;
    color: white;
    border-radius: 50px;
    background: linear-gradient(90deg, #694E30 0%, #AC8C14 100%);
    transition: all 0.5s ease;
}

ul.tab-nav:not(.tab-nav-lg) li.ui-tabs-active a span.tab-span{
    color: #FFF;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: Lato;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 19.8px; /* 141.429% */
    transition: all 0.5s ease;
}



.glider {
    position: absolute;
    top: 8px;
    left: 8px;
    width: 250px;
    height: calc(100% - 16px);
    background: linear-gradient(90deg, #694E30 0%, #AC8C14 100%);
    transition: all .2s linear;
    border-radius: 50px;
}


.tab1{
    /*margin-right:10px;*/
    width: auto;
}



.tab-container {
    position: relative;
    padding: 0;
}

.tag{
    color: #2B83B5;
    text-align: center;
    font-family: Lato;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 12px; 
    letter-spacing: 2.16px;
    text-transform: uppercase;
    margin-bottom:20px;
}

#tech-tab h2{
    color: #000;
    text-align: center;
    font-family: Lato;
    font-size: 42px;
    font-style: normal;
    font-weight: 900;
    line-height: 45px; /* 107.143% */
    letter-spacing: -0.96px;
    margin-bottom:20px;
}

.landing_page span.blue-word{
    color: #2B83B5;
    font-family: Lato;
    font-size: 42px;
    font-style: italic;
    font-weight: 900;
    line-height: 45px;
    letter-spacing: -0.96px;
}

/*tab content style */
.tech-tab-box{
    border-radius: 15px;
    background: #FFF;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08), 0 0 6px 0 rgba(0, 0, 0, 0.02);
}

.tech-tab-content .content .text{
    text-align:left;
} 

.tech-p-title{
    font-size:18px !important;
    color: #555 !important;
}

.tab-content-left{
    padding-left: 40px;
    padding-right: 20px;
}

.tab-content-left h3{
    font-size:26px;
}
.point-row{
    display:flex;
    align-items:flex-start;
    justify-content:center;
    row-gap: 30px;
    /*gap:20px;*/
}

.tech-point{
    max-width:20%;
}

.tech-icon{
    /*display: flex;*/
    /*width: 70px;*/
    /*height: 70px;*/
    /*padding: 17.5px 12.267px 17.983px 13.201px;*/
    /*justify-content: center;*/
    /*align-items: center;*/
    /*aspect-ratio: 1/1;*/
    /*border-radius: 116.667px;*/
    /*border: 1.167px solid var(--Gold-Gradient, #694E30);*/
}

.icon-img{
    width: 70px;
/*height: 70px;*/
}


.point-name{
    display: flex;
    padding: 8px 14px 9px 14px;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    border-radius: 100px;
    border: 1px solid #CECECE;
    background: #FFF;
    color: #000;
    font-family: Lato;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 13px; /* 100% */
}

.t2-point-name{
    color: #000;
    text-align: center;
    font-family: Lato;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px; /* 138.462% */
    text-transform: capitalize;
}

.tab-video .content {
    flex: 1;
    height: 100%;
}

.tab-video {
    height: 100%;        
    overflow: hidden;    
    border-radius: 0 15px 15px 0;
}

.tab-video .video2 {
    width: 100%;
    height: 100%;        
    object-fit: cover;   
    /*border-left: 1px solid #fff;*/
    display: block;      
    border-radius: 0 15px 15px 0;
    aspect-ratio: 1586 / 1080;
}




/*therapy */
#therapy{
    position:relative;
    background: #000;
    overflow: hidden;
}

.trp-e1{
    position:absolute;
    top:0;
    width:100%;
}

.trp-e2{
    position:absolute;
    bottom:0;
    width:100%;
}

#therapy .tag, #therapy h2, #therapy h3{
    color:#fff !important;
}

#therapy .content-wrap-100{
    position:relative;
}

.therapy-box1{
    display: flex;
    padding: 14px 14px 14px 40px;
    justify-content: flex-end;
    align-items: center;
    /*gap: 32px;*/
    border-radius: 15px;
    background: #F7F7F7;
    height:100%;
}

.therapy-box1.therapy-box2{
    
    background: var(--Gold-Gradient, linear-gradient(180deg, #694E30 0%, #AC8C14 100%));
}

.t1{
    width:58.333333%;
        padding-right: 30px;
}

.t2{
    width:41.66666667%;
}

.box1-info, .box2-info{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

#therapy .box1-info .tag{
    color:#2B83B5 !important;
    text-align:left;
}

#therapy .box1-info h3{
    color:#000 !important;
}

#therapy .box2-info .tag,#therapy .box2-info h2, #therapy .box2-info p {
    color:#fff !important;
    text-align:left;
}  
    

.theraphy-img{
    border-radius: 12px;
    background: #CBCBCB;
    height: 100%;
    width: 100%;
}

.theraphy-img img{

    border-radius: 12px;
    background: #CBCBCB;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.body-water{
    background-image:url("../images/sensei_landing/body-water.jpg");
    background-size:cover;
    background-position:left center;
    border-radius: 15px;
    border: 3px solid rgba(43, 131, 181, 0.20);
    aspect-ratio: 440 / 123;
    display: flex;    
    align-items: center;  
    justify-content: center;
    padding: 0 50px; 
}

.body-water .row {
    width: 100%;
}

.body-water h3{
    color:#fff !important;
}

.body-water p{
    color: #FFF !important;
}

.body-water .gold{
    background: linear-gradient(90deg, #AC8C14 0%, #DECFBE 25.71%, #AC8C14 56.89%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
text-transform:uppercase;
letter-spacing: 2.8px;
}


/*reharmo */

.reharmo-title{
    position:relative;
}

.reharmo-svg{
    position:absolute;
    top: -5px;
    left: 15%;
}

.reharmo-title h2{
    font-style:italic;
    font-weight: 600;
}

.reharmo-title .h2-blue{
    color: #2B83B5 !important;
}

.author{
    display: flex;
    align-items: center;
    justify-content:center;
    gap: 16px;
}

.author-img{
    width:50px;
}
.author-info{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
}
.author-info h4{
    font-size:15px;
}

.author-info p{
    font-size:14px !important;
}

.sub-title{
    color: #000;
text-align: center;
font-family: Lato;
font-size: 28px;
font-style: normal;
font-weight: 900;
line-height: normal;
}

.sub-title span{
    color: #2B83B5 !important;
}


.reharmo-box{
    display: flex;
    padding: 30px;
    align-items: flex-start;
    flex-direction:column;
    gap: 30px;
    border-radius: 15px;
    background: #FFF;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.04), 0 8px 16px 0 rgba(0, 0, 0, 0.08);
    height: 100%;
}

.reharmo-box h4{
    color:#2B83B5 !important;
}

.reharmo-desc span{
    font-weight:400;
    color:#555 !important;
}

/*origin */

.origin-container{
    position:relative;
    border-radius: 15px;
    /*background: #000;*/
    /*box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08), 0 0 6px 0 rgba(0, 0, 0, 0.02);*/
    padding:80px;
    
}


.origin-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 30%;
    height: 100%;
    background: linear-gradient(90deg, #0A0A0C 0%, rgba(10, 10, 12, 0.00) 100%);
    z-index: 3;
    pointer-events: none;
    border-radius: 15px;
    opacity: 0;
    transition: opacity 0.4s ease;
}



.origin-container::after {
    content: ""; 
    position: absolute;
    top: 0;
    right: 0;
    width: 30%;
    height: 100%;
    background: linear-gradient(270deg, #0A0A0C 0%, rgba(10, 10, 12, 0.00) 100%);
    z-index: 3; 
    pointer-events: none; 
    border-radius: 15px;
    transition: opacity 0.4s ease;
}


/* First slide: right fade only */
.origin-container::after{
    opacity:0;
}

.origin-container.grad-first::after{
    opacity:1;
}
.origin-container.grad-last::before { 
    opacity: 1; 
}
.origin-container.grad-last::after  { 
    opacity: 0; 
}

#origin .video-wrap{
    border-radius: 15px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08), 0 0 6px 0 rgba(0, 0, 0, 0.02);
    position:absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
    z-index:0;
}
#origin .video-wrap video {
    display:block !important;
    margin:0 auto;
}
    	
#origin .video2{
    width: 100%;
    max-width: 1600px;
    aspect-ratio: 1600 / 740; 
    height: auto;
    object-fit: cover;
}

.origin-content{
    position:relative;
    z-index:4;
}

.origin-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.origin-top h2{
    color:#fff !important;
    text-align:left !important;
}

#origin-carousel .oc-item{
    padding:35px;
    border-radius: 15px;
    border: 1px solid rgba(64, 64, 64, 0.50);
    background: rgba(206, 206, 206, 0.10);
    /*box-shadow: -20px 68px 20px 0 rgba(0, 0, 0, 0.00), -13px 43px 18px 0 rgba(0, 0, 0, 0.01), -7px 24px 15px 0 rgba(0, 0, 0, 0.04), -3px 11px 11px 0 rgba(0, 0, 0, 0.07), -1px 3px 6px 0 rgba(0, 0, 0, 0.08);*/
    backdrop-filter: blur(12.5px);
}

#origin-carousel h3{
    background: linear-gradient(180deg, #D2AF2C 0%, #845A2C 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#origin-carousel .oc-item p{
    color:#fff !important;
}

.ori-s1-box{
    width:20%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.ori-t1 ,.ori-t2{
    color: #FFF;
    text-align: center;
    font-family: Lato;
    font-size: 13px;
    font-weight: 700;
    line-height: 13px; 
}

.ori-icon{
    width: 50px;
    height: 50px;
    aspect-ratio: 1/1;
    margin-top: auto;
}



#origin .slider-nav-buttons {
    gap:10px;
}

#origin .slider-nav-btn {
    background: #fff;
    color:#000;
    border: 1px solid rgba(255, 255, 255, 0.3);
}
#origin .slider-nav-btn i {
    color: #000;
}

#origin-carousel .owl-item:first-child .oc-item {
    width: 545px;
}

#origin-carousel .oc-item {
    width: 350px; 
    /*width:auto;*/
}

/* Force the Owl Stage to be a flex container */
#origin-carousel .owl-stage {
    display: flex;
    align-items: stretch; /* Makes all .owl-item have the same height */
}

/* Ensure the wrapper of the item takes full height */
#origin-carousel .owl-item {
    height: auto; /* Required for the flex-stretch to work properly */
}

/* Ensure your .oc-item fills the full height of its parent */
#origin-carousel .oc-item {
    height: 100%;
    display: flex;
    flex-direction: column; 
}






/*healing */

.healing-left{
    display: flex;
    padding: 45px 25px 25px 25px;
    flex-direction: column;
    align-items: center;
    border-radius: 15px;
    background: #FFF;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.04), 0 8px 16px 0 rgba(0, 0, 0, 0.08);
}

.healing-left h2{
    padding-bottom: 15px;
    background: var(--Gold-Gradient, linear-gradient(180deg, #694E30 0%, #AC8C14 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.heal-x{
    color: #000;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: Lato;
    font-size: 70px;
    font-style: normal;
    font-weight: 300;
    line-height: 45px;
    margin-top:15px;
    margin-bottom:15px;
}

.heal-box{
    display: flex;
    padding: 24px 14px 24px 50px;
    align-items: center;
    gap: 24px;
    align-self: stretch;
    border-bottom: 1px solid rgba(206, 206, 206, 0.40);
}

.heal-box:last-child{
    border-bottom:none;
}

.heal-icon{
    width: 70px;
    height: 70px;
    aspect-ratio: 1/1;
}

.heal-right-top{
    font-size:18px !important;
    line-height:28px;
}

.heal-box2{
    position:relative;
}

.heal-img{
    position: relative; 
    border-radius: 400px;
    background: #DDD;
}


.heal-img img{
    object-fit:cover;
    border-radius: 400px;
    background: #DDD;
    display: block; 
    width: 100%;
}

.heal-img-title {
    position: absolute;
    bottom: -16px;
    left: 50%;
    transform: translateX(-50%); 
    display: flex;
    height: 32px;
    padding: 8px 14px 9px 14px;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    background: linear-gradient(180deg, #694E30 0%, #AC8C14 100%);
    color: #FFF;
    font-family: Lato;
    font-size: 14px;
    font-weight: 900;
    line-height: 13px;
    width: max-content;
    border: none;
    /*position: relative;*/
    
}


/*experience */
#experience {
    position: relative;
}

#experience .video-wrap {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    overflow: hidden;
}

#experience .video2 {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#experience .content-wrap-100{
    position:relative;
    z-index:1;
}
#experience h2, #experience span{
    color:#fff;
}


    .slider-controls {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 32px;
        margin-top: 45px;
        margin-bottom: 45px;
    }

   .my-slider-progress {
    width:100%;
    background: rgba(255, 255, 255, 0.3);
    overflow: hidden;
    flex-shrink: 0;
    
    height: 1px;
    overflow: visible;
    position: relative;
}
    
    .my-slider-progress-bar {
        background: #FFF;
        height: 4px;
        transition: width 400ms ease;
        width: 20%;
        
        height: 4px;
    position: absolute;
    bottom: 0%;
    }

    .slider-nav-buttons {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        flex-shrink: 0;
    }

    .slider-nav-btn {
        width: 48px;
        height: 48px;
        border-radius: 50%;
        border:none;
        background: #FFF;
        box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.06);
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: border-color .2s;
    }

    .slider-nav-btn:hover {
        border-color: #AC8E60;
    }

    .slider-nav-btn i {
        font-size: 26px;
        color: #000;
    }

    /* ✅ Hide default owl nav */
    #experience .owl-nav {
        display: none !important;
    }




/* glance */

#glance{
    background: radial-gradient(200.57% 97.94% at 53.23% 39.79%, #FCFCFC 0%, #A9A9A9 100%);
    position:relative;
}

.glance-element{
    position:absolute;
    bottom:0;
    width:100%;
}

.glance-row{
    row-gap:30px;
    justify-content: center;
}

.glance-box{
    display: flex;
    padding: 20px 20px 20px 30px;
    align-items: center;
    gap: 10px;
    border-radius: 15px;
    background: #FFF;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.04), 0 8px 16px 0 rgba(0, 0, 0, 0.08);
    height: 100%;
}

.glance-icon{
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display:flex;
    justify-content:center;
    align-items:center;
    padding: 8px;
    aspect-ratio: 1/1;
    background: white; /* inner background */
}

.glance-icon::before{
    content:"";
    position:absolute;
    inset:0;
    padding: 1.5px;
    border-radius: inherit;
    background: linear-gradient(180deg, #694E30 0%, #AC8C14 100%);

    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;

    pointer-events: none;
}

.glance-name h4{
    color: #2B83B5;
    align-self: stretch;
}

/*specifications */
#specifications{
    background-color:#fff;
}

.speci-row1,.speci-row2{
    justify-content: center;
    row-gap:30px;
}

.spec-box{
    display: flex;
    padding: 32px;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 15px;
    background: #F7F7F7;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08), 0 0 6px 0 rgba(0, 0, 0, 0.02);
    height:100%;
}

.spec-box h4{
    color: #2B83B5;
    text-transform: uppercase;
    font-size: 12px!important;
    letter-spacing: 2.8px;
}

.spec-info{
    display: flex;
    padding: 14px 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    align-self: stretch;
    border-bottom: 1px solid #E5E5E5;
}

.spec-info:last-child{
    border-bottom:none;
}

.spec-title{
    color: #7F7F7F;
    font-family: Lato;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 183.333% */
}

.spec-desc{
    color: #000;
    font-family: Lato;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px; /* 157.143% */
}

.spec-img img{
    border-radius: 15px;
background: radial-gradient(131.09% 104.46% at 50% 50%, #EBEBEB 0%, #747273 100%);
}


/*testimonial */

#testimonial iframe {
    aspect-ratio: 1280 / 720;
    width: 80%;
    border-radius: 15px;
}

.testi-video{
        display: flex;
    justify-content: center;    
    
}



/*benefit */

#benefits{
    position:relative;
}
.video-wrap{
    position:absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
    z-index:0;
}
.video-wrap video {
    display:block !important;
    margin:0 auto;
}
    	
.video2{
    width: 100%;
    /*max-width: 1600px;*/
    aspect-ratio: 1600 / 600; /* or 8 / 3 */
    height: auto;
    object-fit: cover;
}


#benefits .content-wrap-100{
    position:relative;
    z-index:1;
}

.benefit-box{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: 100%;
    padding: 30px;
    border-radius: 15px;
    background: #FFF;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.04), 0 8px 16px 0 rgba(0, 0, 0, 0.08);
}

.benefit-top{
    display: flex;
    align-items: center;
    gap: 20px;
}

.benefit-icon{
    width: 70px;
    height: 70px;
}

.benefit-name h3{
    color: #2B83B5;
    margin-bottom:0px;
}

.benefit-desc p{
    color:#000 !important;
    margin-bottom:0px;
    
}











































/*----------------------- OLD --------------------*/

#about{}
#about .container{position: relative;}
#about .absolutetext{
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    font-family: 'ChongModernPro';
    color: white;
    font-size: 40px;
}
#about iframe{aspect-ratio: 1280 / 720; width: 100%;}

#design{padding-bottom: 40px;}
#design h2{
    font-family: 'ChongModernPro';
    font-size: 80px;
    font-style: italic;
    text-align: center;
    max-width: 1100px;
    margin-right: auto;
    margin-left: auto;
    line-height: 1.2;
}
#design .flexbox{justify-content: space-between;}
#design .flexbox .imagecol{
    aspect-ratio: 1420 / 1280;
    max-width: 740px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}
#design .flexbox .imagecol img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#design .flexbox .imagecol p{
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    font-family: 'ChongModernPro';
    color: white;
    font-size: 40px;
    filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.5));
}
#design .flexbox .imagecol p span{font-size: 50px;}
#design .textcol{
    text-align: right;
    max-width: calc(100% - 790px);
}
#design .textcol p:has( img){}
#design .textcol img{max-width: 280px;}
#design .textcol p:has( img) span{
    font-size: 22px;
    font-weight: 900;
    color: #81292b;
    display: block;
}
#design .flexbox + .pointsrow{margin-top: 60px;}
#design .pointsrow p{
    text-align: center;
    margin-top: 15px;
    max-width: 300px;
    margin-right: auto;
    margin-left: auto;
}

#vibration{padding-top: 60px;}
#vibration .row{
    justify-content: space-between;
    align-content: center;
    align-items: center;
}
#vibration .imagecol{
    text-align: center;
    padding: 20px 30px 30px;
    background-color: #802a2b;
    border-radius: 0 50px 50px 0;
    position: relative;
}
#vibration .imagecol:before{
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #802a2b;
}
#vibration .imagecol img{
    max-width: 320px;
    margin-top: -65px;
    position: relative;
    z-index: 3;
}
#vibration .content:has( h2){padding-left: 80px;}
#vibration h2{font-weight: 700; font-size: 60px; margin-bottom: 20px;}
#vibration .pointsrow{
    align-items: stretch;
    margin-top: 60px;
    margin-bottom: 60px;
}
#vibration .pointsrow .content{
    background-color: white;
    border-radius: 10px;
    filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.5));
    text-align: center;
    padding: 30px;
    height: 100%;
}
#vibration .pointsrow .content img{
    max-height: 300px;
    padding: 30px 0;
}

#technology{
    background-color: #d0c5c2;
    padding: 60px 0;
    overflow: hidden;
}
#technology h2{
    text-align: center;
}
#technology h2 span{
    color: #802a2b;
     font-size: larger;
     font-weight: 700;
     font-family: inherit;
}
#technology h2.highlighted{
    color: white;
    background-color: #802a2b;
    font-size: 60px;
    padding: 30px;
    position: relative;
    font-weight: 700;
    margin-bottom: 10px;
}
#technology .row{align-items: center;}
#technology .row:first-of-type h2.highlighted{
    border-radius: 0 60px 60px 0;
}
#technology .row:first-of-type h2.highlighted:before{
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #802a2b;
}
#technology .row:first-of-type + .row h2.highlighted{
    border-radius: 60px 0 0 60px;
}
#technology .row:first-of-type + .row h2.highlighted:before{
    content: '';
    position: absolute;
    top: 0;
    right: -100%;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #802a2b;
}
#technology .row:first-of-type h2.highlighted + p{
    padding-left: 115px;
}
#technology h2.highlighted + p{
    padding: 0 60px;
}
#technology .imagecol{margin: 20px 0;}
#technology .quotes{
    max-width: 1125px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 60px;
}
#technology .quotes h2{
    color: #802a2b;
    font-size: 60px;
    margin-bottom: 0;
}
#technology .quotes h2 i{font-weight: 700;}
#technology .quotes h2.left{text-align: left;}
#technology .quotes h2.right{text-align: right;}

#frequency{background-color: #802a2b; padding-top: 60px; padding-bottom: 100px;}
#frequency > img{width: 100%;}
#frequency .pointsrow{}
#frequency .pointsrow .content{
    background-color: #d0c5c2;
    text-align: center;
    padding: 10px;
    border-radius: 10px;
}
#frequency .pointsrow .content h3{
    font-size: 56px;
    font-family: 'ChongModernPro';
    color: #802a2b;
    margin-bottom: 0;
    line-height: 1.1;
}
#frequency .pointsrow .content p{
    font-size: 30px;
    color: #802a2b;
    margin-bottom: 0;
    line-height: 1.1;
}
#frequency .levelstext{
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
#frequency .levelstext .low, #frequency .levelstext .high{
    color: white;
    font-size: 36px;
    background-color: #802a2b;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}
#frequency .levelstext:before{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: 1px;
    background-color: white;
    z-index: 1;
}
#frequency .desc{
    text-align: center;
    margin: 20px auto 0;
    color: white;
    max-width: 670px;
}

#vvsmode{
    /*padding-bottom: 60px;*/
}
#vvsmode .row{justify-content: space-between; align-items: stretch; margin-top: -50px;}
#vvsmode .col-xs-12{
    max-width: 400px;
}
#vvsmode .content{
    background-color: #e7d8be;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    height: 100%;
}
#vvsmode img{
    height: 100px;
}
#vvsmode .content{}
#vvsmode .content h3{margin-bottom: 0; color: #802a2b; font-family: 'Gilroy'; line-height: 1; margin-top: 20px;}
#vvsmode .content p{color: #802a2b;}
#vvsmode .content p:last-child{margin-bottom: 0;}

#apps .flexbox{
    justify-content: center;
    align-items: center;
    align-content: center;
}
#apps .flexbox > span{
    color: #802a2b;
    font-size: 315px;
    font-family: 'ChongModernPro';
    line-height: 1;
}
#apps .textcol{}
#apps .textcol h2{
    margin-bottom: 5px;
    font-size: 60px;
}
#apps .textcol h2 + p{
    margin-bottom: 0;
    color: white;
    padding: 5px 10px;
    border-radius: 10px;
    background-color: #802a2b;
    font-family: 'ChongModernPro';
    font-size: 30px;
}
#apps .row{
    margin-top: 40px;
    justify-content: space-around;
    align-items: center;
}
#apps .pointscol{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}
#apps .pointscol .text{
    color: #e99d41;
    font-size: 32px;
    width: calc(100% - 140px);
}
#apps .pointscol .imagecol{
    width: 120px;
    height: 120px;
}
#apps .pointscol .imagecol img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
#apps .row .col-12:last-child .pointscol{
    flex-direction: row-reverse;
}
#apps .row + h2{
    color: #b99251;
    font-size: 60px;
    text-align: center;
}

#quotes{
    background-color: #e7d8be;
    padding: 40px;
    padding-bottom: 40px;
}
#quotes .container{
    max-width: 1125px;
    margin-right: auto;
    margin-left: auto;
}
#quotes h2{
    color: #802a2b;
    font-size: 60px;
    margin-bottom: 0;
}
#quotes h2.left{text-align: left;}
#quotes h2.right{text-align: right;}

#coloroptions{
    overflow: hidden;
}
#coloroptions h2{
    color: #e7d8be;
    font-style: italic;
    font-size: 155px;
    text-align: center;
    font-weight: 700;
    line-height: 1.1;
}
#coloroptions .colors{}
#coloroptions .colors .color{
    position: relative;
    margin: 40px 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
#coloroptions .colors .color .textcol{
    padding: 50px;
    border-radius: 15px;
    max-width: 500px;
    position: relative;
    z-index: 1;
}
#coloroptions .colors .color .textcol h3{
    color: white;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 5px;
}
#coloroptions .colors .color .textcol p{
    color: white;
    font-size: 24px;
    margin-bottom: 0;
    line-height: 1.2;
}
#coloroptions .colors .color .imagecol{
    max-height: 650px;
    max-width: 550px;
    position: absolute;
    z-index: 2;
}
#coloroptions .colors .color .imagecol img{
    width: 100%;
    height: 100%;
    max-height: 650px;
    max-width: 550px;
    object-fit: contain;
}

#coloroptions .colors #ocean_blue.color{
    margin-top: 60px;
}
#coloroptions .colors #ocean_blue.color .imagecol{
    top: -50%;
    left: 100px;
}
#coloroptions .colors #ocean_blue.color .imagecol img{
    max-height: 500px;
}
#coloroptions .colors #ocean_blue .textcol{
    background-color: #23556c;
    padding: 30px 40px 30px 105px;
    margin-left: -115px;
}

#coloroptions .colors #misty_jade.color{
    justify-content: flex-end;
    align-items: center;
    min-height: 500px;
    margin-top: -110px;
}
#coloroptions .colors #misty_jade.color .imagecol{
    top: 0;
    right: 0;
}
#coloroptions .colors #misty_jade.color .imagecol img{
    max-width: 450px;
    max-height: 500px;
}
#coloroptions .colors #misty_jade .textcol{
    background-color: #809791;
    padding: 30px 125px 30px 40px;
    margin-right: 200px;
}

#coloroptions .colors #light_rose.color{
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: -110px;
}
#coloroptions .colors #light_rose.color .imagecol{
    top: -155px;
    left: 160px;
}
#coloroptions .colors #light_rose .textcol{
    background-color: #be939b;
    margin-top: 0;
    padding: 30px 30px 80px 40px;
}

#coloroptions .colors #lavender.color{
    justify-content: center;
    align-items: flex-end;
    min-height: 500px;
    margin-bottom: 180px;
    margin-top: -95px;
}
#coloroptions .colors #lavender.color .imagecol{
    top: -80px;
    right: 50%;
    transform: translateX(140%);
}
#coloroptions .colors #lavender.color .imagecol img{
    /*max-height: 500px;*/
}
#coloroptions .colors #lavender .textcol{
    background-color: #857492;
    padding: 30px 120px 30px 40px;
    margin-right: 40px;
    max-width: 490px;
    margin-top: 100px;
}

#product{
    background-image: url('../images/layout/vvs/vvs-bg-02.webp');
    background-size: cover;
    padding: 60px 0;
}

#functions .title{
    background-color: #802a2b;
    padding: 30px 15px;
}
#functions .title h2{
    color: white;
    margin-bottom: 0;
    text-align: center;
}
#functions .row{
    margin-top: 40px;
    margin-bottom: 40px;
    row-gap: 30px;
    justify-content: space-around;
}
#functions .row .col{
    flex: 0 1 20%;
}
#functions .row .col .content{
    text-align: center;
    padding: 30px 20px;
    background-color: white;
    border-radius: 15px;
    height: 100%; 
    filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.5));
}
#functions .row .col img{
    height: 120px;
    width: auto;
    object-fit: contain;
}
#functions .row .col .content h3{
    font-family: 'Gilroy';
    font-weight: 500;
    font-size: 24px;
    margin-top: 15px;
    margin-bottom: 0;
}



#features{
    padding-top: 60px;
    padding-bottom: 60px;
    background-image: url('../images/layout/vvs/bottom-image.webp');
    background-size: cover;
    background-position: top;
}
#features #features-carousel .owl-stage-outer{
    overflow: hidden;
}
#features #features-carousel h3{
    line-height: 1;
    font-size: 36px;
    font-weight: 700;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-end;
    justify-content: flex-start;
    align-items: flex-end;
}
#features #features-carousel h3 span.num{
    font-size: 125px;
    color: inherit;
    line-height: 99px;
    padding-right: 10px;
}
#features #features-carousel h3 span.text{
    font-size: 36px;
    color: inherit;
    line-height: 1.2;
}
#features .titlecol{
    position: relative;
}
#features #features-carousel .box{
    padding: 45px 40px;
}
#features #features-carousel img{
    position: absolute;
    top: 0;
    right: 0;
    max-height: 85px;
    filter: invert(19%) sepia(72%) saturate(1594%) hue-rotate(330deg) brightness(85%) contrast(90%);
}
#features #features-carousel .titlecol + p:last-child{margin-bottom: 0;}
#features #features-carousel #zerointerest img{
    top: -30px;
    right: 45px;
}
#features #features-carousel #warrantyyears img{
    transform: rotate(15deg);
    top: -25px;
    right: 15px;
}
#features #features-carousel #freedelivery .titlecol{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
}
#features #features-carousel #freedelivery h3{display: inline-block; padding-right: 20px;}
#features #features-carousel #freedelivery img{
    position: relative;
}

.owl-dots{text-align: center;}
.owl-theme .owl-dots .owl-dot{margin-top: 0;}
.owl-theme .owl-dots .owl-dot span{background-color: #79272a;}

/* ---------- Responsive ---------- */
@media(max-width: 1399.9px){
    
    .reharmo-svg {
        left: 10%;
    }
    
    
    #coloroptions h2{font-size: 100px;}
    /*#coloroptions .colors #ocean_blue .textcol{margin-left: 215px;}*/
    #coloroptions .colors .color{margin: 30px 0;}
    #coloroptions .colors .color .imagecol img{max-height: 400px;}
    #coloroptions .colors #ocean_blue.color .imagecol img{max-height: 370px;}
    #coloroptions .colors #misty_jade.color .imagecol img{max-height: 400px;}
    #coloroptions .colors #misty_jade .textcol{padding: 30px 100px 30px 40px; margin-right: 135px;}
    #coloroptions .colors #light_rose.color .imagecol{top: -70px; left: 225px;}
    #coloroptions .colors #lavender.color{min-height: 430px; margin-bottom: 120px;}
    #coloroptions .colors #lavender .textcol{margin-top: 85px;}
    #coloroptions .colors #lavender.color .imagecol{top: 10px; right: 210px; transform: none;}
    #coloroptions .colors #lavender.color .imagecol img{max-height: 460px;}
    
    
    #functions .row .col .content h3{font-size: 1.5vw !important;}
    
    #features #features-carousel h3{margin-bottom: 10px;}
    #features #features-carousel h3 span.num{font-size: 95px; line-height: calc(100% - 15px);}
    #features #features-carousel img{max-height: 70px;}
}
@media(max-width: 1299.9px){
    
    /*slide */
    .landing_page .slidecontainer .button {
        height: 50px;
        padding: 0 30px;
    }
    
    /*reharmo */
    .reharmo-svg {
        left: 11%;
    }
    
    
    
    
    #technology h2.highlighted{font-size: 45px;}
    #technology .row:first-of-type h2.highlighted + p{padding-left: 80px;}
    #technology h2.highlighted + p{padding: 0 0 0 70px;}
    #technology .quotes{margin-top: 45px;}
    
    #apps .pointscol .imagecol{width: 110px; height: 110px;}
    
    
}
@media(max-width: 1199.9px){
    
    
    /*slider */
    .landing_page .slidecontainer .textcol {
    justify-content: center;
    }
    
    
    /*tech tab */
    .tab-content-left {
        padding: 40px;
    }
    
    .tech-point {
        max-width: 33%;
    }
    
    .tab-video ,.tab-video .video2 {
        border-radius: 0 0px 15px 15px;
    }
    
    
    /*reharmo */
    .reharmo-svg {
        left: 3%;
    }
    
    
    /*healing */
    .heal-box {
        padding: 24px 14px 24px 24px;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    .landing_page .owl-carousel .slidecontainer .textcol img.vvs_logo{max-width: 260px;}
    .landing_page #slider .slidecontainer h2{font-size: 45px;}
    .landing_page .slidecontainer .button{font-size: 18px;}
    .landing_page #slider, .landing_page #slider .oc-item, .landing_page #slider .oc-item > *{aspect-ratio: 1300 / 640;}
    
    #design h2{font-size: 60px;}
    #design .flexbox .imagecol{aspect-ratio: auto; max-width: 45vw;}
    #design .textcol{max-width: calc(100% - 45vw - 30px);}
    #design .textcol img{max-width: 20vw;}
    
    #vibration .content:has( h2){padding-left: 40px;}
    #vibration h2{font-size: 45px;}
    #vibration .pointsrow .content img{max-height: 200px;}
    
    #frequency .levelstext:before{width: calc(100% - 2px);}
    #frequency .pointsrow .content p{font-size: 24px;}
    
    #coloroptions .colors #ocean_blue.color .imagecol{left: 35px;}
    #coloroptions .colors .color .imagecol img{max-height: 435px;}
    #coloroptions .colors #light_rose.color{min-height: 390px;}
    #coloroptions .colors #light_rose.color .imagecol{right: 230px;}
    #coloroptions .colors #misty_jade.color{min-height: 420px;}
    #coloroptions .colors #misty_jade.color .imagecol img{max-height: 390px;}
    #coloroptions .colors #lavender.color .imagecol{right: 140px;}
}

@media(max-width: 991.9px){
    
    /*reharmo */
    .reharmo-svg {
        left: -5%;
    }
    
    /*origin section */
    .origin-container{
        padding:40px;
    }
    
    /*healing */
    
    .heal-icon, .heal-icon svg{
        width: 60px;
    height: 60px;
    }
    
    
    /*glance */
    .glance-box {
        gap: 15px;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    .landing_page .owl-carousel .slidecontainer .textcol img.vvs_logo{max-width: 210px; margin-top: 0;}
    .landing_page #slider .slidecontainer h2{font-size: 36px;}
    .landing_page .slidecontainer .button{font-size: 16px;}
    .landing_page #slider, .landing_page #slider .oc-item, .landing_page #slider .oc-item > *{aspect-ratio: 1300 / 580;}
    
    #design h2, #apps .row + h2{font-size: 6vw !important;}
    #design .flexbox .imagecol{max-width: 100%;}
    #design .textcol{max-width: 100%; text-align: left; display: flex; flex-direction: row; flex-wrap: wrap; align-content: center; margin-top: 30px;}
    #design .textcol > p{width: 190px;}
    #design .textcol > .desc{width: calc(100% - 220px);}
    
    #vibration .imagecol img{max-width: 100%;}
    #vibration .content:has( h2){padding-left: 15px;}
    
    #technology h2.highlighted{padding: 30px; text-align: left;}
    #technology .row:first-of-type h2.highlighted + p, #technology h2.highlighted + p{padding: 0 30px;}
    #technology .rowright{flex-direction: column-reverse; margin-top: 30px;}
    #technology .quotes h2, #quotes h2, #functions .title h2, #specifications h2{font-size: 5vw !important;}
    
    #frequency .pointsrow .col{width: 20%;}
    #frequency .pointsrow .content h3{font-size: 4vw !important;}
    #frequency .pointsrow .content p{font-size: 1.8vw !important;}
    #frequency .levelstext .low, #frequency .levelstext .high{font-size: 2.4vw !important;}
    
    #apps .row{align-items: flex-start; position: relative; justify-content: flex-end;}
    #apps .row .col-12:nth-child(1){order: 1; position: absolute; left: 0; top: 0;}
    #apps .row .col-12:nth-child(2){order: 3;}
    #apps .row .col-12:nth-child(3){order: 2; position: absolute; left: 25%; width: 30%;}
    #apps .pointscol{gap: 15px; flex-direction: row-reverse;}
    #apps .pointscol .imagecol{width: 70px; height: 70px;}
    #apps .pointscol .text{font-size: 18px; width: calc(100% - 90px);}
    
    #coloroptions h2{font-size: 8.5vw !important;}
    #coloroptions .colors{
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
    }
    #coloroptions .colors .color{
        margin: 0;
    }
    #coloroptions .colors .color .imagecol{position: relative; top: auto !important; left: auto !important; right: auto !important; height: 400px; max-width: none !important;}
    #coloroptions .colors .color .imagecol img{max-height: none !important; max-width: none !important; width: auto;}
    #coloroptions .colors .color .textcol h3{font-size: 28px;}
    #coloroptions .colors .color .textcol p{font-size: 18px;}
    
    #coloroptions .colors #ocean_blue.color{order: 1; justify-content: flex-start; margin-top: -60px;}
    #coloroptions .colors #ocean_blue .textcol{margin-left: -100px; padding: 50px 50px 50px 95px;}
    
    #coloroptions .colors #misty_jade.color{order: 2; flex-direction: row-reverse; margin-top: -40px;}
    #coloroptions .colors #misty_jade .textcol{margin-right: -100px; padding-right: 70px;}
    
    #coloroptions .colors #light_rose.color{order: 3; align-items: center; margin-top: -30px;}
    #coloroptions .colors #light_rose .textcol{margin-top: -90px; padding: 50px 50px 50px 70px; margin-left: -110px;}
    
    #coloroptions .colors #lavender.color{order: 4; flex-direction: row-reverse; margin-top: 0; min-height: auto; margin-bottom: 60px; align-items: center; margin-top: -65px;}
    #coloroptions .colors #lavender.color .imagecol{height: 420px;}
    #coloroptions .colors #lavender .textcol{padding-right: 50px; margin-right: -45px; margin-top: 0;}
    
    #functions .row{justify-content: center;}
    #functions .row .col{flex: 0 1 25%; padding-left: 10px; padding-right: 10px;}
    #functions .row .col .content{padding: 20px 10px;}
    #functions .row .col img{height: 60px;}
    #functions .row .col .content h3{font-size: 14px !important;}
}

@media(min-width: 767.9px) and (max-width: 991.9px){
    .therapy-box1 {
        display: flex;
        flex-direction: column;
        padding: 30px;
        align-items: center;
        justify-content: center;
        row-gap: 20px;
    }
    
    .t1, .t2 {
        width: 100%;
        padding: 0;
    }
    
    .theraphy-img img {
        max-height: 150px;
    }
    
    
}


@media(max-width: 859.9px){
    .landing_page .owl-carousel .slidecontainer .textcol img.vvs_logo{max-width: 180px;}
    .landing_page #slider .slidecontainer h2{font-size: 32px;}
    .landing_page .slidecontainer .button{font-size: 14px;}
    .landing_page #slider, .landing_page #slider .oc-item, .landing_page #slider .oc-item > *{aspect-ratio: 1300 / 640;}
}
@media(max-width: 767.9px){
    
    .content-wrap-100{
        padding:60px 0;
    }
    
    .content-wrap-0-100{
        padding:0 0 60px 0;
    }
    
    .content-wrap-100-0{
        padding:60px 0 0 0;
    }
    
    #tech-tab h2, #therapy h2, .reharmo-title h2, #origin h2, #symphony h2, #healing h2, #experience h2,  #experience h2 span, #glance h2 , #specifications h2, #testimonial h2{
        font-size:30px !important;
        line-height: 38px;
    }
    
    #tech-tab h3, h3, .h3{
        font-size:23px !important;
    }
    
    h4, .h4{
        font-size:15px !important;
        line-height: 20px;
    }
    
    p{
        font-size:14px !important;
        line-height:20px !important;
    }
    
    
    /*slide section */
    #slidersectionm {
        margin: 25px 15px 0px 15px;
    }
    
    #slidersectionm h1{
        margin-left: auto;
        margin-right: auto;
        max-width: 250px;
        color: #FFF;
        margin-bottom: 30px;
        font-size: 22px !important;
        text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    }
    
    .landing_page .slidecontainer .button{
        font-size:12px;
    }
    
    .landing_page .slidecontainer .textcol{
        justify-content: center;
    }
    
    .landing_page .slidecontainer .button{
        height: 40px;
        padding: 0 24px;
    }
    
    
    /*tech tab section */
    ul.tab-nav:not(.tab-nav-lg) {
        flex-wrap: nowrap;
        width: fit-content;
    }
    
    ul.tab-nav:not(.tab-nav-lg) li a{
        font-size:14px;
        min-height: 63px;
        align-content: center;
    }
    
    ul.tab-nav:not(.tab-nav-lg) li a span.tab-span, ul.tab-nav:not(.tab-nav-lg) li.ui-tabs-active a span.tab-span{
        font-size:12px;
    }
    
    ul.tab-nav:not(.tab-nav-lg) li, .glider {
        width: fit-content;
    }
    
    .landing_page span.blue-word{
        font-size:32px !important;
        line-height: 38px;
    }
    
    .tech-p-title {
        font-size: 14px !important;
    }
    
    .icon-img {
        width: 60px;
    }
    .point-name {
        font-size:11px;
    }
    
    
    /*theraphy section */
    
    .body-water {
        padding: 15px;
    }
    
    
    /*reharmo section */
    .sub-title, .sub-title span {font-size:25px !important; }
    .reharmo-svg {
        top: -5px;
        left: -5%;
        width: 20px;
    }
    
    /*origin section */
    .origin-top h2 {
        text-align:center !important;
    }
    .ori-s1-box {
        width: 33%;
    }
    
    .origin-top {
        flex-direction: column;
        align-items: center;
        row-gap: 20px;
    }
    
    #origin-carousel .origin-row{
        justify-content:center;
    }
    
    #origin-carousel .oc-item, #origin-carousel .owl-item:first-child .oc-item{
        width:auto;
        height: auto;
    }
    
    #origin-carousel .oc-item{
        /*border-left: 2px solid rgba(64, 64, 64, 0.50);*/
        /*margin-left: 1px;*/
    }
    
    .origin-container::before, .origin-container::after{
        display:none;
    }
    
    .slider-nav-btn {
        width: 42px;
        height: 42px;
    }
    
    
    /*healing section */
    .heal-right-top {
        font-size: 14px !important;
        text-align: center;
    }
    
    .heal-right-row{
        display:flex;
        justify-content:center;
        row-gap: 30px;
    }
    
    .heal-box {
        padding: 20px 14px 20px 50px;
    }
    .heal-icon , .heal-icon svg  {
        width:60px;
         height:60px;
    }
    /*glance section*/

    .glance-name h4 {
        font-size:16px;
    }
    .glance-box {
        height: 100%;
        gap: 10px;
    }    
    
    
    /*specification section */
    #specifications .mb-50{
        margin-bottom:30px !important;
    }
    
    /*testimonial section */
    #testimonial iframe {
        width: 100%;
    }
    
    
    /*benefits*/
    
    
    .benefit-icon {
        width: 60px;
        height: 60px;
    }
    
    
    
    .landing_page p{font-size: 14px;}
    #sliderm .slidecontainer .container .row {
        height: 100%;
        align-items: flex-start;
    }
    #sliderm, #sliderm .oc-item, #sliderm .oc-item > *{
        /*aspect-ratio: auto;*/
        aspect-ratio: 9 / 16;
        
    }
    #sliderm .video-wrap {
        top: 110px;
    }
    #sliderm .content h2, #sliderm .content p{text-align: center;}
    #sliderm .content h2{font-size: 50px;}
    #sliderm .content p{font-size: 18px;}
    .owl-carousel .owl-item .slidecontainer .container .slidecontent img{max-width: 100%;}
    .landing_page .owl-carousel .slidecontainer .textcol img.vvs_logo{        max-width: 250px;}
    #toptitle.landing_page .flexbox h1{font-size: 45px;}
    
    #design .textcol img{max-width: calc(100% - 20px);}
    
    #vibration .content:has( h2){padding-right: 15px;}
    #vibration h2{margin-top: 30px; margin-bottom: 10px; font-size: 7vw !important;}
    #vibration .pointsrow{margin-top: 0;}
    #vibration .pointsrow .content{margin-top: 30px; height: calc(100% - 30px); display: flex; flex-direction: row; flex-wrap: wrap; align-content: center; align-items: center; justify-content: space-between; padding: 0 20px;}
    #vibration .pointsrow .content img{width: 150px;}
    #vibration .pointsrow .content p{width: calc(100% - 170px); text-align: left; margin-bottom: 0;}
    
    #technology h2, #functions .title h2{font-size: 7vw !important;}
    #technology h2.highlighted{margin-bottom: 0; line-height: 1;}
    #technology .quotes h2 i{font-size: inherit !important;}
    
    #frequency .pointsrow .col{padding-right: 5px; padding-left: 5px;}
    
    #vvsmode{overflow: visible;}
    #vvsmode .col-xs-12{max-width: 100%;}
    #vvsmode .content{width: 100%; display: flex; flex-direction: row; flex-wrap: wrap; align-content: center; align-items: center; justify-content: space-between; margin-top: 30px; height: calc(100% - 30px);}
    #vvsmode .content .imagecol{width: 120px;}
    #vvsmode .content .textcol{width: calc(100% - 140px);}
    #vvsmode .content .textcol p:last-child{margin-bottom: 0;}
    
    #apps .flexbox > span{font-size: 30vw !important;}
    #apps .textcol{max-width: calc(100% - 15vw);}
    #apps .textcol h2{font-size: 5vw !important;}
    #apps .textcol h2 + p{font-size: 3vw !important;}
    #apps .flexbox{margin-top: 40px;}
    /*#apps .pointscol .text{width: 100%;}*/
    /*#apps .row{justify-content: center;}*/
    #apps .pointscol{gap: 5px;}
    /*#apps .row .col-12:nth-child(1), #apps .row .col-12:nth-child(3){position: relative; width: 50%; left: auto; max-width: 190px;}*/
    #apps .pointscol .text{width: calc(100% - 50px);}
    #apps .pointscol .imagecol{width: 45px; height: 45px;}
    #apps .row .col-12:nth-child(2){width: 60%;}
    
    #coloroptions h2{margin-top: 40px;}
    #coloroptions .colors #ocean_blue.color{margin-top: -45px;}
    #coloroptions .colors .color .imagecol{height: 320px;}
    #coloroptions .colors #ocean_blue .textcol{padding-right: 30px;}
    #coloroptions .colors #misty_jade.color{padding-left: 30px;}
    #coloroptions .colors #lavender.color .imagecol{height: 280px;}
    #coloroptions .colors #lavender .textcol{margin-right: -75px; padding-right: 50px; padding-left: 30px;}
    #coloroptions .colors #light_rose .textcol{padding-right: 30px;}
    
    #functions .row .col{flex: 0 1 33%;}
    #functions .row .col img{height: 50px;}
    
    #specifications th, #specifications td{font-size: 20px; padding: 10px 15px;}
}
@media(max-width: 576.9px){
    
    
    /*theraphy section */
    
    .therapy-box1 {
        display: flex;
        flex-direction: column;
        padding: 30px;
        align-items:center;
        row-gap: 20px;
    }
    
    .t1, .t2 {
        width: 100%;
        padding:0;
    }
    
    .theraphy-img {
        background:none;
        aspect-ratio:1.1;
    }
    
    .theraphy-img img{
        /*max-height: 150px;*/
            height: 100%;
    }
    
    
    /*reharmo section */
    #reharmo .tag{
        line-height: 18px;
    }
    
    .reharmo-svg {
        top: -11px;
        left: 0%;
        width: 20px;
    }
    
    .reharmo-box svg{
        width: 60px;
        height: 60px;
    }
    
    
    /*origin section */
    .origin-top {
        flex-direction: column;
        align-items: center;
        row-gap: 20px;
    }
    
    .ori-s1-box {
        width: 33%;
    }
    
    .ori-icon, .ori-icon svg {
        width: 45px;
        height: 45px;
    }
    
    
    /*glance section */
    .glance-box {
        flex-direction: column;
        justify-content:center;
        padding: 20px;
        height: 100%;
    }
    
    .glance-name{
        text-align:center;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    #design .textcol{flex-direction: column;}
    #design .textcol > p, #design .textcol > .desc{width: 100%;}
    #design .textcol img{max-width: 200px;}
    #design .textcol > .desc h3 br{display: none;}
    
    #technology h2.highlighted{margin-bottom: 0; padding: 20px 30px 15px;}
    #technology .quotes h2, #technology .quotes h2 i, #functions .title h2{font-size: 6vw !important;}
    
    #apps .row .col-12:nth-child(2){width: 45%;}
    #apps .row .col-12:nth-child(3){width: 35%;}
    #apps .pointscol{margin-bottom: 10px;}
    #apps .pointscol .text{font-size: 2.8vw !important;}
    
    #coloroptions .colors .color .imagecol{height: 265px;}
    #coloroptions .colors #lavender.color .imagecol{height: 310px;}
    #coloroptions .colors #lavender .textcol{margin-right: -45px;}
    #coloroptions .colors #ocean_blue .textcol{padding: 30px 30px 30px 95px;}
    #coloroptions .colors #misty_jade.color{min-height: auto; margin-top: -40px; padding: 0;}
    #coloroptions .colors #misty_jade .textcol{padding: 30px 85px 30px 30px;}
    #coloroptions .colors #light_rose.color{min-height: auto; margin-top: 0;}
    #coloroptions .colors #light_rose .textcol{padding: 30px 30px 30px 85px;}
    #coloroptions .colors #lavender.color{margin-top: -60px;}
    #coloroptions .colors #lavender .textcol{padding: 30px 50px 30px 30px;}
    
    #specifications th, #specifications td{font-size: 18px;}
    #specifications .prodspec{max-height: 300px;}
}
@media(max-width: 519.9px){
    #functions .row .col{flex: 0 1 50%;}
    #specifications th, #specifications td{font-size: 16px;}
}
@media(max-width: 429.9px){
    
    /*reharmo */
    .reharmo-svg {
        top: -23px;
    }
    
  
    
    
    #features #features-carousel h3{margin-bottom: 10px;}
    #features #features-carousel h3 span.num{font-size: 85px;}
    #features #features-carousel img{max-height: 60px;}
    #features #features-carousel #zerointerest img{right: 30px;}
    #features #features-carousel #warrantyyears img{right: 5px;}
}

@media(max-width: 405.9px){
  ul.tab-nav:not(.tab-nav-lg) li a {
        min-height: 84px;
    }
}
    
    
@media(max-width: 389.9px){
    #apps .pointscol .imagecol{width: 40px; height: 40px;}
    #specifications th, #specifications td{font-size: 14px;}
    
    #coloroptions .colors .color .imagecol{height: 200px;}
    #coloroptions .colors #misty_jade.color{margin-top: 0;}
    #coloroptions .colors #light_rose.color{margin-top: 20px;}
    #coloroptions .colors #light_rose .textcol{margin-top: 0; margin-left: -85px;}
    #coloroptions .colors #lavender.color{margin-top: 20px;}
}










