.basicButton {
  text-decoration: none;
  font-family: "Inter", sans-serif;
  font-size: clamp(12px, 1vw, 15px);
  text-transform: uppercase;
  color: #ffffff;
  border-radius: 36px;
  padding: 1em 2em;
  border: solid #ffffff 1px;
  background-color: transparent;
  text-align: center;
}

.specialButton {
  text-decoration: none;
  font-family: "Inter", sans-serif;
  font-size: clamp(12px, 1vw, 15px);
  text-transform: uppercase;
  color: #ffffff;
  border-radius: 36px;
  padding: 1rem 2rem;
  border: none;
  background: linear-gradient(to right, rgb(240, 135, 255), rgb(110, 31, 206), rgba(110, 31, 206, 0.2));
  text-align: center;
}

header {
  padding: 0 110px;
  top: 0;
  z-index: 1;
}
header .navbar-nav .dropdown-menu {
  background-color: black;
  border: solid white 1px;
}
header .navbar-nav .dropdown-menu .dropdown-item:hover {
  background-color: #26262B;
}
header .navbar-nav .dropdown-menu a {
  text-decoration: none;
  font-family: "Helvetica", sans-serif;
  color: #e4e4e4;
  font-size: clamp(14px, 1.2vw, 17px);
  font-weight: normal;
}
header ul {
  list-style-type: none;
}
header ul > button {
  font-family: "Helvetica", sans-serif;
  color: #e4e4e4;
  font-size: clamp(14px, 1.2vw, 17px);
  font-weight: normal;
}
header .navbar-toggler-icon {
  filter: invert(1);
}
@media (max-width: 992px) {
  header {
    padding: 0 16px;
  }
}

section#bunner {
  background-image: url("background_start_scetion_smaller.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #ffffff;
  text-align: center;
  padding: 120px 10%;
}
section#bunner h1 {
  font-family: "Helvetica", sans-serif;
  font-weight: bold;
  font-size: clamp(27px, 4vw, 67px);
  max-width: 775px;
  line-height: 1.2;
  letter-spacing: -0.68px;
}
section#bunner p {
  font-family: "Helvetica", sans-serif;
  font-size: clamp(12px, 2vw, 20px);
  max-width: 590px;
  line-height: 1.3;
}

section#sponsors h6 {
  text-transform: uppercase;
  color: #618ADC;
  font-family: "Helvetica", sans-serif;
  font-size: clamp(12px, 1vw, 15px);
  text-align: center;
  letter-spacing: 0.8px;
}
section#sponsors ul {
  padding: 0 9%;
}
@media (max-width: 992px) {
  section#sponsors ul {
    padding: 0 1rem;
  }
}
section#sponsors ul img {
  max-width: 88px;
  width: 100%;
  height: auto;
}

section#token button {
  background-color: transparent;
  border: none;
}
section#token article {
  background-color: #1B1622;
  border-radius: 16px;
  margin: 0 1.5em;
  padding: 2.5rem;
  gap: 3.75rem;
}
@media (max-width: 1200px) {
  section#token article {
    gap: 2rem;
  }
}
@media (max-width: 775px) {
  section#token article {
    margin: 0 0.5rem;
  }
}
section#token article div {
  gap: 0.6rem;
}
section#token article h5 {
  border-radius: 16px;
  background: linear-gradient(to right, #14F195, #80ECFF, #64A8F2, #64A8F2);
  text-transform: uppercase;
  font-family: "Helvetica", sans-serif;
  font-size: clamp(12px, 1vw, 14px);
  padding: 5px 10px;
  align-content: center;
  color: #111111;
}
section#token article h3 {
  font-family: "Helvetica", sans-serif;
  font-size: clamp(14px, 2em, 27px);
  letter-spacing: -0.01%;
  color: rgba(204, 204, 204, 0.8);
  max-width: 355px;
  text-align: center;
}
section#token article p {
  font-family: "Helvetica", sans-serif;
  font-size: clamp(14px, 1em, 17px);
  line-height: 24.6px;
  color: rgba(204, 204, 204, 0.8);
  max-width: 477px;
  text-align: center;
}
@media (max-width: 1090px) {
  section#token article {
    flex-direction: column;
    gap: 2rem;
  }
}
@media (max-width: 675px) {
  section#token {
    padding: 0 5%;
  }
  section#token img {
    max-width: 100%;
    height: auto;
  }
}

section#community_and_massAdoption h3, section#caseStudies h3, section#build h3, section#join h3 {
  font-family: "Helvetica", sans-serif;
  font-weight: bold;
  font-size: clamp(15px, 3.5vw, 39px);
  line-height: 1.5;
  letter-spacing: -1px;
  color: white;
}

section#community_and_massAdoption {
  background-image: url("background_section3.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 125px 110px;
  gap: 128px;
}
@media (max-width: 1200px) {
  section#community_and_massAdoption {
    padding: 125px 10%;
  }
}
section#community_and_massAdoption h3 {
  margin-top: 1.5em;
}
section#community_and_massAdoption div#community {
  padding: 3%;
}
@media (max-width: 991px) {
  section#community_and_massAdoption div#community div {
    padding-left: 10%;
    margin-top: 5%;
  }
}
section#community_and_massAdoption div#community h3 {
  max-width: 316px;
}
section#community_and_massAdoption div#community div span {
  font-family: "Helvetica", sans-serif;
  line-height: 1.3;
}
section#community_and_massAdoption div#community div span:first-of-type {
  background: linear-gradient(to right, rgb(240, 135, 255), rgb(110, 31, 206));
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: clamp(30px, 10vw, 97px);
}
section#community_and_massAdoption div#community div span:nth-of-type(2) {
  background: linear-gradient(to right, #1FCFF1, #234CB6);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: clamp(30px, 10vw, 106px);
}
section#community_and_massAdoption div#community div span:nth-of-type(3) {
  background: linear-gradient(to right, #19FB9B, #199890, #005F59);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: clamp(30px, 10vw, 110px);
}
section#community_and_massAdoption div#community div p {
  font-family: "Inter", sans-serif;
  font-size: clamp(12px, 1.1vw, 16px);
  line-height: 1.5;
  color: #c4c4c4;
  text-transform: uppercase;
  margin-left: 0;
}
section#community_and_massAdoption div#massAdoption .blue_dot {
  height: 5px;
  aspect-ratio: 1;
  background-color: #1FCFF1;
  border-radius: 2.5px;
}
section#community_and_massAdoption div#massAdoption .uppercase_text {
  color: #c4c4c4;
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
  font-size: clamp(12px, 1vw, 16px);
  line-height: 1;
}
section#community_and_massAdoption div#massAdoption div:nth-of-type(2) > div {
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
  row-gap: 8px;
  justify-content: center;
}
section#community_and_massAdoption div#massAdoption div:nth-of-type(2) > div > div {
  padding: 32px;
  background-color: rgba(0, 0, 0, 0.28);
  border-radius: 24px;
}
section#community_and_massAdoption div#massAdoption div:nth-of-type(2) > div > div h5 {
  font-family: "Helvetica", sans-serif;
  font-weight: bold;
  font-size: clamp(15px, 2vw, 27px);
  line-height: 1.5;
  letter-spacing: -1px;
  color: white;
  padding-left: 1em;
}
section#community_and_massAdoption div#massAdoption div:nth-of-type(2) > div > div p {
  font-family: "Helvetica", sans-serif;
  font-size: clamp(13px, 1vw, 17px);
  line-height: 1.5;
  color: #c4c4c4;
}
section#community_and_massAdoption div#massAdoption div:nth-of-type(2) > div > div > div p {
  font-size: clamp(16px, 2vw, 28px);
}

section#caseStudies {
  padding: 0 110px;
}
@media (max-width: 1400px) {
  section#caseStudies {
    padding: 0 10%;
  }
}
section#caseStudies .caseStudies {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto auto;
  margin-top: 32px;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  row-gap: 1rem;
}
section#caseStudies .caseStudies > div {
  background-color: #26262B;
  color: #ffffff;
  border-radius: 12px;
  padding: 0;
}
section#caseStudies .caseStudies .big_card {
  grid-column: span 3;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-content: center;
}
section#caseStudies .caseStudies .big_card h4 {
  font-family: "Helvetica", sans-serif;
  line-height: 43px;
  font-weight: bold;
  font-size: clamp(12px, 2em, 30px);
  max-width: 404px;
  margin-left: 1.5em;
  margin-right: 1.5em;
  align-self: center;
}
section#caseStudies .caseStudies .small_card {
  max-height: auto;
  padding: 0;
}
section#caseStudies .caseStudies .small_card > img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
section#caseStudies .caseStudies .small_card > div {
  margin: 16px 18px;
  width: 90%;
  justify-content: space-between;
}
section#caseStudies .caseStudies .small_card > div h5 {
  font-family: "Helvetica", sans-serif;
  line-height: 30px;
  font-weight: bold;
  font-size: clamp(12px, 2em, 22px);
}
@media (min-width: 1400px) {
  section#caseStudies .caseStudies .small_card > div h5 {
    max-width: 340px;
  }
}
section#caseStudies .caseStudies .small_card > div .study_arrow {
  max-height: px;
  aspect-ratio: 1;
}
@media (min-width: 1550px) {
  section#caseStudies .caseStudies {
    grid-template-columns: repeat(4, 1fr);
  }
  section#caseStudies .caseStudies .big_card {
    grid-column: span 1;
    grid-template-columns: 1fr;
    grid-template-columns: 1fr;
  }
  section#caseStudies .caseStudies .big_card > img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  section#caseStudies .caseStudies .big_card h4 {
    margin: 1.5em;
    align-self: center;
  }
}
@media (max-width: 1400px) {
  section#caseStudies .caseStudies {
    grid-template-columns: repeat(2, 1fr);
  }
  section#caseStudies .caseStudies .big_card {
    grid-column: span 2;
  }
  section#caseStudies .caseStudies .big_card h4 {
    align-self: center;
  }
}
@media (max-width: 1199px) {
  section#caseStudies .caseStudies .big_card {
    grid-template-columns: 1fr;
  }
  section#caseStudies .caseStudies .big_card > img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  section#caseStudies .caseStudies .big_card h4 {
    margin: 1.5em;
  }
}
@media (max-width: 991px) {
  section#caseStudies .caseStudies {
    grid-template-columns: 1fr;
  }
  section#caseStudies .caseStudies .big_card {
    grid-column: span 1;
    grid-template-columns: 1fr;
  }
  section#caseStudies .caseStudies .big_card h4 {
    margin: 1.5em;
  }
  section#caseStudies .caseStudies .small_card {
    height: auto;
  }
  section#caseStudies .caseStudies .small_card > div {
    margin: 1.5em;
  }
}

section#build {
  padding: 125px 110px;
}
@media (max-width: 1400px) {
  section#build {
    padding: 125px 10%;
  }
}
section#build .selectable-btn {
  padding: 10px 13px;
  background-color: #111111;
  border-radius: 15px;
  color: #ffffff;
  border: none;
  cursor: pointer;
  font-family: "Helvetica", sans-serif;
  font-size: clamp(12px, 1vw, 15px);
}
section#build .selectable-btn:hover {
  border: solid #A962FF 1px;
}
section#build .selectable-btn.active {
  border: solid #A962FF 1px;
}
section#build div.buildContent {
  background-color: #26262B;
  color: #ffffff;
  border-radius: 12px;
  padding: 0;
}
@media (max-width: 1200px) {
  section#build div.buildContent {
    flex-direction: column;
  }
  section#build div.buildContent > img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  section#build div.buildContent > div {
    text-align: center;
    margin: 2rem;
  }
  section#build div.buildContent > div > img, section#build div.buildContent > div p, section#build div.buildContent > div a {
    margin: 0 auto;
  }
}
section#build div.buildContent > div {
  margin: 2rem;
}
section#build div.buildContent > div > img {
  max-height: 50px;
  aspect-ratio: 4/1;
}
section#build div.buildContent > div p {
  font-family: "Helvetica", sans-serif;
  font-size: clamp(15px, 1.3vw, 20px);
  line-height: 1.3;
  margin-right: 2em;
}
section#build div.buildContent > div a {
  color: #A962FF;
  font-family: "Helvetica", sans-serif;
  font-size: clamp(14px, 1.5vw, 20px);
}
section#build div.buildContent > div a:hover {
  color: #6420b7;
}
section#build > div:nth-of-type(3) {
  padding: 1em 5em;
  border-radius: 16px;
  background-color: rgba(38, 31, 38, 0.3);
}
@media (max-width: 1200px) {
  section#build > div:nth-of-type(3) {
    padding: 1em 2em;
  }
}

section#join {
  background-image: url("backgroun_section7.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
section#join > h3 {
  margin: 0 110px;
}
@media (max-width: 1400px) {
  section#join > h3 {
    margin: 0 10%;
  }
}
section#join .join-grid {
  color: #ffffff;
  display: grid;
  grid-template-columns: minmax(auto, 300px);
  grid-auto-rows: minmax(auto, 200px);
  gap: 20px;
  margin-top: 32px;
}
section#join .join-grid img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
section#join .join-grid .stats-block {
  border: none;
  border-radius: 8px;
  background-color: #19161C;
}
section#join .join-grid .stats-block span {
  font-family: "Helvetica", sans-serif;
  font-weight: bold;
  font-size: clamp(20px, 3vw, 42px);
}
section#join .join-grid .stats-block p {
  color: #BABABA;
  font-family: "Helvetica", sans-serif;
  text-transform: uppercase;
  font-size: clamp(12px, 0.7vw, 15px);
  text-align: center;
}
section#join .join-grid .block1 {
  grid-column: 1/2;
  grid-row: 1/2;
}
section#join .join-grid .block2 {
  grid-column: 1/2;
  grid-row: 2/3;
}
section#join .join-grid .block3 {
  grid-column: 2/4;
  grid-row: 1/3;
}
section#join .join-grid .block4 {
  grid-column: 4/5;
  grid-row: 1/2;
}
section#join .join-grid .block5 {
  grid-column: 4/5;
  grid-row: 2/3;
}
section#join .join-grid .block6 {
  grid-column: 5/6;
  grid-row: 1/3;
}
@media (max-width: 768px) {
  section#join .join-grid .block6 {
    display: none;
  }
}
@media (max-width: 576px) {
  section#join .join-grid .block2 {
    grid-column: 2/3;
    grid-row: 1/2;
  }
  section#join .join-grid .block3 {
    grid-column: 1/3;
    grid-row: 2/4;
  }
  section#join .join-grid .block4 {
    grid-column: 1/2;
    grid-row: 4/5;
  }
  section#join .join-grid .block5 {
    grid-column: 2/3;
    grid-row: 4/5;
  }
}
section#join div.call-to-action {
  padding: 127px 110px 208px 110px;
}
@media (max-width: 1400px) {
  section#join div.call-to-action {
    padding: 127px 10% 208px 10%;
  }
}
section#join div.call-to-action h3 {
  text-align: center;
  max-width: 732px;
}

footer {
  background-image: url("footer.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: grid;
  grid-template-columns: 1fr;
  grid-row: 2;
  padding: 81px 170px;
}
@media (max-width: 1400px) {
  footer {
    padding: 81px 10%;
  }
}
footer a, footer p {
  text-decoration: none;
  color: #848895;
  font-family: "Helvetica", sans-serif;
  font-size: clamp(12px, 1vw, 15px);
}
footer .footer-links {
  display: grid;
  grid-template-columns: 1.8fr 0.5fr 0.5fr 0.1fr;
}
@media (max-width: 768px) {
  footer .footer-links {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
footer .footer-links h6 {
  color: #ffffff;
  font-size: clamp(13px, 1vw, 16px);
  font-weight: normal;
}
footer .footer-links .footer-col {
  display: flex;
  flex-direction: column;
  align-items: start;
}
footer .footer-links .solana a:first-of-type, footer .footer-links .get-connect a:first-of-type {
  color: #ffffff;
  font-size: clamp(13px, 1vw, 16px);
  font-weight: normal;
  font-family: "Inter", sans-serif;
  margin-bottom: 1rem;
}
footer .footer-links .solana a:not(:first-of-type), footer .footer-links .get-connect a:not(:first-of-type) {
  margin-bottom: 0.7rem;
}
footer .footer-links .solana a:hover, footer .footer-links .get-connect a:hover {
  text-decoration: underline;
}
footer .footer-links button {
  background-color: transparent;
  border: none;
  gap: 6px;
}/*# sourceMappingURL=style.css.map */