* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Pixelated MS Sans Serif", Arial, sans-serif;
}

body {
    background-color: #008080;
}


#preloader{
    background-color: rgb(183, 183, 183);
    color: rgb(0, 0, 0);
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.fade-out {
  opacity: 0;
  transition: opacity 0.6s ease;
}
.progress-indicator{
    width: 50%;
}

.content {
    margin-top: 20px;
    margin-bottom: 50px;
    margin-left: 20px;
    margin-right: 20px;
}

button {
    cursor: pointer;
}

.dekstop {
    width: 100%;
    display: flex;
    justify-content: left;
    padding: 20px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    color: white;
}

.icon {
    text-align: center;
    cursor: pointer;
}

.icon p {
    margin-top: -5px;
}

.portfolio {
    display: block;
    margin-top: 50px;
}

.portfolio.close {
    display: none;
}

/* 
.portfolio.max{
    max-width: 100%;
} */
.portfolio .title-bar-text {
    display: flex;
    align-items: center;
}

.portfolio .title-bar-text img {
    width: 15px;
    margin-right: 5px;
    margin-left: 10px;
}

.window {
    max-width: 1000px;
    margin: 0 auto;
}

.main-menu {
    display: none;
}

.main-menu.active {
    display: block;
}

#window-bottom {
    display: flex;
    justify-content: space-between;
}

/* ---------------------about----------------------------- */
#profilepic {
    width: 150px;
}

.window.profilepic {
    width: fit-content;
    display: flex;
    justify-content: left;
    margin-bottom: 10px;
    background-color: rgb(51, 120, 179);
}

#about .tree-view {
    text-align: center;
}

.aboutPara {
    display: flex;
    justify-content: center;
}

.aboutPara p {
    max-width: 80%;
    text-align: justify;
}

#about ul p strong {
    font-size: 20px;
    margin-top: 5px;
}

#about ul h3 {
    font-size: 30px;
}

@media only screen and (max-width:540px) {
    .aboutPara p {
        max-width: 95%;
    }
}

/* ---------------------skill----------------------------- */
.skillC {
    display: flex;
    align-items: center;
}

.skillC img {
    width: 20px;
}

/* ---------------------project----------------------------- */

#project .tree-view {
    margin-top: 10px;

}

#project h3{
    font-size: 20px;
}

/* ---------------------contact----------------------------- */

#contact .tree-view {
    margin: 15px 0px;
    padding: 10px;
}

.socials {
    display: flex;
    margin-bottom: 10px;
}

.socials h4 {
    font-size: 20px;
}

.socials button {
    padding: 5px;
    margin-right: 5px;
    cursor: pointer;
}

.slink {
    display: block;
    justify-content: center;
    grid-template-columns: auto;
    cursor: pointer;
}

.ico {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.socials img {
    width: 30px;
}

.socials .name {
    text-align: center;
    color: black;
    width: 100%;
    margin-top: 5px;
}

.list-item {
    margin-top: 10px;
}

.resume {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-top: 10px;
    padding: 5px 10px;
    margin-bottom: 20px;
}

.resume img {
    width: 20px;
}

/* ---------------------taskbar----------------------------- */
.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 999;
}

.taskProfile.taskOff {
    display: none;
}

.taskProfile {
    display: flex;
    align-items: center;
    justify-content: center;
}

#footer-window {
    max-width: 100%;
    display: flex;
    justify-content: space-between;
}

.taskIn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.taskIcon {
    margin-left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#time {
    width: fit-content;
}

#start {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

#footer-window img {
    width: 18px;
}

.time {
    display: flex;
    justify-content: center;
    align-items: center;
}