.academicsfullCont{
    position: relative;
    width:100%;
    height:100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    
    margin:0;
    
}
.aboutTopImg::before{   
    content: "";
    display: inherit;
    position: absolute;
    inset: 0;
    background: hsla(214, 69%, 14%, 0.747);

    
}

#about{
    width:100%;
    padding-bottom: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;  
    z-index: 10;
    gap: 6rem;
   background-color: var(--bg);
   box-shadow: var(--expensiveBoxShadow);

    
}
#aboutIntro{
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    place-items: center;
    padding:1rem 2rem;
    color: white;
    height:70vh;

    background-image: url("assets/archery1.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;

}
.aboutInfo{
    width:85%;
}
.aboutCardContainer{
    width:100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 3rem;
}
.aboutCard{
    padding:1rem 2rem;
    width:50%;
    background-color: white;
    border-radius: 10px;
    box-shadow: var(--expensiveBoxShadow);
}
#aboutIntroText{
    z-index: 2;
    color: white;
}
#aboutIntro::before{
    content: "";
    position: absolute;
    width:100%;
    height:100%;
    background-color: rgba(0,0,0, 0);
    backdrop-filter: brightness(50%) blur(2px);
    z-index: 1;
}
#topachieversdiv{
    text-align: center;
    width:80%;
    height:fit-content;
    
}
#topAchieversImgContainer{
    width:100%;
}
#topAchieversImgContainer>img{

    object-fit: contain;
    width:100%;
    height: auto;
}
#studentLifeBtn{
    background-color: var(--tetiary1);
    padding-inline: 2rem;
    padding-block: 1rem;
    width: fit-content;
    border-radius: 100vw;
    color: white;
    line-height: 3rem;
}
#whychooseus{
    margin-top:-5%;
}
#stats{
    width:100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#statsCont{
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin:0rem 2rem;
    width:100%;
    min-height:75vh;
    padding:1rem 2rem;
}
#statsSection1{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    place-items: center;
    width:100%;
    min-height:100%;
    border-right: 1px solid blue;
}
#statsSection1>div{
    width:80%;
    height: 75%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    text-align: left;
    padding:0.5rem 1rem 0.5rem 1rem;
    border-radius: 10px;


}
#statsSection1>div.exception{
    max-width: 80%;
    background-color: var(--bg);
    padding:0.5rem 1rem 0.5rem 1rem;
    font-size: 1rem;

}
#statsSection2{
    padding:1rem 2rem;
}

.big{
    font-size: 300%;
    font-weight: bold;
    color: red;
}
.bold{
    font-weight: bold;
    text-decoration: underline;
}
#appearContainer{
    height: 100vh; 
    width: 100%;
    position: fixed;
    background-image: url("assets/line.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    filter: contrast(120%) blur(2px) brightness(50%);
    z-index: 1;
}

.content{
    z-index: 10;
    min-height: 100vh;
    width: 100%;
    color: var(--bg);
}
#history{
    width:50%;
    padding:8rem 4rem 1rem 4rem;
}

@media (max-width: 767.98px) {
    #about{
        gap:3rem;
    }
    
 
    #aboutIntro{
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    place-items: center;
    padding:1rem 2rem;
    color: white;
    height:fit-content;

    background-image: url("assets/achievers.png");
    background-position: center;
    background-repeat: no-repeat;
    
    background-size: 100%;

}
    .academicsfullCont{
        text-align: center;
    }
    .aboutInfo{
        width:90%;
    }
    .aboutCardContainer{
        flex-direction: column;
        gap:0rem;
    }
    .aboutCard{
        width:100%;
        background-color: var(--bg);
        box-shadow: none;
        padding:0rem 1rem;
    }
    #statsCont{
    display: grid;
    grid-template-columns: 1fr;
    margin:0rem 2rem;
    width:100%;
    min-height:75vh;
    padding:1rem 2rem;
}
    .content{
    z-index: 10;
    min-height: 100vh;
    width: 90%;
    color: var(--bg);
}
    #history{
    width:100%;
    margin:1rem;
    padding:8rem 1rem 1rem 0rem;
}
}
@media (min-width: 768px) and (max-width: 1199.98px) {
    #about{
        gap:3rem;
    }
    
    
    
    #aboutIntro{
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    place-items: center;
    padding:1rem 2rem;
    color: white;
    height:fit-content;

    background-image: url("assets/achievers.png");
    background-position: center;
    background-repeat: no-repeat;
    
    background-size: 100%;

}
    #statsCont{
    display: grid;
    grid-template-columns: 1fr;
    margin:0rem 2rem;
    width:100%;
    min-height:75vh;
    padding:1rem 2rem;
}
    .content{
    z-index: 10;
    min-height: 100vh;
    width: 90%;
    color: var(--bg);
}
    #history{
    width:100%;
    margin:1rem;
    padding:8rem 1rem 1rem 0rem;
}
}