@font-face {
  font-family: "Frutiger";
  src: url("./assets/fonts/Frutiger\ LT\ 65\ Bold.ttf");
  font-display: swap;
}

@font-face {
  font-family: "Frutiger Bold";
  src: url("./assets/fonts/frutiger-bold-.ttf");
  font-display: swap;
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-30px);
  }

  60% {
    transform: translateY(-30px);
  }
}

:root {
  --grey: #79858b;
  --yellow: #fedc31;
  --blue: #1babc5;
}

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

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Frutiger", sans-serif;
  color: #7d858b;
}

b {
  font-weight: 700;
  color: #585857;
}

/* Main */
.section__main {
  padding-top: 90px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.hero-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner__link {
  display: flex;
  position: absolute;
  bottom: 0;
}

.banner {
  width: 90%;
  height: auto;
  margin: 0 auto;
  padding: 1rem 1rem 0;
}

.banner.link {
  width: 60%;
  max-width: 340px;
}

.section__second {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.banner__second {
  padding: 0;
  margin-top: -11rem;
}

a.banner__second {
  cursor: pointer;
}

.arrow {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  margin-bottom: 0;
}

.arrow::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 1;
}

#chevron {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
  position: relative;
  z-index: 2;
  filter: drop-shadow(0px 5px 8px rgba(0, 0, 0, 0.3));
}

.section__main__content {
  text-align: center;
  background-color: #f6f6f6;
  padding: 4rem 5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 10rem;
}

.section__main__title {
  font-weight: 700;
  font-size: 2rem;
}

.section__main__subtitle {
  font-weight: 400;
  width: 60%;
  margin: 1rem 0;
}

.section__main__subtitle .bold {
  font-weight: 700;
}

.section__main__columns {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 3rem auto;
  width: 70%;
}

.section__main__columns__left,
.section__main__columns__right {
  width: 100%;
  text-align: justify;
  margin: 10px 0;
}

.section__main__decotext {
  width: 85%;
}

.section__main__text {
  text-align: left;
}

.section__main__link img {
  max-width: 60%;
  margin: 1.5rem 0;
}

/* Second */

.section__second__content {
  margin: 0 5%;
}

.second__content__text {
  margin: 1.5rem 0;
  font-size: 1.5rem;
  text-align: center;
}

.second__link {
  display: flex;
  justify-content: center;
  align-items: center;
}

.second__img {
  width: 100%;
  margin: auto;
}

/* Footer */

footer {
  padding: 0 1rem;
  position: relative;
}

/* footer::before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 15px;
  left: 0;
  width: 70%;
  background-color: #ffdd00;
}

footer::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 15px;
  right: 0;
  width: 30%;
  background-color: #00a5c1;
} */

footer .container-footer {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-width: 100%;
  text-align: center;
  margin: auto;
}

.container-footer__link {
  display: flex;
  justify-content: center;
  align-items: center;
}

.container-footer__link-logo {
  max-width: 150px;
  margin: 0 auto;
}

footer .container-footer h3 {
  font-size: 1.5rem;
  font-family: "Frutiger";
  text-transform: uppercase;
  color: #00a5c1;
  margin: 3rem 0;
}

footer .container-footer h3 span {
  color: #ffdd00;
}

footer .container-footer h3 i {
  display: block;
  margin:10px 0 0 0;
}

@media (min-width: 768px) {
  .banner {
    padding: 3rem 4rem 0;
  }

  .banner__link {
    display: flex;
    position: absolute;
    left: 5%;
    bottom: 0;
    z-index: 100;
  }

  .banner.link {
    width: 100%;
    max-width: 400px;
  }

  .banner__second {
    padding: 0;
    margin-top: -225px;
  }

  .section__main__columns {
    flex-direction: row;
  }

  .section__main__columns__left,
  .section__main__columns__right {
    width: 45%;
  }

  .section__second__content {
    margin: 0 15%;
  }

  .footer__logo img {
    width: 150px;
}

  .footer__title {
    flex-direction: row;
  }

  footer .container-footer h3 {
    font-size: 1.5rem;
    font-family: "Frutiger";
    text-transform: uppercase;
    color: #00a5c1;
    margin: 3rem 0;
  }

  footer .container-footer {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 65%;
    margin: auto;
    padding-bottom: 2rem;
  }
}

@media (min-width: 1024px) {
  .banner__link {
    bottom: 3rem;
  }
  .footer__logo img {
    width: 300px;
  }
  .container-footer__link-logo {
    width: 50%;
    max-width: 300px;
    margin: 0 auto;
  }
  footer .container-footer h3 {
    font-size: 1.5rem;
    font-family: "Frutiger";
    text-transform: uppercase;
    color: #00a5c1;
    margin: 3rem 0;
}
footer .container-footer h3 i {
  display: inline;
}
}
