* {
  margin: 0;
  border: 0;
  padding: 0;
}

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

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  width: 100%;
  height: 100%;
  text-size-adjust: 100%;
  font-size: 16px;
  scroll-behavior: smooth;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
  background: transparent;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul,
li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

body {
  font-family: "Bowlby One", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #fff;
  background: #181818;
}

.lock {
  overflow: hidden;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
}

[class*=__container] {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

[class*=__text] {
  color: #fefcf9;
  font-size: 14px;
  line-height: 160%;
}

.container {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.container-second {
  max-width: 1370px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

h1 {
  color: #fff;
  font-size: 113px;
  line-height: 90%;
  text-transform: uppercase;
}
@media (max-width: calc(768px - 1px)) {
  h1 {
    font-size: 56px;
  }
}

h2 {
  color: #181818;
  font-size: 56px;
  line-height: 90%;
  text-transform: uppercase;
}
@media (max-width: calc(768px - 1px)) {
  h2 {
    font-size: 40px;
  }
}

h4 {
  color: #181818;
  font-size: 32px;
  line-height: 90%;
  text-transform: uppercase;
}

.rose {
  color: #ffb4ed;
}

.white {
  color: #fff;
}

.black {
  color: #181818;
}

.main {
  flex: 1 1 auto;
}

section {
  scroll-margin-top: 200px;
}

.btn {
  display: flex;
  padding: 20px 48px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 15px;
  background: #ffb4ed;
  color: #181818;
  text-align: center;
  font-size: 16px;
  line-height: 120%;
  text-transform: capitalize;
  width: fit-content;
}

.btn-border {
  display: flex;
  padding: 20px 48px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 15px;
  background: #fff;
  color: #181818;
  text-align: center;
  line-height: 120%;
  text-transform: capitalize;
}

@media (max-width: calc(768px - 1px)) {
  .desktop {
    display: none;
  }
}

.mobile {
  display: none;
}
@media (max-width: calc(768px - 1px)) {
  .mobile {
    display: block;
  }
}

.cookies {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
  padding: 20px;
  width: 100%;
  max-width: 850px;
  display: flex;
  padding: 64px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
  border-radius: 30px;
  background: #111;
  color: #fff;
  border: 1px solid #fff;
}
.cookies__column {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.cookies__title {
  color: #fefcf9;
  font-size: 48px;
  line-height: 90%;
}
.cookies__text {
  margin-bottom: 32px;
}
.cookies__btns {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
}
.cookies__btn {
  max-width: 356px;
  width: 100%;
  color: #111111;
}

.footer {
  padding-top: 80px;
  padding-bottom: 20px;
  overflow: hidden;
  position: relative;
  z-index: 2;
  background: #fff;
}
.footer__content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content: space-between;
}
.footer__content {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: calc(1024px - 1px)) {
  .footer__content {
    flex-direction: column;
    align-items: flex-start;
  }
}
.footer__logo {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.footer__social {
  display: flex;
  gap: 15px;
}
.footer__menu {
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-size: 14px;
}
.footer__menu a {
  color: #181818;
}
@media (max-width: calc(576px - 1px)) {
  .footer__content-img {
    width: 100%;
  }
}
.footer__text {
  text-align: center;
  color: #181818;
}
.footer h2 {
  max-width: 540px;
}

.contacts__address {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.contacts__address h4,
.contacts__address a {
  color: #181818;
  font-size: 14px;
}

.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 50;
}
.header__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px;
}
.header__logo {
  color: #fff;
  text-align: center;
  font-size: 24px;
  line-height: 90%;
  letter-spacing: 1.92px;
  text-transform: uppercase;
}
.header__btn {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  padding: 8px;
  border-bottom: 1px solid #fff;
}

@media (max-width: calc(768px - 1px)) {
  .menu__icon {
    display: flex;
    align-items: center;
    z-index: 50;
    position: relative;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    cursor: pointer;
  }
  .menu__icon span, .menu__icon::before, .menu__icon::after {
    right: 0;
    position: absolute;
    height: 10%;
    width: 100%;
    transition: all 0.3s ease 0s;
    background: #fff;
  }
  .menu__icon::before, .menu__icon::after {
    content: "";
    height: 2px;
  }
  .menu__icon::before {
    top: 8px;
  }
  .menu__icon::after {
    bottom: 8px;
    height: 2px;
  }
  .menu__icon span {
    height: 2px;
    top: 50%;
    transform: scale(1) translate(0px, -50%);
  }
  .menu__icon_active span {
    transform: rotate(45deg) scale(0) translate(0px, -50%);
    background: #fff;
  }
  .menu__icon_active::before {
    top: 50%;
    transform: rotate(-45deg) translate(0px, -50%);
    background: #fff;
  }
  .menu__icon_active::after {
    bottom: 50%;
    transform: rotate(45deg) translate(0px, 50%);
    background: #fff;
  }
}
@media (max-width: calc(768px - 1px)) {
  .menu__body {
    display: block;
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    padding: 100px 15px 0;
    border-radius: 0 0 80px 80px;
    background: #000;
    transition: left 0.3s ease 0s;
    overflow: auto;
  }
  .menu__body_active {
    left: 0;
    border-radius: 0;
  }
  .menu__body::before {
    content: "";
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 16;
  }
}
.menu__list {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: calc(768px - 1px)) {
  .menu__list {
    flex-direction: column;
    margin-bottom: 140px;
  }
}
.menu__link {
  color: #fff;
}

.hero {
  margin-top: 156px;
  padding-bottom: 80px;
}
.hero__contents {
  margin-bottom: 36px;
}
.hero__content {
  display: flex;
  gap: 12px;
}
.hero__content img {
  width: fit-content;
}
@media (max-width: calc(1024px - 1px)) {
  .hero__content {
    flex-direction: column;
  }
}
.hero__texts {
  display: flex;
  justify-content: space-between;
  gap: 60px;
}
@media (max-width: calc(1024px - 1px)) {
  .hero__texts {
    flex-direction: column;
  }
}
.hero__text {
  max-width: 774px;
}

.built {
  background: #22a094;
  padding-top: 60px;
  padding-bottom: 80px;
}
.built h2 {
  max-width: 832px;
  margin-bottom: 32px;
}
.built__contents {
  display: flex;
  gap: 32px;
  padding-bottom: 80px;
}
@media (max-width: calc(768px - 1px)) {
  .built__contents {
    flex-direction: column;
  }
}
.built__content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.built__discover {
  display: flex;
  padding: 120px 173px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
  align-self: stretch;
  border-radius: 20px;
  background: #ffb4ed;
}
@media (max-width: calc(768px - 1px)) {
  .built__discover {
    padding: 60px 24px;
  }
}
.built__discover h3 {
  text-align: center;
  font-size: 44px;
  line-height: 90%;
  text-transform: uppercase;
}
.built__discover p {
  max-width: 290px;
  text-align: center;
}

.what {
  margin: 80px 0;
}
.what h2 {
  max-width: 822px;
}
.what__card {
  display: flex;
  padding: 40px;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
  border-radius: 20px;
}
.what__card:nth-child(2) {
  background: #ffb4ed;
}
.what__card:nth-child(3) {
  background: #afe8fb;
}
.what__card:nth-child(4) {
  background: #e9f9b0;
}
.what__card:nth-child(5) {
  background: #b0f9c2;
}
.what__content {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.games {
  margin-top: 104px;
  margin-bottom: 70px;
}
.games__content {
  display: flex;
  gap: 132px;
  align-items: center;
}
@media (max-width: calc(768px - 1px)) {
  .games__content {
    flex-direction: column;
    gap: 8px;
  }
}

.games-games {
  background: #22a094;
  padding: 40px 0;
}
.games-games__content {
  display: flex;
  gap: 26px;
  justify-content: center;
  margin-bottom: 32px;
}
.games-games__content img {
  width: 100%;
}

.game {
  margin-top: 156px;
  margin-bottom: 120px;
}
.game__content {
  display: flex;
  gap: 12px;
  align-items: center;
}
@media (max-width: calc(1024px - 1px)) {
  .game__content {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}

.privacy {
  margin: 86px 0 0;
}
.privacy h2 {
  margin-bottom: 30px;
}

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