* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    /* background-image: url(../images/icons/My\ first\ design.jpeg); */
    background-color: #ddd;
}

.navbar1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: aliceblue;
    padding-left: 30px;
    padding-right: 30px;
}

.logo img {
    width: 300px;
}

.menu ul {
    display: flex;
    list-style-type: none;
}

.menu ul li {
    padding: 12px;
    font-size: 19px;
    font-weight: 500;
}

.menu ul li a {
    color: #258fcb;
    text-decoration: none;
}

.menu ul li a:after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    display: block;
    margin-top: 5px;
    background: orange;
    transition: width 0.3s ease;
}

.menu ul li a:hover::after {
    width: 85px;
    background: orange;
}

.mobile-bar {
    display: none;
}

.closeit {
    display: none;
}

/* *********************************** */
/* *********MOBILE SIZING************* */
/* *********************************** */
@media (max-width: 900px) {

    .logo img {
        margin-left: 70px;
    }

    .navbar1 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: aliceblue;
        width: 100%;
        position: fixed;
        z-index: 15;
        top: 0;
    }

    /* MOBILE VIEW */
    .mobile-bar {
        display: block;
        width: 20px;
        z-index: 2;
        margin-left: 10px;
        position: absolute;
    }

    .menu ul {
        position: fixed;
        top: 0;
        left: 0;
        padding-top: 120px;
        background-color: #fff;
        height: 100%;
        width: 270px;
        flex-direction: column;
        z-index: 10;
        display: none;
    }

    .closeit {
        display: block;
        position: absolute;
        right: 30px;
        top: 50px;
    }

    .closeit img {
        width: 30px;
    }

    .uu {
        display: none;
    }

    .picofdirectors {
        display: flex;
        flex-direction: column;
        gap: 40px;
    }

}



/* **************************** */
/* ********SECTION1************ */
/* **************************** */
.sec1 {
    /* height: 500px; */
    width: 100%;
    padding-left: 38px;
    padding-right: 38px;
}
.head1 span{
    color: orange;
}

.head1 {
    font-size: 60px;
    font-weight: 800;
    text-align: center;
}

.info1 {
    display: flex;
    justify-content: space-between;
    justify-content: space-around;
}

.info9 {
    display: flex;
    padding: 50px;
    gap: 23px;
    background-color: aliceblue;
    height: 470px;
    box-shadow: 5px 5px 2px 1px rgba(12, 12, 12, 0.462);
    margin-bottom: 60px;
    max-width: fit-content;
}

@media(max-width: 900px) {
    .info9 {
        display: flex;
        padding: 50px;
        gap: 23px;
        background-color: aliceblue;
        height: 950px;
        box-shadow: 5px 5px 2px 1px rgba(12, 12, 12, 0.462);
        margin-bottom: 120px;
    }
}

.info9 .info2 h1 {
    font-size: 30px;
    width: 600px;
}

.info9 .info2 p {
    text-align: justify;
}

.info06 .info1 .info2 p {
    text-align: justify;
}

.info06 .info1 .info2 ul {
    text-align: justify;
}

.info06 .info1 .info2 ul li {
    list-style-type: disc;
}

.info2 h1 {
    font-size: 50px;
}

.info2 p {
    width: 700px;
    margin-top: 12px;
    font-size: 17px;
}

.info06 {
    background-color: rgb(255, 132, 0);
    border: 9px solid rgb(171, 171, 255);
    padding: 50px;
    display: flex;
    justify-content: space-between;

}

.info06 .info2 h1 {
    font-size: 27px;
    width: 350px;
    color: black;
}

.info06 .info2 p {
    width: 300px;
    margin-top: 12px;
    font-size: 19px;
}

.whiteline {
    width: 2px;
    height: 430px;
    background-color: #0099ff;
    margin: 12px;
}

.info2 ul li {
    list-style-type: georgian;
    width: 300px;
    font-size: 19px;

}

.info2 h1 {
    font-size: 40px;
    font-weight: 900;
}

.image1 img {
    width: 530px;
    border: 5px solid rgb(255, 170, 0);
}

.info1 {
    margin-bottom: 100px;
}

.house {
    width: 350px;
    z-index: 1;
    position: absolute;
    top: 990px;
    right: 12px;
}

.picofdirectors {
    margin-top: 12px;
    display: flex;
    justify-content: space-between;
    justify-content: space-around;
}

.board h1 {
    font-size: 49px;
    font-weight: 800;
}

.board h1 span {
    color: orange;
}

.leaders {
    margin-top: 20px;
    margin-bottom: 100px;
}

.board {
    text-align: center;
    /* background-image: url(../images/images/schoolview.JPG); */
    margin-bottom: 20px;
}

.dirinfo img {
    width: 260px;
    border-radius: 20%;
    object-fit: cover;

}

.pos {
    font-weight: 700;
}

.dirinfo {
    width: 700px;
    text-align: center;
    background-color: rgb(231, 239, 239);
    padding: 20px;
    border-radius: 10px;
}


/* **************************************************** */
/* ***************CONTACT LIST***************** */
/* **************************************************** */

/* Style the overlay container */
#overlay-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
}

/* Style the overlay content */
#overlay-content {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #0f014e;
    padding: 80px;
    width: 500px;
    height: 500px;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    color: black;
    transition: 3s ease-in;
}

/* Style the close button */
#close-overlay {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.info7 img {
    width: 20px;
}

.box p {
    color: white;
}

#overlay-content .head5 h1 {
    font-size: 40px;
}

.innerhead5{
    text-align: center;
    color: white;
}
@media(max-width: 900px) {
    .head1 {
        font-size: 24px;
        margin-bottom: 12px;
        margin-top: 120px;
    }


    .info2 {
        display: flex;
        flex-direction: column;
    }
    .info2 p{
        width: 100%;
        
    }

    .info9 .info2 h1 {
        font-size: 19px;
        width: 300px;
    }

    .info9 .info2 p {
        font-size: 10px;
        width: 300px;
    }

    .info1 .info2 h1 {
        width: 320px;
        font-size: 30px;
        text-align: left;
        padding-left: 0px;
    }

    .info1 .info2 p {
        font-size: 15px;
        width: 300px;
        text-align: left;
    }

    .info1 .info2 ul li {
        font-size: 15px;
        width: 300px;
        text-align: left;
        margin-left: 12px;
    }

    .info9 {
        display: flex;
        padding: 20px;
        flex-direction: column-reverse;
        background-color: aliceblue;
        height: 470px;
        margin-bottom: 20px;
        max-width: 600px;
        box-shadow: 5px 5px 2px 1px rgba(12, 12, 12, 0.462);

    }

    .image1 img {
        width: 100%;
    }

    /* CONTACT BOX */
    #overlay-content {
        position: relative;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: #0f014e;
        padding: 0pc;
        padding-top: 62px;
        padding-left: 32px;
        width: 350px;
        height: 450px;
        border: 1px solid #ddd;
        border-radius: 10px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
        color: black;
    }



    /* *************************** */
    /* ****UNDER GREEN BOX******** */
    /* *************************** */
    .house {
        width: 200px;
        z-index: 1;
        position: absolute;
        top: 1399px;
        right: 12px;
    }

    .info06 {
        display: flex;
        flex-direction: column;
        padding: 5px;
        font-size: 10px;
        width: 350px;
    }

    .whiteline {
        height: 3px;
        width: 300px;
        margin: 12px;
    }

    .info1 {
        text-align: center;

    }

    .dirinfo {
        margin-left: 30px;
        width: 370px;
    }

    .board h1 {
        font-size: 25px;
        width: 150px;
        text-align: center;
        margin: 0 auto;
    }

    .dirinfo p {
        font-size: 15px;
    }

    /* .whiteline{
        width: 2px;
        height: 430px;
        background-color: #fff;
        margin: 12px;
    } */
}


/* **********FOOTER*********** */
footer {
    background-color: rgb(0, 0, 69);
    width: 100%;
    color: white;
}

.inner {
    display: flex;
    justify-content: space-between;
    padding-left: 40px;
    padding-right: 40px;
    align-items: center;
}

.foot1 {
    width: 350px;
    text-align: center;
}

.line1 {
    height: 2px;
    width: 140px;
    background-color: #fff;
    margin-top: 5px;
    margin-bottom: 5px;
}

.footer2 ul li {
    display: flex;
    flex-direction: column;
    padding: 10px;
}

.head {
    font-size: 17px;
    font-weight: 600;
}

.foot1 img {
    width: 110px;
}

.media img {
    width: 26px;
}


.head5 h1 {
    font-size: 19px;
}

.info7 {
    display: flex;
    align-items: end;
    gap: 8px;
    margin-bottom: 12px;
    margin-top: 9px;
}

.info7 a {
    color: white;
    text-decoration: none;
}

.info7 a:hover {
    color: orange;
}

.box {
    text-align: left;
}

.footer2 ul li a {
    color: white;
    text-decoration: none;
}

.footer2 ul {
    list-style-type: none;
}

.footer2 ul li a {
    color: white;
    text-decoration: none;
}

.footer3 {
    display: block;
    text-align: right;
    text-decoration: none;
}

.footer3 p {
    margin-top: 14px;
}

.join {
    width: 150px;
    height: 50px;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 500;
    margin-top: 12px;
    border-style: none;
}

.join:hover {
    cursor: pointer;
}

.contact {
    width: 300px;
}

.line3 {
    background-color: #fff;
    width: 800px;
    height: 1px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
}

.credit {
    margin-top: 12px;
    padding-bottom: 15px;
}

.credit span {
    color: yellow;
    font-weight: 700;
}

.credit p {
    text-align: center;
}

button {
    padding: 10px 20px;
    background-color: #258fcb;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}

button:hover {
    background-color: #1e00b3;
    transition: 0.3s ease-in;
}

@media(max-width: 900px) {
    footer {
        height: 100%;
        width: 100%;
    }
    .inner {
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    .media {
        display: none;
    }

    .footer3 {
        text-align: center;
    }

    .line3 {
        width: 390px;
    }

    .credit {
        padding-top: 12px;
        padding-bottom: 25px;
        width: 360px;
        margin-left: 27px;
        justify-content: center;
    }
}