@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Text:ital@0;1&family=Yrsa:ital,wght@0,300..700;1,300..700&display=swap");
html {
    scroll-behavior: smooth;
    padding: 0%;
}
::-webkit-scrollbar {
    display: none;
}
a {
    text-decoration: none !important;
    color: inherit;
}
body {
    margin: 0;
    --bs-font-sans-serif: "Yrsa", serif;
    --bs-font-family: var(--bs-font-sans-serif);
    font-family: var(--bs-font-family);
    font-size: 22.5px;
}
.Page-Container {
    margin: 0;
    /* min-height: 100vh;
    max-height: 100vh; */
    height: 100vh;
}
.Page-Para {
    padding: 0 2%;
}
.hide {
    content-visibility: hidden;
}
.Page-Title {
    font-family: "DM Serif Text", serif;
    font-weight: 400;
    font-size: 100px;
    margin: 0 0 20px 0;
}
.Logo-Container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    /* width: 20%; */
    /* width: 200px; */
    /* height: 20%; */
    /* height: 100px; */
    height: 50px;
    /* min-height: 50px; */
}
.Logo {
    padding: auto;
    /* height: 100%;
    width: 100%; */
    min-width: 100px;
    min-height: 100px;
    background-color: rgba(255, 255, 255, 1);
    /* background-blend-mode: darken; */
    background-position: center;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    background-size: cover;
    border-radius: 50%;
}
/* Top Page Styling */
#Top {
    /* Background IMG */
    background-image: url('../Assets/Banner-EN.jpg');
    background-color: rgba(0, 0, 0, 0.65);
    background-blend-mode: darken;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    /* Font Colorings */
    color: white;
    text-align: center;
    padding: 2% 3% 4%;
    /*  */
}
#Top .Page-Para-Container {
    padding: 0 15%;
    margin: 20px 0 40px;
}
#Taigai-Logo {
    background-image: url('../Assets/TAIGAI-EN.png');
    margin: 0 20px 0 0;
}
#FNTT-Logo {
    background-image: url('../Assets/FNTT_logo_BG-EN.png');
}
#Top .Page-Title {
    margin: 0 0 20px 0;
}
#Top .Page-contents {
    margin: 4% 0 0 0;
}
#Top .Button-Container {
    display: grid;
    grid-template-columns: auto auto auto;
    justify-items: center;
    width: 50%;
    margin: 5% auto 0;
    /* padding: 0 10% 0 10%; */
}
#Top .Button {
    color: black;
    font-weight:600;
    font-size: 30px;
    background-color: rgba(255, 255, 255, .9);
    cursor: pointer;
    align-self: center;
    border-radius: 100px !important;
    margin: 0 5px 0;
    width: 60%;
}
#Top .Button div {
    padding: 10px 5px;
}
/* End of Top Page Styling */
/* Trend Styling */
.smaller-cont {
    max-height: 60vh;
    min-height: 0vh;
}
#Trend {
    background-color: rgba(0,0,0,0.77);
    color: white;
    display: grid;
    grid-template-columns: 0.25fr 1fr;
    padding: 3%;
}
#Trend .Page-Title {
    font-size: 2.5em;
    border-right: 6px solid white;
    height: 100%;
}
.Trend-Page-Scroller {
    display: flex;
    flex-direction: column;
    overflow-y: scroll;
    /* box-sizing: border-box; */
    padding: 0 3% 0 3%;
    max-height: 100%;
    /* background-color: rgba(255,255,255,0.2); */
}
.Trend-Cont {
    border-bottom: 1px solid white;
    padding: 0 0 1em 0;
}
.modal {
    /* background-color: rgba(255,255,255, .5); */
    --bs-modal-bg: rgb(245, 245, 245);
}
.Trend-Title {
    font-size: 1.5em;
    margin: 0 0 1em 0;
}
.modal-header .Trend-Title {
    margin: 0;
}
.modal-body {
    font-size: 20px;
    padding: 2.5%;
}
.modal-backdrop {
    opacity: 0.6 !important;
}
.fade {
    transition: opacity .175s linear;
}
/* End of Trend Styling */