@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');

/* .header nav{
    background-color:  #0061ca00 !important;
    color: white !important;
}

.header .lower-nav{
    background-color: rgb(0,97,202);
} */

:root {
    --blue-color: #0160ca;
    --blue-dark-color: #0256b2;
    --green-color: #217a35;
    --green-dark-color: #1c652c;
}

a {
    text-decoration: none !important;
}

* {
    margin: 0;
    padding: 0;
}

html,
body {
    padding: 0;
    margin: 9;
    font-family: 'Oswald', sans-serif;
}

p,
h5 {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Oswald', sans-serif;
    letter-spacing: 1 cap;
}

button + input {
    font-family: 'Oswald', sans-serif;

}

.govt-img img {
    height: 80px;
}

.hero-section {
    position: relative;
    width: 100%;
    height: 80vh; /* adjust height as needed */
    overflow: hidden;
}

.hero-section video {
    position: absolute;
    top: 70%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.3;
}

.content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    text-align: center;
}

.box {
    display: inline-block;
    background-color: white;
    padding: 20px;
    border-radius: 5px;
    font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
    color: var(--blue-color);
}

nav {
    position: sticky !important;
    top: 0px !important;
    z-index: 999;
    width: 100%;

}

.navbar-nav li {
    padding-inline: 6px !important;
}

.nav-item:hover {
    background-color: var(--blue-dark-color);
    cursor: pointer;
    border-radius: 6px;
}

.search-button:hover {
    color: var(--blue-dark-color) !important;
    background-color: white !important;
}

.text-green {
    color: var(--green-color) !important;
    margin: 0 !important;
}

.sm-banner a {
    text-decoration: none;
}

.sm-banner a:hover {
    text-decoration: underline !important;
}

.featured-links {
    background-image: url("../../images/green-banner.png");
    background-size: cover;
    background-position: center;
    height: auto;
}

.featured-button {
    border-style: solid;
    border-width: 2px;
    border-color: white;
    font-size: 1.5rem;
    width: 300px;
}

.featured-button:hover {
    background-color: white;
    color: var(--green-dark-color) !important;
    cursor: pointer;
    text-decoration: underline !important;
}

.sm-banner-grey p,
a {
    color: white !important;
}

.sm-banner-grey a:hover {
    text-decoration: underline !important;
}

.sm-banner-grey {
    background-color: var(--blue-color);
}

.news {
    height: fit-content;
    background-color: white;
}

.news hr {
    height: 2px;
    width: 400px;
}

.news button {
    color: black !important;
}

.card-group {
    height: auto;
    width: 100%;
    overflow: hidden;
}

.card-group p {
    margin: 0 !important;
}

.news-block {
    height: fit-content;
    width: 350px;
    border-radius: 8px;
    background-color: rgb(255, 255, 255);
    border-style: solid;
    border-color: rgb(232, 232, 232);
    border-width: 1px;
    transition: ease-in 0.3s;
}

.news-block:hover {
    box-shadow: rgba(149, 157, 165, 0.1) 0px 8px 24px;
    transform: scale(1.02);
    transition: ease-in 0.3s;
    cursor: pointer;
}

/* .news-block:hover img{
    transform: scale(1.02);
    transition: ease-in .3s;

 } */
.carousel-control-prev {
    color: black;
}

.news-block img {
    border-radius: 4px;
}

.spotlight {
    margin-bottom: 5rem !important;
}

.spotlight hr {
    height: 2px;
    width: 400px;
}

.spotlight img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.spotlight .col-5 {
    margin-inline: 10px !important;
    padding-inline: 0 !important;
}

.image-container {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.overlay1 {
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 1;
    width: 100%;
    height: 15%;
    background-color: #0c6dfd9e;
}

.overlay1 h4 {
    position: absolute;
    z-index: 1;
    color: white;
}

.overlay2 {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    background-color: #0c6dfd9e;
}

.overlay2 h4,
.overlay2 p,
.overlay a {
    text-align: center;
    color: white;
}

/* .overlay2 a{
    font-weight: 600 !important;
    border-style: solid;
    border-width: 1px;
    border-color: 1px;
    margin: auto;
    width: 100%;
    padding-block: 1rem;
} */

.image-container:hover .overlay1 {
    opacity: 0;
    transition: ease-in 0.2s;
}

.image-container:hover .overlay2 {
    opacity: 1;
    transition: ease-in 0.2s;
    cursor: pointer;
}

.events h4,
.events a,
.events p {
    margin: 0 !important;
}

.events a:hover {
    text-decoration: underline !important;
}

.events hr {
    height: 2px;
    width: 37%;
}

/* .events h4{
    margin-bottom: 0 !important;
  } */
.events {
    margin-block: 2rem !important;
}

footer p,
footer hr {
    margin: 0 !important;
}

footer h4 {
    margin-bottom: 1rem !important;
}

.upper-footer a:hover {
    background-color: rgb(232, 232, 232);
}

.footer-button {
    width: 100%;
    height: auto;
    background-color: var(--green-color);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.footer-button:hover {
    background-color: var(--green-dark-color);

    cursor: pointer;
}

.title hr {
    width: 350px;
}

.lower-footer a:hover {
    text-decoration: underline !important;
    cursor: pointer;
}

.lower-footer a {
    font-weight: 400;
    font-size: 16px;
}

.lower-footer p {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 10px !important;
}

.social-icons {
    height: 50px;
    width: auto;
}

.social-icons .svg-icon {
    height: 45px;
    width: 45px;
}

.date-line {
    width: 380px !important;
}

.event-card {
    width: 50%;
}

.social-icons .svg-icon:hover {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(197, 197, 197);
    border-radius: 6px;
    background-color: rgb(245, 245, 245);
    cursor: pointer;
}


.navvar-collapse {
    width: 34% !important;
}


/* About */

.about-main-image {
    position: relative;
    height: 60vh;
    width: 100%;
    background-image: url("../../images/banner.jpeg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.contact-main-image {
    position: relative;
    height: 60vh;
    width: 100%;
    background-image: url("../../images/banner.jpeg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.about-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.5;
}

.about-hero-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 1;
    font-size: 48px;
    font-weight: bold;
}

.about-image {
    width: 100%;
    border-radius: 12px;
    height: 100%;
}

.about-fluid .col-12 {
    padding-inline: 0 !important;
}

.about-image-fluid {
    width: 100%;

    height: 100%;
}

.about-fluid {
    margin-inline: 0 !important;
    padding-inline: 0 !important;
    height: 500px;
}

.about-fluid .col-12 {
    height: 100%;
}

.about-fluid-content {
    width: 60%;
}

.about-button {
    border-style: solid;
    border-width: 2px;
    border-color: white;
    font-size: 1.5rem;
    font-size: 16px;
    width: 200px !important;
}

.about-button:hover {
    background-color: white;
    color: var(--blue-dark-color) !important;
    cursor: pointer;
}

.blog-content-img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.bg-blue {
    background-color: var(--blue-color) !important;
}

.bg-green {
    background-color: var(--green-color) !important;
}

.text-blue {
    color: var(--blue-color) !important;
}

.text-green {
    color: var(--green-color) !important;
}

.btn-primary {
    background-color: var(--blue-color) !important;
}

.blog-points {
    width: 100%;
}

.blog-points .list-group-item {
    background-color: var(--blue-color) !important;
    color: white !important;
    border-color: white;
    border-style: none;
}

.footer-logo {
    height: 150px !important;
    width: auto !important;
}


.contact-main {
    margin-block: 3rem
}

.contact-welcome-image {
    height: 350px;
    width: 100%;
    object-fit: cover;

}

.main-title {
    align-items: center;
    width: 100%;
    justify-content: center;
    gap: 1rem !important;
}

.main-title hr {
    height: 2px;
}

.contact-flex iframe {
    width: 100%;
}

.footer-button a:hover {
    background: none;
}

.featured-button a:hover {
    color: var(--green-dark-color) !important;
}

.dropdown .dropdown-item:hover {
    background-color: var(--blue-dark-color) !important;
    cursor: pointer;
    border-radius: 6px;
}

.heading-content {
    background-color: aliceblue;
}

/* .upper-nav{
  padding-block: 8px;
} */
@media (max-width: 767.98px) {
    html,
    body {
        overflow-x: hidden !important;
    }

    .title-main hr {
        width: 130px !important;
    }

    .event-card {
        width: 90% !important;
    }

    .footer-links {
        width: 90% !important;
    }

    .news-card {
        width: 80% !important;
    }

    .navbar-toggler-icon {
        color: #fff !important;
    }

    .spotlight .row {
        margin-inline: 0 !important;
        padding-inline: 0 !important;
    }

    .navbar-nav {
        flex-direction: column;
    }

    .navbar-nav .nav-item {
        margin-bottom: 5px;
    }

    .navbar-collapse ul {
        padding-block: 1rem !important;
    }

    .toggle-icons {
        display: flex;
        justify-content: space-between;
    }

    .navbar-toggler {
        border-style: none !important;
    }

    .about-content .row {
        height: auto !important;
    }

    .about-fluid {
        padding: 2.5rem 1rem !important;
        height: auto;
    }

    .about-fluid-content {
        padding-inline: 1rem !important;
        width: 100%;
    }

    .about-image-fluid {
        height: 200px !important;
    }

    .navbar-expand-lg .container {
        height: auto;
    }

    .close-button {
        position: absolute;
        background-color: white;
        opacity: 1;
        border-radius: 20px;
        display: flex;
        width: fit-content;
        top: -16px;
        right: 0;
        justify-content: center;
        align-items: center;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    }
}

.govt-img img {
    height: 66px;
}

.nav-search {
    width: 300px !important;
}

.search-button {
    height: 35px;
}

.search-input {
    height: 35px;
}

.heading-content {
    background-color: aliceblue;
}

.navbar-expand-lg{
    padding-block: 0 !important;
}

/*######*/
.ellipsis-1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1; /* number of lines to show */
    -webkit-box-orient: vertical;
}

.ellipsis-5 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5; /* number of lines to show */
    -webkit-box-orient: vertical;
}

.ellipsis-12 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 12; /* number of lines to show */
    -webkit-box-orient: vertical;
}

li {
    padding: 7px 5px;
}

.contact-person-image {
    width: 180px;
    height: 200px;
    object-fit: cover;
}

