/*--------------- -css for Large devices (desktops, 992px and up) --------------------------------*/
@media only screen and (max-width:992px) {

    /*--------------------------- header contents ---------------------------*/

    .navigation .navbar-toggler {
        display: none !important;
    }

    .navigation .Navigation-list {
        display: none !important;

    }

    .phone-navigation {

        display: block !important;
    }


    .phone-navigation i {
        font-size: 1rem !important;
        border-radius: 7px !important;
        padding: 4px 10px;
    }


    .phone-navigation a div {
        font-size: 0.8rem;
    }



    .header {
        /* background: linear-gradient(to bottom right, #009245, #FCEE21); */
        background: url(../Images/home.webp) no-repeat;
        background-size: cover;
        background-attachment: fixed;
        width: 100%;
        height: 100vh;

    }

    .header-content {
        text-align: center !important;
        display: flex;
        justify-content: center !important;
        align-items: center !important;
        height: 80vh;

    }


    .header-content>div {
        font-size: 1.2rem;
        font-family: 'Times New Roman', Times, serif;
        text-shadow: none;
        /* background:linear-gradient(to bottom,  #e9e7c5 0, #52d4e3 100%); */
        color: #fff !important;
    }

    .header-content>div span {
        color: white !important;
        letter-spacing: 3px !important;
        font-size: 1.2rem;
    }

    .navbar-brand {
        color: white !important;
    }

    .header-content h1 {
        font-size: 3rem !important;
        color: white;
    }

    .header-content p {
        font-size: 1.6rem !important;
        color: rgb(244, 252, 255) !important;
    }


    .form-section .left-side h3 {
        font-size: 1.2rem !important;
    }

    .form-section .left-side p {
        font-size: 1.1rem !important;
    }


    /* <!--======================= All modals start here ======================= --> */


    .admin-multiple-form-nav li {
        margin-bottom: 0.5rem;
    }

    .form-heading {
        font-size: 1.2rem !important;
    }

    .confirm-check {
        font-size: 1.1rem;
    }

    .pmjay-img,
    .utipsa-img,
    .sup-dis-img {
        height: 250px !important;
        width: 300px !important;
        object-fit: cover !important;
    }


    .footer-bottom {
        margin-bottom: 3.5rem;
    }


}

/*--------------- -css for Medium devices (tablets, 768px and up) --------------------------------*/

@media only screen and (max-width:768px) {
    /*--------------------------- header contents ---------------------------*/


    .header-content h1 {
        font-size: 2.5rem !important;
    }

    .header-content>div span {

        font-size: 1.2rem;
    }



    .form-section .left-side {
        margin-top: 50px !important;
    }


}


/*--------------- -css for  Small devices (landscape phones, 576px and up) --------------------------------*/
@media only screen and (max-width:576px) {

    /*--------------------------- header contents ---------------------------*/


    .header-content h1 {
        font-size: 1.8rem !important;
    }


    .header-content span {
        letter-spacing: 0px !important;
        font-size: 1rem !important;

    }

    .header-content p {
        font-size: 1.4rem !important;
    }

    /* join partner */
    .partner-section {
        height: 100%;
        background: linear-gradient(to top , rgb(255, 108, 238),rgb(109, 96, 255));
    }

    .partner-section .partner-list .card {
        /* height: 300px !important; */
        margin-bottom: 20px !important;
    }

    /* modals start here */

    .form-heading {
        font-size: 1.3rem !important;
    }

    .modal-body p {
        font-size: 1rem !important;
    }


    .btn-price-color {

        border-radius: 10px;
        font-size: 0.782rem !important;
        font-weight: bold;
        border: none;

    }


    .form-check-label,
    .form-check-label a {
        font-size: 0.888rem !important;
    }

}






/*--------------- -css for more Small devices ( 450px and up) --------------------------------*/

@media only screen and (max-width:450px) {


    .header-content span {
        font-size: 0.8rem !important;
    }

    
    .flight-search-btn button {
        padding: 7px 5px !important;
        font-size: 0.886rem !important;
    }




    .first-nav button {
        padding: 5px 7px !important;
    }

    .second-nav button {
        padding: 5px 7px !important;

    }




    .download-section .first-para {

        letter-spacing: 0px !important;
        font-size: 1.5rem !important;

    }

    .download-section .sec-para {

        font-size: 1.1rem !important;

    }

    .download-section button {
        font-size: 1rem !important;
        padding: 5px 7px !important;

    }

    .download-section img {
        height: 280px !important;
        width: 210px !important;

    }
}






/*--------------- -css for more Small devices (landscape phones, 395px and up) --------------------------------*/

@media only screen and (max-width:395px) {

    /*--------------------------- header contents ---------------------------*/
    .header-content h1 {
        font-size: 1.2rem !important;
    }

    .header-content span {

        font-size: 0.7rem !important;
        padding: 3px 7px !important;

    }

    .header-content p {
        font-size: 1rem !important;
    }

    .header-content button {
        padding: 7px 15px !important;
    }

    .form-section .left-side h3 {
        font-size: 1.3rem !important;
    }

    .form-section .left-side p {
        font-size: 1rem !important;
    }

    /* custome classes made by me */
    .button-color {
        font-size: 1rem !important;
        padding: 7px 18px !important;

    }


    /* ------------------------------------------- download section start ----------------------------------------- */
    .download-section .first-para {
        font-size: 1.2rem !important;

    }

    .download-section .sec-para {

        font-size: 1rem !important;

    }

    .download-section button {
        font-size: 0.9rem !important;
        padding: 5px 7px !important;

    }
}






/*--------------- -css for more Small devices (landscape phones, 280px and up) --------------------------------*/



@media only screen and (max-width:285px) {

    .header-content span {
        font-size: 0.6rem !important;
        padding: 3px 6px !important;

    }

    /* <!--======================= All modals start here ======================= --> */

    .admin-multiple-form-nav li {
        margin-bottom: 0.5rem;
    }


    .form-heading {
        font-size: 0.900rem !important;
    }

    .modal-body p {
        font-size: 0.879rem !important;
    }

    /* custome classes made by me */

    .btn-price-color {
        font-size: 0.782rem !important;
        font-weight: bold;
        border: none;

    }

    .form-check-label,
    .form-check-label a {
        font-size: 0.788rem !important;
    }



    .pmjay-img,
    .utipsa-img,
    .sup-dis-img {
        height: 190px !important;
        width: 300px !important;
        object-fit: cover !important;
    }



}