@charset "UTF-8";

* {
  scroll-behavior: smooth;
}

/*--------------------------------------------------------------
 *# Veriables
 *-------------------------------------------------------------- */
/*Theme Name: Noclegowo
 *Author: Mike
 *License: https://iamcoding.pl */
/*--------------------------------------------------------------
 *# General
 *-------------------------------------------------------------- */
body {
  color: #212529;
  font-family: Roboto, Helvetica Neue, Arial, Ubuntu, sans-serif;
  overflow-x: hidden;
  font-size: 16px;
  word-wrap: break-word;
  line-height: 1.5;
  padding-right: 0 !important;
}

@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url(../iconfont/MaterialIcons-Regular.eot);
  src: local("Material Icons"), local("MaterialIcons-Regular"),
  url(/iconfont/MaterialIcons-Regular.woff2) format("woff2"),
  url(/iconfont/MaterialIcons-Regular.woff) format("woff"),
  url(iconfont/MaterialIcons-Regular.ttf) format("truetype");
}

.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-display: auto;
  font-weight: 900;
  font-style: normal;
  src: url(/css-baza/lib/font-awesome/webfonts/fa-solid-900.woff2);
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-display: auto;
  font-weight: 400;
  font-style: normal;
  src: url(/css-baza/lib/font-awesome/webfonts/fa-regular-400.woff2);
}

.fa,
.fas,
.far,
.fab {
  font-family: "Font Awesome 5 Free";
  color: #f7af38;
  display: inline-block;
  margin: auto;
  text-align: center;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-handshake:before,
.fa-home:before,
.fa-suitcase-rolling:before,
.fa-umbrella-beach:before,
.fa-glass-cheers:before,
.fa-mug-hot:before,
.fa-cocktail:before,
.fa-chevron-up:before {
  font-size: 36px;
}

.fa-lightbulb:before,
.fa-check:before {
  color: #212529;
}

.fa-handshake:before {
  content: "\f2b5";
}

.fa-home:before {
  content: "";
  font-weight: 900;
}

.fa-suitcase-rolling:before {
  content: "";
  font-weight: 900;
}

.fa-check-circle:before {
  content: "";
}

.fa-star:before {
  content: "";
  font-weight: 900;
}

.fa-mug-hot:before {
  content: "";
  font-weight: 900;
}

.fa-cocktail:before {
  content: "";
  font-weight: 900;
}

.fa-umbrella-beach:before {
  content: "";
  font-weight: 900;
}

.fa-bars:before {
  content: "";
  color: #fff;
  font-weight: 900;
  font-size: 24px;
}

.fa-times:before {
  content: "";
  font-size: 24px;
  font-weight: 900;
}

.fa-chevron-up:before {
  content: "";
  font-weight: 900;
  color: #fff;
}

.fa-check:before {
  content: "";
  font-size: 16px;
  font-weight: 900;
}

.fa-question-circle:before {
  content: "";
  font-size: 10px;
  font-weight: 400;
  color: #86afd7;
}

.fa-glass-cheers:before {
  content: "";
  font-weight: 900;
}

.fa-angle-left:before {
  content: "";
  font-weight: 900;
}

.fa-angle-right:before {
  content: "";
  font-weight: 900;
}

.fa-angle-down:before {
  content: "";
  font-weight: 900;
}

.fa-minus:before {
  content: "";
  font-weight: 900;
}

.fa-plus:before {
  content: "";
  font-weight: 900;
}

.fa-lightbulb:before {
  content: "";
  font-weight: 400;
}

.fa-facebook-messenger:before {
  content: "";
  font-weight: 900;
}

.fa-facebook-square:before {
  content: "";
  font-weight: 900;
}

.fa-envelope:before {
  content: "";
  font-weight: 900;
}

.fa-phone:before {
  content: "";
  font-weight: 900;
}

.fa-location-arrow:before {
  content: "";
  font-weight: 900;
}

.fa-image:before {
  content: "";
  font-weight: 900;
}

.fa-edit:before {
  content: "";
  font-weight: 900;
}

.fa-globe:before {
  content: "";
  font-weight: 900;
}

.fa-sort-numeric-up:before {
  content: "";
  font-weight: 900;
}

.fa-bullhorn:before {
  content: "";
  font-weight: 900;
}

.fa-mobile-alt:before {
  content: "\f3cd";
  font-weight: 900;
}

.modal-open {
  overflow: auto !important;
}

a {
  transition: 0.5s;
  color: #f7af38;
}

a:hover,
a:active,
a:focus {
  color: #f7af38;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

.p-6 {
  padding: 2.5rem !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600 !important;
  padding: 0;
}

h1 {
  font-size: 34px;
}

h1 span {
  position: relative;
  color: #f7af38
}

h1 span::before {
  content: "";
  right: -6px;
  top: 50%;
  position: absolute;
  height: 30px;
  width: 2px;
  background: #f7af38;
  transform: translateY(-45%);
  animation: blink 0.7s infinite;
}

h1 span.stop-blinking::before {
  animation: none;
}

@keyframes blink {
  50% {
    opacity: 0;
  }
}

h2 {
  font-size: 26px;
}

h3 {
  font-size: 18px;
}

ul {
  list-style: none;
  padding-left: 0;
}

img {
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

input[type="radio"],
input[type="checkbox"] {
  display: none;
}

input[type="radio"] + label::before {
  border-radius: 50%;
}

input[type="radio"] + label,
input[type="checkbox"] + label {
  vertical-align: middle;
  position: relative;
  cursor: pointer;
  border-radius: 3px;
}

@media only screen and (max-width: 600px) {
  input[type="radio"] + label,
  input[type="checkbox"] + label {
    font-size: 14px;
  }
}

input[type="radio"]:hover + label::before,
input[type="checkbox"]:hover + label::before {
  background: #ddd;
}

input[type="radio"] + label::before,
input[type="checkbox"] + label::before {
  content: "";
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  border: 1px solid #fefefe;
}

input[type="checkbox"]:checked + label::before,
input[type="radio"]:checked + label::before {
  line-height: 20px;
  border-radius: 3px;
  text-align: center;
  background: #fff;
  color: #f7af38;
  border: 1px solid #f7af38;
  font-size: 12px;
}

input[type="checkbox"]:checked + label::before {
  content: "✓";
}

input[type="radio"]:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  left: 15px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
}

.shadow {
  box-shadow: 0px 0px 20px 0px rgba(197, 199, 224, 0.2) !important;
  padding: 40px;
}

.bg-gray {
  background: #f9fbfd;
}

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: #f7af38;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top:focus {
  background: #c17b08;
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: #c17b08;
  color: #fff;
}

/* Sections
 *------------------------------ */
section {
  padding: 120px 0;
}

@media only screen and (max-width: 600px) {
  section {
    padding: 80px 0;
  }
}

.section__header {
  text-align: center;
  position: relative;
}

.section__header p {
  font-size: 16px;
  padding-bottom: 60px;
  width: 50%;
  margin: auto;
}

@media only screen and (max-width: 600px) {
  .section__header p {
    width: 100%;
  }
}

.section__header:after {
  width: 64px;
  height: 1px;
  background: #e1e4e7;
  margin-left: -32px;
  bottom: 40px;
  left: 50%;
  content: "";
  position: absolute;
}

#about,
#steps {
  text-align: center;
}

#about .fa,
#about .fas,
#about .far,
#about .fab {
  font-size: 45px;
}

.about__icon {
  position: relative;
  padding: 0.5rem !important;
  margin-bottom: 1.5rem !important;
}

.about__icon:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 60px;
  height: 60px;
  border-radius: 35% 65% 80% 20%/78% 71% 29% 22%;
  background-color: #f9c369;
  opacity: 0.2;
  z-index: -1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.popup {
  position: relative;
  color: #000;
}

.popup:hover:before {
  font-size: 14px;
  position: absolute;
  top: 50px;
  color: #000;
  text-transform: none;
  content: "Pomoc telefoniczna jest dostępna od poniedziałku do piątku w godzinach 10:00 - 16:00.";
  width: 300px;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
  padding: 16px;
}

@media only screen and (max-width: 600px) {
  .popup:hover:before {
    display: none;
  }
}

.animation__jump {
  position: relative;
  -webkit-animation: animation-jump 2s ease-in-out infinite;
  animation: animation-jump 2s ease-in-out infinite;
}

@-webkit-keyframes animation-jump {
  0% {
    top: 10px;
  }

  50% {
    top: -10px;
  }

  100% {
    top: 10px;
  }
}

@keyframes animation-jump {
  0% {
    top: 10px;
  }

  50% {
    top: -10px;
  }

  100% {
    top: 10px;
  }
}

.service {
  background: #fff;
  box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.15);
  padding: 32px 38px;
  margin-bottom: 35px;
  height: 280px;
}

.service h5 {
  font-size: 18px;
}

.service p {
  font-size: 13px;
}

/* About Section
 *-------------------------------- */
#ebook {
  padding: 80px 0;
  position: relative;
}

#ebook img {
  margin-left: -15px;
  max-width: 100%;
  position: relative;
}

#ebook .content h2 {
  color: #0c2e8a;
  font-weight: 700;
  font-size: 36px;
}

#ebook .content h3 {
  color: #555;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
}

#ebook .content p {
  line-height: 26px;
}

#ebook .content p:last-child {
  margin-bottom: 0;
}

#ebook .content i {
  font-size: 20px;
  padding-right: 4px;
}

#ebook .content ul {
  list-style: none;
  padding: 0;
}

#ebook .content ul li {
  line-height: 1.9em;
  padding-bottom: 10px;
}

.bubbles {
  overflow: hidden !important;
}

.bubble {
  width: 30px;
  height: 30px;
  background: #ffb940;
  border-radius: 50%;
  position: absolute;
  z-index: -1;
}

.bubble-animation-1 {
  right: 10px;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  opacity: 0.2;
  -webkit-animation: moveclouds 15s linear infinite,
  sideWays 4s ease-in-out infinite alternate;
  animation: moveclouds 15s linear infinite,
  sideWays 4s ease-in-out infinite alternate;
}

.bubble-animation-2 {
  left: 200px;
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
  opacity: 0.5;
  -webkit-animation: moveclouds 25s linear infinite,
  sideWays 5s ease-in-out infinite alternate;
  animation: moveclouds 25s linear infinite,
  sideWays 5s ease-in-out infinite alternate;
}

.bubble-animation-3 {
  right: 350px;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0.3;
  -webkit-animation: moveclouds 20s linear infinite,
  sideWays 4s ease-in-out infinite alternate;
  animation: moveclouds 20s linear infinite,
  sideWays 4s ease-in-out infinite alternate;
}

.bubble-animation-4 {
  left: 670px;
  -webkit-transform: scale(0.75);
  transform: scale(0.75);
  opacity: 0.35;
  -webkit-animation: moveclouds 18s linear infinite,
  sideWays 2s ease-in-out infinite alternate;
  animation: moveclouds 18s linear infinite,
  sideWays 2s ease-in-out infinite alternate;
}

.bubble-animation-5 {
  left: 150px;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0.3;
  -webkit-animation: moveclouds 7s linear infinite,
  sideWays 1s ease-in-out infinite alternate;
  -animation: moveclouds 7s linear infinite,
  sideWays 1s ease-in-out infinite alternate;
}

.bubble-animation-6 {
  right: 150px;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  opacity: 0.2;
  -webkit-animation: moveclouds 12s linear infinite,
  sideWays 3s ease-in-out infinite alternate;
  animation: moveclouds 12s linear infinite,
  sideWays 3s ease-in-out infinite alternate;
}

@-webkit-keyframes moveclouds {
  0% {
    bottom: 0%;
  }

  100% {
    bottom: 100%;
  }
}

@-webkit-keyframes sideWays {
  0% {
    margin-left: 0px;
  }

  100% {
    margin-left: 50px;
  }
}

@keyframes moveclouds {
  0% {
    bottom: 0%;
  }

  100% {
    bottom: 100%;
  }
}

@keyframes sideWays {
  0% {
    margin-left: 0px;
  }

  100% {
    margin-left: 50px;
  }
}

/* Call To Action Section
 *-------------------------------- */
#video {
  color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),    url(/images-baza/awaiting.jpeg)  center center;
  background-size: cover;
}

#call-to-action h3 {
  font-weight: normal !important;
}

.typing {
  position: relative;
  font-size: 36px;
}

.cursor {
  opacity: 0;
  transition: 0.2s;
  color: black;
  font-size: 34px;
}

.cursor.active {
  opacity: 1;
}

.zoom {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: background 2s;
  box-shadow: 0 -2px 30px 0 rgba(0, 0, 0, 0.08);
  position: relative;
}

.zoom:before {
  position: absolute;
  content: "";
  background: url(/images-baza/mobile.svg) no-repeat;
  opacity: 0.2;
  right: -80px;
  top: 6px;
  height: 90%;
  width: 45%;
}

@media only screen and (max-width: 600px) {
  .zoom:before {
    display: none;
  }
}

.overlayAction {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: rgba(78, 47, 188, 0.8);
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  z-index: 4;
}

.countdown {
  position: relative;
}

.countdown div:after {
  content: "";
  position: absolute;
  top: 22px;
  right: 0;
  width: 1px;
  height: 60%;
  background: #212529;
  opacity: 0.3;
}

.countdown div:last-child:after {
  display: none;
}

.days,
.hours,
.minutes,
.seconds {
  font-size: 34px;
}

.labelCounter {
  display: block;
}

/* Categories Section
 *-------------------------------- */
#categories h3 {
  color: #fff;
  font-weight: 400;
  text-align: center;
  word-wrap: break-word;
  position: relative;
  padding: 6px;
}

#categories img {
  display: inline;
  height: 260px;
  width: 100%;
  border-radius: 5px;
  transition: all ease-in-out 0.3s;
  transform: scale(1);
}

#categories img:hover {
  transform: scale(1.1);
}

#categories a {
  cursor: pointer;
}


.category__single {
  margin-bottom: 20px;
  height: auto;
  position: relative;
  display: block;
  border-radius: 3px;
}

.category__image {
  overflow: hidden;
  position: relative;
  border-radius: 0.42rem;
}

.category__caption {
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 100%;
}

.category__image::after {
  content: '';
  inset: 0;
  position: absolute;
  background-image: linear-gradient(to bottom,transparent 30%,rgb(0 0 0 / 47%) 100%);
}

.category:hover {
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  width: 100%;
}

@media only screen and (max-width: 600px) {
  .category {
    margin: 20px 0;
  }
}

.blog-item {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.blog-item:hover h3 {
  color: #f7af38;
}

.blog-item h3 {
  color: #212529;
  font-weight: 700;
  font-size: 22px;
  margin: 15px 0;
}

.blog-item p {
  color: #212529;
}

.blog-item img {
  display: inline;
  height: 190px;
  width: 100%;
  border-radius: 5px;
  transition: all ease-in-out 0.3s;
  transform: scale(1);
}

.blog-item img:hover {
  transform: scale(1.1);
  cursor: pointer;
}

.blog-item img:hover:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.65) 0, transparent 75%);
  opacity: 0;
  position: absolute;
  transition: all 0.3s ease-in-out;
  bottom: 0;
  z-index: 1;
}

.blog-item:hover img:before {
  opacity: 1;
}

.blog-item:hover span {
  transition: 200ms ease-out;
  right: 0;
}

.blog-item span {
  position: absolute;
  right: -80px;
  background: #f7af38;
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 0px 5px;
  display: inline-block;
  margin: 15px;
  font-weight: 600;
  z-index: 1;
}

.blog-item .blog__img {
  overflow: hidden;
  position: relative;
}

#topbar {
  padding: 0 0 10px 0;
  font-size: 14px;
  transition: all 0.5s;
}

#topbar .social-links {
  text-align: right;
}

#topbar .social-links a {
  color: #535074;
  padding: 4px 12px;
  display: inline-block;
  line-height: 1px;
}

#topbar .social-links a:hover {
  color: #1bb1dc;
}

#topbar .social-links a:first-child {
  border-left: 0;
}

#header {
  height: 110px;
  padding: 20px 0;
  z-index: 997;
  transition: all 0.5s;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
}

@media only screen and (max-width: 600px) {
  #header img {
    max-width: 60%;
  }
}

#header.header-scrolled,
#header.header-pages {
  height: 70px;
  padding: 15px 0;
  background-color: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
}

#header.header-scrolled #topbar,
#header.header-pages #topbar {
  display: none;
}

#header.header-scrolled .showAdd {
  display: inline-block;
  color: #fff;
}

.progress {
  background: linear-gradient(to right, #f7af38 var(--scroll), transparent 0);
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: -2px;
  margin-top: 16px;
  z-index: 1;
}

/*--------------------------------------------------------------
 *# Intro Section
 *-------------------------------------------------------------- */
#intro.visible {
  width: 100%;
  /* height: 85vh; */
  position: relative;
  background: url(/images-baza/hero.jpg) center top no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
}

#intro:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,.3);
  width: 100%;
}

/* @media only screen and (max-width: 600px) {
  #intro.visible {
    height: 100vh;
  }
} */

.form__body {
  position: relative;
  /*box-shadow: 10px 10px 40px 40px rgba(0,0,0,.15);*/
  background: #fff;
  border-radius: 4px;
}

.form__body h1 {
  font-size: 26px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 600px) {
  .form__body h1 {
    font-size: 22px;
    margin-bottom: 10px;
  }
}

form__body input {
  height: 48px;
  margin-bottom: 1rem;
  border-radius: 4px;
  border: 1px solid #e3e6f0;
  transition: 0.4s;
}

.form-group {
  position: relative;
}

.form-group input {
  position: relative;
}

.signin {
  position: relative;
  z-index: 1000;
}

.signin-off {
  position: none;
  z-index: 0;
}

.form-control {
  background-image: linear-gradient(#f7af38, #f7af38);
  background-size: 0 3px;
  background-repeat: no-repeat;
  background-position: bottom, 50% calc(100% - 1px);
  box-shadow: none;
}

.form-control:focus {
  border-color: #f7af38;
  box-shadow: none;
  background-size: 100% 2px;
}

.form-control:focus + .form-control-placeholder,
.form-control:valid + .form-control-placeholder {
  font-size: 75%;
  top: -8px;
  left: 4px;
  overflow: hidden;
  padding: 0 8px;
  background: #fff;
}

.form-control-placeholder {
  position: absolute;
  left: 0;
  top: 6px;
  padding: 8px 0 0 13px;
  transition: all 200ms;
}

.error_list {
  font-size: 11px;
  font-weight: normal;
  margin-top: 2px;
  padding: 0;
  float: left;
  color: #575757;
  text-shadow: none;
}

.error_list li {
  background: #ffe4e4;
  border: 1px solid #e8cccc;
  list-style-type: none;
  padding: 3px;
}

.overlay-active {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  transition: background 0.5s;
}

.overlay-active span {
  content: "przwiń w dół";
  position: fixed;
  opacity: 1;
  bottom: 2%;
  transition: all 0.5s;
  text-align: center;
  color: #fff;
  left: 0;
  right: 0;
  font-size: 12px;
}

.no-scroll {
  display: none;
}

.overlay {
  background: none;
  position: relative;
}

.overlay div {
  display: none;
}

.mouse-wrapper {
  position: relative;
  width: 22px;
  margin: 0 auto;
}

.mouse__scroll {
  position: fixed;
  bottom: 20px;
  width: 100%;
  text-align: center;
  color: #fff;
}

.mouse__scroll p {
  margin: 10px;
}

.mouse-icon {
  height: 35px;
  width: 22px;
  border-radius: 12px;
  border: 2px solid #fff;
  position: relative;
}

.mouse-icon:after {
  content: "";
  height: 5px;
  width: 3px;
  display: block;
  margin: 5px auto;
  border: 2px solid #fff;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -webkit-animation: mouse-wheel 0.6s linear infinite;
  -moz-animation: mouse-wheel 0.6s linear infinite;
}

.mouse-arrow {
  display: block;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  margin: 2px 0 3px 6px;
  width: 8px;
  height: 8px;
  -webkit-animation: mouse-scroll 1s infinite;
  -moz-animation: mouse-scroll 1s infinite;
  -webkit-animation-delay: 100ms;
  -moz-animation-delay: 100ms;
  -webkit-animation-direction: alternate;
}

.mouse-arrow:after,
.mouse-arrow:before {
  position: absolute;
  content: "";
  display: block;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  width: 8px;
  height: 8px;
  -webkit-animation: mouse-scroll 1s infinite;
  -moz-animation: mouse-scroll 1s infinite;
}

.mouse-arrow:after:after,
.mouse-arrow:before:after {
  margin: 7px 0 3px 7px;
  -webkit-animation-delay: 200ms;
  -moz-animation-delay: 200ms;
  -webkit-animation-direction: alternate;
}

.mouse-arrow:after:before,
.mouse-arrow:before:before {
  margin: 14px 0 3px 14px;
  -webkit-animation-delay: 300ms;
  -moz-animation-delay: 300ms;
  -webkit-animation-direction: alternate;
}

@-webkit-keyframes mouse-wheel {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
  }
}

@-webkit-keyframes mouse-scroll {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

/* Pricing Section
 *-------------------------------- */
#about.visible {
  position: relative;
  background-image: url(/images-baza/icons_bg.webp);
  background-size: cover;
  background-attachment: fixed;
}

@media only screen and (max-width: 600px) {
  #about.visible {
    background-image: none;
  }
}

.price__value {
  font-size: 1.5rem;
}

.pricing {
  box-shadow: 0 -2px 30px 0 rgba(0, 0, 0, 0.08);
  position: relative;
  background: #fff;
  padding: 1rem;
  text-align: center;
  font-weight: 400;
}

.pricing__price {
  font-weight: bold;
  font-size: 1.5rem;
}

.pricing__price--old {
  position: relative;
  font-size: 1.375rem;
  text-decoration: none;
  font-weight: 500;
  color: #6c757d;
}

.pricing__price--exclusive {
  font-size: 1.375rem;
}

.pricing__price--old::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -3px;
  display: block;
  width: 100%;
  border-bottom: 1px solid #707070;
}

.pricing__price--discount {
  color: #dc3545;
}

.pricing__price__sufix {
  font-size: 1rem;
}

.pricing img {
  margin: 20px 0;
  height: 120px;
}

.pricing p {
  font-size: 14px;
  margin: 10px 0;
}

.pricing ul li {
  padding: 6px 0;
  font-size: 14px;
}

del {
  color: #e3e6f0;
}

.font_bold {
  font-weight: bold;
}

.price-inside {
  font-size: 80px;
  line-height: 80px;
  position: absolute;
  left: 85%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(-90deg);
  font-weight: 900;
  color: rgba(0, 0, 0, 0.04);
}

.steps__img {
  box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.15);
}

.steps__arrow {
  width: 30px;
  height: 30px;
  border-top: 1px solid #cbd2d6;
  border-right: 1px solid #cbd2d6;
  display: table-cell;
  text-indent: -99999em;
  background: 0 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: auto;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  left: -40px;
  top: calc(50% - 15px);
}

/*--------------------------------------------------------------
 *# Footer
 *-------------------------------------------------------------- */
#footer {
  font-size: 14px;
  display: block;
  padding: 60px 0 0px 0;
  background: #323f4d;
  color: #fff;
  text-align: left;
}

#footer .fa,
#footer .fab {
  color: #fff;
  margin-left: 5px;
}

#footer ul li {
  margin: 0;
  padding: 4px 0px;
  list-style-type: none;
}

#footer a,
#footer span {
  color: #fff;
}

#footer a:hover {
  color: #f7af38;
  cursor: pointer;
  text-decoration: underline !important;
}

#footer .copyright {
  background: #2a3541 !important;
  padding: 20px;
  overflow: hidden;
  margin-top: 40px;
}

/* Frequently Asked Questions Section
 *-------------------------------- */
#faq {
  overflow: hidden;
  position: relative;
}

#faq #faq-list {
  padding: 0;
  list-style: none;
}

#faq #faq-list li {
  border-bottom: 1px solid #ebebeb;
  max-width: 800px;
  margin: 0 auto;
}

#faq #faq-list a {
  padding: 22px 0;
  display: block;
  position: relative;
  line-height: 1;
  font-weight: 400;
  padding-right: 20px;
}

#faq #faq-list i {
  font-size: 18px;
  color: #212529;
  position: absolute;
  right: 0;
  top: 20px;
}

#faq #faq-list p {
  margin-bottom: 20px;
}

#faq #faq-list a.collapse {
  color: #1bb1dc;
}

#faq #faq-list a.collapsed {
  color: #000;
}

#faq #faq-list a.collapsed i::before {
  content: "" !important;
}

/* Team Section
 *-------------------------------- */
#team h3 {
  color: #fff;
  font-weight: 400;
  text-align: center;
  word-wrap: break-word;
  position: relative;
  padding: 6px;
}

#team img {
  display: inline;
  height: 320px;
  width: 100%;
  border-radius: 5px;
  transition: all ease-in-out 0.3s;
  transform: scale(1);
}

#team img:hover {
  transform: scale(1.1);
  cursor: pointer;
}

.member__single {
  margin-bottom: 20px;
  height: auto;
  position: relative;
  display: block;
  border-radius: 3px;
}

.member__image {
  overflow: hidden;
  position: relative;
}

.member__caption {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.member:hover {
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  width: 100%;
}

@media only screen and (max-width: 600px) {
  .member {
    margin: 20px 0;
  }
}

/* Testimonials Section
 *-------------------------------- */
#testimonials h5 {
  font-size: 14px;
}

.item {
  text-align: center;
  max-width: 500px;
  margin: 0 auto;
}

.item a {
  color: #000;
}

.owl-carousel .owl-item img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin: 0 auto;
}

.owl-theme {
  position: relative;
}

.owl-theme .fa-star {
  display: inline-block !important;
  font-size: 14px;
  color: #fec42d;
}

.owl-theme .owl-nav {
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background: none;
}

.owl-theme .owl-prev,
.owl-theme .owl-next {
  position: absolute;
  height: 100px;
  background: none;
  color: inherit;
  border: none;
  z-index: 100;
}

.owl-theme .owl-prev i,
.owl-theme .owl-next i {
  color: #7e8b98;
}

.owl-theme .owl-prev {
  left: 0;
}

.owl-theme .owl-next {
  right: 0;
}

.owl-theme .owl-dots .owl-dot span {
  width: 5px;
  height: 5px;
}

/*--------------------------------------------------------------
 *# Navbar
 *-------------------------------------------------------------- */
.navbar-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.navbar-nav a {
  text-transform: capitalize;
}

.navbar-nav .nav-link {
  color: #fff;
  position: relative;
}

.navbar-nav > .active > a {
  color: #f7af38;
}

.nav-item a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.nav-item a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #fff;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.header-scrolled .main-nav a {
  color: #212529;
}

.header-scrolled img {
  height: 38px;
}

@media only screen and (max-width: 600px) {
  .header-scrolled img {
    max-width: 40%;
  }
}

/*--------------------------------------------------------------
 *# Navigation Menu
 *-------------------------------------------------------------- */
/* Desktop Navigation */
.main-nav {
  /* Drop Down */
  /* Deep Drop Down */
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-nav > ul > li {
  position: relative;
  float: left;
}

.main-nav a {
  display: block;
  position: relative;
  color: #fff;
  padding: 10px 15px;
  transition: 0.3s;
}

.main-nav a:hover {
  color: #f7af38;
  text-decoration: none;
}

.main-nav .active > a,
.main-nav li:hover > a {
  color: #f7af38;
  text-decoration: none;
}

.main-nav .showAdd {
  display: none;
}

.main-nav .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% - 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}

.main-nav .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.main-nav .drop-down li {
  min-width: 180px;
  position: relative;
}

.main-nav .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #065e77;
}

.main-nav .drop-down ul a:hover {
  color: #1bb1dc;
}

.main-nav .drop-down ul .active > a,
.main-nav .drop-down ul li:hover > a {
  color: #1bb1dc;
}

.main-nav .drop-down > a:after {
  content: "";
  font-family: FontAwesome;
  padding-left: 10px;
}

.main-nav .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.main-nav .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.main-nav .drop-down .drop-down > a {
  padding-right: 35px;
}

.main-nav .drop-down .drop-down > a:after {
  content: "";
  position: absolute;
  right: 15px;
}

/* Mobile Navigation */
.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background: #fff;
  transition: 0.4s;
  padding: 10px;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #212529;
  padding: 10px 20px;
  font-weight: 500;
}

.mobile-nav a:hover {
  color: #8dc2fa;
  text-decoration: none;
}

.mobile-nav .active > a,
.mobile-nav li:hover > a {
  color: #212529;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "";
  font-family: FontAwesome;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav .btn {
  color: #fff;
}

.mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  margin: 18px 18px 0 0;
  color: #065e77;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.4);
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/* Youtube Section
 *-------------------------------- */
.video-play-button {
  position: absolute;
  z-index: 10;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  background: #fa183d;
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #e30613;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #fa183d;
  border-radius: 50%;
  transition: all 200ms;
}

.video-play-button:hover:after {
  background-color: #da0528;
}

.video-play-button img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}

.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 32px solid #fff;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

.modal-backdrop.in {
  filter: alpha(opacity=7);
  opacity: 0.7;
}

.modal-content {
  background: none;
  border: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.modal-body {
  padding: 0 25px 25px 25px;
}

.modal-header {
  padding: 25px 25px 15px 25px;
  text-align: right;
  border: 0;
}

.modal-footer {
  border: 0;
}

.modal-header .close {
  float: none;
  margin: 0;
  font-size: 36px;
  color: #fff;
  font-weight: 300;
  text-shadow: none;
  opacity: 1;
}

.video-link {
  padding-top: 70px;
}

.video-link a:hover,
.video-link a:focus {
  outline: 0;
}

a .video-link-text {
  color: #fff;
  opacity: 0.8;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

a:hover .video-link-text,
a:focus .video-link-text {
  outline: 0;
  color: #fff;
  opacity: 1;
  border-bottom: 1px dotted #fff;
}

a .video-link-icon {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  background: #e89a3e;
  color: #fff;
  line-height: 50px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

a .video-link-icon:after {
  position: absolute;
  content: "";
  top: -6px;
  left: -6px;
  width: 66px;
  height: 66px;
  background: #444;
  background: rgba(0, 0, 0, 0.1);
  z-index: -99;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

a:hover .video-link-icon,
a:focus .video-link-icon {
  outline: 0;
  background: #fff;
  color: #e89a3e;
}

#bgvid {
  position: absolute;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
  object-fit: cover;
}

.video-tour {
  position: relative;
  height: 600px;
  overflow: hidden;
  background-size: cover;
  -webkit-perspective: 1000;
  perspective: 1000;
}

/*--------------------------------------------------------------
 *# Buttons
 *-------------------------------------------------------------- */
.btn {
  padding: 10px 15px;
  outline: none;
  border-radius: 4px;
  border: 1px solid transparent;
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 0.8px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s ease;
}

@media only screen and (max-width: 600px) {
  .btn {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-primary {
  background: #f7af38;
  transition: all 0.5s ease;
  color: #fff;
}

.btn-primary:hover {
  background: #f6a51f;
  border: 1px solid #f6a51f;
}

.btn-ghost {
  color: #f7af38;
  border: 1px solid #f7af38;
}

.btn-ghost:hover {
  color: #fff;
  background: #f7af38;
  border: 1px solid #f7af38;
}

/*# sourceMappingURL=app.css.map */
