@import"https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,200;1,200&family=Libre+Baskerville&display=swap";
@import"https://fonts.googleapis.com/css2?family=DM+Sans&family=Josefin+Sans:ital,wght@0,200;1,200&family=Libre+Baskerville&display=swap";

*{
    box-sizing: border-box;
}

#root {
    width: 100%;
    font-family: DM Sans, sans-serif
}

body{
    margin: 0;
}

.rootBody {
    background-image: url(./assets/bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    min-height: 100vh;
    width: 100%;
    height: 100%;
    min-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 50px
}

.Section {
    width: 70%;
    min-width: 400px;
    max-width: 90%;
    border-radius: 15px;
    padding: 40px 60px;
    margin-top: 50px;
    background-color: #fff
}

.title {
    font-family: Libre Baskerville, serif;
    padding: 10px 0;
    font-size: 45px;
    color: #454240
}

.subTitle {
    font-family: Libre Baskerville, serif;
    font-size: 23px;
    color: #454240
}

.content {
    font-size: 18px;
    color: #454240
}

.TitleSection {
    background-color: #5c4e3d
}

.TitleSection>.title {
    font-size: 54px;
    color: #fff
}

.TitleSection>.subTitle {
    font-size: 27px;
    color: #fff
}

.IntroSection {
    padding-top: 100px;
    padding-bottom: 100px
}

.IntroSection>.title {
    font-size: 54px
}

.ExploreSection {
    display: flex;
    overflow: hidden;
    padding: 0
}

.ExploreSection>.Text {
    padding: 40px 60px
}

.ExploreSection>img {
    max-width: 360px
}

.subSectionBox {
    width: 100%;
    display: flex;
    padding: 20px;
    justify-items: center;
    justify-content: space-between
}

.subSectionBox>.subSection {
    width: 30%;
    display: flex;
    flex-direction: column
}

.subSection>img {
    margin-bottom: auto
}

.subSection>.title {
    font-size: 23px
}

.sectionGrid {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between
}

.sectionGridItem {
    width: 48%;
    padding: 20px;
    margin: 15px 5px;
    background-color: #f7edd4;
    border-radius: 10px
}

.sectionGridItem>.title {
    font-size: 23px
}

.diagramImage {
    width: 100%
}

.content-list {
    list-style-type: disc;
    padding-top: 20px
}

.content-list>li {
    margin: 10px 20px
}

.Types>table,
th,
td {
    border: 1px solid gray;
    border-collapse: collapse;
    padding: 10px
}

.Types tr:nth-child(2n) {
    background-color: #f5f3f0
}

.sideBar {
    height: 100vh;
    position: fixed;
    left: 30px;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.sideEle {
    margin: 20px;
    height: 50px;
    width: 50px;
    border-radius: 50px;
    background-color: #0f0cee;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .4s;
    padding:8px;
}
.sideEle a{
    width: 30px;
    height: 30px;
}
.sideEle.active {
    background-color: #f7edd4
}

.CopyButton,
.LinkButton {
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: center
}
.CopyButton button,.LinkButton button{
    width: 50px;
    height: 50px;
    border: none;
    background-color: transparent;
}
.code {
    padding: 30px;
    background-color: #f4e7df;
    border-radius: 30px;
    font-family: Times New Roman, Times, serif;
    font-size: large
}

.LinkGrid {
    width: 100%;
    display: flex;
    overflow-x: scroll;
    justify-content: space-between
}

.LinkGridItem {
    width: 600px;
    min-width: 600px;
    margin: 20px
}

iframe {
    max-width: 100%
}

.video {
    border-radius: 30px;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 20px
}

.researchlist {
    list-style-type: disc
}

pre{
    overflow-x: scroll;
}

i{
    display: block;
    width: 30px;
    height: 30px;
}

img, video{
    max-width: 100%;
    height: auto;
    display: block;
}


.m-2 {
    margin: .5rem
}

.my-3 {
    margin-top: .75rem;
    margin-bottom: .75rem
}

.my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem
}

.ml-auto {
    margin-left: auto
}

.flex {
    display: flex
}

.table {
    display: table
}

.hidden {
    display: none
}

.w-full {
    width: 100%
}

.min-w-full {
    min-width: 100%
}

.transform {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.border-l-4 {
    border-left-width: 4px
}

.border-\[\#b88e23\] {
    --tw-border-opacity: 1;
    border-color: rgb(184 142 35 / var(--tw-border-opacity))
}

.p-6 {
    padding: 1.5rem
}