﻿
:root {
    --color-white: white;
    --color-yellow: #f2df01;
    --dark-org: #fc4300;
    --color-blue: #014b94;
    --color-black: black;
    font-family: "Poppins", sans-serif;
}



h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
}


.white {
    color: var(--color-white);
}


img {
    width: 100%;
}

.font_14 {
    font-size: 14px !important;
}

a {
    list-style: none;
    text-decoration: none;
}

.margin_top {
    margin-top: 70px;
}


.bg_common {
    background-color: var(--color-blue);
}

.bg_prop {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}


.border_3 {
    border-radius: 3px;
}

.border_5 {
    border-radius: 5px;
}

.black {
    color: var(--color-black);
}

.font_12 {
    font-size: 12px;
}

.font_13 {
    font-size: 13px;
}
.home-header {
    padding: 10px 0;
}


/*top section*/
.engine-top-sec {
    width: 900px;
    margin: 0 auto;
    position:relative;
}
.banner-top-sec {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: var(--color-white);
    padding-bottom:20px;
}

.count{
    font-size:20px;
    font-weight:600;
}

.lux-car{
    font-size:40px;
}
.lux-car b {
    font-size: 50px;
}
    .lux-car span{
        color:var(--dark-org);
        font-size:45px;
        font-weight:600;
    }

.call-exclu{
    display:flex;
    justify-content:space-between;
    align-items:center;
    grid-gap:20px;
}
.call-exclu .fare-limit {
    font-size: 25px;
    font-weight:300;
    display:flex;
    flex-direction:column;
    text-align:right;
}
    .call-exclu .fare-limit b{
        font-weight:500;
    }

    .call-exclu .top-call{
        background:var(--color-white);
        color:var(--color-blue);
        font-size:40px;
        padding:10px 20px;
        border-radius:5px;
        line-height:1;
        font-weight:600;
    }

.engine-sec {
    position: absolute;
    left: 0;
    top: 220px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding:0;
    border-radius:5px;
}

    .engine-sec a .font_13 {
        padding-bottom:10px;
        color:var(--color-black);
    }

.find-next {
    font-size: 40px;
    font-weight: 400;
    color: var(--color-black);
    width: 35%;
    padding: 0;
    padding-top: 350px;
}
.bd-bott{
    color:var(--color-blue);
    font-weight:600;
}

.rent-service .sub-head{
    font-size: 20px;
    color: #4a4542;
}

    .rent-service .head-titile {
        font-size: 42px;
        color: #4a4542;
        font-weight: 600;
    }

.rent-service ul li {
    display: flex;
    width: 48%;
    grid-gap: 15px;
    margin: 40px 5px;
}

.disc-sec{
    position:relative;
    margin:50px 0;

}

    .disc-sec:after {
        width: 48%;
        content: "";
        position: absolute;
        left: 0;
        height: 200px;
        top: 0;
        background: url(../images/rental-car/car-left-sec.png) no-repeat;
        background-size:cover;
    }
    .disc-sec:before {
        width: 58%;
        content: "";
        position: absolute;
        right: 0;
        height: 250px;
        top: -22px;
        background: url(../images/rental-car/car-right-sec.png) no-repeat;
        background-size: cover;
        z-index:1;
    }
.disc-offer{
    position:relative;
    font-size:27px;
    color:#ffffff;
    z-index:1;
    width:30%;
    line-height:1;
    padding-top:40px;
}

.disc-offer p{
    font-size:20px;
    font-weight:300;
    padding-top:15px;
}

.call-option {
    position: relative;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    z-index: 2;
    font-size: 16px;
    color: #d1d1d1;
    font-weight:300;
    width:375px;
    text-align:right;
}
    .call-option .call_us_link {
        font-size: 35px;
    }


/*Hero Section*/
.hero_section {
    background-image: url("../images/rental-car/car-rental-bg.webp");
    padding: 65px 0px;
    height: 550px;
}

.banner_content {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    padding: 30px;
}

.banner_para {
    font-size: 20px;
    font-weight: 300;
}

.sub_req{
    font-weight:300;
}
.line_1 {
    margin: 0px;
    margin-top: 2px;
    margin-bottom: 5px;
    height: 3px;
    background-color: var(--color-white);
    border: none;
    opacity: 1;
    border-radius: 5px;
    width: 100%;
}

.title_banner {
    font-weight: 600;
    font-size: 55px;
    letter-spacing: 2px;
}

.title_banner sup{
    font-size:18px;
    top:-30px;
}
.title_banner_small {
    font-size: 37px;
    font-weight: 400;
}

.color_yellow {
    color: var(--color-yellow);
}

.line_2 {
    height: 1px;
}

.call_us_link {
    background-color: var(--dark-org);
    color: var(--color-white);
    width: 100%;
    padding: 10px;
    font-size: 30px;
    font-weight: 600;
    border-radius: 5px;
    transition: 0.3s;
    display:inline-block;
    text-align:center;
}
    .call_us_link:hover{
        transform: scale(1.1);
        color: var(--color-white);
    }
    .hero_form_container {
        background: var(--color-white);
       
    }
        .hero_form_container a {
            color: var(--color-white);
        }

.form_header {
    background-color: #002852;
    padding: 15px 20px;
    color: var(--color-white);
}

.font_weight_600 {
    font-weight: 600;
}

.form_para {
    border: 1px solid #ffffff;
    padding: 2px 12px;
    font-weight:300;
}

.sub_req_para_line {
    gap: 35px;
}

    .sub_req_para_line::after {
        content: "";
        width: 100%;
        height: 2px;
        border-radius: 50px;
        display: flex;
        background-color: var(--color-white);
    }

    .sub_req_para_line::before {
        content: "";
        width: 100%;
        height: 2px;
        border-radius: 50px;
        display: flex;
        background-color: var(--color-white);
    }

.rental_holder {
    background-color: rgba(255, 255, 255, 0.3);
    padding: 10px 20px;
    gap: 6px;
}

.form-check .form-check-input {
    margin-left: initial;
    margin-top: initial;
}

.form-check-input:checked {
    border: 2px solid var(--color-white);
    background-color: transparent;
    box-shadow: none;
}

.form-check-input {
    width: 20px;
    height: 20px;
}
.hero_form_container{
    pointer-events: none;
}
.form-check-input:checked[type="radio"] {
    background-size: 20px;
}

.input_holder {
    background-color: var(--color-white);
    color: var(--color-black);
    padding: 10px 20px;
    gap: 10px;
    border: 1px solid #b7b7b7;
}

    .input_holder i{
        font-size:20px;
    }

    .input_holder2 {
        padding: 6px 20px
    }
    .input_holder input {
        background-color: transparent;
        border: none;
        padding: 0px;
        font-size: 14px;
        font-weight: 300
    }

        .input_holder input:focus {
            box-shadow: none;
        }

.icon_form svg{
    height: 22px;
    width: 22px
}

.btn_qut {
    background-color: var(--dark-org);
    color: var(--color-white);
    border: none;
    width: 100%;
    padding: 10px;
    transition: 0.3s;
    font-size:20px;
}
.btn_qut:hover{
    background-color: var(--color-blue);
    color: var(--color-white);
}


.select_time {
    border-left: 2px solid rgba(0, 0, 0, 0.3);
    padding-left: 10px;
}

    .select_time select {
        border: none;
        outline: none;
        font-size: 14px;
        width: 90px;
        background-position: right;
        padding: 0px;
        background-size: 12px;
    }
       
        .select_time select:focus {
            box-shadow: none;
        }
/*What We Offers*/
.common_title {
    font-weight: 500;
    line-height: 55px;
}

.color_blue {
    color: var(--color-blue);
    text-transform: uppercase;
    font-weight: 600;
}

.title_lines {
    gap: 8px;
}

.line_one {
    width: 130px;
    height: 3px;
    background-color: var(--color-blue);
}

.line_two {
    width: 50px;
}

.offers_icon {
    width: 75px;
    height: 70px;
    padding: 18px;
    background-color: var(--color-blue);
}

.offers_container {
    gap: 15px;
    margin-top: 15px;
}

.offers_title {
    font-weight: 600;
    font-size: 20px;
}

.offers_content {
    width: calc(100% - 75px);
}
.we-offer-sec{
    margin:150px 0 100px 0;
}

.car_img_big {
    height: 100%;
    margin-bottom: -30px !important;
}

    .car_img_big img {
        height: 100%;
        object-fit: contain;
        margin-bottom: -30px;
    }

.padding_bottom {
    padding-bottom: 50px;
}
/*Discount*/
.dis_cont {
    background-color: rgba(255, 255, 255, 0.5);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
}

.discount_bg {
    background-image: url("../Images/rental-car/dis-bg.png");
    z-index: 3;
}

.discount_grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 30px;
}

.des_header {
    width: 100%;
    padding: 18px;
    background-color: var(--color-blue);
    opacity: 0.9;
    border-radius: 5px 5px 0px 0px;
}

.para_dis {
    text-transform: uppercase;
    font-weight: 500;
}

.margin_minus {
    margin-top: -35px;
    position: relative;
    z-index: 9;
}

.tick_icon {
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 90px;
    z-index: 99;
}

.num {
    font-weight: 700;
    font-size: 80px;
    color: #17100a;
    margin-bottom: -10px;
    letter-spacing: 2px;
}

.hero_circle::after {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    border: 3px solid var(--color-white);
    border-radius: 50%;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    display: inline-flex;
    background-color: var(--dark-org);
}

.next_title {
    font-size: 18px;
}

.after_line {
    display: flex;
    align-items: center;
}

.num {
    position: relative;
}

    .num::after {
        content: "";
        position: absolute;
        right: -100px;
        width: 60%;
        border-top: 2px dashed rgba(0, 0, 0, 0.7);
    }

.remove_after::after {
    display: none;
}
.bg_next {
    background-image: url("../Images/rental-car/cloud-car.png");
}
.testimonal{
    background: none;
    padding: 0px !important;
    margin: 0px !important;
}
.testi-card {
    box-shadow: 1px 1px 5px rgba(0,0,0,0.3);
    background: #f9f9f9;
}
.tittle-sec{
    display: none
}
/*Brand*/
.brand_grid {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-gap: 30px;
}


.brand_img {
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
    .brand_img img{
        border-radius: 5px
    }


.car-rent-testi:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 60%;
    background: linear-gradient(90deg, rgba(10,43,62,1) 0%, rgba(27,71,118,1) 50%, rgba(25,82,108,1) 100%);
    min-height: 100px;
}

.car-rent-testi:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 40%;
    background: var(--color-white);
    min-height: 100px;
}


.car-reviews .bi-star-fill {
    color: #fcb650;
}

.car-reviews .testi-card:before{
    display:none;
}
.car-reviews .testi-card {
    background: var(--color-white);
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
}

.car-reviews .slick-slide{
    padding:25px;
}

.all-slide .slick-next, .all-slide .slick-prev{
    display:none !important;
}
/*Media Query*/
@media screen and (max-width: 1200px) {
    .common_padding {
        padding: 0px 12px;
    }

    .title_banner {
        font-size: 40px;
    }

    .banner_para {
        font-size: 18px;
    }
    .testimonal .tittle-sec, .how-work .tittle-sec{
        padding: 0px 12px;
    }
    .footer {
        padding: 0px 12px
    }

        .find-next{
            width:48%;
            margin-left:15px;
        }
    .container {
        max-width: 960px;
    }   
}

@media screen and (max-width: 992px) {
    .container {
        max-width: 960px;
        margin: 0;
    }
    .car_conti {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        opacity: 0.2;
    }

    .offers_container {
        margin-top: 30px;
    }

    .discount_grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .num::after {
        display: none;
    }

    .engine-top-sec{
        width:100%;
    }
    .call-exclu{
        flex-direction:column;
    }
    .hero_section{
        height:auto;
        padding:25px 0;
    }
    .call-exclu .top-call {
        font-size: 35px;
        padding: 10px;
    }
    .engine-sec{
        position:inherit;
        top:0;
    }


    .find-next{
        width:100%;
        margin:15px;
        padding:0;
        font-size:30px;
    }
    .rent-service{
        padding:15px;
    }
    .rent-service .head-titile {
        font-size: 30px;
    }
        .rent-service ul li{
            width:100%;
            margin:10px 5px;
        }
    .disc-sec:before {
        width: 150%;
        height: 235px;
        top:-10px;
    }
    .disc-sec:after {
        display: none;
    }
    .disc-offer, .call-option {
        width: 100%;
        padding-top: 15px;
    }

    .we-offer-sec {
        margin: 0;
    }
    .margin_minus{
        margin:0;
    }
}

@media screen and (max-width: 768px) {
   
    .container{
        max-width:720px;
    }
    .margin_top {
        margin-top: 40px;
    }

    .offers_icon {
        width: 65px;
        height: 60px;
    }

    .offers_content {
        width: calc(100% - 65px);
    }
    .brand_grid {
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 14px 20px;
    }
    .lux-car{
        font-size:34px;
    }
    .lux-car b {
        font-size: 32px;
    }

    }

@media screen and (max-width: 568px) {
    .disc-sec:before {
        width: 150%;
        height: 285px;
        top: 0px;
    }

    .margin_top {
        margin-top: 30px;
    }

    .hero_section {
        background-image: url("../images/rental-car/car-rental-bg.webp");
    }

    .banner_content {
        padding: 20px;
    }

    .title_banner {
        font-size: 35px;
    }

    .title_banner_small {
        font-size: 27px;
    }

    .form_header {
        padding: 10px;
    }

    .rental_holder {
        padding: 7px 14px;
    }

    .icon_form svg {
        width: 15px;
        height: 15px;
    }

    .banner_para {
        font-size: 16px;
    }

    .form_para {
        font-size: 12px;
        flex-flow: column;
    }

    .call_us_link {
        font-size: 26px;
    }

    .hero_form_container {
        padding: 10px;
    }

    .input_holder input {
        font-size: 12px;
    }

    .hero_form_container {
        border: 3px solid rgba(255, 255, 255, 0.2);
    }

    .sub_req_para_line {
        gap: 25px;
    }

    .input_holder {
        padding: 10px;
        gap: 8px;
        flex-direction:row;
    }
    .input_holder2 {
        padding: 4px 10px;
        flex-direction:row;
    }
    .select_time {
        padding-left: 5px;
    }

        .select_time select {
            font-size: 10px;
            width: 55px;
            background-size: 7px;
        }

    .car_img_big img {
        object-fit: initial;
        width: 300px;
        margin-bottom: 30px;
    }
    .bg_next {
        background-image: url(../Images/rental-car/cloud-car-mob.webp)
    }
    .hero_section {
        padding: 30px 0px;
    }

    .padding_bottom {
        padding-bottom: 30px;
    }

    .car_img_big {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .discount_grid {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px;
    }

    .car_conti {
        position: initial;
        left: initial;
        transform: initial;
        opacity: 1;
    }

    .num {
        font-size: 40px;
    }

    .common_title {
        font-size: 25px;
        line-height: 35px;
    }

    .next_content .font_14 {
        font-size: 11px !important;
    }

    .hero_circle::after {
        width: 14px;
        height: 14px;
        right: 19px;
    }

    .tick_icon {
        width: 80px;
    }

    .offers_title {
        font-size: 16px;
    }

    .font_13 {
        font-size: 11px;
    }

    .offers_icon {
        width: 55px;
        height: 55px;
        padding: 10px;
    }

    .offers_content {
        width: calc(100% - 55px);
    }

    .offers_container {
        gap: 10px;
        flex-direction: row;
    }

    .next_title {
        font-size: 14px;
    }

    .next_content .font_14 {
        font-size: 10px;
    }

    .line_one {
        width: 80px;
    }

    .line_two {
        width: 25px;
    }
    .brand_bg > h5 {
        font-size: 18px;
        line-height: 26px;
    }
    .brand_bg{
        padding: 15px
    }
    .rent-service ul{
        margin-top:20px;
    }
}
