*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body{
  font-family: sans-serif, 'tahoma';
  color: #fcfdff;
  overflow: hidden;
  position: relative;
}
.nav{
  position: absolute;
  top: 0;
  right: 0;
  z-index: 16;
  padding: 2rem;
}
.navList{
  list-style: none;
  font-size: 1.25rem;
  display: flex;
  gap: 2rem;
}
.navItem{
  color: #fcfdff;
  opacity: .7;
  text-align: right;
  cursor: pointer;
  transition: opacity 0.5s ease;
}
.navItem:hover{
  opacity: 1;
}
.navActive{
  opacity: 1;
}
.hamburger{
  width: 2.5rem;
  display: none;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.hamburgerSticks{
  width: 100%;
  border-radius: 2px;
  border-bottom: solid 3px white;
  position: absolute;
  left: 0;
}
.topStick{
  transform: translateY(-.4rem);
}
.bottomStick{
  transform: translateY(.4rem);
}
.backgroundImageContainer{
  position: relative;
  width: 100vw;
  height: 100vh;
}
.imageOverlay{
  position: absolute;
  background-color: rgba(66, 62, 64, 0.2);
  width: 100%;
  height: 100%;
  z-index: 10;
}
.imageOverlay2{
  position: absolute;
  height: 100vh;
  width: 100vw;
  background-color: rgba(0, 0, 0, .3);
}
.backgroundImage{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.backgroundImageOne{
  /*background-image: url("pexels-pixabay-163299.jpg");*/
    background-image: url("../pexels-pixabay-163299.jpg");
  background-position: left;
  transition: all .7s ease;
}
.backgroundImageTwo{
  /*background-image: url("krzysztof-kowalik-6QFR9t4pDIM-unsplash.jpg");*/
    background-image: url("../krzysztof-kowalik-6QFR9t4pDIM-unsplash.jpg");
  background-position: center;
  opacity: 0;
  transition: all .7s ease;
}
.backgroundImageThree{
  /*background-image: url("pexels-picjumbocom-225232.webp");*/
    background-image: url("../pexels-picjumbocom-225232.webp");
  background-position: left;
  opacity: 0;
  transition: all .7s ease;
}
.overlay{
  background-color: rgba(0, 0, 0, .5);
  width: 100%;
  height: 0vh;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.5s ease;
  z-index: 1000;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.overlayKayakX, .overlaySupX{
  position: absolute;
  top: 0;
  right: 0;
  margin: 1rem;
  cursor: pointer;
}
.kayakOverlay, .supOverlay{
  overflow: hidden;
  height: 0vh;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  padding-top: auto;
  padding-bottom: auto;
}
.calendarJsK, .calendarJsS, .date, .overlayKayakX, .overlaySupX{
  opacity: 0;
}
.date{
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
}
.date input{
  padding: .5rem;
  border-radius: 3px;
  width: 20vw;
  border: none;
  margin-top: .5rem;
}
.dateBtn{
  align-items: center;
  width: 20vw;
  padding: 1rem;
  margin-top: 1rem;
  font-weight: bolder;
  background-color: #558c45;
  border: none;
  color: #fcfdff;
  font-size: 1rem;
  border-radius: 3px;
  cursor:pointer;
  transition: all .5s ease;
  letter-spacing: 1px;
  margin-top: 2rem;
}
.dateBtn:hover{
  letter-spacing: 2px;
  background-color: #377331;
}


.main{
  width: 100vw;
  height: 100vh;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 15;
}
.rightSide{
  height: 100%;
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.rightSideText{
  text-shadow: 1px 1px 4px #F4F2F2;
  text-decoration: underline;
  letter-spacing: 2px;
  font-size: 2rem;
}
.rightSide2H1, .rightSide3H1{
  position: absolute;
  opacity: 0;
}
.leftSide, .text, .btns, .kayakSup, .contact{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.leftSide{
  width: 40vw;
  height: 100vh;
  background: rgba(2, 11, 11, 0.4);
/*  border-radius: 16px;*/
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(103, 98, 98, 0.3);
}
.contact, .kayakSup{
  width: 100%;
  height: 100%;
}
.kayakSup{
  gap: 2rem;
}
.text{
  font-size: 1.5rem;
  font-style: italic;
  letter-spacing: 1px;
  height: 2rem;
}
.textKayak, .textSup{
  height: auto;
  position: absolute;
}

.textSup .char, .textKayak .char{
  overflow: hidden;
}
.textKayak .char{
  height: auto;
}
.textSup .char{
  height: 0;
}

.buttons{
  position: relative;
  overflow: hidden;
  height: 4rem;
  width: 50%;
}
.btns{
  height: 100%;
  width: 100%;
  background-color: rgb(255, 144, 54);
  z-index: 10;
  color: #fcfdff;
  font-size: 1.5rem;
  border: 1px solid rgb(227, 128, 48);
  border-radius: 3px;
  letter-spacing: 1px;
  cursor: pointer;
  transition: all 0.5s ease;
  overflow: hidden;
}
.btns:hover{
  background-color: rgb(227, 128, 48);
  letter-spacing: 2px;
}






.leftSideItem1, .leftSideItem2, .leftSideItem3{
  height: 100%;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5rem;
}
.leftSideItem2, .leftSideItem3{
  opacity: 0;
}

.contact{
  display: none;
  position: absolute;
  gap: 1.5rem;
}
.contactForm{
  display: flex;
  flex-direction: column;
  width: 60%;
  overflow: hidden;
}
.contactFormElement{
  border-radius: 2px;
  border: darkgrey 1px solid;
  padding: .5rem;
  opacity: 0;
}
.contactFormElement, .contactFormElement::placeholder{
  color: darkgrey;
}
.contactBtn{
  padding: .75rem;
  font-size: 1.5rem;
  cursor: pointer;
  background-color: #558c45;
  color: #fcfdff;
  border-radius: 2px;
  border: none;
  display: flex;
  justify-content: center;
  gap: 1rem;
  letter-spacing: 1px;
  transform: translateX(120%);
  transition: all .5s ease; 
}
.contactBtn:hover, .dateBtn:hover{
  letter-spacing: 3px;
  background-color: #377331;
}
footer{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: fixed;
  bottom: 0rem;
  left: 0;  
  width: 100vw;
  padding: 1rem;
  z-index: 15;
}
.footerSocial{
  padding: .5rem;
  display: flex;
  justify-content: center;
  font-size: 1.25rem;
  gap: 1rem;
}
.socialFooter{
  cursor: pointer;
  transition: transform .2s ease;
 }
 .socialFooter:hover{
  transform: scale(1.2);
 }

/*////////////// Responsive ///////////////////*/

@media only screen and (max-width: 1200px) {

}
@media only screen and (max-width: 992px) {
  body{
    height: 100%;
  }
  .main{
    flex-direction: column;
  }
  .backgroundImageOne{
    /*background-image: url("pexels-pixabay-163299 (1).jpg");*/
        background-image: url("../pexels-pixabay-163299 (1).jpg");
    background-size: cover;
  }  
  .backgroundImageTwo{
    /*background-image: url("krzysztof-kowalik-6QFR9t4pDIM-unsplash-prt.jpg");*/
     background-image: url("../krzysztof-kowalik-6QFR9t4pDIM-unsplash-prt.jpg");
    background-size: cover;
  }
  .backgroundImageThree{
    /*background-image: url("pexels-picjumbocom-225232prt.jpg");*/
     background-image: url("../pexels-picjumbocom-225232prt.jpg");
    background-size: cover;
  }
  .hamburger{
  display: flex;
}
.navResp{
  width: 0rem;
  overflow: hidden;
  opacity: 0;
}
  .rightSide, .leftSide{
    width: 100%;
  }
  .rightSide{
    height: 40%;
    justify-content: flex-end;
    padding-bottom: 8rem;
  }
  .kayakSup{
    justify-content: flex-start;
    padding-top: 2rem;
  }
  .leftSide{
      backdrop-filter: blur(0px);
      height: 60%;
  }
}
@media only screen and (max-width: 769px) {

}
@media only screen and (max-width: 576px) {
  .overlay{
    display: flex;
    flex-direction: column;
  }
  .kayakOverlay, .supOverlay{
    flex-direction: column;
  }
  .datePick{
    width: 80%;
  }
  .date, .date input{
    width: 100%;
  }
  .navItem{
    font-size: 1rem;
  }
  .rightSide{
    padding-bottom: 4rem;
  }
  .rightSideText{
    font-size: 1rem;
  }
  .contact{
    margin-bottom: 4rem;
  }
  .contactForm{
  width: 80%;
}
  .btns{
    font-size: 1.25rem;
  }

  footer{
    flex-direction: row;
  }
} 
  @media screen and (max-width: 959px) and (orientation: landscape) {

  .backgroundImageOne{
    /*background-image: url("pexels-pixabay-163299.jpg");*/
    background-image: url("../pexels-pixabay-163299.jpg");
    background-size: cover;
  }  
  .backgroundImageTwo{
    /*background-image: url("krzysztof-kowalik-6QFR9t4pDIM-unsplash.jpg");*/
    background-image: url("../krzysztof-kowalik-6QFR9t4pDIM-unsplash.jpg");
    background-size: cover;
  }
  .backgroundImageThree{
    /*background-image: url("pexels-picjumbocom-225232.webp");*/
    background-image: url("../pexels-picjumbocom-225232.webp");
    background-size: cover;
  }
  .navList{
      font-size: 1rem;
  }
  .main{
    flex-direction: row;
  }
  .rightSide, .leftSide{
    height: 100vh;
  }
    .rightSide{
      padding-bottom: 0rem;
      justify-content: center;
  }
  .rightSideText{
    font-size: 1rem;
  }
  .kayakSup{
    padding-top: 0rem;
    justify-content: center;
  }
  .buttons{
    height: auto;
  }
  .text, .btns{
    font-size: 1.25rem;
  }
    .contact{
    gap: .5rem;
  }
   .contactForm{
    width: 85%;
  }
    .contactFormElement{
    padding: .25rem;
  }
  footer{
    flex-direction: row;
  }
}
@media all and (max-width: 959px) and (orientation: landscape) {

  .backgroundImageOne{
    /*background-image: url("pexels-pixabay-163299.jpg");*/
    background-image: url("../pexels-pixabay-163299.jpg");
    background-size: cover;
  }  
  .backgroundImageTwo{
    /*background-image: url("krzysztof-kowalik-6QFR9t4pDIM-unsplash.jpg");*/
    background-image: url("../krzysztof-kowalik-6QFR9t4pDIM-unsplash.jpg");
    background-size: cover;
  }
  .backgroundImageThree{
    /*background-image: url("pexels-picjumbocom-225232.webp");*/
    background-image: url("../pexels-picjumbocom-225232.webp");
    background-size: cover;
  }
  .navList{
    font-size: 1rem;
  }
  .main{
    flex-direction: row;
  }
  .rightSide, .leftSide{
    height: 100%;
  }
    .rightSide{
      padding-bottom: 0rem;
      justify-content: center;
  }
  .rightSideText{
    font-size: 1rem;
  }
  .kayakSup{
    padding-top: 0rem;
    justify-content: center;
  }
  .buttons{
    height: auto;
  }
  .text, .btns{
    font-size: 1.25rem;
  }
  .contact{
    gap: .5rem;
    margin-bottom: 2rem;
  }
  .contactForm{
    width: 85%;
  }
  .calendarJsK, .calendarJsS{
    margin-top:1rem; 
    margin-bottom:1rem; 
    /*height: 30%;*/
  }
  footer{
    flex-direction: row;
  }
}
