.Marquee
{
    overflow: hidden;
    width: 100%;
}

.Marquee > .Container
{
    transform: translateX(var(--TranslateX));
    display: inline-flex;
    gap: 8rem;
}

.List > .ListItem
{
    margin-bottom: 4rem;
}

.List > .ListItem::before
{
    width: 100%;
    border-top: 1px solid #1d1d1d;
    display: block;
    content: "";
    height: 1rem;
}

.List > .ListItem > *
{
    display: inline-block;
    vertical-align: top;
}

.List > .ListItem > .Order
{
    font-size: 2rem;
    width: 10%;
}

.List > .ListItem > .Content
{
    font-size: 4rem;
    width: 20%;
}

.List > .ListItem > .Info
{
    font-size: 2rem;
    width: 70%;
}

.List > .ListItem > .Info > div:first-child
{
    color: gray;
}

.Card
{
    border-radius: 1rem;
    background-color: #C1818A00;
}


.Card:hover
{
    background-color: #00880080;
    transition: 0.1s ease-in;
}

.Card > .CardContent
{
    display: grid;
    height: 100%;
    grid-template-rows: auto auto 1fr;
}

.Card:hover > .CardContent
{
    transform: scale(90%, 90%);
    transition: 0.1s ease-in;
}

.Card > .CardContent > .CardTitle
{
    font-size: 4rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.Card > .CardContent > .CardDescription
{
    display: flex;
    font-size: 2rem;
}


.RoundButton
{
    border-radius: 999px;
    border: unset;
    padding: 1rem;
    background-color: black;
    color: white;
    display: inline-flex;
    align-items: center;
}

.RoundButton:hover
{
    color: #1D1D1D;
    background-color: #E5E5E5;
    cursor: pointer;
}

.Modal
{
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #00000055;
    z-index: 3;

    align-items: center;
    justify-content: center;
    display: flex;
}


.ContactDialog
{
    position: relative;
    background-color: white;
    width: 60rem;
    height: min(100rem, 90vh);
    border-radius: 1rem;
}

.ContactDialog > .Grid
{
    width: calc(100% - 2rem);
    margin: 0 1rem;
    display: grid;
    height: 100%;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto auto auto 1fr auto 1rem;
}

.ContactDialog > .Grid > h1
{
    font-size: 8rem;
    line-height: 1;
    margin: 1rem;
    grid-column-start: 1;
    grid-column-end: 3;
}

.ContactDialog > .Grid > input,
.ContactDialog > .Grid > textarea
{
    grid-column-start: 1;
    grid-column-end: 3;
    margin: 2rem 1rem;
    border: none;
    border-radius: 0;
    outline: none;
    border-bottom: 2px solid black;
    resize: none;
    font-family: "Noto Sans";
    font-size: 2rem;
}

.ContactDialog > .Grid > textarea
{
    height: auto;
}

.ContactDialog > #CloseButton
{
    position: absolute;
    right: 1rem;
    top: 1rem;
    padding: 0;
    border: none;
    background: unset;
    cursor: pointer;
}

.ContactDialog > #CloseButton:hover
{
    background-color: #00000033;
}

.ContactDialog > .Grid > #TalkButton
{
    width: fit-content;
    grid-column: 2;
}

#Header
{
    font-size: 2rem;
    height: 5vh;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 3;
}

#Header > *
{
    margin-left: 1rem;
    margin-right: 1rem;
}

#Header > .Left
{
    position: absolute;
    left: 0;
    font-weight: 800;
}

#Header > .Center
{
    text-align: center;
}

#Header > .Right
{
    position: absolute;
    right: 0;
    display: flex;
    gap: 1rem;
}

#Header > .Left,
#Header > .Right > span
{
    cursor: pointer;
}

footer
{
    margin-top: 8rem;
    margin-bottom: 8rem !important;
}

footer > .TakeARide
{
    text-align: center;
}

footer > .TakeARide > .Title
{
    font-size: 18rem;
    text-align: center;
}

footer > .TakeARide > .RoundButton
{
    font-size: 3rem;
    padding: 2rem;
    margin-top: 10rem;
}

footer > .Links
{
    margin-top: 10rem;
    display: grid;
    grid-template-columns: minmax(auto, 60%) 1fr 1fr 1fr;
    font-size: 2rem;
    line-height: 2;
}

footer > .Links > div > *
{
    display: block;
}

footer > .Links > .Menu
{
    grid-column: 2;
}

footer > .Links > .Menu > a
{
    cursor: pointer;
}

footer > .Links > .Social
{
    grid-column: 3;
}

footer > .Links > .Contact
{
    grid-column: 4;
}

/*@font-face
{
    font-family: NotoSans;
    src: url("src/Assets/NotoSans-Regular.ttf");
}
*/

html
{
    font-family: 'Noto Sans';
    font-size: 8px;
}

body
{
    margin: 0;
}


.HomePage > .Title.Bigntech
{
    line-height: 40vh;
    margin-top: 5vh;
    font-size: 18rem;
    text-align: center;
}

.HomePage > section, footer
{
    margin: 16rem 2.4rem 0 2.4rem;
}

.HomePage > .Section1
{
    font-size: 12rem;
    position: relative;
}

.HomePage > .Section1 > .Image
{
    width: 100%;
    object-fit: cover;
    border-radius: 1rem;
}

.HomePage > .Section2
{
    position: relative;
}

.HomePage > .Section2 .Sticky
{
    position: sticky;
    top: 5vh;
}

.HomePage > .Section2 > .Sticky > .MSOM
{
    font-size: 2rem;
    position: absolute;
    top: 1.5rem;
}

.HomePage > .Section2 > .Sticky .GradientSentence
{
    font-size: 7rem;
    margin-left: 20%;
    line-height: 8rem;
    vertical-align: middle;
}

.HomePage > .Section2 > .Sticky .GradientSentence > span
{
    line-height: 8rem;
    height: 8rem;
    transition: 1s ease-in;
}

.HomePage > .Section2 .RoundButton
{
    height: 6rem; 
    font-size: 3rem;
    padding: 0 2rem 0 2rem;
    display: inline-block;
    vertical-align: middle;
}

.HomePage > .Section3
{
    font-size: 12rem;
}

.HomePage > .Section3 > .SectionTitle > div
{
    line-height: 1;
}

.HomePage > .Section3 > .SectionTitle > div:nth-child(2),
.HomePage > .Section3 > .RecycleList > *
{
    color: gray;
}

.HomePage > .Section3 > .Grid
{
    margin-top: 4rem;
    width: 100%;
    display: grid;
    grid-template-rows: 60vh 60vh;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 3rem;
}

.HomePage > .Section3 > .Grid > img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1rem;
}

.HomePage > .Section3 > .Grid > *:nth-child(1)
{
    grid-row: 1;
    grid-column-start: 1;
    grid-column-end: 3;
}

.HomePage > .Section3 > .Grid > *:nth-child(2)
{
    grid-row: 1;
    grid-column: 3;
}

.HomePage > .Section3 > .Grid > *:nth-child(3)
{
    grid-row: 2;
    grid-column: 1;
}

.HomePage > .Section3 > .Grid > *:nth-child(4)
{
    grid-row: 2;
    grid-column-start: 2;
    grid-column-end: 4;
}

.HomePage .Marquee-1
{
    font-size: 10rem;
}

.HomePage .Marquee-2
{
    font-size: 2rem;
    display: flex;
    align-items: center;
}

.HomePage > .Section5 > .Grid
{
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 3rem;
}

.HomePage > .Section5 > .Grid > .Card
{
    cursor: pointer;
}

.HomePage > .Section5 > .Grid img
{
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 1rem;
}

.HomePage > .Section6 > div:first-child
{
    font-size: 12rem;
    line-height: 1;
}

.HomePage > .Section6 > .List
{
    margin-top: 6rem;
}

.HomePage > .Section7 > div:first-child
{
    font-size: 5rem;
}

.HomePage > .Section7 > .Grid
{
    height: 50rem;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 3rem;
    align-items: center;
}

.HomePage > .Section7 > .Grid > img
{
    width: 100%;
}



