*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

html,
body,
.container {
  overflow-x: hidden;
}

html {
  box-sizing: border-box;
  font-size: 62.5%;
}
@media only screen and (max-width: 75em) {
  html {
    font-size: 56.25%;
  }
}
@media only screen and (max-width: 56.25em) {
  html {
    font-size: 50%;
  }
}
@media only screen and (min-width: 112.5em) {
  html {
    font-size: 75%;
  }
}

.input-container {
  position: relative;
  width: 80%;
  height: 2rem;
  z-index: 2;
}

/* Email input */
input[type=email] {
  width: 100%;
  height: 7.5rem;
  border: 2px solid transparent;
  opacity: 0.25;
  border-radius: 4rem;
  background-color: #528342;
  color: white;
  font-size: 2rem;
  font-family: "Depot New", sans-serif;
  text-align: start;
  font-weight: 300;
  padding: 1rem 14rem 0.5rem 1rem; /* right padding makes space for button */
  padding-left: 2.5rem;
  outline: none;
}

input::placeholder {
  color: white;
  opacity: 1;
  font-family: "Depot New", sans-serif;
  padding-left: 2.5rem;
  font-size: 3rem;
}

/* Button overlapping input */
button {
  position: absolute;
  top: 0px; /* aligns vertically */
  right: 0px; /* sticks to right edge of input */
  width: 40%;
  height: 7.5rem;
  border: 2px solid transparent;
  background-color: #528342;
  font-size: 2rem;
  font-family: "Depot New", sans-serif;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 30rem;
  color: white;
  font-family: "Depot New", sans-serif;
  opacity: 0.5;
  z-index: 1;
}

.container {
  background-color: #173312;
  color: white;
  font-size: 4.5rem;
  height: auto;
  width: 100vw;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: 8rem 19rem;
  gap: 16rem;
}
@media only screen and (max-width: 37.5em) {
  .container {
    padding: 11rem 2.5rem;
  }
}
@media only screen and (max-width: 56.25em) {
  .container {
    padding: 6rem 2.5rem;
  }
}
.container_background-blue {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
  width: 60vw;
  height: 140vh;
  background-color: rgba(35, 73, 112, 0.7);
  border-radius: 9999px;
  filter: blur(10rem);
  background-blend-mode: normal;
  mix-blend-mode: screen;
}
.container_background-yellow {
  position: absolute;
  top: 70rem;
  transform: translateX(-50%);
  width: 80rem;
  height: 85rem;
  background: rgba(161.01, 158.47, 53.49, 0.5);
  border-radius: 9999px;
  filter: blur(10rem);
  mix-blend-mode: screen;
}
.container_background-magenta {
  position: absolute;
  top: 130rem;
  right: 0;
  transform: translateX(50%);
  width: 100rem;
  height: 100rem;
  background: rgba(98, 62, 75, 0.8);
  border-radius: 9999px;
  filter: blur(10rem);
}
.container_background-cion {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(-20%, 50%); /* center it horizontally */
  width: 70rem; /* or whatever size you need */
  height: 70rem; /* required for visibility */
  pointer-events: none; /* ensure it doesn't block clicks */
}
.container_background-cion::after {
  content: "";
  position: absolute;
  inset: 0; /* fills the _background-cion div */
  background: #007671;
  border-radius: 9999px;
  filter: blur(10rem);
}

.header {
  display: flex;
  height: 5vh;
}
.header_text-logo {
  flex: 1;
  text-transform: uppercase;
  font-size: 3rem;
  font-family: "Depot New", sans-serif;
  font-stretch: expanded;
  color: #fff2cb;
}
.header_navigation_list {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 7rem;
}
.header_navigation_list__item a {
  width: 50%;
  transform: translateY(-50%);
  text-decoration: none;
  color: white;
  display: inline-block;
  font-family: "Depot New", sans-serif;
  font-size: 3rem;
  font-stretch: expanded;
  color: #fff2cb;
  text-emphasis-color: #fff2cb;
}

.heading-section {
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media only screen and (max-width: 37.5em) {
  .heading-section {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media only screen and (max-width: 56.25em) {
  .heading-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10rem;
  }
}
.heading-section_headings {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media only screen and (max-width: 37.5em) {
  .heading-section_headings {
    align-items: center;
    text-align: center;
  }
}
@media only screen and (max-width: 56.25em) {
  .heading-section_headings {
    align-items: center;
    text-align: center;
  }
}
.heading-section_headings__primary-heading {
  font-family: "Depot New", sans-serif;
  font-size: 8rem;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 8rem;
  color: #fff2cb;
}
.heading-section_headings__sub-heading {
  font-family: "Minion Pro";
  font-size: 3rem;
  font-weight: 600;
  font-stretch: condensed;
  opacity: 0.5;
  word-wrap: break-word;
}
.heading-section_poster {
  height: 45rem;
  width: 27rem;
  align-items: flex-end;
  justify-self: end;
}
.heading-section_poster_image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.explaining_section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.explaining_section_heading {
  font-family: "Depot New", sans-serif;
  font-weight: 300;
  font-size: 5rem;
  color: #fff2cb;
  text-align: center;
  margin-bottom: 6rem;
  text-transform: capitalize;
  width: auto;
}
.explaining_section_explaing {
  text-align: center;
  justify-content: center;
  font-size: 3rem;
  font-family: "Minion Pro";
  opacity: 0.5;
  line-height: 5rem;
}

.objective-investing {
  margin: auto;
  width: 70vw;
  height: auto;
}
.objective-investing_heading {
  text-align: center;
  color: #fff2cb;
  font-weight: 300;
  font-size: 5rem;
  margin-bottom: 5rem;
  font-family: "Depot New", sans-serif;
  text-transform: capitalize;
}
.objective-investing_QA {
  display: grid;
  grid-template-columns: 1fr 1fr; /* adjust ratios as needed */
  column-gap: 10rem;
  align-items: start;
  font-family: "Minion Pro";
  font-size: 3rem;
  margin-bottom: 10rem;
}
.objective-investing_QA__Qs {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 4rem;
}
.objective-investing_QA__Qs > *:not(.objective-investing_QA__A) {
  color: #fff2cb;
  font-size: 3rem;
  font-weight: 600;
  list-style: none;
}
.objective-investing_QA__Qs > .objective-investing_QA__A {
  opacity: 0.5;
}
.objective-investing_QA__As {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 4rem;
  opacity: 0.5;
}
.objective-investing_QA__As__A {
  font-size: 3rem;
}
.objective-investing_subscribe {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 5%;
}
.objective-investing_subscribe__content {
  font-family: "Minion Pro";
  font-size: 2.5rem;
  font-weight: 300;
  opacity: 0.5;
  width: 45%;
}
.objective-investing_subscribe__button {
  width: 50%;
  transform: translateY(-100%);
}
.objective-investing_subscribe__button_input input::placeholder {
  font-size: 2rem;
  padding-left: 1.5rem;
}
.objective-investing_subscribe__button_input button {
  font-size: 2rem;
  font-family: "Minion Pro";
  font-weight: 300;
}

.about-author {
  margin: auto;
  width: 70vw;
  height: auto;
}
.about-author_heading {
  font-family: "Depot New", sans-serif;
  color: #fff2cb;
  margin-bottom: 5rem;
}
.about-author_section {
  display: flex;
  justify-content: start;
  gap: 5rem;
}
.about-author_section_description {
  width: 50%;
  font-size: 3rem;
  font-family: "Minion Pro";
  opacity: 0.5;
}

.footer {
  height: auto;
  opacity: 0.9;
}
.footer_author {
  text-align: center;
  font-family: "Depot New", sans-serif;
  font-size: 3.5rem;
  margin-bottom: 5rem;
}
.footer_list {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 5rem;
}
.footer_list__item a {
  text-decoration: none;
  display: inline-block;
  text-align: center;
  color: white;
  font-size: 2.5rem;
  font-family: "Depot New", sans-serif;
}

/*# sourceMappingURL=style.css.map */
