@import url("https://fonts.googleapis.com/css2?family=Fredoka:wght@300..700&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap");

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: linear-gradient(180deg, #2c8efe 0%, #2badff 22.6%, #b9ebff 100%);

  color: #2e2e2e;
}

body {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}
img {
  display: block;
  height: auto;
}
figure {
  margin: 0;
  padding: 0;
  border: 0;
}
.list {
  list-style: none;
}

button,
a {
  cursor: pointer;
}

.button:hover {
  scale: 120%;
}

.y-e-header.is-open .y-e-header-background {
  left: 0;
}
.y-e-header-button-wrapper {
  margin-left: auto;
}
.y-e-header-icon {
  display: none;
}

.y-e-header-icon-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
  border: none;
  border-radius: 50%;
}
.y-e-navigation-list.is-open {
  right: 0;
}
.y-e-header-icon-menu {
  display: block;
}

.y-e-header-icon-button.is-open .y-e-header-icon-menu {
  display: none;
}

.y-e-header-icon-button.is-open .y-e-header-icon-close {
  display: block;
}

.y-e-header {
  position: fixed;
  width: 100%;
  z-index: 5;
  transition: background-color 0.3s ease;
  background: transparent;
  display: flex;
  height: auto;
}

.y-e-header-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 100%;
  z-index: -1;
  transition: left 0.3s ease;
  background: #ff9d42;
}
.y-e-header.is-open .y-e-header-background {
  left: 0;
}
.y-e-header-button-wrapper {
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.y-e-header-icon-menu {
  display: block;
}

.y-e-header-icon-button.is-open .y-e-header-icon-menu {
  display: none;
}

.y-e-header-icon-button.is-open .y-e-header-icon-close {
  display: block;
}

.y-e-navigation {
  display: -ms-flexbox;
  -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-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 48px 42px 20px;
  position: relative;
}

.y-e-navigation-list {
  display: flex;
  flex-direction: column;
  align-items: start;
  position: absolute;
  top: 100%;
  right: -100%;
  width: 100%;
  height: 557px;
  transition: 0.3s;
  z-index: 999;
  padding: 100px 0 0px 138px;

  gap: 28px;
  background: #ff9d42;
}

.y-e-navigation-list.is-open {
  right: 0;
}

.y-e-navigation-link {
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #2e2e2e;
  font-family: Nunito;
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
}

.y-e-navigation-link:hover,
.y-e-navigatioт-link:focus {
  color: #fbfaf6;
}

.y-e-header.is-open {
  background-color: transparent;
}

.y-e-navigation-img {
  display: none;
}

@media screen and (min-width: 1198px) {
  .y-e-navigation-img {
    display: flex;
  }
  .y-e-policy-terms-header-icon-menu {
    display: none;
  }
  .w-b-header-button-wrapper {
    display: none;
  }
  .y-e-header {
    width: 100%;
    height: 70px;
    padding: 10px 0px 10px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
  }

  .y-e-header-background {
  }
  .y-e-header-icon-button {
    display: none;
  }
  .y-e-navigation {
    display: flex;
    flex-direction: row;
    flex: 1;
    padding: 0;
    width: 1440px;
    margin: auto;
  }

  .y-e-navigation-list {
    background-color: transparent;
    flex-direction: row;
    display: flex;
    position: static;
    width: 1440px;
    margin: auto;
    padding-block: 0;
    flex: 1;
    gap: 160px;
    height: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: center;
    padding: 0;
  }

  .y-e-navigation-link {
    font-family: Nunito;
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;

    color: #ff9d42;
    text-decoration: none;
  }

  .y-e-navigation-item-desk {
    display: none;
  }
}
.y-e-home {
  width: 375px;
  height: 800px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/home/Home\ mobile.png");
  margin: auto;
}
.y-e-home-container {
  width: 375px;
  padding: 112px 0px 0px;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 316px;
}

.y-e-home-title-img {
  width: 375px;
}
.y-e-home-img {
  width: 243px;
  transition: all 0.3s ease-in-out;
}

.y-e-home-img:hover {
  transform: scale(1.1);
}

@media screen and (min-width: 1198px) {
  .y-e-home {
    width: 1440px;
    height: 820px;
    background-image: url("/img/home/Home.png");
  }
  .y-e-home-container {
    width: 1440px;
    padding: 114px 818px 0px 80px;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 26px;
  }

  .y-e-home-title-img {
    width: 542px;
  }
}
.y-e-about {
  margin: auto;
  width: 375px;
  padding: 80px 20px 0;
}
.y-e-about-container {
  height: 595px;

  margin: auto;
  background-image: url("/img/About\ the\ game.png");
}
.y-e-about-div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.y-e-about-title {
  font-family: Fredoka;
  font-weight: 700;
  font-style: Bold;
  font-size: 36px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;

  color: #ff9d42;
}
.y-e-about-text {
  font-family: Nunito;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;

  padding: 340px 0 22px;
}

@media screen and (min-width: 1198px) {
  .y-e-about {
    margin: auto;
    width: 1440px;
    padding: 150px 80px 0;
  }
  .y-e-about-container {
    height: 418px;

    margin: auto;
    background-image: url("/img/About\ the\ game\ \(1\).png");
  }
  .y-e-about-div {
    display: flex;
    flex-direction: column;
    align-items: start;
    padding: 53px 197px 0 650px;
  }

  .y-e-about-text {
    font-family: Nunito;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;

    text-align: left;
    padding: 0px 0 32px;
  }
}
.y-e-why {
  margin: auto;
  width: 375px;
  padding: 80px 20px 0;
}

.y-e-why-container {
  margin: auto;
}
.y-e-why-list {
  padding-top: 28px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.y-e-why-item {
  display: flex;
  gap: 20px;
  align-items: center;
  font-family: Fredoka;
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-transform: uppercase;
}
.y-e-why-img {
  width: 88px;
  height: 88px;

  object-fit: cover;
  object-position: center;
  border-radius: 20px;
}

@media screen and (min-width: 1198px) {
  .y-e-why {
    width: 1440px;
    padding: 150px 80px 0;
    margin: auto;
  }
  .y-e-why-container {
    margin: auto;
  }
  .y-e-why-list {
    padding-top: 36px;
    display: flex;

    flex-direction: row;
    flex-wrap: wrap;
    gap: 21px;
  }
  .y-e-why-item {
    width: 412px;
    height: 88px;

    gap: 20px;
  }
  .y-e-why-item-two {
    margin-left: 109px;
  }
  .y-e-why-item-three {
    width: 304px;
  }
}

.y-e-characters-container {
  padding: 80px 20px 0;
  margin: auto;
  width: 375px;
}
.y-e-characters-list {
  padding-top: 28px;
}
.y-e-characters-item {
  width: 335px;
  height: 444px;
  margin: 0 10px;
}
.y-e-characters-img {
  width: 161px;
  height: 357px;
  margin: 0 auto;

  object-fit: cover;
  object-position: center;
  border-radius: 20px;
}
.y-e-characters-text-bold {
  font-family: Fredoka;
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;

  padding: 4px 0px 12px;
  color: #ff9d42;
}

.y-e-characters-text {
  font-family: Nunito;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
}

@media screen and (min-width: 1198px) {
  .y-e-characters-container {
    padding: 150px 80px 0;
    margin: auto;
    width: 1440px;
  }
  .y-e-characters-list {
    padding: 36px 0 28px;
  }
  .y-e-characters-item {
    width: 305px;
    height: 444px;
  }
  .y-e-characters-img {
    width: 161px;
    height: 357px;
  }
  .y-e-characters-text-bold {
    font-family: Fredoka;
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
  }

  .y-e-characters-text {
    font-family: Nunito;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
  }
}

.y-e-reviews-container {
  margin: auto;
  padding: 80px 20px;
  width: 375px;
}
.y-e-reviews-list {
  padding-top: 28px;
}

.y-e-reviews-item {
  margin: 0 10px;
  width: 305px;
  height: 235px;
  padding: 26px 35px 0 52px;

  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/reviews/Review\ card.png");
}

.y-e-reviews-item-top {
  display: flex;
  gap: 24px;
  align-items: center;
  font-family: Fredoka;
  font-weight: 400;
  font-style: Bold;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;

  padding-top: 8px;
}

.y-e-reviews-text {
  font-family: Nunito;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  height: 56px;
}

@media screen and (min-width: 1198px) {
  .y-e-reviews-container {
    margin: auto;
    padding: 150px 80px;
    width: 1440px;
    position: relative;
  }
  .y-e-reviews-list {
    padding: 36px 0 28px;
  }
}

.y-e-gallery-container {
  width: 375px;
  margin: auto;
  padding: 80px 20px 0px;
}
.y-e-gallery-list {
  width: auto;
  padding-top: 28px;
  margin: auto;
}

.y-e-gallery-item {
  width: 305px;

  border-radius: 20px;

  overflow: hidden;
  position: relative;
  margin: 0 10px;
}

.y-e-gallery-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.y-e-gallery-button-container {
  display: none;
}
@media screen and (min-width: 1198px) {
  .y-e-gallery-button-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }

  .y-e-gallery-button {
    background-color: transparent;
    border: none;
    padding: 0;
    -webkit-transition: scale 0.3s ease;
    transition: scale 0.3s ease;
  }
  .y-e-gallery-button-icon {
    width: 48px;
    height: 48px;
  }
  .y-e-gallery-button:hover {
    scale: 120%;
  }

  .y-e-gallery-container {
    width: 1440px;
    margin: auto;
    padding: 150px 80px 0;
  }
  .y-e-gallery-item {
    width: auto;
    height: 542px;
  }

  .y-e-gallery-list {
    padding: 36px 0 28px;
  }
}

.y-e-policy-terms-container {
  padding: 118px 20px 40px;
  width: 375px;
  margin: auto;
  font-family: Nunito;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
}

.y-e-policy-terms-container h1 {
  font-family: Fredoka;
  font-weight: 700;
  font-style: Bold;
  font-size: 36px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;

  color: #ff9d42;
  margin-bottom: 28px;
}
.y-e-policy-terms-container h2 {
  margin-top: 20px;
  font-family: Nunito;
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
}
.y-e-policy-terms-container ul {
  list-style-type: disc;
  margin-left: 20px;
}

.y-e-email-link {
  color: inherit;
  text-decoration: none;
}
@media screen and (min-width: 1198px) {
  .y-e-policy-terms-container {
    padding: 114px 180px 100px;
    width: 1440px;
  }
}

.y-e-footer-container {
  width: 375px;
  padding: 33px 20px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 18px;
  background: #ff9d42;
}

.y-e-footer-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.y-e-footer-text {
  text-decoration: none;
  color: inherit;
  font-family: Fredoka;
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-transform: uppercase;
}

.y-e-footer-copyright {
  font-family: Nunito;
  font-weight: 400;
  font-style: Regular;
  font-size: 12px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
}

@media screen and (min-width: 1198px) {
  .y-e-footer-container {
    width: 1440px;
    padding: 46px 180px;
    justify-content: center;
    align-items: center;
    gap: 50px;
  }

  .y-e-footer-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;

    gap: 270px;
  }

  .y-e-footer-text {
    font-family: Fredoka;
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-transform: uppercase;
  }

  .y-e-footer-copyright {
    font-family: Nunito;
    font-weight: 400;
    font-style: Regular;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
  }
}

.y-e-cookie-popup {
  position: fixed;
  bottom: 10px;
  width: 375px;
  padding: 38px 16px;
  background: #ff9d42;

  z-index: 1000;
  display: none;
}

.y-e-cookie-popup-text-two {
  font-family: Nunito;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;

  color: #582d16;
}

.y-e-cookie-button-container {
  padding: 24px 0 0;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.y-e-cookie-button {
  width: 295px;

  border-radius: 40px;
  padding-top: 24px;
  padding-bottom: 24px;
  border-width: 1px;

  background-color: transparent;
  border: 1px solid #2e2e2e;
  font-family: Fredoka;
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-transform: uppercase;

  color: #2e2e2e;
}

#accept-cookies {
  background: #2e2e2e;

  color: #ff9d42;
}

.y-e-close-popup {
  position: absolute;
  top: 10px;

  cursor: pointer;
}

@media screen and (min-width: 1198px) {
  .y-e-cookie-popup-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 180px;
  }

  .y-e-cookie-popup-text-two {
    font-family: Nunito;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;

    width: 595px;
  }

  .y-e-cookie-button-container {
    padding: 0;
    margin: auto;
    display: flex;
    flex-direction: row;
    gap: 40px;
  }

  .y-e-cookie-popup {
    position: fixed;
    bottom: 10px;
    width: 1440px;
    padding: 32px;
    display: none;
  }
}
