
.height-100vh {
  height: 100vh;
	background-size: cover;
	background-position: center center;	/*waikee*/
}

@media only screen and (max-width: 620px) {
	.height-100vh {
  height: 75vh;
}
} 


.overly-style-1 {
  position: relative;
}
.overly-style-1:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
}
.overly-style-1.opacity-point-4:before {
  opacity: 0.4;
}

.slider-content-center {
  display: flex;
  align-items: center;
}

.hero-content-1 {
  position: relative;
  z-index: 1;
}


.main-slider-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 50px;
  font-size: 50px;
  cursor: pointer;
  line-height: 1;
  transition: all 0.4s ease 0s;
  opacity:0;
  visibility: hidden;
  z-index: 9;

}
@media only screen and (max-width: 767px) {
  .main-slider-nav {
    left: 15px;
  }
}
.main-slider-nav.home-slider-next {
  left: auto;
  right: 50px;
}
@media only screen and (max-width: 767px) {
  .main-slider-nav.home-slider-next {
    right: 15px;
  }
}
.main-slider-nav:hover {
  color: #fff;
	opacity:1;
}

.hero-slider-active:hover .main-slider-nav {
  opacity: 1;
  visibility: visible;
}

.swiper-slide-active .single-animation-wrap .hm2-slider-animation * {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.swiper-slide-active .single-animation-wrap .slider-animated-1 h1 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp; 
}
.swiper-slide-active .single-animation-wrap .slider-animated-1 p {
  -webkit-animation-delay: 1s;
          animation-delay: 1s; 
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}
.swiper-slide-active .single-animation-wrap .slider-animated-1 a {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}

.hero-area video {
  height: 100vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  background-size: cover;
  background-position: center center;
}

.hero-content-position {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
}







/*waikee*/
.hero-content-1{
	display:inline-block;
	margin:auto;
	border:solid 0px #ffd700;
	background-color: rgba(0,0,0,0.0);
	margin-top:3%; /*push down abit, but not necessary, waikee feel syok only*/
	padding: 20px;	
}


.swiper-slide .container {
	display:block;
	width:100%;
	text-align: center;
	margin:auto;
	padding:30px;
	left:0;
	right:0;
}

.swiper-slide .container h1{
	font-size: 64px;
	line-height:1em;
	color:#fff;  
	margin: 0;
}
.swiper-slide .container p{
	font-size: 32px;
	line-height:1.5em;
	color:#fff; 
	margin: 0;
}
.swiper-slide .container a{
	 color:#fff;
}


@media only screen and (max-width: 620px) {
	.hero-content-1{
		margin-top:20%; /*push down abit, but not necessary, waikee feel syok only*/
	}	
	.swiper-slide .container h1{font-size: 30px;}
	.swiper-slide .container p{font-size: 15px; margin:20px 0px;}
}
