* {
  transition: all 0.5s linear;
}

@font-face {
  font-family: "Proxima-Nova-Bold";
  src: url(../fonts/Proxima-Nova/Proxima-Nova-Bold.otf);
}

@font-face {
  font-family: "Proxima-Nova-Thin";
  src: url(../fonts/Proxima-Nova/Proxima-Nova-Thin.otf);
}

@font-face {
  font-family: "SF-Grandezza-Heavy";
  src: url(../fonts/SF-Grandezza/SF-Grandezza-Heavy.ttf);
}

html,
body {
  /* background: transparent
    linear-gradient(170deg, #23262e 0%, #070a12 27%, #050810 100%) no-repeat; */
  background: #151820;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

.preload {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #ffffff;
  font-family: "Proxima-Nova-Bold";
  background: #050810;
  z-index: 20;
}

.navbar {
  box-shadow: 1px 0 2px #929eb2;
}

.navbar-nav .nav-link {
  color: #ffffff;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  font-family: "Proxima-Nova-Bold";
  font-size: 15px;
  text-align: center;
}

.join-btn {
  background: #fc511f;
  border: 4px solid #fc511f;
  border-radius: 31px;
}

@media (max-width: 991.98px) {
  .join-btn {
    width: 200px;
    margin: auto;
  }
}

@media (max-width: 480.98px) {
  .navbar-brand {
    max-width: 70%;
  }
}

.navbar-toggler {
  outline: 0 !important;
  cursor: pointer;
}

@media (min-width: 992px) {
  .navbar-nav .nav-link {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .nav-item.active {
    position: relative;
  }

  .nav-item.active::after {
    content: "";
    width: 80%;
    border-bottom: 2px solid #fc511f;
    position: absolute;
    bottom: -26px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.px-130 {
  padding-left: 130px !important;
  padding-right: 130px !important;
}

.px-lg-130 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

@media (min-width: 1200px) {
  .px-lg-130 {
    padding-left: 130px !important;
    padding-right: 130px !important;
  }
}

@media (max-width: 425px) {
  .px-lg-130 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

.hero-area {
  position: relative;
  padding-top: 6rem;
  padding-bottom: 60rem;
}

.hero-area .text {
  color: #ffffff;
  font-family: "SF-Grandezza-Heavy";
  font-size: 120px;
  line-height: 110px;
  width: 1100px;
  position: relative;
  z-index: 2;
}

.stallion-text-img {
  width: 100%;
  position: absolute;
  top: 320px;
  left: 0;
  z-index: 1;
}

.hero-area-badge-img {
  max-width: 100%;
  position: absolute;
  top: 650px;
  left: 130px;
}

.circle-glow-ring-img {
  max-width: 100%;
  position: absolute;
  top: -100px;
  right: -300px;
  z-index: 3;
}

.hero-img {
  max-width: 100%;
  position: absolute;
  top: 80px;
  right: 100px;
  z-index: 4;
}

.hero-img-mbl {
  display: none;
}

@media (max-width: 1500px) {
  .hero-area .text {
    font-size: 90px;
    line-height: 80px;
    width: 900px;
  }

  .hero-area {
    padding-bottom: 35rem;
  }

  .stallion-text-img {
    top: 250px;
  }

  .hero-area-badge-img {
    top: 510px;
  }

  .circle-glow-ring-img {
    max-width: 50%;
    top: 150px;
    right: -100px;
  }

  .hero-img {
    max-width: 100%;
    width: 600px;
    top: 250px;
    right: 10px;
  }
}

@media (max-width: 1199.98px) {
  .hero-area-badge-img {
    left: 30px;
  }
}

@media (max-width: 991.98px) {
  .hero-area {
    padding-bottom: 5rem;
  }

  .hero-area-badge-img {
    top: 50px;
    width: 150px;
  }

  .hero-area .text {
    font-size: 60px;
    line-height: 52px;
    width: 100%;
    margin-top: 130px;
  }

  .stallion-text-img {
    top: 290px;
  }

  .hero-img,
  .circle-glow-ring-img {
    display: none;
  }

  .hero-img-mbl {
    display: block;
    max-width: 100%;
    margin: 100px auto 0;
  }
}

@media (max-width: 576px) {
  .hero-area .text {
    font-size: 51px;
    line-height: 45px;
  }
}

@media (max-width: 576px) {
  .hero-area .text {
    font-size: 42px;
    line-height: 37px;
  }
}

@media (max-width: 425px) {
  .hero-area .text {
    font-size: 35px;
    line-height: 31px;
  }
}

.just-text {
  color: #ffffff;
  font-size: 70px;
  line-height: 80px;
  font-family: "SF-Grandezza-Heavy";
  margin-bottom: 3rem;
}

@media (max-width: 1480px) {
  .just-text {
    font-size: 50px;
    line-height: 60px;
  }
}

@media (max-width: 991.98px) {
  .just-text {
    font-size: 40px;
    line-height: 50px;
  }
}

@media (max-width: 767.98px) {
  .just-text {
    font-size: 30px;
    line-height: 38px;
  }
}

@media (max-width: 580.98px) {
  .just-text {
    font-size: 20px;
    line-height: 25px;
  }
}

.features {
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
  z-index: 10;
}

.features .row {
  border: 35px solid #191c24;
  border-radius: 30px;
}

.features .row > div {
  padding: 2rem 8rem;
}

@media (max-width: 1650px) {
  .features .row > div {
    padding: 2rem 5rem;
  }
}

@media (max-width: 1360px) {
  .features .row > div {
    padding: 2rem 3rem;
  }
}

@media (max-width: 425px) {
  .features .row > div {
    padding: 1.5rem;
  }
}

.features .row > div img {
  width: 150px;
}

.features .row > div .text {
  color: #ffffff;
  font-family: "Proxima-Nova-Thin";
  font-size: 25px;
  line-height: 38px;
}

@media (min-width: 992px) {
  .features .row > div:nth-of-type(2) {
    position: relative;
  }

  .features .row > div:nth-of-type(2)::before {
    content: "";
    border-left: 2px solid #191c24;
    height: 70%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }

  .features .row > div:nth-of-type(2)::after {
    content: "";
    border-left: 2px solid #191c24;
    height: 70%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
}

@media (max-width: 576px) {
  .features .row > div .text {
    font-size: 18px;
    line-height: 23px;
  }

  .features .row > div img {
    width: 119px;
  }
}

.future-explorer {
  height: 93px;
  background: #fc511f;
  border-radius: 15px;
  display: flex;
  align-items: center;
  padding: 0 63px;
  position: relative;
  z-index: 10;
}

.future-explorer span {
  letter-spacing: 2.4px;
  color: #ffffff;
  text-transform: uppercase;
  font-family: "Proxima-Nova-Bold";
  font-size: 24px;
  width: calc(100% - 81px);
}

@media (max-width: 600px) {
  .future-explorer {
    height: 70px;
    padding: 0 15px;
  }

  .future-explorer span {
    font-size: 20px;
  }
}

@media (max-width: 480px) {
  .future-explorer {
    height: 60px;
    padding: 0 10px;
  }

  .future-explorer span {
    font-size: 16px;
  }

  .future-explorer img {
    width: 50px;
  }
}

.revolutionary {
  padding-top: 35rem;
  padding-bottom: 16rem;
  background: url(../images/gad-wad-bg.png) no-repeat;
  background-size: 100%;
  position: relative;
  z-index: 5;
  margin-top: -200px;
}

.revolutionary .title {
  font-family: "SF-Grandezza-Heavy";
  color: #050810;
  font-size: 70px;
  text-align: center;
}

@media (max-width: 1560px) {
  .revolutionary {
    padding-top: 25rem;
    padding-bottom: 8rem;
    margin-top: -160px;
  }
}

@media (max-width: 1360px) {
  .revolutionary {
    padding-top: 25rem;
    padding-bottom: 3rem;
  }
}

@media (max-width: 991.98px) {
  .revolutionary {
    padding-top: 15rem;
    margin-top: -120px;
  }

  .revolutionary .title {
    font-size: 50px;
  }
}

@media (max-width: 767.98px) {
  .revolutionary .title {
    font-size: 35px;
  }
}

@media (max-width: 576.98px) {
  .revolutionary {
    padding-top: 10rem;
    margin-top: -60px;
  }
}

@media (max-width: 425.98px) {
  .revolutionary {
    padding-top: 6rem;
  }

  .revolutionary .title {
    font-size: 25px;
  }
}

.dashboard-designs {
  width: 1140px;
  margin: 2rem auto;
  display: flex;
}

.screen {
  display: none;
}

#screen-1 {
  display: block;
}

.dashboard-designs .buttons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 77px;
}

.dashboard-designs .buttons button {
  letter-spacing: 1.4px;
  color: #ffffff;
  text-transform: uppercase;
  font-family: "Proxima-Nova-Bold";
  background: #fc511f;
  border: 1px solid #707070;
  border-radius: 4px;
  width: 120px;
  height: 34px;
  font-size: 12px;
  transform: rotate(-90deg);
  cursor: pointer;
  outline: 0 !important;
}

.dashboard-designs .buttons button:nth-of-type(2) {
  margin: 90px 0px;
}

@media (max-width: 1260px) {
  .dashboard-designs {
    width: 100%;
  }
}

@media (max-width: 991.98px) {
  .dashboard-designs {
    flex-direction: column;
  }
  .dashboard-designs .buttons {
    flex-direction: row;
    justify-content: center;
    width: 100%;
  }

  .dashboard-designs .buttons button {
    transform: rotate(0);
  }

  .dashboard-designs .buttons button:nth-of-type(2) {
    margin: 0px 5px;
  }
}

@media (max-width: 480px) {
  .dashboard-designs .buttons button {
    letter-spacing: 1px;
    width: 90px;
    height: 28px;
    font-size: 10px;
  }
}

.helpBox {
  display: none;
}

@media (min-width: 992px) {
  .helpBox {
    display: block;
    width: 380px;
    background: #0b0e16;
    border: 2px solid #fc511f;
    border-radius: 26px;
    padding: 1rem 2rem;
    color: #ffffff;
    font-size: 25px;
    line-height: 38px;
    font-family: "Proxima-Nova-Thin";
    margin-left: auto;
    margin-bottom: 1rem;
    position: relative;
  }

  .helpBox::before {
    content: "";
    width: 29px;
    height: 29px;
    background-color: #f75124;
    border-radius: 50%;
    box-shadow: 0px 0px 0px 20px rgba(255, 255, 255, 0.17);
    position: absolute;
    bottom: -220px;
    right: 40%;
  }

  .helpBox::after {
    content: "";
    height: 200px;
    border-left: 3px solid #f75124;
    position: absolute;
    bottom: -200px;
    right: calc(40% + 14px);
  }
}

.why-otc {
  padding-top: 5rem;
  padding-bottom: 6rem;
}

.why-otc .title {
  color: #ffffff;
  font-family: "SF-Grandezza-Heavy";
  font-size: 70px;
  line-height: 85px;
}

.why-otc .text {
  color: #ffffff;
  font-family: "Proxima-Nova-Thin";
  font-size: 28px;
  line-height: 44px;
}

.why-reasons-wrapper {
  border: 35px solid #191c24;
  border-radius: 30px;
}

.reason {
  background-color: #191c24;
  box-shadow: 0 0 4px 4px rgba(43, 27, 178, 0.26);
}

.reason:nth-last-of-type(1) {
  box-shadow: 0 0 0 transparent;
}

.reason .rTitle {
  font-family: "Proxima-Nova-Bold";
  color: #ffffff;
  font-size: 32px;
  line-height: 48px;
}

.reason .rText {
  color: #ffffff;
  font-family: "Proxima-Nova-Thin";
  font-size: 24px;
  line-height: 36px;
}

.bg-blue {
  background-color: #4232d1 !important;
}

@media (max-width: 1366px) {
  .why-otc .title {
    font-size: 55px;
    line-height: 65px;
  }

  .why-otc .text {
    font-size: 20px;
    line-height: 32px;
  }

  .reason .rTitle {
    font-size: 28px;
    line-height: 40px;
  }

  .reason .rText {
    font-size: 20px;
    line-height: 27px;
  }
}

@media (max-width: 767.98px) {
  .why-reasons-wrapper {
    border: 20px solid #191c24;
    border-radius: 20px;
  }

  .why-otc .title {
    font-size: 46px;
    line-height: 46px;
  }

  .why-otc .text {
    font-size: 18px;
    line-height: 26px;
  }

  .reason .rTitle {
    font-size: 24px;
    line-height: 35px;
  }

  .reason .rText {
    font-size: 18px;
    line-height: 24px;
  }
}

.section-5 {
  background: #ffffff;
  padding-top: 10rem;
}

.section-title {
  font-family: "SF-Grandezza-Heavy";
  font-size: 70px;
  line-height: 85px;
}

.section-text {
  font-family: "Proxima-Nova-Thin";
  font-size: 28px;
  line-height: 44px;
}

.section-link {
  letter-spacing: 2px;
  color: #fc511f;
  text-transform: uppercase;
  font-family: "Proxima-Nova-Bold";
  font-size: 20px;
}

.section-link:hover {
  color: #fc511f;
}

@media (max-width: 1440px) {
  .section-title {
    font-size: 60px;
    line-height: 75px;
  }

  .section-text {
    font-size: 26px;
    line-height: 41px;
  }

  .section-link {
    font-size: 19px;
  }
}

@media (max-width: 1260px) {
  .section-title {
    font-size: 50px;
    line-height: 65px;
  }

  .section-text {
    font-size: 22px;
    line-height: 35px;
  }

  .section-link {
    font-size: 18px;
  }
}

@media (max-width: 767.98px) {
  .section-5 {
    padding-top: 5rem;
  }

  .section-title {
    font-size: 35px;
    line-height: 48px;
  }

  .section-text {
    font-size: 18px;
    line-height: 28px;
  }

  .section-link {
    font-size: 16px;
  }
}

.benefits {
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
}

.benefits::before {
  content: "";
  width: 100%;
  height: 50%;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
}

.benefits .row {
  border: 35px solid #191c24;
  border-radius: 30px;
  position: relative;
  z-index: 5;
}

.benefit-wrapper {
  background-color: #191c24;
  padding: 2rem;
  border-left: 4px solid #2b1bb2;
}

.benefit-wrapper .title {
  color: #ffffff;
  font-family: "Proxima-Nova-Bold";
  font-size: 32px;
  line-height: 48px;
  margin: 1.5rem 0 1rem;
}

.benefit-wrapper .text {
  color: #ffffff;
  font-family: "Proxima-Nova-Thin";
  font-size: 24px;
  line-height: 36px;
}

.benefits .benefit-wrapper {
  border-right: 2px solid #2b1bb2;
}

.benefits .benefit-wrapper:nth-last-of-type(1) {
  border: none;
}

@media (max-width: 767.98px) {
  .benefits .benefit-wrapper {
    border: none;
    border-bottom: 2px solid #2b1bb2;
  }

  .benefits .benefit-wrapper:nth-last-of-type(1) {
    border: none;
  }
}

@media (min-width: 1200px) and (max-width: 1440px) {
  .benefit-wrapper {
    padding: 1rem;
    border-left: 2px solid #2b1bb2;
  }

  .benefit-wrapper .title {
    font-size: 25px;
    line-height: 32px;
  }

  .benefit-wrapper .text {
    font-size: 18px;
    line-height: 25px;
  }
}

@media (max-width: 576.98px) {
  .benefits .row {
    border: 20px solid #191c24;
    border-radius: 17px;
  }

  .benefit-wrapper {
    padding: 1rem;
    border-bottom: 2px solid #2b1bb2;
  }

  .benefit-wrapper .title {
    font-size: 25px;
    line-height: 32px;
  }

  .benefit-wrapper .text {
    font-size: 18px;
    line-height: 25px;
  }
}

.tokenomics {
  padding-top: 20rem;
  padding-bottom: 20rem;
  background: url(../images/tokenomics-img.png) no-repeat -200px center;
  background-size: 1400px;
}

@media (max-width: 1440px) {
  .tokenomics {
    padding-top: 15rem;
    padding-bottom: 15rem;
    background: url(../images/tokenomics-img.png) no-repeat -150px center;
    background-size: 900px;
  }
}

@media (max-width: 991.98px) {
  .tokenomics {
    padding-top: 6rem;
    padding-bottom: 6rem;
    background: transparent;
  }
}

.quote {
  height: 1200px;
  background: url(../images/quote-bg.png) no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

@media (max-width: 767.98px) {
  .quote {
    height: 700px;
    background-size: 100%;
  }

  .quote .section-title {
    font-size: 28px;
    line-height: 38px;
  }
}

@media (max-width: 576.98px) {
  .quote {
    height: 500px;
    background-size: cover;
  }

  .quote .section-title {
    font-size: 20px;
    line-height: auto;
  }
}

.other-section {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.footer {
  padding-top: 4rem;
  padding-bottom: 2rem;
}

.social-links a:hover {
  text-decoration: none;
}

.footer-other-links div,
.footer-other-links a {
  color: #ffffff;
  font-family: "Proxima-Nova-Thin";
  font-size: 16px;
}

.roadmap {
  background: url(../images/sky-horse-bg.png);
  background-size: 100%;
  padding: 6rem 0;
}

.other-section-01 {
  background: url(../images/diagnol-bg.png) no-repeat;
  background-size: contain;
  padding-top: 20rem;
  padding-bottom: 20rem;
}

@media (max-width: 1366.98px) {
  .other-section-01 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
}

@media (max-width: 991.98px) {
  .other-section {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .other-section-01 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
