/* CSS Document */

.menu {/* background-color: #fff */}
body.behaved {
    /* overflow: visible; */
}

.page {
  padding-top: 0 !important;
}
.home-banner {
  position: relative;
  overflow: hidden;
  padding: 0;
  background-color: #fff;
  height: 100vh;
  min-height: 686px;
}
.home-banner:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  background-color: rgb(0 0 0 / 15%);
}
.home-banner .slider-wrapper {
  /* position: absolute; */
  /* z-index: 2; */
  /* height: 100%; */
  /* width: 100%; */
  
}
.home-banner .slider-wrapper .slick-slide .slick-bnn {
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: 0;
  background-color: #767676;
}
.home-banner .slider-wrapper .slick-slide .slick-bnn  span.parallax {
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  min-height: 686px;
  height: 100vh;
  display: block;
}
.home-banner .slider-wrapper .slick-slide .slick-bnn  span.parallax iframe {
  position: absolute;
  height: 55.5vw;
  width: 100%;
}
.home-banner .text {
  position: absolute;
  z-index: 3;
  right: 5vw;
  left: 5vw;
  bottom: 3vw;
  text-align: center;
  opacity: 0;
}
.home-banner.ready .text {
  opacity: 1;
  animation: fadeIn 1.2s ease both;
}
.home-banner .text img {
 /* width: 429px;*/
}
.home-banner .text h2 {
  font-family: athelas, serif;
  text-transform: capitalize;
  color: #fff;
  font-weight: 600;
  font-size: 50px;
  text-align: center;
}

@media (max-width: 1350px) {
  .home-banner .slider-wrapper .slick-slide .slick-bnn  span.parallax iframe {
    height: 100%;
    width: 410%;
    left: 50%;
    transform: translate(-50%,0);
  }
}
@media (max-width: 1100px) {
  .home-banner .text {
    bottom: 110px;
    right: 20px;
  }
  .home-banner .text img {
    width: 260px;
  }
}
@media (max-width: 480px) {
  .home-banner .text {
    bottom: 110px;
    right: 10px;
    left: 10px;
  }
  .home-banner .text img {
    width: 260px;
  }
  .home-banner .text h2 {
    font-size: 31px;
  }
}