html,
body {
  font-family: inter;
  height: 100%;
  background-color: #1e1f34;
  height: 100%;
  width: 100%;
  overflow: auto;
  overflow-x: hidden;
}

@font-face {
  font-family: inter;
  src: url("../assets/fonts/inter/Inter-Thin-BETA.ttf");
}

@font-face {
  font-family: inter-semi;
  src: url("../assets/fonts/inter/Inter-SemiBold.ttf");
}

@font-face {
  font-family: inter-bold;
  src: url("../assets/fonts/inter/Inter-Bold.ttf");
}

@font-face {
  font-family: inter-regular;
  src: url("../assets/fonts/inter/Inter-Regular.ttf");
}

@font-face {
  font-family: avenir-book;
  src: url("../assets/fonts/avenir_ff/AvenirLTStd-Book.otf");
}

@font-face {
  font-family: avenir-black;
  src: url("../assets/fonts/avenir_ff/AvenirLTStd-Black.otf");
}

@font-face {
  font-family: avenir-roman;
  src: url("../assets/fonts/avenir_ff/AvenirLTStd-Roman.otf");
}

.navbar {
  /* position: fixed; */
  width: 100%;
  padding-top: 50px;
  padding-left: 100px;
  padding-right: 55px;
  background-color: transparent;
  font-family: avenir-black;
  z-index: 99;
}

.navbar .navbar-nav .nav-item {
  padding-right: 65px;
}

.navbar .navbar-nav .nav-item .nav-link {
  color: white;
}

.navbar .navbar-text img {
  margin-right: 34px;
}

.index-w {
  position: relative;
}

.index-photo {
  /* position: absolute;
  top: 0;
  width: 100%; */
  position: absolute;
  top: -100px;
  width: 100%;
}

.index-photo img {
  height: 720px !important;
  width: 100%;
  object-fit: cover;
}

.index-cat {
  right: 165px;
  position: absolute;
  margin-top: 15rem;
}

.index-text {
  position: relative;
  margin-top: 120px;
  margin-left: 122px;
}

.index-text .title {
  font-family: inter-bold;
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 48px;
  color: #ffffff;
}

.index-text .description {
  font-family: inter;
  font-style: normal;
  font-weight: normal;
  font-size: 19px;
  line-height: 23px;
  width: 650px;
  margin-top: 18px;
  color: white;
}

.play-game-button {
  width: 200px;
  height: 55px;
  border: none;
  background: linear-gradient(180deg, #1a6f8d 0%, #103e69 100%);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  font-family: avenir-black;
  font-style: normal;
  font-weight: 900;
  font-size: 20px;
  color: #ffffff;
  margin-top: 30px;
}

.login-discord-button {
  width: 200px;
  width: 225px;
  height: 55px;
  border: none;
  background: linear-gradient(180deg, #28a745 0%, #20c997 100%);
  box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
  border-radius: 6px;
  font-family: avenir-black;
  font-style: normal;
  font-weight: 900;
  font-size: 17px;
  color: #ffffff;
  margin-top: 30px;
  text-transform: uppercase;
}

.slider-side {
  margin-top: 23rem;
}

.slider-side .grumpy-slider {
  margin-top: 50px;
}

.slider-side .slider-info .title {
  font-family: inter-bold;
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 48px;
  color: #ffffff;
  text-align: center;
}

.slider-side .slider-info .description {
  font-family: inter;
  font-style: normal;
  font-weight: normal;
  font-size: 19px;
  line-height: 23px;
  text-align: center;
  color: #ffffff;
  margin-top: 15px;
  padding-left: 20%;
  padding-right: 20%;
}

.utility-side {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-top: 4rem;
}

.utility-side .utility-title {
  font-family: inter-bold;
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 48px;
  color: #ffffff;
}

.utility-side .utility-description {
  font-style: normal;
  font-weight: normal;
  font-size: 19px;
  line-height: 23px;
  color: #ffffff;
  padding-left: 7%;
  padding-right: 7%;
  margin-top: 18px;
}

.utility-side .utility-bg {
  margin-top: 50px;
  position: relative;
  z-index: 1;
  width: 350px;
  height: 450px;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.utility-side .utility-bg:not(:last-child) {
  margin-right: 45px;
}

.utility-side .utility-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  z-index: -1;
  background: url("../assets/img/utility-bg.svg") no-repeat center;
  border-radius: 15px !important;
}

.utility-side .utility-bg img {
  width: 139px;
  height: 139px;
  margin-top: 2rem;
}

.utility-side .utility-bg .title {
  margin-top: 5px;
  font-family: inter-bold;
  font-style: normal;
  font-weight: 800;
  font-size: 28px;
  line-height: 34px;
}

.utility-side .utility-bg .text {
  margin-top: 17px;
  padding-right: 15%;
  padding-left: 15%;
  text-align: center;
  font-family: inter-regular;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  color: #ffffff;
}

.utility-side .utility-bg .button {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.utility-side .utility-bg .button button {
  font-family: avenir-book;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  color: #ffffff;
  margin-top: 30px;
  width: 175px;
  height: 48px;
  background: #1a6f8d;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  border: none;
}

.utility-side .col-md-4 {
  max-width: 26.333333%;
}

.roadmap {
  width: 100%;
  height: auto;
  padding-right: 80px;
  padding-left: 80px;
  position: relative;
  z-index: 1;
}

.roadmap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.2;
  /* background-color: linear-gradient(180deg, rgba(30, 31, 52, 0) 0%, #1e1f34 100%); */
  background-image: url("../assets/img/jungle-bg.svg");
  background-position: center;
  background-repeat: no-repeat;
}

.roadmap .nav-tabs {
  width: 100%;
  height: 90px;
  border-bottom: none;
}

.roadmap .nav-tabs .nav-item {
  height: 100%;
  width: 12.5% !important;
}
.roadmap .nav-tabs .nav-item .nav-link {
  height: 100%;
  border: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  background: #15151d;
  color: white;
  opacity: 0.7;
  font-family: inter;
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  line-height: 24px;
}

.roadmap .nav-tabs .nav-link.active {
  font-family: inter-semi;
  background: #1f7a9c;
  color: white;
  opacity: 1;
}

.roadmap .roadmap-info {
  padding-top: 105px;
}

.roadmap .roadmap-info .title {
  font-family: inter-bold;
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 48px;
  color: #ffffff;
  text-align: center;
}

.roadmap .roadmap-info .description {
  font-family: inter;
  font-style: normal;
  font-weight: normal;
  font-size: 19px;
  line-height: 23px;
  text-align: center;
  color: #ffffff;
  margin-top: 15px;
  padding-left: 20%;
  padding-right: 20%;
}

.roadmap .roadmap-tab {
  margin-top: 40px;
}

.roadmap .roadmap-tab .tab-content {
  background: rgba(170, 170, 170, 0.04);
  opacity: 0.7;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-sizing: border-box;
  border-radius: 15px;
  width: 100%;
  margin-top: 37px;
  min-height: 500px;
}

.roadmap .roadmap-tab .tab-content .tab-content-list li {
  font-family: inter-semi;
  font-style: normal;
  font-weight: 600;
  font-size: 19px;
  line-height: 23px;
  color: #ffffff;
  margin-top: 3rem;
}

.roadmap .roadmap-tab .tab-content .tab-content-list li span {
  font-family: inter;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
  opacity: 0.4;
  margin-top: 1rem;
  padding-right: 1rem;
}

.faq {
  width: 100%;
  height: auto;
  padding-right: 80px;
  padding-left: 80px;
  position: relative;
  z-index: 1;
}

.faq::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.2;
  /* background-color: linear-gradient(180deg, rgba(30, 31, 52, 0) 0%, #1e1f34 100%); */
  background-image: url("../assets/img/faq-bg.svg");
  background-position: center;
  background-repeat: no-repeat;
}

.faq .faq-info {
  padding-top: 105px;
  display: flex;
}

.faq .faq-info-text {
  padding-left: 13rem;
}

.faq .faq-info .title {
  font-family: inter-bold;
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 48px;
  color: #ffffff;
  text-align: center;
}

.faq .faq-info .description {
  font-family: inter;
  font-style: normal;
  font-weight: normal;
  font-size: 19px;
  line-height: 23px;
  text-align: center;
  color: #ffffff;
  margin-top: 15px;
  /* padding-left: 20%;
  padding-right: 20%; */
}

.faq .faq-accordion #accordion {
  width: 100%;
}

.faq .faq-accordion #accordion .card {
  border: none;
  margin-bottom: 1px;
  border-radius: 0;
  background-color: transparent;
}

.faq .faq-accordion #accordion .card .card-header {
  position: relative;
  color: white !important;
  border: none;
  height: 110px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  background: rgba(0, 0, 0, 0.31);
  cursor: pointer;
}

.faq .faq-accordion #accordion .card .card-header::after {
  content: "\f107";
  color: #aaaaaa;
  top: 15px;
  right: 20px;
  font-size: 50px;
  position: absolute;
  font-family: "FontAwesome";
}

.faq .faq-accordion #accordion .card .card-header[aria-expanded="true"]::after {
  content: "\f106";
}

.faq .faq-accordion #accordion .card .card-header button {
  font-family: inter;
  font-style: normal;
  font-weight: 400;
  font-size: 19px;
  line-height: 23px;
  color: #ffffff;
}

.faq .faq-accordion #accordion .card .card-body {
  background: rgba(255, 255, 255, 0.01);
  border: 1px solid rgba(52, 53, 80, 0.26);
  box-sizing: border-box;
  color: white;
  padding: 30px;
}

.footer {
  width: 100%;
  height: 200px;
  background-image: url("../assets/img/footer-bg.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 150px;
}

.footer .footer-items {
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
  flex-direction: row;
  align-items: end;
  justify-content: space-between;
  height: 100%;
}

.footer .footer-second {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding-left: 2rem;
  padding-right: 2rem;
}

.footer .footer-items .footer-text {
  font-family: inter-bold;
  font-style: normal;
  font-weight: 700;
  font-size: 35px;
  line-height: 42px;
  color: #ffffff;
  padding-bottom: 3rem;
  cursor: pointer;
}

@media only screen and (max-width: 768px) {
  .navbar {
    padding-top: 5px;
    padding-left: 15px;
    padding-right: 15px;
    /* background: #1e1f34; */
  }
  .navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }

  .navbar-light .navbar-toggler {
    border-color: #ffffff;
  }

  .index-text .login-discord-button {
    margin-left: 0;
  }

  .index-cat {
    right: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 32rem;
  }
  .index-cat img {
    width: 60%;
  }

  .index-text {
    margin-left: 0;
    margin-top: 70px;
  }

  .index-text .title {
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
    text-align: center;
  }

  .index-text .description {
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
    text-align: center;
  }

  .index-text .game-button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .slick-dots {
    bottom: -50px !important;
  }

  .utility-bg {
    width: 100% !important;
  }

  .utility-side .col-md-4 {
    max-width: 100%;
  }

  .utility-side .utility-bg:not(:last-child) {
    margin-right: 0 !important;
  }

  .roadmap {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }

  .roadmap::before {
    background: none;
  }

  .roadmap .roadmap-info .description {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .roadmap .nav-tabs {
    margin-bottom: 5rem !important;
  }

  .roadmap .nav-tabs .nav-item {
    width: 100% !important;
  }

  .roadmap .roadmap-tab .tab-content {
    margin-top: 34rem;
  }

  .faq {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .faq::before {
    background: none;
  }

  .faq .faq-info {
    display: block !important;
  }

  .faq .faq-info-text {
    padding-left: 0 !important;
  }

  .faq .cheetah-cat {
    text-align: center;
  }
  .faq .cheetah-cat img {
    padding-left: 3rem;
  }

  .faq .faq-accordion #accordion .card .card-header button {
    font-size: 16px;
    margin-right: 2rem;
  }

  .faq .faq-accordion #accordion .card .card-header::after {
    top: 25px;
    right: 25px;
    font-size: 35px;
  }

  .footer .footer-items {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .footer .footer-items .footer-text {
    padding-bottom: 0 !important;
    font-size: 19px;
  }
  .footer .footer-items .footer-cat {
    display: none;
  }
  .footer .footer-second {
    flex-direction: column;
  }
}

.slick-dots li img:nth-child(1) {
  display: block;
}

.slick-dots li img:nth-child(2) {
  display: none;
}

.slick-dots li.slick-active img:nth-child(1) {
  display: none;
}

.slick-dots li.slick-active img:nth-child(2) {
  display: block;
}

.slick-slide img {
  width: 100%;
}

.slick-dots {
  bottom: -55px;
}

#cover-spin {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 9999;
  display: none;
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
#cover-spin::after {
  content: "";
  display: block;
  position: absolute;
  left: 48%;
  top: 40%;
  width: 40px;
  height: 40px;
  border-style: solid;
  border-color: #000;
  border-top-color: transparent;
  border-width: 4px;
  border-radius: 50%;
  -webkit-animation: spin 0.8s linear infinite;
  animation: spin 0.8s linear infinite;
}

.custom-alert {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgb(9 7 7 / 70%);
  z-index: 9999;
  animation: fadein 1.5s;
  -moz-animation: fadein 1.5s; /* Firefox */
  -webkit-animation: fadein 1.5s; /* Safari and Chrome */
  -o-animation: fadein 1.5s; /* Opera */
}

.custom-alert .success-image {
  width: 400px;
  text-align: center;
  background-color: #45df68e8;
  padding: 30px;
  border-radius: 10px 10px 0 0;
}

.custom-alert .success-text {
  width: 400px;
  text-align: center;
  background-color: white;
  padding: 50px;
  border-radius: 12px;
}

.custom-alert .success-text img {
  float: right;
  position: absolute;
  margin-left: 10rem;
  top: 15rem;
}
