
header #navigation {
    position: fixed;
    top: -100%;
    opacity: 0;
    visibility: hidden;
}

header label {
    display: none;
    height: 50px;
    width: 50px;
    font-size: 20px;
    color: white;
    justify-content: center;
    align-items: center;
    transition: all .5s;
}

header nav .action {
    display: none !important;
}

@media screen and (max-width: 1150px) {
    header nav > a {
        display: unset;
    }

    header .action {
        display: none;
    }

    header label {
        display: unset;
    }

    header nav {
        z-index: 999 !important;
        flex-direction: column;
        justify-content: unset;
        background: #4A314D;
        padding: 20px;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        visibility: hidden;
        transition: all 0.6s;
    }

    header input#navigation:checked ~ nav {
        opacity: 1;
        visibility: visible;
    }

    header nav label {
        /*width: 80px;*/
        /*height: 80px;*/
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        font-size: 30px;
        border-radius: 50%;
    }

    header nav ul {
        flex-direction: column;
        align-items: center;
        margin-top: 60px;
    }

    header nav ul li {
        margin: 5px 0 20px;
    }

    header nav ul li a {
        font-size: 18px;
    }

    header nav .action {
        margin-top: 30px;
        display: unset !important;
    }

    /*    OTHERS*/
    div.page-banner .banner-text {
        width: 80%;
    }

    .program-pipeline h2 {
        font-size: 80px;
    }

    .meet-our-team h2 {
        font-size: 80px;
    }

    .img-box {
        margin-bottom: 15px;
    }

    header {
        padding-top: 20px;
    }

    div.home-banner {
        padding-top: 209px;
        padding-bottom: 115px;
    }

    .title-caption {
        font-size: 30px;
    }

    .home-gallery-title {
        font-size: 60px;
    }

    .gallery-content {
        width: 100%;
    }

    .gallery-content .photo {
         height: 350px;
        position: unset;
        top: unset;
        left: unset;
        z-index: unset !important;
        transform: unset;

        width: 80%;
        margin: 0 auto 10px;
        border-width: 10px;
        rotate: unset;
        transform: unset !important;
    }

    .home-gallery {
        padding-bottom: 20px;
    }

    .gallery-content {
        margin: 20px auto;
        height: unset !important;
    }

    .contact-action .title {
        font-size: 60px;
    }

    .contact-action .w-50 {
        width: 90% !important;
    }

    .contact-action .desc {
        font-size: 16px;
    }

    .contact {
        padding: 20px;
    }

    div.page-banner h1 {
        font-size: 80px;
    }
}



@media screen and (max-width: 600px) {
    .image-banner-2 {
        width: 90%;
    }

    .image-banner-2 svg {
        top: -21px;
        left: -9px;
        height: auto;
        width: 78px;
    }

    .image-banner-1 {
        margin: 100px 0;
    }

    #image-columns {
        margin: 44px auto 180px;
    }

    .gx-10 {
        --bs-gutter-x: 2rem;
    }

    .image-banner-4 {
        margin-top: 80px;
    }

    .image-banner-4 svg {
        top: -47px;
        left: -36px;
        height: auto;
        width: 90px;
    }

    .stat-image {
        padding-top: 40px;
    }

    .stat {
        padding: 20px 5px;
    }

    .stat h3 {
        font-size: 40px;
    }

    footer ul.icons {
        justify-content: start;
        margin-top: 10px;
    }

    .title-caption {
        font-size: 20px;
        padding: 40px 0;
    }

    .title-caption-two {
        font-size: 16px;
    }

    header .logo img {
        width: 67px;
    }

    div.home-banner {
        padding-top: 125px;
        padding-bottom: 25px;
    }

    div.page-banner {
        padding-top: 125px;
        padding-bottom: 15px;
    }

    div.page-banner .banner-text {
        margin: 30px auto;
    }

    .video-banner {
        padding: 15px 0;
    }

}

