* {
  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: "Noto Sans Georgian", sans-serif;
  font-weight: 400;
  color: #000;
}

.lock {
  overflow: hidden;
}

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

.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

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

.main {
  flex: 1 1 auto;
}

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

.btn {
  display: flex;
  padding: 14px 30px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  border: 1px solid #000;
  background: #f377c8;
  color: #000;
  font-size: 22px;
}

.btn-border {
  display: flex;
  padding: 8px 14px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  border: 1px solid #000;
  background: #f377c8;
  color: #000;
  font-size: 20px;
}

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

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

@media (max-width: calc(768px - 1px)) {
  .btn-mobile {
    width: fit-content;
    margin: 0 auto;
  }
}

.cookies {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
  padding: 60px 40px;
  width: 100%;
  max-width: 600px;
  background: #000;
  padding: 40px 25px;
  border-radius: 40px;
}
@media (max-width: calc(768px - 1px)) {
  .cookies {
    padding: 40px 20px;
  }
}
.cookies__column {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.cookies__title {
  color: #fff;
  line-height: 90%;
  margin: 0 auto;
  text-align: center;
  font-size: 100px;
  font-weight: 800;
  text-transform: uppercase;
}
@media (max-width: calc(576px - 1px)) {
  .cookies__title {
    font-size: 71px;
  }
}
.cookies__title span {
  color: transparent;
  -webkit-text-stroke: 1px #fff;
  position: relative;
  top: -37px;
}
.cookies__text {
  color: #fff;
  font-size: 14px;
  margin: 0 auto;
  text-align: center;
}
.cookies__text a {
  text-decoration: underline;
}
.cookies__btns {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 20px 0 0;
  justify-content: center;
}
.cookies__btn {
  padding: 10px 60px;
}

.footer {
  padding-top: 50px;
  overflow: hidden;
  position: relative;
  color: #fff;
  background: #000;
  z-index: 2;
}
.footer__bg img {
  min-height: 1000px !important;
}
.footer__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 22px;
  margin-bottom: 30px;
  position: relative;
}
.footer__top::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.13);
}
.footer__top-left {
  display: flex;
  align-items: center;
  gap: 66px;
}
.footer__top-left p {
  color: #fff;
}
.footer__content {
  display: flex;
  gap: 112px;
  align-items: center;
  margin-bottom: 124px;
  margin-top: 50px;
}
@media (max-width: calc(768px - 1px)) {
  .footer__content {
    flex-direction: column;
    align-items: start;
    margin-top: 0;
    margin-bottom: 10px;
    gap: 0;
  }
}
.footer__info {
  margin-bottom: 40px;
}
.footer__info p {
  font-size: 14px;
  font-weight: 200;
}
.footer__info h4,
.footer__info a {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
}
.footer__info img,
.footer__info p {
  margin-bottom: 10px;
}
.footer__menu {
  display: flex;
  flex-direction: column;
}
.footer__menu a {
  color: #fff;
}
.footer__txt {
  padding-bottom: 30px;
  text-align: center;
  font-size: 12px;
  font-weight: 300;
}

.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 60;
  background: #FFF5FC;
}
.header__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px;
}
.header__logo {
  display: flex;
  align-items: center;
  gap: 6px;
  position: relative;
  z-index: 40;
  color: #000;
  font-size: 24px;
  font-weight: 900;
  line-height: 90%;
  letter-spacing: 1.92px;
  text-transform: capitalize;
}

@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: #000;
  }
  .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: #000;
  }
  .menu__icon_active::before {
    top: 50%;
    transform: rotate(-45deg) translate(0px, -50%);
    background: #000;
  }
  .menu__icon_active::after {
    bottom: 50%;
    transform: rotate(45deg) translate(0px, 50%);
    background: #000;
  }
}
@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: #f377c8;
    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: 72px;
}
@media (max-width: calc(768px - 1px)) {
  .menu__list {
    flex-direction: column;
    margin-bottom: 140px;
  }
}
.menu__link {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  text-transform: capitalize;
}

.hero {
  margin-bottom: 250px;
}
@media (max-width: calc(768px - 1px)) {
  .hero {
    margin-bottom: 150px;
  }
}
@media (max-width: calc(576px - 1px)) {
  .hero {
    margin-bottom: 100px;
  }
}
.hero__bg {
  position: relative;
}
.hero__bg img {
  position: absolute;
  top: -224px;
  left: 0;
  width: 100%;
  z-index: -1;
  min-height: 535px;
}
@media (max-width: calc(768px - 1px)) {
  .hero__bg img {
    top: -90px;
  }
}
.hero__content {
  margin-top: 200px;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: calc(1024px - 1px)) {
  .hero__content {
    flex-direction: column;
  }
}
@media (max-width: calc(768px - 1px)) {
  .hero__content {
    margin-top: 100px;
    margin-bottom: 0;
  }
}
.hero__content p {
  font-size: 20px;
  max-width: 202px;
}
@media (max-width: calc(768px - 1px)) {
  .hero__content p {
    max-width: unset;
  }
}
.hero__content h1 {
  color: #000;
  font-size: 120px;
  font-weight: 600;
  letter-spacing: -2.4px;
  text-transform: uppercase;
}
@media (max-width: calc(768px - 1px)) {
  .hero__content h1 {
    font-size: 60px;
    letter-spacing: -1.2px;
  }
}
.hero__content h1 span {
  color: #f377c8;
  font-family: Junge;
  font-size: 76px;
  font-weight: 400;
  letter-spacing: -1.6px;
  text-transform: uppercase;
}
@media (max-width: calc(768px - 1px)) {
  .hero__content h1 span {
    font-size: 40px;
    letter-spacing: -0.8px;
  }
}
.hero__content-center {
  position: relative;
}
.hero__content-center img {
  max-width: 776px;
  width: 100%;
  position: absolute;
  top: 90px;
  left: 0;
}
@media (max-width: calc(768px - 1px)) {
  .hero__content-center img {
    max-width: 358px;
    top: 45px;
  }
}
.hero__content-right {
  display: flex;
  justify-content: flex-end;
  align-items: self-end;
  padding-bottom: 67px;
}
.hero__button {
  color: #f377c8;
  font-size: 30px;
  font-weight: 400;
  line-height: 100%;
  width: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  position: relative;
}
@media (max-width: calc(768px - 1px)) {
  .hero__button {
    margin-bottom: 50px;
  }
}
.hero__button::after {
  position: absolute;
  content: "";
  border: 4px solid #f377c8;
  border-radius: 50%;
  width: 163px;
  height: 163px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.text {
  font-size: 20px;
}

.team {
  margin-bottom: 260px;
}
@media (max-width: calc(576px - 1px)) {
  .team {
    margin-bottom: 86px;
  }
}
.team__container p {
  max-width: 900px;
  text-align: right;
  color: #000;
  font-size: 36px;
  font-weight: 600;
  line-height: 100%;
  text-transform: uppercase;
  margin: 0 auto;
}
@media (max-width: calc(768px - 1px)) {
  .team__container p {
    font-size: 26px;
  }
}
.team__container p span {
  color: #f377c8;
  font-family: Junge;
  font-weight: 400;
}

.why {
  margin-bottom: 130px;
}
.why__bg img {
  top: -30px;
  opacity: 0.1;
}
@media (max-width: calc(1024px - 1px)) {
  .why__bg img {
    min-height: 1530px;
  }
}
.why__content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  flex-wrap: wrap;
  gap: 10px;
}
.why__content h2 {
  font-size: 60px;
  font-weight: 600;
  letter-spacing: -1.2px;
  text-transform: uppercase;
}
@media (max-width: calc(1024px - 1px)) {
  .why__content h2 {
    font-size: 40px;
  }
}
.why__content h2 span {
  color: #f377c8;
  font-family: Junge;
  font-weight: 400;
}
.why__content p {
  max-width: 516px;
  text-align: end;
}
.why__cards {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}
@media (max-width: calc(1024px - 1px)) {
  .why__cards {
    justify-content: center;
  }
}
.why__card {
  display: flex;
  width: 361px;
  height: fit-content;
  padding: 50px 14px;
  flex-direction: column;
  align-items: center;
  gap: 25px;
  border-radius: 40px;
  border: 3px solid #f377c8;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 78px 0 rgba(243, 119, 200, 0.8);
}
@media (max-width: calc(1024px - 1px)) {
  .why__card {
    padding: 40px 14px;
  }
}
.why__card h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 100%;
}
.why__card-second {
  margin-top: 186px;
}
@media (max-width: calc(1024px - 1px)) {
  .why__card-second {
    margin-top: 0;
  }
}

.reviews__bg img {
  top: -86px;
}
@media (max-width: calc(768px - 1px)) {
  .reviews__bg img {
    min-height: 1280px;
  }
}
.reviews__content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
@media (max-width: calc(768px - 1px)) {
  .reviews__content {
    flex-direction: column;
  }
}
.reviews__content h2 {
  font-family: Junge;
  font-size: 60px;
  font-weight: 400;
  letter-spacing: -1.2px;
  text-transform: uppercase;
}
@media (max-width: calc(768px - 1px)) {
  .reviews__content h2 {
    font-size: 40px;
    letter-spacing: -0.8px;
  }
}
.reviews__content p {
  max-width: 516px;
  text-align: end;
}
.reviews__wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 80px;
}
.reviews__wrapper-wrap {
  position: relative;
}
.reviews__wrapper-wrap::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.13);
}
.reviews__wrapper-wrap h4 {
  text-align: right;
  font-size: 24px;
  font-weight: 500;
  line-height: 100%;
  padding-bottom: 40px;
}

.games {
  margin-top: 70px;
  padding-top: 50px;
  color: #fff;
  background: #000;
}
.games__title {
  text-align: center;
  font-size: 100px;
  font-weight: 800;
  text-transform: uppercase;
  position: relative;
  width: fit-content;
  margin: 0 auto;
  max-height: 380px;
}
@media (max-width: calc(768px - 1px)) {
  .games__title {
    font-size: 50px;
    max-height: 210px;
  }
}
.games__title-span {
  font-weight: 800;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.games__title-one {
  top: 56px;
}
@media (max-width: calc(768px - 1px)) {
  .games__title-one {
    top: 30px;
  }
}
.games__title-two {
  top: 112px;
  -webkit-text-stroke-color: #f377c8;
}
@media (max-width: calc(768px - 1px)) {
  .games__title-two {
    top: 60px;
  }
}
.games__title-three {
  top: 170px;
  -webkit-text-stroke-color: #f377c8;
}
@media (max-width: calc(768px - 1px)) {
  .games__title-three {
    top: 88px;
  }
}
.games__title-four {
  top: 228px;
}
@media (max-width: calc(768px - 1px)) {
  .games__title-four {
    top: 116px;
  }
}
.games__content {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
  margin-bottom: 80px;
}
@media (max-width: calc(1024px - 1px)) {
  .games__content {
    flex-direction: column;
    gap: 40px;
  }
}
.games__content-left p {
  text-align: right;
  font-size: 18px;
  font-weight: 300;
  line-height: 100%;
  max-width: 380px;
}
@media (max-width: calc(1024px - 1px)) {
  .games__content-left p {
    max-width: 100%;
  }
}
.games__content-center {
  text-align: center;
  position: relative;
}
.games__game {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease;
}
.games__game:hover {
  z-index: 10;
  cursor: pointer;
  transform: translateY(-10px);
}
.games__game-one {
  top: 200px;
  z-index: 6;
}
.games__game-two {
  top: 258px;
  left: 110px;
  z-index: 5;
}
.games__game-three {
  top: 216px;
  left: 180px;
  z-index: 4;
}
.games__game-four {
  top: 178px;
  left: 84px;
  z-index: 3;
}
.games__game-five {
  top: 165px;
  left: 157px;
  z-index: 1;
}
.games__game-six {
  top: 177px;
  left: 223px;
  z-index: 2;
}
.games__content-right {
  max-width: 380px;
  color: #f377c8;
  text-align: right;
  font-family: Junge;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
}
@media (max-width: calc(1024px - 1px)) {
  .games__content-right {
    max-width: 100%;
  }
}
.games__text-bottom {
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
  padding-bottom: 50px;
}

.gamer {
  margin-top: 70px;
  padding-top: 40px;
  background: #000;
  color: #fff;
}
.gamer__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 38px;
}
@media (max-width: calc(1024px - 1px)) {
  .gamer__content {
    flex-direction: column;
    gap: 40px;
  }
}
.gamer__content-left {
  max-width: 330px;
}
@media (max-width: calc(1024px - 1px)) {
  .gamer__content-left {
    max-width: 100%;
    max-height: 186px;
  }
}
.gamer__content-left h1 {
  text-align: center;
  font-size: 100px;
  font-weight: 800;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  position: relative;
}
@media (max-width: calc(1024px - 1px)) {
  .gamer__content-left h1 {
    writing-mode: horizontal-tb;
    transform: none;
    font-size: 50px;
  }
}
.gamer__text {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  color: transparent;
}
.gamer__text-one {
  right: 52px;
}
@media (max-width: calc(1024px - 1px)) {
  .gamer__text-one {
    right: 0;
    top: 26px;
  }
}
.gamer__text-two {
  right: 104px;
  -webkit-text-stroke-color: #f377c8;
}
@media (max-width: calc(1024px - 1px)) {
  .gamer__text-two {
    right: 0;
    top: 50px;
  }
}
.gamer__text-three {
  right: 154px;
  -webkit-text-stroke-color: #f377c8;
}
@media (max-width: calc(1024px - 1px)) {
  .gamer__text-three {
    right: 0;
    top: 76px;
  }
}
.gamer__text-four {
  right: 200px;
}
@media (max-width: calc(1024px - 1px)) {
  .gamer__text-four {
    right: 0;
    top: 102px;
  }
}
.gamer__content-center {
  width: fit-content;
  position: relative;
}
.gamer__content-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 14px;
}
.gamer__content-right p {
  text-align: right;
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
  max-width: 432px;
}
@media (max-width: calc(1024px - 1px)) {
  .gamer__content-right p {
    max-width: 100%;
  }
}
.gamer__game {
  width: 230px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.gamer__btn {
  max-width: 156px;
}

.privacy {
  margin: 70px 0 0;
  padding: 40px 0;
  color: #000;
}
.privacy__title {
  color: #000;
  text-align: right;
  font-family: Junge;
  font-size: 60px;
  font-weight: 400;
  letter-spacing: -1.2px;
  text-transform: uppercase;
}
@media (max-width: calc(1024px - 1px)) {
  .privacy__title {
    font-size: 40px;
    letter-spacing: -0.8px;
  }
}

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