:root {
    --main_color: rgb(00, 60, 134);/*rgb(205, 95, 5);*/
    --font_color: #000C21;
    --sub_color: #580600e8;
    --sub_font_color: #ecba00;
}

.bg-main-color {
    background: var(--main_color);
}

.border-main-color {
    border-color: var(--main_color);
}

.main-font-color {
    color: var(--font_color);
}

.sub-font-color {
    color: var(--main_color);
    color: white;
}

/*------scroll bar---------------------*/

::-webkit-scrollbar {
    width: 5px;
    height: 7px;
}

::-webkit-scrollbar-button {
    width: 0;
    height: 0;
}

::-webkit-scrollbar-thumb {
    background: #525965;
    border: 0 none #ffffff;
    border-radius: 0;
}

::-webkit-scrollbar-thumb:hover {
    background: #525965;
}

::-webkit-scrollbar-thumb:active {
    background: #525965;
}

::-webkit-scrollbar-track {
    background: transparent;
    border: 0 none #ffffff;
    border-radius: 50px;
}

::-webkit-scrollbar-track:hover {
    background: transparent;
}

::-webkit-scrollbar-track:active {
    background: transparent;
}

::-webkit-scrollbar-corner {
    background: transparent;
}

/*------scroll bar---------------------*/

body {
    overflow-x: hidden !important
}

.logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 5rem;
    text-align: center;
    width: 15rem
}

.logo h2 {
    font-family: Goldman, cursive, Tajawal, sans-serif;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.75rem;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
}

.logo h2 span {
    font-size: 1.5rem;
    line-height: 2rem;
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity))
}

@media (min-width: 640px) {
    .logo h2 {
        font-size: 1.5rem;
        line-height: 2rem
    }

    .logo h2 span {
        font-size: 1.875rem;
        line-height: 2.25rem
    }
}

/* start web */

.main-menu {
    --tw-bg-opacity: 1;

    /*background-color: rgb(177 0 0);*/
    border-color: rgb(177 0 0, var(--tw-border-opacity));

    background-color: rgba(255, 255, 255);
    /*  , var(--tw-bg-opacity)*/
    --tw-border-opacity: 1;
    /*border-color: rgb(140, 87, 30, var(--tw-border-opacity));*/
    border-top-width: 4px;
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 5rem;
    width: 100%;
    z-index: 50
}

@media (min-width: 768px) {
    .main-menu {
        display: flex !important;
        flex-direction: row;
        justify-content: space-between;
        position: relative;
        top: 0px
    }
}

@media (min-width: 1280px) {
    .main-menu {
        width: 75%
    }
}

.main-menu .menu li {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    position: relative
}

.main-menu .menu li a {
    font-family: Roboto, sans-serif, Scheherazade, serif;
    font-weight: 500;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 2rem;
    padding-right: 2rem;
    position: relative;
    text-transform: uppercase;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1)
}

@media (min-width: 768px) {
    .main-menu .menu li a {
        font-size: 0.75rem;
        line-height: 1rem;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        padding-top: 1.75rem;
        padding-bottom: 1.75rem
    }
}

@media (min-width: 1024px) {
    .main-menu .menu li a {
        font-size: 0.875rem;
        line-height: 1.25rem;
        padding-left: 0.25rem;
        padding-right: 0.25rem
    }
}

@media (min-width: 1280px) {
    .main-menu .menu li a {
        font-size: 1rem;
        line-height: 1.5rem;
        padding-left: 2rem;
        padding-right: 2rem
    }
}

.main-menu .menu li a::after {
    content: "";
    --tw-bg-opacity: 1;
    background-color: rgb(140, 87, 30, var(--tw-bg-opacity));
    height: 0.25rem;
    position: absolute;
    bottom: 0px;
    right: 0.125rem;
    left: -0.125rem;
    width: 0px;
    transition-duration: 300ms
}

.main-menu .menu li:hover > a {
    --tw-text-opacity: 1;
    color: rgb(140, 87, 30, var(--tw-text-opacity))
}

.main-menu .active, .car-details-section1 .active {
    --tw-text-opacity: 1;
    color: rgb(140, 87, 30, var(--tw-text-opacity));
}

.main-menu .menu li:hover > a::after {
    left: 0px;
    right: auto;
    width: 100%;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1)
}

.sub-menu li a {
    font-size: 0.85rem !important;
    padding-top: .75rem !important;
    padding-bottom: .75rem !important;
    text-align: justify;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
}

.main-menu .menu li > .sub-menu {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
    font-size: 0.875rem;
    line-height: 1.25rem;
    opacity: 0;
    position: absolute;
    right: 0px;
    left: 0px;
    top: 5rem;
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    visibility: hidden;
    z-index: 20;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 500ms
}

.main-menu .menu li:hover > .sub-menu {
    top: 3.125rem;
    opacity: 1;
    visibility: visible
}

@media (min-width: 768px) {
    .main-menu .menu li > .sub-menu {
        top: 5rem;
        width: 14rem
    }

    .main-menu .menu li:hover > .sub-menu {
        top: 4rem;
    }
}

.social li {
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms
}

@media (min-width: 1024px) {
    .social li {
        font-size: 1rem;
        line-height: 1.5rem;
        padding-left: 1.25rem;
        padding-right: 1.25rem
    }
}

.social li:hover {
    transform: rotateY(-180deg);
    --tw-text-opacity: 1;
    color: rgb(140, 87, 30, var(--tw-text-opacity))
}

.overlay {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px
}

.bg-overlay {
    background-color: rgba(0, 0, 0, .6);
}

.parallax {
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    position: relative
}

.hero-parallax {
    /* The image used */
    background-image: url("/New/assets/img/clipart.png");
    /* Full height */
    /*min-height: 100vh*/
}

.sub-hero-parallax {
    background-image: url("/New/assets/img/clipart.png");
    height: 35vh;
}

.sub-hero-parallax-home {
    background-image: url("/New/assets/img/clipart.png");
    height: 35vh;
}

.sub-hero-parallax-branch {
    background-image: url("/New/assets/img/transparent.png");
    height: 35vh;
}

.sub-hero-parallax-contact {
    background-image: url("/New/assets/img/Toyota.jpg");
    height: 35vh;
}

.sub-hero-parallax-about {
    background-image: url("/New/assets/img/inventorycar.png");
    height: 35vh;
}

.sub-hero-parallax-driver {
    background-image: url("/New/assets/img/FToyotalineup.jpg");
    height: 35vh;
}




.sub-parallax {
    /* The image used */
    /*background-image: url("/img/bg_00.png");*/
    /*background-color: #000000;*/

    background-color: #ffffff;
    /* Full height */
    min-height: 100vh;
}

.sub-parallax h1 {
    font-size: 1.875rem;
    line-height: 2.25rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    text-transform: uppercase
}

.img-about {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    width: 83.333333%
}

@media (min-width: 1024px) {
    .sub-parallax h1 {
        font-size: 3rem;
        line-height: 1
    }

    .img-about {
        width: 60%
    }
}

.banner-content {
    width: 100%
}

@media (min-width: 640px) {
    .banner-content {
        max-width: 640px;
    }
}

@media (min-width: 768px) {
    .banner-content {
        max-width: 768px;
    }
}

@media (min-width: 1024px) {
    .banner-content {
        max-width: 1024px;
    }
}

@media (min-width: 1280px) {
    .banner-content {
        max-width: 1280px;
    }
}

@media (min-width: 1536px) {
    .banner-content {
        max-width: 1536px;
    }
}

.banner-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: left;
    /*    justify-content: center;*/
    margin: auto;
    /*min-height: 100vh;*/
    position: relative;
    top: 3rem;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}

@media (min-width: 1024px) {
    .banner-content {
        flex-direction: row;
        top: 200px
    }

    .banner-content:nth-of-type(even) {
        flex-direction: row-reverse
    }
}

.hero-content {
    padding-left: 2rem;
    padding-right: 2rem
}

.h1 {
    font-weight: 700;
    font-size: 1.875rem;
    line-height: 2.25rem;
    margin-top: 1rem;
    margin-bottom: 1rem
}

.h3 {
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 2rem;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem
}

.button {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    height: 4rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    overflow: hidden;
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.05em;
    width: 10rem
}

#button-slide {
    cursor: pointer;
    overflow: hidden;
    position: relative
}

#button-slide p {
    font-family: Roboto, sans-serif, Scheherazade, serif;
    position: relative;
    text-transform: uppercase;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    transition-duration: 500ms
}

#slide {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
    border-width: 2px;
    height: 100%;
    position: absolute;
    bottom: 0px;
    left: -12rem;
    width: 100%;
    /*color: black;*/
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    transition-duration: 500ms
}

#button-slide:hover #slide {
    left: 0px
}

#button-slide:hover p {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity))
}

.hero-booking {
    --tw-bg-opacity: 1;
    background-color: rgb(247, 218, 85, var(--tw-bg-opacity));
    /*    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));*/
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 3rem;
    padding-right: 3rem;
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    --tw-text-opacity: 1;
    color: white;
    /*color: rgba(75, 85, 99, var(--tw-text-opacity));*/
    width: 91.666667%
}

.hero-booking-new {
    --tw-bg-opacity: 1;
    background-color: rgb(140, 87, 30, var(--tw-bg-opacity));
    /*    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));*/
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 3rem;
    padding-right: 3rem;
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    --tw-text-opacity: 1;
    color: white;
    /*color: rgba(75, 85, 99, var(--tw-text-opacity));*/
    /*width: 91.666667%*/
}

@media (min-width: 1024px) {
    .h1 {
        font-size: 3.75rem;
        line-height: 1;
        margin-top: 2rem;
        margin-bottom: 2rem
    }

    .hero-content {
        width: 50%
    }

    .hero-booking {
        width: 80%
        /*        width: 33.333333%*/
    }
}

.form-web {
    padding-top: 1rem;
    padding-bottom: 1rem;
    width: 100%
}

.input-control {
    display: grid;
    margin-left: auto;
    margin-right: auto;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    grid-template-columns: repeat(1, minmax(0, 1fr))
}

.input-control label, .label {
    font-family: Lato, sans-serif;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.5rem;
    color: white;
    /*      color: var(--font_color);*/
}

@media (min-width: 768px) {
    .input-control {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
}

.input-web {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    border-width: 1px;
    font-size: 0.875rem;
    line-height: 1.25rem;
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
    outline: 2px solid transparent;
    outline-offset: 2px;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 1rem;
    padding-right: 1rem
}

.input-web::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
}

.input-web:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
}

.input-web::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
}

.input-web {
    width: 100%;
}

.input-web:focus-within {
    --tw-border-opacity: 1;
    border-color: rgb(140, 87, 30, var(--tw-border-opacity));
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.swiper-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.swiper-slide {
    /* Center slide text vertically */
    display: flex;
    justify-content: center;
    align-items: center;
}

.arrow {
    position: relative
}

.arrow .next-arrow::after,
.arrow .prev-arrow::after {
    /*content: '\f053';*/
    /*font-family: 'Font Awesome 5 Free';*/
    /*font-weight: bold;*/
}

.arrow .next-arrow::after, .arrow .prev-arrow::after {
    --tw-bg-opacity: 1;
    background-color: rgb(140, 87, 30, var(--tw-bg-opacity));
    display: flex;
    align-items: center;
    justify-content: center;
    height: 3rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin-bottom: 4rem;
    width: 3rem;
}

.arrow .next-arrow, .arrow .prev-arrow {
    display: flex;
    justify-content: flex-end;
    height: 100%;
    position: absolute;
    top: 0px;
    bottom: 0px;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
    width: 100%
}

.arrow .prev-arrow {
    left: -4rem
}

.filter-brightness {
    filter: brightness(.4);
}

h1, h2, h3, h4, h5, h6 {
    font-family: Nunito, sans-serif, Tajawal, sans-serif
}

.title {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    line-height: 2rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 100%;
    color: var(--font_color)
}

@media (min-width: 768px) {
    .title {
        font-size: 1.875rem;
        line-height: 2.25rem
    }
}

@media (min-width: 1024px) {
    .title {
        font-size: 3rem;
        line-height: 1
    }
}

.title h1 {
    margin-left: 1rem;
    margin-right: 1rem
}

.title h1:before,
.title h1:after {
    content: ''
}

.title h1:before, .title h1:after {
    height: 0.5rem;
    position: absolute;
    bottom: 0px;
    top: 1.25rem;
    width: 1.5rem;
    background: var(--main_color);
}

.title h1:before {
    margin-left: -4rem;
    margin-right: -4rem
}

.title h1:after {
    margin-left: 2.5rem;
    margin-right: 2.5rem
}

.flexWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%
}

.card {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
    border-width: 1px;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.card h4 {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms
}

.card:hover h4 {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity))
}

.card-car {
    font-size: 0.75rem;
    line-height: 1rem;
    position: relative;
    width: 14rem
}

.card-img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

@media (min-width: 768px) {
    .card-car {
        font-size: 0.875rem;
        line-height: 1.25rem;
        width: 15rem
    }

    /*.card-img {*/
    /*    @apply h-48*/
    /*}*/
}

@media (min-width: 1024px) {
    .card {
        margin-left: 1rem;
        margin-right: 1rem
    }

    .card-car {
        width: 16rem
    }

    /*.card-img {*/
    /*    @apply h-52*/
    /*}*/
}

@media (min-width: 1280px) {
    .card-car {
        width: 18rem
    }
}

.card-footer {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
    border-width: 1px;
    display: flex;
    justify-content: space-between
}

.card-footer > .table {
    font-size: 0.75rem;
    line-height: 1rem;
    max-width: 100%;
    text-align: center;
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
    width: 100%
}

.card-footer > .table td {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
    border-top-width: 1px;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem
}

.card-footer .table td + td {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
    border-left-width: 1px
}

.card-footer > .table td i {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity))
}

.btn-container {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem
}

.btn {
    border-radius: 0.125rem;
    border-width: 1px;
    font-family: Roboto, sans-serif, Scheherazade, serif;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 1rem;
    padding-right: 1rem;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms
}

.btn-main {
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
    background: var(--main_color);
    border-color: var(--main_color)
}

.btn-main:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity))
}

.btn-light {
    color: var(--main_color);
    background-color: transparent;
    font-size: 0.875rem;
    line-height: 1.25rem;
    border-color: var(--main_color)
}

.btn-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
}

.section-filter > div {
}

.section-filter p {
    font-family: Roboto, sans-serif, Scheherazade, serif;
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem
}

.discount {
    box-shadow: 0 0 6px var(--sub_color);
    background-color: var(--sub_color);
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.5rem;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
    width: 2.5rem
}

.range {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    border-radius: 9999px;
    border-width: 1px;
    height: 1rem;
    opacity: 0.7;
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    width: 100%;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms
}

.range:hover {
    opacity: 1
}

.range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    border-radius: 9999px;
    height: 1.5rem;
    width: 1.5rem;
    background: var(--main_color)
}

#discount-range {
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity))
}

.container-radio {
    display: flex;
    align-items: center
}

.container-radio label {
    margin: 0.5rem
}

.radio {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    border-radius: 9999px;
    border-width: 1px;
    height: 1.5rem;
    margin-left: 0.25rem;
    margin-right: 0.25rem;
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    width: 1.5rem;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transition-duration: 300ms
}

.radio:hover {
    opacity: 0.7;
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25
}

.radio:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity))
}

.show {
    height: 100%;
    opacity: 0;
    width: 100%;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms
}

.show span {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Goldman, cursive, Tajawal, sans-serif;
    height: 100%;
    font-size: 1.25rem;
    line-height: 1.75rem;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
}

.container-card-img {
    height: 10rem
}

.container-card-img:hover .show {
    opacity: 1
}

@media (min-width: 1024px) {
    .container-card-img {
        height: 14rem
    }
}

.car-details-section1 {
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    width: 100%
}

.car-details__title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 2rem;
    overflow: hidden
}

.car-details__price {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
    font-weight: 400;
    margin-left: -1rem;
    margin-right: -1rem;
    overflow: hidden;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    --tw-skew-x: -12deg
}

.car-details__price-inner {
    display: block;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    --tw-skew-x: 12deg
}

.car-details-section2 {
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    width: 100%
}

.car-details--info > div {
    border-width: 2px;
    display: flex;
    align-items: center;
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.car-details--info > div i {
    font-size: 3rem;
    line-height: 1;
    margin-left: 1rem;
    margin-right: 1rem;
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity))
}

.car-details--info > div p {
    font-size: 0.75rem;
    line-height: 1rem;
    text-transform: uppercase
}

.car-details--info > div b {
    font-size: 1.5rem;
    line-height: 2rem
}

.car-details--specification {
    border-width: 1px;
    padding: 1rem;
    text-transform: uppercase
}

.car-details--specification > div {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
    border-style: dotted;
    border-bottom-width: 1px;
    display: grid;
    font-size: 0.75rem;
    line-height: 1rem;
    padding: 1rem;
    grid-template-columns: repeat(2, minmax(0, 1fr))
}

.car-details--specification > div b {
    font-size: 0.75rem;
    line-height: 1rem
}

.car-details--specification > div p {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity))
}

.colors-car {
    display: flex;
    flex-wrap: wrap
}

.colors-car > span {
    border-radius: 9999px;
    height: 1rem;
    margin-left: 0.25rem;
    margin-right: 0.25rem;
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    width: 1rem
}

@media (min-width: 768px) {
    .car-details-section1 {
        padding-left: 0px;
        padding-right: 0px;
        width: 50%
    }

    .car-details-section2 {
        padding-left: 0px;
        padding-right: 0px;
        width: 20rem
    }
}

@media (min-width: 1024px) {
    .car-details__title {
        font-size: 1.875rem;
        line-height: 2.25rem
    }

    .car-details-section2 {
        width: 24rem
    }
}

.card-contact-us {
    width: 100%
}

.card-contact-us p {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem
}

.card-contact-us i {
    margin-left: 0.5rem;
    margin-right: 0.5rem
}

@media (min-width: 640px) {
    .card-contact-us {
        padding-left: 1rem;
        padding-right: 1rem
    }

    .card-contact-us p {
        font-size: 1.125rem;
        line-height: 1.75rem;
        width: 75%
    }
}

@media (min-width: 1024px) {
    .card-contact-us {
        margin-left: auto;
        margin-right: auto;
        width: 66.666667%
    }
}

footer i {
    margin-left: 0.5rem;
    margin-right: 0.5rem
}

.footer-content > div, .footer-content > a {
    display: flex;
    align-items: center;
    margin-top: 1rem;
    margin-bottom: 1rem;
    transition-duration: 300ms
}

.footer-content > div p {
    font-weight: 500
}

.footer-content > a i {
    font-size: 0.75rem;
    line-height: 1rem;
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
    transition-duration: 300ms
}

.footer-content > a:hover, .footer-content > a:hover i {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity))
}

.footer-content .social li {
    padding: 0.5rem
}

.footer-content .social li a {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2rem;
    width: 2rem
}

input:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.card-auth {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    --tw-bg-opacity: 0.2;
    border-radius: 1.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
    width: 91.666667%
}

.card-auth .card-header {
    font-family: Roboto, sans-serif, Scheherazade, serif;
    font-weight: 700;
    font-size: 1.875rem;
    line-height: 2.25rem;
    margin-bottom: 1.25rem;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.1em
}

/*.card-body {*/

/*    @apply w-3/4 m-auto*/

/*}*/

.card-auth .label {
    font-family: Nunito, sans-serif, Tajawal, sans-serif;
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding-left: 1rem;
    padding-right: 1rem
}

.card-auth .form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 9999px;
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
    /*  color: rgba(0,0,0, var(--tw-text-opacity));*/
    width: 100%
}

@media (min-width: 640px) {
    .card-auth {
        width: 28rem;
        padding-top: 3rem;
        padding-bottom: 3rem;
        padding-left: 5rem;
        padding-right: 5rem
    }

    .card-auth .card-header {
        font-size: 3rem;
        line-height: 1
    }
}

/* Tab content - closed */

.tab-content {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
    --tw-border-opacity: 1;
    border-color: rgb(140, 87, 30, var(--tw-border-opacity));
    border-left-width: 2px;
    line-height: 1.5;
    max-height: 0px;
    overflow: auto;
    width: 100%;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition-duration: 500ms
}

/* :checked - resize to full height */

.tab input:checked ~ .tab-content {
    max-height: 100vh
}

.tab-title {
    display: flex;
    justify-content: space-between;
    font-size: 0.875rem;
    line-height: 1.25rem
}

/* Label formatting when open */

.tab input:checked + .tab-title {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
    --tw-border-opacity: 1;
    border-color: rgb(140, 87, 30, var(--tw-border-opacity));
    border-left-width: 2px;
    font-weight: 600;
    padding: 1.5rem;
    --tw-text-opacity: 1;
    color: #FFB94E;
}

/* Icon */

.tab .tab-title::after {
    display: flex;
    align-items: baseline;
    justify-content: center;
    height: 2rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    width: 2rem;
    transition-duration: 300ms
}

/* Icon formatting - closed */

.tab input[type=checkbox] + .tab-title::after {
    content: "+";
    border-width: 1px; /*.border*/
    border-radius: 9999px; /*.rounded-full */
    border-color: #b8c2cc; /*.border-grey*/
}

/* Icon formatting - open */

.tab input[type=checkbox]:checked + .tab-title::after {
    transform: rotate(315deg);
    --tw-bg-opacity: 1;
    background-color: rgb(140, 87, 30, var(--tw-bg-opacity));
    --tw-border-opacity: 1;
    border-color: rgb(140, 87, 30, var(--tw-border-opacity));
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
}

@media (min-width: 768px) {
    .tab input:checked + .tab-title {
        /*font-size: 1.875rem;*/
        font-size: 1.0rem;
        line-height: 2.25rem
    }
}

.divider {
    border-bottom-width: 1px;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem
}

/*Checkboxes styles*/

.d-checkbox {
    display: none
}

.d-checkbox + label {
    cursor: pointer;
    display: block;
    font-family: Nunito, sans-serif, Tajawal, sans-serif;
    margin-bottom: 1rem;
    padding-left: 2rem;
    padding-right: 2rem;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.d-checkbox + label:last-child {
    margin-bottom: 0px
}

.d-checkbox + label:before {
    content: "";
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
    border-width: 1px;
    display: block;
    height: 1.25rem;
    opacity: 0.7;
    position: absolute;
    right: 0px;
    left: 0px;
    width: 1.25rem;
    transition-duration: 300ms
}

.d-checkbox:checked + label:before {
    border-top-color: transparent;
    border-left-color: transparent;
    border-radius: 0px;
    opacity: 1;
    right: 0px;
    left: 0.25rem;
    top: -0.25rem;
    width: 0.75rem;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    --tw-rotate: 45deg
}

.car-reservation .card-car {
    margin-left: auto;
    margin-right: auto;
    width: 91.666667%
}

.car-reservation .container-card-img {
    height: 15rem
}

.car-reservation-info {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
    font-size: 0.75rem;
    line-height: 1rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 1rem;
    width: 91.666667%
}

.car-reservation-info > div {
    padding-top: 1rem;
    padding-bottom: 1rem
}

@media (min-width: 640px) {
    .car-reservation .container-card-img {
        height: 15rem
    }

    .car-reservation-info {
        font-size: 0.875rem;
        line-height: 1.25rem
    }
}

.info-container {
    display: flex;
    justify-content: center
}

.info > div {
    display: flex;
    align-items: center;
    margin-top: 0.75rem;
    margin-bottom: 0.75rem
}

.info > div i {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity))
}

.booking-info {
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%
}

.booking-info-container {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(1, minmax(0, 1fr))
}

.booking-info-container-4 {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(1, minmax(0, 1fr))
}

.booking-info .label {
    font-size: 0.875rem;
    line-height: 1.25rem
}

.booking-info p {
    margin-top: 0.75rem;
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity))
}

.booking-info i {
    color: var(--font_color)
}

.info-price {
    width: 100%
}

.info-price > div {
    display: grid;
    align-items: baseline;
    gap: 1rem;
    grid-template-columns: repeat(2, minmax(0, 1fr))
}

.info-price > div p {
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity))
}

@media (min-width: 640px) {
    .booking-info-container {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }

    .booking-info-container-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr))
    }

    .info-price > div p {
        font-size: 1rem;
        line-height: 1.5rem
    }
}

@media (min-width: 768px) {
    .booking-info {
        /*width: 51%;*/
        padding-left: 0px;
        padding-right: 0px
    }

    .booking-info-container {
        grid-template-columns: repeat(1, minmax(0, 1fr))
    }

    .booking-info-container > div {
        display: grid;
        align-items: baseline;
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .booking-info-container-4 {
        grid-template-columns: repeat(1, minmax(0, 1fr))
    }

    .booking-info-container-4 > div {
        display: grid;
        align-items: baseline;
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
}

@media (min-width: 1024px) {
    .booking-info-container {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }

    .booking-info-container > div {
        display: block
    }

    .booking-info-container-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr))
    }

    .booking-info-container-4 > div {
        display: block
    }
}

@media (min-width: 1280px) {
    .booking-info .label, .info-price > div p {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }

    .info-price {
        width: 75%
    }
}

.branches-container > div {
    display: grid;
    font-size: 0.75rem;
    line-height: 1rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    grid-template-columns: repeat(4, minmax(0, 1fr))
}

.branches-container > div > label {
    font-weight: 600;
    font-size: 0.75rem;
    line-height: 1rem
}

@media (min-width: 640px) {
    .branches-container > div > label {
        font-size: 0.875rem;
        line-height: 1.25rem
    }
}

dialog[open] {
    -webkit-animation: appear 360ms ease-in-out;
    animation: appear 360ms ease-in-out;
}

dialog::-webkit-backdrop {
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.5), rgba(54, 54, 54, 0.5));
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
}

dialog::backdrop {
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.5), rgba(54, 54, 54, 0.5));
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
}

@-webkit-keyframes appear {
    from {
        opacity: 0;
        transform: translateY(-3rem);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes appear {
    from {
        opacity: 0;
        transform: translateY(-3rem);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* end web */


.bg-yellow-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(00, 60, 134);
    /*rgb(140, 87, 30);*/
}

.text-gray-900 {
    color: white;
    --tw-bg-opacity: 1;
    background-color: rgb(00, 60, 134);
    /*rgb(140, 87, 30);*/
}

.bg-yellow-700 {
    color: white;
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

.bg-gray-900, .bg-gray-800 {
    color: white;
    --tw-bg-opacity: 1;
    /*background-color: rgb(140, 87, 30, var(--tw-bg-opacity));*/
    background-color: rgb(00, 60, 134, var(--tw-bg-opacity));
}

.button {
    /*background-color: rgb(140, 87, 30, var(--tw-bg-opacity));*/
    background-color: rgb(00, 60, 134, var(--tw-bg-opacity));
}

.sub-font-color {
    color: black;
}

.text-gray-300, .input-web {
    color: black;
}

/*.text-yellow-600{*/
/*    background-color: rgb(140, 87, 30);*/
/*}*/

/*.hero-parallax {*/
/*    background-size: 60% auto; !* 60% width and automatic height *!*/
/*    background-position: right center; !* Align the image to the right *!*/
/*    background-repeat: no-repeat; !* Prevent the image from repeating *!*/
/*}*/
