.pulse-section {
  background-color: #fff;
  display: flex;
  padding: 0 0 150px;
  flex-direction: column;
  overflow: hidden;
  align-items: center;
}

.pulse-header {
  background-color: #fff;
  width: 100%;
  color: #0f0d4e;
  padding: 6px 32px;
  padding-left: 10%;
  font: 700 50px Outfit, sans-serif;
}

.hero-section {
  display: flex;
  flex-direction: column;
  position: relative;
  min-height: 1403px;
  width: 100%;
  align-items: center;
  padding: 178px 80px 103px;
}

.hero-background {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-content {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 1300px;
  flex-direction: column;
  /*animation: fadeIn 1.5s ease-out;*/
}

.security-badge {
  color: #6660ff;
  letter-spacing: 1.92px;
  font: 500 16px Noto Sans, sans-serif;
  align-self: center;
}

.hero-text-container {
  display: flex;
  margin-top: 4px;
  width: 100%;
  flex-direction: column;
  font-family: Outfit, sans-serif;
}

.hero-title {
  color: #fff;
  font-size: 96px;
  font-weight: 600;
  padding: 0px 20px 0px 20px;
}

.hero-description {
  color: #fbfbfd;
  font-size: 20px;
  line-height: 35px;
  align-self: center;
  width: 95%;
  max-width: 792px;
  margin: 32px auto 0;
  padding: 0px 20px 0px 20px;
}

.cta-container {
  align-self: center;
  display: flex;
  margin-top: 48px;
  align-items: center;
  gap: 20px;
  font-size: 18px;
  font-weight: 500;
  justify-content: center;
  flex-wrap: wrap;
}

.primary-cta {
  border-radius: 10px;
  background-color: #4740ff;
  min-width: 240px;
  color: #fff;
  width: 284px;
  padding: 16px 43px;
  min-height: 60px;
}

.secondary-cta {
  border-radius: 10px;
  background-color: #fff;
  display: flex;
  min-width: 240px;
  min-height: 60px;
  align-items: center;
  gap: 8px;
  color: #4740ff;
  justify-content: center;
  width: 263px;
  padding: 15px 31px;
}

.invite-icon {
  aspect-ratio: 0.96;
  object-fit: contain;
  object-position: center;
  width: 24px;
}

.image-gallery {
  align-self: center;
  width: 100%;
  max-width: 458px;
  margin: 122px 0 0 74px;
  z-index: 1;
}

.gallery-container {
  gap: 20px;
  display: flex;
}

.gallery-image-large {
  aspect-ratio: 0.48;
  object-fit: contain;
  object-position: center;
  width: 90%;
  border-radius: 60px;
  flex-grow: 1;
}

.gallery-image-small {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 197px;
  margin-top: 416px;
  max-width: 100%;
  animation-fill-mode: both;
}

.intro-text {
  width: 1157px;
  color: #0f0d4e;
  padding: 120px 141px;
  font: 400 48px/68px Outfit, sans-serif;
}

.feature-section {
  display: flex;
  align-items: center;
  gap: 40px 245px;
  font-family: Outfit, sans-serif;
  font-weight: 400;
  justify-content: start;
  flex-wrap: wrap;
  margin: 34px 0 0 18px;
}

.feature-content {
  align-self: stretch;
  display: flex;
  min-width: 240px;
  flex-direction: column;
  width: 453px;
  padding-top: 15%;
}

.feature-title {
  color: #0f0d4e;
  font-size: 40px;
  font-weight: 500;
}

.feature-description {
  color: #797896;
  margin-top: 26px;
  font-size: 18px;
}

.feature-highlight {
  color: #f33966;
  margin-top: 26px;
  font: 16px Odibee Sans, sans-serif;
}

.feature-image {
  aspect-ratio: 0.48;
  object-fit: contain;
  object-position: center;
  width: 310px;
  border-radius: 50px;
  align-self: stretch;
  min-width: 240px;
  /*animation: slideFromBottom 1s ease-out;*/
}

.cta-section {
  width: 90%;
  margin: 100px auto 0;
  padding: 5%;
}

.cta-button {
  font-size: clamp(24px, 5vw, 72px);
  padding: 20px 5%;
}

.cta-section {
  border-radius: 55px;
  margin-top: 266px;
  width: 90%;
  margin: 100px auto 0;
  padding: 5%;
  border: 2px solid #0f0d4e;
}

.cta-content {
  display: flex;
  width: 100%;
  flex-direction: column;
  font-family: Outfit, sans-serif;
}

.cta-text-container {
  align-self: center;
  display: flex;
  width: 794px;
  max-width: 100%;
  flex-direction: column;
  text-align: center;
}

.cta-title {
  color: #0f0d4e;
  font-size: 48px;
  font-weight: 500;
}

.cta-description {
  color: #797896;
  font-size: 20px;
  font-weight: 400;
  margin-top: 17px;
}

.cta-button {
  align-self: stretch;
  border-radius: 34px;
  background-color: #4740ff;
  margin-top: 76px;
  width: 100%;
  font-size: 72px;
  color: #fff;
  font-weight: 500;
  padding: 77px 200px;
}

.cta-secondary {
  align-self: center;
  display: flex;
  margin-top: 59px;
  align-items: center;
  gap: 20px;
  font-size: 36px;
  color: #4740ff;
  font-weight: 500;
  justify-content: center;
}

.cta-secondary-icon {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 34px;
  align-self: stretch;
}

@media (max-width: 991px) {
  .pulse-section {
    padding-bottom: 100px;
  }

  .pulse-header {
    max-width: 100%;
    white-space: initial;
    padding: 0 20px;
    font-size: 36px;
  }

  .hero-section {
    max-width: 100%;
    padding: 100px 5% 50px;
  }

  .hero-content {
    max-width: 100%;
    margin-bottom: 10px;
  }

  .security-badge,
  .hero-text-container,
  .hero-title,
  .hero-description {
    max-width: 100%;
    font-size: 18px;
    line-height: 1.5;
  }

  .hero-title {
    font-size: clamp(40px, 5vw, 96px);
  }

  .cta-container {
    width: 100%;
    max-width: 600px;
    margin: 48px auto 0;
  }

  .primary-cta,
  .secondary-cta {
    padding: 0 20px;
    width: 100%;
    max-width: 284px;
  }

  .image-gallery {
    margin-top: 40px;
  }

  .gallery-container {
    flex-direction: column;
    align-items: stretch;
    gap: 0px;
  }

  .gallery-image-small {
    margin-top: 40px;
  }

  .intro-text {
    max-width: 100%;
    font-size: 32px;
    line-height: 1.5;
    padding: 60px 5%;  
    }

  .feature-section {
    flex-direction: column;
    align-items: center;
    gap: 40px;
    margin: 34px 5% 0;
  }
  
  .feature-section:nth-child(even) .feature-content {
    animation: slideFromRight 1s ease-out;
  }
  
  .feature-content {
    width: 100%;
    max-width: 453px;
    padding-top: 0;
    animation: slideFromLeft 1s ease-out;
  }

  .feature-title {
    max-width: 100%;
    font-size: 32px;
  }

  .cta-section {
    margin-top: 40px;
    padding: 0 20px;
  }

  .cta-content {
    max-width: 100%;
    margin-top: 40px;
  }

  .cta-title {
    max-width: 100%;
    font-size: 32px;
  }

  .cta-description {
    max-width: 100%;
    font-size: 18px;
  }

  .cta-button {
    max-width: 100%;
    font-size: 40px;
    margin-top: 40px;
    padding: 0 20px;
  }

  .cta-secondary {
    margin-top: 40px;
    font-size: 24px;
  }
}

@media (max-width: 480px) {
  .pulse-header {
    font-size: 28px;
  }

  .hero-title {
    font-size: 32px;
  }

  .hero-description {
    font-size: 16px;
  }

  .cta-container {
    flex-direction: column;
  }

  .primary-cta,
  .secondary-cta {
    width: 100%;
  }

  .feature-title {
    font-size: 28px;
  }

  .cta-button {
    font-size: 24px;
    padding: 15px 5%;
  }
}

.navbar {
  overflow: hidden;
  background-color: #fff;
  position: fixed; /* Set the navbar to fixed position */
  top: 0; /* Position the navbar at the top of the page */
  width: 100%; /* Full width */
  z-index: 2;
  display: flex;
}

.navbar-menu {
    position: relative;
    font: 700 20px Outfit, sans-serif;
}

.popup-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}
.popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    width: 45%;
}
.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

@keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

@keyframes slideFromLeft {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideFromRight {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideFromBottom {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.fadeIn, .slideLeft, .slideRight, .slideFromBottom {
  opacity: 0;
}

.fadeIn.animate {
  animation: fadeIn 1.5s ease-out forwards;
}

.slideLeft.animate {
  animation: slideFromLeft 1s ease-out forwards;
}

.slideRight.animate {
  animation: slideFromRight 1s ease-out forwards;
}

.slideFromBottom.animate {
  animation: slideFromBottom 1s ease-out forwards;
}