@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --main-bg-color: #fdfcfc;
  --main-bg-color-second: #eb5bac24;
  --accent-color: #eb5bac;
  /* --accent-color: #7db3cf; */
  --accent-color-second: #072a53;
  --font-primary: "Open Sans", sans-serif;
  --bd-radius: 16px;
  --header-height: 87px;
  --gap: 24px;
}
html {
  scroll-behavior: smooth;
}
html,
body {
  min-height: 100vh;
  overflow-x: hidden !important;
  font-family: var(--font-primary), sans-serif;
  background-color: var(--main-bg-color);
  color: #000;
  letter-spacing: 0.5px;
  line-height: 1;
}
html.hid {
  overflow: hidden;
}
ul li {
  list-style: none;
}
ol li {
  list-style-type: decimal;
  list-style-position: inside;
}
a {
  text-decoration: none;
  color: inherit;
}
button {
  cursor: pointer;
  font-family: inherit;
}
input,
textarea {
  outline: none;
  font-family: inherit;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
img {
  width: 100%;
  vertical-align: bottom;
  object-fit: cover;
}
.section {
  padding: 80px 0;
}
.page-rules .section {
  padding: 40px 0;
}
h1 {
  font-size: 64px;
  font-weight: 500;
  margin-bottom: 32px;
}
h2 {
  font-size: 40px;
  line-height: 140%;
  font-weight: bold;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 12px;
  color: var(--accent-color-second);
  text-transform: uppercase;
  text-align: center;
}

p,
ol li,
ul li,
.page-rules .section ul li,
.page-rules .section ol li {
  line-height: 150%;
  margin-bottom: 16px;
  opacity: 0.7;
}
.page-rules .section ul,
.page-rules .section ol {
  padding-left: 30px;
}
.page-rules .section ul li {
  position: relative;
}
.page-rules .section ul li:before {
  content: "";
  position: absolute;
  left: -16px;
  top: 10px;
  width: 8px;
  height: 2px;
  background: #000;
}
.page-rules .section a {
  text-decoration: underline;
}
.page-rules .section a:hover {
  text-decoration: none;
}
strong {
  margin-top: 30px;
  font-size: 21px;
  display: block;
}
#game3 .container {
  max-width: 1040px;
}
.container {
  width: 90%;
  max-width: 1580px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
  height: 100%;
}
.container-sm {
  max-width: 1040px;
}
.color {
  color: var(--accent-color);
}
.btn {
  border: 2px solid var(--accent-color);
  border-radius: 30px;
  padding: 12px 24px;
  font-weight: 600;
  transition: 0.2s;
  max-width: 250px;
  text-align: center;
  font-size: 13px;
  position: relative;
  overflow: hidden;
  background: var(--accent-color);
  text-transform: uppercase;
  color: #fff;
  min-width: 100px;
}
.btn:hover {
  background: transparent;
  color: #000;
}
.btn-outline {
  background: transparent;
  color: #000;
}
.btn-outline:hover {
  background: var(--accent-color);
  color: #000;
}
.desc-hid {
  display: none;
}
.grid-col-5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: var(--gap);
}
.grid-col-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--gap);
}
.grid-col-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--gap);
}
.h-100 {
  height: 100%;
}
.bg-section {
  background: linear-gradient(90deg, #eb5bad57, #e674b5c0);
}

.text-left {
  text-align: left;
}
.relative {
  position: relative;
}
/* ICONS BG */
.icon-bg img {
  width: 100%;
}
.icon-bg {
  position: absolute;
  transform: rotate(25deg);
  z-index: 1;
}
.icon-bg1 {
  top: 50px;
  right: 0;
  width: 100px;
}
.icon-bg2 {
  top: 50px;
  left: 50px;
  width: 120px;
}
.icon-bg3 {
  bottom: 50px;
  right: 50px;
  width: 140px;
}
.icon-bg4 {
  bottom: 250px;
  right: 200px;
  width: 110px;
}
.icon-bg5 {
  bottom: 120px;
  left: 120px;
  width: 80px;
}
.icon-bg6 {
  bottom: 50px;
  left: 50px;
  width: 140px;
}
/* TEXT SECTION */

.text-section img {
  border-radius: var(--bd-radius);
}
.text-section .grid-col-2 {
  gap: 40px;
  align-items: center;
}
.text-section .grid-col-2 span.subtitle {
  color: var(--accent-color);
  font-weight: bold;
  margin-bottom: 24px;
  display: block;
}
.text-section h2,
.contact h2 {
  margin-bottom: 0;
}
/* FORM */
.form label {
  font-size: 13px;
  display: block;
  margin-bottom: 5px;
}
.form div {
  margin-bottom: 15px;
}

textarea {
  min-height: 110px;
  resize: none;
  padding: 12px;

  font-size: 14px;
  width: 100%;
  border-radius: var(--bd-radius);
  outline: none;
  position: relative;
  z-index: 1;
}
.form form {
  width: 100%;
  max-width: 500px;
  /* margin-top: 50px; */
}
.form input {
  border: 1px solid #383232;
  padding: 12px;
  border-radius: var(--bd-radius);
  font-size: 14px;
  width: 100%;
  outline: none;
}
.form .btn {
  margin-top: 35px;
}

/* HEADER */
.header {
  position: absolute;
  width: 100%;
  z-index: 9;
}
.page-rules .header {
  box-shadow: 0 2px 3px -2px gray;
}
.header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}
.header ul {
  display: grid;
  grid-template-columns: repeat(4, auto);
  gap: 24px;
}
.header ul a:not(.btn):not(.header ul.active a) {
  /* color: #fff; */
  text-transform: capitalize;
  font-weight: bold;
}
.header ul a:hover:not(.btn) {
  color: var(--accent-color) !important;
}
.menu li {
  opacity: 1;
}
.menu ul.active a:not(.btn) {
  text-transform: capitalize;
  font-weight: bold;
}
.header ul.active .header-btn a:hover {
  color: #fff !important;
}
.header .menu .overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  display: none;
  z-index: 1;
}
.header .menu .overlay.active {
  display: block;
}
.logo {
  font-size: 24px;
}
.logo img {
  width: 85px;
}
.btn-menu {
  cursor: pointer;
}
.btn-menu img {
  vertical-align: bottom;
}
.logo a {
  font-weight: bold;
}
.header .btn:hover {
  color: #000;
}
.img-cross {
  width: 30px;
  position: absolute;
  top: 35px;
  right: 15px;
  cursor: pointer;
}
.header-18 {
  background: var(--accent-color-second);
}
.header-18-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.header-18 img {
  width: 24px;
  margin-right: 7px;
}
.header-18-text {
  color: #fff;
}
.header-18 .container {
  padding: 8px 0;
  font-size: 13px;
}
.header-18 a {
  text-decoration: underline;
}
.header-18 a:hover {
  text-decoration: none;
}
/* HERO */
@media (orientation: landscape) {
  .hero {
    min-height: 750px !important;
  }
}
.hero {
  height: 75vh;
  min-height: 100vh;
  /* min-height: 650px; */
  position: relative;
  z-index: 1;
  background: linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.2),
      rgba(255, 255, 255, 0.8)
    ),
    url(../img/bg-hero2.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.hero-text {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
  position: relative;
  z-index: 2;
  color: #fff;
}
.hero h1 {
  max-width: 680px;
  position: relative;
  font-weight: bold;
  min-width: 350px;
}
.hero .btn img {
  width: 24px;
  margin-left: 7px;
}

.btn-hero {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  width: 200px;
  margin: auto;
}
.btn-hero:hover {
  color: #fff;
}
.hero-img {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 100%;

  max-width: 730px;
}
.hero-img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 35px;
}
/* GAME */
.bg-icon-1 {
  width: 115px;
  position: absolute;
  transform: rotate(26deg);
}
.game-item img {
  border-radius: var(--bd-radius);
}
.game-item {
  position: relative;
  overflow: hidden;
  border-radius: var(--bd-radius);
}
.game-item:hover .game-item-bottom {
  transform: translateY(0);
}
.game-item:hover .game-item-top {
  transform: translateY(0);
}
.game-info {
  width: 24px;
  transition: 0.2s;
}
.game-item-top:hover .game-info {
  width: 22px;
}
.game-item-btn {
  width: 100%;
  transition: 0.3s;
  position: relative;
  z-index: 9;
}
.game-item-btn:hover {
  color: #fff;
}
.game-name {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  background: var(--accent-color);
  cursor: pointer;
}
.game-item-bottom {
  height: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(100%);
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  bottom: 0;
  width: 100%;
  transition: 0.3s;
  padding: 0 20px;
}
.game-item-top {
  height: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-100%);
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  width: 100%;
  transition: 0.3s;
  cursor: pointer;
  padding: 0 20px;
}
.game-item-top span {
  color: #fff;
  margin-right: 8px;
  text-align: center;
}
.game-details {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 500px;
  min-height: 300px;
  background: var(--accent-color-second);
  z-index: 9;
  padding: 50px 15px 15px;
  color: #fff;
}
.game-details-name {
  font-weight: bold;
  margin-bottom: 16px;
  display: block;
}

.overlay-game {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  display: none;
  z-index: 9;
}
.overlay-game.active {
  display: block;
}
.popup-game {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  display: none;
}
.popup-game.active {
  display: block;
}
.popup-game-cross {
  width: 30px;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  transition: 0.3s;
}
.popup-game-cross:hover {
  transform: rotate(45deg);
}
.game-details-img {
  margin-bottom: 30px;
}
.game-details-item {
  padding: 12px 0;
  border-bottom: 1px solid #fff;
  display: flex;
  justify-content: space-between;
}
.game-details .btn {
  display: block;
  margin: 50px auto 30px;
}
.game-details .btn:hover {
  color: #fff;
}
.stars {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.stars img {
  width: 24px;
  padding: 0 2px;
}
.game-details-review {
  display: flex;
  justify-content: center;
  margin-top: 16px;
}
.game-details-review-number {
  margin-right: 7px;
}
/* ADV */
/* .adv {
  background: var(--main-bg-color-second);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0;
} */
.adv-item {
  background: var(--main-bg-color);
  padding: 24px;
  border-radius: var(--bd-radius);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.adv-item-img {
  width: 60px;
}
.adv-item span {
  font-size: 20px;
  line-height: 150%;
  font-weight: 600;
  /* color: #fff; */
  margin-top: 12px;
}
.adv-item p {
  line-height: 150%;
  margin-top: 16px;
}

/* CONTACT */
.contact {
  z-index: 0;
}
#contact form {
  margin-top: 0;
}

.contact iframe {
  border-radius: 20px;
}

/* FOOTER */
.footer {
  background: #000;
  padding: 50px 0 40px;
  color: #fff;
  position: relative;
}
.footer .logo {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.footer h3,
.footer h6 {
  color: #fff;
  opacity: 0.6;
}
.footer p {
  margin-bottom: 35px;
  font-size: 13px;
  opacity: 0.5;
  line-height: 20px;
  margin-top: 15px;
  color: #fff;
}
.footer p a,
.footer-nav a {
  text-decoration: underline;
}
.footer a {
  color: #fff;
}
.footer a:hover {
  text-decoration: none;
}

.footer-copy {
  display: flex;
  justify-content: center;
}
.footer-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #3b3b3b;
  padding-top: 25px;
}
.footer-nav a {
  padding-left: 7px;
}
.footer-nav a,
.copy {
  font-size: 13px;
  opacity: 0.5;
  line-height: 20px;
}
.contact-wrap {
  gap: 40px;
}
.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1150px;
  margin: 40px auto 30px;
  align-items: center;
}
.footer-links a {
  max-width: 220px;
  padding: 12px;
}
/* COOKIE */
.cookie-bar {
  position: fixed;
  bottom: 15px;
  left: 15px;
  background: #000;
  z-index: 9;
  color: #fff;
  width: 300px;
  padding: 20px;
  border-radius: var(--bd-radius);
  display: none;
}
.cookie-bar.active {
  display: block;
}
#cookie-bar-link {
  display: block;
  margin: 15px 0 25px;
  color: var(--accent-color);
  text-decoration: underline;
}
#cookie-bar-link:hover {
  text-decoration: none;
}
.cookie-text {
  line-height: 1.5;
}
.cookie-bar .btn:hover {
  color: #fff;
}

/* POPUP AGE */
.popup {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  left: 0;
  top: 0;
  z-index: 99;
  display: none;
}
.popup.active {
  display: block;
}
.popup-in {
  background: #fff;
  padding: 30px;
  color: #000;
  text-align: center;
  border-radius: 12px;
  max-width: 600px;
}
.popup .container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.popup-in h3 {
  margin-bottom: 10px;
  font-size: 28px;
}
.popup-in p {
  line-height: 28px;
  font-size: 18px;
}
.popup-btn {
  display: flex;
  justify-content: center;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}
.popup-btn .btn {
  margin: 10px 20px 10px 20px;
}
.popup-btn .btn:hover {
  color: #000;
}
.btn.age-n {
  background: #000;
  border: 2px solid #000;
}
.btn.age-n:hover {
  background: transparent;
}
.popup-img {
  margin: 20px 0;
}
.popup-img img {
  width: 100px;
}
/* MEDIA */
@media (min-width: 992px) {
  .img-cross {
    display: none;
  }
  .header ul a:not(.btn):not(.header ul.active a) {
    color: var(--accent-color-second);
  }
  .hero h1 {
    min-width: 600px;
  }
}
@media (max-width: 992px) {
  .section {
    padding: 40px 0;
  }
  h2 {
    font-size: 28px;
    margin-bottom: 24px;
    line-height: 115%;
  }
  .desc-hid {
    display: block;
  }
  .header nav ul {
    position: fixed;
    background: var(--accent-color-second);
    width: 300px;
    height: 100%;
    right: 0;
    top: 0;
    flex-direction: column;
    padding: 140px 0 80px;
    display: flex;
    align-items: center;
    transform: translateX(100%);
    transition: transform 0.2s;
    z-index: 9;
  }
  .header nav ul.active {
    transform: translateX(0);
    padding-left: 15px;
    padding-right: 15px;
    gap: 0;
  }

  .header-btn {
    margin-top: auto;
  }

  .header ul li:not(.header-btn) {
    padding: 16px 0;
    border-bottom: 1px solid rgba(247, 243, 243, 0.4);
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 0;
  }

  h1 {
    font-size: 40px;
  }
  .hero h1 {
    margin-top: -45px;
  }
  .hero-img {
    top: 10%;
  }
  .hero-img:before {
    border-radius: 20px;
  }
  .footer-nav {
    flex-direction: column-reverse;
    justify-content: center;
  }
  .footer-nav nav a {
    display: block;
    margin-bottom: 15px;
    text-align: center;
  }
  .footer-copy {
    margin-top: 15px;
  }

  .grid-col-2,
  .grid-col-3 {
    grid-template-columns: 1fr;
  }
  .grid-col-5 {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
  .mob-hid {
    display: none;
  }
  .game-details {
    height: 100%;
  }
  .form form {
    max-width: 100%;
  }
  .menu ul.active a:not(.btn) {
    color: #fff;
  }
  .icon-bg {
    z-index: 0;
    opacity: 0.5;
  }
  .icon-bg2 {
    top: 69px;
    left: -22px;
  }
  .icon-bg1 {
    top: 427px;
  }
  .icon-bg3 {
    bottom: -32px;
    right: -24px;
  }
  .icon-bg6 {
    bottom: 50px;
    right: 50px;
    left: auto;
    width: 90px;
  }
}

/* ///////////////// */
