html,body {
    width:100vw;
    height: 100vh;
    margin: 0;
    font-family: Arial;
    font-size: 17px;
}

.y2k {
  cursor: pointer;
}
#videoBG {
    /* stretch 
	  object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;*/
    /* fit */
    position:fixed;
    z-index: -1;
    width: 100%;
    height: 100%;    
}

.content-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu-content-outer {
  position: relative;
  color: black;
  border-left: 1px solid #FF0000;
  border-top: 1px solid #FF0000;
  border-right: 1px solid #990000;
  border-bottom: 1px solid #990000;
  margin: 20px;
  padding: 20px;
  width: 300px;
  height: auto;
  background: rgba(255, 255, 255, 0.80);
  display: none;
}
.menu-content-header {
  position: relative;
  color: black;
  /*border-left: 1px solid #FF0000;
  border-top: 1px solid #FF0000;
  border-right: 1px solid #990000;
  border-bottom: 1px solid #990000;*/
  /*margin: 10px;*/
  padding: 10px;
  /*width: 200px;*/
  height: auto;
  /*background: rgba(255, 255, 255, 0.80);*/
  display: none;
}
.lightSpan {
  border-top: 2px solid red;
}
.lightBtn {
	width: 33px;
	height: 33px;
	background-color: white;
	border: 1px solid black;
	cursor: pointer;
}
.darkBtn {
	width: 33px;
	height: 33px;
	background-color: black;
	border: 1px solid white;
	cursor: pointer;
}

#chooseBtn {
	width: 105px;
	height: 30px;
	margin-top: 5px;
}

#lightSpan {
	border-top: 2px solid red;
	/*position: relative;
	top:20px;
	width: 30px;
	left: -5px;*/
}

#darkSpan {
	border-top: 2px solid black;
	/*position: relative;
	top:20px;
	width: 30px;
	left: -5px;*/
}

#menu-3rd {
  position:fixed;
  padding: 3px;
  /*bottom: 10px;
  right: 10px;*/  
}
.sm_st {
  position:relative;
  display: block;
}

#menu {
  position:fixed;
  /*width: 33px;
  height: 33px;
  border-left: 1px solid #FF0000;
  border-top: 1px solid #FF0000;
  border-right: 1px solid #990000;
  border-bottom: 1px solid #990000;
  position:fixed;
  background: rgba(255, 255, 255, 0.33);*/
  z-index: 333;
  display: block;
  padding: 0;
  background: transparent;
}

#menu-logo {
  width: 51px;
  height: 66px;
  /*width: 33px;
  height: 33px;
  border-left: 1px solid #FF0000;
  border-top: 1px solid #FF0000;
  border-right: 1px solid #990000;
  border-bottom: 1px solid #990000;
  position:fixed;
  background: rgba(255, 255, 255, 0.33);*/
  cursor: pointer;
  display: block;
  padding: 3px;
  background: transparent;
}

#menu-logo-phantom {
  width: 51px;
  height: 66px;  
  cursor: pointer;
  display: none;
  padding: 3px;
  background: transparent;
  /*border:1px solid blue;*/
  position: inherit;
}

/*#menu:hover {
  padding: 3px;
  border-left: 1px solid #FF0000;
  border-top: 1px solid #FF0000;
  border-right: 1px solid #990000;
  border-bottom: 1px solid #990000;
}*/

#menu-mobile {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.90);
  z-index: 3333;
  padding: 0;
  position: fixed;
  overflow: hidden;
  text-align: center;
  align-items: center;
  justify-content: center;

}

.menu-hamburger {
  display: none;
  cursor: pointer;
}
.menuSpan {
	/*border-top: 3px solid black;
	margin-top: 3px;
	width: 30px;
	left: 2px;
	border-radius: 3px;*/
	background: #000;
	content: "";
	display: block;
	cursor: pointer;
	height: 4px;
	border-radius: 3px;
	margin: 5px 3px;
	transition: 0.5s;
}

#mxBtn {
    width: 45px;
    height: 45px;
    border-left: 1px solid #FF0000;
    border-top: 1px solid #FF0000;
    border-right: 1px solid #990000;
    border-bottom: 1px solid #990000;
    font-weight: bolder;
    font-size: 24px;
    position: absolute;
    top: 10px;
    right: 20px;
    display: block;
  cursor: pointer;
  background: none;
}
#xBtn {
    width: 25px;
    height: 25px;
    border-left: 1px solid #FF0000;
    border-top: 1px solid #FF0000;
    border-right: 1px solid #990000;
    border-bottom: 1px solid #990000;
    font-weight: bolder;
    font-size: 18px;
    position: absolute;
    top: 2px;
    right: 2px;
    display: block;
	cursor: pointer;
	background: none;
}
#bBtn {
    width: 25px;
    height: 25px;
    border-left: 1px solid #FF0000;
    border-top: 1px solid #FF0000;
    border-right: 1px solid #990000;
    border-bottom: 1px solid #990000;
    font-weight: bolder;
    font-size: 18px;
    position: absolute;
    top: 2px;
    left: 2px;
    display: none;
    cursor: pointer;
    background: none;
}
.lang {
	margin: 20px 0 0 0;
	font-size: 14px;
}

.lang span {
	cursor: pointer;
}

.langSelected {
	padding-bottom: 2px;
	border-bottom: 2px solid red;
}

.en_txt {	
	display: block;
	cursor: pointer;
}
.sr_txt {
	display: none;
	cursor: pointer;	
}
.jp_txt {
	display: none;
	cursor: pointer;	
}



/* button hover amazing effect 
a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  color: #FF0000;
  font-size: 30px;
  font-family: verdana;
  letter-spacing: 4px;  
  padding: 3px;
}*/

.squareOtline::before,
.squareOtline::after,
.squareOtline span::before,
.squareOtline span::after {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background: transparent;
  transition: 1s;
  /* -webkit-mix-blend-mode: hue; */
}

.squareOtline::before {
  top: -2px;
  left: -2px;
  border-top: 2px solid #FF0000;
  border-left: 2px solid #FF0000;
}
.squareOtline::after {
  top: -2px;
  right: -2px;
  border-top: 2px solid #FF0000;
  border-right: 2px solid #990000;
}

.squareOtline span::before {
  bottom: -2px;
  left: -2px;
  border-bottom: 2px solid #990000;
  border-left: 2px solid #FF0000;
}
.squareOtline span::after {
  bottom: -2px;
  right: -2px;
  border-bottom: 2px solid #990000;
  border-right: 2px solid #990000;
}


#menu-logo:hover::before,
#menu-logo:hover::after,
#menu-logo:hover span::before,
#menu-logo:hover span::after  {
  width: calc( 52px / 2);
  height: calc( 66px / 2);
}

.menu-secondary {
  display: none;
}


.loader,
.hmenu {
  display: none;
}

.sm_st {
  width: 50px;
}