@font-face {
  font-family: 'Boldine-regular';
  src: url('https://uploads-ssl.webflow.com/63b6a56de1719b05a376bcf4/642fa452a8fb4da37540f5e0_Boldine.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Boldine';
  src: url('https://uploads-ssl.webflow.com/63b6a56de1719b05a376bcf4/63b6a96b133ca71c121b8229_Boldine-Regular%20%5BTheFontsMaster.com%5D.otf') format('opentype'), url('https://uploads-ssl.webflow.com/63b6a56de1719b05a376bcf4/63b6a96b133ca71c121b8229_Boldine-Regular%20%5BTheFontsMaster.com%5D.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

* {
  box-sizing: border-box;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: sans-serif;
  height: 100%;
}

body {
  margin: 0;
  min-height: 100%;
  color: #000;
  background-color: #fff;
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

:root {
  --primary: #071019;
  --white-text: #fff9ee;
  --black-text: #160100;
  --secondary: #000000;
  --1e1e: #1e1e1e;
}

footer, nav, section {
  display: block;
}

.w-inline-block {
  max-width: 100%;
  display: inline-block;
}

.MintButton {
  position: fixed;
  z-index: 70;
  margin-top: 25%;
  margin-left: 79%;
  padding: 1% 2%;
  border: none;
  outline: none;
  color: #FFF;
  cursor: pointer;
  border-radius: 12px;
  font-size: 16px;
  display: flex;
  font-family: 'Roboto', sans-serif;
  font-size: 1vw;
  font-weight: bolder;
  text-decoration: none;
}

.MintButton::after {
  content: "";
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--primary);
  left: 0;
  top: 0;
  border-radius: 10px;
}

.MintButton::before {
  content: "";
  background: linear-gradient(
    45deg,
    #FF0000, #FF7300, #FFFB00, #48FF00,
    #00FFD5, #002BFF, #FF00C8, #FF0000
  );
  position: absolute;
  top: -10px;
  left: -10px;
  background-size: 600%;
  z-index: -1;
  width: calc(100% + 15px);
  height: calc(100% + 15px);
  filter: blur(8px);
  animation: glowing 20s linear infinite;
  transition: opacity .3s ease-in-out;
  border-radius: 10px;
  opacity: 1; /* Changed from 0 to 1 */
}

@keyframes glowing {
  0% { background-position: 0 0; }
  50% { background-position: 400% 0; }
  100% { background-position: 0 0; }
}

.MintButton:active::after {
  background: transparent;
}

.MintButton:active {
  color: #000;
  font-weight: bold;
}

.w-button {
  color: #fff;
  line-height: inherit;
  cursor: pointer;
  background-color: #3898ec;
  border: 0;
  border-radius: 0;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

h1 {
  font-size: 96px;
  line-height: 83px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 120px;
  font-weight: 400;
  line-height: 103.8px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 72px;
  font-weight: 400;
  line-height: 62.28px;
}

p {
  letter-spacing: 1px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 20.56px;
}

img {
  max-width: 100%;
  display: inline-block;
}

.container {
  max-width: 1380px;
  margin-left: auto;
  margin-right: auto;
}

.heading-1-96px {
  color: var(--primary);
  font-family: Boldine, sans-serif;
  font-weight: 400;
  line-height: 83.04px;
}

.heading-1-96px.slider-heading {
  color: var(--white-text);
  font-size: 96px;
}

.heading-2-120px {
  color: var(--white-text);
  font-family: Boldine semi rounded \[thefontsmaster;
}

.heading-2-120px.left-align {
  font-family: Boldine, sans-serif;
}

.heading-3-72px._80 {
  font-family: Boldine, sans-serif;
}

.paragraph-18px {
  color: var(--white-text);
  letter-spacing: 1px;
  font-size: 22px;
  line-height: 25px;
}

.section.some-section {
  z-index: 2;
  background-color: var(--primary);
  margin-top: -2px;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}

.section.faq {
  background-color: var(--primary);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

.navbar {
  max-width: 100%;
  height: 60px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--secondary);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
}

.logo-brand-main-wrapper {
  width: 100%;
  align-items: center;
}

.nav-social-icon {
  width: 100%;
  flex-wrap: nowrap;
  justify-content: flex-end;
  display: flex;
}

.nav-social-icon.nav-combo.form-bottom-ss {
  justify-content: center;
  align-items: center;
  margin-top: 37px;
}


.nav-icon {
  padding-left: 8px;
  padding-right: 8px;
  height: 25px
}

.nav-icon.ss-big {
  width: 45px;
}



.menu-button-3 {
  display: none;
}

.Landing-View {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.Landing-View-Img1 {
  position: relative;
  display: flex;

}

.Landing-View-Img2 {
  position: relative;
  display: flex;
  Z-Index: 20
}

.Landing-View-Img3 {
  position: absolute;
  display: flex;
  Z-Index: 20;
}

.test-img {
  max-width: 80%;
  height: auto;
}

.features-metrics {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  padding: 0 30px;
  position: relative;
}

.features-wrapper {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.features-block {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.features-block.feature-test-line {
  border-left: 1px solid #dfd6c6;
  border-right: 1px solid #dfd6c6;
  padding-right: 70px;
}

.features-title {
  color: var(--primary);
  margin-bottom: 8px;
  font-family: Boldine, sans-serif;
  font-size: 96px;
  font-weight: 400;
  line-height: 83px;
}

.features-para {
  color: var(--black-text);
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.feature-line {
  width: 100%;
  height: 1px;
  background-color: #dfd6c6;
  margin-bottom: 60px;
}

.some-wrapper {
  flex: 1;
}

.line {
  z-index: 99;
  width: 1px;
  height: auto;
  -webkit-text-fill-color: inherit;
  background-color: #fff9ee;
  background-clip: border-box;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.nav-container {
  z-index: 99;
  background-color: var(--secondary);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.grid-5 {
  grid-column-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: .7fr 1fr;
}

.faq-right-wrapper {
  display: block;
}

.footer {
  background-color: var(--secondary);
  color: var(--white-text);

  position: relative;
}

.grid-6 {
  grid-template-rows: auto;
  position: relative;
  align-items: center;
}

.footer-left {
  position: relative;
}

.outline--btn {
  border: 1px solid var(--white-text);
  letter-spacing: 2.1px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  background-repeat: no-repeat;
  background-size: 15px;
  border-radius: 20px;
  padding: 15px 15px 15px 15px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  line-height: 17.5%;
}

.footer-btn-wrapper {
  margin-top: 40px;
  padding-bottom: 15px;
}

.reserved-wrapper {
  justify-content: flex-start;
  align-items: flex-end;
  padding-bottom: 10px;
  display: flex;
}

.reserved-wrapper.combo-wrapper {
  padding-bottom: 0;
}

.footer-container {
  width: 100%;
  border-top: 1px solid var(--white-text);
}

.reserved-paragraph {
  margin-bottom: 0;
  margin-left: 15px;
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
}

.footer-left-logo {
  padding-top: 10px;
}

.test-inner {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-bottom-width: 1px;
  border-bottom-color: #000;
  justify-content: space-between;
  padding-left: 33px;
  display: flex;
}

.sticky-section-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 20px;
  display: flex;
  position: relative;
}

.sticky-left-column {
  z-index: 10;
  width: 3px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  justify-content: center;
  align-self: stretch;
  display: flex;
}

.right-column {
  flex: 1;
}

.second-section-content-wrapper {
  grid-column-gap: 100px;
  grid-row-gap: 128px;
  margin-top: 40px;
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

.seperator {
  height: 1px;
  background-color: var(--white-text);
  opacity: .5;
  margin-top: 50px;
  margin-bottom: 50px;
}

.some-heading-wrapper {
  max-width: 380px;
}

.some-paragraph-wrapper {
  max-width: 419px;
}

.faq {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem;
  display: flex;
}

.features {
  justify-content: space-around;
  display: flex;
}

.container-931 {
  max-width: 931px;
  margin-left: auto;
  margin-right: auto;
}

.features-metrics-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
}

.features-seperator {
  width: 1px;
  background-color: #dfd6c6;
}

.bot-margin-80 {
  margin-bottom: 80px;
}

.second-right {
  width: 1000px;
  flex: 1;
}

.second-left {
  max-width: 900px;
  flex:10%;
}

.accordion-item{
  background-color: var(--primary);
  border-radius: .4rem;
  margin-bottom: 1rem;
  padding: 0.6rem;
  box-shadow: .5rem 2px .5rem rgba(0,0,0,.1);
}

.accordion-link{
  font-size: 22px;
  color: rgba(255,255,255,.8);
  text-decoration: none;
  background-color: var(--primary);
  width: 100%;
  display:flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0;
}

.accordion-link i{
  color: #e7d5ff;
  padding: 0.5rem;
}

.accordion-link .ion-md-remove{
  display: none;
}

.answer{
  max-height: 0;
  overflow: hidden;
  position: relative;
  background-color: #ffffff15;
  transition: max-height 1s;
}

.answer::before{
  content: "";
  position: absolute;
  width: .6rem;
  height: 100%;
  background-color: #ffffff;
  top:50%;
  left: 0;
  transform: translateY(-50%);
  }

.answer p{
  color: var(--white-text);
  letter-spacing: px;
  font-size: 18px;  
  padding: 0.3rem;
  padding-left: 2rem;
}

.accordion-item:target .answer{
  max-height: 20rem;
}

.accordion-item:target .accordion-link .ion-md-add{
  display: none;
}

.accordion-item:target .accordion-link .ion-md-remove{
  display: block;
}

.image-2-copy {
  display: inline-block;
  width: 40%;
}

@media screen and (min-width: 1280px) {
  .test-img {
    display: block;
  }

  .image-2-copy {
    display: inline-block;
    
  }

  .heading72px.white, ._14-roboto-mono.white {
    color: #fff;
  }

  .footer-left {
    text-align: center;
  }

}

  @media screen and (max-width: 991px) {
  h1 {
    font-size: 70px;
    line-height: 65px;
  }

  .container.faq-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-1-96px {
    font-size: 60px;
    line-height: .9;
  }

  .heading-1-96px.slider-heading {
    font-size: 60px;
  }

  .heading-2-120px {
    font-size: 60px;
    line-height: .9;
  }

  .heading-2-120px.machine-heading {
    font-size: 70px;
    line-height: 60px;
  }

  .heading-3-72px {
    font-size: 40px;
    line-height: 40px;
  }

  .paragraph-18px, .answer p {
    font-size: 16px;
    line-height: 16px;
  }

  .accordion-link{
    font-size: 18px;
  }

  .section.some-section {
    width: 100%;
  }

  .section.faq {
    margin-left: auto;
    margin-right: auto;
  }
  
  .navbar {
    z-index: 3;
  }

  .logo-brand-main-wrapper {
    align-items: center;
    display: flex;
  }

  .menu-button-3, .icon {
    display: none;
  }

  .test-img {
    max-height: 400px;
  }

  .features-wrapper {
    justify-content: space-between;
  }

  .features-title {
    font-size: 60px;
    line-height: 55px;
  }

  .features-para {
    font-size: 13px;
    line-height: 16px;
  }

  .feature-line {
    margin-bottom: 20px;
  }

  .some-wrapper-slide {
    max-width: none;
    padding-right: 0;
  }

  .slider {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .slider._1 {
    width: auto;
    height: 100%;
    max-height: none;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .main-slider {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-right: -20px;
    display: grid;
  }

  .left-arrow-2 {
    width: 30px;
    height: 30px;
    margin-right: 15px;
    top: 8%;
    bottom: auto;
    left: auto;
    right: 7%;
  }

  .right-arrow-3 {
    width: 30px;
    height: 30px;
    margin-left: 50px;
    top: 8%;
    bottom: auto;
    left: auto;
    right: 4%;
  }

  .div-block-2 {
    max-width: 100%;
    margin-right: 20px;
  }

  .line {
    left: auto;
    right: 0;
  }

  .grid-5 {
    grid-column-gap: 20px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: .25fr 1fr;
    grid-auto-flow: row;
  }

  .footer-left {
    text-align: center;
  }

  .test-inner {
    padding-left: 0;
  }

  .sticky-section-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-top: 0;
  }

  .second-section-content-wrapper {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    justify-content: space-around;
    align-items: center;
  }

  .seperator {
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .main-slide {
    margin-right: 23px;
  }

  .second-right {
    max-width: 50%;
  }

  .div-block-6 {
    width: 1096px;
    grid-column-gap: 23px;
    grid-row-gap: 23px;
  }

  .image-2-copy {
    width: 60%;
  }

   .left-column {
    max-width: 280px;
    grid-column-gap: 10px;
    grid-row-gap: 10px; 
  }

  .heading72px {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 60px;
    line-height: .9;
  }

  .heading72px.slider-heading {
    font-size: 60px;
  }

}

@media screen and (max-width: 991px) {
  #w-node-c6c16372-7baf-97c9-dcc7-a0b408be179d-63d3aa81 {
    grid-area: 1 / 3 / 2 / 4;
  }
  .MintButton {
    font-size: 2vw;
  }
}

@media screen and (max-width: 767px) {
  
  .MintButton {
    font-size: 2vw;
  }

  .heading-1-96px {
    font-size: 50px;
    line-height: 45px;
  }

  .heading-1-96px.slider-heading {
    padding-right: 62px;
  }

  .heading-2-120px {
    width: 100%;
    font-size: 50px;
    line-height: 40px;
  }

  .section.some-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section.faq {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .icon {
    color: var(--white-text);
    font-size: 35px;
    display: block;
  }

  .test-img {
    max-height: none;
    max-width: 50%;
  }

  .features-metrics {
    padding: 30px 15px 0;
  }

  .features-wrapper {
    flex-wrap: wrap;
    margin-bottom: -40px;
  }

  .features-block {
    width: 50%;
  }

  .features-block.feature-test-line {
    padding-left: 20px;
    padding-right: 20px;
  }

  .features-title {
    font-size: 50px;
  }

  .feature-line {
    margin-bottom: 30px;
  }

  .some-wrapper {
    max-width: 50%;
    margin-right: 0;
  }

  .grid-5 {
    grid-template-columns: 1fr;
  }

  .fa-left-wrapper {
    text-align: center;
  }

  .grid-6 {
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
    align-items: center;
    display: flex;
  }

  .footer-left {
    width: 60%;
    text-align: center;
    margin-top: 0;
  }

  .footer-btn-wrapper {
    text-align: center;
  }

  .div-block-5 {
    text-align: center;
  }

  .reserved-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .grid-7 {
    grid-template-columns: 1fr;
  }

  .reserved-paragraph {
     margin-left: 0px;
  }

  .footer-left-logo {
    padding-bottom: 10px;
  }

  .test-inner {
    grid-column-gap: 15px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .second-section-content-wrapper {
    grid-row-gap: 10px;
    flex-direction: column-reverse;
    align-items: center;
  }

  .seperator {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .features {
    justify-content: space-between;
    align-items: center;
  }

  .features-seperator {
    align-self: stretch;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .second-left {
    max-width: 80%;
  }

  .second-right {
    max-width: 70%;
    text-align: center;
  }

}




