/**
 * Index fejlec/hero resz
 */
#index-main {
}

#index-main video {
    object-fit: cover;
    width: 100%;
    height: 640px;
    position: relative;
    z-index: -1;
    vertical-align: top;
}

#index-main .text--holder {
    position: absolute;
    z-index: 1;
    top: 120px;
    width: 100%;
    height: calc(100% - 120px);
}

#index-button {
    position: relative;
    top: -50px;
    z-index: 1;
}

/**
 * Custom buttons
 */
.button.big {
    height: 100px;
    padding: 0px 0;
    width: 100%;
    box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    transition: 0.2s;
    top: 0px;
    position: relative;
}

.button.big:hover {
    top: 5px;
    transition: 0.2s;
}

.button.big:hover a {
    color: inherit;
}

.button.big a {
    display: block;
    height: 100%;
}

.button.big.purple {
    background: var(--main-purple-color);
    color: #fff;
}

.button.big.white {
    background: #fff;
    color: var(--main-darkblue-color);
}

.button.big.blue {
    background: var(--main-darkblue-color);
    color: var(--main-blue-color);
}

#box1 .scale img {
    height: calc(100% + 120px);
    position: relative;
    top: 0px;
    border-radius: 10px;
    transform: scale(1.1);
}

/**
 * Swiper
 */
.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.para-image {
    position: relative;
    text-align: right;
}

.para-image img.im1 {
    position: absolute;
    z-index: 1;
    top: 78px;
    right: 330px;
}

.para-image img.im2 {
    position: relative;
}