:root {
    --yellow: #ffce7a;
}

body>.content {
    /* background: #e8002a !important; */
    background: rgb(232,0,42);
    background: linear-gradient(135deg, rgba(232,0,42,1) 0%, rgba(232,0,42,1) 43%, rgba(175,6,55,1) 43%, rgba(175,6,55,1) 66%, rgba(232,0,42,1) 66%, rgba(232,0,42,1) 100%);
    position: relative;
    min-height: 100vh;
    width: 100%;
    color: white;
    padding: 30px 0;
    font-family: "TuskerGrotesk", sans-serif;
}

/* .content::before {
    content: '';
    position: fixed;
    top: -100%;
    left: -100%;
    transform: rotate(-45deg);
    width: 400%;
    height: 400px;
    background: #af0637;
    z-index: 0;
} */
/* .content>div {
    position: relative;
    z-index: 1000;
} */


.form-container {
    position: relative;
    z-index: 1000;
    max-width: 960px;
    margin: 0 auto;
}

.form-container h1 {
    text-align: center;
    font-size: 4.5rem;
}
.form-container h1>div {
    display: flex
;
    justify-content: center;
}

.form-container h1>div:last-child  {
    font-size: 2.2rem;
}

h2 {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 40px;
    font-size: 3rem;
	padding:0;
}

h3>div:first-child,
h3>div:last-child {
    width: 100%;
    background: var(--yellow);
    height: 1px;
}

h3>div:nth-child(2) {
    padding: 0 1rem;
    white-space: nowrap;
}

.form-container .top {
    background: url('./../../../../assets/images/top-bg.png') no-repeat center bottom;
    background-size: 100%;
    height: 100px;
}

.form-container .content {
    background: url('./../../../../assets/images/content-bg.png');
    background-size: 100%;
    padding: 0 100px;
}

.form-container .bottom {
    background: url('./../../../../assets/images/bottom-bg.png') no-repeat center top;
    background-size: 100%;
    height: 500px;
    padding: 0 100px;
}

.form-container .bottom>div {
    width: 100%;
    height: 200px;
}

.error {
    color: #550101;
    font-size: 1rem;
    display: none;
    text-align: center;
    margin-bottom: 0.5rem;
}

.hide {
    display: none;
}

label {
    text-transform: uppercase;
    margin-bottom: 5px;
    padding-left: 5px;
}

label>span {
    color: var(--yellow);
    text-decoration: underline;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"] {
    background: none;
    border: 1px solid var(--yellow);
    font-size: 1.6rem;
    color: white;
}

/* Focus */
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus {
    border: 1px solid var(--yellow);
    box-shadow: none;
    outline: none;
    background: none;
    color: white;
}


/* 767 padding remove to 50px */
/* @media (max-width: 767px) {
    .form-container .content {
        padding: 0 50px;
    }

    .form-container .bottom {
        padding: 0 100px;
    }
} */
video,
iframe {
    aspect-ratio: 16 / 9;
    width: 100%; /* change this to a fixed width, or create a container with a width. */
    height: 100%;
}

footer {
    text-align: center;
}

footer a {
    color: white;
    text-decoration: none;
    color: var(--yellow);
}

#przyjazd {
    color: var(--yellow);
    font-size: 1.6rem;
    margin-top: 1rem;
}

#zakwaterowanie {
    text-align: center;
    text-transform: lowercase;
    font-size: 0.9rem;
    color: var(--yellow);
}

.agenda {
    font-size: 0.8rem;
}

.btn-warka {
    background-color: var(--yellow);
    color: #ae1d39;
    text-transform: uppercase;
    font-size: 2rem;
    line-height: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 30px 15px;
    margin-top: 10px;
    transition: all 0.3s;
    max-width: 100%;
}

.btn-warka:hover {
    background-color: var(--yellow);
    color: #ae1d39;
    transform: scale(1.1);
}

.btn-warka:focus {
    background-color: var(--yellow);
    color: #ae1d39;
}
.btn-warka:active {
    background-color: var(--yellow);
    color: #ae1d39;
}

/* Zmniejszenie czcionki dla rozdzielczości mniejszych niż 1400px dla btn-warka */
@media (max-width: 1400px) {
    .btn-warka {
        font-size: 1.5rem;
        line-height: 1.5rem;
    }
}

.radio-container {
    display: block;
    position: relative;
    padding-left: 1.7rem;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 0.8rem;
}
.radio-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.radio-container .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    border: 1px solid var(--yellow);
    border-radius: 3px;
}
.radio-container .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.radio-container input:checked ~ .checkmark:after {
    display: block;
}
.radio-container .checkmark:after {
    left: 3px;
    top: 3px;
    height: 14px;
    width: 14px;
    background: var(--yellow);
    border-radius: 2px;
}

.form-check {
    padding-left: 1em;
}

header {
	padding-top: 3rem !important;
}

.video {
	margin-bottom: 10rem !important;
}

@media (max-width: 810px) {
    .form-container .top {
        background: none;
        padding: 0;
    }

    .form-container .bottom {
        background: none;
        padding: 0;
    }

    .form-container .content {
        background: none;
        padding: 0;
    }

    .agenda>div {
        margin-top: 2rem;
    }
	
	.video {
		margin-bottom: 3rem !important;	
	}
	
	video, iframe {
		height: auto;	
	}
}


@media (min-width: 1400px) and (max-width: 1600px) {
    .agenda {
        font-size: 0.8rem;
    }
}

/* przycisk przewijania */

    .button-container {
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .scroll-button {
      width: 200px;
      background-color: #FFCE7A;
      color: black;
      border: none;
      padding: 15px;
      font-size: 18px;
      cursor: pointer;
      border-radius: 8px;
      transition: background-color 0.3s ease;
      text-align: center;
    }

    .scroll-button:hover {
      background-color: #ffeb3b;
    }
