html{
    margin : 0;
    padding : 0;
}

body 
{
    font-family: 'Nunito', sans-serif;
    background-color: peachpuff;
    font-weight: 800;
}

/* ----------------------------------------------------AdmissionImagesWraper-------------------------------------------------------------- */

.AdmissionImagesWraper{
    overflow: hidden;
    position: relative;
    margin-top: 105px;
}

.AIWrap{
    display: flex;
    flex-direction: row;
    transition: transform 0.5s ease-in-out;
}

.AIWrapImg{
    transition: transform 1.5s;
}

.AIWrapImg img{
    width: 100vw;
    height: 100%;
    display: block;
    object-fit: cover;
}

.AIWrapLeft {
    position: absolute;
    height: -webkit-fill-available;
    left: 25px;
    top: 0;
    display: flex;
    align-items: center;
}

.AIWrapRight {
    position: absolute;
    height: -webkit-fill-available;
    right: 25px;
    top: 0;
    display: flex;
    align-items: center;
}

.AIWrapLeft .fa-solid, .AIWrapRight .fa-solid{
    font-size: 45px;
    display: block;
    color: white;
}

.AIWrapLeft:hover, .AIWrapRight:hover{
    cursor: pointer;
}

@media (width>=1280px) {
    .AIWrapImg img{
        height: 85.5vh;
    }
}

@media (width<=769px) {
    .AIWrapLeft .fa-solid, .AIWrapRight .fa-solid{
        font-size: 24px;
    }
    .AdmissionImagesWraper{
        margin-top: 55px;
    }
}


/* ----------------------------------------------------AdmissionImagesWraper-------------------------------------------------------------- */

/* ----------------------------------------------------AdmissionsSection1-------------------------------------------------------------- */

.AdmissionsSection1{
    padding: 60px;
    position: relative;
}

.AdmissionsSection1Container{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.AdmissionsSection1Container2{
    width: 100%;
}

/* .AS1C1Img{
    padding: 20px;
} */

/* .AS1C1Img img{
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 15px;
} */

.AS1C2Info{
    display: flex;
    flex-direction: column;
}

.AS1C2IH1 h1{
    margin: 0px;
    color: peru;
    font-size: 42px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}

.AS1C2IPara p{
    text-align: justify;
    margin-bottom: 22px;
    font-size: 22px;
    padding: 22px;
}

.AS1C2IBCFields{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.AS1C2IBCFChild{
    width: 31%;
    /* height: 480px; */
    padding: 15px;
    border-radius: 10px;
    background-color: white;
    border: none;
    box-shadow: -5px 6px 5px peru;
}

.AS1C2IBCFChild:hover{
    cursor: pointer;
}

.AS1C2IBCFCImg img{
    width: 100%;
    height: 100%;
    display: block;
}

.AS1C2IBCFCSpan{
    text-align: center;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.AS1C2IBCFCSpan span{
    font-weight: bold;
    font-size: 22px;
}

.AS1C2IBCFCSpanBtn {
    width: 100%;
    display: flex;
    justify-content: center;
}

.AS1C2IBCFCSpanBtn span{
    text-decoration: none;
    color: white;
    background-color: peru;
    padding: 10px;
    border-radius: 5px;
}

.AS1C2IBCFCSpanBtn span:hover{
    cursor: pointer;
}

@media (width<1280px) {
    .AS1C2IBCFCSpan{
        height: 60px;
    }
}

@media (width<=769px) {
    .AS1C2IBCFields{
        flex-wrap: wrap;
    }
    .AS1C2IBCFChild{
        width: 250px;
    }
    .AdmissionsSection1{
        padding: 25px 15px;
    }
    .AS1C2IPara p{
        padding: 0px;
        padding-bottom: 25px;
    }
}

/* ----------------------------------------------------AdmissionsSection1-------------------------------------------------------------- */

/* ----------------------------------------------------AdmissionsSection1Children-------------------------------------------------------------- */

.AdmissionsSection1Children{
    border: 1px solid black;
}

.AdmissionsSection1Children{
    display: none;
    padding: 25px;
    background-color: white;
    /* width: 800px; */
    width: 80%;
    border-radius: 15px;
    border: none;
    position: absolute;
    z-index: 1000;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.AdmissionsSection1ChildrenContainer{
    display: flex;
    flex-direction: column;
}

.AS1CCPopupsContainer1{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 30px;
}

.AS1CCPTImg {
    width: 60px;
}

.AS1CCPTImg img{
    width: 100%;
    height: 100%;
    display: block;
}

.AS1CCPTH1 h1{
    color: peru;
    font-size: 30px;
    font-family: Arial, Helvetica, sans-serif;
}

.AS1CCPH4 h4{
    color: peru;
    font-family: Arial, Helvetica, sans-serif;
}

.AS1CCPA{
    margin-bottom: 16px;
}

.AS1CCPA a{
    text-decoration: none;
    color: black;
}

.AS1CCPPara{
    text-align: justify;
}

.AS1CCPSpan {
    margin-bottom: 16px;
}

.AS1CCPABtn {
    width: 100%;
    display: flex;
    padding-left: 25px;
}

.AS1CCPABtn a{
    text-decoration: none;
    color: white;
    background-color: peru;
    padding: 10px;
    border-radius: 5px;
}

.AS1CCPABtn a:hover{
    cursor: pointer;
}

/* #AdmissionsOverview {
    transform: translate(-50%, -50%);
}

#AgeCriteria{
    transform: translate(-50%, -50%);
}
#DocumentChecklist{
    transform: translate(-50%, -50%);
}
#HowToApply{
    transform: translate(-50%, -50%);
} */

.ClosepopupBtn {
    position: absolute;
    right: 25px;
}

.ClosepopupBtn .fa-solid{
    font-size: 25px;
    display: block;
}

.ClosepopupBtn .fa-solid:hover{
    cursor: pointer;
}

@media (width<=769px) {
    #AdmissionsOverview {
        transform: translate(-50%, -25%);
    }
    #AgeCriteria{
        transform: translate(-50%, -25%);
    }
    #DocumentChecklist{
        transform: translate(-50%, 0%);
    }
    #HowToApply{
        transform: translate(-50%, 0%);
    }
}

@media (width<=560px) {
    #AdmissionsOverview {
        transform: translate(-50%, -60%);
    }
    #AgeCriteria{
        transform: translate(-50%, -10%);
    }
    #DocumentChecklist{
        transform: translate(-50%, 35%);
    }
    #HowToApply{
        transform: translate(-50%, 130%);
    }
}

@media (width<=446px) {
    .AS1C2IH1 h1{
        font-size: 32px;
    }
    #AdmissionsOverview {
        transform: translate(-50%, -80%);
    }
    #AgeCriteria{
        transform: translate(-50%, -25%);
    }
    #DocumentChecklist{
        transform: translate(-50%, 10%);
    }
    #HowToApply{
        transform: translate(-50%, 120%);
    }
}

/* ----------------------------------------------------AdmissionsSection1Children-------------------------------------------------------------- */


