@import url('https://fonts.cdnfonts.com/css/space-nation');

body {
  margin: 0;
  font-family: 'Poppins', sans-serif;
  background-color: #0b0034;
  color: white;
  text-align: center;
  background: url('/images/background1.jpg') no-repeat center center fixed;
  background-size: cover;
  /* stretches the image to fill the entire body */
  background-repeat: no-repeat;
  background-position: center center;
  overflow-x: hidden;
}

.dropdown-item:focus, .dropdown-item:hover {
  margin: 10px 0px !important; 
}

h1 {
  font-weight: bolder !important;
}

.z-index-front {
  position: relative;
  z-index: 999;
}

.z-index-back {
  position: relative;
  z-index: 100;
}

section,
.teams .row {
  padding: 20px;
}

.card,
.teams .row {
  margin-bottom: 20px !important;
}


.navbar-light .navbar-nav .nav-link {
  color: white;
}

@media (max-width: 991.98px) {}

nav {
  background: linear-gradient(135deg, #19B1C6, #8B0ED9);
  padding: 0px 20px 0px 20px;
  max-width: 1080px;
  margin: 0 auto;
  font-size: 18px;
}

a {
  text-decoration: none;
}

.logo-nav {
  display: flex;
  align-items: center;
}

.logo img {
  width: 78px;
  height: 78px;
  margin-right: 10px;
}

nav {
  display: flex;
  align-items: center;
}

nav a {
  margin: 0 15px;
  color: white;
  text-decoration: none;

}

.nav-right a {
  margin: 0 10px;
  color: white;
}

.main-content {
  padding: 20px;
}

.characters img {
  width: 15%;
  margin: 0 10px;
}

.play-now-button {
  background-color: white;
  color: white;
  padding: 10px 20px;
  font-size: 18px;
  cursor: pointer;
  color: black;
  border-radius: 34px;
  font-weight: bolder;
  font-family: 'Poppins', sans-serif;
}

a:hover {
  color: inherit !important; /* Keeps the color same as the default */
  text-decoration: none !important;
}


.latest-news h2 {
  color: #ffe600;
}

.term-details {
  text-align: left !important;
}


/*start of hero css */

.hero-wrapper h1 {
  font-size: calc(68px + 1vw);
  color: #FFC609;
  font-family: "", Courier;
  margin-bottom: 0px;
}

.hero-wrapper span {
  font-size: 45px;
  font-family: "", Courier;
}


.hero-main {
  margin-top: -57px;
}

.hero-planet {
  height: 29%;
  left: 4%;
  bottom: 0%;
  position: absolute;
}

.hero-star {
  position: absolute;
  right: 10%;
  width: 8%;
}

/*end of hero css */


/* Start of play now */

.playnow-wrapper {
  max-width: 780px;
  margin: 0 auto;
  font-size: 18px;
}

.playnow-star {
  position: absolute;
  left: 17%;
  width: 8%;
}

.playnow-asteroid {
  position: absolute;
  right: 10%;
  width: 16%;
  transform: scaleX(-1);
}

.playnow-btn {
  background: #E21655;
  font-size: 25px;
  color: #fff;
  border-radius: 50px;
  border: 2px solid;
  width: 217px;
  padding: 10px;
  font-family: "", Courier;
}

/* End of play now */

/*Start of latest news*/

.latest-news {
  margin-top: 7%;
  padding: 20px;
  display: inline-block;
}

.latest-news h1 {
  font-size: 58px;
  color: #FFC609;
  font-family: "", Courier;
}

.latest-news h5 {
  font-size: 26px;
  color: #FFC609;
  font-family: "", Courier;

}

.latest-news .readmore a {
  font-size: 18px;
  color: #FFC609;
  font-family: "", Courier;
  margin-bottom: 0px !important;
}

.readmore {
  margin-bottom: 0px !important;
}

.latest-news .card-text {
  font-size: 18px;
  color: #fff;
}

.latest-news .lead {
  max-width: 780px;
  margin: 0 auto;
  font-size: 18px;
}

.latest-news .card {
  padding: 15px;
  background-color: rgb(34, 32, 32, 0.5);
  border: 6px solid #FFC60A;
  border-radius: 29px;
}

/*end of latest news*/


/*start of games*/

.games .lead {
  max-width: 780px;
  margin: 0 auto;
  font-size: 18px;
}

.playnow-btn-games {
  background: #E21655;
  font-size: 30px;
  color: #fff;
  border-radius: 50px;
  border: 2px solid;
  width: 217px;
  padding: 10px;
  font-family: "", Courier;
}

.games {
  margin-top: 7%;
  padding: 20px;
  display: inline-block;
}

.games h1 {
  font-size: 58px;
  color: #FFC609;
  font-family: "", Courier;
}

.games h5 {
  font-size: 26px;
  color: #FFC609;
  font-family: "", Courier;

}


.games .card {
  border: 6px solid #FFC60A;
  border-radius: 29px;
  width: 397px;
  height: 397px;
  display: block;
  text-align: center;
  margin: 0 auto;
}

.card-left {
  background: linear-gradient(180deg, #3A0E64 0%, #E21655 100%);
}

.card-right {
  background: linear-gradient(180deg, #3A0E64 0%, #218AAF 100%);
}

.games .card img {
  position: absolute;
  left: -5%;
  top: -20%;
  height: auto;
  width: 459px;
}

.games-moon {
  position: absolute;
  left: 5%;
  width: 13%;
}

.games-ufo {
  position: absolute;
  left: 5%;
  width: 31%;
  bottom: -31%;
}

.games-hero-star {
  position: relative;
  right: -38%;
  width: 15%;
  bottom: 0%;
}

.games-rocket {
  position: absolute;
  right: -17%;
  width: 37%;
  bottom: -14%;
}

/*end of games*/


/*start of teams*/

.teams h1 {
  font-size: 58px;
  color: #FFC609;
  font-family: "", Courier;
}

.teams h3 {
  font-size: 30px;
  color: #FFC609;
  font-family: "", Courier;
}

.teams .lead,
.details p {
  max-width: 780px;
  margin: 0 auto;
  font-size: 18px;
}

.details {
  border: 6px solid #FFC60A;
  border-radius: 29px;
  padding: 7%;
  background-color: rgba(0, 0, 0, 0.4);
}

/*end of teams*/



/*start of testimonials*/

.testimonials h1 {
  font-size: 58px;
  color: #FFC609;
  font-family: "", Courier;
}

.testimonials h3 {
  font-size: 30px;
  color: #FFC609;
  font-family: "", Courier;
}

.testimonials .lead,
.testimonials-details p {
  max-width: 780px;
  margin: 0 auto;
  font-size: 18px;
}

.testimonials .card {
  border: 6px solid #FFC60A;
  border-radius: 29px;
  padding: 7%;
  background-color: rgba(0, 0, 0, 0.4);
}

.testimonials img {
  border-radius: 50%;
}

/*end of testimonials*/

/*start of footer*/

.footer {
  background-color: #292626;
}

.footer h3 {
  font-size: 30px;
  color: #FFC609;
  font-family: "", Courier;
}

.footer-icons {
  flex-direction: row;
  padding: 20px;
}


.footer-icons li {
  padding-right: 20px !important;
  text-align: center;
  margin: 0 auto;
}

.footer-icons svg {
  color: white;
}

a.links {
  font-size: 15px;
}

.footer p {
  font-size: 15px;
}

/*end of footer*/

/*start of response*/

@media (max-width: 480px) {
  h1 {
    font-size: calc(38px + 1vw) !important;
  }

  .hero-main {
    margin-top: -28px;
  }

  .playnow-asteroid {
    top: 36%;
    width: 27%;
  }

  .hero-planet {
    height: 15%;
    left: -2%;
    bottom: 10%;
  }

  .playnow-star {
    left: 78%;
    width: 15%;
  }

  .games .card {
    max-width: 100% !important;
    display: block;
    margin: 0 auto;
    height: 354px !important;
  }

  .card-left img {
    left: -22%;
    top: -20%;
    height: 110%;
    width: auto;
  }

  .card-left img {
    left: -16% !important;
    top: -12% !important;
    height: 109% !important;
    width: auto !important;
  }

  .card-right img {
    left: -16% !important;
    top: -12% !important;
    height: 109% !important;
    width: auto !important;
  }

  .teams .details {
    margin: 12px !important;
  }

  .testimonials .card {
    margin: 25px !important;
  }

  .games-moon {
    position: absolute;
    left: 5%;
    width: 13%;
  }

  .games-rocket {
    position: absolute;
    right: 14%;
    width: 31%;
    bottom: -42%;
  }

  .games-ufo {
    position: absolute;
    left: -4%;
    width: 31%;
    bottom: -12%;
}

}

/*end of responsive*/

/*start of firworks*/

#birthday {
  z-index: 5;
  position: absolute;
  left: 0%
}

.navbar {
  z-index: 10;
}
/*end of firworks*/