/* @import url('./fonts/MongoDBValueSerif-Regular.woff2'); */

.superStickyContainer {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    width: 90%;
    justify-content: space-between;
}

.detailed_description_section {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    width: 90%;
    justify-content: space-between;
}

.sticky_index_container {
    display: flex;
    flex-direction: column;
    width: 23%;
}

.sticky_index2 {
    position: sticky;
    top: 0;
    justify-content: center;
    background-color: var(--dark-font);
    color: var(--dark-font);
    border-radius: 25px;
    padding: 10px;
    height: 60px;
    background-color: #00ecf8;
    transform: rotate(-90deg) translate(-50%, 0);
    text-align: center;
    font-size: 1.5rem;
    font-weight: 900;
    width: max-content;
    padding: 0 20px;
    align-items: center;
    justify-content: center;
    display: flex;
    /* padding:0 20px; */
}

.sticky_index {
    position: sticky;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: var(--dark-font);
    color: #ffffff;
    border-radius: 25px;
    padding: 10px;
}


/* Style the list items when they are active (under focus) */
.underline {
    text-decoration: underline;
}


.sticky_index2 h1 {
    text-align: center;
}

.sticky_index h1 {
    text-align: center;
}


.sticky_index2 ul {
    width: 90%;
    padding-left: 40px;
}

.sticky_index ul {
    width: 90%;
    padding-left: 40px;
}


.h1Index {
    font-family: "MongoDBValueSerif";
    color: inherit;
    /* text-decoration: underline; */
}

.content_container {
    display: flex;
    flex-direction: column;
    width: 73%;
}

.content_section {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: white;
    margin: 20px 0;
    box-shadow: -5px 6px 20px 0px #dad7d7;
    border-radius: 20px;
    /* align-items: stretch; */
}

.image_content {
    width: 90%;
    margin: 20px 0;
    border-radius: 20px;
}

.h1_content {
    width: 90%;
    font-family: "MongoDBValueSerif";
    color: black;
    font-size: 3rem;
}

.h2_content {
    width: 90%;
    font-family: "MongoDBValueSerif";
    color: black;
    font-size: 2rem;
}

.p_content {
    width: 90%;
    font-size: 1.5rem;
}

/* .equation_container{

}

.equation{

} */

.h1-item {
    font-weight: 900;
    padding-left: 0px;
}

.h2-item {
    padding-left: 20px;
}

.tableContainer {
    width: 90%;
}

.pgintro {
    font-family: 'MongoDBValueSerif';
    font-size: 8rem;
    text-align: center;
    position: absolute;
    transform: translate(0%, -50%);
}

/* ------------- */


.separator_txt {
    width: 90%;
    font-family: "MongoDBValueSerif";
    color: var(--dark-font);
    font-size: 4rem;
}

.separator {
    width: 70%;
}

.section_button {
    background-color: var(--slate-blue);
    width: 16%;
    height: 160px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 1.2rem;
}

.section_button_container {
    background-color: rgb(255, 255, 255);
    margin: 20px 0;
    box-shadow: -5px 6px 20px 0px #dad7d7;
    width: 80%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    height: 200px;
    border-radius: 20px;
    padding: 24px;
}

.section_button>a {
    text-decoration: none;
    color: white;
}

* {
    scroll-behavior: smooth;
}