@import url("https://fonts.googleapis.com/css2?family=Zain:wght@200;300;400;700;800;900&display=swap");
@font-face {
  font-family: "Aktiv Grotesk Bd";
  src: url("../fonts/Primary Typeface/AktivGrotesk_Bd.ttf") format("truetype");
  font-weight: normal;
}
@font-face {
  font-family: "Aktiv Grotesk Lt";
  src: url("../fonts/Primary Typeface/AktivGrotesk_Lt.ttf") format("truetype");
  font-weight: normal;
}
@font-face {
  font-family: "Aktiv Grotesk Md";
  src: url("../fonts/Primary Typeface/AktivGrotesk_Md.ttf") format("truetype");
  font-weight: normal;
}
@font-face {
  font-family: "Aktiv Grotesk Rg";
  src: url("../fonts/Primary Typeface/AktivGrotesk_Rg.ttf") format("truetype");
  font-weight: normal;
}
@font-face {
  font-family: "Aktiv Grotesk SBd";
  src: url("../fonts/Primary Typeface/AktivGrotesk_SBd.ttf") format("truetype");
  font-weight: normal;
}
@font-face {
  font-family: "Aktiv Grotesk Th";
  src: url("../fonts/Primary Typeface/AktivGrotesk_Th.ttf") format("truetype");
  font-weight: normal;
}
@font-face {
  font-family: "Zael Regular v2";
  src: url("../fonts/Secondary Typeface/Zael-Regular_v2.ttf") format("truetype");
  font-weight: normal;
}
body {
  direction: rtl;
  background-color: #ebeef3;
  font-family: "Aktiv Grotesk Rg", sans-serif;
}

h2 {
  font-family: "Zael Regular v2", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.title-right-section h2 {
  color: #002B79;
  font-size: 64px;
  font-weight: 400;
  line-height: 76.8px;
}
.title-right-section p {
  color: #0B224B;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
}

.title-center-section {
  text-align: center;
  margin-bottom: 5rem;
}
.title-center-section h2 {
  color: #D52723;
  font-size: 64px;
  font-weight: 400;
  line-height: 76.8px;
}
.title-center-section p {
  color: #0B224B;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
}

.title-center-dark-bg-section {
  text-align: center;
  margin-bottom: 5rem;
}
.title-center-dark-bg-section h2 {
  color: #C6932C;
  font-size: 64px;
  font-weight: 400;
  line-height: 76.8px;
}
.title-center-dark-bg-section p {
  color: white;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
}

.btn {
  font-size: 24px;
  font-weight: 400;
  padding: 0.5rem 4rem;
  line-height: 30.72px;
}

.main-solid-btn {
  color: white;
  background-color: #D52723;
}

nav,
.header-content,
#registerSection,
.footer-section {
  width: 90%;
  margin: auto;
}

header {
  background-image: url(../images/background-top.svg);
  background-position: bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

nav a {
  color: #C6932C !important;
  font-size: 28px !important;
  font-weight: 800;
  line-height: 35.84px;
}
nav a img {
  max-width: 170px;
}
nav .active {
  font-size: 30px;
  font-weight: bold;
}

.header-content {
  color: white;
  min-height: 70vh;
  display: flex;
  flex-flow: row;
  justify-content: center;
}
.header-content p {
  color: #8794BA;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
}
.header-content h2 {
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
}
.header-content .row {
  position: relative;
}
.header-content .row .header-text {
  display: flex;
  justify-content: flex-start;
  height: 100%;
  margin-top: 60px;
  flex-flow: column;
}
.header-content .row .header-text h2 {
  font-family: "Aktiv Grotesk Md", sans-serif;
}
.header-content .row .header-text .header-img-icons {
  display: flex;
  gap: 2rem;
}
.header-content .row .header-text .header-img-icons img {
  max-width: 100%;
}
.header-content .header-img {
  width: 100%;
}
.header-content .header-text {
  width: 75%;
}

.navbar-toggler i {
  font-size: 70px;
  color: white;
}

#featuresSection {
  position: relative;
}
#featuresSection .bg-of-the-section {
  position: absolute;
  height: 190%;
  width: 100%;
}
#featuresSection .bg-of-the-section::after {
  content: "";
  background-image: url(../images/features-bg.svg);
  background-position: center;
  background-size: 100% auto;
  position: absolute;
  height: 100%;
  width: 100%;
  right: 0;
  top: -14rem;
  z-index: -1;
}
#featuresSection .title-right-section {
  width: 90%;
  margin: auto;
}
#featuresSection .featers-boxes {
  width: 90%;
  display: flex;
  justify-content: space-between;
  margin: 5rem auto;
  padding: 7rem 0;
}
#featuresSection .featers-boxes .box {
  background-color: white;
  padding: 3rem 2rem;
  border-radius: 16px;
  text-align: center;
  width: 25%;
}
#featuresSection .featers-boxes .box img {
  margin-bottom: 2rem;
}
#featuresSection .featers-boxes .box h4 {
  color: #D52723;
}

#storeSection,
#testmonialSection {
  direction: ltr;
  width: 90%;
  margin: auto;
  text-align: center;
}
#storeSection .slick-slide img,
#testmonialSection .slick-slide img {
  display: block;
  width: 85% !important;
  margin: auto;
  box-shadow: 0px 0px 20px 0px rgba(56, 53, 53, 0.2509803922);
  border-radius: 20px;
}
#storeSection .slick-center img,
#testmonialSection .slick-center img {
  width: 95% !important;
}

#testmonialSection {
  background-image: url(../images/testmonial-bg.webp);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 6rem 0;
}
#testmonialSection .title-center-dark-bg-section {
  width: 20%;
  margin: auto;
}
#testmonialSection .title-center-dark-bg-section p {
  margin: 2rem 0;
}
#testmonialSection .testmonials-box {
  background-color: white;
  padding: 4rem 1rem;
  border-radius: 10px;
  width: 90%;
  margin: auto;
  border: 1px solid #CCD5E4;
}
#testmonialSection .testmonials-box .fa-star {
  color: #F4EACC;
}
#testmonialSection .testmonials-box p,
#testmonialSection .testmonials-box span {
  font-size: 24px;
  font-weight: 400;
  line-height: 29.05px;
  color: #002B79;
}
#testmonialSection .testmonials-box .img-with-user {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  margin-bottom: 1rem;
}
#testmonialSection .testmonials-box .img-with-user img {
  width: 70px !important;
  box-shadow: unset;
  margin: unset;
}
#testmonialSection .slick-dots {
  bottom: -68px !important;
}
#testmonialSection .slick-dots .slick-active button:before {
  color: transparent;
}
#testmonialSection .slick-dots li.slick-active button:before {
  width: 30px;
  opacity: 1;
}
#testmonialSection .slick-dots li {
  width: 30px;
  height: 6px;
}
#testmonialSection .slick-dots li button {
  background-color: #4A638E;
  width: 20px;
  height: 6px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  margin: 0 1rem;
}
#testmonialSection .slick-dots li button::before {
  color: transparent;
  width: 20px;
  height: 10px;
  margin: 0 1rem;
  border-radius: 50px;
  background-color: #D52723;
  top: 0;
}

#registerSection {
  padding: 3rem 0;
  background-color: #ebeef3;
}
#registerSection .contact-us-img {
  display: flex;
  align-items: center;
  justify-content: center;
}
#registerSection .contact-us-img img {
  max-width: 100% !important;
}
#registerSection .form-box {
  border-radius: 16px;
  display: flex;
  justify-content: space-evenly;
  flex-flow: column;
  height: 100%;
  box-shadow: 0px 0px 10px 0px rgba(128, 149, 185, 0.2509803922);
  padding: 1rem 3rem;
  width: 80%;
  background-color: white;
  margin: 2rem auto;
  text-align: center;
  color: #0B224B;
}
#registerSection .form-box h2 {
  font-size: 64px;
  font-weight: 400;
  line-height: 76.8px;
}
#registerSection .form-box form {
  text-align: right;
}

footer {
  background-image: url(../images/footer-bg.svg);
  background-position: bottom;
  background-size: 100%;
  padding: 2rem 0;
  background-repeat: no-repeat;
}
footer .footer-section {
  padding: 6rem 0px 4rem !important;
  display: flex;
  flex-flow: column;
  color: #8794BA;
}
footer .footer-section .section-border-b {
  padding: 0;
  border-bottom: 1px solid #2A407C;
}
footer .footer-section .section-border-b a {
  display: inline-block;
  height: 25px;
}
footer .footer-section p {
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
}
footer .footer-section .social-icons a {
  color: white;
}
footer .footer-section .social-icons i {
  margin-left: 1rem;
}

#scrollUpBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  left: 20px;
  background-color: white;
  color: #D52723;
  padding: 15px;
  border-radius: 5px;
  cursor: pointer;
  box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.4);
  border: unset;
}

@media (min-width: 992px) {
  footer .footer-section {
    padding: 5rem 0 2rem;
    display: flex;
    gap: 3rem;
    align-items: center;
    flex-flow: row;
  }
  header {
    background-size: cover;
  }
  #featuresSection .featers-boxes {
    flex-wrap: wrap;
    padding: 0;
  }
  #featuresSection .featers-boxes .box {
    width: 28%;
    margin-top: 1rem;
  }
  #testmonialSection .title-center-dark-bg-section {
    width: 50%;
  }
  .header-content p {
    font-size: 18px;
    line-height: 26px;
  }
  #registerSection .form-box h2 {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .header-content p {
    font-size: 24px !important;
    line-height: 36px !important;
  }
  footer .footer-section {
    padding: 7rem 0 5rem !important;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    gap: 2rem;
  }
  .section-border-b {
    padding: 5rem 0 !important;
    border-bottom: 0px solid #2A407C;
  }
  .section-border-b img {
    max-width: 100% !important;
  }
  .section-border-b .footer-logos-imgs {
    display: flex;
    gap: 1rem;
    flex-flow: row;
  }
  .section-border-b .footer-logos-imgs img {
    max-width: 100% !important;
  }
}
@media (max-width: 991px) {
  footer .footer-section {
    padding: 0;
    display: flex;
    flex-flow: row;
    align-items: flex-start;
    gap: 2rem;
  }
  .section-border-b {
    padding: 1rem 0;
    border-bottom: 0px solid #2A407C;
  }
  .section-border-b img {
    max-width: 100%;
  }
  .bg-of-the-section {
    display: none;
  }
  header {
    background-image: unset;
    background-color: #002B79;
  }
  #featuresSection .featers-boxes {
    flex-wrap: wrap;
  }
  #featuresSection .featers-boxes .box {
    width: 60%;
    margin: 1rem auto;
  }
}
@media (max-width: 1280px) {
  .section-border-b {
    padding-bottom: 2rem !important;
  }
}/*# sourceMappingURL=style.css.map */