@import url('https://fonts.googleapis.com/css2?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&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
    font-family: "Poppins", sans-serif;
}

:root {
    --primary-color: #000;
    --secondary-color: #ffff00;
    --secondary-color2: #010204;
    --white-color: #fff;
    --black-color: #000;
}

a {
    text-decoration: none;
}

figure {
    margin: 0;
    padding: 0;
}

.btn:focus {
    outline: none;
}

ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    padding: 0;
}

a, button {
    display: inline-block;
}

    button:focus {
        outline: none;
        box-shadow: none;
    }

select {
    cursor: pointer;
}

.btn:focus {
    outline: none;
    box-shadow: none;
}

.form-control:focus {
    outline: none;
    box-shadow: none;
}

/************************** Header css **************************/
/* mini header css */
/************************** Header css **************************/
.main-header {
    position: relative; /* top: 0; */ /* left: 0; */ /* right: 0; */ /* z-index: 99999; */
    transition: 0.5s; /* background: #fff; */
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

    .main-header.scroll {
        position: fixed;
        background: #151515;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
        top: 0;
        right: 0;
        left: 0;
        z-index: 9999;
    }

        .main-header.scroll .upper-list {
            margin-top: -36px;
        }

        .main-header.scroll .logo {
            width: 100px;
            padding: 0;
        }

.upper-list {
    background: #000000;
    padding: 4px 0 0;
    position: relative;
    transition: 0.5s;
}

    .upper-list .align-box {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-bottom: 5px;
    }

    .upper-list .box-1 .info-list {
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

        .upper-list .box-1 .info-list li {
            padding: 0 10px;
        }

            .upper-list .box-1 .info-list li span {
                color: #ffffff;
                font-size: 16px;
                padding-right: 7px;
            }

            .upper-list .box-1 .info-list li a {
                color: #ffffff;
                font-size: 15px;
                font-weight: 600;
            }

    .upper-list .box-2 .social-list {
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

        .upper-list .box-2 .social-list li span {
            color: #ffffff;
            font-size: 16px;
            padding-right: 7px;
        }

        .upper-list .box-2 .social-list li {
            padding: 0 12px;
        }

            .upper-list .box-2 .social-list li a {
                color: #ffffff;
                font-size: 16px;
                font-weight: 400;
            }

.main-header .logo {
    transition: 0.5s;
    width: 120px;
}

.main-header .nav-item {
    padding: 0 10px;
}

    .main-header .nav-item .nav-link {
        font-size: 17px;
        font-weight: 500 !important;
        color: #000000 !important;
        transition: 0.5s;
        text-transform: capitalize;
    }

.main-header.scroll .nav-item .nav-link {
    color: #ffffff !important;
}

    .main-header.scroll .nav-item .nav-link:hover {
        color: var(--secondary-color) !important;
    }

.main-header .nav-item .dropdown-item {
    text-transform: uppercase !important;
}

.main-header .nav-item .nav-link:hover {
    color: var(--secondary-color2) !important;
    text-decoration: underline;
}

.main-header .nav-item .nav-link.active {
    text-decoration: underline;
}

.nav-btn ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .nav-btn ul li {
        padding: 0 5px;
    }


.main-header .book-box ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .main-header .book-box ul li {
        padding: 0 3px;
    }

        .main-header .book-box ul li .book-btn {
            background-color: #ffff00;
            border: 3px solid #000000;
            border-radius: 7px;
            padding: 10px 20px;
            color: #000000 !important;
            transition: 0.5s;
            font-size: 16px;
            font-weight: 600;
        }

            .main-header .book-box ul li .book-btn span {
                width: 25px;
                height: 25px;
                background-color: #000000;
                border-radius: 50%;
                color: #ffffff;
                display: inline-flex;
                align-items: center;
                justify-content: center;
                margin-right: 3px;
                font-size: 14px;
            }
/* header css */
/* hero section */
.hero-section {
    width: 100%;
    padding: 10px 0;
    margin-top: 0px;
}

.main-hero {
    width: 100%;
    height: 100%;
    padding: 70px 6%;
    background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.5)), url(../images/hero-image.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 35px;
}

    .main-hero .heading-section {
        width: 100%;
    }

        .main-hero .heading-section h2 {
            font-size: 16px;
            font-weight: 600;
            color: var(--white-color);
            width: fit-content;
            padding: 8px 20px;
            border-radius: 10px;
            background: #00000080;
            border: 3px solid #ffff00;
            margin-bottom: 10px;
        }

        .main-hero .heading-section h1 {
            font-size: 57px;
            font-weight: 700;
            color: var(--white-color);
            margin: 10px auto;
        }

        .main-hero .heading-section p {
            color: var(--white-color);
            font-size: 20px;
            margin-bottom: 20px;
        }

.rent-details-box {
    background: #0000008a;
    border: 5px solid #ffff00;
    border-radius: 13px;
    padding: 20px 25px;
    margin: 0;
}

.rent-details-item {
    width: 100%;
    display: flex;
    border-bottom: 1px solid var(--secondary-color);
    padding-bottom: 15px;
    margin-bottom: 20px;
}

    .rent-details-item .icon-box {
        margin-right: 10px;
        width: 50px;
        height: 50px;
        background: #ffff00;
        padding: 5px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 10px;
    }

        .rent-details-item .icon-box i {
            font-size: 18px;
        }

.rent-details-content {
    width: calc(100% - 34px);
}

    .rent-details-content h3 {
        font-size: 16px;
        font-weight: 600;
        text-transform: capitalize;
        margin-bottom: 5px;
        color: #ffff00;
    }

    .rent-details-content input, .rent-details-content select {
        font-size: 16px;
        width: 100%;
        display: block;
        border: none;
        border-radius: 0;
        background-color: transparent;
        box-shadow: none;
        outline: none;
        padding: 0 20px 0 0;
        background-position: right center;
        cursor: pointer;
        color: var(--white-color);
        font-family: "Poppins", sans-serif;
    }

        .rent-details-content select option {
            color: var(--black-color);
        }

        .rent-details-content input::placeholder {
            color: var(--white-color);
        }

.rent-details-search {
    margin-top: 20px;
}

.hero-btn {
    border: none;
    padding: 10px 40px !important;
    background: var(--secondary-color);
    color: var(--secondary-color2);
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    border-radius: 10px;
    transition: all 0.3s ease;
}

    .hero-btn:hover {
        background: var(--white-color);
        color: var(--primary-color);
    }

.bookhero-btn {
    background-color: var(--primary-color);
    border: 3px solid var(--secondary-color);
    border-radius: 7px;
    padding: 10px 20px;
    color: var(--white-color);
    transition: 0.5s;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease;
}

    .bookhero-btn:hover {
        color: var(--secondary-color);
    }

    .bookhero-btn span {
        width: 25px;
        height: 25px;
        background-color: var(--secondary-color);
        border-radius: 50%;
        color: var(--primary-color);
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-right: 3px;
        font-size: 14px;
    }
/* hero section */
/* about section */
.sec-about {
    margin-top: 0;
    padding: 40px 0;
    position: relative;
}

    .sec-about::before {
        content: '';
        background-color: var(--secondary-color);
        position: absolute;
        width: 45vw;
        height: 100%;
        right: 0%;
        bottom: 0;
        top: 0;
        clip-path: polygon(43% 0%, 100% 0%, 100% 100%, 0% 100%);
    }

    .sec-about .img-box {
        position: relative;
    }

        .sec-about .img-box img {
            width: 100%;
            border-radius: 20px;
            border: 5px solid var(--primary-color);
            box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        }

    .sec-about .custom-head-Btn {
        width: fit-content;
    }

.content-box h3 {
    font-size: 18px;
    font-weight: 700;
    border-bottom: 1px solid var(--primary-color);
    width: fit-content;
    padding: 5px 0px;
    color: #000000;
    text-align: center;
    margin-bottom: 10px;
}

.content-box h2 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 10px;
    color: var(--black-color);
}

.content-box p {
    margin-bottom: 10px;
    color: var(--black-color);
}

.about-Btn {
    text-align: center;
    border: none;
    padding: 10px 40px !important;
    background: var(--primary-color);
    color: var(--white-color);
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    border-radius: 10px;
    transition: all 0.5s ease-in-out;
}

    .about-Btn:hover {
        color: var(--black-color);
        background: var(--secondary-color);
    }
/* about section */
/* our services section */
.services-section {
    width: 100%;
    height: 100%;
    padding: 40px 0;
}

.heading-services {
    width: 100%;
}

    .heading-services h2 {
        font-size: 42px;
        font-weight: 700;
        color: var(--black-color);
        margin-bottom: 0px;
        text-align: center;
    }

.service-main {
    width: 100%;
    height: 100%;
    padding: 0px 0 0 0;
}

.service-card {
    width: 100%;
    padding: 30px;
    min-height: 370px;
    border: 5px solid var(--primary-color);
    border-radius: 20px;
    text-align: center;
}

    .service-card h3 {
        font-size: 30px;
        font-weight: 700;
        margin-bottom: 10px;
        color: var(--white-color);
    }

    .service-card p {
        margin-bottom: 10px;
        color: var(--white-color);
    }

    .service-card .border-card-h3 {
        color: var(--black-color);
    }

    .service-card .border-card-p {
        color: var(--black-color);
    }

    .service-card .icon-box {
        width: 60px;
        height: 60px;
        background-color: #ffff00;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 20px;
        border: 2px solid #000;
    }

        .service-card .icon-box i {
            font-size: 26px;
            color: #000;
        }

.highlighted-card {
    background: var(--primary-color);
}

.service-BTn {
    border: none;
    padding: 12px 40px !important;
    text-align: center;
    background: var(--primary-color);
    color: var(--white-color);
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    transition: all 0.3s ease;
}

    .service-BTn:hover {
        color: var(--black-color);
        background: var(--secondary-color);
    }

.highlight-btn {
    background: var(--black-color);
    color: var(--white-color);
    transition: all 0.3s ease;
}

    .highlight-btn:hover {
        background: var(--secondary-color);
        color: var(--black-color);
    }
/* our services section */
/* gallery section css start */
.gallery-section {
    width: 100%;
    padding: 40px 0;
}

    .gallery-section h2 {
        font-size: 18px;
        font-weight: 600;
        color: var(--white-color);
        width: fit-content;
        margin: 0 auto;
        background: var(--primary-color);
        margin-bottom: 10px;
        padding: 10px 40px;
        border-radius: 10px;
    }

    .gallery-section h3 {
        font-size: 42px;
        font-weight: 700;
        color: var(--black-color);
        text-align: center;
        margin-bottom: 40px;
    }

.gallery-img-box {
    width: 100%;
}

    .gallery-img-box .image-box {
        width: 100%;
        padding: 10px;
        border: 5px solid var(--primary-color);
        border-radius: 20px;
        margin-bottom: 25px;
    }

        .gallery-img-box .image-box a {
            width: 100%;
        }

        .gallery-img-box .image-box .gallery-image-1 {
            border-radius: 15px;
            width: 100%;
            height: 250px;
            object-fit: cover;
        }

.gallery-section .gallery-img-box .image-box {
    position: relative;
}

    .gallery-section .gallery-img-box .image-box p {
        position: absolute;
        top: 30px;
        left: 40px;
        background: #660c0b;
        color: #fff;
        font-size: 16px;
        font-weight: 600;
        text-align: center;
        width: fit-content;
        padding: 5px 15px;
        border-radius: 10px;
    }
/* gallery section css end */
/* our fleets section */
.our-fleet-section {
    width: 100%;
    height: 100%;
    background: var(--primary-color);
    padding: 40px 0px;
}

    .our-fleet-section h2 {
        font-size: 18px;
        font-weight: 600;
        color: #000000;
        background: #ffff00;
        border-radius: 10px;
        text-align: center;
        margin-bottom: 40px;
        padding: 10px 40px;
        width: fit-content;
        margin: 0 auto 40px auto;
    }

    .our-fleet-section .fleetPara {
        text-align: center;
        margin-bottom: 50px;
    }

.fleet-card {
    width: 100%;
    height: auto;
    margin-bottom: 25px;
    background: var(--white-color);
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    overflow: hidden;
}

    .fleet-card .fleet-1 {
        width: 100%;
        height: 250px;
        object-fit: cover;
    }

.fleet-contentD {
    padding: 10px 30px 30px 30px;
}

.fleet-card h3 {
    font-weight: 700;
    color: var(--black-color);
    margin-bottom: 10px;
    font-size: 32px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--primary-color);
}

.fleet-card .fleet-para {
    color: var(--black-color);
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--primary-color);
}

.fleet-features {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-bottom: 10px;
}

    .fleet-features i {
        padding-right: 5px;
        color: var(--primary-color);
    }

    .fleet-features p {
        margin-bottom: 0px !important;
    }

.fleet_btn {
    width: 100%;
    text-align: center;
    border: none;
    padding: 10px 40px !important;
    background: var(--primary-color);
    color: var(--white-color);
    border-radius: 10px;
    font-weight: 600;
    transition: all 0.3s ease;
}

    .fleet_btn:hover {
        background: var(--secondary-color);
        color: var(--black-color);
    }
/* our fleets section */
/* contact section */
.contact-section {
    width: 100%;
    height: 100%;
    padding: 40px 0px;
}

.contact-heading {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
}

.contact-section h3 {
    font-size: 18px;
    font-weight: 600;
    color: var(--white-color);
    background: var(--primary-color);
    width: fit-content;
    margin: 0 auto;
    border-radius: 10px;
    padding: 10px 40px;
    margin-bottom: 10px;
}

.contact-section h2 {
    font-size: 54px;
    font-weight: 700;
    color: var(--black-color);
    text-align: center;
}

.main-contact {
    width: 100%;
    height: 100%;
    background: var(--white-color);
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    overflow: hidden;
}

.contact-info {
    width: 100%;
    height: 100%;
    padding: 40px;
    background: var(--primary-color);
}

    .contact-info h3 {
        font-size: 42px;
        font-weight: 600;
        margin-bottom: 20px;
        color: var(--white-color);
    }

    .contact-info p {
        color: var(--white-color);
        margin-bottom: 10px !important;
        margin-top: 5px;
    }

.sicial-contact {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
}

.in-con {
    width: 100%;
    display: flex;
    gap: 10px;
    align-items: flex-start;
    color: var(--secondary-color2);
}

    .in-con i {
        width: 30px;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: var(--white-color);
        color: var(--secondary-color2);
        border-radius: 5px;
    }

    .in-con a {
        color: var(--white-color);
        transition: all 0.3s ease-in-out;
        margin-top: 5px;
    }

        .in-con a:hover {
            color: var(--secondary-color);
        }

.contact-form {
    width: 100%;
    height: 100%;
    padding: 50px;
}

.con_inp {
    width: 100%;
    height: 100%;
}

.contact-input {
    width: 100%;
    padding: 15px 20px;
    border: 2px solid var(--primary-color);
    margin-bottom: 20px;
    font-family: "Poppins", sans-serif;
    transition: all 0.5s ease-in-out;
    border-radius: 10px;
    font-weight: 500;
}

    .contact-input::placeholder {
        color: var(--black-color);
    }

    .contact-input:focus {
        outline: none;
        border: 2px solid var(--primary-color);
    }

    .contact-input:not(:placeholder-shown) {
        border-bottom: 2px solid var(--secondary-color2);
        border-top: none;
        border-left: none;
        border-right: none;
        box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.1);
    }

.contact-Btn {
    width: unset;
    text-align: center;
    border: none;
    border-radius: 10px;
    padding: 10px 40px !important;
    background: var(--primary-color);
    color: var(--white-color);
    font-weight: 600;
    margin-top: 20px;
    transition: all 0.3s ease;
}

    .contact-Btn:hover {
        background: var(--secondary-color);
        color: var(--black-color);
    }
/* contact section */
/* footer section css */
.footer {
    width: 100%;
    height: 100%;
    padding: 40px 0 20px;
    background: var(--secondary-color2);
}

    .footer .footer-logo {
        height: 220px;
    }

.center-footer-content {
    width: 100%;
    height: 100%;
    margin-left: 20px;
}

    .center-footer-content h2 {
        font-weight: 700;
        color: #fff;
        font-size: 24px;
    }

.footer_ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
    padding: 6px;
    margin-top: 10px;
}

    .footer_ul .footer_li a {
        color: var(--white-color);
        transform: translateX(0px);
        transition: all 0.3s ease-in-out;
        font-size: 17px;
    }

        .footer_ul .footer_li a:hover {
            transform: translateX(10px);
        }

        .footer_ul .footer_li a i {
            padding-right: 5px;
        }

.right-footer-content h2 {
    font-weight: 700;
    color: var(--white-color);
    font-size: 24px;
}

.right-footer-content .getin_touch {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
    margin-top: 10px;
}

.getin_touch a {
    color: var(--white-color);
    transition: all 0.3s ease-in-out;
    font-size: 17px;
}

    .getin_touch a:hover {
        color: var(--primary-color);
    }

    .getin_touch a i {
        padding-right: 5px;
    }

.getin_touch p {
    color: var(--white-color);
}

    .getin_touch p i {
        padding-right: 5px;
    }

.last-footer-content h2 {
    font-weight: 700;
    color: var(--white-color);
    font-size: 24px;
}

.social-icons {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 15px;
    gap: 10px;
}

    .social-icons .icon {
        background: #e8e800;
        color: #000000;
        transition: all 0.3s ease-in-out;
        border-radius: 5px;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
    }

        .social-icons .icon:hover {
            background: var(--white-color);
            color: var(--black-color);
        }

.bootom-footer-section {
    width: 100%;
    background: #e8e800;
    padding: 10px;
    color: #000000;
    text-align: center;
}

    .bootom-footer-section .bottom-footer-content a {
        color: #000000;
        transition: all 0.3s ease-in-out;
        text-decoration: underline;
        font-weight: 700;
    }

        .bootom-footer-section .bottom-footer-content a:hover {
            color: var(--black-color);
        }

.sec-tours {
    width: 100%;
    padding: 40px 0;
    background: #f2f2f2;
}

    .sec-tours .sec-title .box-1 h2 {
        font-size: 18px;
        font-weight: 600;
        color: var(--white-color);
        width: fit-content;
        margin: 0 auto;
        background: var(--primary-color);
        margin-bottom: 40px;
        padding: 10px 40px;
        border-radius: 10px;
    }

    .sec-tours .sec-title .box-1 .para {
        color: #6b6b6b;
        padding: 5px 0 10px;
    }

    .sec-tours .sec-title .box-2 {
        text-align: right;
    }

        .sec-tours .sec-title .box-2 .services-btn {
            font-weight: 600;
            background-color: #f8b347;
            border: 1px solid #f8b347;
            border-radius: 7px;
            padding: 11px 26px;
            color: #ffffff !important;
            transition: 0.5s;
            font-size: 16px;
        }

    .sec-tours .industries-box {
        background-color: #fff;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        position: relative;
        border-radius: 10px;
        overflow: hidden;
        margin-bottom: 25px;
        padding: 0;
    }

        .sec-tours .industries-box .img-box {
            position: relative;
            box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
        }

            .sec-tours .industries-box .img-box img {
                height: 350px;
                width: 100%;
                object-fit: cover;
                border-radius: 10px;
            }

            .sec-tours .industries-box .img-box::before {
                content: "";
                background-color: #000;
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                opacity: 0.5;
                border-radius: 10px;
            }

        .sec-tours .industries-box .icon-box {
            background-color: #ededed;
            width: fit-content;
            margin: 0 auto;
            padding: 18px;
            border-radius: 10px;
        }

        .sec-tours .industries-box .for-abs {
            position: absolute;
            text-align: center;
            padding: 0 0px;
            top: 180px;
            margin: 0 auto;
            left: 0;
            right: 0;
        }

        .sec-tours .industries-box .day-count {
            position: absolute;
            top: 6%;
            right: 3%;
            background: var(--secondary-color);
            padding: 8px 20px;
            border-radius: 7px;
            color: #000000;
            font-size: 16px;
            font-weight: 600;
            font-family: "Poppins", sans-serif;
            transition: all 0.3s ease-in-out;
        }

            .sec-tours .industries-box .day-count:hover {
                background: var(--primary-color);
                color: var(--white-color);
            }

        .sec-tours .industries-box .detail-table table {
            margin-bottom: 0;
        }

        .sec-tours .industries-box .detail-table {
            position: absolute;
            top: 214px;
            left: 0;
            right: 0;
            color: var(--white-color);
            text-align: center;
            padding: 0 14px;
        }

            .sec-tours .industries-box .detail-table tr {
                border-bottom: 1px solid var(--white-color);
            }

            .sec-tours .industries-box .detail-table td {
                padding: 1px 0px;
                font-weight: 500;
                font-size: 14px;
            }

        .sec-tours .industries-box .for-abs h3 {
            color: var(--white-color);
            font-size: 26px;
            line-height: 30px;
            font-weight: 700;
        }

        .sec-tours .industries-box .for-abs .para {
            color: var(--white-color);
            font-size: 18px;
            line-height: 23px;
        }

/* footer section css */
/* inner pages banner css */
.banner-section {
    width: 100%;
    padding: 80px;
    background: var(--primary-color);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

    .banner-section h2 {
        font-size: 52px;
        font-weight: 600;
        color: var(--white-color);
    }

.breadcrumb {
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.breadcrumb-item a {
    color: var(--white-color);
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--white-color);
}

.breadcrumb-item.active {
    color: var(--secondary-color);
    font-weight: 600;
}
/* inner pages banner css */
/* inner pages css */
.taxi-section {
    width: 100%;
    padding: 40px 0;
}

    .taxi-section .taxi-content-box {
        width: 100%;
    }

        .taxi-section .taxi-content-box h2 {
            font-size: 42px;
            font-weight: 600;
            color: var(--black-color);
            margin-bottom: 20px;
        }

        .taxi-section .taxi-content-box p {
            font-size: 16px;
            color: var(--black-color);
        }

    .taxi-section .taxi-content-box-2 {
        width: 100%;
    }

        .taxi-section .taxi-content-box-2 h2 {
            font-size: 22px;
            font-weight: 600;
            color: var(--black-color);
            margin-bottom: 10px;
        }

            .taxi-section .taxi-content-box-2 h2 span {
                color: #ccc;
                text-decoration: underline;
            }

        .taxi-section .taxi-content-box-2 p {
            font-size: 16px;
            margin-bottom: 10px;
            color: var(--black-color);
        }

    .taxi-section .taxi-content-box-3 {
        width: 100%;
        padding: 20px 40px;
        text-align: center;
        border: 5px solid var(--primary-color);
        border-radius: 20px;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    }

        .taxi-section .taxi-content-box-3 h2 {
            font-size: 32px;
            text-align: center;
            font-weight: 600;
            color: var(--black-color);
            margin-bottom: 10px;
        }

        .taxi-section .taxi-content-box-3 p {
            font-size: 16px;
            color: var(--black-color);
        }

    .taxi-section .taxi-img-box {
        width: 100%;
    }

        .taxi-section .taxi-img-box .taxi-image {
            width: 100%;
            border-radius: 20px;
            border: 5px solid var(--primary-color);
            box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        }

.rental-content-box {
    width: 100%;
}

    .rental-content-box h2 {
        font-size: 42px;
        font-weight: 600;
        color: var(--black-color);
        margin-bottom: 20px;
    }

    .rental-content-box ul li {
        display: flex;
        align-items: flex-start;
        gap: 10px;
        margin-bottom: 10px;
    }

        .rental-content-box ul li i {
            margin-top: 3px;
            color: #878787;
        }

    .rental-content-box p {
        font-size: 18px;
        color: var(--black-color);
        margin-top: 10px;
    }

.air-p {
    margin-bottom: 10px;
}
/* inner pages css */
.sec-result {
    padding: 60px 0;
}

    .sec-result .upper-list {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 7px 16px;
        background: #edf2fa;
        border-radius: 10px;
        padding: 10px;
        border: 2px solid #030303;
    }

        .sec-result .upper-list li {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

            .sec-result .upper-list li .icon-box {
            }

                .sec-result .upper-list li .icon-box .img-icon {
                    width: 60px;
                    height: 100%;
                    object-fit: contain;
                    border: 1px solid #030303;
                    padding: 5px;
                    border-radius: 7px;
                }

            .sec-result .upper-list li .text-box {
                padding: 0 10px;
            }

                .sec-result .upper-list li .text-box h6 {
                    font-size: 16px;
                    font-weight: 600;
                    color: #000;
                }

                .sec-result .upper-list li .text-box p {
                    font-size: 14px;
                }

    .sec-result .number-box {
        padding: 30px 40px;
    }

        .sec-result .number-box ul {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

            .sec-result .number-box ul li {
                width: 24%;
                position: relative;
            }

                .sec-result .number-box ul li .num-circle {
                    text-align: center;
                }

                    .sec-result .number-box ul li .num-circle h6 {
                        background-color: #030303;
                        width: 50px;
                        height: 50px;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        border-radius: 50%;
                        font-size: 20px;
                        margin: 0 auto;
                        color: #ffffff;
                        font-weight: 600;
                        position: relative;
                        z-index: 5;
                    }

                    .sec-result .number-box ul li .num-circle p {
                        font-size: 14px;
                        margin-top: 15px;
                        text-transform: uppercase;
                        color: #000;
                    }

    .sec-result .completed {
        background-color: #ffff00 !important;
        color: #000000 !important;
    }

    .sec-result .for-line {
        position: relative
    }

        .sec-result .for-line::before {
            content: '';
            background-color: #000000;
            position: absolute;
            width: 67%;
            height: 4px;
            top: 30%;
            border-radius: 10px;
            left: 70%;
        }

    .sec-result .cancellation-box {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding: 20px;
        background-color: #000000bd;
    }

        .sec-result .cancellation-box .img-box {
            background-color: #fff;
            padding: 10px;
            border-radius: 10px;
        }

            .sec-result .cancellation-box .img-box .shield-img {
                width: 50px;
            }

        .sec-result .cancellation-box .text-box {
            padding-left: 10px;
        }

            .sec-result .cancellation-box .text-box p {
                line-height: 23px;
                color: #fff;
                font-size: 18px;
            }


.update-fleet-box {
    background: #edf2fa;
    margin: 20px 0;
    padding: 20px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border: 2px solid #030303;
    border-radius: 13px;
}

    .update-fleet-box .img-box {
        margin-bottom: 10px;
    }

        .update-fleet-box .img-box img {
            width: 100%;
            height: 120px;
            object-fit: contain;
        }

    .update-fleet-box .car-text {
        text-align: center;
        font-size: 14px;
        line-height: 18px;
        padding-bottom: 10px;
        font-weight: 700;
    }

    .update-fleet-box .private-text {
        font-size: 14px;
    }

    .update-fleet-box .star-list {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding: 7px 0 0;
    }

        .update-fleet-box .star-list li {
            padding: 0 1px;
        }

            .update-fleet-box .star-list li i {
                color: #000000;
                background-color: #ffff00;
                padding: 4px;
                border-radius: 5px;
            }

    .update-fleet-box .fleet-detail {
        padding: 0px 13px;
        border-right: 1px solid #bbbbbb;
        border-left: 1px solid #bbbbbb;
    }

        .update-fleet-box .fleet-detail h4 {
            font-size: 22px;
            font-weight: 600;
            padding-bottom: 5px;
            color: #000000;
        }

        .update-fleet-box .fleet-detail .passenger-list {
            display: flex;
            align-items: center;
        }

            .update-fleet-box .fleet-detail .passenger-list li {
                font-size: 13px;
                padding: 0 8px 0 0;
                font-weight: 600;
            }

                .update-fleet-box .fleet-detail .passenger-list li i {
                    font-size: 16px;
                }

        .update-fleet-box .fleet-detail .passenger-list-2 {
            padding: 10px 0;
        }

            .update-fleet-box .fleet-detail .passenger-list-2 li {
                font-size: 15px;
                padding: 5px 10px;
                border: 1px solid #000000;
                margin: 7px 0;
                border-radius: 6px;
                font-size: 12px;
                background-color: #000000;
                width: fit-content;
                color: #ffffff;
            }

                .update-fleet-box .fleet-detail .passenger-list-2 li i {
                    font-size: 16px;
                    padding-right: 5px;
                }

        .update-fleet-box .fleet-detail .info-btn {
            color: #f9b442;
            text-decoration: underline;
            font-weight: 500;
        }

    .update-fleet-box .rate-box {
        margin-top: 10%;
    }

        .update-fleet-box .rate-box h6 {
            font-size: 15px;
            margin-top: 4px;
        }

        .update-fleet-box .rate-box .prize-box {
            text-align: center;
            padding: 4px 0;
            font-size: 20px;
            line-height: 29px;
            color: #000;
            font-weight: 600;
        }

        .update-fleet-box .rate-box .done-btn {
            padding: 0px;
            border-radius: 5px;
            text-align: center;
            color: #000000;
            font-weight: 600;
        }

.right-card {
    background-color: #edf2fa;
    padding: 20px;
    margin-top: 15px;
    border: 2px solid #030303;
    border-radius: 13px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

    .right-card .top-heading {
        display: flex;
        align-items: center;
        padding: 10px 0 15px;
    }

        .right-card .top-heading i {
            font-size: 24px;
            padding-right: 10px;
            color: #000000;
        }

        .right-card .top-heading h5 {
            font-size: 22px;
            color: #000000;
        }

    .right-card .distance-box {
        padding: 20px 0;
        border-top: 1px solid #000000;
        border-bottom: 1px solid #000000;
    }

        .right-card .distance-box h6 {
            color: #000;
        }

        .right-card .distance-box ul {
            padding: 10px 0 0;
        }

            .right-card .distance-box ul li {
                font-size: 14px;
                padding: 5px 0px;
                color: #000;
            }

                .right-card .distance-box ul li i {
                    font-size: 16px;
                    color: #000000;
                    padding-right: 5px;
                }

    .right-card .cal-mile {
        padding: 10px 0 0;
    }

        .right-card .cal-mile li {
            font-size: 16px;
            padding: 5px 0;
            color: #000;
        }

            .right-card .cal-mile li i {
                padding-right: 5px;
                color: #000000;
            }

    .right-card .distance-box-2 ul li {
        font-size: 14px;
        padding: 5px 0;
        color: #000;
    }

        .right-card .distance-box-2 ul li i {
            font-size: 15px;
            color: #000000;
            padding-right: 3px;
        }

.ui-menu {
    height: 250px !important;
    overflow-y: scroll;
}

.Passenger-Information {
    background: #edf2fa;
    padding: 20px;
    border: 2px solid #030303;
    border-radius: 13px;
    margin-bottom: 20px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

    .Passenger-Information h3 {
        font-size: 22px;
        font-weight: 600;
        padding-bottom: 5px;
        color: #000000;
    }

    .Passenger-Information .input-box {
        padding-bottom: 10px;
    }

        .Passenger-Information .input-box label {
            text-align: center;
            padding: 4px 0;
            font-size: 16px;
            font-weight: 600;
            line-height: 18px;
            color: #000;
            margin: 0;
        }

        .Passenger-Information .input-box .b-field {
            width: 100%;
            border: 1px solid #ccc !important;
        }

        .Passenger-Information .input-box p {
            font-size: 13px;
            padding: 4px 0;
        }

    .Passenger-Information .input-box-extra {
        height: 80px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

        .Passenger-Information .input-box-extra input {
            margin: 0 !important;
        }

        .Passenger-Information .input-box-extra label {
            padding-left: 10px;
        }

.ui-dialog .ui-dialog-content {
    overflow-y: hidden !important;
}

.ui-dialog .ui-dialog-buttonpane button {
    background: #000 !important;
    padding: 7px 10px !important;
    text-align: center !important;
    color: #ffffff !important;
    border-radius: 7px !important;
}
/* app section css start */
.sec-app {
    padding: 40px 0;
    position: relative;
    background: #000;
}

    .sec-app::before {
        content: '';
        background: var(--primary-color);
        position: absolute;
        width: 45vw;
        height: 100%;
        right: 0%;
        bottom: 0;
        top: 0;
        opacity: 0.4;
        z-index: 0;
        clip-path: polygon(100% 0, 0% 100%, 100% 100%);
        display: none;
    }

    .sec-app .sec-title {
        padding: 0 0 50px;
    }

        .sec-app .sec-title h3 {
            font-size: 20px;
            color: #000000;
            padding: 7px 20px;
            background-color: #ffff00;
            width: fit-content;
            border-radius: 10px;
            font-weight: 600;
            /* border: 2px solid #000000; */
        }

        .sec-app .sec-title h2 {
            font-size: 30px;
            color: #ffffff;
            padding: 7px 0 0;
            font-weight: 700;
            line-height: 40px;
        }

        .sec-app .sec-title .para {
            color: #ffffff;
            font-size: 16px;
            padding: 7px 0 0;
        }

    .sec-app .app-link h4 {
        font-size: 20px;
        color: #ffffff;
        font-weight: 700;
    }

    .sec-app .app-link ul {
        display: flex;
        padding-top: 12px;
    }

        .sec-app .app-link ul li {
            /* border: 3px solid #ffff00; */
            border-radius: 11px;
            margin: 0 5px 0 0;
        }

    .sec-app .content-box {
        position: relative;
        padding-top: 40px;
    }

        .sec-app .content-box .img-box {
            position: absolute;
            top: 0;
            left: 50%;
            transform: translateX(-50%);
        }

            .sec-app .content-box .img-box img {
                height: 550px;
                width: 100%;
                object-fit: contain;
            }

        .sec-app .content-box .app-detail-box {
            position: relative;
            background: #000000;
            border: 5px solid #ffff00;
            padding: 8% 10%;
            border-radius: 20px;
            margin-bottom: 25px;
        }

            .sec-app .content-box .app-detail-box h4 {
                font-size: 34px;
                color: #ffffff;
                font-weight: 700;
                padding-bottom: 7px;
            }

            .sec-app .content-box .app-detail-box h6 {
                font-size: 22px;
                color: #ffffff;
                font-weight: 600;
            }
/* app section css end */
.sec-privacy {
    padding: 40px 0 40px;
}

    .sec-privacy .content-box {
    }

        .sec-privacy .content-box h1 {
            text-transform: capitalize;
            position: relative;
            line-height: 25px;
            color: #000000;
            font-weight: 700;
            font-size: 22px;
            padding: 10px 20px;
            margin: 0 auto 20px;
            text-align: center;
            background-color: #ffff00;
            border: 3px solid #000000;
            width: fit-content;
            border-radius: 10px;
        }

        .sec-privacy .content-box h2 {
            text-transform: capitalize;
            position: relative;
            line-height: 25px;
            color: #000;
            font-weight: 700;
            font-size: 22px;
            padding: 10px 0;
            margin: 0;
        }

        .sec-privacy .content-box h3 {
            text-transform: capitalize;
            position: relative;
            padding-bottom: 0px;
            color: #000000;
            font-weight: 700;
            font-size: 18px;
            margin: 0;
        }

        .sec-privacy .content-box ul {
            padding-left: 30px;
            padding-bottom: 10px;
            list-style: none;
        }

            .sec-privacy .content-box ul li {
                padding: 3px 0;
                font-size: 16px;
            }

                .sec-privacy .content-box ul li i {
                    color: #000000;
                    font-size: 16px;
                    padding-right: 7px;
                }

                .sec-privacy .content-box ul li span {
                }

        .sec-privacy .content-box .para {
            color: #000000;
            padding: 5px 0;
            font-weight: 600;
            margin: 0;
        }

        .sec-privacy .content-box h6 a {
            font-size: 16px;
            color: #0089bf;
            text-decoration: underline;
        }

        .sec-privacy .content-box h6 span {
            font-weight: 700;
            font-size: 15px;
            color: #000;
            padding-right: 5px;
        }
/************************** Header css end **************************/

/************************** media-query **************************/

@media only screen and (min-width: 1921px) and (max-width: 7368px) {
}

@media only screen and (min-width: 1600px) and (max-width: 1920px) {
}

@media only screen and (min-width: 1445px) and (max-width: 1599px) {
}

@media only screen and (min-width: 1366px) and (max-width: 1444px) {
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .upper-list .box-1 .info-list li a {
        font-size: 14px;
    }

    .upper-list .box-1 .info-list li span {
        font-size: 14px;
    }

    .main-header .logo {
        width: 100px;
    }

    .main-header .nav-item .nav-link {
        font-size: 14px;
    }

    .main-header .nav-item {
        padding: 0 5px;
    }

    .main-header .book-box ul li .book-btn {
        font-size: 14px;
        padding: 7px 10px;
    }

    .main-hero {
        padding: 30px 3%;
    }

        .main-hero .heading-section h2 {
            font-size: 14px;
            padding: 7px 12px;
        }

        .main-hero .heading-section h1 {
            font-size: 32px;
        }

        .main-hero .heading-section p {
            font-size: 14px;
            margin-bottom: 10px;
        }

    .bookhero-btn {
        padding: 7px 12px;
        font-size: 14px;
    }

    .content-box h3 {
        font-size: 14px;
    }

    .content-box h2 {
        font-size: 32px;
    }

    .content-box p {
        font-size: 14px;
    }

    .about-Btn {
        padding: 8px 20px !important;
        font-size: 14px;
    }

    .service-card {
        padding: 10px;
        min-height: 326px;
    }

        .service-card h3 {
            font-size: 24px;
        }

        .service-card p {
            font-size: 14px;
        }

    .sec-tours .sec-title .box-1 h2 {
        padding: 10px 20px;
        font-size: 14px;
    }

    .sec-tours .industries-box .day-count {
        padding: 7px 12px;
        font-size: 14px;
    }

    .gallery-section h2 {
        padding: 10px 20px;
        font-size: 14px;
    }

    .gallery-section h3 {
        font-size: 32px;
    }

    .our-fleet-section h2 {
        padding: 10px 20px;
        font-size: 14px;
    }

    .fleet-card .fleet-1 {
        height: 180px;
    }

    .fleet-contentD {
        padding: 10px 10px 10px 10px;
    }

    .fleet-card h3 {
        font-size: 24px;
    }

    .fleet-card .fleet-para {
        font-size: 14px;
    }

    .fleet-features {
        grid-template-columns: repeat(1, 1fr);
        gap: 5px;
    }

        .fleet-features p {
            font-size: 14px;
        }

    .fleet_btn {
        font-size: 14px;
    }

    .contact-section h3 {
        padding: 10px 20px;
        font-size: 14px;
    }

    .contact-section h2 {
        font-size: 32px;
    }

    .contact-info {
        padding: 20px;
    }

        .contact-info p {
            font-size: 14px;
        }

    .sicial-contact {
        gap: 5px;
    }

    .in-con {
        gap: 5px;
    }

        .in-con a {
            font-size: 14px;
        }

    .contact-form {
        padding: 20px;
    }

    .contact-input {
        padding: 10px 13px;
        margin-bottom: 10px;
        font-size: 14px;
    }

    .contact-Btn {
        font-size: 14px;
    }

    .footer .footer-logo {
        height: 150px;
    }

    .footer_ul {
        gap: 5px;
    }

        .footer_ul .footer_li a {
            font-size: 14px;
        }

    .center-footer-content {
        margin-left: 0px;
    }

    .taxi-section .taxi-content-box h2 {
        font-size: 32px;
    }

    .taxi-section .taxi-content-box p {
        font-size: 14px;
    }

    .rental-content-box h2 {
        font-size: 32px;
    }

    .rental-content-box ul li {
        gap: 5px;
        font-size: 14px;
        margin-bottom: 8px;
    }

    .taxi-section .taxi-content-box-2 p {
        font-size: 14px;
    }

    .sec-app .sec-title {
        padding: 0 0 20px;
    }

        .sec-app .sec-title h3 {
            font-size: 14px;
        }

        .sec-app .sec-title h2 {
            font-size: 32px;
        }

        .sec-app .sec-title .para {
            font-size: 14px;
        }

    .sec-app .content-box {
        padding-top: 30px;
    }

        .sec-app .content-box .img-box img {
            height: 450px;
        }

        .sec-app .content-box .app-detail-box {
            padding: 5% 5%;
        }

            .sec-app .content-box .app-detail-box h4 {
                font-size: 32px;
            }

            .sec-app .content-box .app-detail-box h6 {
                font-size: 18px;
            }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .upper-list .box-1 .info-list li a {
        font-size: 14px;
    }

    .upper-list .box-1 .info-list li span {
        font-size: 14px;
    }

    .main-header .logo {
        width: 100px;
    }

    .main-header .nav-item .nav-link {
        font-size: 14px;
    }

    .main-header .nav-item {
        padding: 0 5px;
    }

    .main-header .book-box ul li .book-btn {
        font-size: 14px;
        padding: 7px 10px;
    }

    .main-hero {
        padding: 30px 3%;
    }

        .main-hero .heading-section h2 {
            font-size: 14px;
            padding: 7px 12px;
        }

        .main-hero .heading-section h1 {
            font-size: 32px;
        }

        .main-hero .heading-section p {
            font-size: 14px;
            margin-bottom: 10px;
        }

    .bookhero-btn {
        padding: 7px 12px;
        font-size: 14px;
    }

    .content-box h3 {
        font-size: 14px;
    }

    .content-box h2 {
        font-size: 32px;
    }

    .content-box p {
        font-size: 14px;
    }

    .about-Btn {
        padding: 8px 20px !important;
        font-size: 14px;
    }

    .service-card {
        padding: 10px;
        min-height: 326px;
        margin-bottom: 20px;
    }

        .service-card h3 {
            font-size: 24px;
        }

        .service-card p {
            font-size: 14px;
        }

    .sec-tours .sec-title .box-1 h2 {
        padding: 10px 20px;
        font-size: 14px;
    }

    .sec-tours .industries-box .day-count {
        padding: 7px 12px;
        font-size: 14px;
    }

    .gallery-section h2 {
        padding: 10px 20px;
        font-size: 14px;
    }

    .gallery-section h3 {
        font-size: 32px;
    }

    .our-fleet-section h2 {
        padding: 10px 20px;
        font-size: 14px;
    }

    .fleet-card .fleet-1 {
        height: 180px;
    }

    .fleet-contentD {
        padding: 10px 10px 10px 10px;
    }

    .fleet-card h3 {
        font-size: 24px;
    }

    .fleet-card .fleet-para {
        font-size: 14px;
    }

    .fleet-features {
        grid-template-columns: repeat(1, 1fr);
        gap: 5px;
    }

        .fleet-features p {
            font-size: 14px;
        }

    .fleet_btn {
        font-size: 14px;
    }

    .contact-section h3 {
        padding: 10px 20px;
        font-size: 14px;
    }

    .contact-section h2 {
        font-size: 32px;
    }

    .contact-info {
        padding: 20px;
    }

        .contact-info p {
            font-size: 14px;
        }

    .sicial-contact {
        gap: 5px;
    }

    .in-con {
        gap: 5px;
    }

        .in-con a {
            font-size: 14px;
        }

    .contact-form {
        padding: 20px;
    }

    .contact-input {
        padding: 10px 13px;
        margin-bottom: 10px;
        font-size: 14px;
    }

    .contact-Btn {
        font-size: 14px;
    }

    .footer .footer-logo {
        height: 150px;
    }

    .footer_ul {
        gap: 5px;
    }

        .footer_ul .footer_li a {
            font-size: 14px;
        }

    .center-footer-content {
        margin-left: 0px;
    }

    .navbar-nav {
        justify-content: center;
        align-items: center;
    }

    .main-header.scroll .navbar-light .navbar-toggler-icon {
        filter: brightness(0) saturate(100%) invert(99%) sepia(99%) saturate(0%) hue-rotate(140deg) brightness(117%) contrast(101%);
    }

    .navbar-light .navbar-toggler {
        color: rgb(255 255 255) !important;
        border-color: rgb(255 255 255) !important;
    }

    .main-hero .heading-section {
        margin-bottom: 20px;
    }

    .sec-about::before {
        display: none;
    }

    .content-box {
        margin-bottom: 20px;
    }

    .sec-result .upper-list {
        display: none;
    }

    .banner-section {
        padding: 60px;
    }

    .center-footer-content h2 {
        margin-top: 20px;
    }

    .last-footer-content h2 {
        margin-top: 20px;
    }

    .right-footer-content h2 {
        margin-top: 20px;
    }

    .taxi-section .taxi-content-box h2 {
        font-size: 32px;
    }

    .taxi-section .taxi-content-box p {
        font-size: 14px;
    }

    .rental-content-box h2 {
        font-size: 32px;
    }

    .rental-content-box ul li {
        gap: 5px;
        font-size: 14px;
        margin-bottom: 8px;
    }

    .taxi-section .taxi-content-box-2 p {
        font-size: 14px;
    }

    .in-con i {
        width: 25px;
        height: 25px;
    }

    .sec-app .sec-title {
        padding: 0 0 20px;
    }

        .sec-app .sec-title h3 {
            font-size: 14px;
        }

        .sec-app .sec-title h2 {
            font-size: 32px;
        }

        .sec-app .sec-title .para {
            font-size: 14px;
        }

    .sec-app .content-box {
        padding-top: 30px;
    }

        .sec-app .content-box .img-box img {
            height: 450px;
        }

        .sec-app .content-box .app-detail-box {
            padding: 5% 5%;
        }

            .sec-app .content-box .app-detail-box h4 {
                font-size: 32px;
            }

            .sec-app .content-box .app-detail-box h6 {
                font-size: 18px;
            }
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
    .upper-list .box-1 .info-list li a {
        font-size: 14px;
    }

    .upper-list .box-1 .info-list li span {
        font-size: 14px;
    }

    .main-header .logo {
        width: 100px;
    }

    .main-header .nav-item .nav-link {
        font-size: 14px;
    }

    .main-header .nav-item {
        padding: 0 5px;
    }

    .main-header .book-box ul li .book-btn {
        font-size: 14px;
        padding: 7px 10px;
    }

    .main-hero {
        padding: 30px 3%;
    }

        .main-hero .heading-section h2 {
            font-size: 14px;
            padding: 7px 12px;
        }

        .main-hero .heading-section h1 {
            font-size: 32px;
        }

        .main-hero .heading-section p {
            font-size: 14px;
            margin-bottom: 10px;
        }

    .bookhero-btn {
        padding: 7px 12px;
        font-size: 14px;
    }

    .content-box h3 {
        font-size: 14px;
    }

    .content-box h2 {
        font-size: 32px;
    }

    .content-box p {
        font-size: 14px;
    }

    .about-Btn {
        padding: 8px 20px !important;
        font-size: 14px;
    }

    .service-card {
        padding: 10px;
        min-height: 326px;
        margin-bottom: 20px;
    }

        .service-card h3 {
            font-size: 24px;
        }

        .service-card p {
            font-size: 14px;
        }

    .sec-tours .sec-title .box-1 h2 {
        padding: 10px 20px;
        font-size: 14px;
    }

    .sec-tours .industries-box .day-count {
        padding: 7px 12px;
        font-size: 14px;
    }

    .gallery-section h2 {
        padding: 10px 20px;
        font-size: 14px;
    }

    .gallery-section h3 {
        font-size: 32px;
    }

    .our-fleet-section h2 {
        padding: 10px 20px;
        font-size: 14px;
    }

    .fleet-card .fleet-1 {
        height: 180px;
    }

    .fleet-contentD {
        padding: 10px 10px 10px 10px;
    }

    .fleet-card h3 {
        font-size: 24px;
    }

    .fleet-card .fleet-para {
        font-size: 14px;
    }

    .fleet-features {
        grid-template-columns: repeat(1, 1fr);
        gap: 5px;
    }

        .fleet-features p {
            font-size: 14px;
        }

    .fleet_btn {
        font-size: 14px;
    }

    .contact-section h3 {
        padding: 10px 20px;
        font-size: 14px;
    }

    .contact-section h2 {
        font-size: 32px;
    }

    .contact-info {
        padding: 20px;
    }

        .contact-info p {
            font-size: 14px;
        }

    .sicial-contact {
        gap: 5px;
    }

    .in-con {
        gap: 5px;
    }

        .in-con a {
            font-size: 14px;
        }

    .contact-form {
        padding: 20px;
    }

    .contact-input {
        padding: 10px 13px;
        margin-bottom: 10px;
        font-size: 14px;
    }

    .contact-Btn {
        font-size: 14px;
    }

    .footer .footer-logo {
        height: 150px;
    }

    .footer_ul {
        gap: 5px;
    }

        .footer_ul .footer_li a {
            font-size: 14px;
        }

    .center-footer-content {
        margin-left: 0px;
    }

    .navbar-nav {
        justify-content: center;
        align-items: center;
    }

    .main-header.scroll .navbar-light .navbar-toggler-icon {
        filter: brightness(0) saturate(100%) invert(99%) sepia(99%) saturate(0%) hue-rotate(140deg) brightness(117%) contrast(101%);
    }

    .navbar-light .navbar-toggler {
        color: rgb(255 255 255) !important;
        border-color: rgb(255 255 255) !important;
    }

    .main-hero .heading-section {
        margin-bottom: 20px;
    }

    .sec-about::before {
        display: none;
    }

    .content-box {
        margin-bottom: 20px;
    }

    .upper-list .box-1 .info-list li {
        padding: 0 5px;
    }

    .upper-list .align-box {
        flex-direction: column;
    }

    .upper-list .box-1 .info-list {
        flex-direction: column;
    }

    .sec-result .upper-list {
        display: none;
    }

    .banner-section {
        padding: 40px;
    }

        .banner-section h2 {
            font-size: 32px;
        }

    .breadcrumb {
        margin-top: 5px;
    }

    .sec-result {
        margin-bottom: 0px;
    }

    .sec-result {
        padding: 40px 0;
    }

    .center-footer-content h2 {
        margin-top: 20px;
    }

    .last-footer-content h2 {
        margin-top: 20px;
    }

    .right-footer-content h2 {
        margin-top: 20px;
    }

    .taxi-section .taxi-content-box h2 {
        font-size: 32px;
    }

    .taxi-section .taxi-content-box p {
        font-size: 14px;
    }

    .rental-content-box h2 {
        font-size: 32px;
    }

    .rental-content-box ul li {
        gap: 5px;
        font-size: 14px;
        margin-bottom: 8px;
    }

    .taxi-section .taxi-content-box-2 p {
        font-size: 14px;
    }

    .sec-app .sec-title {
        padding: 0 0 20px;
    }

        .sec-app .sec-title h3 {
            font-size: 14px;
        }

        .sec-app .sec-title h2 {
            font-size: 32px;
        }

        .sec-app .sec-title .para {
            font-size: 14px;
        }

    .sec-app .content-box {
        padding-top: 30px;
    }

        .sec-app .content-box .img-box img {
            height: 450px;
        }

        .sec-app .content-box .app-detail-box {
            padding: 5% 5%;
        }

            .sec-app .content-box .app-detail-box h4 {
                font-size: 32px;
            }

            .sec-app .content-box .app-detail-box h6 {
                font-size: 18px;
            }

        .sec-app .content-box .img-box {
            position: relative;
            margin-bottom: 20px;
        }
}

@media only screen and (min-width: 300px) and (max-width: 480px) {
    .upper-list .box-1 .info-list li a {
        font-size: 14px;
    }

    .upper-list .box-1 .info-list li span {
        font-size: 14px;
    }

    .main-header .logo {
        width: 80px;
    }

    .main-header .nav-item .nav-link {
        font-size: 14px;
    }

    .main-header .nav-item {
        padding: 0 5px;
    }

    .main-header .book-box ul li .book-btn {
        font-size: 14px;
        padding: 7px 10px;
    }

    .main-hero {
        padding: 30px 3%;
        border-radius: 10px;
    }

        .main-hero .heading-section h2 {
            font-size: 14px;
            padding: 7px 12px;
        }

        .main-hero .heading-section h1 {
            font-size: 32px;
        }

        .main-hero .heading-section p {
            font-size: 14px;
            margin-bottom: 10px;
        }

    .bookhero-btn {
        padding: 7px 12px;
        font-size: 14px;
    }

    .content-box h3 {
        font-size: 14px;
    }

    .content-box h2 {
        font-size: 32px;
    }

    .content-box p {
        font-size: 14px;
    }

    .about-Btn {
        padding: 8px 20px !important;
        font-size: 14px;
    }

    .service-card {
        padding: 10px;
        min-height: 326px;
        margin-bottom: 20px;
    }

        .service-card h3 {
            font-size: 24px;
        }

        .service-card p {
            font-size: 14px;
        }

    .sec-tours .sec-title .box-1 h2 {
        padding: 10px 20px;
        font-size: 14px;
    }

    .sec-tours .industries-box .day-count {
        padding: 7px 12px;
        font-size: 14px;
    }

    .gallery-section h2 {
        padding: 10px 20px;
        font-size: 14px;
    }

    .gallery-section h3 {
        font-size: 32px;
    }

    .our-fleet-section h2 {
        padding: 10px 20px;
        font-size: 14px;
    }

    .fleet-card .fleet-1 {
        height: 180px;
    }

    .fleet-contentD {
        padding: 10px 10px 10px 10px;
    }

    .fleet-card h3 {
        font-size: 24px;
    }

    .fleet-card .fleet-para {
        font-size: 14px;
    }

    .fleet-features {
        grid-template-columns: repeat(1, 1fr);
        gap: 5px;
    }

        .fleet-features p {
            font-size: 14px;
        }

    .fleet_btn {
        font-size: 14px;
    }

    .contact-section h3 {
        padding: 10px 20px;
        font-size: 14px;
    }

    .contact-section h2 {
        font-size: 32px;
    }

    .contact-info {
        padding: 20px;
    }

        .contact-info p {
            font-size: 14px;
        }

    .sicial-contact {
        gap: 5px;
    }

    .in-con {
        gap: 5px;
    }

        .in-con a {
            font-size: 14px;
        }

    .contact-form {
        padding: 20px;
    }

    .contact-input {
        padding: 10px 13px;
        margin-bottom: 10px;
        font-size: 14px;
    }

    .contact-Btn {
        font-size: 14px;
    }

    .footer .footer-logo {
        height: 150px;
    }

    .footer_ul {
        gap: 5px;
    }

        .footer_ul .footer_li a {
            font-size: 14px;
        }

    .center-footer-content {
        margin-left: 0px;
    }

    .navbar-nav {
        justify-content: center;
        align-items: center;
    }

    .main-header.scroll .navbar-light .navbar-toggler-icon {
        filter: brightness(0) saturate(100%) invert(99%) sepia(99%) saturate(0%) hue-rotate(140deg) brightness(117%) contrast(101%);
    }

    .navbar-light .navbar-toggler {
        color: rgb(255 255 255) !important;
        border-color: rgb(255 255 255) !important;
    }

    .main-hero .heading-section {
        margin-bottom: 20px;
    }

    .sec-about::before {
        display: none;
    }

    .content-box {
        margin-bottom: 20px;
    }

    .upper-list .box-1 .info-list li {
        padding: 0 5px;
    }

    .upper-list .align-box {
        flex-direction: column;
    }

    .upper-list .box-1 .info-list {
        flex-direction: column;
    }

    .main-header.scroll {
        top: -40px;
    }

    .sec-result .upper-list {
        display: none;
    }

    .banner-section {
        padding: 40px;
    }

        .banner-section h2 {
            font-size: 32px;
        }

    .breadcrumb {
        margin-top: 5px;
    }

    .sec-result {
        margin-bottom: 0px;
    }

    .sec-result {
        padding: 40px 0;
    }

    .center-footer-content h2 {
        margin-top: 20px;
    }

    .last-footer-content h2 {
        margin-top: 20px;
    }

    .right-footer-content h2 {
        margin-top: 20px;
    }

    .taxi-section .taxi-content-box h2 {
        font-size: 32px;
    }

    .taxi-section .taxi-content-box p {
        font-size: 14px;
    }

    .rental-content-box h2 {
        font-size: 32px;
    }

    .rental-content-box ul li {
        gap: 5px;
        font-size: 14px;
        margin-bottom: 8px;
    }

    .taxi-section .taxi-content-box-2 p {
        font-size: 14px;
    }

    .sec-app .sec-title {
        padding: 0 0 20px;
    }

        .sec-app .sec-title h3 {
            font-size: 14px;
        }

        .sec-app .sec-title h2 {
            font-size: 32px;
        }

        .sec-app .sec-title .para {
            font-size: 14px;
        }

    .sec-app .content-box {
        padding-top: 30px;
    }

        .sec-app .content-box .img-box img {
            height: 450px;
        }

        .sec-app .content-box .app-detail-box {
            padding: 5% 5%;
        }

            .sec-app .content-box .app-detail-box h4 {
                font-size: 32px;
            }

            .sec-app .content-box .app-detail-box h6 {
                font-size: 18px;
            }

        .sec-app .content-box .img-box {
            position: relative;
            margin-bottom: 20px;
        }
}
