@import url("https://fonts.googleapis.com/css?family=Kaushan+Script|Libre+Baskerville|Lobster|Sriracha&display=swap");
/* v1.1 */
body {
  background-image: linear-gradient(
    to top,
    #fed136 0%,
    #7b7b7b 60%,
    #242424 100%
  );
  overflow-x: hidden;
  max-width: 100%;
}
#overlay {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.9);
  transition: 1s 0.4s;
}
#progress {
  height: 10px;
  background: #fff;
  position: absolute;
  width: 0;
  top: 50%;
}
#progstat {
  font-size: 0.7em;
  letter-spacing: 3px;
  position: absolute;
  top: 50%;
  margin-top: -40px;
  width: 100%;
  text-align: center;
  color: #fff;
}
.navbar-brand span {
  color: #fed136;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-family: "Kaushan Script", "Helvetica Neue", Helvetica, Arial, cursive;
}
.navbar-brand {
  font-size: 25px;
  font-family: "Kaushan Script", "Helvetica Neue", Helvetica, Arial, cursive;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
.navbar-brand img {
  margin-top: 0px;
  padding-top: 0px;
}
.navbar-nav .nav-item .nav-link {
  padding: 0em 1em !important;
  font-size: 120%;
  font-weight: 500;
  color: #fff;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
#modalContactForm {
  z-index: 2000;
}
.invalid {
  border: 1px solid red;
}
.homebtn {
  position: relative;
  font-size: 120%;
  font-family: "Lobster", cursive;
  color: white;
  width: 200px;
  height: 50px;
  line-height: 50px;
  transition: all 0.3s;
  background-color: rgb(0, 0, 0, 0.5);
  border-radius: 20px;
  animation: wiggle 2.5s infinite;
  z-index: 1500;
}
.homebtn::before,
.homebtn::after {
  content: "";
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.homebtn:hover {
  animation: none;
}
.homebtn span {
  color: white;
  line-height: 35px;
  font-size: 20px;
}
.btn-one::before {
  left: 4px;
  z-index: 1;
  opacity: 0;
  background: rgba(255, 255, 255, 0.1);
  transform: scale(0.1, 1);
}

.btn-one:hover::before {
  opacity: 1;
  transform: scale(1, 1);
  border-radius: 20px;
}

.btn-one::after {
  transition: all 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 20px;
}

.btn-one:hover::after {
  transform: scale(1, 0.1);
  opacity: 0;
}
.shrink {
  background-color: #212529;
  z-index: 999;
  transition: all 0.3s ease-in-out;
}
.about {
  position: relative;
  width: 100%;
  height: 100vh;
  text-align: center;
  color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
}
.fullscreen-bg__video {
  position: absolute;
  min-height: 100%;
  min-width: 100%;
}
.info-panel {
  background-image: url("img/statek.jpg");
}
.boiska {
  background-image: url("img/boiska.jpg");
}
.basen {
  background-image: url("img/rutex.jpg");
}
.taras {
  background-image: url("img/taras.jpeg");
}
.rowery {
  background-image: url("img/rowery.JPG");
}
.contact {
  background-image: url("img/sunset.jpg");
}
.banner-text {
  padding: 40px 0 150px 0;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
.info-text {
  background-color: rgba(36, 36, 36, 0.7) !important;
  border-radius: 100px;
  font-family: "Sriracha";
  padding: 25px;
  -webkit-user-select: text; /* Safari */
  -khtml-user-select: text; /* Konqueror HTML */
  -moz-user-select: text; /* Firefox */
  -ms-user-select: text; /* Internet Explorer/Edge */
  user-select: text; /* Non-prefixed version, currently supported by Chrome and Opera */
}
.contact-text {
  background-color: rgba(36, 36, 36, 0.7) !important;
  border-radius: 100px;
  font-family: "Sriracha", cursive;
  -webkit-user-select: text; /* Safari */
  -khtml-user-select: text; /* Konqueror HTML */
  -moz-user-select: text; /* Firefox */
  -ms-user-select: text; /* Internet Explorer/Edge */
  user-select: text; /* Non-prefixed version, currently supported by Chrome and Opera */
}
.contact-text-1 {
  font-family: "Kaushan Script", "Helvetica Neue", Helvetica, Arial;
}
.banner-heading {
  font-family: "Lobster", cursive;
  font-size: 75px;
  font-weight: 700;
  color: #fff;
}
.space {
  margin-bottom: 50px;
}
.banner-sub-heading {
  font-family: "Libre Baskerville", serif;
  font-size: 25px;
  font-weight: 300;
  color: #fff;
}
.scroll-down {
  position: absolute;
  bottom: 10%;
  left: 50%;
  margin-left: -16px;
  display: block;
  width: 32px;
  height: 32px;
  border: 2px solid #fff;
  background-size: 14px auto;
  border-radius: 50%;
  z-index: 2;
  -webkit-animation: bounce 2s infinite 2s;
  animation: bounce 2s infinite 2s;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.scroll-down:hover {
  animation: none;
}

.scroll-down:before {
  content: "";
  position: absolute;
  top: calc(50% - 8px);
  left: calc(50% - 6px);
  transform: rotate(-45deg);
  display: block;
  width: 12px;
  height: 12px;
  border: 2px solid white;
  border-width: 0px 0 2px 2px;
}
.scroll-up:before {
  transform: rotate(135deg);
  top: calc(50% - 5px);
}
.tz-gallery {
  padding: 40px;
  padding-top: 100px;
}
.tz-gallery .lightbox img {
  width: 100%;
  margin-bottom: 30px;
  transition: 0.3s ease-in-out;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}
.tz-gallery .lightbox img:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3);
}
.tz-gallery img {
  border-radius: 10px;
}
.baguetteBox-button {
  background-color: transparent !important;
}

@keyframes bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@media (max-width: 500px) {
  .banner-heading {
    font-size: 30px;
    padding: 0px;
    margin-right: 10px;
  }
  .contact-text {
    border-radius: 50px;
  }
  .info-text {
    font-size: 50%;
  }
}
@media (max-width: 767px) {
  .navbar-nav {
    margin-top: 10%;
    background-color: rgba(0, 0, 0, 0.3);
    border-top: 5px solid #fed136;
    border-radius: 25px;
    color: #fff;
    z-index: 3;
  }
  .navbar-brand {
    position: absolute;
    top: 0px;
  }
  .navbar-nav .nav-item .nav-link {
    padding: 0.8em 0.8em !important;
    font-size: 90%;
  }
  .banner-sub-heading {
    font-size: 16px;
  }
  .info-text {
    font-size: 60%;
    padding: 0px;
    margin: 0px;
    border-radius: 10px;
  }
}
