/* CSS Document */
.bottom-hidden { display: none }

.home-banner {
  position: relative;
  overflow: hidden;
  height: 100vh;
  padding: 0;
  background-color: #000;
}
.home-banner .slider-wrapper {
  position: absolute;
  z-index: 2;
  height: 100%;
  width: 100%;
  opacity: 1;
}	
.home-banner .slider-wrapper .slick-slide .slick-bnn {
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: 0;
  background-color: #000;
}
.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: 580px;
  height: 100vh;
  display: block;
  opacity: .4;
}
.home-banner .slider-wrapper .slick-slide .slick-bnn  span.parallax img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*
.home-banner .slider-wrapper .slick-slide .slick-bnn  span.parallax:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 70%;
  background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 71%,rgba(0,0,0,1) 99%,rgba(0,0,0,1) 100%);
}
*/
.home-banner .slider-wrapper .slick-slide .slick-bnn  span.parallax iframe {
  position: absolute;
  height: 56vw;
  width: 100%;
}
@media (max-width: 1500px) {
  .home-banner .slider-wrapper .slick-slide .slick-bnn  span.parallax iframe {
    height: 100%;
    width: 410%;
    left: 50%;
    transform: translate(-50%,0);
  }
}
.home-banner .text-content {
  position: absolute;
  z-index: 4;
  left: 30px;
  right: 30px;
  bottom: 64px;
  opacity: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.home-banner.ready .text-content {
  opacity: 1;
  animation: fadeInUp 1.2s both;
}
.home-banner .text-content .list-inline { margin: 50px 0 35px; }
.home-banner .text-content .list-inline li { margin-bottom: 15px; }
.home-banner .text-content h1 {
  color: #fff;
  font-size: 45px;
  font-style: normal;
  line-height: 40px;
  margin: 0 0 40px;
}
.home-banner .text-content h1 span {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 4px;
  margin: 0 0 10px;
}
.home-banner .text-content p {
  color: #fff;
  font-size: 30px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 800px
}
.home-banner .text-content .right {
  border-radius: 15px 0 0 15px;
  background: #798071;
  padding: 26px 24px;
}
.home-banner .text-content .right p {
  font-size: 18px;
  font-style: normal;
  font-weight: 4500;
  line-height: 28px;
}
.home-banner .text-content .right p:last-child {
  margin: 0;
}

@media (max-width: 1200px) {}
@media (max-width: 991px) {}
@media (max-width: 768px) {
  .home-banner .text-content h1 {
    font-size: 30px;
  }
  .home-banner .text-content p {
    font-size: 20px
  }
}

/*=========================================== LEFT RIGHT SECTION ==============================================*/
.left-right-section {}
.left-right-section .item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  margin: 60px auto;
}
.left-right-section .item:nth-child(even) { flex-direction: row-reverse }
.left-right-section .bnn {
  display: block;
  position: relative;
  width: 50%;
  padding-bottom: 31%;
  opacity: 0;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.left-right-section.ready .bnn {
  opacity: 1;
  animation: fadeInRight 1.2s both;
}
.left-right-section.ready .item:nth-child(even) .bnn {
  opacity: 1;
  animation: fadeInLeft 1.2s both;
}
.left-right-section .bnn img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.left-right-section .info {
  opacity: 0;
  width: 50%;
  padding: 50px 2vw 55px;
}
.left-right-section.ready .info {
  opacity: 1;
  animation: fadeInLeft 1.2s both;
}
.left-right-section.ready .item:nth-child(even) .info {
  opacity: 1;
  animation: fadeInRight 1.2s both;
}
.left-right-section .info h2 {
  margin-bottom: 45px;
}
.left-right-section .info p {
}
.left-right-section .info .btn-layout {
    margin-top: 20px;
}
@media (max-width: 1200px) {}
@media (max-width: 991px) {}
@media (max-width: 768px) {
  .left-right-section .item {
    flex-direction: column;
    margin: 0;
  }
  .left-right-section .item .bnn { 
    width: 100%; 
    height: 60vw;
  }
  .left-right-section .item .info { 
    width: 100%;
    padding: 20px 30px
  }
}

/*=========================================== FOOTER SECTION ==============================================*/
.footer-home {
  background-color: #1E1E1E;
  padding: 57px 0 30px;
}
.footer-home .footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-home .footer-top li a {
  font-size: 20px;
  width: 41px;
  height: 41px;
}
.footer-home .footer-top p {
  color: #6F6F6F;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px
}
.footer-home .footer-nav {
  margin: 0 0 20px;
}
.footer-home .footer-nav li {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
}
.footer-home .footer-nav li:not(:last-child) { margin-right: 2vw; margin-bottom: 15px; }
.footer-home .footer-nav li a {
  color: #D1AF43;
}
.footer-home .footer-nav li a:hover {
  color: #fff;
}
.footer-home .footer-btn-list {
  display: flex;
  justify-content: space-between;
}
.footer-home .footer-btn-list > div { margin: 0 0 10px; }
@media (max-width: 1400px) {
  .footer-home .footer-btn-list .btn-layout {
    font-size: 14px;
  }
}
@media (max-width: 1200px) {
  .footer-home .footer-btn-list .btn-layout {
    padding: 10px 15px;
  }
  .footer-home .footer-nav {
    text-align: center
  }
}
@media (max-width: 768px) {
  .footer-home .footer-btn-list { flex-wrap: wrap; }
  .footer-home .footer-btn-list > div { width: 50%; }
  .footer-home .footer-btn-list .btn-layout {
    padding: 10px 15px;
    width: 96%;
    margin: 0 2% 2%;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .footer-home .footer-top { flex-direction: column; }
  .footer-home .footer-btn-list > div { width: 100%; }
}