.main__content {
  overflow-x: hidden !important;
}

section {
  -webkit-padding-after: 3rem;
          padding-block-end: 3rem;
}

.nav__logo {
  width: 6rem;
height: 6rem;
}

h2 {
  font-size: 1.9rem;
}

.popup__game {
  position: absolute;
  z-index: 4;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: rgba(23, 25, 37, 0.5098039216);
}
.popup__game .modal-dialog {
  height: 90vh;
  width: 90vw;
  z-index: 5;
  -webkit-animation-duration: .4s;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-name: animatetop;
  -webkit-animation-name: slide-in;
  animation-name: slide-in;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background: hsla(0,0%,100%,.12);
  border: 2px solid hsla(0,0%,100%,.08);
  border-radius: min(5.3333333333vw,1.5rem);
  display: flex;
  flex-direction: column;
  margin: 0 min(6.4vw,1.5rem);
  max-height: calc(100vh - 24px);

}
.popup__game .modal-close,
.popup__game .close-game,
.popup__game .close {
  z-index: 6;
  cursor: pointer;
}

.popup__cookies,
.popup__login,
.popup__signup {
  position: absolute;
  z-index: 999;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #171925;
}
.popup__cookies .cookies__container,
.popup__login .cookies__container,
.popup__signup .cookies__container {
  height: 300px;
  width: 350px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.popup__cookies .cookies__container img,
.popup__login .cookies__container img,
.popup__signup .cookies__container img {
  width: 50px;
  height: auto;
}
.popup__cookies .cookies__container a,
.popup__login .cookies__container a,
.popup__signup .cookies__container a {
  text-decoration: underline;
  color: white;
}
.popup__cookies .cookies__container .button,
.popup__login .cookies__container .button,
.popup__signup .cookies__container .button {
  text-decoration: none;
}

.login__container,
.signup__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 350px;
  height: 400px;
}

.form__login input,
.form__signup input {
  display: block;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: hsla(0deg, 0%, 100%, 0.12);
  border: 1px solid transparent;
  border-radius: 0.375em;
  display: block;
  font-family: Syne, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5em;
  margin-bottom: 0;
  max-width: 100%;
  min-height: 44px;
  padding: 0.625em 34px 0.625em 0.75em;
  transition: all 0.18s ease-in-out;
  width: 100%;
  margin-top: 1em;
}
.form__login #login,
.form__signup #login {
  margin-top: 2em;
}

#hero {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  max-height: 700px;
}
#hero h1 {
  font-size: 3rem;
  font-weight: 900;
}
#hero p {
  font-size: 1rem;
}
#hero img {
  width: 300px;
  height: auto;
}

#games h2 {
  text-align: center;
}
#games .games__container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1em;
}
#games .games__container img {
  width: 300px;
  height: auto;
}
#games .games__container a {
  color: white;
}

#reviews h2 {
  text-align: center;
}
#reviews .reviews__container {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
#reviews .c_card {
  height: 320px;
}
#reviews .profile__image {
  height: 75px;
  width: 75px;
  border-radius: 100%;
}
#reviews .c_card-body {
  margin-top: 1em;
}
#brands h2 {
  text-align: center;
}
#brands .brands__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

#features h2 {
  text-align: center;
}
#features .features__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2em;
}
#subscribe {
  width: 100%;
}
#subscribe .c_card {
  padding-top: 20%;
  position: relative;
  height: 350px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#subscribe .car {
  height: 300px;
  position: absolute;
  left: 10;
  top: -100px;
}
#subscribe form {
  display: flex;
  width: 100%;
}
#subscribe .form-input input {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: hsla(0deg, 0%, 100%, 0.12);
  border: 1px solid transparent;
  border-radius: 0.375em;
  display: block;
  font-family: Syne, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5em;
  margin-bottom: 0;
  max-width: 100%;
  min-height: 44px;
  padding: 0.625em 34px 0.625em 0.75em;
  transition: all 0.18s ease-in-out;
  width: 100%;
}
#subscribe .input__form {
  width: 200px !important;
  margin-right: 1em;
}
#subscribe .button,
#subscribe a.button {
  --border-radius: 0.375em;
  --border-color-invert: hsla(0, 0%, 100%, 0.2);
  --bg-color-invert-hover: hsla(0, 0%, 100%, 0.12);
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-clip: padding-box;
  background-color: var(--color-1);
  background: var(--bg-color-accent);
  border: none;
  border-radius: var(--border-radius);
  color: var(--text-color-1);
  cursor: pointer;
  display: inline-flex;
  font-family: Syne, sans-serif;
  font-size: min(4.2666666667vw, 1rem);
  font-stretch: normal;
  font-style: normal;
  font-weight: 700;
  justify-content: center;
  letter-spacing: normal;
  line-height: 1.1;
  min-height: min(11.7333333333vw, 2.75rem);
  min-width: 11ch;
  padding: 0.25em 1em;
  text-align: center;
  text-decoration: none;
  transition: 0.18s ease-in-out;
  transition-property: background, border;
}

@media (min-width: 768px) {
  .nav__logo {
    width: 6rem;
  height: 6rem;
  }
  h2 {
    font-size: 2.5rem;
    margin-bottom: 3.5rem;
  }
  #hero {
    flex-direction: row;
    height: 70vh;
    max-height: 700px;
  }
  #hero .hero__image {
    margin-right: 2em;
  }
  #hero h1 {
    font-size: 1.8rem;
  }
  #hero p {
    font-size: 1.1rem;
  }
  #hero img {
    width: 400px;
  }
  #reviews .reviews__container {
    flex-direction: row;
    gap: 1em;
  }
  #reviews .c_card {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  h2 {
    font-size: 3rem;
  }
  #hero {
    flex-direction: row;
  }
  #hero .hero__image {
    margin-right: 1em;
  }
  #hero h1 {
    font-size: 3.2rem;
  }
  #hero p {
    font-size: 2rem;
  }
  #features .features__container {
    flex-direction: row;
    flex-wrap: wrap;
  }
  #features .c_card {
    width: 542px;
    height: 300px;
  }
  #subscribe {
    width: 100%;
  }
  #subscribe .c_card {
    padding-top: 0;
    position: relative;
    height: 150px;
    display: flex;
    justify-content: start;
    align-items: center;
  }
  #subscribe .car {
    position: absolute;
    right: 0;
    top: -100px;
  }
  #subscribe form {
    display: flex;
    width: 100%;
  }
  #subscribe .form-input input {
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    background-color: hsla(0deg, 0%, 100%, 0.12);
    border: 1px solid transparent;
    border-radius: 0.375em;
    display: block;
    font-family: Syne, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5em;
    margin-bottom: 0;
    max-width: 100%;
    min-height: 44px;
    padding: 0.625em 34px 0.625em 0.75em;
    transition: all 0.18s ease-in-out;
    width: 100%;
  }
  #subscribe .input__form {
    width: 300px !important;
    margin-right: 1em;
  }
  #subscribe .button,
#subscribe a.button {
    --border-radius: 0.375em;
    --border-color-invert: hsla(0, 0%, 100%, 0.2);
    --bg-color-invert-hover: hsla(0, 0%, 100%, 0.12);
    align-items: center;
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
    background-clip: padding-box;
    background-color: var(--color-1);
    background: var(--bg-color-accent);
    border: none;
    border-radius: var(--border-radius);
    color: var(--text-color-1);
    cursor: pointer;
    display: inline-flex;
    font-family: Syne, sans-serif;
    font-size: min(4.2666666667vw, 1rem);
    font-stretch: normal;
    font-style: normal;
    font-weight: 700;
    justify-content: center;
    letter-spacing: normal;
    line-height: 1.1;
    min-height: min(11.7333333333vw, 2.75rem);
    min-width: 11ch;
    padding: 0.25em 1em;
    text-align: center;
    text-decoration: none;
    transition: 0.18s ease-in-out;
    transition-property: background, border;
  }
  .footer-inner {
    display: flex;
    justify-content: space-between;
  }
  .footer-info {
    width: 750px;
  }
}/*# sourceMappingURL=style.css.map */