@font-face {
  font-family: "Ivy Presto Display";
  src: url("/typography/fonnts.com-Ivy-Presto-Display-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Ivy Presto Display";
  src: url("/typography/fonnts.com-Ivy-Presto-Display-Light.otf") format("opentype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Ivy Presto Display";
  src: url("/typography/fonnts.com-Ivy-Presto-Display-Semi-Bold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Ivy Presto Display";
  src: url("/typography/fonnts.com-Ivy-Presto-Headline-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Ivy Presto Display";
  src: url("/typography/fonnts.com-Ivy-Presto-Headline-Semi-Bold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
}
h1 {
    font-family: "Ivy Presto Headline", serif;
    font-weight: 600;
    line-height: 100%;
    font-size: 84px;
}
span {
    font-family: "Ivy Presto Display", serif;
    font-weight: 300;
    font-style: italic;
}
h2 {
    font-family: "Ivy Presto Headline", serif;
    font-size: 64px;
    font-weight: 600;
    line-height: 110%;
}
h3 {
   font-family: "Ivy Presto Headline", serif;
   font-size: 56px;
   font-weight: 600;
   line-height: 110%;
}
h4 {
  font-family: "Ivy Presto Headline", serif;
  font-size: 32px;
  font-weight: 600;
}
p {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 130%;
  margin: 0;
}
b {
    font-weight: 600;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
:root {
    --dark-blue: #152257;
    --dark-purple: #672076;
    --light-blue: #7CA6DB;
    --orange: #E4562E;
    --magenta: #C80181;
    --white: #fff;
    --black: #101010;
    --gray: #FAFAF8;
    --pale-bule: #E2EFFF;
}
.btn.magenta{
    background-color: var(--magenta);
    color: var(--white);
    padding: 16px 24px;
    border: none;
    font-size: 18px;
    font-weight: 500;
    align-items: center;
    display: flex;
    text-align: center;
    gap: 10px;
}
.btn {
    background-color: none;
    color: var(--white);
    padding: 16px 24px;
    display: flex;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    text-decoration: none;
    justify-content: center;
    border: 1px solid var(--white);

}
@media (max-width: 1024px) {
  h1 {
    font-size: 65px;
  }
  h2 {
    font-size: 60px;
  }
  h3 {
    font-size: 50px;
  }
  h4 {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 55px;
  }
  h2 {
    font-size: 50px;
  }
  h3 {
    font-size: 45px;
  }
  h4{
    font-size: 25px;
  }
}
@media (max-width: 450px) {
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 35px;
  }
  h3 {
    font-size: 30px;
  }
  h4 {
    font-size: 20px;
  }
}

/* Hero Section */
.about-content {
    width: 550px;
}
@media (max-width: 560px) {
   .about-content {
      width: 100%;
} 
}

/* Intersection Section */
.intersection-section {
    background-color: #1E285F;
    padding: 148px 20px;
    justify-items: center;
}

.intersection-content {
    width: 100%;
    max-width: 1285px;
    height: 450px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.intersection-left {
    display: flex;
    flex-direction: column;
    gap: 45px;
    width: 50%;
}

.intersection-left h2{
    color: var(--orange);
}

.intersection-left span {
    color: var(--white);
}

.intersection-right {
    width: 47%;
    align-content: end;
}

.intersection-right  p{
    color: var(--white);
}

@media (max-width: 768px) {
    .intersection-section {
        padding: 50px 20px;
    }
    .intersection-content {
        gap: 45px;
        flex-direction: column;
    }
    .intersection-left{
        gap: 30px;
        width: 100%;
    }
    .intersection-right {
        width: 100%;
    }
}

/* Journey Section */
.journey-section {
  background: linear-gradient(132.73deg, #152257 0%, #C80180 131.77%);
  padding: 120px 20px;
  color:var(--white);
}

.journey-wrapper {
  max-width: 1400px;
  margin: auto;
  display: flex;
  flex-direction: row;
  gap: 60px;
  justify-content: space-between;
  align-items: start;
  align-items: stretch;
}

.journey-left {
  width: 370px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.journey-left img {
  width: 69px;
  height: 69px;
}

.journey-left h2{
  color: var(--orange);
}

.journey-left span {
  color: var(--white);
}

.journey-wrapper_left {
  display: flex;
  flex-direction: row;
  gap: 95px;
  max-width: 800px;
  width: 100%;
}

.journey-line {
  position: relative;
  width: 2px;
  background: rgba(255,255,255,0.25);
  border-radius: 10px;
  height: auto;
  min-height: 100%;
  display: block;
  justify-content: center;
}

.line-progress {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 0%;
  background: white;
  border-radius: 10px;
  box-shadow: 0 0 12px rgba(255,255,255,0.9);
  transition: height 0.15s ease-out, width 0.25s ease;
}

.journey-content {
  max-width: 745px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 70px;
}

.journey-item {
  display: flex;
  gap: 45px;
  align-items: center;
}

.journey-icon {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
}

.journey-text {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.journey-text span {
  font-size: 32px;
}
@media (max-width: 1024px) {
  .journey-wrapper {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .journey-section {
    padding: 50px 20px;
  }
  .journey-wrapper_left {
    gap: 35px;
  }
  .journey-text {
    gap: 15px;
  }
  .journey-content {
    gap: 35px;
  }
  .journey-text span {
    font-size: 20px;
  }
  .journey-item {
    gap: 20px;
  }
  .journey-left {
    width: 100%;
  }
}


/* Identity Section */
.identity-section {
  margin: 0 auto;
  padding: 85px 20px 100px 20px;
  justify-items: center;
}

.identity-content {
  width: 100%;
  max-width: 1400px;
  display: flex;
  flex-direction: column;
  gap: 110px;
  align-items: center;
}

.identity-wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.identity-wrapper_upper {
  justify-items: center;
}

.identity-content_upper {
  max-width: 900px;
  text-align: center;
  display: grid;
  justify-items: center;
}

.identity-heading {
  display: flex;
  flex-direction: column;
  gap: 45px;
  align-items: center;
}

.identity-heading img {
  width: 450px;
}

.identity-content_upper span{
  color: var(--magenta);
}

.identity-hero img {
  width: 100%;
  max-width: 480px;
  height: auto;
  display: block;
  margin: 0 auto;
}

.identity-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px 16px;
}

.identity-item {
  height: 210px;
  padding: 18px 54px;
  color: #fff;
  text-align: center;
  display: flex;
  text-align: left;
  align-items: end;
  justify-content: space-between;
}

.identity-item span {
  font-size: 32px;
  max-width: 335px;
  text-align: end;
}

.ietm-1 { background:#6B7FD2; border-radius: 45px 0px 0px; }
.ietm-2 { background:#AEB827; border-radius: 0px 45px 0px 0px;}
.ietm-3 { background:#4C4F4C; }
.ietm-4 { background:#ED34AA; }
.ietm-5 { background:#445AB6; }
.ietm-6 { background:#E13B1E; }
.ietm-7 { background:#B24BD7; }
.ietm-8 { background:#58ACCB; }

.identity-full {
  height: 210px;
  border-radius: 0px 0px 45px 45px;
  grid-column: 1 / -1;
  background:#7672FD;
  padding: 20px;
  color:var(--white);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.identity-bottom-image img {
  width: 100%;
  height: auto;
}

.identity-content_lower h4 {
  font-style: italic;
  font-weight: 300;
}

.identity-content_lower span {
  color: var(--orange);
}

@media (max-width: 768px) {
  .identity-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .identity-item {
    padding: 18px 20px;
  }
  .identity-item span {
    font-size: 20px;
  }
  .identity-content {
    gap: 45px;
  }
  .identity-section {
    padding: 50px 20px;
  }
  .ietm-1 {
    border-radius: 0px;
  }
  .ietm-2 {
    border-radius: 0px;
  }
  .identity-heading img {
    width: 300px;
  }
}

/* Build section */
.build-section {
  background: var(--pale-bule);
  padding: 80px 24px;
}

.build-wrapper {
  max-width: 1400px;
  margin: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 80px;
}

.build-left {
  width: 100%;
  max-width: 350px;
  display: flex;
  flex-direction: column;
  gap: 45px;
}

.build-left img {
  width: 69px;
  height: 69px;
}

.build-right {
  max-width: 650px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 53px;
}

.build-group {
  display: flex;
  flex-direction: column;
  gap: 45px;
}

.build-right h2{
  font-weight: 300;
  font-style: italic;
}

.build-right ul {
  padding-left: 18px;
}

.build-right li {
  font-size: 18px;
  font-family: "Poppins", sans-serif;
}

@media (max-width: 768px){
  .build-wrapper {
    flex-direction: column;
    gap: 50px;
  }
  .build-section  {
    padding: 50px 20px;
  }
  .build-group {
    gap: 25px;
  }
}

/* Problem Section */
.problem-section {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 110px 80px 135px 80px;
  overflow: hidden;
  background: url('/assets/problem-bg.png');
  background-size: cover;
  background-position: center;
}

.problem-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(200, 1, 128, 0) 7.94%, #C80180 50%);
}

.problem-content {
  position: relative;
  max-width: 470px;
  color: var(--white);
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 45px;
  text-align: left;
  transform: translateX(300px);
}

.problem-content h2 {
    font-weight: 300;
    font-style: italic;
}

@media (max-width: 1024px) {
  .problem-content {
    transform: translateX(0px);
  }
}
@media (max-width: 768px) {
  .problem-section {
    justify-content: center;
    padding: 50px 20px;
    text-align: center;
  }

  .problem-content {
    max-width: 100%;
  }
}


/* Why I Do This Work Section */
.why-section {
  background: var(--pale-bule);
  padding: 150px 20px;
  text-align: center;
  justify-items: center;
}

.why-section_content {
    max-width: 540px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 45px;
}

.why-content_upper {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.why-content_upper h2{
    color: var(--dark-blue);
}

.why-content p{
    color: var(--dark-blue);
}

@media (max-width: 768px) {
    .why-section {
        padding: 50px 20px;
    }
}

/* Mission Section */
.mission-wrapper {
  width: 100%;
  display: flex;
  justify-items: stretch;
}

.mission-content {
  width: 50%;
  padding: 100px 90px;
  background-color: var(--dark-blue);
  color: var(--white);
  justify-content: center;
  display: flex;
  flex-direction: column;
  gap: 45px;
}

.mission-content_upper {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.mission-content_upper img {
  width: 425px;
  height: 45px;
}

.mission-content h2{
  font-style: italic;
  font-weight: 300;
}

.mission-content span {
  font-weight: 600;
  font-style: normal;
}

.mission-title {
  font-size: 48px;
  line-height: 1.2;
  margin-bottom: 28px;
}

.mission-image {
  width: 50%;
}

.mission-image img {
  width: 100%;
  height: 100%;
  display: block;
}
@media (max-width: 1024px) {
  .mission-content {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .mission-wrapper {
    flex-direction: column;
  }
  .mission-content {
    padding: 50px 100px;
    width: 100%;
  }
  .mission-image {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .mission-content {
    padding: 50px 20px;
  }
}
@media (max-width: 430px) {
  .mission-content_upper img{
    width: 100%;
    max-width: 300px;
  }
}

/* CTA Section */
.cta-section {
  background: #CE4793; 
  padding: 140px 20px;
  color: #fff;
}

.cta-container {
  max-width: 1400px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}

.cta-left {
  display: flex;
  flex-direction: column;
  gap: 45px;
}

.cta-left p {
  max-width: 700px;
}

.cta-right {
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-width: 490px;
  width: 100%;
}

@media (max-width: 768px) {
  .cta-section {
    padding: 50px 20px;
  }
  .cta-container {
    align-items: start;
    flex-direction: column;
  }
}