@font-face {
  font-family: "Stone";
  src: url("./font/Stone Sans Bold.ttf");
  font-weight: 600;
}
html {
  scroll-behavior: smooth;
}
html,
body {
  padding: 0;
  margin: 0;
}
* {
  box-sizing: border-box;
}
*::before,
*::after {
  box-sizing: inherit;
}
body {
  width: 100vw;
  overflow-x: hidden;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  line-height: 26px;
  background-color: black;
  color: white;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding-bottom: 20px;
  font-weight: 700;
}
p {
  margin: 0;
  padding-bottom: 14px;
}
a {
  text-decoration: none;
  font-weight: 500;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
button,
input[type="submit"],
input[type="button"] {
  background-color: transparent;
  border: 0;
  box-shadow: none;
  font-weight: 500;
}
img {
  max-width: 100%;
  overflow: hidden;
  display: block;
}
.container {
  width: 1700px;
  margin: 0 auto;
  max-width: 100%;
  padding: 0 20px;
}
.d-flex {
  display: flex;
}
.items-center {
  align-items: center;
}
.just-center {
  justify-content: center;
}
.space-between {
  justify-content: space-between;
}
.wrap {
  flex-wrap: wrap;
}
.text-center {
  text-align: center;
}
.btn {
  padding: 14px 30px;
  border-radius: 40px;
  background-color: #e7a704;
  color: #ffffff;
  font-size: 20px;
  text-transform: uppercase;
  transition: 0.3s ease-in;
  display: inline-block;
}
.btn:hover {
  opacity: 0.8;
}
.none {
  display: none !important;
}

/* header */
.header {
  margin: 20px 0;
}
.header__logo {
  width: 300px;
}
.header__logo img {
  width: 100%;
  height: auto;
}
.header-content--content {
  display: flex;
  align-items: center;
  gap: 40px;
}
.header__navbar .main-menu,
.header__socials .socials {
  display: flex;
  align-items: center;
  gap: 40px;
}
.main-menu a {
  color: #ffffff;
  font-size: 18px;
  transition: 0.3s ease-in;
}
.main-menu a:hover {
  color: #e7a704;
}
.menu-bars {
  display: none;
}
.close i,
.menu-bars i {
  font-size: 30px;
}
.close {
  position: absolute;
  right: 20px;
  top: 20px;
  margin-bottom: 30px;
  display: none;
}

/* hero */
.hero {
  margin-top: 30px;
  margin-bottom: 80px;
}
.hero-content {
  text-align: center;
}
.hero__logo {
  height: 400px;
  margin-bottom: 15px;
}
.hero__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.hero_text {
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 500;
}
.button {
  margin-top: 20px;
}
.hero_btn {
  margin-top: 50px;
}

/* video */
.video {
  margin: 120px 0;
}
.video_item {
  text-align: center;
}
.video_item video {
  width: 80%;
}
.video_item {
  position: relative;
}
.start-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.start-video i {
  font-size: 30px;
  color: #e7a704;
  cursor: pointer;
}

/* slider */
.slider {
  margin: 50px 0;
}
.splide_item {
  height: 600px;
  position: relative !important;
}
/* .splide_item::after {
  background-color: rgba(0, 0, 0, 9);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
} */
.splide_item_content {
  padding: 20px;
  background-color: black;
  display: inline-block;
  margin: 80px;
}
.splide_item_content h3 {
  font-size: 35px;
  line-height: 45px;
  padding-bottom: 0;
  color: #ffdd00;
}
.splide__track {
  padding-left: 0 !important;
  padding-right: 15rem !important;
}
.splide__arrow {
  background-color: #e7a704 !important;
  font-size: 25px;
}
.splide__arrow svg {
  fill: #ffffff !important;
}

/* footer-banner */
.footer-banner {
  background-color: #e7a704;
  padding: 12px 30px;
  text-align: center;
  transform: rotate(2deg);
  transform-origin: center;
  gap: 20px;
  justify-content: center;
}
.banner_text {
  font-size: 22px;
  padding: 0;
  font-weight: 700;
  color: black;
}
.footer-content {
  padding: 50px 0;
  text-align: center;
}
.follow-us {
  padding-bottom: 40px;
  border-bottom: 1px solid #38383b;
  margin-bottom: 40px;
}
.follow-us h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}
.follow-us li a {
  color: #e7a704;
  font-size: 25px;
  line-height: 35px;
  border-bottom: 2px solid #e7a704;
  font-weight: 600;
  margin-top: 10px;
}
.footer_text {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  padding-bottom: 25px;
}
.copyright p {
  font-size: 16px;
  line-height: 26px;
}
.copyright p a {
  color: #82a6a1;
}

/* credits */
.credits {
  margin: 80px 0;
  text-align: center;
}
.section_title {
  font-size: 60px;
  line-height: 70px;
  color: #d9dd88;
  margin-bottom: 10px;
}
.section_text {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  padding-bottom: 20px;
}
.section_text a {
  color: #a8a6a1;
}
.section_subtitle {
  color: #d9dd88;
  font-size: 40px;
  line-height: 50px;
}
.credits-content {
  margin-top: 80px;
}
.credits-content--item {
  gap: 12px;
}
.credits-content--item p {
  width: 50%;
  text-align: right;
}
.credits-content--item h6 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  width: 50%;
  text-align: left;
}

/* privacy */
.privacy {
  margin: 80px 0;
}
.privacy-content {
  gap: 120px;
  margin-top: 40px;
}
.privacy-content--image,
.privacy-content--content {
  flex: 1;
}
.privacy-content--image img {
  width: 100%;
}

/* faqs */
.faqs_tagline {
  padding-bottom: 30px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}
.faqs {
  margin: 80px 0;
}
.faqs-content {
  gap: 80px;
}
.faqs-content-content:first-child {
  flex: 0.8;
}
.faqs-content-content {
  flex: 1;
}
.color-red {
  color: #ee0d0d;
}
.video_text {
  color: #ffffff;
  font-family: "Stone";
  font-size: 40px;
  text-align: left;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1440px) {
  .video_text {
    font-size: 30px;
  }
  .container {
    width: 1280px;
  }
  .hero__logo {
    height: 350px;
  }
  .splide_item {
    height: 450px;
  }
  .splide_item_content {
    margin: 60px;
  }

  .credits {
    margin: 60px 0;
  }
  .section_title {
    font-size: 47px;
    line-height: 57px;
  }
  .section_text {
    padding-bottom: 15px;
  }
  .section_subtitle {
    font-size: 32px;
    line-height: 42px;
  }
  .credits-content {
    margin-top: 50px;
  }
  .credits-content--item h6 {
    padding-bottom: 15px;
  }
  .privacy {
    margin: 60px 0;
  }
  .privacy-content {
    gap: 80px;
  }
  .footer-banner {
    gap: 20px;
  }
  .banner_text {
    font-size: 18px;
  }
  .banner_text:last-child {
    display: none;
  }
}

@media only screen and (max-width: 1024px) {
  .header {
    margin: 15px 0;
  }
  .header__logo {
    width: 250px;
  }
  .hero__logo {
    height: 300px;
  }
  .hero_btn {
    margin-top: 40px;
  }
  .btn {
    font-size: 18px;
  }
  .splide_item_content h3 {
    font-size: 30px;
    line-height: 40px;
  }
  .banner_text:nth-child(4) {
    display: none;
  }
}

@media only screen and (max-width: 820px) {
  .menu-bars {
    display: block;
  }
  .header-content--content,
  .main-menu {
    flex-direction: column;
    text-align: left;
    align-items: flex-start;
  }
  .header__navbar .main-menu {
    align-items: flex-start;
    gap: 25px;
  }
  .header-content--content {
    position: fixed;
    top: 0;
    left: -100%;
    background-color: #e7a704;
    width: 60%;
    height: 100%;
    padding: 40px;
    z-index: 1;
    transition: 0.6s;
  }
  .open-navbar {
    left: 0;
  }
  .close {
    display: block;
  }

  .video {
    margin: 60px 0;
  }
  .hero_btn {
    margin-top: 20px;
  }
  .privacy-content {
    gap: 40px;
    flex-direction: column-reverse;
    text-align: center;
    margin-top: 20px;
  }
  .footer-content {
    padding: 40px 0;
  }
  .faqs-content {
    gap: 50px;
  }
  .banner_text:nth-child(3) {
    display: none;
  }
}

@media only screen and (max-width: 640px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    padding-bottom: 15px;
  }
  p {
    padding-bottom: 10px;
  }
  .main-menu a {
    font-size: 16px;
  }
  .header-content--content {
    width: 80%;
  }
  .container {
    padding: 0 15px;
  }
  .header__logo {
    width: 180px;
  }
  .close i,
  .menu-bars i {
    font-size: 25px;
  }
  .hero {
    margin-bottom: 60px;
  }
  .hero__logo {
    height: 100%;
  }
  .hero_text {
    font-size: 16px;
    line-height: 26px;
  }
  .btn {
    padding: 10px 22px;
    font-size: 16px;
  }
  .video_item video {
    width: 100%;
  }
  .video {
    margin: 50px 0;
  }
  .footer-banner {
    padding: 10px;
  }
  .footer-banner img {
    width: 85%;
  }
  .discord__item:last-child {
    display: none;
  }
  .footer-content {
    padding: 30px 0;
  }
  .follow-us {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .follow-us h3 {
    font-size: 16px;
    line-height: 26px;
    padding-bottom: 10px;
  }
  .follow-us li a {
    font-size: 18px;
    line-height: 38px;
    margin-top: 0;
  }
  .footer_text {
    font-size: 14px;
    line-height: 24px;
  }
  .copyright p {
    padding-bottom: 0;
    font-size: 14px;
    line-height: 24px;
  }

  .section_title {
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 0;
  }
  .section_text,
  .credits-content--item h6 {
    font-size: 14px;
    line-height: 24px;
  }
  .section_subtitle {
    font-size: 30px;
    line-height: 40px;
  }
  .credits-content {
    margin-top: 40px;
  }
  .privacy {
    margin-bottom: 30px;
  }
  .privacy-content {
    margin-top: 10px;
    gap: 20px;
  }
  .faqs {
    margin: 60px 0;
  }
  .faqs-content {
    flex-direction: column;
    gap: 30px;
  }
  .faqs_tagline {
    font-size: 18px;
    padding-bottom: 20px;
    line-height: 28px;
  }
  .splide__track {
    padding: 0 !important;
  }
  .splide_item {
    height: 500px;
  }
  .splide_item_content {
    padding: 15px;
    margin: 40px;
  }
  .splide_item_content h3 {
    font-size: 28px;
    line-height: 38px;
  }
  .banner_text {
    font-size: 16px;
  }
  .banner_text:nth-child(2) {
    display: none;
  }
  .video_text {
    font-size: 22px;
    margin-bottom: 15px;
    width: 100%;
  }
}
