*, html {
    scroll-behavior: smooth !important;
}

body {
    background-image: url("../img/tlo2.jpg");
    background-repeat: repeat-x;
    background-color: #125824;
    font-family: Tahoma;
    margin: 0;
}

body p {
    font-size: 18px;
}

#container {
    width: 100%;
    height: 100%;
}

/*                            MENU                   */
.menu-responsive {
    height: 200px;
}

.menu {
    height: 72px;
}

#menu-img {
    width: 60%;
    border-radius: 8px;
    position: fixed;
    top: 3%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 2;
    -webkit-backdrop-filter: blur(24px);
    backdrop-filter: blur(24px);
    background-color: rgba(31,32,35,.8);
}

#menu-logo {
    position: fixed;
    top: 3%;
    left: 22%;
    right: 0;
    z-index: 2;
}

#menu-logo #logo {
    margin-top: 12px;
    height: 48px;
    width: 48px;
}

.logo {
    border-radius: 9999px;
    width: 3rem;
    height: 3rem;
}

#menu {
    width: 60%;
    position: fixed;
    top: 3%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 2;
    animation: wejscie;
}

#menu-responsive {
    display: none;
    margin-top: 70px;
    padding-top: 5px;
    margin-left: 5%;
    margin-right: 5%;
    border-top: 2px solid #1a1423;
}

@keyframes fadein {
    from {opacity: 0}
    to {opacity: 100}
}

@keyframes fadeout {
    from {opacity: 100}
    to {opacity: 0}
}
  
@keyframes wejscie {
    from {height: 72px}
    to {height: 200px}
}

@keyframes wyjscie {
    from {height: 200px}
    to {height: 72px}
}


#menu-responsive a {
    margin-top: 20px;
    text-decoration: none;
    color: rgb(156 163 175);
    font-size: 20px;
}

#menu-responsive a:hover {
    text-decoration: none;
    color: white;
}

#menu li a {
    text-decoration: none;
    color: rgb(156 163 175);
    font-size: 20px;
}

#menu li a:visited {
    text-decoration: none;
    color: rgb(156 163 175);
}

#menu li a:hover {
    text-decoration: none;
    color: white;
}

#menu ul, ul li {
  display: block;
    position: relative;
  list-style: none;
    margin-right: 2%;
    margin-left: 2%;
    top: 4px;
    right: -20%;
}

#menu ul li {
  display: inline-block;
  white-space: nowrap;
}

#menu ul {
  left: 0;
}

.now {
    position: relative;
    left: 40px;
    float: left;
    width: 120px;
    text-align: left;
    top: 4px;
    text-decoration: none;
    color: white;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bolder;
}

.now1 {
    color: white;
}

.icon {
    width: 35px;
    display: none;
    float: right;
    margin-right: 10%;
    border-radius: 5px;
    border: 2px solid rgb(156 163 175);
    text-align: center;
    color: rgb(156 163 175);
    text-decoration: none;
    font-weight: bolder;
}

@media (max-width: 800px) {
    #menu ul li {
      display: none;
    }
    .icon {
        display: block;
    }
  }

  @media (max-device-width: 800px) {
    #menu ul li {
      display: none;
    }
    .icon {
        display: block;
    }
    #menu {
        width: 80%;
    }
    #menu-img {
        width: 80%;
    }
    #menu-logo {
        left: 12%;
    }
  }

@media (min-width: 800px) {
    #menu-responsive {
        border-top: 0px;
    }
}


/*                            MENU                   */

/*                            Początek                   */
#powitanie {
    width: 55%;
    margin: 200px auto;
}

#powitanie h1 {
    pointer-events: none;
    font-size: 55px;
    font-family: Trattatello, fantasy,system-ui,-apple-system,BlinkMacSystemFont,Helvetica Neue,Helvetica,Arial,sans-serif;
    letter-spacing: 3px;
    text-shadow: rgba(168, 167, 167, 0.329) 1px 1px 20px;
    color: rgb(255 255 255);
    font-weight: 300;
    line-height: 1;
    margin-bottom: 0;
    -webkit-text-stroke: 1px black;
}

#powitanie p {
    color: rgb(18, 88, 36);
    font-size: 20px;
    line-height: 1;
    max-width: 32rem;
    margin-top: 0.5rem;
    font-weight: 600;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

#przesun {
    font-size: 50px;
    text-align: center;
    padding-top: 110px;
}
/*                            Początek                   */

/*                            Opisy                   */
#opisy {
    color: white;
    width: 70%;
    margin: 250px auto;
    margin-bottom: 50px;
    height: auto;
}

@media (min-width: 1024px) {
    .flex-col-reverse {
        flex-direction: row-reverse;
    }
    .flex-col {
        flex-direction: row;
    }
}

@media (max-width: 1024px) {
    .flex-row {
        flex-direction: column-reverse;
    }
    #opisy {
        width: 95%;
    }
}

#kontakt {
    width: 100%;
    background-position: 50%;
    background-size: cover;
    place-items: center;
    display: grid;
}

#kontakt-content {
    display: flex;
    z-index: 0;
    max-width: 80rem;
    justify-content: center;
    margin-top: 50px;
    gap: 1rem;
    height: 300px;
    width: 100%;
    grid-row-start: 1;
    grid-column-start: 1;
}

#kontakt-lewy {
    height: 50%;
}

#kontakt-prawy {
    height: 50%;
}

#informacje {
    width: 100%;
    background-position: 50%;
    background-size: cover;
    place-items: center;
    display: grid;
}

#informacje-content {
    display: flex;
    z-index: 0;
    max-width: 80rem;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    height: 400px;
    width: 100%;
    margin-top: 200px;
    grid-row-start: 1;
    grid-column-start: 1;
}

#informacje-content-lewy {
    height: 100%;
    width: 100%;
}

#informacje-content-prawy {
    height: 100%;
    width: 100%;
}

#informacje-content-prawy img {
    border-radius: 20px;
}

#opisy ul {
    padding-inline-start: 20px;
    padding-left: 50px;
}

#opisy ul li {
    color: rgb(156 163 175);
    font-size: 18px;
    right: 0;
    left: -6%;
    margin-left: 0;
    margin-right: 0;
}

#opisy ul li::before {
    content: "\2022"; 
    color: white;
    display: inline-block; 
    width: 1em;
    margin-left: -1em; 
  }

#opisy h1 {
    font-size: 35px;
    text-align: center;
}

#opisy h2 {
    text-align: center;
}

#opisy p {
    color: rgb(156 163 175);
}

#zdjecia {
    width: 100%;
    background-position: 50%;
    background-size: cover;
    place-items: center;
    display: grid;
}

#zdjecia-content {
    display: flex;
    z-index: 0;
    max-width: 80rem;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    height: 400px;
    width: 100%;
    margin-top: 200px;
    grid-row-start: 1;
    grid-column-start: 1;
}

#zdjecia-content-lewy {
    height: 100%;
    width: 100%;
}
#zdjecia-content-prawy {
    height: 100%;
    width: 100%;
}

.slajd img {
    border-radius: 20px;
}

#rezerwacja {
    width: 100%;
    background-position: 50%;
    background-size: cover;
    place-items: center;
    display: grid;
}

#rezerwacja-content {
    display: flex;
    z-index: 0;
    max-width: 80rem;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    height: 500px;
    width: 100%;
    margin-top: 200px;
    grid-row-start: 1;
    grid-column-start: 1;
    background-color: rgb(24 81 24);
    padding: revert;
    filter: drop-shadow(0px 0px 10px black);
    border-radius: 40px;
}

#rezerwacja-content-lewy {
    height: 100%;
    width: 100%;
    padding-right: 40px;
}
#rezerwacja-content-prawy {
    height: 100%;
    width: 100%;
    padding-left: 40px;
}

#opisy video {
    border-radius: 20px;
}
/*                            Opisy                   */

/*                            Footer                   */
#footer {
    background-color: rgb(21, 59, 30);
    height: 280px;
    margin-top: -4px;
    margin-bottom: 0;
}

#footer-lewy {
    height: 60%;
    width: 30%;
    float: left;
    margin-left: 5%;
}

#footer-lewy1 {
    display: inline-flex;
    align-items: center;
    color: white;
    text-decoration: none;
    font-size: 50px;
    font-weight: bold;
}

#footer-lewy1 span {
    margin-left: 20px;
}

#footer-lewy2 {
    margin-top: 10px;
    width: 90%;
}

#footer-lewy2 p {
    color: #6a717f;
    font-size: 21px;
    font-weight: bold;
    line-height: 1.5;
}

#footer-prawy1 p {
    display: flex;
    justify-content: left;
    color: white;
    text-transform: uppercase;
    font-weight: bolder;
    font-size: 22px;
    text-align: right;
    line-height: 0;
}

#footer-prawy2 p {
    display: flex;
    justify-content: left;
    color: white;
    text-transform: uppercase;
    font-weight: bolder;
    font-size: 19px;
    text-align: right;
    line-height: 0;
}

#footer-prawy1 ul li, #footer-prawy2 ul li {
    display: flex;
    justify-content: center;
    line-height: 2;
}

#footer-prawy2 a {
    text-decoration: none;
    color: rgb(156 163 175);
    font-size: 16px;
}

#footer-prawy1 a {
    text-decoration: none;
    color: rgb(156 163 175);
    font-size: 18px;
}

#footer-prawy1 a:hover, #footer-prawy2 a:hover {
    text-decoration: none;
    color: white;
}

#footer-prawy {
    width: 30%;
    display: grid;
    float: right;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-template-rows: repeat(1, 200px);  
    grid-gap: 10px;
}

#footer-prawy2 {
    height: 70%;
    width: 10%;
    float: right;
    margin-right: 10%;
}

#footer-prawy1 {
    height: 70%;
    width: 10%;
    float: right;
}

#footer-dol {
    position: static;
    margin: 210px auto;
    margin-bottom: 0;
    width: 90%;
    height: 30px;
    border-top: 2px solid #1a1423;
    top: 20px;
}

#footer-dol p {
    color: #4e4c53;
    width: 100%;
}

@media screen and (max-width: 1365px) {
    #footer-dol {
      margin: 350px auto;
      margin-bottom: 0;
    }

    #footer {
        height: 430px;
    }
  }
/*                            Footer                   */

/*                            Scrollbar                   */
::-webkit-scrollbar {
    height: 16px;
    width: 16px;
}

::-webkit-scrollbar-corner {
    background-color: transparent;
}

::-webkit-scrollbar-thumb, ::-webkit-scrollbar-track {
    border: 4px solid transparent;
    border-radius: 8px;
    background-clip: padding-box;
}

::-webkit-scrollbar-thumb {
    background-color: #202225;
    min-height: 40px;
}

::-webkit-scrollbar-track {
    background-color: #2e3338;
    margin-bottom: 8px;
}

::-webkit-scrollbar-thumb, ::-webkit-scrollbar-track {
    border: 4px solid transparent;
    border-radius: 8px;
    background-clip: padding-box;
}

* {box-sizing:border-box}

.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

.slajd {
  display: none;
}

.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.kropka {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #717171;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #bbb;
}

.fade {
  animation-name: fade;
  animation-duration: 2.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

br {
    color: #153b1e;
}

/*              KONTAKT                   */
form {
    width: 320px;
    margin: 45px auto;
}
form h1 {
    font-size: 3em;
    font-weight: 300;
    text-align: center;
    color: #2196f3;
}
form h5 {
    text-align: center;
    text-transform: uppercase;
    color: #c6c6c6;
}
form hr.sep {
    background: #2196f3;
    box-shadow: none;
    border: none;
    height: 2px;
    width: 25%;
    margin: 0px auto 45px auto;
}
form .emoji {
    font-size: 1.2em;
}
.group {
    width: 100%;
    position: relative;
    margin: 15px 0;
}
textarea {
    resize: none;
}

input, textarea {
    background: none;
    color: #c6c6c6;
    font-size: 18px;
    padding: 10px 10px 10px 5px;
    display: block;
    width: 100%;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #c6c6c6;
}
input:focus, textarea:focus {
    outline: none;
}
input:focus ~ label, textarea:focus ~ label, input:valid ~ label, textarea:valid ~ label {
    top: -14px;
    font-size: 12px;
    color: #2196f3;
}
input:focus ~ .bar:before, textarea:focus ~ .bar:before {
    width: 320px;
}
input[type="password"] {
    letter-spacing: 0.3em;
}
label {
    color: #c6c6c6;
    font-size: 16px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 10px;
    transition: 300ms ease all;
}
.bar {
    position: relative;
    display: block;
    width: 320px;
}
.bar:before {
    content: '';
    height: 2px;
    width: 0;
    bottom: 0px;
    position: absolute;
    background: #2196f3;
    transition: 300ms ease all;
    left: 0%;
}
.btn {
    background: #fff;
    color: #959595;
    border: none;
    padding: 10px 20px;
    border-radius: 3px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-decoration: none;
    outline: none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.btn:hover {
    color: #8b8b8b;
    box-shadow: 0 7px 14px rgba(0, 0, 0, 0.18), 0 5px 5px rgba(0, 0, 0, 0.12);
}
.btn.btn-link {
    background: #2196f3;
    color: #d3eafd;
}
.btn.btn-link:hover {
    background: #0d8aee;
    color: #deeffd;
}
.btn.btn-submit {
    background: #2196f3;
    color: #bce0fb;
}
.btn.btn-submit:hover {
    background: #0d8aee;
    color: #deeffd;
}
.btn.btn-cancel {
    background: #eee;
}
.btn.btn-cancel:hover {
    background: #e1e1e1;
    color: #8b8b8b;
}
.btn-box {
    text-align: center;
    margin: 50px 0;
}

input[type="date"], select {
    width: 50%;
    box-sizing: border-box;
}

input[type="checkbox"] {
    width: 20px;
}

.check {
    width: 100%;
    display: flex;
    margin: 7px 0;
}

.check p {
    width: 50%;
    margin: auto 0;
}

#rezerwacja button {
    width: 100%;
    padding: 15px;
    background-color: #007BFF;
    color: white;
    border: none;
    cursor: pointer;
}

#podsumowanie {
    width: 100%;
    margin: 40px;
}

#podsumowanie b {
    float: right;
}

#formularz {
    margin: 0;
    display: inline-flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 5px;
}