﻿body{
    font-size: initial
}
:root {
    --color-yellow: #f2df01;
    --dark-org: #fc4300;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
}

ul,
p {
    padding: 0px;
    margin: 0px;
}

.white {
    color: var(--color-white);
}

.flex_prop {
    display: flex;
    align-items: center;
}

img {
    width: 100%;
}

.font_14 {
    font-size: 14px !important;
}

li,
a {
    list-style: none;
    text-decoration: none;
}


.relative {
    position: relative;
}

.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;
}


/* We offer*/

.we-offer{
display:flex;
padding:60px 0;
justify-content:center;
flex-flow:wrap;
}

.we-offer li {
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding:20px;
}

    .we-offer li img{
        width:71px;
    }

    .we-offer li h5 {
        margin-top: 15px;
        position: relative;
        font-size: 20px;
        font-weight: 600;
        padding-bottom: 15px;
        text-transform:uppercase;
    }
        .we-offer li h5:after{
            position:absolute;
            content:"";
            background:var(--color-black);
            width:50px;
            left:0;
            height:2px;
            bottom:10px;
        }
    .we-offer li p{
        font-weight:300;
    }

    /*About us*/

.abouts-sec {
    background: #f9f9f9;
    padding:60px 0;
    position:relative;
}

    .abouts-sec:after {
        position: absolute;
        content: "ABOUT";
        font-size: 65px;
        color: rgba(0,8,31,0.1);
        top: 60px;
        left: 54%;
        font-weight: 600;
    }

    .abouts-sec .container {
        max-width: 60%;
    }


     .about-head {
        font-size: 40px;
        padding-bottom: 30px;
        text-transform: uppercase;
        color: var(--color-black);
    }

.about-head span{
    color:var(--color-blue);
    font-weight:600;
    position:relative;
}
    .about-head span:after {
        content: "";
        position: absolute;
        bottom: 0px;
        width: 20px;
        height: 3px;
        background: var(--color-blue);
        right: 5%;
    }

    .abouts-sec .about-sub-head {
        text-transform: uppercase;
        font-size:30px;
        font-weight:600;
    }

    .abouts-sec p{
        font-weight:300;
    }
.first-pic {
    position: absolute;
    top: 30px;
    left: 35px;
    width: 50%;
    z-index: 1;
}

.secound-pic {
    position: absolute;
    top: -22px;
    right: 35px;
    width: 50%;
}


.first-sec{
    height:340px;
}

.secnd-sec{
    height:400px;
}








/*Hero Section*/
.hero_section {
    background-image: url(/images/hotel-deal/banner.webp);
    padding: 65px 0px;
}

.banner_content {
    background-color: rgba(255,255,255,0.7);
    border-radius: 5px;
    padding: 30px;
}

.banner_para {
    font-size: 20px;
    color: #212529;
}

.banner-head {
    font-size: 24px;
    text-decoration: underline;
    font-weight: 600;
    color: #212529;
}
.points li {
    display: flex;
    padding-left: 25px;
    position: relative;
    color: var(--color-black);
    font-size: 16px;
    padding-bottom: 5px;
    text-align:left;
}

    .points li:after {
        position: absolute;
        top: 0;
        left: 0;
        content: "\F271";
        font-size: 16px;
        font-weight: 600;
        font-family: bootstrap-icons;
        color:var(--color-black);
    }

.call-service{
    width:160px;

}
.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: 50px;
    color: #212529;
}

.title_banner sup{
    font-size:18px;
    top:-30px;
}

.color_yellow {
    color: var(--color-blue);
    font-weight:700;
    font-size:55px;
}

.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;
}
    .call_us_link:hover{
        transform: scale(1.1);
        color: var(--color-white);
    }
    .hero_form_container {

        background-color: rgba(255, 255, 255, 0.1);
       
    }
        .hero_form_container a {
            color: var(--color-white);
        }

        .form_header {
            background-color: var(--color-white);
            padding: 15px 20px;
        }

.font_weight_600 {
    font-weight: 600;
}

.form_para {
    border: 1px solid rgba(0, 0, 0, 0.5);
    padding: 2px 12px;
}

.sub_req{
    background:rgba(0,0,0,0.8);
    padding:20px;
    border-radius:5px;
}


.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;
}

    .input_holder i{
        font-size: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: 15px;
    transition: 0.3s
}
.btn_qut:hover{
    background-color: var(--color-blue);
    color: var(--color-white);
}


.select_time {
    border-left: 1px 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: 65px;
}

.offers_title {
    font-weight: 600;
    font-size: 20px;
}

.offers_content {
    width: calc(100% - 75px);
}

.car_img_big {
    height: 370px;
    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/hotel-deal/mid-sec.jpg");
    z-index: 3;
    height:145px;
}

    .discount_bg:after{

    }

    .discount_bg .banner_para {
        font-size: 28px;
        text-transform: uppercase;
        font-weight: 600;
        text-shadow: 0 0 3px #ffffff, 0 0 5px #ffffff;
    }

    .discount_bg .save-time{
        text-transform:uppercase;
    }
        .discount_bg .save-time h3{
            font-size:22px;
            font-weight:700;
        }

.hotel-bell {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -10px);
}
    .hotel-bell img{
        width:65%;
    }

    .discount_grid {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        grid-gap: 30px;
    }


/* Choose Us*/

.choose-us {
    background: url(/images/hotel-deal/why-chose-us.webp);
    padding:60px 0;

}

.why-choose {
    position: relative;
    padding-top: 65px;
}

    .why-choose:after {
        content: "CHOOSE";
        font-weight:600;
        font-size:90px;
        position:absolute;
        color:rgba(255,255,255,0.1);
        top:0;
        left:0;
    }
    .why-choose .chos-head {
        font-size: 34px;
        padding-left: 35px;
        color: var(--color-white);
        text-transform: uppercase;
        font-weight: 600;
        position: relative;
        display: inline-block;
        padding-bottom: 5px;
        margin-bottom: 50px;
        padding-top: 10px;
    }
        .why-choose .chos-head:after {
            content: "";
            position: absolute;
            bottom: 0px;
            width: 20px;
            height: 3px;
            background: var(--color-white);
            right: 5%;
        }

    .why-choose ul{
        display:flex;
        grid-gap:50px;
        flex-flow:wrap;
        justify-content:center;
    }
    .why-choose ul li {
        width: 30%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 10px 15px;
        border:1px solid var(--color-white);
        color:var(--color-white);
        margin-bottom:30px;
        font-weight:300;
        font-size:14px;
    }

        .why-choose ul li .title{
            font-size:20px;
            font-weight:500;
            padding-bottom:15px;
        }
        .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_bg {
    background-color: var(--color-white);
    padding: 20px;
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}

.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
    }
    /*Media Query*/
    @media screen and (max-width: 1200px) {
        .abouts-sec .container{
            max-width:initial;
        }
        .common_padding {
            padding: 0px 12px;
        }

    .title_banner {
        font-size: 40px;
    }

    .testimonal .tittle-sec, .how-work .tittle-sec{
        padding: 0px 12px;
    }
    .footer {
        padding: 0px 12px
    }
}

@media screen and (max-width: 992px) {

    .abouts-sec .container{
        max-width:100%;
    }
    .banner-head {
        font-size: 20px;
    }
    .we-offer{
        padding:20px 0;
    }
        .we-offer li{
            width:100%;
        }

    .abouts-sec:after {
        left: 24%;
        font-size:55px;
        top:0;
    }
    .first-sec, .secnd-sec {
        height: auto;
    }

        .secnd-sec{
            padding-top:40px;
        }
        .first-pic, .secound-pic {
            position: inherit;
            width: 100%;
        }

    .abouts-sec .about-head{
        display:none;
    }

    .discount_bg{
        height:265px;
    }

    .why-choose ul li{
        width:100%;
    }

    .why-choose ul{
        grid-gap:0;
    }
    .why-choose:after{
        font-size:75px;
    }

    .testimonal .slick-dots{
        bottom:-45px;
    }

    .about-head{
        font-size:30px;
    }
    .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;
    }
}

@media screen and (max-width: 768px) {


    .offers_icon {
        width: 65px;
        height: 60px;
    }

    .offers_content {
        width: calc(100% - 65px);
    }
    .brand_grid {
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 14px 20px;
    }
    }

@media screen and (max-width: 568px) {
    p,
    li,
    label,
    input {
        font-size: 14px;
    }


    .banner_content {
        padding: 20px;
    }

    .title_banner {
        font-size: 26px;
    }

    .title_banner_small {
        font-size: 27px;
    }

    .form_header {
        padding: 10px;
    }

    .rental_holder {
        padding: 7px 14px;
    }

    .icon_form svg {
        width: 15px;
        height: 15px;
    }


    .form_para {
        font-size: 12px;
    }

    .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;
    }
    .input_holder2 {
        padding: 4px 10px;
    }
    .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;
    }

    .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
    }
}
