@import url('https://fonts.googleapis.com/css2?family=Istok+Web:ital,wght@0,400;0,700;1,400;1,700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --card-bg-color: #f0f0f0;
    --card-secondary-color: #d8d8d8;
    --card-active: #c3c3c3;
    --quaternary-color: #c3c3c3;
    --logo-color: #fff200;
    --black: #2c2c29
}

.vision {
    background: linear-gradient(-180deg, #000 35%, #535353 100%);
    overflow: hidden;
    padding: 6% 0 6% 0;
}

.vision h1 {
    color: #FFFFFF;
    font-size: 19px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    line-height: 30px;
    margin-bottom: 10px;
    padding-bottom: 0;
    padding-left: 5%;
    padding-right: 5%;
}

.vision h1 span {

    color: #f3e300;
}

/* about-home */
.about-para {
    font-family: 'Istok Web', sans-serif;
    font-size: 18px;
    color: #d4d4d4;
}

.about-left {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.about-left h4 {
    font-size: 20px;
    color: var(--logo-color);
    margin-bottom: 1px;
    display: block;
    font-weight: 600;
    text-transform: capitalize;
    font-family: "Poppins", sans-serif;
}

.about-left h2 {
    font-size: 40px;
    color: #ffffff;
    letter-spacing: 1px;
    margin-bottom: 15px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    display: inline-block;
    text-transform: capitalize;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}

.about-list ul {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    margin-top: 20px;
    margin-left: 20px;
}

.about-list ul li {
    font-family: 'Istok Web', sans-serif;
    margin: 5px 0;
    margin-top: auto;
    color: white;
}

.about-list ul li span {
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
    margin-right: 10px;
    background: var(--logo-color) none repeat scroll 0 0;
    border-radius: 2px;
    line-height: 20px;
}

.about-list ul li span svg {
    fill: #000000;
    height: 12px;
}

.about-right {
    margin-top: 30px;
}

.about-right img {
    max-width: 100%;
    height: auto;
    width: 80%
}

@media (min-width: 992px) and (max-width: 1169px) {
    .about-left h2 {
        font-size: 35px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .about-left h2 {
        font-size: 35px;
    }

    .gauto-about-area {
        padding-bottom: 20px !important;
    }
}

@media (max-width: 767px) {
    .about-left h2 {
        font-size: 30px;
    }

    .about-list ul {
        -webkit-columns: 1;
        -moz-columns: 1;
        columns: 1;
        margin-left: 20px;


    }

    .signature-left {
        width: 130px;
    }

    .gauto-about-area {
        padding-bottom: 50px !important;
    }
}

@media (min-width: 1078px) {
    .horizontal-booking-form .inner {
        min-height: 100px;
        width: 75%;
        /* margin-left: 150px; */
        position: relative;
        background: #fff;
        border-radius: 20px;
        padding: 5px 30px;
        border-top: none;
        box-shadow: rgb(0 0 0 / 25%) 0px 54px 55px, rgb(0 0 0 / 12%) 0px -12px 30px, rgb(0 0 0 / 12%) 0px 4px 6px, rgb(0 0 0 / 17%) 0px 12px 13px, rgb(0 0 0 / 9%) 0px -3px 5px;
    }
}


/* mobile SE */
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .about-left h2 {
        font-size: 30px;
    }

    .about-list ul {
        -webkit-columns: 1;
        -moz-columns: 1;
        columns: 1;
    }

    .signature-left {
        width: 130px;
    }

    .gauto-about-area {
        padding-bottom: 50px !important;
    }
}

/* steps */
.all-step {
    background: linear-gradient(120deg, rgba(0, 0, 0, 0.781) 0%, rgb(0, 0, 0) 100%);
}

.all-step1 {
    background: #ffffff;
}

.easy-steps h2 {
    margin-top: -30px;
    margin-bottom: 30px;
    text-align: center;
    font-family: 'poppins';
    color: var(--black);
}

.steps {
    margin-top: 40px;
}

.step1 {
    margin-top: 40px;
}

.step1 h3 {
    color: var(--black);
    font-weight: 700;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 20px;
}

.step1 h4 {
    color: var(--black);
    font-family: 'poppins';
    font-size: 1em;
    font-weight: 400;
}

.sub-step {
    margin-top: 30px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    line-height: 26px;
    font-size: 18px;
    font-weight: 800px;
    color: #585858
}

#step-card {
    box-pack: 20px;
    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); */
    transition: 0.3s;
    border-radius: 10px;
    padding: 25px;
}

#step-card:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12), 0 4px 8px rgba(0, 0, 0, 0.06);
    background: #303030;
    /* background: linear-gradient(120deg, rgb(255, 246, 119) 0%, var(--logo-color)); */
    background: rgb(235, 219, 0) ;
    transform: scale(1.01);
    color: #fff !important
}

#car {
    transition: 0.3s;
    /* padding: 25px; */
}

#car:hover {
    transform: scale(1.03);
}

.hire-us {
    color: #27292b;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    margin-bottom: 8%;
    margin-top: 10%;
}

label {
    text-transform: None;
}

.home {
    height: 100%;
    padding: 20px 80px 120px 80px !important
}

.left_container {
    height: 80%;
    background: var(--card-bg-color);
    width: 60%;
    border-radius: 10px;
    font-family: 'roboto';
    padding: 0 30px 50px 30px;
}

.left_container .selected_vehicle {
    width: 60%
}

.left_container .selected_vehicle .vehicle_type {
    position: relative;
    top: 5%;
    right: -70%;
    background-color: black;
    color: #fff;
    padding: 5px 10px;
    border-radius: 11px;
    width: fit-content;
}


.left_container .selected_vehicle img {
    width: 80%;
    margin-top: -70px;
}

.left_container .vehicle_details {
    background: #ffffff;
    padding: 10px 20px 20px 20px;
    border-radius: 10px;
    margin-top: 20px;
    margin-right: 20px;
    width: 50%;
    height: auto;
    align-self: flex-start;
}

.left_container .vehicle_details .points {
    margin-top: 5px;
    display: flex;
    align-items: center;
}

.left_container .vehicle_details span.bullets {
    background-color: #5A5959;
    color: #ffffff;
    height: 18px;
    width: 18px;
    font-size: 0.7em;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px
}

.left_container .vehicle_details h5 {
    font-family: 'poppins';
    font-weight: 600;
}

.left_container .vehicle_details p {
    font-family: 'istok web';
    font-weight: 400;
    color: black
}

.left_container .description {
    display: flex;
}

.left_container .description .card {
    font-family: 'roboto';
    font-weight: 400;
    width: 100%;
    color: black;
    background: var(--card-secondary-color);
    padding: 1rem;
    border-radius: 10px;
    margin-top: 20px;
    margin-right: 20px;
}
.left_container button.exit_btn {
    background-color: #d32b0d;
    color: #fff !important;
    font-weight: 700;
    font-size: 15px;
    margin-top: 20px;
    padding: 10px 20px;
    border-radius: 4px;
}
.left_container button.exit_btn:hover{
    background-color: #a51a1a;
}
.left_container button.proceed_btn {
    background-color: #443e3e;
    color: #fff !important;
    font-weight: 700;
    font-size: 15px;
    margin-top: 20px;
    margin-left: 30px;
    padding: 10px 40px;
    border-radius: 4px;
}
.left_container button.proceed_btn:hover{
    background-color: #000000;
}
.description .points {
    margin-top: 5px;
    display: flex;
    align-items: center;
}
.description  span.bullets {
    background-color: #5A5959;
    color: #ffffff;
    height: 24px;
    width: 24px;
    font-size: 0.8em;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px
}
.right_container {
    padding: 0 30px;
    height: 80%;
    width: 40%;
}

.right_container .v_selection_container {
    display: flex;
    justify-content: space-between;
    background: var(--card-bg-color);
    padding: 5px 30px;
    border-radius: 10px;
    margin-top: 20px;
    margin-right: 20px;
    width: 100%;
    border: 2px solid #fff;
    transition: transform 0.3s ease-in-out;
}
.right_container .v_selection_container:hover{
    cursor: pointer;
    background: #cecece;
    transform: scale(1.03);
}
.right_container .v_selection_container .vehicle_type {
    position: relative;
    top: 5%;
    right: -70%;
    background-color: black;
    color: #fff;
    padding: 0px 10px;
    border-radius: 11px;
    font-size: 0.8em;
    width: fit-content;

}
.right_container .v_selection_container .v_image{
    border-right:2px solid #e2dfdf;
    padding-right: 30px;
    height: 70px;
}
.right_container .v_selection_container .v_image img {
    width: 70px;
    margin-top: -16px;
}
.right_container .v_selection_container .v_items {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right:2px solid #e2dfdf;
}
.right_container .v_selection_container .v_price {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.right_container .v_selection_container .v_price span{
    background-color: white;
    font-family: 'poppins';
    font-size: 1.2em;
    padding: 5px 10px;
    border-radius: 10px;
    font-weight: 600;
}

.right_container input[type="text"].form-control.input_location{
    border-radius: 10px;
    font-family: 'poppins';
    border: 1px solid #e0e0e0;
}
.right_container input[type="text"].form-control.input_location::placeholder {
    text-transform: none !important;
}
.right_container .add-stop-btn{
    background-color: #585858;
    font-family: 'poppins';
    color: #ffffff;
    font-weight: 400;
    font-size: 0.8em !important;
    padding: 5px 10px;
    border-radius: 10px;
}
.right_container .add-stop-btn:hover{
    background-color: #3b3b3b;
    color: #ffffff;
    outline:none !important
}
.form-group label {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.8em;
}

.input-icon {
    position: relative;
}

.input-icon i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.2em;
    padding-left: 10px;
}

.input-icon input[type="text"] {
    padding: 10px 0 10px 35px;
    background-color: #F0F0F0;
    font-size: 0.9em;
    border: 1px solid rgb(163, 163, 163);
    box-shadow: none;
}

.input-icon input[type="text"]:focus {
    border: 1px solid black;
}

@media (max-width: 480px) {
    .input-icon input[type="text"] {
        padding: 10px 0 10px 35px;
        background-color: #F0F0F0;
        font-size: 0.9em;
        border: 1px solid rgb(163, 163, 163);
        box-shadow: none;
    }
    .input-icon input[type="text"]:focus {
        border: 1px solid black;
    }
    /* .vehicle_selection *{
        border: 1px solid rgb(255, 0, 0);
    } */
    .vehicle_selection{
        width: 100%;
        padding: 0 !important;
        margin: 0 !important;
        display: flex;
        flex-direction: column;
    }
    .vehicle_selection .right_container, .vehicle_selection .left_container{
        width: 100%;
    }
    .vehicle_selection .right_container label{
        width: 100%;
    }
    .vehicle_selection .left_container .vehicle{
        display: flex;
        flex-direction: column;
        padding-top:30px
    }
    .vehicle .vehicle_details{
        width: 100%;
    }
    .vehicle_selection .left_container .vehicle .selected_vehicle{
        width: 100%;
    }
    .vehicle_selection .left_container .description{
        display: flex;
        flex-direction: column;
    }
}
