@font-face {
  font-family: "Alexandria";
  src: url(../fonts/Alexandria/Alexandria-ExtraLight.ttf);
  font-weight: 200;
}
@font-face {
  font-family: "Alexandria";
  src: url(../fonts/Alexandria/Alexandria-Light.ttf);
  font-weight: 300;
}
@font-face {
  font-family: "Alexandria";
  src: url(../fonts/Alexandria/Alexandria-Regular.ttf);
  font-weight: 400;
}
@font-face {
  font-family: "Alexandria";
  src: url(../fonts/Alexandria/Alexandria-Medium.ttf);
  font-weight: 500;
}
@font-face {
  font-family: "Alexandria";
  src: url(../fonts/Alexandria/Alexandria-SemiBold.ttf);
  font-weight: 600;
}
@font-face {
  font-family: "Alexandria";
  src: url(../fonts/Alexandria/Alexandria-Bold.ttf);
  font-weight: 700;
}
@font-face {
  font-family: "Alexandria";
  src: url(../fonts/Alexandria/Alexandria-ExtraBold.ttf);
  font-weight: 800;
}
@font-face {
  font-family: "Alexandria";
  src: url(../fonts/Alexandria/Alexandria-Black.ttf);
  font-weight: 900;
}
@font-face {
  font-family: "Tajawal";
  src: url(../fonts/Tajawal/Tajawal-ExtraLight.ttf);
  font-weight: 200;
}
@font-face {
  font-family: "Tajawal";
  src: url(../fonts/Tajawal/Tajawal-Light.ttf);
  font-weight: 300;
}
@font-face {
  font-family: "Tajawal";
  src: url(../fonts/Tajawal/Tajawal-Regular.ttf);
  font-weight: 400;
}
@font-face {
  font-family: "Tajawal";
  src: url(../fonts/Tajawal/Tajawal-Medium.ttf);
  font-weight: 500;
}
@font-face {
  font-family: "Tajawal";
  src: url(../fonts/Tajawal/Tajawal-Bold.ttf);
  font-weight: 600;
}
@font-face {
  font-family: "Tajawal";
  src: url(../fonts/Tajawal/Tajawal-ExtraBold.ttf);
  font-weight: 700;
}
@font-face {
  font-family: "Tajawal";
  src: url(../fonts/Tajawal/Tajawal-Black.ttf);
  font-weight: 800;
}
body {
  font-family: "Tajawal", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  scroll-behavior: smooth;
  background-color: #fcfcfc;
  overflow-x: hidden;
  color: #5f5f5f;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
button {
  font-family: "Alexandria", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  transition: all 0.3s ease;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #353535 !important;
}

.action {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 4px;
  background: #2b6fc3;
  color: #fff;
  padding: 12px 45px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  box-shadow: none;
  min-width: 200px;
  width: fit-content;
}
.action:hover {
  background-color: #2f3164;
}
.action i,
.action svg {
  font-size: 17px;
}

@media (max-width: 767px) {
  .order-last-sm {
    order: 5;
    margin-top: 30px;
  }
}

@media (max-width: 992px) {
  .container {
    width: 100%;
    max-width: 100%;
  }
}

section {
  padding: 100px 0;
}

.sec-flex-title {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
}

.main-span {
  display: inline-block;
  background-color: #2b6fc3;
  position: relative;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  border-radius: 6px;
  padding: 6px 15px;
  margin-bottom: 12px;
}

.main-title {
  font-size: 42px;
  font-weight: 800;
  line-height: 1.3;
  color: #555;
  margin: 0;
}
.main-title span {
  text-wrap: nowrap;
}
@media (max-width: 1400px) {
  .main-title {
    font-size: 34px;
  }
}
@media (max-width: 991px) {
  .main-title {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .main-title {
    font-size: 35px;
  }
}
@media (max-width: 500px) {
  .main-title {
    font-size: 30px;
  }
}
@media (max-width: 425px) {
  .main-title {
    font-size: 28px;
  }
}
@media (max-width: 399px) {
  .main-title {
    font-size: 25px;
  }
}

.sec-title .main-title {
  font-size: 32px;
}
@media (max-width: 1400px) {
  .sec-title .main-title {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .sec-title .main-title {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .sec-title .main-title {
    font-size: 30px;
  }
}
@media (max-width: 500px) {
  .sec-title .main-title {
    font-size: 30px;
  }
}
@media (max-width: 425px) {
  .sec-title .main-title {
    font-size: 26px;
  }
}
@media (max-width: 399px) {
  .sec-title .main-title {
    font-size: 25px;
  }
}

/* ============= Navbar ================ */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9999;
  background: #fcfcfc;
  padding: 0 0;
}
.navbar.scrolled {
  background-color: #fcfcfc;
  box-shadow: 0 0.3rem 0.7rem rgba(0, 0, 0, 0.15);
  top: 0;
}
.navbar.scrolled .nav-link {
  color: #3a3a3a;
}
.navbar.scrolled .nav-link.active {
  color: #2b6fc3;
}
.navbar.scrolled .navbar-toggler {
  color: #555;
  border-color: rgba(85, 85, 85, 0.2705882353);
}
.navbar.scrolled .navbar-brand span {
  color: #2b6fc3;
}
.navbar .nav-link {
  color: #555;
}
.navbar .nav-link.active {
  color: #2b6fc3;
}
@media (max-width: 992px) {
  .navbar .nav-link {
    color: #fcfcfc;
  }
  .navbar .nav-link.active {
    color: #fcfcfc;
  }
}
.navbar .navbar-brand {
  padding: 0;
  margin: 0;
}
.navbar .navbar-brand img,
.navbar .navbar-brand svg {
  max-width: 100px;
}
.navbar .navbar-brand span {
  font-size: 38px;
  font-weight: 800;
  color: #fcfcfc;
}
.navbar .navbar-toggler {
  padding: 8px 16px;
  border: 1px solid rgba(255, 255, 255, 0.1294117647);
  font-size: 22px;
  outline: none;
  box-shadow: none;
  color: #2b6fc3;
}
.navbar .navbar-toggler:focus, .navbar .navbar-toggler:active {
  outline: none;
}
@media (max-width: 992px) {
  .navbar .navbar-collapse {
    background-color: #2b6fc3;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar .navbar-collapse .action {
    background-color: #fcfcfc;
    color: #2b6fc3;
  }
}
.navbar .navbar-nav {
  gap: 30px;
}

/* ================ Header ================ */
header {
  position: relative;
  background-image: url(../assets/004.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 250px 0 220px;
  overflow: hidden;
}
@media (max-width: 767px) {
  header {
    padding: 200px 0 160px;
  }
}
header .pos__wave {
  position: absolute;
  z-index: 3;
  right: 0;
  left: 0;
  bottom: -10%;
  width: 100%;
}
header .overlay {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  background: linear-gradient(to bottom, rgba(22, 29, 40, 0.1019607843), rgba(22, 29, 40, 0.89), rgba(22, 29, 40, 0.33));
}
header .container {
  position: relative;
  z-index: 2;
}
header .info .second__title {
  font-size: 18px;
  font-weight: 500;
  color: #2b6fc3;
}
header .info h6 {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 16px;
  color: #e4e4e4 !important;
}
header .info .main__title {
  font-size: 60px;
  font-weight: 800;
  line-height: 1.5;
  margin: 8px 0 6px;
  color: #e9e9e9 !important;
}
header .info .main__title span {
  color: #2b6fc3;
}
@media (max-width: 1199px) {
  header .info .main__title {
    font-size: 48px;
  }
}
@media (max-width: 992px) {
  header .info .main__title {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  header .info .main__title {
    font-size: 34px;
  }
  header .info .main__title br {
    display: none;
  }
}
@media (max-width: 425px) {
  header .info .main__title {
    font-size: 30px;
  }
}
@media (max-width: 399px) {
  header .info .main__title {
    font-size: 30px;
  }
}
header .info .desc {
  color: #d9d9d9;
  width: 100%;
  max-width: 1099px;
  margin: 0 auto;
  font-size: 20px;
  line-height: 1.6;
}
@media (max-width: 992px) {
  header .info .desc {
    font-size: 17px;
  }
}
header .info a.action {
  margin-top: 15px;
}
header .img {
  width: 100%;
  height: 100%;
}
header .img img {
  width: 100%;
  height: auto;
}
@media (min-width: 767px) {
  header .img img {
    scale: 1.3;
  }
}

.sec__image {
  width: 100%;
}
.sec__image img {
  width: 100%;
  max-width: 100%;
}

/* ============= About =================== */
.about {
  padding: 80px 0 40px;
}
.about .img {
  width: 100%;
  height: 100%;
  position: relative;
}
.about .img > img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
.about .img .abs-img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  max-width: 70%;
  padding: 0 8px 8px 0;
  background-color: #fff;
}
.about .img .abs-img img {
  width: 100%;
}
.about .img .abs-img.abs-img-2 {
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
  padding: 8px 0 0 8px;
}
.about .info h2 {
  margin-top: 4px;
  margin-bottom: 15px;
  line-height: 1.4;
}
.about .info p {
  font-size: 18px;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .about .info p {
    font-size: 16px;
  }
}
.about .action {
  margin-top: 40px;
}

/* ============ Features ================= */
.features {
  padding: 80px 0;
}
@media (max-width: 767px) {
  .features .row > div:last-of-type {
    display: none;
  }
}
.features .info .main-title {
  margin-bottom: 16px;
}
.features .info > p {
  font-size: 20px;
}
.features .info ul {
  list-style: none;
  margin: 15px 0 0;
  padding: 0 12px 0 0;
}
.features .info ul li {
  display: flex;
  align-items: center;
  gap: 12px;
}
.features .info ul li i {
  color: #2b6fc3;
}
.features .info ul li p {
  margin: 0;
  font-size: 17px;
}
.features .info ul li p span {
  font-weight: 600;
}
.features .info ul li:not(:last-of-type) {
  margin-bottom: 12px;
}
.features .info p.call {
  margin-top: 16px;
  font-weight: 600;
  font-size: 17px;
}
.features .img {
  width: 100%;
}
.features .img img {
  width: 100%;
}

.cover {
  width: 100%;
}
.cover img {
  width: 100%;
}

.gallery {
  padding: 80px 0;
}
.gallery.gallery-two {
  background-color: #f5f5f5;
}
.gallery.gallery-four {
  background-color: #f5f5f5;
}
.gallery .owl-carousel {
  margin-top: 60px;
}
.gallery .row {
  row-gap: 16px;
  margin-top: 60px;
  justify-content: center;
}
.gallery .row .item {
  display: block;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
}
.gallery .row .item:hover img {
  transform: scale(1.1);
}
.gallery .row .item img {
  transition: all 0.5s ease;
  border-radius: 4px;
  width: 100%;
  height: 100%;
}

.how__started {
  padding: 80px 0;
}
.how__started .img {
  width: 100%;
}
.how__started .img img {
  width: 100%;
}
.how__started .info h2 {
  margin-bottom: 16px;
}
.how__started .info p {
  font-size: 18px;
}
.how__started .info p.call {
  font-size: 17px;
  font-weight: 600;
  margin-top: 16px;
}
.how__started .info ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.how__started .info ul li {
  font-size: 17px;
}
.how__started .info ul li span {
  font-weight: 600;
}
.how__started .info ul li:not(:last-of-type) {
  margin-bottom: 12px;
}

footer {
  padding: 15px 0;
  border-top: 1px solid rgba(85, 85, 85, 0.1607843137);
  text-align: center;
}
footer p {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  color: #555;
}
footer p a {
  font-weight: 600;
  color: #2b6fc3;
  text-decoration: none;
}

.bg-2 {
  background-color: #fcf9f3;
}

.whatsapp-fixed {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  bottom: 30px;
  right: 30px;
  z-index: 9999;
  border-radius: 50%;
  outline: none;
  text-decoration: none;
  background-color: #25d366;
  box-shadow: 0 0 8px 12px rgba(37, 211, 101, 0.4705882353);
  color: #fff;
  font-size: 24px;
}

/*# sourceMappingURL=style.css.map */
