/* Reset and base styles  */

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

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

/* Links */

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

a:hover {
  text-decoration: none;
}

/* Common */

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

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

ul,
ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

address {
  font-style: normal;
}

/* Form */

input,
textarea,
button,
select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

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

button,
input[type=submit] {
  display: inline-block;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
}

input:focus,
input:active,
button:focus,
button:active {
  outline: none;
}

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

label {
  cursor: pointer;
}

legend {
  display: block;
}

@font-face {
  font-family: Poppins;
  font-display: swap;
  src: url("../ehgameworld__fonts/ehgameworld__Poppins-Regular.woff2") format("woff2"), url("../ehgameworld__fonts/ehgameworld__Poppins-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Saira;
  font-display: swap;
  src: url("../ehgameworld__fonts/ehgameworld__Saira-Black.woff2") format("woff2"), url("../ehgameworld__fonts/ehgameworld__Saira-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: Saira;
  font-display: swap;
  src: url("../ehgameworld__fonts/ehgameworld__Saira-Medium.woff2") format("woff2"), url("../ehgameworld__fonts/ehgameworld__Saira-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

:root {
  --container-width: 1440px;
  --container-padding: 100px;
  --container-padding-tablet: 16px;
  --background: #010023;
  --font-color: #fff;
  --font-size: clamp(0.875rem, 0.8317307692rem + 0.1923076923vw, 1rem);
  --font-family: Poppins, sans-serif;
  --laptop-size: 1199px;
  --tablet-size: 959px;
  --mobile-size: 599px;
}

h1,
h2,
h2,
h3,
.ehgameworld__h3 {
  font-weight: normal;
  overflow-wrap: break-word;
  font-family: Saira;
  text-transform: uppercase;
  -webkit-transform: scaleY(0.7);
  -ms-transform: scaleY(0.7);
  transform: scaleY(0.7);
  line-height: 100%;
}

h1 {
  font-size: clamp(1.5625rem, 1.0216346154rem + 2.4038461538vw, 3.125rem);
  font-weight: 900;
}

h2,
.ehgameworld__h2 {
  font-size: clamp(1.375rem, 0.9855769231rem + 1.7307692308vw, 2.5rem);
  font-weight: 500;
}

h3,
.ehgameworld__h3 {
  font-size: clamp(1.5rem, 1.4567307692rem + 0.1923076923vw, 1.625rem);
  text-transform: uppercase;
}

html {
  scroll-behavior: smooth;
  background: var(--background);
}

body {
  background: var(--background);
  color: var(--font-color);
  font-family: var(--font-family);
  font-size: var(--font-size);
  font-weight: 400;
}

html,
body {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

a,
button {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

img {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

.ehgameworld__no-scroll {
  overflow: hidden;
}

.ehgameworld__visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.ehgameworld__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ehgameworld__items .ehgameworld__item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

.ehgameworld__terms .ehgameworld__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.ehgameworld__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 60px;
  margin: 60px 0;
}

.btn,
.btn:focus {
  white-space: nowrap;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  padding: clamp(0.5rem, 0.4134615385rem + 0.3846153846vw, 0.75rem) 40px;
  border-radius: 30px;
  background: #B436E2;
  -webkit-box-shadow: inset 0px -100px 30px -80px #7643E2;
  box-shadow: inset 0px -100px 30px -80px #7643E2;
  color: #FFF !important;
  border: 1px solid #8A42E2;
  font-size: clamp(0.6875rem, 0.5793269231rem + 0.4807692308vw, 1rem);
  font-weight: 400;
  letter-spacing: 2px;
  color: #FFF;
  font-family: Saira;
  text-transform: uppercase;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.btn-active,
.btn:hover,
.btn:active {
  background: transparent;
  -webkit-box-shadow: inset 0px -100px 30px -80px rgba(117, 67, 226, 0);
  box-shadow: inset 0px -100px 30px -80px rgba(117, 67, 226, 0);
}

.ehgameworld__wrapper {
  border-radius: 30px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(4, 0, 63, 0.5)), to(rgba(43, 0, 67, 0.5)));
  background: linear-gradient(180deg, rgba(4, 0, 63, 0.5) 0%, rgba(43, 0, 67, 0.5) 100%);
  -webkit-box-shadow: 0px 0px 30px 0px #670BA6;
  box-shadow: 0px 0px 30px 0px #670BA6;
  padding: 60px 107px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}

.ehgameworld__wrapper img {
  -o-object-fit: contain;
  object-fit: contain;
  height: 360px;
}

.ehgameworld__wrap {
  border-radius: 20px;
  background: rgba(239, 211, 255, 0.2);
  backdrop-filter: blur(5px);
  padding: 40px;
}

.ehgameworld__center {
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ehgameworld__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
  margin: 0 auto;
  padding: 0 var(--container-padding);
  max-width: var(--container-width);
  width: 100%;
}

/* Blocks */

.ehgameworld__banner .ehgameworld__wrapper {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(4, 0, 63, 0.8)), to(rgba(43, 0, 67, 0.8))), url("./../ehgameworld__img/ehgameworld__banner.avif");
  background-image: linear-gradient(rgba(4, 0, 63, 0.8), rgba(43, 0, 67, 0.8)), url("./../ehgameworld__img/ehgameworld__banner.avif");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}				.ehgameworld__avif .ehgameworld__banner .ehgameworld__wrapper {					background-image: linear-gradient(rgba(4, 0, 63, 0.8), rgba(43, 0, 67, 0.8)), url("./../ehgameworld__img/ehgameworld__banner.avif")				}							.ehgameworld__avif .ehgameworld__banner .ehgameworld__wrapper {					background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(4, 0, 63, 0.8)), to(rgba(43, 0, 67, 0.8))), url("./../ehgameworld__img/ehgameworld__banner.avif")				}			

.ehgameworld__banner .ehgameworld__wrapper::after,
.ehgameworld__banner .ehgameworld__wrapper::before {
  content: "";
  width: clamp(3.75rem, -2.3076923077rem + 26.9230769231vw, 21.25rem);
  aspect-ratio: 1/1;
  position: absolute;
  bottom: 0;
  z-index: 1;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-animation: slideIn 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards, float 3s ease-in-out infinite;
  animation: slideIn 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards, float 3s ease-in-out infinite;
  -webkit-animation-delay: 0.2s, 1.2s;
  animation-delay: 0.2s, 1.2s;
}

.ehgameworld__banner .ehgameworld__wrapper::after {
  background-image: url("./../ehgameworld__img/ehgameworld__hero-left.avif");
  left: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-animation-name: slideInLeft, float;
  animation-name: slideInLeft, float;
}				.ehgameworld__avif .ehgameworld__banner .ehgameworld__wrapper::after {					background-image: url("./../ehgameworld__img/ehgameworld__hero-left.avif")				}			

.ehgameworld__banner .ehgameworld__wrapper::before {
  background-image: url("./../ehgameworld__img/ehgameworld__hero-right.avif");
  right: 0;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-animation-name: slideInRight, float;
  animation-name: slideInRight, float;
}				.ehgameworld__avif .ehgameworld__banner .ehgameworld__wrapper::before {					background-image: url("./../ehgameworld__img/ehgameworld__hero-right.avif")				}			

.ehgameworld__banner .ehgameworld__wrap {
  max-width: 600px;
  font-size: clamp(0.875rem, 0.7884615385rem + 0.3846153846vw, 1.125rem);
}

.ehgameworld__banner .btn {
  width: 100%;
  max-width: 246px;
  position: relative;
  overflow: hidden;
}

.ehgameworld__banner .btn::after {
  content: "";
  opacity: 0.6;
  position: absolute;
  top: -100px;
  left: -100px;
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(70%, rgba(255, 255, 255, 0.7)));
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.7) 70%);
  width: 40px;
  height: 320px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-animation: slide 4s ease-in-out 0.05s infinite;
  animation: slide 4s ease-in-out 0.05s infinite;
}

@-webkit-keyframes slide {
  0% {
    -webkit-transform: translateX(0) rotate(45deg);
    transform: translateX(0) rotate(45deg);
  }

  30%, 100% {
    -webkit-transform: translateX(500px) rotate(45deg);
    transform: translateX(500px) rotate(45deg);
  }
}

@keyframes slide {
  0% {
    -webkit-transform: translateX(0) rotate(45deg);
    transform: translateX(0) rotate(45deg);
  }

  30%, 100% {
    -webkit-transform: translateX(500px) rotate(45deg);
    transform: translateX(500px) rotate(45deg);
  }
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0) translateY(10px);
    transform: translateX(0) translateY(10px);
    opacity: 1;
  }
}

@keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0) translateY(10px);
    transform: translateX(0) translateY(10px);
    opacity: 1;
  }
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0) translateY(10px);
    transform: translateX(0) translateY(10px);
    opacity: 1;
  }
}

@keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0) translateY(10px);
    transform: translateX(0) translateY(10px);
    opacity: 1;
  }
}

@-webkit-keyframes float {
  0%, 100% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes float {
  0%, 100% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.ehgameworld__contact .btn {
  width: 100%;
  max-width: 246px;
}

.ehgameworld__contact form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}

.ehgameworld__contact form div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
  text-align: left;
}

.ehgameworld__contact input,
.ehgameworld__contact textarea {
  background: transparent;
  border-radius: 10px;
  border: 1px solid #EFD3FF;
  background: rgba(239, 211, 255, 0.2);
  padding: 10px 16px;
  color: #fff;
}

.ehgameworld__contact ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.ehgameworld__contact ::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.ehgameworld__contact :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.ehgameworld__contact ::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.ehgameworld__contact ::placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.ehgameworld__contact textarea {
  resize: none;
}

.ehgameworld__contact label {
  font-size: clamp(0.75rem, 0.7067307692rem + 0.1923076923vw, 0.875rem);
}

.ehgameworld__contact .ehgameworld__img {
  width: 100%;
  height: 469px;
  border-radius: 20px;
  background-image: url("./../ehgameworld__img/ehgameworld__game-screen.avif");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}				.ehgameworld__avif .ehgameworld__contact .ehgameworld__img {					background-image: url("./../ehgameworld__img/ehgameworld__game-screen.avif")				}			

.ehgameworld__contact .ehgameworld__warning {
  display: none;
  width: 100%;
  padding: 10px;
  border: 1px solid #fff;
  border-radius: 10px;
  background: #685191;
}

.ehgameworld__footer {
  margin-top: auto;
  background: #12022F;
  padding: 40px 0;
}

.ehgameworld__footer a {
  color: #EFD3FF;
  font-size: 14px;
}

.ehgameworld__footer a:hover {
  opacity: 0.6;
}

.ehgameworld__footer p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.ehgameworld__footer img {
  -o-object-fit: contain;
  object-fit: contain;
}

.ehgameworld__footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  gap: 16px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ehgameworld__footer nav {
  width: 100%;
}

.ehgameworld__footer .ehgameworld__age {
  position: relative;
  text-align: center;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 50px;
}

.ehgameworld__footer .ehgameworld__age span {
  position: absolute;
  left: 0;
  top: 5px;
  width: 40px;
  aspect-ratio: 1/1;
  background-image: url("./../ehgameworld__img/ehgameworld__18+.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.ehgameworld__game {
  padding: 20px 0;
}

.ehgameworld__game iframe {
  width: 100%;
  max-width: 900px;
  height: 560px;
  margin-inline: auto;
  border-radius: 20px;
  background: #1B1D21;
  -webkit-box-shadow: 0px 0px 20px 0px #0196A0 inset;
  box-shadow: 0px 0px 20px 0px #0196A0 inset;
  background-image: url("./../ehgameworld__img/ehgameworld__loading.gif");
  background-position: center center;
  background-size: 60px 60px;
  background-repeat: no-repeat;
}

.ehgameworld__header {
  padding: 14px 0;
  background: #5B2592;
  -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(15px);
}

.ehgameworld__header__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
}

.ehgameworld__header .ehgameworld__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ehgameworld__header .ehgameworld__nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}

.ehgameworld__header .ehgameworld__nav__list a {
  padding: 10px;
  border-bottom: 2px solid transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: rgba(255, 255, 255, 0.7);
}

.ehgameworld__header .ehgameworld__nav__list a:hover {
  border-color: #af70df;
  color: #FFF;
}

.ehgameworld__header .ehgameworld__nav__list .ehgameworld__active {
  border-color: #af70df;
  color: #FFF;
  cursor: default;
}

.ehgameworld__header a {
  color: #FFF;
  font-family: Saira;
  font-weight: 500;
}

.ehgameworld__header .ehgameworld__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  font-size: clamp(0.875rem, 0.7019230769rem + 0.7692307692vw, 1.375rem);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
}

.ehgameworld__header .ehgameworld__logo img {
  width: clamp(1rem, 0.6538461538rem + 1.5384615385vw, 2rem);
  aspect-ratio: 1/1;
}

.ehgameworld__header .ehgameworld__dropdown {
  position: relative;
}

.ehgameworld__header .ehgameworld__dropdown button {
  text-transform: uppercase;
}

.ehgameworld__header .ehgameworld__dropdown button:hover {
  color: rgba(255, 255, 255, 0.7);
}

.ehgameworld__header .ehgameworld__dropdown button::after {
  content: "";
  width: 24px;
  aspect-ratio: 1/1;
  background-image: url("./../ehgameworld__img/ehgameworld__arrow.svg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.ehgameworld__header .ehgameworld__dropdown-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ehgameworld__header .ehgameworld__dropdown-menu {
  position: absolute;
  left: -6px;
  display: none;
  gap: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-top: 0;
  padding: 10px 20px;
  border-radius: 10px;
  background: #010023;
  -webkit-box-shadow: 0px 0px 10px 0px #5B2592 inset;
  box-shadow: 0px 0px 10px 0px #5B2592 inset;
}

.ehgameworld__header .ehgameworld__dropdown.ehgameworld__active .ehgameworld__dropdown-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ehgameworld__header .ehgameworld__dropdown.ehgameworld__active button::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.ehgameworld__mobile-nav {
  position: fixed;
  top: -100%;
  width: 100%;
  height: 100%;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background: #000;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.ehgameworld__mobile-nav--open {
  top: 0;
}

.ehgameworld__mobile-nav a {
  color: #fff;
}

.ehgameworld__mobile-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  row-gap: 20px;
  font-size: 28px;
}

.ehgameworld__mobile-nav__list .ehgameworld__active {
  opacity: 0.5;
}

/* Nav Icon */

.ehgameworld__mobile-nav-btn {
  --time: 0.1s;
  --width: 26px;
  --height: 30px;
  --line-height: 3px;
  --spacing: 5px;
  --color: #ffffff;
  --radius: 4px;
  /* Fixed height and width */
  /* height: var(--height); */
  /* width: var(--width); */
  /* Dynamic height and width */
  height: calc(var(--line-height) * 2 + var(--spacing) * 4);
  width: var(--width);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ehgameworld__nav-icon {
  position: relative;
  width: var(--width);
  height: var(--line-height);
  background-color: var(--color);
  border-radius: var(--radius);
}

.ehgameworld__nav-icon::before,
.ehgameworld__nav-icon::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: var(--width);
  height: var(--line-height);
  border-radius: var(--radius);
  background-color: var(--color);
  -webkit-transition: top var(--time) linear var(--time), -webkit-transform var(--time) ease-in;
  transition: top var(--time) linear var(--time), -webkit-transform var(--time) ease-in;
  transition: transform var(--time) ease-in, top var(--time) linear var(--time);
  transition: transform var(--time) ease-in, top var(--time) linear var(--time), -webkit-transform var(--time) ease-in;
}

.ehgameworld__nav-icon::before {
  /* top: calc(var(--line-height) * -2); */
  top: calc(-1 * (var(--line-height) + var(--spacing)));
}

.ehgameworld__nav-icon::after {
  /* top: calc(var(--line-height) * 2); */
  top: calc(var(--line-height) + var(--spacing));
}

.ehgameworld__nav-icon.ehgameworld__nav-icon--active {
  background-color: transparent;
}

.ehgameworld__nav-icon.ehgameworld__nav-icon--active::before,
.ehgameworld__nav-icon.ehgameworld__nav-icon--active::after {
  top: 0;
  -webkit-transition: top var(--time) linear, -webkit-transform var(--time) ease-in var(--time);
  transition: top var(--time) linear, -webkit-transform var(--time) ease-in var(--time);
  transition: top var(--time) linear, transform var(--time) ease-in var(--time);
  transition: top var(--time) linear, transform var(--time) ease-in var(--time), -webkit-transform var(--time) ease-in var(--time);
  background-color: #fff;
}

.ehgameworld__nav-icon.ehgameworld__nav-icon--active::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.ehgameworld__nav-icon.ehgameworld__nav-icon--active::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* Layout */

.ehgameworld__mobile-nav-btn {
  z-index: 999;
  display: none;
}

.ehgameworld__top img {
  height: 295px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
}

.ehgameworld__top .btn {
  width: 100%;
  max-width: 246px;
}

@media (max-width: 1220px) {
  .ehgameworld__container {
    padding: 0 var(--container-padding-tablet);
    gap: 20px;
  }

  .ehgameworld__mobile-nav-btn {
    display: block;
  }
}

@media (max-width: 930px) {
  .ehgameworld__footer .ehgameworld__age span {
    position: static;
  }
}

@media (max-width: 820px) {
  .ehgameworld__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .ehgameworld__main {
    margin: 40px 0;
    gap: 40px;
  }

  .ehgameworld__wrapper {
    padding: 30px 12px;
    gap: 16px;
  }

  .ehgameworld__wrapper img {
    height: 200px;
  }

  .ehgameworld__wrap {
    padding: 20px;
  }

  .ehgameworld__banner .ehgameworld__wrapper {
    padding-top: 30px;
    padding-bottom: 70px;
  }

  .ehgameworld__banner .ehgameworld__wrapper::after,
  .ehgameworld__banner .ehgameworld__wrapper::before {
    width: 150px;
  }

  .ehgameworld__contact h2,
  .ehgameworld__contact p {
    text-align: center;
  }

  .ehgameworld__contact .btn {
    margin-inline: auto;
  }

  .ehgameworld__contact .ehgameworld__img {
    height: 65px;
  }

  .ehgameworld__footer ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .ehgameworld__footer .ehgameworld__age {
    padding-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .ehgameworld__game iframe {
    height: auto;
    aspect-ratio: 1/1;
  }

  .ehgameworld__header {
    padding: 8px 0;
  }

  .ehgameworld__header .ehgameworld__nav__list li:first-child {
    display: none;
  }

  .ehgameworld__header .ehgameworld__logo {
    gap: 4px;
  }

  .ehgameworld__top img {
    height: 200px;
  }

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

  .ehgameworld__top .btn {
    margin-inline: auto;
  }
}

@media (max-width: 580px) {
  .ehgameworld__banner .ehgameworld__wrapper {
    padding-bottom: 150px;
  }
}