/********** Fonts **********/

a,
p {
  font-family: "manrope", sans-serif;
}

h1,
h2,
.circle {
  font-family: "fraunces", sans-serif;
  color: #24053e;
}

.test-header {
  color: white;
}

.desc-text p {
  color: #24053e;
  font-size: 18px;
  line-height: 180%;
  letter-spacing: 0;
}

.test-text {
  color: white;
  font-size: 18px;
  line-height: 180%;
  letter-spacing: 0;
}

.hero-text {
  font-size: 40px;
  font-weight: 400;
  letter-spacing: 0px;
  width: 80%;
  margin: 24px auto;
}

h2 {
  font-weight: 500;
}

.btn-style {
  font-weight: 700;
}

/********** Landing Page **********/

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
}

.root-container {
  display: flex;
  justify-content: center;
}

.hero-list a .underline {
  padding-bottom: 4px;
}

/* section,
footer {
  max-width: 380px;
} */

.hero {
  min-height: 390px;
  background-color: #24053e;
  clip-path: ellipse(100% 100% at top);
  /* border: 5px solid red; */
}

nav {
  margin: 0;
  padding: 15px;
}

.hero-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style-type: none;
  padding: 0;
}

.hero-list a {
  color: white;
  text-decoration: none;
}

.hero-text {
  color: white;
  text-align: center;
}

.underline {
  border-bottom: 2.6px solid #44ffa1;
}

.btn-style {
  text-decoration: none;
  color: #24053e;
  background-color: #44ffa1;
  padding: 16px 24px;
  transition: background-color 0.3s ease-in-out;
}

.btn {
  display: flex;
  justify-content: center;
}

/********** Desktop Only Springs **********/

.desktop-hero-one {
  display: none;
  position: absolute;
  top: 100px;
  left: -110px;
}

.desktop-hero-two {
  display: none;
  position: absolute;
  top: 280px;
  right: -50px;
}

.img-container-hero {
  position: absolute;
  top: 320px;
  left: 20vw;
  max-width: 380px;
}

.img-container-hero img {
  width: 100%;
  transform: scale(0.9);
}

.desc-text {
  margin-top: 190px;
  margin-bottom: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.circle {
  border: 1px solid #24053e;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 32px auto;
}

.insights,
.decisions,
.affordable {
  text-align: center;
}

.test {
  background-color: #24053e;
  padding: 12px 40px;
  color: white;
  text-align: center;
  position: relative;
  top: -85px;
}

.apply .btn {
  margin: 30px 0;
}

.founder {
  width: 100%;
}

.logo-container {
  display: flex;
  justify-content: center;
}

.social-media {
  display: flex;
  justify-content: center;
  gap: 25px;
  margin: 55px 0;
}

/********** Hover States **********/

.hero-list .underline:hover {
  color: #44ffa1;
}

.btn-style:hover {
  background-color: #24053e;
  color: #44ffa1;
  border: 2px solid #44ffa1;
}

@media (min-width: 600px) {
  section,
  footer {
    max-width: 100%;
  }
  nav {
    margin: 0 120px;
    padding: 15px;
  }
  .hero-text {
    font-size: clamp(40px, 6vw, 80px);
    font-weight: 400;
    letter-spacing: 0px;
    width: 80%;
    margin: 24px auto;
    width: 40%;
  }

  .hero {
    min-height: 600px;
    background-color: #24053e;
    clip-path: ellipse(100vw 100% at top);
    /* border: 5px solid red; */
  }

  .img-container-hero {
    position: absolute;
    top: 500px;
    left: 32vw;
  }

  .img-container-hero img {
    width: calc(25vw + 20vh);
    transform: scale(1.4);
  }

  .desc-text {
    margin: 350px 170px;
    display: flex;
    gap: 15px;
    flex-direction: row;
    justify-content: center;
  }

  .apply {
    margin: 0 100px;
  }

  .test {
    background-color: #24053e;
    padding: 12px 40px;
    color: white;
    text-align: left;
    position: relative;
    top: -250px;
    left: 310px;
    width: 55%;
    font-size: 30px;
  }

  .img-container-apply {
    max-width: 380px;
  }

  .founder {
    width: 100%;
  }

  .test .btn-style {
    text-decoration: none;
    color: #24053e;
    background-color: #44ffa1;
    padding: 16px 24px;
    font-size: 16px;
  }

  .test .btn-style:hover {
    background-color: #24053e;
    color: #44ffa1;
    border: 2px solid #44ffa1;
  }

  .desktop-hero-one,
  .desktop-hero-two {
    display: block;
  }
}
