.modal[aria-hidden="true"] * {
    pointer-events: none;
}

html {
    scroll-behavior: smooth;
}
body {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    background: #101013;
    font-size: 14px;
    line-height: 28px;
}
body.fixed {
    margin-top: 70px;
}

/* változók létrehozása */
:root {
    --container-x: 150px;
    --container-y: 25px;
}



.d-xxl-block {
    display: none;
}
@media (min-width: 1600px) {
    .d-xxl-block {
        display: block;
    }
    .d-xxl-none {
        display: none;
    }
}


.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:visited {
    background: #FFF !important;
    border: 0 !important;
    border-radius: 30px !important;
    gap: 10px;
    padding: 10px 20px !important;
    color: #000 !important;
    font-size: 14px !important;
    line-height: 21px !important;
    font-weight: 400 !important;
    text-decoration: none !important;
}

.btn-outline-primary, .btn-outline-primary:hover, .btn-outline-primary:active, .btn-outline-primary:visited {
    background: transparent !important;
    border: 1px solid #FFF  !important;
    border-radius: 30px !important;
    padding: 10px 30px 10px 20px !important;
    color: #fff !important;
    font-size: 14px !important;
    line-height: 21px !important;
    font-weight: 400 !important;
    text-decoration: none !important;

    i {
        transform: rotateZ(45deg);
    }
}

.btn-down, .btn-down:hover, .btn-down:active, .btn-down:visited {
    border: 1.5px solid #fff;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none !important;
}


h2 {
    color: #FFF;
    font-size: 40px;
    font-weight: 400;
    line-height: 60px;
    margin-bottom: 30px;
}



header {
    background: #101013;
    padding: var(--container-y) var(--container-x);
    
    .navbar {
        align-items: flex-start;
        background: url('../images/header.png') no-repeat top center;
        background-size: 100%;
        border-radius: 25px;
        height: calc(100vh - 205px);
        display: flex;    
        position: relative;

        .navbar-collapse {
            z-index: 2;
        }


        .header-navbar {
            display: flex;
            justify-content: center;
            padding: 10px;
            width: 100%;

            .navbar-nav {
                display: flex;
                width: auto;
                justify-content: center;
                align-items: center;
                background: #FFFFFF;
                border-radius: 50px;
                padding: 5px 25px;

                .nav-item {
                    > * {
                        color: #000000;
                        font-size: 14px;
                        line-height: 21px;
                        padding-left: 15px;
                        padding-right: 15px;
                    }
                }
            }

            .brand {
                position: absolute;
                top: -20px;
                background: url(../images/logo-bg.png) no-repeat top center;
                width: 300px;
                z-index: 3;
                height: 100%;
                text-align: center;
                padding-top: 50px;         
                a {
                    font-size: 20px;
                    font-weight: 800;
                    line-height: 30px;
                    color: #FFF;
                }
            }

            .right-side {
                display: flex;
                margin-left: auto;

                .navbar-nav {
                    margin: 0px 5px;
                }
                .navbar-nav:last-child {
                    padding: 0px 8px;
                }
            }
        }


        .hero {
            position: absolute;
            bottom: 10px;
            left: 0;
            width: 50%;

            h1 {
                color: #FFF;
                font-size: 47px;
                font-weight: 700;
                line-height: 90px;
                margin-top: 0px;        
                margin-bottom: 0;
            }
            h2 {
                color: #FFF;
                font-family: Inter;
                font-size: 16px;
                font-weight: 400;
                line-height: 25.6px;
                margin-bottom: 15px;
            }

            .btn-down {
                /* position: absolute;                 */
                /* left: 38vh; */
                /* bottom: 10vh; */
                font-size: 14px;
                display: inline-flex;
                position: relative;
                top: -10px;
            }

            .btn-primary {
                position: absolute;
                left: calc(100% - 160px);
                bottom: 100px;
                i {
                    transform: rotateZ(45deg);
                }
            }

        }    

        .services {
            position: absolute;
            bottom: 10px;
            right: 0px;
            width: 300px;
            background: url('../images/service-bg.png') no-repeat;
            border-radius: 20px;
            font-size: 12px;
            font-weight: 400;
            line-height: 18px;
            text-align: left;  
            padding: 15px;
            padding-right: 75px;
            
            h3 {
                font-size: 14px;
                font-weight: 700;
                line-height: 21px;                
                display: flex;
                align-items: center;
            }
            h3:before {
                content: ' ';
                background: url('../images/stacks.png') no-repeat center center;
                display: block;
                width: 15px;
                height: 15px;
                margin-right: 5px;
            }

            .btn-down {
                position: absolute;                
                right: 47px;
                top: 98px;
                background: #FFF;
                color: #000;
                transform: rotateZ(315deg);
            }
        }

    }
}

.howto {
    padding: var(--container-y) var(--container-x);
    background: #28282E;

    .list {
        display: flex;
        gap: 50px;
        margin-top: -100px;
    }

    .text {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        margin-top: 100px;
     
        p {
            margin-top: auto;
            display: block;
            color: #BBBBBB;
            font-family: Inter;
            font-weight: 400;
            font-size: 16px;
            line-height: 25.6px;
        }
    }

    .row {
        .howto-item .content {
            background: #FFFFFF;
            border-radius: 30px;
            padding: 30px 25px;
            position: relative;
            min-width: 280px;

            h3 {
                font-size: 16px;
                font-weight: 400;
                line-height: 24px;
                margin-bottom: 20px;                               
            }
            img {
                width: 100%;
                height: 100px;
                border-radius: 20px;
                object-fit: cover;
            }
            .line {
                display: inline-block;
                width: 50px;
                border-top: 1px solid #000000;
                margin-top: 35px;
                margin-bottom: 15px;                
            }
            p {
                color: #6A6A6A;
                font-size: 14px;
                font-weight: 400;
                line-height: 21px;
            }
        }
        /* .howto-item:first-child .content {
            background: none;

            img {
                height: 150px;
            }

            .background-shape {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                z-index: 0;
                fill: #ffffff;
            }               

            .data {
                position: relative;
                z-index: 2;
            }
            
            h3 {
                position: absolute;
                color: #FFF;              
                top: 110px;  
                left: 30px;
            }
        }       */
    }
}



.packages {
    padding: var(--container-y) var(--container-x);
    background: #101013;

    .content {
        text-align: center;
        .image-container {
            position: relative;
            color: #FFFFFF;
            margin-bottom: 30px;

            img {
                border-radius: 20px;
                width: 100%;
                height: 100%;
            }
            .number {
                font-size: 70px;
                font-weight: 800;
                line-height: 105px;   
                position: absolute;
                top: 0px;
                right: 30px;             
            }
            h3 {
                font-family: Inter;
                font-size: 24px;
                font-weight: 700;
                line-height: 36px;
                position: absolute;
                bottom: 10px;
                left: 30px;             
            }
            .price {
                font-family: Inter;
                font-size: 16px;
                font-weight: 400;
                line-height: 25.6px;                
                position: absolute;
                bottom: 20px;
                right: 30px;             
            }
        }
        
        .text {
            padding: 0px 30px;
            
            p {
                text-align: left;
                color: #AFAFAF;
            }

            ul {
                list-style: none;
                padding: 0px;
                margin: 0px;
                li {
                    display: flex;
                    gap: 10px;
                    color: #ECECEC;
                    text-align: left;

                    small {
                        display: block;
                    }
                    .check {
                        color: #15FFD0;
                        margin-left: auto;
                    }
                }

                li.inactive {
                    color: #D9D9D9;
                    opacity: 0.5;
                    .check {
                        color: #D91E31;
                    }
                }
            }
        }

    }
}

.howtoproceed {
    margin: var(--container-y) var(--container-x);
    background: url('../images/how-to-proceed.png') no-repeat center center;
    background-size: cover;
    border-radius: 20px;

    a {
        text-decoration: none;
    }

    h3 {
        font-family: Inter;
        font-size: 18px;
        font-weight: 700;
        line-height: 27px;                    
        color: #FFF;
    }
              

    .list {
        display: flex;
        gap: 40px;
        padding: 30px 40px;
        
        .text {
            width: 50%;
            color: #FFF;

            small {
                font-size: 10px;
                font-weight: 400;
                line-height: 20px;                                
            }
        }
    }
    .info {
        padding: 30px 40px;

        h3 {
            font-family: Poppins;
            font-weight: 400;
            font-size: 40px;
            line-height: 150%;
            letter-spacing: 0;          
            display:inline-block;  
        }

        .back {
            color: #FFF;
            display: inline-block;
            vertical-align: top;
            padding-top: 20px;
            margin-right: 20px;            
        }
    }    

    .content {
        padding: 0px 70px;
        color: #FFF;
        text-align: center;

  
        img {
            width: 184px;
            height: 184px;
            object-fit: cover;
            border-radius: 50%;
            filter: grayscale(100%);
            margin-bottom: 20px;
        }


        p {
            font-size: 12px;
            font-weight: 400;
            line-height: 24px;                   
            color: #FFF;
        }
        .values {
            padding: 20px 0px;
            display: flex;
            width: 100%;
            flex-direction: row;
            flex-wrap: nowrap;
            align-content: center;
            justify-content: center;
            align-items: stretch;
            gap: 100px;

            .value {
                display: block;
                .number {
                    font-family: Poppins;
                    font-weight: 700;
                    font-size: 100px;
                    line-height: 1.3;
                    letter-spacing: 0;
                    color: #FFF;
                }
                .text {
                    color: #FFF;   
                }
            }
        }
    }    

}

.logos {
    margin: var(--container-y) var(--container-x);
    display: flex;
    gap: 50px;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;

    a {
        display: block;
        margin: 20px 0px;
    }
}

.contact {
    /* padding: var(--container-y) var(--container-x); */
    text-align: center;
    width: 500px;
    margin: 0 auto 80px;
    color: #FFF;

    .form-control {
        background: transparent;
        border: 0;
        border-bottom: 1px solid #FFF;
        border-radius: 0;
    }
    .form-control::placeholder {
        color: #FFF !important;
    }
    .form-control:focus {
        border-color: inherit;
        -webkit-box-shadow: none;
        box-shadow: none;        
    }

    .custom-checkbox .custom-control-label::before {
        border-radius: 0 !important;
        border-color: #FFF !important;
    }
    .custom-control-input:checked~.custom-control-label::before {    
        background-color: transparent !important;
        border-color: #FFF !important;
        color: #FFF !important;
    }
    .submitButton i {
        padding-left: 5px;
        transform: rotateZ(45deg);
    }
}

footer {
    background: #28282E;
    padding: 20px 0px;
    text-align: center;
    color: #d6d6d6;
    font-size: 12px;
    font-weight: 400;
    line-height: 21px;

    .links {
        margin-bottom: 20px;
        a {
            color: #d6d6d6;
            text-decoration: none !important;
        }
        a::after {
            content: ' | ';
            margin: 0px 5px;
        }
        a:last-child::after {
            content: '';
        }
    }
}

.mobilmenu {
    color: #FFF;      
    padding: 20px 0px;  

    .fa-arrow-right {
        transform: rotateZ(45deg);
    }

    .header-navbar {
        background: url('../images/header-mobile.png') no-repeat top center;
        background-size: 100%;
        border-radius: 30px 30px 30px 0px;
        padding: 20px 30px;            
        display: flex;
        align-items: flex-start;
        height: 430px;

        .brand a {
            display: block;
            color: #FFF;
            font-size: 20px;
            font-weight: 800;
            line-height: 30px;
            margin-top: 5px;
        }

        .navbar-nav {
            display: flex;
            width: auto;
            justify-content: center;
            align-items: center;
            background: #FFFFFF;
            border-radius: 50%;
            padding: 3px 1px;

            .nav-item {
                > * {
                    color: #000000;
                    font-size: 14px;
                    line-height: 21px;
                    padding-left: 15px;
                    padding-right: 15px;
                }
            }
        }     
    }   
    .header-navbar.fixed {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: #fff;
        height: auto;
        border-radius: 0 0 30px 30px;
        padding: 5px 20px;
        z-index: 999;

        .brand a {
            color: #000;
            text-decoration: none;
        }
    }

    h2 {
        font-size: 16px;
        font-weight: 400;
        line-height: 25.6px;                
        margin: 10px 0px;
    }

    h1 {
        font-size: 30px;
        font-weight: 700;
        line-height: 48px;                
        margin-bottom: 25px;
    }        


    .modal-content {
        background: transparent;
        border: 0;
    
        .modal-body {
            display: block;
            padding: 31px 43px;
            text-align: right;

            .close {
                display: flex;
                width: auto;
                justify-content: center;
                align-items: center;
                background: #FFFFFF;
                border-radius: 50px;
                padding: 15px 17px;
                opacity: 1;
                font-size: 14px;
                float: none;
                margin-left: auto;
            }

            .navbar-nav {
                display: inline-flex;
                width: auto;
                justify-content: center;
                align-items: center;
                background: #FFFFFF;
                border-radius: 30px;
                padding: 20px 20px;
                margin: 30px 0px;

                .nav-item {
                    > * {
                        color: #000000;
                        font-size: 14px;
                        line-height: 21px;
                        padding-left: 15px;
                        padding-right: 15px;
                        margin: 5px 0px;
                    }
                }
            }                
        }
    }

}

@media (max-width: 1600px) {
    header {
        .navbar {
            height: calc(100vh - 265px);

            .hero {
                bottom: 0px;
                h1 {
                    margin-top: 0;
                    line-height: 70px;
                    font-size: 44px;
                }
                .btn-down {
                    left: 44vh;
                }        
                .btn-primary {
                    bottom: 80px;
                }
            }
        }
    }
    .howto {
        .list {
            gap: 100px;
        }
        .row {
            .howto-item .content {
                padding: 15px 15px;
                min-width: auto;

                img {
                    width: 100%;
                }
                svg {
                    width: 100%;
                }
            }
            .howto-item:first-child .content {
                background: #FFFFFF;
            }
        }
        
    }

}

@media (max-width: 1366px) {
    :root {
        --container-x: 100px;
        --container-y: 50px;
    }
    header {
        .navbar {
            .hero {
                bottom: 40px;

                h1 {
                    margin-top: 0;
                }
                .btn-down {
                    bottom: 12vh;
                }        
            }
        }
    }
    .howto {
        .list {
            flex-direction: column;
            gap: 50px;
        }
    }
}

@media (max-width: 992px) {
    :root {
        --container-x: 50px;
        --container-y: 50px;
    }
    .howto {
        .row {
            .howto-item .content  {
                padding: 15px 15px;

                img {
                    width: 100%;
                }
                .line {
                    margin-top: 30px;
                }
            }
        }
    }
    .howtoproceed {
        .list {
            flex-direction: column;
            gap: 50px;            

            .text {
                width: 100%;
            }
        }
    }
}

@media (max-width: 768px) {
    :root {
        --container-x: 20px;
        --container-y: 20px;
    }
    header {
        .navbar {
            .hero {
                position: relative;

                h1 {
                    font-size: 45px;
                }

                .btn-primary {
                    position: relative;
                    left: 0;
                    bottom: 0;
                }
                .btn-down {
                    display: none;
                }                
            }
            .services {
                position: relative;
                width: 100%;
                margin-top: 30px;
                margin-left: -16px;

                .btn-down {
                    display: none;
                }
            }
        }
    }
    .howto {
        .row {
            .howto-item .content  {
                margin-bottom: 30px;

                .background-shape {
                    display: none;
                }
            }
            .howto-item:first-child .content {
                background: #FFFFFF;
            }
        }
    }
    .packages {
        .content {
            margin-bottom: 30px;
        }
    }
    .howtoproceed {
        .list {
            padding: 30px 20px;
        }
    }
    .logos {
        flex-direction: column;
        gap: 20px 0px;
    }
    .contact {
        width: 90%;
    }

    header {
        padding-top: 0;
    }

}

.modal-backdrop.show {
    opacity: 1 !important;
    background-color: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(3px);
}