@import url("https://fonts.googleapis.com/css2?family=Overpass:wght@300;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Ubuntu:wght@400;500;700&display=swap");
.footer-content {
  background-color: #25252d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  color: #c8c8cb;
  padding: 50px;
  border-top-right-radius: 80px;
  font-family: "Overpass";
}

.footer-list {
  list-style: none;
}

.footer-list-item {
  margin-bottom: 10px;
}

.footer-list-title {
  margin-bottom: 20px;
  font-size: 18px;
}

@media (max-width: 650px) {
  .footer-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.main-content-first-title {
  text-align: center;
  position: relative;
  bottom: -80px;
  font-weight: 600;
  color: #1f3f5b;
}

.no-scroll {
  overflow: hidden;
}

.main-content-layout {
  font-size: 16px;
  font-family: "Overpass";
}

.description-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.img-container {
  width: 700px;
  height: auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
}

.img-container .img-one {
  width: 100%;
  position: relative;
  right: -30%;
}

.image-one-editor-mobile {
  display: none;
}

.article-content {
  width: 500px;
  position: relative;
  left: 15%;
}

.title-description {
  padding-bottom: 30px;
  color: #1f3f5b;
  font-weight: 600;
}

.section-three-article-description {
  padding-bottom: 20px;
}

.articles-description {
  margin-bottom: 20px;
}

.section-two {
  background-color: #2c2d3f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom-left-radius: 55px;
  border-top-right-radius: 55px;
  color: white;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url("../images/bg-pattern-circles.svg");
  background-repeat: no-repeat;
  background-position: 0 80%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 27rem;
  margin-top: 90px;
}

.section-two-articles-description {
  width: 500px;
  position: relative;
  left: -2%;
  top: -10%;
}

.section-two-img-container {
  position: relative;
  top: -21%;
  left: -7%;
  width: 600px;
  height: auto;
}

.section-two-img {
  width: 100%;
}

.section-two-title {
  margin-bottom: 30px;
}

.section-three {
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 90px;
}

.section-three-img-container-laptop {
  width: 900px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.section-three-img {
  width: 100%;
  position: relative;
  left: -28%;
}

.section-three-description {
  width: 500px;
  height: auto;
  position: relative;
  right: 20%;
}

.section-three-img-mobile {
  display: none;
}

@media (max-width: 1290px) {
  .main-content-first-title {
    text-align: center;
    position: relative;
    bottom: 0;
    margin-top: 50px;
    margin-bottom: 40px;
  }
  .section-two-img-container {
    width: 420px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 30px;
  }
  .section-two-img {
    width: 100%;
  }
  .section-two {
    height: 550px;
  }
  .section-two-articles-description {
    text-align: center;
    width: 400px;
  }
}

@media (max-width: 650px) {
  .description-content {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .img-container {
    width: 350px;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    overflow: visible;
  }
  .img-one {
    display: none;
    width: 100%;
  }
  .image-one-editor-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .article-content {
    width: 300px;
    left: 0;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 90px;
    padding: 40px;
  }
  .section-two {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .section-two-articles-description {
    left: 0;
    padding: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 400px;
  }
  .section-three {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 30px;
  }
  .section-three-img-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .section-three-img {
    display: none;
  }
  .section-three-img-container-laptop {
    width: 300px;
  }
  .section-three-description {
    right: 0;
    width: 300px;
    text-align: center;
  }
  .section-two-img-container {
    width: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .section-two-img {
    width: 300px;
    height: 300px;
  }
}

@media only screen and (min-width: 300px) and (max-width: 400px) {
  .img-container {
    width: 300px;
  }
  .img-container .img-one {
    width: 300px;
  }
  .section-two-articles-description {
    width: 300px;
  }
  .section-two-img-container {
    width: 300px;
    position: relative;
    left: 0%;
  }
  .image-one-editor-mobile {
    width: 300px;
  }
}

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

.header-content {
  background-color: #ff525d;
  border-bottom-left-radius: 55px;
  font-family: "Overpass";
  background-image: url("../images/bg-pattern-intro.svg");
  background-repeat: no-repeat;
  background-position: 25% 57%;
  background-attachment: fixed;
}

.header-content .nav-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: white;
  padding: 0 20px 0 20px;
}

.header-content .nav-content .navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-content .nav-content .logo {
  font-size: 30px;
  position: relative;
  left: 5%;
  top: 10px;
}

.header-content .nav-content .nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
}

.header-content .nav-content .nav-list-item {
  margin-right: 60px;
}

.header-content .nav-content .nav-list-item:hover {
  cursor: pointer;
}

.header-content .nav-content .nav-list-item:hover .nav-list-subitem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style: none;
  background-color: white;
  border-radius: 5px;
  padding: 15px;
  color: #212121;
}

.header-content .header-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Overpass";
}

.header-content .button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 150px;
}

.header-content .button-container-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 150px;
}

.button-secondary {
  background-color: #ff7a85;
  border: 1px solid white;
  color: white;
}

.button-secondary-login {
  background-color: #ff7a85;
  border: none;
  color: white;
}

.main-button {
  background-color: white;
  border: transparent;
}

.title {
  color: white;
  margin-bottom: 30px;
  font-size: 45px;
}

.subtitle {
  color: white;
  margin-bottom: 35px;
}

.menu-hamburger {
  cursor: pointer;
  width: 70px;
  position: relative;
  left: 85%;
  top: 70px;
  visibility: hidden;
}

.logo-mobile {
  display: none;
}

.hidden {
  display: none;
}

.icon-arrow-dark {
  visibility: hidden;
}

.icon-arrow-light {
  visibility: visible;
}

.nav-list-subitem {
  display: none;
  list-style: none;
  position: absolute;
  padding-top: 10px;
}

.nav-list-subitem-item {
  padding-bottom: 10px;
}

@media (max-width: 1290px) {
  .nav-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: white;
    width: 90%;
    height: 100vh;
    z-index: 2;
    position: fixed;
    border-radius: 10px;
    margin-right: -200%;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .show {
    margin-right: 0;
  }
  .navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 20px;
  }
  .logo-mobile {
    font-size: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: 5%;
    top: 70px;
  }
  .nav-list {
    color: black;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    font-size: 30px;
  }
  .nav-list-item {
    width: 100%;
    margin: 20px;
  }
  .menu-hamburger {
    visibility: visible;
  }
  .button-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .container-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 90px;
  }
  .logo {
    display: none;
  }
  .line {
    border: 1px solid rgba(235, 232, 232, 0.905);
    margin: 30px;
  }
  .icon-arrow-dark {
    visibility: visible;
  }
  .icon-arrow-light {
    visibility: hidden;
  }
  .nav-list-subitem {
    background-color: rgba(228, 224, 224, 0.809) !important;
    position: relative;
    left: -9%;
    padding: 0;
    font-size: 15px;
  }
}

@media (max-width: 680px) {
  .menu-hamburger {
    position: relative;
    left: 78%;
  }
  .title {
    font-size: 25px;
  }
  .nav-content {
    width: 80%;
  }
}

@media only screen and (min-width: 300px) and (max-width: 400px) {
  .header-content {
    padding: 10px;
  }
}

.header-content .nav-content .nav-list {
  list-style: none;
}

.button-secondary, .button-secondary-login, .main-button {
  height: 45px;
  border-radius: 50px;
  font-family: "Roboto", sans-serif;
  width: 130px;
  padding: 5px 10px;
  margin: 5px;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-family: "Overpass";
  font-weight: 600;
}

.button-secondary:hover, .button-secondary-login:hover {
  background-color: white;
  color: #ff525d;
}

.main-button:hover {
  background-color: #ff7a85;
  color: white;
}

.footer-list-item:hover {
  text-decoration: underline;
  cursor: pointer;
}

.header-content .nav-content .nav-list-item:hover .icon-arrow-dark, .icon-arrow-light:hover {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
/*# sourceMappingURL=style.css.map */