/* -------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Arabic:wght@100;200;300;400;500;600;700&display=swap');

/* Theme Variables */
:root {
   --main: #091627;
   --secondary: #7FCCBE;
   --dark-bg: #091627;
   --white: #fff;
   --light: #DBDBDB;
   --gray: #A4A4A4;
   --dark: #191919;
   --black: #000000;

   /* Layout */
   --gutter-x: 8rem;

   /* Opacity channels */
   --mainOp: 233, 24, 62;
   --whiteOp: 255, 255, 255;
   --blackOp: 0, 0, 0;
   --secondaryOp: 21, 21, 23;
}


/* -------------------------------------------------- */
/* Global Styles */
* {
   font-family: "IBM Plex Sans Arabic", sans-serif;
   margin: 0;
   padding: 0;
   box-sizing: border-box;
   outline: none;
   border: none;
   text-decoration: none;
   transition: .3s all;
   -webkit-transition: .3s all;
   -moz-transition: .3s all;
   -ms-transition: .3s all;
   -o-transition: .3s all;
}

*::before,
*::after {
   box-sizing: inherit;
}

P {
   font-weight: 300;
}


html {
   overflow-x: hidden;
   scroll-behavior: smooth;
}

body {
   padding: 0 !important;
   overflow-x: hidden;
   background-color: var(--dark-bg) !important;
   margin: 0 !important;
   color: var(--white);
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
   margin: 0;
   padding: 0;
   border: 0;
   outline: 0;
   vertical-align: middle;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
   display: block;
}

ul {
   list-style: none;
   padding: 0;
   margin: 0;
}

a {
   text-decoration: none;
   color: inherit;
}

[dir=rtl] [type=email],
[dir=rtl] [type=number],
[dir=rtl] [type=tel],
[dir=rtl] [type=url] {
   direction: rtl;
}

iframe {
   width: 100%;
   border: 0;
   height: 100%;
}

img {
   width: 100%;
}

i,
svg {
   line-height: 0;
}

option {
   color: var(--black);
   background: var(--linear);
}

.btn,
.btn:focus {
   outline: none;
   box-shadow: none;
}

::-webkit-scrollbar {
   height: .5rem;
   width: 0.4rem;
}

::-webkit-scrollbar-track {
   background-color: transparent;
}

::-webkit-scrollbar-thumb {
   background-color: var(--main);
   border-radius: 8px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   -ms-border-radius: 8px;
   -o-border-radius: 8px;
}

::selection {
   background: rgba(var(--mainOp), .35);
}

.Stars {
   --percent: calc(var(--rating) / 5 * 100%);
   font-size: 21px;
}

.Stars::before {
   content: "★★★★★";
   background: linear-gradient(-90deg, #D4A600 var(--percent), #B9B9B9 var(--percent));
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
}

.container-fluid {
   --bs-gutter-x: var(--gutter-x) !important;
}

.link {
   position: absolute;
   inset: 0;
}

.secName {
   display: flex;
   width: fit-content;
   padding: .325rem 1.1rem;
   justify-content: center;
   align-items: center;
   margin: auto;
   border-radius: 0.75rem;
   border: 1px solid #ADA6A6;
   /* box-shadow: 0 0 24.6px 0 rgba(78, 99, 158, 0.21); */
   backdrop-filter: blur(2px);
   font-size: 0.875rem;
   font-style: normal;
   font-weight: 500;
}

.secTitle {
   font-size: 2rem;
   font-weight: 600;
   text-wrap: balance;
   margin-block: 1rem 1.2rem;
}

.card {
   background: transparent;
}


.select2-container .select2-selection--single,
.input-group-text,
.form-control,
.form-select {
   background-color: transparent !important;
   border: 0.8px solid rgba(var(--whiteOp), .08);
   color: var(--white) !important;
   box-shadow: unset !important;
   padding-block: .5rem;
   border-radius: .5rem;
   -webkit-border-radius: .5rem;
   -moz-border-radius: .5rem;
   -ms-border-radius: .5rem;
   -o-border-radius: .5rem;
   font-weight: 300;
}

.contact-data .input-group-text,
.finance .input-group-text {
   background: var(--linear);
   background-clip: text;
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
   border-inline-start: unset !important;
}

.input-group .form-control {
   border-inline-end: unset !important;

}

.form-control:focus,
.form-select:focus {
   border-color: var(--main);
}

.select2-dropdown {
   background-color: var(--secondary) !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container .select2-selection--single {
   height: 44px;
   color: var(--white);
   line-height: 18px;
   font-size: .9rem;
   font-weight: 300;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
   background: var(--light);
   color: var(--black);
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
   inset-inline-end: 5px !important;
   height: 40px;
}

.select2-container .select2-dropdown--below {
   background: var(--secondary);
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
   border-color: transparent transparent var(--main) transparent;
}

.select2-container .select2-selection--single .select2-selection__arrow b {
   border-color: var(--main) transparent transparent transparent;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
   background: var(--linear);
}

.select2-results__option {
   font-size: .9rem;
   font-weight: 300;
}

.form-select {
   background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

.pagination {
   margin: 3rem auto 0;
   justify-content: center;
   align-items: center;
   overflow: hidden;
   width: fit-content;
   border: 1px solid rgba(242, 242, 242, 0.20);
   border-radius: 2rem;
   -webkit-border-radius: 2rem;
   -moz-border-radius: 2rem;
   -ms-border-radius: 2rem;
   -o-border-radius: 2rem;
}

.page-item {
   border-radius: 0 !important;
   -webkit-border-radius: 0 !important;
   -moz-border-radius: 0 !important;
   -ms-border-radius: 0 !important;
   -o-border-radius: 0 !important;
}

.page-link {
   padding: .65rem 1rem;
   background: transparent !important;
   border: unset !important;
   color: var(--white) !important;
}

.current .page-link {
   background: var(--secondary) !important;
   color: var(--main) !important;
}


.main {
   color: var(--main) !important;
}

.main-btn {
   color: var(--main) !important;
   background: var(--secondary);
   padding: .5rem 1.45rem !important;
   font-size: .92rem;
   width: fit-content;
   display: flex !important;
   align-items: center;
   justify-content: center;
   gap: 10px;
   font-weight: 500;
   border: 2px solid var(--secondary);
   position: relative;
   z-index: 9;
   min-width: 7rem !important;
   border-radius: 12px;
   -webkit-border-radius: 12px;
   -moz-border-radius: 12px;
   -ms-border-radius: 12px;
   -o-border-radius: 12px;
}

.main-btn:hover {
   background: var(--white) !important;
   border-color: var(--white) !important;
}

.more,
.main-btn i {
   color: var(--main) !important;
   background: var(--white) !important;
   width: 1.8rem;
   aspect-ratio: 1/1;
   border-radius: 50%;
   -webkit-border-radius: 50%;
   -moz-border-radius: 50%;
   -ms-border-radius: 50%;
   -o-border-radius: 50%;
   display: flex;
   align-items: center;
   justify-content: center;
}

.main-btn:hover i {
   background: var(--main) !important;
   color: var(--white) !important;
   transform: rotate(45deg);
   -webkit-transform: rotate(45deg);
   -moz-transform: rotate(45deg);
   -ms-transform: rotate(45deg);
   -o-transform: rotate(45deg);
}

.main-txt {
   color: var(--main);
}

.social-icons {
   display: flex;
   align-items: center;
   gap: .5rem;
}

.social-icons i {
   width: 2rem;
   aspect-ratio: 1/1;
   border-radius: 50%;
   background: rgba(255, 255, 255, 0.10);
   display: flex;
   justify-content: center;
   line-height: 0;
   align-items: center;
   color: var(--white) !important;
   font-size: .9rem;
   transition: .4s;
   -webkit-transition: .4s;
   -moz-transition: .4s;
   -ms-transition: .4s;
   -o-transition: .4s;
}

.social-icons i:hover {
   background-color: var(--secondary);
   color: var(--main) !important;
}


.lock-carousel {
   pointer-events: none;
}


.owl-carousel .owl-stage {
   display: flex;
}

.owl-dots {
   display: flex;
   margin: auto;
   gap: 0 .25rem;
   padding-inline: .6rem !important;
   width: fit-content !important;
   background: rgba(0, 0, 0, .2) !important;
   inset-inline-start: 50%;
   border-radius: 70px;
   -webkit-border-radius: 70px;
   -moz-border-radius: 70px;
   -ms-border-radius: 70px;
   -o-border-radius: 70px;
   padding: 0px 10px;
   inset-inline-start: 50%;
   transform: translateX(50%);
   position: absolute;
   z-index: 999999999999;
   -webkit-transform: translateX(50%);
   -moz-transform: translateX(50%);
   -ms-transform: translateX(50%);
   -o-transform: translateX(50%);
   margin-top: 1.5rem;
   box-shadow: inset 0 0 1px rgba(var(--whiteOp), 0.8);
}

.owl-dot {
   border: 1px solid rgba(var(--whiteOp), 0.8) !important;
   width: .65rem;
   aspect-ratio: 1/1;
   border-radius: 50%;
   -webkit-border-radius: 50%;
   -moz-border-radius: 50%;
   -ms-border-radius: 50%;
   -o-border-radius: 50%;
   margin-block: .4rem;
   flex-grow: 1;
}

.owl-dot.active {
   background: var(--secondary) !important;
   border-color: var(--secondary) !important;
}

.main-btn.btn-sm,
.main-outline-btn.btn-sm,
.white-btn.btn-sm {
   font-size: 14px;
   padding: 3px 10px !important;
   min-width: unset;
   border-radius: 6px;
   font-weight: normal;
}

.accordion-button::after {
   margin-inline-end: unset;
   margin-inline-start: auto;
}

.accordion-button {
   color: var(--white) !important;
   font-weight: bold;
}

.modal {
   background: rgba(0, 0, 0, .2);
   backdrop-filter: blur(30px);
}

.modal .modal-dialog {
   min-width: 70%;
}

.modal-header,
.modal-body,
.modal-header,
.modal-footer {
   padding: 1.5rem 2rem;
   border: unset;
}

.modal-footer .main-outline-btn {
   background-color: var(--lite-sec);
}

.btn-close {
   filter: brightness(0) invert(1);
   margin: unset !important;
   margin-inline-start: auto !important;
}

.modal-content {
   background: var(--secondary);
   border: unset;
   border-radius: 20px;
   -webkit-border-radius: 20px;
   -moz-border-radius: 20px;
   -ms-border-radius: 20px;
   -o-border-radius: 20px;
}

.overlay {
   width: 100%;
   height: 100%;
   background: rgba(var(--blackOp), .5);
   padding-top: 6rem;
   position: relative;
   z-index: 3;
}

[dir='ltr'] [class*=-arrow].bi::before {
   transform: rotate(180deg);
   -webkit-transform: rotate(180deg);
   -moz-transform: rotate(180deg);
   -ms-transform: rotate(180deg);
   -o-transform: rotate(180deg);
}


/* ------------- navbar ------------ */
header {
   position: absolute;
   width: 100%;
   z-index: 10;
   padding: 1rem 0px;
}

header nav.navbar .navbar-wrapper {
   width: 100%;
   display: flex;
   flex-wrap: inherit;
   align-items: center;
   justify-content: space-between;
   border-radius: 16px;
   background: #14141433;
   backdrop-filter: blur(12px);
   -webkit-backdrop-filter: blur(12px);
   border: 1px solid #AFC2F6;
   box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
   -webkit-border-radius: 16px;
   -moz-border-radius: 16px;
   -ms-border-radius: 16px;
   -o-border-radius: 16px;
   padding-inline: 1rem;
   padding-block: .5rem;
}

.navbar-nav {
   /* padding: 0.5rem 1.5rem; */
   justify-content: space-evenly;
   margin: 0 auto;
   gap: 1rem;
   z-index: 4;
   font-size: 0.875rem;
   font-weight: 500;
}

.navbar-light .navbar-brand img {
   width: 6.2rem;
   object-fit: contain;
   overflow: initial;
}

a.nav-link {
   color: var(--white) !important;
   font-size: 1.05rem !important;
   font-weight: 500 !important;
}

.navbar .nav-link.active {
   font-weight: bold !important;
}

/* breadcrumb */
.breadcrumb-wrapper {
   position: relative;
   --bs-breadcrumb-divider: '.';
   background: url('../images/cover.png') !important;
   background-size: cover !important;
   background-position: center center !important;
   height: 75vh;
}

.breadcrumb {
   height: 100%;
   background: rgba(9, 22, 39, 0.50);
   position: relative;
   margin: 0;
   font-size: 1.1rem;
   padding-top: 6rem;
   /* margin-bottom: 2rem; */
   color: var(--white);
   display: flex;
   align-items: center;
   justify-content: center;
}

.breadcrumb-title {
   font-size: 1.78rem;
   font-weight: 700;
   text-align: center;
}

/* --------------- .hero-sec --------------------- */
/* Hero */
.hero {
   height: 100vh;
   display: flex;
   align-items: center;
   position: relative;
}

.hero-video {
   position: absolute;
   inset: 0;
   width: 100%;
   height: 100%;
   object-fit: cover;
   z-index: 3;
}

/* المحتوى */
.hero-content {
   position: relative;
   z-index: 3;
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   gap: 1.5rem;
   text-align: center;
}

.hero .content {
   height: 100%;
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   text-align: center;
}

.hero .hero-content h1 {
   font-size: 2rem;
   color: var(--white);
   font-weight: 700;
   line-height: 3.3rem;
   /* display: flex;
   align-items: center; */
}

.hero .hero-content p {
   color: #c9c9c9;
   font-size: 1.8rem;
}

.hero-sec .owl-carousel .owl-stage {
   padding-block: 3rem;
   overflow: visible;
}

.hero-sec .owl-carousel .owl-dots {
   bottom: 3rem;
   background: var(--secondary) !important;
}

/* ------------------------ about us ----------------- */
.about-section p {
   color: #999;
   text-align: center;
   font-size: 1.1rem;
   font-weight: 400;
}

.about-section .card .card-img-top img {
   width: 3.3rem;
}

.about-section .card .card-desc p,
.about-section .about-desc p {
   color: #999;
   margin-bottom: .5rem;
   text-align: start;
}

.about-section .card .card-desc p {
   font-size: .9rem;
}


.about_statistics {
   display: flex;
   align-items: center;
   flex-direction: column;
   justify-content: center;
   padding-inline: 1rem;
}

.about_count {
   font-size: 1.875rem;
   font-weight: 700;
}

.about_txt {
   font-size: 1.25rem;
   font-style: normal;
   font-weight: 400;
   margin-bottom: .4rem;
}

.about_statistics_wrapper {
   border-radius: 2rem;
   border: 1px solid rgba(242, 242, 242, 0.50);
   background: rgba(255, 255, 255, 0.04);
   padding: .9rem 1rem;
   margin-top: 1rem;
}

.about_statistics_wrapper>div:not(:last-child) {
   border-inline-end: 1px solid rgba(var(--whiteOp), 0.2);
}

/* .about-section .company-statistics {
   font-size: 6.6rem;
   font-weight: 400;
}

.solutions .card {
   border-bottom: 1px solid rgba(var(--whiteOp), 0.10);
   padding-block: 1rem;
} */

/*==-------- projects --------==*/
.projects .nav-pills {
   padding: 0.5rem .7rem;
   border-radius: 3.1875rem;
   background: var(--secondary);
}

.projects .nav-pills .nav-link {
   color: var(--white);
   padding: .35rem 0.85rem;
}

.projects .nav-pills .nav-link.active {
   background: var(--white);
   border-radius: 70px;
   -webkit-border-radius: 70px;
   -moz-border-radius: 70px;
   -ms-border-radius: 70px;
   -o-border-radius: 70px;
   color: var(--black);
   font-weight: 500;
}

/* .projects .card {
   border-radius: 0.75rem;
   overflow: hidden;
}

.projects .card-img {
   aspect-ratio: 43/42;
}

.projects .card-title {
   font-size: 2.625rem;
   font-weight: 500;
   line-height: 3.5rem;
   letter-spacing: -0.00656rem;
   text-transform: uppercase;
}

.projects .card-text {
   font-size: 2.625rem;
   font-style: normal;
   font-weight: 500;
   line-height: 3.5rem;
   letter-spacing: -0.00656rem;
   text-transform: uppercase;
} */

.projects .project-cats {
   position: absolute;
   top: 1rem;
   inset-inline-start: 1rem;
   display: flex;
   align-items: center;
   gap: .5rem
}

.projects .project-cat {
   padding: 0.5rem 1.5rem;
   border-radius: 100px;
   background: var(--black);
   color: var(--white);
   z-index: 4;
   font-size: 0.875rem;
   font-weight: 500;
}

.project-title {
   font-size: 1.5rem;
   font-weight: 500;
   letter-spacing: -0.00656rem;
   line-height: 1.8;
   margin-bottom: 1rem;
}

.project-txt {
   color: #B3B3B3;
   font-size: 1.25rem;
   font-weight: 300;
}

/* ------------- vid section --------------- */
.video-wrap {
   position: relative;
   margin-bottom: 2rem;
}

.video-wrap::after {
   content: '';
   position: absolute;
   inset: 0;
   background: rgba(var(--blackOp), .5);
   width: 100%;
   height: 100%;
   z-index: 2;
   border-radius: 20px !important;
   -webkit-border-radius: 20px !important;
   -moz-border-radius: 20px !important;
   -ms-border-radius: 20px !important;
   -o-border-radius: 20px !important;
}

.project_details img {
   border-radius: 20px;
   overflow: hidden;
   aspect-ratio: 15/5 !important;
   -webkit-border-radius: 20px;
   -moz-border-radius: 20px;
   -ms-border-radius: 20px;
   -o-border-radius: 20px;
   margin-top: -10%;
   position: relative;
   z-index: 9;
}

/*==-------- services --------==*/
/* .projects .card.all-projs, */

/* .services .card {
   border-radius: 2rem;
   border-top: 1.5px solid #7096ff;
   border-inline-start: 1.5px solid #7096ff;
   -webkit-border-radius: 2rem;
   -moz-border-radius: 2rem;
   -ms-border-radius: 2rem;
   -o-border-radius: 2rem;
   overflow: hidden;
} */

.services .card .card-body {
   padding: 2rem 1rem;
   background: rgba(107, 115, 125, 0.10);
}

.card .more {
   background: var(--secondary) !important;
   transform: rotate(45deg);
   -webkit-transform: rotate(45deg);
   -moz-transform: rotate(45deg);
   -ms-transform: rotate(45deg);
   -o-transform: rotate(45deg);
   margin-inline-start: auto;
   width: 2.2rem;
}

.card:hover .more {
   background: var(--white) !important;
   transform: rotate(0deg);
   -webkit-transform: rotate(0deg);
   -moz-transform: rotate(0deg);
   -ms-transform: rotate(0deg);
   -o-transform: rotate(0deg);
}

.services .card .card-title {
   font-size: 1.5rem;
   font-weight: 500;
   margin-block: .75rem;
}

.projects .card.all-projs .card-desc p,
.solutions .card .card-desc p,
.services .card .card-desc p {
   opacity: .75;
   margin-bottom: .5rem;
   display: -webkit-box;
   -webkit-line-clamp: 2;
   -webkit-box-orient: vertical;
   overflow: hidden;
}

.services.service_features .card .card-desc p {
   display: block;
   overflow: visible;
}

.services .card .main-outline-btn {
   border: unset;
   min-width: unset !important;
   padding-inline: 0 !important;
   background: transparent !important;
}

.services .card .main-outline-btn:hover {
   color: var(--main) !important;
}

/*==-------- partners --------==*/



/* .journey-steps .card {
   border-radius: 0.75rem;
   background: var(--secondary);
   -webkit-border-radius: 0.75rem;
   -moz-border-radius: 0.75rem;
   -ms-border-radius: 0.75rem;
   -o-border-radius: 0.75rem;
}

.journey-steps .step_wrapper {
   padding-block: 2.85rem;
   padding-inline: 1rem;

} */

.step_num {
   display: flex;
   align-items: center;
   justify-content: center;
   font-size: 1rem;
   padding: 0 1.125rem;
   border-radius: 6.25rem;
   background: var(--white);
   color: var(--black);
   width: fit-content;
   font-weight: 500;
   line-height: 1.5rem;
   margin-bottom: 1.5rem;
}

.step_txt {
   font-size: 1.5rem;
   font-weight: 500;
   line-height: 3.5rem;
}

/*==-------- partners --------==*/
.partners .card .card-img-top {
   opacity: 0.4;
   border-block: 1px solid #363636;
   border-inline-end: 1px solid #363636;
   padding: 1.5rem .75rem;
   display: flex;
   align-items: center;
   justify-content: center;
}

.partners .card .card-img-top img {
   object-fit: contain;
   height: 80px;
   max-width: 100%;
}

/*==-------- testimonials --------==*/
.card {
   height: 100%;
   border-radius: 2rem;
   overflow: hidden;
   background: rgba(107, 115, 125, 0.10);
}

.FQA .accordion-item::before,
.card::before {
   content: "";
   position: absolute;
   inset: 0;
   padding: 1px;
   background: linear-gradient(220deg,
         rgba(175, 194, 246, 0.6) 0%,
         rgba(175, 194, 246, 0.25) 30%,
         rgba(175, 194, 246, 0.1) 55%,
         rgba(175, 194, 246, 0) 75%);
   -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
   -webkit-mask-composite: xor;
   mask-composite: exclude;
   pointer-events: none;
   border-radius: 2rem;
   -webkit-border-radius: 2rem;
   -moz-border-radius: 2rem;
   -ms-border-radius: 2rem;
   -o-border-radius: 2rem;
}

.testimonials .card-body {
   padding: 1.85rem;
   border-radius: 2rem;
   background: url('../images/icons/qute.svg') rgba(107, 115, 125, 0.10);
   background-repeat: no-repeat;
   background-position: 2rem 2.4rem;
   background-size: 2rem;
   -webkit-border-radius: 2rem;
   -moz-border-radius: 2rem;
   -ms-border-radius: 2rem;
   -o-border-radius: 2rem;
}

.testimonials .card-body .card-title {
   font-weight: 500;
}

.testimonials .card-body img {
   width: 3.3rem;
   aspect-ratio: 1/1;
   border-radius: 50%;
   -webkit-border-radius: 50%;
   -moz-border-radius: 50%;
   -ms-border-radius: 50%;
   -o-border-radius: 50%;
   margin-bottom: .5rem;
}

.testimonials .card-body p {
   font-size: 1.1rem;
   margin-top: .4rem;
}


/* --------------------- blog --------------------- */
.projects .card-img-top,
.blogs .card-img-top {
   position: relative;
   overflow: hidden;
   padding: 1.25rem;
   aspect-ratio: 70/51;
   display: flex;
   align-items: center;
   justify-content: center;
}

.projects .card-img-top img,
.blogs .card-img-top img {
   border-radius: 1.2rem;
   -webkit-border-radius: 1.2rem;
   -moz-border-radius: 1.2rem;
   -ms-border-radius: 1.2rem;
   -o-border-radius: 1.2rem;
   height: 100%;
   object-fit: cover;
}

.projects .card-img-top {
   aspect-ratio: 11/5;
}

.projects .card-body,
.blogs .card-body {
   padding: 1.25rem;
   padding-top: 0;
}

.card-body {
   color: var(--white);
}

.project-title,
.blog-title {
   font-weight: 500;
   font-size: 1.25rem;
   display: -webkit-box;
   -webkit-line-clamp: 2;
   -webkit-box-orient: vertical;
   overflow: hidden;
   margin-bottom: .85rem;
}

.blog_details .list-group-item {
   position: relative;
   color: var(--white);
   background-color: transparent;
   border: unset;
}

.blog_details img {
   border-radius: 1.25rem;
   -webkit-border-radius: 1.25rem;
   -moz-border-radius: 1.25rem;
   -ms-border-radius: 1.25rem;
   -o-border-radius: 1.25rem;
   aspect-ratio: 9 / 4;
   object-fit: cover;
}


.blog_details .blog_content :not(:is(h1, h2, h3, h4, h5, h6)) {
   color: #B3B3B3;
   font-size: 1.02rem;
   margin-bottom: .5rem;
}

.blog_details .blog_content ul {
   list-style: disc;
   padding-inline-start: 1rem;
}

.blog_details .blog_content :is(h1, h2, h3, h4, h5, h6) {
   font-weight: bold;
   color: var(--white);
   margin-block: 1rem;
}

/* --------------------- FQA --------------------- */
.FQA .accordion-item {
   margin-bottom: 1rem;
   border-radius: 2rem;
   overflow: hidden;
   -webkit-border-radius: 2rem;
   -moz-border-radius: 2rem;
   -ms-border-radius: 2rem;
   -o-border-radius: 2rem;
   position: relative;
   background: rgba(107, 115, 125, 0.10) !important;
   border: unset !important;
   color: var(--white) !important;
}

.FQA .accordion-item:has(.accordion-button:not(.collapsed)) {
   border-radius: 2rem;
   -webkit-border-radius: 2rem;
   -moz-border-radius: 2rem;
   -ms-border-radius: 2rem;
   -o-border-radius: 2rem;
   background: var(--secondary) !important;
}

.FQA .accordion-item:has(.accordion-button:not(.collapsed)) * {
   color: var(--main) !important;

}

.FQA .accordion-item .accordion-body {
   background: transparent;
   /* color: var(--white); */
   padding: 0rem 1.65rem 1.25rem 1.65rem;
}

.FQA .accordion-item .accordion-header {
   border-radius: 15px;
}

.FQA .accordion-button {
   font-weight: 500;
   box-shadow: unset !important;
   background-color: transparent !important;
   padding: 1.5rem 1.85rem !important;
}

.FQA .accordion-button:not(.collapsed) {
   color: var(--white) !important;
}

.FQA .accordion-button::after {
   --size: 1rem;
   width: var(--size);
   height: var(--size);
   background-image: url('../images/icons/plus.svg');
   background-size: var(--size);
   filter: brightness(0) invert(1);
}

.FQA .accordion-button:not(.collapsed)::after {
   filter: brightness(1) invert(0);
   transform: rotate(-135deg);
   -webkit-filter: brightness(1) invert(0);
}

/* ------------- banner sections --------------- */
.banner {
   background-size: cover;
   background-position: center;
   padding: 4rem 2rem;
   border-radius: 2rem;
   -webkit-border-radius: 2rem;
   -moz-border-radius: 2rem;
   -ms-border-radius: 2rem;
   -o-border-radius: 2rem;
   overflow: hidden;
   text-align: center;
   background: linear-gradient(0deg, rgba(14, 36, 64, 0.80) 0%, rgba(30, 61, 101, 0.80) 100%), url('../images/cover.png') lightgray -59.28px -124.64px / 105.524% 215.23%;
}

.banner .banner-content {
   color: var(--white);
}

.banner .banner-content .banner-title {
   font-size: 2.5rem !important;
   font-weight: 600;
}

.banner .banner-content p {
   line-height: 1.25;
   margin-block: 1.5rem;

}

/* --------------------- footer --------------------- */
.footer-nav .footer-logo {
   width: 7rem;
   filter: brightness(0) invert(1);
   -webkit-filter: brightness(0) invert(1);
}

.footer-nav h4 {
   font-weight: 700;
   font-size: 1.05rem !important;
   margin-bottom: .6rem;
}

.footer-nav .navbar .navbar-nav {
   flex-direction: column;
   gap: 0rem;
   justify-content: flex-start;
}

.footer-nav .navbar .navbar-nav .nav-link {
   color: rgba(var(--whiteOp), 0.7) !important;
   padding: .35rem 0;
   font-size: 1rem !important;
}

footer .send-email-box {
   margin-block: auto;
   margin-top: 1rem;
   height: 60px;
   border: 1px solid rgba(255, 255, 255, 0.10);
   border-radius: 70px;
   position: relative;
   -webkit-border-radius: 70px;
   -moz-border-radius: 70px;
   -ms-border-radius: 70px;
   -o-border-radius: 70px;
}

footer .send-email-box input {
   width: 100%;
   height: 100%;
   padding: 10px 15px 10px 100px;
   font-size: 16px;
   border-radius: 5px;
   background: transparent;
   color: var(--white);
}

.send-email-box button.more {
   position: absolute;
   inset-inline-end: 5px;
   width: 2.76rem;
   top: 50%;
   transform: translateY(-50%);
   -webkit-transform: translateY(-50%);
   -moz-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   -o-transform: translateY(-50%);
   background: var(--secondary) !important;
}

/* .send-email-box button.more:hover {

   background: var(--white) !important;
} */

footer .footer-logo-pattern img {
   opacity: .5;
   width: 24rem;
}



#scroll-top {
   position: fixed;
   bottom: 1rem;
   inset-inline-end: calc(var(--gutter-x)*.25);
   background: var(--secondary);
   padding: 8px;
   border-radius: 50%;
   animation: floating 1s ease-out infinite alternate;
   transition: all 0.3s;
   -webkit-animation: floating 1s ease-out infinite alternate;
   z-index: 999;
}

#scroll-top i {
   color: var(--main);
   width: 40px;
   height: 40px;
   display: flex;
   align-items: center;
   justify-content: center;
   font-size: 1rem;
   border-radius: 50%;
   box-shadow: 0px -10px 25px #B2B2B22B;
}

@keyframes floating {
   0% {
      transform: translateY(-20px);
   }

   100% {
      transform: translateY(-30px);
   }
}

.whatsapp {
   position: fixed;
   bottom: 6.6rem;
   inset-inline-end: calc(var(--gutter-x)*.25);
   background: #25D366;
   padding: 8px;
   border-radius: 50%;
   transition: all 0.3s;
   z-index: 999;
   box-shadow: 0px 4px 15px rgba(37, 211, 102, 0.4);
}

.whatsapp i {
   background-color: #25D366;
   width: 40px;
   height: 40px;
   display: flex;
   align-items: center;
   justify-content: center;
   font-size: 24px;
   color: white;
   border-radius: 50%;
}



.file-input span,
.form-control::placeholder,
input::placeholder {
   color: #BFBFBF !important;
}

.file-input>[type='file'] {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   opacity: 0;
   z-index: 10;
   cursor: pointer;
}

/*==-------- terms page  --------==*/

.terms p {
   font-weight: 100;
   font-size: .9rem;
   margin-bottom: 1rem;
   line-height: 1.8;
}


/*==-------- contact page  --------==*/

.contact-us {
   margin-top: -10%;
}

.contact-us .card {
   background: #131F30;
}

.contact-us .form-control {
   background: transparent;
   border: 1px solid rgba(242, 242, 242, 0.5);
   color: var(--white);
   padding: 0.7rem 1rem;
   border-radius: 0.75rem;
}

.contact-us .input-group {
   border: 1px solid rgba(242, 242, 242, 0.75);
   border-radius: 0.75rem;

}

.contact-us .input-group * {
   border: unset;
}

.contact-us label {
   font-weight: 500;
   margin-bottom: .8rem !important;
}

.contact-data .contact-info {
   padding-block: .75rem;
}

.contact-data .col:not(:last-child) .contact-info {
   border-inline-end: 1px solid rgba(var(--whiteOp), 0.2);
}

.contact-data .contact-info i {
   display: flex;
   align-items: center;
   justify-content: center;
   /* flex-grow: 1; */
   width: 3.3rem;
   aspect-ratio: 1/1;
   border-radius: 50%;
   background: var(--secondary);
   box-shadow: inset 0px 10px 5px #00000029;
   font-size: 1.1rem;
   -webkit-border-radius: 50%;
   -moz-border-radius: 50%;
   -ms-border-radius: 50%;
   -o-border-radius: 50%;
}

.contact-data .contact-info i+div {
   max-width: calc(100% - 3.6rem);
}

.contact-data .contact-info i+div p:first-child {
   font-weight: 400;

}

.contact-data .contact-info i+div p+* {
   font-size: .8rem;
   font-weight: 500;
   color: rgba(var(--whiteOp), 0.8);
}



/* --------------------- media ------------------------- */
@media (max-width: 992px) {
   :root {
      --gutter-x: 1.5rem;
   }


   nav.navbar {
      flex-direction: row-reverse;
   }

   header nav.navbar .navbar-wrapper {
      flex-direction: row-reverse;
   }

   [dir=rtl] .container-fluid {
      --gutter-x: 1.5rem;
   }

   .navbar-toggler {
      filter: brightness(0) invert(1);
      border: unset;
      box-shadow: unset !important;
      -webkit-filter: brightness(0) invert(1);
   }


   .navbar-nav {
      gap: 0;
   }

   .about_statistics {
      padding-block: 1rem;
   }

   .navbar-nav:nth-child(2) {
      flex-direction: row;
      justify-content: flex-start;
      margin-bottom: 1rem !important;
      gap: 0.5rem;
   }

   .contact-data .col:not(:last-child) .contact-info {
      border-inline-end: unset;
      padding-block-end: .85rem;
      border-block-end: 1px solid rgba(var(--whiteOp), 0.2);
   }


}

@media (min-width: 992.8px) {
   .sticky {
      position: absolute;
      top: 0%;
      right: 0;
      left: 0;
   }
}


@media (max-width: 578px) {

   .hero-content h1 {
      font-size: 3.8rem;
   }

   .breadcrumb-wrapper .overlay {
      padding-block: 5rem 0.5rem;
   }

   .about_statistics_wrapper>div:not(:last-child),
   .journey-steps .col:not(:last-child) {
      border-inline-end: unset;
      border-bottom: 1px solid rgba(var(--whiteOp), 0.2);
   }

   .projects .nav-pills {
      padding: .7rem;
      border-radius: 1.1875rem;
      gap: 10px;
   }

   .partner_statistics {
      padding-block: 1rem 1.5rem;
   }

   .special-breadcrumb img {
      aspect-ratio: 2 / 1;
   }

   .logo-wrapper img {
      width: 130px;
   }

   .login-form {
      width: 100%;
   }

   .car-single .car-wrapper {
      flex-wrap: wrap;
   }

   .car_filter {
      padding-inline: var(--gutter-x);
   }


   .filter.filter-toggle {
      transform: translate(0);
   }

   footer a.nav-link {
      padding: .5rem;
   }

   footer .copyrights {
      font-size: 13px;
   }

   footer .copyrights img {
      width: 95px;
   }

}


@media (min-width: 768px) {
   html {
      font-size: 18px;
   }
}

@media (min-width: 1200px) {
   html {
      font-size: 18px;
   }

}

@media (min-width: 1800px) {
   html {
      font-size: 20px;
   }
}

@media (min-width: 2400px) {
   html {
      font-size: 28px;
   }
}