@charset "UTF-8";
:root {
  --screen-width: 320px;
  --screen-height: 560px;
}

html,body {
    overflow-x: hidden;
    position-x: relative;
}
@font-face {
    font-family: 'Canela';
    src: url('../fonts/Canela-Regular.woff2') format('woff2'),
        url('./fonts/Canela-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Canela';
    src: url('../fonts/Canela-Bold.woff2') format('woff2'),
        url('../fonts/Canela-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


body{
    font-family: 'Canela';
      font-weight: normal;
    font-style: normal;
    color: #231F20;
}

img{
  max-width: 100%;
}
.bg-main{
  position: fixed;
  pointer-events: none;
  z-index: -2;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.cover-image{
  position: absolute;
  height: 100%;
  right: 0;
  left: 0;
  top: 0;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.kenz-intro__content {
  text-align: center;
}

.kenz-intro__content img{
  margin-top: 40px;
width: 80%;
}
.kenz-card__img{
  position: relative;
  overflow: hidden;
}
.image-card{
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  top: 0;
  display: flex;
}
#section-products .image-card img {
  position: absolute;
  animation-name: multiple-image-crossfade;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-duration: 8s;
      left: 0;
    right: 0;
}

#section-products .image-card img:nth-of-type(1) {
  animation-delay: 6s;
}
#section-products .image-card img:nth-of-type(2) {
  animation-delay: 4s;
}
#section-products .image-card img:nth-of-type(3) {
  animation-delay: 2s;
}
#section-products .image-card img:nth-of-type(4) {
  animation-delay: 0;
}



@keyframes multiple-image-crossfade {
  0% {
    opacity: 1;
  }
  17% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  92% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.img-product{
    width: 80%;
    height: 80%;
    object-fit: contain;
    object-position: center;
    margin: auto;
    display: block;
}
.img-shadow{
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    display: flex;
    z-index: -1;
    transform: translateY(-50%);

}
.golabe-content{
  text-align: center;
  display: flex;
  align-items: center;
  position: relative;
  padding-bottom: 40px;
  flex-direction: column;
}
.video-option{
  width: 100%;
  height: 100%;
}
.h1,
.kenz-card__title .h1{
    font-size: 30px;
    font-family: 'Canela';
    font-weight: bold;
    text-transform: uppercase;
    font-style: normal;
    margin-bottom: 20px;
}
.kenz-card__content .h2{
    font-size: 25px;
    text-transform: uppercase;
    font-family: 'Canela';
    font-weight: bold;
    font-style: normal;
    margin: 20px 0;
}
.en-lang .kenz-card__content .h2{
  min-height: 65px;
}
.kenz-intro__content p{
      font-size: 16px;
    font-family: 'Canela';
    font-weight: normal;
    font-style: normal;
}
.kenz-card__content p{
    font-size: 15px;
    font-family: 'Canela';
    font-weight: normal;
    font-style: normal;
    margin: 20px 0 0;
}
.mh-100{
  min-height: auto;
}
.bottom-image{
  margin: 30px auto 0;
  width: 90%;
}
.kenz-card__content{
  margin-bottom: 40px;
}
.golabe-content .col-12:last-child .kenz-card__content{
  margin-bottom: 0;
}
.with-animation {
  animation: rotateAnimation 12s infinite linear; /* Adjust the animation duration (5s) and timing function if needed */
}
@keyframes rotateAnimation {
  from {
    transform: rotate(0deg); /* Rotate from 0 degrees */
  }
  to {
    transform: rotate(360deg); /* Rotate to 360 degrees (full circle) */
  }
}

.header-kenz {
    padding: 20px 0 40px;
    position: relative;
}
.nav-desktop-kenz {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.ulspan{
  display: none;;
}

.nav-desktop-kenz a img{
  width: 100px;
}



.sunbula-right {
    position: absolute;
    top: 0;
    width: 70%;
    right: 0;
}
.sunbula-right img{
  width: 100%;
}
.sunbula-left {
    position: absolute;
    top: 0;
    width: 70%;
    left: 0;
}
.sunbula-left img{
  width: 100%;
}
@media (min-width: 600px) {
  .bottom-image {
    margin: 30px auto 0;
    width: 400px;
}
.kenz-card__content {
    margin-bottom: 0px;
}
.golabe-content {

     padding-bottom: 90px;
}
.h1, .kenz-card__title .h1 {
    font-size: 30px;
    margin-bottom: 40px;
}
  
}

@media (min-width: 940px) {
  .nav__toggle{
    display: none;
  }
  .nav-desktop-kenz a img {
    width: auto;
}
.kenz-sunbulat{
  position: relative;
  overflow: hidden;
      padding-bottom: 310px;
}
.header-kenz{
      padding: 40px 0 0px;
}
.kenz-intro{
  padding-top: 100px;
}
  .nav-desktop-kenz .ulspan{
     display: flex;
    justify-content: space-between;
    width: 100%;
    list-style: none;
    padding: 0 45px;
    position: relative;
}
  .nav-desktop-kenz .ulspan img{
    position: absolute;
    top:-15px;
    width: 200px;
}
  .nav-desktop-kenz .ulspan span{
    position: absolute;
    top:-1.8px;
    height: 2px;
      width: calc(100% - 35px);
    background: #3f2b00;
  }
.nav-desktop-kenz .nav-left img {
    left: -35px;
}
.nav-desktop-kenz .nav-left span {
 left: 20px;
}
.nav-desktop-kenz .nav-right img {
    right: -35px;
    transform: rotate(180deg);
}
.nav-desktop-kenz .nav-right span {
    right: 20px;
   
}

}
@media (min-width: 1024px) {
  .img-product {
    width: 85%;
    height: 85%;
    object-fit: contain;
    object-position: center;
    margin: auto;
    display: block;
}
.bottom-image {
    margin: 80px auto 0;
    width: 400px;
}
  }
  @media (min-width: 1200px) {
  .img-product {
    width: 85%;
    height: 85%;
    object-fit: contain;
    object-position: center;
    margin: auto;
    display: block;
}
.bottom-image {
    margin: 40px auto 0;
    width: 600px;
}
.video-option {
    width: 100%;
    /* height: 500px; */
    object-fit: cover;
}
.kenz-intro__content img {
    margin-top: 40px;
    width: 65%;
}
.kenz-intro__content p {
    font-size: 19px;
    font-family: 'Canela';
    font-weight: normal;
    font-style: normal;
}
.kenz-card__content p {
    font-size: 17px;
    font-family: 'Canela';
    font-weight: normal;
    font-style: normal;
    margin: 20px 0 0;
}
  }

  .is-animated--false {
  opacity: 0;
  -webkit-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
}
  .is-animated--false-right {
  opacity: 1;
  -webkit-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
}
  .is-animated--false-left {
  opacity: 1;
  -webkit-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
}
.is-visible {
  opacity: 1;
}
.is-visible.is-animated--false-left {
opacity: 1;
    left: -40%;
}
.is-visible.is-animated--false-right {
opacity: 1;
    right: -40%;
}

.is-animated--delay-1 {
  transition-delay: 0.1s;
}

.is-animated--delay-2 {
  transition-delay: 0.13s;
}

.is-animated--delay-3 {
  transition-delay: 0.16s;
}

.is-animated--delay-4 {
  transition-delay: 0.19s;
}

.is-animated--delay-5 {
  transition-delay: 0.22s;
}

.is-animated--delay-6 {
  transition-delay: 0.25s;
}
.is-animated--delay-7 {
  transition-delay: 0.27s;
}
.is-animated--delay-8 {
  transition-delay: 0.30s;
}
.sunbula-btm{
    position: absolute;
    bottom: 30px;
    right: -100px;
    width: 335px;
}
.sunbula-top{
      position: absolute;
    bottom: -50px;
    left: -100px;
    width: 335px;
}
@media (max-width: 940px) {
  .hide-for-mobile{
    display: none;
  }
}

@media (min-width: 1990px) {
  .h1, .kenz-card__title .h1 {
    font-size: 40px;
    margin-bottom: 40px;
}
.kenz-intro__content p {
    font-size: 25px;

}
.col-xl-5 {
    flex: 0 0 auto;
    width: 50%;
}
.kenz-card__content .h2 {
    font-size: 35px;
    margin: 40px 0 30px;
}.kenz-card__content p {
    font-size: 20px;

    margin: 20px 0 0;
}
.bottom-image {
    margin: 100px auto 0;
    width: 900px;
}
}

.lang-switch{
  position: absolute;
  right: 0;
  display: flex;
  list-style: none;
  top: 0;
}
.lang-switch li{
  margin-left: 10px;
}
.lang-switch li a{
 font-family: 'Canela';
 font-weight: bold;;
 text-transform: uppercase;
 color: BLACK;
 text-decoration: none;

}
.aactive{
  opacity: 0.4;
  pointer-events: none;
}