/* Header */
.header {
    position: relative;
    height: 70vh;
}
.video {
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    background: url('../images/video_bg.jpg');
    z-index: 0;
}
.video>iframe {
    width: 100%;
    height: 100%;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    /* padding-top: 25px; */
    height: 80vh;
}
  
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80vh;
    z-index: 0;
}


.register {
    background: url('/assets/images/2023/bg_register.jpg');
    background-repeat: no-repeat;
    min-height: 40vh;
    padding: 4rem 0;
    background-size: 100%;
}

#register_form {
    position: relative;
}

.form_element_1 {
    position: absolute;
    top: -20px;
    left: -80px;
}

/* NEW MENU */

/* NAV */
nav {
    background: #ef6713;
    position: relative;
    z-index: 1000;
}
.nav {
    height: 95px;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    justify-content: space-between;
    align-items: center;
}

.menu {
    display: flex;
    margin: 0;
}

.menu a {
    color: white;
}

.menu ul {
    list-style-type: none;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.sub-menu {
    display: none;
    position: absolute;
    background: #00249c;
    top: 95px;
    left: 0;
    padding: 10px 15px;
    z-index: 1000;
    font-size: 14px;
}
.sub-menu a {
    white-space: nowrap;
}
.sub-menu a:hover {
    color: #ef6713;
}

.menu>li {
    margin: 0 10px;
    color: white;
    cursor: pointer;
    text-transform: uppercase;
    height: 95px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    position: relative;
}

/* NAV - SOCIAL */
.social>*>img {
    max-height: 20px;
    margin: 5px;
}


/* Footer */

footer {
    background: #e5e5e5;
}

footer .copy {
    color: #333333;
    border-top: 1px solid #e5e5e5;
    text-align: center;
    padding: 20px;
    font-size: 14px;
}

footer p,
footer a,
footer a:hover {
    color: #00249c;
}
footer .row>div:nth-child(2) a {
    text-decoration: underline;
}

footer>div>div>div:first-child {
    color: #00249c;
    font-weight: 600;
}

footer>div>div>div:first-child>img:first-child {
    margin-top: 120px;
    margin-bottom: 10px;
}

footer>div>div>div:first-child img:last-child {
    margin-top: 60px;
    margin-bottom: 50px;
}

footer>div>div>div:last-child {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

footer .row {
    position: relative;
}

footer .ball {
    position: absolute;
    width:145px;
    top: -60px;
}

footer .social {
    width: 95%;
    display: flex;
    justify-content: flex-start;
}

/* Footer - newsletter */
#newsletter h4 {
    color: #00249c;
    font-size: 23px;
    font-weight: 700;
}
#newsletter input[type="text"] {
    border: 1px solid #e7e7e7;
    border-right: none;
    border-radius: 0;
    padding: 10px;
}

#newsletter input[type="submit"] {
    background: #00249c;
    color: white;
    font-weight: 700;
    text-transform: uppercase;
    padding: 11px 25px;
    border: none;
}

@media only screen and (max-width: 1200px) {
    .social {
        display: none;
    }
}


@media only screen and (max-width: 995px) {
    .menu-glowne-menu-container {
        position: absolute;
        background: #ef6713;
        top: 95px;
        width: 100%;
        left: 0;
        border-top: 1px solid white;
        border-bottom: 1px solid white;
        display: none;
    }

    .menu {
        display: flex;
        flex-direction: column;
        width: 80%;
        margin: 0 auto;
    }

    .menu>li {
        display: block;
        padding: 20px;
        height: auto;
        text-align: left;
    }
    .sub-menu {
        display: block !important;
        position: relative !important;
        top: 0;
        background: no-repeat;
    }
    .sub-menu .menu-item {
        position: relative;
        height: 30px !important;
    }
    .burger>div {
        width: 40px;
        height: 7px;
        background-color: white;
        margin: 6px 0;
        border-radius: 2px;
    }
    .header-content h1 {
        font-size: 20px;
    }

    .header-content h2 {
        font-size: 35px;
    }

    .header-content h3 {
        font-size: 20px;
    }

    .header-content h4 {
        font-size: 20px;
    }

    .header-content .register-button a {
        font-size: 12px
    }

    .header-content .register-button {
        margin-top: 25px;
        margin-bottom: 30px;
    }
}


/* HEADER NOWY */

.header-iade {
    background: url(../images/2023/banner_register_select.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 2rem;
    color: #00249c;
}

.header-iade-content>div>div>div:first-child {
    display: flex;
    justify-content: end;
    flex-direction: column;
    padding-bottom: 30px;
    z-index: 100;
}

.header-iade-content .register-button {
    margin-top: 55px;
    margin-bottom: 30px;
}

.header-iade-content .register-button a {
    text-transform: uppercase;
    background-color: #00249c;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 700;
    color: white;
}

.header-iade-content h1 {
    font-size: 30px;
    margin: 0;
}
.header-iade-content h2 {
    font-size: 70px;
    margin: 0;
    font-family: 'newyorkregular';
    text-transform: uppercase;
}
.header-iade-content h3 {
    font-size: 47px;
    margin: 0;
}
.header-iade-content h4 {
    font-size: 35px;
    margin: 0;
}

.header-iade-content .line {
    width: 100px;
    height: 5px;
    background: #00249c;
    margin: 20px 0;
}

.header-iade-content>div>div>div:first-child .icons {
    text-align: right;
}

.header-iade-content>div>div>div:last-child {
    display: flex;
    justify-content: center;
    align-items: end;
}

@media only screen and (max-width: 995px) {
    .header-iade-content h1 {
        font-size: 25px;
    }
    .header-iade-content h2 {
        font-size: 50px;
    }
    .header-iade-content h3 {
        font-size: 30px;
    }
    .header-iade-content h4 {
        font-size: 30px;
    }
    .header-iade-content>div>div>div:last-child {
        display: none;
    }

    .header-iade-content>div>div>div:first-child {
        width: 100%;
    }

    .header-iade {
        background-size: 300%;
        background-position: center;
    }
}