@charset "utf-8";
/* CSS Document */
@keyframes wheel_animation {
  0% {
    opacity: 0;
    top: 2px;
  }
  50% {
    opacity: 1;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 15px;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes zoom-in {
  0% {
    transform: scale(0.8) opacity(0);
  }
  100% {
    transform: scale(1) opacity(0.7);
  }
}
@keyframes line {
  45% {
    transform: translateX(0) scaleX(0);
  }
  70% {
    transform: translateX(0) scaleX(0.8);
  }
  100% {
    transform: translateX(100%) scaleX(0);
  }
}
@keyframes kern {
  0%, 70% {
    transform: translateX(calc((var(--char-index)) * 40px));
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
    animation-timing-function: none;
  }
}

@keyframes kern {
  0%, 70% {
    transform: translateX(calc((var(--word-index)) * 40px));
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
    animation-timing-function: none;
  }
}
position: relative
}
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1
}
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none
}
.owl-carousel.owl-loaded {
  display: block
}
.banner {
  height: 100vh;
  position: relative;
}
.banner video {
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  right: 0;
  height: 100vh;
  width: 100vw;
  min-width: 100%;
  min-height: 100%;
  z-index: -100;
}
.banner video.desktop {
  object-position: left bottom;
}
.banner video.mobile {
  object-position: center bottom;
}
.banner__slider .owl-item.active h4 {
  opacity: 1;
	white-space: nowrap;
}
.banner__slider .owl-item.active h4 .line {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  display: block;
  background-color:#2A0C0C;
  bottom: calc(50% - 1px);
  animation: line 100ms;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
  transform-origin: left;
  transform: translateX(0) scaleX(0);
	white-space: nowrap;
}
.banner__slider .owl-item.active h4 .char {
  display: inline-block;
  position: relative;
  animation-duration: 2ms;
  animation-fill-mode: forwards;
  animation-name: kern;
  animation-delay: calc(var(--char-index) * 1ms); /* naveen changed this from 300ms to 1ms */
  animation-timing-function: cubic-bezier(0.08, 1, 0.08, 1);
  opacity: 0;
	white-space: nowrap;
	
}


.banner__slider .owl-item.active h2 {
  opacity: 1;
	white-space: nowrap;
}
.banner__slider .owl-item.active h2 .line {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  display: block;
  background-color:#2A0C0C;
  bottom: calc(50% - 1px);
  animation: line 10ms;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
  transform-origin: left;
  transform: translateX(0) scaleX(0);

	
}
.banner__slider .owl-item.active h2 .char {
  display: inline-block;
  position: relative;
  animation-duration: 20ms;
  animation-fill-mode: forwards;
  animation-name: kern;
  animation-delay: calc(var(--char-index) * 30ms);
  animation-timing-function: cubic-bezier(0.08, 1, 0.08, 1);
  opacity: 0;

}
.banner__slider__item__layer_top h2 {
  color: #fff;
  font-family:'Ubuntu', sans-serif;
  font-size: 3rem;
  text-transform: uppercase;
  letter-spacing: 10.5rem;
  margin: 0;
  position: relative;
  opacity: 0;
  transition: 0.2s opacity linear;
  
}

.banner__slider__item {
  height: 100vh;
  background: none !important;
  background-color: transparent;
}
.banner__slider__item__layer_top {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  text-align: center;
}
.banner__slider__item__layer_top h4 {
  color: #fff;
  font-family:'Ubuntu', sans-serif;
  font-size: 3rem;
  text-transform: uppercase;
  letter-spacing: 10.5rem;
  margin: 0;
  position: relative;
  opacity: 0;
  transition: 0.2s opacity linear;
    word-wrap: break-word;
}
.banner__slider__item__layer_bottom {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -60%);
}
.banner__slider__item__layer_bottom h5 {
  font-family:'Ubuntu', sans-serif;
  font-size: 14rem;
  color: rgba(255, 255, 255, 0.4);
  line-height: 1;
  margin: 0;
}
.banner__slider__item__caption {
  position: absolute;
  bottom: 7%;
  left: 7%;
  color: #fff;
}
.banner__slider__item__caption p {
  font-family: 'Ubuntu', sans-serif;
  font-size: 1.8rem;
  line-height: 1.6;
  opacity: 0;
  transform: translateX(100px);
  transition: 0.5s all cubic-bezier(0.51, -0.19, 0.59, 1.22);
  transition-delay: 2.5s;
}
.banner__slider .owl-item.active .banner__slider__item__caption p {
  opacity: 1;
  transform: translateX(0);
}
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative
}
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0)
}
.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0)
}
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none
}
.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block
}
.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select:auto
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block
}
.owl-carousel.owl-hidden {
  opacity: 0
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab
}
.owl-carousel.owl-rtl {
  direction: rtl
}
.owl-carousel.owl-rtl .owl-item {
  float: right
}
.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both
}
.owl-carousel .owl-animated-in {
  z-index: 0
}
.owl-carousel .owl-animated-out {
  z-index: 1
}
.owl-carousel .fadeOut {
  animation-name: fadeOut
}
@keyframes fadeOut {
  0% {
    opacity: 1
  }
  100% {
    opacity: 0
  }
}
.owl-height {
  transition: height .5s ease-in-out
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease
}
.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
 /* cursor: pointer;*/
	cursor:zoom-out;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3)
}
.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display:inline-block;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%
}



.banner__slider .owl-item.active h4 {
  opacity: 1;
  word-wrap: break-word;
}

@media (max-width: 767px) { 
	.banner__slider h2{
		font-size: 16px;
	}
}
@media (min-width: 768px) { 
	.banner__slider h2{
		font-size: 26px;
	}
}

@media (min-width: 1023px) { 
	.banner__slider h2{
		font-size: 18px;
	}
}
@media (min-width:1139px) { 
	.banner__slider h2{
		font-size: 28px;
	}
}
}