* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}
body {
  min-height: 100vh;
  background-color: #113b71;
}
/* start navbar */
.main-head {
  width: 100%;
}
.main-head .main-nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  backdrop-filter: blur(5px);
  position: fixed;
  z-index: 9909;
  top: 0;
}
.main-head .main-nav {
  border-bottom: #fff 1px solid;
}
.main-nav .logo {
  margin: 10px 25px;
}
.main-nav .logo a {
  text-decoration: none;
  font-size: 26px;
  font-weight: 600;
  color: #fff;
}
.main-nav .logo a img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.main-nav .nav-links ul {
  margin: 10px 25px;
  list-style: none;
  display: flex;
  justify-content: space-between;
}
.main-nav .nav-links ul a {
  position: relative;
  text-decoration: none;
  font-size: 17px;
  font-weight: 600;
  color: #fff;
  margin-right: 10px;
  padding: 7px;
}
.nav-links a::before,
.nav-links a::after {
  position: absolute;
  content: "";
  z-index: -1;
}
.nav-links a::after {
  height: 0;
  left: 0;
  top: 0;
  transition: 0.6s;
  width: 100%;
  border-radius: 7px;
}
.nav-links a:hover::after {
  /* box-shadow: inset -10.5em 0 0 0 #ff96ad, inset 10.5em 0 0 0 #ff96ad; */
  height: 100%;
  background-color: #0e1f4e;
}
/* end navbar */
/* start intro  */
.intro .title {
  margin-top: 100px;
  margin-bottom: 50px;
  width: 100%;
  text-align: center;
}
.intro .title h2 {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
}
.intro .title p {
  line-height: 25px;
  font-size: 25px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 20px;
}
.intro .title .social-icons {
  margin-top: 15px;
  margin-bottom: 20px;
}
.social-icons ul {
  margin-top: 20px;
  margin-left: 50px;
}
.social-icons ul a {
  font-size: 30px;
  display: inline-block;
  text-decoration: none;
  margin-right: 20px;
  color: #b58f36;
  transition: 0.7s ease-in;
}
.social-icons ul .facebook:hover {
  color: rgb(40, 40, 139);
}
.social-icons ul .insta:hover {
  color: rgb(234, 7, 102);
}
.social-icons ul .github:hover {
  color: rgb(4, 4, 120);
}
.social-icons ul .whats:hover {
  color: rgb(13, 213, 96);
}
.social-icons ul .linked:hover {
  color: rgb(6, 6, 241);
}
/* end intro  */
/* start games section */
.games-sec {
  min-height: 100vh;
}
.games-sec .title {
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
  width: 100%;
}
.games-sec .title h2 {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.5px;
}
.games-sec .games-cards {
  display: flex;
  width: 100%;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
}
.games-sec .games-cards a {
  display: block;
  text-decoration: none;
  width: 100%;
}
.games-sec .games-cards .games-card {
  width: 90%;
  margin: 20px;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  display: flex;
  justify-content: space-around;
  background-color: #0e1f4e;
  margin-left: 50px;
}
.games-sec .games-cards .games-card img {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  left: 0;
  margin: 15px 0;
}
.games-cards .games-card .text {
  margin-top: 30px;
  text-align: center;
}
.games-cards .games-card .text h2 {
  font-size: 25px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.5px;
}
.games-cards .games-card .text p {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  line-height: 25px;
}
/* .games-cards .games-card .text a {
  display: block;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  border: none;
  border-radius: 20px;
  margin: 10px;
  padding: 7px 15px;
  background-color: #4d6242;
  color: #fff;
  transition: 0.5s ease;
}
.games-cards .games-card .text a:hover {
  background-color: #acb388;
} */
.btn {
  font-size: 20px;
  color: #fff;
  background-color: #4d6242;
  border: none;
  text-decoration: none;
  font-weight: 500;
  padding: 15px;
  border-radius: 50px;
  text-align: center;
  margin-top: 25px;
  transition: 0.5s;
  width: 200px;
  cursor: pointer;
}
.btn a {
  color: #fff;
  padding: 5px;
  text-decoration: none;
  transition: 0.5s;
}
.btn:hover {
  background-color: #acb388;
  transition: 0.5s;
}

/* end games section */
/* start vistors */
.visitors h2 {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #fff;
  text-align: center;
}
.visitors .visit {
  text-align: center;
  padding: 30px;
}
.visit h2 {
  display: inline-block;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  padding: 20px;
  border-radius: 50%;
  background-color: #29323c;
  margin-top: 0px;
}
.visit p {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin-top: 20px;
}
/* end vistors */
/* srart footer */
.footer {
  display: flex;
  justify-content: space-around;
  background-color: #0f0538;
  padding: 30px;
  width: 100%;
}
.footer .title {
  width: 10%;
}
.footer .title h2 {
  font-size: 25px;
  font-weight: 500;
  color: #fff;
}
.footer .title span {
  font-size: 30px;
  color: #7c0722;
  font-weight: 800;
}
.footer .servise-links h2 {
  font-size: 25px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 0.5px solid #7c0722;
}
.footer .servise-links ul {
  list-style: circle;
  margin: 10px;
}
.footer .servise-links ul li a {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  margin-top: 7px;
  transition: 0.5s;
}
.footer .servise-links ul li a:hover {
  text-decoration: underline;
  color: #007380;
}
.best-footer h2 {
  font-size: 25px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 0.5px solid #7c0722;
}
.best-footer ul {
  list-style: circle;
  margin: 10px;
}
.best-footer ul li a {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  margin-top: 7px;
  transition: 0.5s;
}
.best-footer ul li a:hover {
  text-decoration: underline;
  color: #007380;
}
/* End footer */
/* start responsive */
@media screen and (max-width: 767px) {
  body {
    width: 100%;
  }
  .main-nav .logo a {
    font-size: 16px;
  }
  .main-nav .logo a img {
    width: 20px;
    height: 20px;
  }
  .main-nav .nav-links ul {
    margin: 10px;
  }
  .main-nav .nav-links ul a {
    font-size: 12px;
  }
  .games-sec .games-cards .games-card {
    width: auto;
    margin-left: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 15px;
  }
  .games-sec .games-cards .games-card img {
    width: 250px;
    height: 250px;
    margin-left: 80px;
  }
  .games-cards .games-card .text {
    text-align: center;
    margin-bottom: 15px;
  }
  .games-cards .games-card .text h2 {
    font-size: 22px;
  }
  .games-cards .games-card .text p {
    font-size: 19px;
    padding: 15px;
  }
  .games-cards .games-card .text a {
    width: auto;
  }
  .footer {
    flex-direction: column;
    text-align: center;
  }
  .footer .title {
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
  }
  .footer .servise-links {
    margin-bottom: 20px;
  }
}
/* end responsive */
