@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Genos:wght@500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap");
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

*::before,
*::after {
  box-sizing: border-box;
  outline: 0;
}

html {
  scroll-behavior: smooth;
  height: 100%;
  overflow-x: hidden;
}

body {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  height: 100%;
  background-color: #000000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 700;
}

h1 {
  font-size: 67px;
  line-height: 70px;
}

h2 {
  font-size: 18px;
  line-height: 27px;
}

h3,
h4,
h5,
h6 {
  font-size: 16px;
  line-height: 24px;
}

p {
  font-size: 14px;
  line-height: 21px;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: #FFFFFF;
}
a:hover {
  color: #2F80ED;
}

img {
  width: 100%;
  height: auto;
}

.wrapper {
  padding-left: 25px;
  padding-right: 25px;
}

.btn {
  display: inline-block;
  padding: 15px 30px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  background: #2F80ED;
  color: #FFFFFF;
  border: none;
  border-radius: 60px;
  text-align: center;
  cursor: pointer;
}
.btn:hover {
  box-shadow: 0 0 0 0 #FFFFFF;
  animation: pulse-white 2s infinite;
  color: white;
}
.btn-signup {
  padding: 15px 25px;
}
.btn-login {
  padding: 15px 25px;
  background: transparent;
  border: 2px solid #2F80ED;
}
.btn-login:hover {
  box-shadow: 0 0 0 0 #2F80ED;
  animation: pulse-blue 2s infinite;
}
.btn-planet {
  padding: 9px 49px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  z-index: 3;
  box-shadow: 0 0 0 0 #FFFFFF;
  animation: pulse-white 2s infinite;
}
.btn-play {
  padding: 15px 62px;
  background: transparent;
  border: 2px solid #2F80ED;
}
.btn-play:hover {
  box-shadow: 0 0 0 0 #2F80ED;
  animation: pulse-blue 2s infinite;
}

.logout-btn {
  display: none;
}

.title-main {
  font-family: "Genos", sans-serif;
  font-size: 34px;
  line-height: 42px;
  font-weight: 500;
  text-transform: capitalize;
}

.sub-header {
  position: relative;
  color: #FFFFFF;
  min-height: 717px;
}
.sub-header_title {
  width: 52%;
  color: #FFFFFF;
  text-align: center;
  position: absolute;
  top: 0;
  left: 25%;
  z-index: 3;
}
.sub-header_txt {
  color: #FFFFFF;
  position: absolute;
  z-index: 3;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  width: 71%;
  max-width: 300px;
}
.sub-header_txt.first {
  top: 416px;
  left: 51px;
}
.sub-header_txt.second {
  top: 609px;
  right: 34px;
  text-align: right;
}
.sub-header_txt h2, .sub-header_txt h3, .sub-header_txt h4 {
  font-family: "Genos", sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 40px;
}

.txt-grad {
  background: linear-gradient(90deg, #EA69E5 0%, #D5CCF8 48%, #6654F1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.planet-1 {
  width: 122px;
  height: 122px;
  top: 326px;
  left: 16px;
  position: absolute;
  z-index: 2;
  background: url("../images/planet-1.webp");
  box-shadow: inset -32px -32px 32px #000000, -8px -8px 16px rgba(47, 128, 237, 0.2);
  animation: rotating-planet 30s linear infinite;
  background-repeat: repeat;
  background-size: 200% 100%;
  border-radius: 50%;
  transform: rotate(-12deg);
}

.planet-2 {
  width: 122px;
  height: 122px;
  top: 518px;
  right: 28px;
  background: url("../images/planet-2.webp");
  position: absolute;
  z-index: 2;
  box-shadow: inset 32px -32px 32px #000000, -8px -8px 16px rgba(169, 95, 138, 0.2);
  background-repeat: repeat;
  background-size: 180% 100%;
  border-radius: 50%;
  transform: rotate(-21deg);
  animation: rotating-planet2 30s linear infinite;
}

.ellipse {
  display: inline-block;
  background: url("../images/planet-ellipse.webp");
  width: 264px;
  height: 264px;
  top: 88px;
  left: calc(50% - 127px);
  position: relative;
  background-size: contain;
  padding: 3px;
  z-index: 2;
}

.planet-3 {
  position: absolute;
  width: 244px;
  height: 244px;
  top: 10px;
  left: 10px;
  background: url("../images/planet-3.webp");
  box-shadow: inset 32px -32px 32px #000000, -8px -8px 16px #221511;
  animation: rotating-planet 30s linear infinite;
  background-repeat: repeat;
  background-size: 200% 100%;
  border-radius: 50%;
  z-index: 2;
  transform: rotate(12deg);
}

.bg-header {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  height: 770px;
  background: url("../images/bg-header-mob.webp");
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-header.contact-page {
  background: url("../images/bg-contact-mob.webp");
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-header.landing-page {
  background: url("../images/landing/bg-landing-mob.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  height: 682px;
}

.games-content {
  color: #FFFFFF;
  text-align: center;
  padding: 0 15px 34px;
}
.games-content h2, .games-content h3, .games-content h4 {
  font-family: "Genos", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 42px;
  margin-bottom: 15px;
}
.games-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 34px 0 45px;
  color: #FFFFFF;
}
.games-container .game-container {
  padding: 37px 20px 35px;
  border-radius: 15px;
  background: rgb(0, 0, 0);
  background: linear-gradient(155.14deg, rgba(255, 255, 255, 0) -2.13%, rgba(255, 255, 255, 0.25) 136.58%);
  box-shadow: 49px 25px 0px 4px rgba(0, 7, 72, 0.12);
  position: relative;
  width: 100%;
  max-width: 290px;
}
.games-container .game-container:before {
  content: "";
  position: absolute;
  top: -2px;
  bottom: -2px;
  left: -2px;
  right: -2px;
  background: transparent;
  background: linear-gradient(151.65deg, rgba(255, 255, 255, 0.3) -6.81%, rgba(255, 255, 255, 0) 106.92%);
  z-index: -3;
  border-radius: 15px;
}
.games-container .game-container:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000000;
  z-index: -2;
  border-radius: 15px;
}
.games-container .game-container:hover:before {
  background: linear-gradient(90deg, #EA69E5 0%, #D5CCF8 48%, #6654F1 100%);
}
.games-container .game-cover {
  display: block;
  width: 100%;
  height: 255px;
  border-radius: 15px;
  background-size: cover;
  overflow: hidden;
}
.games-container .game-cover img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.games-container .game-descr {
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
}
.games-container .game-descr h2, .games-container .game-descr h3, .games-container .game-descr h4 {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 5px;
  color: #6A58F1;
  text-align: left;
}
.games-container .game-descr p {
  text-align: left;
}
.games-container .game-descr .btn-play {
  display: inline-block;
  margin-top: 30px;
}

.game-review_container {
  display: flex;
  flex-direction: column;
  gap: 33px;
  padding-top: 35px;
  padding-bottom: 35px;
}
.game-review_content {
  color: #FFFFFF;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.game-review_title {
  font-size: 32px;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.3px;
  margin-bottom: 15px;
}
.game-review_txt h2, .game-review_txt h3, .game-review_txt h4 {
  font-weight: 600;
  margin-bottom: 5px;
}
.game-review_txt p {
  margin-bottom: 5px;
}
.game-review_cover .review-cover {
  display: block;
  width: 85%;
  max-width: 305px;
  margin-bottom: 30px;
}

.legal-page_container {
  padding-top: 35px;
  padding-bottom: 35px;
  color: #FFFFFF;
  font-weight: 400;
}
.legal-page_title {
  font-weight: 500;
  font-family: "Genos", sans-serif;
  font-size: 42px;
  line-height: 42px;
  margin-bottom: 10px;
}
.legal-page_content h2, .legal-page_content h3, .legal-page_content h4 {
  font-size: 18px;
  line-height: 27px;
  margin-top: 5px;
  margin-bottom: 7px;
  font-weight: 500;
  text-transform: uppercase;
}
.legal-page_content p {
  font-size: inherit;
  margin-bottom: 5px;
}
.legal-page_content ul {
  margin-left: 30px;
}
.legal-page_content li {
  position: relative;
  margin-bottom: 3px;
}
.legal-page_content li:before {
  content: "⫸";
  position: absolute;
  top: 3px;
  left: -20px;
  font-size: 10px;
  color: #b9adf6;
}

.go-back_container {
  margin-top: 40px;
  display: block;
}

.go-back_txt {
  font-family: "Genos", sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 40px;
}

.about-section {
  padding-top: 70px;
  padding-bottom: 50px;
  background: transparent;
  color: #FFFFFF;
}
.about-section_title {
  text-align: center;
  margin-bottom: 64px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.about-section_items {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 48px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.about-section_item {
  width: 100%;
  max-width: 500px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content: center;
  align-items: center;
}
.about-section_item .about-cover {
  width: 64px;
  height: 64px;
  overflow: hidden;
}
.about-section_item .about-txt {
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.about-section_item .about-txt h2, .about-section_item .about-txt h3, .about-section_item .about-txt h4 {
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: capitalize;
}

.review-cta {
  background-image: url("../images/bg-cta-mob.webp");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 317px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.review-cta_txt {
  font-family: "Genos", sans-serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 34px;
  letter-spacing: 0.7px;
}
.review-cta_txt a:hover {
  color: #cdc3f8;
}

.reviews-section {
  color: #FFFFFF;
  display: flex;
  flex-direction: column-reverse;
  gap: 32px;
  padding-top: 20px;
  padding-bottom: 52px;
}
.reviews-section_title {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  margin-bottom: 38px;
}
.reviews-section_items {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.reviews-section_item {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 392px;
  min-height: 426px;
  border-radius: 20px;
  background: rgb(0, 0, 0);
  background: linear-gradient(155.14deg, rgba(255, 255, 255, 0) -2.13%, rgba(255, 255, 255, 0.15) 136.58%), linear-gradient(151.65deg, rgba(255, 255, 255, 0.3) -6.81%, rgba(255, 255, 255, 0) 106.92%);
  box-shadow: 0px 4px 49px 0px rgba(0, 7, 72, 0.12);
  position: relative;
  overflow: hidden;
  border: 1.5px solid #5A5A5A;
}
.reviews-section_item .review-cover {
  width: 101%;
  position: relative;
  top: -1px;
  left: -1px;
  right: -1px;
}
.reviews-section_item .review-txt {
  padding: 20px 32px;
  text-align: center;
}
.reviews-section_item .review-txt p {
  text-align: left;
  margin-bottom: 20px;
}

.error-page_container {
  padding-top: 30px;
  padding-bottom: 74px;
}
.error-page_items {
  display: flex;
  flex-direction: column;
  gap: 27px;
  justify-content: center;
  align-items: center;
}
.error-page_title {
  font-size: 32px;
  line-height: 40px;
  font-weight: 500;
  font-family: "Genos", sans-serif;
  text-align: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  text-transform: capitalize;
}

.contact-page_container {
  color: #FFFFFF;
  overflow: hidden;
  padding-bottom: 73px;
  padding-top: 30px;
}
.contact-page_container .contact-msg_success {
  display: none;
  font-size: 22px;
  line-height: 40px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
.contact-page_container .contact-msg_success img {
  max-width: 350px;
}
.contact-page_title {
  margin-bottom: 15px;
  text-align: center;
  text-transform: uppercase;
}

.contact-form_container {
  width: 100%;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}
.contact-form_items {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 11px;
}
.contact-form_item:not(.btn-contact) {
  width: 100%;
  background: #FFFFFF;
  border-radius: 100px;
  padding: 15px 16px;
  border: none;
}
.contact-form_item.txt-contact {
  border-radius: 20px;
}
.contact-form_item.btn-contact {
  margin-top: 15px;
  text-align: center;
}
.contact-form_item input, .contact-form_item textarea {
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 21px;
  color: #8b8080;
  font-weight: 400;
  border: none;
  background-color: transparent;
  outline: none;
}
.contact-form_item textarea {
  height: 135px;
  resize: none;
}

.landing-subheader_container {
  width: 100%;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  color: #FFFFFF;
  text-align: center;
  padding: 20px 0;
  margin-bottom: 20px;
}

.landing-subheader_steps {
  display: flex;
  flex-direction: column;
  text-align: left;
  margin-bottom: 15px;
}
.landing-subheader_step {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 15px;
}
.landing-subheader_step .step_cover {
  width: 131px;
  height: 131px;
  position: relative;
}
.landing-subheader_step .step_cover img {
  display: block;
  position: absolute;
  width: 110%;
}
.landing-subheader_step .step-content {
  width: 70%;
}
.landing-subheader_step .step-content h2, .landing-subheader_step .step-content h3 {
  font-family: "Genos", sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 32px;
  margin-bottom: 7px;
  text-transform: uppercase;
}
.landing-subheader_step .step-content p {
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
}
.landing-subheader_step .step-content .step-txt-desk {
  display: none;
}

.landing-games {
  background-color: #1F0535;
}

.landing-games_container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 36px;
  padding-bottom: 285px;
}
.landing-games_container .landing-game {
  width: 238px;
  background: transparent;
}
.landing-games_container .landing-game .game-cover {
  width: 238px;
  height: 238px;
  margin: 0 auto;
  margin-bottom: 10px;
}
.landing-games_container .landing-game .game-cover img {
  width: 100%;
  height: 100%;
}
.landing-games_container .landing-game .game-btn {
  text-align: center;
}
.landing-games_container .landing-game .game-btn .btn {
  padding: 15px 73px;
}

.landing-cta {
  position: relative;
  width: 100%;
  height: 960px;
  background: url("../images/landing/bg-landing-cta-mob.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 top;
  z-index: 1;
}

.landing-cta_container {
  display: block;
  position: absolute;
  background: transparent;
  color: #FFFFFF;
  top: -190px;
  left: 0;
  right: 0;
  width: 100%;
}

.landing-cta_content {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}

.landing-cta_content .btn-play {
  background: #2F80ED;
  border: none;
  margin-top: 28px;
}

.landing-cta_content .title-main {
  margin-bottom: 13px;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}

.landing-cta:before {
  content: "";
  background: url("../images/landing/cta-planet.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  position: absolute;
  display: block;
  width: 66px;
  height: 126px;
  top: -300px;
  right: 0;
  z-index: 2;
}

.trending-games_container .games-container {
  flex-direction: row;
  gap: unset;
}
.trending-games_container .game-container {
  padding: 20px;
  max-width: 250px;
  min-height: 435px;
  margin-right: 20px;
}
.trending-games_container .game-cover {
  margin-bottom: 20px;
  height: 209px;
}
.trending-games_container .game-descr .btn-play {
  display: block;
  margin-top: 20px;
  background: #2F80ED;
  border: none;
}

.slick-arrow {
  display: none !important;
}

.txt-desk {
  display: none;
}

.slick-track {
  padding: 10px 0;
}

.trending-games_title {
  text-align: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  color: #FFFFFF;
}

.trending-games_title h2,
.trending-games_title h3 {
  margin-bottom: 15px;
}

.sub-header {
  margin-bottom: 85px;
}

.single-game {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 70px;
}
.single-game .btn {
  margin-bottom: 20px;

}

.contact-msg_error {
  font-family: "Genos", sans-serif;
  font-weight: 400;
  color: #bf3b00;
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
  text-align: center;
}

.iti--allow-dropdown input, .iti--allow-dropdown input[type=text], .iti--allow-dropdown input[type=tel], .iti--separate-dial-code input, .iti--separate-dial-code input[type=text], .iti--separate-dial-code input[type=tel] {
  padding-left: 100px !important;
}

@keyframes rotating-planet {
  to {
    background-position: -200% 0;
  }
}
@keyframes rotating-planet2 {
  to {
    background-position: 180% 0;
  }
}
@keyframes pulse-white {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes pulse-blue {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(52, 172, 224, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(52, 172, 224, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(52, 172, 224, 0);
  }
}
@media (min-width: 600px) {
  .sub-header {
    max-width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .games-container {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .games-container .game-container {
    max-width: 250px;
  }
  .games-container .game-cover {
    height: 235px;
  }
}
@media (min-width: 768px) {
  .bg-header.contact-page {
    height: 820px;
  }
  .bg-header.landing-page {
    height: 1024px;
  }
  .planet-1 {
    top: 408px;
    width: 204px;
    height: 204px;
  }
  .planet-2 {
    top: 577px;
    width: 249px;
    height: 249px;
  }
  .ellipse {
    width: 350px;
    height: 350px;
    left: calc(50% - 175px);
  }
  .planet-3 {
    width: 330px;
    height: 330px;
  }
  .title-main {
    font-size: 55px;
    line-height: 66px;
    font-weight: 500;
  }
  .sub-header {
    max-width: 100%;
    min-height: 830px;
  }
  .sub-header_title {
    width: 70%;
    left: 15%;
  }
  .sub-header_txt {
    font-size: 18px;
    line-height: 27px;
  }
  .sub-header_txt.first {
    top: 480px;
    left: 230px;
  }
  .sub-header_txt.second {
    top: 650px;
    right: 290px;
  }
  .sub-header_txt h2, .sub-header_txt h3, .sub-header_txt h4 {
    font-size: 36px;
    line-height: 40px;
  }
  .btn-planet {
    padding: 11px 65px;
  }
  .btn-cont {
    font-size: 22px;
    line-height: 40px;
    padding: 11px 65px;
  }
  .games-container {
    gap: 50px 15px;
  }
  .games-container .game-container {
    max-width: 280px;
  }
  .game-review_container {
    flex-direction: row;
    justify-content: space-between;
  }
  .game-review_cover {
    text-align: center;
  }
  .game-review_cover .review-cover {
    width: 100%;
  }
  .game-review_content {
    width: 70%;
    max-width: 734px;
  }

  .trending-games_container .game-descr .btn-play {
    display: none;
  }
  .trending-games_container .game-container:hover .game-descr .btn-play {
    display: block;
  }

  .trending-games_container .game-container:hover .game-cover {
    height: 235px;
  }


  .about-section_title {
    margin-bottom: 69px;
  }
  .about-section_item {
    gap: 20px;
  }
  .about-section_item .about-txt h2, .about-section_item .about-txt h3, .about-section_item .about-txt h4 {
    margin-bottom: 15px;
  }
  .error-page_items {
    flex-direction: row;
  }
  .contact-page_title {
    margin-bottom: 45px;
  }
  .contact-form_items {
    gap: 25px;
  }
  .contact-form_item:not(.btn-contact) {
    padding: 14px 25px 10px;
  }
  .contact-form_item input, .contact-form_item textarea {
    font-size: 22px;
    line-height: 40px;
    color: #818181;
  }
  .contact-form_item textarea {
    height: 143px;
  }
  .reviews-section {
    flex-direction: column;
    gap: 70px;
    padding-bottom: 70px;
  }
  .review-cta {
    height: 451px;
  }
  .landing-subheader_container {
    max-width: 912px;
    padding: 80px 0 30px;
  }
  .landing-subheader_btn .btn {
    padding: 15px 123px;
  }
  .landing-subheader_steps {
    margin-bottom: 60px;
    gap: 20px;
  }
  .landing-subheader_step {
    align-items: center;
    gap: 30px;
  }
  .landing-subheader_step:nth-child(2) {
    flex-direction: row-reverse;
  }
  .landing-subheader_step .step_cover {
    width: 200px;
    height: 200px;
    position: relative;
  }
  .landing-subheader_step .step_cover img {
    display: block;
    position: initial;
    width: 100%;
  }
  .landing-subheader_step .step-content {
    width: 70%;
  }
  .landing-subheader_step .step-content h2, .landing-subheader_step .step-content h3 {
    font-family: "Genos", sans-serif;
    font-weight: 400;
    font-size: 36px;
    line-height: 44px;
  }
  .landing-subheader_step .step-content p {
    font-weight: 500;
    font-size: 15px;
    line-height: 23px;
  }
  .landing-subheader_step .step-content .step-txt-desk {
    display: block;
  }
  .landing-subheader_step .step-content .step-txt-mob {
    display: none;
  }
  .landing-games_container {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 40px 36px;
    padding-bottom: 85px;
  }
  .landing-games .games-content p {
    width: 550px;
    margin: 0 auto;
  }
  .txt-desk {
    display: block;
    font-size: 18px;
    line-height: 27px;
  }
  .slick-arrow {
    display: block !important;
    border-radius: 50%;
    background-color: #110F2D;
    width: 60px;
    height: 60px;
    z-index: 3;
  }
  .slick-prev:before, .slick-next:before {
    content: "";
  }
  .slick-prev {
    content: "";
    background: url("../images/arrow-prev.webp");
    width: 60px;
    height: 60px;
  }
  .slick-next {
    content: "";
    background: url("../images/arrow-next.webp");
    width: 60px;
    height: 60px;
  }
  .slick-prev, .slick-next {
    top: 196px;
  }
  .slick-next {
    right: 5px;
  }
  .slick-prev {
    left: 5px;
  }
  .slick-list::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 65px;
    top: 10px;
    bottom: 10px;
    right: 0;
    z-index: 1;
    -webkit-backdrop-filter: blur(1px);
            backdrop-filter: blur(1px);
  }
  .slick-list::after {
    content: "";
    position: absolute;
    height: 90%;
    width: 65px;
    top: 10px;
    bottom: 10px;
    left: 0;
    z-index: 1;
    -webkit-backdrop-filter: blur(1px);
            backdrop-filter: blur(1px);
  }
  .slick-prev:hover, .slick-prev:focus {
    background: url("../images/arrow-prev.webp");
  }
  .slick-next:hover, .slick-next:focus {
    background: url("../images/arrow-next.webp");
  }
  .landing-cta_container {
    top: 420px;
    left: 50%;
    right: 50%;
    transform: translate(-50%, -50%);
  }
  .landing-cta_content {
    width: 100%;
    max-width: 624px;
  }
  .landing-cta_content p {
    font-size: 18px;
    line-height: 27px;
  }
  .landing-cta:before {
    top: -100px;
  }
}
@media (min-width: 900px) {
  .planet-1 {
    top: 150px;
    left: unset;
    right: 291px;
  }
  .planet-2 {
    top: 502px;
  }
  .ellipse {
    top: 210px;
    left: 0;
    width: 380px;
    height: 380px;
  }
  .planet-3 {
    width: 360px;
    height: 360px;
  }
  .sub-header {
    min-height: 750px;
  }
  .sub-header_txt.first {
    top: 302px;
    left: unset;
    right: 85px;
  }
  .sub-header_txt.second {
    top: 574px;
    right: 290px;
  }
  .landing-games .games-content p {
    width: 750px;
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
  }
}
@media (min-width: 1024px) {
  .ellipse {
    width: 478px;
    height: 478px;
  }
  .planet-3 {
    width: 458px;
    height: 458px;
  }
  .bg-header {
    height: 800px;
    background: url("../images/bg-header-desk.webp");
    background-repeat: no-repeat;
    background-size: cover;
  }
  .bg-header.contact-page {
    background: url("../images/bg-contact-desk.webp");
    background-repeat: no-repeat;
    background-size: cover;
  }
  .bg-header.landing-page {
    background: url("../images/landing/bg-landing-desk.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    height: 820px;
  }
  .legal-page_container {
    padding-top: 40px;
    padding-bottom: 55px;
  }
  .legal-page_title {
    font-size: 44px;
    line-height: 44px;
    margin-bottom: 25px;
  }
  .legal-page_content h2, .legal-page_content h3, .legal-page_content h4 {
    font-size: 20px;
    line-height: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .legal-page_content p {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 7px;
  }
  .legal-page_content li {
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 27px;
  }
  .legal-page_content li:before {
    font-size: 13px;
    top: -1px;
  }
  .about-section_items {
    flex-direction: row;
    justify-content: space-evenly;
  }
  .about-section .about-cover {
    width: 85px;
    height: 85px;
  }
  .about-section_title {
    width: 70%;
  }
  .error-page_items {
    gap: 50px;
  }
  .error-page_title {
    font-size: 44px;
    line-height: 44px;
  }
  .reviews-section_items {
    flex-direction: row;
  }
  .reviews-section_title {
    width: 60%;
  }
  .review-cta {
    background: url("../images/parallax.webp");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .review-cta_txt {
    font-size: 64px;
    line-height: 72px;
  }
  .review-cta:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 50%;
    height: 3px;
    background-color: #8677f3;
    transform: scaleX(0);
    transform-origin: bottom left;
    transition: transform 0.3s;
  }
  .review-cta:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 50%;
    height: 3px;
    background-color: #8677f3;
    transform: scaleX(0);
    transform-origin: bottom right;
    transition: transform 0.3s;
  }
  .review-cta:hover:before {
    transform: scaleX(1);
  }
  .review-cta:hover:after {
    transform: scaleX(1);
  }
  .landing-subheader_container {
    max-width: 912px;
    padding: 0 0 24px;
  }
  .landing-subheader_steps {
    margin-bottom: 20px;
    gap: 0;
  }
  .landing-subheader_step {
    gap: 50px;
  }
  .landing-subheader_step .step_cover {
    width: 180px;
    height: 180px;
  }
  .trending-games_title {
    width: 70%;
  }
  .landing-cta {
    background-position: 0 top;
  }
  .landing-cta_content .title-main {
    width: 100%;
    text-transform: uppercase;
  }
  .landing-cta_content .btn-play {
    margin-top: 48px;
  }
  .landing-cta_container {
    transform: translate(-35%, -50%);
  }
  .landing-cta:before {
    content: none;
  }
  .landing-subheader:before {
    content: "";
    background: url("../images/landing/header-planet.webp");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    position: absolute;
    display: block;
    width: 150px;
    height: 252px;
    top: 650px;
    right: 0;
    z-index: 2;
  }
}
@media (min-width: 1280px) {
  .wrapper {
    padding-left: 0;
    padding-right: 0;
    width: 1166px;
    margin-left: auto;
    margin-right: auto;
  }
  .games-content {
    font-size: 20px;
    line-height: 30px;
  }
  .games-content h2, .games-content h3, .games-content h4 {
    font-size: 55px;
    line-height: 66px;
  }
  .game-review_title {
    font-size: 64px;
    line-height: 72px;
    letter-spacing: unset;
  }
  .reviews-section_item {
    gap: 35px;
  }
  .ellipse {
    width: 588px;
    height: 588px;
  }
  .planet-3 {
    width: 568px;
    height: 568px;
  }
  .sub-header {
    min-height: 850px;
  }
  .trending-games_container .games-container {
    flex-direction: row;
    gap: unset;
  }
  .trending-games_container .game-container {
    padding: 20px;
    max-width: 378px;
    min-height: 520px;
    margin-right: 26px;
  }
  .trending-games_container .game-container:hover .game-cover {
    height: 300px;
  }
  .trending-games_container .game-container:hover .game-descr .btn-play {
    display: block;
  }
  .trending-games_container .game-cover {
    width: 338px;
    height: 377px;
  }
  .slick-prev, .slick-next {
    top: 300px;
  }
  .landing-cta {
    background: url("../images/landing/bg-landing-cta.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 top;
  }
}
@media (min-width: 1440px) {
  .bg-header.contact-page {
    height: 1000px;
  }
  .planet-1 {
    top: 230px;
    right: 320px;
  }
  .planet-2 {
    top: 522px;
  }
  .ellipse {
    top: 150px;
    width: 588px;
    height: 588px;
  }
  .planet-3 {
    width: 568px;
    height: 568px;
  }
  .planets-connect-top {
    background-image: url("../images/planets-connect-top.webp");
    background-repeat: no-repeat;
    width: 300px;
    height: 113px;
    top: 165px;
    left: 410px;
    position: absolute;
    z-index: 1;
  }
  .planets-connect-right {
    background-image: url("../images/planets-connect-top.webp");
    background-repeat: no-repeat;
    width: 389px;
    height: 119px;
    top: 450px;
    right: 81px;
    position: absolute;
    z-index: 1;
    transform: rotate(17deg);
  }
  .planets-connect-bottom {
    background-image: url("../images/planets-connect-bottom.webp");
    background-repeat: no-repeat;
    width: 612px;
    height: 176px;
    top: 655px;
    right: 122px;
    position: absolute;
    z-index: 1;
  }
  .btn-planet {
    font-size: 32px;
    line-height: 48px;
  }
  .title-main {
    font-size: 67px;
    line-height: 70px;
    text-transform: uppercase;
  }
  .sub-header {
    max-width: 1160px;
    min-height: 900px;
  }
  .sub-header_title {
    width: 80%;
    top: 27px;
  }
  .sub-header_txt.first {
    top: 270px;
    right: 0;
  }
  .sub-header_txt.second {
    top: 590px;
    right: 293px;
  }
  .bg-header {
    height: 1024px;
  }
  .games-content {
    padding: 30px 15px 34px;
  }
  .games-content h2, .games-content h3, .games-content h4 {
    font-size: 64px;
    line-height: 72px;
  }
  .game-review_title {
    margin-bottom: 35px;
  }
  .game-review_txt p {
    font-size: 20px;
    line-height: 30px;
  }
  .error-page_title {
    font-size: 48px;
    line-height: 58px;
    text-transform: uppercase;
  }
  .reviews-section {
    gap: 103px;
    padding-bottom: 120px;
  }
  .reviews-section_title {
    margin-bottom: 72px;
  }
  .landing-games .wrapper {
    width: 1334px;
  }
  .landing-subheader_container {
    padding: 30px 0 14px;
  }
  .landing-subheader_step .step-content h2, .landing-subheader_step .step-content h3 {
    font-size: 48px;
    line-height: 58px;
    text-transform: capitalize;
  }
  .landing-games .games-content {
    padding-top: 100px;
  }
  .landing-subheader:before {
    top: 750px;
    width: 183px;
  }
  .landing-cta_content .title-main {
    font-size: 55px;
    line-height: 66px;
    margin-bottom: 24px;
  }
}
@media (min-width: 1600px) {
  .landing-subheader_steps {
    margin-bottom: 20px;
  }
  .landing-subheader_step {
    gap: 50px;
  }
  .landing-subheader_step .step_cover {
    width: 218px;
    height: 218px;
  }
  .landing-subheader_step .step-content h2, .landing-subheader_step .step-content h3 {
    font-size: 48px;
    line-height: 58px;
    text-transform: capitalize;
  }
  .bg-header.landing-page {
    height: 960px;
  }
  .trending-games_container {
    width: 1334px;
    margin-right: auto;
    margin-left: auto;
  }
  .trending-games_container .game-container {
    margin-right: 0;
  }
  .trending-games_container .games-container {
    gap: 30px;
  }
}