@import url("https://fonts.googleapis.com/css2?family=Fredoka:wght@300..700&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: #0b053e;
  color: #ffffff;
}

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%;
}

.t-s-header.is-open .t-s-header-background {
  left: 0;
}
.t-s-header-button-wrapper {
  margin-left: auto;
}
.t-s-header-icon {
  display: none;
}

.t-s-header-icon-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
  border: none;
  border-radius: 50%;
}
.t-s-navigation-list.is-open {
  right: 0;
}
.t-s-header-icon-menu {
  display: block;
}

.t-s-header-icon-button.is-open .t-s-header-icon-menu {
  display: none;
}

.t-s-header-icon-button.is-open .t-s-header-icon-close {
  display: block;
}

.t-s-header {
  position: fixed;
  width: 100%;
  z-index: 5;
  transition: background-color 0.3s ease;
  background: transparent;
  display: flex;
  height: 56px;
  background: linear-gradient(180deg, #873fff 0%, #43109d 100%);
}

.t-s-header-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 100%;
  z-index: -1;
  transition: left 0.3s ease;
}
.t-s-header.is-open .t-s-header-background {
  left: 0;
}
.t-s-header-button-wrapper {
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.t-s-header-icon-menu {
  display: block;
}

.t-s-header-icon-button.is-open .t-s-header-icon-menu {
  display: none;
}

.t-s-header-icon-button.is-open .t-s-header-icon-close {
  display: block;
}

.t-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: 10px 16px;
  position: relative;
}

.t-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;
  width: 264px;
  height: 459;
  padding-top: 48px;
  z-index: -1;
  padding-left: 24px;
  gap: 40px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  margin-top: -56px;
  background: linear-gradient(180deg, #873fff 0%, #43109d 100%);
  box-shadow: -6px 8px 4px 0px #10004e40;
}

.t-s-navigation-list.is-open {
  right: 0;
}

.t-s-navigation-link {
  font-family: Roboto;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;

  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #ffffff;
}

.t-s-navigation-link:hover,
.t-s-navigatioт-link:focus {
  color: #f67d0b;
}

.t-s-header.is-open {
  background-color: transparent;
}

.t-s-navigation-img {
  display: none;
}

@media screen and (min-width: 1190px) {
  .t-s-navigation-img {
    display: flex;
    margin-right: 173px;
    margin-left: 72px;
  }
  .t-s-policy-terms-header-icon-menu {
    display: none;
  }
  .w-b-header-button-wrapper {
    display: none;
  }
  .t-s-header {
    width: 100%;
    height: 80px;
    display: flex;
    align-items: start;
    justify-content: start;
    z-index: 1000;
  }

  .t-s-header-background {
  }
  .t-s-header-icon-button {
    display: none;
  }
  .t-s-navigation {
    display: flex;
    flex-direction: row;
    flex: 1;
    padding: 0;
    width: 1440px;
    margin: auto;
  }

  .t-s-navigation-list {
    background-color: transparent;

    flex-direction: row;
    display: flex;
    position: static;
    width: 1440px;
    margin: auto;
    padding-block: 0;
    flex: 1;
    gap: 20px;
    height: 0px;
    display: flex;

    align-items: center;

    justify-content: start;
    padding: 0;
  }

  .t-s-navigation-link {
    font-family: Roboto;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    padding: 0 30px;
    text-decoration: none;
  }

  .t-s-navigation-item-desk {
    display: none;
  }
}
.t-s-home {
  width: 375px;
  height: 753px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/home/Hero.png");
  margin: auto;
}
.t-s-home-container {
  width: 375px;
  padding: 152px 36px 0px;
  margin: auto;
}

.t-s-home-container-top {
  display: flex;
  flex-direction: column;
  color: #1e1e1e;
}
.t-s-home-title-img {
  width: 175px;
  margin: 0 auto;
}
.t-s-home-title {
  font-family: Fredoka;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  padding: 64.5px 70px 12.5px 0;
}

.t-s-home-text {
  font-family: Fredoka;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0%;
}

@media screen and (min-width: 1190px) {
  .t-s-home {
    width: 1440px;
    height: 1024px;
    background-image: url("/img/home/Hero\ \(1\).png");
  }
  .t-s-home-container {
    width: 1440px;
    padding: 218px 407px 0px;
  }
  .t-s-home-container-top {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .t-s-home-title-img {
    width: 320.0002746582031px;
  }
  .t-s-home-title {
    font-family: Fredoka;
    font-weight: 500;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: left;
    padding: 85px 103px 21px 11px;
  }

  .t-s-home-text {
    font-family: Fredoka;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
  }
}
.t-s-about {
  margin: auto;
  width: 375px;
  height: 786px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/About\ the\ Game.png");
}
.t-s-about-container {
  width: 375px;
  padding: 32px 20px 0px;
  margin: auto;
}
.t-s-about-title {
  font-family: Fredoka;
  font-weight: 500;
  font-size: 36px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;

  -webkit-text-stroke: 2px #a50032;
}
.t-s-about-text {
  padding-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-family: Fredoka;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
}

@media screen and (min-width: 1190px) {
  .t-s-about {
    width: 1440px;
    height: 728px;
    background-image: url("/img/About\ the\ Game\ \(1\).png");
  }
  .t-s-about-container {
    width: 1440px;
    padding: 150px 72px 0;
  }
  .t-s-about-title {
    font-family: Fredoka;
    font-weight: 500;
    font-size: 48px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;

    -webkit-text-stroke: 3px #a50032;
  }
  .t-s-about-text {
    padding-top: 108px;
    gap: 24px;
    font-family: Fredoka;
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0%;
    vertical-align: middle;
    text-align: left;
    width: 636px;
  }
}
.t-s-how-container {
  margin: auto;
  width: 375px;
  padding: 32px 20px;
}
.t-s-how-list {
  padding: 32px 0;
}

.t-s-how-item {
  width: 197px;
  height: 351px;
  border-radius: 5px;
  margin: 0 10px;
}

.t-s-how-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media screen and (min-width: 1190px) {
  .t-s-how-container {
    margin: auto;
    width: 1440px;
    padding: 90px 72px;
  }
  .t-s-how-list {
    padding: 48px 0;
  }

  .t-s-how-item {
    width: 354px;
    height: 629px;
    border-radius: 10px;

    margin: 0 12px;
  }
}

.t-s-faq-container {
  padding: 32px 20px;
  width: 375px;
  margin: auto;
}
.t-s-faq-div {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-top: 24px;
}
.t-s-faq-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.t-s-faq-item {
  background: #ffffff;
  border-radius: 8px;
}

.t-s-faq-question {
  font-family: Roboto;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;

  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 12px;
  padding-right: 16px;
  padding-bottom: 12px;
  padding-left: 16px;
  border-radius: 7px;
  box-shadow: 0px 9px 20px 0px #0000001a, 0px 37px 37px 0px #00000017,
    0px 83px 50px 0px #0000000d, 0px 148px 59px 0px #00000003,
    0px 230px 65px 0px #00000000;

  background: linear-gradient(180deg, #3b4eff 0%, #232f99 100%);
}

.t-s-faq-answer {
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #1e1e1e;
}
.t-s-faq-image {
  width: 213px;
  margin: auto;
}
.t-s-toggle-button {
  background: none;
  border: none;
  cursor: pointer;
}

.t-s-toggle-button img {
  transition: transform 0.3s ease;
  width: 24px;
}
.t-s-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, opacity 0.4s ease;
  opacity: 0;
}

.t-s-faq-answer.open {
  max-height: 200px;
  opacity: 1;
  padding-top: 12px;
  padding-right: 16px;
  padding-bottom: 12px;
  padding-left: 16px;
  background: #ffffff;

  border-radius: 7px;
}

.t-s-toggle-button img.rotated {
  transform: rotate(180deg);
}
@media screen and (min-width: 1190px) {
  .t-s-faq-container {
    padding: 90px 72px;
    width: 1440px;
    margin: auto;
  }
  .t-s-faq-div {
    display: flex;
    flex-direction: row;
    align-items: start;
    gap: 48px;
    padding-top: 36px;
  }
  .t-s-faq-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .t-s-faq-item {
    background: #ffffff;
    border-radius: 8px;
    width: 726px;
  }

  .t-s-faq-question {
    font-family: Roboto;
    font-weight: 500;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: 0%;
  }

  .t-s-faq-answer {
    font-family: Roboto;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;
  }
  .t-s-faq-image {
    width: 522.3359375px;
    height: 521px;

    margin: -132px 0 0;
  }
  .t-s-about-title-two {
    text-align: left;
  }
}

.t-s-gallery-container {
  width: 375px;
  margin: auto;
  padding: 32px 20px;
}
.t-s-gallery-list {
  padding: 32px 0;
}

.t-s-gallery-item {
  width: 335px;
  height: 187px;

  overflow: hidden;
  position: relative;
  margin: 0 10px;
}

.t-s-gallery-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.t-s-gallery-button-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.t-s-gallery-button {
  background-color: transparent;
  border: none;
  padding: 0;
  -webkit-transition: scale 0.3s ease;
  transition: scale 0.3s ease;
}
.t-s-gallery-button-icon {
  width: 45px;
}
.t-s-gallery-button:hover {
  scale: 120%;
}

@media screen and (min-width: 1190px) {
  .t-s-gallery-container {
    width: 1440px;
    margin: auto;
    padding: 90px 72px;
  }
  .t-s-gallery-item {
    width: 878px;
    height: 495px;
    border-radius: 10px;

    margin: 0 12px;
  }

  .t-s-gallery-list {
    padding: 48px 0;
  }
}

.t-s-features-container {
  width: 375px;
  margin: auto;
  padding: 32px 20px;
}
.t-s-features-list {
  padding: 32px 0;
}
.t-s-features-lists {
  display: none;
}
.t-s-features-item {
  width: 335px;
  height: 246px;
  padding: 24px;
  margin: 0 10px;
  background: #f3f3f3;
  box-shadow: 0px 9px 20px 0px #0000001a, 0px 37px 37px 0px #00000017,
    0px 83px 50px 0px #0000000d, 0px 148px 59px 0px #00000003,
    0px 230px 65px 0px #00000000;
  color: #1e1e1e;
}

.t-s-features-img {
  height: 48px;
  margin: 0 auto;
}

.t-s-features-text-bold {
  font-family: Roboto;
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  padding: 16px 0 8px;
}

.t-s-features-text {
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
}

@media screen and (min-width: 1190px) {
  .t-s-features-container {
    width: 1440px;
    margin: auto;
    padding: 90px 72px;
  }
  .t-s-features-list {
    display: none;
  }
  .t-s-features-lists {
    display: flex;
    flex-wrap: wrap;
    padding-top: 60px;
    gap: 52px;
  }
  .t-s-features-item {
    width: 397px;
    height: auto;
    border-radius: 10px;
    padding: 24px;
    margin: 0;
  }
  .t-s-features-img {
    height: 60px;
    margin: 0 auto;
  }
  .t-s-features-text-bold {
    font-family: Fredoka;
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;

    padding: 16px 0 8px;
  }

  .t-s-features-text {
    font-family: Roboto;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
  }
  .t-s-gallery-button-container-two {
    display: none;
  }
}

.t-s-policy-terms-container {
  padding: 96px 20px 32px;
  width: 375px;
  margin: auto;
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0%;
}

.t-s-policy-terms-container h1 {
  font-family: Fredoka;
  font-weight: 500;
  font-size: 36px;
  line-height: 150%;
  letter-spacing: 0%;

  margin-bottom: 24px;
}
.t-s-policy-terms-container h2 {
  font-family: Fredoka;
  font-weight: 500;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 0%;

  margin-bottom: 16px;
}
.t-s-policy-terms-container ul {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 24px;
}
.t-s-policy-terms-container p {
  margin-bottom: 24px;
}
.t-s-email-link {
  color: inherit;
}
@media screen and (min-width: 1190px) {
  .t-s-policy-terms-container {
    padding: 166px 72px 90px;
    width: 1440px;
    font-family: Roboto;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;
  }
  .t-s-policy-terms-container h1 {
    font-family: Fredoka;
    font-weight: 500;
    font-size: 48px;
    line-height: 150%;
    letter-spacing: 0%;
    margin-bottom: 36px;
  }
  .t-s-policy-terms-container h2 {
    font-family: Fredoka;
    font-weight: 500;
    font-size: 36px;
    line-height: 150%;
    letter-spacing: 0%;
    margin-bottom: 24px;
  }
  .t-s-policy-terms-container p {
    margin-bottom: 36px;
  }
}

.t-s-footer-container {
  background: linear-gradient(180deg, #f0a80c 0%, #f67d0b 100%);

  width: 375px;
  padding: 24px 20px 16px;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  color: #1e1e1e;
}

.t-s-footer-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.t-s-footer-text {
  text-decoration: none;
  color: inherit;
  font-family: Roboto;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
}

.t-s-footer-copyright {
  font-family: Roboto;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
}
.t-s-footer-text-two {
  display: none;
}
@media screen and (min-width: 1190px) {
  .t-s-footer-container {
    width: 1440px;
    padding: 32px 84px 24px;
    align-items: stretch;
    gap: 32px;
  }

  .t-s-footer-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: end;
    gap: 12px;
  }

  .t-s-footer-text {
    font-family: Roboto;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: right;
  }
  .t-s-footer-text-two {
    display: block;
    font-family: Roboto;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
  }
  .t-s-footer-copyright {
    font-family: Roboto;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
  }
}

.t-s-cookie-popup {
  position: fixed;
  bottom: 10px;
  width: 375px;
  padding: 36px 20px;
  background: #0b053e;

  z-index: 1000;
  display: none;
}

.t-s-cookie-popup-text-two {
  font-family: Fredoka;
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0%;
}

.t-s-cookie-button-container {
  padding: 42px 0 0;
  margin: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.t-s-cookie-button {
  border: none;
  background-color: transparent;
  width: 156px;
  height: 40px;
  border: 3px solid #ffffff;
  font-family: Roboto;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: #ffffff;
  text-transform: uppercase;
  padding: 8px 0;
}

#accept-cookies {
  border: none;
  background: linear-gradient(180deg, #873fff 0%, #43109d 100%);
}

.t-s-close-popup {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  cursor: pointer;
}

@media screen and (min-width: 1190px) {
  .t-s-cookie-popup-text-two {
    font-family: Fredoka;
    font-weight: 500;
    font-size: 36px;
    line-height: 150%;
    letter-spacing: 0%;
  }

  .t-s-cookie-button-container {
    padding-top: 64px;
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: end;
    gap: 48px;
  }
  .t-s-cookie-button {
    width: 227px;
    height: 62px;
    font-family: Roboto;
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
  }

  .t-s-cookie-popup {
    position: fixed;
    bottom: 10px;
    width: 902px;
    padding: 90px 72px;
    display: none;
  }
}
