@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@300;400;600;700&display=swap");
body {
  font-family: "Nunito Sans", sans-serif !important;
}

/* home_body start */
.home_body {
  min-height: 625px;
  height: 100%;
  padding-bottom: 70px;
  background: url(../../images/header_bg.png);
  background-size: 100% 100%;
  overflow: hidden;
}
.home_body .container {
  position: relative;
}
.home_body .red_ball {
  position: absolute;
  top: 100px;
  left: -5px;
  height: 70px;
  width: 70px;
  background: #FE7575;
  border-radius: 50%;
  overflow: hidden;
}
.home_body .red_ball:after {
  content: "";
  position: absolute;
  left: -15px;
  top: 0;
  height: 50px;
  width: 50px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
}
.home_body .orange_ball {
  position: absolute;
  bottom: -60px;
  left: 27px;
  height: 155px;
  width: 155px;
  background: #F59F4A;
  border-radius: 50%;
  overflow: hidden;
}
.home_body .orange_ball:after {
  content: "";
  position: absolute;
  right: -20px;
  bottom: 15px;
  height: 70px;
  width: 70px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
}
.home_body .blue_big_ball {
  position: absolute;
  top: 100px;
  right: -80px;
  height: 260px;
  width: 260px;
  background: #2B91EB;
  border-radius: 50%;
}
.home_body .blue_small_ball {
  position: absolute;
  bottom: -15px;
  right: 50px;
  height: 50px;
  width: 50px;
  background: #566DFE;
  border-radius: 50%;
}
.home_body .glass_efect {
  z-index: 2;
}
.home_body .content {
  padding: 160px 50px 30px;
  position: relative;
}
.home_body .content h1 {
  font-weight: 700;
  margin-bottom: 30px;
}
.home_body .content p {
  margin-bottom: 40px;
}
.home_body .content .button_area .button {
  display: inline-block;
  padding: 10px 15px;
  background: #00A86B;
  color: #fff;
  border-radius: 30px;
  margin-right: 10px;
  text-decoration: none;
}
.home_body .content .button_area .link {
  margin-top: 10px;
  display: inline-block;
  color: rgba(0, 168, 107, 0.8);
  text-decoration: underline;
  transition: all 0.2s;
}
.home_body .content .button_area .link:hover {
  color: #00A86B;
}

ul.card-stacks {
  width: 100%;
  list-style-type: none;
  margin: 0 auto 20px;
  padding: 0;
  position: relative;
  cursor: pointer;
  height: 400px;
}
ul.card-stacks li.stack {
  position: absolute;
  left: 0px;
  transition: all 0.4s cubic-bezier(0.63, 0.15, 0.03, 1.02);
}
ul.card-stacks li.stack ul.cards-down {
  position: relative;
  margin: 0 0 20px;
  padding: 20px;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.card-stacks li.stack ul.cards-down li.card {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently */

  transition: all 0.4s cubic-bezier(0.63, 0.15, 0.03, 1.22);
  left: 0px;
  background: #FFF;
  overflow: hidden;
  height: auto;
  width: 400px;
  border: none;
  border-radius: 10px;
  position: absolute;
  top: 0px;
  box-shadow: -5px 5px 20px 0 rgba(51, 59, 64, 0.1);
  padding: 15px;
}
ul.card-stacks li.stack ul.cards-down li.card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
ul.card-stacks li.stack ul.cards-down li.card.card-1 {
  z-index: 10;
  transform: rotateZ(-2deg);
}
ul.card-stacks li.stack ul.cards-down li.card.card-2 {
  z-index: 9;
  transform: rotateZ(-7deg);
}
ul.card-stacks li.stack ul.cards-down li.card.card-3 {
  z-index: 8;
  transform: rotateZ(5deg);
}
ul.card-stacks.transition li.stack.stack-1 {
  left: 0px;
}
ul.card-stacks.transition li.stack.stack-2 {
  left: 270px;
}
ul.card-stacks.transition li.stack.stack-3 {
  left: 440px;
}
ul.card-stacks.transition li.stack ul.cards-down li.card {
  transform: rotateZ(0deg);
  box-shadow: -10px 10px 20px 0 rgba(51, 59, 64, 0.1);
  width: 255px;
}
ul.card-stacks.transition li.stack ul.cards-down li.card.card-2 {
  top: 0;
}
ul.card-stacks.transition li.stack ul.cards-down li.card.card-1 {
  top: 200px;
}

@media (min-width: 1200px) {
  .home_body .container {
    max-width: 1240px;
  }
}
@media (max-width: 1200px) {
  .home_body .card-stacks {
    display: none;
  }
}
@media (max-width: 768px) {
  .home_body .content {
    padding-top: 120px;
    padding-bottom: 60px;
  }
}
@media (max-width: 576px) {
  .home_body .content {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 768px) {
  .home_body .button_area .howitworks {
    display: block !important;
  }
}
/* home_body end */
/* featured_section start */
.featured_section {
  padding-bottom: 60px;
}
.featured_section h3 {
  text-align: center;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 50px;
}
.featured_section .youtube_video_area {
  border-radius: 10px;
  position: relative;
  padding: 15px;
  box-shadow: -10px 10px 20px rgba(51, 59, 64, 0.1);
  margin-bottom: 30px;
}
.featured_section .youtube_video_area img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.featured_section .youtube_video_area .play_button_area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.featured_section .youtube_video_area .play_button_area .play_button {
  width: 80px;
  height: 80px;
  background: #FE7575;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  box-shadow: 0 20px 40px rgba(254, 117, 117, 0.4);
  overflow: hidden;
  transition: all 0.2s;
}
.featured_section .youtube_video_area .play_button_area .play_button::after {
  content: "";
  position: absolute;
  height: 50px;
  width: 50px;
  left: 15px;
  top: 15px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  z-index: 1;
  animation-name: animation_outside;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  transition: all 0.2s;
}
.featured_section .youtube_video_area .play_button_area .play_button::before {
  content: "";
  position: absolute;
  height: 50px;
  width: 50px;
  left: 15px;
  top: 15px;
  border-radius: 50%;
  z-index: 2;
  background: rgba(255, 255, 255, 0.3);
  animation-name: animation_inside;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  transition: all 0.2s;
}
.featured_section .youtube_video_area .play_button_area .play_button i {
  position: absolute;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  left: 15px;
  top: 15px;
  background: #FEABAB;
  color: #fff;
  font-size: 35px;
  z-index: 3;
  transition: all 0.3s;
}
.featured_section .youtube_video_area .play_button_area .play_button i::before {
  position: absolute;
  left: 20px;
  top: 7px;
}
.featured_section .youtube_video_area .play_button_area .play_button:hover i {
  transform: scale(1.7);
}
.featured_section .left_blog_item .item {
  border-radius: 15px;
  display: block;
  text-decoration: none;
  margin-bottom: 30px;
  box-shadow: -10px 10px 20px rgba(51, 59, 64, 0.15);
}
.featured_section .left_blog_item .item figure {
  width: 100%;
  height: 120px;
  border-radius: 12px;
  overflow: hidden;
  margin: 0;
}
.featured_section .left_blog_item .item figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.featured_section .left_blog_item .item article {
  padding: 10px 25px;
}
.featured_section .left_blog_item .item article h6 {
  color: #333B40;
  height: 36px;
  overflow: hidden;
  font-weight: 700;
}
.featured_section .left_blog_item .item article p {
  color: #333B40;
  font-size: 13px;
  line-height: 17px;
  margin: 0;
  height: 49px;
  overflow: hidden;
}
.featured_section .right_blog_item {
  border-left: 1px solid #D7DDDE;
  padding-left: 30px;
}
.featured_section .right_blog_item .item {
  display: flex;
  text-decoration: none;
  margin-bottom: 30px;
}
.featured_section .right_blog_item .item figure {
  margin-bottom: 0;
  margin-right: 15px;
  height: 86px;
  width: 86px;
  border-radius: 12px;
  overflow: hidden;
}
.featured_section .right_blog_item .item figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.featured_section .right_blog_item .item article {
  width: 65%;
}
.featured_section .right_blog_item .item article h6 {
  color: #333B40;
  height: 36px;
  overflow: hidden;
  font-weight: 700;
}
.featured_section .right_blog_item .item article p {
  color: #333B40;
  font-size: 13px;
  line-height: 17px;
  margin: 0;
  height: 49px;
  overflow: hidden;
}
.featured_section .right_blog_item .see_all_button {
  text-decoration: none;
  display: inline-block;
  padding: 5px 30px;
  border-radius: 30px;
  font-weight: 700;
  background: #00A86B;
  color: #fff;
}

.closeIcon > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

@keyframes animation_outside {
  0% {
    opacity: 1;
  }
  100% {
    transform: scale(1.7);
    opacity: 0;
  }
}
@keyframes animation_inside {
  0% {
    opacity: 1;
  }
  100% {
    transform: scale(1.4);
    opacity: 0;
  }
}
@media screen and (max-width: 992px) {
  .featured_section .right_blog_item {
    padding-left: 0;
    border: none;
  }
}
/* featured_section end */
/* service_section start */
.service_section {
  padding-bottom: 60px;
}
.service_section h3 {
  text-align: center;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 20px;
}
.service_section h3 span {
  color: #FE7575;
}
.service_section h4 {
  text-align: center;
  font-weight: 300;
  color: #00A86B;
  margin-bottom: 50px;
}
.service_section .image_area {
  display: flex;
  justify-content: center;
}
.service_section .image_area .image {
  box-shadow: -10px 10px 20px rgba(51, 59, 64, 0.1);
  border-radius: 10px;
  margin-right: 15px;
}
.service_section .image_area .image:last-child {
  margin-right: 0;
}
.service_section .image_area .image img {
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .service_section .image_area {
    flex-wrap: wrap;
  }

  .service_section .image_area .image {
    margin-bottom: 15px;
  }
}
/* service_section end */
/* pricing_section start */
.pricing_section {
  padding-bottom: 50px;
  background: url(../../images/pricing_section_bg.png);
  background-size: 100% 100%;
}
.pricing_section h3 {
  text-align: center;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 20px;
}
.pricing_section h5 {
  text-align: center;
  margin-bottom: 50px;
}
.pricing_section h5 span {
  color: #FE7575;
}
.pricing_section .pricing_item {
  margin-bottom: 30px;
  border-radius: 10px;
  box-shadow: -25px 10px 50px rgba(51, 59, 64, 0.1);
  overflow: hidden;
}
.pricing_section .pricing_item .item_header {
  height: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pricing_section .pricing_item .item_header h1 {
  color: #fff;
  text-align: center;
  padding: 15px;
  font-weight: 700;
  margin: 0;
}
.pricing_section .pricing_item .item_body {
  padding: 30px;
}
.pricing_section .pricing_item .item_body p {
  font-size: 14px;
  font-weight: 300;
  text-align: center;
}
.pricing_section .pricing_item .item_body .item_content {
  border-radius: 10px;
  box-shadow: -10px 10px 20px rgba(51, 59, 64, 0.1);
  padding: 7px 15px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  width: 200px;
  margin: 0 auto 10px;
}
.pricing_section .pricing_item .item_body .highlight {
  color: #fff;
}
.pricing_section .pricing_item .item_body .highlight span {
  font-weight: 300;
}
.pricing_section .pricing_item .item_body .button_area {
  text-align: center;
  padding-top: 40px;
}
.pricing_section .pricing_item .item_body .button_area a {
  display: inline-block;
  color: #fff;
  padding: 7px 40px;
  border-radius: 30px;
  font-weight: 700;
  text-decoration: none;
}
.pricing_section .blue_item {
  border-bottom: 16px solid #566DFE;
}
.pricing_section .blue_item .item_header {
  background: #566DFE;
}
.pricing_section .blue_item .item_body p {
  color: #566DFE;
}
.pricing_section .blue_item .item_content {
  color: #566DFE;
}
.pricing_section .blue_item .highlight {
  background: #566DFE;
}
.pricing_section .blue_item .button_area a {
  background: #566DFE;
}
.pricing_section .pink_item {
  border-bottom: 16px solid #FE7575;
}
.pricing_section .pink_item .item_header {
  background: #FE7575;
}
.pricing_section .pink_item .item_body p {
  color: #FE7575;
}
.pricing_section .pink_item .item_content {
  color: #FE7575;
}
.pricing_section .pink_item .highlight {
  background: #FE7575;
}
.pricing_section .pink_item .button_area a {
  background: #FE7575;
}

/* pricing_section end */
/* about_section start */
.about_section {
  background: url(../../images/about_section_bg.png);
  background-size: 100% 100%;
  padding-bottom: 50px;
  overflow: hidden;
}
.about_section .container {
  position: relative;
}
.about_section .orange_ball {
  position: absolute;
  top: 370px;
  left: -50px;
  height: 160px;
  width: 160px;
  background: #F59F4A;
  border-radius: 50%;
}
.about_section .red_ball {
  position: absolute;
  top: 450px;
  right: 20px;
  height: 70px;
  width: 70px;
  background: #FE7575;
  border-radius: 50%;
}
.about_section .blue_ball {
  position: absolute;
  bottom: 360px;
  right: 240px;
  height: 100px;
  width: 100px;
  background: #566DFE;
  border-radius: 50%;
}
.about_section h3 {
  text-align: center;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 50px;
}
.about_section h3 span {
  color: #FE7575;
}
.about_section .glass_efect {
  margin-bottom: 30px;
}
.about_section .glass_efect .content {
  position: relative;
  padding: 30px 30px 15px;
}
.about_section .glass_efect .content .image {
  box-shadow: 0 10px 20px rgba(51, 59, 64, 0.1);
  border-radius: 15px;
  margin-bottom: 40px;
}
.about_section .glass_efect .content .image img {
  width: 100%;
}
.about_section .glass_efect .content h4 {
  text-align: center;
  line-height: 36px;
}
.about_section .glass_efect .content h4 span {
  color: #00A86B;
  font-weight: 700;
  font-size: 26px;
}

/* about_section end */
/* promo_section start */
.promo_section {
  padding-bottom: 70px;
}
.promo_section h3 {
  text-align: center;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 10px;
}
.promo_section h5 {
  text-align: center;
  color: #FE7575;
  font-weight: 300;
  margin-bottom: 30px;
}
.promo_section .button_area {
  text-align: center;
}
.promo_section .button_area a {
  display: inline-block;
  padding: 10px 40px;
  background: #00A86B;
  color: #fff;
  font-weight: 700;
  border-radius: 30px;
  text-decoration: none;
  box-shadow: 12px 12px 24px rgba(0, 168, 107, 0.22);
}

/* promo_section end */

/*# sourceMappingURL=index.css.map */
