@import url("https://fonts.googleapis.com/css2?family=Comfortaa:wght@400;500");
header {
  background: url("../img/waves/wave.svg");
  background-repeat: no-repeat;
  background-size: 100%, cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

header nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 2rem;
  -webkit-transition: 400ms;
  transition: 400ms;
}

@media screen and (max-width: 500px) {
  header nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 1rem !important;
  }
  header nav h1 {
    color: #ff5500 !important;
  }
}

header nav .leftSide h1 {
  color: #0e0f34;
  font-weight: 900;
}

header nav .rightSide img {
  width: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}

header .header-info {
  max-width: 900px;
  width: 90%;
}

header .header-info h2 {
  text-align: center;
  margin-bottom: 1rem;
}

header .header-info .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

header .header-info .info p {
  margin-top: 0.4rem;
  letter-spacing: 0.6px;
  line-height: 1.4rem;
}

header .header-info .info p.hint {
  padding: 0.4rem;
  color: #7a827c;
  margin-top: 1rem;
  background: #0e0f34;
  border-radius: 5px;
  font-size: 13px;
  border: solid 1px #ff5500;
}

header .header-info .info p.hint a {
  color: #00affa;
  text-decoration: none;
  outline: none;
}

header .download-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 770px) {
  header .download-links {
    display: block;
  }
}

header .download-links .links {
  margin: 1rem;
}

header .download-links .links .download-box {
  padding: 0.2rem;
  border-radius: 5px;
}

header .download-links .links .download-box a {
  text-decoration: none;
  outline: none;
  color: #ff5500;
  background-color: #0e0f34;
  padding: 10px 15px;
  border-radius: 5px;
  border: 1px solid #ff5500;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .download-links .links .download-box a img {
  width: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-left: 10px;
}

header .download-links .links .download-box.android {
  background-color: #a4c639;
}

header .download-links .links .download-box.windows {
  background-color: #00adef;
}

header .download-links .links .download-box.playOnline {
  background-color: #ff783a;
}

header .download-links .links .download-box .counter-downloaders {
  color: #020c1f;
  padding: 0.5em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .download-links .links .download-box .counter-downloaders .counter {
  color: #24039db7;
  font-weight: bold;
  font-size: 13px;
  margin: 0 5px;
}

header .download-links .links .download-box .counter-downloaders img {
  width: 15px;
  -o-object-fit: contain;
     object-fit: contain;
}

header .browse-more {
  text-align: center;
}

header .browse-more h1 {
  margin: 1.2rem 0;
  opacity: 0.8;
}

header .browse-more img {
  width: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}

.container {
  width: 100%;
  margin-top: 1.5rem;
}

.container .swiper {
  width: 95%;
  max-width: 850px;
  max-height: 800px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.container .swiper .swiper-wrapper {
  margin-bottom: 2rem;
}

.container .swiper .swiper-wrapper .swiper-slide {
  padding: 0.2rem;
  padding-top: 1rem;
  width: 95%;
  background-color: #00adef;
  border-radius: 10px;
}

.container .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.container .swiper .swiper-wrapper .swiper-slide .slider-info {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1rem;
}

.container .swiper .swiper-wrapper .swiper-slide .slider-info h1 {
  color: #f5f5f5;
  margin-bottom: 1rem;
  font-size: 18px;
}

.container .swiper .swiper-wrapper .swiper-slide .slider-info p {
  color: #0e0f34;
  font-weight: bold;
}

.container .swiper .swiper-wrapper .swiper-slide .slider-info a {
  margin: 1rem 0;
  text-decoration: none;
  outline: none;
  color: #ff5500;
  background-color: #0e0f34;
  padding: 10px 15px;
  border-radius: 5px;
  border: 1px solid #ff5500;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.container .swiper .swiper-wrapper .swiper-slide .slider-info a img {
  width: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-left: 10px;
}

.container .swiper .swiper-wrapper.android .swiper-slide {
  background-color: #a4c639;
}

.container .swiper .swiper-wrapper.android .swiper-slide img {
  height: 450px;
  -o-object-fit: contain;
     object-fit: contain;
}

.container .swiper .swiper-wrapper.android .swiper-slide .slider-info h1 {
  color: #ff4081;
}

.container .swiper .swiper-wrapper.android .swiper-slide .slider-info a {
  height: 50px;
  outline: none;
}

.container .swiper .swiper-pagination-bullet {
  background-color: #00adef;
}

.container .swiper .swiper-pagination-bullet.android {
  background-color: #a4c639;
}

.container .head-slider-info {
  text-align: center;
  padding: 2rem 0;
  padding-bottom: 0;
}

.container .head-slider-info h1 {
  font-size: 19px;
}

.container .head-slider-info p {
  font-size: 12px;
  color: #fff;
  opacity: 0.7;
  padding: 0.6rem 0;
}

section.features-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section.features-section h1 {
  margin: 10px 0;
  font-size: 20px;
  opacity: 0.8;
}

section.features-section .features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 770px) {
  section.features-section .features {
    display: block;
  }
}

section.features-section .features .feature {
  margin: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #00adef;
  border-radius: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 2rem 1rem;
  -webkit-transition: 300ms;
  transition: 300ms;
  opacity: 0.9;
}

section.features-section .features .feature img {
  width: 150px;
  -o-object-fit: contain;
     object-fit: contain;
}

section.features-section .features .feature strong {
  margin: 1rem 0;
  color: #0e0f34;
}

section.features-section .features .feature p {
  line-height: 1.5rem;
  letter-spacing: 0.5px;
}

section.features-section .features .feature:hover {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
  opacity: 1;
}

section.description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 2rem;
}

section.description .how-to-play {
  border: 1px solid #ff4081;
  max-width: 700px;
  width: 90%;
  padding: 1rem;
  border-radius: 3px;
  margin: 1rem 0;
}

section.description .how-to-play p {
  letter-spacing: 0.5px;
  line-height: 1.5;
}

section.description .how-to-play strong {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ff4081;
}

section.description .how-to-play strong span {
  margin-left: 0.5em;
}

section.description .how-to-play strong span img {
  width: 25px;
  -o-object-fit: contain;
     object-fit: contain;
}

section.description a {
  text-decoration: none;
  border: 1px solid #ff4081;
  padding: 0.5em 1rem;
  border-radius: 0.5em;
  color: #ff4081;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section.description a img {
  margin-left: 0.5em;
  width: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}

footer {
  position: relative;
  height: 100%;
  width: 100%;
  background: #1d1e43;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

footer h1 {
  font-size: 20px;
  margin: 1rem 0;
  opacity: 0.8;
}

footer .footer-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 100%;
  padding: 1rem 0;
}

footer .footer-links .list ul {
  list-style: none;
}

footer .footer-links .list ul li {
  padding: 0.5rem 0;
}

@media screen and (max-width: 500px) {
  footer .footer-links .list ul li {
    font-size: 14px;
  }
}

footer .footer-links .list ul li a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #00adef;
}

footer .footer-links .list ul li a:hover {
  color: #008cc1;
}

footer .footer-links .list ul li a img {
  width: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 7px;
}

footer .copyright {
  padding: 1rem 0;
  text-align: center;
  line-height: 1.7rem;
}

footer .copyright p {
  color: #00adef;
  font-size: 14px;
}

footer .copyright p a {
  text-decoration: none;
  margin: 0 5px;
  color: #ff4081;
  padding: 2px 3px;
  background-color: #0e0f34;
  border: 1px solid #ff4081;
  border-radius: 3px;
}

*,
*::after,
*::before {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

html {
  scroll-behavior: smooth;
}

body {
  background: #0e0f34;
  font-family: "Comfortaa", cursive;
  color: #f5f5f5;
}
/*# sourceMappingURL=style.css.map */