@import url("https://fonts.googleapis.com/css2?family=El+Messiri:wght@400..700&display=swap");
/* Constant styles  */
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
  font-size: 16px;
  transition: all 0.4s ease-in;
  font-family: "El Messiri", sans-serif;
  direction: rtl;
}

body {
  font-family: "El Messiri", sans-serif;
  line-height: normal !important;
}

input:focus,
select:focus,
textarea:focus {
  outline: 0 !important;
}

.clear {
  clear: both;
}

img {
  max-width: 100%;
}

a,
button {
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/* // Constant Styles */
ul {
  margin-bottom: 0;
}

.form-control {
  border-radius: 7px;
  background-color: rgba(245, 247, 250, 0.386);
}
.form-control:focus {
  outline: 0 !important;
  box-shadow: none !important;
  background-color: rgba(255, 255, 255, 0.2);
}

p {
  font-size: 1.1rem;
  color: #000;
}

/* Main Style */
.btn-style {
  background-color: #0082c7;
  padding: 21px 35px;
  color: #fff;
  font-size: 1.1rem;
  display: inline-block;
  text-align: center;
  border: 1px solid #0082c7;
  border-radius: 10px;
}
.btn-style:hover {
  color: #0082c7;
  background-color: #fff;
  border-color: #fff;
  border-color: #0082c7;
}

.btn-style-rounded {
  background-color: #0082c7;
  padding: 18px 47px;
  color: #fff;
  font-size: 1.1rem;
  display: inline-block;
  border-radius: 35px;
  text-align: center;
  border: 1px solid #0082c7;
}
.btn-style-rounded:hover {
  color: #0082c7;
  background-color: #fff;
  border-color: #fff;
}

.card_img {
  height: 100vh;
  position: relative;
}
.card_img .img_parent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.card_img .img_parent img,
.card_img .img_parent video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.no-margin {
  margin: 0;
}

.no-padding {
  padding: 0;
}

.section_header {
  margin: 20px 0;
}
.section_header h5 {
  font-size: 2rem;
}

.splashscreen {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #0082c7;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.splashscreen .loading {
  display: flex;
  gap: 12px;
}
.splashscreen .loading div {
  width: 20px;
  height: 20px;
  background: white;
  border-radius: 50%;
  box-shadow: 0 -0.4rem rgba(60, 0, 80, 0.1) inset;
  animation: cycle 1s ease-in-out infinite;
}
.splashscreen .loading div:nth-child(1) {
  animation-delay: 0;
}
.splashscreen .loading div:nth-child(2) {
  animation-delay: 0.2s;
}
.splashscreen .loading div:nth-child(3) {
  animation-delay: 0.4s;
}
@keyframes cycle {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(1rem);
  }
  100% {
    transform: translateY(0);
  }
}

.splashscreen_none {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

.splash-active {
  height: 100vh;
  overflow: hidden;
}

.section_header {
  text-align: center;
  margin-bottom: 0;
}
.section_header span {
  color: #7eb751;
  font-size: 1.3rem;
}

.section_bar {
  text-align: center;
  margin-top: 3px;
}
.section_bar p {
  font-size: 1.1rem;
}

/* menu icon */
.custom_navbar {
  box-shadow: 0 3px 6px rgba(93, 165, 203, 0.24);
}
.custom_navbar .logo {
  margin-left: 125px;
}
.custom_navbar .logo_links li {
  margin: 0 10px;
}
.custom_navbar .logo_links li a {
  color: #000 !important;
}
.custom_navbar .logo_links li:hover a {
  color: #0082c7 !important;
}
.custom_navbar .logo_links li.active a {
  color: #0082c7 !important;
}

.download_app {
  text-align: left;
}
.download_app a {
  border: 1px solid #0082c7;
  text-align: center;
  padding: 8px 10px;
  border-radius: 25px;
  font-size: 1rem;
  color: #0082c7;
  font-weight: 500;
  display: inline-block;
  min-width: 180px;
}
.download_app a:hover {
  background-color: #0082c7;
  color: #fff;
}

.custom_header {
  background-image: url("../images/header_bg.png");
  height: calc(100vh - 100px);
}
.custom_header .container {
  position: relative;
  z-index: 1;
}
.custom_header .container .header_img {
  position: absolute;
  left: 0;
  bottom: 0;
}
.custom_header .container .header_img img {
  width: 95%;
}
.custom_header .header_content {
  position: relative;
  z-index: 1;
}
.custom_header .header_content h5 {
  font-size: 2.8rem;
  font-weight: bold;
  position: relative;
  z-index: 3;
}
.custom_header .header_content h4 {
  font-size: 2.3rem;
  color: #0082c7;
  margin-top: 30px;
}
.custom_header .header_content p {
  font-size: 1.3rem;
}
.custom_header .header_content .download_app {
  text-align: right;
}

.inner_custom_header {
  background-image: url("../images/innerheader.png");
  height: calc(100vh - 450px);
}

.companies {
  margin: 50px 0;
}
.companies .card_icon {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}
.about_custom_header .header_img {
  text-align: left;
}
.about_custom_header .header_img img {
  width: 100% !important;
}

.strip_feature {
  margin: 50px 0;
  margin-top: -40px;
  position: relative;
  z-index: 1;
}
.strip_feature .wrapper {
  background-color: #fff;
  padding: 25px 81px;
  box-shadow: 0 11px 25px rgba(227, 171, 104, 0.32);
  width: 60%;
  border-radius: 13px;
  margin: auto;
}

.feat_card {
  display: flex;
  align-items: center;
  border-left: 1px solid rgba(112, 112, 112, 0.2);
}
.feat_card img {
  margin-left: 30px;
}
.feat_card h5 {
  margin: 0;
  direction: ltr;
  text-align: right;
}
.feat_card p {
  margin: 0;
  color: #606060;
}

.last_feat_card {
  border-left: 0;
}

.services_section {
  margin-top: -60px;
}
.services_section .services_wrapper {
  background-color: #fff5e9;
  padding: 50px 80px;
  border-radius: 18px;
}

.serv_card {
  background-color: #ffedd6;
  border-radius: 14px;
  padding: 22px 21px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 130px;
  margin: 0 13px;
}
.serv_card img {
  margin: auto;
  display: block;
}

.about_the_app {
  padding: 50px 0 130px 0;
}
.about_the_app .about_contentn h5 {
  color: #0082c7;
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 22px;
}
.about_the_app .about_contentn p {
  font-size: 1.2rem;
  margin-bottom: 30px;
}
.about_the_app .about_contentn .download_app {
  text-align: right;
}
.about_the_app .about_app_img {
  text-align: left;
}

.advange_features {
  background-color: #f4f8fb;
  padding: 16px 0 40px 0;
  position: relative;
}
.advange_features .section_header {
  text-align: right;
  margin-bottom: 65px;
}
.advange_features .section_header h5 {
  color: #0082c7;
}
.advange_features .ball_fea1 {
  position: absolute;
  bottom: 250px;
  opacity: 0.5;
  right: 400px;
}
.advange_features .ball_fea2 {
  right: unset;
  left: 150px;
  bottom: unset;
  top: 100px;
}
.advange_features .advange_features_img {
  position: relative;
  z-index: 2;
}

.advange_features_card {
  padding: 18px 20px;
  border-radius: 20px;
  margin-bottom: 100px;
  width: 80%;
  position: relative;
  z-index: 2;
}
.advange_features_card h5 {
  margin: 10px 0;
  font-size: 1.1rem;
}
.advange_features_card p {
  font-size: 0.9rem;
  width: 95%;
  line-height: 25px;
}

.our_services {
  background-color: #0082c7;
  padding: 60px 0 70px 0;
}
.our_services h5,
.our_services p {
  color: #fff;
}
.our_services .our_services_contnet h5 {
  font-size: 1.8rem;
}
.our_services .our_services_contnet p {
  font-size: 2.3rem;
  width: 90%;
  line-height: 55px;
  margin-top: 20px;
}
.our_services .our_services_contnet2 {
  font-size: 0.9rem;
}
.our_services a {
  border: 1px solid #e3ab68;
  background-color: #e3ab68;
  text-align: center;
  padding: 8px 10px;
  border-radius: 25px;
  font-size: 1rem;
  color: #fff;
  font-weight: 500;
  display: inline-block;
  min-width: 180px;
}
.our_services a:hover {
  background-color: #0082c7;
  color: #fff;
}

.our_services_tab .nav {
  margin-top: 30px;
}
.our_services_tab .nav .nav-link {
  background-color: #e6f6ff;
  margin-bottom: 15px;
  color: #000;
  text-align: right;
  padding: 0;
  width: 90%;
}
.our_services_tab .nav .nav-link .card_icon {
  width: 90px;
  height: 80px;
  background-color: #fff;
  border: 1px solid rgba(0, 130, 199, 0.43);
  padding: 10px;
  margin-left: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 30px;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 36% 100%);
  transition: all 0.3s ease-in-out;
}
.our_services_tab .nav .nav-link .card_icon img {
  width: 80px;
}
.our_services_tab .nav .nav-link span {
  font-size: 1.1rem;
  color: #000;
  font-weight: bold;
}
.our_services_tab .nav .nav-link.active {
  background-color: #ffebd4;
}
.our_services_tab .nav .nav-link.active .card_icon {
  background-color: #0082c7;
}
.our_services_tab .card_img {
  height: 460px;
  margin-top: -50px;
  border-radius: 40px 0 40px 40px;
}
.our_services_tab .card_img img {
  border-radius: 40px 0 40px 40px;
}

.tas3era_screen {
  background-color: #fffaf5;
  padding: 20px 0 63px 0;
  margin-top: 38px;
}
.tas3era_screen .section_header {
  margin-bottom: 33px;
}
.tas3era_screen .section_header h5 {
  font-size: 1.8rem;
  color: #0082c7;
}
.tas3era_screen .card_img {
  height: 500px;
  width: 90%;
  border-radius: 10px;
}
.tas3era_screen .card_img img {
  border-radius: 10px;
}

.our_partners {
  padding: 50px 0;
}
.our_partners .section_header {
  text-align: right;
}
.our_partners .section_header h5 {
  color: #0082c7;
}
.our_partners .slider_item .card_img_slider {
  display: flex;
  align-items: center;
  justify-content: center;
}
.our_partners .slider_item .card_img_slider img {
  width: 150px;
  height: 150px;
}

.download_app_straop .download_app_wrapper {
  background-color: #f8f8f8;
  padding: 26px 42px;
  border-radius: 17px;
  width: 770px;
  max-width: 100%;
  margin: auto;
  position: relative;
  padding-bottom: 50px;
}
.download_app_straop .download_app_wrapper .screen {
  position: absolute;
  left: -50px;
  top: 50px;
}
.download_app_straop .download_app_wrapper h5 {
  margin-top: 20px;
  font-size: 2rem;
  position: relative;
  z-index: 2;
}
.download_app_straop .download_app_wrapper p {
  font-size: 1.4rem;
  margin-top: 10px;
  position: relative;
  z-index: 2;
}
.download_app_straop .download_app_wrapper p span {
  color: #deac6d;
}
.download_app_straop .download_app_wrapper .list_doown {
  margin-top: 35px;
  position: relative;
  z-index: 2;
}
.download_app_straop .download_app_wrapper .list_doown a {
  display: inline-flex;
  margin: 0 5px;
  width: 200px;
}

.contact_us_section {
  background-image: linear-gradient(to bottom right, #f4f8fb, #fffaf5);
  padding: 60px 0;
  position: relative;
  z-index: 3;
  margin-top: 50px;
}
.contact_us_section .contact_us {
  background-color: #fff;
  padding: 32px;
}
.contact_us_section .contact_us h5 {
  font-size: 1.5rem;
  color: #0082c7;
  margin-bottom: 35px;
}
.contact_us_section .contact_us li {
  background-color: #f8f8f8;
  border-radius: 6px;
  padding: 13px 8px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.contact_us_section .contact_us li .ico {
  margin-left: 5px;
  width: 35px;
  height: 35px;
  background-color: #fff3e5;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}
.contact_us_section .contact_us li .ico i {
  color: #e3ab68;
}
.contact_us_section .contact_us li span {
  direction: ltr;
  display: inline-flex;
}
.contact_us_section form .form-group {
  margin-bottom: 15px;
}
.contact_us_section form .form-group .form-control {
  background-color: #fff;
  height: 90px;
  border: 0;
  border-radius: 17px;
}
.contact_us_section form .form-group textarea.form-control {
  height: 152px;
}
.contact_us_section form .btn_submit {
  text-align: left;
}
.contact_us_section form .btn_submit button {
  background-color: #0082c7;
  color: #fff;
  padding: 20px;
  width: 193px;
  max-width: 100%;
  border: 1px solid #0082c7;
  border-radius: 17px;
}
.contact_us_section form .btn_submit button:hover {
  background-color: #fff;
  color: #0082c7;
}

.download_app_steps {
  background-image: linear-gradient(to bottom right, #f4f8fb, #fffaf5);
  padding: 25px 0;
}
.download_app_steps .download_app_steps_content h5 {
  font-size: 1.8rem;
  color: #0082c7;
  margin-bottom: 35px;
}
.download_app_steps .download_app_steps_content ul li {
  margin-bottom: 28px;
}
.download_app_steps .download_app_steps_content ul li h5 {
  font-size: 1rem;
  color: #000;
  margin: 0;
}
.download_app_steps .download_app_steps_content ul li .icon {
  margin-left: 20px;
  display: inline-flex;
  flex: none;
}
.download_app_steps .download_app_steps_content ul li p {
  color: #48484a;
  line-height: 25px;
  margin-top: 10px;
  font-size: 0.95rem;
  width: 95%;
}

.our_goals {
  padding: 30px 0 60px 0;
  background-image: url("../images/bg-goals.png");
}

.goals_card {
  text-align: center;
  margin-top: 15px;
}
.goals_card .cad_icon {
  margin-bottom: 15px;
}
.goals_card h5 {
  margin-bottom: 15px;
  color: #0082c7;
  font-size: 1.3rem;
}
.goals_card p {
  font-size: 0.9rem;
  width: 90%;
  margin: auto;
}

.application_services {
  padding: 20px 0 60px 0;
  background-color: #f8f8f8;
  margin-bottom: 75px;
}
.application_services .section_header h5 {
  font-size: 1.5rem;
  color: #0082c7;
}
.application_services .section_header p {
  font-size: 2.1rem;
}

.application_serv_card {
  background-color: #fff;
  width: 90%;
  margin: auto;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
  margin-top: 30px;
}
.application_serv_card .card_img {
  height: 210px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.application_serv_card .card_img img {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.application_serv_card .card_img .card_icon {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background-color: #ffedd6;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: -38px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.application_serv_card .card_img .card_icon img {
  -o-object-fit: unset;
     object-fit: unset;
  width: auto;
  height: auto;
  border-top-left-radius: none;
  border-top-right-radius: none;
  width: 44px;
}
.application_serv_card .card_body {
  padding: 19px;
  padding-bottom: 25px;
  text-align: center;
  padding-top: 65px;
}
.application_serv_card .card_body h5 {
  color: #0082c7;
  margin-bottom: 12px;
}
.application_serv_card .card_body p {
  font-size: 0.9rem;
  width: 70%;
  margin: auto;
  line-height: 20px;
  color: #48484a;
}

.why_chhose_us {
  padding: 40px 0 60px 0;
  margin-bottom: 60px;
}
.why_chhose_us .why_chhose_us_img {
  text-align: center;
}
.why_chhose_us .why_chhose_us_contnet h5 {
  color: #fff;
  font-size: 2rem;
}
.why_chhose_us .why_chhose_us_contnet p {
  color: #fff;
  font-size: 1.1rem;
}
.why_chhose_us .why_chhose_us_contnet .download_app {
  text-align: right;
}
.why_chhose_us .why_chhose_us_contnet .download_app a {
  background-color: #fff;
  color: #0082c7;
  border-color: #fff;
}
.why_chhose_us .why_chhose_us_contnet .download_app a:hover {
  background-color: transparent;
  color: #fff;
}

.footer {
  background-color: #f8f8f8;
  padding: 20px 0 50px 0;
}
.footer .footer_contnetn p {
  color: #000000;
  font-size: 0.85rem;
  margin-top: 20px;
}
.footer .footer_links {
  margin-top: 30px;
}
.footer .footer_links h5 {
  font-size: 1rem;
}
.footer .footer_links li a {
  color: #000000;
  font-size: 0.85rem;
}
.footer .footer_links li a:hover {
  color: #0082c7;
}
.footer .footer_social ul {
  display: flex;
  align-items: center;
  margin-top: 40px;
}
.footer .footer_social ul a {
  display: inline-flex;
  margin: 0 5px;
}
.footer .footer_social ul a img {
  width: 28px;
}

@media (min-height: 734px) {
  .about_custom_header .header_img img {
    width: 90% !important;
  }
}
@media (max-width: 1366px) {
  .custom_header .container .header_img img {
    width: 78%;
  }
}
@media (max-width: 1100px) {
  .custom_header .header_content h4 {
    font-size: 2rem;
  }
  .strip_feature .wrapper {
    width: 90%;
  }
  .advange_features_card {
    margin-bottom: 50px;
  }
  .custom_header .container .header_img img {
    width: 66%;
  }
  .about_custom_header .header_img img {
    opacity: 0.3;
  }
}
@media (max-width: 991px) {
  .custom_navbar .logo {
    margin-left: 0;
  }
  .custom_header .header_img {
    opacity: 0.1;
  }
  .feat_card {
    margin: 10px 0;
  }
  .advange_features_card {
    width: 100%;
  }
  .our_services_tab .card_img {
    margin-top: 30px;
  }
  .our_services_tab .nav {
    flex-direction: row !important;
    flex-wrap: nowrap;
    overflow: auto;
    justify-content: flex-start;
  }
  .our_services_tab .nav .nav-link {
    width: -moz-max-content;
    width: max-content;
    min-width: 400px;
    margin-left: 10px;
  }
  .download_app_straop .download_app_wrapper .screen {
    opacity: 0.3 !important;
  }
  .contact_us_section .contact_us {
    margin-bottom: 20px;
  }
  .download_app_straop .download_app_wrapper {
    overflow: hidden;
  }
}
@media (max-width: 600px) {
  .custom_navbar .download_app {
    text-align: center;
    margin-bottom: 10px;
  }
  .custom_navbar .logo_links {
    flex-direction: column;
  }
  .custom_navbar .logo_links .links {
    margin: 10px 0;
  }
  .custom_header .header_img {
    display: none;
  }
  .feat_card {
    border-left: 0;
  }
  .services_section .services_wrapper {
    padding: 50px 20px;
  }
  .about_the_app .about_app_img {
    margin-top: 10px;
  }
  .our_services_tab .nav .nav-link {
    min-width: 350px;
  }
  .our_services_tab .nav .nav-link .card_icon {
    margin-left: 50px;
  }
  .tas3era_screen .card_img {
    width: 52%;
    margin: auto;
  }
  .strip_feature .wrapper {
    background-color: #fff;
    padding: 25px 36px;
  }
  .download_app_steps .download_app_steps_img {
    text-align: center;
  }
  .download_app_steps .download_app_steps_img img {
    width: 50%;
  }
  .why_chhose_us .why_chhose_us_img {
    margin-top: 15px;
  }
  .why_chhose_us .why_chhose_us_img img {
    width: 50%;
  }
}
@media (max-width: 400px) {
  .custom_navbar .logo_links li {
    margin: 0 6px;
  }
}
/* Shared styles  */
.custom_header, .our_goals {
  background-position: center;
  background-size: cover;
}/*# sourceMappingURL=style.css.map */