.performance-section-wrapper{
    padding: 2rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    justify-content: center;
    align-items: center;
}

.interiit-performance,.chakravyuh-performance{
    padding: 1rem;
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.performance-card{
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s ease;
}

.interiit-performance .performance-card:hover{
    transform: scale(1.1);
}

.performance-img-container{
    width: 400px;
    height: 250px;
}

.performance-img-container img{
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
.performance-title{
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 2rem;
    font-weight: 800;
}
.perf-desc{
    margin: 0;
    font-style: italic;
    font-family: 'Alice', serif;
    font-size: 1.3rem;
}
.performance-pop{
    display: none;
}

.showpop{
    display: block !important;
}
.performance-section-wrapper a{
    text-decoration: none;
    color: white;
}

.perf-pop-wrapper{
    max-width: 1500px;
    display: none;
    position: fixed;
    top: 5vh;left: 5vw;
    z-index: 1;
    width: 90vw;
    height: 90vh;
    background-color: white;
    overflow: scroll;
    padding: 1rem;
    color: black;
}

.perf-pop{
    width: 100%;
    padding: 0rem 1rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    justify-content: start;
    align-items: center;
}
.perf-top Button{
    font-size: 2rem;
}
.perf-top{
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.perf-bottom{
    width: 100%;
    display: flex;
    gap: 2rem;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.perf-left{
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    justify-content: center;
}
.perf-right{
    display: flex;
    justify-content: center;
    align-items: center;
}
.perf-list{
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
.perf-heading{
    color: blue;

}
.perf-style{
    font-weight: 900;
    font-size: 1.2rem;
}
.perf-substyle{
    font-weight: 600;
    font-style: italic;
    font-size: 0.9rem;
}
.perf-img{
    margin-bottom: 2rem;
    border-radius: 10px;
    width: 400px;
    height: 250px;
}
@media screen and (max-width:768px) {
    .performance-section-wrapper{
        padding: 1rem;
        gap: 1rem;
    }
    .interiit-performance,.chakrravyuh-performance{
        padding: 0.5rem;
        gap: 1rem;
    }
    .performance-card{
        padding: 0.5rem;
        gap: 0.5rem;

    }
    .performance-title{
        font-size: 1.2rem;
        font-weight: 600;
    }
    .perf-desc{
        font-style: italic;
        font-size: 1rem;
    }
}