@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Sigmar&family=Sigmar+One&display=swap");
* {
  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%;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 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: "Poppins", sans-serif;
}

.lock {
  overflow: hidden;
}

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

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

.main {
  flex: 1 1 auto;
}

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

.h2 {
  color: #FFF;
  text-shadow: 0 7px 0 #0080A3;
  -webkit-text-stroke-width: 0.76px;
  -webkit-text-stroke-color: rgba(94, 94, 94, 0.26);
  font-family: "Sigmar One";
  font-size: clamp(40px, 8vw, 70px);
  font-weight: 400;
  text-transform: uppercase;
}

[class*=__text] {
  color: #FFF;
  font-family: "Poppins";
  font-size: 18px;
  font-weight: 400;
}
[class*=__text] a {
  color: #FFF;
}

.btn {
  color: #FFF;
  font-family: "Sigmar";
  font-size: 30px;
  font-weight: 400;
  line-height: 120%;
  border-radius: 20px;
  background: #E985BB;
  box-shadow: 0 -4px 0 0 #3B5998;
  padding: 12px 51px;
  display: inline-block;
}

.white {
  color: #fff !important;
}

.text-center {
  text-align: center;
}

.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 60;
  background: url(/wp-content/themes/qazumira/img/header-bg.webp) no-repeat top;
  background-size: cover;
  height: 120px;
}
.header__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 21px 0;
  position: relative;
}
.header__logo {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  z-index: 40;
  color: #000;
  font-family: "Sigmar One";
  font-size: 32px;
  font-weight: 400;
  background: url(/wp-content/themes/qazumira/img/headerCloud.webp) no-repeat center/cover;
  padding: 60px 7px 10px;
}
@media (max-width: 991px) {
  .header__logo {
    margin-left: -15px;
  }
}
.header__logo_active {
  color: #FFF;
  background: none;
  padding: 0;
}
.header__cloud {
  position: absolute;
  top: 38px;
  left: 200px;
  z-index: 30;
}
@media (max-width: 767px) {
  .header__cloud {
    display: none;
  }
}

.menu {
  background: url(/wp-content/themes/qazumira/img/headerCloud-2.webp) no-repeat center/cover;
  padding: 85px 45px 45px;
}
@media (max-width: 991px) {
  .menu {
    margin-right: -15px;
  }
}
@media (max-width: 767px) {
  .menu {
    padding: 0;
    width: 181px;
    height: 85px;
  }
  .menu_active {
    width: auto;
    height: auto;
  }
}
@media (max-width: 767px) {
  .menu__icon {
    display: flex;
    align-items: center;
    z-index: 50;
    position: relative;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    cursor: pointer;
    margin-left: auto;
    margin-top: 50px;
    margin-right: 15px;
  }
  .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 {
    margin: 0 15px 0 0;
  }
  .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: 767px) {
  .menu__body {
    display: block;
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: 480px;
    padding: 100px 15px 0;
    border-radius: 0 0 40px 40px;
    background: #E985BB;
    transition: top 0.3s ease 0s;
    overflow: auto;
  }
  .menu__body_active {
    top: 0;
  }
  .menu__body::before {
    content: "";
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 16;
  }
}
.menu__list {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media (max-width: 767px) {
  .menu__list {
    flex-direction: column;
  }
}
.menu__item_mob {
  display: none;
}
@media (max-width: 767px) {
  .menu__item_mob {
    display: block;
  }
}
.menu__link {
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 18px;
  font-weight: 400;
}
.menu__link_mob {
  display: none;
  color: #FFF;
  font-family: "Sigmar";
  font-size: 30px;
  font-weight: 400;
  line-height: 120%;
  border-radius: 20px;
  background: #D0B4F1;
  box-shadow: 0 -4px 0 0 #3B5998;
  padding: 12px 51px;
}
@media (max-width: 767px) {
  .menu__link_mob {
    display: block;
  }
}
@media (max-width: 767px) {
  .menu__link {
    color: #fff;
    width: 100%;
  }
}

.footer {
  padding: 28px 0;
  background: url(/wp-content/themes/qazumira/img/footerBg.webp) no-repeat top/contain;
}
.footer__logo {
  display: flex;
  align-items: center;
  color: #FFF;
  -webkit-text-stroke-width: 1.19px;
  -webkit-text-stroke-color: rgba(94, 94, 94, 0.26);
  font-family: "Sigmar One";
  font-size: clamp(44px, 12vw, 151.756px);
  font-weight: 400;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .footer__logo img {
    width: 53px;
    height: 53px;
  }
}
.footer__row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 72px;
}
@media (max-width: 767px) {
  .footer__row {
    flex-direction: column;
    gap: 20px;
  }
}
.footer__menu {
  display: flex;
  align-items: center;
  gap: 40px;
}
.footer__menu a {
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
}
.footer__social {
  display: flex;
  align-items: center;
  gap: 12px;
}
.footer__txt {
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
}

.cookies {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
  padding: 60px;
  max-width: 1080px;
  width: 100%;
  border-radius: 24px;
  background: #3B5998;
}
@media (max-width: 767px) {
  .cookies {
    padding: 40px 20px;
  }
}
.cookies__column {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.cookies__title {
  color: #FFF;
  font-family: "Sigmar One";
  font-size: 48px;
  font-weight: 400;
  line-height: 90%;
  text-align: center;
}
.cookies__text {
  text-align: center;
}
.cookies__btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: 20px 0 0;
}
@media (max-width: 767px) {
  .cookies__btns {
    flex-direction: column;
  }
}
.cookies__btn {
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  border-radius: 20px;
  background: #D0B4F1;
  padding: 14px 40px;
}
.cookies__link {
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: #E985BB;
  padding: 14px 40px;
}

.hero {
  margin: 180px 0 0;
  background: url(/wp-content/themes/qazumira/img/bg-1.svg) no-repeat bottom/contain;
  padding-bottom: 72px;
}
.hero__content {
  position: relative;
  z-index: 3;
}
.hero__column {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.hero__item {
  position: relative;
  z-index: 2;
}
.hero__title {
  color: #FFF;
  -webkit-text-stroke-width: 1.19px;
  -webkit-text-stroke-color: rgba(94, 94, 94, 0.26);
  font-family: "Sigmar One";
  font-size: clamp(50px, 13vw, 151.756px);
  font-weight: 400;
  text-transform: uppercase;
}
.hero__icon {
  position: absolute;
}
.hero__icon_first {
  top: -7px;
  left: -55px;
}
@media (max-width: 991px) {
  .hero__icon_first {
    width: 44px;
    left: 0;
    top: 10px;
  }
  .hero__icon_first img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.hero__icon_secod {
  right: 79px;
  top: 0;
}
@media (max-width: 991px) {
  .hero__icon_secod {
    width: 37px;
    right: 120px;
    top: 20px;
  }
  .hero__icon_secod img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.hero__icon_last {
  right: -4px;
  bottom: 21px;
}
@media (max-width: 991px) {
  .hero__icon_last {
    width: 38px;
  }
  .hero__icon_last img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.hero__text {
  max-width: 560px;
  margin: -50px auto 0;
  text-align: center;
}
.hero__link {
  color: #FFF;
  font-family: "Sigmar";
  font-size: 30px;
  font-weight: 400;
  line-height: 120%;
  border-radius: 20px;
  background: #D0B4F1;
  box-shadow: 0 -4px 0 0 #3B5998;
  padding: 12px 51px;
  position: relative;
  z-index: 3;
}
@media (max-width: 991px) {
  .hero__subitem {
    display: flex;
    justify-content: space-between;
  }
}
.hero__img {
  position: absolute;
  z-index: -1;
}
@media (max-width: 991px) {
  .hero__img {
    position: static;
  }
}
@media (max-width: 767px) {
  .hero__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.hero__img_first {
  left: 0;
  bottom: -30px;
}
.hero__img_second {
  right: 0;
  bottom: -30px;
}

.about {
  background: url(/wp-content/themes/qazumira/img/bg-3.svg) no-repeat bottom/contain;
}
.about__row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}
@media (max-width: 1150px) {
  .about__row {
    display: flex;
    flex-direction: column-reverse;
  }
}
.about__games {
  position: relative;
  height: 400px;
}
.about__games a {
  position: absolute;
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
}
.about__games a img {
  width: 120px;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 575px) {
  .about__games a img {
    width: 90px;
    height: 90px;
  }
}
.about__games a:nth-child(1) {
  top: 0px;
  left: 0;
}
.about__games a:nth-child(2) {
  top: 0px;
  right: 134px;
}
.about__games a:nth-child(3) {
  top: 120px;
  left: 134px;
}
.about__games a:nth-child(4) {
  top: 120px;
  right: 0;
}
.about__games a:nth-child(5) {
  left: 0;
  top: 240px;
}
.about__games a:nth-child(6) {
  top: 240px;
  right: 134px;
}
.about__image {
  position: absolute;
}
.about__image_first {
  top: 133px;
  left: 0;
}
.about__image_second {
  right: -50px;
}
.about__image_last {
  bottom: 0;
  right: 0;
}
.about__item {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .about__img {
    width: -moz-fit-content;
    width: fit-content;
  }
  .about__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.card {
  padding: 80px 0;
}
@media (max-width: 767px) {
  .card {
    padding: 40px 0;
  }
}
.card__content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media (max-width: 767px) {
  .card__content {
    grid-template-columns: repeat(1, 1fr);
  }
}
.card__item {
  border-radius: 40px;
  background: #F7F3E8;
  padding: 20px 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.card__item:nth-child(2) {
  background: #D0B4F1;
}
.card__item:nth-child(2) h3,
.card__item:nth-child(2) p {
  color: #fff;
}
.card__img {
  width: -moz-fit-content;
  width: fit-content;
}
.card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card__name {
  color: #0080A3;
  font-family: "Sigmar One";
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 8px;
}
.card__text {
  color: #000;
}

.info {
  background: url(/wp-content/themes/qazumira/img/bg-5.svg) no-repeat bottom/contain;
}
.info__row {
  display: flex;
}
.info__bg {
  width: -moz-fit-content;
  width: fit-content;
}
.info__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991px) {
  .info__img {
    display: none;
  }
}
.info__images {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.info__image {
  width: -moz-fit-content;
  width: fit-content;
}
.info__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.game {
  margin: 240px 0 60px;
  background: url(/wp-content/themes/qazumira/img/gameBg.svg) no-repeat bottom/contain;
  padding-bottom: 67px;
}
.game__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.game__logo {
  position: relative;
}
.game__logo-icon {
  position: absolute;
  right: -60px;
  top: -57px;
}
.game__column {
  max-width: 800px;
  padding: 20px;
  border-radius: 40px;
  background: #D0B4F1;
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
}
.game__name {
  color: #F7F3E8;
  font-family: "Sigmar One";
  font-size: 26px;
  font-weight: 400;
}
.game__icon {
  position: absolute;
  top: -125px;
  left: -54px;
}
.game__subicon {
  position: absolute;
  top: -32px;
  right: -180px;
}
@media (max-width: 1023px) {
  .game__subicon {
    top: auto;
    bottom: -129px;
    right: 0;
  }
}
@media (max-width: 575px) {
  .game__subicon {
    top: auto;
    bottom: -129px;
    right: -67px;
    z-index: 1;
  }
}
.game__link {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  z-index: 2;
}

.catallog {
  background: url(/wp-content/themes/qazumira/img/gameBg.svg) no-repeat bottom/contain;
  margin: 200px 0 60px;
  padding-bottom: 356px;
}
@media (max-width: 1150px) {
  .catallog {
    padding: 0;
  }
}
.catallog__column {
  max-width: 737px;
}
.catallog__content {
  position: relative;
}
.catallog__games a {
  position: absolute;
}
.catallog__games a:nth-child(1) {
  top: 30px;
  right: 200px;
}
.catallog__games a:nth-child(2) {
  top: 288px;
  right: 200px;
}
.catallog__games a:nth-child(3) {
  left: 0;
  top: 410px;
}
.catallog__games a:nth-child(4) {
  top: 410px;
  left: 486px;
}
.catallog__games a:nth-child(5) {
  right: 0;
  top: 159px;
}
.catallog__games a:nth-child(6) {
  top: 312px;
  left: 243px;
}
@media (max-width: 1150px) {
  .catallog__games a {
    position: static;
  }
}
@media (max-width: 575px) {
  .catallog__games a img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 1150px) {
  .catallog__games {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 44px 0;
    gap: 20px;
    margin: 0 auto;
    justify-content: center;
  }
}

.privacy {
  margin: 260px 0 60px;
}
.privacy__title {
  color: #FFF;
  text-shadow: 0 7px 0 #0080A3;
  -webkit-text-stroke-width: 0.76px;
  -webkit-text-stroke-color: rgba(94, 94, 94, 0.26);
  font-family: "Sigmar One";
  font-size: clamp(32px, 7vw, 70px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}