.termekek{
    display: grid;
    grid-template-columns: 300px 300px 300px;
    gap: 50px;
    justify-content: center;
    
}
.termekContainer{
    background-color: rgba(0, 0, 0, 0.688);
    background: linear-gradient(to right, rgb(85, 113, 180) 50%, rgb(35, 43, 52) 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    padding-inline: 25px 25px;
    border-radius: 5px;
    box-shadow: 10px 10px 7px rgb(16, 19, 23) ;
    aspect-ratio: 1;
    width: 250px;
    min-height: 275px;
    
}
.termekek a{
    text-decoration: none;
   
}
.termekContainer i{
    font-size: 220%;
    margin-bottom: 25px;
    color: rgb(255, 255, 255);
    padding: 10px;
    
    background-color: rgb(255, 218, 31);
    border-radius: 5px;
    box-shadow: -10px -10px  rgb(194, 162, 0);

}
.termekContainer img{
    width: 80px;
    padding: 5px;
    background-color: rgb(106, 151, 255);
    box-shadow: -10px -10px  rgb(77, 110, 186);
    border-radius: 5px;
    margin-bottom: 25px;
    height: 80px;
}
.termekContainer{
    text-align: center;
    padding-top: 25px;
}
.termekContainer h3{
    color: rgb(106, 151, 255);
    margin-bottom: 15px;
}
.termekContainer p{
    color: white;
    font-size: 80%;
    padding-bottom: 25px;
    font-weight: bold;
    text-align: justify;
}
.termekContainer:hover{
    background-position: left bottom;
    color: black;
    transition: 0.7s;
    
}
.termekContainer:hover > h3, .termekContainer:hover > p{
    color: rgb(255, 255, 255);
    transition: 0.7s;
    
}
.termekContainer:hover > i{
    background-color: black;
    box-shadow: -10px -10px  rgba(0, 0, 0, 0.64);
    transition: 0.7s;
}
.termekContainer:hover > img{
    background-color: black;
    box-shadow: -10px -10px  rgba(0, 0, 0, 0.64);
    transition: 0.7s;
}

@media screen and (max-width: 1100px) {
    .termekek{
        grid-template-columns: 35% 35%;
    }
}
@media screen and (max-width: 800px) {
    .termekek{
        display: block;
    }
    .termekContainer{
        margin: auto auto 50px auto;
    }
}
.fejlesztesalatt{
    background-color: rgb(255, 218, 31);
    padding-inline: 25px 25px;
    border-radius: 5px;
    box-shadow: 10px 10px 7px rgba(149, 149, 149, 0.486);
    text-align: center;
    height: 300px;
}
.fejlesztesalatt > *{
    margin-top: 25px;
}
.fejlesztesalatt i{
    font-size: 150%;
    
}
.informacio{
    margin: 150px 80px 100px 80px;
    font-weight: bold;
    text-align: justify;
    background-color: rgb(255, 218, 31);
    padding-inline: 30px;
    padding-top: 15px;
    padding-bottom: 15px;

}
.informacio p{
    margin-bottom: 15px;
}
.informacio ul{
    margin-bottom: 25px;
}
.informacio ul li{
    margin-bottom: 15px;
    margin-left: 30px;
}
.plusz{
    font-size: 115%;
    margin-bottom: 25px;
    text-decoration: underline;
}
