@charset "UTF-8";
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-padding-top: 7rem;
}
html::-webkit-scrollbar {
  width: 0.5rem;
}
html::-webkit-scrollbar-thumb {
  background: var(--color-primary);
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow-x: hidden;
  font-family: "Almarai", sans-serif;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='%23FFFFFF' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-toggler-two .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
}

.navbar-toggler:focus {
  box-shadow: none !important;
  border: none !important;
  outline: none !important;
}

:root {
  /* Primary Colors */
  --color-primary:#2F4084 ;
  --color-primary-hover: #D3EFFF;
  /* Secondary Colors */
  --color-secondary:#F8A14F;
  --color-secondary-light: #f2f2f2;
  /* info Colors  */
  --color-info: #666666;
  --color-info-light: #FEF8CD;
  /* success Colors  */
  --color-success: #F26A4B;
  --color-success-light: #FEF8CD;
  /* Neutral / Grayscale */
  --color-gray-dark: #3b3c40;
  --color-gray-medium: #454545;
  --color-gray-light: #D2BADE;
  /* Text Colors */
  --color-text-heading: #1E1E1E;
  --color-text-dark: #222222;
  --color-text-muted: #6D6D6D;
  --color-text-footer: #d7d7d7;
  --color-text-light: #F5F6F6;
  --color-text-lighter: #2DAFAF;
  /* Accent Colors */
  --color-accent: #101010;
  /* Background Colors */
  --color-bg-card: #1D332D;
  --color-bg-light: #F7F7F7;
  --color-bg-light-alt: #EDF1F8;
  --color-bg-light-soft: #ECEFF8;
  /* Dark Backgrounds */
  --color-bg-dark: #0D0D0D;
  --color-bg-dark-alt: #1A1A1A;
  --color-bg-dark-soft: #11111199;
}

.text-heading {
  color: var(--color-text-heading) !important;
}

.text-primary {
  color: var(--color-primary) !important;
}

.text-primary-hover {
  color: var(--color-primary-hover) !important;
}

.text-secondary {
  color: var(--color-secondary) !important;
}

.text-secondary-light {
  color: var(--color-secondary-light) !important;
}

.text-muted {
  color: var(--color-text-muted) !important;
}

.text-dark {
  color: var(--color-text-dark) !important;
}

.text-gray-light {
  color: var(--color-gray-light) !important;
}

.text-footer {
  color: var(--color-text-footer) !important;
}

.text-accent {
  color: var(--color-accent) !important;
}

.text-gray-dark {
  color: var(--color-gray-dark) !important;
}

.text-info {
  color: var(--color-info) !important;
}

.text-success {
  color: var(--color-success) !important;
}

.text-light-custom {
  color: var(--color-text-light);
}

.text-lighter-custom {
  color: var(--color-text-lighter);
}

.bg-primary {
  background-color: var(--color-primary) !important;
}

.bg-secondary {
  background-color: var(--color-secondary) !important;
}

.bg-info {
  background-color: var(--color-info-light) !important;
}

.bg-secondary-light {
  background-color: var(--color-secondary-light) !important;
}

.bg-card {
  background-color: var(--color-bg-card) !important;
}

.bg-light {
  background-color: var(--color-bg-light) !important;
}

.bg-light-alt {
  background-color: var(--color-bg-light-alt) !important;
}

.bg-light-soft {
  background-color: var(--color-bg-light-soft) !important;
}

.bg-dark {
  background-color: var(--color-bg-dark) !important;
}

.bg-dark-alt {
  background-color: var(--color-bg-dark-alt) !important;
}

.bg-dark-soft {
  background-color: var(--color-bg-dark-soft) !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-800 {
  font-weight: 800 !important;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-13 {
  font-size: 13px !important;
}

.fs-15 {
  font-size: 15px !important;
}

.fs-12 {
  font-size: 12px !important;
}

.fs-17 {
  font-size: 17px !important;
}

.fs-18 {
  font-size: 18px !important;
}

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

.fs-24 {
  font-size: 24px !important;
}

.fs-36 {
  font-size: 36px !important;
}

.fs-40 {
  font-size: 40px !important;
}

.text-Neutral-700 {
  color: #333333 !important;
}

.font-poppins {
  font-family: "Poppins", sans-serif;
}

.hero-text {
  line-height: 140% !important;
}

.line-height-120 {
  line-height: 120% !important;
}

.line-height-150 {
  line-height: 150% !important;
}

.line-height-160 {
  line-height: 160% !important;
}

ol {
  list-style-type: lower-alpha;
}

.btn-primary {
  color: white !important;
  background-color: var(--color-primary) !important;
  border-color: var(--color-primary) !important;
  transition: all 0.5s linear !important;
  font-weight: 600;
  display: inline-block;
}
.btn-primary:hover {
  color: var(--color-primary) !important;
  background-color: var(--color-primary-hover) !important;
  border-color: var(--color-primary-hover) !important;
  font-weight: 700;
  transform: translateY(-5px) !important;
}

.btn-green {
  color: white !important;
  background-color: var(--color-text-heading) !important;
  border-color: var(--color-text-heading) !important;
  transition: all 0.5s linear !important;
  font-weight: 600;
  display: inline-block;
}
.btn-green:hover {
  color: var(--color-text-heading) !important;
  background-color: var(--color-primary-hover) !important;
  border-color: var(--color-primary-hover) !important;
  font-weight: 700;
  transform: translateY(-5px) !important;
}
.btn-green:hover svg path {
  fill: var(--color-text-heading) !important;
}
.btn-green svg path {
  transition: all 0.5s linear !important;
}

.btn-primary-two {
  color: white !important;
  background-color: var(--color-primary) !important;
  border-color: var(--color-primary) !important;
  transition: 0.5s linear !important;
  font-weight: 700;
  display: inline-block;
}
.btn-primary-two:hover {
  color: var(--color-primary) !important;
  background-color: var(--light-color-three) !important;
  border-color: var(--light-color-three) !important;
}

.btn-dark {
  color: white !important;
  background-color: var(--dark-color) !important;
  border-color: var(--dark-color) !important;
  transition: 0.5s linear !important;
}
.btn-dark:hover {
  color: var(--dark-color) !important;
  background-color: transparent !important;
  border-color: var(--dark-color) !important;
}

.btn-outline-primary {
  color: var(--color-primary) !important;
  background-color: transparent !important;
  border: 1px solid var(--color-primary) !important;
  transition: 0.5s linear !important;
}
.btn-outline-primary:hover {
  color: white !important;
  background-color: var(--color-primary) !important;
  border-color: var(--color-primary) !important;
}

.btn-outline-secondary {
  color: var(--color-secondary) !important;
  background-color: transparent !important;
  border: 1px solid var(--color-secondary) !important;
  transition: 0.5s linear !important;
}
.btn-outline-secondary:hover {
  color: white !important;
  background-color: var(--color-secondary) !important;
  border-color: var(--color-secondary) !important;
}

.btn-secondary {
  color: white !important;
  background-color: var(--color-secondary) !important;
  border-color: var(--color-secondary) !important;
  transition: 0.5s linear !important;
}
.btn-secondary:hover {
  color: var(--color-secondary) !important;
  background-color: transparent !important;
  border-color: var(--color-secondary) !important;
}
.btn-secondary:hover svg path {
  fill: var(--color-secondary) !important;
}

.btn-secondary-two {
  color: white !important;
  background-color: #0E2859 !important;
  border-color: #0E2859 !important;
  transition: 0.5s linear !important;
}
.btn-secondary-two:hover {
  color: #0E2859 !important;
  background-color: transparent !important;
  border-color: #0E2859 !important;
}
.btn-secondary-two:hover svg path {
  fill: var(--color-secondary) !important;
}

.btn-white {
  color: #1E1E1E !important;
  background-color: white !important;
  border-color: white !important;
  transition: 0.5s linear !important;
}
.btn-white:hover {
  color: white !important;
  background-color: transparent !important;
  border-color: white !important;
}
.btn-white:hover svg path {
  fill: white !important;
}

.btn-outline-gray {
  background-color: transparent;
  border: 1px solid #cccccc !important;
  color: black !important;
}

.btn-gray-transparent {
  background-color: rgba(255, 255, 255, 0.4509803922);
  border: 1px solid rgba(255, 255, 255, 0.4509803922) !important;
  color: white !important;
}

::placeholder {
  color: #F2F2F2 !important;
  font-size: 14px;
}

input {
  color: #F2F2F2 !important;
}
input:focus {
  box-shadow: none !important;
}

select {
  color: var(--color-info) !important;
}

.form-select:focus {
  box-shadow: none !important;
}

.intl-tel-input {
  width: -webkit-fill-available !important;
}

textarea {
  resize: none !important;
}
textarea:focus {
  box-shadow: none !important;
}

.iti {
  width: -webkit-fill-available !important;
}

body:not(.arabicVersion) .iti--allow-dropdown .iti__flag-container,
body:not(.arabicVersion) .iti--show-selected-dial-code .iti__flag-container {
  right: auto !important;
  left: 0 !important;
}

body:not(.arabicVersion) .iti__arrow {
  margin-right: 5px;
  margin-left: 6px;
}

body:not(.arabicVersion) .iti {
  direction: ltr !important;
  width: -webkit-fill-available !important;
}

body:not(.arabicVersion) .iti input {
  direction: ltr !important;
  text-align: left !important;
  padding-left: 50px !important;
}

body:not(.arabicVersion) .iti input.iti__search-input {
  padding-left: 10px !important;
}

.iti__country-name {
  margin-right: 8px;
  color: var(--dark-color) !important;
}

.LanguageMenu {
  text-align: left;
}

.LanguageMenu span {
  font-size: 16px;
}

.LanguageMenu svg {
  display: inline-block !important;
  vertical-align: middle;
  direction: ltr;
}

body.arabicVersion {
  font-family: "Almarai", sans-serif;
}

.fs-ar {
  font-family: "Almarai", sans-serif;
}

body.arabicVersion .fs-ar {
  font-family: "Inter", sans-serif;
}

body.arabicVersion .ms-auto {
  margin-right: auto !important;
  margin-left: 0 !important;
}

body.arabicVersion .LanguageMenu {
  text-align: right;
}

body.arabicVersion .LanguageMenu span {
  font-size: 16px;
}

body.arabicVersion .LanguageMenu svg {
  margin-right: 0;
}

body.arabicVersion .arrow-ar {
  transform: scaleX(-1) !important;
}

body:not(.arabicVersion) .arrow-ar-dir {
  transform: scaleX(-1) !important;
}

body.arabicVersion .plan-img {
  transform: scaleX(-1) !important;
}

body.arabicVersion .rotate-img {
  transform: scaleX(-1) !important;
}

.link-hover {
  display: inline-block;
  transition: 0.4s all !important;
}

.link-hover:hover {
  transform: translateY(-5px) !important;
}

.social-icons {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color-secondary) !important;
  color: black !important;
  transition: 0.5s all;
  border: none !important;
}
.social-icons:hover {
  background-color: white !important;
  color: var(--color-primary) !important;
  transform: translateY(-5px);
}
.social-icons:hover svg path {
  stroke: var(--color-secondary);
}

.social-icons-two {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(183, 233, 246, 0.2) !important;
  border: 1px solid white !important;
  color: white !important;
  transition: 0.5s all;
}
.social-icons-two:hover {
  background-color: white !important;
  color: var(--color-primary) !important;
  transform: translateY(-5px);
}
.social-icons-two:hover svg path {
  stroke: var(--color-primary);
}

.back-to-top {
  position: fixed;
  width: 45px;
  height: 45px;
  bottom: 20px;
  right: 10px;
  background-color: var(--color-primary) !important;
  border: 1px solid var(--color-primary) !important;
  color: var(--color-primary);
  border-radius: 50px;
  font-size: 20px !important;
  line-height: 0px !important;
  display: none;
  z-index: 999;
  justify-content: center;
  align-items: center;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}
.back-to-top:hover {
  background-color: var(--color-primary) !important;
  color: #fff !important;
  border: 1px solid var(--color-primary) !important;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}
.back-to-top img {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(162deg) brightness(101%) contrast(104%);
}
body.arabicVersion .back-to-top {
  left: 10px;
  right: auto;
}

.btn-phone i {
  line-height: 1;
}

.whats-app {
  position: fixed;
  width: 45px;
  height: 45px;
  bottom: 70px;
  background-color: var(--color-primary) !important;
  border: 1px solid var(--color-primary) !important;
  color: #fff;
  border-radius: 50px !important;
  text-align: center;
  font-size: 23px;
  z-index: 4;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none !important;
  line-height: 22;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  right: 10px;
}
.whats-app:hover {
  background-color: var(--secondary-color);
  color: #fff;
}
body.arabicVersion .whats-app {
  left: 10px;
  right: auto;
}

.cursor-pointer {
  cursor: pointer !important;
}

@media (max-width: 991px) {
  .img-small {
    width: 85px !important;
  }
  .offcanvas-body::-webkit-scrollbar {
    width: 8px;
  }
  .w-sm {
    width: 70px;
  }
  .flight-path {
    max-width: 300px;
    margin: 0 auto;
    display: block;
  }
  .navbar-nav.bg-light-alt {
    background-color: var(--color-primary) !important;
  }
  .offcanvas-body::-webkit-scrollbar-track {
    background: white;
  }
  .offcanvas-body::-webkit-scrollbar-thumb {
    background-color: var(--color-primary);
  }
  .offcanvas {
    padding: 0;
  }
  .offcanvas-body {
    padding: 0;
  }
  .offcanvas-body .navbar-nav {
    margin: 0;
  }
  .offcanvas-header {
    display: flex;
    align-items: end;
    justify-content: end;
    background-color: var(--color-primary) !important;
  }
  .offcanvas-header .btn-close {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: contain;
    width: 5px;
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
  }
  .offcanvas-body .nav-link {
    color: white !important;
    border-bottom: 1px solid #fff;
    padding: 10px 15px;
    margin: 0;
  }
  .offcanvas-body .nav-link:hover {
    background-color: white !important;
    color: var(--color-primary) !important;
  }
  .offcanvas-body .nav-link:hover svg path {
    stroke: var(--color-primary);
  }
  .offcanvas-body {
    background-color: var(--color-primary);
    color: white !important;
  }
  .offcanvas-body .text-primary {
    color: white !important;
    border-bottom: 1px solid #fff;
  }
  .offcanvas-body .btn-outline-primary {
    color: white !important;
    border: 1px solid white !important;
  }
  .offcanvas-body .btn-outline-primary:hover {
    color: var(--color-primary) !important;
  }
  .offcanvas-body .text-secondary {
    color: white !important;
  }
}
@media (min-width: 1100px) {
  .bg-img {
    background-size: 100% 80% !important;
    background-position: bottom;
    background-repeat: no-repeat;
  }
  .nav-hover-link {
    transition: color 0.5s ease, font-weight 0.5s ease;
  }
  .nav-hover-link::after {
    content: "";
    height: 2px;
    width: 0%;
    background-color: white !important;
    transition: 0.5s;
    margin: auto;
    display: block;
  }
  .nav-hover-link:hover::after {
    width: 100%;
    color: white !important;
  }
  .nav-hover-link:hover {
    color: white !important;
  }
  .nav-hover-link-two {
    position: relative;
    transition: color 0.5s ease, font-weight 0.5s ease;
  }
  .nav-hover-link-two::after {
    content: "";
    height: 2px;
    width: 0%;
    background-color: white !important;
    transition: width 0.5s;
    margin: auto;
    display: block;
  }
  .nav-hover-link-two:hover, .nav-hover-link-two.active {
    color: white !important;
  }
  .nav-hover-link-two:hover::after, .nav-hover-link-two.active::after {
    width: 100%;
  }
}
.btn-custom {
  width: auto;
  display: inline-block;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .card-not-hover:hover {
    transform: translateY(0px);
    box-shadow: none !important;
  }
  .position-resp {
    position: static !important;
  }
  .position-resp .para-responsive {
    font-size: 14px !important;
    font-weight: 500 !important;
  }
  .position-resp .heading-responsive {
    font-size: 16px !important;
    font-weight: 600 !important;
  }
  .position-resp .text-black-responsive {
    color: #1E1E1E !important;
  }
  .text-resp {
    font-size: 10px !important;
  }
  .h6-resp {
    font-size: 12px !important;
    white-space: nowrap;
    font-weight: 500;
  }
  .h1-resp {
    font-size: 20px !important;
  }
}
.fs-4-sm {
  font-size: 1.4rem;
}

@media (min-width: 768px) and (max-width: 991px) {
  .text-resp .fs-4-sm {
    font-size: 1rem;
  }
  .text-resp p {
    font-size: 12px;
  }
  .para-responsive {
    font-size: 10px !important;
  }
  .heading-responsive {
    font-size: 12px !important;
  }
}
.image-container {
  display: block;
  overflow: hidden;
  position: relative;
}

.image-container img {
  transition: transform 0.5s ease-in-out;
  width: 100%;
  display: block;
  -webkit-mask-image: radial-gradient(circle, rgb(0, 0, 0) 100%, rgba(0, 0, 0, 0) 0);
  mask-image: radial-gradient(circle, rgb(0, 0, 0) 100%, rgba(0, 0, 0, 0) 0);
}

.image-container:hover img {
  transform: scale(1.06);
}

.home-img img {
  animation: animate 3s ease-in-out infinite;
}

@keyframes animate {
  0% {
    transform: translate(-11px, 0);
  }
  50% {
    transform: translate(0px, -11px);
  }
  100% {
    transform: translate(-11px, 0);
  }
}
@media (min-width: 768px) {
  .custom-modal-size {
    max-width: 700px;
  }
}
.cursor-pointer {
  cursor: pointer !important;
}

@media (min-width: 999px) and (max-width: 1199px) {
  .fs-sm {
    font-size: 13px !important;
  }
}
.line-height-153 {
  line-height: 153%;
}

.offcanvas-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.overlay-text {
  max-width: 90%;
  width: 100%;
  bottom: 0;
  left: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: wrap;
}

@media (max-width: 768px) {
  .overlay-text {
    font-size: 14px;
    padding: 8px;
  }
}
.text-nowrap {
  word-break: break-word;
}

.dropdown-item:focus,
.dropdown-item:active {
  background-color: transparent !important;
  box-shadow: none !important;
  color: var(--color-primary);
}

.hero-sec {
  height: 150px;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-bg {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 650px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 1;
  overflow: hidden;
}

.hero-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 0;
}

.centerd {
  top: 50%;
  left: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translate(-50%, -50%);
  position: absolute;
  z-index: 1;
}

.lh-100 {
  line-height: 100% !important;
}

.lh-140 {
  line-height: 140% !important;
}

.lh-153 {
  line-height: 153% !important;
}

.lh-150 {
  line-height: 150% !important;
}

.lh-160 {
  line-height: 160% !important;
}

.h-500 {
  height: 650px;
}

body.arabicVersion .phone {
  direction: rtl;
  text-align: right;
}

.btn-close:focus {
  outline: none;
  box-shadow: none;
  border: none;
}

.section-background {
  position: relative;
  background-size: cover;
  background-position: center;
  min-height: 350px;
  border-radius: 0rem;
}
.section-background::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.section-background .section-content {
  position: absolute;
  color: #fff;
}
.section-background .section-content h1 {
  font-size: 2.5rem;
}

.section-background-two {
  position: relative;
  background-size: cover;
  background-position: center;
  min-height: 650px;
}
.section-background-two::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.section-background-two .section-content {
  position: absolute;
  color: #fff;
}
.section-background-two .section-content h1 {
  font-size: 2.5rem;
}

.section-background-new {
  position: relative;
  background-size: cover;
  background-position: center;
  min-height: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-background-new::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.section-background-new .section-content {
  position: relative;
  z-index: 1;
}

.section-background-three {
  position: relative;
  background-size: cover;
  background-position: center;
  min-height: 600px;
}
.section-background-three::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.section-background-three .section-content {
  position: relative;
  z-index: 1;
}

.height-350 {
  height: 350px;
}

.height-300 {
  height: 300px;
}

.height-100 {
  height: 100px;
  cursor: pointer;
}

.bg-img {
  background-size: 100% 100%;
  background-position: bottom;
  background-repeat: no-repeat;
}

.loader-bg {
  position: fixed;
  overflow: hidden;
  z-index: 1111111;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banter-loader {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 72px;
  height: 72px;
  margin-left: -36px;
  margin-top: -36px;
}

.banter-loader__box {
  float: left;
  position: relative;
  width: 20px;
  height: 20px;
  margin-right: 6px;
}

.banter-loader__box:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--color-primary);
}

.banter-loader__box:nth-child(3n) {
  margin-right: 0;
  margin-bottom: 6px;
}

.banter-loader__box:nth-child(1):before, .banter-loader__box:nth-child(4):before {
  margin-left: 26px;
}

.banter-loader__box:nth-child(3):before {
  margin-top: 52px;
}

.banter-loader__box:last-child {
  margin-bottom: 0;
}

@keyframes moveBox-1 {
  9.0909090909% {
    transform: translate(-26px, 0);
  }
  18.1818181818% {
    transform: translate(0px, 0);
  }
  27.2727272727% {
    transform: translate(0px, 0);
  }
  36.3636363636% {
    transform: translate(26px, 0);
  }
  45.4545454545% {
    transform: translate(26px, 26px);
  }
  54.5454545455% {
    transform: translate(26px, 26px);
  }
  63.6363636364% {
    transform: translate(26px, 26px);
  }
  72.7272727273% {
    transform: translate(26px, 0px);
  }
  81.8181818182% {
    transform: translate(0px, 0px);
  }
  90.9090909091% {
    transform: translate(-26px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.banter-loader__box:nth-child(1) {
  animation: moveBox-1 4s infinite;
}

@keyframes moveBox-2 {
  9.0909090909% {
    transform: translate(0, 0);
  }
  18.1818181818% {
    transform: translate(26px, 0);
  }
  27.2727272727% {
    transform: translate(0px, 0);
  }
  36.3636363636% {
    transform: translate(26px, 0);
  }
  45.4545454545% {
    transform: translate(26px, 26px);
  }
  54.5454545455% {
    transform: translate(26px, 26px);
  }
  63.6363636364% {
    transform: translate(26px, 26px);
  }
  72.7272727273% {
    transform: translate(26px, 26px);
  }
  81.8181818182% {
    transform: translate(0px, 26px);
  }
  90.9090909091% {
    transform: translate(0px, 26px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.banter-loader__box:nth-child(2) {
  animation: moveBox-2 4s infinite;
}

@keyframes moveBox-3 {
  9.0909090909% {
    transform: translate(-26px, 0);
  }
  18.1818181818% {
    transform: translate(-26px, 0);
  }
  27.2727272727% {
    transform: translate(0px, 0);
  }
  36.3636363636% {
    transform: translate(-26px, 0);
  }
  45.4545454545% {
    transform: translate(-26px, 0);
  }
  54.5454545455% {
    transform: translate(-26px, 0);
  }
  63.6363636364% {
    transform: translate(-26px, 0);
  }
  72.7272727273% {
    transform: translate(-26px, 0);
  }
  81.8181818182% {
    transform: translate(-26px, -26px);
  }
  90.9090909091% {
    transform: translate(0px, -26px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.banter-loader__box:nth-child(3) {
  animation: moveBox-3 4s infinite;
}

@keyframes moveBox-4 {
  9.0909090909% {
    transform: translate(-26px, 0);
  }
  18.1818181818% {
    transform: translate(-26px, 0);
  }
  27.2727272727% {
    transform: translate(-26px, -26px);
  }
  36.3636363636% {
    transform: translate(0px, -26px);
  }
  45.4545454545% {
    transform: translate(0px, 0px);
  }
  54.5454545455% {
    transform: translate(0px, -26px);
  }
  63.6363636364% {
    transform: translate(0px, -26px);
  }
  72.7272727273% {
    transform: translate(0px, -26px);
  }
  81.8181818182% {
    transform: translate(-26px, -26px);
  }
  90.9090909091% {
    transform: translate(-26px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.banter-loader__box:nth-child(4) {
  animation: moveBox-4 4s infinite;
}

@keyframes moveBox-5 {
  9.0909090909% {
    transform: translate(0, 0);
  }
  18.1818181818% {
    transform: translate(0, 0);
  }
  27.2727272727% {
    transform: translate(0, 0);
  }
  36.3636363636% {
    transform: translate(26px, 0);
  }
  45.4545454545% {
    transform: translate(26px, 0);
  }
  54.5454545455% {
    transform: translate(26px, 0);
  }
  63.6363636364% {
    transform: translate(26px, 0);
  }
  72.7272727273% {
    transform: translate(26px, 0);
  }
  81.8181818182% {
    transform: translate(26px, -26px);
  }
  90.9090909091% {
    transform: translate(0px, -26px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.banter-loader__box:nth-child(5) {
  animation: moveBox-5 4s infinite;
}

@keyframes moveBox-6 {
  9.0909090909% {
    transform: translate(0, 0);
  }
  18.1818181818% {
    transform: translate(-26px, 0);
  }
  27.2727272727% {
    transform: translate(-26px, 0);
  }
  36.3636363636% {
    transform: translate(0px, 0);
  }
  45.4545454545% {
    transform: translate(0px, 0);
  }
  54.5454545455% {
    transform: translate(0px, 0);
  }
  63.6363636364% {
    transform: translate(0px, 0);
  }
  72.7272727273% {
    transform: translate(0px, 26px);
  }
  81.8181818182% {
    transform: translate(-26px, 26px);
  }
  90.9090909091% {
    transform: translate(-26px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.banter-loader__box:nth-child(6) {
  animation: moveBox-6 4s infinite;
}

@keyframes moveBox-7 {
  9.0909090909% {
    transform: translate(26px, 0);
  }
  18.1818181818% {
    transform: translate(26px, 0);
  }
  27.2727272727% {
    transform: translate(26px, 0);
  }
  36.3636363636% {
    transform: translate(0px, 0);
  }
  45.4545454545% {
    transform: translate(0px, -26px);
  }
  54.5454545455% {
    transform: translate(26px, -26px);
  }
  63.6363636364% {
    transform: translate(0px, -26px);
  }
  72.7272727273% {
    transform: translate(0px, -26px);
  }
  81.8181818182% {
    transform: translate(0px, 0px);
  }
  90.9090909091% {
    transform: translate(26px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.banter-loader__box:nth-child(7) {
  animation: moveBox-7 4s infinite;
}

@keyframes moveBox-8 {
  9.0909090909% {
    transform: translate(0, 0);
  }
  18.1818181818% {
    transform: translate(-26px, 0);
  }
  27.2727272727% {
    transform: translate(-26px, -26px);
  }
  36.3636363636% {
    transform: translate(0px, -26px);
  }
  45.4545454545% {
    transform: translate(0px, -26px);
  }
  54.5454545455% {
    transform: translate(0px, -26px);
  }
  63.6363636364% {
    transform: translate(0px, -26px);
  }
  72.7272727273% {
    transform: translate(0px, -26px);
  }
  81.8181818182% {
    transform: translate(26px, -26px);
  }
  90.9090909091% {
    transform: translate(26px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.banter-loader__box:nth-child(8) {
  animation: moveBox-8 4s infinite;
}

@keyframes moveBox-9 {
  9.0909090909% {
    transform: translate(-26px, 0);
  }
  18.1818181818% {
    transform: translate(-26px, 0);
  }
  27.2727272727% {
    transform: translate(0px, 0);
  }
  36.3636363636% {
    transform: translate(-26px, 0);
  }
  45.4545454545% {
    transform: translate(0px, 0);
  }
  54.5454545455% {
    transform: translate(0px, 0);
  }
  63.6363636364% {
    transform: translate(-26px, 0);
  }
  72.7272727273% {
    transform: translate(-26px, 0);
  }
  81.8181818182% {
    transform: translate(-52px, 0);
  }
  90.9090909091% {
    transform: translate(-26px, 0);
  }
  100% {
    transform: translate(0px, 0);
  }
}
.banter-loader__box:nth-child(9) {
  animation: moveBox-9 4s infinite;
}

.poppins-ff {
  font-family: "Poppins", sans-serif !important;
}

.montserrat-ff {
  font-family: "Montserrat", sans-serif !important;
}

.bg-about {
  background-position: center;
  background-size: cover;
  height: 550px;
}

.mt--30 {
  margin-top: -30px;
}

.icon-right {
  right: 0;
  transform: translateX(-80px);
}
body.arabicVersion .icon-right {
  transform: translateX(80px);
  left: 10px;
  right: unset;
}

.custom-top-line {
  border-top: 1px solid #E6E6E6;
  width: 15%;
}

.faq-accordion .accordion-item {
  border: none !important;
  border-radius: 10px !important;
  overflow: hidden;
}
.faq-accordion .accordion-button {
  background-color: var(--color-secondary-light) !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 12px !important;
  transition: border-radius 0.3s ease;
}
.faq-accordion .accordion-button::after {
  content: "";
  background-image: url(../images/Frame\ 1321318153.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  margin-left: auto;
}
body.arabicVersion .faq-accordion .accordion-button::after {
  margin-right: auto !important;
  margin-left: 0;
}
.faq-accordion .accordion-button:not(.collapsed) {
  color: #070B12 !important;
  background-color: var(--color-secondary-light) !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.faq-accordion .accordion-button:not(.collapsed)::after {
  background-image: url(../images/Frame\ 1321318153.svg);
  transform: translateY(1px);
}
.faq-accordion .accordion-body {
  background-color: var(--color-secondary-light) !important;
  color: #666666 !important;
}
.dropdown-item:focus,
.dropdown-item:active {
  background-color: transparent !important;
  box-shadow: none !important;
  color: var(--primary-color);
}

.faq-icon .accordion-button {
  background-color: var(--color-secondary-light) !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 12px !important;
  transition: border-radius 0.3s ease;
}
.faq-icon .accordion-button::after {
  content: "";
  background-image: url(../images/Frame\ 13213181.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  margin-left: auto;
}
body.arabicVersion .faq-icon .accordion-button::after {
  margin-right: auto !important;
  margin-left: 0;
}
.faq-icon .accordion-button:not(.collapsed) {
  color: #070B12 !important;
  background-color: var(--color-secondary-light) !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.faq-icon .accordion-button:not(.collapsed)::after {
  background-image: url(../images/Frame\ 1321318153.png) !important;
  transform: translateY(1px);
}

.top-55 {
  top: 55px !important;
}

.bg-cover {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 500px;
  display: flex;
  align-items: center;
}

.feature-box {
  background: rgba(17, 17, 17, 0.6);
  border-radius: 10px;
  padding: 15px 30px;
  color: white;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}

.text-terms {
  color: #1A1B1D !important;
}

.text-terms-muted {
  color: #838587 !important;
}

.mb--30 {
  margin-bottom: -30px;
}

body.arabicVersion .form-check-label {
  padding-right: 0.5rem;
}

@media (max-width: 767px) {
  .service-card {
    padding: 20px;
  }
}
.card-hover {
  transition: all 0.5s ease-in-out;
}

.card-hover:hover {
  transform: translateY(-18px);
  box-shadow: 0 12px 24px rgba(140, 199, 255, 0.4);
}

.ff-Almarai {
  font-family: "Almarai", sans-serif;
}

@media only screen and (min-width: 991px) {
  .top-bottom-absolute {
    top: -70px;
    bottom: -70px;
    left: 0;
    right: 0;
    z-index: 1;
  }
}
.circle {
  background-color: rgba(29, 28, 28, 0.6980392157);
  width: 125px;
  height: 125px;
  right: 0px;
}
body.arabicVersion .circle {
  right: unset;
  left: 0px;
}

.slider-img {
  width: 150px;
  height: 150px;
}

.text-slider {
  color: #4D4D4C !important;
}

.slider-card {
  transition: all 0.8s ease;
  cursor: pointer;
}

.slider-card:hover .slider-img img {
  transform: scale(1.05);
}

.slider-img img {
  transition: transform 0.5s ease;
}

.custom-list {
  list-style: none;
  padding: 0;
}

.custom-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}
body.arabicVersion .custom-list li {
  padding-left: 0px;
  padding-right: 30px;
}

.custom-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 14.5C5 14.5 6.5 14.5 8.5 18C8.5 18 14.0588 8.83333 19 7' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 24px 24px;
}
body.arabicVersion .custom-list li::before {
  left: unset;
  right: 0;
}

.project-details-img {
  height: 200px;
  width: 100%;
}

.text-gray {
  color: #888888;
}

.hero-sec .image-container {
  overflow: hidden;
  height: 370px;
  transition: transform 0.8s ease;
}
.hero-sec .image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
}
.hero-sec .image-container:hover img {
  transform: scale(1.1);
}
.hero-sec .col-4:first-child .image-container {
  border-top-left-radius: 120px;
}
body.arabicVersion .hero-sec .col-4:first-child .image-container {
  border-top-right-radius: 120px;
  border-top-left-radius: 0px;
}
.hero-sec .col-4:last-child .image-container {
  border-top-right-radius: 120px;
}
body.arabicVersion .hero-sec .col-4:last-child .image-container {
  border-top-left-radius: 120px;
  border-top-right-radius: 0px;
}

.where-care-sec {
  overflow: visible;
}
.where-care-sec .img-hover {
  overflow: hidden;
  height: 370px;
}
.where-care-sec .img-hover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
}
.where-care-sec .rounded-left img {
  border-top-left-radius: 100px;
}
.where-care-sec .rounded-right img {
  border-top-right-radius: 100px;
}
.z-1000 {
  z-index: 1000;
}

.highlight-wrapper {
  position: relative;
  display: inline-block;
}

.highlight-wrapper::before {
  content: "";
  position: absolute;
  top: -80px;
  left: 12%;
  transform: translateX(-50%);
  width: 200px;
  height: 200px;
  background: url("../images/Highlight_07.png") no-repeat center/contain;
  z-index: -1;
}

@media (max-width: 767px) {
  .highlight-wrapper::before {
    top: -50px;
    width: 150px;
    height: 150px;
  }
}
.ticker-wrapper {
  background: #1a1a1a;
  overflow: hidden;
  white-space: nowrap;
  color: white;
  font-size: 32px !important;
  font-weight: 400 !important;
  text-transform: uppercase;
}

.ticker {
  display: inline-block;
  padding-right: 50px;
  animation: ticker 15s linear infinite;
}

.ticker span {
  display: inline-flex;
  align-items: center;
}

.ticker span::after {
  content: "•";
  margin: 0 15px;
  color: white;
}

.ticker span:last-child::after {
  content: "";
}

@keyframes ticker {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.ticker-wrapper:hover .ticker {
  animation-play-state: paused;
}

.stats-section {
  background-color: #b22053;
  color: #fff;
  border-radius: 10px;
}

.stats-section .col {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.stats-section .col:last-child {
  border-right: none;
}

.stats-number {
  font-size: 3rem !important;
  font-weight: bold;
}

.stats-label {
  font-size: 1rem;
}

.slick-track {
  display: flex !important;
  align-items: stretch;
}

.slick-slide {
  height: inherit !important;
}

.slick-slide {
  outline: none;
}

.slide-box {
  background: #EDF1F8;
  padding: 20px 20px;
}

.slide-box p {
  line-height: 1.8;
  font-size: 16px;
}

.slide-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
}

.slide-footer a {
  color: #0d6efd;
  font-weight: bold;
  text-decoration: none;
}

.custom-arrows {
  display: flex;
  gap: 10px;
}

.custom-arrows button {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  cursor: pointer;
}

.slick-prev {
  background: var(--color-secondary);
  border: 1px solid var(--color-secondary);
  color: white;
}

.slick-next {
  background: transparent;
  border: 1px solid var(--color-secondary);
  color: var(--color-secondary);
}

.section-background-heading {
  position: relative;
  background-size: cover;
  background-position: center;
  min-height: 350px;
  border-radius: 0rem;
}
.section-background-heading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.section-background-heading .section-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
}
.section-background-heading .section-content h1 {
  font-size: 2.5rem;
}

.contact-card {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.contact-left {
  position: relative;
  min-height: 100%;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* background: rgba(0,0,0,0.5); */
}

.contact-info {
  position: relative;
  z-index: 2;
  color: #fff;
  padding: 2rem;
}

.icon-circle {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
}

.about-images img {
  border-radius: 10px;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.border-bottom.border-primary {
  border-bottom: 2px solid var(--color-primary) !important;
}

.border-primary {
  border: 1px solid var(--color-primary) !important;
}

.fs-almarai {
  font-family: "Almarai", sans-serif;
}

.ff-lato {
  font-family: "Lato", sans-serif;
}

.services-section {
  position: relative;
  overflow: hidden;
}

.services-section .blur-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.services-section .container {
  position: relative;
  z-index: 2;
}

.card-overlay {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  height: 100%;
}

.card-overlay img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s ease;
}

.card-overlay::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: rgba(0, 0, 0, 0.5); */
}

.card-overlay .card-content {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 2;
  color: #fff;
}

.card-overlay:hover img {
  transform: scale(1.05);
}

.slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 1rem 0;
  list-style-type: none;
}

.slick-dots button {
  display: block;
  width: 0.5rem;
  height: 0.7rem;
  margin-inline: 3px;
  border: none;
  border-radius: 100%;
  background-color: rgba(221, 221, 221, 0.8666666667);
  text-indent: -9999px;
}

.btn-slider {
  background: var(--bg-gradient);
}

.btn-slider:hover {
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.4) !important;
  text-decoration: none !important;
  color: #FFF;
}

.slider li {
  color: white;
  border-right: 2px solid #fff;
  text-align: center;
}

.btn-slider {
  padding: 10px 40px;
  border-radius: 8px;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0px;
  border-color: transparent !important;
  box-shadow: 0px 0px 0px 0px transparent !important;
}

li.slick-active button {
  background-color: var(--color-primary);
  width: 50px;
  height: 11px;
  border-radius: 24px;
  transition: all 0.3s ease-in-out;
}

.slick-dots button {
  transition: all 0.3s ease-in-out;
}

ul.pagination,
.pagination,
.owl-dots {
  display: none !important;
}

.slick-dots:not(:first-of-type) {
  display: none !important;
}

.text-dark-two {
  color: #121212 !important;
}

.overlay {
  background: rgba(0, 0, 0, 0.3);
  transition: background 0.3s ease-in-out;
}

a:hover .overlay {
  background: rgba(0, 0, 0, 0.5);
}

.text-black-alt {
  color: #1A1A1A !important;
}

.text-black-soft {
  color: #0A0A0A !important;
}

.gallery-img {
  height: 290px;
  width: 100%;
}

.text-secondary-500 {
  color: #ED2E8A !important;
}

.text-secondary-600 {
  color: #2DAFAF !important;
}
