/** FONTS **/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@400;500&display=swap");
/** DEFAULT **/
::-moz-selection {
  background-color: #FFCD00;
  color: black;
}
::selection {
  background-color: #FFCD00;
  color: black;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
}

body {
  font-size: 16px;
  line-height: 1.4;
  color: #000;
  min-height: 100vh;
  overflow-x: hidden;
}

a,
a:visited,
button {
  text-decoration: none;
  outline: none;
  color: #000;
  cursor: pointer;
}

ul,
ol {
  margin: 0;
  list-style-type: none;
}
ul li,
ol li {
  margin-top: 5px;
  margin-bottom: 5px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Quicksand", sans-serif;
  line-height: 1.1;
  margin-bottom: 30px;
}

p {
  margin-bottom: 20px;
}

small {
  font-size: 80%;
}

img {
  max-width: 100%;
  height: auto;
}

.img-responsive {
  width: 100%;
}

.m-auto {
  margin-right: auto;
  margin-left: auto;
}

.mx--15 {
  margin-left: -15px;
  margin-right: -15px;
}

.mx--30 {
  margin-left: -30px;
  margin-right: -30px;
}

.mr-10 {
  margin-right: 10px;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-40 {
  margin-bottom: 40px;
}

.px-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.px-15 {
  padding-left: 15px;
  padding-right: 15px;
}

.py-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.py-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.py-4r {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.p-10 {
  padding: 10px;
}

.p-15 {
  padding: 15px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-4r {
  padding-top: 4rem;
}

.position-relative {
  position: relative;
}

.clear {
  clear: both;
}

.clearfix {
  position: relative;
}
.clearfix::after {
  content: "";
  clear: both;
  display: block;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.d-block {
  display: block;
}

.d-none {
  display: none;
}

.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container .d-flex {
  margin-right: -15px;
  margin-left: -15px;
}

.container-fluid {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid .d-flex {
  margin-right: -15px;
  margin-left: -15px;
}

.d-flex {
  display: flex;
  flex-wrap: wrap;
}
.d-flex .col {
  padding-left: 15px;
  padding-right: 15px;
}
.d-flex .col-1 {
  flex: 0 0 auto;
  width: 8.3333333333%;
}
.d-flex .col-2 {
  flex: 0 0 auto;
  width: 16.666667%;
}
.d-flex .col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.d-flex .col-4 {
  flex: 0 0 auto;
  width: 33.3333333333%;
}
.d-flex .col-5 {
  flex: 0 0 auto;
  width: 41.666667%;
}
.d-flex .col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.d-flex .col-7 {
  flex: 0 0 auto;
  width: 58.333333%;
}
.d-flex .col-8 {
  flex: 0 0 auto;
  width: 66.666667%;
}
.d-flex .col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.d-flex .col-10 {
  flex: 0 0 auto;
  width: 83.333333%;
}
.d-flex .col-11 {
  flex: 0 0 auto;
  width: 91.666667%;
}
.d-flex .col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

@media (min-width: 576px) {
  .d-flex .col-sm-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .d-flex .col-sm-2 {
    flex: 0 0 auto;
    width: 16.666667%;
  }
  .d-flex .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .d-flex .col-sm-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .d-flex .col-sm-5 {
    flex: 0 0 auto;
    width: 41.666667%;
  }
  .d-flex .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .d-flex .col-sm-7 {
    flex: 0 0 auto;
    width: 58.333333%;
  }
  .d-flex .col-sm-8 {
    flex: 0 0 auto;
    width: 66.666667%;
  }
  .d-flex .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .d-flex .col-sm-10 {
    flex: 0 0 auto;
    width: 83.333333%;
  }
  .d-flex .col-sm-11 {
    flex: 0 0 auto;
    width: 91.666667%;
  }
  .d-flex .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .d-sm-block {
    display: block;
  }
  .d-sm-none {
    display: none;
  }
}
@media (min-width: 768px) {
  .d-flex .col-md-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .d-flex .col-md-2 {
    flex: 0 0 auto;
    width: 16.666667%;
  }
  .d-flex .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .d-flex .col-md-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .d-flex .col-md-5 {
    flex: 0 0 auto;
    width: 41.666667%;
  }
  .d-flex .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .d-flex .col-md-7 {
    flex: 0 0 auto;
    width: 58.333333%;
  }
  .d-flex .col-md-8 {
    flex: 0 0 auto;
    width: 66.666667%;
  }
  .d-flex .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .d-flex .col-md-10 {
    flex: 0 0 auto;
    width: 83.333333%;
  }
  .d-flex .col-md-11 {
    flex: 0 0 auto;
    width: 91.666667%;
  }
  .d-flex .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .order-md-2 {
    order: 2;
  }
  .d-md-block {
    display: block;
  }
  .d-md-none {
    display: none;
  }
}
.flex-direction-column {
  flex-direction: column;
}

.flex-align-center {
  align-items: center;
}

.flex-justify-center {
  justify-content: center;
}

.flex-justify-space-between {
  justify-content: space-between;
}

.flex-justify-space-evenly {
  justify-content: space-evenly;
}

.primary-color {
  color: #FFCD00 !important;
}

.bg-primary {
  background-color: #FFCD00;
}

.ny-button {
  border: none;
  background-color: #FFCD00;
  display: inline-block;
  margin-top: 10px;
  padding: 10px 25px;
  border-radius: 20px;
  line-height: 1;
  text-transform: uppercase;
  font-family: "Quicksand", sans-serif;
}
.ny-button._black {
  background-color: black;
  color: #fff;
}
.ny-button._white {
  background-color: white;
  color: #000;
}
.ny-button._big {
  font-size: 120%;
  padding: 15px 35px;
}

.bg-black {
  background-color: black;
  color: #fff;
}

.big-title {
  font-size: 4rem;
}

.ny-title {
  font-size: 3rem;
}

.ny--title {
  font-size: 2.2rem;
}

.shape_btn {
  position: relative;
  display: inline-block;
  line-height: 0;
}
.shape_btn img {
  height: 200px;
}
.shape_btn ._txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
}

.shape_btn.dark {
  color: #fff;
}

._inline li {
  display: inline-block;
}

section {
  position: relative;
}

.event-none {
  pointer-events: none;
}

.grayscale {
  filter: grayscale(100);
}

.z-index-back {
  z-index: 5;
}

.z-index-front {
  z-index: 20;
}

@media (max-width: 767px) {
  .big-title {
    font-size: 2.6rem;
  }
  .ny-title {
    font-size: 2.6rem;
  }
  .ny--title {
    font-size: 1.8rem;
  }
}
/** disclaimer notice **/
#overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: 9999;
}
#overlay #notice {
  position: absolute;
  z-index: 200;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 900px;
  height: 95%;
  max-height: 600px;
  overflow-y: auto;
  background-color: #E0F3FF;
  padding: 2rem;
}
#overlay #notice .notice-logo {
  max-height: 80px;
}
#overlay #notice::-webkit-scrollbar {
  width: 5px;
}
#overlay #notice::-webkit-scrollbar-track {
  box-shadow: none;
  background-color: #E0F3FF;
}
#overlay #notice::-webkit-scrollbar-thumb {
  background-color: #FFCD00;
  outline: none;
}

/** header **/
header {
  min-height: 8vh;
  padding-top: 10px;
  padding-bottom: 10px;
}
header #logo {
  display: block;
  line-height: 1;
  text-align: left;
}
header #logo img {
  max-height: 70px;
}
header .navigation {
  text-align: right;
}
header .navigation li {
  display: inline-block;
  margin: 5px 10px;
}
@media (max-width: 767px) {
  header {
    padding-bottom: 0;
    overflow: hidden;
  }
  header .container {
    padding: 0;
  }
  header #logo {
    text-align: center;
  }
  header .navigation {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    white-space: nowrap;
    padding: 0 5px 10px 5px;
  }
  header .navigation::-webkit-scrollbar {
    height: 5px;
  }
  header .navigation::-webkit-scrollbar-track {
    box-shadow: none;
    background-color: #fff;
  }
  header .navigation::-webkit-scrollbar-thumb {
    background-color: #FFCD00;
    outline: none;
  }
  header .navigation li {
    float: none;
    display: inline-block;
    white-space: normal;
    vertical-align: top;
    margin: 5px;
  }
  header .navigation li a {
    padding: 8px 25px;
    background: #f5f5f5;
    border-radius: 6px;
    display: block;
  }
}

/** banner **/
#banner {
  background-color: #FFCD00;
  overflow: hidden;
}
#banner ._box {
  position: relative;
  height: 100%;
}
#banner ._box img {
  position: absolute;
  top: 30%;
  left: 35%;
  transform: translate(-50%, -50%) scale(1.2);
  width: 100%;
}
#banner ._box ._txt {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
}
#banner ._banner-anim {
  transform: translateY(4rem);
  position: relative;
}
#banner ._banner-anim .float {
  position: absolute;
}
#banner ._banner-anim ._bird._one {
  animation: updown 2.2s infinite alternate;
}
@keyframes updown {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}
#banner ._banner-anim ._bird._two {
  animation: updown 1.8s infinite alternate;
}
@keyframes updown {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-25px);
  }
}
#banner ._banner-anim ._leaves._one {
  animation: leftleave 1.6s ease infinite alternate;
  transform-origin: bottom right;
}
@keyframes leftleave {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-4deg);
  }
}
#banner ._banner-anim ._leaves._two {
  animation: rightleave 1.6s ease infinite alternate;
  transform-origin: bottom left;
}
@keyframes rightleave {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(4deg);
  }
}
@media (max-width: 767px) {
  #banner ._box img {
    top: 50%;
  }
  #banner ._box ._txt {
    position: relative;
    top: 55%;
    left: 45%;
    width: 80%;
  }
  #banner ._banner-anim {
    padding-top: 40px;
  }
}

/** services **/
#services {
  overflow: hidden;
}
#services ._box {
  padding: 3rem;
  position: relative;
  height: 100%;
}
#services ._box ._number {
  font-size: 22px;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
#services ._box ._number::after {
  content: "";
  bottom: -10px;
  left: 0;
  width: 100px;
  height: 1px;
  background-color: black;
  display: block;
  position: relative;
}
#services ._box.shade-1::before, #services ._box.shade-3::before {
  content: "";
  position: absolute;
  width: 33.3333333333vw;
  top: 0;
  left: 0;
  height: 100%;
  background-color: inherit;
  z-index: -1;
}
#services ._box.shade-1 {
  background-color: #FFF0B3;
}
#services ._box.shade-1::before {
  left: -100%;
}
#services ._box.shade-2 {
  background-color: #FFE680;
}
#services ._box.shade-3 {
  background-color: #FFDC4D;
}
#services ._box.shade-3::before {
  left: auto;
  right: -100%;
}
@media (max-width: 767px) {
  #services ._box {
    padding: 2rem;
  }
}

/** works **/
#works {
  background-color: #E0F3FF;
}
#works ._box {
  width: 20%;
  text-align: center;
  position: relative;
}
#works ._box:nth-child(odd) {
  margin-top: 14rem;
}
#works ._box a {
  display: block;
}
#works ._box ._arrow {
  position: absolute;
  top: 38%;
  right: -35px;
  width: 70px;
}
#works ._box ._arrow.up {
  top: -12%;
  transform: rotate(-90deg);
}
@media (max-width: 767px) {
  #works ._box {
    width: 100%;
    max-width: 250px;
  }
  #works ._box:nth-child(odd) {
    margin-top: 0rem;
  }
  #works ._box ._arrow {
    position: relative;
    right: 0;
    top: 0;
  }
  #works ._box ._arrow.up {
    top: 0;
    transform: rotate(90deg);
  }
}

/** quote **/
#quote {
  overflow: hidden;
  background-image: url(../images/quote-bg.svg), url(../images/quote-bg-flip.svg);
  background-repeat: no-repeat;
  background-position: -3% center, 103% center;
  background-size: 20%;
  padding-top: 8rem;
  padding-bottom: 8rem;
}
@media (max-width: 767px) {
  #quote {
    background: none;
  }
}

/** founders **/
#founders {
  background-color: #E0F3FF;
}
#founders ._avatar {
  max-height: 200px;
}
#founders ._info {
  padding: 20px;
  text-align: center;
}
#founders ._info ._name {
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 10px;
}
#founders ._info ._role {
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  font-size: 15px;
}
#founders ._info ._summary {
  margin-top: 15px;
}

/** our story **/
#story {
  background-image: url(../images/our-story.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/** impact **/
#impact ._box {
  text-align: center;
}
#impact ._box img {
  max-height: 240px;
}
#impact ._box ._counter {
  font-size: 3.5rem;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
}
@media (max-width: 767px) {
  #impact ._box {
    margin-bottom: 25px;
  }
}

/** testimonials **/
#testimonials {
  background-color: #FFF0B3;
}
#testimonials .slider {
  background-color: #FFCD00;
  display: flex;
}
#testimonials .slider img {
  line-height: 1;
  display: block;
}
#testimonials .slider ._box {
  background-color: #FFCD00;
  position: relative;
  padding: 2.5rem;
  height: 100%;
  text-align: center;
  height: 100%;
}
#testimonials .slider ._box ._name {
  font-family: "Quicksand", sans-serif;
  font-size: 2rem;
  margin-bottom: 10px;
}
#testimonials .slider ._box ._position {
  margin-bottom: 10px;
  font-size: 14px;
}
#testimonials .slider ._box ._message {
  line-height: 1.8;
}
#testimonials .slick-prev:before, #testimonials .slick-next:before {
  color: black;
}
#testimonials .slick-initialized .slick-slide {
  display: flex;
}
@media (max-width: 767px) {
  #testimonials .slider {
    background: none;
  }
  #testimonials .slider ._box {
    padding: 2rem 2rem 1rem 2rem;
  }
  #testimonials .slick-prev, #testimonials .slick-next {
    z-index: 100;
    width: 28px;
    height: 28px;
  }
  #testimonials .slick-prev:before, #testimonials .slick-next:before {
    font-size: 28px;
  }
  #testimonials .slick-prev {
    left: 0;
  }
  #testimonials .slick-next {
    right: 0;
  }
}

/** partners **/
#partners ._partners img {
  max-height: 80px;
  width: auto;
}

/** journey **/
#journey {
  background-color: #E0F3FF;
}

/** newsletter **/
#newsletter {
  background-color: #FFCD00;
}
#newsletter #particles-js {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#newsletter form input {
  padding: 10px;
}
#newsletter form button {
  background-color: #FFCD00;
  border: 1px solid black;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  #newsletter {
    padding: 0 15px;
  }
}

/** footer **/
footer {
  background-color: #FFF7D9;
}
footer .footer-logo {
  max-height: 70px;
}
@media (max-width: 767px) {
  footer ._three {
    margin-top: 25px;
  }
}

.popup {
  display: none;
  position: fixed;
  padding: 10px;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.4745098039);
  z-index: 20;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.popup .popup-parent {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.popup .popup-parent .popup-body {
  background: #FFF;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 600px;
  padding: 40px 20px;
  position: relative;
  border-radius: 2px;
}
.popup .popup-parent .popup-body .close {
  position: absolute;
  right: 10px;
  top: 10px;
}
.popup .popup-parent .popup-body p {
  text-align: center;
  margin-bottom: 15px;
  font-weight: bold;
}
.popup .popup-parent .popup-body .ny-button {
  margin-inline: 5px;
}
.popup .popup-parent .popup-body .buttons-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.popupk {
  display: none;
  position: fixed;
  padding: 20px;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.4745098039);
  z-index: 20;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.popupk .popup-parent {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.popupk .popup-parent .popup-body {
  background: #FFF;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 600px;
  padding: 40px 20px;
  position: relative;
  border-radius: 2px;
}
.popupk .popup-parent .popup-body .close {
  position: absolute;
  right: 10px;
  top: 10px;
}
.popupk .popup-parent .popup-body p {
  text-align: center;
  margin-bottom: 15px;
  font-size: 17px;
}
.popupk .popup-parent .popup-body p b {
  font-weight: 600;
  font-size: 17px;
}
.popupk .popup-parent .popup-body .form_wrapper {
  max-width: 500px;
  margin-inline: auto;
}
.popupk .popup-parent .popup-body .form_wrapper input {
  display: block;
  width: 100%;
  margin-block: 10px;
  height: 50px;
  border: 2px solid #000;
  padding-left: 10px;
}
.popupk .popup-parent .popup-body .form_wrapper input::-moz-placeholder {
  color: grey;
}
.popupk .popup-parent .popup-body .form_wrapper input::placeholder {
  color: grey;
}
.popupk .popup-parent .popup-body .form_wrapper button {
  border: none;
  background-color: #FFCD00;
  display: block;
  margin-top: 10px;
  padding: 10px 25px;
  margin-inline: auto;
  width: -moz-fit-content;
  width: fit-content;
  border: 2px solid #000;
  line-height: 1;
  text-transform: uppercase;
  font-family: "Quicksand", sans-serif;
  transition: all 0.3s ease-in-out;
}
.popupk .popup-parent .popup-body .form_wrapper button:hover {
  background-color: #000;
  color: #FFCD00;
}/*# sourceMappingURL=style.css.map */