@font-face {
    font-family: 'Balhattan';
    src: url('../fonts/Balhattan.woff2') format('woff2'),
        url('../fonts/Balhattan.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Kreadon';
    src: url('../fonts/Kreadon-Bold.woff2') format('woff2'),
        url('../fonts/Kreadon-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Kreadon';
    src: url('../fonts/Kreadon-ExtraBold.woff2') format('woff2'),
        url('../fonts/Kreadon-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Kreadon';
    src: url('../fonts/Kreadon-Light.woff2') format('woff2'),
        url('../fonts/Kreadon-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Kreadon';
    src: url('../fonts/Kreadon-Regular.woff2') format('woff2'),
        url('../fonts/Kreadon-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(54, 13, 108);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.spinner {
  width: 50px;
  height: 50px;
  border: 5px solid #f3f3f3;
  border-top: 5px solid #9A64F6;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

html {
  overflow-x: hidden;
}


img {
  display: block;
  max-width: 100%;
  height: auto;
  transform: translateZ(0);
  backface-visibility: hidden;
}


:root {
  --light: #ddeec7;
  --dark: #40b567;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

nav {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 2em;
  display: flex;
  align-items: center;
  z-index: 999;
  text-align: center;
  justify-content: center;
}


body {
  font-family: "Inter";
}

:root {
  --base-1: #3d2fa9;
  --base-2: #ff7722;
  --base-3: #ff3d33;
  --base-4: #785f47;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}



img {
  width: 100%;
  object-fit: cover;
}



.intro,
.outro {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.intro {
  background-image: url('../media/main-bg-woman.jpg');
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  height: 200vh;
}

.steps-container {
  position: relative;
  z-index: 1;
}

.first-step {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px;
}

.second-step {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.date {
  font-family: "Kreadon", sans-serif;
  font-size: 27px;
  color: #fff;
  font-weight: 400;
}

.main-title {
  font-family: 'Balhattan', sans-serif;
  font-size: 8vw;
  color: #9A64F6;
}

.main-subtitle {
  font-family: "Kreadon", sans-serif;
  font-size: 44px;
  color: #fff;
  font-weight: 400;
}

.second-text {
  font-family: 'Balhattan', sans-serif;
  font-size: 90px;
  color: #fff;
  max-width: 800px;
  padding: 10px;
}

.large-woman {
  position: absolute;
  left: 50%;
  width: 50%;
  transform: translateX(-50%);
  width: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
  transform-origin: bottom center;
}


.section-2 {
  height: 100dvh;
  background-color: #270057;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
}
.section-2-container {
  max-width: 1800px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
}

.section-2-text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 50%;
  flex-direction: column;
  height: 50vh;
  padding: 10px;
}

.history-text {
  color: #9A64F6;
  font-family: "Kreadon", sans-serif;
  font-size: 38px;
  line-height: 46px;
  font-weight: 800;
  margin-bottom: 20px;
}

.history-text-2 {
  color: #9A64F6;
  font-family: "Kreadon", sans-serif;
  font-size: 24px;
  line-height: 31px;
  font-weight: 800;
}

.woman-1 {
  position: absolute;
  max-width: 670px;
  bottom: 0;
  right: 250px;
  z-index: -1;
}

.woman-2 {
  position: absolute;
  max-width: 670px;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.parallax-section {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.parallax-section2 {
  position: relative;
  height: 100vh;
  overflow: hidden;
}


.parallax-text {
  color: #fff;
  font-family: "Kreadon", sans-serif;
  font-size: 35px;
  line-height: 44px;
  font-weight: 800;
  max-width: 970px;
  margin-bottom: 38px;
}

.bg {
  position: absolute;
  inset: 0;
  background-color: #270057;
}



.bg2 {
  position: absolute;
  inset: 0;
  background-color: #9A64F6;
}



.content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  text-align: center;
}




.sticky-cards {
  background-color: #9A64F6;
  perspective: 1000px;
  height: 100vh;
  overflow: hidden;
}

.sticky-cards .card {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 65%;
  height: 60%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  padding: 2.5rem;
  border-radius: 1rem;
  color: #fff;
  transform-origin: center bottom;
  will-change: transform;
}

.card-image {
  height: 100%;
}

.card-name {
  font-family: "Balhattan", sans-serif;
  font-size: 47px;
}
.card-subtitle {
  font-family: "Kreadon", sans-serif;
  font-size: 25px;
  line-height: 29px;
  margin-bottom: 12px;
  font-weight: 800;
}
.card-description {
  font-family: "Kreadon", sans-serif;
  font-size: 17px;
  line-height: 25px;
  letter-spacing: 0px;
  height: 100%;;
}
.card .col {
  flex: 1;
  height: 100%;
}

.card .col:nth-child(1) {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0.5rem;
}

.card .col:nth-child(2) {
  border-radius: 0.65rem;
  overflow: hidden;
  width: 30%;
  flex: inherit;
}

.card {
    background: #5c33b5;
  background: radial-gradient(circle,rgba(92, 51, 181, 1) 0%, rgba(44, 33, 66, 1) 100%);
}


.card#card-1 {  z-index: 30; }
.card#card-2 {  z-index: 29; }
.card#card-3 {  z-index: 28; }
.card#card-4 {  z-index: 27; }
.card#card-5 {  z-index: 26; }
.card#card-6 {  z-index: 25; }
.card#card-7 {  z-index: 24; }
.card#card-8 {  z-index: 23; }
.card#card-9 {  z-index: 22; }
.card#card-10 {  z-index: 21; }
.card#card-11 {  z-index: 20; }
.card#card-12 {  z-index: 19; }
.card#card-13 {  z-index: 18; }
.card#card-14 {  z-index: 17; }
.card#card-15 {  z-index: 16; }
.card#card-16 {  z-index: 15; }
.card#card-17 {  z-index: 14; }
.card#card-18 {  z-index: 13; }
.card#card-19 {  z-index: 12; }
.card#card-20 {  z-index: 11; }
.card#card-21 {  z-index: 10; }
.card#card-22 {  z-index: 9; }
.card#card-23 {  z-index: 8; }
.card#card-24 {  z-index: 7; }
.card#card-25 {  z-index: 6; }
.card#card-26 {  z-index: 5; }
.card#card-27 {  z-index: 4; }
.card#card-28 {  z-index: 3; }
.card#card-29 {  z-index: 2; }
.card#card-30 {  z-index: 1; }

.footer-content {
  text-align: center;
  background-color: #300863;
  padding: 40px 5px;
  color: #fff;
}


@media screen and (max-width: 1582px) {
  .sticky-cards .card {
    width: 82%;
  }
  
  .woman-1 {
  position: absolute;
  max-width: 290px;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.woman-2 {
  position: absolute;
  max-width: 380px;
  bottom: 0;
  right: auto;
  z-index: -1;
  left: 0;
}

.section-2-container {
  justify-content: center;
}
.section-2-text {
  text-align: center;
}

.history-text-2 {
  color: #fff;
  font-family: "Kreadon", sans-serif;
  font-size: 24px;
  line-height: 31px;
  font-weight: 800;
  text-shadow: #270057 1px 0 10px;
}
}


@media (max-width: 1300px) {
  .section-2-text {
    max-width: 80%;
    text-align: center;
    margin: 0 auto;
  }
  .parallax-text {
  color: #fff;
  font-family: "Kreadon", sans-serif;
  font-size: 25px;
  line-height: 34px;
  font-weight: 800;
  max-width: 970px;
  margin-bottom: 38px;
}
}

@media (max-width: 1116px) {
  .card-description {
    height: 167px;
    overflow: scroll;
  }

  .main-title {
  font-size: 120px;
}
  .main-subtitle {
    font-size: 37px;
    line-height: 43px;
  }

}


@media (max-width: 1000px) {
  .sticky-cards .card {
    width: calc(100% - 4rem);
    height: 75%;
    flex-direction: column;
    padding: 1rem;
  }

  .card .col {
    width: 100%;
  }

  .card-name {
  font-family: "Balhattan", sans-serif;
  font-size: 29px;
  margin-bottom: 12px;
  order:1;
}

.card-top {
  order: 2;
}

.card .col:nth-child(1) {
  justify-content: flex-start;
}

.card .col:nth-child(2) {
  width: 100%;
}

.card-subtitle {
  font-family: "Kreadon", sans-serif;
  font-size: 20px;
  line-height: 26px;
}

.card-description {
  font-family: "Kreadon", sans-serif;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0px;
  height: 114px;
  overflow: scroll;
}

}

@media (max-width: 900px) {
  .history-text {
    color: #9A64F6;
    font-family: "Kreadon", sans-serif;
    font-size: 26px;
    line-height: 36px;
    font-weight: 800;
    margin-bottom: 20px;
  }
  .history-text-2 {
    color: #fff;
  }

  .woman-1 {
    opacity: 0.5;
  }
  .woman-2 {
    opacity: 0.5;
  }

  .parallax-text {
    font-size: 25px;
    line-height: 34px;
    padding: 10px;
  }
.parallax-section2 {
  position: relative;
  height: 120dvh;
  overflow: hidden;
  padding-top: 170px;
}
} 



@media (max-width: 640px) {
.parallax-text {
  color: #fff;
  font-family: "Kreadon", sans-serif;
  font-size: 21px;
  line-height: 24px;
  font-weight: 800;
  max-width: 970px;
  margin-bottom: 38px;
  padding: 10px;
}

.second-text {
  font-size: 47px;
}

.section-2 {
  align-items: flex-start;
}
.section-2-container {
  height: auto;
  padding-top: 100px;
}

  .section-2-text {
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
  }
  .woman-2 {
    max-width: 220px;
    opacity: 1;
    z-index: 1;
  }
  .woman-1 {
    max-width: 170px;
        opacity: 1;
    z-index: 1;
  }

  .history-text {
    font-size: 21px;
    line-height: 24px;
    color: #fff;
  }
.history-text-2 {
  font-size: 21px;
  line-height: 24px;
}


.sticky-cards .card {
  position: relative;
  top: auto;
  left: auto;
  width: 100%;
    margin-bottom: 10px;
     height: auto;
  padding: 10px;
}
.sticky-cards {
  height: auto;
  overflow: unset;
  padding: 10px;
}
 .card-description {
    height: 100%;
    overflow: unset;
  }


  .parallax-section {
  height: 60vh;
}
 .large-woman {
  position: fixed;
  bottom: 0;
 }
}

@media (max-width: 450px) {
  .logos-container {
  width: 200px;
  }
    .main-title {
    font-size: 80px;
  }
}