/*
* ----------------------------------------------------------------------------------------
Author       : Zakir Soft
Template Name: Coming Soon HTML Template
Version      : 1.0
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 01.Header CSS STYLE
* 02.News Letter CSS STYLE
* 03.NOnly Mobile View CSS STYLE
* ----------------------------------------------------------------------------------------
*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&display=swap");

.main {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-size: 741px;
  background-position: right top;
  background-repeat: no-repeat;
}

.gamelist-container.container {
  margin-top: 29px;
}

header {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding-top: 30px;
}

header nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

header .logo {
  width: 165px;
}

header .logo svg {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

header .social-icon a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  border: 1px solid #fff;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  -webkit-transition: 0.3s all linear;
  transition: 0.3s all linear;
}

header .social-icon a:hover {
  border-color: #ff3251;
  background-color: #ff3251;
}

.has-line {
  padding-left: 100px;
  position: relative;
}

span.hero-subtitle.has-line {
  font-size: 22px;
  font-weight: 500;
}

.has-line::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #fff;
  width: 88px;
  height: 2px;
}

.form-group {
  margin-top: 30px;
  position: relative;
}

.form-group input {
  width: 710px;
  height: 70px;
  border: 1px solid #B1B6C5;
  border-radius: 40px;
  padding-left: 30px;
  -webkit-transition: 0.3s all linear;
  transition: 0.3s all linear;
}

.form-group input:focus {
  border-color: #ff3251;
}

.form-group button {
  width: 175px;
  height: 70px;
  border: 1px solid #FF3251;
  border-radius: 40px;
  background-color: #FF3251;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  position: absolute;
  top: 0;
  right: 145px;
}

@media (max-width: 420px) {
  .main {
    background-image: none !important;
    display: block !important;
  }

  header {
    padding-top: 15px !important;
  }

  .form-group input {
    width: 100%;
    height: 50px;
  }

  .form-group button {
    height: 50px;
    width: 130px;
    right: 0;
  }

  .has-line {
    text-align: center;
    padding: 0;
  }

  .has-line::before {
    display: none;
  }

  h1 {
    text-align: center;
  }

  .social-icon a {
    height: 35px !important;
    width: 35px !important;
    color: #001141 !important;
    border-color: #001141 !important;
  }

  header .logo {
    width: 140px;
  }

  .newsletter-area {
    padding-top: 103px;
    margin-bottom: 50px;
    margin-top: 0px !important;
  }

  .games-provider-list .game-prov {
    width: 11% !important;
  }
}

@media only screen and (min-width: 420px) and (max-width: 574px) {
  .main {
    background-image: none !important;
    display: block !important;
  }

  header {
    padding-top: 15px !important;
  }

  .form-group input {
    width: 100%;
    height: 50px;
  }

  .form-group button {
    height: 50px;
    width: 130px;
    right: 0;
  }

  .has-line {
    text-align: center;
    padding: 0;
  }

  .has-line::before {
    display: none;
  }

  h1 {
    text-align: center;
  }

  .social-icon a {
    height: 35px !important;
    width: 35px !important;
    color: #001141 !important;
    border-color: #001141 !important;
  }

  header .logo {
    width: 150px;
  }

  .newsletter-area {
    padding-top: 103px;
    margin-bottom: 50px;
    margin-top: 0px !important;
  }

  .games-provider-list .game-prov {
    width: 11% !important;
  }
}

@media (min-width: 575px) and (max-width: 767px) {
  .main {
    background-image: none !important;
    display: block !important;
  }

  header {
    padding-top: 15px !important;
  }

  .form-group input {
    width: 100%;
    height: 50px;
  }

  .form-group button {
    height: 50px;
    width: 130px;
    right: 0;
  }

  .has-line {
    text-align: center;
    padding: 0;
  }

  .has-line::before {
    display: none;
  }

  h1 {
    text-align: center;
  }

  .social-icon a {
    height: 35px !important;
    width: 35px !important;
    color: #001141 !important;
    border-color: #001141 !important;
  }

  header .logo {
    width: 160px;
  }

  .newsletter-area {
    padding-top: 100px;
    margin-bottom: 50px;
    margin-top: 0px !important;
  }

  .games-provider-list .game-prov {
    width: 11% !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .main {
    background-image: none !important;
  }

  .social-icon a {
    color: #001141 !important;
    border-color: #001141 !important;
  }

  .form-group input {
    width: 100%;
    height: 55px;
  }

  .form-group button {
    height: 55px;
    right: 0;
  }

  .has-line {
    text-align: center;
    padding: 0;
  }

  .has-line::before {
    display: none;
  }

  h5 {
    font-size: 18px !important;
  }

  h1 {
    margin: 0 auto;
    max-width: 540px !important;
    text-align: center;
    font-size: 60px !important;
    line-height: 68px !important;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .form-group button {
    right: 0 !important;
    height: 60px;
  }

  .form-group input {
    width: 90%;
    height: 60px;
  }
}

@media (min-width: 1201px) and (max-width: 1399px) {
  .form-group button {
    right: 0 !important;
  }

  .form-group input {
    width: 90%;
  }
}

body {
  font-family: 'Poppins', sans-serif;
  background: #001141;
  color: #fff;
}

h1,
h5 {
  color: #fff;
}

h1 {
  font-size: 94px;
  line-height: 102px;
  font-weight: 700;
  max-width: 820px;
}

h1.hero-title {
  text-align: left;
  font-size: 60px;
  line-height: 69px;
}

h5 {
  font-size: 22px;
  font-weight: 500;
}

@media (max-width: 767px) {
  h1 {
    font-size: 32px;
    line-height: 40px;
  }

  h5 {
    font-size: 16px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  h1 {
    font-size: 46px;
    line-height: 44px;
  }

  h5 {
    font-size: 20px;
  }
}

* {
  margin: 0;
  padding: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

h2.hero-subtitle-2 {
  font-size: 16px;
}

.newsletter-area {
  margin-top: 94px;
}

.social-icon {
  display: none;
}

p.hero-description, p.hero-description a {
  max-width: 700px;
  margin-bottom: 16px;
  margin-top: 21px;
  color: #ffffffa1 !important;
}

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

html {
  scroll-behavior: smooth;
}

img {
  border: 0;
  outline: 0;
  max-width: 100%;
  vertical-align: middle;
}

body {
  position: relative;
}

/*# sourceMappingURL=main.css.map */
.countdown {
  padding-top: 10px;
  padding-bottom: 40px;
}

.countdown .single-count-content {
  position: relative;
  padding: 5px 24px;
  text-align: center;
  background: #fff;
  color: #03113e;
  margin: 0 10px;
  border-radius: 14px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .countdown .single-count-content {
    padding: 0 30px;
  }
}

@media (max-width: 767px) {
  .countdown .single-count-content {
    padding: 0 10px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .countdown .single-count-content {
    padding: 0 20px;
  }
}

.countdown .single-count-content::after {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 50px;
}

@media (max-width: 767px) {
  .countdown .single-count-content::after {
    top: -10px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .countdown .single-count-content::after {
    top: -5px;
  }
}

.countdown .single-count-content:first-child {
  /* padding-left: 0px; */
  margin-left: 0px;
}

.countdown .single-count-content:last-child {
  /* padding-right: 0px; */
}

.countdown .single-count-content:last-child::after {
  display: none;
}

.countdown .single-count-content .count {
  font-size: 28px;
  font-weight: 500;
}

@media (max-width: 767px) {
  .countdown .single-count-content .count {
    font-size: 35px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .countdown .single-count-content .count {
    font-size: 45px;
  }
}

.countdown .single-count-content .text {
  margin-bottom: 0;
  font-size: 10px;
  font-weight: 500;
}

@media (max-width: 767px) {
  .countdown .single-count-content .text {
    font-size: 15px;
  }
}

.games-provider-list {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.games-provider-list .game-prov {
  float: left;
  width: 4.5%;
  margin-right: 22px;
}

.games-provider-list .game-prov img {
  /* -webkit-filter: grayscale(100%); */
  /* Safari 6.0 - 9.0 */
  /* filter: grayscale(100%); */
  width: 100%;
}
