﻿/*#region root*/


header {
    background: transparent;
}


    nav > div > a,
    nav > div > a i,
    header > div > div:first-of-type > a {
        color: var(--white);
    }

    header > div > div > div:last-of-type > a > img,
    #responsive-nav-btn > img {
        filter: invert(1);
    }




/*#endregion */

/*#region banner*/
#banner {
    position: relative;
    padding: 7rem 0;
    background: #ecdbdd;
    gap: 8px;
}

    #banner > div {
        width: max-content;
    }

    #banner > img {
        position: absolute;
        width: 100%;
        height: calc(100% + 100px);
        object-fit: cover;
        object-position: right;
        z-index: 0;
        top: -100px;
        filter: brightness(0.6);
    }

    #banner *:not(img) {
        position: relative;
        z-index: 2;
    }

#banner-form-container > div:first-of-type {
    display: flex;
    width: 100%;
    gap: 5px;
    align-items: end;
}

#banner > div > h1 {
    color: var(--white);
    font-size: 35px;
    font-weight: 600;
}

#banner > div > p {
    color: var(--white);
    font-size: 14px;
    margin: 8px 0 1.3rem 0;
}

#banner-form {
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

#baner-step {
    display: flex;
    gap: 1rem;
}

    #baner-step > span {
        background: transparent;
        border: 1px solid var(--white);
        display: flex;
        min-width: 188px;
        align-items: center;
        justify-content: center;
        padding: 9px 5px;
        border-radius: 5px;
        gap: 7px;
        font-size: 13px;
        cursor: pointer;
        color: var(--white);
    }

        #baner-step > span > i {
            color: var(--white);
        }

        #baner-step > span.active {
            background: var(--green);
            border-color: var(--green);
            color: var(--white);
        }

            #baner-step > span.active > i {
                color: var(--white);
            }

#banner-form-container {
    background: var(--white);
    padding: 1rem;
    border-radius: 4px;
    display: flex;
    align-items: end;
    gap: 10px;
    flex-direction: column;
}


.location-select {
    width: 400px;
    min-width: 300px;
    border: var(--border);
    border-radius: 5px;
    padding: 10px;
    z-index: 10 !important;
}

    .location-select > i {
    }

    .location-select > span.placeholder {
        font-size: 13px;
        top: 0;
        transition: 300ms;
    }

    .location-select > p {
        position: absolute !important;
        left: 31px;
        top: 11px;
        opacity: 0;
        transition: 200ms;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        width: 77%;
    }

.location-select-contains {
    position: absolute !important;
    top: 45px;
    left: 0;
    width: 100%;
    background: var(--white);
    border: var(--border);
    border-radius: 7px;
    display: flex;
    flex-direction: column;
    align-items: start;
    max-height: 300px;
    overflow-y: auto;
    display: none;
    /* z-index: 10096 !important; */
}

    .location-select-contains > p {
    }

        .location-select-contains > p > i {
            font-size: 14px;
        }

    .location-select-contains > div {
    }

    .location-select-contains > button {
        padding: 10px;
        width: 100%;
        display: flex;
        align-items: center;
        gap: 5px;
        font-size: 14px;
        background: transparent;
        transition: 200ms;
        cursor: pointer;
        border-bottom: var(--border);
    }

        .location-select-contains > button > i {
        }

    .location-select-contains > div {
        padding: 10px;
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }

        .location-select-contains > div > button {
            background: transparent;
            border: var(--border);
            padding: 5px;
            border-radius: 5px;
            cursor: pointer;
        }

            .location-select-contains > div > button.active {
                background: var(--green);
                border-color: var(--green);
                color: var(--white);
            }


.date-container > label {
    font-size: 12px;
    margin-bottom: 5px;
    display: block;
    margin-bottom: 5px;
    display: block;
    top: -6px;
    font-size: 10px;
    padding: 0px 5px;
    left: 5px;
    background: var(--white);
    position: absolute !important;
    z-index: 10 !important;
}

.date-container,
.time-container > div {
    position: relative;
}

.date-range {
    font-size: 13px;
    box-sizing: border-box;
    transition: border-color 0.3s, box-shadow 0.3s;
    width: 184px;
    border: var(--border);
    border-radius: 5px;
    padding: 11px 10px;
}


.daterangepicker td.in-range {
    background-color: #eefbea;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: var(--green);
}

.daterangepicker td.available:hover, .daterangepicker th.available:hover {
    background-color: #eefbea;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
    color: black;
}

.daterangepicker .drp-buttons .btn {
    width: 53px;
    border-radius: 7px;
    cursor: pointer;
    font-weight: 600;
    font-size: 11px;
}



.time-container {
    display: flex;
    gap: 10px;
}

    .time-container > div {
        white-space: nowrap;
    }

        .time-container > div > label {
            margin-bottom: 5px;
            display: block;
            top: -6px;
            font-size: 10px;
            padding: 0px 5px;
            left: 5px;
            background: var(--white);
            position: absolute !important;
            z-index: 10 !important;
        }

        .time-container > div > div {
        }

            .time-container > div > div > p {
                font-size: 13px;
                box-sizing: border-box;
                transition: border-color 0.3s, box-shadow 0.3s;
                width: 98px;
                border: var(--border);
                border-radius: 5px;
                padding: 9px 10px;
            }


.month-container {
}

    .month-container > label {
        margin-bottom: 5px;
        display: block;
        top: -6px;
        font-size: 10px;
        padding: 0px 5px;
        left: 5px;
        background: var(--white);
        position: absolute !important;
        z-index: 10 !important;
    }

    .month-container > div {
        width: 100%;
    }

        .month-container > div > p {
            font-size: 13px;
            box-sizing: border-box;
            transition: border-color 0.3s, box-shadow 0.3s;
            width: 98px;
            border: var(--border);
            border-radius: 7px;
            padding: 9px 10px;
        }

#filter-btn {
    padding: 11px 17px;
    cursor: pointer;
    white-space: nowrap;
    z-index: 0 !important;
}


.open {
    display: none;
}


.absolute {
    display: flex;
    gap: 1rem;
    width: 100%;
    z-index: 1 !important;
}

    .absolute > label {
        font-size: 12px;
        display: flex;
        align-items: center;
        gap: 4px;
    }

    .absolute > div {
        display: flex;
        white-space: nowrap;
        font-size: 12px;
        gap: 5px;
    }

        .absolute > div > div > span {
            cursor: pointer;
            text-decoration: underline;
            font-weight: 600;
        }

        .absolute > div > span {
            cursor: pointer;
        }

            .absolute > div > span > i {
                color: var(--green);
            }

            .absolute > div > span > span {
                position: absolute !important;
                width: 180px;
                white-space: normal;
                background: var(--white);
                border: var(--border);
                padding: 5px;
                border-radius: 5px;
                font-size: 11px;
                left: 0;
                top: 17px;
                display: none;
            }

            .absolute > div > span:hover > span {
                display: block;
            }

    .absolute .time-select {
      width:max-content;
    }

#checbox-select {
    display: none;
}
/*#endregion banner*/

/*#region rent-a-car*/

#rent-a-car {
    display: flex;
    align-self: center;
    justify-content: center;
    gap: 1rem;
    flex-direction: column;
}

    #rent-a-car > h2 {
        text-align: center;
        font-weight: bold;
        font-size: 23px;
    }

    #rent-a-car > div {
    }

        #rent-a-car > div > a {
            margin: 1rem auto auto auto;
        }

        #rent-a-car > div > div {
            display: grid;
            gap: 10px;
            grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
        }

            #rent-a-car > div > div > a {
            }

                #rent-a-car > div > div > a > img {
                    object-fit: cover;
                    width: 100%;
                    height: 50px;
                    border-radius: 5px;
                }

/*#endregion */

/*#region sss-info*/

#sss-info {
    display: flex;
    align-self: center;
    justify-content: center;
    gap: 1rem;
    flex-direction: column;
}

    #sss-info > h3 {
        text-align: center;
        font-weight: bold;
        font-size: 23px;
    }

    #sss-info > div {
        display: grid;
        gap: 1rem;
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    }

        #sss-info > div > div {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: start;
            gap: 5px;
            padding: 1rem;
            border-radius: 5px;
            position: relative;
            overflow: hidden;
        }

            #sss-info > div > div::before {
                content: "";
                position: absolute;
                width: 150px;
                height: 150px;
                left: -50px;
                top: -50px;
                background: var(--border-color);
                border-radius: 50%;
                z-index: -1;
                transition: 500ms;
            }

            #sss-info > div > div:hover::before {
                width: 200%;
                height: 200%;
                border-radius: 0;
            }

            #sss-info > div > div > img {
                width: 60px;
                height: 60px;
                object-fit: contain;
                margin-bottom: 10px;
            }

            #sss-info > div > div > h6 {
                font-weight: bold;
                font-size: 16px;
                text-align: center;
            }

            #sss-info > div > div > p {
                font-size: 14px;
                text-align: center;
            }

/*#endregion */

/*#region car-container-1*/

#car-container-1 {
    background: var(--border-color);
    padding: 4rem 0;
}

#car-box {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

    #car-box > h3 {
        font-weight: bold;
        font-size: 23px;
    }

    #car-box > div:first-of-type {
        display: flex;
        align-items: center;
        gap: 10px;
        flex-wrap: wrap;
    }

        #car-box > div:first-of-type > button {
            background: var(--white);
            border-radius: 3px;
            padding: 9px 12px;
            cursor: pointer;
        }

            #car-box > div:first-of-type > button.active {
                background: var(--green);
                color: var(--white);
            }

    #car-box > div:last-of-type {
        display: grid;
        gap: 10px;
        grid-template-columns: repeat(auto-fill, minmax(283px, 1fr));
    }
/*#endregion */

/*#region car-v1*/

.car-v1 {
    background: var(--white);
    padding: 1rem;
    border-radius: 6px;
    display: none;
    flex-direction: column;
    gap: 10px;
}

    .car-v1 > div:first-of-type {
        display: flex;
        width: 100%;
        align-items: start;
        justify-content: space-between;
    }

        .car-v1 > div:first-of-type > h6 {
            display: flex;
            flex-direction: column;
            font-weight: 700;
            font-size: 15px;
        }

            .car-v1 > div:first-of-type > h6 > span {
                font-size: 10px;
            }

        .car-v1 > div:first-of-type > img {
            width: 100px;
            height: 35px;
            object-fit: contain;
        }


    .car-v1 > img {
        width: 100%;
        object-fit: contain;
        height: 120px;
        transition: 200ms;
    }

    .car-v1:hover > img {
        /* filter: drop-shadow(2px 4px 6px black); */
    }

    .car-v1 > div:last-of-type {
        display: flex;
        justify-content: center;
        margin-top: 10px;
        flex-direction: column;
        align-items: center;
        gap: 5px;
    }

        .car-v1 > div:last-of-type > p {
            font-size: 11px;
        }

            .car-v1 > div:last-of-type > p > span {
                font-weight: 700;
                font-size: 19px;
            }

        .car-v1 > div:last-of-type > span {
        }

            .car-v1 > div:last-of-type > span > i {
            }


  
/*#endregion */

/*#region popular-location*/

#popular-location {
    display: flex;
    align-self: center;
    justify-content: center;
    gap: 1rem;
    flex-direction: column;
}

    #popular-location > h4 {
        text-align: center;
        font-weight: bold;
        font-size: 23px;
    }

    #popular-location > div {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }


        #popular-location > div > div:first-of-type {
            display: flex;
            gap: 1rem;
        }

            #popular-location > div > div:first-of-type > a {
                flex: 1;
            }

        #popular-location > div > div:last-of-type {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 1rem;
        }

        #popular-location > div > div > a {
            height: 300px;
            display: flex;
            align-items: end;
            padding: 1rem;
            color: var(--white);
            border-radius: 5px;
            background-repeat: no-repeat;
            background-size: cover;
        }


/*#endregion*/

/*#region airport*/

#airport {
    display: flex;
    align-self: center;
    justify-content: center;
    gap: 1rem;
    flex-direction: column;
}

    #airport > h4 {
        text-align: center;
        font-weight: bold;
        font-size: 23px;
    }

    #airport > div {
        display: grid;
        gap: 10px;
        grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    }

        #airport > div > a {
            background: var(--border-color);
            min-height: 40px;
            border-radius: 5px;
            display: flex;
            align-items: center;
            width: calc(100% - 11px);
            gap: 5px;
            padding: 0 11px;
            font-size: 14px;
        }

            #airport > div > a > i {
                color: var(--green);
            }

/*#endregion*/

/*#region car-brand*/
#car-brand {
    background: var(--border-color);
    padding: 4rem 0;
}

    #car-brand > div {
        display: flex;
        align-self: center;
        justify-content: center;
        gap: 1rem;
        flex-direction: column;
    }

        #car-brand > div > h4 {
            text-align: center;
            font-weight: bold;
            font-size: 23px;
        }

        #car-brand > div > div {
        }

            #car-brand > div > div > a {
                margin: 1rem auto auto auto;
            }

            #car-brand > div > div > div {
                display: grid;
                gap: 10px;
                grid-template-columns: repeat(auto-fill, minmax(132px, 1fr));
            }

                #car-brand > div > div > div > a {
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                    justify-content: center;
                    background: var(--white);
                    border-radius: 5px;
                    font-size: 14px;
                }

                    #car-brand > div > div > div > a > img {
                        width: 100%;
                        height: 50px;
                        object-fit: contain;
                    }

/*#endregion*/

/*#region sss*/
#sss-container {
}


.sss-title {
    margin-bottom: 20px;
    text-align: center;
    font-weight: bold;
    font-size: 23px;
}

.sss-item {
    border: var(--border);
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.sss-question {
    font-weight: 600;
    cursor: pointer;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
}

    .sss-question i {
        transition: transform 0.3s ease;
        font-size: 11px;
    }

.sss-item.active .sss-question i {
    transform: rotate(180deg);
}

.sss-answer {
    display: none;
    margin-top: 10px;
    color: #555;
    font-size: 14px;
    line-height: 1.6;
}
/*#endregion */


.z5 > div {
    font-size: 13px;
    box-sizing: border-box;
    transition: border-color 0.3s, box-shadow 0.3s;
    width: 80px;
    border: var(--border);
    border-radius: 5px;
    padding: 11px 10px;
}
@media(max-width:1400px) {
}

@media(max-width:1200px) {
    .location-select, .date-range, #filter-btn {
        width: 200px;
        min-width: 200px;
    }
}

@media(max-width:992px) {
    #banner-form-container > div:first-of-type {
        gap: 11px;
        align-items: end;
        flex-wrap: wrap;
    }
}

@media(max-width:768px) {
    #popular-location > div > div:first-of-type {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}

@media(max-width:576px) {
    #banner-form-container > div:first-of-type {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .dd {
        width: 200px;
        justify-content: center;
    }

    .dd1 > div:not(.close) {
        width: 100%;
    }

        .dd1 > div:not(.close) > div > p {
            width: 100%;
        }

    .dd2 > div:not(.close) {
        width: 200px
    }

    .dd2 > div > p {
        width: 200px
    }

    .absolute {
        justify-content: center;
        flex-direction: column;
        align-items: center;
        gap: 7px;
    }

    #banner-form-container {
        width: max-content;
    }

    #banner-form {
        align-items: center;
    }

    #baner-step {
    }

    #banner {
        padding: 60px 0 7rem 0;
        height: 74vh;
    }

        #banner > div > h1 {
            font-size: 30px;
        }

    #popular-location > div > div:first-of-type, #popular-location > div > div:last-of-type, #popular-location > div {
        gap: 9px;
    }

    #banner-form-container > div:first-of-type > .location-select:nth-of-type(1) {
        z-index: 19 !important;
    }

    #baner-step > span {
        font-size: 11px;
        min-width: 149px;
    }
    .location-select > span.placeholder {
        font-size: 11px;
    }

}
