@import url("https://fonts.googleapis.com/css2?family=Alfa+Slab+One&family=Chewy&family=Karla:ital,wght@0,200..800;1,200..800&display=swap");

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

html {
  scroll-behavior: smooth;
  background: #12141a;
  color: #f4f1ec;
}

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-s-header.is-open .y-s-header-background {
  left: 0;
}
.y-s-header-button-wrapper {
  margin-left: auto;
}
.y-s-header-icon {
  display: none;
}

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

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

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

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

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

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

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

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

.y-s-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: 60px 48px 0;
  position: relative;
}

.y-s-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: 80px 0 0 138px;

  gap: 34px;
  background: #ff7a45;
}

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

.y-s-navigation-link {
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #12141a;
  font-family: Karla;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
}

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

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

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

@media screen and (min-width: 1200px) {
  .y-s-navigation-img {
    display: flex;
  }
  .y-s-policy-terms-header-icon-menu {
    display: none;
  }
  .w-b-header-button-wrapper {
    display: none;
  }
  .y-s-header {
    width: 1440px;

    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;

    height: 48px;

    border-radius: 24px;
    padding-top: 12px;
    padding-right: 14px;
    padding-bottom: 12px;
    padding-left: 14px;
  }

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

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

  .y-s-navigation-link {
    font-family: Karla;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    color: #f4f1ec;
  }
  .y-s-navigation-link:hover,
  .y-s-navigatioт-link:focus {
    color: #ff7a45;
  }

  .y-s-navigation-item-desk {
    display: none;
  }
}

.y-s-home-container {
  width: 375px;
  height: 800px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/home/Home\ mobile.png");
  padding: 158px 20px 0px;
  margin: auto;
}

.y-s-home-container-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
}
.y-s-home-title-img {
  width: 335px;
}

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

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

@media screen and (min-width: 1200px) {
  .y-s-home-container {
    width: 1440px;
    height: 855px;
    background-image: url("/img/home/Home\ \(1\).png");
    padding: 470px 327.5px 0px;
  }
  .y-s-home-container-top {
    display: flex;
    flex-direction: column;
    align-items: start;
  }
  .y-s-home-title-img {
    display: none;
  }
}

.y-s-about-title {
  font-family: "Alfa Slab One", serif;

  font-weight: 400;
  font-style: Regular;
  font-size: 38px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;

  color: #ff7a45;
}
.y-s-why {
  margin: auto;
  width: 375px;
  padding-top: 80px;
}
.y-s-why-container {
  height: 1063px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/Game\ features.png");

  margin: auto;
}
.y-s-why-list {
  padding: 507px 20px 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.y-s-why-item {
  font-family: Karla;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  border: 1px solid #ff7a45;
  width: fit-content;
  margin: auto;
  border-radius: 20px;
  padding: 13px 9px;
  text-align: center;
}

@media screen and (min-width: 1200px) {
  .y-s-why {
    width: 1440px;
    padding: 115px 80px 0;
  }
  .y-s-why-container {
    height: 577px;
    background-image: url("/img/Game\ features\ \(1\).png");
  }
  .y-s-why-list {
    padding: 36px 108px 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .y-s-why-item {
    width: fit-content;
    margin: 0;
  }
}

.y-s-characters-container {
  padding: 80px 20px 0;
  margin: auto;
  width: 375px;
}
.y-s-characters-list {
  padding-top: 28px;
}
.y-s-characters-item {
  width: 305px;
  height: 553px;
  margin: 0 10px;
}
.y-s-characters-img {
  width: 305px;
  height: 464.13043212890625px;
}

.y-s-characters-text-bold {
  font-family: Alfa Slab One;
  font-weight: 400;
  font-style: Regular;
  font-size: 22px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  color: #62d2a2;
  padding: 0px 0 12px;
}

.y-s-characters-text {
  font-family: Karla;
  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: 1200px) {
  .y-s-characters-container {
    padding: 150px 80px 0px;
    margin: auto;
    width: 1440px;
  }
  .y-s-characters-list {
    padding-top: 36px;
  }
  .y-s-characters-item {
    width: 305px;
    height: 574px;
    margin: 0 10px;
  }
}

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

.y-s-reviews-item {
  margin: 10px;
  border: 1px solid #62d2a2;
  width: 305.00001078021154px;
  height: 220.00000777589028px;
  padding: 27px 21px;
  border-radius: 20px;
  transform: rotate(-3deg);
}
.y-s-reviews-item-two {
  transform: rotate(3deg);
}
.y-s-reviews-item-top {
  display: flex;
  gap: 12px;
  align-items: center;
  font-family: Alfa Slab One;
  font-weight: 400;
  font-style: Regular;
  font-size: 22px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;

  color: #ff7a45;
}
.y-s-reviews-img {
  width: 72px;
}

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

  padding-top: 18px;
}

@media screen and (min-width: 1200px) {
  .y-s-reviews-container {
    margin: auto;
    padding: 150px 80px;
    width: 1440px;
  }

  .y-s-reviews-list {
    padding-top: 36px;
  }
}

.y-s-faq-container {
  padding: 80px 20px 0;
  width: 375px;
  margin: auto;
}

.y-s-faq-list {
  padding-top: 28px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.y-s-faq-item {
  border-bottom: 1px solid #62d2a2;
  padding-bottom: 12px;
}

.y-s-faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: Alfa Slab One;
  font-weight: 400;
  font-style: Regular;
  font-size: 22px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  color: #62d2a2;
}

.y-s-faq-answer {
  font-family: Karla;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  display: none;
}
.y-s-toggle-button {
  background: none;
  border: none;
  cursor: pointer;
}

.y-s-toggle-button img {
  transition: transform 0.3s ease;
  width: 20px;
}
.y-s-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, opacity 0.4s ease;
  opacity: 0;
  padding-top: 18px;
}

.y-s-faq-answer.open {
  max-height: 200px;
  opacity: 1;
  display: block;
}

.y-s-toggle-button img.rotated {
  transform: rotate(180deg);
}
@media screen and (min-width: 1200px) {
  .y-s-faq-container {
    padding: 150px 405px 0px;
    width: 1440px;
    margin: auto;
  }

  .y-s-faq-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
}

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

.y-s-gallery-item {
  width: 331px;

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

.y-s-gallery-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.y-s-gallery-button-container {
  display: none;
}
.slick-dots li {
  display: none;
}

@media screen and (min-width: 1200px) {
  .slick-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 44px;
  }

  .slick-dots li {
    display: block;
    list-style: none;
    width: 16px;
    height: 16px;
  }

  .slick-dots li button {
    width: 100%;
    height: 100%;
    border: none;
    background: url("/img/gallery/Ellipse\ 3.png") no-repeat center/cover;
    padding: 0;
    font-size: 0;
  }

  .slick-dots li button:before {
    display: none;
  }

  .slick-dots li.slick-active button {
    background: url("/img/gallery/Ellipse\ 2.png") no-repeat center/cover;
  }

  .y-s-gallery-button-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 200px;
    margin-top: -54px;
    z-index: 1;
    position: relative;
  }

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

  .y-s-gallery-container {
    width: 1440px;
    margin: auto;
    padding: 62px 80px 0;
  }
  .y-s-gallery-item {
    width: 357px;

    margin: 0 10px;
  }

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

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

.y-s-policy-terms-container h1 {
  text-transform: uppercase;
  margin-bottom: 28px;
  font-family: "Alfa Slab One", serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 38px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;

  color: #ff7a45;
}
.y-s-policy-terms-container h2 {
  font-family: Karla;
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;

  margin-top: 10px;
}
.y-s-policy-terms-container ul {
  list-style-type: disc;
  margin-left: 20px;
}

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

.y-s-footer-container {
  width: 375px;
  padding: 33px 20px;
  margin: auto;
  display: flex;
  flex-direction: column;
  color: #12141a;
  gap: 18px;
}

.y-s-footer-wrapper {
  display: flex;
  flex-direction: column;

  gap: 16px;
}

.y-s-footer-text {
  text-decoration: none;
  color: inherit;
  font-family: "Alfa Slab One", serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 22px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
}

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

@media screen and (min-width: 1200px) {
  .y-s-footer-container {
    width: 1440px;
    padding: 46px 180px;
    display: flex;

    justify-content: center;
    align-items: center;
    gap: 50px;
  }

  .y-s-footer-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 242px;
  }

  .y-s-footer-text {
    font-family: "Alfa Slab One", serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 22px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
  }

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

.y-s-cookie-popup {
  position: fixed;
  bottom: 10px;
  width: 375px;
  padding: 30px 21px;
  background: #ff7a45;

  z-index: 1000;
  display: none;
}

.y-s-cookie-popup-text-two {
  font-family: Karla;
  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: #12141a;
}

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

.y-s-cookie-button {
  background-color: transparent;
  border: 1px solid #12141a;
  width: 295px;

  border-radius: 40px;
  padding-top: 23px;
  padding-bottom: 23px;
  font-family: Alfa Slab One;
  font-weight: 400;
  font-style: Regular;
  font-size: 22px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;

  color: #12141a;
}

#accept-cookies {
  background: #12141a;

  color: #ff7a45;
}

.y-s-close-popup {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  cursor: pointer;
}

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

  .y-s-cookie-popup-text-two {
    font-family: Karla;
    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-s-cookie-button-container {
    padding: 0;
    margin: auto;
    display: flex;
    flex-direction: row;
    gap: 40px;
  }

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