/* ------- HERO STYLING ------- */
#hero {
    position: relative;

    margin-top: 3rem;

    background-color: var(--clr_base_900);
    overflow: hidden;
}

#hero > img {
    position: absolute;
    z-index: 0;

    top: 0;
    left: 0;

    width: 60vw;
}

#hero > div.cover {
    position: absolute;
    z-index: 1;

    background-image: linear-gradient(90deg, #04121F00, #04121F 90%);
    
    height: 100%;
    top: 0;
    left: 30vw;
    width: 31vw;
}

#hero div.cont_root {
    position: relative;
    z-index: 2;
}

#hero div.cont_root p {
    color: white;
}

#hero div.cont_grid_2 div {
    margin-top: 15rem;
    margin-bottom: 15rem;
}

#hero div.cont_grid_2 div > img {
    width: 11rem;
}

#hero div.cont_grid_2 div > p:nth-child(2) {
    font-size: 4.5rem;
    font-weight: 300;
}

#hero div.cont_grid_2 div > p:nth-child(3) {
    font-size: 7rem;
    font-weight: 900;

    margin-top: -1.5rem;
}

#hero div.cont_grid_2 div > p:nth-child(4) {
    font-size: 1.7rem;
    font-weight: 400;
}

#hero div.cont_grid_3 > div {
    background-color: var(--clr_base_500);
    
    border-radius: var(--rad);

    margin-bottom: 1rem;
    padding: 1rem;
}

#hero div.cont_grid_3 > div > a > div:nth-child(1) {
    display: flex;
    flex-direction: row;
    align-items: center;
}

#hero div.cont_grid_3 > div > a > div:nth-child(1) > img {
    width: 2rem;
    margin-right: 1rem;
}

#hero div.cont_grid_3 > div > a > div:nth-child(1) > p {
    font-weight: 700;
    margin-bottom: 0.5rem;
}

#hero div.cont_grid_3 > div > a > div:nth-child(2) > p {
    font-weight: 300;
    font-size: 0.9rem;

    margin-left: 3rem;
}









/* ------- HOME ACADEMY STYLING ------- */
#home_acad_main > div.cont_grid_2 {
    margin-bottom: 2rem;
}









/* ------- HOME ACADEMY GRID STYLING ------- */
#home_acad_grid > div {
    aspect-ratio: 1/1;
    position: relative;

    border-radius: var(--rad);

    overflow: hidden;
}

#home_acad_grid h2 {
    margin-bottom: 0.75rem;
}

#home_acad_grid p {
    line-height: 150%;
}

#home_acad_grid h2, #home_acad_grid p {
    color: var(--clr_base_100);
    text-align: center;
}

#home_acad_grid h2 {
    font-size: 2rem;
    font-weight: 600;
}

#home_acad_grid > div > a > div:nth-child(1) > img {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}

#home_acad_grid > div > a > div:nth-child(1) > div {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}

#home_acad_grid > div > a > div:nth-child(2) {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;

    height: 100%;

    padding: 1rem;

    align-items: center;
    justify-content: end;
}

#home_acad_grid > div > a > div:nth-child(2) > img {
    width: 8rem;
    height: 8rem;

    margin-bottom: 1rem;
}









/* ------- HOME COMPREHENSIVE GRID STYLING ------- */
#home_comprehensive_main > div > p:nth-child(1) {
    padding-bottom: 1rem;
}

#home_comprehensive_main div.cont_grid_2 > div {
    background-color: var(--clr_base_900);
    
    border-radius: var(--rad);

    padding: 1rem;
}

#home_comprehensive_main div.cont_grid_2 > div > div:nth-child(1) {
    display: flex;
    flex-direction: row;
    align-items: center;
}

#home_comprehensive_main div.cont_grid_2 > div > div:nth-child(1) > img {
    width: 2rem;
    margin-right: 1rem;
}

#home_comprehensive_main div.cont_grid_2 > div > div:nth-child(1) > p {
    font-weight: 700;
    color: var(--clr_base_100);
    margin-bottom: 0.5rem;
}

#home_comprehensive_main div.cont_grid_2 > div > div:nth-child(2) > p {
    font-weight: 300;
    font-size: 0.9rem;
    color: var(--clr_base_100);

    margin-left: 3rem;
}









/* ------- HOME OPTIONS TABLE STYLING ------- */
#home_options_main > div.cont_grid_2 {
    margin-bottom: 2rem;
}









/* ------- HOME EA INBAL STYLING ------- */
#home_eainbal_main > div.cont_grid_2 {
    margin-bottom: 3rem;
}

#home_eainbal_main .img_txt_view {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;

    margin-bottom: 3rem;
}

#home_eainbal_main .img_txt_view .txt_cont {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#home_eainbal_main .img_txt_view .txt_cont > hr {
    border-color: var(--clr_base_500);
}

#home_eainbal_main .img_txt_view .txt_cont > p {
    margin-top: 1rem;
}

#home_eainbal_main .img_txt_view.normal_view .txt_cont {
    padding-inline-start: 15%;
}

#home_eainbal_main .img_txt_view.inverted_view .txt_cont {
    padding-inline-end: 15%;
}

#home_eainbal_main .img_txt_view .img_cont > img{
    aspect-ratio: 4/3;
    width: 100%;

    border-radius: var(--rad);
}









/* ------- HOME EVENTS STYLING ------- */
#home_events_main > div.cont_grid_3 {
    margin-bottom: 2rem;
}

#home_events_main .cont_grid_3 > div > a > img {
    aspect-ratio: 4/3;
    width: 100%;

    border-radius: var(--rad);

    margin-bottom: 1rem;
}

#home_events_main .cont_grid_3 > div > p:nth-child(3) {
    margin-bottom: 1rem;
}