@font-face {
    font-family: sf-bold;
    src: url(../fontes/SFPRODISPLAYBOLD.OTF);
}

@font-face {
    font-family: sf-display;
    src: url(../fontes/SFPRODISPLAYREGULAR.OTF);
}

@font-face {
    font-family: staatliches;
    src: url(../fontes/Staatliches-Regular.ttf);
}

@font-face {
    font-family: inter;
    src: url(../fontes/Inter.ttf);
}

@font-face {
    font-family: poppins;
    src: url(../fontes/Poppins-Bold.ttf);
}


li {
    list-style: none;
}

p,
div,
li,
ul,
span {
    margin: 0;
    padding: 0;
}

.ast-page-builder-template .entry-content .filter-form,
.filter-form {
    max-width: 1240px;
    margin: 0 auto;
}

.icon {
    width: 30px;
    height: 30px;
}

.entry-content li>p.filter-section-title {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 20px;

    &>label {
        font-size: 28px;
        font-family: sf-bold;
        line-height: 33.41px;
        text-shadow: 1px 2px rgba(0, 0, 0, 0.25);
    }
}

form label {
    font-family: sf-display;
    font-weight: 400;
    font-size: 24px;
    line-height: 28.64px;
    color: rgba(0, 0, 0, 0.7);
    margin-left: 10px;
}

.submit-col {
    text-align: center;
    display: flex;
    justify-content: center;

}

.search-icon {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    flex-direction: row;
    background-color: rgba(35, 188, 185, 0.7);
    padding: 5px 10px;
    border: none;
    border-radius: 15px;
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    font-family: sf-bold;
    line-height: 33.41px;
    margin-top: 20px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);


    &>img {
        width: 24px;
        height: 24px;
    }
}

.form-bg {
    background: url('../images/Speedometer.webp') no-repeat center center;
    padding: 25px;
    border-radius: 0 15px 15px 15px;
    background-size: cover;
}

.entry-content ul.bg-overlay {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 15px;
    padding: 15px;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: flex-start;
    justify-content: space-around;
}

.bg-overlay li:last-child {
    align-self: flex-end;
}

.entry-content .filter-by-tab {
    margin: 0;
    background: url('../images/Speedometer.webp') no-repeat center center;
    display: inline-block;
    font-family: sf-bold;
    font-size: 32px;
    font-weight: 700;
    line-height: 38.19px;
    padding: 10px 50px;
    background-size: cover;
    color: #fff;
    border-radius: 15px 15px 0 0;
}

#year {
    margin-left: 15px;
}

/********************************* Filter Result ******************************/
.ast-page-builder-template .entry-content .result-body-wrapper,
.result-body-wrapper {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1240px;
    margin: 0 auto;
}

.item-container {
    border: 3px solid rgba(35, 188, 185, 1);
    border-radius: 12px;
    padding: 15px;


    .sale-label-wrapper {
        display: flex;
        justify-content: flex-end;
        margin-bottom: 1.6em;

        .sale-label {
            background: rgba(228, 207, 16, 1);
            display: inline-block;
            padding: 5px 20px;
            font-family: staatliches;
            font-weight: 400;
            font-size: 12px;
            line-height: 15px;
            color: #fff;
            margin-bottom: 0px;
        }

        .triangle-left {
            width: 0;
            height: 0;
            border-top: 13px solid transparent;
            border-right: 25px solid rgba(228, 207, 16, 1);
            border-bottom: 13px solid transparent;
            margin-bottom: 0px;
        }
    }

    .image-container {
        text-align: center;
        min-height: 227px;
        display: flex;
        align-items: center;

        img {
            max-width: 301px;
        }
    }

    h3 {
        font-family: staatliches;
        font-size: 28px;
        font-weight: 400;
        line-height: 35px;
        color: #000;
        text-transform: capitalize;
        text-align: center;
    }

    h5 {
        font-family: staatliches;
        font-size: 16px;
        line-height: 20px;
        color: rgba(136, 149, 149, 1);
        text-align: center;
        text-transform: capitalize;
    }

    .price-container {
        display: flex;
        justify-content: space-between;

        .price-before,
        .price-after {
            font-family: staatliches;
            font-weight: 400;
            font-size: 18px;
            line-height: 22.5px;
            color: rgba(237, 4, 4, 1);
            position: relative;
        }

        .price-after {
            color: #000;
        }

        .line-over-text {
            height: 1px;
            background-color: #000;
            transform: skewY(10deg);
            position: absolute;
            top: 10px;
            left: 0;
            z-index: 9999999;
            width: 100%;
        }
    }

    .book-btn-container {
        padding-top: 25px;

        button,
        a {
            background-color: rgba(35, 188, 185, 1);
            width: 100%;
            padding: 10px;
            text-align: center;
            font-family: staatliches;
            font-weight: 400;
            font-size: 24px;
            line-height: 30px;
            color: #fff;
            border: none;
            border-radius: 12px;
            box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);

        }

        a {
            display: block;
            text-decoration: none;
            box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
        }
    }
}

/********************************** User form **************/
.user-form-container {
    max-width: 400px;
    margin: 0 auto;
    background: rgba(136, 149, 149, 0.24);
    border: none;
    border-radius: 12px;
    padding: 25px 15px;
    position: relative;

    .user-form-title {
        font-family: poppins;
        font-weight: 700;
        font-size: 30px;
        letter-spacing: -1%;
        line-height: 39px;
        color: rgba(25, 147, 144, 1);
        margin-top: 0;
    }

    .star-wrapper {
        position: absolute;
        top: 40px;
        right: 35px;
        z-index: 999;
    }
}

.user-form {
    label {
        width: 100%;
        display: block;
        font-weight: 400;
        font-size: 14px;
        line-height: 17.5px;
        color: #000;
        margin: 20px 0 10px;
        font-family: inter;
    }

    input[type=input],
    input[type=file],
    input[type=email] {
        width: 95%;
        border: none;
        font-size: 14px;
        font-family: inter;
        padding: 15px 10px;
        border-radius: 10px;
        height: auto;
    }

    button[type=submit] {
        width: 100%;
        background: rgba(35, 188, 185, 1);
        padding: 17px 0;
        color: #fff;
        font-family: inter;
        border: none;
        border-radius: 12px;
        margin-top: 20px;
        justify-content: center;
    }

    label[for=licence] {
        display: block;
        text-align: center;
    }
}

.ast-page-builder-template .entry-content .most-viewed-banner,
.most-viewed-banner {
    font-family: staatliches;
    font-size: 40px;
    font-weight: 400;
    line-height: 50px;
    color: #fff;
    background: rgba(35, 188, 185, 1);
    text-align: center;
    padding: 50px;
    margin: 40px 0;
}

.ast-single-post.ast-page-builder-template .site-main>article,
.woocommerce.ast-page-builder-template .site-main,
.ast-page-builder-template .post-navigation {
    padding-left: 0;
    padding-right: 0;
}

.entry-content {
    .booking {
        .form-bg {
            background: none;

            .search-icon {
                display: inline-block;
                min-width: 350px;
            }

            .bg-overlay {
                border: 3px solid rgba(189, 235, 234, 1);
                border-radius: 15px;
                justify-content: space-between;

                li:last-child {
                    align-self: flex-start;
                }
            }
        }
    }
}


.booking-header {
    
    .vehicle-item {
        display: flex;
        flex-direction: row-reverse;
        justify-content:space-between;
        min-width:600px;

    }
    .vehicle-image{
        background: url(../images/ellipse10.png) no-repeat bottom center;
        height: 300px;
    }
    
    h3,h4{
        font-family:staatliches;
        font-weight:400;
        font-size:60px;
        line-height:75px;
        color:rgba(136, 149, 149, 1);
        margin:0;
    }
    h4{
        color:rgba(0, 0, 0, 1);
    }
    p{
        font-family:staatliches;
        font-weight:400;
        font-size:28px;
        line-height:35px;
        color:rgba(0, 0, 0, 0.6);
        text-align:right;
    }
    p.deliver,div.price{
        display:none;
    }

    img {
        max-width: 451px;
    }
}
.user-form-header{
    margin-bottom:40px;
    .vehicle-item {
        display: flex;
        flex-direction: row;
        align-items:center;
        width:100%;
        background:rgba(136, 149, 149, 0.24);
        border-radius:12px;
        padding:35px 15px;
        justify-content:space-between;
            .vehicle-details{
                display:flex;
                flex-direction:row;
                align-items:center;
            }
    }
    h3{
        display:none;
    }
    h3,h4{
        font-family:staatliches;
        font-weight:400;
        font-size:60px;
        line-height:75px;
        color:rgba(136, 149, 149, 1);
        margin:0;
    }
    h4{
        color:rgba(0, 0, 0, 1);
        font-weight:400;
        font-size:24px;
        line-height:30px;
    }
    p{
        font-family:staatliches;
        font-weight:400;
        font-size:28px;
        line-height:35px;
        color:rgba(0, 0, 0, 0.6);
        text-align:right;
        margin:0;
        
    }
    p.vehicle-type{
        display:none;
    }

    img {
        max-width: 110px;
    }
    .price{
        text-align:right;
    }
    .deliver{
        margin:15px 0 0 10px;
    }
    
}

@media screen and (min-width:768px){

    .price{
            width:70%;
            margin-right:20px;
        }
}

.thank-you-message{
    font-family:staatliches;
        font-weight:700;
        font-size:32px;
        line-height:41.6px;
        color:rgba(25, 147, 144, 1);
        text-align:center;
        margin:0;
}
.hide-form .container{
    display:none;
}

.loader {
    border: 4px solid #f3f3f3;
    border-radius: 50%;
    border-top: 4px solid #3498db;
    width: 30px;
    height: 30px;
    animation: spin 1s linear infinite;
    margin: 20px auto;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

#uploadResult{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 31px;
}
.thank-you-logo img{
    width:254px;
}
.thank-you-icon-check img{
    width:300px;
}
.submit-col.validation{
    flex-direction:column;
    
    #validation-mas{
        color:red;
    }
}
.loader-container{
    top:0;
        left:0;
        width:100%;
        height:100%;
        position:fixed;
        background:rgba(0,0,0,0.25);
        z-index:999;
    .loader{
        position:absolute;
        top:50%;
        left:50%;
        z-index:999999;
        background:transparent;
        
    }
}
@media screen and (min-width:768px){
    .entry-content #bookingForm ul.bg-overlay li{
        width:30%;
        li{
            width:100%;
        }
        input[type=date]{
            width:77%;
        }
    }
}