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

* {
    transition: .3s ease-out;
}

.theme_color {
    background-color: #021428 !important;
    color: white !important;
}

body,
html,
p {
    font-family: "Roboto", sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif !important;
}

a {
    text-decoration: none !important;
    color: inherit !important;
}

.header_logo {
    width: 120px;
    height: auto;
}

.navbar {
    box-shadow: 0px 1px 8px rgb(146 111 27);
}

.navbar .nav-link {
    font-weight: 500 !important;
    color: #000;
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.navbar .nav-link:hover {
    color: #926f1b;
}

.btn_one {
    background-color: #926f1b;
    color: white !important;
    border-radius: 8px;
    padding: 0.5rem 1.5rem !important;
    text-decoration: none;
    font-weight: 500 !important;
}

.btn_one:hover {
    background-color: #926f1b;
}

.home_banner {
    height: 600px;
    display: flex;
    align-items: center;
}

.home_banner_h2 {
    color: white;
    font-weight: 500;
    font-size: 36px;
    margin-top: 3rem;
}

.home_banner_h1 {
    color: white;
    font-weight: 600;
    font-size: 50px;
}

.home_banner_p1 {
    color: white;
    margin-bottom: 2rem;
}

.span_orange {
    color: #926f1b !important;
}

.home_banner_p2 {
    color: white;
    font-weight: 500;
}

.banner_form_card {
    background-color: white;
    border-radius: 10px;
    margin-right: 3rem;
    margin-left: 3rem;
}

.marginlrthreerem {
    margin-right: 3rem;
    margin-left: 3rem;
}

.form_tab_button {
    width: 100%;
    text-align: center;
    font-size: 18px;
    border-radius: 10px;
    border: none !important;
    font-weight: 500;
    background-color: #f0f2f7;
}

.banner_form_card .form_card_mp {
    margin: 0 !important;
    padding: 0 !important;
}

.form_tab_button_active {
    background-color: white;
}

.contact_card label {
    margin-top: 1rem;
    color: black;
    font-weight: 500;
}

.banner_form_card label {
    color: black;
    font-weight: 500;
}

.chauffeur_signup_card label {
    color: black;
    font-weight: 500;
}

.home_service_img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.home_service_h1 {
    font-weight: 600;
    font-size: 44px;
    padding-top: 3rem;
}

.home_service_h2 {
    font-size: 24px;
    padding-top: 1rem;
    font-weight: bold;
}

.home_service_a {
    text-decoration: underline !important;
    font-weight: 600;
}

.home_city_routes {
    background-color: #F0F2F7CC;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.home_city_routes_h1 {
    font-weight: 600;
    font-size: 44px;
    padding-top: 3rem;
}

.home_city_card {
    border: none !important;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.home_city_card:hover {
    transform: scale(1.05);
}

.home_city_card_img {
    width: 100%;
    height: auto;
}

.home_city_card_h1 {
    padding: 0.5rem 1rem 0rem 1rem;
    font-size: 18px;
    margin: 0;
}

.home_city_card_p1 {
    padding: 0rem 1rem 0.5rem 1rem;
    font-size: 14px;
    margin: 0;
    color: #64666b;
}

.home_routes_card {
    border: none !important;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    padding: 0.7rem;
}

.home_routes_card_h1 {
    font-size: 16px;
    margin: 0;
    font-family: "Roboto", sans-serif !important;
}

.home_routes_card_p1 {
    font-size: 14px;
    margin: 0;
}

.home_routes_card_h2 {
    font-size: 18px;
    margin: 0;
    font-family: "Roboto", sans-serif !important;
}

.home_city_routes_card {
    border: none !important;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    padding: 2rem 1rem;
}

.home_city_routes_card_h1 {
    font-size: 20px;
    margin: 0;
    font-family: "Roboto", sans-serif !important;
}

.home_city_routes_card_p1 {
    margin: 0;
    padding-top: 0.5rem;
}

.home_city_routes_btn {
    width: 100%;
    background-color: transparent;
    background-image: linear-gradient(90deg, #835d27 0%, #926f1b 100%);
    color: white !important;
    font-size: 18px;
    font-weight: 600;
    padding: 0.5rem 1rem;
    margin-top: 0.5rem;
}

.home_safety {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.home_safety_h1 {
    font-weight: 600;
}

.home_safety_card {
    border: none !important;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    padding: 2rem;
    height: 100%;
}

.home_safety_card:hover {
    transform: scale(1.05);
}

.home_safety_card_img {
    width: 50px;
    height: auto;
}

.home_safety_card_h1 {
    font-size: 22px;
    margin: 0;
    font-family: "Roboto", sans-serif !important;
}

.home_safety_card_p1 {
    margin: 0;
}

.about_section2 {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.about_section2_h1 {
    font-weight: 600;
}

.about_section2_img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.home_testimonial_section {
    padding-top: 2rem;
    padding-bottom: 6rem;
}

.home_testimonial_section_p1 {
    font-size: 18px;
    text-align: center;
    margin: 0;
    font-weight: 600;
}

.home_testimonial_section_h1 {
    font-size: 45px;
    font-weight: 600;
    text-align: center;
}

.testimonial_card {
    background-color: #F4F4F4;
    padding: 1rem 1.5rem;
    border: 1px solid #F4F4F4;
    border-radius: 20px;
    margin: 0rem 0.5rem;
}

.testimonial_card_social {
    width: auto;
    height: auto;
}

.testimonial_card_rating {
    float: right;
    width: auto;
    height: auto;
    padding-top: 0.5rem;
}

.testimonial_card_p1 {
    padding-top: 1rem;
    font-size: 14px;
    height: 8rem;
}

.testimonial_card_user {
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
}

.testimonial_card_p2 {
    padding-top: 15px;
    font-weight: 600;
    margin-bottom: 0;
    margin-left: -10px;
    font-size: 18px;
}

.testimonial_card_p3 {
    font-size: 14px;
    margin-left: -10px;
}

.faq_section {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.faq_section_h1 {
    font-weight: 600;
}

.faq_section_accordion .accordion-button {
    background-color: #F0F2F7;
    color: black;
    font-weight: 600;
    font-family: "Roboto", sans-serif !important;
    border-radius: 10px 10px 0px 0px !important;
}

.faq_section_accordion .collapsed {
    border-radius: 10px !important;
}

.faq_section_accordion .accordion-body {
    background-color: #F0F2F7;
    border-radius: 0 0 10px 10px !important;
}

.faq_section_accordion .accordion-item {
    margin-top: 0.7rem;
    border: none;
}

.faq_section_img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.our_service_cars_card_img1 {
    width: 120%;
    height: auto;
    margin-left: -5rem;
}

.our_service_cars_card_tick {
    width: 25px;
    height: 25px;
}

.our_service_cars_card {
    margin: 1rem 8rem;
    background-color: white;
    border: none !important;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
}

.our_service_cars_card_h1 {
    font-weight: 600;
}

.our_service_cars_card_p1 span {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

.our_service_cars_card_p1 {
    padding-bottom: 10px;
}

.our_service_cars_card_p2 {
    margin: 5px 0px;
}

.our_service_cars_section {
    margin-top: 2rem;
    margin-bottom: 6rem;
}

.our_service_cars_section_h1 {
    font-size: 45px;
    font-weight: 600;
    text-align: center;
}

.contact_us_section {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.contact_card {
    border: none !important;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.contact_card h3 {
    font-weight: 600;
}

.contact_card_icons {
    width: 100%;
    height: auto;
}

.contact_card_icons_socials {
    width: 50px;
    height: auto;
}

.contact_card_side {
    border: none !important;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    padding: 0.5rem 2rem;
}

.footer_section {
    background-color: black;
    padding-top: 3rem;
}

.footer_p1 {
    color: #e3e3e3;
}

.footer_h1 {
    color: white;
    font-size: 24px;
    font-weight: 600;
    padding-left: 2rem;
}

.footer_ul {
    list-style: none;
}

.footer_ul li {
    color: #e3e3e3;
    font-size: 16px;
    padding-top: 0.7rem;
}

.footer_ul_contact_icons {
    width: 25px;
    height: auto;
}

.footer_ul_contact_icons_socials {
    width: 35px;
    height: auto;
}

.footer_copyrights {
    text-align: center;
    padding-top: 1rem;
    border-top: 1px solid #e3e3e3;
    color: white;
}

.booking_banner {
    background-size: cover;
    background-repeat: no-repeat;
    height: 200px;
    display: flex;
    align-items: center;
}

.width_90_percent {
    width: 90% !important;
}

.width_5_percent {
    width: 5% !important;
    margin-left: 5% !important;
}

.booking_vehicles {
    border-bottom: 1px solid #eaecee;
}

.booking_vehicles_p1 {
    /* color: #926f1b; */
    color: black;
    font-size: 32px;
}


.booking_vehicles_dflex img {
    width: 40px;
}

.booking_vehicles_dflex span {
    border: 1px solid #eaecee;
    padding: 5px 10px;
    border-radius: 50%;
}

.booking_summary_card {
    background-color: #f6f6f6;
    border: none;
    padding: 1.5rem;
}

.booking_summary_card h5 {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
}

.booking_summary_card p {
    color: #2C3E50;
    font-size: 14px;
}

.btn-outline-orange {
    --bs-btn-color: #926f1b;
    --bs-btn-border-color: #926f1b;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #926f1b;
    --bs-btn-hover-border-color: #926f1b;
    --bs-btn-focus-shadow-rgb: 108, 117, 125;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #926f1b;
    --bs-btn-active-border-color: #926f1b;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #926f1b;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #926f1b;
    --bs-gradient: none;
}

.booking_vehicles_btn {
    background-color: #eaecee;
    padding: 0.5rem 2rem;
    float: right;
    margin-top: 1rem;
}

.booking_vehicles_btn:hover {
    border: 1px solid #eaecee;
}

.booking_vehicles_btn_active {
    color: white;
    background-color: #926f1b;
    padding: 0.5rem 2rem;
    float: right;
}

.booking_vehicles_btn_active:hover {
    border: 1px solid #926f1b;
}

.booking_extra_btn {
    background-color: #eaecee;
    padding: 0.5rem 2rem;
    float: right;
}

.booking_extra_btn:hover {
    border: 1px solid #eaecee;
}

.booking_extra_btn_active {
    color: white;
    background-color: #926f1b;
    padding: 0.5rem 2rem;
    float: right;
}

.booking_extra_btn_active:hover {
    border: 1px solid #926f1b;
}

.chauffeur_signup_card {
    border: none !important;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    padding: 1rem !important;
}

.chauffeur_signup_card p,
.chauffeur_signup_card ul,
.chauffeur_signup_card ol {
    font-size: 14px;
}

.chauffeur_signup_card h6 {
    font-weight: 600;
}

.vehicles_or_fleet_sec2 {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.blogs_card {
    border: none;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    overflow: hidden;
}

.blogs_card h2 {
    font-size: 20px;
    font-weight: 600;
    padding: 0.7rem 1rem 0rem 1rem;
}

.blogs_card p {
    font-size: 14px;
    padding: 0rem 1rem;
}

.blogs_card .blogs_card_a {
    font-size: 18px;
    padding: 0rem 1rem 0.7rem 1rem;
    font-weight: 600;
    color: #926f1b !important;
    text-decoration: underline !important;
}

.blogs_card:hover {
    transform: translate(0, -8px);
}

.blogs_card:hover img {
    transform: scale(1.03);
}


.blog_detail_card {
    border: none;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    overflow: hidden;
}

.our_service_cars_card .row {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important;
}

.step-button img {
    width: 50px;
    height: auto;
}

.booking_vehicles_dflex {
    float: right;
    margin-bottom: 1.5rem !important;
    display: flex !important;
    margin-top: 1rem !important;
}

.our_fleet_section_h1 {
    font-weight: 600;
    font-size: 44px;
    padding-top: 3rem;
}

.our_fleet_card {
    border: none !important;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    padding: 1rem;
    height: 100%;
}

.our_fleet_card_h1 {
    font-size: 20px;
    margin: 0;
    font-weight: 700;
}

.our_fleet_card_p1 {
    padding-top: 10px;
    font-size: 14px;
    margin: 0;
    color: #6e6e6e;
}

.our_fleet_card_dflex {
    margin: 1.6rem 0 0 0 !important;
    display: flex !important;
}

.our_fleet_card_dflex img {
    width: 20px;
}

.our_fleet_card_dflex span {
    border: 1px solid #eaecee;
    padding: 5px 10px;
    border-radius: 50%;
}

.btn_fleet_booking {
    background-color: #926f1b;
    color: white !important;
    border-radius: 8px;
    margin-top: 1rem;
    width: 100%;
}

.btn_fleet_booking:hover {
    background-color: #926f1b;
}

.home_gallery_section {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.home_gallery_section img {
    border-radius: 10px;
}

.our_compelimentory_section_h1 {
    font-weight: 600;
    font-size: 36px;
    padding-top: 3rem;
}

.our_compelimentory_card {
    border: none !important;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    padding: 1rem;
    height: 100%;
    text-align: center;
}

.our_compelimentory_card_h1 {
    font-size: 20px;
    margin: 0;
    font-weight: 700;
}

.our_compelimentory_card_p1 {
    padding-top: 10px;
    font-size: 14px;
    margin: 0;
    color: #6e6e6e;
}


.our_compelimentory_card_img {
    width: 70px;
    height: auto;
    margin-bottom: 10px;
}

.blogs_detail_a {
    font-weight: 600;
    color: #926f1b !important;
}

.slide-right,
.slide-left {
    width: 100%;
}

.slide-right {
    animation: 3s slide-right;
}
.slide-left {
    animation: 3s slide-left;
}

@keyframes slide-right {
    from {
        margin-left: -100%;
    }

    to {
        margin-left: 0%;
    }
}



@keyframes slide-left {
    from {
        margin-left: 100%;
    }

    to {
        margin-left: 0%;
    }
}
