@import url("https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100..900;1,100..900&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: #000000;

  color: #e6e6e6;
}

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%;
}

.o-j-header.is-open .o-j-header-background {
  left: 0;
}
.o-j-header-button-wrapper {
  margin-left: auto;
}
.o-j-header-icon {
  display: none;
}

.o-j-header-icon-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
  border: none;
  border-radius: 50%;
}
.o-j-navigation-list.is-open {
  right: 0;
}
.o-j-header-icon-menu {
  display: block;
}

.o-j-header-icon-button.is-open .o-j-header-icon-menu {
  display: none;
}

.o-j-header-icon-button.is-open .o-j-header-icon-close {
  display: block;
}

.o-j-header {
  position: fixed;
  width: 100%;
  z-index: 5;
  transition: background-color 0.3s ease;
  background: transparent;
  display: flex;
  height: 63px;
  background: #000000;
}

.o-j-header-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 100%;
  z-index: -1;
  transition: left 0.3s ease;
  background: #000000;
}
.o-j-header.is-open .o-j-header-background {
  left: 0;
}
.o-j-header-button-wrapper {
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.o-j-header-icon-menu {
  display: block;
}

.o-j-header-icon-button.is-open .o-j-header-icon-menu {
  display: none;
}

.o-j-header-icon-button.is-open .o-j-header-icon-close {
  display: block;
}

.o-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: 20px 27px;
  position: relative;
}

.o-j-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: 50px;
  background: #000000;
}

.o-j-navigation-list.is-open {
  right: 0;
}

.o-j-navigation-link {
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  font-family: "Exo 2", sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0px;
  color: #99a1af;
}

.o-j-navigation-link:hover,
.o-j-navigatioт-link:focus {
  color: #f8f8f8;
}

.o-j-header.is-open {
  background-color: transparent;
}

.o-j-navigation-img {
  display: none;
}

@media screen and (min-width: 1192px) {
  .o-j-navigation-img {
    display: block;
    margin-right: 620px;
  }
  .o-j-policy-terms-header-icon-menu {
    display: none;
  }
  .o-j-header-button-wrapper {
    display: none;
  }
  .o-j-header {
    width: 100%;
    height: 84px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
  }

  .o-j-header-icon-button {
    display: none;
  }
  .o-j-navigation {
    display: flex;
    flex-direction: row;
    flex: 1;
    padding: 0;
    width: 1440px;
    padding: 22px 77px;
    margin: auto;
  }

  .o-j-navigation-list {
    background-color: transparent;
    flex-direction: row;
    display: flex;
    position: static;
    width: 1440px;
    margin: auto;
    padding-block: 0;
    flex: 1;
    gap: 40px;
    height: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: center;
    padding: 0;
  }

  .o-j-navigation-link {
    font-family: Exo 2;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 20px;
    letter-spacing: 0px;
  }

  .o-j-navigation-link:hover,
  .o-j-navigation-link:focus {
  }

  .o-j-navigation-item-desk {
    display: none;
  }
}

.o-j-home {
  width: 375px;
  height: 812px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/Hero.png");
  margin: auto;
}
.o-j-home-container {
  width: 375px;
  padding: 253px 9px 0px;
  margin: auto;
}

.o-j-home-title {
  font-family: "Exo 2", sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 30px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: -1.8px;
  text-align: center;
}

.o-j-home-text {
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 30px 12px;
}
.o-j-home-link {
  transition: all 0.3s ease-in-out;
  background: #00b8db;
  width: 277px;
  height: 36px;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-family: "Exo 2", sans-serif;
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;
  color: #000000;
  margin: auto;
  text-decoration: none;
}

.o-j-home-link:hover {
  transform: scale(1.1);
}

@media screen and (min-width: 1192px) {
  .o-j-home {
    width: auto;
    height: 880px;

    background-image: url("/img/hero\ \(1\).png");
    margin: auto;
  }
  .o-j-home-container {
    width: 1440px;
    padding: 224px 277px 0px;
    margin: auto;
  }

  .o-j-home-title {
    font-weight: 700;
    font-style: Bold;
    font-size: 60px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: -1.8px;
    text-align: center;
  }

  .o-j-home-text {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;

    gap: 10px;
    padding: 50px 105px;
  }
  .o-j-home-link {
    width: 277px;
    height: 43px;

    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: center;
  }

  .o-j-home-link:hover {
    transform: scale(1.1);
  }
}
.o-j-about {
  margin: auto;
  padding-top: 28px;
}
.o-j-about-container {
  width: 375px;
  padding: 22px 20px;
  margin: auto;
  height: 611px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/Frame\ 3.png");
}
.o-j-about-title {
  font-family: "Exo 2", sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 28px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: -1.8px;
  color: #f8f8f8;
}
.o-j-about-text {
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;

  display: flex;
  flex-direction: column;
  padding-top: 30px;
  gap: 10px;
}

@media screen and (min-width: 1192px) {
  .o-j-about {
    margin: auto;
    padding-top: 100px;
  }
  .o-j-about-container {
    width: 1440px;
    padding: 68px 615px 0 91px;
    margin: auto;
    height: 490px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("/img/ABOUT\ THE\ GAME.png");
  }
  .o-j-about-title {
    font-weight: 700;
    font-style: Bold;
    font-size: 50px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: -1.8px;
  }
  .o-j-about-text {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;

    padding-top: 60px;
    gap: 10px;
  }
}

.o-j-why-container {
  width: 375px;
  margin: auto;
  padding: 50px 13px 0;
}
.o-j-why-div {
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0) 5%,
    #00d3f3 51.44%,
    rgba(0, 0, 0, 0) 100%
  );
  width: 157px;
  height: 4px;
  margin: auto;
  margin-top: 10px;
}
.o-j-why-list {
  padding-top: 30px;
}
.o-j-why-lists {
  display: none;
}
.o-j-why-item {
  display: flex;
  flex-direction: column;
  gap: 16px;
  background: #ffffff05;
  border: 1px solid #f8f8f81a;

  width: 337px;
  height: 195px;
  padding-top: 29px;
  padding-right: 33px;
  padding-bottom: 29px;
  padding-left: 33px;
  margin: 0 7px;
}
.o-j-why-img {
  width: 34px;
}
.o-j-why-text-bold {
  font-family: Inter;
  font-weight: 600;
  font-style: Semi Bold;
  font-size: 16px;
  leading-trim: NONE;
  color: #f8f8f8;
}
.o-j-why-text {
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  color: #99a1af;
}

.slick-dots {
  justify-content: center;
  align-items: center;
  display: flex;
  gap: 7px;
  margin-top: 30px;
}
.slick-dots li.slick-active {
  content: url("/img/Ellipse\ 15.png");
  width: 6px;
  height: 6px;
}
.slick-dots li {
  content: url("/img/Ellipse\ 16.png");
  width: 4px;
  height: 4px;
}
@media screen and (min-width: 1192px) {
  .o-j-why-container {
    width: 1440px;
    margin: auto;
    padding: 140px 170px 0;
  }
  .o-j-why-div {
    width: 301px;
    height: 4px;

    margin-top: 19px;
  }
  .o-j-why-list {
    display: none;
  }
  .o-j-why-lists {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    padding-top: 50px;
  }
  .o-j-why-item {
    width: 534px;
    height: 212px;

    gap: 16px;
    border-width: 1px;
    padding-top: 29px;
    padding-right: 33px;
    padding-bottom: 29px;
    padding-left: 33px;
    border-top: 1px solid #f8f8f81a;

    margin: 0 0px;
  }
  .o-j-why-item-two {
    margin-top: 35px;
  }
  .o-j-why-item-three {
    margin-top: -35px;
  }
  .o-j-why-text-bold {
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 32px;
    letter-spacing: 0px;
  }
  .o-j-why-text {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0px;
  }
}

.o-j-uniqueness {
  margin: auto;
  padding-top: 50px;
}
.o-j-uniqueness-container {
  margin: auto;
  width: 375px;
  height: 591px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/ABOUT\ THE\ GAME\ \(1\).png");
  padding: 11px 17px 0;
}
.o-j-uniqueness-list {
  padding-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
}

@media screen and (min-width: 1192px) {
  .o-j-uniqueness {
    margin: auto;
    padding-top: 119px;
  }
  .o-j-uniqueness-container {
    margin: auto;
    width: 1440px;
    height: 490px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("/img/ABOUT\ THE\ GAME\ \(2\).png");
    padding: 87px 91px 0 616px;
  }
  .o-j-uniqueness-list {
    padding-top: 50px;

    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
  }
}

.o-j-faq-container {
  padding: 50px 18px 0px;
  width: 375px;
  margin: auto;
}
.o-j-faq-list {
  padding-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.o-j-faq-item {
  border: 1px solid #00d3f380;
  border-radius: 20px;
  padding: 24px;
}

.o-j-faq-question {
  font-family: Inter;
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 28px;
  letter-spacing: 0px;
  color: #f8f8f8;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.o-j-faq-answer {
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;

  color: #99a1af;
}
.o-j-toggle-button {
  background: none;
  border: none;
  cursor: pointer;
}

.o-j-toggle-button img {
  width: 20px;
  transition: transform 0.3s ease;
}
.o-j-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition:
    max-height 0.4s ease,
    opacity 0.4s ease;
  opacity: 0;
}

.o-j-faq-answer.open {
  max-height: 200px;
  opacity: 1;
  padding-top: 30px;
}

.o-j-toggle-button img.rotated {
  transform: rotate(180deg);
}
@media screen and (min-width: 1192px) {
  .o-j-faq-container {
    padding: 100px 270px 0px;
    width: 1440px;
    margin: auto;
  }
  .o-j-faq-list {
    padding-top: 50px;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .o-j-faq-item {
    border: 1px solid #00d3f380;
    border-radius: 20px;
    padding: 24px;
  }

  .o-j-faq-question {
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 28px;
    letter-spacing: 0px;
  }

  .o-j-faq-answer {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 26px;
    letter-spacing: 0px;
  }
}

.o-j-gallery-button-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 64px;
  margin-top: -23px;
}

.o-j-gallery-button {
  background-color: transparent;
  border: none;
  padding: 0;
  -webkit-transition: scale 0.3s ease;
  transition: scale 0.3s ease;
}
.o-j-gallery-button-icon {
  width: 39px;
  z-index: 1;
}
.o-j-gallery-button:hover {
  scale: 120%;
}

@media screen and (min-width: 1192px) {
  .o-j-gallery-button-container {
    display: none;
  }
}

.o-j-features-container {
  width: 375px;
  margin: auto;
  padding: 50px 60px;
  text-decoration: none;
}
.o-j-features-text-bold {
  font-family: "Exo 2", sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0.6px;
  text-align: center;
  padding: 10px 0 30px;
  color: #53eafd;
}

.o-j-features-item {
  border: 1px solid #00b8dbcc;
  background: #00b8db1a;
  width: 254px;
  padding: 20px 0px;
  border-radius: 20px;
  border-width: 1px;
  display: block;
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;
  color: #f8f8f8;
  margin: auto;
}
.o-j-features-item-two {
  text-decoration: none;
}

.o-j-features-text {
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;

  text-align: center;
  padding-top: 20px;
}

@media screen and (min-width: 1192px) {
  .o-j-features-container {
    width: 1440px;
    margin: auto;
    padding: 81px 0 100px;
  }
  .o-j-features-text-bold {
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 32px;
    letter-spacing: 0.6px;
    text-align: center;

    padding: 10px 0 50px;
    color: #53eafd;
  }

  .o-j-features-item {
    width: 472px;
    border-radius: 20px;
    border-width: 1px;
    padding: 38px 0;
    margin: auto;
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
  }

  .o-j-features-text {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;

    padding-top: 30px;
  }
}

.o-j-policy-terms-container {
  padding: 100px 8px 50px;
  width: 375px;
  margin: auto;
  color: #ffffff;
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
}

.o-j-policy-terms-container h1 {
  text-transform: uppercase;
  margin-bottom: 30px;
  font-family: "Exo 2", sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 30px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: -4%;
  text-align: center;
}
.o-j-policy-terms-container p strong {
  display: block;
  margin: 30px 0 10px;
  font-family: Inter, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0;
}
.o-j-policy-terms-container ul li {
  list-style-type: disc;
  margin-left: 20px;
}
.o-j-policy-terms-container a {
  color: #ffffff;

  text-decoration: underline;
  text-decoration-style: solid;
}
.domain {
  color: #ffffff;

  text-decoration: underline;
  text-decoration-style: solid;
}
@media screen and (min-width: 1192px) {
  .o-j-policy-terms-container {
    padding: 100px 40px 100px;
    width: 1440px;
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    leading-trim: NONE;
  }

  .o-j-policy-terms-container h1 {
    text-transform: uppercase;
    margin-bottom: 55px;

    font-weight: 700;
    font-style: Bold;
    font-size: 50px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: -4%;
  }
  .o-j-policy-terms-container p strong {
    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 30px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
  }
}

.o-j-footer-container {
  width: 375px;
  padding: 45px 0;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
}

.o-j-footer-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 32px;
  font-family: "Exo 2", sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: center;
  color: #f8f8f8;
}

.o-j-footer-text {
  text-decoration: none;
  color: inherit;
}

.o-j-footer-copyright {
  font-family: "Exo 2", sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: center;
  color: #ffffff99;
}

@media screen and (min-width: 1192px) {
  .o-j-footer-container {
    width: 1440px;
    padding: 45px 0px;
  }

  .o-j-footer-wrapper {
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: center;
  }

  .o-j-footer-copyright {
    font-family: "Exo 2", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: center;
  }
}
