/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */
body {
  display: flex;
  height:100%;
  align-items: center;
  justify-content: center;
  color:#fff;
  background-color: #000;
  font-family: 'Montserrat', sans-serif;

}
html, body {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
body {
  position: relative;
}

a,
a:visited {
  color:#fff;
  text-decoration: none;
}
a:visited {
   color:#5065A1;
}
canvas {
  position:fixed;
  left:0;
  top:0;
  width:100%;
  height:100%;
}
a:hover {
  color:#5065A1
}
.loader {
  background-color: #5065A1;
  width:100%;
  height: 100%;
  position: fixed;
  top:0;left:0;
  background-image: url(../images/insert-coin.png);
  background-position: center center;
  background-repeat: no-repeat;
  z-index:9999;
}
.header-cover {
  display: none;
}
.wp-site .sidenav{
  background-color: #f2f2f2!important;
  width: 100%!important;
}
.wp-site .closebtn,
.wp-site .toggle-nav {
  background-image: url(../images/burger-menu-03.svg);
  background-size: 30px 30px;
}

.wp-site a.closebtn:hover,
.wp-site a.toggle-nav:hover  {
  background-image: url(../images/burger-menu-03.svg);

}
iframe {
  display:none;
  width: 100%;
  height: 100%;
}
.wp-site iframe {
  display: block;
  position: absolute;
  top:0px;
  left: 0px;
  background-color: #f2f2f2;
  background-image: url("../images/loader.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100px 100px;
}
.wp-site .header-cover {
display: block;
  position: fixed;
  top:0;
  left:0;
  width: 100%;
  height:150px;
  background-image: linear-gradient(rgb(242, 242, 242) 0%, rgb(242, 242, 242) 69%, rgba(242, 242, 242, 0) 100%);
}

.sidenav {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 1; /* Stay on top */
  top: 0; /* Stay at the top */
  right: 0;
  background-color: #5065A1; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
  z-index: 9998;
}
ul {
  margin: 0;
  padding:0;
}
ul,
li {
  list-style: none;
}
.email-area {
  display:none;
  -webkit-user-drag: none;
}
.top-logo{

  position: absolute;
  width: 300px;
  left: 50%;
  top: 40px;
  margin-left: -150px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 9995;

}
.top-logo div {
 text-align: center;
  color:#fff;
}
.sidenav .top-logo {
  display: none;
}
.wp-site .sidenav .top-logo div {
  color:#000;
}
.wp-site .sidenav .top-logo {
  display: block;
}
.message{

  position: absolute;
  width:400px;
  left:50%;
  top:50%;
  margin-left:-200px;
  margin-top:-20px;
  display: flex;
  align-items: center;
  justify-content: center;

}
.message-squared {

  display: block;
  margin:0 auto;
  border:3px solid #fff;
  padding:12px;color:#fff;
  text-align:center;
  background-color: #000;
}
.message-squared:hover {
  color:#fff;
  border-color:#5065A1;
}
.bottom-left {
  position:absolute;
  bottom:20px;
  left:20px;
  z-index: 9995;
}
.bottom-right {
  position:absolute;
  bottom:20px;
  right:20px;
  text-align: right;
  z-index: 9995;
}

.closebtn,
.toggle-nav {
  /*background-color: #5065A1;*/
  width: 45px;
  height: 45px;


  position:absolute;
  top:55px;
  right:80px;
  text-align:center;
  line-height: 48px;
  z-index: 9996;
  background-image: url(../images/burger-menu-01.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}

a.closebtn:hover,
a.toggle-nav:hover  {
  background-image: url(../images/burger-menu-02.svg);
}
.menu h4 {
  font-size: 17px;
}
.menu {
  text-align: right;
  margin-top:155px;
  padding-right:80px;
  font-size: 15px;
}
.menu .gap {
  height:20px;
}

.draggable {
 position:absolute;
  top:-1000px;
  left:0px;
  width:30%;
  height:2000px;
  background:#f00;
  opacity: 0;
  z-index: 9996;
}
/* When you mouse over the navigation links, change their color */
.sidenav .menu a:hover {
  color: #000;
}
.rotate-phone {
  display:none;
  width:200px;
  position: absolute;
  top:60%;
  left:50%;
  margin-left:-100px;
}

#video-popup {
  text-align: center;
  background-color: #000;
}
#popup-video {
  background-color: #000;
  border:1px solid #000;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-align: center;
  z-index:9999;
  width: 700px;
  height: 700px;
}
.mfp-close {
  color:#fff!important;
  position: absolute;
  left:50%;
  margin-left:285px;
  top:20px!important;
}
@media (max-width:1024px) and (orientation:landscape) {
  .menu {
    margin-top: 0px;
    margin-right: 100px;
  }
  .bottom-right,
  .bottom-left {
    font-size:12px;
  }

  .bottom-right {
    z-index:9998;
  }
  #popup-video {
    width:320px;
    height: 320px;
  }
  .top-logo {
    top: 20px
  }

  .closebtn,
  .toggle-nav {
    top: 30px;


  }

  .mfp-close {
    margin-left: 150px;
    top: -40px!important;
    position: absolute;
  }

}


@media (max-width:768px) and (orientation: portrait) {

  .bottom-right,
  .bottom-left {
    font-size:12px;
  }

  .bottom-right {
   z-index:9999;
  }
  .bottom-left  span {
    display: block;
  }
  #popup-video {
    width:320px;
    height: 320px;
  }
  canvas {
    display:none;
  }
  .rotate-phone {
    display: block;
  }

  .mfp-close {
    margin-left: 150px;
    top: -40px!important;
    position: absolute;
  }
}

@media (max-width: 768px) {
  #popup-video {
    width:320px;
    height: 320px;
  }
  .closebtn,
  .toggle-nav {
    top: 50px;
    right: 30px;

  }

  .mfp-close {
    margin-left: 150px;
    top: -40px!important;
    position: absolute;
  }
}
