@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,800&display=swap');

html {
  scroll-behavior: smooth;
}


body {
  height: 100vh;
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #0E2359;
}

a {
  color: #213159;
  text-decoration: underline;
}

a:hover {
  color: #fff;
  text-decoration: none;
}

h1, h2, h3, h4, h5,h6 {
  display: block;
  font-weight: 600;
}

h1 {
  margin-bottom: 40px;
  font-size: 42px;
  line-height: 62px;
}

h2 {
  margin-bottom: 20px;
  font-size: 38px;
  line-height: 48px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 20px;
}

h6{
  margin-top: 10px;
}

*:focus {outline:none!important}

.navbar {
  padding: 0 0 0 0;
  background: #14ACBB;
}

.header-menu {
  display: inline-table;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.header-menu li {
  display: inline-block;
}

.header-menu li a {
  display: inline-block;
  padding: 35px 20px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
}

.header-menu li a:hover {
  background: rgba(255, 255, 255, 1);
  color: #165152;
}

.navbar-toggler {
  padding: 10px 20px;
}

.navbar-toggler-icon {
  width: 40px;
  height: 52px;
  background: url('../img/h-ico-w.png') 0 0 no-repeat;
}

.main-logo {
  display: inline-block;
  width: 130px;
  height: 95px;
  margin: 10px;
  background: url('../img/main-logo4.png') no-repeat center center;
  background-size: 100% 100%;
}


.main-logo2 {
  display: inline-block;
  width: 180px;
  height: 140px;
  background: url('../img/main-logo2.png') 0 0 no-repeat;
  background-size: 100%;
}

.main-logo3 {
  display: inline-block;
  width: 180px;
  height: 140px;
  margin: 0 0 0 20px;
  background: url('../img/main-logo3.png') 0 0 no-repeat;
  background-size: 100%;
}

.main-logo5 {
  display: inline-block;
  width: 180px;
  height: 140px;
  margin: 0 0 0 20px;
  background: url('../img/main-logo5.png') 0 0 no-repeat;
  background-size: 100%;
}

.header-block {
  position: relative;
  padding-top: 40px;
  padding-bottom: 30px;
  padding-left: 0;
  padding-right: 0;
  box-shadow: 0 0 10px #00F7FF;
  background: url('../img/bg-desert.jpg') 0 100% no-repeat;
  background-size: cover;
  background-color: #033950;
  color: #fff;
  font-weight: 700;
}

.header-block:before {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(000, 000, 000, 0.5);
}

.header-block h2 {
  color: #ffe931;
  font-weight: 700;
  text-shadow: 0px 1px 3px #ffb13e;
}

.store-button-block {
  margin-bottom: 20px;
  text-align: center;
}

.store-button-block img {
  width: 200px;
  height: auto;
  margin: 0 10px 20px;
}

.game-container {
  width: 100%;
  height: 70vh;
  margin: 40px 0 40px 0;
}

.game-block {
  margin-bottom: 30px;
}

.game-block a {
  display: block;
  position: relative;
}

.game-block a img {
  width: 100%;
}

.game-block a:hover:before {
  content: 'Play For Free';
  position: absolute;
  width: 100px;
  height: 100px;
  top: 50%;
  left: 50%;
  margin: -50px 0 0 -50px;
  background: rgba(0, 0, 0, 0.371);
  border-radius: 100px;
  border: solid #fff 2px;
  font-size: 12px;
  line-height: 95px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
}


.sign-up-container {
  display: none;
  z-index: 1000;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgb(0 0 0 / 85%)
}

.sign-up-container form {
  position: relative;
  width: 320px;
  margin: 0 auto;
  top: 10%;
  padding: 30px 20px;
  background: #004cac;
  border: 4px solid #042059;
  box-shadow: 0px 1px 8px #0065c2;
  border-radius: 15px;
  color: #fff;
  font-size: 14px;
}

.sign-up-container form h4 {
  font-size: 24px;
  margin-bottom: 20px;
}

.text-yellow {
  margin-bottom: 20px;
  text-shadow: 0px 2px 3px rgba(0, 0, 0, .5);
  font-size: 24px;
  line-height: 32px;
  color: #ffc000;
}

.sign-up-container input[type='email'] {
  width: 100%;
  height: 45px;
  margin-bottom: 20px;
  padding: 0 20px;
  background: #FFFFFF;
  border: 1px solid #A59EDB;
  box-shadow: 0px 2px 4px rgba(165, 158, 219, 0.25);
  border-radius: 5px;
  color: #4B1C4A;
  font-size: 16px;
}

.sign-up-container label {
  display: block;
}

.sign-up-container input[type='checkbox'] {
  float: left;
  margin: 5px 10px 0 0;
}

.sign-up-container span {
  display: block;
  margin: 0 0 0 20px;
}

.sign-up-container .button2 {
  cursor: pointer;
  display: block;
  width: 260px;
  margin: 20px auto 20px;
  padding: 20px 0;
  background: #3EA03E;
  box-shadow: 0px 2px 4px #3EA03E;
  border-radius: 5px;
  border: none;
  color: #2f150a;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
}

.sign-up-container .button2:hover {
  background: #008000;
}

.error-block {
  display: block;
  height: 30px;
  color: #eb2546;
}

.sign-up-close {
  cursor: pointer;
  float: right;
  position: absolute;
  padding: 3px 10px;
  top: 20px;
  right: 20px;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  font-family: Arial;
  text-shadow: 0px 2px 3px rgba(0, 0, 0, .5);
  background: #2182e5;
  box-shadow: 0px 2px 5px #071c83;
  border-radius: 20px;
  text-decoration: none;
}

.sign-up-close:hover {
  opacity: .4;
}

footer {
  background: #213159;
  color: #fff;
}

footer .col-md-8 {
  padding: 20px 0 40px 0;
}

.subscribe {
  padding-top: 50px;
}

.footer-menu {
  display: block;
  margin: 10px 0;
  padding: 0 0 0 0;
  list-style: none;
}

.footer-menu li {
  display: inline-block;
  margin: 0 10px;
}

.footer-menu li a {
  color: #fff;
}

@media screen and (max-width: 991px) {
  .subscribe {
    padding-top: 40px;
    background: none;
  }
}
.footer-logo {
  display: inline-block;
  width: 160px;
  height: 95px;
  margin: 10px;
  background: url('../img/logo-be-gamble-aware.png') 0 0 no-repeat;
  background-size: 100%;
}
