* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    transition: 0.5s ease;
    overflow: hidden;

}

.container {
    transform: scale(1.3, 1.5);
}

.content {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 20px;
    height: 100vh;
    width: 100%;
    background-color: #d4d4d4;
}

.image-container1 {
    border-radius: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 480px;
    width: 60px;
    background-image: url("1.jpg");
    background-position: center;
    cursor: pointer;
}

.image-container2 {
    border-radius: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 480px;
    width: 60px;
    background-image: url("2.jpg");
    background-position: center;
    cursor: pointer;
}

.image-container3 {
    border-radius: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 480px;
    width: 60px;
    background-image: url("3.jpg");
    background-position: center;
    cursor: pointer;
}

.image-container4 {
    border-radius: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 480px;
    width: 60px;
    background-image: url("4.jpg");
    background-position: center;
    cursor: pointer;
}

.image-container5 {
    border-radius: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 480px;
    width: 60px;
    background-image: url("5.jpg");
    background-position: center;
    cursor: pointer;
}

.active {
    width: 480px;
}