/* window scroll css start */

::-webkit-scrollbar {
    width: 3px;
}

::-webkit-scrollbar-track {
    background-color: #ebebeb;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 20px;
    border-radius: 20px;
    background: #f95d1d;
}


/* window scroll css end */


/* Homepage slider css start */

.animeslide-bottom {
    position: absolute;
    top: 50%;
    width: 100%;
    border-radius: 8px;
    z-index: 1;
    padding: 35px 35px;
    font-size: 14px;
}

.animeslide-button-next,
.animeslide-button-prev {
    outline: none;
    background-color: #f35a2a4d;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    border: 2px solid #f35a2a;
    color: white;
}

.animeslide-button-next::after,
.animeslide-button-prev::after {
    font-size: 20px;
}

.animeslide-button-next:hover,
.animeslide-button-prev:hover {
    background-color: #b34220;
    color: white;
    transition: all 0.2s ease-out;
}

.animeslide-button-next::hover,
.animeslide-button-prev::hover {
    color: #ce0e2c;
}


/* Homepage slider css end */

.advantage-head::after {
    content: "ZEN RENT A CAR";
    font-size: 90px;
    color: #f45b2a12;
    font-weight: 700;
    position: absolute;
    left: 0;
    right: 0;
    top: -48px;
}

section.why-choose-us {
    background-image: url("..//images/who-royal-bg.jpg");
    background-color: rgba(0, 0, 0, 0.9);
    background-size: 50% 125%;
    background-position: right;
    background-repeat: no-repeat;
}

.sec-head::after {
    content: "W";
    font-size: 90px;
    color: #d8d8d812;
    font-weight: 700;
    position: absolute;
    left: 0;
    right: 0;
    top: -48px;
}

.offer-sec-head::after {
    content: "V";
    font-size: 200px;
    color: #f45b2a85;
    font-weight: 700;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 0;
}

.offer-rewst-this {
    background: #f95d1d;
    top: calc(100% - 70px);
    left: 0;
    position: absolute;
    transition: all 0.2s linear;
    /* Add a smooth transition effect */
}

.best-offer-single:hover .offer-rewst-this {
    top: 100%;
    /* position: relative; */
    padding: 12px 0px;
}

.bestvehicles::after {
    content: "A";
    font-size: 200px;
    color: #f45b2a1f;
    font-weight: 700;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 0;
}

.faq-sec-head::after {
    content: "Q";
    font-size: 200px;
    color: #fdebe6;
    font-weight: 700;
    position: absolute;
    left: 200px;
    right: 0;
    top: -1px;
}

.testimonial-sec-head::after {
    content: "\f10d";
    font-family: fontawesome;
    font-size: 200px;
    color: #fdebe6;
    font-weight: 700;
    position: absolute;
    left: 0px;
    right: 0;
    top: -50px;
}


/* \type card css */

.slider-buttton {
    letter-spacing: 1.29px;
    border: solid 1px #ffffff;
    color: #ffffff;
    text-decoration: none;
}

.avaiablity h1::before {
    content: "";
    background: #f95d1d;
    border-radius: 8px;
    width: 50px;
    height: 4px;
    position: absolute;
    margin-top: 2rem;
}

.typecard {
    position: relative;
    width: 409px;
    min-width: 409px;
    max-width: 409px;
    height: 343px;
    min-height: 343px;
    max-height: 343px;
    border-radius: 14px;
    overflow: hidden;
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 20px 20px 60px #bebebe, -20px -20px 60px #ffffff;
}

.typecard img {
    height: 243px;
    width: 389px;
}

.typebg {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 400px;
    height: 332px;
    padding: 5px;
    z-index: 2;
    background: white;
    backdrop-filter: blur(0);
    border-radius: 10px;
    overflow: hidden;
    outline: 2px solid white;
}

.typeblob {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 181px;
    border-radius: 50%;
    background-color: black;
    opacity: 1;
    filter: blur(12px);
    animation: blob-bounce 5s infinite ease;
}

@keyframes blob-bounce {
    0% {
        transform: translate(-100%, -100%) translate3d(0, 0, 0);
    }
    25% {
        transform: translate(-100%, -100%) translate3d(100%, 0, 0);
    }
    50% {
        transform: translate(-100%, -100%) translate3d(100%, 100%, 0);
    }
    75% {
        transform: translate(-100%, -100%) translate3d(0, 100%, 0);
    }
    100% {
        transform: translate(-100%, -100%) translate3d(0, 0, 0);
    }
}

input[type=radio] {
    appearance: none;
    padding: 10px;
    background-color: white;
    border-radius: 50%;
    border: 1px solid gray;
}

input[type=radio]:checked {
    background-color: #f95d1d;
    border-color: white !important;
}

input[type=checkbox] {
    color: #f95d1d;
    vertical-align: middle;
    -webkit-appearance: none;
    background: none;
    border: 0;
    outline: 0;
    flex-grow: 0;
    border-radius: 50%;
    background-color: white;
    transition: background 300ms;
    cursor: pointer;
}


/* Pseudo element for check styling */

input[type=checkbox]::before {
    content: "";
    color: transparent;
    display: block;
    width: inherit;
    height: inherit;
    border-radius: inherit;
    border: 0;
    background-color: transparent;
    background-size: contain;
    box-shadow: inset 0 0 0 1px #CCD3D8;
}


/* Checked */

input[type=checkbox]:checked {
    background-color: currentcolor;
}

input[type=checkbox]:checked::before {
    box-shadow: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E %3Cpath d='M15.88 8.29L10 14.17l-1.88-1.88a.996.996 0 1 0-1.41 1.41l2.59 2.59c.39.39 1.02.39 1.41 0L17.3 9.7a.996.996 0 0 0 0-1.41c-.39-.39-1.03-.39-1.42 0z' fill='%23fff'/%3E %3C/svg%3E");
}


/* Disabled */

input[type=checkbox]:disabled {
    background-color: #CCD3D8;
    opacity: 0.84;
    cursor: not-allowed;
}


/* IE */

input[type=checkbox]::-ms-check {
    content: "";
    color: transparent;
    display: block;
    width: inherit;
    height: inherit;
    border-radius: inherit;
    border: 0;
    background-color: transparent;
    background-size: contain;
    box-shadow: inset 0 0 0 1px #CCD3D8;
}

input[type=checkbox]:checked::-ms-check {
    box-shadow: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E %3Cpath d='M15.88 8.29L10 14.17l-1.88-1.88a.996.996 0 1 0-1.41 1.41l2.59 2.59c.39.39 1.02.39 1.41 0L17.3 9.7a.996.996 0 0 0 0-1.41c-.39-.39-1.03-.39-1.42 0z' fill='%23fff'/%3E %3C/svg%3E");
}

.cardcontent {
    z-index: 99;
    padding: 10px;
    position: relative;
}

.custom-img {
    position: relative;
    background-image: url("..//images/newsletter-bg.jpg");
    background-size: cover;
    background-position: center;
}

.custom-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    /* Adjust the last value (0.5) for the opacity of the overlay */
}

.bg-footer {
    background-image: url("..//images/footer.jpg");
}


/* popular car css */


/* CSS class for .listing-item */

.listing-item {
    position: relative;
    background: white;
    border-radius: 10px;
}


/* CSS class for .listing-item with margin and padding */

.listing-item-with-margin-padding {
    margin: 0 0 24px 20px;
}


/* CSS class for .listing-img */

.listing-img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}


/* CSS class for .listing-img with margin and padding */

.listing-img-with-margin-padding {
    margin: 0 0 10px;
}


/* CSS class for .listing-img img */

.listing-img img {
    border-radius: 10px;
    width: 100%;
    transform: translateZ(0);
    transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
}


/* CSS class for .fav-item */

.fav-item {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    margin: 0 15px;
    z-index: 1;
    /* Add display: flex and justify-content here */
    font-size: 14px;
    /* Add animation effect here */
}


/* CSS class for .fav-item with responsive font size */

.fav-item-responsive {
    font-size: 13px;
}


/* CSS class for .fav-item .featured-text */

.fav-item .featured-text {
    background: white;
    border-radius: 5px;
    min-width: 75px;
    margin: 0 5px 0 15px;
    font-size: 14px;
    color: sandstone;
    /* Add display: flex and justify-content here */
}


/* CSS class for .fav-item .featured-text with responsive font size */

.fav-item .featured-text-responsive {
    font-size: 12px;
}


/* CSS class for .fav-item .fav-icon */

.fav-item .fav-icon {
    width: 26px;
    height: 26px;
    /* Add display: flex and justify-content here */
    border-radius: 50%;
    color: white;
    border: 1px solid white;
}


/* CSS class for .fav-item .fav-icon.selected */

.fav-item .fav-icon.selected {
    background-color: primarycolor;
    border: 1px solid primarycolor !important;
    color: #fff;
}


/* CSS class for .listing-img:hover img */

.listing-img:hover img {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    transform: scale(1.15);
}


/* CSS class for .listing-title a:hover */

.listing-title a:hover {
    color: darkblue !important;
}


/* CSS class for .listing-content */

.listing-content {
    margin-top: 15px;
}


/* CSS class for .listing-features */

.listing-features {
    position: relative;
    border-bottom: 1px solid red;
    /* Add margin and padding styles here */
}


/* CSS class for .author-img */

.author-img {
    position: absolute;
    top: -35px;
    z-index: 2;
    right: 15px;
    border-radius: 50px;
}


/* CSS class for .author-img img */

.author-img img {
    width: 35px;
    height: 35px;
    /* Add inline-flex and border styles here */
}


/* CSS class for .listing-title */

.listing-title {
    margin-bottom: 5px;
    font-size: 20px;
}


/* CSS class for .listing-title a */

.listing-title a {
    font-weight: semibold;
    color: lightgray;
    /* Add inline-flex styles here */
}


/* CSS class for .listing-title a with responsive font size */

.listing-title a-responsive {
    font-size: 18px;
}


/* CSS class for h6 */

h6 {
    font-size: 15px;
    color: grey;
    font-weight: regular;
}


/* CSS class for .list-rating i */

.list-rating i {
    color: warningcolor;
    font-size: 1px4;
    /* Add responsive font size here */
}


/* CSS class for .list-rating span */

.list-rating span {
    font-weight: medium;
    color: sandstone;
    /* Add margin styles here */
}


/* CSS class for .listing-details-group ul li */

.listing-details-group ul li {
    /* Add display-flex styles here */
    -ms-flex: 33.33%;
    flex: 33.33%;
    max-width: 33.33%;
}


/* CSS class for .listing-details-group ul li p */

.listing-details-group ul li p {
    color: grey;
    /* Add margin styles here */
}


/* CSS class for .listing-location-details */

.listing-location-details {
    background: lightcoral;
    /* Add display-flex-center-between and margin-padding styles here */
}


/* CSS class for .listing-price span */

.listing-price span {
    margin-right: 7px;
    line-height: 0;
}


/* CSS class for .listing-price h6 */

.listing-price h6 {
    font-weight: bold;
    /* Add responsive font size here */
}


/* CSS class for .listing-price h6 span */

.listing-price h6 span {
    color: lawngreen;
    /* Add responsive font size here */
}


/* CSS class for .listing-button .btn-order */

.listing-button .btn-order {
    /* Add display-flex-center and justify-content styles here */
    background: gray;
    /* Add other styles here */
}


/* CSS class for .btn-order:hover */

.btn-order:hover {
    background-color: darkblue !important;
    color: white;
    border-radius: 5px;
}

@media only screen and (max-width: 768px) {
    .animeslide-slide {
        min-height: 600px;
    }
    .animated-div {
        max-height: 270px;
        padding: 20px;
    }
    .animeslide-heading {
        font-size: 25px;
    }
    .animeslide-heading span {
        font-size: 25px;
    }
    .animeslide-desc {
        font-size: 18px;
    }
    .animeslide-bottom {
        right: 0;
        top: 25%;
    }
    .cardcontent {
        padding: 5px;
    }
    .typecard {
        position: relative;
        width: 333px;
        min-width: 333px;
        max-width: 333px;
        height: 343px;
        min-height: 343px;
        max-height: 343px;
        border-radius: 14px;
        overflow: hidden;
        background-color: white;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        box-shadow: 20px 20px 60px #bebebe, -20px -20px 60px #ffffff;
    }
    .typecard img {
        height: 183px;
        width: auto;
    }
    .typebg {
        position: absolute;
        top: 5px;
        left: 5px;
        width: 324px;
        max-width: 324;
        min-width: 324px;
        height: 334px;
        max-height: 334px;
        min-height: 334px;
        padding: 5px;
        z-index: 2;
        background: white;
        backdrop-filter: blur(0);
        border-radius: 10px;
        overflow: hidden;
        outline: 2px solid white;
    }
    .typeblob {
        position: absolute;
        z-index: 1;
        top: 50%;
        left: 50%;
        width: 100%;
        height: 181px;
        border-radius: 50%;
        background-color: black;
        opacity: 1;
        filter: blur(12px);
        animation: blob-bounce 5s infinite ease;
    }
}


/* preloader - start
================================================== */

.preloader {
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: flex;
    z-index: 9000;
    cursor: default;
    position: fixed;
    align-items: center;
    justify-content: center;
}

.preloader.loaded {
    visibility: hidden;
}

.preloader .animation_preloader {
    z-index: 10000;
}

.preloader .spinner {
    width: 9em;
    height: 9em;
    margin: auto;
    margin-bottom: 30px;
    border-radius: 100%;
    animation: spinner 1s infinite linear;
    border: 3px solid rgba(255, 255, 255, 0.8);
    border-top-color: #f95d1d;
}

.preloader p {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 8px;
    text-transform: uppercase;
}

.preloader .loader {
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    font-size: 0;
    position: fixed;
    pointer-events: none;
}

.aboutpagespan {
    font-weight: 500;
    font-size: 28px;
    color: #ffffff;
    display: inline-block;
    margin: 250px -130px;
    transform: rotate(-90deg);
}

.preloader .loader_section {
    padding: 0px;
}

.preloader .bg {
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0e0d0d;
    transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}

.price-tag {
    position: absolute;
    bottom: 2px;
    right: 2px;
}

.preloader.loaded .animation_preloader {
    opacity: 0;
    transition: 0.3s ease-out;
}

.preloader.loaded .loader_section .bg {
    width: 0;
    transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
}

@keyframes spinner {
    to {
        transform: rotateZ(360deg);
    }
}

@media screen and (max-width: 767px) {
    .preloader .animation_preloader .spinner {
        height: 8em;
        width: 8em;
    }
}

@media screen and (max-width: 500px) {
    .preloader .animation_preloader .spinner {
        height: 7em;
        width: 7em;
    }
}

.mySwiper .swiper-slide {
    opacity: 0.4;
}

.mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}

.swiper-button-next.detail:after,
.swiper-rtl .swiper-button-prev.detail:after {
    content: '';
}

.swiper-button-prev.detail:after,
.swiper-rtl .swiper-button-next.detail:after {
    content: '';
}

.swiper-slide.detail-main {
    max-height: 450px !important;
    min-height: 450px !important;
    overflow: hidden;
}

.swiper-slide.detail-thumb img {
    max-height: 130px !important;
    min-height: 130px !important;
    width: 100%;
}

@media only screen and (max-width:768px) {
    .swiper-slide.detail-main {
        max-height: 270px !important;
        min-height: 270px !important;
        overflow: hidden;
    }
    .swiper-slide.detail-thumb img {
        max-height: 75px !important;
        min-height: 75px !important;
        width: 100%;
    }
    section.why-choose-us {
        background-size: cover;
    }
    .r-about-info-content {
        background-color: rgba(0, 0, 0, 0.9);
        padding: 15px;
        border-radius: 5px;
    }
    .faq-sec-head::after {
        font-size: 80px;
        left: 0;
    }
    .testimonial-sec-head::after {
        font-size: 88px;
        top: -20px;
    }
}