@import url("https://fonts.googleapis.com/css2?family=Baloo+2:wght@400..800&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: #2b1d14;
  color: #ffffff;
  font-family: "Baloo 2", sans-serif;
}

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%;
}

.r-j-header.is-open .r-j-header-background {
  left: 0;
}
.r-j-header-button-wrapper {
  margin-left: auto;
}
.r-j-header-icon {
  display: none;
}

.r-j-header-icon-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
  border: none;
  border-radius: 50%;
}
.r-j-navigation-list.is-open {
  right: 0;
}
.r-j-header-icon-menu {
  display: block;
}

.r-j-header-icon-button.is-open .r-j-header-icon-menu {
  display: none;
}

.r-j-header-icon-button.is-open .r-j-header-icon-close {
  display: block;
}

.r-j-header {
  position: fixed;
  width: 100%;
  z-index: 5;
  transition: background-color 0.3s ease;
  background: transparent;
  display: flex;
  height: auto;
}

.r-j-header-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 100%;
  z-index: -1;
  transition: left 0.3s ease;
}
.r-j-header.is-open .r-j-header-background {
  left: 0;
}
.r-j-header-button-wrapper {
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;

  padding-top: 10px;
  padding-right: 16px;
  padding-bottom: 10px;
  padding-left: 16px;
  border-radius: 10px;
  border-width: 2px;
  background: #005f5f;
}

.r-j-header-icon-menu {
  display: block;
}

.r-j-header-icon-button.is-open .r-j-header-icon-menu {
  display: none;
}

.r-j-header-icon-button.is-open .r-j-header-icon-close {
  display: block;
}

.r-j-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: 16px 20px;
  position: relative;
}

.r-j-navigation-list {
  display: flex;
  flex-direction: column;
  align-items: start;
  position: absolute;
  margin-top: -16px;
  right: -100%;
  width: 264px;
  height: 459px;
  padding-top: 80px;
  padding-right: 20px;
  padding-bottom: 34px;
  padding-left: 20px;
  gap: 32px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;

  transition: 0.3s;
  z-index: 998;
  background: #005f5f;
  box-shadow: -6px 8px 4px 0px #10004e40;
}
.r-j-header-icon-close {
  z-index: 999;
}
.r-j-navigation-list.is-open {
  right: 0;
}

.r-j-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;

  padding-top: 10px;
  padding-right: 12px;
  padding-bottom: 10px;
  padding-left: 12px;
}

.r-j-navigation-link:hover,
.r-j-navigatioт-link:focus {
  color: #fdc611;
}

.r-j-header.is-open {
  background-color: transparent;
}

.r-j-navigation-img {
  display: none;
}

@media screen and (min-width: 1205px) {
  .r-j-navigation-img {
    display: flex;
    margin-right: 198px;
  }
  .r-j-policy-terms-header-icon-menu {
    display: none;
  }
  .r-j-header-button-wrapper {
    display: none;
  }
  .r-j-header {
    width: 1296px;
    height: 80px;
    padding-top: 16px;
    padding-right: 24px;
    padding-bottom: 16px;
    padding-left: 24px;
    border-radius: 15px;

    display: flex;
    align-items: center;
    justify-content: end;
    z-index: 1000;
    background: #005f5f;

    top: 24px;
    left: 50%;
    transform: translateX(-50%);
  }

  .r-j-header-background {
  }
  .r-j-header-icon-button {
    display: none;
  }
  .r-j-navigation {
    display: flex;
    flex-direction: row;
    flex: 1;
    padding: 0;
    width: 1440px;
    margin: auto;
  }

  .r-j-navigation-list {
    background-color: transparent;
    flex-direction: row;
    display: flex;
    position: static;
    width: 1440px;
    margin: auto;
    padding-block: 0;
    flex: 1;
    height: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: center;
    padding: 0;
  }

  .r-j-navigation-link {
    font-family: Roboto;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;

    padding: 8px 12px;
    text-decoration: none;
  }

  .r-j-navigation-item-desk {
    display: none;
  }
}
.r-j-home {
  width: 375px;
  height: 646px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/home/Hero.png");
  margin: auto;
}
.r-j-home-container {
  width: 375px;
  padding: 80px 0px 0px;
  margin: auto;
}

.r-j-home-container-top {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.r-j-home-title-img {
  width: 375px;
  margin-top: -70px;
}
.r-j-home-title {
  font-family: Baloo 2;
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;

  padding: 0px 0 26px;
  margin-top: -80px;
}

.r-j-home-text {
  font-family: Baloo 2;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  padding: 0 20px;
}

@media screen and (min-width: 1205px) {
  .r-j-home {
    width: 1440px;
    height: 863px;
    background-image: url("/img/home/Hero\ \(1\).png");
  }
  .r-j-home-container {
    width: 1440px;
    padding: 195px 295px 0px;
  }
  .r-j-home-title-img {
    width: 607px;
    margin-top: -200px;
  }
  .r-j-home-title {
    font-family: Baloo 2;
    font-weight: 700;
    font-size: 32px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    margin-top: -130px;
    padding: 0px 0 24px;
  }

  .r-j-home-text {
    font-family: Baloo 2;
    font-weight: 500;
    font-size: 28px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    width: 856px;
  }
}
.r-j-about {
  margin: auto;
  width: 375px;
  height: 1067px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/About\ the\ Game.png");
}
.r-j-about-container {
  width: 375px;
  padding: 32px 20px 0px;
  margin: auto;
}
.r-j-about-title {
  font-family: Baloo 2;
  font-weight: 500;
  font-size: 36px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
}

.r-j-about-text {
  font-family: Roboto;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;

  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-top: 32px;
}

@media screen and (min-width: 1205px) {
  .r-j-about {
    width: 1440px;
    height: 806px;
    background-image: url("/img/About\ the\ Game\ \(1\).png");
  }
  .r-j-about-container {
    width: 1440px;
    padding: 90px 72px;
  }
  .r-j-about-title {
    font-family: Baloo 2;
    font-weight: 500;
    font-size: 64px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
  }

  .r-j-about-text {
    font-family: Roboto;
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0%;
    vertical-align: middle;
    width: 636px;
    text-align: left;
    gap: 16px;
    padding-top: 48px;
  }
}

.r-j-why-container {
  width: 375px;
  margin: auto;
  padding: 32px 20px;
}
.r-j-why-list {
  padding-top: 32px;
  padding-bottom: 32px;
}
.r-j-why-lists {
  display: none;
}
.r-j-why-item {
  display: flex;
  align-items: center;
  margin: 0 10px;
  width: 335px;
  height: 148px;
  padding: 8px 16px;
  gap: 16px;
  border-width: 4px;
  border: 4px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(360deg, #fdc611 0%, #b8860b 100%);
}
.r-j-why-item-text {
  font-family: Baloo 2;
  font-weight: 500;
  font-size: 36px;
  line-height: 150%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #00a9a9;
}
.r-j-why-text-bold {
  font-family: Baloo 2;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  vertical-align: middle;
  padding-bottom: 8px;
}
.r-j-why-text {
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0%;
  vertical-align: middle;
}

@media screen and (min-width: 1205px) {
  .r-j-why-container {
    width: 1440px;
    padding: 90px 72px;
  }

  .r-j-why-list {
    display: none;
  }
  .r-j-why-lists {
    height: 509px;
    padding: 12px 12px 0 0;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin-top: 36px;
    gap: 24px;
    border: 4px solid;
    border-image-slice: 1;
    border-image-source: linear-gradient(360deg, #fdc611 0%, #b8860b 100%);
  }
  .r-j-why-item {
    width: 628px;
    height: 143px;
    padding-top: 12px;
    padding-right: 16px;
    padding-bottom: 12px;
    padding-left: 8px;
    gap: 24px;
    border-radius: 7px;

    border: none;
  }
  .r-j-why-item-text {
    font-family: Baloo 2;
    font-weight: 500;
    font-size: 64px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
  }
  .r-j-why-text-bold {
    font-family: Baloo 2;
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0%;
    vertical-align: middle;
  }
  .r-j-why-text {
    font-family: Roboto;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;
    vertical-align: middle;
  }
}

.r-j-uniqueness-container {
  margin: auto;
  width: 375px;
  padding: 32px 20px;
}
.r-j-uniqueness-list {
  padding-top: 32px;
  padding-bottom: 48px;
}
.r-j-uniqueness-item {
  overflow: hidden;
  position: relative;
  width: 257px;
  height: 459px;
  border-radius: 10px;
  margin: 0 10px;
}
.r-j-uniqueness-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media screen and (min-width: 1205px) {
  .r-j-uniqueness-container {
    margin: auto;
    width: 1440px;
    padding: 90px 72px;
  }
  .r-j-uniqueness-list {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .r-j-uniqueness-item {
    width: 320px;
    height: 570px;
    border-radius: 10px;
  }
}
.r-j-reviews-container {
  margin: auto;
  padding: 32px 20px;
  width: 375px;
}
.r-j-reviews-list {
  padding: 32px 0;
}

.r-j-reviews-item {
  margin: 0 10px;
  width: 335px;
  height: 202px;
  padding-top: 16px;
  padding-right: 24px;
  padding-bottom: 16px;
  padding-left: 24px;
  border-width: 4px;
  border: 4px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(360deg, #fdc611 0%, #b8860b 100%);
}

.r-j-reviews-text-bold {
  font-family: Baloo 2;
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0%;
  padding-bottom: 4px;
}
.r-j-reviews-img {
  height: 16px;
}
.r-j-reviews-text {
  font-family: Roboto;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;

  padding-top: 24px;
}

@media screen and (min-width: 1205px) {
  .r-j-reviews-container {
    margin: auto;
    padding: 90px 72px;
    width: 1440px;
  }
  .r-j-reviews-list {
    padding: 48px 0;
  }

  .r-j-reviews-item {
    margin: 0 20px;
    width: 528px;
    height: 246px;
    padding-top: 36px;
    padding-right: 32px;
    padding-bottom: 36px;
    padding-left: 32px;
    border-width: 8px;
  }

  .r-j-reviews-text-bold {
    font-family: Baloo 2;
    font-weight: 500;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: 0%;

    padding-bottom: 4px;
  }
  .r-j-reviews-img {
    height: 20px;
  }
  .r-j-reviews-text {
    font-family: Roboto;
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0%;

    padding-top: 24px;
  }
}

.r-j-faq {
  margin: auto;
  width: 375px;
  height: 482px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  background-image: url("/img/Download.png");
}
.r-j-faq-container {
  padding: 32px 20px 0px;
}
.r-j-faq-text {
  padding-top: 32px;
  font-family: Baloo 2;
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0%;
  vertical-align: middle;
}

@media screen and (min-width: 1205px) {
  .r-j-faq {
    width: 1440px;
    height: 510px;
    background-image: url("/img//Download\ \(1\).png");
  }
  .r-j-faq-container {
    padding: 90px 452px 0 72px;
    width: 1440px;
    margin: auto;
  }
  .r-j-faq-text {
    padding-top: 48px;
    font-family: Baloo 2;
    font-weight: 500;
    font-size: 28px;
    line-height: 150%;
    letter-spacing: 0%;
    vertical-align: middle;
    width: 763px;
  }
}
.r-j-gallery-button-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.r-j-gallery-button {
  background-color: transparent;
  border: none;
  padding: 0;
  -webkit-transition: scale 0.3s ease;
  transition: scale 0.3s ease;
}
.r-j-gallery-button-icon {
  width: 49px;
  height: 49px;
}
.r-j-gallery-button:hover {
  scale: 120%;
}
@media screen and (min-width: 1205px) {
  .r-j-gallery-button-container-two {
    display: none;
  }
  .r-j-gallery-button-icon {
    width: 44px;
    height: 44px;
  }
}

.r-j-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%;
}

.r-j-policy-terms-container h1 {
  text-transform: uppercase;
  font-family: Baloo 2;
  font-weight: 500;
  font-size: 36px;
  line-height: 150%;
  letter-spacing: 0%;

  margin-bottom: 14px;
}
.r-j-policy-terms-container h2 {
  margin-bottom: 8px;
  margin-top: 24px;
  font-family: Baloo 2;
  font-weight: 500;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 0%;
}
.r-j-policy-terms-container ul {
  list-style-type: disc;
  margin: 0px 0 0 20px;
  padding-top: 8px;
}
.r-j-policy-terms-container p {
  padding-top: 8px;
}

.r-j-email-link {
  color: inherit;
  text-decoration: none;
}
@media screen and (min-width: 1205px) {
  .r-j-policy-terms-container {
    padding: 166px 72px 90px;
    width: 1440px;
    font-family: Roboto;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;
  }
  .r-j-policy-terms-container h1 {
    text-transform: uppercase;

    font-weight: 500;
    font-size: 36px;
    line-height: 150%;
    letter-spacing: 0%;

    margin-bottom: 24px;
  }
  .r-j-policy-terms-container h2 {
    margin-top: 24px;

    font-weight: 400;
    font-size: 36px;
    line-height: 150%;
    letter-spacing: 0%;
    margin-bottom: 8px;
  }
  .r-j-policy-terms-container p {
    padding-top: 16px;
  }
  .r-j-policy-terms-container ul {
    list-style-type: disc;
    margin: 0px 0 0 20px;
    padding-top: 8px;
  }
}

.r-j-footer-container {
  width: 375px;
  background: #005f5f;

  padding: 32px 20px;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  color: #ffffff;
}

.r-j-footer-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.r-j-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;
  vertical-align: middle;
  padding: 8px 12px;
}

.r-j-footer-copyright {
  font-family: Roboto;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
}
.r-j-footer-d {
  display: none;
}

@media screen and (min-width: 1205px) {
  .r-j-footer-container {
    width: 1440px;
    padding: 48px 72px;
    display: flex;

    align-items: stretch;
    gap: 24px;
  }

  .r-j-footer-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: center;
  }
  .r-j-footer-d {
    display: block;
    font-family: Roboto;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
  }

  .r-j-footer-text {
    font-family: Roboto;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
  }

  .r-j-footer-copyright {
    font-family: Roboto;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
  }
}

.r-j-cookie-popup {
  position: fixed;
  bottom: 10px;
  width: 375px;
  padding: 36px 20px;
  background: #2b1d14;

  z-index: 1000;
  display: none;
}

.r-j-cookie-popup-text-two {
  font-family: Baloo 2;
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0%;
}

.r-j-cookie-button-container {
  padding: 42px 0 0;
  margin: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.r-j-cookie-button {
  border: none;
  background-color: transparent;
  padding: 9px 21px;
  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;
  text-align: center;
  width: 153px;
}

#accept-cookies {
  border: none;
  background: #005f5f;

  color: #c1eefa;
  padding: 11px 24px;
}

.r-j-close-popup {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  cursor: pointer;
}

@media screen and (min-width: 1205px) {
  .r-j-cookie-popup-text-two {
    font-weight: 500;
    font-size: 36px;
    line-height: 150%;
    letter-spacing: 0%;
  }

  .r-j-cookie-button-container {
    padding-top: 64px;
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: end;
    gap: 48px;
  }
  .r-j-cookie-button {
    width: 227px;
    height: 62px;
    padding-top: 13px;

    gap: 12px;
    font-family: Roboto;
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
  }

  .r-j-cookie-popup {
    position: fixed;
    bottom: 10px;
    width: 902px;
    padding: 90px 72px;
    display: none;
  }
}
