@import url('https://fonts.googleapis.com/css2?family=PT+Sans+Narrow&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@1,300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Audiowide&display=swap');

#content-body {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

header {
    width: 100%;
    height: 7vh;
    background-color: #202020;
    /* box-shadow: 0 5px 20px 0px #000; */
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* transition: 1s; */
    position: fixed;
    top: 0;
}

.header-hello-noactive {
    box-shadow: 0 5px 20px 0px #000;
}

.header-hello-active {
    box-shadow: -20vh 5px 20px 0px #000;
}

.fixed-header {
    position: fixed;
    top: 0;
}

#menu-btn-wrapper {
    background-color: transparent;
    width: 7vh;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.menu-btn {
    background-color: aliceblue;
    width: 45%;
    height: 2px;
    transition: .2s;
}

.medBtn {
    opacity: 0;
    z-index: 0;
    margin-top: 0;
    margin-bottom: 0;
    display: none;
}

.medBtn-noactive {
    margin-top: 5px;
    margin-bottom: 5px;
}

.topBtn-noactive,
.bottomBtn-noactive {
    transform: rotate(0deg);
}

.topBtn {
    transform: rotate(-45deg);

    
}

.bottomBtn {
    transform: rotate(45deg);
}

#user {
    height: 4.5vh;
    width: 4.5vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 50%;
    cursor: pointer; 
    background-color: rgb(19, 19, 19);
}

#user img,
#mob-user img {
    width: 100%;
    max-width: 100%;
    background-color: transparent;
}

#mob-user {
    visibility: hidden;
    height: 3.5vh;
    width: 3.5vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 50%;
    flex-direction: column;
    background-color: #202020;

}


#mob-user-name {
    display: none;
    width: 80%;
    margin-top: 5px;
    text-align: center;
    color: goldenrod;
    font-family: 'Exo 2';
    font-size: 12px;
    background-color: transparent;
    overflow: hidden;
    text-overflow: ellipsis;
}

#menu {
    width: 7vh;
    height: 100vh;
    position: fixed;
    left: -7vh;
    top: 7vh;
    box-shadow: 1px 0px 20px 0px #000;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    transition: .4s;
}

#menu-wide {
    width: 15vh;
    height: 100vh;
    position: fixed;
    left: -15vh;
    top: 10vh;
    box-shadow: 1px 0px 20px 0px #000;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    transition: .25s;
}

.navigation {
    width: 90%;
    height: calc(29.4vh + 70px);
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: column;
}

.nav-wide {
    width: 90% !important;
    justify-content: flex-start !important;
    border-radius: none !important;
}

.nav-text {
    font-family: 'Exo 2';
    font-size: 12px;
    text-align: left;
}

.nav-li {
    width: 4.9vh;
    height: 4.9vh;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    position: relative;
}

.marked:hover {
    background-color: #202020;
}

.nav-li a {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
}

.nav-icon {
    width: 50%;
    background-color: transparent;
    transition: .4s;
    cursor: pointer;
}

.icon-link {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: 10000;
}

#mob-user-wrapper {
    width: 90%;
    height: calc(100vh - 29.4vh - 24.5vh - 130px - 7vh);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: .4s;
}

#profile-actions {
    width: 90%;
    height: calc(100vh - 29.4vh - 24.5vh - 130px - 7vh);
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    transition: .4s;
    background-color: transparent;
    border-left: 1px solid goldenrod;
}

.mob-actions-text {
    background-color: transparent;
    font-family: 'Exo 2';
    font-size: 12px;
    width: 90%;
    height: 45%;
    display: flex;
    align-items: center;
    justify-content: center;
}

svg {
    cursor: pointer;
}

.logout-mob {
    width: 12px;
    background-color: transparent;
    margin-left: 5px;
}

#wide-space {
    width: 90%;
    height: calc(25.5vh + 60px + 7vh);
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}


#author {
    width: 90%;
    height: 4.9vh;
    /* position: absolute;
    bottom: 0px; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: 'Oswald';
    background-color: transparent;
}

#author a {
    color: goldenrod;
    font-size: 14px;
    text-align: center;
}

#social-media {
    width: 90%;
    height: calc(25.5vh + 60px + 7vh);
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: .4s;
}

#social-media ul {
    background-color: transparent;
}

#hello-user {
    width: 18.5vh;
    padding-bottom: 10px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    background-color: #202020;
    position: fixed;
    transition: .4s;
    border-bottom-left-radius: 10px;
    right: 0;
}

#user-name {
    margin-bottom: 10px;
    background-color: transparent;
    width: 80% !important;
    color: goldenrod;
    user-select: none;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
}


.hello-user-noactive {
    z-index: 1000;
    top: -15vh;
}

.hello-user-active {
    z-index: 10000;
    top: 7vh;
    box-shadow: 0px 10px 10px 0px rgb(0, 0, 0);
}

#user-wrapper {
    height: 100%;
    width: 18.5vh;
    background-color: #202020;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 11000;
}

#disc-login {
    width: 4vh;
    background-color: transparent;
    cursor: pointer;
    display: none;
}

.hello-user-text {
    font-family: 'Exo 2';
    font-size: 12px;
    margin-bottom: 10px;
    text-align: center;
    background-color: transparent;
    width: 80%;
}

#endeavour-wrapper {
    background-color: transparent;
    width: 40%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 11.5vh;
}

#endeavour-wrapper a {
    width: auto;
    background-color: transparent;
    text-align: center;
    font-family: 'Audiowide';
    font-size: 28px;
    color: goldenrod;
    user-select: none;
}

#endeavour-wrapper-mob {
    display: none;
    background-color: #202020;
    align-items: center;
    justify-content: center;
    width: 12vh;
    height: 100%;
}

#endeavour-wrapper-mob a {
    width: auto;
    background-color: transparent;
    text-align: center;
    font-family: 'Audiowide';
    font-size: 28px;
    color: goldenrod;
    user-select: none;
}

#to-profile {
    display: flex;
    align-items: center;
    justify-content: center;
}

#newpage,
#logout-img {
    margin-left: 2.5px;
    width: 10px;
    background-color: transparent;
}

#alert {
    position: fixed;
    background-color: #202020;
    top: 90vh;
    padding: 5px 5px;
    width: 175px;
    /*height: 50px;*/
    min-height: 50px;
    height: auto;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: column;
    transition: .4s;
    box-shadow: 0px 10px 20px 0px rgb(0, 0, 0);
    z-index: 1000;
    margin-bottom: 10px;
}

.notif-text {
    text-align: center;
    /* width: 90%; */
    background-color: transparent;
    user-select: none;
    font-family: 'Exo 2';
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-bottom: 5px;
    font-size: 12px;
}

.progress-line {
    position: relative;
    width: calc(100% - 30px);
    height: 5px;
    border-radius: 4px;
    overflow: hidden;
}

.progress {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 100%;
    background-image: 
    linear-gradient(to right, #f9e0a3, #daa520);
    
}

.progress-go {
    animation: progress 3s .25s linear forwards;
}

.progress-stop {
    animation: none;
}


@keyframes progress {
    to {
        width: 100%;
    }
}

.alert-noactive {
    right: -190px;
}

.alert-active {
    right: 10px;
}

#done {
    width: 20px;
    background-color: transparent;
    margin-left: 5px;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #202020;
    border: 5px;
}

::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, .25);
    border-radius: 5px;
}

@media all and (max-width: 768px) {
    #user {
        visibility: hidden;
    }
    #mob-user {
        visibility: visible;
    }
    .menu-btn {
        width: 30%;
    }

    #menu-btn-wrapper {
        width: 12vh;
    }

    #endeavour-wrapper {
        display: none;
    }

    #endeavour-wrapper-mob {
        display: flex;
    }

    header {
        height: 10vh;
    }

    #menu {
        position: fixed;
        width: 12vh;
        left: -12vh;
        top: 10vh;
        justify-content: flex-start;
    }

    #user-wrapper {
        display: none;
    }

    #mob-user-name {
        display: block;
    }


    #author {
        width: 12vh;
    }
    
    header {
        position: fixed;
        top: 0;
    }

    .nav-li {
        width: 5.4vh;
        height: 5.4vh;
    }

    .navigation {
        height: calc(32.4vh + 70px);
    }

    #social-media,
    #wide-space {
        height: calc(27vh + 60px);
    }

    #mob-user-wrapper,
    #profile-actions  {
        height: calc(90vh - 32.4vh - 27vh - 130px);
    }
}

@media all and (max-width: 500px) {
    .menu-btn {
        width: 35%;
    }

}

@media all and (max-width: 370px) {
    .menu-btn {
        width: 30%;
    }
}

#arrow-up {
    width: 5vh;
    height: 5vh;
    position: fixed;
    background-color: #202020;
    box-shadow: 0px 5px 10px 0px rgb(0, 0, 0);
    right: calc((100% - 60%)/4 - 2.5vh);
    top: 80vh;
    border-radius: 2.5vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    cursor: pointer;
    visibility: hidden;
    z-index: 10000;
}

#arrow-up img {
    width: 80%;
    background-color: transparent;
}

@media all and (min-width: 768px) {

    #arrow-up:hover {
        transform: scale(.975);
        box-shadow: none;
    }
}