.foglalas-box{
    background-image: url(../img/bg_body.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0px auto;
    width: 100%;
    padding: 60px 100px;
    color: #fff;
    border-radius: 15px;
    box-shadow: 5px 5px 65px rgba(0,0,0,0.7);
}

.foglalas-box{
    margin-bottom: 200px;
}

.foglalas-cim{
    font-size: 20px;
    font-weight: bold;
}

.foglalas-gomb{
    margin-top: 20px;
    border-radius: 5px;
    padding: 10px 50px;
    color: #1a1a1a;
    background-color: #fff;
    font-size: 16px;
    font-weight: bold;
    box-shadow: 5px 5px 25px rgba(0,0,0,0.2);
}

.foglalas-gomb:hover{
    background-color: #dfdfdf;
    color: #505050;
    transition: 0.2s;
}

.termunkrol-box{
    background-image: linear-gradient(to bottom, #1a1a1a 20%, rgba(0, 0, 0, 0) 80%, #1a1a1a), 
    url(../img/bg_termunkrol2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.termunkrol-cim{
    font-size: 60px;
    font-weight: bold;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.8);
}

.termunkrol-szoveg-box{
    margin-top: 50px;
    width: 100%;
    height: auto;
    backdrop-filter: blur(5px);
    padding: 20px 0px;
    background-color: rgba(0,0,0,0.2);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.termunkrol-szoveg{
    width: 50%;
    font-size: 16px;
    line-height: 1.5;
    text-align: justify;
    text-align-last: center;
    margin: 0px auto;
}

.termunkrol-gomb{
    margin-top: 10px;
    padding: 20px 50px;
    box-shadow: 5px 5px 25px rgba(0,0,0,0.2);
    background-color: rgba(255,255,255,0.1);
    border-radius: 10px;
}


@media (max-width: 996px){
    .foglalas-box{
        padding: 60px 10px;
    }

    .foglalas-cim, .foglalas-gomb{
        text-align: center;
    }

    .termunkrol-cim{
        font-size: 35px;
    }

    .termunkrol-szoveg{
        width: 90%;
    }
}