body{
    overflow-y: hidden;
    overflow-x: hidden;
    overflow: hidden;
    background-image: url(../img/IMG_8769.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.kontener{
    width: 100%;
    min-height: 100vh;
}

.wrapper{
    display: flex;
    width: 100%;
    height: calc(100vh - 80px);
    align-items: center;
    padding: 0 10%;
    overflow: hidden;
    min-height: 785px;
}

@media (max-width: 1600px){

    .szo{
        font-size: 5em !important;
    }

}

@media (max-width: 900px){
    img{
        display: none;
    }
}

@media (max-width: 800px){
    .szo{
        font-size: 6em !important;
    }
}

@media (max-width: 750px){
    .szo{
        font-size: 5em !important;
    }

}

@media (max-width: 650px){
    .szo{
        font-size: 4em !important;
    }
    .wrapper{
        height: calc(-5vh - 490px);
    }

}
@media (max-width: 550px){
    .szo{
        font-size: 3em !important;
    }
}


@keyframes object1{
    50%{
        left: 35%;
        top: 10%;
    }
}

@keyframes object2{
    50%{
        left: 63%;
        top: 41%;
    }
}

.cols{
    width: 50%;
}

.cols0{
    width: 60%;
    z-index: 5;
}

.topline{
    display: block;
    position: relative;
    font-size: 35px;
    letter-spacing: 5px;
    color: var(--feher);
}

.topline::after{
    position: absolute;
    content: '';
    height: 4px;
    width: 45px;
    bottom: 10px;
    background-color: var(--feher);
}

.szo{
    display: block;
    font-size: 6em;
    font-weight: 900;
    color: var(--zold);
    width: 30%;
}

.multiText{
    color: var(--feher);
    text-transform: capitalize;
    width: 30% !important;
}

.p-szoveg{
    display: block;
    width: 90%;
    font-size: 1.2em;
    color: var(--zold);
}

.imgbox{
    position: relative;
    width: 100%;
    height: 100%;
}

.imgbox, 
.index-kep{
    position: relative;
    height: 100%;
    width: calc(130% - 80px);
    top: -550px;
    right: -370px;
    animation: animateUser 4s linear infinite;
}

@keyframes animateUser{
    50%{
        top: -545px;
    }
}

.imgbox #splash{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 160%;
    filter: saturate(200%);

}

img{
    width: 30% !important;
    border-radius: 50%;
    float: right;
}

