body {
  font-family: "Geologica", sans-serif;
  font-family: "Inter", sans-serif;
  color: #010101;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
a {
  text-decoration: none;
}
/* ? text */
.main-text {
  color: #010101;
  font-family: Oswald;
  font-size: 4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 4.4rem;
}
.sub-text {
  color: #808080;
  font-family: Inter;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.footer-text {
  color: #fff;
  font-family: Inter;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 1.3125rem */
  letter-spacing: -0.0175rem;
}
/* ? btn */
.btn {
  background: transparent;
  font-family: Inter;
  font-size: 0.75rem;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  padding: 0.75rem 2.3rem;
  border: none;
  border-radius: 5rem;
}
.transterent-btn {
  border: 2px solid #c7b07d;
  color: #c7b07d;
  transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.transterent-btn:hover {
  background: #c7b07d;
  color: #fff;
}
.fill-btn {
  background: #c7b07d;
  border: 2px solid #c7b07d;
  color: #010101;
  transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.fill-btn:hover {
  background: #c7b07d;
  color: #fff;
}
.main-btn {
  border: 1px solid #f25022;
  color: #f25022;
  font-weight: 500;
  font-size: 1.125rem;
  transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.main-btn:hover {
  background: #f25022;
  color: #fff;
}
.container {
  margin: 0 auto;
  padding: 0 80px;
  max-width: 1440px;
  padding-bottom: 100px;
}
.background {
  background: #f8f8f8;
}
.navbar {
  background: #18181b;
}
.navbar__list {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;

  height: 4.5rem;
  max-width: 1280px;
}
.navbar__item {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.switch {
  position: relative;
  display: inline-block;
  margin: 0 5px;
}

.switch > span {
  position: absolute;
  top: 12px;

  pointer-events: none;
  font-family: "Helvetica", Arial, sans-serif;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  width: 50%;
  text-align: center;
}

input.check-toggle-round-flat:checked ~ .off {
  color: #f36f25;
}

input.check-toggle-round-flat:checked ~ .on {
  color: #fff;
}

.switch > span.on {
  left: 0;
  padding-left: 6px;
  color: #f36f25;
}

.switch > span.off {
  right: 0;
  padding-right: 4px;
  color: #fff;
}

.check-toggle {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden;
}
.check-toggle + label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

input.check-toggle-round-flat + label {
  padding: 2px;
  width: 97px;
  height: 35px;
  background-color: #f36f25;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
}
input.check-toggle-round-flat + label:before,
input.check-toggle-round-flat + label:after {
  display: block;
  position: absolute;
  content: "";
}

input.check-toggle-round-flat + label:before {
  top: 2px;
  left: 2px;
  bottom: 2px;
  right: 2px;
  background-color: #f36f25;
  border-radius: 60px;
}
input.check-toggle-round-flat + label:after {
  top: 4px;
  left: 3px;
  bottom: 4px;
  width: 48px;
  background-color: #fff;
  -webkit-border-radius: 52px;
  -moz-border-radius: 52px;
  -ms-border-radius: 52px;
  -o-border-radius: 52px;
  border-radius: 52px;
  -webkit-transition: margin 0.2s;
  -moz-transition: margin 0.2s;
  -o-transition: margin 0.2s;
  transition: margin 0.2s;
}

input.check-toggle-round-flat:checked + label {
}

input.check-toggle-round-flat:checked + label:after {
  margin-left: 44px;
}
/* ? hero */
.content-section {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 64px;
}
.content-section__container {
  display: flex;
  width: 1000px;
  flex-direction: column;
  gap: 2rem;
}
.content-section__photo {
}
.content-section__photo-photo {
  max-width: 100%;
  min-width: 80%;
}
.icons {
  border-radius: 15px;
  background: #fcfcfc;
  padding: 2.3rem 4rem;
  box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  /* gap: 6rem; */
}
.icons__item {
  padding: 0 35px;
  gap: 1rem;
  display: flex;
  align-items: center;
  flex-direction: row;
}
.icons__item:nth-child(2) {
  border-right: 1px solid #f36f25;
  border-left: 1px solid #f36f25;
}
.icons__text {
  font-size: 1rem;
}
/* ? steps */

.steps {
  display: flex;
  align-items: center;
  margin-top: 120px;

  gap: 110px;
}
.steps-title {
  width: 555px;
}
.steps__title {
  margin-bottom: 1rem;
  font-size: 40px;
  line-height: 142%;
}
.steps__suptitle {
  margin-bottom: 40px;
}
.steps__list {
  display: flex;

  flex-direction: column;
  gap: 3rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 1100px) {
  .steps__list {
    flex-direction: column;
  }
}
.steps__item {
  padding: 25px;
  gap: 20px;
  display: flex;
  flex-direction: row;

  border-radius: 1.25rem;
  background: #fff;
  box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.1);
}
.steps-card__number {
  color: #f25022;
  font-family: Inter;
  font-size: 2.0625rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.12375rem;
}
.steps-card__title {
  display: block;
  color: #010101;
  font-family: Geologica;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 17px;
}
.steps-card__subtitle {
  font-size: 1rem;
}
.steps-sub {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}
.tournament {
}
.tournament__title {
  display: block;
  margin: 0 auto;
  font-size: 40px;
  text-align: center;
  padding-top: 110px;
  margin-bottom: 4rem;
}
.tournament__challenges {
  display: flex;

  justify-content: space-between;
  margin-bottom: 5rem;
}
@media screen and (max-width: 1100px) {
  .tournament__challenges {
    flex-direction: column;
    justify-content: space-around;
    margin-bottom: 5rem;
  }
}
.tournament__challenges-photo {
  width: 50%;
}
.tournament__leaderboard {
  text-align: center;
  display: flex;

  flex-direction: column;
}
.block-tour {
  display: flex;
  margin-bottom: 5rem;
}
.tournament__leaderboard-title {
  color: #010101;
  text-align: center;
  font-family: Geologica;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 2rem;
}
.tournament__leaderboard-photo {
}
.platform {
  max-width: 1440px;
  padding: 0px 80px;
  margin: 0 auto;
}
.platform-container {
  margin-top: 110px;
  display: flex;
  text-align: center;
  align-items: center;
  flex-direction: column;
}
.platform-title {
  display: block;
  font-size: 40px;
}
.platform-sub {
  margin-bottom: 35px;
}
.faq {
  display: flex;
  padding-top: 110px;
}
.faq-title {
  text-align: center;
  margin-bottom: 4rem;
  width: 800px;
  font-size: 40px;
}
/* ! */
.accordion {
  padding: 1.25rem;
  border-radius: 1.25rem;
  background-color: #ffffff;
  cursor: pointer;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  margin-bottom: 1rem;
  color: #010101;
  box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.1);
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.active,
.accordion:hover {
  background-color: #ffffff;
}

.accordion:after {
  content: "\002B";
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}

.panel {
  padding: 0px 18px;

  max-height: 0;
  overflow: hidden;
  margin-bottom: 1rem;
  transition: max-height 0.2s ease-out;
}

.support {
  padding-top: 90px;
  display: flex;
  align-items: center;
  gap: 2rem;
}
.support__article {
  display: flex;
  flex-direction: column;

  flex: 1 1 auto;
}
@media screen and (max-width: 1100px) {
  .support {
    flex-direction: column;
  }
}
.support__article-title {
  font-size: 40px;
  margin-bottom: 25px;
}
.support__article-subtitle {
  margin-bottom: 35px;
}
footer {
  color: #fff;
  padding: 6rem 80px 2rem 80px;

  width: 100%;
  background: var(--back, linear-gradient(180deg, #222430 0%, #010101 100%));
}
.wrapper {
  max-width: 1280px;
  margin: 0 auto;
}
.footer1 {
  display: flex;
  gap: 4rem;
  margin-bottom: 3rem;
  justify-content: space-between;
}
.footer-container1-logo {
  margin-bottom: 1rem;
  height: 50px;
}
.inline-flex {
  display: inline-flex;
  align-items: center;
  margin-bottom: 1rem;
}

.border-r-px-2 {
  border-right: 1px solid #484e6d; /* Assuming slate-650 is #484E6D */
  padding: 2px;
  line-height: 1.2; /* Assuming leading-4 is 1.2 */
  color: #007bff; /* Assuming text-blue-500 is #007BFF */
}

.px-2 {
  padding: 2px;
  color: #007bff; /* Assuming text-blue-500 is #007BFF */
}
.social-icons__list {
  display: flex;
  gap: 0.5rem;
}
.social-icons__item {
}
hr#line {
  width: 100%;
  border-color: #808080;
}
.footer2 {
  margin-top: 3rem;
  display: flex;
  gap: 2.5rem;
  margin-bottom: 3rem;
}
.trade-now {
}
.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.menubar {
  display: none;
  cursor: pointer;
}
.header__menu-item {
  display: flex;
  align-items: end;
  cursor: pointer;
  height: 60px;
  transition: all 1s;
  padding: 0 10px;
  white-space: nowrap;
}
.header__menu-item a {
  color: #000000;
}
.asaid {
  z-index: 1110;
  margin-top: 75px;
  position: fixed;
  overflow-y: scroll;
  top: 0;
  width: 0;
  height: 100vh;
  padding-bottom: 150px;
  background-size: cover;
  animation-duration: 1s;
  animation-name: slidein;
  background: #ffffff;
  right: 0;
}
.burger {
  width: 35px;
  height: 30px;
  cursor: pointer;
  position: relative;
}
.burger__line {
  display: block;
  width: 100%;
  height: 4px;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  transition: 0.3s all linear;
  border-radius: 10px;
}
.burger__line_first {
  top: 0;
}
.burger__line_second,
.burger__line_third {
  top: 50%;
  transform: translateY(-50%);
}
.burger__line_fourth {
  bottom: 0;
}
.burger_active .burger__line_first,
.burger_active .burger__line_fourth {
  opacity: 0;
}
.burger_active .burger__line_second {
  transform: translateY(-50%) rotate(45deg);
}
.burger_active .burger__line_third {
  transform: translateY(-50%) rotate(-45deg);
}
.asaid .header__menu-list {
  color: #000000;
  padding-top: 30px;
  font-size: 33px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.header__asaid {
  position: fixed;
  top: 0;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  z-index: 10001;
  background: linear-gradient(
    263.22deg,
    #220555 15.17%,
    #1e0945 26.46%,
    #130a30 57.73%,
    #0a0b1f 82.58%
  );
  border-bottom: 0.5px solid rgba(128, 128, 128, 0.4);
  backdrop-filter: blur(200px);
}
.asaid__btn {
  display: none;
  flex-direction: column;
  gap: 23px;
  padding: 0 50px;
  margin-top: 20px;
}
.asaid__btn button {
  width: 100%;
}
header {
  z-index: 1000;
  display: flex;
  align-items: center;
  height: 75px;
  font-family: "Gilroy-Medium", sans-serif;
  background-color: #18181b;
}
header .block-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 0px 80px;
}
header .block-header nav {
  display: flex;
  gap: 50px;
}
header .block-header nav a:hover {
  text-decoration: underline;
  font-family: "Gilroy-Bold", sans-serif;
}
.active {
  width: 100% !important;
  transition: 1s all;
}
@keyframes slidein {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(-0%);
  }
}
@keyframes slideback {
  from {
    transform: translateX(-0%);
  }
  to {
    transform: translateX(-100%);
  }
}
.icon-soc {
  max-width: max-content;
}
@media screen and (max-width: 1200px) {
  header .block-header {
    padding: 0px 40px;
  }
  .container {
    padding: 0px 40px;
  }
  footer {
    padding: 6rem 80px 2rem 80px;
  }
  .platform {
    padding: 0px 40px;
  }
}
@media screen and (max-width: 800px) {
  .main-text {
    font-size: 2rem;
    line-height: 2.4rem;
  }
  .icons {
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    padding: 2.3rem 1rem;
  }
  .icons__item {
    width: 360px;
    text-align: start;
    padding: 0px 0px;
  }
  .icons__item:nth-child(2) {
    border-right: none;
    border-left: none;
  }

  .steps {
    flex-direction: column;
  }
  .steps-title {
    width: 100%;
  }
  .steps__item {
    padding: 20px;
  }
  .faq {
    flex-direction: column;
  }
  .faq-title {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  header .block-header {
    padding: 0px 20px;
  }
  .container {
    padding: 0px 20px;
  }
  footer {
    padding: 6rem 80px 2rem 80px;
  }
  .platform {
    padding: 0px 20px;
  }
  .tournament__leaderboard-title {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 500px) {
  .content-section {
    flex-direction: column-reverse;
  }
  .content-section__container {
    width: auto;
  }
  .footer2 {
    flex-wrap: wrap;
  }
  .footer1 {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 400px) {
  header .block-header {
    padding: 0px 10px;
  }
  .container {
    padding: 0px 10px;
  }
  footer {
    padding: 6rem 10px;
  }
  .platform {
    padding: 0px 10px;
  }
}

@media screen and (max-width: 560px) {
  header .block-header nav {
    display: none;
  }
  .menubar {
    display: block;
  }
}
