body {
    font-family: 'GE SS Two', sans-serif;
}



.buttons {
    display: flex;
    gap: 10px;
    padding: 10px;
    border-color: white;
    border-width: 2px;
    border-style: ridge;
    border-radius: 15px;

    /*flex: 1 1;*/
}

.buttons li a {
    color: white;

    font-size: 15px;
    text-wrap: nowrap;
    font-weight: bolder;

}

.buttons li {
    background-color: #06989e;
    color: white;
    padding: 6px 20px;
    text-decoration: none;
    text-align: center;
    border-radius: 13px;
    font-size: 15px;
    text-wrap: nowrap;
    flex: 1 0;
}

.nav-link {
    padding: unset;
}



section.banner1-card {
    border-radius: 50px;
    background-color: #365582;
    margin-inline: 2rem;
    text-align: center;
}


section.banner1-card img {
    margin-top: -2rem;
}

section.banner1-card .top {
    color: #f7ac08;
    font-size: xx-large;
    margin-block: 2rem;
    -webkit-text-stroke-width: medium;
    letter-spacing: 6px;
}

section.banner1-card .bottom {
    color: #f6f6f6;
    font-size: xx-large;
    margin-block: 2rem;
    -webkit-text-stroke-width: thin;
    text-wrap-style: balance;


}


section.banner {
    background-blend-mode: darken;
    background-size: 100% 100%  !important;

}
section.banner2 {
    background: #041e44d4 url('../../images/home-imgs/bac2.png') no-repeat;
}
section.banner3 {
    background: #041e44d4 url('../../images/home-imgs/bac3.png') no-repeat;
}
section.banner img {
    margin-right: -2rem;
    width: 130px;
}

section.banner .top {
    font-size: xx-large;
    margin-block: 2rem;
    -webkit-text-stroke-width: thin;
    display: flex;
    padding-right: 50px;

}
section.banner .top span:first-child{
    background-color: #048c0a;
    font-size: 2.5rem;
    padding-inline: 30px;
    padding-block: 7px;
    position: relative;
    left: 0;
    flex-grow: 1;
    margin-block: auto;
}
section.banner .top div{
    border-radius: 50px;
    background-color: #142a4b;
    display: flex;
    padding-block: 10px;
    padding-left: 15px;
}

section.banner .bottom {
    border-radius: 50px;
    background-color: #091b3596;
    color: #f6f6f6;
    font-size: 1.7rem;
    margin: 2rem;
    padding: 20px 30px;
    margin-left: 30% !important;
    margin-right: 10%;
    width: -webkit-fill-available;
    -webkit-text-stroke-width: thin;
    text-wrap-style: balance;
}

section.banner4 {
    background: #041e44d4 url('../../images/home-imgs/bac4.png') no-repeat;
}

section.banner4 img {
    margin-right: -3.5rem;
    margin-top: 10px;
    image-rendering: crisp-edges;
    width: 130px;

}


section.banner4 .top div{
    border-radius: 50px;
    background-color: #142a4b;
    display: flex;
    padding-block: 15px;
    padding-left: 10px;
}

.feature {
    place-items: center;
    text-wrap-style: balance;
}
.feature img{
    max-width: 110px;
}
.w-50{
    width: 50%;
}
.feature .title{
    border-radius: 50px;
    background-image:  linear-gradient(180deg, rgb(171 186 135) 25%,  rgb(193 199 94) 50%, rgb(214 203 84) 75%);
    padding: 10px;
    width: -webkit-fill-available;
    text-align: center;
    color: white;
}

.video-banner {
    height: 80vh;
    overflow: hidden;
}

.video-banner video {
    height: 100%;
    object-fit: fill;
}

.video-text-overlay {
    background-color: rgba(0, 0, 0, 0.1);
    padding: 1rem;
}

.video-title {
    font-size: 3rem;
    font-weight: bold;
    color: #f7ac08;
    letter-spacing: 6px;
    -webkit-text-stroke-width: medium;
}

.video-description {
    font-size: 1.5rem;
    font-weight: 500;
    /* max-width: 800px; */
}

@media (max-width: 576px){
    .video-banner {
        height: 40vh;
    }
    
    .video-title {
        font-size: 1.5rem;
        letter-spacing: 2px;
        -webkit-text-stroke-width: thin;
    }
    
    .video-description {
        font-size: 1rem;
    }
    .navbar-brand img{
        height:60px;
        width:70px;
    }
    section.banner1-card {
        border-radius: 50px;
        background-color: #365582;
        margin-inline: 0;
        text-align: center;
    }

    section.banner1-card img {
        margin-top: -3rem;
        width: 100px;
    }

    section.banner1-card .top {
        font-size: 1rem;
        margin-block: 1rem;
        -webkit-text-stroke-width: thin;
        letter-spacing: 1px;
    }

    section.banner1-card .bottom {
        font-size: 1rem;
        margin-block: 1rem;
        -webkit-text-stroke-width: inherit;

    }

    section.banner img {
        margin-right: -1rem;
        width: 55px;
    }

    section.banner .top {
        font-size: small;
        margin-block: 0;
        padding-right: 20px;


    }
    section.banner .top span:first-child{
        font-size: 1rem;
        padding-inline: 10px;
        padding-block: 2px;
        margin-block: auto;
    }
    section.banner .top div{
        padding-block: 1px;
        padding-left: 5px;
    }

    section.banner .bottom {
        font-size: 0.8rem;
        margin: 0;
        padding: 20px 20px;
        margin-left: 23% !important;
        margin-right: 8%;
        width: -webkit-fill-available;
        -webkit-text-stroke-width: inherit;
    }
}

@media (min-width: 1200px){

}

