@import url('https://fonts.cdnfonts.com/css/gotham-6');
@import url('https://fonts.cdnfonts.com/css/Barlow');

body {
  overflow-x: hidden;
}

body::-webkit-scrollbar {
  width: 0;
}

.animated-scroll {
  margin: 0;
  display: flex;
  font-family: "Gotham", sans-serif;
  height: 100vh;
  width: 100%;
}

.animated-scroll img,
.animated-scroll video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.whatsapp-popup {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.whatsapp-popup.visible {
  opacity: 1;
}

.home-main-slider-item,
.home-ambiente {
  position: relative;
}

.home-main-slider-item-content {
  position: absolute;
  bottom: 80px;
  left: 80px;
  display: flex;
  flex-direction: column;
  color: #fff;
}

.home-main-slider-item-title {
  font-family: 'Gotham', sans-serif;
  font-size: 62px;
  font-weight: 300;  
  line-height: 100px;
  margin-bottom: 30px; 
  /*transform: scale(1, 1.5); */
}

.home-main-slider-item-subtitle {
  font-size: 28px;
  font-weight: 325;  
  margin-bottom: 10px;
}

.home-main-slider-item-content a {
  display: flex;
  height: 50px;
  padding: 0 20px;
  border: 1px solid #fff;
  font-size: 16px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  text-decoration: none;
  width: fit-content;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.home-main-slider-item-content a:hover {
  background-color: #fff;
  color: #1f1f1f;
}

.home-main-slider .splide__pagination {
  left: auto;
  right: 80px;
  bottom: 80px;
  padding: 0;
  gap: 16px;
}

.home-main-slider .splide__pagination__page {
  margin: 0;
  opacity: 1;
  width: 6px;
  height: 6px;
  border: 1px solid #fff;
  border-radius: 0;
  transform: none;
  background: none;
  transition: 0.5s;
}

.home-main-slider .splide__pagination__page.is-active {
  background-color: #fff;
  width: 100px;
}

.home-ambiente-content {
  position: absolute;
  bottom: 80px;
  display: flex;
  align-items: center;
  flex-direction: column;
  color: #fff;
  gap: 16px;
}

.home-ambiente {
  display: flex;
  justify-content: center;
}

.home-ambiente-title {
    font-size: 17px;
    line-height: 20px;
    color: #4b3223;
    height: 51px;
    background: #fff;
    display: flex;
    align-items: center;
    border-radius: 35px;
    padding: 0 50px 10px 50px;
    text-transform: uppercase;
}

.home-ambiente-content a {
    backdrop-filter: blur(20px);
    background: #ffffff1a;
    display: flex;
    align-items: center;
    height: 38px;
    padding: 0 33px;
    text-decoration: none;
    font-size: 12px;
    color: #ffffff;
}

.home-ambiente-title-saibamais {
    font-size:11px; 
    margin-top:-34px; 
    color: #4b3223;
}

.customers-reviews {
  margin-top: 100px;  
  position: relative;
  margin: 0;
  padding: 100px 0;
}

.home-video-controls {
  display: flex;
  gap: 18px;
  position: absolute;
  right: 80px;
  bottom: 80px;
}

.home-video-controls .play,
.home-video-controls .unmuted {
  display: none;
}

.home-video-controls button {
  height: 54px;
  width: 54px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  background: none;
  padding: 0;
  cursor: pointer;
}

.home-video-controls button div {
  display: flex;
}

.home-main-slider-item-img-mobile {
  display: none;
}

.home-sections-slider > .splide__track > .splide__list > .splide__slide {
  position: absolute;
  opacity: 1 !important;
  top: 0;
  left: 0;
  width: 100vw;
}

.home-sections-slider
  > .splide__track
  > .splide__list
  > .splide__slide:not(:first-child) {
  transition: transform 1.5s cubic-bezier(0.25, 1, 0.5, 1) !important;
  transform: translateY(100%) !important;
  z-index: 2;
}

.home-sections-slider > .splide__track > .splide__list > .splide__slide.active {
  transform: translateY(0) !important;
}

.home-sections-slider > .splide__track {
  width: 100vw;
  height: 100vh;
}

.animated-scroll {
  height: 90vh;
  overflow: hidden;
}

.home-main-slider img {
  height: 90vh !important;
}

@media (max-width: 768px) {
  .home-main-slider-item-content {
    left: 20px;
    bottom: 30px;
  }

  .home-main-slider .splide__pagination {
    bottom: 53px;
    right: 20px;
    gap: 10px;
  }

  .home-main-slider .splide__pagination__page {
    width: 4px;
    height: 4px;
  }

  .home-main-slider .splide__pagination__page.is-active {
    width: 50px;
  }

  .home-main-slider-item-title {
    font-size: 48px;
    line-height: 60px;
  }

  .home-main-slider-item-subtitle {
    font-size: 22px;   
  }

  .home-main-slider-item-content a {
    text-decoration: underline;
  }

  .home-main-slider-item-img-desktop {
    display: none;
  }

  .home-main-slider-item-img-mobile {
    display: block;
  }
  
  .home-ambiente-content {
    bottom: 120px;
    gap: 10px;
  }

  .home-ambiente-title {
    font-size: 18px;
    line-height: 35px;
  }

  .home-ambiente-content a {
    font-size: 14px;
  }

  .home-ambiente-title-saibamais {    
    margin-top:-30px;     
}

  .home-video-controls {
    right: auto;
    bottom: 50px;
    gap: 10px;
  }

  .home-video-controls button {
    width: 40px;
    height: 40px;
  }

  .home-video-controls button svg {
    transform: scale(0.9);
  }

  .customers-reviews {
    padding: 50px 0;
  }

  .home-banners-sections.mobile {
    display: block;
  }

  .home-banners-sections.desktop {
    display: none;
  }

  .animated-scroll {
    height: 90vh;
    overflow: hidden;
  }
}
