/* Body Typo */
/* H1 */
/* H2 */
/* H3 */
/* H4 */
/* H5 */
/* H6 */
.landing_footer {
  background-image: url("../../images/landing/landing_footer_bg_img.png");
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 30px;
  font-family: "Inter", Arial, Verdana, Tahoma, sans-serif !important;
}
@media only screen and (min-width: 1025px) {
  .landing_footer {
    margin-top: 70px;
  }
}
@media only screen and (min-width: 1281px) {
  .landing_footer {
    margin-top: 120px;
  }
}
.landing_footer .landing_footer_wrapper {
  padding: 30px 0;
  color: #fff;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  flex-direction: column-reverse;
  gap: 40px;
}
@media only screen and (min-width: 1025px) {
  .landing_footer .landing_footer_wrapper {
    align-items: center;
    flex-direction: row;
  }
}
@media only screen and (min-width: 1025px) {
  .landing_footer .landing_footer_wrapper .footer_left {
    flex: 0 0 36.938%;
    max-width: 36.938%;
  }
}
.landing_footer .landing_footer_wrapper .footer_left .h1 {
  text-transform: capitalize;
}
.landing_footer .landing_footer_wrapper .footer_left .footer_content {
  font-size: 20px;
  line-height: 1.26;
  font-weight: 400;
  letter-spacing: normal;
}
@media only screen and (min-width: 1025px) {
  .landing_footer .landing_footer_wrapper .footer_left .footer_content {
    font-size: 26px;
    line-height: 1.26;
    font-weight: 400;
    letter-spacing: normal;
  }
}
@media only screen and (min-width: 1281px) {
  .landing_footer .landing_footer_wrapper .footer_left .footer_content {
    font-size: 30px;
    line-height: 1.26;
    font-weight: 400;
    letter-spacing: normal;
    margin-bottom: 19px;
  }
}
.landing_footer .landing_footer_wrapper .footer_left .btn {
  background-color: #fff;
  color: #5857F9;
  border: 3px solid #fff;
  text-transform: capitalize;
  border-radius: 10px;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 600;
  letter-spacing: normal;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 1025px) {
  .landing_footer .landing_footer_wrapper .footer_left .btn {
    font-size: 24px;
    line-height: 1.3;
    font-weight: 600;
    letter-spacing: normal;
  }
}
@media only screen and (min-width: 1025px) {
  .landing_footer .landing_footer_wrapper .footer_left .btn {
    border-radius: 20px;
    font-size: 26px;
    line-height: 1.3;
    font-weight: 600;
    letter-spacing: normal;
  }
}
@media only screen and (min-width: 1281px) {
  .landing_footer .landing_footer_wrapper .footer_left .btn {
    font-size: 30px;
    line-height: 1.3;
    font-weight: 600;
    letter-spacing: normal;
  }
}
.landing_footer .landing_footer_wrapper .footer_left .btn:hover {
  background-color: #5857F9;
  color: #fff;
}
.landing_footer .landing_footer_wrapper .footer_left .footer_social_media_heading {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.28;
  font-weight: 400;
  letter-spacing: normal;
}
@media only screen and (min-width: 1025px) {
  .landing_footer .landing_footer_wrapper .footer_left .footer_social_media_heading {
    font-size: 25px;
    line-height: 1.28;
    font-weight: 400;
    letter-spacing: normal;
    margin-top: 20px;
  }
}
.landing_footer .landing_footer_wrapper .footer_left .footer_social_links {
  display: flex;
  gap: 12px;
}
@media only screen and (min-width: 1281px) {
  .landing_footer .landing_footer_wrapper .footer_left .footer_social_links {
    gap: 20px;
  }
}
.landing_footer .landing_footer_wrapper .footer_left .footer_social_links .social_media_image {
  width: 24px;
  height: 24px;
}
@media only screen and (min-width: 768px) {
  .landing_footer .landing_footer_wrapper .footer_left .footer_social_links .social_media_image {
    width: 28px;
    height: 28px;
  }
}
@media only screen and (min-width: 1281px) {
  .landing_footer .landing_footer_wrapper .footer_left .footer_social_links .social_media_image {
    height: 38px;
    width: 38px;
    width: 38px;
    height: 38px;
  }
}
.landing_footer .landing_footer_wrapper .footer_left .footer_social_links .social_media_image img:hover {
  opacity: 0.8;
}
@media only screen and (min-width: 1025px) {
  .landing_footer .landing_footer_wrapper .footer_right {
    flex: 0 0 56.875%;
    max-width: 56.875%;
  }
}
.landing_footer .landing_footer_wrapper .footer_right picture img {
  border-radius: 30px;
}/*# sourceMappingURL=landing_footer.css.map */