/* ****************Desktop media query********************* */
@media only screen and (min-width: 992px) {

    /* Show dropdown on hover for desktop */
    .navbar .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
    }

    header .navbar-nav {
        justify-content: space-between;
    }
    .index_form{
        position: absolute;
        top: 220px;
        right: 10%;
        width: 35%;
        max-width: 450px;
    }
    .index_form .section-padding{
        padding-block: 20px;
    }
    .index_form .area-title {
        font-size: 27px;
        margin-bottom: 5px;
    }
    .container__inner .area-title {
        lighting-color: 1.1;
    }
    .container__inner .row{
        align-items: center;
    }
    .form-area .btn-theme{
        padding: 15px 48px;
    }
    /* **********************home slider**************** */
    #homeslider .carousel-caption {
        bottom: auto;
        left: 15%;
        text-align: left;
        top: 50%;
        max-width: 600px;
        transform: translateY(-50%);
    }

    /* footer bottom */
    .footer-bottom .copyright {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .navbar-toggler {
        display: none;
    }
    .pages___form .container__inner{
        margin-top: -70px;
    }
}



/* ****************phone media query********************* */
@media only screen and (max-width: 767px) {
    .section-title .title {
        font-size: 30px;
    }

    .top-bar .contact-item {
        margin-left: 0;
        width: 100%;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }

    .top-bar .logo {
        display: flex;
        justify-content: space-between;
    }

    .top-bar .logo img {
        width: 70%;
    }

    /* **********************home slider**************** */
    #homeslider .carousel-item img {
        height: 200px;
    }

    #homeslider .carousel-caption {
        position: relative;
        right: 0;
        bottom: 0;
        left: 0;
        padding: 10px 10px !important;
        text-align: left;
        background: #333333;
        height: 110px;
    }

    #homeslider .carousel-caption .h2 {
        font-size: 25px;
    }

    #homeslider .carousel-caption p {
        font-size: 14px;
        letter-spacing: 2px;
        line-height: 1;
    }

    #homeslider button {
        height: 75%;
    }

    .content-area img {
        width: 100%;
        height: auto;
    }

    /* why choose us */
    .why-choose-us-area .col {
        flex: 1 0 100%;
    }

    /* adventure area */
    .flip-card-inner {
        width: 360px;
        height: 360px;
    }

    /* ********************fixed social media****************** */

    /* **********************************taxi services page**************************** */
.taxiService-area img{
    width: 100%;
}
body{

    overflow-x: hidden;
}
.service-list-section .container{
    max-width: 96%;
}
.adventure-section .row{
    max-width: 100%;
}
.breadcrumbs ul{
    gap: 24px;
    align-items: center;
    flex-direction: column;
    text-align: center;
}
.breadcrumbs ul li a::after{
        content: '\f107';
        right: auto;
        left: 50%;
        top: auto;
        bottom: -30px;
        font-size: 22px;
        transform: translateX(-50%);
        background: transparent;
        width: auto;
        height: auto;
}
.page-header .main-title{
    text-align: center;
    font-size: 33px;
}
.index_form{
    
    max-width: 96%;
    margin-inline: auto;
    margin-block: 20px;
}
}
@media(max-width: 400px){
    .flip-card-inner{
        width: 320px;
        height: 320px;
    }
}