/* common border radius */
/* disable text selection */
html {
  --secondary-color: #1F3F2F;
  --primary-color: #C8F564;
  --body-text: #D5EFDB;
  --brown: #FFF7EF;
  --lord-icon-primary: var(--primary-color);
  --lord-icon-secondary: var(--primary-color);
}

html, body {
  padding-top: 0;
}

.section--about-top.section--in-view .bg {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.section--about-top.section--in-view .image-with-gradient-wrap {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.section--about-top.section--in-view .image-with-gradient-wrap .inner .left-col {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
.section--about-top.section--in-view .image-with-gradient-wrap .inner .right-col {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
.section--about-top .bg {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100% + 20rem);
  -webkit-transition: 0.7s ease-in-out;
  transition: 0.7s ease-in-out;
  opacity: 0;
  -webkit-transform: translateY(-5rem);
          transform: translateY(-5rem);
  background-image: url("../../images/top-bg.jpg");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
.section--about-top .container {
  position: relative;
  z-index: 2;
}
.section--about-top .image-with-gradient-wrap {
  -webkit-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
  -webkit-transform: translateY(5rem);
  transform: translateY(5rem);
  opacity: 0;
}
.section--about-top .inner {
  padding: 0 2.5rem;
  padding-bottom: 6rem;
  width: 100%;
  max-width: calc(1136px + 5rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.section--about-top .inner .left-col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  -webkit-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
  -webkit-transform: translateX(-5rem);
  transform: translateX(-5rem);
  opacity: 0;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
@media screen and (max-width: 1290px) {
  .section--about-top .inner .left-col {
    -webkit-transform: translateX(-1.5rem);
    transform: translateX(-1.5rem);
  }
}
@media screen and (max-width: 800px) {
  .section--about-top .inner .left-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    text-align: center;
  }
}
.section--about-top .inner .right-col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  -webkit-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
  -webkit-transform: translateX(5rem);
  transform: translateX(5rem);
  opacity: 0;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
@media screen and (max-width: 1290px) {
  .section--about-top .inner .right-col {
    -webkit-transform: translateX(1.5rem);
    transform: translateX(1.5rem);
  }
}
@media screen and (max-width: 800px) {
  .section--about-top .inner .right-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    text-align: center;
  }
}
.section--about-top .inner .right-col .text {
  max-width: 47rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 800px) {
  .section--about-top .inner .right-col .text {
    margin: 3rem auto;
    text-align: left;
  }
}
@media screen and (max-width: 400px) {
  .section--about-top .inner .right-col .text {
    margin: 1rem auto;
  }
}
.section--about-top .inner .right-col p {
  text-align: left;
  margin-bottom: 2.4rem;
}

.scroll-text {
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
  -webkit-transform: translateY(5rem);
  transform: translateY(5rem);
  opacity: 0;
}
.scroll-text.part--in-view {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.section--partners {
  z-index: 10;
}
.section--partners.section--in-view .section__header {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.section--partners .section__header {
  -webkit-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
  -webkit-transform: translateY(-5rem);
  transform: translateY(-5rem);
  opacity: 0;
}

.section--join-us {
  text-align: center;
  padding-bottom: 10rem;
}
.section--join-us.section--in-view h2 {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
.section--join-us.section--in-view .btn {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
.section--join-us .section__header {
  max-width: 53rem;
  margin-left: auto;
  margin-right: auto;
}
.section--join-us h2 {
  -webkit-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
  -webkit-transform: translateX(-5rem);
  transform: translateX(-5rem);
  opacity: 0;
}
@media screen and (max-width: 1290px) {
  .section--join-us h2 {
    -webkit-transform: translateX(-1.5rem);
    transform: translateX(-1.5rem);
  }
}
.section--join-us .btn {
  -webkit-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
  -webkit-transform: translateX(5rem);
  transform: translateX(5rem);
  opacity: 0;
}
@media screen and (max-width: 1290px) {
  .section--join-us .btn {
    -webkit-transform: translateX(1.5rem);
    transform: translateX(1.5rem);
  }
}
/*# sourceMappingURL=o-nas.css.map */
