body, html {
    overflow-x: hidden;
    margin: 0;
    height: 100vh;
   background-color: #000;
}

.navbar {
  background: #06010a;
  backdrop-filter: blur(20.3242px);
}

.navbar-brand img {
  height: 40px;
  width: auto;
}

.nav-item {
  margin: 0 25px;
}

.nav-item .nav-link {
  color: #ffffff;
  padding: 0.5rem 1rem;
  transition: color 0.3s ease;
}

.nav-item .nav-link:hover,
.nav-item .nav-link.active {
  color: #BCB4FA;
}

.main-content {
  padding-top: 0;
  position: relative;
  width: 100%;
  overflow-x: hidden;
}

.custom-container {
  width: 75%;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 100%;
  box-sizing: border-box;
}

.offcanvas {
  background-color: #000000 !important;
  color: #ffffff;
  z-index: 1050;
  height: 100vh;
}

.offcanvas-header .btn-close {
  filter: invert(1);
}

.offcanvas-body {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 2rem 1rem;
}

.offcanvas-body .navbar-nav {
  flex-grow: 1;
  overflow-y: auto;
  text-align: center;
}

.offcanvas-body .nav-link {
  color: #ffffff;
  font-size: 2.2rem;
  padding: 1rem 0;
  transition: color 0.3s ease;
}

.offcanvas-body .nav-link:hover,
.offcanvas-body .nav-link.active {
 color: #BCB4FA;
}

.social-media {
  flex-shrink: 0;
  padding-top: 1rem;
  padding-bottom: 5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
}

.social-media a {
  font-size: 3rem;
  color: #ffffff;
  margin: 0 0.5rem;
  transition: color 0.3s ease;
}

.social-media a:hover {
  color: #00ff57;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.no-bullets {
  list-style: none;
}

.footer-divider {
  border: none;
  border-bottom: 1px solid #ffffff;
  margin-top: 2rem;
}

.footer-links-list {
  padding: 0;
}

.footer-title {
  font-family: "Sequel Sans", sans-serif;
  font-style: normal;
  font-weight: 335;
  font-size: 19.5px;
  line-height: 121%;
  letter-spacing: -0.005em;
  color: #bcb4fa;
  margin-bottom: 15px;
}

.footer-links a {
  font-family: "Sequel Sans", sans-serif;
  font-style: normal;
  font-weight: 435;
  font-size: 19.5px;
  line-height: 121%;
  letter-spacing: -0.01em;
  color: #9a9a9a;
  text-decoration: none;
}

.footer-links a:hover {
  color: #bcb4fa;
}

.footer-social-media a {
  font-size: 2rem;
  color: #9a9a9a;
}

.footer-social-media a:hover {
  color: #bcb4fa;
}

.footer {
  padding-bottom: 5rem;
  padding-top: 30px;
  background-color: #000000;
}

.newsletter-subscribe {
  background: #292929;
  border-radius: 19.6px;
  overflow: hidden;
}

.newsletter-subscribe input {
  flex: 1;
  height: 39.2px;
  border: none;
  padding-left: 10px;
  background: #292929;
  color: #ffffff;
  outline: none;
  width: 100%;
}

.newsletter-subscribe button {
  background: #bcb4fa;
  border: none;
  padding: 0 15px;
  height: 39.2px;
  color: #ffffff;
}
/* Learn More Section Styles */
.learn-more-content {
  position: relative;
  z-index: 2;
}

.learn-more-title {
  font-family: "Sequel Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 55px;
  line-height: 55px;
  letter-spacing: -0.02em;
  color: #ffffff;
  opacity: 0.05;
  margin: 0;
}

.learn-more-title-colorize {
  font-family: "Sequel Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 55px;
  line-height: 55px;
  letter-spacing: -0.02em;
  background: linear-gradient(102.95deg, #F15A2E 10.02%, #DF9FAE 48.79%, #D7115B 94.81%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0;
}

.learn-more-subtitle {
  font-family: "Sequel Sans", sans-serif;
  font-style: normal;
  font-weight: 415;
  font-size: 30px;
  line-height: 34px;
  letter-spacing: -0.02em;
  color: #ffffff;
  margin-top: 20px;
}

.learn-more-description {
  font-family: "Sequel Sans", sans-serif;
  font-style: normal;
  font-weight: 435;
  font-size: 20px;
  line-height: 34px;
  letter-spacing: -0.02em;
  color: #b0b0b0;
  margin-top: 20px;
}

.mouse-icon {
  cursor: pointer;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}

/* AE Coin Section Styles */
.ae-coin-section {
  padding: 1rem 0;
  color: #ffffff;
}

.ae-coin-title {
  font-family: "Sequel Sans", sans-serif;
  font-size: 55px;
  font-weight: 400;
  background: linear-gradient(102.95deg, #F15A2E 10.02%, #DF9FAE 48.79%, #D7115B 94.81%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 1rem;
}

.ae-coin-description {
  font-family: "Sequel Sans", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #b0b0b0;
  margin-bottom: 2rem;
}

.ae-coin-image {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

@media (max-width: 1200px) {
  .custom-container {
    width: 100%;
  }
}

@media (max-width: 991.98px) {
  .custom-container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  #mobileMenu {
    width: 100%;
  }
  .navbar-collapse {
    display: none;
  }

  .learn-more-section {
      /*min-height: 100vh;*/
    background-image: none;
    padding: 6rem 0;
  }

  .learn-more-image {
    background-size: cover;
  }

  .learn-more-title,
  .learn-more-title-colorize {
    font-size: 35px;
    line-height: 40px;
  }

  .learn-more-subtitle {
    font-size: 24px;
    line-height: 28px;
  }

  .learn-more-description {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .footer .row > div {
    width: 50%;
    float: left;
    margin-bottom: 20px;
  }
  .footer .row::after {
    content: "";
    display: table;
    clear: both;
  }
  .footer-title {
    font-size: 18px;
  }
  .footer-links a {
    font-size: 16px;
  }
  .newsletter-subscribe input {
    width: 100%;
  }

  .learn-more-section .row .col-md-6 {
    width: 50%;
  }
}

@media (max-width: 767.98px) {
  #mobileMenu {
    width: 100%;
  }
  .footer .row > div {
    width: 50%;
    float: left;
    margin-bottom: 20px;
  }
  .footer .row::after {
    content: "";
    display: table;
    clear: both;
  }
  .footer-title {
    font-size: 16px;
  }
  .footer-links a {
    font-size: 14px;
  }

  .learn-more-section .row {
    flex-direction: column;
  }

  .learn-more-section .col-lg-6 {
    width: 100%;
  }

  .learn-more-image {
    min-height: 200px;
    margin-top: 2rem;
  }
}

/* How Does AE Coin Work Section Styles */
.how-ae-coin-works-section {
  padding: 3rem 0; /* Reduced padding */
  color: #ffffff;
}

.how-ae-coin-works-title {
  font-family: "Sequel Sans", sans-serif;
  font-size: 40px; /* Reduced font size */
  font-weight: 400;
  background: linear-gradient(102.95deg, #F15A2E 10.02%, #DF9FAE 48.79%, #D7115B 94.81%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 2rem;
  text-align: left; /* Aligned to the left */
}

.how-ae-coin-works-description {
  font-family: "Sequel Sans", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #b0b0b0;
  margin-top: 1rem; /* Added top margin */
}

.how-ae-coin-works-image {
  max-width: 350px;
  max-height: 270px;
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 10px;
}

.how-ae-coin-works-section .row {
  margin-top: 2rem; /* Added top margin to the row */
}

@media (max-width: 991.98px) {
  .how-ae-coin-works-title {
    font-size: 32px;
  }
}

@media (max-width: 767.98px) {
  .how-ae-coin-works-title {
    font-size: 28px;
  }

  .how-ae-coin-works-section .row {
    flex-direction: column;
  }

  .how-ae-coin-works-image-container {
    margin-bottom: 2rem;
    max-width: 100%;
    max-height: 100%;
  }
}

.how-ae-coin-works-title {
  font-family: "Sequel Sans", sans-serif;
  font-size: 55px;
  font-weight: 400;
  background: linear-gradient(102.95deg, #F15A2E 10.02%, #DF9FAE 48.79%, #D7115B 94.81%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 2rem;
  text-align: center;
}

.how-ae-coin-works-description {
  font-family: "Sequel Sans", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #b0b0b0;
}

.how-ae-coin-works-image {
  max-width: 350px;
  max-height: 270px;
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 10px;
}

@media (max-width: 991.98px) {
  .how-ae-coin-works-title {
    font-size: 40px;
  }
}

@media (max-width: 767.98px) {
  .how-ae-coin-works-title {
    font-size: 32px;
  }

  .how-ae-coin-works-section .row {
    flex-direction: column;
  }

  .how-ae-coin-works-image-container {
    margin-bottom: 2rem;
    max-width: 100%;
    max-height: 100%;
  }
}

.responsive-image {
  border-radius: 45px;
}

@media (max-width: 767.98px) {
  .responsive-image {
    width: 100%;
    height: 100%;
  }
}
.updated-image {
  border-radius: 45px;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

@media (max-width: 767.98px) {
  .updated-image {
    width: 100% !important;
    height: auto !important;
  }
}

.educational-resources-description {
  color: #b0b0b0;
  font-size: 16px;
  line-height: 1.6;
}

.resource-section {
  margin-bottom: 20px;
}

.resource-title {
  color: #ffffff;
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
}

.resource-content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.custom-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid white;
  width: 130px;
  height: 36px;
  border-radius: 30px;
  background: transparent;
  color: white;
  margin-right: 10px;
  cursor: pointer;
  transition: background 0.3s ease;
  text-decoration: none;
  font-size: 14px;
  margin-top: 7px;
  margin-bottom: 7px;
}

.custom-button:hover {
  background: rgba(255, 255, 255, 0.2);
}

.custom-button i {
  margin-right: 5px;
}
/* AE Coin Steps Section Styles */
.ae-coin-steps-section {
  padding: 4rem 0;
}
.ae-coin-steps-title {
  font-family: "Sequel Sans", sans-serif;
  font-size: 55px;
  font-weight: 400;
  background: linear-gradient(102.95deg, #F15A2E 10.02%, #DF9FAE 48.79%, #D7115B 94.81%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 2rem;
  text-align: center;
}
.ae-coin-step-card {
  background-color: transparent;
  border-radius: 45px;
  border: 1px solid #ffffff;
  padding: 1.25rem;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.ae-coin-step-icon-row,
.ae-coin-step-title-row,
.ae-coin-step-description-row,
.ae-coin-step-button-row {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
}
.ae-coin-step-icon-row {
  height: 80px;
}
.ae-coin-step-title-row {
  height: auto;
}
.ae-coin-step-description-row {
  flex-grow: 1;
}
.ae-coin-step-button-row {
  height: 40px;
}
.ae-coin-step-icon {
  width: 80px;
  height: 80px;
}
.ae-coin-step-title {
  font-family: "Sequel Sans", sans-serif;
  font-style: normal;
  font-weight: 335;
  font-size: 28px;
  line-height: 1.2;
  letter-spacing: -0.05em;
  color: #dddddd;
  margin: 0;
}
.ae-coin-step-description {
  font-family: "Be Vietnam Pro", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.3;
  text-align: center;
  letter-spacing: -0.02em;
  color: #b0b0b0;
  margin: 0;
}
.ae-coin-step-button {
  background: transparent;
  border: 1px solid #ffffff;
  padding: 8px 16px;
  border-radius: 25px;
  font-family: "Open Sauce Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
  letter-spacing: -0.03em;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.3s ease;
}
.ae-coin-step-button:hover {
  background: linear-gradient(102.95deg, #F15A2E 10.02%, #DF9FAE 48.79%, #D7115B 94.81%);
  border-color: transparent;
}
@media (max-width: 1199.98px) {
  .ae-coin-step-title {
    /*font-size: 24px;*/
  }
  .ae-coin-step-description {
    font-size: 18px;
  }
}
@media (max-width: 991.98px) {
  .ae-coin-steps-title {
    font-size: 40px;
  }
  .ae-coin-step-title {
    /*font-size: 22px;*/
  }
  .ae-coin-step-description {
    font-size: 16px;
  }
}
@media (max-width: 767.98px) {
  .ae-coin-steps-title {
    font-size: 32px;
  }
  .ae-coin-step-title {
    /*font-size: 20px;*/
  }
  .ae-coin-step-description {
    font-size: 14px;
  }
  .ae-coin-step-icon {
    width: 60px;
    height: 60px;
  }
}
