@font-face {
  font-family: 'aileron-regular';
  src: url("../fonts/Aileron-Regular.otf");
}

@font-face {
  font-family: 'aileron-bold';
  src: url("../fonts/Aileron-Bold.otf");
}

@font-face {
  font-family: 'aileron-heavy';
  src: url("../fonts/Aileron-Heavy.otf");
}

.red-color {
  color: #f74f58;
}

.sky-blue-color {
  color: #39c0e0;
}

.purple-color {
  color: #b083c4;
}

.red-bg {
  background-color: #f74f58;
}

.sky-blue-bg {
  background-color: #39c0e0;
}

.purple-bg {
  background-color: #b083c4;
}

button {
  padding: 10px 60px;
  color: white;
  font-weight: bold;
  font-size: 24px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

@media screen and (max-width: 992px) {
  button {
    padding: 10px 50px;
    font-size: 23px;
  }
}

@media screen and (max-width: 767px) {
  button {
    padding: 10px 40px;
    font-size: 22px;
  }
}

@media screen and (max-width: 450px) {
  button {
    padding: 8px 25px;
    font-size: 20px;
  }
}

.red-btn {
  background-color: #f74f58;
  border: 2px solid #f74f58;
}

.red-btn:hover {
  background-color: transparent;
  color: #f74f58;
}

.yellow-btn {
  background-color: #fddc4b;
  border: 2px solid #fddc4b;
}

.yellow-btn:hover {
  background-color: transparent;
  color: #fddc4b;
}

.desc-md {
  font-size: 26px;
  font-family: 'aileron-regular';
  color: #8f8f8f;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .desc-md {
    font-size: 22px;
  }
}

@media screen and (max-width: 450px) {
  .desc-md {
    font-size: 19px;
  }
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #39c0e0;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #39c0e0;
}

body {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
}

.website-wrapper {
  width: 100%;
  max-width: 1920px;
  overflow: hidden;
  margin: auto;
}

.navbar-toggler-icon {
  background-image: url("../assets/burgur.svg") !important;
}

.navbar-toggler {
  border: none;
}

.navbar-toggler:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.navbar .nav-link {
  font-size: 20px;
  font-weight: bold;
  font-family: 'aileron-bold';
  color: #39c0e0 !important;
  padding: 4px;
}

.hero {
  padding-top: 100px;
  padding-bottom: 150px;
  background-image: url("../assets/hero-bg.png");
  background-position: top;
  background-repeat: no-repeat;
  background-size: 100%;
}

@media screen and (max-width: 992px) {
  .hero {
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 550px) {
  .hero {
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 450px) {
  .hero {
    padding-bottom: 20px;
  }
}

.hero__top-text {
  position: relative;
  top: 60px;
  z-index: 10;
}

@media screen and (max-width: 992px) {
  .hero__top-text {
    top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .hero__top-text {
    top: 0px;
  }
}

.hero .kindemy {
  max-width: 75%;
}

@media screen and (max-width: 767px) {
  .hero .kindemy {
    max-width: 300px;
  }
}

.hero .baloon {
  position: relative;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 63%;
  max-width: 75%;
}

.igenite {
  position: relative;
  padding-top: 30px;
  background-image: url("../assets/igenite-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 50px;
}

.igenite .path01 {
  width: 20%;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
}

@media screen and (max-width: 1200px) {
  .igenite .path01 {
    width: 30%;
  }
}

@media screen and (max-width: 992px) {
  .igenite .path01 {
    width: 30%;
  }
}

.igenite .children-books {
  width: 400px;
}

@media screen and (max-width: 1400px) {
  .igenite .children-books {
    width: 320px;
  }
}

@media screen and (max-width: 1200px) {
  .igenite .children-books {
    width: 75%;
  }
}

.igenite .flowers-bird {
  position: relative;
  top: -80px;
  width: 110%;
}

.igenite .wheel-chair {
  position: relative;
  float: right;
  top: -140px;
  margin-left: auto;
  width: 550px;
}

@media screen and (max-width: 1400px) {
  .igenite .wheel-chair {
    width: 444px;
  }
}

@media screen and (max-width: 1200px) {
  .igenite .wheel-chair {
    top: -90px;
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  .igenite .wheel-chair {
    top: -60px;
  }
}

.ignite-after {
  position: relative;
  -webkit-transform: translateY(-33%);
          transform: translateY(-33%);
}

.how-it-works {
  margin-bottom: 300px;
}

.how-it-works .kite {
  position: relative;
  z-index: -10;
}

.how-it-works .kite img {
  min-width: 300px;
  width: 30%;
  position: absolute;
  left: 50%;
  top: -200px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.how-it-works .star {
  position: relative;
  z-index: -10;
}

.how-it-works .star img {
  position: absolute;
}

.how-it-works .star-1 img {
  left: 15%;
  top: 150px;
}

.how-it-works .star-2 img {
  left: 10%;
  top: 300px;
}

.how-it-works .star-3 img {
  right: 15%;
}

.how-it-works .path02 {
  width: 40%;
  position: relative;
  top: -50px;
}

@media screen and (max-width: 992px) {
  .how-it-works .path02 {
    width: 45%;
  }
}

@media screen and (max-width: 992px) {
  .how-it-works .path02 {
    width: 60%;
  }
}

.how-it-works .path03 {
  width: 50%;
  position: relative;
  left: 20%;
}

.how-it-works .red-btn {
  padding: 10px 100px !important;
}

.how-it-works .plane {
  position: absolute;
  right: 10%;
  z-index: -10;
}

.how-it-works .cloud {
  margin-bottom: 70px;
}

.how-it-works .cloud .inner {
  position: relative;
}

.how-it-works .cloud .inner .text {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
  margin: 20px 30px;
  text-align: center;
}

.how-it-works .cloud .inner .text h3 {
  max-width: 250px;
  margin: auto;
  color: #1f6484;
  line-height: 100%;
  font-family: 'aileron-bold';
  font-size: 26px;
}

.how-it-works .cloud .inner .text p {
  font-size: 15px;
  margin-top: 10px;
  color: #8f8f8f;
  font-weight: 400;
  line-height: 110%;
  font-family: 'aileron-regular';
}

.how-it-works .cloud-1 img {
  width: 450px;
}

.how-it-works .cloud-2 .inner .text h3 {
  max-width: 320px;
}

.how-it-works .cloud-2 img {
  width: 400px;
}

.how-it-works .cloud-3 img {
  width: 400px;
}

.chat-cards {
  position: relative;
}

.chat-cards .flowers-decoration {
  position: absolute;
  left: -50px;
  top: -400px;
}

.chat-cards .card {
  max-width: 300px;
}

.chat-cards .card h3 {
  font-family: 'aileron-heavy';
}

.chat-cards .card p {
  font-family: 'aileron-regular';
  color: #8f8f8f;
}

.footer {
  background-color: #f74f58;
  padding: 60px 0;
}

.footer .social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  margin-top: 60px;
}

.footer .social-link {
  border: 1px solid black;
  color: black;
  padding: 10px;
  width: 40px;
  height: 40px;
  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;
  border-radius: 5px;
  text-decoration: none;
  font-size: 20px;
  margin: 0 5px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.footer .social-link:hover {
  color: white;
  border: 1px solid #39c0e0;
  background-color: #39c0e0;
}
/*# sourceMappingURL=home.css.map */