@font-face {
  font-family: AzerRegular;
  font-display: auto;
  src: url(../fonts/29LTAzer-Regular.OTF);
}

@font-face {
  font-family: AzerMedium;
  font-display: auto;
  src: url(../fonts/29LTAzer-Medium.OTF);
}

@font-face {
  font-family: AzerLight;
  font-display: auto;
  src: url(../fonts/29LTAzer-Medium.OTF);
}

body,
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  /*font-family: AzerRegular;*/
  font-family: GE-SS;
}

.body {
  /*background-image: linear-gradient(260deg, #3892ab, #27736b);*/
  /*background-image: linear-gradient(#EDB521, #3892ab, #27736b);*/
  /*background-image: linear-gradient(#EEB722, #C4971C, #A37D17);*/

  background-size: cover;
  background-repeat: no-repeat;
  font-family: CairoMedium;

}
header{
  /*background: #EEB722;*/
  background: #393532;
  margin-bottom: 5px;

}
a {
  color: #fff;
  /*color: #000;*/
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  /*color: #393532;*/
  color: orange;

  text-decoration: none;
  background-color: transparent;
}

.nav-phone {
  display: none;
}

.nav-logo {
  width: auto;
  height: 90px;
}

.nav-links {
  font-size: 19px;
  color: #ffffff;
}

.appstore-links img {
  width: auto;
  height: 2.2vw;
  max-height: 35px;
}

.container-0 {
  /* width: 81%; */
  text-align: right;
  padding-right: 7vw;
  padding-left: 7vw;
  margin-right: auto;
  margin-left: auto;
}

.container-1 {
  /* width: 81%; */
  text-align: right;
  padding-right: 10vw;
  padding-left: 10vw;
  margin-right: auto;
  margin-left: auto;
}

.container-2 {
  /* width: 81%; */
  text-align: right;
  padding-right: 10vw;
  padding-left: 14vw;
  margin-right: auto;
  margin-left: auto;
}

.container-3 {
  /* width: 81%; */
  text-align: right;
  padding-right: 30vw;
  padding-left: 30vw;
  margin-right: auto;
  margin-left: auto;
}

h1 {
  /*font-family: AzerMedium;*/
  font-family:CairoSemiBold;
  font-size: 40px;
}

/* .section1 {
   height: 84vh; 
} */

.section1 {
  width: 100%;
  background: linear-gradient(#EEB722, #C4971C, #A37D17);
  border: 1px solid black;
  border-bottom: none;
}

.section1 h1 {
  /* width: 480px; */
  max-width: 22vw;
  /* max-height: 250px; */
  /* height: 330px; */
  font-size: 4.5vw;
  color: #fff;
}

@media screen and (min-width: 1600px) {
  .section1 h1 {
    max-width: 350px;
    font-size: 70px;
  }
}

.inapp-screenshot {
  -webkit-filter: drop-shadow(-20px 25px 30px #0000003f);
  filter: drop-shadow(-20px 25px 30px #0000003f);
}

p {
  /*font-family: AzerLight;*/
  font-family: GE-SS;
  font-size: 23px;
  color: #f2f2f2;
}

.section1 p {
  max-width: 570px;
  /* text-align: justify; */
}

.pb-md {
  padding-bottom: 5rem;
}

.pb-lg {
  padding-bottom: 15rem;
}

.pb-xl {
  padding-bottom: 13rem;
}

.py-lg {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.py-sm {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.section1 .icon-verified {
  width: auto;
  height: 29px;
}

.section1 .icon-right-arrow {
  width: auto;
  height: 20px;
}

.icon-menu {
  width: auto;
  height: 20px;
}

.btn-icon:focus {
  box-shadow: none;
}

.btn-nr1 {
  color: #fff;
  font-size: 20px;
  border-radius: 50px 0px 0px 50px;
  background-color: #393532;
}

.btn-nr1:hover {
  background-color: #393532;
}

.btn-nr1:focus {
  box-shadow: none;
}

.nr-nav {
  position: static;
  top: 0px;
  z-index: 1;
}

.circle-illustration {
  position: absolute;
  top: 150px;
  left: 0px;
  z-index: -15;
  width: auto;
  height: 700px;
}

.app-preview {
  position: absolute;
  top: 200px;
  left: 100px;
  z-index: -14;
}

.app-preview img {
  width: auto;
  height: 650px;
}

.section2 {
/*  background: #132e3f url(../images/dots-illustration.svg) no-repeat center/cover;*/
/*  backgroundckground: #393532 url(../images/dots-illustration.svg) no-repeat center/cover;*/
  background-image: linear-gradient(#47423F, #393532, #3D3936);
  color: #f2f2f2;
  font-size: 18px;
}

.section2 p,
.section4 p {
  max-width: 650px;
  color: orange;
  font-family: GE-SS;
  /* text-align: justify; */
}

.section2 .video-preview {
  width: auto;
  height: 370px;
}

.section2 .play-button {
  position: relative;
  top: -80px;
  left: -80px;
  z-index: 5;
}

.section2 .play-button-icon {
  width: auto;
  height: 60px;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}

.section2 .play-button-icon:hover {
  animation-name: bounce;
  animation-timing-function: ease;
}

@keyframes bounce {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

.section3 {
  background: #fff;
  color: #132e3f;
  font-size: 18px;
}

/* .section3 h1,
.section5 h1 {
  font-size: 40px;
} */

.section3 h2 {
  font-size: 33px;
  margin-bottom: 1.1rem;
  /*font-family: AzerMedium;*/
  font-family: CairoMedium;
}

.section3 p {
  color: #b2b2b2;
  font-size: 20px;
  /*font-family: AzerMedium;*/
  font-family: GE-SS;
}

.section3 .feature {
  margin: 1.5rem;
  text-align: center;
  width: 360px;
}

.section3 .icon-feature {
  border-radius: 47px;
  /*background-image: linear-gradient(230deg, #3892ab, #27736b);*/
  /*background-image:  linear-gradient(#EDB521, #D4A21D, #B38819);*/
  background-image: linear-gradient(#EEB722, #C4971C, #A37D17);


  height: 130px;
  width: 130px;
}

.badge-features {
  color: #fff;
  /* height: 20px; */
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 22px;
  padding-right: 22px;
  font-size: 40px;
  /*background-image: linear-gradient(241deg, #3892ab, #27736b);*/
  /*background-image:  linear-gradient(#EDB521, #D4A21D, #B38819);*/
  background-image: linear-gradient(#EEB722, #C4971C, #A37D17);


}

/*.section4 {*/
/*  background: #132e3f url(../images/gradient-wave.svg) no-repeat center/contain;*/
/*  color: #f2f2f2;*/
/*  font-size: 18px;*/
/*}*/
.section4 , .section7{
  /*  background: #132e3f url(../images/dots-illustration.svg) no-repeat center/cover;*/
  /*  backgroundckground: #393532 url(../images/dots-illustration.svg) no-repeat center/cover;*/
  /*background-image: linear-gradient(#47423F, #393532, #3D3936);*/

  background-image: linear-gradient(#47423F, #393532, #3D3936);
  /*background: #393532 url(../images/line.png) repeat;*/

  color: #f2f2f2;
  font-size: 18px;
}
.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
  border-radius: 2rem !important;
  border: 2px solid #fff;
  /*font-family: AzerMedium;*/
  font-family: GE-SS;
}

.btn-outline-primary {
  color: #132e3f;
  border-color: #132e3f;
  border-radius: 2rem !important;
  border: 2px solid #132e3f;
  /*font-family: AzerMedium;*/
  font-family: GE-SS;
}
.btn-outline-primary-white{
  color: #ffffff;
  border-color: #ffffff;
  border-radius: 2rem !important;
  border: 2px solid #ffffff;
  /*font-family: AzerMedium;*/
  font-family: GE-SS;
}



.btn-outline-primary:hover , .btn-outline-primary-white:hover{
  /*background: #132e3f;*/
  /*border-color: #132e3f;*/
  background: #000000;
  color:orange;
  border-color: #000000;
}

/*.btn-outline-primary-white:hover {*/
/*  background: #ffffff;*/
/*  border-color: #000000;*/
/*}*/

.section4 h4{
  font-family: CairoSemiBold;
}
.section4 h4{
  font-family: GE-SS;
}
.btn-outline-primary:active {
  background: #132e3f !important;
  border-color: #132e3f !important;
}

.btn-outline-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(19, 46, 63, 0.3) !important;
}

.section5 {
  background: #f8feff;
  position: relative;
  z-index: 15;
}

.section6 p,
.section5 p,
.section8 p {
  color: #132e3f;
  font-family: GE-SS;
  text-align: right;
  /* text-align: justify; */
}

.section5 .rounded-card {
  margin: 0.5rem;
  width: 205px;
  height: 105px;
  background: #fff;
  border: 2px solid #f0f0f0;
  border-radius: 2rem !important;
}

.section5 .stacked-dots-illustration1 {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: -1;
}

.section5 .stacked-dots-illustration2 {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: -1;
}

.section6 {
  background: #fff;
}

.section6 a {
  font-size: 20px !important;
}

.section6 .btn-outline-primary {
  border: 3px solid #132e3f;
}

.faq {
  margin: 10px;
  padding: 20px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 10px !important;
  width: 100%;
  border: 4px solid #e9eced;
}

.faq.expanded {
  background: #e9eced;
}

.faq h4 {
  font-family: AzerMedium;
  margin-bottom: 0rem;
}

.faq p {
  max-width: 95%;
}

/*.section7 {*/
/*  !*background-image: linear-gradient(241deg, #3892ab, #27736b);*!*/
/*  !*background-image:  linear-gradient(#EDB521, #D4A21D, #B38819);*!*/
/*  background-image: linear-gradient(#EEB722, #C4971C, #A37D17);*/

/*}*/

.section7 h2 {
  color: #fff;
  margin-bottom: 0rem;
  /*font-family: AzerMedium;*/
  font-family: CairoMedium;
}

.section7 h2 span {
  font-size: 25px;
}

.section7 p {
  color: #fff;
  margin-bottom: 0rem;
  /*font-family: AzerMedium;*/
  font-family: GE-SS;
  font-size: 20px;
}

.statistics-icon {
  width: auto;
  height: 45px;
  margin: 15px;
}

.section8 {
  background: #fff;
}

.section8 p {
  color: #77858e;
}

.section8 span {
  color: #77858e;
  /*font-family: AzerMedium;*/
  font-family: GE-SS;
  font-size: 20px;
}

.btn-primary {
  color: #fff;
  background-color: #393532 !important;
  border-color: #393532 !important;
  border-radius: 2rem !important;
}

.btn-primary:hover {
  color: orange;
  /*background-color: #235d6d !important;*/
  /*border-color: #235d6d !important;*/
}

.btn-primary:active {
  color: #fff;
  background-color: #393532 !important;
  border-color: #393532 !important;
}

.btn-primary:focus {
  box-shadow: none !important;
}

.form-control {
  color: #132e3f;
  border: 1px solid transparent;
  background-color: #f1f2f3;
  border-radius: 0.4rem;
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
  /* display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; */
}

.form-control:focus {
  color: #132e3f;
  background-color: #f1f2f3;
  border-color: #132e3f36;
  outline: 0;
  box-shadow: none !important;
}

.form-control::placeholder {
  color: #132e3f;
}

.form-group {
  margin-bottom: 0.5rem;
}

.btn-radio {
  color: #132e3f;
  background-color: transparent;
  border-color: transparent;
  border-radius: 2rem !important;
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;

  font-family: GE-SS;
}

.btn-radio.active {
  color: #132e3f;
  background-color: #d2dfe3 !important;
  border-color: transparent;
  border-radius: 2rem !important;
}

.btn-radio.focus {
  box-shadow: none !important;
}

/* Hide arrows from input[type=number] */

/* 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;
}

.pl-6 {
  padding-left: 4rem !important;
}

footer {
  /*background: #132e3f;*/
  background-image: linear-gradient(#47423F, #393532, #3D3936);

  font-family: GE-SS;
}

footer span {
  font-size: 16px;
  /*color: #385f74;*/
  color: #ffffff;
}

footer a {
  font-size: 18px;
  /*color: #407d9e;*/
  color: #ffffff;
}

.footer-logo {
  width: auto;
  height: 90px;
}

.footer-icon {
  width: auto;
  height: 28px;
  opacity: 0.8;
}

hr.footer {
  border-top: 3px solid #407d9e;
}

footer p {
  color: #719fb7;
  font-size: 17px;
  text-align: justify;
  margin-bottom: 0rem;
}

.footer-icon:hover {
  opacity: 1;
}

.footer-icon:active {
  opacity: 1;
}

.footer-copyright {
  background: #0d1924;
}

.empty-button {
  margin: 0;
  padding: 0;
}

.empty-button:focus {
  box-shadow: none;
}

.terms-links {
  color: #a8a8a8;
  background-color: #e9eced;
  text-align: right;
  font-family: CairoMedium;
  padding-left: 60px;
  padding-top: 30px;
  font-size: 19px;
}

.terms-links ol {
  line-height: 180%;
  width: 100%;
  white-space: nowrap;
}

.terms-links a {
  color: #a8a8a8;
}

.terms-links a:hover {
  color: orange;
}

.terms-links a:active {
  color: #132e3f;
}

.terms-content {
  text-align: right;
  overflow: auto;
  scroll-behavior: smooth;
  padding: 20px;
  height: 70vh;
}

.terms-content p {
  font-size: 1rem;
  /*font-family: AzerRegular;*/
  font-family: GE-SS;
  color: #8f8f8f;
}

.terms-content h1 {
  font-size: 2rem;
  /*font-family: AzerRegular;*/
  font-family: CairoMedium;
}

.terms-content ol {
  color: #8f8f8f;
}

.terms-content ul {
  color: #8f8f8f;
}

.bg-white {
  background-color: #fff;
}

.bg-light-primary {
  background-color: #edf5f7;
}

img {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
}

.eligibility-illustration {
  max-width: 50%;
  max-height: 90%;
}

.eligibility-content h2 {
  font-size: 2rem;
  font-family: AzerMedium;
  color: #3791a9;
}

.eligibility-content .btn-outline-secondary {
  color: #3791a9;
  border-color: #c2dee5;
  border-radius: 0.7rem !important;
  border: 2px solid #c2dee5;
  font-family: AzerMedium;
  padding-left: 4rem;
  padding-right: 4rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.eligibility-content .btn-outline-secondary:hover {
  background: transparent;
  border-color: #3791a9;
}

.eligibility-content .btn-outline-secondary:active {
  background: #3791a9 !important;
  border-color: #3791a9 !important;
  color: #fff;
}

.eligibility-content .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.2rem transparent !important;
}

.cs-1 {
  background: #132e3f url(../images/gradient-wave.svg) no-repeat center/contain;
  color: #f2f2f2;
  font-size: 18px;
}

.cs-2 {
  background: linear-gradient(
    0deg,
    rgba(16, 42, 59, 1) 0%,
    rgba(28, 74, 92, 1) 100%
  );
  color: #f2f2f2;
  font-size: 18px;
}

.cs-3 {
  background: #061d2a;
  color: #f2f2f2;
  font-size: 18px;
}

.cs-4 {
  background: linear-gradient(
    90deg,
    rgba(27, 72, 90, 1) 0%,
    rgba(14, 48, 67, 1) 100%
  );

  color: #f2f2f2;
  font-size: 18px;
}

.cs-num {
  font-size: 2.5vw;
  font-family: AzerLight;
  margin-left: 2vw;
}

.cs-content p {
  font-size: 20px;
  /* text-align: justify; */
}

.cs-icon {
  height: 2rem;
  width: auto;
}

.cs-icon-wrapper {
  background: #1c4a5d;
  height: 5rem;
  width: 5rem;
  border-radius: 3rem !important;
}

.ml-7 {
  margin-left: 5rem !important;
}

.shaddow {
  -webkit-filter: drop-shadow(-20px 25px 30px #0000003f);
  filter: drop-shadow(-20px 25px 30px #0000003f);
}

.sharia-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: #102333;
  border-radius: 20px;
  color: rgb(219, 219, 219);
}

.sharia-container h3 {
  margin: 0px;
  margin-bottom: 5px;
  color: #fff;
}

.sharia-picture {
  display: inline;
  padding: 20px;
}

.sharia-picture img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
}

.sharia-text {
  display: inline;
  padding: 20px;
}

/* 

.btn-outline-primary:active {
  background: #132e3f !important;
  border-color: #132e3f !important;
}

.btn-outline-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(19, 46, 63, 0.3) !important;
} */

.eligibility-questions {
  max-width: 50%;
}

.cs-2 span {
  position: absolute;
  margin-top: 6.5rem;
}

.illustration img {
  height: 18vw !important;
  width: auto !important;
}
/* 
#navbarCollapse,a,
img {
  height: 35px !important;
  width: auto !important;
} */

@media (min-width: 992px) {
  .container-lg-1 {
    /* width: 81%; */
    text-align: right;
    padding-right: 10vw;
    padding-left: 10vw;
    margin-right: auto;
    margin-left: auto;
  }
}

.alert-success {
  color: #3791a9;
  background-color: #edf5f7;
  border-color: #edf5f7;
  border-radius: 0.7rem;
}

.alert-danger {
  color: #132e3f;
  background-color: #e9eced;
  border-color: #e9eced;
  border-radius: 0.7rem;
}

iframe {
  height: 420px;
}

.px-sm {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

/* // Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
}

/* // Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
  .section1 h1 {
    max-width: 70vw;
    font-size: 14vw;
  }

  .section1 p {
    font-size: 5vw;
  }

  .section1 .icon-right-arrow {
    width: auto;
    height: 4vw;
  }

  .btn-nr1 {
    color: #fff;
    font-size: 4.5vw;
    border-radius: 50px 0px 0px 50px;
    /*background-color: #393532;*/
    background-color: #393532;
  }

  .section5 .rounded-card {
    margin: 0.5rem;
    width: 120px;
    height: 55px;
    background: #fff;
    border: 2px solid #f0f0f0;
    border-radius: 0.7rem !important;
  }

  .section5 .cooprate-icon {
    width: 70%;
    height: auto;
  }

  .container-3 {
    /* width: 81%; */
    text-align: right;
    padding-right: 10vw;
    padding-left: 10vw;
    margin-right: auto;
    margin-left: auto;
  }

  .eligibility-questions {
    max-width: 80%;
  }

  .faq h4 {
    font-size: 1.3rem;
    text-align: right;
  }

  .faq p {
    font-size: 20px;
  }

  iframe {
    height: 320px;
  }

  .appstore-links img {
    height: 35px !important;
    width: auto !important;
  }
  /* .cs-icon {
    height: 1rem;
    width: auto;
  }

  .cs-icon-wrapper {
    background: #1c4a5d;
    height: 2.7rem;
    width: 2.7em;
    border-radius: 3rem !important;
  }

  .cs-2 span {
    position: absolute;
    margin-top: 3.5rem;
    font-size: 1rem;
  } */

  .cs-num {
    font-size: 1.5rem;
  }

  .cs-1 {
    background: #132e3f url(../images/gradient-wave.svg) no-repeat center/cover;
  }

  .px-sm {
    padding-left: 1rem!important;
    padding-right: 1rem!important;
  }
}

.nr-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 9999;
  background: #fff;
}

/* Pre Loader */
.loader {
  font-size: 10px;
  margin: 50px auto;
  text-indent: -9999em;
  width: 9em;
  height: 9em;
  border-radius: 50%;
  background: #393532;
  background: -moz-linear-gradient(left, #393532 10%, rgba(34, 98, 116, 0) 42%);
  background: -webkit-linear-gradient(
    left,
    #393532 10%,
    rgba(34, 98, 116, 0) 42%
  );
  background: -o-linear-gradient(left, #393532 10%, rgba(34, 98, 116, 0) 42%);
  background: -ms-linear-gradient(left, #393532 10%, rgba(34, 98, 116, 0) 42%);
  background: linear-gradient(to right, #393532 10%, rgba(34, 98, 116, 0) 42%);
  position: relative;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.loader:before {
  width: 50%;
  height: 50%;
  background: #393532;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}
.loader:after {
  background: #fff;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.modal-content {
  background-color: transparent;
  border: 0px solid rgba(0, 0, 0, 0.2);
}

#DigiCertClickID_FKw2SxiA img {
  height: 60px;
}
.mb-3, .my-3 {
  margin-bottom: 3rem !important;

}
.mb-4, .my-4 {
  margin-bottom: 2.5rem !important;
}

.blink_me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}
@font-face {
  font-family: CairoMedium;
  font-display: auto;
  src: url(../fonts/cairo/Cairo-Medium.ttf);
}
@font-face {
  font-family: CairoSemiBold;
  font-display: auto;
  src: url(../fonts/cairo/Cairo-SemiBold.ttf);
}
@font-face {
  font-family: GE-SS;
  font-display: auto;
  src: url(../fonts/ge-ss/GE-SS-Two-Light.otf);
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: 1.5rem;
}
p{
  line-height: 2.7rem;
}