body, html {
    overflow-x: hidden;
    margin: 0;
    height: 100vh;
background-color: #000;
}


a {
  text-decoration: none !important;
}

.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;
}

.slider-section .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.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;
  text-decoration: none !important;
}

.social-media a:hover {
  color: #00ff57;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.no-bullets {
  list-style: none;
}



.learn-more-content {
  position: relative;
  z-index: 2;
}

.learn-more-title-colorize {
  font-family: "Sequel Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 75px;
  line-height: 95px;
  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: 5%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}

/* Slider Styles */
.section-title {
  font-size: 2.5rem;
  font-weight: bold;
  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;
}

.slider-controls {
  display: flex;
  gap: 10px;
  margin-top: 10px;
  margin-bottom: 15px;
}

.slider-control {
  background: none;
  border: none;
  color: #ffffff;
  font-size: 2rem;
  cursor: pointer;
}

.slider-control:hover {
  color: #00ff57;
}

.card-slider {
  overflow: hidden;
  height: 450px;
}

.card-container {
  display: flex;
  transition: transform 0.3s ease;
}

.slider-card {
  flex: 0 0 calc(100% / 3);
  max-width: calc(100% / 3);
  box-sizing: border-box;
}

/* Slider 1 styles */
.slider-1-card {
  background-size: cover;
  background-position: center;
  height: 300px;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.slider-1-card .card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
}

.slider-1-card .card-title {
  font-family: "Nohemi", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 22.6737px;
  line-height: 32px;
  letter-spacing: 0.01em;
  color: #ffffff;
  margin-bottom: 5px;
}

.slider-1-card .card-text {
  font-family: "Sequel Sans", sans-serif;
  font-style: normal;
  font-weight: 335;
  font-size: 12.9564px;
  line-height: 20px;
  letter-spacing: -0.06em;
  color: #c7c7c7;
  margin-bottom: 0;
}

/* Slider 2 styles */
.slider-2-card {
  border-radius: 20px;
  overflow: hidden;
}

.slider-2-card img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.slider-2-card .card-content {
  background-color: #121621;
  padding: 20px;
}

.slider-2-card .card-title {
  font-family: "Nohemi", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 22.6737px;
  line-height: 32px;
  letter-spacing: 0.01em;
  color: #bcb4fa;
  margin-bottom: 5px;
}

.slider-2-card .card-text {
  font-family: "Sequel Sans", sans-serif;
  font-style: normal;
  font-weight: 335;
  font-size: 12.9564px;
  line-height: 20px;
  letter-spacing: -0.06em;
  color: #c7c7c7;
  margin-bottom: 0;
}

/* Footer Styles */
.footer {
  padding-bottom: 5rem;
  padding-top: 30px;
  background-color: #000000;
}

.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;
}

.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;
}

/* Responsive adjustments */
@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 {
    height: 100vh;
    /*padding: 4rem 0;*/
    background-image: none;
    display: flex;
    align-items: center;
  }

  .learn-more-image {
    display: block;
    background-size: cover;
    min-height: 250px;
    margin-top: 2rem;
  }

  .learn-more-title-colorize {
    font-size: 50px;
    line-height: 55px;
  }

  .learn-more-subtitle {
    font-size: 24px;
    line-height: 28px;
  }

  .learn-more-description {
    font-size: 16px;
    line-height: 24px;
  }

  .slider-card {
    flex: 0 0 calc(100% / 2);
    max-width: calc(100% / 2);
  }
}

@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 {
    padding-top: 6rem;
  }

  .learn-more-section .row {
    flex-direction: column;
  }

  .learn-more-section .col-lg-6 {
    width: 100%;
  }

  .learn-more-image {
    min-height: 200px;
    margin-top: 2rem;
  }

  .learn-more-title-colorize {
    font-size: 35px;
    line-height: 40px;
  }

  .slider-card {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* Additional styles for slider spacing */
.slider-section .container-fluid {
  padding-left: 15px;
  padding-right: 15px;
}

.slider-card {
  margin-right: 15px;
  margin-left: 15px;
}

/* Ensure the first card starts from the left edge */
.card-container {
  margin-left: -15px;
}

/* Custom scrollbar styles */
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #888;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}
