/* style.css */

body {
    font-family: open-sans, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #3B3B3B;
    -webkit-font-smoothing: antialiased;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    opacity: 1;
    min-width: 99%;
}

#app {
    width: 65vh;
}

header {
    background-color: #ffffff;
    color: white;
    text-align: left;
}



#main {
    flex: 1;
    /*padding: 1em;*/
    background-image: url("page-background.png");
    width: 100%;
}

#EduEnabledWrapper {
    max-height: 750px;
    height: 750px;
    width: 99%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-end;
}

#EduEnabledLeft {
    display: flex;
    flex-direction: column;
    /* min-width: 25%; */
    max-width: 25%;
    width: 25%;
}
#EllipseImg {
    position: relative;
    top: 5%;
    left: -45%;
}
#CirclesImg {
    /*width: 200px;*/
    position: absolute;
    top: 50%;
    left: 0%;
}

#EduEnabledCenter {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 2em;
    align-items: flex-start;
}
#EduEnabledTextHeading {
    text-align: left;
    font-family: Open Sans, Bold;
    font-size: 60px;
    color: #2C19AF;
    line-height: 4rem;
    font-weight: bold;
}

#EduEnabledTextContent {
    text-align: left;
    font-family: Open Sans, Semibold;
    font-size: 35px;
    color: #3B3B3B;
    line-height: 2rem;
    font-weight: 600;
}

#EduEnabledRight {
    
}


#DrivingEduWithInvWrapper {
    display: flex;
    align-items: center;
    width: 99%;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-self: center;
    max-width: 99%;
    height: auto;
    margin-top: 15rem;
}
#group4img {
    width: -webkit-fill-available;
}
#WeElevateWrapper {
    margin-top: 2rem;
    width: -webkit-fill-available;
    display: flex;
    flex-direction: column;
    gap: 4rem;
    line-height: 1.10;
}
#WeElevateHeading {
    font-size: 60px;
    font-family: Raleway, Bold;
    color: #2C19AF;
    font-weight: bold;
    margin-left: 2rem;
}
#WeElevateBoxesWrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 5rem;
}
.BuildingBox {
    width: 45em;
    /* height: 15em; */
    box-shadow: 0px 5px 10px #2C19AF42;
    border-radius: 24px;
    opacity: 1;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    align-content: space-around;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    padding: 20px 20px;
    gap: 1.25rem;
}
.BuildingBoxHeading {
    color: #2C19AF;
    font-size: 30px;
    align-self: center;
    font-family: Raleway, Bold;
    font-weight: bold;
}
.BuildingBoxContent {
    color: #3B3B3B;
    font-family: Open Sans, Regular;
    font-size: 20px;
    text-align: center;
    font-weight: 500;
}
#TeachersBox {
   
}
#LeadersBox {
    
}

#ExperienceWrapper {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    width: 99%;
    margin-top: 4rem;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: stretch;
}
#ExperienceContentWrapper {
    width: 45%;
    height: fit-content;
    box-shadow: 0px 5px 10px #2C19AF42;
    border-radius: 24px;
    opacity: 1;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    display: flex;
    flex-direction: column;
    padding: 20px 20px;
    gap: 1.25rem;
    line-height: 1.15;
}
.ExperienceContentHeading {
    color: #2C19AF;
    font-size: 45px;
    align-self: flex-start;
    font-family: Raleway, Bold;
    font-weight: bold;
}
.ExperienceContentMatter {
    color: #3B3B3B;
    font-size: 25px;
    align-self: flex-start;
    font-family: Open Sans, Regular;
    font-weight: 500;
}
#ExperienceImageWrapper {
    display: flex;
    flex-direction: column;
    width: 65%;
    flex-wrap: nowrap;
    gap: 30%;
    justify-content: center;
}

#WeLearnWrapper {
    box-shadow: 0px 5px 10px #2C19AF42;
    border-radius: 321px 0px 0px 321px;
    opacity: 1;
    background: #EAF4FD 0% 0% no-repeat padding-box;
    display: flex;
    width: 90%;
    flex-direction: row;
    justify-self: flex-end;
    flex-wrap: wrap;
    align-items: center;
    margin-right: 0px;
    padding: 2rem 2rem 12rem 2rem;
    gap: 0px;
    margin-top: 2rem;
    justify-content: center;
}

#WeLearnLeft {
    margin-top: 1rem;
}
#WeLearnRight {
    display: flex;
    /* width: 78%; */
    flex-direction: column;
    flex-wrap: wrap;
    gap: 1rem;
    line-height: 1.125;
    word-break: break-word;
}
#WeLearnHeading {
    color: #2C19AF;
    font-size: 60px;
    align-self: flex-start;
    font-family: Open Sans, Bold;
    font-weight: bold;
}
#WeLearnContent {
    color: #3B3B3B;
    font-size: 25px;
    align-self: flex-start;
    font-family: Open Sans, Regular;
    font-weight: 500;
    display: flex;
    gap: 1rem;
    word-break: break-word;
}
#LocationWrapper {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 10rem;
    overflow: visible;
}
#LocationContent {
    box-shadow: 0px 5px 10px #2C19AF42;
    border-radius: 0px 321px 321px 0px;
    opacity: 1;
    background: #EAF4FD 0% 0% no-repeat padding-box;
    display: flex;
    width: 70%;
    flex-direction: column;
    justify-self: flex-start;
    flex-wrap: nowrap;
    margin-right: 0px;
    padding: 1rem 3rem 1rem 0;
    gap: 2rem;
    justify-content: flex-start;
    margin: 15rem 0 2rem 0;
    line-height: 1.125;
    /* width: 68%; */
    align-items: flex-start;
    max-width: fit-content;
    overflow: visible;
    word-break: break-word;

}
.LocationHeading {
    color: #2C19AF;
    font-size: 50px;
    align-self: flex-start;
    font-family: Raleway, Bold;
    overflow: visible;
    font-weight: bold;
    margin-left: 10%;
}
.LocationDetails {
    color: #2C19AF;
    font-size: 30px;
    align-self: flex-start;
    font-family: Raleway, Bold;
    /* width: 70%; */
    line-height: 1.5;
    overflow: visible;
    font-weight: bold;
}
.location-img {
    overflow: hidden;
    /*margin: -50% 0%;
    width: 100%;*/
    position:absolute;
    right: 5%;
}

#CustomerSupportWrapper {
    box-shadow: 0px 5px 10px #2C19AF42;
    border-radius: 321px 0px 0px 321px;
    opacity: 1;
    background: #EAF4FD 0% 0% no-repeat padding-box;
    display: flex;
    width: 70%;
    /* justify-self: flex-end; */
    margin-right: 0px;
    padding: 2rem;
    align-self: end;
    gap: 2rem;
    margin: 2rem 0;
    line-height: 1.125;
    /* width: 68%; */
    max-width: fit-content;
    overflow: visible;
    flex-direction: column;
}
.customerSupportContent {
    color: #2C19AF;
    font-size: 30px;
    align-self: flex-start;
    font-family: Raleway, Bold;
    /* width: 70%; */
    line-height: 1.5;
    overflow: visible;
    font-weight: bold;
    margin-left: 1rem;
}
.temp {
    background: transparent url(location.png) 50% 0% no-repeat padding-box;
    height: 1000px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    background-size: 125%;
}
footer {
    background: #FFFFFF 0% 0% no-repeat padding-box;
}
#FooterContent {
    display: flex;
    color: #2C19AF;
    font-size: 25px;
    align-self: flex-end;
    font-family: Raleway, Bold;
    font-weight:bold;
    overflow: visible;
    margin-right: 2rem;
    height: 100px;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    align-content: space-around;
}