@import url("font_style/stylesheet.css");

body {
    background-color: #000000 !important;
    color: #ffff !important;
}

/* Navigation bar */
.navigation-bar .navbar .navbar-brand {
    width: 20%;
}

/* .sticky{
    position: sticky;
    top: 0;
} */

.hero-section .navigation-bar {
    position: absolute;
    z-index: 99;
    top: 0;
    left: 8%;
    font-weight: 100;
}

/* .hero-section .desktop-view{
    position: sticky;
    top: 0;
} */

.mobile-view {
    display: none;
}

@media (max-width:992px) {
    .mobile-view .navigation-bar {
        background-color: #000000;
    }

    .hero-section .hero-sec-heading .all-btns {
        padding-left: 0 !important
    }

    .mobile-view {
        display: block;
    }

    .desktop-view {
        display: none;
    }

    .mobile-view .navigation-bar .navbar .navbar-brand {
        width: 30%;
    }

    .hero-section .hero-sec-heading .all-btns img {
        width: 32% !important;
        margin-bottom: 10px !important;
    }

    .hero-section .hero-sec-heading {
        position: absolute !important;
        top: 50% !important;
        left: 54% !important;
        transform: translate(-46%, -50%) !important;
    }
}

@media (max-width:767px) {
    .hero-section .hero-sec-heading h1 {
        font-size: 25px !important;
    }

    .form-section .row .main-content .social-links .fa {
        font-size: 18px !important;
    }

    .mobile-view .navigation-bar .navbar .navbar-brand {
        width: 40%;
    }

    .hero-section {
        margin-bottom: 30px !important;
    }

    .hero-section .carousel-inner img {
        width: 100%;
        height: 430px;
    }

    .hero-section .hero-sec-heading {
        width: 100%;
        text-align: center !important;
        top: 45% !important;
        left: 50% !important;
        transform: translate(-50%, -55%) !important;
    }

    .hero-section .hero-sec-heading .all-btns img {
        width: 45% !important;
        margin-bottom: 10px !important;
    }

    .hero-section .hero-sec-heading .all-btns {
        text-align: center !important;
    }

    .footer-section .footer-btn img {
        width: 45% !important;
        margin-bottom: 10px !important;
    }
}

@media (max-width:500px) {
    .hero-section .hero-sec-heading {
        position: absolute;
        top: 65%;
        left: 54%;
        transform: translate(-46%, -35%);
    }

    .carousel-indicators {
        position: absolute !important;
        right: 0 !important;
        bottom: -40px !important;
        left: 0 !important;
    }
}

.navigation-bar li {
    margin-right: 10px;
}

.navigation-bar .navbar .navbar-brand img {
    width: 100%;
}

.navigation-bar a {
    font-size: 13px;
    color: #fff !important;
    font-family: poppins-regular;
}

.navigation-bar .nav-link:hover {
    color: #feca0a !important;
    border-bottom: 2px solid #feca0a;
    transition: 1s;
}

.nav-link {
    display: inline !important;
}

/* Hero Section  */

.hero-section .hero-sec-heading .all-btns {
    padding-left: 70px;
}

.hero-section .hero-sec-heading .all-btns img {
    width: 23%;
}

.hero-section {
    position: relative;
}

.hero-section .hero-sec-heading h1 {
    font-weight: 700;
    font-size: 50px;
}

.hero-section .hero-sec-heading {
    background: none;
    position: absolute;
    top: 65%;
    left: 54%;
    z-index: 1;
    transform: translate(-46%, -35%);
}

.hero-section .carousel-indicators [data-bs-target] {
    flex: 0 1 auto;
    width: 45px;
    height: 6px;
}

.hero-section .carousel-indicators .active {
    background-color: #03ad56;
}

.hero-section .carousel-indicators .unactive-1 {
    background-color: #ee1d23;
}

.hero-section .carousel-indicators .unactive-2 {
    background-color: #feca0a;
}

/* welcome Section */
.ridefly .image-sec {
    height: 100%;
}

.ridefly .image-sec img {
    width: 100%;
}

.ridefly .row .welcome {
    font-family: poppins-regular;
}

.ridefly .row .welcome h2 {
    color: #feca0a;
    font-weight: 800;

}


.ridefly .row .welcome .explore-btn {
    background-color: #feca0a;
    font-weight: 800;
    padding: 5px 15px;
    border-radius: 25px;
}

.ridefly .row .welcome .explore-btn:focus {
    outline: 0 !important;
    box-shadow: none !important;
}

/* our Serices */

/* Globle Class */
.section-title h2 {
    color: #fff;
    font-weight: 800;
    font-family: poppins-regular;
}

.section-title p {
    font-size: 12px;
    margin-top: -8px;
    font-family: poppins-regular;
    font-weight: 500;
}

.section-title p::after {
    content: "";
    display: block;
    width: 70px;
    height: 4px;
    background-color: #feca0a;
    margin: 0 auto;
    border-radius: 10px;
    margin-top: 2px;
}

.our-services .row .main-section {
    padding: 31px 30px;
}

.our-services .row .main-section .our-service-btn {
    background-color: #feca0a;
    font-weight: 800;
    padding: 5px 25px;
    border-radius: 25px;
    margin-top: 15px;
}

.our-services .row .main-section h2 {
    color: #feca0a;
    margin-bottom: 42px;
    font-weight: 900;
}

.our-services .row .main-section {
    font-family: poppins-regular;
}

.our-services .row .main-section a {
    color: #fff;
    font-weight: 700;
}

.our-services .row .main-section img {
    width: 25%;
}

.our-services .row .picture {
    height: 100%;
}

.our-services .row .picture img {
    width: 100%;
    height: 100% !important;
}

/* Why us */

.why-us .row .card {
    padding: 7px;
    border-radius: 10px;
    height: 100% !important;
}

.footer-section {
    background-color: #231f20;
    color: #fff;
    padding: 60px 0 20px 0;
    font-family: poppins-regular;
}

.footer-section .row img {
    width: 15%;
    height: auto;
}

.footer-section .footer-btn img {
    width: 13%;
    height: auto;
    margin-right: 8px;
}

.footer-section a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
}

.footer-section .location {
    border-right: 2px solid #feca0a;
    margin-top: -9px;
}

.footer-section .mail {
    border-right: 2px solid #feca0a;
}

.footer-section .footer-social-links .fa {
    font-size: 40px;
}

.footer-section .footer-social-links .fa-twitter {
    color: #00aeef;
}

.footer-section .footer-social-links .fa-whatsapp {
    color: #069c4f;
}

.footer-section .footer-social-links .fa-facebook, .footer-section .footer-social-links .fa-linkedin {
    color: #0072bc;
}

.footer-section .footer-social-links .fa-youtube {
    color: #ee1d23;
}

.footer-section .footer-social-links .fa-instagram {
    color: #c14a9c;
}

.footer-section .footer-links li {
    list-style-type: none;
    padding-right: 20px;
    margin-right: 20px;
}

.footer-section .footer-links li:not(:last-child) {
    border-right: 2px solid white;
}

.footer-section .copyrights p {
    font-size: 14px;
    color: #c7c5c5;
}


/* CONTACT US PAGE STYLING */
.contact-us-bg {
    background-image: url(../img/Slid_pic.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 565px;
    position: relative;

}

.navigation-bar .nav-link-btn button {
    background-color: #ee1d23;
    color: #fff;
    font-weight: 400;
    padding: 3px 6px;
    border: 0;
    border-radius: 5px;
    margin-top: 4px;
}

.contact-us-bg h1 {
    font-family: poppins-regular;
    color: #feca0a;
    font-weight: 900;
    position: absolute;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%, -100%);
}

.form-section .row .form-details .form-control {
    padding: 10px 0;
    border-radius: 0;
    background: none;
    border: none;
    border-bottom: 2px solid #c2c2c4;
    color: #fff;
}

.form-section .row .form-details {
    background-image: url(../img/black_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid white;
    padding: 18px 35px;
    font-family: poppins-regular;
}

.form-section .row .form-details .form-control:focus {
    box-shadow: none;
}

.form-section .row .form-details h3::after {
    content: "";
    display: block;
    width: 55px;
    height: 3px;
    background-color: #feca0a;
    border-radius: 10px;
}

.form-section .row .main-content .contact-location img {
    width: 9%;
    height: 45px;
    object-fit: contain;
    font-family: poppins-regular;
}

.form-section .row .main-content .contact-location a {
    color: #fff;
    text-decoration: none;
    font-family: poppins-regular;
}

.form-section .row .main-content h3::after {
    content: "";
    display: block;
    width: 85px;
    height: 3px;
    background-color: #feca0a;
    border-radius: 10px;
}

.form-section .row .form-details .submit {
    color: #fff;
    background-color: #ee1d23;
    padding: 11px 55px;
    font-weight: 700;
    font-size: 18px;
    border: none;
    border-radius: 3px;
    font-family: poppins-regular;
}

.form-section .row .form-details .submit:hover {
    color: #fff;
    background-color: #03ad56;
    transition: 1s;

}

.form-section .row .main-content {
    background-image: url(../img/black_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 16px 10px;
    border: 1px solid white;
    height: 100%;
    font-family: poppins-regular;
}

.form-section .row .main-content .social-links .fa {
    font-size: 25px;
    border: 0 !important;
    padding: 6px;
    color: white;
}

.main-content a:hover {
    color: #feca0a !important;
    transition: 0.5s !important;
}

.form-section .row .main-content .social-links .fa:hover {
    transform: rotate(-360deg);
    transition: 1s;

}

.form-section .row .main-content .social-links .fa-twitter {
    font-size: 25px;
    border: 2px solid wheat;
    color: white;
    background-color: #00aeef;
    padding: 7px 10px;
    margin-bottom: 20px;
}

.form-section .row .main-content .social-links .fa-facebook {
    font-size: 25px;
    border: 2px solid wheat;
    color: white;
    background-color: #00aeef;
    padding: 7px 15px;
    margin-bottom: 20px;
}

.form-section .row .main-content .social-links .fa-linkedin {
    font-size: 25px;
    border: 2px solid wheat;
    color: white;
    background-color: #00aeef;
    padding: 7px 12px;
    margin-bottom: 20px;
}

.form-section .row .main-content .social-links .fa-whatsapp {
    font-size: 25px;
    border: 2px solid wheat;
    color: white;
    background-color: #03ad56;
    padding: 7px 11px;
}

.form-section .row .main-content .social-links .fa-instagram {
    font-size: 25px;
    border: 2px solid wheat;
    padding: 6px;
    color: white;
    background-color: #ee1d23;
    padding: 7px 11px;
}

.form-section .row .main-content .social-links .fa-youtube {
    font-size: 25px;
    border: 2px solid wheat;
    padding: 6px;
    color: white;
    background-color: #ee1d23;
    padding: 7px 11px;
}

.footer-section .footer-links a:hover {
    color: #feca0a;
    border-bottom: 2px solid #feca0a;
    transition: 1s;
}


/* ABOUT US PAGE STYLING */

.about-us .row .heading {
    font-family: 'poppins-regular';
}

.about-us .row .heading h1 {
    color: #fff;
    font-weight: 700;
    font-family: 'poppins-regular';
}

.about-us .row .heading h1::after {
    content: "";
    display: block;
    width: 70px;
    height: 4px;
    background-color: #feca0a;
    border-radius: 10px;
}

.about-us .row .about-us-pic {
    height: 100% !important;
}


/* AIRPORT PRICES PAGE STYLING */

.airport-prices table tbody, .airport-prices table td, .airport-prices table tfoot, .airport-prices table th, .airport-prices table thead, .airport-prices table tr {
    border-color: inherit;
    border: 1px solid;
    padding: 6px 20px;
}

.airport-prices table tr {
    background-color: #cdb55e;
}

.airport-content {
    font-family: poppins-regular;
}

/* PRIVACY POLICY PAGE STYLING */
.privacy-policy-content .all-text {
    border: 1px solid gold;
    padding: 20px 30px;
    border-radius: 15px;
}

/* TERMS AND CONDITIONS PAGE STYLING */
.term-condition .terms-content{
    border: 1px solid gold;
    padding: 20px 30px;
    border-radius: 20px;
}