.iframestyle{
    width: 70vw;
    height: auto;
    min-height: 400px;
    background-color: black;
    position: fixed;
    border-radius: 20px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: white;
    max-width: 500px;
    display: none;
    z-index: 100;
}
.iframestyle::after{
 content: "";
    position: absolute;
    display: block;
    background-image: url(https://res.cloudinary.com/di8f4tx6n/image/upload/v1751690502/texture_moewdj.jpg);
    height: 100%;
    width: 100%;
    opacity: 0.7;
    z-index: -1;
    top: 0;
    left: 0;
    border-radius: 8px;
    background-blend-mode: overlay;
    backdrop-filter: blur(2px);
}
.iframestyle .buttonf{
    position: absolute;
    right: 20px;
    padding: 0px;
    margin: 0;
    font-size: 50px;

}
.iframestyle p{
    text-align: center;
}

.iframestyle .images{
    background-color: white;
    width: 30%;
    height: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    max-width: 180px;
    border-radius: 20px;
    cursor: pointer;
}

.iframestyle h1{
    text-align: center;
}
