.landing_hero_section{
    height: 480px;
    background: linear-gradient(#00000030, #00000030), url(../img/car-landing.webp);
    background-position: center;
    background-size: cover;
    text-align: center;
    align-items: center;
    padding: 150px 50px 0;
}
.landing_hero_section h3{
    color: #333;
    font-size: 40px;
    font-weight: 500;
    font-family: poppins;
}
.landing_hero_section h3 span{
    background: linear-gradient(290deg, #ff2db9, #f9ae0c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 45px;
    font-weight: 600;
}
.landing_hero_section p{
    color: #fff;
    font-size: 20px;
    font-family: lora;
    font-weight: 700;
    letter-spacing: 1px;
    text-shadow: 0px 0px 1px #000;
}
.landing_hero_section a button{
    background: linear-gradient(290deg, rgb(255, 45, 185), rgb(249, 174, 12));
    color: aliceblue;
    padding: 10px 20px;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    border-radius: 5px;
    font-size: 14px;
    font-family: lora;
    transition: transform 0.5s;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
}

@media only screen and (max-width: 900px){
    .landing_hero_section{
        height: 300px;
        padding: 50px 10px 0;
    }
    .landing_hero_section h3{
        font-size: 35px;
    }
    .landing_hero_section h3 span{
        font-size: 40px;
    }
    .landing_hero_section p{
        font-size: 18px;
    }
    .landing_hero_section a button{
        font-size: 12px;
    }
}
@media only screen and (max-width: 600px){
    .landing_hero_section {
        background: linear-gradient(#00000079, #00000079), url(../img/car-landing.webp);
        background-position: center;
        background-size: cover;
        height: 250px;
        padding: 40px 10px 0;
        text-align: left;
    }
    .landing_hero_section h3 {
        font-size: 25px;
        color: aliceblue;
    }
    .landing_hero_section h3 span {
        font-size: 33px;
    }
    .landing_hero_section p {
        font-size: 15px;
    }
    .landing_hero_section a button {
        font-size: 10px;
        border-radius: 30px;
        font-weight: 600;
        font-family: poppins;
    }
}
.our_cars .cars_section .box a button{
    background: linear-gradient(290deg, rgb(255, 45, 185), rgb(249, 174, 12));
    padding: 7px 13px;
    font-size: 10px;
    border-radius: 30px;
    border: 0;
    color: aliceblue;
    font-family: lora;
    letter-spacing: 1px;
    font-weight: 600;
    transition: transform 0.5s;
    cursor: pointer;
    text-transform: uppercase;
}

@media only screen and (max-width: 600px){
    .our_cars .cars_section .box a button {
        font-size: 10px;
        letter-spacing: 0.5px;
        padding: 4px 10px;
    }
    .our_cars .cars_section .box section a{
        width: auto;
        text-align: right;
        margin-right: -5px;
        margin-top: -27px;
        margin-bottom: 2px;
        position: absolute;
        margin-left: 85px;
    }
    .our_cars .cars_section .box section h4 {
        margin-top: 3px;
    }
}

.our_destination{
    background: linear-gradient(#000000b8, #000000b8), url(../img/backs.webp);
    background-position: center;
    background-size: cover;
    padding: 70px 50px;
    margin: 0;
}
.our_destination p{
    color: aliceblue;
}
.tour_car .box{
    background-color: aliceblue;
    box-shadow: 0px 0px 10px #00000030;
    border: 1px solid #efb507d4;
    text-align: left;
    width: 95% !important;
    border-radius: 5px;
}
.tour_car .box img{
    width: 100%;
    border-radius: 5px;
}
.tour_car .box h4{
    padding: 5px 15px;
    background-color: #f9c935;
    width: 90%;
    font-size: 18px;
    font-family: lora;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-top: -13px;
    z-index: 9;
    position: relative;
    color: #333;
}
.tour_car .box p{
    color: #000;
    font-family: lora;
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 1.2em;
    font-weight: 400;
    padding: 5px 15px;
}
.tour_car .box .section_button{
    display: flex;
    width: 100%;
}
.tour_car .box .section_button a{
    width: 50%;
    border: 0;
    text-decoration: none;
}
.tour_car .box .section_button a .box{
    width: 100% !important;
    text-align: center;
    padding: 5px 20px;
    border: 0;
    border-radius: 0;
}
.tour_car .box .section_button a .box p{
    margin-bottom: 0;
    font-size: 14px;
    font-family: poppins;
    font-weight: 600;
    letter-spacing: 1px;
}
.tour_car .box .section_button a .wp_btn{
    background-color: #0bcf5d;
    border-radius: 0 0 0 5px;
}
.tour_car .box .section_button a .call_btn{
    background-color: #ff2d2d;
    border-radius: 0 0 5px 0;
}
@media only screen and (max-width: 900px){
    .tour_car .box .section_button a .box p{
        font-size: 13px;
        padding: 5px;
    }
    .our_destination{
        padding: 70px 10px 30px;
    }
    
    .get_in_touch {
        padding: 50px 15px !important;
    }
}
@media only screen and (max-width: 600px){
    .tour_car .box .section_button a .box p{
        margin: 0;
        font-size: 14px;
    }
}

/*===========Car Rent services==========*/
.car_destination .section_boxs{
    display: flex;
}
.car_destination .section_boxs .box{
    width: 25%;
    text-align: left;
}
@media only screen and (max-width: 600px){
    .car_destination .section_boxs{
        display: block;
        margin-bottom: 50px;
        margin-top: 15px;
    }
    .car_destination .section_boxs .box{
        width: auto;
        margin-bottom: -20px;
    }
    
    .get_in_touch {
        display: block !important;
    }
}

.get_in_touch .section_box h4,
.get_in_touch .section_box .getintouch_form label,
.get_in_touch .margin_left .section_box .section .boxs h4,
.get_in_touch .margin_left .section_box .section .boxs p,
.get_in_touch .margin_left .section_box .section .boxs p a{
    color: #333;
}