@import url('https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&family=Changa:wght@200..800&display=swap');


/* -------------------------------------------------- */
/* Theme Variables */
:root {
   --main: #890000;
   --secondary: #121212;
   --lite-sec: #171717;
   --dark-gray: #2f2f2f;
   --white: #fff;
   --light: #DBDBDB;
   --ultra-lite: #F9F9F9;
   --dark: #191919;
   --black: #000000;
   --gray: #A4A4A4;

   /* Layout */
   --gutter-x: 8rem;

   /* Opacity channels */
   --mainOp: 137, 0, 0;
   --whiteOp: 255, 255, 255;
   --secondaryOp: 18, 18, 18;
}

/* -------------------------------------------------- */
/* Global Styles */
* {
   font-family: 'Changa', sans-serif;
   margin: 0;
   padding: 0;
   box-sizing: border-box;
   outline: none;
   border: none;
   text-decoration: none;
   color: var(--white);
}

[dir='ltr'] *:not(input){
    text-transform: capitalize;
}

*::before,
*::after {
   box-sizing: inherit;
}


html {
   overflow-x: hidden;
   scroll-behavior: smooth;
}

body {
   padding: 0 !important;
   overflow-x: hidden;
   background-color: var(--secondary) !important;
   background-image: url("https://www.transparenttextures.com/patterns/binding-dark.png");
   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: var(--white);
}

iframe {
   width: 100%;
   border: 0;
   height: 100%;
}

img {
   width: 100%;
}

i,
svg {
   line-height: 0;
}

option {
   color: var(--black);
}


.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(--dark-gray);
   border-radius: 8px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   -ms-border-radius: 8px;
   -o-border-radius: 8px;
}

::selection {
   background: rgba(var(--mainOp), .65);
}


.Stars {
   --percent: calc(var(--rating) / 5 * 100%);
   font-size: 21px;
}

.Stars::before {
   content: "★★★★★";
   background: linear-gradient(-90deg, #fc0 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;
}

.title-link {
   display: flex;
   gap: 10px;
   align-items: center;
   justify-content: space-between;
   margin-bottom: 2.4rem;
   flex-wrap: wrap;
}

.section-title {
   font-size: 1.8rem;
   font-weight: bold;
}

.title-link a {
   font-size: 16px;
   font-weight: bold;
   color: var(--main);
   margin-inline-start: 0px;
   transition: all 0.3s;
}

.title-link a>i {
   margin-inline-start: 2px;
   font-weight: bold;
}

.card {
   background: transparent;
}

.select2-container .select2-selection--single,
.form-control,
.form-select {
   background-color: transparent !important;
   border: 1px solid var(--white);
   color: var(--white) !important;
   box-shadow: unset !important;
   padding-block: .675rem;
}

.form-control:focus,
.form-select:focus {
   border-color: var(--main);
}

.select2-container .select2-selection--single .select2-selection__rendered,
.select2-container .select2-selection--single {
   height: 44px;
   color: var(--white);
   line-height: 18px;
}

.select2-container .select2-search--dropdown .select2-search__field {
   background: var(--light);
}

.select2-container .select2-selection--single .select2-selection__arrow {
   inset-inline-end: 5px !important;
   height: 40px;
}

.select2-container--open .select2-dropdown{
   background: var(--secondary);
}

.select2-container .select2-results__option--highlighted.select2-results__option--selectable {
   background-color: var(--main);
}

.select2-container .select2-results__option--selected {
   background-color: var(--dark-gray);
}

.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");
}

.modal label{
    margin-bottom: .5rem;
}
.btn-check {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    inset: 0;
}
.btn-check[type=radio] + label {
    width: max-content;
    border: 1px solid var(--white) !important;
    border-radius: 7px;
    color: var(--white);
    padding: .675rem 1rem;
    min-width: 120px;
    font-weight: 500;
    margin: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    cursor: pointer;
}

.btn-check[type=radio]:checked + label {
    border-color: var(--main) !important;
    background-color: var(--main) !important;
    color: var(--white) !important;
    box-shadow: none;
}

.pagination {
   margin: 3rem auto 0;
   justify-content: center;
   align-items: center;
   overflow: hidden;
   width: fit-content;
   box-shadow: 0px 3px 6px #B4B4B41C;
   border: 1px solid #EBEBEB;
   border-radius: 35px;
}

.print-contacterror-msg{
    background: var(--secondary) !important;
    border: unset !important;
}

.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;
   border: unset !important;
   color: var(--main) !important;
}

.page-link i{
    color: var(--main) !important;
}

.current>.page-link, .page-link.current {
    color: var(--white) !important;
    background-color: var(--main) !important;
    border-color: var(--main);
}


.main {
   color: var(--main) !important;
}

.main-btn,
.main-outline-btn,
nav.navbar .white-btn,
a.white-btn,
button.white-btn {
   color: var(--main) !important;
   background-color: var(--white);
   padding: .625rem 10px !important;
   border-radius: 10px;
   min-width: 150px;
   width: fit-content;
   transition: all 0.3s;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   -ms-border-radius: 10px;
   -o-border-radius: 10px;
   font-weight: bold;
   display: flex !important;
   align-items: center;
   justify-content: center;
   gap: 10px;
   position: relative;
   z-index: 999;
}

.main-btn {
   background-color: var(--main) !important;
   border: 1px solid var(--main);
   color: var(--white) !important;
}

.main-outline-btn {
   background: transparent;
   border: 1px solid var(--white);
   color: var(--white) !important;
}

.main-outline-btn.brdrt {
   background: var(--secondary);
   border: 1px solid transparent !important;
}

.white-btn i {
   color: var(--main);
}

.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: #000 !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(--secondaryOp), 0.67);
   padding-top: 6rem;
}

[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);
}
[dir='ltr'] .send-email-box [class*=-arrow].bi::before{
    transform: rotate(90deg);
}
[dir='ltr'] .send-email-box button:hover {
    background: var(--main);
    transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
}
.toast-container .toast-header {
   background: var(--main);
   color: var(--white);
}

.toast-container .toast {
   background-color: rgba(var(--whiteOp), 0.85);
}

.toast-container .toast img {
   filter: brightness(0) invert(1);
   width: 36px;
}

/* ------------- navbar ------------ */
header {
   padding: .15rem 1.85rem;
   z-index: 1099;
   inset-inline-start: calc(var(--gutter-x)*.5) !important;
   inset-inline-end: calc(var(--gutter-x)*.5) !important;
   top: 1rem;
   position: fixed;
   background: #00000031 0% 0% no-repeat padding-box;
   border-radius: 12px;
   opacity: 1;
   backdrop-filter: blur(9px);
   -webkit-backdrop-filter: blur(9px);
   box-shadow: 0px 6px 6px #00000029;
   -webkit-border-radius: 12px;
   -moz-border-radius: 12px;
   -ms-border-radius: 12px;
   -o-border-radius: 12px;
}

.navbar-nav {
   justify-content: space-evenly;
   margin: 0 auto;
   gap: 1rem;
}

.navbar-light .navbar-brand img {
   width: 140px;
   object-fit: contain;
   overflow: initial;
   margin: .5rem 0;
   filter: brightness(0) invert(1);
   -webkit-filter: brightness(0) invert(1);
}

a.nav-link {
   color: var(--white) !important;
}

.navbar .nav-link.active {
   font-weight: bold;
}

.auth {
   color: var(--white);
   display: flex;
   align-items: center;
   justify-content: center;
   width: 42px;
   height: 42px;
   background: var(--main);
   border-radius: 50%;
}

.navbar .auth a.nav-link {
   color: var(--white) !important;
   font-size: 18px;
}

.auth.light {
   background: var(--white);
   box-shadow: 0px 3px 6px #00000029;
   border: 1px solid #BAD4E8;
}

.navbar .auth.light a.nav-link {
   color: var(--main) !important;
}

/* breadcrumb */
.breadcrumb-wrapper {
   position: relative;
   --bs-breadcrumb-divider: '//';
   background-size: cover !important;
   background-position: center center !important;
}

.breadcrumb-wrapper .overlay {
   padding-block: 10rem 4.5rem;

}

.breadcrumb {
   position: relative;
   justify-content: center;
   margin: 0;
   padding: 3rem 0;
   font-size: 1.1rem;
}

.breadcrumb-item+.breadcrumb-item::before {
   float: inline-start;
   padding-inline: .5rem;
   font-weight: lighter;
}

.breadcrumb .breadcrumb-item a {
   color: var(--white);
   font-weight: 300;
}

.breadcrumb .breadcrumb-item.active {
   color: var(--white);
   font-weight: bold;
}

.breadcrumb-item+.breadcrumb-item::before {
   color: var(--white);
}

/* --------------- .hero-sec --------------------- */
.hero-sec {
   position: relative;
   height: 90vh;
   background-size: cover !important;
   background-repeat: no-repeat !important;
   background-position: center center !important;
}

.hero-sec .content {
   height: 100%;
   display: flex;
   flex-direction: column;
   justify-content: center;
}

.hero-sec .content h1 {
   font-size: 28px;
   color: var(--white);
   margin-bottom: 1rem;
   font-weight: 700;
}

.hero-sec .content p {
   color: var(--white);
   font-size: 18px;
   margin: 2rem 0;
}

.hero-sec .content .btn-group {
   display: flex;
   align-items: center;
   gap: 24px;
}

.hero-sec .hero-search {
   background: #0000005C;
   border-radius: 29px;
   opacity: 1;
   backdrop-filter: blur(18px);
   -webkit-backdrop-filter: blur(18px);
   padding: 2.5rem 1.75rem;
}

.cars .card,
.blogs .card {
   position: relative;
   box-shadow: 0px 0px 10px #00000012;
   border-radius: 18px;
   border: unset;
   overflow: hidden;
   -webkit-border-radius: 18px;
   -moz-border-radius: 18px;
   -ms-border-radius: 18px;
   -o-border-radius: 18px;
}

.cars .badge {
   position: absolute;
   top: 10px;
   inset-inline-start: 10px;
   background: rgba(var(--whiteOp), 0.224);
   box-shadow: 0px 3px 6px #00000029;
   border-radius: 6px;
   padding: 10px 16px;
   opacity: 1;
   font-size: 15px;
   font-weight: 400;
   backdrop-filter: blur(3px);
   -webkit-backdrop-filter: blur(3px);
   -webkit-border-radius: 6px;
   -moz-border-radius: 6px;
   -ms-border-radius: 6px;
   -o-border-radius: 6px;
   color: var(--main);
}

.cars .badge * {
   color: var(--main);

}

.cars .card-img-top img,
.blogs .card-img-top img {
   aspect-ratio: 7 / 4;
   object-fit: cover;
}

.cars .card {
   background: var(--lite-sec);
}

.cars .card-title {
   font-size: 17px;
   font-weight: bold;
   margin-bottom: 1.2rem;
   color: var(--white);
}

.cars .card .card-footer {
   border-color: #AEAEAE;
   padding-block: 1.35rem;
}

.cars .price {
   display: flex;
   align-items: center;
   gap: 8px;
}

.car_banner_slider .card-img-top img {
    width: 100%;
    aspect-ratio: 7 / 2;
    object-fit: cover;
    border-radius: 16px;
}

.car_banner_slider .owl-dots {
   display: flex;
   align-items: center;
   justify-content: center;
   gap: 3px;
   inset-inline-start: 50%;
   margin-top: 3rem;
}

.car_banner_slider .owl-carousel button.owl-dot {
   width: 14px;
   height: 14px;
   border-radius: 50%;
   border: 1px solid var(--white);
   background: var(--white);
   box-shadow: 0px 3px 6px #00000029;
}

.car_banner_slider .owl-carousel button.owl-dot.active {
   background: var(--main);
   border-color: var(--main);
   transform: translateY(-10px);
   -webkit-transform: translateY(-10px);
   -moz-transform: translateY(-10px);
   -ms-transform: translateY(-10px);
   -o-transform: translateY(-10px);
}



.car_brand .card {
   text-align: center;
   border: unset;
   background: transparent;
}

.car_brand .card .card-img-top,
.partners .card .card-img-top {
   background: var(--lite-sec);
   overflow: hidden;
   aspect-ratio: 3/2;
   padding: 1rem 2rem;
   border-radius: 20px;
   -webkit-border-radius: 20px;
   -moz-border-radius: 20px;
   -ms-border-radius: 20px;
   -o-border-radius: 20px;
}

.partners .card .card-img-top {
   aspect-ratio: 7/4;
}

.car_brand .card .card-img-top img,
.partners .card .card-img-top img {
   height: 100%;
   object-fit: contain;
}

.car_brand .card .card-title {
   font-size: 18px;
   font-weight: 400;
   color: var(--white);
}

/* ------------------------ about us ----------------- */

.about-us ul>li {
   padding: 1.25rem 1rem;
   padding-inline-start: 3.6rem;
   position: relative;
   border-inline-start: 8px solid var(--main);
   margin: 1rem 0;
   background: var(--lite-sec);
   border-radius: 13px;
}

.about-us ul>li::after {
   content: '\f00c';
   font-family: 'FontAwesome';
   position: absolute;
   top: 50%;
   color: var(--main);
   inset-inline-start: .75rem;
   font-size: 24px;
   width: 2.2rem;
   height: 2.2rem;
   background-color: var(--white);
   border-radius: 50%;
   -webkit-border-radius: 50%;
   -moz-border-radius: 50%;
   -ms-border-radius: 50%;
   -o-border-radius: 50%;
   transform: translateY(-50%);
   -webkit-transform: translateY(-50%);
   -moz-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   -o-transform: translateY(-50%);
   display: flex;
   align-items: center;
   justify-content: center;
}

.about-us .about-img,
.why-us .about-img {
   background: #fcfcfc;
   border-radius: 15px;
   overflow: hidden;
}

.about-us .about-img img,
.why-us .about-img img {
   aspect-ratio: 5 / 4;
}

.why-us ul>li {
   position: relative;
   margin: 1.5rem 0;
   padding-inline-start: 2.25rem;
}

.why-us ul>li::after {
   content: '\F588';
   font-family: 'bootstrap-icons';
   position: absolute;
   top: 50%;
   color: var(--white);
   inset-inline-start: 0;
   font-size: 24px;
   transform: translateY(-50%);
   -webkit-transform: translateY(-50%);
   -moz-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   -o-transform: translateY(-50%);
}

.financing-wrapper {
   background: transparent linear-gradient(180deg, #890000 0%, #A500008F 59%, #EB111100 100%) 0% 0% no-repeat padding-box;
   height: 100%;
   padding: .4rem;
   padding-bottom: 0;
   border-radius: 18px;
   -moz-border-radius: 18px;
   -ms-border-radius: 18px;
   -o-border-radius: 18px;
   -webkit-border-radius: 18px;
}

.financing-box {
   height: 100%;
   padding: 1.5rem 1rem;
   text-align: center;
   background: var(--secondary);
   border-radius: 12px;
   -webkit-border-radius: 12px;
   -moz-border-radius: 12px;
   -ms-border-radius: 12px;
   -o-border-radius: 12px;
}

.financing {
   display: flex;
   flex-direction: column;
   align-items: center;
   gap: 1rem;
}

.financing-icon {
   position: relative;
   background: var(--lite-sec);
   width: 65px;
   height: 65px;
   border-radius: 50%;
   display: flex;
   align-items: center;
   justify-content: center;
   margin-bottom: .75rem;
   -webkit-border-radius: 50%;
   -moz-border-radius: 50%;
   -ms-border-radius: 50%;
   -o-border-radius: 50%;
   font-size: 20px;
}

.financing-icon::after {
   content: '';
   position: absolute;
   bottom: -9px;
   width: 0px;
   height: 0px;
   border-style: solid;
   border-width: 12px 12px 0 12px;
   border-color: var(--lite-sec) transparent transparent transparent;
   transform: rotate(0deg);
}

.financing-name {
   font-size: 16px;
}

.financing-desc {
   font-size: 15px;
}

.join-us {
   border-radius: 20px;
   overflow: hidden;
   background-size: cover !important;
   background-position: center center !important;
   -webkit-border-radius: 20px;
   -moz-border-radius: 20px;
   -ms-border-radius: 20px;
   -o-border-radius: 20px;
}

.owl-carousel .owl-stage {
   display: flex;
}

.pricing-note{
    border-inline-start: 5px solid;
    width: fit-content;
    margin: auto;
    padding: 8px 37px;
    background: rgba(var(--whiteOp), .15);
}
.pricing .owl-carousel .owl-stage-outer {
   padding-top: 3rem;
}

.pricing .pricing-heading {
   text-align: center
}

.pricing .pricing-card {
   height: 100%;
   background: transparent !important;
   display: flex;
   flex-direction: column;
   border: 1px solid var(--white)
}

.pricing .pricing-card.special {
   background: transparent linear-gradient(180deg, #890000 0%, #1914148C 77%, #14141403 100%) !important;
   border: unset;
   margin-top: -1.8rem
}

.feature-list li {
   position: relative;
   display: flex;
   justify-content: center;
   gap: 6px;
   font-weight: lighter;
   /* font-size: 14px; */
   margin-bottom: .85rem
}

.feature-list li::before {
   content: '';
   display: inline-flex;
   width: 25px;
   height: 25px;
   background-color: var(--white);
   border-radius: 50%;
   transform: scale(.625);
   -webkit-transform: scale(.625);
   -moz-transform: scale(.625);
   -ms-transform: scale(.625);
   -o-transform: scale(.625)
}

.feature-list li span {
   max-width: calc(100% - 25px);
}

.pricing .pricing-card .subscribe-btn {
   margin: auto auto 1rem auto;
   width: 75%;
}

.subscribeForm {
   background: var(--dark-gray);
   border-radius: 23px;
   padding: 2rem;
}

/* ------------------------- */

.car-details .car_feature {
   display: flex;
   justify-content: space-between;
   padding: 1.25rem 0;
   border-bottom: 1px solid #ECECEC;
}


.car_feature .owner-name {
   display: flex;
   align-items: center;
   gap: 10px;
}

.car_feature .owner-name img {
   width: 30px;
   height: 30px;
   object-fit: cover;
   border-radius: 50%;
   -webkit-border-radius: 50%;
   -moz-border-radius: 50%;
   -ms-border-radius: 50%;
   -o-border-radius: 50%;
}

.heart,
.share {
   display: flex;
   color: #6D6E71;
   align-items: center;
   gap: 6px;
   font-size: 14px;
   background: transparent;
   transition: all 0.3s;
}

.car_feature .c_badge {
   background: #FFFFFF80 0% 0% no-repeat padding-box;
   box-shadow: 0px 3px 6px #00000029;
   border-radius: 6px;
   opacity: 1;
   backdrop-filter: blur(3px);
   padding: .425rem 1.25rem;
   border-radius: 8px;
   position: relative;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   -ms-border-radius: 8px;
   -o-border-radius: 8px;
   -webkit-border-radius: 6px;
}


#map {
   margin-top: 1.5rem;
   overflow: hidden;
   border-radius: 12px;
   -webkit-border-radius: 12px;
   -moz-border-radius: 12px;
   -ms-border-radius: 12px;
   -o-border-radius: 12px;
}

#map iframe {
   /* padding: 0 1rem; */
   width: 100%;
   height: 350px;
}

/* TO MAKE ASIDE STICKY */
.car-single .car-wrapper {
   display: flex;
   align-items: flex-start;
   gap: 20px;
}

.car-details {
   padding: 0rem 1rem;
   position: relative;
   z-index: 9;
}


.sticky-wrapper {
   position: relative;
}

.social-share {
   display: flex;
   margin: 2rem 0;
   justify-content: center;
}

.social-share a {
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   margin: 0 calc(68px / 2);
}

.social-share>a>span {
   margin-top: 8px;
   color: #484848;
   text-align: center;
   font-size: 16px;
   font-style: normal;
   font-weight: 400;
   line-height: 24px;
}


/* --------------------- footer --------------------- */
.logo-wrapper {
   padding: 3rem 0 1rem 0;
   display: flex;
   align-items: center;
   justify-content: space-between;
}

.logo-wrapper div {
   width: calc((100% - 15rem) / 2);
   height: 1.25px;
   background-color: #81818173;
}

.logo-wrapper img {
   width: 150px;
   filter: brightness(0) invert(1);
   -webkit-filter: brightness(0) invert(1);
}

#scroll-top {
   position: fixed;
   bottom: 1rem;
   inset-inline-start: 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 {
   background-color: var(--lite-sec);
   width: 40px;
   height: 40px;
   display: flex;
   align-items: center;
   justify-content: center;
   font-size: 16px;
   border-radius: 50%;
   box-shadow: 0px -10px 25px #B2B2B22B;
}

@keyframes floating {
   0% {
      transform: translateY(-20px);
   }

   100% {
      transform: translateY(-30px);
   }
}

footer .social-icons {
   display: flex;
   justify-content: center;
   gap: .85rem;
}

footer .social-icons i {
   width: 44px;
   height: 44px;
   border-radius: 50%;
   background-color: transparent;
   border: 1px solid var(--white);
   display: flex;
   justify-content: center;
   line-height: 0;
   align-items: center;
   color: var(--white) !important;
   font-size: 18px;
}


.send-email {
   padding: 4.5rem calc(var(--gutter-x)*.5);
   background: var(--lite-sec);
}

.send-email-box {
   margin: auto;
   height: 60px;
   border: 1px solid #D6D6D6;
   border-radius: 70px;
   position: relative;
   -webkit-border-radius: 70px;
   -moz-border-radius: 70px;
   -ms-border-radius: 70px;
   -o-border-radius: 70px;
}

.send-email-box input {
   width: 100%;
   height: 100%;
   padding-block: 10px;
   padding-inline: 15px 100px;
   font-size: 16px;
   border-radius: 5px;
   background: transparent;
   color: var(--white);
}

.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;
}

.send-email-box button {
   position: absolute;
   inset-inline-end: 12px;
   border-radius: 50%;
   background: var(--white);
   height: 80%;
   aspect-ratio: 1/1;
   top: 50%;
   transform: translateY(-50%);
   font-size: 14px;
   border-radius: 5px 0 0 5px;
   transition: all 0.3s;
   -webkit-border-radius: 50%;
   -moz-border-radius: 50%;
   -ms-border-radius: 50%;
   -o-border-radius: 50%;
   -webkit-transform: translateY(-50%);
   -moz-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   -o-transform: translateY(-50%);
}

.send-email-box button i {
   color: var(--main);
   font-size: 20px;
}

.send-email-box button:hover {
   background: var(--main);
   transform: translateY(-50%) rotate(314deg);
   -webkit-transform: translateY(-50%) rotate(-45deg);
   -moz-transform: translateY(-50%) rotate(314deg);
   -ms-transform: translateY(-50%) rotate(314deg);
   -o-transform: translateY(-50%) rotate(314deg);
}

.send-email-box button:hover i {
   color: var(--white);
}


footer .copyrights {
   position: relative;
   padding: 1rem 0;
   border-top: 1px solid #81818173;
}

footer .copyrights>div {
   display: flex;
   justify-content: space-between;
   align-items: center;
}

footer .copyrights h6 {
   font-size: 16px;
   font-weight: 600;
}

footer .copyrights img {
   width: 150px;
}



/* ---------------------------------- */
/*  filter Styles  */
/* ---------------------------------- */
.price-range-slider {
   width: 100%;
   padding-top: .5rem;
   /* float: left;
   padding: 1.5rem 0; */
}

.price-range-slider .range-value {
   margin: 0;
}

.price-range-slider .range-value input {
   width: 100%;
   background: none;
   color: var(--main);
   font-weight: initial;
   box-shadow: none;
   border: none;
   font-weight: bold;
   margin-bottom: 1rem;
}

.price-range-slider .range-bar {
   position: relative;
   border: none;
   background: rgba(var(--whiteOp), 0.85);
   height: 5px;
   width: 100%;
   margin-bottom: 1rem;
   border-radius: 5px;
}

.price-range-slider .range-bar .ui-slider-range {
   position: absolute;
   height: 100%;
   background: var(--main);
}

.price-range-slider .range-bar .ui-slider-handle {
   position: absolute;
   border: none;
   border-radius: 25px;
   background: #fff;
   box-shadow: 0 0 8px 2px #33333340;
   display: block;
   height: 20px;
   width: 4px;
   top: -0.42em;
   cursor: pointer;
   /* transform: translateX(8px); */
}

.price-range-slider .range-bar .ui-slider-handle+span {
   background: var(--main);
}
.car_filter {
   padding-inline-end: calc(var(--gutter-x)*.5);
}

.car_filter label {
   margin-bottom: .5rem;
}

.filter {
   border-radius: 24px 0 0 24px;
   -webkit-border-radius: 24px 0 0 24px;
   -moz-border-radius: 24px 0 0 24px;
   -ms-border-radius: 24px 0 0 24px;
   -o-border-radius: 24px 0 0 24px;
   padding: 1rem 2rem;
   background: var(--lite-sec);
}

/* .selected-filters-title,
#selected-filters-list {
   color: var(--main);
   border-bottom: 1px solid #f1f1f1;
} */

.filter .accordion-item,
.filter .accordion-button,
.filter .accordion-body {
   padding-inline: 0 !important;
   background: transparent !important;
   outline: unset !important;
   box-shadow: unset !important;
   padding: .5rem 0;
}

.filter .accordion-button {
   padding-block: 0;
}

.filter .form-check label {
   font-size: 15px;
   margin-top: 8px;
}

.selected-filters-title {
   display: flex;
   justify-content: space-between;
   align-items: center;
   gap: 10px;
   padding-bottom: .5rem;
}

.selected-filters-title p {
   min-width: max-content;
   font-weight: bolder;
   font-size: 1.2rem;
}

.selected-filters-title button {
   background: transparent;
   color: var(--main);
   padding: 0 !important;
}

.selected-filters {
   display: flex;
   align-items: center;
   gap: 10px;
}

.selected-filters ul {
   padding: 1rem 0 !important;
   list-style: none;
   padding: 0;
   display: flex;
   flex-wrap: wrap;
   align-items: center;
   gap: 8px;
}

.selected-filters li {
   display: flex;
   gap: 6px;
   align-items: center;
   background: var(--white);
   background: #1c608d11 0% 0% no-repeat padding-box;
   border-radius: 12px;
   padding: 4px 15px;
   border-radius: 20px;
   position: relative;
   padding-inline-end: 8px;
   color: var(--main);
   -webkit-border-radius: 12px;
   -moz-border-radius: 12px;
   -ms-border-radius: 12px;
   -o-border-radius: 12px;
}

.remove-filter-btn {
   width: 18px;
   height: 18px;
   display: flex;
   justify-content: center;
   align-items: center;
   font-size: 16px;
   background: transparent;
   color: var(--main);
   border: none;
   cursor: pointer;
   opacity: .5;
}

.remove-filter-btn:hover {
   opacity: 1;
}

#clear-all-filters {
   padding-inline: 16px !important;
   padding-block: 4.825px !important;
   font-weight: 300 !important;
   font-size: 14px;
}

.filter-header,
.profile-header {
   display: flex;
   justify-content: center;
   align-items: center;
   padding: 1.25rem;
   padding-top: .5rem;
}

.profile-header {
   justify-content: space-between;
   margin-bottom: 1.5rem;
   border-bottom: 1px solid #dddddd;
}

.filter-header .btn-close {
   filter: brightness(0) invert(1);
   -webkit-filter: brightness(0) invert(1);
}

.car_filter .form-check-input {
   width: 1.25em;
   height: 1.25em;
}

.car_filter .form-check-input:checked {
   background-color: var(--main);
   border-color: var(--main);
}

/*==-------- blogs page *card style the same with cars* --------==*/

.blogs .card-img-top {
   width: 92%;
   margin: auto;
   border-radius: 28px;
   -webkit-border-radius: 28px;
   -moz-border-radius: 28px;
   -ms-border-radius: 28px;
   -o-border-radius: 28px;
   overflow: hidden;
}

.blogs .card-body {
   padding: 1.75rem;
   background: var(--lite-sec);
   box-shadow: 0px 3px 6px #00000029;
   border-radius: 28px;
   -webkit-border-radius: 28px;
   -moz-border-radius: 28px;
   -ms-border-radius: 28px;
   -o-border-radius: 28px;
   margin-top: -1.5rem;
}

.blog-head {
   background: var(--secondary);
   padding: 3px 10px;
   width: fit-content;
   border-radius: 6px;
   font-size: smaller;
   gap: 8px;
   -webkit-border-radius: 6px;
   -moz-border-radius: 6px;
   -ms-border-radius: 6px;
   -o-border-radius: 6px;
}

.blog-head span {
   color: #C8C8C8;
}

.blog-title {
   margin: .8rem 0;
   font-size: 19px;
   color: var(--white);
}

.blog-desc {
   font-size: 15px;
   display: -webkit-box;
   -webkit-line-clamp: 2;
   -webkit-box-orient: vertical;
   overflow: hidden;
}

.single_blog .card:not(:last-child) {
   margin-bottom: 1.25rem;
}

.blogs .blog_details .card-img-top img {
   aspect-ratio: 7 / 4;
}

.blogs .blog_details .blog-desc {
   display: block;
   color: #4E4E4E;
}

.blog-search {
   background: var(--dark-gray);
   padding: .3rem .5rem;
   border-radius: 12px;
   -webkit-border-radius: 12px;
   -moz-border-radius: 12px;
   -ms-border-radius: 12px;
   -o-border-radius: 12px;
}

/*==-------- login page  --------==*/
.login {
   position: relative;
   background: url('../images/login_bg.png');
   background-size: cover;
   background-position: bottom center;
}

.login-form {
   background: rgba(0, 0, 0, .2);
   backdrop-filter: blur(30px);
   border-radius: 20px;
   padding: 5rem 3rem;
   position: relative;
   width: 50%;
   margin: auto;
   -webkit-border-radius: 20px;
   -moz-border-radius: 20px;
   -ms-border-radius: 20px;
   -o-border-radius: 20px;
}

#verification-input {
   direction: ltr;
   margin: 1.5rem 0;
   text-align: center;
}

#verification-input>input {
   width: 55px;
   height: 55px;
   margin: 0 6px;
   font-size: 18px;
   border-radius: 12px;
   text-align: center;
   background: transparent;
   border: 1px solid #e9e9e9;
   -webkit-border-radius: 12px;
   -moz-border-radius: 12px;
   -ms-border-radius: 12px;
   -o-border-radius: 12px;
}


.forgot {
   font-size: 12px;
}

.terms {
   color: #707070 !important;
   font-weight: 600;
   text-decoration: underline;
}

.approve_terms {
   display: flex;
   align-items: center;
   gap: 6px;
   margin-top: 10px;
}

.approve_terms .form-check-input {
   background-color: #FAFAFA 0% 0% no-repeat padding-box;
   border: 1px solid #E9E9E9;
   border-radius: 40px;
   width: 26px;
   height: 26px;
}

.approve_terms .form-check-input:checked {
   background-color: var(--main);
}


.input-group:focus-within .form-control,
.input-group:focus-within .input-group-text {
   border-color: var(--main);
}

.input-group .input-group-text {
   color: var(--white);
}



/* --------== profile page ==-------- */
#profile_nav {
   display: flex;
   align-items: center;
   justify-content: space-between;
   width: 100%;
   background: var(--main);
   border-radius: 6px;
   color: var(--white);
   padding: 1rem;
   margin-bottom: 1.5rem;
   font-size: 18px;
}

.profile-nav {
   background: var(--dark-gray);
   padding: .5rem 0;
   border-radius: 8px;
}

.profile .profile-pic-icon {
   position: absolute;
   bottom: -8px;
   inset-inline-start: 0px;
   display: flex;
   width: 30px;
   height: 30px;
   border-radius: 50%;
   align-items: center;
   justify-content: center;
   z-index: 1;
   background-color: #232323;
   color: var(--white);
   font-size: 14px;
   transition: 0.2s;
}

.profile .profile-pic {
   margin: 1rem auto;
   width: 100px;
   aspect-ratio: 1 / 1;
   border-radius: 50%;
   object-fit: contain;
   background: radial-gradient(rgba(237, 251, 250, 0) 0%, #EDFBFA 100%);
}

.profile .profile-pic img {
   object-fit: cover;
   height: 100%;
   border-radius: 50%;
}

.profile .profile-pic input {
   cursor: pointer;
   position: absolute;
   bottom: -8px;
   inset-inline-start: 0px;
   display: flex;
   width: 30px;
   height: 30px;
   border-radius: 50%;
   z-index: 9;
   opacity: 0;
}

.save_img {
   position: absolute;
   bottom: -8px;
   inset-inline-end: 0px;
   display: flex;
   width: 30px;
   height: 30px;
   border-radius: 50%;
   align-items: center;
   justify-content: center;
   z-index: 3;
   background-color: var(--main);
   color: var(--white);
   font-size: 14px;
   transition: 0.2s;
   opacity: 0;
}

.user_info {
   color: #6D6D6D;
   text-align: center;
   padding-bottom: .85rem;
}

.profile-nav ul {
   border-top: 1px solid #E8E8E8;
   padding-top: 1.5rem
}

.profile-nav .nav-link {
   display: flex;
   align-items: center;
   gap: 8px;
   color: #C2C2C2;
   position: relative;
   margin-bottom: .5rem;
   padding-inline: 1.4rem;
   font-weight: 600;
   background: transparent;
}

.profile-nav .nav-link i:first-child {
   width: 22px;
   text-align: center;
}

.profile-nav .nav-link.active {
   color: var(--main);
   background: rgba(var(--whiteOp), 0.5);
}

.profile-nav .nav-link.active::before {
   position: absolute;
   content: '';
   width: 5px;
   height: 70%;
   top: 15%;
   inset-inline-start: 0;
   border-radius: 8px;
   background: var(--white);
}

.profile-nav .logout {
   width: 100%;
   font-weight: bold;
   padding-top: 1rem;
   justify-content: center;
}


.profile-data {
   height: auto;
   background: var(--dark-gray);
   border-radius: 8px;
   padding: 5rem 3rem;
}


.profile-data .favourite .heart {
   position: relative;
   z-index: 99;
}

.profile-data .filter-orders a {
   padding: .5rem 1rem;
   min-width: 18%;
   text-align: center;
   border: 1px solid white;
   border-radius: 8px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   -ms-border-radius: 8px;
   -o-border-radius: 8px;
   font-weight: 600;
}

.car_filters .select2-container .select2-selection--single {
   border: unset !important;
   background: #000 !important;
   height: 40px;
}

@keyframes progress {
   0% {
      --percentage: 0;
   }

   100% {
      --percentage: var(--progress);
   }
}

@property --percentage {
   syntax: "<number>";
   inherits: true;
   initial-value: 0;
}

[role="progressbar"] {
   --primary: var(--main);
   --secondary: var(--lite-sec);
   --percentage: var(--value);
   /* this will animate to --progress */
   animation: progress 2s 0.5s forwards;
   width: var(--size, 300px);
   aspect-ratio: 1;
   border-radius: 50%;
   position: relative;
   overflow: hidden;
   display: grid;
   place-items: center;
}

[role="progressbar"]::before {
   content: "";
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background: conic-gradient(var(--primary) calc(var(--percentage) * 1%),
         var(--secondary) 0);
   mask: radial-gradient(white 55%, transparent 0);
   mask-mode: alpha;
   -webkit-mask: radial-gradient(#0000 55%, #000 0);
   -webkit-mask-mode: alpha;
}

[role="progressbar"]::after {
   counter-reset: percentage var(--value);
   content: counter(percentage);
   font-size: 30px;
   color: var(--white);
}

.order-1{
    color: #ffcc00;
}
.order-2{
   color: #C0C0C0;
}

.profile-data th,
.profile-data td {
   background-color: transparent !important;
   color: var(--white);
   padding-block: .85rem;
   border-bottom: 1px solid rgba(var(--whiteOp), 0.5);
}

.profile-data .filter-orders a.active {
   background-color: var(--white);
   color: var(--secondary);
}

.car_action .white-btn {
   position: relative;
   min-width: unset !important;
   padding: .35rem 2.5rem !important;
   color: var(--secondary) !important;

}

.car_action_list {
   padding: .5rem 0;
   display: none;
   position: absolute;
   z-index: 1009;
}

.car_action_list ul {
   background: var(--white);
   border-radius: 10px;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   -ms-border-radius: 10px;
   -o-border-radius: 10px;
   padding: 1rem 2.25rem;
   width: 100%;
   display: flex;
   flex-direction: column;
   gap: .5rem;
}

.car_action_list li * {
   color: var(--secondary) !important;
   width: 100%;
}

.car_action:hover .car_action_list {
   display: flex;
}

.upload__inputfile {
   inset: 0;
   opacity: 0;
   overflow: hidden;
   position: absolute;
   cursor: pointer;
}

.upload__btn-box button {
   background-color: transparent;
   border: 1px solid #dedede;
   padding: 2.5rem 1rem;
   border-radius: 4px;
   font-size: 17px;
   margin-bottom: 0.85rem;
   position: relative;
}

.upload__img-wrap {
   display: flex;
   flex-wrap: wrap;
}

.upload__img-wrap img {
   max-width: 100%;
   object-fit: cover;
   aspect-ratio: 1/1;
}

.upload__img-box {
   position: relative;
   height: 100%;
   border-radius: 10px;
   overflow: hidden;
   background: rgba(var(--mainOp), .05);
   display: flex;
   align-items: center;
   justify-content: center;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   -ms-border-radius: 10px;
   -o-border-radius: 10px;
}

.upload__img-close {
   width: 24px;
   height: 24px;
   border-radius: 50%;
   background-color: rgba(0, 0, 0, 0.5);
   position: absolute;
   top: 10px;
   inset-inline-start: 10px;
   text-align: center;
   line-height: 24px;
   z-index: 2;
   cursor: pointer;
}

.upload__img-close:after {
   content: "\2716";
   font-size: 14px;
   color: white;
}


[dir=rtl] [type=email],
[dir=rtl] [type=number],
[dir=rtl] [type=tel],
[dir=rtl] [type=url] {
   direction: rtl;
}

.profile-data .text-edit {
   background: var(--red) !important;
}

.profile-data .text-edit:hover {
   background: var(--sky) !important;
}

.own_car {
   background: var(--white);
   padding: .75rem 1.75rem;
   display: flex;
   align-items: center;
   justify-content: space-between;
   border-radius: 8px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   -ms-border-radius: 8px;
   -o-border-radius: 8px;
}

.own_car:not(:last-child) {
   margin-bottom: 1rem;
}

.own_car img {
   background: #FAFAFA;
   padding: 4px;
   width: 44px;
   height: 44px;
   border-radius: 50%;
   -webkit-border-radius: 50%;
   -moz-border-radius: 50%;
   -ms-border-radius: 50%;
   -o-border-radius: 50%;
}


/*==-------- workshop page  --------==*/
.all {
   width: 100%;
   height: auto;
   display: inline-block;
   position: relative;
}

.all .slider {
   border-radius: 3px;
   border-radius: 10px;
   position: relative;
}


.item-box {
   background: #fcfcfc;
   border-radius: 12px;
   overflow: hidden;
   display: flex;
   width: 100%;
   aspect-ratio: 22 / 18;
   position: relative;
   background-size: cover;
}

.car-single .item-box {
   aspect-ratio: 11 / 7;
   border-radius: 18px;
   -webkit-border-radius: 18px;
   -moz-border-radius: 18px;
   -ms-border-radius: 18px;
   -o-border-radius: 18px;
}

.stick-next-to li {
   padding: 1rem 0;
   display: flex;
   justify-content: space-between;
}

.car-info li:not(:last-child) {
   border-bottom: 1px solid #ddd;
}

.car-info {
   background-color: var(--dark-gray);
   margin-bottom: 10px;
   border: unset !important;
   border-radius: 24px;
   padding: 2rem;
   -webkit-border-radius: 24px;
   -moz-border-radius: 24px;
   -ms-border-radius: 24px;
   -o-border-radius: 24px;
}

.item-box:after {
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
   position: absolute;
   content: "";
   display: block;
}

.item-box img {
   width: 100%;
   height: 100%;
   object-fit: cover;
}

.all .slider-two .item img {
   width: 100%;
   height: 100%;
   object-fit: cover;
}

.single-img .owl-dots {
   display: none;
}

.all .slider-two {
   width: auto;
   height: auto;
   overflow: hidden;
   position: relative;
   right: 0;
   bottom: 0;
   width: 100%;
   padding: 0;
   z-index: 1;
   margin-top: 15px;
}

.all .slider-two .item {
   transition: all ease .25s;
   height: 110px;
   border: solid 2px transparent;
   cursor: pointer;
   overflow: hidden;
   border-radius: 8px;
}

.owl-theme .owl-nav [class*=owl-] {
   position: absolute;
   z-index: 9;
   top: calc(50% - 20px);
   width: 40px;
   height: 40px;
   border-radius: 50%;
   background: var(--white) !important;
}

.owl-nav .owl-prev {
   inset-inline-start: 1rem;
}

.owl-nav .owl-next {
   inset-inline-end: 1rem;
}

.owl-theme .owl-nav [class*=owl-]:hover {
   color: #000;
}

.all .slider-two .item.active {
   border: solid 1px var(--white);
   box-shadow: 0px 3px 6px #00000029;
}

.all .slider-two .owl-stage {
   padding: 15px 0 30px;
}



/*  */
.contact-data .contact-info {
   background: var(--dark-gray);
   border-radius: 18px;
   text-align: center;
   padding: 1.85rem 1rem;
   -webkit-border-radius: 18px;
   -moz-border-radius: 18px;
   -ms-border-radius: 18px;
   -o-border-radius: 18px;
}

.contact-data .contact-info:not(:last-child) {
   margin-bottom: 1rem;
}

.contact-data .contact-info i {
   display: flex;
   align-items: center;
   justify-content: center;
   width: 80px;
   height: 80px;
   margin: auto;
   margin-bottom: 1rem;
   aspect-ratio: 1/1;
   border-radius: 50%;
   background: transparent linear-gradient(180deg, #890000 0%, #A500008F 59%, #2E2E2E00 100%) 0% 0% no-repeat padding-box;
   box-shadow: inset 0px 10px 5px #00000029;
   font-size: 28px;
   -webkit-border-radius: 50%;
   -moz-border-radius: 50%;
   -ms-border-radius: 50%;
   -o-border-radius: 50%;
}

.contact-data .contact-form {
   height: 100%;
   background: var(--dark-gray);
   border-radius: 18px;
   padding: 4rem 1.5rem;
   -webkit-border-radius: 18px;
   -moz-border-radius: 18px;
   -ms-border-radius: 18px;
   -o-border-radius: 18px;
}



.all .offer-badge {
   position: absolute;
   left: 0;
   top: 0;
}

.all .offer-badge span {
   left: 7px;
}

.all .slider .owl-nav,
.all .slider .owl-dots {
   display: none;
}

.all .slider:hover .left {
   visibility: visible;
   opacity: 1;
   left: 20px;
}

.all .slider:hover .right {
   visibility: visible;
   opacity: 1;
   right: 20px;
}

.all .slider .left {
   position: absolute;
   z-index: 1;
   top: 167px;
   left: -20px;
   width: 40px;
   height: 40px;
   cursor: pointer;
   visibility: hidden;
   opacity: 0;
   transition: left ease .25s;
   -webkit-transform: rotate(0deg);
   transform: rotate(0deg);
   background: url(http://svgshare.com/i/2V9.svg) top left;
}

.all .slider .left:hover {
   visibility: visible;
   opacity: 1;
   left: 20px;
   background: url(http://svgshare.com/i/2UW.svg) top left;
   -webkit-transform: rotate(180deg);
   transform: rotate(180deg);
}

.all .slider .left.nonl {
   left: -20px;
   opacity: 0;
   visibility: hidden;
}

.all .slider .right {
   cursor: pointer;
   position: absolute;
   z-index: 1;
   top: 167px;
   right: -20px;
   width: 40px;
   height: 40px;
   visibility: hidden;
   opacity: 0;
   transition: right ease .25s;
   background: url(http://svgshare.com/i/2V9.svg) top left;
   -webkit-transform: rotate(180deg);
   transform: rotate(180deg);
}

.all .slider .right:hover {
   visibility: visible;
   opacity: 1;
   right: 20px;
   background: url(http://svgshare.com/i/2UW.svg) top left;
   -webkit-transform: rotate(0deg);
   transform: rotate(0deg);
}

.all .slider .right.nonr {
   right: -20px;
   opacity: 0;
   visibility: hidden;
}

.all .slider-two .owl-nav,
.all .slider-two .owl-dots {
   display: none;
}

.all .slider-two:hover .left-t {
   visibility: visible;
   opacity: 1;
   left: 20px;
}

.all .slider-two:hover .right-t {
   visibility: visible;
   opacity: 1;
   right: 20px;
}

.all .slider-two .left-t {
   cursor: pointer;
   position: absolute;
   z-index: 1;
   top: 38px;
   visibility: hidden;
   opacity: 0;
   transition: all ease .25s;
   width: 35px;
   height: 35px;
   left: -40px;
   background-color: var(--white);
   border-radius: 100%;
   text-align: center;
   line-height: 35px;
   color: #2b2b2b;
   font-size: 16px;
}

.all .slider-two .left-t.nonl-t {
   left: -40px;
   opacity: 0;
   visibility: hidden;
}

.all .slider-two .right-t {
   cursor: pointer;
   position: absolute;
   z-index: 1;
   top: 38px;
   right: -40px;
   visibility: hidden;
   opacity: 0;
   transition: all ease .25s;
   width: 35px;
   height: 35px;
   background-color: var(--white);
   border-radius: 100%;
   text-align: center;
   line-height: 35px;
   color: #2b2b2b;
   font-size: 16px;
}

.all .slider-two .right-t:hover {
   background-color: var(--white);
}

.all .slider-two .right-t.nonr-t {
   right: -40px;
   opacity: 0;
   visibility: hidden;
}

.all .slider-two .right-t i,
.all .slider-two .left-t i {
   font-size: 20px;
   text-align: center;
   vertical-align: sub;
}


.modal-backdrop {
   display: none !important;
}


/* --------------------- media ------------------------- */

@media (max-width: 992px) {
   :root {
      --gutter-x: 1.5rem;
   }

   nav.navbar {
      flex-direction: row-reverse;
   }

   .navbar-toggler {
      padding: 0 !important;
      border: unset !important;
      box-shadow: unset !important;
      filter: brightness(0) invert(1);
      -webkit-filter: brightness(0) invert(1);
   }

   [dir=rtl] .container-fluid {
      --gutter-x: 1.5rem;
   }

   .partners .card .card-img-top {
      aspect-ratio: 4 / 4;
   }

   .hero-sec .overlay {
      padding-block: 10.5rem 4rem;
   }

   .hero-sec .content p {
      font-size: 16px;
      margin: 1.5rem 0;
   }

   .hero-sec .hero-search {
      border-radius: 16px;
      padding: 1.5rem 24px 1.75rem;
   }

   .navbar-nav {
      gap: 0;
   }

   .navbar-nav:nth-child(2) {
      flex-direction: row;
      justify-content: flex-start;
      margin-bottom: 1rem !important;
      gap: 0.5rem;
   }

}

@media (min-width: 992.8px) {
   .sticky {
      position: absolute;
      top: 0%;
      right: 0;
      left: 0;
   }

   .profile-data .favourite .card-img-top {
      max-width: 45%;
   }

   .profile-data .favourite .card-img-top img {
      height: 100%;
   }
}


@media (max-width: 578px) {
   .navbar-light .navbar-brand img {
      width: 100px;
   }

   .breadcrumb-wrapper .overlay {
      padding-block: 5rem 0.5rem;
   }

   .logo-wrapper img {
      width: 130px;
   }

   .login-form {
      width: 100%;
   }

   .section-title {
      font-size: 1.5rem;
   }

   .car-single .car-wrapper {
      flex-wrap: wrap;
   }

   .car_filter {
      padding-inline: var(--gutter-x);
   }

   .profile-data:has(.cars) {
      padding: 0;
      background: transparent;
   }

   .login-form {
      padding: 5rem 2rem;
   }

   /* .filter, */
   .profile-nav {
      display: block;
      width: 400px;
      transform: translate(400px);
      max-width: 80%;
      position: fixed;
      margin-top: 0;
      z-index: 1099;
      top: 0;
      right: 0;
      height: 100%;
      border-radius: 12px 0 0 12px;
      transition: 0.3s;
      box-shadow: -1px 2px 17px 3px #18181824;
      -webkit-border-radius: 12px 0 0 12px;
      -moz-border-radius: 12px 0 0 12px;
      -ms-border-radius: 12px 0 0 12px;
      -o-border-radius: 12px 0 0 12px;
   }

   .filter.filter-toggle,
   .profile-nav.Pnav-toggle {
      transform: translate(0);
   }

   .profile-data {
      padding: 2rem;
   }
   
   .car_action_list {
    inset-inline-end: 9%;
   }

   .send-email {
      text-align: center;
   }

   footer a.nav-link {
      padding: .5rem;
   }

   footer .copyrights {
      font-size: 13px;
   }

   footer .copyrights img {
      width: 95px;
   }

}