
.circle-left {
    top:120px;
    left: -250px;
    background: linear-gradient(135deg, rgba(128, 203, 196, 0.75) 35%, rgba(255, 180, 51, 0.75) 75%);
}

.circle-middle {
    bottom: -800px;
    right: -200px;
    background: linear-gradient(135deg, rgba(252, 158, 158, 0.75) 35%, rgba(147, 244, 255, 0.75) 75%);
}

.circle-right {
    top: 1600px;
    left: -250px;
    background: linear-gradient(135deg, rgba(252, 222, 158, 0.75) 35%, rgba(147, 255, 212, 0.75) 75%);
}

.projetcs-section {
    display: grid;
    gap: 40px;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.041);
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    padding: 20px;
    max-width: 800px;
    margin: 0 auto 30px;
    gap: 10px;
}

.image-grid img {
    height: 300px;
    width: auto;
    border-radius:10px;
    gap: 50px;
    display: table-row;
    justify-content: center;
}

/* Modal Styles */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;

        /* Frosted Glass Effect */
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    text-align: center;
}

.modal-content {
    margin-top: 5%;
    max-width: 80%;
    max-height: 80%;
}