@charset "utf-8";

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #1e1e1e;
  border-radius: 0;
}

@font-face {
  font-family: "Ciutadella";
  src: url("../fonts/Ciutadella_Regular.ttf");
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-VariableFont_wght.ttf");
}

:root {
  --header-color: #0f172a;
  --text-color-light: #b1b1b1;
  --text-color: #747474;
  --primary-color: #2b3085;
  --border-color: #ebeef7;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Ciutadella";
  font-size: 16px;
  line-height: 26px;
  color: #000000;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
  transition: all 0.3s;
}

a:focus,
a:hover {
  text-decoration: none;
}

h4 {
  font-size: 20px;
}

h6 {
  font-size: 14px;
}

.rounded {
  border-radius: 15px !important;
}

.border {
  border: 1px solid var(--border-color) !important;
}

.gap-20 {
  gap: 20px;
}

.gap-15 {
  gap: 15px;
}

p {
  color: var(--text-color);
}

.btn {
  background-color: #2b3085;
  color: #fff;
  border-radius: 8px;
  height: 50px;
  border: none !important;
  line-height: 50px;
  padding: 0 30px;
  font-size: 16px;
  font-weight: bold;
  transition: all 0.3s ease-in-out;
  max-width: 100%;
}

.btn:hover,
.btn:focus {
  background-color: var(--primary-color);
  color: #fff;
}

.nav_btn {
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  padding: 0 15px;
  min-width: 120px;
}

.navbar {
  padding: 30px 0;
}

.navbar-brand {
  margin: 0;
}

.navbar-brand img {
  width: 100px;
}

.navbar-nav {
  margin: 0 70px;
}

.nav-link {
  color: #000000;
  margin: 0 10px;
  font-size: 18px;
  text-transform: capitalize;
}

.nav-link:hover {
  color: var(--primary-color);
}

.lang_btn {
  width: 45px;
  height: 45px;
  border-radius: 16px;
  border: 2px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-color);
}

.hero {
  padding: 20px 0;
  overflow: hidden;
}

.hero h1 {
  font-size: 50px;
  font-weight: bold;
  line-height: 70px;
  color: var(--header-color);
  width: 600px;
  max-width: 100%;
}

.hero p {
  font-size: 18px;
  line-height: 34px;
  color: var(--header-color);
  width: 600px;
  max-width: 100%;
  margin-bottom: 30px;
}

.download_btn {
  background: #252b42;
  border: 1px solid #ffffff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 18px 28px;
  color: #ffffff;
  font-family: Montserrat;
}

.download_btn h6 {
  font-weight: 600;
  margin-bottom: 5px;
}

.download_btn h4 {
  margin-bottom: 0;
}

.hero .hero_img {
  width: 130%;
  max-width: 130%;
}

[dir="ltr"] .hero .hero_img {
  margin-left: -15%;
}

[dir="rtl"] .hero .hero_img {
  margin-right: -15%;
}

.about {
  padding: 20px 0;
}

.about h2 {
  font-size: 32px;
  font-weight: bold;
}

.about p {
  font-size: 24px;
  line-height: 50px;
}

.about .plus {
  margin: 30px 0;
  animation: plus 2s ease-out infinite;
}

@keyframes plus {
  0% {
    transform: scale(0.8) translateY(0); /* Start smaller and at original position */
    opacity: 0.8; /* Slightly faded */
  }

  50% {
    transform: scale(1.2) translateY(0); /* Enlarge the image */
    opacity: 1; /* Fully visible */
  }

  100% {
    transform: scale(0.8) translateY(0); /* Return to smaller size */
    opacity: 0.8; /* Slightly faded again */
  }
}

.features {
  padding: 50px 0;
  position: relative;
}

.right_shade {
  position: absolute;
  top: 10%;
  max-width: 30%;
  right: 0;
}

.features h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 0;
}

.statistic .block {
  text-align: center;
}

.statistic .block h3 {
  font-size: 48px;
  font-weight: bold;
}

.statistic .block h3 span {
  color: #2b3085;
}

.statistic .block h5 {
  font-size: 16px;
  color: #39393b;
  margin-bottom: 0;
}

.features h6 {
  font-size: 18px;
  color: #2b3085;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.features .title {
  font-size: 44px;
  text-transform: capitalize;
  margin-bottom: 40px;
}

.features .feature_block {
  margin-bottom: 35px;
}

.features .feature_block h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}

.features .feature_block p {
  font-size: 18px;
  line-height: 30px;
  margin-top: 15px;
}

.service {
  padding: 40px 0;
}
.service_block {
}

.service_block .icon_box {
  width: 100px;
  height: 100px;
  background: #eef4ff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  margin-bottom: 10px;
}

.service_block h2 {
  font-size: 24px;
  color: #212121;
  font-weight: bold;
  margin: 20px 0;
  min-height: 60px;
  display: flex;
  align-items: center;
}

.service_block p {
  font-size: 18px;
  line-height: 32px;
  color: #747474;
}

.advatnages h6 {
  font-size: 18px;
  color: #2b3085;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.advatnages .title {
  font-size: 44px;
  text-transform: capitalize;
  margin-bottom: 40px;
  font-weight: bold;
}

.advatnages .icon {
  width: 50px;
  height: 50px;
  background-color: #2b3085;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.advatnages h3 {
  font-size: 28px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 0;
}

.advatnages p {
  font-size: 18px;
  line-height: 30px;
  margin-top: 20px;
  text-transform: capitalize;
  opacity: 0.8;
}

.download_sec {
  border-radius: 24px;
  margin: 20px 0;
  color: #fff;
  overflow: hidden;
}

[dir="ltr"] .download_sec {
  background: linear-gradient(89.77deg, #2b3085 0.19%, #1d28db 99.8%);
  padding-left: 7%;
}

[dir="rtl"] .download_sec {
  background: linear-gradient(-89.77deg, #2b3085 0.19%, #1d28db 99.8%);
  padding-right: 7%;
}

.download_sec h2 {
  font-size: 50px;
  margin-top: 30px;
}

.download_sec p {
  font-size: 14px;
  color: #ffffff;
  margin: 40px 0;
}

.download_sec .download_btn {
  background: #ffffff;
  border: 1px solid #252b42;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  margin-bottom: 100px;
}

.download_sec .download_btn h6,
.download_sec .download_btn h4 {
  color: var(--header-color);
}

.download_sec .w-100 {
  width: 120% !important;
  max-width: 120%;
}

[dir="ltr"] .download_sec .w-100 {
  margin-left: -20%;
}

[dir="rtl"] .download_sec .w-100 {
  margin-right: -20%;
}

.reviews {
  padding: 40px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.reviews .img_box {
  width: 46%;
  background: rgba(43, 48, 133, 0.05);
}

[dir="ltr"] .reviews .img_box {
  border-radius: 0px 100px 100px 0px;
  padding-right: 30px;
}

[dir="rtl"] .reviews .img_box {
  border-radius: 100px 0px 0px 100px;
  padding-left: 30px;
}
.reviews .img_box img {
}

.reviews .slide_box {
  width: 50%;
  padding: 0 7%;
}

.reviews .slide_box h2 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 50px;
}

.reviews .slide_box .profile-card {
  margin-bottom: 30px;
}

.reviews .slide_box .profile-card img {
  width: 75px;
  height: 75px;
  border-radius: 50%;
}

.reviews .slide_box .profile-card h3 {
  font-size: 18px;
  font-weight: bold;
}

.reviews .slide_box .profile-card h4 {
  font-size: 14px;
  color: #747474;
  margin-bottom: 0;
}

.reviews .slide_box p {
  font-size: 18px;
  color: #212121;
  line-height: 34px;
}

.owl-prev {
  position: absolute;
  top: 110%;
  transform: translateY(-50%);
  font-size: 30px !important;
  color: #2b3085 !important;
}

[dir="ltr"] .owl-prev {
  left: 0;
}

[dir="rtl"] .owl-prev {
  right: 0;
}

.owl-next {
  position: absolute;
  top: 110%;
  transform: translateY(-50%);
  font-size: 30px !important;
  color: #2b3085 !important;
}

[dir="ltr"] .owl-next {
  left: 60px;
}

[dir="rtl"] .owl-next {
  right: 60px;
}

[dir="rtl"] .owl-prev,
[dir="rtl"] .owl-next {
  transform: translateY(-50%) rotateY(180deg);
}
.owl-prev span,
.owl-next span {
  display: none;
}

.owl-prev:hover,
.owl-next:hover {
  color: #2b3085;
}

.owl-prev:before,
.owl-next:before {
  font-family: "FontAwesome";
  content: "\f060";
}

.owl-next:before {
  content: "\f061";
}

.footer {
  padding-top: 40px;
  margin-top: 40px;
}

.footer-logo img {
  max-width: 150px;
  margin-bottom: 20px;
  max-width: 100%;
}

.footer .info {
  font-size: 16px;
  padding: 0;
}

.footer .info li {
  margin-bottom: 15px;
}

.footer .info i {
  color: #2b3085;
}

[dir="ltr"] .footer .info i {
  margin-right: 10px;
}

[dir="rtl"] .footer .info i {
  margin-left: 10px;
}

.footer .column {
  margin-bottom: 20px;
  /* Retained for internal centering of content within the column on large screens */
  text-align: center;
}

/* Make the 'links' list horizontal and its items centered */
.footer .links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; /* Ensures items are centered within the flex container */
  gap: 15px;
  padding: 0;
  margin-top: 15px;
}

.footer .links li {
  margin-bottom: 0;
}

.footer .links li a {
  white-space: nowrap;
  /* Added font-weight: bold; for the links */
  font-weight: bold; /* NEW */
}


/* Specific styling for the Newsletter column to ensure its internal elements stack */
.footer .newsletter {
    display: flex;
    flex-direction: column;
}


.footer .newsletter .form-group {
  background-color: #ffffff;
  padding: 15px;
  border-radius: 4px;
  display: flex;
  align-items: center;
}

[dir="ltr"] .footer .newsletter .form-group {
  box-shadow: -13.0111px 13.0111px 104.089px rgba(162, 162, 162, 0.1);
}

[dir="rtl"] .footer .newsletter .form-group {
  box-shadow: 13.0111px 13.0111px 104.089px rgba(162, 162, 162, 0.1);
}

.footer .newsletter .form-group input {
  height: 60px;
  border: none;
  box-shadow: none !important;
}

.footer .newsletter .form-group .btn {
  height: 60px;
}

.footer h5 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 15px;
  text-transform: capitalize;
}

.footer .links a {
  font-size: 16px;
  color: #000;
  text-transform: capitalize;
}

.copyright {
  padding: 20px 0;
}

.copyright p {
  margin-bottom: 0;
  color: #2b3085;
  gap: 5px;
  font-size: 18px;
  font-weight: 600;
}

.copyright hr {
  border: 0;
  height: 1px;
  margin: 0;
  margin-bottom: 20px;
}

[dir="ltr"] .copyright hr {
  background: linear-gradient(to right, transparent, black, transparent);
}

[dir="rtl"] .copyright hr {
  background: linear-gradient(to left, transparent, black, transparent);
}


@media (max-width: 991px) {
  .hero h1 {
    font-size: 30px;
    line-height: 40px;
  }

  .hero p,
  .about p,
  .advatnages p {
    font-size: 16px;
    line-height: 30px;
  }

  .hero_img {
    display: none;
  }

  .about h2,
  .features h2 {
    font-size: 24px;
  }

  .statistic .block h3,
  .advatnages .title,
  .download_sec h2 {
    font-size: 30px;
  }

  .download_sec .w-100 {
    display: none;
  }

  .download_sec .download_btn {
    margin-bottom: 40px;
  }

  .navbar .nav_btn {
    display: none;
  }

  .features {
    padding: 30px 0;
  }

  .download_sec .flex-wrap {
    justify-content: center;
  }

  .download_sec {
    text-align: center;
  }

  /* Footer adjustments for medium/small screens */
  [dir="ltr"] .footer .column {
    text-align: left;
  }

[dir="rtl"] .footer .column {
    text-align: right;
  }
  /* For footer links, when the parent column stacks on smaller screens, we still want the links themselves to be horizontal */
  .footer .links {
    justify-content: flex-start; /* Ensure links align to the left within their column on smaller screens */
  }

  .footer .newsletter {
      align-items: flex-start; /* Align newsletter content to the left when it stacks */
  }
}

@media (max-width: 768px) {
  .features h2 {
    margin-bottom: 30px;
  }

  .statistic .block {
    margin-bottom: 15px;
  }

  .download_sec .download_btn {
    margin-bottom: 0;
  }

  .download_sec {
    padding: 15px;
  }

  .download_sec p {
    margin: 20px 0;
  }

  .reviews {
    flex-wrap: wrap;
    text-align: center;
  }
  .reviews .slide_box .profile-card {
    justify-content: center;
  }
  .reviews .img_box,
  .reviews .slide_box {
    width: 100%;
    margin-top: 20px;
  }
}

@media (max-width: 640px) {
  .statistic {
    flex-wrap: wrap;
  }

  .statistic .block {
    width: 100%;
  }
}