#about {
    position: relative;
    overflow: hidden;
    background: black;
    padding: 20px; /* Add padding to create space between the container edges and the content */
}

.about-content p {
    line-height: 1.5; /* Adjust the line-height as needed */
    text-align: justify;
}

.about-particles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}



#about .content {
    z-index: 2;
    position: absolute;
    height:90%;
    padding-top: 15%;
    padding-bottom: 10%;
    padding-left: 5%;
    padding-right: 5%; /* Make content relative to allow stacking within #about */
}

.about-content {
    color: #fff;
    font-size: 14px;
    line-height: 1.5; /* Adjust the line-height as needed */
    text-align: justify;
    z-index: 3;
    position:relative;
}



.about-title {
    font-size: 36px;
    color: #fff;
    position: relative;
    z-index: 3;
    margin-bottom: 10px; /* Add margin to separate title from content */
}

#about {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}



.folder-button {
    cursor: pointer;
    padding: 10px;
    margin: 10px;
    background-color: #42a5f5;
    color: white;
    border: 1px solid #42a5f5;
    border-radius: 5px;
    display: inline-block;
    transition: background-color 0.3s;
}

.folder {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    position: relative;
    z-index: 2;
    opacity: 0.8;
    margin:4%;
}
.folder-icon {
    width: 80px; /* Adjust the size of the folder icon */
    height: auto;
}

.folder-name {
    margin-top: 5px;
    font-size: 80%;
    color:#fff;
}
/*folders */

.pc-background{
    z-index: 0;
}

.about-background {
    
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48%;
}

.about-container {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: row;
    padding-bottom: 6%;
    padding-right: 11%;
}

.pc-image-container {
    position: absolute;
    z-index: 1;
    width: 100%;
    

}

.pc-image {
    width: 100%; /* Set the width to 80% of the window width */
    max-width: 1300px; /* Set a maximum width for responsiveness */
    display: block;
    margin: 0 auto; /* Center the image horizontally */
}

#modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7); /* Semi-transparent black overlay */
    z-index: 4;
}

.modal {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    max-width: 80%;
    max-height: 80%;
    overflow-y: auto;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    cursor: pointer;
    color: #555;
}

.pixel-window {
    display: none; /* Hide the pixel-windows initially */
}   
#pixelImage{
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}


@media screen and (max-width: 3500px) {


    .folder {
        
        margin:5%;
    }
    .about-container {
        
        padding-right: 8%;
    }
    
}



@media screen and (max-width: 1200px) {
    .about-title {
        font-size: 24px;
    }

    .about-content {
        font-size: 10px;
    }


    .folder-icon {
        width: 50px; /* Adjust the size of the folder icon */
        height: auto;
    }
    
    .folder-name {
        
        font-size: 40%;
       
    }
    
}



@media screen and (max-width: 680px) {
    .about-title {
        font-size: 20px;
    }

    .about-content {
        font-size: 8px;
    }
    .folder-icon {
        width: 20px; /* Adjust the size of the folder icon */
        height: auto;
    }
    
    .folder-name {
        
        font-size: 20%;
       
    }
}

#modal-container.modal-open {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow-y: auto;
}

.desk-image{
    z-index:1;
    
}