/**
* Template Name: KnightOne - v4.8.1
* Template URL: https://bootstrapmade.com/knight-simple-one-page-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 0.02em;
}

a {
    color: #ED694B;
    text-decoration: none;
}

a:hover {
    color: #a72b0e;
    text-decoration: none;
}
.row {
     --bs-gutter-x: 0;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
}

#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #ed694b;
    border-top-color: #fff;
    border-bottom-color: #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: animate-preloader 1s linear infinite;
    animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
#header{
    width: 100%;
    height: 219px;
    background: url("../img/home.png") top center;
    background-size: cover;
    position: relative;
}
#header .container{
    padding-top: 60px;
}
#header .title{
    margin-top: 29px;
}
.soon{
    background: url(../img/soon.png) top no-repeat;
    height: 400px;
    position: absolute;
    top: 0;
    left: 65%;
    width: 360px;
}
.soon > span{
    position: absolute;
    left: 65px;
    top: 160px;
    text-transform: uppercase;
    color: #FFFFFF;
}
#main{
    margin-top: 122px;
}
.function-head{
    display: flex;
    justify-content: space-between;
}
.function-header{
    font-size: 18px;
    color: #444B54;
}
.function-header > div{
    background: #085DD2;
    mix-blend-mode: normal;
    border-radius: 21px;
    width: 91px;
    height: 4px;
    margin-top: 20px;
}
.function-content{
    font-size: 15px;
    line-height: 29px;
    text-align: justify;
    letter-spacing: 0.02em;
    color: #444B54;
    margin-top: 30px;
}
.function-icon{
    width: 65px;
    height: 65px;
}
.function-icon-1{
    background: url("../img/function_1.png") top center no-repeat;
}
.function-icon-2{
    background: url("../img/function_2.png") top center no-repeat;
}
.function-icon-3{
    background: url("../img/function_3.png") top center no-repeat;
}
.function-icon-4{
    background: url("../img/function_4.png") top center no-repeat;
}
.pr_20{
    padding-right: 20px;
}
.pl_20{
    padding-left: 20px;
}
.mt_20p{
    margin-top: 20%;
}
.mt_24p{
    margin-top: 24%;
}
.registration{
    margin-top: 60px;
    background: #EAEAEA;
    /*height: 430px;*/
}
.registration-header{
    padding-top: 52px;
    font-weight: 400;
    line-height: 36px;
    color: #444B54;
}
.bluego{
    color: #085DD2;
}
.reg{
    margin-top: 30px;
    margin-bottom: 40px;
    font-size: 20px;
    color: #085DD2;
}
#footer{
    background: rgb(8,93,210);
    background: linear-gradient(90deg, rgba(8,93,210,1) 50%, rgba(255,255,255,1) 51%);
}
#footer > .container{
    height: 73px;
    background: url("../img/footer.png") top center no-repeat;
    font-size: 16px;
    text-align: center;
    color: #fff;
}
.footer-logo img{
    width: 91px;
    height: 34px;
}
.nkfi{
    position: relative;
    display: flex;
    justify-content: flex-end;
}
.nkfi img{
    width: 20%;
}
.adatkezeles{
    font-size: 15px;
    color: #085DD2;
}
@media (max-width: 991px) {
    .soon{
        background: #085dd2;
        margin-left: -10px;
        margin-right: -10px;
        position: unset;
        height: 100px;
        width: calc(100% + 22px);
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .soon > span {
        position: unset;
    }
    .registration{
        height: unset;
        padding-bottom: 25px;
    }
    .footer-logo{
        background: #fff;
        text-align: center !important;
        margin-left: -12px;
        margin-right: -12px;
        padding: 10px 0px;
    }
    
}