/*inclide fonts */
@font-face {
  font-family: "B-Farnaz";
  src: url(../fonts/B-Farnaz.ttf);
  font-weight: normal;
}

@font-face {
  font-family: "Castle-T-Book";
  src: url(../fonts/Castle-T-Book.ttf);
}

@font-face {
  font-family: "GoudyOldStyleExtraBoldBT";
  src: url(../fonts/GoudyOldStyleExtraBoldBT.ttf);
}

@font-face {
  font-family: "Khalid-Art-bold";
  src: url(../fonts/Khalid-Art-bold.ttf);
}

@font-face {
  font-family: "GE-SS-Text-Medium";
  src: url(../fonts/GE-SS-Text-Medium.otf);
}

.p-100 {
  padding-inline: 100px;
  padding-block: 100px;
}

@media (max-width: 575px) {
  .p-100 {
    padding: 32px 15px;
  }
}

@media (max-width: 575px) {
  .row {
    margin: 0;
  }
}

/*vars */
.container-fluid {
  padding: 80px 100px;
}

img {
  max-width: 100%;
}

body {
  font-family: "B-Farnaz";
}

.hero {
  background-color: #abd5e4;
  position: relative;
  overflow: hidden;
}

@media (max-width: 1020px) {
  .hero.container-fluid {
    padding: 30px;
  }
}

.hero .hero_bg {
  position: absolute;
  bottom: -46%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

@media (max-width: 1200px) {
  .hero .hero_bg {
    bottom: -42%;
  }
}

@media (max-width: 1020px) {
  .hero .hero_bg {
    bottom: -50%;
  }
}

@media (max-width: 767px) {
  .hero .hero_bg {
    bottom: -40%;
  }
}

.hero .header_logo {
  margin-bottom: 64px;
}

.hero .intro .content h2 {
  font-size: 42px;
  color: #04435b;
  line-height: 52px;
  text-align: center;
  margin: 0;
}

@media (max-width: 1200px) {
  .hero .intro .content h2 {
    font-size: 32px;
    line-height: 42px;
  }
}

@media (max-width: 1020px) {
  .hero .intro .content h2 {
    font-size: 26px;
    line-height: 36px;
  }
}

.hero .app_description {
  margin-top: 120px;
  position: relative;
  z-index: 100;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 991px) {
  .hero .app_description {
    margin-top: 64px;
  }
}

.hero .app_description .app_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}

.hero .app_description .app_logo .logo {
  width: 65%;
}

.hero .app_description .app_logo .app_download {
  gap: 12px;
}

.hero .app_description .description {
  padding: 32px 45px;
  border-radius: 24px;
  font-size: 36px;
  color: #04435b;
  background-color: #abd5e4;
  text-align: justify;
  text-align-last: center;
}

.hero .app_description .description img {
  width: 110px;
}

@media (max-width: 1200px) {
  .hero .app_description .description {
    font-size: 28px;
  }
  .hero .app_description .description img {
    width: 90px;
  }
}

@media (max-width: 1020px) {
  .hero .app_description .description {
    font-size: 22px;
    padding: 24px 18px;
    border-radius: 16px;
  }
  .hero .app_description .description img {
    width: 70px;
  }
}

@media (max-width: 575px) {
  .hero .intro .content h2 {
    position: relative;
    z-index: 10;
    margin-top: 0;
    margin-bottom: 32px;
    font-size: 32px;
    line-height: 42px;
  }
  .hero .hero_bg {
    position: absolute;
    bottom: -32%;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
  }
  .hero.container-fluid {
    padding: 45px 45px;
  }
  .hero .header_logo {
    margin-bottom: 32px;
    text-align: center;
  }
  .hero .header_logo img {
    max-width: 350px;
    width: 100%;
  }
  .hero .image_container {
    text-align: center;
  }
  .hero .image_container img {
    max-width: 350px;
    width: 100%;
  }
  .hero .app_description {
    margin: 0;
  }
  .hero .app_description .app_download_mobile {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    gap: 16px;
    padding: 0 15px;
    margin-top: 20px;
  }
  .hero .app_description .app_logo .logo {
    width: 100%;
    text-align: center;
  }
  .hero .app_description .app_logo .logo img {
    max-width: 170px;
    margin-bottom: 32px;
  }
  .hero .app_description .app_logo .app_download {
    display: none !important;
  }
  .hero .app_description .description {
    font-size: 28px;
    padding: 20px;
  }
  .hero .app_description .description p {
    margin: 0;
  }
  .hero .app_description .description img {
    width: 75px;
  }
}
footer .content a, footer .content p {
    font-size:29px;
}
@media (max-width: 768px) {
    footer .content a, footer .content p {
        font-size:20px;
    }
  .hero .intro .content h2 {
    font-size: 22px;
    line-height: 32px;
    max-width: 330px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 32px;
  }
  .hero .hero_bg {
    bottom: -30%;
  }
  .hero.container-fluid {
    padding: 32px 15px;
  }
  .hero .header_logo {
    margin-bottom: 32px;
    text-align: center;
  }
  .hero .header_logo img {
    max-width: 235px;
    width: 100%;
  }
  .hero .image_container {
    text-align: center;
  }
  .hero .image_container img {
    max-width: 235px;
    width: 100%;
  }
  .hero .app_description {
    margin: 0;
  }
  .hero .app_description .app_download_mobile {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    gap: 16px;
    padding: 0 15px;
    margin-top: 20px;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .hero .app_description .app_download_mobile img {
    max-width: 160px;
  }
  .hero .app_description .app_logo .logo {
    width: 100%;
    text-align: center;
  }
  .hero .app_description .app_logo .logo img {
    max-width: 130px;
    margin-bottom: 32px;
  }
  .hero .app_description .app_logo .app_download {
    display: none !important;
  }
  .hero .app_description .description {
    font-size: 22px;
    padding: 15px;
  }
  .hero .app_description .description p {
    margin: 0;
  }
  .hero .app_description .description img {
    width: 50px;
  }
}

.main_points {
  overflow: hidden;
  padding: 100px;
  background-color: #abd5e4;
}

.main_points .right .feat {
  background-color: #fff;
  padding: 16px 16px;
  border-radius: 50px 0 0 50px;
  color: #04435b;
  margin-bottom: 24px;
  font-size: 36px;
  text-align: center;
}

.main_points .left {
  font-size: 36px;
  color: #04435b;
}

.main_points .left p {
  text-align: justify;
  text-align-last: center;
}

.main_points .left a {
  font-size: 22px;
  background-color: #04435b;
  color: #fff;
  border-radius: 24px;
  padding: 12px 24px;
  text-align: center;
  text-decoration: none;
}

@media (max-width: 1400px) {
  .main_points .col-md-4 {
    padding: 0 !important;
  }
  .main_points .left {
    font-size: 35px;
  }
  .main_points .left a {
    font-size: 20px;
    white-space: nowrap;
  }
}

@media (max-width: 1200px) {
  .main_points .right .feat {
    margin-bottom: 16px;
    font-size: 24px;
  }
  .main_points .left {
    font-size: 28px;
  }
  .main_points .left a {
    font-size: 18px;
    padding: 4px 10px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

@media (max-width: 1200px) {
  .main_points {
    padding: 30px;
  }
}

@media (max-width: 767px) {
  .main_points {
    padding: 32px 15px;
  }
  .main_points.points_mobile_view {
    display: block !important;
    background-color: #fff;
  }
  .main_points.points_mobile_view .col-md-12 {
    padding: 0;
  }
  .main_points .right .feat {
    padding: 10px 10px;
    border-radius: 50px 0 0 50px;
    margin-bottom: 16px;
    font-size: 28px;
    text-align: center;
  }
  .main_points .right .feat:last-child {
    margin: 0;
  }
  .main_points .left {
    font-size: 28px;
    max-width: 360px;
    margin-right: auto;
    margin-left: auto;
  }
  .main_points .left p {
    margin: 0;
  }
  .main_points .left a {
    font-size: 18px;
    padding: 6px 12px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .main_points .col-md-4 {
    display: none;
  }
}

@media (max-width: 425px) {
  .main_points {
    padding: 32px 15px;
  }
  .main_points .col-md-6,
  .main_points .col-md-4 {
    padding: 0;
  }
  .main_points .right .feat {
    font-size: 22px;
    text-align: center;
  }
  .main_points .left {
    font-size: 22px;
  }
  .main_points .left a {
    font-size: 14px;
  }
}

.apply {
  overflow: hidden;
}

.apply .col-lg-5 h4 {
  color: #04435b;
  font-size: 32px;
  text-align: justify;
  text-align-last: center;
}

.apply .col-lg-5 h4 span {
  font-family: "Castle-T-Book";
}

.apply .col-lg-2 {
  text-align: center;
}

.apply .col-lg-2 img {
  width: 60%;
}

.apply .col-lg-4 a {
  display: block;
  margin: 0;
  background-color: #04435b;
  color: #fff !important;
  padding: 6px 18px;
  text-decoration: none;
  text-align: end;
  font-size: 24px;
  font-family: "GoudyOldStyleExtraBoldBT";
  text-align: center;
}

.apply .apply_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 32px;
}

.apply .apply_link a {
  background-color: #04435b;
  color: #fff;
  padding: 12px;
  font-size: 24px;
  color: #fff;
  padding: 8px 40px;
  font-size: 24px;
  border-radius: 24px;
  text-decoration: none;
}

@media (max-width: 1420px) {
  .apply .col-lg-5 h4 {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .apply {
    display: none !important;
  }
  .apply.mobile_view_apply {
    display: block !important;
  }
  .apply.mobile_view_apply .apply_link {
    margin-top: 16px;
  }
}

@media (max-width: 425px) {
  .apply .col-lg-5 {
    padding: 0;
  }
  .apply .col-lg-5 h4 {
    font-size: 20px;
    max-width: 335px;
    margin: 0 auto !important;
  }
  .apply .col-lg-2 img {
    max-width: 80px;
  }
}

.features {
  overflow: hidden;
  position: relative;
}

.features .feat_bg {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  top: 0;
}

.features h2 {
  text-align: center;
  margin-bottom: 50px;
  padding-top: 150px;
  position: relative;
  z-index: 100;
}

.features h2 .shape {
  width: 100px;
  height: 10px;
  background-color: #abd5e4;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.features h2 .text {
  color: #abd5e4;
  font-size: 45px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 16px;
}

.features .wrapper {
  position: relative;
  z-index: 100;
}

.features .wrapper .video_row {
  padding: 32px;
  background-color: #abd5e4;
  border-radius: 30px;
}

.features .wrapper .video_row .col-lg-12 {
  padding: 0;
}

.features .feats_row {
  background-color: #fff;
  padding: 50px 0;
  border-radius: 30px;
  margin-top: 50px;
  row-gap: 40px;
}

.features .feats_row .right_feat h3,
.features .feats_row .left_feat h3 {
  background: #abd5e4;
  color: #fff;
  position: absolute;
  width: 100%;
  font-size: 32px;
  padding: 6px;
  border-radius: 24px 0 0 24px;
  margin: 0;
  text-align: center;
}

.features .feats_row .right_feat .content,
.features .feats_row .left_feat .content {
  text-align: center;
  padding-top: 80px;
  padding: 0 15px;
  padding-top: 80px;
}

.features .feats_row .right_feat .content .image_container,
.features .feats_row .left_feat .content .image_container {
  min-height: 210px;
}

@media (max-width: 991px) {
  .features .feats_row .right_feat .content .image_container,
  .features .feats_row .left_feat .content .image_container {
    min-height: auto !important;
  }
}

.features .feats_row .right_feat .content .image_container.h-160,
.features .feats_row .left_feat .content .image_container.h-160 {
  min-height: 160px;
}

@media (max-width: 991px) {
  .features .feats_row .right_feat .content .image_container.h-160,
  .features .feats_row .left_feat .content .image_container.h-160 {
    min-height: auto;
  }
}

.features .feats_row .right_feat .content .image_container.mh-100,
.features .feats_row .left_feat .content .image_container.mh-100 {
  min-height: 100px;
}

.features .feats_row .right_feat .content .image_container img,
.features .feats_row .left_feat .content .image_container img {
  width: 30%;
  margin-bottom: 16px !important;
}

.features .feats_row .right_feat .content .image_container img.payments_group,
.features .feats_row .left_feat .content .image_container img.payments_group {
  width: 80%;
  margin-bottom: 50px;
}

@media (max-width: 425px) {
  .features .feats_row .right_feat .content .image_container img.f_10,
  .features .feats_row .left_feat .content .image_container img.f_10 {
    width: 45%;
  }
}

.features .feats_row .right_feat .content p,
.features .feats_row .left_feat .content p {
  font-size: 28px;
  color: #04435b!important;
  text-align: justify;
  text-align-last: center;
  font-family: "GE-SS-Text-Medium";
}

.features .feats_row .left_feat h3 {
  left: -6px;
  border-radius: 0 24px 24px 0;
}

.features .feats_row .right_feat h3 {
  right: -6px;
}

.features .feats_row .last_feat h3 {
  position: static;
  border-radius: 24px;
}

.features .feats_row .last_feat .content {
  padding-top: 36px !important;
}

.features .end_feat {
  position: relative;
  z-index: 100;
  max-width: 500px;
  width: 100%;
  text-align: center;
  margin: 36px auto 0;
}

.features .end_feat h4 {
  font-size: 32px;
  margin-bottom: 24px;
  color: #fff;
}

.features .end_feat h4 span {
  font-family: "Castle-T-Book";
}

.features .end_feat a {
  text-decoration: none;
  color: #04435b;
  padding: 6px 24px;
  border-radius: 20px;
  text-align: center;
  background-color: #fff;
  font-size: 24px;
  display: inline-block;
}

@media (max-width: 767px) {
  .features {
    padding: 84px 0 0 0;
  }
  .features .holder {
    padding: 0 15px 32px 15px;
    background: #04435b;
  }
  .features .holder .mobile_view_apply {
    position: relative;
    z-index: 100;
    color: #fff;
    padding-top: 32px;
    padding: 0;
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
  }
  .features .holder .mobile_view_apply .col-lg-2 img {
    max-width: 100px;
  }
  .features .holder .mobile_view_apply .col-lg-5 h4 {
    color: #fff;
    margin: 0;
  }
  .features .holder .mobile_view_apply .apply_link a {
    background-color: #fff;
    color: #04435b;
    padding: 1px 10px;
    font-size: 26px;
    border-radius: 14px;
    text-decoration: none;
    margin-bottom: 32px;
  }
  .features .holder .mobile_view_apply .col-lg-4 {
    padding: 0;
  }
  .features .holder .mobile_view_apply .col-lg-4 a {
    color: #04435b !important;
    background-color: #fff;
    margin: 20px 0;
    font-size: 20px;
  }
  .features .feat_bg {
    height: 30%;
  }
  .features h2 {
    padding-top: 24px;
    margin-bottom: 12px;
  }
  .features h2 span.shape {
    width: 45px;
    height: 4px;
  }
  .features h2 .text {
    margin: 0 6px;
    font-size: 32px;
  }
  .features .wrapper {
    background-color: #fff;
    border-radius: 16px;
    margin-top: 50px;
  }
  .features .wrapper .video_row {
    padding: 15px;
    border-radius: 16px;
    background-color: #fff;
    margin: 0;
  }
  .features .wrapper .video_row iframe {
    height: 300px;
  }
  .features .wrapper .feats_row {
    margin: 0;
    padding-top: 32px;
    row-gap: 16px;
  }
  .features .wrapper .feats_row .right_feat h3,
  .features .wrapper .feats_row .left_feat h3 {
    font-size: 22px;
  }
  .features .wrapper .feats_row .right_feat .content,
  .features .wrapper .feats_row .left_feat .content {
    padding-top: 55px;
  }
  .features .wrapper .feats_row .right_feat .content img,
  .features .wrapper .feats_row .left_feat .content img {
    margin-bottom: 18px;
  }
  .features .wrapper .feats_row .right_feat .content p,
  .features .wrapper .feats_row .left_feat .content p {
    font-size: 17px;
  }
  .features .end_feat h4 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .features .end_feat a {
    padding: 5px 16px;
    font-size: 18px;
  }
}

.outro {
  overflow: hidden;
  padding: 64px 15px;
}

.outro img {
  max-width: 250px;
  margin-bottom: 32px;
}

.outro h4 {
  font-size: 32px;
  color: #04435b;
  margin: 0;
}

.outro.whatapp {
  background-color: #04435b;
  padding: 64px 15px;
}

.outro.whatapp img {
  margin: 0;
}

@media (max-width: 575px) {
  .outro {
    padding: 32px 16px;
  }
  .outro.whatapp {
    padding: 32px 16px;
  }
  .outro img {
    max-width: 150px;
    margin-bottom: 20px;
  }
  .outro h4 {
    font-size: 22px;
  }
}

footer {
  overflow: hidden;
  padding: 64px 15px;
  font-size: 32px;
  text-align: center;
  color: #04435b;
  font-family: "Khalid-Art-bold";
}

footer a {
  color: #04435b;
  text-decoration: none;
}

footer p {
  margin: 0;
}

@media (max-width: 575px) {
  footer {
    padding: 32px 15px;
    font-size: 22px;
  }
  footer a {
    display: block;
    margin-bottom: 8px;
  }
}

a {
  text-decoration: none !important;
}
/*# sourceMappingURL=style.css.map */