*{
    margin:0px;
    
}
body{
    height: 100%;

}

.slider{
    width: 100%;
    height: 28em;
    position: relative;
}
.slidbox{
    height: 100%;
    background-size: cover;
    position: relative;
    margin: 20px 10px;
    border: 0px groove transparent;
    border-radius:20px;
    overflow: visible;
    text-align: center;
    align-content: center;
    background: url(https://metazoneengineers.com/img/gallery/ttt.jpg);
    background-repeat: no-repeat; 
    background-size: cover;
}
content{
    font-size: 8vw;
    color: red;
    font-weight: bold;}

.bg{background: ;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    top: -50px;
    align-content: center;
    justify-content: center;
    overflow: visible;
}

.card{background: radial-gradient(blueviolet,transparent);
    border: 2px groove blueviolet;
    border-radius: 20px;
    backdrop-filter: blur(5px);
    height: 30vw;
    width: 30vw;
    flex-wrap: wrap;
    position: relative;
    box-shadow: 5px 5px 10px black;
    margin: 10px 20px;
    align-content: center;
    text-align: center;    
    justify-content: center;
    overflow:hidden;
}
#prod{height:25vw;
    width: 25vw;
    margin:2px;
}
@media (max-width:765px)
{
    .card{
        height: 40vw;
        width: 80vw;
        flex-wrap: wrap;
    }
    .bg{
        flex-wrap: wrap;
        display: flex;
        flex-direction: column;
    }
    .card a{
        
        flex-wrap: wrap;
        display: flex;
        flex-direction: column;
        font-size:5px;
    }
}
.card a{ 
    color: red;
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
    flex-wrap: wrap;
    display: flex;
    flex-direction: column;}