@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;500&display=swap');

h1,h2,h3,h4,h5, strong,a,p,ul,li,button{
  font-family: 'Montserrat', sans-serif;
  font-weight: 300 !important;
}
.reveal p{
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 300 !important;
  font-size: 1rem !important;
}

@media (min-width:769px){
  body{
    overflow: hidden;
  }
}
.fancybox-container{
	z-index:999999999 !important;
}
.translatepress-zh_CN .e-text, .translatepress-zh_HK .e-text{
	left:-20px !important;
}
.translatepress-zh_CN input, .translatepress-zh_HK input{
	color:#000 !important;
}
.move-up-1{
	position: relative !important;
    top: -130px !important;
}
#gform_submit_button_4{
  background: transparent;
color: #FFF;
box-shadow: none;
border: 1px solid #FFF !important;
padding: 5px 10px;
}
.slider, .slick-list, .slick-track{
  height: 100vh;
}
.slick-next{
  right:40px;
}
.slick-prev{
  left:80px;
  z-index: 9;
}
.slick-next, .slick-prev{
  width: 40px;
  height:40px;
}
.slick-next:before, .slick-prev:before{
  font-size: 40px;
}
.w-85{
  width:85% !important;
}

.video-container video {
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: -100;
    right: 0;
    bottom: 0;
    background: url(../img/index-image.jpg) no-repeat center center;
    background-size: cover;
    overflow: hidden;
}

.video-container {
    height: 100%;
    width: 100%;
    background: url(../img/index-image.jpg) no-repeat center center;
    background-size: cover;
}

.panel{
  background-position: center center;
  background-size: cover;
}
.panel:hover{
  cursor: pointer;
}

.title{
  bottom:0%;
  text-align: center;
  width:100%;
  background: rgb(0,0,0);
  background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
}

.explore{
  height:100vh;
  width:40px;
  background-color: rgba(255,255,255,0.8);
  left:0px;
  top:0px;
  z-index: 9999;
}

.e-text{
  z-index: 9999;
  top:50%;
  left:-40px;
  transform:translateY(-50%) rotate(-90deg);
}

.explore:hover, .e-text:hover{
  cursor: pointer;
}

.explore-menu{
  height:100vh;
  width:300px;
  background-color: rgba(255,255,255,0.8);
  left:-300px;
  top:0px;
  z-index: 9999
}
#loadPage, .loader{
  opacity: 0;
}
.close-page{
  position: absolute;
  right:20px;
  top:20px;
  z-index: 999999;
}
.close-page h4:hover{
  background: #3c3c3c;
}
.nav-link:hover{
  color:#AAA !important;
  cursor: pointer !important;
}

.lds-spinner {
  color: official;
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  top: 50%;
  left: 50%;
}
.lds-spinner div {
  transform-origin: 40px 40px;
  animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: #000;
}
.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
