}

@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600&display=swap');

body {
  font-family: 'Plus Jakarta Sans', sans-serif;
  color: #46172F;
  font-weight: 400;
}

a {
  color: #46172F;
  text-decoration: none;
}

a:hover {
  color: #06D6A0;
  text-decoration: none;
}

a[x-apple-data-detectors] {
  color: inherit !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.4;
  color: #46172F;
}

.h2, h2 {
  font-size: 3rem;
}

.h4, h4 {
  font-size: 1.3rem;
}


.text-primary {
  color: #46172F !important;
}

.color {
  color: #06D6A0!important;
  font-weight: 600;
}

.lead {
  font-weight: 400;
  color: #46172F;
      font-size: 1.05rem;
}

@media (max-width: 768px) {
  .lead {
    font-size: 1rem;
    font-weight: 300;
  }

  .h2, h2 {
    font-size: 30px;
  }
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #46172F;
  border-top-color: white;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 0px;
  bottom: 0px;
  z-index: 996;
  width: 67px;
  height: 85px;
  46172Fborder-: ;
  radius: 0;
  transition: all 0.4s;
  background-image: url(../../assets/img/up.svg);
  background-repeat: no-repeat;
  background-size: 100%
}

@media (max-width: 768px) {
  .back-to-top {
    width: 40px;
    height: 50px;
  }
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 50px 0 70px 0;
}

@media (min-width: 575px) {
  #header::before {
    background-image: url(../../assets/img/header-bg.svg);
    background-repeat: no-repeat;
    background-size: auto 150px;
    background-position: 100%;
    height: 150px;
    content: '';
    width: 150px;
    position: absolute;
    top: 0;
    right: 0px
  }
  #header.header-scrolled::before {
    background-image: url(../../assets/img/header-bg.svg);
    background-repeat: no-repeat;
    background-size: auto 120px;
    background-position: 100%;
    height: 120px;
    content: '';
    width: 150px;
    position: absolute;
    top: 0;
    right: 0px
  }
}

@media (min-width: 769px) {
  #header::before {
    background-image: url(../../assets/img/header-bg.svg);
    background-repeat: no-repeat;
    background-size: auto 150px;
    background-position: 100%;
    height: 150px;
    content: '';
    width: 200px;
    position: absolute;
    top: 0;
    right: 0px
  }
  #header.header-scrolled::before {
    background-image: url(../../assets/img/header-bg.svg);
    background-repeat: no-repeat;
    background-size: auto 120px;
    background-position: 100%;
    height: 120px;
    content: '';
    width: 200px;
    position: absolute;
    top: 0;
    right: 0px
  }
}

@media (min-width: 992px) {
#header::before {
  background-image: url(../../assets/img/header-bg.svg);
  background-repeat: no-repeat;
  background-size: auto 150px;
  background-position: 100%;
  height: 150px;
  content: '';
  width: 100%;
  position: absolute;
  top: 0;
  right: -250px
}
#header.header-scrolled::before {
  background-image: url(../../assets/img/header-bg.svg);
  background-repeat: no-repeat;
  background-size: auto 150px;
  background-position: 100%;
  height: 150px;
  content: '';
  width: 100%;
  position: absolute;
  top: 0;
  right: -250px
}
}

@media (min-width: 1280px) {
#header::before {
  background-image: url(../../assets/img/header-bg.svg);
  background-repeat: no-repeat;
  background-size: auto 150px;
  background-position: 100%;
  height: 150px;
  content: '';
  width: 100%;
  position: absolute;
  top: 0;
  right: -150px
}
#header.header-scrolled::before {
  background-image: url(../../assets/img/header-bg.svg);
  background-repeat: no-repeat;
  background-size: auto 150px;
  background-position: 100%;
  height: 150px;
  content: '';
  width: 100%;
  position: absolute;
  top: 0;
  right: -150px
}
}

@media (min-width: 1700px) {
#header::before {
  background-image: url(../../assets/img/header-bg.svg);
  background-repeat: no-repeat;
  background-size: auto 150px;
  background-position: 100%;
  height: 150px;
  content: '';
  width: 100%;
  position: absolute;
  top: 0;
  right: 0px
}
#header.header-scrolled::before {
  background-image: url(../../assets/img/header-bg.svg);
  background-repeat: no-repeat;
  background-size: auto 150px;
  background-position: 100%;
  height: 150px;
  content: '';
  width: 100%;
  position: absolute;
  top: 0;
  right: 0px
}
}

@media (min-width: 2000px) {
#header::before {
  background-image: url(../../assets/img/header-bg.svg);
  background-repeat: no-repeat;
  background-size: auto 190px;
  background-position: 100%;
  height: 190px;
  content: '';
  width: 100%;
  position: absolute;
  top: 0;
  right: 0px
}
#header.header-scrolled::before {
  background-image: url(../../assets/img/header-bg.svg);
  background-repeat: no-repeat;
  background-size: auto 190px;
  background-position: 100%;
  height: 190px;
  content: '';
  width: 100%;
  position: absolute;
  top: 0;
  right: 0px
}
}

@media (max-width: 574px) {
#header::before {
  background-image: url(../../assets/img/header-bg.svg);
  background-repeat: no-repeat;
  background-size: auto 150px;
  background-position: 100%;
  height: 150px;
  content: '';
  width: 50px;
  position: absolute;
  top: 0;
  right: 0px
}
#header.header-scrolled::before {
  background-image: url(../../assets/img/header-bg.svg);
  background-repeat: no-repeat;
  background-size: auto 120px;
  background-position: 100%;
  height: 120px;
  content: '';
  width: 50px;
  position: absolute;
  top: 0;
  right: 0px
}
}

#header.header-scrolled {
  padding: 50px 0 70px 0;
}

#header .logo {
  font-size: 26px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

#header .logo a {
  color: #46172F;
}

.logo-top {
  max-height: 200px;
  position: absolute;
  top: 30px;
  transition: all 0.5s;
}

#header.header-scrolled .logo-top {
  max-height: 150px;
  top: 0px;
}

@media (max-width: 768px) {
  #header {
    transition: all 0.5s;
    z-index: 997;
    padding: 25px 0;
  }

  #header.header-scrolled {
    padding: 25px 0;
  }

  #header .logo img {
    max-height: 125px;
    position: absolute;
    top: 0px;
  }

  #header.header-scrolled .logo-top {
    max-height: 85px;
    top: 0px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 15px;
  font-size: 13px;
  color: #46172F;
  white-space: nowrap;
  transition: 0.3s;
  text-transform: uppercase;
  font-weight: 500;
}

.navbar a i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover, .navbar .active, .navbar li:hover>a {
  color: #06D6A0;
}

.navbar .getstarted {
  color: #46172F;
}

.navbar .getstarted:hover {
  color: #46172F;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  text-transform: none;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover>a {
  color: #46172F;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation
*/
.mobile-nav-toggle {
  color: #46172F;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(6, 214, 160, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a {
  padding: 10px 20px;
  font-size: 15px;
  color: #46172F;
  margin: 10px
}

.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover>a {
  color: #06D6A0;
}

.navbar-mobile .getstarted {}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover>a {
  color: #46172F;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#uvod {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}

#uvod .carousel, #uvod .carousel-inner, #uvod .carousel-item, #uvod .carousel-item::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#uvod .carousel-item {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

#uvod .carousel-item::before {
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
}

#uvod .carousel-container {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 82px;
  left: 50px;
  right: 50px;
}

.slide .btn-learn-more {
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  bottom: 25%;
  z-index: 2;
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  background-image: url(../../assets/img/btn.svg);
  background-repeat: no-repeat;
  background-size: 230px auto;
  width: 230px;
  height: 60px;
  text-align: center;
  padding-top: 25px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .slide .btn-learn-more {
    bottom: 30%;
  }
}
.circle-slider {
  margin: 0;
  background-image: url(../../assets/img/circle-slider.svg);
  background-repeat: no-repeat;
  background-size: 218px auto;
  height: 205px;
  width: 218px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 5%;
  top: 10%;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 30px;
}

.circle-slider h2 {
  color: #fff;
  margin: 0;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
}

@media (max-width: 768px) {
  .circle-slider {
    height: 200px;
    width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    background: transparent;
    left: 50%;
    top: auto;
    bottom: -150px !important;
    transform: translate(-50%, 0) !important;
  }

  #uvod .carousel-item {
    margin-bottom: 150px
  }
}

#uvod p {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  color: #fff;
  margin-top: 10px;
}

@media (min-width: 1200px) {
  #uvod p {
    width: 50%;
  }
}

#uvod .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#uvod .carousel-inner .carousel-item,
#uvod .carousel-inner .active.carousel-item-start,
#uvod .carousel-inner .active.carousel-item-end {
  opacity: 0;
}

#uvod .carousel-inner .active,
#uvod .carousel-inner .carousel-item-next.carousel-item-start,
#uvod .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}

#uvod .carousel-inner .carousel-item-next,
#uvod .carousel-inner .carousel-item-prev,
#uvod .carousel-inner .active.carousel-item-start,
#uvod .carousel-inner .active.carousel-item-end {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#uvod .carousel-control-next-icon, #uvod .carousel-control-prev-icon {
  background: none;
  font-size: 30px;
  line-height: 0;
  width: auto;
  height: auto;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.5);
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#uvod .carousel-control-next-icon:hover, #uvod .carousel-control-prev-icon:hover {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
}

#uvod .carousel-indicators li {
  cursor: pointer;
  background: #fff;
  overflow: hidden;
  border: 0;
  width: 50px;
  height: 5px;
  border-radius: 0;
  opacity: .6;
  transition: 0.3s;
}

#uvod .carousel-indicators li.active {
  opacity: 1;
  background: #46172F;
}

#uvod .btn-get-started {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 32px;
  46172Fborder-radius: 0;
  transition: 0.5s;
  line-height: 1;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  background: #46172F;
  margin-top: 15px;
}

#uvod .btn-get-started:hover {
  background: #ef6445;
}

@media (max-width: 992px) {
  #uvod {
    height: 90vh;
  }

  #uvod .pattern-color {
    display: none
  }

  #uvod .carousel-container {
    text-align: center;
    top: 74px;
  }

  .carousel-inner {
    background-color: #46172F;
  }
}

@media (max-width: 768px) {
  #uvod h2 {
    font-size: 24px;
  }
}

@media (min-width: 1024px) {
  #uvod .carousel-control-prev, #uvod .carousel-control-next {
    width: 5%;
  }
}

@media (max-height: 500px) {
  #uvod {
    height: 75vh;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
}

.section-bg {
  background-color: #46172F;
}

.section-green {
  background-color: #06D6A0;
}


.section-title {
  padding-bottom: 40px;
}

.section-title p {
  margin: 0;
  margin: 0;
  font-size: 36px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #0f2f57;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}

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

.about .content ul li {
  padding-left: 28px;
  position: relative;
}

.about .content ul li+li {
  margin-top: 10px;
}

.about .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #46172F;
  line-height: 1;
}

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

.about .content .btn-learn-more {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 5px;
  transition: 0.3s;
  line-height: 1;
  color: #46172F;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #46172F;
}

.about .content .btn-learn-more:hover {
  background: #46172F;
  color: #fff;
  text-decoration: none;
}

/*--------------------------------------------------------------
# Lokalita
--------------------------------------------------------------*/
.map-container {
  width: 100%;
  height: 700px;
  margin-top: -60px;
  margin-bottom: -60px;
}

.section-map {
  padding-bottom: 0px;
  position: relative;
  margin-bottom: 0px;
}

.section-map nav {
  display: none
}

@media (min-width: 992px) {
  #map-big {
    width: 100%;
    min-height: 700px;
  }

  .section-map nav {
    position: absolute;
    top: 100px;
    left: 10px;
    z-index: 9999;
    width: 200px;
    background: #FFFFFF;
    display: block;
    padding: 25px;
  }

  .section-map nav h3 {
    color: #46172F;
  }
}

.section-map .nav-pills .nav-link {
  border-radius: .0rem;
  color: #3d4040;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
  text-align: left;
  padding: .5rem 0rem;
  position: relative;
}

.section-map .nav-pills .nav-link::before {
  width: 10px;
  height: 10px;
  background-color: #06D6A0;
  content: '';
  position: absolute;
  right: 0;
  top: 13px;
}

.section-map .nav-pills .nav-link.active, .section-map .nav-pills .show>.nav-link {
  color: #46172F;
  background-color: #fff;
}

.section-map .nav-pills .nav-link.active::before {
  background-color: #46172F;
}

#map-big {
  width: 100%;
  min-height: 700px;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/

@media (min-width: 575px) {
  .counts {
    padding-top: 0;
    margin-top: 0px;
    z-index: 1;
    position: relative;
    margin-bottom: 100px;
    height: auto;
    margin-top: -20px;
    padding-top: 0px;
    padding: 0;
  }

  .counts::before {
    background-image: url(../../assets/img/counts-mobile.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 300px;
    content: '';
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0
  }
}

@media (min-width: 769px) {
  .counts {
    padding-top: 0;
    margin-top: 0px;
    z-index: 1;
    position: relative;
    margin-bottom: 100px;
    height: auto;
    margin-top: -20px;
    padding-top: 0px;
    padding: 0;
  }

  .counts::before {
    background-image: url(../../assets/img/counts-mobile.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 300px;
    content: '';
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0
  }
}

@media (min-width: 992px) {
  .counts {
    padding-top: 0;
    margin-top: -170px;
    z-index: 1;
    position: relative;
    margin-bottom: 150px;
    height: 250px;
    padding-top: 55px;
  }

  .counts::before {
    background-image: url(../../assets/img/counts.svg);
    background-repeat: no-repeat;
    background-size: 150%;
    height: 300px;
    content: '';
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0
  }
}

@media (min-width: 1280px) {
  .counts {
    padding-top: 0;
    margin-top: -170px;
    z-index: 1;
    position: relative;
    margin-bottom: 150px;
    height: 250px;
    padding-top: 55px;
  }

  .counts::before {
    background-image: url(../../assets/img/counts.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 250px;
    content: '';
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0
  }
  .counts .count-box {
    padding: 50px 0px 0px 0px;
}
}

@media (min-width: 1700px) {

  .counts {
    padding-top: 0;
    margin-top: -170px;
    z-index: 1;
    position: relative;
    margin-bottom: 150px;
    height: 250px;
    padding-top: 55px;
  }

  .counts::before {
    background-image: url(../../assets/img/counts.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 250px;
    content: '';
    width: 92%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0
  }
  .counts .count-box {
    padding: 50px 0px 0px 0px!important;
}
}

@media (min-width: 2000px) {
  .counts {
    padding-top: 0;
    margin-top: -170px;
    z-index: 1;
    position: relative;
    margin-bottom: 150px;
    height: 250px;
    padding-top: 55px;
  }

  .counts::before {
    background-image: url(../../assets/img/counts.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 250px;
    content: '';
    width: 92%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0
  }
  .counts .count-box {
    padding: 80px 0px 0px 0px!important;
}
}

@media (max-width: 574px) {
  .counts {
    padding-top: 0;
    margin-top: 60px;
    z-index: 1;
    position: relative;
    margin-bottom: 100px;
    height: auto;
    padding-top: 0px;
  }

  .counts::before {
    background-image: url(../../assets/img/counts-mobile.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 500px;
    content: '';
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0
  }
}

.counts .count-box {
  padding: 30px 0px 0px 0px;
  width: 100%;
  position: relative;
  z-index: 2
}

.counts .count-box span {
  font-size: 42px;
  line-height: 24px;
  font-weight: 600;
  color: #fff;
}

.counts .count-box p {
  padding: 5px 0 0 0;
  margin: 0;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 13px;
}

.counts .count-box a {
  font-weight: 600;
  display: block;
  margin-top: 20px;
  color: #164682;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  transition: ease-in-out 0.3s;
}

.counts .count-box a:hover {
  color: #2169c4;
}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us {
  padding: 0;
}

.why-us .content {
  padding: 60px 100px 0 100px;
}

.why-us .content h3 {
  font-weight: 400;
  font-size: 34px;
  color: #123a6d;
}

.why-us .content h4 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 5px;
}

.why-us .content p {
  font-size: 15px;
  color: #848484;
}

.why-us .video-box {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 400px;
  position: relative;
}

.why-us .accordion-list {
  padding: 0 100px 60px 100px;
}

.why-us .accordion-list ul {
  padding: 0;
  list-style: none;
}

.why-us .accordion-list li+li {
  margin-top: 15px;
}

.why-us .accordion-list li {
  padding: 20px;
  background: #fff;
  46172Fborder-radius: 0;
}

.why-us .accordion-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding-right: 30px;
  outline: none;
  color: #46172F;
  cursor: pointer;
}

.why-us .accordion-list span {
  color: #46172F;
  font-weight: 600;
  font-size: 18px;
  padding-right: 10px;
}

.why-us .accordion-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.why-us .accordion-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.why-us .accordion-list .icon-show {
  display: none;
}

.why-us .accordion-list a.collapsed {
  color: #46172F;
}

.why-us .accordion-list a.collapsed:hover {
  color: #46172F;
}

.why-us .accordion-list a.collapsed .icon-show {
  display: inline-block;
}

.why-us .accordion-list a.collapsed .icon-close {
  display: none;
}

.why-us .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#46172F 50%, rgba(237, 80, 46, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.why-us .play-btn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.why-us .play-btn::before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(237, 80, 46, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.why-us .play-btn:hover::after {
  border-left: 15px solid #46172F;
  transform: scale(20);
}

.why-us .play-btn:hover::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

@media (max-width: 1024px) {
  .why-us .content, .why-us .accordion-list {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 992px) {
  .why-us .content {
    padding-top: 30px;
  }

  .why-us .accordion-list {
    padding-bottom: 30px;
  }
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  text-align: center;
  padding: 40px 20px;
  width: 100%;
  transition: all ease-in-out 0.3s;
}

@media (max-width: 768px) {
  .services .icon-box {
    padding: 10px 20px;
  }
}

.services .icon-box .icon {
  color: #46172F;
  font-size: 48px;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 0;
  color: #46172F;
  font-family: 'Plus Jakarta Sans', sans-serif;
  margin-top: 25px
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonial-wrap {
  padding-left: 50px;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px 30px 30px 60px;
  margin: 30px 15px;
  min-height: 200px;
  box-shadow: 0px 0px 20px 0px rgba(11, 35, 65, 0.1);
  position: relative;
  background: #fff;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 10px;
  border: 6px solid #fff;
  position: absolute;
  left: -45px;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: #fdedea;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 15px auto 15px auto;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #46172F;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #46172F;
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.galerie {
  padding: 0;
}

.galerie .row {
  --bs-gutter-x: 0;
}

.galerie h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 600;
}

.galerie p {
  color: #fff;
}

.galerie-box {
  color: #fff;
  position: relative;
  overflow: hidden;
}

.galerie-box img {
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

.galerie-box:hover img {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.galerie-info {
  color: #fff;
  position: absolute;
  bottom: 25px;
  right: 25px;
  padding-top: 35px;
  background-image: url(../../assets/img/galerie-info.svg);
  background-repeat: no-repeat;
  background-size: 156px auto;
  width: 156px;
  height: 147px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.galerie-info h4 {
  color: #fff;
}

@media (max-width: 768px) {
  .galerie-info {
    right: 10px;
  }
}

/*--------------------------------------------------------------
# text
--------------------------------------------------------------*/
.text {
  padding-top: 0;
  padding-bottom: 150px
}

@media (max-width: 768px) {
  .text {
    padding-bottom: 50px
  }
}

.text h2 {
  text-transform: uppercase;
  margin-bottom: 15px;
}

/*--------------------------------------------------------------
# Byty
--------------------------------------------------------------*/
.s-byty {
  padding: 0;
  position: relative;
}

.s-byty__section--profile {
  position: relative;
}

.detail.left {
  max-width: 2560px;
  margin-left: auto;
  margin-right: auto;
}

.detail.left {
  max-width: 2560px;
  margin-left: auto;
  margin-right: auto;
}

.detail {
  position: relative;
  margin-top: 0px;
}

.detail.left img {
  display: block;
  margin: auto;
  max-width: 100%;
  max-height: 2085px;
}

.detail .apparment-detail-over {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

#map {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .s-byty {
    display: none
  }
}

/*--------------------------------------------------------------
# Cenik
--------------------------------------------------------------*/
.cenik {
  padding: 80px 0;
}

.cenik img {
  margin-bottom: 25px
}

.cenik h2 {
  margin-bottom: 25px;

}

.cenik h5 {
  color: #46172F;
}

.cenik p {
  font-weight: 400
}

.house {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: 99999;
  background: white;
  overflow-y: scroll;
}

.house-title {
  font-size: 24px;
  line-height: 24px;
  display: block;
  font-weight: 600;
  color: #fff;
}

.house-title span {
  padding: 15px 0 0 0;
  margin: 0;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 13px;
  font-weight: 500;
}

.house-title-info {
  padding-left: 50px;
  margin-top: 20px
}

.house-ico {
  position: relative;
  margin-bottom: 10px
}

.ico1:before {
  font-family: 'icomoon' !important;
  content: "\e90c";
  color: #06D6A0;
  font-size: 24px;
  position: absolute;
  left: 15px;
  top: 25px
}

.ico2:before {
  font-family: 'icomoon' !important;
  content: "\e90a";
  color: #06D6A0;
  font-size: 24px;
  position: absolute;
  left: 15px;
  top: 25px
}

.ico3:before {
  font-family: 'icomoon' !important;
  content: "\e90b";
  color: #06D6A0;
  font-size: 24px;
  position: absolute;
  left: 15px;
  top: 25px
}

@media (max-width: 768px) {
  .section-house-detail-title {
    padding: 20px 0;
  }

  .house-title-info {
    padding-left: 30px;
    margin-top: 10px
  }

  .ico1:before {
    font-size: 18px;
    top: 10px
  }

  .ico2:before {
    font-size: 18px;
    top: 10px
  }

  .ico3:before {
    font-size: 18px;
    top: 10px
  }

  .house {
    overflow-y: scroll;
  }
}

.image-byt {
  text-align: center;
}

.image-byt img {
  width: 50%;
}

.byt-box {
  margin-bottom: 50px
}

.byt-box small {
  font-size: .675em;
}

.filtr-link {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
  padding-top: 20px;
  color: #fff;
}

.filtr-link a {
  font-size: 13px;
  color: #fff;
}

.filtr-link span {
  padding-right: 10px;
  padding-left: 10px;
  color: #06D6A0;
}

thead {
  color: #46172F;
}

tbody, td, tfoot, th, thead, tr {
  font-size: 12px;
}

.table>thead>tr>td.active, .table>tbody>tr>td.active, .table>tfoot>tr>td.active, .table>thead>tr>th.active, .table>tbody>tr>th.active, .table>tfoot>tr>th.active, .table>thead>tr.active>td, .table>tbody>tr.active>td, .table>tfoot>tr.active>td, .table>thead>tr.active>th, .table>tbody>tr.active>th, .table>tfoot>tr.active>th {
  cursor: pointer;
  color: #46172F;
}

.table>thead>tr>td.sold, .table>tbody>tr>td.sold, .table>tfoot>tr>td.sold, .table>thead>tr>th.sold, .table>tbody>tr>th.sold, .table>tfoot>tr>th.sold, .table>thead>tr.sold>td, .table>tbody>tr.sold>td, .table>tfoot>tr.sold>td, .table>thead>tr.sold>th, .table>tbody>tr.sold>th, .table>tfoot>tr.sold>th {
  cursor: pointer;
  background: #fff;
  color: #B1B3B2;
}

.table>thead>tr>td.reservation, .table>tbody>tr>td.reservation, .table>tfoot>tr>td.reservation, .table>thead>tr>th.reservation, .table>tbody>tr>th.reservation, .table>tfoot>tr>th.reservation, .table>thead>tr.reservation>td, .table>tbody>tr.reservation>td, .table>tfoot>tr.reservation>td, .table>thead>tr.reservation>th, .table>tbody>tr.reservation>th, .table>tfoot>tr.reservation>th {
  cursor: pointer;
  background: #fff;
  color: #B1B3B2;
}

.table>thead>tr>td.prereservation, .table>tbody>tr>td.prereservation, .table>tfoot>tr>td.prereservation, .table>thead>tr>th.prereservation, .table>tbody>tr>th.prereservation, .table>tfoot>tr>th.prereservation, .table>thead>tr.prereservation>td, .table>tbody>tr.prereservation>td, .table>tfoot>tr.prereservation>td, .table>thead>tr.prereservation>th, .table>tbody>tr.prereservation>th, .table>tfoot>tr.prereservation>th {
  cursor: pointer;
  background: #fff;
  color: #B1B3B2;
}

.table>thead>tr>td.house-div, .table>tbody>tr>td.house-div, .table>tfoot>tr>td.house-div, .table>thead>tr>th.house-div, .table>tbody>tr>th.house-div, .table>tfoot>tr>th.house-div, .table>thead>tr.house-div>td, .table>tbody>tr.house-div>td, .table>tfoot>tr.house-div>td, .table>thead>tr.house-div>th, .table>tbody>tr.house-div>th, .table>tfoot>tr.house-div>th {
  background: #46172F;
  padding: .5rem .5rem;
}

.table>:not(caption)>*>* {
  padding: 1rem .5rem;
}

.filter-checkbox-line {
  margin-bottom: 25px;
  padding-bottom: 25px;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.filter-checkbox-line-last {
  margin-bottom: 25px;
  padding-bottom: 25px;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.filter-checkbox-line-last .btn {
  margin-top: -10px;
  margin-bottom: -10px;
}

.filter-checkbox-line label {
  display: inline-block;
  margin-right: 20px;
  font-size: 15px;
}

.filter-checkbox-line-last label {
  display: inline-block;
  margin-right: 20px;
  font-size: 15px;
}

.form-check-input[type=checkbox] {
  border-radius: 0px;
  margin-right: 5px;
}

.filter-checkbox-line-last[type=checkbox] {
  border-radius: 0;
}

@media (max-width: 768px) {
  .table>:not(caption)>*>* {
    padding: 0.5rem 0;
  }

  .cenik {
    padding: 40px 0;
  }

  .filtr-link {
    padding-top: 5px
  }

  .filter-checkbox-line-last .btn {
    margin-bottom: 20px;
  }

  tbody, td, tfoot, th, thead, tr {
    font-size: 10px;
  }
}

@media (max-width: 600px) {
  .cenik .mobile {
    display: none
  }
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/*--------------------------------------------------------------
# Aktuality
--------------------------------------------------------------*/
.aktuality {
  padding: 80px 0;
}

.aktuality-box {
  position: relative;
}

.aktuality-box-image {
  overflow: hidden;
  margin-bottom: 25px;
  height: 250px;
}

.aktuality-box-image img {
  display: block;
    max-width: 100%;
    height: 100%;
}

@media (max-width: 768px) {
  .aktuality img {
    margin-top: 25px
  }
}

.aktuality h2 {
  margin-bottom: 25px
}

.aktuality h5 {
  color: #46172F;
}

.aktuality p {
  font-weight: 400;
  color: #46172F;
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  padding: 80px 0;
  background: #46172F;
}

.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 600;
}

.cta p {
  color: #fff;
}

.cta .cta-btn {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 35px;
  46172Fborder-radius: 0;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #46172F;
  color: #fff;
}

.cta .cta-btn:hover {
  background: #46172F;
  border: 2px solid #46172F;
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
#clients {
  padding: 60px 0;
  color: #46172F;
}

#clients .clients-wrap {
  margin-bottom: 30px
}

#clients .client-logo {
  padding: 34px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  background: #fff;
  height: 100px
}

#clients img {
  transition: all 0.4s ease-in-out
}

@media (max-width: 768px) {
  #clients .client-logo {
    padding: 90px;
    height: 100px
  }
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #46172F;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  color: #46172F;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px;
}

.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  color: #46172F;
}

.portfolio .portfolio-item .portfolio-info p {
  color: #1a5298;
  font-size: 14px;
  margin-bottom: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link, .portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 40px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: #123a6d;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover, .portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #46172F;
}

.portfolio .portfolio-item .portfolio-info .details-link {
  right: 10px;
}

.portfolio .portfolio-item .portfolio-links {
  opacity: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 3;
  position: absolute;
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-item .portfolio-links a {
  color: #fff;
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-item .portfolio-links a:hover {
  color: #f59f8c;
}

.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: 20px;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #46172F;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #46172F;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(11, 35, 65, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
@media (max-width: 992px) {
  #kontakt {
    margin-top: 125px;
  }
}
.contact .info-box {
  color: #fff;
  text-align: left;
  padding: 20px 0 30px 0;
}

.contact .info-box a{
  color: #fff;
}

.contact .image-box {
  width: 70%;
  position: relative;
  margin-top: 15px
}

.contact h2 {
  text-transform: uppercase;
  color: #fff;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
  padding: 0px;
}

.contact .send-message {
  color: #fff;
  background: #8D094A;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .send-message {
  color: #fff;
  background: #8D094A;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .error-message {
  color: #fff;
  background: #8D094A;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .error-message br+br {
  margin-top: 25px;
}

.contact .sent-message {
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact input, .contact textarea {
  border-radius: 0;
  box-shadow: none;
  46172Fborder-radius: 0;
}

.contact input:focus, .contact textarea:focus {
  border-color: #46172F;
}

.contact input {
  padding: 10px 0;
}

.contact textarea {
  padding: 10px 0;
}

.contact .form-check-input[type=checkbox] {
  border-radius: 0;
}

.form-check {
  font-size: 12px;
  margin-bottom: 15px;
}

.form-check input {
  padding: 0 !important;
}

.form-check-input {
  width: 1em;
  height: 1em;
  background-color: transparent;
  border: 1px solid #06D6A0;
}

.form-check-input:checked {
  background-color: #06D6A0;
  border-color: #06D6A0;
}

.contact .php-email-form button[type="submit"] {
  background: #06D6A0;
  border: 0;
  padding: 15px 60px;
  46172Fborder-radius: 0;
  color: #46172F;
  transition: 0.4s;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
  display: block;
  width: 100%;
  margin-bottom: 50px;
  margin-top: 25px
}

.contact .php-email-form button[type="submit"]:hover {
  background: #06D6A0;
}

.contact button[type="submit"] {
  background: #06D6A0;
  border: 0;
  padding: 15px 60px;
  46172Fborder-radius: 0;
  color: #fff;
  transition: 0.4s;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
  display: block;
  width: 100%;
  margin-bottom: 50px;
  margin-top: 25px
}

.contact button[type="submit"]:hover {
  background: #06D6A0;
}

.form-control {
  background-color: transparent;
  color: #fff;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 1px;
  border-left-width: 0px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: #FFFFFF;
  border-left-color: transparent;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 13px;
}

.form-control:focus {
  background-color: transparent;
  border-right-width: 0px;
  border-bottom-width: 1px;
  border-left-width: 0px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: #06D6A0;
  border-left-color: transparent;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.form-control::placeholder {
  color: #fff;
  background-color: transparent;
}

.form-control::-webkit-input-placeholder {
  color: #fff;
}

.form-control:-ms-input-placeholder {
  color: #fff;
}

.form-control:focus {
  color: #fff;
}

.form input, select {
  color: #FFFFFF;
}

.text-muted {
  color: #fff !important;
}

.form-text {
  font-size: .675em;
}

.form-text a {
  color: #fff !important;
}

label {
  color: #FFFFFF;
}

label a {
  color: #FFFFFF;
  text-decoration: underline;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #f6f9fd;
  min-height: 40px;
  margin-top: 82px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 74px;
  }
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 600;
  color: #46172F;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #123a6d;
  content: "/";
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #fff;
  padding: 0;
  font-size: 14px;
  position: relative;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  position: inherit;
  z-index: 1;
}

#footer .footer-top a {
  color: #46172F;
}

#footer .footer-top a:hover {
  color: #06D6A0;
}

#footer .footer-top .footer-info {
  text-align: left;
  color: #fff;
}

#footer .footer-top .footer-info h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 600;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: 'Plus Jakarta Sans', sans-serif;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  46172Fborder-radius: 0;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  background: #0a1e38;
}

#footer .footer-top .social-links a:hover {
  color: #fff;
  background: #46172F;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #ef6445;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: #ef6445;
}

#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  46172Fborder-radius: 0;
}

#footer .footer-top .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}

#footer .footer-top .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px 2px 20px;
  background: #46172F;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}

#footer .footer-top .footer-newsletter form input[type="submit"]:hover {
  background: #ef6445;
}

#footer .copyright {
  border-top: 1px solid #0f2f57;
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

@media (max-width: 992px) {
  #footer {
    color: #fff;
    height: 400px
  }
}

.footer-image-bg {
  width: 48%;
  height: 430px;
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  background-image: url(../../assets/img/footer.webp);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.stitek {
  background-image: url(../../assets/img/stitek.svg);
  background-size: 250px 40px;
  background-repeat: no-repeat;
  height: 40px;
  width: 300px;
  margin-top: -10px;
  padding-left: 10px;
  padding-top: 8px;
}

@media (max-width: 992px) {
  #footer .footer-top .footer-info {
    margin: -20px 0 30px 0;
  }

  .footer-image-bg {
    width: 100%;
    height: 400px;
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 0;
    background-image: url(../../assets/img/footer.webp);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
  }

  #footer .footer-top a {
    color: #fff;
  }
}

.parallax-background {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 2rem;
  margin-bottom: 150px;
}

.parallax-background .pattern-top-left {
  z-index: -1;
}

.parallax-background .pattern-top-right {
  z-index: -1;
}

.parallax-background .pattern-bottom-left {
  z-index: -1;
}

.parallax-background .pattern-bottom-right {
  z-index: -1;
}

@media (max-width: 768px) {
  .parallax-background {
    margin-bottom: 50px;
  }
}

.pattern-color {
  background-image: url(../../assets/img/pattern-color.svg);
  background-repeat: no-repeat;
  position: absolute;
  z-index: 1;
}

.pattern-white {
  background-image: url(../../assets/img/pattern-white.svg);
  background-repeat: no-repeat;
  position: absolute;
  z-index: 1;
}

.pattern-header {
  top: 130px !important;
}

.pattern-top-left {
  top: 0;
  left: 0;
  transform: rotate(-180deg);
}

.pattern-top-right {
  top: 0;
  right: 0;
  transform: rotate(-90deg);
}

.pattern-bottom-left {
  bottom: 0;
  left: 0;
  transform: rotate(90deg);
}

.pattern-bottom-right {
  bottom: 0;
  right: 0;
}

.pattern-400 {
  width: 400px;
  height: 400px;
  background-size: 400px auto;
}

.pattern-300 {
  width: 300px;
  height: 300px;
  background-size: 300px auto;
}

.pattern-200 {
  width: 200px;
  height: 200px;
  background-size: 200px auto;
}

.pattern-100 {
  width: 100px;
  height: 100px;
  background-size: 100px auto;
}

.pattern-50 {
  width: 50px;
  height: 50px;
  background-size: 50px auto;
}

.parallax-background .mask-top-left {
  background-image: url(../../assets/img/mask-top-left.svg);
  background-repeat: no-repeat;
  position: absolute;
  z-index: 1;
}

.parallax-background.mask {
    position: relative;
    z-index: -1
}

.parallax-background.mask::after {
    background-image: url(../../assets/img/mask-top-left.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top;
    height: 250px;
    content: '';
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.parallax-background.mask::before {
    background-image: url(../../assets/img/mask-bottom-left.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom;
    height: 100vh;
    content: '';
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
}

.galerie.mask {
    position: relative;
}

.galerie.mask::after {
    background-image: url(../../assets/img/mask-top-left.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top;
    height: 250px;
    content: '';
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.footer-image-bg.mask::after {
    background-image: url(../../assets/img/mask-top-right.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom;
    height: 430px;
    content: '';
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}


.aktuality-box-image.mask {
    position: relative;
}

.aktuality-box-image.mask::after {
    background-image: url(../../assets/img/mask-bottom-right.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom;
    height: 300px;
    content: '';
    width: 101%;
    position: absolute;
    bottom: 0;
    left: 0;
}



.s-byty.mask {
    position: relative;
}

.s-byty.mask::after {
    background-image: url(../../assets/img/mask-top-left.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top;
    height: 250px;
    content: '';
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}


@media (min-width: 768px) and (max-width: 1440px) {
  .pattern-400 {
    width: 300px;
    height: 300px;
    background-size: 300px auto;
  }

  .pattern-300 {
    width: 250px;
    height: 250px;
    background-size: 250px auto;
  }

  .pattern-200 {
    width: 150px;
    height: 150px;
    background-size: 150px auto;
  }

  .pattern-100 {
    width: 100px;
    height: 100px;
    background-size: 100px auto;
  }

  .pattern-50 {
    width: 50px;
    height: 50px;
    background-size: 50px auto;
  }
}

@media (max-width: 768px) {
  .pattern-header {
    top: 78px !important;
  }

  .pattern-400 {
    width: 200px;
    height: 200px;
    background-size: 200px auto;
  }

  .pattern-300 {
    width: 200px;
    height: 200px;
    background-size: 200px auto;
  }

  .pattern-200 {
    width: 100px;
    height: 100px;
    background-size: 100px auto;
  }

  .pattern-100 {
    width: 100px;
    height: 100px;
    background-size: 100px auto;
  }

  .pattern-50 {
    width: 50px;
    height: 50px;
    background-size: 50px auto;
  }
}

.btn {
  border: 0;
  padding: 15px 60px;
  border-radius: 0;
  transition: 0.4s;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
  display: block;
}

.btn-primary {
  color: #fff;
  background-color: #06D6A0;
  border-color: #06D6A0;
  background: #06D6A0;
}

.btn-check:focus+.btn-primary, .btn-primary:focus {
  color: #fff;
  background-color: #06D6A0;
  border-color: #06D6A0;
  box-shadow: 0 0 0 0.25rem rgb(49 132 253 / 50%);
}

.btn-check:active+.btn-primary, .btn-check:checked+.btn-primary, .btn-primary.active, .btn-primary:active, .show>.btn-primary.dropdown-toggle {
  color: #46172F;
  background-color: #06D6A0;
  border-color: #06D6A0;
  background: #06D6A0;
}

.btn-primary:hover {
  color: #fff;
  background-color: #06D6A0;
  border-color: #06D6A0;
}

.btn-cancel {
  color: #06D6A0;
  font-size: 36px;
  float: right;
  transition: 0.4s;
}

.btn-cancel:hover {
  color: #06D6A0;
  text-decoration: none;
}

@media (max-width: 768px) {
  .btn-cancel {
    font-size: 24px;
  }
}

.btn-group-sm>.btn, .btn-sm {
  padding: .05rem 0rem !important;
  font-size: .675rem;
  border-radius: .0rem;
}

@media (max-width: 768px) {
  .btn-group-sm>.btn, .btn-sm {
    padding: .02rem 0rem !important;
    font-size: 8px;
    border-radius: .0rem;
    letter-spacing: .0rem;
  }
}

.floor-list {
  position: absolute;
  top: 100px;
  left: 100px;
  z-index: 1;
}

.floor-list li {
  display: block;
}

.floor-list a {
  background-image: none;
  border-bottom: 1px solid #46172F;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
  display: block;
  padding: 5px 0;
  text-transform: uppercase;
  text-decoration: none;
}

.floor-list a:hover {
  color: #06D6A0;
}

.floor-list a.active {
  color: #06D6A0;
  font-size: 18px;
  font-weight: 700;
  background-image: none;
}

.popup-box img {
  width: 100%;
  height: auto;
}

.popup-box {
  position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
  z-index: 9;
  width: 600px;
  height: auto;
  font-size: 14px;
  text-align: right;
}

.popup-box .close {
  position: absolute;
    right: 15px;
    top: 15px;
  background-image: url(../img/ico-close-white.svg);
  background-repeat: no-repeat;
  background-size: 24px auto;
  width: 24px;
  height: 24px;
  opacity: 1;
  z-index: 9
}

@media only screen and (max-width:1200px) {
  .popup-box {
    width: 400px;
  }
}

@media only screen and (max-width:768px) {
  .popup-box {
    top: 80px;
    left: 0;
    right: 0;
    left: 0%;
    top: 20%;
    transform: translate(0);
    width: 100%;
    z-index: 9;
    padding: 0;
    text-align: center;
    padding-top: 0px;
  }

  .popup-box img {
    width: 100%;
    height: auto;
  }

  .popup-box::before {
    display: none
  }

  .popup-box .close {
    right: 15px;
    top: -35px;
  }
}

@media only screen and (max-width:600px) {
  .popup-box {
    padding-top: 0px;
    top: auto;
    bottom: 25%;
  }
}

@media only screen and (max-width:400px) {
  .popup-box {
    padding-top: 0px;
  }
}
