/*rental-vehicles*/

@font-face{font-family:"DDC Heading Font Face";src:url(../fonts/toyotatype-regular-400-webfont.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:"DDC Body Font Face";src:url(../fonts/toyotatype-light-400-webfont.woff2) format("woff2");font-weight:300;font-style:normal;font-display:swap}
@font-face{font-family:"DDC Body Font Face";src:url(../fonts/toyotatype-semibold-700-webfont.woff2) format("woff2");font-weight:700;font-style:normal;font-display:swap}
/*@font-face{font-family:"DDC Heading Font Face";src:url(/static/v9/media/fonts/toyotatype-light/v1/webfont.woff2) format("woff2");font-weight:300;font-style:normal;font-display:swap}*/
/*@font-face{font-family:"DDC Heading Font Face";src:url(/static/v9/media/fonts/toyotatype-semibold/v1/webfont.woff2) format("woff2");font-weight:800;font-style:normal;font-display:swap}*/
/*@font-face{font-family:"DDC Body Font Face";src:url(/static/v9/media/fonts/toyotatype-semibold/v1/webfont.woff2) format("woff2");font-weight:800;font-style:normal;font-display:swap}*/
/*@font-face{font-family:"DDC Heading Font Face";src:url(/static/v9/media/fonts/toyotatype-semibold/v1/webfont.woff2) format("woff2");font-weight:700;font-style:normal;font-display:swap}*/
/**/

.rental-vehicles {
    padding: 50px 0;
}
.rental-vehicles .card {
    border-color: #fff;
    background-color: #fff;
    margin-bottom: 50px;
    max-width: 360px;
}

.rental-vehicles .img-vehicle {
    background-color: #fff;
    padding:10px;
    height: 295px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top:30px;
}
.rental-vehicles h5.card-title {
    font-family: "DDC Body Font Face", sans-serif;
    font-size: 1.7rem;
    font-weight: 500;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 16px;
    padding: 0px 10px;
}
.rental-vehicles .img-vehicle img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.rental-vehicles .card-body {
    padding: 0px;
}

.rental-vehicles .in-service {
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 20px;
    padding: 5px 15px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.rental-vehicles .text-service {
    display: inline-flex;
    width: 50%;
    align-items: center;
    justify-content: space-around;
}
/*.rental-vehicles .text-service:nth-child(1) {justify-content: end;}*/
/*.rental-vehicles .text-service:nth-child(2) {justify-content: start;}*/

.rental-vehicles .text-service p {
    /*font-family: "DDC Body Font Face", sans-serif;*/
    font-weight: 300;
    color: #58595b;
    font-size: 0.9rem;
    line-height: 1;
    margin-top: 0px;
    margin-bottom: 0px;
    text-transform: capitalize;
}
.rental-vehicles .price-service {
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 50px;
    padding: 5px 5px;
}

.rental-vehicles .price-item {
    display: inline-flex;
    width: 50%;
    align-items: center;
}

.rental-vehicles .price-item:nth-child(1) {justify-content: end;}
.rental-vehicles .price-item:nth-child(2) {justify-content: start;}

.rental-vehicles .price-item p {
    font-family: "DDC Body Font Face", sans-serif;
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 1.5;
    margin-top: 0px;
    margin-bottom: 0px;
    color:#d0021b;
}

.rental-vehicles .price-item p small{
    font-size: 14px;
    font-weight: 400;
    color:#000;
    font-family: "Poppins", sans-serif;
}
.row-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}
.row-btn p {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    margin-top: 10px;
    margin-bottom: 20px;
    display: block;
    width: 100%;
    max-width: 300px;
    padding: 10px 10px;
}
.row-btn p button.btn-rent:hover, .row-btn p button.btn-rent:focus, .row-btn p button.btn-rent:active {
    text-decoration: none;
    background-color: #e7e7e7!important;
    border-color: #000!important;
    color: #000!important;
}

.row-btn p button.btn-rent {
    font-family: "DDC Body Font Face", sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.5;
    text-transform: uppercase;
    background-color: #fff;
    border-color: #000;
    padding: 10px 60px;
    border-radius: 20px;
    color: #000;
    display: block;
    width: 100%;
    max-width: 300px;
    text-decoration: none;
}
.bg-gray {
    background-color: #f5f5f5;
}
.section-full.page_inner.vehicles_block {
    position: relative;
    padding: 0px 0px;
}
.vehicles_block .bg-blur-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.vehicles_block .bg-blur-image img {
    filter: blur(10px);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vehicles_block img {
    position: relative;
    width: 100%;
    height: auto;
}

.vehicles_block .container .row {
    display: flex;
    align-items: center;
    background-color: rgb(0 0 0 /70%);
    padding: 30px 50px;
    z-index: 10;
}
.vehicles_block h4 {
    font-family: "DDC Heading Font Face", sans-serif;
    color: #fff;
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 1.8rem;
}
.vehicles_block h2 {
    font-family: "DDC Heading Font Face", sans-serif;
    color: #fff;
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 3.8rem;
}
.vehicles_block p {
    font-family: "DDC Heading Font Face", sans-serif;
    color: #fff;
    margin-bottom: 20px;
    line-height: 1.5;
    font-size: 1rem;
}

.vehicles_block p .btn-rent, .vehicles_block .btn-rent {
    font-family: "DDC Heading Font Face", sans-serif;
    color: #fff;
    margin-bottom: 0px;
    line-height: 1.5;
    font-size: 1rem;
    color: #000;
    background: #fff;
    border-radius: 20px;
}
.btns {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    gap: 20px;
}

.btns .btn-rent {
    display: flex;
    width: 50%;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.vehicles_block .btns p {}
.divide h2 {
    font-family: "DDC Heading Font Face", sans-serif;
    color: #000;
    margin-bottom: 20;
    line-height: 1.5;
    font-size: 3rem;
}
.divide p, .divide ul li {
    font-family: "DDC Heading Font Face", sans-serif;
    color: #fff;
    margin-bottom: 0px;
    line-height: 1.5;
    font-size: 1rem;
    color: #000;
}
@media (min-width: 1350px) {
    .container {
        max-width: 1600px;
    }
}
@media (max-width: 1290px) {
    .rental-vehicles .card {
        max-width: 100%;
    }
    .rental-vehicles .img-vehicle {
        height: 220px;
    }
}
@media (max-width: 768px) {
    .vehicles_block h4 { text-align: center; }
    .vehicles_block h2 { text-align: center; font-size: 2.6rem;}
    .vehicles_block hr {border-top: 1px solid #fff;}
    .vehicles_block p {   text-align: center; font-size: 1.3rem;}
    .btns .btn-rent {width: 100%;}
}