/* Theming */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap");
.mt-1{
    margin: 1px;
}
.mt-2{
    margin: 2px;
}
.mt-3{
    margin: 3px;
}
.mt-4{
    margin: 5px;
}
.mt-6{
    margin: 6px;
}
.mt-7{
    margin: 7px;
}
.mt-8{
    margin: 8px;
}
.mt-8{
    margin: 8px;
}
.mt-9{
    margin: 9px;
}
.mt-10{
    margin: 10px;
}
.mt-50{
    margin: 50px;
    opacity: 70%;
}
:root{
    --white: #f9f9f9;
    --black: #36383F;
    --grey: #85888C;
}
.logo{
    margin-left: 25px;
}
.mt-lg-130{
    margin-top: 130px;
}
.card{
    width: 90%;
    margin: 0 auto;
    padding-bottom: 10px;
}
.banner-caption{
    margin-bottom: 50px;
    color: whitesmoke;
    text-align: center;
    margin-top: 150px;
}
.ck-here{
    margin-top: 30px;
}
/* Reset */
.nav-links{
    /* display:flex; */
    align-items: center;
}
.nav-links li{
    margin: 0 3px;
}
.active {
    color: goldenrod;
    text-decoration: none;
    font-weight: bold;
    font-size: 19px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.tte {
    color: rgb(255, 255, 255);
    text-decoration: none;
    font-size: 19px;
    box-shadow: inset 0 0 0 0 #ffe600;
    transition: ease-out 0.5s;
}
.tte:hover {
    color: rgb(0, 0, 0);
    text-decoration: none;
    font-weight: bold;
    font-size: 17px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    box-shadow: inset 300px 0 0 0 #ffe600;
    border-radius: 50px;
    padding: 1px;
}

/* b, strong {
    font-weight: bolder;
    font-size: 6vh;
} */

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,body{
    background-color: var(--white);
    font-family: "Poppins", sans-serif;
    scroll-behavior: smooth;
}

a{
    text-decoration: none;
}

ul{
    list-style: none;
}
.banner{
    width:100%;
    height:100vh;
    /* background-image:linear-gradient(rgba(0,0,0,0.75), rgba(0,0,0,0.75)), url(images/NUM\ School.png); */
    /* background-position: bottom; */
    background-size:cover;
    /* display:flex; */
    align-items:flex-end;
    justify-content: center;
}
/* Header */
.header{
    font-family: "Segoe UI",Arial,sans-serif;
    font-weight: 400;
    /* background-color: var(--black); */
    /* box-shadow: 1px 1px 5px 0px var(--grey); */
    position: sticky;
    top: 50px;
    width: 100%;
    z-index: 99;
}

/* Logo */
/* .logo{
    font-family: "Segoe UI",Arial,sans-serif;
    font-weight: 400;
    margin: -13px;
    display: inline-block;
    color: var(--white);
    font-size: 35px;
    margin-left: 30px;
} */

/* Nav menu */
.nav{
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #303236f2;
    overflow: hidden;
    
}

.menu a{
    display: block;
    padding: 30px;
    /* color: var(--white); */

}

/* .menu a:hover{
    background-color: var(--grey);
} */

.nav{
    max-height: 0;
    transition: max-height .5s ease-out;
}

/* Menu Icon */

.hamb{
    cursor: pointer;
    float: right;
    padding: 40px 20px;
}


.hamb-line {
    background: var(--white);
    display: block;
    height: 2px;
    position: relative;
    width: 24px;
    
}

.hamb-line::before,
.hamb-line::after{
    background: var(--white);
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
}

.hamb-line::before{
    top: 5px;
}

.hamb-line::after{
    top: -5px;
}


.side-menu {
    display: none;
}

/* Toggle menu icon */

.side-menu:checked ~ nav{
    max-height: 100%;
}

.side-menu:checked ~ .hamb .hamb-line {
    background: transparent;
}

.side-menu:checked ~ .hamb .hamb-line::before {
    transform: rotate(-45deg);
    top:0;

}

.side-menu:checked ~ .hamb .hamb-line::after {
    transform: rotate(45deg);
    top:0;
}


/* Responsiveness */
@media (min-width:320px)  { 
    /* smartphones, portrait iPhone, portrait 480x320 phones (Android) */ 
}

@media (min-width:480px)  { 
  
}
@media (min-width:600px)  { 
    /* portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android) */ 
}
@media (min-width:801px)  { 
    /* tablet, landscape iPad, lo-res laptops ands desktops */ 
}
@media (min-width:1025px) { 
    /* big landscape tablets, laptops, and desktops */ 
}
@media (min-width:1281px) { 
    /* hi-res laptops and desktops */ 
}
.banner-caption{
    margin-bottom: 150px;
    color: whitesmoke;
    text-align:center;
}
.banner-caption h2{
    font-size: 7vmin;
}
.w3-animate-top{
    position:"relative";
    animation:animatetop 0.9s;
}



.line{
    width:150px;
    height:4px;
    background:goldenrod;
    margin:10px auto;
    border-radius:5px;
}

.parain {
    text-align: center;
    font-size: 3vh;
    width: 90%;
    padding: 2%;
    margin: auto;
    border-style: solid;
    border-radius: 15px 50px;
    background-color: rgb(239,206,153);
}

.line2{
    width:45%;
    height:4px;
    background:goldenrod;
    margin:10px auto;
    border-radius:5px;
}

.banner-caption h1{
    margin-bottom: 30px;
    font-size: 5vmin;
    margin-top: 50px;
}

.ctn{
    padding:8px 15px;
    background:goldenrod;
    border-radius: 30px;
    color:whitesmoke
}
.ctn:hover{
    background:white;
    color:black
}

/* *OUR TEAM* */
#contact{
    width:100%;
  
}
.title{
    text-align:center;
    font-size:4vmin;
}
.row{
    display:flex;
    align-items:center;
    width:100%;
    justify-content: space-between;

}
.row.col {
    display:flex;
    flex-direction:column;
    align-content:center;
}
.col {
    float: left;
    width: 33.33%;
    padding: 10px;
    height: 300%;
    text-align: center;
}

.row:after {
    content: "";
    display: table;
    clear: both;
  }
.contact.row{
    margin-top:50px;
}
h4{
    font-size: 3vmin;
    color: black;
    margin: 20px auto;
    padding: 0px 22px
}

.subhead {
    font-size: 4vmin;
    color: white;
    margin: 20px auto;
    padding: 0px 22px;
    opacity: 70%;
}

p {
    color: black;
    padding: 0px 44px;
    margin: -20px;
}
.image1{
    vertical-align: middle;
    margin:0;
    height:200px;
    border-radius:100%;
    background:black;
    padding:1px;
    box-shadow: 0 4px 8px 0 goldenrod, 0 6px 20px 0 goldenrod;
}
.image1:hover{
    transform: scale(1.2);
    transition: 0.5s;
}

.customButton { 
    border:5.6px solid goldenrod;
    border-radius:73.2px;
    padding:15px;
     margin:21.9px;
    background-color:goldenrod;
    color:#000000;
    font-weight:normal;
    opacity:1;
    box-shadow: inset 0 0 0 0 #ffe600;
    transition: ease-out 0.3s;
    font-size: 24px;

    } 
    .customButton:hover {
        box-shadow: inset 300px 0 0 0 #ffe600;
        border: 5.6px solid #ffe600;
    } 
    
/* ***CONTACT*** */
.hero{
    width:50%;
    height:95vh;
    display:flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(239,206,153) ;
    border-radius: 15px 50px;
    background-size: cover;
    box-shadow: 0 4px 8px 0 #242424, 0 6px 20px 0 rgb(19, 19, 19);
}

form{
    width: 90%;
    max-width:600px;
}

.input-group{
    margin-bottom: 30px;
    position:relative ;
}
input, textarea{
    width:100%;
    padding:10px;
    outline:0;
    border:1px solid black;
    color:black;
    background:transparent;
    font-size:15px;    
}
.text-label{
    height:100%;
    position:absolute;
    left:0;
    top:0;
    padding:10px;
    color:black;
    cursor: text;
    transition:0.2s;
}
button{
    padding:10px 0;
    color:black;
    outline:none;
    background: transparent;
    border:1px solid black;
    width:100%;
    cursor:pointer;
}
input:focus~label,
input:valid~label,
textarea:focus~label,
textarea:valid~label{
    top:-35px;
    font-size: 14px;
}

.collab{
    width:80%;
    margin:35px auto;
}

.about{
    width:80%;
    margin:25px auto;
}

.image2{
    width:95%;
    align-items: center;
    margin: 25px;
    height: 450px;
    border-radius: 15px 50px;
    background:black;
    padding:2px;
}

.imagin{
    width: 90%;
    margin: 5%;
    align-items: center;
    height: 70%;
    border-radius: 15px 50px;
    background: black;
    padding: 2px;
}

.image3{
    width:90%;
    align-items: center;
    margin:25px;
    height: 500px;
    border-radius: 15px 50px;
    background:black;
    padding:2px;
}


.paragraph{
    text-align: left;
    font-size: 3vh;
    text-indent: 50px;
    border-style: solid;
    border-radius:15px 50px;
    background-color: rgb(239,206,153);
}


.paragraph1{
    text-align: left;
    font-size: 3vh;
    text-indent: 50px;
}

.paragraph2{
    text-align: left;
    font-size: 3vh;
}

/* ***COLLAB*** */
.collab-row{
    display:flex;
    align-items:center;
    width:125%;
    justify-content: space-between;

}
.collab-row.collab-col {
    display:flex;
    flex-direction:column;
    align-content:center;
}
.collab-col {
    float: left;
    width: 33.33%;
    padding: 10px;
    height: 300%;
}
.collab-row:after {
    content: "";
    display: table;
    clear: both;
}
.contact.collab-row{
    margin-top:50px;
}



/* ***FYI PAGE*** */
.imgfyi2 {
    width: 125%;
    float: right;
    margin: -75px;
    height: 100%;
    background: #454545;
    padding: 2px;
    border-radius: 15px 50px;
}
.imgfyi {
    width: 125%;
    float: right;
    height: 100%;
    margin: -75px;
    background: #454545;
    padding: 2px;
    border-radius:15px 50px;
}
.imgfyi3 {
    width: 125%;
    float: right;
    height: 100%;
    margin: -75px;
    background: #454545;
    padding: 2px;
    border-radius:15px 50px;
}
.imgfyi4 {
    width: 125%;
    float: right;
    margin: -75px;
    height: 100%;
    background: #454545;
    padding: 2px;
    border-radius: 15px 50px;
}
.imgfyi5{
    width: 100%;
    float: right;
    height: 20%;
    margin: 4px;
    background: #454545;
    padding: 2px;
    border-radius:15px 50px;
}


.parafyi {
    text-align: center;
    font-size: 3vh;
    border-style: solid;
    border-radius:15px 50px;
    background-color: rgb(239,206,153);
}



.footer{
    width:100%;
    min-height:100px;
    padding:20px 80px;
    margin:0;
    background:black;
    text-align: center;
}
.footer p{
    color:whitesmoke;
    margin:20px auto;
    padding:20px auto;
}

.subjectp{
    font-size: 2.5vh;
}


/* *Mobile Device* */
@media only screen and (max-width:850px){
   
    #contact {
        width: 100%;
        margin-top: 120px;
    }
    .col {
        float: left;
        width: auto;
        padding: 10px;
        height: 300%;
        text-align: center;
    }
    /* **CONTACT AREA** */
    .row{
        flex-direction: column;
    }
    .row.col{
        margin:20px auto;
    }
    
    .col.image1{
        max-width: 90%;
    }
}
.visible-lg{
    display: block;
}
.visible-sm{
    display: none;
}
@media only screen and (min-width: 1294px) and (max-width: 1362px) { 
    .logo {
        margin-left: 25px;
        width: 350px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) { 
    .tte {
        color: rgb(255, 255, 255);
        text-decoration: none;
        font-size: 13px;
        box-shadow: inset 0 0 0 0 #ffe600;
        transition: ease-out 0.5s;
    }
    .hamb {
        cursor: pointer;
        float: right;
        padding: 40px 20px;
        margin-top: -18px;
    }
    .nav-links{
        margin-top: 15px !important;
    }
    .header{
        font-family: "Segoe UI",Arial,sans-serif;
        font-weight: 400;
        /* background-color: var(--black); */
        /* box-shadow: 1px 1px 5px 0px var(--grey); */
        position: sticky;
        top: 17px;
        width: 100%;
        z-index: 99;
    }
    .logo{
        width: 214px;
        margin-left: 10px;
    }
    .w3-container, .w3-panel {
        /* padding: 0.01em 16px; */
        margin-top: 241px !important;
    }
    .banner{
        background: no-repeat;
    }
    .banner-caption h2 {
        font-size: 4vmin;
    }
    .banner-caption h1 {
        font-size: 4vmin;
        margin-top: 50px;
        margin-bottom: 30px;
    }
    .visible-lg{
        display: none;
    }
    #contact {
        width: 100%;
        margin-top: 120px;
    }
    .col {
        float: left;
        width: auto;
        padding: 10px;
        height: 300%;
        text-align: center;
    }
     /* **CONTACT AREA** */
     .row{
        flex-direction: column;
    }
    .row.col{
        margin:20px auto;
    }
    
    .col.image1{
        max-width: 90%;
    
    }
 
    /* for 10 inches tablet screens */ 
    .hamb {
        cursor: pointer;
        float: right;
        padding: 29px 20px;
    }
}
/* FEEDBACK */
.hero {
    width: 45%;
    height: 95vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(239,206,153);
    border-radius: 15px 50px;
    background-size: cover;
    box-shadow: 0 4px 8px 0 #242424, 0 6px 20px 0 rgb(19 19 19);
}
@media only screen and (min-width: 390px) and (max-width: 900px) { 
    
    /* HOMEPAGE */
    .parain {
        text-align: center;
        font-size: 4vmin;
        width: 90%;
        padding: 2%;
        margin: auto;
        border-style: solid;
        border-radius: 15px 50px;
        background-color: rgb(239,206,153);
    }
    
    .imgfyi3 {
        width: 100%;
        float: right;
        height: 100%;
        margin: -64px;
        background: #454545;
        padding: 2px;
        border-radius: 15px 50px;
    }
    .hamb {
        cursor: pointer;
        float: right;
        padding: 40px 20px;
        margin-top: -18px;
    }
    .nav-links{
        margin-top: 15px !important;
    }
    .header{
        font-family: "Segoe UI",Arial,sans-serif;
        font-weight: 400;
        /* background-color: var(--black); */
        /* box-shadow: 1px 1px 5px 0px var(--grey); */
        position: sticky;
        top: 17px;
        width: 100%;
        z-index: 99;
    }
    .logo{
        width: 214px;
        margin-left: 10px;
    }
    .w3-container, .w3-panel {
        /* padding: 0.01em 16px; */
        margin-top: 90px !important;
    }
    .banner{
        background: no-repeat;
    }
    .banner-caption h2 {
        font-size: 7vmin;
    }
    .banner-caption h1 {
        font-size: 7vmin;
        margin-top: 50px;
        margin-bottom: 30px;
    }
    .visible-lg{
        display: none;
    }
    #contact {
        width: 100%;
        margin-top: 120px;
    }
    .col {
        float: left;
        width: auto;
        padding: 10px;
        height: 300%;
        text-align: center;
    }
    /* COLLABORATORS PHONE */
    .image2{
        width: 100%;
        align-items: center;
        margin: 3px;
        height: 100%;
        border-radius: 15px 50px;
        background: black;
        padding: 2px;
    }

    .paragraph {
        text-align: left;
        font-size: 2vh;
        text-indent: 50px;
        border-style: solid;
        border-radius: 15px 20px;
        background-color: rgb(239,206,153);
    }

    p {
        color: black;
        padding: 0px 8px;
        margin: 0;
    }

     /* FOR YOUR INFORMATION */
     .parafyi {
        text-align: center;
        font-size: 2vh;
        border-style: solid;
        border-radius: 15px 20px;
        background-color: rgb(239,206,153);
    }

    .imgfyi {
        width: 125%;
        float: right;
        height: 100%;
        margin: -41px;
        background: #454545;
        padding: 2px;
        border-radius:15px 50px;
    }

    .imgfyi3 {
        width: 125%;
        float: right;
        height: 100%;
        margin: -41px;
        background: #454545;
        padding: 2px;
        border-radius:15px 50px;
    }

    .imgfyi2 {
        width: 125%;
        float: left;
        margin: -140px;
        height: 100%;
        background: #454545;
        padding: 2px;
        border-radius: 15px 50px;
    }
    .imgfyi4 {
        width: 125%;
        float: right;
        margin: -40px;
        height: 100%;
        background: #454545;
        padding: 2px;
        border-radius: 15px 50px;
    }

     /* **CONTACT AREA** */
     .row{
        flex-direction: column;
    }
    .row.col{
        margin:20px auto;
    }
    
    .col.image1{
        max-width: 90%;
    
    }
/* FEEDBACK IPhone XR */
    .hero{
        width:100%;
        height:95vh;
        display:flex;
        align-items: center;
        justify-content: center;
        background-color: rgb(239,206,153) ;
        border-radius: 15px 50px;
        background-size: cover;
        box-shadow: 0 4px 8px 0 #242424, 0 6px 20px 0 rgb(19, 19, 19);
    }

 
    /* for 10 inches tablet screens */ 
    .hamb {
        cursor: pointer;
        float: right;
        padding: 29px 20px;
    }
} 


@media only screen and (min-width: 360px) and (max-width: 389px) {

    /* HOMEPAGE */
    .parain {
        text-align: center;
        font-size: 4vmin;
        width: 90%;
        padding: 2%;
        margin: auto;
        border-style: solid;
        border-radius: 15px 50px;
        background-color: rgb(239,206,153);
    }


    /* INFO PAGE PICTURES */
    .imgfyi3 {
        width: 125%;
        float: right;
        height: 100%;
        margin: -41px;
        background: #454545;
        padding: 2px;
        border-radius:15px 50px;
    }
    .imgfyi {
        width: 125%;
        float: right;
        height: 100%;
        margin: -41px;
        background: #454545;
        padding: 2px;
        border-radius:15px 50px;
    }
    .imgfyi2 {
        width: 125%;
        float: left;
        margin: -75px;
        height: 100%;
        background: #454545;
        padding: 2px;
        border-radius: 15px 50px;
    }
    .imgfyi4 {
        width: 125%;
        float: left;
        margin: -75px;
        height: 100%;
        background: #454545;
        padding: 2px;
        border-radius: 15px 50px;
    }

/* FOOTER */
.footer {
    width: 100%;
    min-height: 100px;
    padding: 20px 5px;
    margin: 0px;
    background: black;
    text-align: center;
}

  /* COLLAB AREA Phone */
  .image2{
    width: 100%;
    align-items: center;
    margin: 3px;
    height: 100%;
    border-radius: 15px 50px;
    background: black;
    padding: 2px;
}
.paragraph {
    text-align: left;
    margin: -5%;
    padding: 5%;
    font-size: 2vh;
    text-indent: 20px;
    border-style: solid;
    border-radius: 15px 10px;
    background-color: rgb(239,206,153);
}
p {
    color: black;
    padding: 0px 8px;
    margin: 0;
}

/* INFO PHONE PAGE */
.parafyi {
    text-align: center;
    font-size: 3vh;
    border-style: solid;
    border-radius: 15px 34px;
    background-color: rgb(239,206,153);
}

/* FEEDBACK PHONE */
.hero{
    width:100%;
    height:95vh;
    display:flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(239,206,153) ;
    border-radius: 15px 50px;
    background-size: cover;
    box-shadow: 0 4px 8px 0 #242424, 0 6px 20px 0 rgb(19, 19, 19);
}

    .customButton {
        border: 5.6px solid goldenrod;
        border-radius: 73.2px;
        padding: 10px;
        margin: 21.9px;
        background-color: goldenrod;
        color: #000000;
        font-weight: normal;
        opacity: 1;
        box-shadow: inset 0 0 0 0 #ffe600;
        transition: ease-out 0.3s;
        font-size: 13px;
    }
    .hamb {
        cursor: pointer;
        float: right;
        padding: 40px 20px;
        margin-top: -18px;
    }
     .nav-links{
        margin-top: 15px !important;
    }
    .header{
        font-family: "Segoe UI",Arial,sans-serif;
        font-weight: 400;
        /* background-color: var(--black); */
        /* box-shadow: 1px 1px 5px 0px var(--grey); */
        position: sticky;
        top: 17px;
        width: 100%;
        z-index: 99;
    }
    .logo{
        width: 214px;
        margin-left: 10px;
    }
    .banner-caption h2 {
        font-size: 4vmin;
    }
    .banner-caption h1 {
        font-size: 4vmin;
        margin-top: 50px;
        margin-bottom: 30px;
    }
    .visible-lg{
        display: none;
    }
    .visible-sm{
        display: block;
    }
    #contact {
        width: 100%;
        margin-top: 120px;
    }
    .col {
        float: left;
        width: auto;
        padding: 10px;
        height: 300%;
        text-align: center;
    }
}
.abs-top{
    position: absolute;
}
@media (min-width: 768px) {
   
    .visible-lg{
        display: none;
    }
    .visible-sm{
        display: block;
    }
    .nav{
        max-height: none;
        top: 0;
        position: relative;
        float: right;
        width: fit-content;
        background-color: transparent;

    }

    .menu li{
        float: left;
    }

    .menu a:hover{
        background-color: transparent;
        /* color: var(--grey); */
        
    }
    
    .hamb{
        display: none;
    }

}


