header,
header .carousel,
header .carousel .carousel-inner,
header .carousel .carousel-inner .carousel-item {
  width: 100%!important;
  height: 100vh!important;
}

header {position: relative;}
header .carousel {
  width: 100%!important;
  height: 100vh!important;
  position: relative;
}

header .carousel .carousel-inner .carousel-item {
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

header .slogan {
  width: 100%!important;
  height: 100vh!important;
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0!important;
  margin: 0!important
}

header .slogan h1 {
  width: 100%!important;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 13rem!important;
  padding-right: 5rem;
  font-size: clamp(2.5rem, 5vw, 5rem);
	font-weight: 400;
}

.poster__block2 {
	display: grid;
	grid-column: 2/-1;
	grid-row: 1/2;
	padding: 5vw;
	place-items: end left;
}

.poster__title {
	font-size: clamp(1.5rem, 4vw, 4rem);
	font-weight: 400!important;
}

.poster__title span {
	display: block;
}

.poster__title > span {
	overflow: hidden;
}

.poster__title span span {
	animation: slideText 0.2s forwards;
	transform: translateY(1em);
}

.poster__title span:nth-child(1) span {
	animation-delay: 1.5s;
}

.poster__title span:nth-child(2) span {
	animation-delay: 1.7s;
}

.poster__title span:nth-child(3) span {
	animation-delay: 1.9s;
}



header .carousel .carousel-indicators,
header .carousel .carousel-control-prev,
header .carousel .carousel-control-next {
  visibility: hidden;
}

header:hover .carousel .carousel-indicators,
header:hover .carousel .carousel-control-prev,
header:hover .carousel .carousel-control-next {
  visibility: visible;
}

header .carousel .carousel-indicators li {
  width: 2.3rem;
  height: 2.3rem;
  border-width: 2px!important;
  opacity: 1!important;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat!important;
}

header .carousel .carousel-indicators li.active {
  border-color: #F9BE00 !important;
}

header .carousel .carousel-inner .carousel-item {
  background: no-repeat;
  background-attachment: fixed scroll;
  background-size: 100% 100%;
}


.box-hover-effect {height: 230px!important;}
.box-hover-effect .effect-wrapper {
  position: relative;
  overflow: hidden;
  margin: 0;
  width: 100%;
  height: 100%;
}
.box-hover-effect .effect-wrapper {
  background-color: #fff!important;
}
.box-hover-effect .effect-wrapper .thumb {
  position: relative;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  display: flex;
  padding-top: 30px;
  background-color: #fff!important;
  backface-visibility: hidden;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.box-hover-effect.effect-siberia .info-box .info-title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px 70px 15px 15px;
  background-color: rgba(115, 115, 115, 0.3);
}
.box-hover-effect.effect-siberia .info-box .info-title:before {
  margin-left: 0.25em;
  font-size: 2em;
  vertical-align: middle;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  color: #fff;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  text-align: center;
  line-height: 50px;
  bottom: 5px;
  top: 7px;
  right: 7px;
  width: 50px;
  height: 50px;
  background-color: rgba(9, 9, 9, 0.3);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  font-size: 18px;
  border-radius: 8px;
}
.box-hover-effect.effect-siberia .info-box .info-content {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  padding: 30px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  position: absolute;
  visibility: hidden;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(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;
}
.box-hover-effect.effect-siberia:hover .info-box .info-title {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.box-hover-effect.effect-siberia:hover .info-box .info-content {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}

.box-hover-effect.effect-siberia:hover .thumb img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.info-content {
  background-color: rgba(249, 190, 0, 0.4) !important;
}

.bg-image-full {
  height: 260px!important;
  padding: 0!important;
  background: no-repeat center center scroll;
  background-attachment: fixed;
}
.bg-image-full .row .col-md-3 {
  height: 200px!important;
  margin-top: auto!important;
  margin-bottom: auto!important;
}

.layer-video {
  position: relative;
}

.layer-video .player {
  position: absolute;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
}

.layer-video .video {
  position: relative;
  width: 100%!important;
  height: 600px!important;
}

.layer-video .video video {
  width: 100%!important;
  height: 100%;
  background-size: cover;
  object-fit: cover;
}

#videoModal .modal-dialog .modal-content .modal-body .player video {
  width: 100%!important;
  height: auto!important;
}

@media (max-width: 1200px) {
  header .carousel .carousel-inner .carousel-item {
    background-position: center;
    background-repeat: no-repeat;
    background-origin: content-box, padding-box;
    background-size: cover;
    background-origin: content-box;
  }
  header .slogan h1 {
    padding-left: 13rem!important;
    padding-right: 4.5rem;
    font-size: 4rem;
  }
}

@media (max-width: 992px) {
  header .carousel .carousel-inner .carousel-item {
    background-position: center;
    background-repeat: no-repeat;
    background-origin: content-box, padding-box;
    background-size: cover;
    background-origin: content-box;
  }
  header .slogan h1 {
    padding-left: 10rem!important;
    padding-right: 4rem;
    font-size: 3rem;
  }
}

@media (max-width: 768px) {
  header .carousel .carousel-inner .carousel-item {
    background-position: center;
    background-repeat: no-repeat;
    background-origin: content-box, padding-box;
    background-size: cover;
    background-origin: content-box;
  }
  header .slogan h1 {
    padding-left: 3rem!important;
    padding-right: 3rem;
    font-size: 3rem;
    text-align: center!important;
  }
  .bg-image-full {
    height: 100%!important;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: #ccc;
  }
}

@media (max-width: 576px) {
  .divider-vertical {
    display: none!important;
  }
  header .carousel .carousel-inner .carousel-item {
    background-position: center;
    background-repeat: no-repeat;
    background-origin: content-box, padding-box;
    background-size: cover;
    background-origin: content-box;
  }
  header .slogan h1 {
    padding-left: 2.5rem!important;
    padding-right: 2.5rem;
    font-size: 3rem;
    text-align: center!important;
  }

  .bg-image-full {
    height: 100%!important;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: #ccc;
  }
}
