/* GLOBALS */
html {
  overflow-x: hidden;
}

body {
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  width: 100%;
  height: 100%;
  min-height: 100%;
}

body,
p {
  font-family: "Roboto", sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased !important;
  line-height: 26px;
  font-size: 18px;
  font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #212121;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased !important;
  letter-spacing: 1.5px;
}

h1 {
  font-size: 36px;
  line-height: 48px;
}

h2 {
  font-size: 28px;
  line-height: 36px;
  text-transform: uppercase;
}

h3 {
  font-size: 24px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

h4 {
  font-size: 18px;
  line-height: 28px;
  text-transform: uppercase;
}

h5 {
  font-size: 14px;
  line-height: 24px;
}

section,
.section-padding {
  padding: 40px 0;
  position: relative;
}

.section-title {
  text-transform: uppercase;
  color: #212121;
  font-size: 2.5rem;
  line-height: 3rem;
  letter-spacing: 2px;
  font-weight: 900;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .section-title {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}

.section-subtitle {
  text-transform: uppercase;
  color: #212121;
  font-size: 1.75rem;
  line-height: 2rem;
  font-weight: 300;
  margin-top: 1rem;
}

.section-subtitle i {
  height: 4vh;
}

.column-title {
  margin: 0 0 40px;
}

.column-title-small {
  font-size: 20px;
  margin: 0 0 25px;
}

.no-padding {
  padding: 0;
}

.gap-60 {
  clear: both;
  height: 60px;
}

.gap-40 {
  clear: both;
  height: 40px;
}

.gap-30 {
  clear: both;
  height: 30px;
}

.gap-20 {
  clear: both;
  height: 20px;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-justify {
  text-align: justify !important;
}

.fa,
.fas,
.far {
  padding: 20px 20px 0 20px;
  font-size: 20px;
  height: 5vh;
  text-align: center;
  text-decoration: none;
  margin: 2px 7px 8px 8px;
}

/* LISTS */

.list-tick,
.list-arrow {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 18px;
}

ul.list-tick li,
ul.list-arrow li {
  margin: 0.625rem 0 0 1.875rem;
}

@media only screen and (max-width: 768px) {
  .list-tick,
  .list-arrow {
    margin: 0 5%;
  }
}

.list-tick h4 {
  letter-spacing: 3px;
  margin-top: 1.875rem;
  line-height: normal;
}

.list-tick h4 i {
  padding-bottom: 0;
  height: 5vh;
}

ul.list-tick li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  margin-right: 0.625rem;
  color: #000;
  font-size: 1rem;
  font-weight: bold;
}

ul.list-arrow li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  margin-right: 10px;
  color: #212121;
  font-size: 16px;
  font-weight: bold;
}

/* HEADER */

.header {
  background-color: #fff;
  justify-content: space-between;
  flex-direction: row;
  display: flex;
  align-items: center;
  font-size: 1.125rem;
  padding: 1rem 2rem;
}

.header-main {
  justify-content: space-between;
  flex-direction: row;
  display: flex;
  align-items: center;
  font-size: 1.125rem;
}

.header-logo {
  font-family: "Petit Formal Script", cursive;
  text-transform: none;
  text-decoration: none;
  margin: 0;
}

.header-menu {
  display: none;
}

.header-menu span {
  display: block;
  width: 26px;
  height: 3px;
  background-color: #959595;
  transition: all 0.3s ease-in-out;
  transform-origin: 5px 2px;
}

.header-menu span:not(:last-child) {
  margin-bottom: 3px;
}

.header-menu.open span:first-child {
  transform: rotate(45deg);
}

.header-menu.open span:nth-child(2) {
  opacity: 0;
}

.header-menu.open span:last-child {
  transform: rotate(-45deg);
}

header .btn {
  background-color: #8099ff;
  border-color: #8099ff;
  width: auto;
  border-radius: 0.625rem;
}

header .btn:hover {
  transition: all 0.5s ease-out;
  background-color: #1e3077;
  border-color: #1e3077;
}

.header-links a:nth-last-child(2) {
  margin-right: 5rem;
}

.header-links {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.header-link {
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  margin: 0 1.25rem;
  color: #959595;
  transition: all 0.25s ease-in-out;
}

.header-link:hover {
  color: #8099ff;
  border-bottom: #8099ff 2px solid;
  padding-bottom: 8px;
}

@media (max-width: 900px) {
  .header-links {
    display: none;
  }

  .header-main {
    width: 100%;
  }

  .header-links.open {
    flex-direction: column;
    display: flex;
    margin-top: 10px;
  }

  .header-links.open .header-link {
    margin: 10px 0;
  }

  .header-links.open a:nth-last-child(2) {
    margin-bottom: 20px;
  }

  .header.open {
    flex-direction: column;
    padding-bottom: 0;
    border-bottom: 1px #bbb solid;
  }

  .header-menu {
    display: flex;
    flex-direction: column;
    cursor: pointer;
  }
}

@media (max-width: 1200px) {
  header .btn {
    display: none;
  }

  .header-link {
    margin: 0 0.75rem;
  }

  .header-links a:nth-last-child(2) {
    margin-right: inherit;
  }
}

/* SUBSITE BANNERS */

.subsite-banner {
  width: 100%;
  position: relative;
  min-height: 400px;
  background-position: 50% 50%;
  background-size: cover;
}

.subsite-banner-text {
  position: absolute;
  text-align: center;
  top: 58%;
  left: 0;
  right: 0;
  max-width: 1170px;
  margin: 0 auto;
  width: 100%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}

.subsite-banner-title {
  font-size: 4.5rem;
  font-weight: 900;
  line-height: 5.625rem;
}

@media only screen and (max-width: 575px) {
  .subsite-banner-title {
    font-size: 3rem;
  }
}

.subsite-banner-subtitle a {
  font-size: 1rem;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 1px;
}

.subsite-banner-subtitle span {
  font-size: 1rem;
  color: #fff;
}

/* CONTACT SUBSITE */

.contact-box {
  margin: 0 10px;
  background-color: #8099ff;
  color: #fff;
  font-size: 26px;
  padding: 20px;
  transition: all 0.5s ease-out;
}

.contact-box:hover {
  transform: scale(1.05);
}

#contact-container .col-lg-4 {
  margin-top: 20px;
}

.contact-box h2 {
  margin-top: 5px;
  color: #fff;
}

.contact-box p {
  font-size: 1.125rem;
}

.contact-box i {
  font-size: 30px;
  color: #212121;
  background: #fff;
  text-align: center;
  border-radius: 100%;
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
  position: relative;
  float: none;
}

.form-group {
  margin-top: 10px;
}

.form-control {
  box-shadow: none;
  border: 1px solid #dadada;
  padding: 5px 20px;
  height: 44px;
  background: none;
  color: #212121;
  font-size: 14px;
  border-radius: 0;
}

.form-control:focus {
  box-shadow: none;
  border: 1px solid #8099ff;
}

#contact-form .btn {
  background-color: #8099ff;
  border-color: #8099ff;
}

#contact-form .btn:hover {
  transform: all 0.3s ease-out;
  background-color: #1e3077;
  border-color: #1e3077;
}

/* CAROUSEL */

.carousel-item {
  transition: transform 1s ease-in-out;
}

.carousel-item img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  /* filter: contrast(80%); */
}

.carousel-indicators {
  margin-bottom: 1.7rem;
}

.carousel-control-next,
.carousel-control-prev {
  width: 5%;
  opacity: 1;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  width: 2.5rem;
  height: 2.5rem;
}

.carousel-caption {
  position: absolute;
  top: 0;
  left: 0;
  width: 45%;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 3rem;
}

.carousel-blob {
  background-color: rgba(255, 255, 255);
  width: 100%;
  height: 70%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 5rem;
  color: #000;
}

.carousel-blob#carousel-blob-1 {
  border-radius: 28% 72% 19% 81% / 61% 19% 81% 39%;
}

.carousel-blob#carousel-blob-2 {
  border-radius: 69% 31% 77% 23% / 29% 72% 28% 71%;
}

.carousel-blob#carousel-blob-3 {
  border-radius: 35% 65% 52% 48% / 57% 33% 67% 43%;
}

.carousel-blob#carousel-blob-4 {
  border-radius: 75% 25% 52% 48% / 29% 33% 67% 71%;
}

.carousel-caption-title {
  font-weight: 700;
  font-size: 3rem;
  line-height: 3.8rem;
  text-transform: uppercase;
}

.carousel-caption-text {
  font-weight: 100;
  font-size: 1.5rem;
  line-height: 2rem;
}

@media only screen and (max-width: 1450px) {
  .carousel-caption-title {
    font-size: 2.5rem;
    line-height: 3.2rem;
  }
}

@media only screen and (max-width: 1200px) {
  .carousel-caption-title {
    font-size: 2.2rem;
    line-height: 2.8rem;
  }
}

@media only screen and (max-width: 992px) {
  .carousel-caption {
    left: 0;
    width: 100%;
    top: 65%;
    padding: 0 1.5rem 1.5rem 1.5rem;
  }
  .carousel-caption-title {
    font-size: 2rem;
    line-height: 2.2rem;
  }

  .carousel-caption-text {
    font-size: 1rem;
    line-height: 1.2rem;
  }

  .carousel-control-next,
  .carousel-control-prev {
    width: 10%;
  }

  .carousel-blob {
    width: 70%;
    height: auto;
    padding: 2rem;
  }

  .carousel-indicators {
    margin-bottom: 0.5rem;
  }
}

@media only screen and (max-width: 768px) {
  .carousel-caption-title {
    font-size: 1.5rem;
    line-height: 1.8rem;
  }

  .carousel-blob {
    width: 85%;
  }
}

@media only screen and (max-width: 360px) {
  .carousel-caption-text {
    font-size: 0.8rem;
    line-height: 1rem;
  }
}

/* MAIN PAGE */

.aboutus .row {
  align-items: center;
}

.aboutus-text {
  padding: 0 2rem;
}

.aboutus .section-title {
  text-align: left;
}

.aboutus-img {
  width: 100%;
  transition: all 1s ease-in-out;
  opacity: 0;
  transform-origin: right;
}

.aboutus-img#img-blob-1 {
  border-radius: 53% 47% 75% 25% / 40% 54% 46% 60%;
}

.aboutus-img#img-blob-2 {
  border-radius: 65% 35% 41% 59% / 40% 77% 23% 60%;
}

.aboutus-img#img-blob-3 {
  border-radius: 32% 68% 69% 31% / 40% 37% 63% 60%;
}

.aboutus-img[data-scroll="in"]:hover {
  transform: scale(1.02);
}

.aboutus-img[data-scroll="in"] {
  opacity: 1;
}

.aboutus-img[data-scroll="in"]:before {
  transition-delay: 1s;
  opacity: 0;
}

.aboutus:nth-child(2n) {
  background-color: #8099ff;
  color: white;
}

.aboutus:nth-child(2n) .section-title {
  text-align: right;
  color: white;
}

.aboutus:nth-child(2n) .aboutus-img {
  border-color: white;
  transform-origin: left;
}

@media only screen and (max-width: 992px) {
  .aboutus .section-title {
    text-align: center !important;
  }
}

#atrakcje .list-arrow li:not(:last-child) {
  border-bottom: 0.0625rem solid #ddd;
  padding-bottom: 0.5rem;
}

#atrakcje .list-arrow li:first-child {
  margin-top: 1rem;
}

#atrakcje .text-right {
  float: right;
}

/* GALLERY */

.gallery {
  text-align: center;
  align-items: center;
  justify-content: center;
}
.gallery .container {
  max-width: 1700px;
}

.gallery a img {
  width: 100%;
  transition: all 0.25s ease-in;
  padding: 0.5rem 0;
}

.gallery img:hover {
  transform: scale(1.05);
}

/* FOOTER */

.site-footer {
  background-color: #8099ff;
  padding: 45px 20px;
  font-size: 15px;
  line-height: 24px;
  color: #fff;
  margin-top: 30px;
}
.site-footer hr {
  border-top-color: #bbb;
  opacity: 0.5;
}
.site-footer hr.small {
  margin: 20px 0;
}
.site-footer h6 {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  margin: 5px 0 15px 0;
  padding-left: 15px;
  border-left: 3px solid #fff;
  letter-spacing: 2px;
}
.site-footer a {
  color: #fff;
}
.site-footer a:hover {
  color: #fff;
  text-decoration: none;
}
.footer-links {
  padding-left: 0;
  list-style: none;
}
.footer-links li {
  display: block;
  font-size: 18px;
}
.footer-links a {
  color: #fff;
  text-decoration: none;
}

.footer-links i {
  color: #fff;
  font-size: 20px;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.footer-links .fa,
.footer-links .fas {
  height: 35px;
}

.footer-links a:active,
.footer-links a:focus,
.footer-links a:hover {
  color: #fff;
  text-decoration: none;
}
.footer-links.inline li {
  display: inline-block;
}
.site-footer .social-icons {
  text-align: right;
}
.site-footer .social-icons a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-left: 6px;
  margin-right: 0;
  border-radius: 100%;
  background-color: #fff;
  text-decoration: none;
}
.copyright-text {
  margin: 0;
}
@media (max-width: 991px) {
  .site-footer [class^="col-"] {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .site-footer {
    padding-bottom: 0;
  }
  .site-footer .copyright-text,
  .site-footer .social-icons {
    text-align: center;
  }
}
.social-icons {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.social-icons li {
  display: inline-block;
  margin-bottom: 4px;
}
.social-icons a {
  background-color: #eceeef;
  color: #818a91;
  font-size: 16px;
  display: inline-block;
  line-height: 44px;
  width: 44px;
  height: 44px;
  text-align: center;
  margin-right: 8px;
  border-radius: 100%;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.social-icons.size-sm a {
  line-height: 34px;
  height: 34px;
  width: 34px;
  font-size: 14px;
}

.social-icons a.olx:hover {
  background-color: #23e5db;
}

.social-icons a.facebook:hover {
  background-color: #385898;
}

.social-icons a.instagram:hover {
  background: radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
}

@media (max-width: 767px) {
  .social-icons li.title {
    display: block;
    margin-right: 0;
    font-weight: 600;
  }
}
