@font-face {
  font-family: 'Nunito';
  src: url(../fonts/Nunito/Nunito-VariableFont_wght.ttf);
}

body {
  margin: 0;
  overflow-x: hidden;
  font-size: 60px;
  font-family: 'Nunito', sans-serif;
}

.container {
  max-width: 1216px;
  width: 100%;
  margin: 0 auto;
  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;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
}

.main .main-bg {
  width: 100vw;
  height: 720px;
  position: absolute;
  background-image: url(../img/main-bg.svg);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

.main .main-content {
  position: relative;
  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;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 86px;
  margin-bottom: 145px;
}

.main .main-content h1 {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 700;
  font-size: 1em;
  line-height: 0.933em;
  text-align: center;
  letter-spacing: -0.02em;
  color: #92400e;
  max-width: 706px;
  margin: 64px 0 24px 0;
}

.main .main-content p {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  font-size: 0.33em;
  text-align: center;
  color: #475467;
  max-width: 618px;
  margin: 0 0 48px;
}

.main .main-content a {
  text-decoration: none;
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: #ffffff;
  padding: 16px 28px;
  background: #b45309;
  border-radius: 8px;
}

.our-work {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 100%;
  padding-bottom: 20px;
  gap: 20px;
}

.our-work .text {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 50%;
}

.our-work .text a {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 600;
  font-size: 0.266em;
  color: #ffffff;
  text-decoration: none;
  padding: 12px 20px;
  background: #b45309;
  border-radius: 8px;
  display: inline-block;
}

.our-work .image {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50%;
}

.our-work .large {
  height: 716px;
}

.our-work .small {
  display: none;
}

.our-work .text h3,
.projects-contributions .text h3 {
  text-transform: uppercase;
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 700;
  font-size: 0.266em;
  color: #b45309;
  margin: 0 0 12px 0;
}

.our-work .text h2,
.projects-contributions .text h2 {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 700;
  font-size: 0.6em;
  letter-spacing: -0.02em;
  color: #92400e;
  margin: 0 0 40px;
}

.our-work .text p,
.projects-contributions .text p {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  font-size: 0.3em;
  color: #475467;
  margin: 0 0 40px;
}

.projects-contributions {
  margin-top: 46px;
}

.projects-contributions .text-statistics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 77px;
}

.projects-contributions .text-statistics .text {
  max-width: 590px;
}

.projects-contributions .text-statistics .text h2 {
  margin-bottom: 20px;
}

.projects-contributions .text-statistics .statistics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 64px;
}

.projects-contributions .text-statistics .statistics .statistic {
  width: 50%;
}

.projects-contributions .text-statistics .statistics h2 {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 700;
  font-size: 1em;
  text-align: center;
  letter-spacing: -0.02em;
  color: #b45309;
  margin: 0 0 12px;
}

.projects-contributions .text-statistics .statistics p {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 600;
  font-size: 0.3em;
  text-align: center;
  color: #101828;
  margin: 0;
}

.projects-contributions .projects {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 38px;
          column-gap: 38px;
  row-gap: 46px;
  padding-bottom: 50px;
  border-bottom: 1px solid #eaecf0;
}

.projects-contributions .projects .project-container {
  width: calc(50% - 85px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 14px;
  padding: 48px 32px;
  border: 1px solid #d8d8d8;
  border-radius: 8px;
}

.projects-contributions .projects .project-container .text h3 {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 700;
  font-size: 0.466em;
  letter-spacing: -0.01em;
  color: #2d2d2d;
  margin: 0 0 8px;
  text-transform: none;
}

.projects-contributions .projects .project-container .text p {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  font-size: 0.26em;
  color: #2d2d2d;
  margin: 0;
  line-height: 150%;
}

footer {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

footer img {
  position: absolute;
}

footer .text {
  margin-top: 183px;
  position: relative;
  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;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 47px;
}

footer .text h3 {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 700;
  font-size: 0.6em;
  letter-spacing: -0.02em;
  color: #92400e;
  margin: 0 0 20px;
}

footer .text p {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  font-size: 0.33em;
  text-align: center;
  color: #92400e;
  margin: 0 0 20px;
}

footer .text a {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 600;
  font-size: 0.3em;
  color: #ffffff;
  background-color: #92400e;
  text-decoration: none;
  padding: 16px 28px;
  border-radius: 8px;
}

footer .address {
  position: absolute;
  bottom: 45px;
  right: 15px;
}

footer .address h4 {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 600;
  font-size: 0.23em;
  color: #000000;
  margin: 0 0 5px;
}

@media only screen and (max-width: 1216px) {
  .container {
    max-width: 1024px;
  }
}

@media only screen and (max-width: 1024px) {
  .container {
    max-width: 91vw;
  }
  .projects-contributions .text-statistics {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 60px;
  }
  .projects-contributions .text-statistics .statistics {
    width: 100%;
    row-gap: 20px;
  }
  .projects-contributions .projects .icon img {
    width: 54px;
  }
  .projects-contributions .text-statistics .text {
    max-width: unset;
  }
}

@media only screen and (max-width: 768px) {
  body {
    font-size: 40px;
  }
  .main .main-bg {
    height: 400px;
  }
  .main .main-content {
    margin-top: 30px;
    margin-bottom: 110px;
  }
  .main .main-content img {
    width: 131px;
  }
  .main .main-content h1 {
    margin: 23px 0 13px 0;
  }
  .main .main-content p {
    margin: 0 0 22px;
  }
  .main .main-content a {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    width: calc(50%);
    text-align: center;
  }
  .our-work .text h3,
  .projects-contributions .text h3 {
    margin: 0 0 16px 0;
    font-size: 14px !important;
  }
  .our-work .text h2,
  .projects-contributions .text h2 {
    margin: 0 0 16px;
    font-size: 30px !important;
    line-height: 100%;
  }
  .our-work .text p,
  .projects-contributions .text p {
    margin: 0 0 32px;
    font-size: 14px !important;
  }
  .our-work .large {
    height: 454px;
  }
  .projects-contributions .projects {
    row-gap: 20px;
  }
  .projects-contributions .projects .icon img {
    width: 64px;
  }
  .projects-contributions .projects .project-container {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 32px;
  }
  .projects-contributions .projects .project-container h3 {
    font-size: 24px !important;
  }
  .projects-contributions .projects .project-container p {
    font-size: 14px !important;
  }
  footer {
    -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;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  footer .text {
    margin-top: 130px;
    margin-bottom: 40px;
  }
  footer .text h3 {
    font-size: 30px !important;
  }
  footer .text p {
    font-size: 18px !important;
  }
  footer .text a {
    font-size: 18px !important;
  }
  footer .address {
    position: relative;
    bottom: unset;
    right: unset;
    margin-bottom: 40px;
  }
  footer .address h4 {
    font-size: 14px !important;
  }
}

@media only screen and (max-width: 708px) {
  .main .main-bg {
    height: 440px;
  }
  .main .main-content {
    margin-top: 30px;
    margin-bottom: 120px;
  }
  .main .main-content img {
    width: 131px;
  }
  .main .main-content h1 {
    margin: 23px 0 13px 0;
    text-align: left;
    font-size: 30px !important;
  }
  .main .main-content p {
    text-align: left;
    margin: 0 0 22px;
    font-size: 16px !important;
  }
  .main .main-content a {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    width: calc(100% - 56px);
    text-align: center;
  }
  .our-work {
    -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-bottom: 40px;
  }
  .our-work .text {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .our-work .text a {
    font-size: 16px !important;
  }
  .our-work .image {
    overflow-y: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100vw;
  }
  .our-work .small {
    display: inline-block !important;
    width: 100%;
  }
  .our-work .large {
    display: none;
  }
  .projects-contributions .text-statistics .statistics h2 {
    font-size: 40px !important;
  }
  .projects-contributions .text-statistics .statistics p {
    font-size: 14px !important;
  }
  footer {
    -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;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 100vw;
    background-image: url(../img/footer-bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: -15%;
  }
  footer img {
    display: none;
  }
  footer .text {
    margin-top: 130px;
  }
  footer .text h3 {
    font-size: 30px !important;
  }
  footer .text p {
    font-size: 18px !important;
  }
  footer .text a {
    font-size: 18px !important;
  }
  footer .address {
    position: relative;
    bottom: unset;
    right: unset;
    margin-bottom: 40px;
  }
  footer .address h4 {
    font-size: 14px !important;
  }
}

@media only screen and (max-width: 425px) {
  .main .main-bg {
    height: 400px;
  }
  .main .main-content {
    margin-top: 30px;
    margin-bottom: 110px;
  }
  .main .main-content img {
    width: 131px;
  }
  .main .main-content h1 {
    margin: 23px 0 13px 0;
    text-align: left;
  }
  .main .main-content p {
    text-align: left;
    margin: 0 0 22px;
  }
  .main .main-content a {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    width: calc(100% - 56px);
    text-align: center;
  }
}
/*# sourceMappingURL=style.css.map */
