@import url('https://fonts.googleapis.com/css2?family=Itim&family=Roboto+Slab:wght@100..900&display=swap');
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: Corbel;
    scroll-behavior: smooth;
    font-size: 1.1rem;
    -webkit-touch-callout: none;
    ::-webkit-scrollbar{
        width: 7px;
        height: 10px;
        background-color: #fff;
        border-radius: 50%;
        position: fixed;
        bottom: 20px;
        right: 20px;
        cursor: pointer;
    }
    ::-webkit-scrollbar-thumb{
        background-color: blue;
        width: 1px;
        border-radius: 50%
    }
}

    
body{
    scroll-behavior: smooth;
    background: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.5)),
    url('/images/prog.jpg');
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    animation: flip 50s linear alternate forwards infinite;
}
@keyframes flip {
    0%{
        background: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.5)),
    url('/images/prog.jpg');
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    transition: all .5s;
    }
    20%{
        background: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.5)),
    url('/images/meeting3.jpg');
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    transition: all .5s;
    }
    40%{
        background: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.5)),
    url('/images/knust3.jpg');
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    transition: all .5s;
    }
    60%{
        background: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.5)),
    url('/images/office.jpg');
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    transition: all .5s;
    }
    80%{
        background: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.5)),
    url('/images/mistress2.jpg');
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    transition: all .5s;
    }
    100%{
        background: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.5)),
    url('/images/prog.jpg');
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    transition: all .5s;
    }
}
nav {
    background: linear-gradient(rgba(62, 15, 184, 0.906),rgba(0,0,0,0.1));
    color: #fff;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 102%;
    margin-left: -1rem;
}
.address {
    font-size: 0.9rem;
}
.nav-links {
    display: flex;
    list-style: none;
    margin-top: 1rem;
    margin-right: 2rem;
}

.nav-links li {
    margin: 0 10px;
}

.nav-links a {
    color: white;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s;
}

.nav-links a:hover {
    color: greenyellow;
}

/* Hamburger */
.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
}

.hamburger span {
    height: 3px;
    width: 25px;
    background: white;
    margin: 4px 0;
    border-radius: 2px;
}


/* ===============banner=================== */
.banner{
    width: 100%;
    padding: 10px;
    height: 200px;
    color: rgb(234, 230, 230);
    margin: 5rem 0rem;
    display: flex;
    justify-content: space-between;
}
.logo{
    display: flex;
    justify-content: space-between;
    width: 40%;
}
.logo img{
    width: 100px;
    height: 100px;
    margin-top: 1rem;
    border-radius: 10px;
    box-shadow: 0px 10px 10px rgba(0,0,0,0.1);
}
.name{
    font-size: 2.5rem;
    font-weight: bold;
    margin-left: 1rem;
}
.info{
    width: 50%;
}
/* ====================banner ends=============== */


/* ==============homepage carousel==================== */
.program-admin{
    display: flex;
    justify-content: space-between;
    margin: 3rem 0rem;
    background: linear-gradient(rgba(62, 15, 184, 0.906),white,white,white,white,white);
    padding: 20px;
    height: auto;
   clip-path: polygon(100% 100%, 0% 100% , 0.00% 11.89%, 2.00% 11.56%, 4.00% 11.09%, 6.00% 10.49%, 8.00% 9.77%, 10.00% 8.96%, 12.00% 8.07%, 14.00% 7.13%, 16.00% 6.16%, 18.00% 5.19%, 20.00% 4.25%, 22.00% 3.36%, 24.00% 2.54%, 26.00% 1.82%, 28.00% 1.22%, 30.00% 0.74%, 32.00% 0.41%, 34.00% 0.24%, 36.00% 0.22%, 38.00% 0.35%, 40.00% 0.65%, 42.00% 1.08%, 44.00% 1.66%, 46.00% 2.35%, 48.00% 3.14%, 50.00% 4.02%, 52.00% 4.95%, 54.00% 5.91%, 56.00% 6.88%, 58.00% 7.83%, 60.00% 8.73%, 62.00% 9.57%, 64.00% 10.31%, 66.00% 10.95%, 68.00% 11.45%, 70.00% 11.82%, 72.00% 12.03%, 74.00% 12.09%, 76.00% 11.99%, 78.00% 11.73%, 80.00% 11.32%, 82.00% 10.78%, 84.00% 10.11%, 86.00% 9.34%, 88.00% 8.48%, 90.00% 7.57%, 92.00% 6.61%, 94.00% 5.64%, 96.00% 4.68%, 98.00% 3.76%, 100.00% 2.91%);
}
.programs{
    width: 40%;
    margin: 2rem 0rem;
    text-align: center;
}
.admins{
    width: 40%;
    margin: 2rem 0rem;
    text-align: center;
}
.admins h4,.programs h4{
    margin-top: 5rem;
}
.swiper{
    margin: 2rem;
    height: auto;
    padding: 10px;
}

.swiper-slide{
    text-align: center;
}
.swiper-slide > p{
    font-size: 0.85rem;
}
.swiper-slide img{
    width: 65%;
    height: 270px;
    border-radius: 50%;
}

.swiper-pagination{
    margin: 1rem 0rem;
}


.department-head img{
    width: 280px;
    height: 150px;
}
#big{
    color: black;
    font-size: 1.1rem;
    margin-left: 2rem;
    border: 1px solid black;
    padding: 10px;
    border-radius: 5px;
}
#big:hover{
    background-color: blue;
    color: #fff;
    border: none;
}
.carousel{
    margin-top: 5rem;
    text-align: center;
    width: 100%;
    padding: 5rem;
    height: auto;
    background-color: whitesmoke;
}
.carousel img{
    width: 100%;
    height: 700px;
}
/* =================end of homepage carousel================ */


/* ===============appreciation=================================== */
.appreciation{
    padding: 30px;
    height: auto;
    color: #fff;
    background: linear-gradient(rgba(70, 36, 163, 0.1),rgba(62, 15, 184, 0.906),rgba(70, 36, 163, 0.1));
    margin-top: 5rem;
    font-size: 1.1rem;
    text-align: center;
}
#quote{
    color: yellowgreen;
    font-size: 3rem;
}
/* ===================================================== */

/* ================Homepage links============= */
.infos{
    width: 100%;
    padding: 20px;
    margin-top: 12rem;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.infos > div{
    width: 30%;
    text-align: center;
    color: white;
    background: linear-gradient(rgba(62, 15, 184, 0.906),rgba(70, 36, 163, 0.1));
    margin-top: 1rem;
    padding: 20px;
    border-bottom-right-radius: 180px;
    box-shadow: 0px 5px 5px rgba(0,0,0,0.1);
}
#iii{
    color: white;
    font-size: 2rem;
}


/* =============alumni=========================== */
.alumni{
    width: 100%;
    padding: 5%;
    height: auto;
    margin-top: 15rem;
    background-color: white;
    text-align: center;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease;
    z-index: 2;
    color: blue;
}
.alumni h2{
    color: blue;
    text-align: center;
}
#alumniregister{
    width: 100%;
    border-radius: 10%;
    box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
    text-decoration: none;
    border: 1px solid blue;
    padding: 20px;
    font-size: 1.5rem;
}
#alumform{
    width: 100%;
}
#alumniregister:hover{
    background-color: blue;
    color: #fff;
}
.alumni form{
    text-align: left;
}
.alumni .form-control:focus{
    border-color: blue; /* green */
    box-shadow: none; /* remove Bootstrap’s shadow if needed */
}
.alumnilink{
    text-decoration: none;
    color: blue;
}
.alumnilink:hover{
    font-weight: bold;
}
.alumni::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(
      0deg, 
    transparent, 
    transparent 30%, 
    blue
  );
  transform: rotate(-45deg);
  transition: all 0.5s ease;
  opacity: 0;
}
.alumni:hover::before {
  opacity: 1;
  transform: rotate(-45deg) translateY(100%);
}
/* ========end of alumni================================ */

/* ======alumni page members card========================= */
.alummembers,.cards{
    margin-top: 1rem;
    padding: 20px;
    background-color: #dbdada;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    display: -webkit-flex;
    height: auto;
    border-radius: 10px;
}

.card--1 .card__img, .card--1 .card__img--hover {
    background-image: url('/images/avv.png');
}

.card--2 .card__img, .card--2 .card__img--hover {
    background-image: url('/images/avv.png');
}

.card--3 .card__img, .card--3 .card__img--hover {
    background-image: url('/images/avv.png');
}
.card--4 .card__img, .card--4 .card__img--hover {
    background-image: url('/images/avv.png');
}
.card--1,.card--2,.card--3,.card--4,.project1,.project2{
    margin-top: 3rem;
}

/* =====================prooject cards====================== */
.project1 .card__img, .project1 .card__img--hover {
    background-image: url('/images/lab.jpg');
}
.project2 .card__img, .project2 .card__img--hover {
    background-image: url('/images/ict.jpg');
}
/* =========================================================== */

#alumdesc{
    font-weight: bold;
    font-size: 2rem;
}
.alumnotes{
    margin-top: 8rem;
    background: linear-gradient(rgba(62, 15, 184, 0.906),rgba(70, 36, 163, 0.1));
    color: white;
    padding: 20px;
    border-radius: 10px;
}
.alumprograms{
    width: 100%;
    height: auto;
    padding: 10px;
    margin-top: 10rem;
    background-color: #dbdada;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    display: -webkit-flex;
    justify-content: --webkit-center;
    margin-bottom: 5rem;
}
.alum_project_heading{
    text-align: center;
    background: white;
    font-weight: bold;
    padding: 20px;
}

/* =======================alum project cards================================= */
.cards {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: center;
    justify-content: center;
    max-width: 100%;
    height: auto;
    padding: 10px;
}

.card__like {
    width: 18px;
}

.card__clock {
    width: 15px;
  vertical-align: middle;
    fill: #AD7D52;
}
.card__time {
    font-size: 12px;
    color: #AD7D52;
    vertical-align: middle;
    margin-left: 5px;
}

.card__clock-info {
    float: right;
}

.card__img {
  visibility: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 235px;
  border-top-left-radius: 12px;
border-top-right-radius: 12px;
  
}

.card__info-hover {
    position: absolute;
    padding: 16px;
  width: 100%;
  opacity: 0;
  top: 0;
}

.card__img--hover {
  transition: 0.2s all ease-out;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
  position: absolute;
    height: 235px;
  border-top-left-radius: 12px;
border-top-right-radius: 12px;
top: 0;
  
}
.card {
  margin-right: 25px;
  transition: all .4s cubic-bezier(0.175, 0.885, 0, 1);
  background-color: #fff;
    width: 33.3%;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0px 13px 10px -7px rgba(0, 0, 0,0.1);
}
.card:hover {
  box-shadow: 0px 30px 18px -8px rgba(0, 0, 0,0.1);
    transform: scale(1.10, 1.10);
}

.card__info {
z-index: 2;
  background-color: #fff;
  border-bottom-left-radius: 12px;
border-bottom-right-radius: 12px;
   padding: 16px 24px 24px 24px;
}

.card__category {
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 2px;
    font-weight: 500;
  color: #868686;
}

.card__title {
    margin-top: 5px;
    margin-bottom: 10px;
    font-family: 'Roboto Slab', serif;
}

.card__by {
    font-size: 12px;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
}

.card__author {
    font-weight: 600;
    text-decoration: none;
    color: #AD7D52;
}

.card:hover .card__img--hover {
    height: 100%;
    opacity: 0.3;
}

.card:hover .card__info {
    background-color: transparent;
    position: relative;
}

.card:hover .card__info-hover {
    opacity: 1;
}


/* ========news=============================== */
.news{
    width: 100%;
    padding: 20px;
}
.newshead{
    text-align: center;
    padding: 20px;
    background: linear-gradient(rgba(62, 15, 184, 0.906),rgba(0,0,0,0.1));
    color: white;
    width: 100%;
}
.stories{
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    padding: 20px;
    background-color: #dbdada;
}
.story{
    width: 100%;
    padding: 10px;
    cursor: pointer;
}
#newscard{
    width: 100%;
}
}
.quiz .card__img, .quiz .card__img--hover {
    background-image: url('/images/quiz5.jpg');
}
.matri .card__img, .matri .card__img--hover {
    background-image: url('/images/matri.jpeg');
}
.stem .card__img, .stem .card__img--hover {
    background-image: url('/images/lab6.jpeg');
}
.trip .card__img, .trip .card__img--hover {
    background-image: url('/images/trip.jpg');
}
.textiles .card__img, .textiles .card__img--hover {
    background-image: url('/images/clothing.jpg');
}
.exhibi .card__img, .exhibi .card__img--hover {
    background-image: url('/images/art5.jpg');
}
.admission .card__img, .admission .card__img--hover {
    background-image: url('/images/admission2.jpg');
}
.stempreparation .card__img, .stempreparation .card__img--hover {
    background-image: url('/images/lab.jpg');
}
.wistem .card__img, .wistem .card__img--hover {
    background-image: url('/images/tag.jpg');
}
.card--4 .card__img, .card--4 .card__img--hover {
    background-image: url('/images/avv.png');
}
.srcweek .card__img, .srcweek .card__img--hover {
    background-image: url('/images/pref20.jpg');
}
.exercise .card__img, .exercise .card__img--hover {
    background-image: url('/images/jog.jpg');
}
.awards .card__img, .awards .card__img--hover {
    background-image: url('/images/award18.jpg');
}
.completed .card__img, .completed .card__img--hover {
    background-image: url('/images/pref31.jpg');
}
.choir .card__img, .choir .card__img--hover {
    background-image: url('/images/choir.webp');
}
.choreography .card__img, .choreography .card__img--hover {
    background-image: url('/images/choreo.jpg');
}
.farm .card__img, .farm .card__img--hover {
    background-image: url('/images/farm.jpg');
}
.cadet .card__img, .cadet .card__img--hover {
    background-image: url('/images/cadet.jpg');
}
.culture .card__img, .culture .card__img--hover {
    background-image: url('/images/culture.webp');
}
.quizz,.trip,.admission,.stempreparation,.wistem,.srcweek,.exercise,.awards,
.completed,.choir,.choreography,.farming,.cadet,.culture{
    margin-top: 3rem;
}


#inter,#trip,#textiles,#exhibi,#sciencelab,#ictlab,#admission,#completed,#awards,#stempreparation,#wistem
,#srcweek,#health,#cadet,#farm,#choreography,#culture,#choir{
    width: 100%;
    font-size: 0.9rem;
    display: flex;
    flex-direction: column;
    display: -webkit-flex;
    background-color: #fff;
    padding: 30px;
}
#inter p,#trip p,#textiles p,#exhibi p, #sciencelab p,#ictlab p,#admission p,#completed p,#awards p,#stempreparation p,#wistem p
,#srcweek p,#health p,#cadet p,#farm p,#choreography p,#culture p,#choir p{
    padding: 30px;
    box-shadow: 0px 10px 10px rgba(0, 0, 0,0.1);
    border-radius: 6px;
}
#inter h4,#trip h4,#textiles h4,#exhibi h4, #sciencelab h4,#ictlab h4,#admission h4,#completed h4,#awards h4,#stempreparation h4,#wistem h4
,#srcweek h4,#health h4,#cadet h4,#farm h4,#choreography h4,#culture h4,#choir h4{
    color: blue;
    margin-top: 2rem;
}
/* =========================================================== */
.quizpic{
    width: 100%;
    height: 420px;
    background-image: url('/images/quiz10.jpg');
    background-position: center;
    background-size: cover;
}
.trippic{
    width: 100%;
    height: 420px;
    background-image: url('/images/trip.jpg');
    background-position: center;
    background-size: cover;
}
.studentexhibipic{
    width: 100%;
    height: 420px;
    background-image: url('/images/clothing.jpg');
    background-position: center;
    background-size: cover;
}
.exhibitionpic{
    width: 100%;
    height: 420px;
    background-image: url('/images/art5.jpg');
    background-position: center;
    background-size: cover;
}
.sciencelabpic{
    width: 100%;
    height: 420px;
    background-image: url('/images/lab.jpg');
    background-position: center;
    background-size: cover;
}
.ictlabpic{
    width: 100%;
    height: 420px;
    background-image: url('/images/ict.jpg');
    background-position: center;
    background-size: cover;
}
.admissionpic{
    width: 100%;
    height: 450px;
    background-image: url('/images/admission2.jpg');
    background-position: center;
    background-size: cover;
    clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 75% 75%, 33% 98%, 50% 75%, 0% 75%);
    box-shadow: 0px 10px 10px rgba(0, 0, 0,0.1);
}
.completedpic{
    width: 100%;
    height: 450px;
    background-image: url('/images/pref31.jpg');
    background-position: center;
    background-size: cover;
    clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 75% 75%, 33% 98%, 50% 75%, 0% 75%);
    box-shadow: 0px 10px 10px rgba(0, 0, 0,0.1);
}
.awardspic{
    width: 100%;
    height: 450px;
    background-image: url('/images/award18.jpg');
    background-position: center;
    background-size: cover;
    clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 75% 75%, 33% 98%, 50% 75%, 0% 75%);
    box-shadow: 0px 10px 10px rgba(0, 0, 0,0.1);
}
.stempreparationpic{
    width: 100%;
    height: 450px;
    background-image: url('/images/lab.jpg');
    background-position: center;
    background-size: cover;
    clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 75% 75%, 33% 98%, 50% 75%, 0% 75%);
    box-shadow: 0px 10px 10px rgba(0, 0, 0,0.1);
}
.wistempic{
    width: 100%;
    height: 450px;
    background-image: url('/images/tag.jpg');
    background-position: center;
    background-size: cover;
    clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 75% 75%, 33% 98%, 50% 75%, 0% 75%);
    box-shadow: 0px 10px 10px rgba(0, 0, 0,0.1);
}
.srcweekpic{
    width: 100%;
    height: 450px;
    background-image: url('/images/pref20.jpg');
    background-position: center;
    background-size: cover;
    clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 75% 75%, 33% 98%, 50% 75%, 0% 75%);
    box-shadow: 0px 10px 10px rgba(0, 0, 0,0.1);
}
.healthpic{
    width: 100%;
    height: 450px;
    background-image: url('/images/jog.jpg');
    background-position: center;
    background-size: cover;
    clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 75% 75%, 33% 98%, 50% 75%, 0% 75%);
    box-shadow: 0px 10px 10px rgba(0, 0, 0,0.1);
}
.cadetpic{
    width: 100%;
    height: 450px;
    background-image: url('/images/cadet.jpg');
    background-position: center;
    background-size: cover;
    clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 75% 75%, 33% 98%, 50% 75%, 0% 75%);
    box-shadow: 0px 10px 10px rgba(0, 0, 0,0.1);
}
.farmpic{
    width: 100%;
    height: 450px;
    background-image: url('/images/farm.jpg');
    background-position: center;
    background-size: cover;
    clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 75% 75%, 33% 98%, 50% 75%, 0% 75%);
    box-shadow: 0px 10px 10px rgba(0, 0, 0,0.1);
}
.choreographypic{
    width: 100%;
    height: 450px;
    background-image: url('/images/choreo.jpg');
    background-position: center;
    background-size: cover;
    clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 75% 75%, 33% 98%, 50% 75%, 0% 75%);
    box-shadow: 0px 10px 10px rgba(0, 0, 0,0.1);
}
.culturepic{
    width: 100%;
    height: 450px;
    background-image: url('/images/culture.webp');
    background-position: center;
    background-size: cover;
    clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 75% 75%, 33% 98%, 50% 75%, 0% 75%);
    box-shadow: 0px 10px 10px rgba(0, 0, 0,0.1);
}
.choirpic{
    width: 100%;
    height: 450px;
    background-image: url('/images/choir.webp');
    background-position: center;
    background-size: cover;
    clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 75% 75%, 33% 98%, 50% 75%, 0% 75%);
    box-shadow: 0px 10px 10px rgba(0, 0, 0,0.1);
}
  /* ==============end of alumni card===================================== */


.newsmore-gallery{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 10px;
    margin-top: 1rem;
}
.newsmore-gallery img{
    width: 250px;
    height: 200px;
    border-radius: 7px;
    margin: 1rem 0rem;
}
.newsmore-videos{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 10px;
    margin-top: 1rem;
    height: auto;
    width: 100%;
}
#keepfit{
    width: 70%;
    height: 300px;
}
.newsmore-videos video{
    height: 300px;
    width: 500px;
    margin-top: 1rem;
}
.across {
  display: flex;
  position: relative;
  gap: 25px;
  justify-content: space-around;
}

.across li {
  position: relative;
  list-style: none;
  width: 60px;
  height: 60px;
  background: white;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  border-radius: 60px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}

.across li::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 60px;
  background: linear-gradient(45deg, var(--i), var(--j));
  opacity: 0;
  transition: 0.5s;
}

.across li::after {
  content: "";
  position: absolute;
  top: 10px;
  width: 100%;
  height: 100%;
  border-radius: 60px;
  background: linear-gradient(45deg, var(--i), var(--j));
  transition: 0.5s;
  filter: blur(15px);
  z-index: -1;
  opacity: 0;
}

.across li:hover {
  width: 180px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0);
}

.across li:hover::before {
  opacity: 1;
}

.across li:hover::after {
  opacity: 0.5;
}

.across li ion-icon {
  color: #777;
  font-size: 1.5em;
  transition: 0.5s;
  transition-delay: 0.25s;
}

.across li:hover ion-icon {
  transform: scale(0);
  color: #fff;
  transition-delay: 0s;
}

.across span {
  position: absolute;
}

.across li .title {
  color: #fff;
  font-size: 1.1em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transform: scale(0);
  transition: 0.5s;
  transition-delay: 0s;
}

.across li:hover .title {
  transform: scale(1);
  transition-delay: 0.25s;
}





/* ============ stem============================== */
.stem{
    margin-top: 15rem;
    padding: 20px;
    height: 300px;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    background: linear-gradient(rgba(62, 15, 184, 0.906),rgba(70, 36, 163, 0.1));
    color: #fff;
    border-bottom: 1px solid white;
}


/* =========academic programs================================ */
.academic_programs{
    margin-top: 15rem;
    background: linear-gradient(rgba(70, 36, 163, 0.1),rgba(62, 15, 184, 0.906),rgba(70, 36, 163, 0.1));
    color: #fff;
    width: 100%;
    padding: 20px;
}
.programs_head{
    margin-top: 2rem;
    text-align: center;
}
.flex_programs{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}
.course{
    width: 40%;
    margin-top: 2rem;
    padding: 10px;
    text-align: center;
}
#font{
    font-size: 2rem;
    color: yellowgreen;
}
/* ======================================================= */


/* ==============choice================================= */
.choice{
    height: 400px;
    margin-top: 15rem;
    text-align: center;
    padding: 20px;
    background-color: white;
    clip-path: polygon(100% 0%, 0% 0% , 0.00% 96.13%, 3.33% 95.67%, 6.67% 94.34%, 10.00% 92.27%, 13.33% 89.66%, 16.67% 86.77%, 20.00% 83.88%, 23.33% 81.28%, 26.67% 79.21%, 30.00% 77.88%, 33.33% 77.42%, 36.67% 77.88%, 40.00% 79.21%, 43.33% 81.28%, 46.67% 83.88%, 50.00% 86.77%, 53.33% 89.66%, 56.67% 92.27%, 60.00% 94.34%, 63.33% 95.67%, 66.67% 96.13%, 70.00% 95.67%, 73.33% 94.34%, 76.67% 92.27%, 80.00% 89.66%, 83.33% 86.77%, 86.67% 83.88%, 90.00% 81.28%, 93.33% 79.21%, 96.67% 77.88%, 100.00% 77.42%);
    border: 2px solid blue;
    border-radius: 5px;
}
.choice h2{
    margin-top: 1rem;
    color: blue;
}
.metrics{
    display: flex;
    justify-content: space-between;
    padding: 10px;
    margin-top: 2rem;
}
.metric{
    width: 20%;
    height: 250px;
}
#spin{
    color: blue;
}
.number{
    font-size: 2rem;
    color: blue;
    font-weight: bold;
}


/* =========clubs=================================== */
.clubs{
    margin-top: 15rem;
    background: linear-gradient(rgba(62, 15, 184, 0.906),rgba(70, 36, 163, 0.1));
    color: white;
    text-align: center;
    padding: 20px;
    height: auto
}
.clubs_container{
    display: flex;
    justify-content: space-between;
    padding: 10px;
}
/* ====================================================== */


/* ===========chapplaincy================================ */
.chaplaincy{
    margin-top: 15rem;
    background: linear-gradient(rgba(62, 15, 184, 0.906),rgba(70, 36, 163, 0.1));
    color: white;
    text-align: center;
    padding: 30px;
    height: auto;
    border-bottom: 1px solid white;
}
.headname{
    margin-left: -10rem;
    margin-bottom: 0.5rem;
}
.rev-notes{
    display: flex;
    justify-content: space-between;
    margin-top: 5rem;
}
.rev{
    width: 50%;
    height: auto;
    margin-left: -1rem;
    display: flex;
    flex-direction: column;
}
.rev img{
    height: 500px;
    width: 350px;
    border-radius: 50%;
}
.notes{
    width: 50%;
    margin-right: 1rem;
}
.chaplaincy-prefects{
    display: flex;
    justify-content: space-between;
    margin-top: 3rem;
    flex-wrap: wrap;
}
.chaplaincy-prefects img{
    width: 150px;
    height: 150px;
    border-radius: 50%;
}
/* ====================================================== */


/* ============map====================================== */
.map{
    margin-top: 13rem;
    width: 100%;
    background-color: #fff;
}
/* ====end of map======================== */


/* =======facebook======================== */
.facebook{
    width: 100%;
    padding: 10px;
    margin-top: 10rem;
    display: flex;
    justify-content: space-between;
}
.frame{
    width: 45%;
}
.mail{
    width: 35%;
    background: linear-gradient(rgba(62, 15, 184, 0.906),rgba(55, 16, 154, 0.906),rgba(0,0,0,0.1));
    padding: 20px;
    color: white;
}
.mail :is(h5){
    text-align: center;
}

 	
/* ======administration page==================== */
.administration{
    width: 100%;
    padding: 20px;
    background-color: white;
    height: auto;
}
.head{
    text-align: center;
}
.boldheading{
    color: blue;
}
.organs{
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: fit-content;
}
.academics,.description{
    width: 45%;
    padding: 20px;
    text-align: left;
}
.description img{
    width: 100px;
    height: 100px;
    margin-left: 8rem;
}
/* ==========admin page ends==================== */


/* ==============================HODS======================== */
.staff{
    width: 100%;
    padding: 10px;
    box-shadow: 0px 15px 15px rgba(0,0,0,0.1);
    display: flex;
    justify-content: space-between;
    border: 1px solid black;

}
.hods{
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 10px;
    background-color: rgba(55, 29, 119, 0.906);
    color: #dbdada;
}
.about_hods{
    width: 60%;
    padding: 30px;
    list-style: none;
}
.hod_pictures{
    width: 38%;
    padding: 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.hod_pictures img{
    width: 200px;
    height: 200px;
    border-radius: 50%;
    margin-top: 2rem;
    box-shadow: 0px 15px 15px rgba(0,0,0,0.1);
}

.src{
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 10px;
    background-color: rgba(55, 29, 119, 0.906);
    color: #dbdada;
}
.about_src{
    width: 60%;
    padding: 30px;
    list-style: none;
    display: flex;
    margin-top: 2rem;
    flex-direction: column;
}
.about_src img{
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.src_pictures{
    width: 38%;
    padding: 30px;
    display: flex;
    flex-direction: column;
    margin-top: 2rem;
}
.src_pictures img{
    width: 100%;
    height: auto;
    margin-top: 2rem;
    border-radius: 10px;
    box-shadow: 0px 15px 15px rgba(0,0,0,0.1);
}
/* ========================================================= */



/* ================ALL CANVAS AND MODAL======================== */
/* ========two admission modal======================= */
#exampleModalToggle,#exampleModalToggle2{
    background: linear-gradient(rgba(88, 46, 195, 0.906),rgba(0,0,0,0.1));
}
#announcementModal{
    background: linear-gradient(rgba(0,0,0,0.1),rgba(0,0,0,0.1),rgba(0,0,0,0.1),rgba(55, 29, 119, 0.906),rgba(0,0,0,0.1));
}
#next{
    cursor: pointer;
}
#next:hover{
    color: blue;
}
#exampleModalToggleLabel,#exampleModalToggleLabel2{
    color: blue;
}
/* ========end of modal=================== */

/* =======announcement modal=================== */
#announcement-modal{
    text-align: center;
}
/* ============================================= */


/* =============Admission verification verify ================ */
.verifyname_container{
    margin-top: 1rem;
    width: 100%;
    display: flex;
    padding: 10px;
    justify-content: space-between;
}
.verifyname_image{
    width: 25%;
    height: auto;
    background-color: white;
    padding: 20px;text-align: center;
}
.verifyname_image img{
    width: 120px;
    height: 120px;
    margin: -6rem 0rem;
}
.verifyname_form_div{
    /* background-color: white; */
    background: linear-gradient(rgba(62, 15, 184, 0.906),rgba(70, 36, 163, 0.1));
    color: rgb(234, 230, 230);
    width: 75%;
    height: auto;
    user-select: none;
    padding: 30px;
    box-shadow: 0px 10px 15px rgba(0,0,0,0.1);
}
.portal{
    display: flex;
    justify-content: space-between;
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
}
.portal_left{
    background-image: url('/images/closead.jpeg');
    background-repeat: no-repeat;
    background-position: center;
    width: 25%;
    height: 500px;
}
.right_portal{
    padding: 30px;
    height: auto;
    width: 70%;
}

.listed{
    width: 100%;
    padding: 20px;
    height: auto;
}
.dashboard{
    width: 100%;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.dashboard .student{
    width: 48%;
    height: 100px;
    padding: 30px;
    border-radius: 10px;
    border: 1px solid white;
    margin-top: 2rem;
}
.green{
    color: greenyellow;
}
.form-control:focus {
  border-color: blue !important; /* green */
  box-shadow: none; /* remove Bootstrap’s shadow if needed */
}
.requirements{
    margin-top: 5rem;
    text-align: center;
    color: #fff;
    padding: 20px;
    background: linear-gradient(rgba(62, 15, 184, 0.906),rgba(70, 36, 163, 0.1));
}
.prospectus{
    width: 100%;
    padding: 10px;
    height: auto;
}
.downloads{
    width: 100%;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    justify-content: center;
}
.downloads a{
    margin-left: 1rem;
}
.placed{
    width: 40%;
    margin-left: 25rem;
    color: #eee;
}
/* =======end of admission and listed============================ */



/* ================about us offcanvas=================== */
#offcanvasWithBothOptions,#offcanvasWithBothOptions2{
    width: 100%;
    height: auto;
    color: rgb(234, 230, 230);
    padding: 10px;
    background: linear-gradient(rgba(62, 15, 184, 0.906),rgba(55, 16, 154, 0.906),rgba(0,0,0,0.1));
}
.keys{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    padding: 10px;
}
    .mission,.vision,.departments,.history,.anthem,.core{
    width: 30%;
    height: auto;
    text-align: center;
    padding: 15px;
    color: rgb(212, 207, 207);
    box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
    margin: 2rem 0rem;
}
    #download{
    text-decoration: none;
    color: darkcyan;
}
    #download:hover{
    color: darkgoldenrod
}
/*  ===========end of offcanvas top aboutus===================== */



/* ===========staff, nonstaff, prefects  offcanvasbottom=========================== */
#offcanvasBottom, #offcanvasBottom2,#offcanvasBottom3,#offcanvasBottom4{
    width: 100%;
    height: auto;
    color: rgb(234, 230, 230);
    padding: 10px;
    background: linear-gradient(rgba(62, 15, 184, 0.906),rgba(55, 16, 154, 0.906),rgba(0,0,0,0.1));
}


/* ============achievement offcanvas right================== */
#offcanvasRight{
    height: auto;
    color: rgb(234, 230, 230);
    padding: 10px;
    background: linear-gradient(rgba(62, 15, 184, 0.906),rgba(55, 16, 154, 0.906),rgba(0,0,0,0.1));
}


/* ============achievement===================== */
.achievements{
    padding: 10px;
    width: 100%;
}
.achievements img{
    width: 250px;
    height: 250px;
}
/* ==========achievement ends=================== */


/* =========academic calender====================== */
#exampleModal{
    background: linear-gradient(rgba(62, 15, 184, 0.906),rgba(0,0,0,0.1));
    font-size: 1.5rem;
}
.schedule{
    width: 100%;
    padding: 20px;
    font-size: 0.8rem;
}
.schedule :is(h6){
    color: blue;
}
#exampleModalLabel{
    color: blue;
}
/* ======end of academic calender======================== */



/* =============quiz=================================== */

/* =======quiz home=================== */
.subject{
    width: 100%;
    padding: 20px;
    height: auto;
    margin-top: 6rem;
    background-color: white;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.sub{
    width: 20%;
    text-align: center;
    border-radius: 5px;
    padding: 10px;
    background-color: whitesmoke;
    height: 70px;
    margin: 1rem 1rem;
    animation: sub 4s alternate-reverse linear forwards infinite;
}
@keyframes sub {
    0% {
        border: 1px solid goldenrod;
    }
    25% {
        border: 1px solid greenyellow;
    }
    50% {
        border: 1px solid fuchsia;
    }
    75% {
        border: 1px solid chocolate;
    }
    100% {
        border: 1px solid darkcyan;
    }
}
    .sub a{
    text-decoration: none;
    color: grey;
    }
    .sub a:hover{
    color: crimson;
    font-weight: bold;
    }
    #ic{
    color: blue;
    }
    #question{
    margin-top: 1rem;
    font-size: 1.3rem;
    color: rgb(234, 230, 230);
    font-weight: bold;
    user-select: none;
    }
.two{
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 1rem;
    }
    #progress-bar{
    margin-top: 1rem;
    width: 80%;
    transition: width 0.3s ease;
    }
    .next{
    width: 28%;
    }
    #next-btn{
    float: right;
    }
    #answers{
    display: flex;
    flex-direction: column;
    }
    #scoreShow{
    margin-top: 3rem;
    padding: 20px;
    color: green;
    font-size: 1rem;
    font-weight: bold;
    }
    .li{
    background: #eee;
    color: #000;
    font-weight: bold;
    margin: 10px 0;
    padding: 10px;
    cursor: pointer;
    width: 30%;
    list-style: none;
    border: none;
    outline: none;
    }

    .li:hover {
    background: #858181;
    }
    #ii{
    color: grey;
    font-size: 4rem;
    animation: flex 5s forwards linear infinite alternate-reverse;
    }
    @keyframes flex {
    0%{
        transform: rotateY(180deg);
    }
    100%{
        color: white;
    }
}

/* ==========whatsapp================= */
.whatsapp-float {
  position: fixed;
  width: 30px;
  height: 30px;
  bottom: 20px;
  right: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 2px 2px 8px rgba(0,0,0,0.2);
  z-index: 1000;
}
.whatsapp-float img {
  width: 30px;
  height: 30px;
}

/* ============telegram========================= */
.telegram-float {
  position: fixed;
  width: 30px;
  height: 30px;
  bottom: 90px;  /* slightly above WhatsApp if you use both */
  right: 20px;
  background-color: #0088cc;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 2px 2px 8px rgba(0,0,0,0.2);
  z-index: 1000;
}
.telegram-float img {
  width: 28px;
  height: 28px;
}

/* ============youtube============================= */
.youtube-float {
  position: fixed;
  width: 30px;
  height: 30px;
  bottom: 160px; /* adjust if stacking with WhatsApp/Telegram */
  right: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 2px 2px 8px rgba(0,0,0,0.2);
  z-index: 1000;
}
.youtube-float i {
  font-size: 1.8rem;
}



/* =================footer================= */
.footer{
    width: 100%;
    padding: 20px;
    background: linear-gradient(rgba(62, 15, 184, 0.906),rgba(0,0,0,0.1));
    margin-top: 3rem;
    color: #dbdada;
    font-size: 1rem;
}
.services{
    margin-top: 5rem;
    display: flex;
    width: 100%;
    justify-content: space-around;
    list-style: none;
}
.copyright{
    padding: 20px;
    width: 100%;
    background: linear-gradient(rgba(62, 15, 184, 0.906),rgba(62, 15, 184, 0.906),rgba(0,0,0,0.1));
    color: #dbdada;
    margin-top: 5rem;
}

