/* Global Styles */
body,
html {
  overflow-x: hidden;
  margin: 0;
  height: 100vh;
  background-color: #000;
}

.navbar {
  background: #06010a !important;
  backdrop-filter: blur(20.3242px) !important;
}

.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;
  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;
}

@media (min-width: 992px) {
  #mobileMenu {
    display: none !important;
  }
}

@media (max-width: 1200px) {
  .custom-container {
    width: 100%;
  }
}

@media (max-width: 1280px) {
  .main-content {
    padding-top: 40px !important;
  }
}

@media (max-width: 991.98px) {
  .custom-container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  #mobileMenu {
    width: 100%;
  }
  .navbar-collapse {
    display: none;
  }
  /* Change .about-us-section height to 40vh on mobile and tablet */
  .about-us-section {
    min-height: 40vh;
  }
}

@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%;
  }
}

@media (max-width: 767.98px) {
  .main-content {
    padding-top: 80px;
  }
  #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;
  }
  /* Remove display: flex from .welcome-section in mobile view */
  .welcome-section {
    display: block !important;
  }
}

/* About page specific styles */
.welcome-section {
  min-height: 60vh;
  display: flex;
  align-items: center;
  position: relative;
}

.welcome-title {
  font-family: "Sequel Sans";
  font-style: normal;
  font-weight: 900;
  font-size: 75px;
  line-height: 75px;
  letter-spacing: -0.02em;
  color: #ffffff;
  opacity: 0.05;
  margin: 0;
}

.welcome-title-colorize {
  font-family: "Sequel Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 75px;
  line-height: 75px;
  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;
  padding-bottom: 20px;
}

.welcome-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;
}

.welcome-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;
}

.coin-image {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.mouse-icon {
  cursor: pointer;
  position: absolute;
  bottom: 15%;
  left: 50%;
  transform: translateX(-50%);
}

/* Hide mouse icon on mobile screens */
@media (max-width: 767px) {
  .mouse-icon {
    display: none;
  }
}

.leadership-description {
  font-family: "Sequel Sans";
  font-style: normal;
  font-weight: 305;
  font-size: 17px;
  line-height: 22px;
  color: #ffffff;
  letter-spacing: 1px;
}

.about-us-section {
  min-height: 40vh;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.custom-card {
  position: relative;
  background-color: inherit;
  padding: 2px;
  box-sizing: border-box;
  height: 391px;
  border: 1px solid #42454d;
  border-radius: 40px;
}

.custom-card .card-content {
  /* background-image: url("../svgs/main-contact.svg"); */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 43px;
  padding: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.card-title img {
  width: 50px;
  margin-bottom: 15px;
}

.card-heading {
  margin-top: 10px;
  font-family: "Sequel Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 35px;
  text-align: center;
  color: #5fabf0;
}

.card-text {
  font-family: "Sequel Sans";
  font-style: normal;
  font-weight: 305;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #50535e;
}

.after-cards {
  margin-top: 50px;
  text-align: center;
}

.gradient-text {
  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;
}

.features-section {
  margin-top: 50px;
}

.features-section .feature-title {
  font-family: "Be Vietnam Pro", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 31px;
  letter-spacing: -0.02em;
  color: #ffffff;
}

.features-section .feature-text {
  font-family: "Be Vietnam Pro", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 31px;
  letter-spacing: -0.02em;
  color: #b0b0b0;
}

.features-section .img-fluid {
  max-width: 100%;
  height: auto;
  border-radius: 45px;
}

@media (max-width: 991.98px) {
  .welcome-title,
  .welcome-title-colorize {
    font-size: 50px;
    line-height: 55px;
  }
  .gradient-text {
    font-size: 45px;
    line-height: 50px;
  }
  /* Adjust .about-us-section height for mobile and tablet */
  .about-us-section {
    min-height: 40vh;
  }

  .coin-image {
    padding-bottom: 30px;
  }

  .main-content {
    padding-top: 30px;
  }
}

@media (max-width: 767.98px) {
  .welcome-title,
  .welcome-title-colorize {
    font-size: 35px;
    line-height: 40px;
    display: block;
  }
  .welcome-subtitle {
    font-size: 24px;
    line-height: 28px;
  }
  .welcome-description {
    font-size: 16px;
    line-height: 24px;
  }
  .coin-image {
    max-width: 100%;
    margin-top: 20px;
  }
  .custom-card {
    height: auto;
    margin-bottom: 20px;
  }
  .custom-card .card-content {
    height: auto;
  }
  .gradient-text {
    font-size: 35px;
    line-height: 40px;
  }
}
