header{
    box-sizing: border-box;
    width: 100%;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;

    padding: 16px 24px 16px 24px;
    gap: 24px;
}

header nav{
    display: inline-flex;
    box-sizing: border-box;
    justify-content: flex-start;
    gap: 8px;
}

hero{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 64px;
    padding-top: 72px;
}

#circle{
    width: 720px;
    height: 720px;
    background-color: var(--color-theme);
    position: absolute;
    border-radius: 999px;
    filter: blur(360px);
    top: -360px;
    z-index: -1;
}

hero .texts{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: fit-content;
    

    gap: 0px;
}

hero h1{
    font-size: 96px;
    letter-spacing: 0;
    color: var(--white);
    line-height: 125%;
}

#heroimg{
    width: 1440px;
    height: 100%;
    min-height: 640px;

    background-color: #10101050;
    border-radius: 48px;
}



#overview{
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 48px 0px 48px 0px;
}

#overview .container{
    display: flex;
    flex-direction: row;
    gap: 16px;
    width: 100%;
    max-width: 1040px;
}

#overview .container section{
    display: flex;
    flex-direction: column;
    gap: 32px;

    width: calc((100% - 16px) / 2);
}

#overview div{
    display: flex;
    flex-direction: column;
    gap: 8px;
}

#highlights{
    padding: 48px 0px 48px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    width: 100%;
}

#highlights .container {
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding: 0px 32px 32px 32px;

    width: 100%;
    max-width: 1040px;
    align-items: start;

    border-radius: 32px;
    background: var(--surface-0);
}

#highlightbar{
    height: 4px;
    width: 100%;
    background: radial-gradient(50% 50% at 50% 0%, var(--color-theme) 0%, var(--surface-0));
}

#highlights h3{
    color: var(--color-theme);
}

footer{
    width: 100%;
    margin: 0 0 0 0;

    box-sizing: border-box;
    padding: 64px;
    display: flex;
    justify-content: center;
}

footer section{
    width: 100%;
    max-width: 1040px;

    display: flex;
    flex-direction: column;
    gap: 32px;
}

footer span{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

footer div{
    display: inline-flex;
    gap: 8px;
}

.imgstyling{
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
}

.imgstyling img{
    border-radius: 16px;
}

.imgalt{
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: center;
    padding-inline: 8px;
    gap: 4px;
}

.imgalt p{
    font-size: 14px;
    opacity: 50%;
    text-wrap: nowrap;
}

.imgalt .number{
    color: var(--primary);
    font-weight: 700;
}

.imgalt .text{
    font-weight: 500;
    color: var(--white);
}


.bodycontainer{
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    padding: 48px 0px 48px 0px;
}

.bodycontainer .container{
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 100%;
    max-width: 1040px;
}


.bodycontainer .imgraw{
    width: 100%;
    border-radius: 48px;
    background-color: #131514;
}

.bodycontainer .imghugged{
    width: 100%;
    padding: 32px;
    display: flex;
    flex-direction: row;
    background-color: #131514;
    border-radius: 48px;
}

.imghugged img{
    width: 100%;
}

#next{
    width: 100%;
    max-width: 1040px;
    height: 240px;
    border-radius: 48px;
    padding: 32px;
    display: flex;
    flex-direction: column;

    /* background-image: url('../images/projects/scoopex/'); */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: var(--text-sl-16);
}

#next .texts{
    display: flex;
    flex-direction: column;
    gap: 16px;
    height: 100%;
}

#next .ctagroup{
    display: flex;
    justify-content: space-between;
    width: 100%;
}