/*!
  * © Copyright Maxeos. ® All Right Reserved 2023+. 
  * https://www.maxeosvip.com/
  * Do Not Copy or Redistribute without Permission.
*/ 

 html, body {
  /* elements for full screen BG image */
  margin:0;
  height:100%;
  /*This prevents scrolling the page. if disabled scrolls with bg picture*/
  /* overflow:hidden;  */
  box-sizing:border-box;
  background-attachment: fixed;
}

/* Text fade in on page load */
@keyframes fadeInAnimation {
  0% {
      opacity: 0;
  }
  100% {
      opacity: 1;
   }
}

#popact{
  /* display: none; */
  visibility: hidden;
  /* position:fixed;
  width:100%;
  top:10%;
  bottom: 10%; */
  }
  /* #popact div{
  width:900px;
  height:500px;
  margin:0 auto;
  background:#bbffff;
  } */

/* Constant Zoom in bg picture Keyframes - DOSNT WORK */
/* @keyframes zoomin {
  0% {transform: scale(1);}
  50% {transform: scale(1.5);}
  100% {transform: scale(1);}
}  */

 body {
  /* main body elements */
  font-family: 'Open Sans', sans-serif;
  background-color: #000;
  font-size: 16px;
  color: #222;
  font-weight: normal;
  letter-spacing: 0.03em;
  text-shadow: -1px 1px 3px #fff,
                1px 1px 3px #fff,
               1px -1px 3px #fff,
               -1px -1px 3px #fff;

  /* main bg image - picture SET by Javascript */
  /* background-image: url(../assets/bg1.jpg); */
  background-position: top center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  transition: background .5s ease-in-out;

  /* Elements fade in on page load */
  animation: fadeInAnimation ease 1s;
  /* animation: fadeInAnimation 1s ease; */
  animation-iteration-count: 1;
  animation-fill-mode: forwards;

/* Constant Zoom in bg picture - DOESNT WORK */
  /* text-align:center;
  background: url(../assets/bg1.jpg);
  background-size: auto;
  background-attachment: fixed;
  background-repeat: repeat;
  position: relative;
  -webkit-animation: zoomin 10s ease-in infinite;
  animation: zoomin 10s ease-in infinite; */
}

a {
  /* smooth links transition */
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

/* header class full screen for BG image */
header.central h1 span {
  width:100%;
  height:100%;
}

/* Blinking promotion messages */
@keyframes blink-animation {
  50% { color: transparent; }
}
header.central h3 {
  animation: blink-animation 2s steps(50, start) infinite;
  /* font-family: 'Open Sans', sans-serif; */
  display:table; 
  text-align: center;
  background-color: #00000091;
  font-size: 25px;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 0.03em;
  text-shadow: none;

  width:490px;
  /* height:100%; */
  /* width: auto; */
  border: 5px solid rgba(255, 4, 4, 0.02);
  border-radius: 30px 30px;
  margin-bottom: -1.3em;
  padding: 0.4em;

  /* font-weight: 300; */
  /* font-size: 1.2em;
  line-height: 1.6em; */
}

/* main text elements */
header.central h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 4.5em;
  font-weight: 600;
  line-height: 1.4em;
  margin-top: 0.5em;
}
header.central h1 span {
  font-weight: 300;
}

/* main OF button font and margin */
header.central .btn {
  font-weight: 500;
  margin-top: 2em;
}

/* Modal dialog for sensitive content warning inner buttons */
.btn-confirmation-inner {
  display: block;
  width: 100%;
}
/* .btn-close {
  background: red;
} */
.btn-close-red {
  background: red;
}
.btn-close-red,
a.btn-close-red:link,
a.btn-close-red:hover,
a.btn-close-red:visited,
a.btn-close-red:active {
  background: red;
}

/* a.btn-close:link,
a.btn-close:hover,
a.btn-close:visited,
a.btn-close:active {
  background: red;
} */

/* Modal dialog for sensitive content warning main style */
.custom-model-main {
  text-align: center;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; 
  -webkit-overflow-scrolling: touch;
  outline: 0;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear, z-index 0.15;
  -o-transition: opacity 0.15s linear, z-index 0.15;
  transition: opacity 0.15s linear, z-index 0.15;
  z-index: -1;
  overflow-x: hidden;
  overflow-y: auto;
}
.model-open {
  z-index: 99999;
  opacity: 1;
  overflow: hidden;
}
.custom-model-inner {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: 30px auto;
  max-width: 97%;
}
.custom-model-wrap {
  font-size: 16px;
  color: #fff;
  font-weight: normal;
  text-shadow: none;
  display: block;
  width: 100%;
  position: relative;
  background-color: #000;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  /* box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); */
  box-shadow: 0 3px 9px rgba(219, 21, 21, 0.845);
  background-clip: padding-box;
  outline: 0;
  text-align: center;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-height: calc(100vh - 70px);
	overflow-y: auto;
}
.model-open .custom-model-inner {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  position: relative;
  z-index: 999;
}
.model-open .bg-overlay {
  /* background: rgba(0, 0, 0, 0.6); */
  background: rgba(0, 0, 0, 0.999);
  z-index: 99;
}
.bg-overlay {
  background: rgba(0, 0, 0, 0);
  height: 100vh;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  -webkit-transition: background 0.15s linear;
  -o-transition: background 0.15s linear;
  transition: background 0.15s linear;
}
@media screen {
	.custom-model-main:before {
	  content: "";
	  display: inline-block;
	  height: auto;
	  vertical-align: middle;
	  margin-right: -0px;
	  height: 100%;
	}
}
@media screen and (max-width:799px){
  .custom-model-inner{margin-top: 45px;}
}

.btn-lg {
  /* opaque buttons */
  /* background: rgba(55, 167, 255, 0.65); */
  background: rgba(55, 168, 255, 0.793);

}

ul.social-links {
  /* fix social links distance from main button */
  margin: 1em 0;
}
ul.social-links li {
  /* social links display middle */
  display: inline-block;
}
ul.social-links li a {
  /* social links padding */
  padding: 10px;
  /* social icons bg color change */
  background: rgba(0, 18, 85, 0.65);
}
ul.social-links li a img {
  /* social links max height */
  max-height: 30px;
}
img.dynamic-OF {
  width:237px;
  height:50px;
}
img.dynamic-vip {
  width:50px;
  height:50px;
}

/* mobile devices up to 720px width */
@media (max-width: 567px){
  .btn-lg {
    /* smaller OF button */
    padding: .8em 1.6em;
    /* margin: auto; */
    display: block;
    width: 100%;
  }
  /* .btn-primary {
    display: block;
    width: 100%;
  } */
  img.dynamic-OF {
    /* display: block;
    width: 100%; */
    /* width: 100%;   */
    /* padding: 0 1px;
    margin: 0 1px; */
    width:237px;
    height:50px;
  }
  img.dynamic-vip {
    /* width: 100%; */
    width:50px;
    height:50px;
  }
  ul {
    /* fix social buttons centered */
    margin: 0;
    padding: 0;
  }
  ul.social-links {
    /* fix social links distance from main button */
    margin: 1em 0;
  }
  header.central {
    /* center everything */
    text-align: center;
  }
  header.central h1 {
    /* smaller H1 text */
    font-size: 3em;
    margin-top: 1.5em;
  }
  header.central h3 {
    width:100%;
    height:100%;
    font-size: 1.1em;
    /* margin:0 0.5em; */
    /* font-size: 3em; */
    /* margin-top: 1.5em; */
  }

}

/* mobile devices up to 420px width */
@media (max-width: 410px) /*and (max-height: 420px)*/ {
  .btn-lg {
    /* smaller OF button */
    padding: .5em .8em;
    display: block;
    width: 100%;
  }
  img.dynamic-OF {
    width:180px;
    height:38px;
    /* max-width:50%;
    max-height:50%; */
  }
  img.dynamic-vip {
    width:38px;
    height:38px;
    /* max-width:50%;
    max-height:50%; */
  }
  ul {
    /* fix social buttons centered */
    margin: 0;
    padding: 0;
  }
  ul.social-links {
    /* fix social links distance from main button */
    margin: 1em 0;
  }
  header.central {
    /* center everything */
    text-align: center;
  }
  header.central h1 {
    /* smaller H1 text */
    font-size: 3em;
    margin-top: 1.5em;
  }
}