html {
  height: 100%;
  scroll-behavior: smooth;
  background-color: #ffffff;
}

body {
  height: 100%;
  display: flex;
  flex-direction: column;
}
body main {
  flex-grow: 1;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  margin: 0;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
  padding: 0;
}

input,
button {
  outline: none;
  border: none;
}

html {
  font-family: Poppins, serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
  color: #000000;
}

.container {
  padding-inline: 20px;
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .container {
    padding-inline: 40px;
  }
}

.policy {
  padding-block: 40px;
}
.policy__title {
  font-family: Raleway;
  font-weight: 600;
  font-size: 32px;
  line-height: 124%;
  letter-spacing: 0%;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
  text-align: left;
}
@media (min-width: 1200px) {
  .policy__title {
    margin-bottom: 30px;
  }
}
.policy__text {
  font-family: Raleway;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
}
.policy__text ul {
  padding-left: 20px;
  margin-bottom: 10px;
  list-style: disc;
}
.policy__text h2 {
  margin-block: 10px;
  font-size: 20px;
  font-weight: 400;
}
.policy__text p {
  margin-bottom: 10px;
}

.cookies {
  padding: 40px;
  position: fixed;
  width: 90%;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  color: #fff;
  background-color: #000;
  border-radius: 8px;
  z-index: 10;
}
.cookies--show {
  display: block;
}
.cookies__title {
  margin-bottom: 16px;
  font-weight: 600;
  font-size: 24px;
  line-height: 26.4px;
  letter-spacing: 4%;
  text-align: center;
}
@media (min-width: 1200px) {
  .cookies__title {
    font-size: 32px;
    line-height: 35.2px;
  }
}
.cookies__text {
  margin-bottom: 32px;
  font-weight: 500;
  font-size: 16px;
  line-height: 25.6px;
  letter-spacing: 0%;
  text-align: center;
}
.cookies__buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.cookies__reject, .cookies__accept {
  width: 295px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 19.2px;
  letter-spacing: 0px;
  text-align: center;
  cursor: pointer;
}
.cookies__accept {
  width: 295px;
  border-radius: 8px;
  background-color: #fff;
  color: #000;
}
.cookies__reject {
  color: #fff;
  background-color: transparent;
}

.nav {
  display: none;
}
@media (min-width: 1200px) {
  .nav {
    display: block;
  }
}
.nav__list {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 40px;
}
.nav__link {
  font-family: Raleway;
  font-weight: 500;
  font-size: 16px;
  line-height: 116%;
  letter-spacing: 0%;
  color: #000000;
}

.header {
  padding-block: 16px;
}
.header__content {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1200px) {
  .header__content {
    justify-content: space-between;
  }
}
.header__logo {
  font-family: Raleway;
  font-weight: 700;
  font-size: 28px;
  line-height: 140%;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: #fb9835;
}

.hero {
  padding-block: 40px;
}
@media (min-width: 1200px) {
  .hero {
    padding-block: 60px;
  }
}
.hero__img {
  width: 100%;
  height: 200px;
  margin-bottom: 20px;
  border-radius: 10px;
  object-fit: cover;
}
@media (min-width: 1200px) {
  .hero__img {
    height: 380px;
  }
}
.hero__left {
  width: 100%;
}
@media (min-width: 1200px) {
  .hero__left {
    width: 572px;
  }
}
.hero__title {
  margin-bottom: 20px;
  font-family: Raleway;
  font-weight: 600;
  font-size: 40px;
  line-height: 116%;
  letter-spacing: 0%;
  text-transform: uppercase;
}
.hero__text {
  margin-bottom: 20px;
  font-family: Raleway;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
}
.hero__btn {
  width: 170px !important;
  height: 50px !important;
  margin: 0 auto;
}

.primary-btn {
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  font-family: Raleway;
  font-weight: 600;
  font-size: 16px;
  line-height: 116%;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: #ffffff;
  background-color: #fb9835;
  cursor: pointer;
  transition: background-color 0.3s;
}
.primary-btn:hover {
  background-color: #d65804;
}

.about {
  padding-block: 40px;
}
@media (min-width: 1200px) {
  .about {
    padding-block: 60px;
  }
}
.about__title {
  font-family: Raleway;
  font-weight: 600;
  font-size: 32px;
  line-height: 124%;
  letter-spacing: 0%;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
  text-align: left !important;
  color: #fb9835;
}
.about__content {
  display: flex;
  flex-direction: column-reverse;
  gap: 20px;
  align-items: start;
}
@media (min-width: 1200px) {
  .about__content {
    flex-direction: row;
  }
}
.about__left, .about__right {
  width: 100%;
}
@media (min-width: 1200px) {
  .about__left, .about__right {
    width: 530px;
  }
}
.about__text {
  font-family: Raleway;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: left !important;
}
.about__img {
  width: 100%;
  height: 200px;
  border-radius: 10px;
  object-fit: cover;
}
@media (min-width: 1200px) {
  .about__img {
    width: 530px;
    height: 646px;
  }
}

.games {
  padding-block: 40px;
}
@media (min-width: 1200px) {
  .games {
    padding-block: 60px;
  }
}
.games__title {
  font-family: Raleway;
  font-weight: 600;
  font-size: 32px;
  line-height: 124%;
  letter-spacing: 0%;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
}
.games__text {
  margin-bottom: 40px;
  font-family: Raleway;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: center;
}
.games__cards {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin-bottom: 40px;
}
@media (min-width: 1200px) {
  .games__cards {
    flex-direction: row;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
  }
}
.games__btn {
  width: 176px !important;
  height: 50px !important;
  margin: 0 auto;
}

.game {
  padding: 30px 18px;
  width: 100%;
  height: fit-content;
  border-radius: 10px;
  text-align: left;
  color: #fff;
  background-color: #fb9835;
}
@media (min-width: 1200px) {
  .game {
    width: 202px !important;
    height: 318px;
  }
}
.game__title {
  margin-bottom: 8px;
  font-family: Raleway;
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0%;
  text-transform: uppercase;
}
.game__text {
  font-family: Raleway;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0%;
}

.news {
  padding-block: 40px;
}
@media (min-width: 1200px) {
  .news {
    padding-block: 60px;
  }
}
.news__title {
  font-family: Raleway;
  font-weight: 600;
  font-size: 32px;
  line-height: 124%;
  letter-spacing: 0%;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 40px;
}
.news__cards {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
@media (min-width: 1200px) {
  .news__cards {
    flex-direction: row;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
  }
}

.post {
  padding: 30px 18px;
  width: 100%;
  height: fit-content;
  border-radius: 10px;
  color: #fcfcfc;
  background: #fa8500;
}
.post__title {
  margin-bottom: 4px;
  font-family: Raleway;
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
}
.post__text {
  font-family: Raleway;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: center;
}

.reviews {
  padding-block: 40px;
}
@media (min-width: 1200px) {
  .reviews {
    padding-block: 60px;
  }
}
.reviews__title {
  font-family: Raleway;
  font-weight: 600;
  font-size: 32px;
  line-height: 124%;
  letter-spacing: 0%;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 40px;
}
.reviews__cards {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
@media (min-width: 1200px) {
  .reviews__cards {
    flex-direction: row;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
  }
}

.review {
  padding: 30px 18px;
  width: 100%;
  height: fit-content;
  border: 2px solid #fa8500;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .review {
    width: 350px;
    height: 198px;
  }
}
@media (min-width: 1200px) {
  .review:nth-of-type(1), .review:nth-of-type(2) {
    width: 532px;
    height: 158px;
  }
}
.review__text {
  margin-bottom: 8px;
  font-family: Raleway;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0%;
}
.review__name {
  font-family: Raleway;
  font-weight: 600;
  font-style: italic;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: right;
}

.contact {
  padding-block: 40px;
}
@media (min-width: 1200px) {
  .contact {
    padding-block: 60px;
  }
}
.contact__left {
  width: 100%;
}
@media (min-width: 1200px) {
  .contact__left {
    width: 450px;
  }
}
.contact__right {
  width: 100%;
}
@media (min-width: 1200px) {
  .contact__right {
    width: 600px;
  }
}
.contact__content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content: center;
}
@media (min-width: 1200px) {
  .contact__content {
    flex-direction: row;
  }
}
.contact__title {
  font-family: Raleway;
  font-weight: 600;
  font-size: 32px;
  line-height: 124%;
  letter-spacing: 0%;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 30px;
  text-align: center;
}
.contact__maps {
  width: 100%;
  height: 200px;
  margin-bottom: 30px;
  border-radius: 10px;
  object-fit: cover;
}
@media (min-width: 1200px) {
  .contact__maps {
    height: 258px;
  }
}
.contact__links {
  margin-bottom: 26px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
}
.contact__link {
  font-family: Raleway;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #000000;
}
.contact__form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 1200px) {
  .contact__form {
    width: 600px;
    margin: 0 auto;
  }
}
.contact__input {
  padding: 18px 16px;
  font-family: Raleway;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  border-radius: 10px;
  color: #000000;
  background-color: rgba(251, 152, 53, 0.4);
}
.contact__btn {
  width: 100% !important;
  height: 60px !important;
}

.footer {
  padding-block: 40px;
}
.footer__top, .footer__bottom {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}
@media (min-width: 1200px) {
  .footer__top, .footer__bottom {
    flex-direction: row;
    justify-content: space-between;
  }
}
.footer__bottom {
  justify-content: center;
}
.footer__top {
  padding-bottom: 20px;
  border-bottom: 2px solid #fb9835;
}
.footer__logo {
  font-family: Raleway;
  font-weight: 700;
  font-size: 28px;
  line-height: 140%;
  letter-spacing: 0%;
  text-transform: capitalize;
  text-align: center;
  color: #000000;
}
.footer__bottom {
  padding-top: 20px;
}
.footer__rights {
  font-family: Raleway;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
}

.nav-footer__list {
  display: flex;
  gap: 80px;
  align-items: center;
}
.nav-footer__link {
  font-family: Raleway;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  color: #000000;
  transition: color 0.3s;
}
.nav-footer__link:hover {
  color: #727272;
}

/*# sourceMappingURL=main.css.map */
