@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=League+Spartan:wght@100;200;300;400;500;600;700;800;900&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

* {
    font-family: 'Open Sans';
}

a {
    text-decoration: none;
}

header .container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 10px 0;
}

header img {
    max-height: 100px;
}

header .lang a {
    color: #838383;
}

header .lang .active {
    color: #2269b2;
}

nav {
    background: #0953a3;
    min-height: 50px;
    color: white;
}
nav .menu {
    min-height: 50px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 300;
}

nav .menu>a {
    color: white;
    text-decoration: none;
    font-size: 24px;
    text-transform: uppercase;
    padding: 0 15px;
}

.baner {
    background: url('../images/baner.jpg');
    background-size: 100%;
    text-align: center;
    padding: 30px;
}

.baner .line {
    width: 200px;
    max-width: 80%;
    height: 1px;
    background-color: white;
    margin: 25px auto;
}

.baner p {
    font-size: 25px;
    font-weight: 300;
    color: white;
    width: 80%;
    margin: 0 auto;
}

.baner h2 {
    font-weight: 600;
    font-size: 40px;
    margin: 30px;
    color: white;
}

.baner h1 {
    color: white;
    font-size: 72px;
    font-weight: 400;
    width: 90%;
    margin: 0 auto;
}

.baner h1 span {
    font-size: 160px;
}

section {
    padding: 30px 0 0 0;
}

section h3 {
    text-transform: uppercase;
    background: #1f69b5;
    display: inline-block;
    padding: 5px 30px;
    color: white;
    border-radius: 3px;
}

#adres p {
    padding: 10px 30px;
    font-size: 20px;
    font-weight: 400;
}

#harmonogram .time {
    font-size: 50px;
    color: #1f69b5;
    font-weight: 500;
    line-height: 1;
}

#harmonogram .content {
    display: flex;
    align-items: center;
    font-size: 25px;
}

#harmonogram .time::after {
    content: '';
    display: block;
    width: 80px;
    background: #ffcc42;
    height: 6px;
    margin-left: 10px;
    margin-top: 5px;
}

#harmonogram .row>div {
    margin: 10px 0;
    padding-left: 30px;
}

#informacje .row>div {
    display: flex;
    padding-top: 40px;
}

#informacje .row>div>.icon {
    margin-right: 30px;
}

#informacje .row>div>.content h4 {
    color: #1f69b5;
    font-size: 26px;
}

#informacje .row{
    padding: 40px 0;
}

#informacje p {
    margin: 0;
}

footer {
    background: #1f69b5;
}

footer .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 0px;
}

footer .logo img {
    height: 70px;
}

footer .icon img {
    height: 40px;
}

footer .mail {
    display: flex;
    align-items: center;
}

footer .icon {
    display: flex;
    align-items: center;
    padding-right: 15px;
}

footer .mail .content p {
    margin-bottom: 0;
    color: white;
    font-weight: 300;
}

footer .mail .content a {
    margin-bottom: 0;
    color: white;
    text-decoration: none;
    font-weight: 500;
}

/* Form */

.form-group {
    margin-top: 12px;
}

.form-group .form-control {
    border-radius: 0;
    border: 1px solid #bbbbbb;
}

.select-group {
    display: flex;
    align-items: center;
}
.select-group label {
    padding: 0 10px;
    font-weight: 400;
}

.select-group select {
    width: auto;
}

#rejestracja h5 {
    margin: 20px 0 10px 20px;
}

.require::before {
    content: '*';
    color:red;
}

/* Ukryte etapy */
#uczestnik,
#form-zwiedzanie,
#buty_rozmiar,
.hide {
    display: none;
}

.dieta-label {
    padding: 0 0 15px 20px;
    display: block;
}

/* Custom checkbox & radio */
.checkbox-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    border: 1px solid #bbbbbb;
}
  
.checkbox-container:hover input ~ .checkmark {
    background-color: #f1f1f1;
}
  
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
  
/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
    display: block;
}
  
/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
    left: 8px;
    top: 2px;
    width: 7px;
    height: 16px;
    border: solid #525252;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* SEND BUTTON */
.send-form button>span::after {
    content: '';
    width: 6px;
    height: 12px;
    display: inline-block;
    border: solid #ffffff;
    border-width: 0 3px 3px 0;
    margin-left: 15px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.btn-primary {
    background: #004a87;
    border: 1px solid #004a87;
    border-radius: 4px;
    padding: 8px 22px;
    margin: 20px 0 0 30px;
}

.video {
    padding: 0;
    cursor: pointer;
}

.video img {
    max-width: 100%;
}

.confirmation {
    border: 2px solid #e4f1fd;
    border-radius: 0 3px 3px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.confirmation h4 {
    color: #297fca;
    font-size: 32px;
    font-weight: 300;
    text-align: center;
}

.confirmation .btn-bhp {
    background: #3fa2f7;
    border-color: #3fa2f7;
    color: white;
    padding: 12px 20px;
}

.confirmation .checked {
    background: #1ec709;
    border-color: #1ec709;
}

.confirmation .checked>span::after {
    content: '';
    width: 6px;
    height: 12px;
    display: inline-block;
    border: solid #ffffff;
    border-width: 0 3px 3px 0;
    margin-left: 15px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.scale-video {
    width: 100%;
    padding-top: 56.25%;
    position: relative;
}
  
.scale-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Sloty */

.slot-container {
    display: block;
    position: relative;
    margin-bottom: 24px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.slot-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.slot {
    display: block;
    width: 100%;
    padding: 20px;
    text-align: center;
    border-radius: 5px;
    background: #3fa2f7;
    color: white;
    position: relative;
}
.slot::after {
    content:""
}

.slot-container:hover input ~ .slot {
    background-color: #1f69b5;
}

.slot-container input:checked ~ .slot {
    background-color: #1f69b5;
}
.slot-container input:checked ~ .slot::after {
    position: absolute;
    width: 50px;
    height: 35px;
    background: url(../images/checkIcon.png);
    background-size: 100%;
    bottom: 0;
    right: 5px;
}

.slot-container input:disabled ~ .slot {
    background-color: #ababab;
}
.slot-container input:disabled ~ .slot::after {
    position: absolute;
    width: 50px;
    height: 35px;
    background: url(../images/disabledIcon.png);
    background-size: 100%;
    bottom: 0;
    right: 5px;
}

.error {
    color: #f70000;
    font-size: 14px;
    font-weight: 900;
    margin-top: 3px;
    padding: 0 7px;
}

/* Mobile */

nav .lang {
    display: none;
}

@media only screen and (max-width: 600px) {

    footer .container {
        flex-direction: column;
    }

    footer .mail .content {
        font-size: 10px;
    }

    footer .icon {
        padding-right: 10px;
    }

    header img {
        max-width: 80%;
        height: auto;
    }

    nav {
        display: none;
        /* height: auto !important; */
    }

    .menu {
        /* height: auto !important; */
        flex-direction: column;
        padding: 30px 0 !important;
    }
    .menu a {
        padding: 10px !important;
        font-weight: 400;
    }

    .baner {
        background-size: auto;
    }

    .baner p {
        font-size: 1rem;
        width: 100%;
    }
    .baner h1 {
        font-size: 1.5rem;
    }
    .baner h1 span {
        font-size: 3rem
    }

    .video {
        margin-top: 0;
    }

    .bhp {
        padding-left: 0;
        margin: 5px;
    }

    .confirmation {
        padding: 20px;
    }

    nav .lang {
        text-align: center;
        padding: 30px;
        width: 80%;
        margin: 0 auto;
        border-top: 1px solid #c1c1c1;
        font-size: 20px;
    }

    nav .lang a {
        color: white;
    }

    header {
        padding: 10px;
    }

    header .lang {
        display: none;
    }

    nav .lang {
        display: block;
    }

    .hamburger {
        margin-right: 20px;
    }

    .hamburger div {
        width: 35px;
        height: 5px;
        background-color: #1e69b5;
        margin: 6px 0;
        border-radius: 2px;
    }
}

.modal-dialog {
    max-width: 80%;
}