.about {
  display: flex;
  justify-content: center;
  background: url(../img/how-it-works-header.jpg);
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 0 !important;
  background-position: top;
  background-attachment: fixed;
}

.about .about-title {
  margin: 18rem auto;
}

.about .about-title h1 {
  font-size: 3.8rem;
  margin: 0 0 1.5rem;
  font-weight: 100;
  text-align: center;
  color: #f5f5f5;
  line-height: 1.5;
}

.about .about-title h3 {
  font-size: 1.6rem;
  font-weight: 100;
  text-align: center;
  color: #f5f5f5;
}

.what-next {
  display: flex;
  justify-content: center;
  background: url(../img/blue-poly-background.jpg);
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 0 !important;
  background-position: center;
  background-attachment: fixed;
}

.download-btn {
  margin: -2rem 0 1rem;
}

.download-btn button {
  background: #ff4500;
  width: 12rem;
}

.download-btn button a {
  color: #f5f5f5;
  width: 100%;
}

.download-btn button a:before {
  background-color: #f5f5f5;
  z-index: -1;
}

.download-btn button span {
  font-size: 1.2rem;
}

.download-btn button:hover {
  cursor: pointer;
}

.download-btn button:hover a:before {
  top: 0;
}

.download-btn button:hover span {
  color: #3e467b;
  font-weight: 600;
}

.what-next ::selection {
  background: #f5f5f5;
  color: #3e467b;
}

.what-next .content {
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  align-items: center;
  padding: 6rem 1rem 1rem;
}

.what-next .content h2 {
  font-size: 2rem;
  margin: 0 0 1rem;
  font-weight: 500;
  color: #f5f5f5;
}

.what-next .content h4 {
  font-size: 1.1rem;
  color: #ffc5b0;
  font-weight: 500;
  text-transform: uppercase;
}

.what-next .content .more-content {
  display: flex;
  margin: 5rem auto;
  width: 80%;
  justify-content: space-around;
  align-items: center;
}

.what-next .content .more-content .form {
  border-radius: 50%;
  background: #ffc5b0;
  width: 20rem;
  height: 20rem;
  display: flex;
  justify-content: center;
  padding: 3rem 2rem;
}

.what-next .content .more-content .form img {
  width: 10rem;
  position: relative;
}

.what-next .content .more-content .description {
  width: 50%;
  display: flex;
  flex-direction: column;
  text-align: left;
}

.what-next .content .more-content .description h2 {
  font-size: 2.3rem;
  margin: 0 0 1.5rem;
  color: #ff4500;
  line-height: 1.5;
}

.what-next .content .more-content .description h3 {
  font-size: 1.7rem;
  color: #f5f5f5;
  margin: 0 0 1rem;
  width: 65%;
}

.what-next .content .more-content .description p {
  color: #ffc5b0;
  margin: 0 0 2.5rem;
  font-size: 1rem;
}

.what-next .content .more-content .description button {
  background: #ff4500;
  width: 12rem;
}

.what-next .content .more-content .description button a {
  color: #f5f5f5;
  width: 100%;
}

.what-next .content .more-content .description button a:before {
  background-color: #f5f5f5;
  z-index: -1;
}

.what-next .content .more-content .description button span {
  font-size: 1.2rem;
}

.what-next .content .more-content .description button:hover {
  cursor: pointer;
}

.what-next .content .more-content .description button:hover a:before {
  top: 0;
}

.what-next .content .more-content .description button:hover span {
  color: #3e467b;
  font-weight: 600;
}

@media screen and (max-width: 1040px) {
  .what-next .content .more-content {
    width: 100% !important;
  }
}

@media screen and (max-width: 768px) {
  .what-next .content .more-content {
    flex-direction: column;
    width: 100% !important;
  }

  .what-next .content .more-content .description {
    width: 100% !important;
    margin: 4rem 0 1rem;
  }

  .what-next .content .more-content .description h3 {
    width: 45%;
  }
}

@media screen and (max-width: 450px) {
  .what-next h3 {
    width: 90% !important;
  }
}

.what-next .content .more-content::before {
  content: "";
  position: absolute;
  bottom: -1.5rem;
  width: 0;
  height: 0;
  border-style: solid;
  left: 50%;
  border-width: 0 25px 25px 25px;
  border-color: transparent transparent #434486 transparent;
  transform: rotate(180deg);
}

.what-next-2 {
  display: flex;
  justify-content: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 0 !important;
  background-position: top;
}

.what-next-2 ::selection {
  background: #3e467b;
  color: #f5f5f5;
}

.what-next-2 .content {
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  align-items: center;
  padding: 6rem 1rem 1rem;
}

.what-next-2 .content h2 {
  font-size: 2rem;
  margin: 0 0 1rem;
  font-weight: 500;
  color: #f5f5f5;
}

.what-next-2 .content h4 {
  font-size: 1.1rem;
  color: #ffc5b0;
  font-weight: 500;
  text-transform: uppercase;
}

.what-next-2 .content .more-content {
  display: flex;
  margin: 5rem auto;
  width: 80%;
  justify-content: space-around;
  align-items: center;
}

.what-next-2 .content .more-content img {
  width: 20rem;
  position: relative;
}

.what-next-2 .content .more-content .description {
  width: 50%;
  display: flex;
  flex-direction: column;
  text-align: left;
}

.what-next-2 .content .more-content .description h2 {
  font-size: 2.3rem;
  margin: 0 0 1.5rem;
  color: #ff4500;
  line-height: 1.5;
}

.what-next-2 .content .more-content .description h3 {
  font-size: 1.7rem;
  margin: 0 0 1rem;
  width: 75%;
}

.what-next-2 .content .more-content .description p {
  margin: 0 0 2.5rem;
  font-size: 1rem;
}

.what-next-2 .content .more-content .description button {
  background: #ff4500;
  width: 12rem;
}

.what-next-2 .content .more-content .description button a {
  color: #f5f5f5;
  width: 100%;
}

.what-next-2 .content .more-content .description button a:before {
  background-color: #3e467b;
  z-index: -1;
}

.what-next-2 .content .more-content .description button span {
  font-size: 1.2rem;
}

.what-next-2 .content .more-content .description button:hover {
  cursor: pointer;
}

.what-next-2 .content .more-content .description button:hover a:before {
  top: 0;
}

.what-next-2 .content .more-content .description button:hover span {
  font-weight: 600;
}

@media screen and (max-width: 1040px) {
  .what-next-2 .content .more-content {
    width: 100% !important;
  }
}

@media screen and (max-width: 768px) {
  .what-next-2 .content .more-content {
    flex-direction: column;
    width: 100% !important;
  }

  .what-next-2 .content .more-content .description {
    width: 100% !important;
    margin: 4rem 0 1rem;
  }

  .what-next-2 .content .more-content .description h3 {
    width: 45%;
  }

  .what-next-2 img {
    margin: 2rem 0 0;
  }
}

@media screen and (max-width: 450px) {
  .what-next-2 h3 {
    width: 90% !important;
  }
}

.what-next-2 .content .more-content::before {
  content: "";
  position: absolute;
  bottom: -1.5rem;
  width: 0;
  height: 0;
  border-style: solid;
  left: 50%;
  border-width: 0 25px 25px 25px;
  border-color: transparent transparent #fff transparent;
  transform: rotate(180deg);
  z-index: 1;
}

.what-next-3 {
  display: flex;
  justify-content: center;
  background: url(../img/green-poly-background.jpg);
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 0 !important;
  background-position: top;
  background-attachment: fixed;
}

.what-next-3 ::selection {
  background: #3e467b;
  color: #f5f5f5;
}

.what-next-3 .content {
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  align-items: center;
  padding: 6rem 1rem 1rem;
}

.what-next-3 .content h2 {
  font-size: 2rem;
  margin: 0 0 1rem;
  font-weight: 500;
  color: #f5f5f5;
}

.what-next-3 .content h4 {
  font-size: 1.1rem;
  color: #ffc5b0;
  font-weight: 500;
  text-transform: uppercase;
}

.what-next-3 .content .more-content {
  display: flex;
  margin: 5rem auto;
  width: 80%;
  justify-content: space-around;
  align-items: center;
}

.what-next-3 .content .more-content img {
  width: 20rem;
  position: relative;
}

.what-next-3 .content .more-content .description {
  width: 50%;
  display: flex;
  flex-direction: column;
  text-align: left;
}

.what-next-3 .content .more-content .description h2 {
  font-size: 2.3rem;
  margin: 0 0 1.5rem;
  color: #3e467b;
  line-height: 1.5;
}

.what-next-3 .content .more-content .description h3 {
  font-size: 1.7rem;
  margin: 0 0 1rem;
  width: 100%;
}

.what-next-3 .content .more-content .description p {
  margin: 0 0 2.5rem;
  font-size: 1rem;
  color: #f5f5f5;
}

.what-next-3 .content .more-content .description button {
  background: #3e467b;
  width: 12rem;
}

.what-next-3 .content .more-content .description button a {
  color: #f5f5f5;
  width: 100%;
}

.what-next-3 .content .more-content .description button a:before {
  background-color: #f5f5f5;
  z-index: -1;
}

.what-next-3 .content .more-content .description button span {
  font-size: 1.2rem;
}

.what-next-3 .content .more-content .description button:hover {
  cursor: pointer;
}

.what-next-3 .content .more-content .description button:hover a:before {
  top: 0;
}

.what-next-3 .content .more-content .description button:hover span {
  font-weight: 600;
  color: #3e467b;
}

@media screen and (max-width: 1040px) {
  .what-next-3 .content .more-content {
    width: 100% !important;
  }
}

@media screen and (max-width: 768px) {
  .what-next-3 .content .more-content {
    flex-direction: column;
    width: 100% !important;
  }

  .what-next-3 .content .more-content .description {
    width: 100% !important;
    margin: 4rem 0 1rem;
  }

  .what-next-3 .content .more-content .description h3 {
    width: 45%;
  }

  img {
    margin: 2rem 0 0;
  }
}

@media screen and (max-width: 450px) {
  .what-next-3 h3 {
    width: 90% !important;
  }
}

.apply {
  background: #f1d3c8;
  display: flex;
  justify-content: center;
}

.apply .inner-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 3rem auto;
}

.apply .inner-container .image-container .inner-image {
  opacity: 0;
  transform: translateY(20px);
}

.apply .inner-container .image-container button {
  width: 10rem;
}

.apply .inner-container .image-container .animate {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1.5s, transform 1.5s;
}

@media screen and (max-width: 1040px) {
  .apply {
    padding: 4rem 3rem 3rem;
    overflow-x: scroll;
    scrollbar-color: #ff4500 #ff4500;
  }

  .apply .inner-container {
    justify-content: start;
  }

  .apply .inner-container .image-container {
    margin: auto;
    justify-content: center;
    display: flex;
  }

  .apply .inner-container::before {
    margin-top: 11rem;
    left: 45%;
  }
}

@media screen and (max-width: 500px) {
  .apply {
    padding: 3rem 1rem 2rem;
  }

  .apply .inner-container::before {
    margin-top: 9rem;
    left: 45%;
  }

  .apply .inner-container .image-container {
    margin: 0;
    padding: 0;
    width: 100%;
  }
}

.how-it-works {
  display: flex;
  justify-content: center;
  background: url(../img/how-it-works-background.jpg);
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 0 !important;
  background-position: top;
  background-attachment: fixed;
}

.how-it-works ::selection {
  background: #f5f5f5;
  color: #ff4500;
}

.how-it-works .content {
  display: flex;
  flex-direction: column;
  width: 80%;
  margin: 6rem 0;
}

.how-it-works .content h1 {
  font-size: 2.4rem;
  margin: 0 0 3rem;
  font-weight: 500;
  color: #f5f5f5;
  line-height: 1.3;
}

.how-it-works .content h1 span {
  font-size: 2.4rem;
  color: #ff4500;
}

.how-it-works .content .condition {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  align-items: start;
}

.how-it-works .content .condition .condition-item {
  display: flex;
  width: 50%;
  align-items: center;
  justify-content: space-evenly;
  margin: 0 0 2.5rem;
}

.how-it-works .content .condition .condition-item .marker {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  border: 2px solid #ff4500;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 1.5s;
}

.how-it-works .content .condition .condition-item .marker span {
  color: #ff4500;
  font-size: 16px;
  font-weight: 600;
}

.how-it-works .content .condition .condition-item .grow {
  transform: scale(1.2);
}

.how-it-works .content .condition .condition-item .heading {
  color: #f5f5f5;
  width: 75%;
  display: inherit;
  flex-direction: column;
}

.how-it-works .content .condition .condition-item .heading h3 {
  font-size: 1.2rem;
  text-transform: uppercase;
  margin: 0 0 1rem;
}

.how-it-works .content .condition .condition-item .heading p {
  color: #f5f5f5;
  font-size: 0.9rem;
}

@media screen and (max-width: 768px) {
  .how-it-works .content {
    width: 95%;
  }

  .how-it-works .content .condition .condition-item {
    width: 100%;
  }
}

@media screen and (max-width: 430px) {
  .how-it-works .content {
    width: 95%;
  }
}

@media (max-width: 768px) {
  .more-content::before {
    left: 45% !important;
  }
}

@media (max-width: 768px) {
  .about {
    background-position: left !important;
    background-attachment: unset !important;
  }

  .about .about-title h1 {
    font-size: 2.8rem !important;
    margin: 0 0 0.8rem !important;
  }

  .about .about-title h3 {
    font-size: 1rem !important;
  }
}

.inner-image {
  opacity: 0;
  transform: translateY(20px);
}

.animate {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1.5s, transform 1.5s;
}
