/* Global CSS Starts Here*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-size: 16px !important;
}

:root {
    --primary-color: #0068EF !important;
    --secondary-color: #004499 !important;
    --third-color: #001834 !important;
    --fourth-color: #ffffff !important;
    --fifth-color: #161616 !important;
    --sixth-color: #FFB600 !important;
    /*fonts*/
    --primary-font: 'Helvetica Neue' !important;
    --secondary-font: Montserrat !important;
}

.row {
    width: 90%;
    margin: auto !important;
    padding: 80px 20px;
    background-color: transparent;
}

.column {
    flex: auto;
}

.d-flex {
    display: flex;
}

.flex {
    display: flex;
}

h1,
h2,
h3,
h4 {
    font-family: var(--primary-font) !important;
    line-height: 1.3 !important;
    margin: 0;
    padding: 0;
}

p,
.button,
li,
figcaption {
    font-family: var(--secondary-font);
    line-height: 2;
    font-size: 1em;
    margin: 0;
    padding: 0;
    color: var(--fifth-color);
    font-weight: 400;
}

a {
    font-family: var(--secondary-font);
    line-height: 2;
    font-size: 1em;
    margin: 0;
    padding: 0;
    color: var(--primary-color) !important;
    font-weight: 400;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: var(--secondary-color) !important;
}

h1 {
    font-size: 2em !important;
    font-weight: 400 !important;
}

h2 {
    font-size: 1.8em !important;
    color: var(--fifth-color) !important;
    font-weight: 700 !important;
}

h3 {
    font-size: 1.25em !important;
    color: var(--fifth-color) !important;
    font-weight: 700 !important;
}

h4 {
    font-size: 1.1em !important;
    color: var(--fifth-color) !important;
    font-weight: 700 !important;
}

li {
    margin-left: 14px;
}

.button,
#prsn_done,
#flight_submit {
    border: 1px solid var(--secondary-color);
    background: var(--primary-color);
    padding: 8px 12px !important;
    border-radius: 0;
    color: var(--fourth-color) !important;
    font-weight: 700;
    border-radius: 5px;
    text-shadow: none;
}

.button:hover,
#prsn_done:hover,
#flight_submit:hover {
    background-color: var(--secondary-color);
    color: var(--fourth-color) !important;
}

.gap {
    gap: 2.5rem;
}

.gap1 {
    gap: 2rem;
}

.gap2 {
    gap: 1.5rem;
}

.gap3 {
    gap: 1rem;
}

.grid {
    display: grid;
    gap: 25px;
}

.grid1 {
    grid-template-columns: repeat(2, 1fr);
}

.grid2 {
    grid-template-columns: repeat(3, 1fr);
}

.grid3 {
    grid-template-columns: repeat(4, 1fr);
}

ul#ui-id-2 {
    background-color: #fff;
    padding: 5px;
}

ul#ui-id-1 {
    background-color: #fff;
    padding: 5px;
}

.newfooter {
    background-color: var(--third-color) !important;

    .row {
        padding-bottom: 0;
        h3,
        p {
            color: var(--fourth-color) !important;
        }

        .newsocial {
            justify-content: end;

            i {
                background-color: var(--fourth-color);
                color: var(--secondary-color);
                padding: 10px !important;
                border-radius: 50px;
            }

            i:hover {
                background-color: var(--primary-color);
                color: var(--fourth-color);
            }

            div {
                gap: 12px;
            }
        }

        .links {
            border-top: 1px solid var(--fourth-color);
            border-bottom: 1px solid var(--fourth-color);
            padding: 20px 0 !important;
            margin-top: 20px !important;

            a::before {
                content: "\f105";
                font-family: "Font Awesome 6 Free";
                font-weight: 900;
                margin-right: 8px;
            }
        }

        .column {
            flex: 1 !important;

            b {
                font-size: 18px;
            }

            a {
                color: var(--fourth-color) !important;
                text-decoration: none !important;
            }

            a:hover {
                text-decoration: underline dashed !important;
            }
        }

        img {
            width: 200px !important;
        }
    }

    .foot {
        width: 90%;
        padding: 20px;
        margin-right: auto !important;
        margin-left: auto !important;

        p {
            color: var(--fourth-color) !important;
        }
    }
}

#off,
#on {
    display: none;
}