@import url("https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800,900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  list-style: none;
}
body {
  background: #f7f7f7;
  min-height: 100vh;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: top 0.6s;
  padding: 25px 30px;
  z-index: 10000;
}
header.sticky {
  display: flex;
  transition: 1s;
  padding: 15px 10px;
  /*background-image: linear-gradient(#000, rgba(0, 0, 0, 0.394));*/
  background: #1483d5;
  background-position: center;
}
header .logo {
  transition: 0.6s;
  width: 200px;
}
header .menu {
  position: relative;
  display: block;
  justify-content: center;
  align-items: center;
}

header .menu a {
  font-size: 15px;
  text-decoration: none;
  color: #fff;
  padding: 0 10px;
  transition: 0.5s;
  font-weight: bold;
}

header .menu a i {
  font-size: 20px;
  margin: 5px;
}

header .menu a:hover {
  color: #000;
}
header .menu-btn {
  color: #fff;
  font-size: 50px;
  cursor: pointer;
  display: none;
}

.banner {
  position: relative;
  width: 100%;
  background: url(../imgs/BG.jpg) no-repeat;
  background-size: cover;
  display: flex;
  background-attachment: scroll;
  background-position: center;
}
.shadow {
  width: 100%;
  height: 50%;
  background-image: linear-gradient(#000, #0000);
}
header.sticky ul li a {
  color: #fff;
}
header.sticky ul li a:hover {
  color: rgb(48, 48, 48);
}
/**header.sticky .logo {

}**/
/*________________________________*/
.content {
  display: contents;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}

.hit-game-section {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  /*-----------------------*/
  background-image: linear-gradient(to right, #054f64, #19b0da 20%);
  height: 80vh;
  position: relative;
  margin-bottom: 100px;
}

.hit-game-section::after {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 40%;
  background-color: #f7f7f7;
  transform: skewY(-15deg);
}

.hit-img-btn {
  z-index: 1;
  width: 100%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-content: end;
  flex-direction: row;
  top: 35%;
}
.hit-img {
  display: flex;
  background: #fff;
  box-shadow: 0px 0px 20px;
}
.hit-img img {
  width: 400px;
  height: 400px;
  padding: 10px;
}

.hit-about-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about-game {
  display: flex;
  position: relative;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.about-game h1 {
  margin-top: 10%;
  font-weight: bold;
  font-size: 40px;
  color: #3b3544;
}

.about-game em {
  position: relative;
  text-align: left;
  margin-top: 10%;
  color: #3b3544;
  font-size: 20px;
}

.store-btn {
  position: relative;
  left: 10%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.store-btn a {
  margin: 20px;
}

.store-btn a img {
  width: 200px;
  box-shadow: 0px 0px 20px #000;
  border-radius: 15px;
}
/* header2 */
.games-header {
  z-index: 1;
  display: flex;
  position: absolute;
  left: 22%;
  text-align: center;
  align-items: center;
  justify-content: center;
  top: 10%;
}
.games-header h1 {
  font-size: 40px;
  color: #fff;
  text-align: center;
}
.header2 {
  text-align: center;
  border-bottom: 2px dashed #0000004a;
  margin-left: 10%;
  margin-right: 10%;
}
.anim {
  margin-top: 0px;
  font-size: 50px;
}
.header2 p {
  font-family: "Poppins", sans-serif;
  margin-top: 10px;
  padding-left: 20%;
  padding-right: 20%;
  margin-bottom: 10px;
}

.games-section {
  width: 100%;
}

.games-grid {
  margin: 20px 0 0 0;
  padding: 0;
  list-style: block;
  display: block;
  text-align: center;
  width: 100%;
  z-index: 2;
  position: relative;
}

.games-grid:after {
  clear: both;
}
.games-grid:after,
.xop-box:before {
  content: "";
  display: table;
}
.games-grid li {
  width: 328px;
  display: inline-block;
  margin: 5px;
  margin-bottom: 5px;
  background: #fff;
  padding: 20px;
}

.xop-box {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition: 0.3s ease-in-out, -webkit-transition 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out, -moz-transition 0.3s ease-in-out;
  transition: 0.3s ease-in-out, transition 0.3s ease-in-out;
}

.xop-box:hover {
  transform: scale(1.05);
}

.game-img-1 {
  width: inherit;
}

.overlay-button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.overlay-button:hover a {
  display: block;
}

.overlay-button a {
  margin: 5%;
  display: none;
  width: 100%;
}
.overlay-button a img {
  width: 100%;
}

.kpi-section {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  padding-bottom: 50px;
}
.kpi-section ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  padding-bottom: 50px;
  flex-direction: row;
}
.kpi-section ul li {
  list-style: none;
  width: 21%;
  text-align: center;
}
.kpi-section ul li i {
  font-size: 100px;
  margin-bottom: 10px;
  color: #fff;
}
.kpi-section ul li p {
  font-size: 15px;
  margin-top: 10px;
  color: #fff;
  font-weight: bolder;
}
/*--------------TIMLINE---------------*/



.timeline-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px 100px;
}
.timeline {
  width: 80%;
  height: auto;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}
.timeline ul {
  list-style: none;
}
.timeline ul li {
  padding: 20px;
  background-color: #1e1f22;
  color: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
}
.timeline ul li:last-child {
  margin-bottom: 0;
}

.timeline-content h3 {
  font-size: 25px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 10px;
}

.timeline-content p {
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
}

.timeline-content .date-time {
  font-size: 13px;
  font-weight: 300;
  margin-bottom: 10px;
  line-height: 2px;
}
/*-------------------team------------------*/

/*---------------FOOTER-----------------*/
footer {
  width: 100%;
  height: auto;
  /*background-color: #00abff;*/
  background-image: url(../imgs/BG.jpg);
  padding-top: 10%;
  background-size: cover;
}
.footer-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.footer-content h1 {
  font-size: 50px;
  margin: 10px;
  color: #fff;
}

.footer-content p {
  font-size: 20px;
  color: #fff;
}
.email-footer {
  text-decoration: none;
  list-style: none;
  color: #000;
  width: 30%;
  background-color: #fff;
  padding: 2%;
  border-radius: 50px;
  margin-bottom: 5%;
  font-size: 20px;
  font-weight: 300;
}
.socilas {
  display: flex;
  align-items: center;
  justify-content: normal;
  margin-bottom: 50px;
}
.socilas li {
  margin: 0 10px;
}
.socilas li a {
  text-decoration: none;
  color: #fff;
}
.socilas li a i {
  font-size: 50px;
}
.bottom-footer {
  display: flex;
  width: 100%;
  position: relative;
  padding: 30px;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.bottom-footer a {
  text-decoration: none;
  color: #fff;
}
.bottom-footer p {
  color: #fff;
  width: 100%;
}
/*---------------------Banner-Header----------------------*/
.banner-header-info {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  height: 100%;
  padding-top: 15%;
  width: 100%;
}
.banner-header-info img {
  width: 30%;
  margin-bottom: 5%;
}
.banner-header-info p {
  margin-bottom: 5%;
  color: #fff;
  width: 60%;
  text-align: center;
}

.banner-header-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5px;
  margin-bottom: 200px;
}
.banner-header-btn ul {
  display: flex;
  flex-direction: initial;
  width: 100%;
  justify-content: center;
}
.banner-header-btn ul li {
  margin: 0 5px;
  padding: 10px 0px;
  border: 2px solid #fff;
  border-radius: 10px;
}
.banner-game-btn {
  background: #fff;
}

.banner-game-btn a {
  text-decoration: none;
  color: #000;
  padding: 20px 50px;
  font-weight: bold;
}
.banner-contact-btn a {
  text-decoration: none;
  color: #fff;
  padding: 20px 50px;
}
























