#hero {
  position: relative;
  min-height: 120svh;
  margin: 0;
  margin-top: -6rem;

  overflow: hidden;
}

/* Hero BG Graphics */

.background-grap {
  position: absolute;
  inset: 0;
  padding: 0;
  margin: 0;
  z-index: -1;
  contain: layout paint;
}

.glass-layer {
  position: absolute;
  left: -1px;
  right: -1px;
  top: -2px;
  bottom: -1px;

  background: linear-gradient(0deg,rgba(0, 0, 0, 1) 9%, rgba(0, 0, 0, 0) 100%), rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(250px);
  pointer-events: none;
}

.blob-magenta-600 {
  width: 327px;
  height: 455px;
  right: 9svw;
  bottom: 5rem;
  position: absolute;
  background: var(--color-magenta-600);
  border-radius: 232.5px;
}

.blob-blue-900 {
  width: 327px;
  height: 455px;
  left: 20svw;
  bottom: 11rem;
  position: absolute;
  background: var(--color-blue-900);
  border-radius: 232.5px;
}

.blob-blue-900-2 {
  position: absolute;
  width: 587px;
  height: 465px;
  right: 4rem;
  top: 5rem;
  background: var(--color-blue-900);
  border-radius: 232.5px;
}

.blob-blue-700 {
  width: 640px;
  height: 130px;
  top: 502px;
  left: calc(100vw - (50vw + 260px));
  position: absolute;
  background: var(--color-blue-700);
  border-radius: 232.5px;
}

.blob-blue-400 {
  width: 327px;
  height: 455px;
  left: -113px;
  top: 36px;
  position: absolute;
  background: var(--color-blue-400);
  border-radius: 232.5px;
}

#bg_blue_stripes,
#bg_pink_stripes {
  position: absolute;
  top: 0;
  z-index: -1;
  max-width: 100%;
  height: auto;
  pointer-events: none;
}

#bg_blue_stripes {
  right: 0;
}

#bg_pink_stripes {
  left: 0;
}

.hero-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: auto;
  margin-top: 27vh;
  width: fit-content;
  padding: 0 2rem;
}

.hero-title {
  max-width: 996px;

  font-family: "Poppins";
  font-style: normal;
  font-size: 64px;
  line-height: 90px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em;
  margin-bottom: 0;
}

.hero-description {
  margin: auto;
  max-width: 796px;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.05em;
}

.hero-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  margin-top: 2rem;
}

.hero-bottom{
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-top: 5vh;
  padding: 0 2rem 2rem 2rem;
}

.socials {
  width: fit-content;

  position: relative;

  display: flex;
  flex-direction: row;
  gap: 1.3rem;
}

.social-link img {
  width: 32px;
  height: 32px;
  padding: 5px;
  border-radius: 10px;
  transition: transform 0.4s ease-in-out;
}

.social-link img:hover {
  box-shadow: 0 0 20px 0 rgba(0, 162, 255, 0.19);
  padding: 5px;
  transform: scale(110%);
}

.hero-cards {
  position: relative;

  width: fit-content;

  display: flex;
  gap: 1rem;
}

.single-card,
.full-card {
  border-radius: 28px 8px 28px 8px;
  overflow: hidden;
}

.single-card::after,
.full-card::after{
  content: url(../img/icons/arrow-up-left.svg);
  position: absolute;
  top: 0;
  right: 0;
}

.single-card {
  position: relative;
  width: 58px;
  height: 220px;
}

.single-card .card-title {
  position: absolute;
  bottom: 80px;
  left: -50px;
  width: 150px;
  height: 24px;
  transform: rotate(-90deg);

  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;

  letter-spacing: 0.05em;

  color: rgba(255, 255, 255, 0.8);
}

.full-card {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-between;
  min-width: 310px;
  padding-bottom: 10px;
}

.full-card .card-title {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 0.05em;

  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 0;
}

.full-card .card-des {
  width: 210px;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.05em;

  margin-top: 10px;
  color: rgba(255, 255, 255, 0.7);
}

.full-card button{
  width: 100%;
  background-color: black;
  border: 1px rgba(255, 255, 255, 0.151) solid;
  padding: 1rem 1.3rem;
  align-items: center;
  justify-content: center;
}

/* FAQ Section */
.faq-section {
  display: flex;
  flex-direction: column;
  padding: 80px 120px;
  gap: 40px;
  align-items: center;
  margin-bottom: 291px;
}

.faq-container {
  display: flex;
  flex-direction: row;
  gap: 60px;
}

.page-seperator {
  width: 92%;
  margin-bottom: 40px;
}

.faq-header {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  max-height: 400px;
  align-self: flex-start;
}

.faq-header h2 {
  font-family: "Poppins", sans-serif;
  font-size: 52px;
  font-weight: 600;
  color: #bdbdbd;
  margin: 0;

  letter-spacing: 0.1em;
  line-height: 1.52;

  text-align: right;
  white-space: normal;
}

.faq-intro {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #bdbdbd;
  line-height: 1.3;
  letter-spacing: 0.05em;
  margin: 0;
  margin-bottom: 12px;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 23px;
  max-width: 900px;
}

.faq-item h4 {
  font-family: "Inter", sans-serif;
  font-size: 24px;
  color: white;
  margin: 0;
  font-weight: 420;
  letter-spacing: 0.05em;
}

.faq-question {
  all: unset;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: none;

  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-weight: 420;
  color: white;
  letter-spacing: 0.05em;

  transition:
    transform 0.45s ease-out,
    font-size 0.45s ease-out;
}

.faq-question::before,
.faq-question::after {
  content: none !important;
  display: none !important;
}

.faq-question:hover,
.faq-question:focus,
.faq-question:focus-visible {
  outline: none;
  box-shadow: none;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.55s ease;
}

.faq-answer p {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  color: #bdbdbd;
  line-height: 1.6;
  margin: 12px 0 0;
}



@media only screen and (max-width: 1366px) {
  #bg_blue_stripes,
  #bg_pink_stripes {
  width: 100%;
}
}

@media only screen and (max-width: 1024px) {
  #bg_blue_stripes,
  #bg_pink_stripes {
  display: none;
}

  .hero-bottom{
    flex-direction: column;
    align-items: center;
    gap: 3rem;
    margin-top: 8rem;
  }

}

@media only screen and (max-width: 768px) {
  .background-grap {
    overflow-x: hidden;
    overflow-y: visible;
    -ms-overflow-style: none; /* Hide scrollbar in IE and Edge */
    scrollbar-width: none;
    inset: 0;
  }

  .hero-title{
    font-size: xx-large;
    line-height: normal;
  }

  .hero-description{
    font-size: medium;

  }

  .hero-actions{
    flex-direction: column;
  }

  .hero-cards{
    display: none;
  }

  .faq-section {
    padding: 0px 30px;
    margin-bottom: 160px;
  }

  .faq-container {
    flex-direction: column;
    gap: 24px;
    padding: 0px 20px;
  }

  .faq-header {
    writing-mode: horizontal-tb;
    transform: none;
    max-height: none;
    align-self: stretch;
  }

  .faq-header h2 {
    font-size: 32px;
    text-align: left;
    letter-spacing: 0.05em;
    line-height: 1.3;
  }

  .faq-intro {
    font-size: 16px;
    max-width: 100%;
  }

  .faq-item h4 {
    font-size: 18px;
  }

  .faq-question{
    font-size: 18px;
  }

  .faq-answer p {
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: 0.05em;
  }

  .page-seperator {
    width: 100%;
    margin-bottom: 24px;
  }

}


