:root {
    font-size: 16px;
}

body {
    font-family: 'Clan Pro', sans-serif;
    background: #FFF200;
}

nav {
    background: #000;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.8rem;
}

nav a {
    color: #fff;
}

p {
    font-size: 0.875rem;
}

.baner {
}

#agreements {
    padding: 0;
}

#agreements .container > div {
    margin-bottom: 2rem;
}

#agreements .content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

#agreements .content p {
    font-size: 0.875rem;
    padding-left: 1rem;
    text-align: justify;
}

#agreements .info p {
    font-size: 0.75rem;
    text-align: justify;
}

#agreements .content p > a,
#agreements .content p > a:hover {
    color: #000;
    text-decoration: none;
}

#agreements .content .icon {
    display: inline-flex;
    width: 32px;
    height: 32px;
}


section {
    padding: 5rem 0;
}

#register,
.thankyou {
    background: #fff200 !important;
}


h2 {
    font-size: 1.625rem;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 3rem;
}

h3 {
    font-size: 2.5rem;
    text-align: center;
	padding: 15px 0;
}

h4 {
    font-weight: bold;
    font-size: 1rem;
    text-align: center;
}

nav a {
    text-decoration: none !important;
}


a, a:hover, a:visited, a:active {
    text-decoration: underline;
    color: #000;
}

p {
    margin: 0;
    padding: 0;
}

.hide {
    display: none;
}

/* DESKTOP */

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1141px;
    }
}

/* MOBILE */

.burger-menu-icon {
    display: none;
    width: 32px;
    height: 32px;
}


/* MENU */



.menu {
}

.menu ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu ul li {
    text-transform: uppercase;
    font-size: 0.875rem;
    font-weight: bold;
    text-align: center;
    position: relative;
}

.menu ul li a {
    text-align: center;
    padding: 1rem;
    display: inline-flex;
    color: #fff;
}

.menu li::after {
    position: absolute;
    bottom: 0;
    content: '';
    display: block;
    width: 0;
    height: 6px;
    background: #fff000;
    transition: width .3s;
    margin-top: 5px;
    overflow: hidden;
}

.menu li:hover::after {
    width: 100%;
}

.baner-container {
    background: #000;
    padding: 1rem;
    padding-bottom: 5rem;
}

.baner img {
    max-width: 100%;
    height: auto;
}

.hero-text {
    color: #fff;
}
.hero-text p {
    margin-top: 1rem;
    font-size: 1.25rem;
}


#agenda {
    background: #FFF200;
    padding: 5rem 0;
}

#agenda .container,
#register .container {
    max-width: 524px;
}

#agenda ul {
    list-style: none;
    padding: 0;
    margin-bottom: 2rem;
}
#agenda ul:last-child {
    margin-bottom: 0;
}

#agenda ul li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 1rem;
    padding: 0.25rem 0;
}

#agenda ul li .divider {
    border-bottom: 2px dashed #D7D7D7;
    flex-grow: 1;
    margin: 0 1rem;
}

#agenda ul li .time {
    align-self: flex-start;
    font-size: 1rem;
    color: black;
    font-weight: bold;
    margin-right: 2rem;
}

#agenda ul li .content {
    font-size: 1rem;
    text-align: left;
}

#agenda h4 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 1.125rem;
    text-transform: uppercase;
    font-weight: 400;
}

#agenda h4 b {
    
    font-weight: 800 !important;
}

#agenda h4 span {
    display: inline-block;
    background: #000;
    color: #FFF200;
    padding: 2px 4px !important;
}

.burger-menu-wrapper {
    display: none !important;
}

.menu {
    display: flex;
    justify-content: end;
    align-items: center;
}

@media (max-width: 768px) {

    #register {
        padding: 0 1rem !important;
    }

    footer .container .d-flex {
        flex-direction: column;
        align-items: flex-start !important;
        padding: 0 1rem;
    }

    footer .container .d-flex p {
        text-align: left !important;
    }

    h2 {
        font-size: 1.75rem !important;
    }
    
    .baner-container {
        background: #000;
        padding-top: 5rem;
        padding-bottom: 9rem;
    }

    .mobile {
        display: block;
    }

    .burger-menu-wrapper {
        display: flex !important;
    }

    nav {
        padding-right: 1rem;
        padding-left: 1rem;
    }

    section {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .burger-menu-icon {
        display: block;
    }
    .burger-menu-icon svg {
        fill: #fff;
    }

    .menu {
        padding-top: 1rem;
        justify-content: center;
        display: none;
        background: transparent;
        flex-wrap: wrap;
    }
    .menu.active {
        overflow: none;
    }

    .menu ul {
        flex-direction: column;
        text-align: center;
        padding: 0;
    }
}


/* FORM */

.form {
    margin: 0 auto;
}

.form p {
    font-size: 0.875rem;
}

.form label {
    font-size: 0.875rem;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
}

.form .form-group:not(:last-child) {
    margin-bottom: 1.5rem;
}

.form .form-control {
    font-size: 1rem;
    padding: 1rem;
    border: 3px solid #FFFCCC;
    border-radius: 0;
    background: #FFFCCC;
    transition: none;
}

.form .form-control:focus {
    border-color: #000;
    background: #fff;
    outline: none;
    box-shadow: none;
    transition: none;
}

.error {
    color: red;
    font-weight: bold;
    margin-top: 0.5rem;
    font-size: 0.875rem;
}

button {
    margin-top: 2rem;
    border: 3px solid #000;
    font-size: 1rem;
    background: white;
    text-transform: uppercase;
    font-weight: bold;
    padding: 1rem 2rem;
    background: transparent;
    transition: all 0.3s ease;
    color: #000 !important;
}

.custom-select-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}

.custom-select-wrapper select {
  width: 100%;
  padding-right: 2.5rem; /* żeby nie nachodziło na strzałkę */
  background: none;
}

.custom-select-wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  pointer-events: none;
  border: solid #222;
  border-width: 0 4px 4px 0;
  display: inline-block;
  padding: 6px;
  /* Tworzy strzałkę w dół */
  transform: translateY(-60%) rotate(45deg);
}

button:hover {
    background: #000;
    color: #FFF200 !important;
}

.checkbox-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    margin-top: 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: 2px solid #000000;
}


.checkmark:after {
    content: "";
    position: absolute;
    opacity: 0;
}

.checkbox-container input:checked ~ .checkmark:after {
    opacity: 1;
}

.checkbox-container .checkmark:after {
    left: 7px;
    top: 1px;
    width: 7px;
    height: 16px;
    border: solid #000000;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

  
.checkbox-container:hover:not(:active) input:not(:checked) ~ .checkmark:after {
    opacity: 0.3;
}

/* INFO */

#info {
    
    background: #fff200;
}

#info .widget {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    padding: 1rem;
    text-align: center;
}

#info .widget > div {
    margin: .75rem 0;
}

#info .widget .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 5rem;
    height: 5rem;
    border: 3px solid #000;
    border-radius: 50%;
}

#info .widget .icon svg {
    width: 2.5rem;
    height: 2.5rem;
}

#info .widget .title {
    font-weight: bold;
    text-transform: uppercase;
}

#info .widget .content {
    font-size: 1rem;
}

.potwierdzenie {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* FOOTER */

footer {
    background: #000;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3rem 0.5rem;
}

footer img {
    margin: 1rem 0;
}

footer p {
    color: #fff;
    text-align: right;
    font-weight: 400;
    font-size: 0.85rem;
    margin: 1rem 0;
}

footer p a {
    color: #fff;
    font-weight: normal;
}

footer p a:hover {
    color: #fff;
}