@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Quicksand:wght@300..700&display=swap");

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: #deb1ff;

  color: #3c1a4d;
}

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-r-header.is-open .y-r-header-background {
  left: 0;
}
.y-r-header-button-wrapper {
  margin-left: auto;
}
.y-r-header-icon {
  display: none;
}

.y-r-header-icon-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
  border: none;
  border-radius: 50%;
}
.y-r-navigation-list.is-open {
  right: 0;
}
.y-r-header-icon-menu {
  display: block;
}

.y-r-header-icon-button.is-open .y-r-header-icon-menu {
  display: none;
}

.y-r-header-icon-button.is-open .y-r-header-icon-close {
  display: block;
}

.y-r-header {
  position: fixed;
  width: 100%;
  z-index: 5;
  transition: background-color 0.3s ease;
  background: transparent;
  display: flex;
  height: auto;
}

.y-r-header-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 100%;
  z-index: -1;
  transition: left 0.3s ease;
  background: #d48cc2;
}
.y-r-header.is-open .y-r-header-background {
  left: 0;
}
.y-r-header-button-wrapper {
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.y-r-header-icon-menu {
  display: block;
}

.y-r-header-icon-button.is-open .y-r-header-icon-menu {
  display: none;
}

.y-r-header-icon-button.is-open .y-r-header-icon-close {
  display: block;
}

.y-r-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-r-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: #d48cc2;
}

.y-r-navigation-list.is-open {
  right: 0;
}

.y-r-navigation-link {
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #ffffff;

  font-family: Quicksand;
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
}

.y-r-navigation-link:hover,
.y-r-navigatioт-link:focus {
  color: #3c1a4d;
}

.y-r-header.is-open {
  background-color: transparent;
}

.y-r-navigation-img {
  display: none;
}

@media screen and (min-width: 1197px) {
  .y-r-navigation-img {
    display: flex;
  }
  .y-r-policy-terms-header-icon-menu {
    display: none;
  }
  .w-b-header-button-wrapper {
    display: none;
  }
  .y-r-header {
    width: 100%;
    height: 70px;
    padding: 10px 0px 10px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
  }

  .y-r-header-background {
  }
  .y-r-header-icon-button {
    display: none;
  }
  .y-r-navigation {
    display: flex;
    flex-direction: row;
    flex: 1;
    padding: 0;
    width: 1440px;
    margin: auto;
  }

  .y-r-navigation-list {
    background-color: transparent;
    flex-direction: row;
    display: flex;
    position: static;
    width: 1440px;
    margin: auto;
    padding-block: 0;
    flex: 1;
    gap: 120px;
    height: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: center;
    padding: 0;
  }

  .y-r-navigation-link {
    font-family: Quicksand;
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
  }

  .y-r-navigation-item-desk {
    display: none;
  }
}
.y-r-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-r-home-container {
  width: 375px;
  padding: 118px 00px 0px;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 300px;
}

.y-r-home-title-img {
  width: 375px;
}
.y-r-home-img {
  width: 243px;
  transition: all 0.3s ease-in-out;
}

.y-r-home-img:hover {
  transform: scale(1.1);
}

@media screen and (min-width: 1197px) {
  .y-r-home {
    width: 1440px;
    height: 881px;
    background-image: url("/img/home/Home.png");
  }
  .y-r-home-container {
    width: 1440px;
    padding: 106px 838px 0px 80px;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 34px;
  }

  .y-r-home-title-img {
    width: 522px;
  }
}
.y-r-about {
  margin: auto;
  width: 375px;
  padding-top: 80px;
}
.y-r-about-container {
  height: 549px;
  padding: 0px 20px 0px;
  margin: auto;
  background-image: url("/img/About\ the\ game.png");
}
.y-r-about-div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.y-r-about-title {
  font-family: Lora;
  font-weight: 700;
  font-style: Bold;
  font-size: 36px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: left;

  color: #ed8463;
}
.y-r-about-text {
  font-family: Quicksand;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;

  padding: 250px 0 34px;
}

.y-r-about-text-bold {
  font-family: Quicksand;
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
}

@media screen and (min-width: 1197px) {
  .y-r-about {
    margin: auto;
    width: 1440px;
    padding: 150px 80px 0;
  }
  .y-r-about-container {
    height: 360px;
    padding: 0px 650px 0px 0;
    margin: auto;
    background-image: url("/img/About\ the\ game\ \(1\).png");
  }
  .y-r-about-div {
    display: flex;
    flex-direction: column;
    align-items: start;
  }

  .y-r-about-text {
    text-align: left;
    font-family: Quicksand;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;

    padding: 36px 0 34px;
  }
}
.y-r-why {
  margin: auto;
  width: 375px;
  padding: 80px 20px 0;
}

.y-r-why-container {
  margin: auto;
  height: 1083px;
  background-image: url("/img//why/Features.png");
}
.y-r-why-list {
  padding-top: 390px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.y-r-why-item {
  display: flex;
  gap: 20px;
  align-items: center;
  font-family: Lora;
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
}
.y-r-why-img {
  width: 89px;
  height: 89px;

  object-fit: cover;
  object-position: center;
  border-radius: 20px;
}

@media screen and (min-width: 1197px) {
  .y-r-why {
    width: 1440px;
    padding: 150px 80px 0;
    margin: auto;
  }
  .y-r-why-container {
    background-image: url("/img/why/Features\ \(1\).png");
    padding: 0;
    height: 429px;
    margin: auto;
  }
  .y-r-why-list {
    padding: 58px 107px 0;
    display: flex;

    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    column-gap: 237px;
  }
  .y-r-why-item {
    width: 414px;
    height: 89px;

    gap: 20px;
  }
  .y-r-why-item-two {
    flex-direction: row-reverse;
  }
}

.y-r-uniqueness {
  margin: auto;
  width: 375px;
  padding-top: 80px;
}
.y-r-uniqueness-container {
  margin: auto;
  height: 496px;
  padding: 0px 20px 0;
  background-image: url("/img/uniqueness/Advantages.png");
}
.y-r-uniqueness-list {
  padding-top: 250px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.y-r-uniqueness-item {
  display: flex;
  align-items: start;
  gap: 8px;
}
.y-r-uniqueness-img {
  width: 22px;
}

.y-r-uniqueness-text {
  font-family: Quicksand;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  color: #000000;
}

@media screen and (min-width: 1197px) {
  .y-r-uniqueness {
    width: 1440px;
    padding: 150px 80px 0;
  }

  .y-r-uniqueness-container {
    margin: auto;
    height: 495px;
    padding: 0px;
    background-image: url("/img/uniqueness/Advantages\ \(1\).png");
  }
  .y-r-uniqueness-list {
    padding-top: 72px;
    padding-left: 650px;
    display: flex;
    flex-direction: column;
  }
}
.y-r-faq {
  margin: auto;
  width: 375px;

  padding: 80px 0 0;
}
.y-r-faq-container {
  background-repeat: no-repeat;

  background-image: url("/img/faq/FAQ.png");
  padding: 0px 20px 0px;

  margin: auto;
}
.y-r-faq-list {
  padding-top: 574px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.y-r-faq-item {
  border-radius: 6px;
  border: 1px solid #ed8463;
  padding: 10px;
}

.y-r-faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: Lora;
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  color: #ed8463;
}

.y-r-faq-answer {
  font-family: Quicksand;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
}
.y-r-toggle-button {
  background: none;
  border: none;
  cursor: pointer;
}

.y-r-toggle-button img {
  transition: transform 0.3s ease;
  width: 24px;
}
.y-r-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, opacity 0.4s ease;
  opacity: 0;
}

.y-r-faq-answer.open {
  max-height: 200px;
  opacity: 1;
  padding-top: 16px;
}

.y-r-toggle-button img.rotated {
  transform: rotate(180deg);
}
@media screen and (min-width: 1200px) {
  .y-r-faq {
    width: 1440px;
    padding: 150px 80px 0;
  }
  .y-r-faq-container {
    background-image: url("/img/faq/FAQ\ \(1\).png");
    height: 650px;
    margin: auto;
  }
  .y-r-faq-list {
    width: 630px;
    padding-top: 26px;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
}

.y-r-reviews-container {
  margin: auto;
  padding: 80px 20px;
  width: 375px;
}
.y-r-reviews-list {
  padding-top: 28px;
}

.y-r-reviews-item {
  margin: 0 10px;
  width: 305px;
  height: 222px;

  border-radius: 20px;
  padding-top: 22px;
  padding-right: 36px;
  padding-bottom: 22px;
  padding-left: 36px;
  background: #d48cc2;
}

.y-r-reviews-item-top {
  display: flex;
  gap: 24px;
  align-items: center;
  font-family: Lora;
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;

  color: #ffffff;
  padding-top: 18px;
}

.y-r-reviews-text {
  font-family: Quicksand;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;

  height: 48px;
  margin-top: 15px;
}
.y-r-footer-img {
  display: none;
}
@media screen and (min-width: 1197px) {
  .y-r-reviews-container {
    margin: auto;
    padding: 150px 80px 0;
    width: 1440px;
    position: relative;
  }
  .y-r-reviews-list {
    padding: 36px 0 28px;
  }
  .y-r-footer-img {
    display: block;
    position: absolute;
    bottom: -100px;
    right: 80px;
    z-index: -1;
  }
}

.y-r-gallery-container {
  width: 375px;
  margin: auto;
  padding: 80px 24px;
}
.y-r-gallery-list {
  width: auto;
  padding-top: 28px;
  margin: auto;
}

.y-r-gallery-item {
  width: 305px;
  height: 542px;

  border-radius: 20px;

  overflow: hidden;
  position: relative;
  margin: 0 10px;
}

.y-r-gallery-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.y-r-gallery-button-container {
  display: none;
}
.y-r-gallery-img {
  display: none;
}
@media screen and (min-width: 1197px) {
  .y-r-gallery-button-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }

  .y-r-gallery-button {
    background-color: transparent;
    border: none;
    padding: 0;
    -webkit-transition: scale 0.3s ease;
    transition: scale 0.3s ease;
  }
  .y-r-gallery-button-icon {
    width: 48px;
    height: 48px;
  }
  .y-r-gallery-button:hover {
    scale: 120%;
  }

  .y-r-gallery-container {
    width: 1440px;
    margin: auto;
    padding: 150px 80px 300px;
    position: relative;
  }
  .y-r-gallery-img {
    display: block;
    position: absolute;
    bottom: 200px;
    left: 334px;
    z-index: -1;
  }
  .y-r-gallery-item {
    width: 305px;
    height: 542px;
  }

  .y-r-gallery-list {
    padding: 36px 0 28px;
  }
}

.y-r-policy-terms-container {
  padding: 118px 20px 40px;
  width: 375px;
  margin: auto;
  font-family: Quicksand;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
}

.y-r-policy-terms-container h1 {
  font-family: Lora;
  font-weight: 700;
  font-style: Bold;
  font-size: 36px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;

  color: #ed8463;
  margin-bottom: 28px;
}
.y-r-policy-terms-container h2 {
  margin-top: 20px;
  font-family: Quicksand;
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
}
.y-r-policy-terms-container ul {
  list-style-type: disc;
  margin-left: 20px;
}

.y-r-email-link {
  color: inherit;
  text-decoration: none;
}
@media screen and (min-width: 1197px) {
  .y-r-policy-terms-container {
    padding: 104px 180px 100px;
    width: 1440px;
  }
}

.y-r-footer-container {
  width: 375px;
  padding: 33px 20px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 18px;
  background: #ed8463;

  color: #3c1a4d;
}

.y-r-footer-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.y-r-footer-text {
  text-decoration: none;
  color: inherit;
  font-family: Lora;
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
}

.y-r-footer-copyright {
  font-family: Quicksand;
  font-weight: 400;
  font-style: Regular;
  font-size: 12px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
}

@media screen and (min-width: 1197px) {
  .y-r-footer-container {
    width: 1440px;
    padding: 46px 180px;
    justify-content: center;
    align-items: center;
    gap: 50px;
  }

  .y-r-footer-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;

    gap: 294px;
  }

  .y-r-footer-text {
    font-family: Lora;
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
  }

  .y-r-footer-copyright {
    font-family: Quicksand;
    font-weight: 400;
    font-style: Regular;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
  }
}

.y-r-cookie-popup {
  position: fixed;
  bottom: 10px;
  width: 375px;
  padding: 38px 16px;
  background: #ed8463;

  z-index: 1000;
  display: none;
}

.y-r-cookie-popup-text-two {
  font-family: Quicksand;
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;

  color: #ffffff;
}

.y-r-cookie-button-container {
  padding: 24px 0 0;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.y-r-cookie-button {
  width: 295px;

  border-radius: 40px;
  padding-top: 24px;
  padding-bottom: 24px;
  border-width: 1px;

  background-color: transparent;
  border: 1px solid #ffffff;
  font-family: Lora;
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;

  color: #ffffff;
}

#accept-cookies {
  background: #ffffff;

  color: #d48cc2;
}

.y-r-close-popup {
  position: absolute;
  top: 10px;

  cursor: pointer;
}

@media screen and (min-width: 1197px) {
  .y-r-cookie-popup-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 180px;
  }

  .y-r-cookie-popup-text-two {
    font-family: Quicksand;
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;

    width: 595px;
  }

  .y-r-cookie-button-container {
    padding: 0;
    margin: auto;
    display: flex;
    flex-direction: row;
    gap: 40px;
  }

  .y-r-cookie-popup {
    position: fixed;
    bottom: 10px;
    width: 1440px;
    padding: 32px;
    display: none;
  }
}
