@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

html {
    -webkit-text-size-adjust: 100%;
     scroll-behavior: smooth;
}

a {
    background-color: transparent;
}


:root {
  --color-bg: #fff;
  --color-txt: #616161;
  --color-primary: #000;
  --color-bg-dark: #000;
  --color-txt-light: #fff;
  --color-primary-light: #fff;
  	--white: #ffffff;
	--light: #f0eff3;
	--black: #000000;
	--dark-blue: #1f2029;
	--dark-light: #353746;
	--red: #aa065a;
	--yellow: #29b6c4;
    --sun: #ff940a;
	--grey: #ecedf3;
}



body {
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    word-wrap: break-word;
    font-family: 'chillaxmedium';
    background: var(--color-bg);
    color: var(--color-txt);
    transition: all 0.3s;
}
h3,h1,h2{ color:var(--color-primary);}

@font-face {
    font-family: 'chillax_variablebold';
    src: url('../font/chillax-variable-webfont.woff2') format('woff2'),
        url('../font/chillax-variable-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'chillaxbold';
    src: url('../font/chillax-bold-webfont.woff2') format('woff2'),
         url('../font/chillax-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'chillaxextralight';
    src: url('../font/chillax-extralight-webfont.woff2') format('woff2'),
         url('../font/chillax-extralight-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'chillaxlight';
    src: url('../font/chillax-light-webfont.woff2') format('woff2'),
         url('../font/chillax-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'chillaxmedium';
    src: url('../font/chillax-medium-webfont.woff2') format('woff2'),
         url('../font/chillax-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'chillaxregular';
    src: url('../font/chillax-regular-webfont.woff2') format('woff2'),
         url('../font/chillax-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'chillaxsemibold';
    src: url('../font/chillax-semibold-webfont.woff2') format('woff2'),
         url('../font/chillax-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.section {
    background-color:var(--color-bg);
}

.header {

    padding: 15px 10px;
    background-color:var(--color-bg);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.06);
    z-index: 1;
}
.header-flex{     display: flex
;
    justify-content: space-between;
    align-items: center;}
.sticky {
    position: sticky;
    top: 0;
    z-index: 2;
}

.vibe-logo {
    float: left;
}
.vibe-logo img{
    width: 75%;
}
.uniq-logo {
    float: right;
    text-align: right;
}
.uniq-logo img{
     width: 50%;

}


.clear {
    margin: 0;
    padding: 0;
    clear: both;
}

.main {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.main2 {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}
.main3 {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}
.top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.top-fisrt-section {
    flex-direction: column;
}
.top-fisrt-section .info-content{ padding-bottom: 10px;}
section.section-area {
    position: relative;
    background-color:var(--color-bg);
    height: 90vh;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hero-section {
    text-align: center;
    padding: 0 20px;
    max-width: 800px;
    margin: 0 auto;
}

.hero-section h3 {
    font-weight: 400;
    font-size: 34px;
    margin: 0;
    padding-bottom: 10px;
    width: 100%;
}

.hero-section h1 {
    font-weight: 700;
    font-size: 44px;
    font-family: 'chillax_variablebold';
    line-height: 44px;
    padding-top: 0;
    margin-top: 0px;
    margin-bottom: 10px;
}


.info-content {
    max-width: 500px;
    font-size: 15px;
    line-height: 22px;
    width: 100%;
    margin: 0 auto;
    padding-top: 5px;
    color: var(--color-txt);
    font-weight: 300;
}

.image-section {
    width: 100%;
    margin: 0 auto;
}

.image-section video {
    width: 100%;
    border-radius: 15px;
}

.fullpage-scroll-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 0;
}

.fullpage-scroll-section[data-visible="true"] {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.slider-container {
    position: relative;

    overflow: hidden;
}

.slider-track {
    display: flex;

    transition: transform 0.5s ease;
}

.slide {
    flex: 0 0 98%;
    /* Show 1.5 slides */
    background: #f0f0f0;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    margin: 0 1%;
    height: 400px;
}

.video-wrapper {
    
    width: 50%; 
    display: flex
;
    justify-content: center;
    align-items: center;
}
video {
  border: none;
  outline: none;

  display: block;
  clip-path: inset(0px 0px);
  filter: grayscale(0);
}
.video-wrapper video {
    width: 100%;
    height:100%;
    object-fit: contain;
}

.videocontent {
width: 55%;
  display: flex;
  flex-direction: column;      /* Stack children vertically */
  justify-content: center; 
height: 400px;
align-items: center;
text-align: left;
    padding: 0 5% 0 0;
    background: #f0f0f0;
}
.videocontent h2{ font-size:24px; margin-bottom: 20px;  width: 100%; font-family: 'chillax_variablebold';}
.videocontent h2 span{ border-bottom: 1px solid #000; padding-bottom: 20px;}
.videocontent p{ font-size: 20px;
    line-height: 29px;
    width: 100%;
    color: #616161;
    font-weight: 400;}
.dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 10px;
    background-color: #f0f0f0;
    padding: 10px;
    border-radius: 40px;
    width: 100px;
    margin-left: auto;
    margin-right: auto;
}

.dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #616161;
    cursor: pointer;
    transition: all 1s;
}

.dot.active {
    width: 30px;
    border-radius: 30px;
}

.video-title {
    font-size: 18px;
    text-align: left;
    padding: 0 0 10px 1%;
    margin: 0;
}

.video-title span {
    font-size: 32px;
    font-family: 'chillax_variablebold';
}

.slider-section {
    text-align: center;
    padding: 0 10px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.tab {
    overflow: hidden;
    text-align: center;
    padding-top: 30px;
}

.tab button {
    background-color: inherit;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 10px 5px 5px 5px;
    transition: 0.3s;
    font-size: 16px;
    color: var(--color-txt);
    margin: 0 8px;
    font-family: 'chillaxmedium';
    background: none;
}

.tab button:hover {

    border-bottom: 1px solid var(--color-txt);;
}

.tab button.active {
    font-family: 'chillax_variablebold';
    border-bottom: 1px solid var(--color-txt);;
}

.tabcontent {
    display: none;
    padding: 6px 12px;
    border-top: none;
}

.swiper {
    width: 100%;
    max-width: 600px;
    height: 300px;
    margin: auto;
    border-radius: 10px;
    overflow: hidden;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color:var(--color-bg);
}

.custom-dots {
    text-align: center;
    margin-top: 15px;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
}

.custom-dots button {
    margin: 0 5px;
    padding: 6px 12px;
    border: none;
    cursor: pointer;
    font-size: 12px;
    background: none;
    color: var(--color-txt);
}

.swiper-slide img {
    object-fit: contain;
    width: 300px;
}

.custom-dots button.active {
    font-weight: 600;
}

.hand-section img {
    width: 100%;
}

footer {
    width: 100%;
    font-size: 12px;
    color: var(--color-txt);
    background-color:var(--color-bg);
    position: relative;
}

footer .smo {
    float: right;
    width: 100%;
    padding: 20px 0 15px 0;;
    text-align: right;
}

footer .smo a {
    text-decoration: none;
    font-size: 16px;
    color: var(--color-primary);
}
footer .smo a img{ width: 18px;}
footer .smo a + a{ padding-left: 7px;}
footer .bottom-row a+a {
    padding-left: 10px;
}

footer .bottom-row {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid var(--color-txt);;
}

footer a {
    color: var(--color-txt);
    text-decoration: none;
}

.mb25 {
    margin-bottom: 25px;
}

.mt25 {
    margin-top: 25px;
}

.pb25 {
    padding-bottom: 25px;
}

.pt25 {
    padding-top: 25px;
}

.mb10 {
    margin-bottom: 10px;
}

.mt10 {
    margin-top: 10px;
}

.pb10 {
    padding-bottom: 10px;
}

.pt10 {
    padding-top: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mt20 {
    margin-top: 20px;
}

.pb20 {
    padding-bottom: 20px;
}

.pt20 {
    padding-top: 20px;
}
   .section {
height: 100vh;
      display: flex;
      align-items: center;
      justify-content: center;
     
      user-select: none;
    }
.z-bigger{
     z-index: 100 !important;
    position: fixed;
    right: 10px;
    top: 45%;  transition: all 0.3s ease;}


.background-color{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: var(--dark-blue);
	z-index: 1;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear; 
}
.checkbox:checked ~ .background-color{
	background-color: var(--white);
}


[type="checkbox"]:checked,
[type="checkbox"]:not(:checked),
[type="radio"]:checked,
[type="radio"]:not(:checked){
	position: absolute;
	left: -9999px;
	width: 0;
	height: 0;
	visibility: hidden;
}
.checkbox:checked + label,
.checkbox:not(:checked) + label{
	position: relative;
width: 40px;
    height: 40px;
    border-radius: 0px;
	display: inline-block;
	padding: 0;
	margin: 0 auto;
	text-align: center;

}
.checkbox:checked + label:before,
.checkbox:not(:checked) + label:before {
	position: absolute;
	cursor: pointer;
	top: 0px;
	z-index: 2;
	text-align: center;
    width: 32px;
    height: 32px;
	border-radius: 0;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;  transition: all 0.3s ease;
   
}
.checkbox:not(:checked) + label:before {

	content: " ";
	top: 0;
	color: #000;
background-image: url(../images/moon.png);
background-repeat: no-repeat;
    left: 2px;
        width: 28px;
    height: 28px;  
    transition: all 0.3s ease;
    background-size: 28px 28px;

}
.checkbox:checked + label:before {
    left: 2px;

	content: " ";
	top:0;
	color: #fff;
background-image: url(../images/sun.png);
background-repeat: no-repeat;
background-size: 28px 28px;
width: 28px;
    height: 28px;
}

/* Video Scroll Section */
.video-scroll-section {
  position: relative;
}

.video-container {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 1;
  overflow: hidden;
}

.scroll-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
/*  display: block;*/
}

/* Placeholder controls scroll distance */
.scroll-placeholder {
  height: 2000px;
}
.container {
  position: relative;
  z-index: 2;
  background:var(--color-bg); 
}

body.dark, .dark .section, .dark .tab, .dark footer, .dark .swiper-slide{
    background: var(--color-bg-dark);
    transition: all 0.3s;
}
.dark h3, .dark h1, .dark h2, .dark .info-content, .dark .tab button, .dark .custom-dots button, .dark footer .bottom-row, .dark footer .bottom-row a, .dark footer .smo a, .dark .videocontent p  { color: var(--color-txt-light); transition: all 0.3s;}
 .dark footer .bottom-row{border-top: 1px solid var(--color-txt-light);}
.dark .tab button.active{border-bottom: 1px solid var(--color-txt-light); transition: all 0.3s;}
.dark .videocontent h2 { color: var(--color-primary); transition: all 0.3s;}
.dark .slide, .dark .videocontent, .dark .dots, .dark .container{ background-color: var(--color-bg-dark); }
.dark .dot{background:var(--color-primary-light); }
  .top-section1{ flex-direction: column;}
 .top-section1 .info-content {padding-bottom: 10px;}
.main2{ width: 1000px;}


/* Loader container */
#site-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:#fff; /* Gradient */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  text-align: center;
inset: 0;
  transform: translateY(0);
  
}

#myHeader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  background: white;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 999;
}

#myHeader.sticky.visible {
  opacity: 1;
  pointer-events: auto;
}

.loader-spinner {
  width: 48px;
    height: 48px;
    border: 5px solid #e6e6e6;
    border-bottom-color: #303030;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
  margin-bottom: 20px;
}

/* Optional text */
.loader-text {
  color: #303030;
  font-size: 18px;
  letter-spacing: 2px;
}

  @keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
    } 

/* Hide loader smoothly */
#site-loader.hide {
  opacity: 0;
  visibility: hidden;
}
.b-video { display: none;}
.dark .w-video{ display: none;}
.dark .b-video{ display: block;}
.pb-0{ padding-bottom: 0;}
.pt-0{ padding-top: 0;}
video:focus { outline:none; }
.scroll-section video{ clip-path: inset(10px 10px);  filter: grayscale(0);}

    .desk-dnone{ display:none;}
@media only screen and (max-width: 900px) {
    .slider-section{ padding: 0;}
.hero-section {
    text-align: center;
    padding: 0 5%;
    margin: 0 auto;
    width: 90%;
}
.video-wrapper {
    width: 100%;
}
.videocontent {
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: center;
   height: auto;
    align-items: center;
    text-align: center;
    padding: 0; 
    background: #f0f0f0;
    margin: 0 auto;
}
.videocontent p {
    font-size: 16px;
    line-height: 22px;
    width: 100%;
    padding-top: 25px;
    border-top: 1px solid #616161;
    padding-bottom: 25px;
}
#myHeader {

    width: 96%;
    padding: 2%;
}
.main, .main3 {
    width: 90%;
    max-width: auto; 
    margin: 0 auto;
    padding: 0 5%;
}
.vibe-logo img {
    width: 60%;
}
.uniq-logo img {
    width: 35%;
}
.fullpage-scroll-section{ padding: 40px 0;}
.hero-section h1{font-size: 34px; margin-bottom: 5px; font-size: 34px;}
.hero-section h3{    font-size: 24px;}
.slide{ height: 100%; flex-wrap: wrap;}
.hand-section{ padding-top:0;}
.bottom-row .left-copy{ width: 100%;  padding-bottom: 10px;}
.bottom-row{ flex-wrap: wrap; text-align: center;}
.hand-section{ padding-bottom: 10px;}
.bottom-row .right-link{text-align: center;
    width: 100%;}
    .tab button{ font-size: 14px;}
    .mob-dnone{ display:none;}
.desk-dnone{ display:block;}
    .hand-section img{width:100%;}

}