body,
html {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background:#e9f4ed;
}

.container {
  margin: auto;
}
/*.game-card:nth-last-child(-n+4){*/
/*  display: none;*/
/*}*/
.show{
  display: block !important;
}
.games {
  padding: 80px 0;
}
.games-inner {
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  transition: 2s scale ease-in
}

.games h1 {
  text-align: center;
  font-size: 25px;
  font-family: "Source Sans Pro", sans-serif;
}
/*games content*/
#game_content h2{
    width:70%;
    margin:auto;
    padding-bottom:20px;
    text-align:center;
    font-size:24px;
    letter-spacing:0.1rem;
}
.games-inner h1::after {
  text-align: center;
  height: 6px;
  width: 60px;
  content: "";
  display: block;
  margin: auto;
  margin-top: 18px;
  margin-bottom: 30px;
  background: linear-gradient(to right, #488fed 0%, #291fbc 100%);
}

.game-card {
  width: 22%;
  /*height: 100%;*/
  /*max-width: 300px;*/
  /*max-height: 450px;*/
  /*background: #d2d6f07d;*/
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
  box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
  margin-top: 30px;
  margin-left:25px;
  
}


.game-card-transformed1,
.game-card-transformed2,
.game-card-transformed3,
.game-card-transformed4 {
  width: 100%;
  height: 100%;
  max-width: 300px;
  max-height: 450px;
  background: #fff;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
  box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
  margin-top: 30px;
}

.game-card .card-header {
  background: url(../img/card-wave.png) no-repeat scroll center bottom;
  background-size: cover;
  padding: 30px 20px 20px;
  margin-bottom: 30px;
  text-align: center;
  min-height: 100px;
  border-radius: 8px;
}

.game-card .card-header span {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 12.5px;
  color: #fff;
  text-align: center;
  margin: auto;
}

.card-body {
  padding: 15px 15px 20px;
  text-align: center;
    transition:1s scale ease all;

}
.card-body:hover{
    background:#d2d6f07d;
    transform: scale(1.1);
}
.card-body img {
  border-radius: 20px;
  width: 100%;
  margin-bottom: 20px;
}

.card-body a {
  width: fit-content;
  background-image:linear-gradient(to bottom, #043089 0%, #072166 100%);
  color: #fff;
  font-size: 13px;
  font-family: "Roboto", sans-serif;
  text-decoration: none;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  padding: 15px 30px;
  line-height: 1.5;
  border-radius: 0.25rem;
}

.card-body a:hover {
  background-image: linear-gradient(to bottom, blue 0%, violet 100%);
}

.top__container {
    height:65vh;
  /* background-color: #EAEAF6; */
  background-image: url(../images/bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow-x:hidden;
}

nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
}

nav ul {
  display: flex;
  flex-direction: row;
}

nav li:not(:last-child) {
  margin-right: 15px;
}

nav li {
  list-style: none;
}

nav ul li a {
  text-decoration: none;
  color: #fff;
  font-family: "Numans", sans-serif;
  font-size: 18px;
  padding: 7px 30px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  font-weight: 600;
}

nav ul li > a:hover {
  background-color: #fff;
  transition: 0.4s ease all;
  padding: 7px 30px;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.4s ease all;
  -ms-transition: 0.4s ease all;
  -o-transition: 0.4s ease all;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  color: #1c98f3;
}

.top__content {
  display: flex;
  flex-direction:row;
  align-items: center;
  justify-content:space-between;
  min-height: 40vh;

}
.top__left {
    width:60%;
}
.top__left h1 {
  /* display: flex;
    flex-direction: column; */
  font-size: 40px;
  line-height: 61px;
  letter-spacing: 1.88px;
  font-family: system-ui;
  font-weight: bold;
  margin-bottom: 20px;
  color: #fff;
  text-align: left;
}

.top__left h1 span {
  color: #f8df49;
}

.top__left p {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.52px;
  /*margin-bottom: 40px;*/
  font-family: system-ui;
  color: #fff;
  text-align: left;
}

.top__left a {
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.49px;
  color: #000;
  background-color: #f8df49;
  padding: 15px 40px;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  font-family: "Numans", sans-serif;
  font-weight: bolder;
  cursor: pointer;
  transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -ms-transition: 0.2s ease all;
  -o-transition: 0.2s ease all;
  text-decoration: none;
}

.top__left a:hover {
  color: #000;
  background-color: #f0e10c;
  transition: 0.4s ease all;
  -webkit-transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  -ms-transition: 0.4s ease all;
  -o-transition: 0.4s ease all;
  margin-left: 10px;
}

.top__right img {
  width: 90%;
}

.single-brand {
  display: flex;
  /*flex-direction: row;*/
  align-items: center;
  /* justify-content: space-between; */
  justify-content: space-evenly;
  width: 45%;
  margin: 20px auto;
  padding: 30px 20px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  -webkit-box-shadow: 5px 5px 15px 5px #0e0e0e12;
  box-shadow: 5px 5px 15px 5px #0e0e0e12;
  margin-bottom: 1em;
  background-color: #2ba78673;
  min-height: 150px;
}
.single-brand:hover{
       background:#5aa989c7;
    
}
.brand_name{
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    padding-bottom:20px;
}
.brand_logo
{
  width: 100%;
  height:100px;
  margin-bottom:80px;
  border-radius: 5px;
}
.brand_img img{
    width:100%;
    height:100%;
    object-fit:cover
}
.brand-details {
  /* display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between; */
  text-align: center;
}

/* main */
main {
  /* margin: 0 auto; */
  margin-top: 6em;
}

.brand-description {
  width: 50%;
}

.brand-description p  {
  font-size: 15px;
    font-family: system-ui;
    line-height:1.5;

}

.brand-details {
  /*width: 20%;*/
}

.brand-details a {
  border: none;
  color: #000;
  /* padding: 15px 39px; */
  padding: 15px;
  border-radius: 7px;
  background-color: #ed3b3b;
  font-weight: bolder;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  font-size: 15px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  font-family: sans-serif;
  text-transform: uppercase;
}

.brand-list {
  width: 100%;
  margin:auto;
  display:flex;
  flex-wrap:wrap;
    justify-content: space-between;

}

.main-container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
    width:90%;

  margin:auto;
}

.side-menus {
  width: 25%;
}

.side-menus img {
  max-width: 300px;
  max-height: 50%;
}

main > h2 {
  /*margin-left: 35px;*/
  width:70%;
  margin:auto;
  text-align: center;
  padding-bottom:20px
}
/* leaderboard */

#player_list{
    width:30%;
    position: absolute;
    top: 90px;
    right:86px;
}
.leader_header{
        background-color: #14cf77c7;
        width:100%;
        margin:auto;
        border-radius:5px;

}
    

.leaderlist{
    background-color: #14cf77c7;
    /*width: 50%;*/
    margin:auto;
    display: flex;
    flex-direction:column;
    justify-content: space-between;
    align-items: center;
    border-radius: 5px;

}
.leader_header h2{
    margin-top: 15px;
    padding-top:20px;
    margin-bottom:15px;
    color:white;
    text-align:center;


}
.all_lists{
    width: 92%;
    margin:5px;
    border-radius:8px;
    transition:scale 1.5s ease;
}
.all_lists:hover{
    transform:scale(1.1);

}
.all_lists:last-child{
    margin-bottom:15px;
}


.left_list,
.right_list,
.all_lists{
    background-color: #2e746ffa;
    color: white;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.left_list,
.right_list{
    margin: 8px 10px;
}

.order,
.g_name{
    margin-right: 8px;
}
.name,
.g_name{
    color:black;
}
.bottom-content {
  width: 90%;
  margin: 2em auto;
  display: flex;
  flex-direction:column;
  align-items: center;
  margin-bottom: 4em;
}

.bot-left {
  width: 90%;
  margin:auto;
  text-align:left;
  align-self:flex-start;
  /*background:#fde6a18f;*/
  /*padding:15px;*/
  border-radius:10px;
  /*margin-bottom:20px;*/

  font-family:system-ui;
}
.bot-left li{
    list-style:none;
}
.btm2{
    align-self:flex-end;
    width:45%;

}
.btm_content{
    width:90%;
    display: flex;
    justify-content: space-between;
    align-items:center;
}
.bot-left p {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1.3px;
  /*font-weight: lighter;*/
}

.bot-right {
  width: 40%;
  height:300px;
  border-radius:10px;
 margin-bottom:20px;

}

.bot-right img {
  width: 100%;
  height:100%;
  object-fit:cover;
border-radius:10px;

}

.bot-right img:nth-child(1) {
  margin-bottom: 20px;
}

.bot-left p:not(:last-child),
.bot-left h2 {
  margin-bottom: 1em;
}

/* footer */
footer {
  background-color: #013139;
  color: #fff;
  padding: 15px;
  /* min-height: 140px; */
}

footer .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}

.footer__left {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  min-height: 70px;
  width:85%;
  margin:auto;
}

.footer__right {
  display: flex;
  flex-direction: column;
  justify-content:space-between;
  align-items: center;
  text-align:center;
}

/* footer img {
  width: 50px;
} */

.footer__left p {
  font-family: "Numans", sans-serif;
  font-weight: 200;
  font-size: 15px;
  line-height: 17px;
  letter-spacing: 0.42px;
}

.footer__right > div {
  width: 50%;
}

.footer__right p {
  width: 100%;
  font-family: "Numans", sans-serif;
  font-weight: lighter;
  font-size: 13px;
  line-height: 17px;
  letter-spacing: 0.42px;
}

.games {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 90%;
  margin:auto;
  /*background-color: black;*/
  /*padding: 2em 0;*/
}

.games-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  width: 80%;
  margin: 0 auto;
}

.games > h3 {
  color: white;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 1.13px;
}

.game-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 15px;
  position: relative;
}

.game-item img:nth-child(1) {
  width: 250px;
}

.game-item img:nth-child(2) {
  position: absolute;
  left: 0;
}

.game-item div {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 10px 0;
  background-color: #162249;
  color: white;
  border-radius: 0 0 17px 17px;
}

.games > a {
  padding: 15px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  /*background-image: linear-gradient(to bottom, #c63dae, #8e24db);*/
  color: #fff;
  border: none;
  min-width: 180px;
  margin: 30px 0 60px;
  font-size: 17px;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  transition: 0.3s ease all;
  display: block;
  background-color: #0296af;
  font-family: sans-serif;
}

.games > a:hover {
  background-image: linear-gradient(to bottom, #a40f89, #6f10b4);
  transition: 0.3s ease all;
  margin-left: 30px;
}

.about-wrapper {
  padding: 80px 0;
  width: 60%;
  margin: 0 auto;
}

.about-wrapper h3 {
  font-size: 26px;
  line-height: 38px;
  letter-spacing: 0.84px;
  font-family: sans-serif;
}

.about-wrapper p {
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.49px;
  font-family: sans-serif;
}

/* contact page */
.contact__container {
  margin: 4em 0 4em 4em;
}

.contact__container .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.about-content{
    width:90%;
    margin:auto;
}
.contact__container h2 {
  font-size: 32px;
  line-height: 48px;
  letter-spacing: normal;
  margin-bottom: 1em;
  font-family: "Numans", sans-serif;
  font-weight: 900;
}

.contact__container p {
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.49px;
  margin-bottom: 3em;
  font-family: "Numans", sans-serif;
  font-weight: 100;
}

.form__container {
  width: 45%;
  /* width: 50%; */
}

.contact__container form {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}

.form__container form input {
  margin-bottom: 1em;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.8px;
  color: #575757;
  border: 1px solid #c5c5c5;
  border-radius: 6px;
  outline: none;
  font-family: "Lato", sans-serif;
  font-weight: 100;
  width: 100%;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

form input,
form button {
  padding: 17px 0 17px 25px;
  box-sizing: border-box;
  font-family: "Numans", sans-serif;
  font-weight: 100;
}

form textarea {
  /* border: 1px solid rgba(6, 0, 255, 0.4); */
  /* line-height: 21px; */
  width: 100%;
  background-color: #f3f3f3;
  outline: none;
  font-size: 14px;
  margin-top: 6px;
  min-height: 10px;
  padding: 0 20px;
  border-radius: 4px;
  background-color: #fff;
  margin-bottom: 1em;
  border: 1px solid #c5c5c5;
  font-family: "Lato", sans-serif;
  font-weight: 100;
  letter-spacing: 0.8px;
  padding-top: 1em;
  font-family: "Numans", sans-serif;
  font-weight: 100;
}

textarea,
input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

form button {
  
  background-color: #12ebd3;
  color: #000;
  border: none;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.66px;
  text-transform: capitalize;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  padding-left: 0;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  width: 100%;
  cursor: pointer;
}

/* play-now */

.play-now {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 80%;
  width: 100%;
  background-color: black;
  padding: 2em 0;
}

.play-now > h3 {
  color: white;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 1.13px;
}

.play-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  width: 80%;
  margin: 0 auto;
  justify-content: center;
}

#thanks {
  transform: translateY(-50px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  width: 28%;
  margin: 0 auto;
  padding: 100px;
  z-index: 300;
  color: #000;
  text-align: center;
  border-radius: 15px;
  box-shadow: 0px 0px 30px 1200px rgb(0 0 0 / 77%);
}

#thanks p {
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0.49px;
  margin-bottom: 2em;
  font-family: "Numans", sans-serif;
  font-weight: 800;
}

#thanks button {
  background-color: #dcd9d9;
  color: black;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  width: 30%;
  cursor: pointer;
}

#transparent-bg {
    background-color: #00000014;
    width:90%;
    margin:auto;
}
/*.footer_btm_logo{*/
/*    display:flex;*/
/*    flex-direction:row;*/
/*    justify-content:space-between;*/
/*    align-items:center;*/
/*    width:80%;*/
/*}*/

.footer__left a {
    text-decoration: none;
    display: flex;
    align-items: center;
}

.footer__left a img:nth-child(2) {
    width: 30px;
    height: 30px;
    margin-left: 10px;
}

.bot-right img:nth-child(2) {
    border-radius: 5px;
}

.footer__left p {
    text-align: center;
}

.hamburger {
    width:40px;
  position: fixed;
  z-index: 100;
  top: 1rem;
  right: 1rem;
  padding: 6px;
  border: transparent solid 2px;
  background: black;
  color:white;
  cursor: pointer;
  font-size:20px;
  font-weight:500
}
.hamburger div{
        width:80%;
        height:3px;
        background:white;
        margin:3px auto;

}
.closeIcon {
  display: none;
}

.menu {
  position: fixed;
  transform: translateY(-100%);
  transition: transform 0.2s;
  top: -12px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  background: #00000096;
  color: white;
  list-style: none;
  padding-top: 4rem;
  flex-direction: column;
    justify-content: center;
    align-items: center;
}
.menu li{
    margin-bottom:30px;
}
.menu li a{
  font-size:40px;  
}
.showMenu {
  transform: translateY(0);
}
 .toggle_nav{
      display:none;
      position:fixed;
  }
  .nav_menu{
      width: 100%;
      margin-left:-25px;
      padding:0 20px;
    background: #0000008a;
    height: 63px;
    position: fixed;
  }