@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
html {
  scroll-behavior: smooth;
}

body {
  font-weight: 400;
  color: #204d77;
  font-size: 1rem;
  font-family: "Lato", cursive;
  letter-spacing: 0.5px;
  counter-reset: my-awesome-counter;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

/* variables */
.header .navbar {
  padding: 0 1rem;
}
.header .navbar-light .navbar-nav .nav-link {
  color: #204d77;
}
.header .navbar-brand {
  padding: 0;
}
.header .navbar-brand img {
  max-width: 250px;
}

.main-banner {
  position: relative;
}
.main-banner .banner-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 50px;
  text-align: center;
}
.main-banner .banner-content h1 {
  margin-bottom: 2rem;
}
.main-banner .reasons-to-visit {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #5193cf;
  color: #fff;
  padding: 1.5rem;
  font-size: 1.75rem;
  width: 90%;
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
}

.middle-section {
  background: url(../img/w-bg.jpg);
  background-size: cover;
  padding: 80px 0 20px;
}
.middle-section .circle-text {
  width: 60px;
  height: 60px;
  background-color: #d2dbe3;
  text-align: center;
  line-height: 60px;
  border-radius: 60px;
}
.middle-section .media {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .middle-section {
    background-size: 100%;
  }
}

.innar-banner {
  position: relative;
}
.innar-banner .banner-title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -44px;
  background-color: #5193cf;
  color: #fff;
  padding: 1.5rem 1rem;
  font-size: 1.75rem;
  width: 90%;
  max-width: 300px;
  margin: 0 auto;
  text-align: center;
}

#footer {
  background-color: #1a4369;
  padding: 20px 0;
  color: #fff;
}
#footer .small {
  font-size: 75%;
}

.bg-image {
  background: url(../img/w-bg.jpg);
  background-size: cover;
  background-repeat: repeat-y;
}
@media (max-width: 767px) {
  .bg-image {
    background-size: 100%;
  }
}

.hotels {
  padding: 1rem 0;
}
.hotels .hotels-inner {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.hotels .hotels-img {
  margin-bottom: 2rem;
}
.hotels .hotels-img.mobile {
  display: none;
}
.hotels .hotel-button {
  margin-top: 2rem;
}
.hotels .btn {
  background-color: #d2dbe3;
  border-color: #d2dbe3;
  color: #204d77;
  padding: 0.75rem 1.75rem;
  border-radius: 0;
  font-size: 14px;
}
.hotels .btn:hover {
  background-color: #204d77;
  border-color: #204d77;
  color: #d2dbe3;
}

.faq {
  padding: 6rem 0 4rem;
}
.faq p {
  margin-bottom: 2rem;
}
.faq strong {
  display: block;
  font-weight: bold;
  font-size: 110%;
}

.contact {
  padding: 5rem 0 4rem;
}
.contact h4 {
  margin-bottom: 2.5rem;
}
.contact p {
  margin-bottom: 1.5rem;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  .header .navbar {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .main-banner .banner-content {
    top: 5px;
  }
  .main-banner .banner-content h1 {
    font-size: 1rem;
    margin-bottom: 0.5rem !important;
  }
  .main-banner .banner-content h3 {
    font-size: 1rem;
  }

  .main-banner .reasons-to-visit {
    font-size: 1.25rem;
  }

  .innar-banner .banner-title {
    padding: 1.5rem 1rem;
  }

  .header .navbar-brand img {
    max-width: 140px;
  }

  .innar-banner .banner-title {
    font-size: 1.25rem;
  }

  .middle-section .circle-text {
    font-size: 80%;
  }

  .hotels .hotels-img {
    display: none;
  }
  .hotels .hotels-img.mobile {
    display: block;
    margin-bottom: 1rem;
  }
}

/*# sourceMappingURL=style.css.map */


.game-cover{
	padding:15px 0 50px;
	width:100%;
	color:#fff;
	background-size: cover;


}

.game-cover .container{
	width:1300px;
	max-width:100%;
	display:flex;
	/*justify-content:space-around;*/
	flex-wrap:wrap;
}
.game-cover h2{ color:#fff; font-size: 30px; margin-bottom: 15px;}
.game-cover h3{ font-size:20px; color:#fff;}

.game-card{
	width:24%;
	background:#fff;
	text-align:center;
	border:solid 3px #3d61bc;
	border-radius:5px;
	margin:0 10px 10px;
	padding: 10px 5px 20px;
	position:relative;
}
.game-card h6{
	padding:0 5px;
	font:500 16px 'Lato', sans-serif;
	color:#333;
}
.card-logo{
	margin:0 0 10px;
}
.card-logo img{
	/*width:55%;*/
}
.ratings{
	margin:0 0 10px;
}
.ratings img{
	/*width: 50%;*/
}
.button-cover{
	width:100%; float:left;
	text-align:center;
}
.button-card{
	display:inline-block;
	font:600 18px 'Lato', sans-serif;
	background:#5193cf;
	color:#fff!important;
	padding: 16px 40px;
	border-radius:3px;
}

.button-card:hover{
	background:#3d61bc;
	text-decoration:none;
}
.payments{ margin-top:10px; display:inline-block}
.payments img{ width:36px;}
.numbering {
    position: absolute;
	z-index:10000;
    left: 0;
	top:0;
    width: 35px;
    height: 40px;
    background: white;
    font: 300 22px/40px 'Lato', sans-serif;
    color: black;
    text-align: center;
    box-shadow: 0 0 5px rgba(0,0,0,0.7);
	font-weight:bold;
	counter-increment: my-awesome-counter;
}
.numbering::before  {content: counter(my-awesome-counter);}

@media (max-width:768px){
	.game-card{width:100%;}
	.game-cover h2{font-size:22px;}
}

