*{
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
}




html {
    background-repeat: no-repeat;
    background-size: 100vw 100vh;
    background-color: rgba(21, 6, 46);
    overflow: auto;
}

body {
    background-color: transparent;
}

.sidemenudiv{
    width: 100%;
    height: calc((100vh - 55px) / 0.675);
    box-sizing: border-box;
    position: fixed;
    width: inherit;
    display: flex;
    align-content: baseline;
    flex-wrap: wrap;
    border-right: 1px rgba(188, 143, 216, 0.233) solid;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px;
    overflow-y: auto;
    background-color: rgba(21, 6, 46);
    z-index: 1;
    
}



.sidemenudiv::-webkit-scrollbar{
    width: 8.1px;
}


.sidemenudiv::-webkit-scrollbar-thumb{
    border-radius: 6.75px;
    background-color: rgba(173, 132, 198, 0.416);
}

.sidemenudiv::-webkit-scrollbar-thumb:hover{
    background-color: rgba(173, 132, 198, 0.416)
}





.sidemenudiva{
    display: flex;
    align-items: center;
    width: 100%;
    height: 65px;
    color: rgb(188, 143, 216);
    font-weight: 400;
    font-family: "roboto", sans-serif;
    font-size: 23px;
    border-radius: 10px;
    transition: background-color ease 0.1s;
    overflow: hidden;
}

.sidemenudiva p{
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sidemenudiva:hover{
    background-color: rgba(188, 143, 216, 0.107);
}

.sidemenugroupediv{
    width: 100%;
    color: rgb(188, 143, 216);
    font-weight: 500;
    font-family: "roboto", sans-serif;
    font-size: 25px;
    padding-bottom: 20px;
    border-bottom: 1px rgba(188, 143, 216, 0.219) solid;
    margin-bottom: 20px;
}


.completesidemenudivcontainter{
    z-index: 2;
    width: 380px;
    display: block;
    --generalstate: largescreen;
}

.simplesidemenudivcontainter{
    width: 150px; display: none;
}

.simplesidemenudiva{
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    width: 100%;
    height: 80px;
    color: rgb(188, 143, 216);
    font-weight: 400;
    font-family: "roboto", sans-serif;
    font-size: 16px;
    border-radius: 10px;
    transition: background-color ease 0.1s;
    overflow: hidden;
}

.simplesidemenudiva p{
    align-content: center;
    text-align: center;
    height: 30px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.simplesidemenudiva:hover{
    background-color: rgba(188, 143, 216, 0.107);
}




.contentmaincontainer{
    width: 0;
    flex-grow: 1;
    display: flex;
    justify-content: center;
}

.maxwidthcontainer{
    width: 0;
    flex-grow: 1;
    max-width: 1960px;
    box-sizing: border-box;
    padding-left: 30px;
    padding-right: 30px;
}

/* rgba(37, 12, 63) */

#header{
    background-color: rgba(54, 18, 89, 0.831);
    margin: 0;
    height: 80px;
    position: sticky;
    top: 0;
    z-index: 1000;
    backdrop-filter: blur(20px);
    border-bottom: 1px rgba(188, 143, 216, 0.233) solid;
}


.innerheader{
    height: 100%;
    margin: 0 auto;
    display: flex;
}

#nav{
    display: flex;
    flex-grow: 1;
    justify-content: end;
}


.logo{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.searchheaderdiv{
    height: 100%;
    display: flex;
    position: relative;
    
}

.generalsearchinput{
    width: 350px;
    background-color: transparent;
    display: flex;
    flex-grow: 1;
    height: 60px;
    box-sizing: border-box;
    border: 0px;
    color: rgb(188, 143, 216);
    font-weight: 400;
    font-family: "roboto", sans-serif;
    padding-left: 60px;
    font-size: 20px;
    border: 1px solid rgba(188, 143, 216, 0.534);
    border-radius: 10px;
    outline: 0px solid rgb(96, 41, 148);
    transition: outline 0.1s ease;
}

.generalsearchinput:focus{
    outline: 6px solid rgba(96, 41, 148, 0.548);
}

.generalsearchinput::placeholder{
    color: rgb(188, 143, 216);
    opacity: 0.6;
}



.about, .donate, .headermobilebutton{
    height: 100%;
    width: 170px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgb(188, 143, 216);
    font-weight: 600;
    font-family: "roboto", sans-serif;
    font-size: 20px;
}

.headerbuttonhighlightdiv{
    width: 150px;
    height: 60px;
    border-radius: 10px;
    background-color: bisque;
    text-align: center;
    align-content: center;
    background-color: transparent;
    transition: background-color ease 0.1s;
    color: inherit;
    display: flex;
    justify-content: center;
    align-items: center;
}

.headerbuttonhighlightdiv:hover{
    background-color: rgba(188, 143, 216, 0.107);
}



#SVlogodiv{
    min-width: 100px; padding-left: 30px; padding-right: 30px;
}





.abouttext{
    padding-top: 50px;
    color: rgb(188, 143, 216);
    font-family: "roboto", sans-serif;
    font-size: 1.8em;
    text-align: justify;
}

.feedbacktext, .errortext{
    padding-left: 15%;
    padding-right: 15%;
    padding-top: 10%;
    padding-bottom: 15%;
    color: rgb(188, 143, 216);
    font-family: "roboto", sans-serif;
    font-size: 1.8em;
    text-align: center;
}


.abouttitle, .feedbacktitle, .errortitle{
    height: 230px;
    display: flex;
    justify-content: center;
    align-items: end;
}

.abouttitle p, .feedbacktitle p, .errortitle p{
    font-size: 80px;
    color: rgb(188, 143, 216);
    font-family: "roboto", sans-serif;
    opacity: 0.5;
    font-weight: 600;
}


.displaynarrowdiv{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(clamp(250px, 22%, 450px), 1fr));
    grid-auto-rows: max-content;
    gap: 40px;
    
}

.displayeachdiv{
    display: flex;
    flex-direction: column;
}

.displayprojectimg{
    width: 100%;
    height: auto;
    border-radius: 20px;
    margin-bottom: 11px;
}

.displayuserimg{
    width: 45px;
    height: 45px;
    border-radius: 10px;
    margin-right: 12px;
}

.displayinfodiv{
    display: flex;
    width: 100%;

}

.displaytextdiv{
    width: calc(100% - 57px);
    display: flex;
    height: 45px;
    flex-wrap: wrap;
}

.displaytitlediv {
    display: flex;
    height: 22px;
    width: 100%;
    color: rgb(188, 143, 216);
    font-weight: 600;
    font-family: "roboto", sans-serif;
    align-items: flex-start;
    font-size: 22px;
    
}


.displaytitlediv a {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}



.displaytitlediv a:hover{
    text-decoration: underline;
}


.displaySUBtitlediv{
    display: flex;
    height: 25px;
    width: 100%;
    color: rgb(188, 143, 216);
    opacity: 0.6;
    font-weight: 400;
    font-family: "roboto", sans-serif;
    align-items: end;
    font-size: 19px;
    padding-top: 3px;
}


.displaySUBtitlediv a {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.displaySUBtitlediv a:hover{
    text-decoration: underline;
}