@media (max-width: 1024px) {
    .row {
        width: 100%;
        padding: 20px;
        margin: auto;
    }

    h1 {
        font-size: 1.7em !important;
    }

    h2 {
        font-size: 1.4em !important;
    }

    h3 {
        font-size: 1.2em !important;
    }

    button {
        font-size: 14px;
    }

    .gap,
    .gap3 {
        gap: 10px;
    }

    .newheader {
        width: 100% !important;

        .newhead {
            width: 100% !important;
            padding: 10px 20px;

            .icon {
                margin: auto 0;
                flex: 1;
            }

            .left {
                img {
                    width: 100px;
                }
            }
        }

        .right {
            text-align: center;
            flex: 1;
        }
    }

    .navigate {
        position: absolute;
        left: 0;
        z-index: 99;
        padding: 30px;
        top: 0;
        width: 60%;
        height: 100vh;
        display: none;
        background-color: var(--primary-color);

        ul {
               display:grid;
           }
    }

    .cta {
        display: block;

        a {
            color: var(--fourth-color) !important;
            line-height: 1.5;
        }
    }

    .grid1,
    .grid2,
    .grid3 {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    #on, #off {
        display: block;
    }
}

@media (max-width: 768px) {
    h1 {
        font-size: 1.5em !important;
    }

    h2 {
        font-size: 1.3em !important;
    }

    h3 {
        font-size: 1.17em !important;
    }

    .d-flex {
        flex-direction: column;
    }

    .grid1,
    .grid2,
    .grid3 {
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
    }

    .newfooter {
        padding-bottom: 50px;

        .grid {
            grid-template-columns: repeat(1, 1fr);
        }

        .row {
            padding-top: 30px;
        }
    }

    .newheader {
        .right {
            a {
                font-size: 13px;
            }
        }

        .newhead {
            .left {
                img {
                    width: 125px;
                }
            }
        }
    }

    .BannerBg {

        h1,
        p,
        br {
            display: none;
        }

        #flight_submit {
            width: 100%;
            display: block;
            padding-block: 5px !important;
        }
    }

    .slider-container1 {
        .slide1 {
            min-width: 100%;
            max-width: 100%;
        }
    }
}