
@font-face {
    font-family: "openhuninn";
    src: url("../font/ARIAL.TTF");
    font-style: normal;
    font-weight: normal;
}


@font-face {
    font-family: "ari1";
    src: url("../font/ARIAL.TTF");
    font-style: normal;
    font-weight: normal;
}

html,body{
	width: 100vw;
	overflow-x: hidden;
	background-color: #CCCCCC;
}
header{
	height: 80px;
	display: flex;
	width: calc(100% - 11.25rem);
	position: fixed;
	top: 0;
	left: 5.625rem;
	z-index: 100;
	background-color: rgba(255,255,255,0.6);
	justify-content: space-between;
}
header.active{
	background-color: rgba(255,255,255,0.96);
}
li{
	list-style: none;
}
a{
	text-decoration: none;
	cursor: pointer;
}
ul,p,div,h3,li,body,html,section,header,footer,video,img,a{
	margin: 0;
	padding: 0;
}
.hidden-pc{
	display: none;
}
.title-background-video{
	width: 100%;
	height: auto;
	overflow: hidden;
	opacity: 1;
	-ms-filter: none;
	filter: none;
}

#logo img{
	height: 40px;
	margin-left: 30px;
	margin-top: 20px;
}
#nav-menu-container ul{
	display: flex;
	margin: 0;
	height: 80px;
}
#nav-menu-container ul li{
	margin-right: 60px;
	line-height: 80px;
}
#nav-menu-container ul li a{
	color: #000;
	font-size: 18px;
	font-weight: bold;
	font-family: "ari1";
}
 .menu-active a{
	border-bottom: 3px solid #40A1FB;
}
.credits {
	display: flex;
	font-family: "openhuninn";
	letter-spacing: 1px;
}
#hero{
	position: relative;
	width: 100%;
	height: calc(100vh - 50px);
	overflow: hidden;
}
.clicktop{
  position: fixed;
  display: none;
  width: 220px;
  height: auto;
  right: 0px;
  top: 10px;
  animation:clickmove 2s infinite;
}
.clickbottom{
  position: fixed;
  display: none;
  width: 240px;
  height: auto;
  left: 10px;
  bottom: 10px;
  animation:clickmove 2s infinite;
}

@keyframes clickmove{
  0% {
      transform: translate(0%, 0%);
  }
  35% {
     transform: translate(0%, 20%);
  }
  50% {
      transform: translate(0%, 15%);
  }
  65% {
      transform: translate(0%, 20%);
  }
  100% {
      transform: translate(0%, 0%);
  }
}


.herologo{
  position: absolute;
  top: 20px;
  left: 20px;
  height: 160px;
  z-index: 1;
}
.main{
  position: absolute;
  bottom:210px;
  width: 100%;
  left: 0;
  z-index: 1;
  overflow: hidden;
}
.main img{
  display: block;
  margin: 0 auto;
}
.textimg{
  height: 190px;
}
.main .downloadimg img{
  height: 190px;
  width: auto;
  margin-top: -60px;
  animation:breache 2s infinite;
}
@keyframes breache{
  0% {
      transform: scale(1) ;
  }
  50% {
      transform: scale(1.2) ;
  }
  100% {
      transform: scale(1) ;
  }
}
.heromask{
  width: 100%;
  height: calc(100vh - 50px);
  position: absolute;
  top: 0;
  left: 0;
  background: url('../img/mask.png') repeat ;
}
.hero-container{
	width: 100vw;
	position: relative;
	background: url(../img/banner.png);
	background-size: cover;
}

.hero-container .download {
	width: 1060px;
	margin: 0 auto;
	display: flex;
	position: absolute;
	bottom: 18.75rem;
	left: calc(50vw - 530px);
	justify-content: space-around;
}
.hero-container .download img{
	width: 240px;
	display: block;
}
.mobile-container{
	display: none;
}
.mobileicon{
	display: none;
}
.mask{
	display: none;
}

.nav-menu .language-switch{
	position: relative;
	padding-right: 32px;
	color: #000;
	font-size: 18px;
	font-weight: bold;
	font-family: "ari1";
	cursor: pointer;
}
.nav-menu .language-switch .switch-drop{
	position: absolute;
	width: 100%;
	line-height: 54px;
	display: none;
	text-align: center;
	background-color: rgba(255,255,255,0.6);
}
.nav-menu .language-switch.active .switch-drop a {
	display: block;
}
.nav-menu .language-switch.active::after{
	transform: rotate(180deg);
}
.nav-menu .language-switch.active .switch-drop{
	display: block;
}
.nav-menu .language-switch::after{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 32px;
	height: 100%;
	background: url('../img/arrowBottom.png') center center no-repeat;
}
.language-switch-m{
	display: none;
}


#features{
	width: 100vw;
	height: 100vh;
	overflow: hidden;
	background: url(../img/background.png) center center;
	background-size: cover;
}

#certify {
	position: relative;
	width: 1210px;
	margin: 0 auto;
	/* margin-top: calc(50vh - 270px); */
}
#certify .swiper-container {
	margin-top: 50px;
}
#certify  .swiper-slide {
	width: 1001px;
	border: 4px solid #FFFFFF;
	height: 540px;
	overflow: hidden;
}
#certify  .swiper-slide img{
	width: 1001px;
	height: auto;
	display:block;
}
.titlebox{
	width: 1210px;
	margin: 100px auto;
}
.titlebox img{
	height: 30px;
	display: block;
}
#certify .swiper-pagination {
	width: 100%;
	bottom: -20px;
	height: 10px;
}
#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 10px;
	margin-top: 60px;
	background-color: #171B2A;
	border-radius: 0;
	width: 15px;
	height: 15px;
	opacity: 1;
}
#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	background-color: #7995FF;
}
#certify .swiper-button-prev {
	left: calc(608px - 50vw);
	width: 90px;
	height: 90px;
	background: url(../img/left.png) no-repeat right center;
	border: none!important;
	outline:0 none !important;
}
#certify .swiper-button-next {
	right: calc(600px - 50vw);
	width: 90px;
	background: url(../img/right.png) no-repeat left center;
	height: 90px;
	border: none!important;
	outline:0 none !important;
}
#certify .swiper-pagination-bullet{
	outline:0 none !important;
}
#certify .swiper-button-prev:active,#certify .swiper-button-next:active {
	border: none!important;
	box-shadow: none;
}
#certify .swiper-button-prev::visited,#certify .swiper-button-next:visited {
	border: none!important;
	box-shadow: none;
}

.footnav{
	margin-top: 100px;
	margin-left: 45%;
}
.bone{
	position: absolute;
	bottom:114px;
	height: 500px;
	left:30px;
}
.text{
	height: 24px;
	display: block;
}
.iconimg img{
	height: 44px;
	margin-top: 50px;
	width: auto;
	margin-bottom: 80px;
	margin-right: 40px;
}
#foot .download img{
	height: 68px;
	margin-top: 20px;
	margin-right: 6px;
	width: auto;
}
.footend div{
	 float: left;
}
footer{
	height: 50px;
	width: 100%;
	background: url(../img/footer.png) center left;
	background-size: cover;
	overflow: hidden;
	font-size: 14px;
  text-align: center;
	position: relative;
}
footer p{
  line-height: 50px;
  color: #FFFFFF;
}
.footline{
	display: none;
}
.footend{
	height: 50px;
  margin: 0 auto;
	line-height: 50px;
	color: #FFFFFF;
}

footer p a{
	color: #FFFFFF;
}
.mtitlebox{
	display: none;
}
.mbanner{
	display: none;
}


@media (max-height: 900px) {
	.titlebox {
		margin-top: 80px;
		margin-bottom: 0;
	}

	/* @media (max-width: 1700px) {
		.title-background-video{
			top: 60%;
		}
	}

	@media (max-width: 1500px) {
		.title-background-video{
			transform: scale(0.9);
			top: -20%;
			left:-20% ;
		}
	} */

}
