:root {
    --main-color: #7635aa;
    --main-color-alt: #6c4286;
    --section-padding-top: 30px;
    --section-padding-bottom: 30px;
    --main-transition: 0.3s;
    --section-background: #ececec;
}

.form-control {
    border: 2px solid rgba(51, 184, 168, 0.2);
    border-radius: 10px;
    padding: 12px 15px;
    transition: all 0.3s ease;
    background-color: white !important;
}

* {
    font-family: "Baloo Bhaijaan 2", sans-serif;
    font-optical-sizing: auto;
    /* font-weight: 200; */
    font-style: normal;
}

/* adjust calendar in mobile */
@media (max-width: 396px) {
    .rounded-start {
        border-bottom-left-radius: 0px !important;
        border-top-right-radius: 10px !important;
        width: 100%;
        justify-content: center;
    }

}

/* Start special button style */

.bn632-hover {
    width: 160px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    margin: 20px;
    height: 55px;
    text-align: center;
    border: none;
    background-size: 300% 100%;
    border-radius: 50px;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.bn632-hover:hover {
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.bn632-hover:focus {
    outline: none;
}

.bn632-hover.bn24 {
    background-image: linear-gradient(to right, #46ba8d, #33b9ab, #1cb6cb, #40b995);
    box-shadow: 0 4px 15px 0 #46ba8d;
    margin: auto;
    display: block;
}


/* End special button style */


/* Global Start */

.section-padding {
    padding-top: 50px;
    padding-bottom: 50px;
}

::-moz-selection {
    /* Code for Firefox */
    color: #ffffff;
    background: #3eba99;
}

::selection {
    color: #ffffff;
    background: #3eba99;
}


/* Global End */


/* Header start */

.padding-right-button {
    margin-right: 10px;
}


/* Header End */


/* banner section */

.h1font-ar {
    text-align: center;
}


.subhead-font {
    text-align: center;
    /* position: absolute; */
    /* top: 65%; */
    /* right: 50%; */
    /* transform: translate(50%, -50%); */
    font-size: 22px;
    font-weight: 600;
    border-bottom: outset;
    line-height: 1.6;
}

.font-fm-ar {
    font-family: "Baloo Bhaijaan 2", sans-serif;
}


/* End banner section */


/*** Spinner Start ***/


/*** Spinner ***/

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Spinner End ***/

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    transition: 0.5s;
    z-index: 99;
}


/*** Button Start ***/

.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-xl-square {
    width: 66px;
    height: 66px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square,
.btn-xl-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn.btn-primary {
    color: var(--bs-white);
}

.btn.btn-primary:hover {
    background: var(--bs-secondary);
    border: 1px solid var(--bs-secondary);
}

.btn.btn-secondary {
    color: var(--bs-white);
}

.btn.btn-secondary:hover {
    background: var(--bs-primary);
    border: 1px solid var(--bs-primary);
}

.btn.btn-light {
    color: var(--bs-primary);
    padding: 0;
}

.btn.btn-light:hover {
    color: var(--bs-white);
    background: var(--bs-primary);
    border: 1px solid var(--bs-primary);
}


/*** Icon Animation Start ***/

@keyframes icon-animat {
    0% {
        border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;
    }

    25% {
        border-radius: 69% 31% 19% 81% / 43% 37% 63% 57%;
    }

    50% {
        border-radius: 67% 33% 16% 84% / 57% 37% 63% 43%;
    }

    75% {
        border-radius: 77% 23% 61% 39% / 36% 61% 39% 64%;
    }

    100% {
        border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;
    }
}


/*** Icon Animation End ***/


/*** Navbar Start ***/

.nav-bar {
    background: var(--bs-white);
}

.main_header_nav {
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 17%), 0 6px 20px 0 rgb(0 0 0 / 4%);
}

.sticky-top {
    transition: 1s;
}

.navbar-light .navbar-nav .nav-link {
    position: relative;
    margin-right: 9px;
    padding: 35px 0;
    letter-spacing: 1px;
    color: var(--bs-dark);
    font-size: 16px;
    font-weight: 500;
    outline: none;
    transition: .5s;
}

.sticky-top .navbar-light .navbar-nav .nav-link {
    padding: 20px 0;
    color: var(--bs-dark);
}

#navbarCollapse .profile-icon {
    margin: 0 10px;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--bs-primary);
}

.navbar-light .navbar-brand img {
    max-height: 60px;
    transition: .5s;
}

.sticky-top .navbar-light .navbar-brand img {
    max-height: 50px;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
}

.dropdown .dropdown-menu a:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    margin-top: 8px !important;
    background: var(--bs-light);
    transition: .5s;
    opacity: 1;
    right: -30px;
}

.navbar .nav-item .dropdown-menu {
    right: -30px;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        border-radius: 10px;
        margin-top: 8px !important;
        transition: .5s;
        opacity: 0;
    }
}

@media (max-width: 991px) {
    .navbar.navbar-expand-lg .navbar-toggler {
        display: block !important;
        padding: 8px 15px;
        border: 1px solid var(--bs-primary);
        color: var(--bs-primary);
        margin-right: 15px;
    }

    .navbar-toggler .fa-bars {
        display: block !important;
        font-size: 1.25rem;
    }

    .navbar-collapse {
        position: absolute;
        top: 100%;
        right: 0;
        left: 0;
        background: white;
        padding: 1rem;
        box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
        z-index: 1000;
        /* إضافة التحول السلس */
        transition: all 0.3s ease-in-out;
        transform: translateY(-10px);
        opacity: 0;
        visibility: hidden;
    }

    .navbar-collapse.show {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
    }

    /* تنسيقات إضافية للقائمة */
    .navbar-nav {
        text-align: right;
        opacity: 0;
        transform: translateY(-10px);
        transition: all 0.3s ease-in-out;
        transition-delay: 0.1s;
    }

    .navbar-collapse.show .navbar-nav {
        opacity: 1;
        transform: translateY(0);
    }

    .nav-item {
        padding: 0.5rem 0;
        border-bottom: 1px solid #eee;
        opacity: 0;
        transform: translateY(-10px);
        transition: all 0.3s ease-in-out;
    }

    .navbar-collapse.show .nav-item {
        opacity: 1;
        transform: translateY(0);
    }

    .nav-item:nth-child(1) {
        transition-delay: 0.1s;
    }

    .nav-item:nth-child(2) {
        transition-delay: 0.15s;
    }

    .nav-item:nth-child(3) {
        transition-delay: 0.2s;
    }

    .nav-item:nth-child(4) {
        transition-delay: 0.25s;
    }

    .nav-item:last-child {
        border-bottom: none;
    }

    .sticky-top .navbar-light .navbar-nav .nav-link {
        padding: 12px 0;
    }

    /* تنسيق زر تسجيل السيارة في الموبايل */
    .padding-right-button {
        margin: 10px 0;
        width: 100%;
        text-align: center;
    }
}

@media (min-width: 992px) {
    .navbar-toggler {
        display: none !important;
    }

    .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }

    .navbar-nav {
        flex-direction: row;
    }

    .nav-item {
        margin: 0 10px;
    }
}


/*** Navbar End ***/


/* Start the flat picker */

.flatpickr_col {
    flex-grow: 1;
}

.flatpickr_col .flatpickr-input {
    width: 100%;
    height: 48px;
    border-radius: 3px;
    border: none;
    text-align: center;
    cursor: pointer;
}


/* End the flat picker */


/*** Carousel Header Start ***/

.carousel .carousel-item img {
    object-fit: cover;
}

.carousel .carousel-item,
.carousel .carousel-item img {
    height: 600px;
    border-radius: 10px;
}

@media (max-width:676px) {

    .carousel .carousel-item,
    .carousel .carousel-item img {
        height: 400px;
    }
}

.carousel-item .carousel-caption {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
    display: flex;
    align-items: center;
}

.carousel .carousel-indicators {
    /* left: 75%;
    top: 50%;
    margin-right: 25%;
    transform: translateY(-50%);
    flex-direction: column; */
}

.carousel-indicators [data-bs-target] {
    display: flex;
    width: 15px;
    height: 15px;
    border: 6px solid var(--bs-white);
    border-radius: 15px;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: var(--bs-secondary);
    opacity: 1;
    transition: 0.5s;
}

.carousel-indicators [data-bs-target].active {
    background-color: var(--bs-primary);
}

@media (max-width: 992px) {
    .carousel-indicators [data-bs-target] {
        display: none;
    }
}


/*** Carousel Header End ***/


/*** Single Page Hero Header Start ***/

.bg-breadcrumb {
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgba(31, 46, 78, 1), rgba(0, 12, 33, 0.8)), url(../images/fact-bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0 60px 0;
    transition: 0.5s;
}

.bg-breadcrumb .breadcrumb {
    position: relative;
}

.bg-breadcrumb .breadcrumb .breadcrumb-item a {
    color: var(--bs-white);
}


/*** Single Page Hero Header End ***/


/*** Features Start ***/

.feature {
    background: var(--bs-light);
}

.feature .feature-item {
    display: flex;
    border-radius: 10px;
}

.feature .feature-item .feature-icon span {
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bs-secondary);
    background: var(--bs-primary);
    border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;
    ;
    animation-name: icon-animat;
    animation-duration: 5s;
    animation-delay: 1s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    transition: 0.5s;
}


/*** Features End ***/


/*** About Start ***/

.about .about-item .about-item-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 10px;
    background: var(--bs-light);
    transition: 0.5s;
}

.about .about-item .about-item-inner .about-icon {
    width: 90px;
    height: 90px;
    border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bs-secondary);
    background: var(--bs-primary);
    animation-name: icon-animat;
    animation-duration: 5s;
    animation-delay: 1s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    transition: 0.5s;
}

.about .about-img {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.about .about-img .img-1 {
    height: 85%;
    margin-right: 50px;
}

.about .about-img .img-1 img {
    object-fit: cover;
}

.about .about-img .img-2 {
    position: absolute;
    width: 100%;
    bottom: 0;
    right: 0;
    padding-left: 50px;
    border-radius: 10px;
}

.about .about-img::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 98%;
    top: 0;
    right: 0;
    border-radius: 10px;
    background: var(--bs-primary);
    z-index: -1;
}

.about .about-item .text-item {
    position: relative;
    padding-left: 25px;
}

.about .about-item .text-item::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 10px;
    background: var(--bs-secondary);
}


/*** About End ***/


/*** Fact Counter Start ***/

.counter {
    background: linear-gradient(rgba(0, 12, 33, 0.9), rgba(31, 46, 78, 0.9)), url(../img/fact-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.counter .counter-item .counter-item-icon {
    width: 90px;
    height: 90px;
    border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bs-secondary);
    background: var(--bs-primary);
    animation-name: icon-animat;
    animation-duration: 5s;
    animation-delay: 1s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    transition: 0.5s;
}


/*** Fact Counter End ***/


/*** Services Start ***/

.service .service-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-shadow: 0 0 45px rgba(0, 0, 0, .1);
    border-radius: 10px;
    background: var(--bs-white);
    transition: 0.5s;
}

.service .service-item:hover {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 60px;
    background: var(--bs-light);
}

.service .service-item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background: var(--bs-primary);
    border-radius: 10px;
    z-index: -1;
    transition: 0.5s;
    opacity: 0;
}

.service .service-item:hover::after {
    opacity: 1;
}

.service .service-item .service-icon {
    width: 90px;
    height: 90px;
    border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bs-secondary);
    background: var(--bs-primary);
    animation-name: icon-animat;
    animation-duration: 5s;
    animation-delay: 1s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    transition: 0.5s;
}


/*** Service End ***/


/*** Cars Categories Start ***/

.categories .categories-item {
    position: relative;
    border: 1px solid var(--bs-secondary);
    border-radius: 10px;
    transition: 0.5s;
}

.categories .categories-item:hover {
    border: 1px solid var(--bs-primary);
}

.categories .categories-item .categories-item-inner {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    transition: 0.5s;
}

.categories .categories-item .categories-item-inner:hover {
    box-shadow: 0 0 50px #3eba9979;
}

.categories .categories-item-inner .categories-img {
    background: var(--bs-light);
    width: 100%;
    height: 255px;
}

.categories .categories-item-inner .categories-content {
    border-top: 4px solid var(--bs-white);
    text-align: center;
    background: var(--bs-light);
}

.categories .categories-item-inner .categories-review {
    display: flex;
    align-items: center;
    justify-content: center;
}

.categories-carousel .owl-stage-outer {
    margin-top: 65px;
    margin-right: -1px;
}

.categories-carousel .owl-nav .owl-prev,
.categories-carousel .owl-nav .owl-next {
    position: absolute;
    top: -65px;
    padding: 10px 35px;
    color: var(--bs-white);
    background: var(--bs-primary);
    border-radius: 50px;
    transition: 0.5s;
}

.categories-carousel .owl-nav .owl-prev {
    left: 0 !important;
}

.categories-carousel .owl-nav .owl-next {
    right: 0;
}

.categories-carousel .owl-nav .owl-prev:hover,
.categories-carousel .owl-nav .owl-next:hover {
    background: var(--bs-secondary);
    color: var(--bs-white);
}

.max-height-image-hp {
    height: 100%;
    object-fit: cover;
}


/*** Cars Categories End ***/


/*** Process Start ***/

.steps {
    background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)), url(../images/bg-1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.steps .steps-item {
    position: relative;
    background: var(--bs-secondary);
    border-radius: 10px;
}

.steps .steps-item h4,
.steps .steps-item p {
    color: var(--bs-white);
}

.steps .steps-item .setps-number {
    position: absolute;
    width: 64px;
    height: 64px;
    bottom: 0;
    right: 40px;
    font-weight: 900;
    border: 1px solid var(--bs-white);
    border-radius: 64px;
    transform: translateY(50%);
    color: var(--bs-white);
    background: var(--bs-secondary);
    display: flex;
    align-items: center;
    justify-content: center;
}


/*** Process End ***/


/*** Blog Start ***/

.blog .blog-item {
    border-radius: 10px;
    transition: 0.5s;
}

.blog .blog-item:hover {
    box-shadow: 0 0 45px rgba(0, 0, 0, .2);
}

.blog .blog-item .blog-img {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.blog .blog-item .blog-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.3);
    transition: 0.5s;
}

.blog .blog-item:hover .blog-img::after {
    height: 100%;
}

.blog .blog-item .blog-img img {
    transition: 0.5s;
}

.blog .blog-item:hover .blog-img img {
    transform: scale(1.2);
}

.blog .blog-item .blog-content {
    position: relative;
    background: var(--bs-light);
}

.blog .blog-item .blog-content .blog-date {
    position: absolute;
    top: 0;
    left: 25px;
    transform: translateY(-50%);
    padding: 12px 25px;
    border-radius: 10px;
    color: var(--bs-white);
    background: var(--bs-primary);
}

.blog .blog-item .blog-content .blog-comment {
    display: flex;
    justify-content: space-between;
}


/*** Blog End ***/


/*** Banner Start ***/

.banner .banner-item {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    transition: 0.5s;
    z-index: 1;
}

.banner .banner-item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 10px;
    background: rgba(0, 0, 0, .6);
    z-index: 2;
}

.banner .banner-item .banner-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    margin-left: 0;
    margin-bottom: 0;
    padding: 25px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: end;
    z-index: 5;
}

@media (min-width: 992px) {
    .banner .banner-item .banner-content h2 {
        font-size: 45px;
        margin-bottom: 20px;
    }

    .banner .banner-item .banner-content h1 {
        font-size: 72px;
        margin-bottom: 20px;
    }

    .banner .banner-item .banner-content p {
        font-size: 40px;
        margin-bottom: 20px;
    }
}


/*** Banner End ***/


/*** Team Start ***/

.team .team-item {
    position: relative;
    text-align: center;
    border-radius: 10px;
    margin-top: 100px;
    background: var(--bs-light);
    transition: 0.5s;
    z-index: 1;
}

.team .team-item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    border-radius: 10px;
    background: var(--bs-secondary);
    z-index: 2;
    transition: 0.5s;
}

.team .team-item:hover::after {
    height: 100%;
}

.team .team-item .team-content {
    position: relative;
    z-index: 5;
}

.team .team-item .team-content h4,
.team .team-item .team-content p {
    transition: 0.5s;
}

.team .team-item:hover .team-content h4 {
    color: var(--bs-white);
}

.team .team-item:hover .team-content p {
    color: var(--bs-white);
}

.team .team-item .team-img {
    position: relative;
    overflow: hidden;
    top: -100px;
    margin-bottom: -100px;
    border-radius: 10px;
    z-index: 3;
}

.team .team-item .team-img img {
    transition: 0.5s;
}

.team .team-item:hover .team-img img {
    transform: scale(1.1);
}

.team .team-item .team-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    border-radius: 10px;
    background: rgba(255, 255, 255, .3);
    z-index: 4;
    transition: 0.5s;
}

.team .team-item:hover .team-img::after {
    height: 100%;
}


/*** Team End ***/


/*** Testimonial Start ***/

.testimonial-carousel .owl-stage-outer {
    margin-right: -1px;
}

.testimonial .testimonial-item {
    position: relative;
    margin-top: 35px;
    border: 1px solid var(--bs-secondary);
    border-radius: 10px;
}

.testimonial .testimonial-item .testimonial-quote {
    position: absolute;
    width: 70px;
    height: 70px;
    top: 0;
    left: 25px;
    transform: translateY(-50%);
    border-radius: 70px;
    color: var(--bs-white);
    background: var(--bs-secondary);
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial .testimonial-item .testimonial-inner {
    display: flex;
    align-items: center;
    background: var(--bs-light);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.testimonial .testimonial-item .testimonial-inner img {
    width: 100px;
    height: 100px;
    border-radius: 100px;
    border: 4px solid var(--bs-white);
}

.testimonial-carousel .owl-dots {
    display: flex;
    justify-content: center;
}

.testimonial-carousel .owl-dots .owl-dot {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    margin: 20px 10px 0 10px;
    background: var(--bs-primary);
    transition: 0.5s;
}

.testimonial-carousel .owl-dots .owl-dot.active {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background: var(--bs-secondary);
    transition: 0.5s;
}

.testimonial-carousel .owl-dots .owl-dot span {
    position: relative;
    margin-top: 50%;
    margin-left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.testimonial-carousel .owl-dots .owl-dot.active span::after {
    background: var(--bs-primary);
}

.testimonial-carousel .owl-dots .owl-dot span::after {
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 15px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--bs-white);
    transition: 0.5s;
}


/*** Testimonial End ***/


/*** Contact Start ***/

.contact .contact-add-item {
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--bs-light);
}

.contact .contact-add-item .contact-icon {
    width: 90px;
    height: 90px;
    border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bs-secondary);
    background: var(--bs-primary);
    animation-name: icon-animat;
    animation-duration: 5s;
    animation-delay: 1s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    transition: 0.5s;
}


/*** Contact End ***/


/*** Footer Start ***/

.footer {
    background: var(--bs-dark);
}

.footer .footer-item a {
    line-height: 35px;
    color: white;
    transition: 0.5s;
}

.footer .footer-item p {
    line-height: 35px;
    color: white;
}

.footer .footer-item a:hover {
    letter-spacing: 1px;
    /* color: var(--bs-primary); */
    color: #92f3de;
}

.text-body-footer {
    color: white;
}

.footer .footer-item .footer-btn a,
.footer .footer-item .footer-btn a i {
    transition: 0.5s;
}

.footer .footer-item .footer-btn a:hover {
    background: var(--bs-white);
}

.footer .footer-item .footer-btn a:hover i {
    color: var(--bs-primary) !important;
}


/*** Footer End ***/


/*** copyright Start ***/

.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: var(--bs-dark);
}


/*** copyright end ***/


/* Start of the all cars page */

.filter-padding {
    padding-top: 10px;
    padding-bottom: 45px;
}

.filter-dropdown {
    direction: rtl;
}

.gallery {
    /* padding-top: 150px;
    padding-bottom: 150px; */
}

.gallery .container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 40px;
    position: relative;
}

.gallery .container .box {
    /* border: 15px solid white; */
    box-shadow: 0px 12px 20px 0px rgb(0 0 0 / 13%), 0px 2px 4px 0px rgb(0 0 0 / 12%);
}

.gallery .container .box .top-div {
    position: relative;
}

.gallery .container .box .image {
    position: relative;
    overflow: hidden;
}

.gallery .container .box .image img {
    object-fit: cover;
    width: 100%;
    height: 190px;
}

.gallery .container .box .image::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: rgb(255 255 255 / 20%);
    width: 0;
    height: 0;
    opacity: 0;
    z-index: 2;
}

.gallery .container .box .image:hover::before {
    animation: falshing 0.7s;
    -webkit-animation: falshing 0.7s;
}

.gallery .container .box .image:hover img {
    transform: rotate(5deg) scale(1.1);
    -webkit-transform: rotate(5deg) scale(1.1);
    -moz-transform: rotate(5deg) scale(1.1);
    -ms-transform: rotate(5deg) scale(1.1);
    -o-transform: rotate(5deg) scale(1.1);
}

.gallery .container .box img {
    max-width: 100%;
    transition: var(--main-transition);
    -webkit-transition: var(--main-transition);
    -moz-transition: var(--main-transition);
    -ms-transition: var(--main-transition);
    -o-transition: var(--main-transition);
}

.gallery .container .box .car_name {
    margin: 40px 15px 10px;
}

.gallery .container .box .car_name h4 {
    font-size: 17px;
}

.gallery .container .box .car_name h5 {
    font-size: 15px;
}

.gallery .container .box .car_name h4,
.gallery .container .box .car_name h5 {
    color: #212529;
    font-weight: 300;
    font-family: "Roboto", sans-serif;
}

.gallery .container .box .price_label {
    background: linear-gradient(to top right, rgba(53, 41, 109, .75) 0, #e9e0ec 100%);
    height: 60px;
    width: 99px;
    border-top-left-radius: 30px;
    position: absolute;
    bottom: 0;
    right: 0;
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.gallery .container .box .price_label .currency {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 10px;
}

.gallery .container .box .price_label .price_total {
    font-size: 22px;
    margin-bottom: 5px;
    font-weight: 600;
    clear: both;
}

.gallery .container .box .price_label .month-year {
    position: absolute;
    width: 100%;
    bottom: 5px;
    right: 0;
    font-size: 10px;
}

.gallery .container .box .owner_label {
    width: 150px;
    left: 60px;
    bottom: -15px;
    padding: 5px;
    z-index: 1;
    position: absolute;
    background: #fff;
    border-radius: 25px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
}

.gallery .container .box .owner_label h6 {
    text-align: left;
    font-size: 14px;
    color: #858585;
    margin-left: 15px;
    margin-bottom: 0;
}

.gallery .container .box img.owner_image {
    position: absolute;
    bottom: -30px;
    left: 15px;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border: 2px solid #fff;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 1;
}


/* End of the all cars page */


/* Pagination Start */

.pagination-custom {
    justify-content: center;
    display: flex;
    margin: 55px 0;
}


/* Pagination End */


/* Start the each car Page */

.containerOfEachCar {
    direction: rtl;
    background-color: #f5f5f5;
    padding-top: var(--section-padding-top);
    padding-bottom: var(--section-padding-bottom);
}

.containerOfEachCar .carDetails {
    background-color: white;
    border-radius: 20px;
    padding: 20px 30px;
    direction: rtl;
}

.containerOfEachCar .carDetails .carDetailsTitle h1 {
    color: #393999;
    font-weight: 700;
}

.containerOfEachCar .carDetails .carDetailsTitle h2 {
    font-size: 28px;
    color: #4d4d4d;
    margin-bottom: 20px;
}

.containerOfEachCar .carDetails .carDetailsTitle .carDesc {
    font-size: 18px;
    color: #4d4d4d;
    margin-bottom: 20px;
}

.containerOfEachCar .carDetails .carDetailsTitle .carPriceHeading {
    padding: 5px 10px !important;
    background: #35296d;
    color: #fff;
    border-radius: 5px 5px 0 0;
    margin-bottom: 13px;
}

.containerOfEachCar .carDetails .carDetailsTitle p {
    margin: 0;
    font-size: 19px;
}

.containerOfEachCar .carDetails .carDetailsTitle .carPrice {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.containerOfEachCar .secSection {
    /* direction: rtl; */
    padding: 40px 17px;
}

.containerOfEachCar .secSection .section-background {
    background: #ffffff;
    margin: 30px 0;
    padding: 30px;
}

.containerOfEachCar .secSection .titleOfSpecefications {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 20px;
}

.containerOfEachCar .secSection .owner_details {
    display: flex;
    gap: 20px;
    align-items: center;
}

.containerOfEachCar .secSection .owner_details .owner_image {
    width: 85px;
    height: 75px;
    border-radius: 40px;
    border: 1px solid #e4e4e4;
    object-fit: contain;
}

.containerOfEachCar .secSection .titleOfSpecefications i {
    margin-left: 17px;
}

.containerOfEachCar .secSection .titleOfSpecefications span {
    font-size: 20px;
    color: #050a57;
    font-weight: 600;
}

.containerOfEachCar .secSection .carDetsilsinSpecefications .row {
    padding: 10px 8px;
}

@media (max-width:676px) {
    .containerOfEachCar .secSection .carDetsilsinSpecefications .row {
        padding: 30px 8px;
    }
}

.containerOfEachCar .secSection .carDetsilsinSpecefications .background-Grey {
    background-color: #ececec;
}

.containerOfEachCar .secSection .carDetsilsinSpecefications .background-white {
    background-color: white;
}

.containerOfEachCar .secSection .carDetsilsinSpecefications .row span {
    font-weight: 500;
    font-size: 17px;
}

.containerOfEachCar .secSection .carDetsilsinSpecefications .row i {
    margin-left: 10px;
}

@media (max-width: 676px) {
    .containerOfEachCar .secSection .carDetsilsinSpecefications .row .insideDetails {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-items: center;
        gap: 10px;
    }
}

.secSection .reviews-section .review-card {
    margin: 20px 0;
    display: flex;
    gap: 23px;
    align-items: center;
    padding: 19px 27px;
    border-radius: 17px;
}

.secSection .reviews-section .review-card .review-image {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}

.secSection .reviews-section .review-card .review-comment {
    margin-right: 15px;
    position: relative;
    padding: 20px;
    font-size: 14px;
    color: #858585;
    background: #f5f5f5;
    margin-bottom: 5px;
    flex-grow: 1;
}

.secSection .reviews-section .review-card .review-comment::after {
    content: "";
    position: absolute;
    top: 0;
    border-top: 17px solid #f5f5f5;
    border-left: 17px solid transparent;
    border-right: 17px solid transparent;
    right: 0px;
    margin: 0 -15px 0 0;
}


/* End the each car Page */


/* Start All cars page Sale label*/

.wdp-ribbon {
    display: inline-block;
    padding: 2px 15px;
    position: absolute;
    right: 0px;
    top: 20px;
    line-height: 24px;
    height: 24px;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    border-radius: 0;
    text-shadow: none;
    font-weight: normal;
    background-color: #c00303 !important;
}

.wdp-ribbon-five {
    background: #c00303;
    right: 10px;
    top: 10px;
    padding: 0px;
    height: 60px;
    width: 60px;
    text-align: center;
    vertical-align: middle;
    line-height: 60px;
    border-radius: 50%;
    color: white;
}


/* End All cars page */


/* Navbar Styles */

.navbar-collapse {
    display: flex;
    flex-direction: column;
}

@media (max-width: 991.98px) {
    .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: white;
        padding: 1rem;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        z-index: 1000;
    }

    .navbar-nav {
        width: 100%;
        text-align: center;
    }

    .navbar-nav .nav-link {
        padding: 0.5rem 0;
    }

    .ms-auto.d-flex {
        margin: 1rem auto;
        justify-content: center;
    }
}

@media (min-width: 992px) {
    .navbar-collapse {
        flex-direction: row;
        justify-content: space-between;
    }
}

.navbar-toggler {
    display: none;
}

.navbar-toggler-icon {
    display: none;
}

.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.custom-toggler.navbar-toggler {
    border-color: rgb(0, 0, 0);
}

#dateSearchForm {
    text-align: center;
    margin-top: 75px;
}

#dateSearchForm>div>div.col-md-2 {
    text-align: left;
}

/* Car register mmodal */
.image-width {
    max-width: 165px;
    margin-bottom: 30px;
}

.modal-header {
    direction: rtl;
}

.modal-header .close {
    color: #ffffff;
    opacity: 1;
    transition: transform 0.3s ease;
    align-items: center;
    display: flex;
    justify-content: center;
    width: 25px;
    height: 25px;
    border-radius: 5px;
    font-size: 19px;
    border: 1px solid #42b993;
    background-color: #42b993;
}

.modal-header .close:hover {
    transform: rotate(90deg);
}