@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700|Montserrat:300,400,500,600,700,800');
* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    text-decoration: none;
}

header {
    height: 51px;
    line-height: 51px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 30px;
    background: #f4f9ff;
}

.logo {
    width: 0px;
    height: 51px;
    /* box-shadow: 10px 10px 10px -9px rgb(14 17 51); */
}

.logo img {
    height: 50px;
    width: 200px;
    padding: 6px 0px;
    /* box-shadow: 10px 10px 10px -9px #71c971; */
}

.menu_bar {
    display: none;
}

.menu_bar i {
    color: #6b4cb3;
    cursor: pointer;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 30px;
}

.main_menu {
    display: flex;
    list-style: none;
    font-family: "Lato", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 75px;
}

.main_menu li a:hover {
    color: #324B96;
}

.drop {
    padding: 0px 10px;
    font-size: 16px;
}

.drop a {
    color: black;
    letter-spacing: -0.5px;
}

.main_menu_nav ul li a {
    color: black;
    padding: 0px 5px;
}

.banner {
    padding: 0px 30px;
    padding-top: 10px;
    background-color: #fafafa;
}

.banner-img {
    /* height: 78px;
    width: 100%;
    padding: 0px 30px; */
    background-image: url('../images/Flagbanner.jpg');
    background-color: #fafafa;
    /* Background color behind the image */
    background-blend-mode: multiply;
    /* Blend the image with the background color */
    width: 100%;
    /* Set the width */
    height: 100px;
    /* Set the height */
    background-size: contain;
    /* Adjust as needed */
    background-repeat: no-repeat;
    background-position: center;
}

/* MAIN */

main {
    background-color: #fafafa;
    padding-bottom: 30px;
}

.main_content {
    display: flex;
    justify-content: space-between;
    padding: 0px 30px;
    padding-top: 10px;
    /* margin-top: 10px; */
    /* background-color: #f1f1f1; */
}

.row-1 {
    height: 250px;
    width: 580px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 5px;
    transition: all 0.3s ease-out 0s;
    position: relative;
    overflow: hidden;
    background: #fde58a;
    padding: 16px 40px;
    margin-right: 10px;
}

.row1-content {
    padding-top: 25px;
    font-weight: 600;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.90);
    color: #001430;
    font-size: 17px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif, sans-serif;
}

.row-1 button:hover {
    background-color: white;
}

.row-1:hover {
    box-shadow: 0px 40px 40px 0px rgb(14 17 51 / 10%);
}

.col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 18px;
}

.col-pt1 {
    width: 280px;
    height: 116px;
    background: #324B96;
    padding: 9px 40px;
    border-radius: 5px;
    font-size: 16px;
    transition: all 0.3s ease-out 0s;
    overflow: hidden;
}

.col-pt2 {
    width: 280px;
    height: 116px;
    background: #324B96;
    padding: 9px 40px;
    border-radius: 5px;
    font-size: 16px;
    transition: all 0.3s ease-out 0s;
    overflow: hidden;
}

.col-pt1:hover {
    box-shadow: 0px 40px 40px 0px rgb(14 17 51 / 10%);
}

.col-pt2:hover {
    box-shadow: 0px 40px 40px 0px rgb(14 17 51 / 10%);
}

.col-pt1 button:hover {
    background-color: white;
    -webkit-text-fill-color: black;
}

.col-pt2 button:hover {
    background-color: white;
    -webkit-text-fill-color: black;
}

.col-content {
    font-size: 18px;
    font-weight: 600;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.90);
    color: #001430;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif, sans-serif;
}

.row-2 {
    margin-top: 55px;
    padding: 0px 30px;
    display: flex;
    justify-content: space-between;
}

.row-2 .col-pt1 {
    height: 140px;
    padding: 10px 44px;
}

.row-2 .col-pt2 {
    height: 140px;
    padding: 10px 47px;
    font-size: 16px;
}

.book-btn {
    height: 44px;
    width: 110px;
    padding: 10px 15px;
    margin-top: 20px;
    background: none;
    border: 1px solid black;
    border-radius: 7px;
    color: #001430;
    font-weight: 500;
    font-size: 17px;
    transition: all .3s linear;
    cursor: pointer;
}

/* .book-btn:hover{
    background-color: white;
    color: black;
} */

.sparkle-vanish {
    animation: sparkle 0.5s ease-in-out infinite alternate, vanish 2s ease-in-out infinite;
}

@keyframes vanish {
    0%,
    100% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
}

/* FOOTER */

.marq-slider {
    padding: 0px 30px;
    background: #f4f9ff;
}

marquee {
    height: 33px;
    color: red;
    font-size: 15px;
    font-weight: 500;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.footer-bottom {
    background: #324B96;
    padding: 10px 0px;
}

.footer-list {
    display: flex;
    justify-content: space-between;
    list-style: none;
    padding: 0px 25px 0px 30px;
}

.footer-list li a {
    color: white;
    padding: 0px 8px;
    font-size: 16px;
    line-height: 30px;
    transition: all .5s linear;
    letter-spacing: -0.5px;
    cursor: pointer;
}

.footer-list li a:hover {
    color: #aee3ff;
}

/* RESPONSIVE PART START FORM HERE */

/* Media query for mobile devices */

@media screen and (max-width: 982px) {
    header {
        padding: 0px 14px;
    }
    .logo img {
        height: 45px;
        width: auto;
    }
    .menu_bar {
        display: block;
    }
    .navbar {
        display: none;
        flex-direction: column;
        padding: 10px;
    }
    .menu_bar i {
        font-size: 28px;
    }
    .banner-img {
        height: 70px;
    }
    .main_menu_nav,
    .nav {
        display: none;
    }
    .main_content {
        flex-direction: column;
        padding: 10px;
    }
    .row-1,
    .row-pt1,
    .row-pt2 {
        width: 100%;
        margin-bottom: 20px;
    }
    .banner img {
        height: auto;
        padding: 0;
    }
    /* MAIN BODY */
    main {
        padding-bottom: 10px;
    }
    .main-content {
        display: flex;
        flex-direction: column;
    }
    .row-1 {
        height: 200px;
        text-align: center;
    }
    .row1-content {
        font-size: 19px;
        padding-top: 0px;
    }
    .col-pt1 {
        width: 100%;
        display: flex;
        flex-direction: column;
        text-align: center;
    }
    .col-pt2 {
        width: 100%;
        display: flex;
        flex-direction: column;
        text-align: center;
        margin-bottom: 20px;
    }
    .col-pt1 span {
        font-size: 18px;
    }
    .col-pt2 span {
        font-size: 18px;
    }
    .row-2 {
        flex-direction: column;
        row-gap: 20px;
        margin-top: -8px;
        width: 100%;
        padding: 0px 10px;
    }
    .row-2 .col-pt1 {
        height: 110px;
        align-items: center;
        padding: 8px 20px;
    }
    .row-2 .col-pt2 {
        height: 110px;
        align-items: center;
        padding: 8px 20px;
    }
    .row-2 .col-pt1 span {
        font-size: 18px;
    }
    .row-2 .col-pt2 span {
        font-size: 18px;
    }
    .footer-bottom {
        padding: 5px 0;
    }
    .footer-list {
        flex-direction: column;
        padding: 0 15px;
    }
    .footer-list li a {
        line-height: 27px;
    }
    .cover {
        height: 265vh;
        width: 100vw;
        background-color: #333;
        opacity: 0.7;
        position: absolute;
        top: 0px;
        z-index: 400;
    }
}

/* Add a hamburger menu for mobile */

.mobile-menu {
    display: none;
}

@media screen and (max-width: 982px) {
    .mobile-menu {
        display: block;
        position: fixed;
        top: 0;
        left: -100%;
        width: 75%;
        height: 100%;
        background-color: white;
        transition: left 0.3s ease-in-out;
        z-index: 1000;
    }
    .mobile-menu.active {
        left: 0;
    }
    .mobile-menu ul {
        list-style: none;
        padding: 20px;
    }
    .mobile-menu li {
        margin-bottom: 20px;
    }
    .mobile-menu a {
        color: #333;
        text-decoration: none;
        font-size: 18px;
    }
    .close-menu {
        position: absolute;
        top: 27px;
        right: 10px;
        font-size: 40px;
        cursor: pointer;
        font-weight: 600;
        color: #815858;
        z-index: 500;
    }
    .mobile-menu ul li a {
        color: #606060;
        font-size: 25px;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        font-weight: 600;
        transition: all .3s linear;
    }
    .mobile-menu a:hover {
        color: #a7a7a7;
    }
    @media screen and (max-width: 700px) {
        .mobile-menu {
            display: block;
            position: fixed;
            top: 0;
            left: -100%;
            width: 75%;
            height: 100%;
            background-color: white;
            transition: left 0.3s ease-in-out;
            z-index: 1000;
        }
        .mobile-menu.active {
            left: 0;
        }
        .mobile-menu ul {
            list-style: none;
            padding: 20px;
            margin-top: 20px;
        }
        .mobile-menu li {
            margin-bottom: 20px;
        }
        .mobile-menu a {
            color: #333;
            text-decoration: none;
            font-size: 18px;
        }
        .close-menu {
            position: absolute;
            top: 28px;
            right: 10px;
            font-size: 40px;
            cursor: pointer;
            font-weight: 600;
            color: #815858;
            z-index: 500;
        }
        .mobile-menu ul li a {
            color: #606060;
            font-size: 20px;
            font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
            font-weight: 600;
            transition: all .3s linear;
        }
        .mobile-menu a:hover {
            color: #a7a7a7;
        }
    }
}