@import url("https://fonts.googleapis.com/css2?family=ADLaM+Display&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #ece9de;

  color: #1d2430;
}

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%;
}

.a-k-header.is-open .a-k-header-background {
  left: 0;
}
.a-k-header-button-wrapper {
  margin-left: auto;
}
.a-k-header-icon {
  display: none;
}

.a-k-header-icon-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
  border: none;
  border-radius: 50%;
}
.a-k-navigation-list.is-open {
  right: 0;
}
.a-k-header-icon-menu {
  display: block;
}

.a-k-header-icon-button.is-open .a-k-header-icon-menu {
  display: none;
}

.a-k-header-icon-button.is-open .a-k-header-icon-close {
  display: block;
}

.a-k-header {
  position: fixed;
  width: 100%;
  z-index: 5;
  transition: background-color 0.3s ease;
  background: transparent;
  display: flex;
  height: auto;
}

.a-k-header-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 100%;
  z-index: -1;
  transition: left 0.3s ease;
  background: #e7dcc6;
}
.a-k-header.is-open .a-k-header-background {
  left: 0;
}
.a-k-header-button-wrapper {
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.a-k-header-icon-menu {
  display: block;
}

.a-k-header-icon-button.is-open .a-k-header-icon-menu {
  display: none;
}

.a-k-header-icon-button.is-open .a-k-header-icon-close {
  display: block;
}

.a-k-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: 42px;
  position: relative;
}

.a-k-navigation-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 100%;
  right: -100%;
  width: 100%;
  height: auto;
  transition: 0.3s;
  z-index: 999;
  padding: 100px 32px;

  gap: 36px;
  background: #e7dcc6;
}

.a-k-navigation-list.is-open {
  right: 0;
}

.a-k-navigation-link {
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #1d2430;
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
}

.a-k-navigation-link:hover,
.a-k-navigatioт-link:focus {
  color: #ddaa4e;
}

.a-k-header.is-open {
  background-color: transparent;
}

.a-k-navigation-img {
  display: none;
}

@media screen and (min-width: 1205px) {
  .a-k-navigation-img {
    display: block;
  }
  .a-k-policy-terms-header-icon-menu {
    display: none;
  }
  .a-k-header-button-wrapper {
    display: none;
  }
  .a-k-header {
    width: 100%;
    height: 70px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    background: #ece9de;
  }

  .a-k-header-icon-button {
    display: none;
  }
  .a-k-navigation {
    display: flex;
    flex-direction: row;
    flex: 1;
    padding: 0;
    width: 1440px;
    padding: 0 0px;
    margin: auto;
  }

  .a-k-navigation-list {
    background-color: transparent;
    flex-direction: row;
    display: flex;
    position: static;
    width: 1440px;
    margin: auto;
    padding-block: 0;
    flex: 1;
    gap: 174px;
    height: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: center;
    padding: 0;
  }

  .a-k-navigation-link {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
  }

  .a-k-navigation-link:hover,
  .a-k-navigation-link:focus {
  }

  .a-k-navigation-item-desk {
    display: none;
  }
}

.a-k-home {
  width: 375px;
  height: 785px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/Frame\ 30.png");
  margin: auto;
}
.a-k-home-container {
  width: 375px;
  padding: 126px 20px;
  margin: auto;
}

.a-k-home-container-top {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.a-k-home-title-img {
  width: 335px;
}

.a-k-home-link {
  display: none;
  transition: all 0.3s ease-in-out;
}

.a-k-home-link:hover {
  transform: scale(1.03);
}

@media screen and (min-width: 1205px) {
  .a-k-home {
    width: 1440px;
    height: 823px;
    background-image: url("/img/Home.png");
  }
  .a-k-home-container {
    width: 1440px;
    padding: 209px 80px 0px;
  }
  .a-k-home-container-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 630px;
    gap: 42px;
  }
  .a-k-home-title-img {
    width: 630px;
  }
  .a-k-home-link {
    width: 243px;
    display: block;
    transition: all 0.3s ease-in-out;
  }
}
.a-k-about {
  margin: auto;
  width: 375px;
  height: 1034px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/Frame\ 31.png");
}
.a-k-about-container {
  width: 375px;
  padding: 80px 20px 0px;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.a-k-about-title {
  font-family: ADLaM Display;
  font-weight: 400;
  font-style: Regular;
  font-size: 32px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  color: #ddaa4e;
}
.a-k-about-text {
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  padding: 293px 0 22px;
}

.a-k-about-text-bold {
  font-family: Inter;
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  padding-bottom: 18px;
}
.a-k-home-link-about {
  display: block;
  width: 243px;
}

@media screen and (min-width: 1205px) {
  .a-k-about {
    width: 1440px;
    height: 589px;
    background-image: url("/img/Frame\ 32.png");
  }
  .a-k-about-container {
    width: 1440px;
    padding: 150px 80px 0 730px;
    text-align: left;
    align-items: start;
  }
  .a-k-about-title {
    font-family: ADLaM Display;
    font-weight: 400;
    font-style: Regular;
    font-size: 38px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
  }
  .a-k-about-text {
    text-align: left;
    padding: 28px 0;
  }

  .a-k-home-link-about {
    display: block;
    width: 243px;
  }
}

.a-k-why-container {
  width: 375px;
  margin: auto;
  padding: 80px 20px 0;
}
.a-k-why-list {
  padding-top: 24px;
}
.a-k-why-item {
  margin: 0 10px;
  border: 1px solid #596cff;
  background: #e7dcc6;
  width: 197px;
  height: 317px;
  border-radius: 20px;
  border-width: 1px;
  padding: 15px 9px;
}
.a-k-why-item-two {
  border: 2px solid #596cff;

  height: 284px;
  border-radius: 10px;
  border-width: 2px;
  padding: 10px;
}
.a-k-why-img {
  width: 153px;
}

.a-k-why-text {
  font-family: ADLaM Display;
  font-weight: 400;
  font-style: Regular;
  font-size: 22px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  padding-top: 5px;
}

@media screen and (min-width: 1205px) {
  .a-k-why-container {
    width: 1440px;
    padding: 150px 78px 0;
  }
  .a-k-why-list {
    padding-top: 28px;
  }
  .a-k-about-title-why {
    text-align: left;
  }
  .a-k-why-item {
    margin: 0 10px;
    border: 1px solid #596cff;
    background: #e7dcc6;
    width: 197px;
    height: 317px;
    border-radius: 20px;
    border-width: 1px;
    padding: 15px 9px;
  }
  .a-k-why-item-two {
    border: 2px solid #596cff;

    height: 284px;
    border-radius: 10px;
    border-width: 2px;
    padding: 10px;
  }
  .a-k-why-img {
    width: 153px;
  }

  .a-k-why-text {
    font-family: ADLaM Display;
    font-weight: 400;
    font-style: Regular;
    font-size: 22px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    padding-top: 5px;
  }
}

.a-k-uniqueness {
  margin: auto;
  width: 375px;
  padding: 80px 20px 0;
}
.a-k-uniqueness-container {
  border: 1px solid #596cff;

  border-radius: 20px;
  padding: 10px;
}
.a-k-uniqueness-list {
  border: 2px solid #596cff;
  background: #e7dcc6;
  border-radius: 10px;
  border-width: 2px;
  padding: 12px;
}
.a-k-uniqueness-item {
  display: flex;
  flex-direction: column;
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  gap: 18px;
  padding-top: 24px;
}

@media screen and (min-width: 1205px) {
  .a-k-uniqueness {
    width: 1440px;
    height: 708px;
    background-image: url("/img/Gameplay.png");
    margin-top: 150px;
    padding: 176px 385px 0 405px;
  }
  .a-k-uniqueness-container {
    border: 1px solid #596cff;

    border-radius: 20px;
    padding: 10px;
  }
  .a-k-uniqueness-list {
    border: 2px solid #596cff;
    background: #e7dcc6;
    border-radius: 10px;
    border-width: 2px;
    padding: 28px 24px;
  }
  .a-k-uniqueness-item {
    display: flex;
    flex-direction: column;
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    gap: 24px;
    padding-top: 38px;
  }
}
.a-k-how {
  margin: auto;
  width: 375px;
  height: 784px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/Frame\ 33.png");
}
.a-k-how-container {
  margin: auto;
  width: 375px;
  padding: 80px 20px 0;
}

.a-k-how-text {
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  padding-top: 300px;
}

@media screen and (min-width: 1205px) {
  .a-k-how {
    width: 1440px;
    height: 491px;
    background-image: url("/img/Frame\ 34.png");
  }
  .a-k-how-container {
    margin: auto;
    width: 1440px;
    padding: 150px 80px 0;
  }
  .a-k-how-text {
    width: 620px;
    padding-top: 20px;
  }
}

.a-k-characters-container {
  padding: 80px 20px 0;
  margin: auto;
  width: 375px;
}
.a-k-characters-list {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.a-k-characters-text-bold {
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  padding: 24px 0 18px;
}

.a-k-characters-text {
  font-family: Inter;
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  padding-bottom: 16px;
}

@media screen and (min-width: 1205px) {
  .a-k-characters {
    margin: auto;
    width: 1440px;
    height: 524px;
    background-image: url("/img/Frame\ 35.png");
  }
  .a-k-characters-container {
    padding: 150px 297px 0;
    margin: auto;
    width: 1440px;
  }
  .a-k-characters-text-bold {
    padding: 20px 0 24px;
  }

  .a-k-characters-text {
    width: 414px;
    padding-bottom: 16px;
  }
}

.a-k-reviews-container {
  margin: auto;
  padding: 80px 20px;
  width: 375px;
}
.a-k-reviews-text {
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  padding-top: 24px;
  text-decoration: none;
}
.a-k-reviews-text-bold {
  font-family: Inter;
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  color: #1d2430;
  text-decoration: none;
}

@media screen and (min-width: 1205px) {
  .a-k-reviews-container {
    margin: auto;
    padding: 150px 221px;
    width: 1440px;
  }
}

.a-k-policy-terms-container {
  padding: 116px 20px 74px;
  width: 375px;
  margin: auto;
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
}

.a-k-policy-terms-container h1 {
  margin-bottom: 24px;
  font-family: ADLaM Display;
  font-weight: 400;
  font-style: Regular;
  font-size: 32px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  color: #ddaa4e;
}
.a-k-policy-terms-container h2 {
  margin: 24px 0 4px;
  font-family: Inter;
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
}
.a-k-policy-terms-container ul {
  list-style-type: disc;
  margin-left: 20px;
}

.a-k-policy-terms-container a {
  color: inherit;
  text-decoration: none;
}
@media screen and (min-width: 1205px) {
  .a-k-policy-terms-container {
    padding: 94px 180px 100px;
    width: 1440px;
  }
  .a-k-policy-terms-container h1 {
    font-family: ADLaM Display;
    font-weight: 400;
    font-style: Regular;
    font-size: 38px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    margin-bottom: 28px;
  }
  .a-k-policy-terms-container h2 {
    margin: 28px 0 4px;
  }
}

.a-k-footer-container {
  width: 375px;
  padding: 45px 20px;
  margin: auto;
  display: flex;
  flex-direction: column;

  gap: 34px;
}

.a-k-footer-wrapper {
  display: flex;
  flex-direction: column;

  gap: 16px;
}

.a-k-footer-text {
  text-decoration: none;
  color: inherit;
  font-family: ADLaM Display;
  font-weight: 400;
  font-style: Regular;
  font-size: 22px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
}

.a-k-footer-copyright {
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 12px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
}

@media screen and (min-width: 1205px) {
  .a-k-footer-container {
    width: 1440px;
    padding: 46px 180px;
    display: flex;
    gap: 50px;
  }

  .a-k-footer-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 758px;
  }

  .a-k-footer-text {
    font-family: ADLaM Display;
    font-weight: 400;
    font-style: Regular;
    font-size: 22px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
  }

  .a-k-footer-copyright {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
  }
}

.a-k-cookie-popup {
  position: fixed;
  bottom: 10px;
  width: 375px;
  padding: 30px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(149, 49, 133, 1);
  box-shadow: 0px 14px 42px 0px rgba(8, 15, 52, 0.06);
  z-index: 1000;
  display: none;
}

.a-k-cookie-popup-text-two {
  color: rgba(87, 78, 68, 1);
}

.a-k-cookie-button-container {
  padding: 30px 0 0;
  margin: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.a-k-cookie-button {
  border: none;
  background-color: transparent;
}

#accept-cookies {
}

.a-k-close-popup {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  cursor: pointer;
}

@media screen and (min-width: 1205px) {
  .a-k-cookie-popup-container {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .a-k-cookie-popup-text-two {
    font-family: Raleway;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    width: 648px;
  }

  .a-k-cookie-button-container {
    padding: 0;
    margin: auto;
    display: flex;
    flex-direction: row;
    gap: 40px;
  }

  .a-k-cookie-popup {
    position: fixed;
    bottom: 10px;
    width: 1440px;
    padding: 32px;
    display: none;
  }
}
