.gradientscreenbanner{
    width: 100%;
    height: 400px;
    background-image: url("/getlibrary/media/homebannergradient.png");
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    background-clip: border-box;
}
.gradientscreenbannerfade{
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #024556 0%, #024556c4 30%, #220072ae 60%, #6300c022 100%);
}
.gradientscreenbannerfademaincontpt1{
    display: flex;
    width: 50%;
    flex-direction: column;
    padding-left: 50px;
    justify-content: center;
}
.textingradientscreen{
    font-family: Roboto;
    color: #fff;
    font-weight: 500;
    font-size: 35px;
}
.applynow{
    width: fit-content;
    padding: 20px 20px;
    height: 50px;
    border: none;
    background-color: #00262f;
    color: #fff;
    font-family: Roboto;
    font-weight: 400;
    font-size: 18px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}
.booktour{
    width: fit-content;
    padding: 20px 20px;
    height: 50px;
    border: 3px solid #00262f;
    background-color: #00000000;
    color: #ffffff;
    font-family: Roboto;
    font-weight: 400;
    font-size: 18px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
}
.markpoints{
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100px;
}
.firstdiv{
    width: 100%;
    height: 1px;
    background-color: #868686;
    border: none;
}
.markpointscont{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.markpoint{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: fit-content;
    padding: 0px 20px;
}
.markpointimg{
    width: 80px;
}
.markpointtext{
    font-family: Roboto;
    color: #00262f;
    font-weight: 400;
    font-size: 18px;
    margin-left: 10px;
    display: flex;
    flex-direction: column;
    display: flex;
    justify-content: center;
    height: 100%;
}
.markpointtexthead{
    color: #00262f;
    font-weight: 500;
    font-size: 28px;
}
.markpointtextsub{
    color: #00262f;
    font-weight: 400;
    font-size: 16px;
}



.whyus{
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: row;
}
.whyuscont{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.description{
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 50%;
    padding: 70px 80px;
}
.heading{
    font-family: Roboto;
    color: #00262f;
    font-weight: 800;
    font-size: 32px;
}
.descriptiontext{
    color: #00262f;
    font-family: Roboto;
    margin-top: 20px;
    font-size: 18px;
    text-align: left;
}
.learnmoreaboutus{
    width: fit-content;
    padding: 5px 20px;
    height: 40px;
    border: 2px solid #00262f;
    background-color: #fff;
    color: #00262f;
    font-family: Roboto;
    font-weight: 400;
    font-size: 18px;
    border-radius: 4px;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    transition: all 250ms;
}
.learnmoreaboutus:hover{
    background-color: #00262f;
    color: #fff;
}


.illustration{
    width: 50%;
    height: inherit;
    display: flex;
    flex-direction: column;
}
.illustrationdiv1{
    width: 100%;
    height: 50%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    box-sizing: border-box;
    padding-bottom: 3px;
}
.illustrationdiv2{
    width: 100%;
    height: 50%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    box-sizing: border-box;
    padding-top: 3px;
}
.imgref{
    width: 230px;
    height: 160px;
    overflow: hidden;
    margin-right: 6px;
    border-radius: 9px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 250ms;
}
.imgref:hover{
    box-shadow: 0px 0px 10px #000000be;
}
.imgreflast{
    margin-right: 0px;
}
.illustrationimg{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.schoolpillars{
    width: 100%;
    height: fit-content;
    display: flex;
}
.schoolpillarscont{
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    background-color: #0051ff24;
    box-shadow: 0px 0px 10px #002f958a;
    padding: 50px 80px;
}
.pillar{
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
    padding: 20px 0px;
}
.pillarimage{
    min-width: 300px;
    height: 300px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 0px 0px 10px #00082a42;
}
.pillardescription{
    display: flex;
    flex-direction: column;
    max-width: fit-content;
    padding: 0px 30px;
    box-sizing: border-box;
}
.pillarmsgheading{
    font-family: Roboto;
    color: #00262f;
    font-weight: 500;
    font-size: 36px;
    margin-bottom: 20px;
    margin-top: 30px;
}
.pillarmsg{
    font-family: Roboto;
    color: #00262f;
    font-weight: 400;
    font-size: 17px;
    margin-top: 10px;
}
.pillarform2{
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: row-reverse;
    box-sizing: border-box;
    padding: 20px 0px;
}


.blurscreen{
    height: 100%;
    width: 100%;
    position: fixed;
    backdrop-filter: blur(10px);
    transition: all 250ms;
}



@media screen and (max-width : 1230px){
    .textingradientscreen{
        font-size: 28px;
    }
    .gradientscreenbannerfademaincontpt1{
        padding-left: 30px;
        width: 100%;
    }
    .markpoints{
        flex-direction: column;
    }
    .markpointtexthead{
        font-size: 22px;
    }
    .markpointtextsub{
        font-size: 14px;
    }
    .description{
        width: 100%;
        padding: 50px 20px;
    }
    .illustration{
        width: 100%;
        height: fit-content;
        margin-top: 10px;
        box-sizing: border-box;
        padding: 0px 10px;
    }
    .pillar{
        flex-direction: column;
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .pillarform2{
        flex-direction: column;
    }
    .pillardescription{
        padding: 0px 20px;
    }
}


@media screen and (max-width : 850px){
    .textingradientscreen{
        font-size: 16px;
    }
    .gradientscreenbanner{
        height: 260px;
        /* background: none; */
    }
    .gradientscreenbannerfademaincontpt1{
        justify-content: flex-end;
        padding-left: 20px;
    }
    .applynow{
        height: 30px;
        padding: 10px 10px;
        font-size: 12px;
        margin-top: 18px;
    }
    .booktour{
        height: 30px;
        padding: 10px 10px;
        font-size: 12px;
        margin-top: 5px;
        border: 2px solid #00262f;
        margin-bottom: 20px;
    }
    .markpoints{
        height: fit-content;
    }
    .markpointscont{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .markpoint{
        width: 100%;
        padding: 20px 0px;
    }
    .whyuscont{
        flex-direction: column;
    }
    .markpointimg{
        width: 60px;
    }
    .markpointtexthead{
        font-size: 18px;
    }
    .markpointtextsub{
        font-size: 12px;
    }
    .heading{
        font-size: 22px;
    }
    .descriptiontext{
        font-size: 12px;
    }
    .imgref{
        width: 180px;
        height: 100px;
    }
    .learnmoreaboutus{
        font-size: 12px;
        padding: 5px 15px;
        height: 30px;
    }
    .illustration{
        margin-bottom: 50px;
    }
    .schoolpillarscont{
        padding: 20px 20px;
    }
    .pillarmsgheading{
        font-size: 22px;
    }
    .pillarmsg{
        font-size: 14px;
        font-weight: 300;
    }
}