@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

body {
  font-family: "Montserrat", sans-serif;
  color: #106582;
  background: #EDFAFF;
  line-height: 2;
  font-weight: 400;
}

a {
  color: #F29798;
  text-decoration: none;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Playfair Display", serif;
  text-transform: uppercase;
}

.h1, h1 {
  font-size: 4rem;
  margin-bottom: 3rem;
}

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

@media (max-width: 768px){
  .h1, h1 {
    font-size: 40px;
    margin-bottom: 3rem;
  }
  .h2, h2 {
    font-size: 30px;
  }
}

.lead {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 400;
}

.text-danger {
  color: #F29798 !important;
}

.btn {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  display: inline-block;
  padding: 15px 35px 15px 35px;
  border-radius: 0;
  transition: 0.5s;
}

.btn-primary {
  color: #fff;
  background-image: linear-gradient(to right, #106582 0%, #F29798 51%, #106582 100%);
  border-color: transparent;
  background-size: 200% auto;
}

.btn-primary:hover {
  background-position: right center;
  border-color: transparent;
}

.btn-group-sm>.btn, .btn-sm {
  padding: 5px 0 5px 0;
}

.btn-light {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  transition: 0.3s;
  color: #106582;
  background: transparent;
  border: transparent
}

.btn-light:hover {
  background: transparent;
  border: transparent;
  color: #F29798;
}

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

  .text-primary {
    color: #106582!important;
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #ff4a17;
  width: 40px;
  height: 40px;
  border-radius: 0;
  transition: all 0.4s;
}

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

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

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

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

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 3px solid #F29798;
  border-top-color: #F29798;
  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);
  }
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 20px 60px;
}

#header.header-scrolled,
#header.header-inner-pages {
  background: #EDFAFF;
  padding: 10px 60px;
}

@media (max-width: 768px) {
  #header {
    padding: 10px 0px;
  }

  #header.header-scrolled,
  #header.header-inner-pages {
    background: #EDFAFF;
    padding: 10px 0px;
  }
}

#header .logo {
  font-size: 32px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 2px;
}

#header .logo a {
  color: #fff;
}

#header .logo img {
  max-height: 60px;
}

.btn-book-a-table,
.btn-book-a-table:focus {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 8px 20px;
  margin-left: 30px;
  transition: 0.3s;
  color: #106582;
  padding-left: 30px;
  background-image: url(../img/line-top.svg);
  background-repeat: no-repeat;
  background-position: 0 center;

    line-height: 1.5;
}

.btn-book-a-table:hover,
.btn-book-a-table:focus:hover {
  background-position: 5px center;
}

.btn-book-a-table.hp {
  display: none
}

@media (max-width: 1200px) {

  .btn-book-a-table,
  .btn-book-a-table:focus {
    display: none
  }
  .btn-book-a-table.hp {
    display: block;
    width: 220px;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
        margin-bottom: -50px;
        display: none
  }
}

.btn-book-a-table:hover,
.btn-book-a-table:focus:hover {
  color: #F29798;
}

/*--------------------------------------------------------------
# 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>ul>li {
  white-space: nowrap;
  padding: 8px 12px;
}

@media (max-width: 1400px) {
  .navbar>ul>li {
    padding: 8px 4px;
  }
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-between;
  padding: 0 3px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  color: #106582;
  white-space: nowrap;
  transition: 0.3s;
}

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

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #F29798;
}

.navbar .getstarted,
.navbar .getstarted:focus {
  padding: 8px 25px;
  margin-left: 30px;
  border-radius: 0;
  color: #fff;
  border: 2px solid #fff;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: #fff;
  background: #fd3800;
  border-color: #ff4a17;
}

.navbar>ul>li>.getstarted:before {
  visibility: hidden;
}

.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;
  border-radius: 0;
}

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

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  color: #15222b;
  font-weight: 400;
}

.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: #ff4a17;
}

.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: #fff;
  background-image: linear-gradient(to right, #106582 0%, #F29798 51%, #106582 100%);
  border-color: transparent;
  background-size: 200% auto;
  padding: 10px;
  font-size: 36px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@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-image: linear-gradient(to right, #106582 0%, #F29798 51%, #106582 100%);
  border-color: transparent;
  background-size: 200% auto;
  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: 90px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #15222b;
}

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

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.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: #ff4a17;
}

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

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  height: 90vh;
  /*background: url("../img/hero-bg.webp") top center;
  background-size: cover;*/
  position: relative;
  padding: 0;
  margin: 100px 0px 0 0x;
}

.scroll-down {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 36px;
  text-decoration: none;
  color: #fff;
  animation: bounce 1.5s infinite;
}

@keyframes bounce {
  0%, 100% { transform: translate(-50%, 0); }
  50% { transform: translate(-50%, 10px); }
}

@media (max-width: 768px) {
  #hero {
    height: 40vh;
    margin: 80px 0px 0 0px;
  }
}

/*#hero:before {
  content: "";
  background: rgba(13, 20, 26, 0.3);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}*/

#hero .hero-container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  z-index: 1
}

.hero-pattern {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  position: relative;
}

/*.hero-pattern::before {
  width: 100%;
  height: 100vh;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background-image: url(../img/pattern.svg);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: cover;
  z-index: 0;
  -webkit-transition: 1.5s ease;
  transition: 1.5s ease;
  -webkit-transform: translateX(40%);
  transform: translateX(40%);
}

.hero-pattern:hover::before {
  width: 100%;
  height: 100vh;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  -webkit-transition: 1.5s ease;
  transition: 1.5s ease;
  -webkit-transform: translateX(90%);
  transform: translateX(90%);
}*/

#hero h1 {
  margin: 0 0 10px 0;
  font-size: 98px;
  font-weight: 400;
  line-height: 98px;
  text-transform: uppercase;
  color: #fff;
}

#hero h1.small {
  font-size: 4rem;
  line-height: 4rem;
}

#hero h2 {
  color: #eee;
  margin-bottom: 50px;
  font-size: 24px;
}

#hero .btn-get-started {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 13px;
  display: inline-block;
  padding: 15px 35px 15px 35px;
  border-radius: 0;
  transition: 0.5s;
  color: #fff;
  background-image: linear-gradient(to right, #106582 0%, #F29798 51%, #106582 100%);
  border-color: transparent;
  background-size: 200% auto
}

#hero .btn-get-started:hover {
  background-position: right center;
}

.text-started {
  position: absolute;
  left: 50%;
  bottom: -55px;
  transform: translate(-50%, 0);
  font-weight: 600;
  font-size: 13px;
  padding-bottom: 100px;
  background-image: url(../img/line.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
}

@media (max-width: 1024px) {
  #hero h1 {
    font-size: 4rem;
    line-height: 4rem;
  }
  #hero h1.small {
    font-size: 4rem;
    line-height: 4rem;
  }
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 40px;
    line-height: 40px;
  }
  #hero h1.small {
    font-size: 2rem;
    line-height: 2rem;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
.main {
  padding: 0 20px;
  margin-top: 100px;
}

@media (max-width: 768px) {
  .main {
    padding: 0 10px;
    margin-top: 80px;
  }
}

section {
  padding: 120px 0;
  overflow: hidden;
}

@media (max-width: 768px) {
  section {
    padding: 80px 0;
    overflow: hidden;
    font-size: 14px;
  }
}

.section-bg {
  background-color: #f0f4f8;
}

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

.section-title h2 {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 400;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  color: #63A6BF;
  font-family: "Montserrat", sans-serif;
}

.section-title p {
  margin: 0;
  margin: 0;
  font-size: 50px;
  font-weight: 400;
  font-family: "Playfair Display", serif;
  color: #fff;
  line-height: 1.5;
}

@media (min-width: 1280px) {
  .section-header p {
    width: 50%;
    margin: 0 auto;
  }
}

@media (max-width: 1024px) {
  .section-title p {
    font-size: 40px;
  }
}

@media (max-width: 768px) {
  .section-title p {
    font-size: 30px;
  }
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .container {
  padding-bottom: 15px;
}

.about .count-box {
  padding: 60px 0;
  width: 100%;
}

.about .count-box i {
  display: block;
  font-size: 48px;
  color: #a1bdd1;
  float: left;
  line-height: 0;
}

.about .count-box span {
  font-size: 28px;
  line-height: 25px;
  display: block;
  font-weight: 700;
  color: #365870;
  margin-left: 60px;
}

.about .count-box p {
  padding: 5px 0 0 0;
  margin: 0 0 0 60px;
  font-family: "Playfair Display", serif;
  font-weight: 600;
  font-size: 14px;
  color: #2e4b5e;
}

.about .count-box a {
  font-weight: 600;
  display: block;
  margin-top: 20px;
  color: #2e4b5e;
  font-size: 15px;
  font-family: "Playfair Display", serif;
  transition: ease-in-out 0.3s;
}

.about .count-box a:hover {
  color: #477392;
}

.about .content {
  font-size: 15px;
}

.about .content h3 {
  font-weight: 700;
  font-size: 24px;
  color: #263d4d;
}

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

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

.about .content ul i {
  font-size: 24px;
  color: #ff4a17;
  position: absolute;
  left: 0;
  top: -2px;
}

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

.about .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#ff4a17 50%, rgba(255, 74, 23, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.about .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);
}

.about .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(255, 74, 23, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.about .play-btn:hover::after {
  border-left: 15px solid #ff4a17;
  transform: scale(20);
}

.about .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;
}

@-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;
  }
}

/*--------------------------------------------------------------
# benefits
--------------------------------------------------------------*/
.benefits {
  height: 600px;
  position: relative;
  margin-top: 120px;
}

.benefits::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 36px;
  height: 64px;
  background-image: url(../img/svg/symbol.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 64px;
  z-index: 2;
}

.benefits.icon {
  padding: 60px 0 120px 0;
}


.benefits.white {
  position: relative;
  height: auto !important
}

.benefits.no-icon::after {
  background: none !important
}

.benefits.white::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 36px;
  height: 64px;
  background-image: url(../img/svg/symbol-white.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 64px;
  z-index: 2;
}

.benefits.img1 {
  background: url(../img/img1.webp) no-repeat;
  background-size: auto 600px;
  background-position: center center;
}

.benefits.img2 {
  background: url(../img/img2.webp) no-repeat;
  background-size: auto 600px;
  background-position: center center;
}

.benefits.projekt {
  background: url(../img/projekt.webp) no-repeat;
  background-size: auto 600px;
  background-position: center center;
}

.benefits-img {
  position: relative;
}

.benefits-img .date {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 100px;
  height: 73px;
  background-image: url(../img/svg/date.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 73px;
  z-index: 2;
  font-family: "Playfair Display", serif;
  font-size: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 768px) {
  .benefits-img .date {
    top: 0%;
  }
  .benefits {
    margin-top: 60px;
  }
  
  }

.benefits-img .date.left {
  left: 30px;
}

.benefits-img .date.right {
  right: 30px;
}

.fin-ico {
  background-image: url(../img/svg/fin.svg);
  background-repeat: no-repeat;
  background-position: 15px 15px;
  background-size: auto 64px;
  padding-left: 100px;
}

@media (max-width: 768px) {
  .benefits {
    height: 800px;
    position: relative;
  }

  .benefits::after {
    top: 67%;
  }

  .benefits2 {
    height: 800px;
    position: relative;
  }

  .benefits2::after {
    top: 57%;
  }


  .benefits.img1 {
    background: url(../img/img1-mobile.webp) no-repeat;
    background-size: auto;
    background-position: center center;
    height: 900px;
  }

  .benefits.img2 {
    background: url(../img/img2-mobile.webp) no-repeat;
    background-size: auto;
    background-position: center center;
  }
}

.benefits .icon-box {
  margin-bottom: 50px;
}

.benefits .icon-box img {
  width: 48px
}

.benefits .icon-box .icon-box:hover h4 a {
  color: #ff4a17;
}

.benefits .icon-box p {
  margin-left: 70px;
  line-height: 24px;
  font-size: 14px;
}

.benefits .icon-box:hover h4 a {
  color: #ff4a17;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact {
  background: #106582;
  color: white
}

.contact-img  {
  width: 220px
}

@media (max-width: 768px) {
  .contact-img  {
    width: 120px
  }
}

.contact .info-box {
  color: #106582;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px 0 30px 0;
}

.contact .info-box i {
  font-size: 32px;
  color: #ff4a17;
  border-radius: 50%;
  padding: 8px;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
}

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

.contact label {
  font-size: 14px;
  color: #63A6BF;
}

.contact .small, .contact small {
  font-size: .675em;
  color: #63A6BF;
}

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

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

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

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

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

.contact .php-email-form .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 .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 0;
  color: white;
  line-height: var(--input-line-height);
  max-width: 100%;
  border: 0;
  background: transparent;
  border-bottom: 1px solid #63A6BF;
  transition: all .3s ease-in-out;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  color: white;
  border-bottom: 1px solid #F29798;
}

.form-check-input {
  border: 1px solid #63A6BF !important;
  padding: 5px 0 !important;
  margin-top: 9px
}

.contact .form-check {
  padding-left: 1.3em;
}

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

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

.contact .php-email-form input::-moz-placeholder,
.contact .php-email-form textarea::-moz-placeholder {
  color: #63A6BF;
}

.contact .php-email-form input::placeholder,
.contact .php-email-form textarea::placeholder {
  color: #63A6BF;
}

.contact .php-email-form button[type=submit] {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 13px;
  display: inline-block;
  padding: 15px 35px 15px 35px;
  border-radius: 0;
  transition: 0.5s;
  color: #fff;
  background-image: linear-gradient(to right, #106582 0%, #F29798 51%, #106582 100%);
  border-color: transparent;
  background-size: 200% auto;
  width: 100%
}

.contact .php-email-form button[type=submit]:hover {
  background-position: right center;
}

@-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: #f0f4f8;
  min-height: 40px;
  margin-top: 78px;
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 400;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

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

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

.slide1 {
  background-image: url(../img/hero-new-1.webp)
}
.slide2 {
  background-image: url(../img/hero-new-2.webp)
}
.slide3 {
  background-image: url(../img/hero-new-3.webp)
}
.slide4 {
  background-image: url(../img/hero-new-4.webp)
}
.slide5 {
  background-image: url(../img/hero-new-5.webp)
}
.slide6 {
  background-image: url(../img/hero-new-6.webp)
}
.slide7 {
  background-image: url(../img/hero-7.jpg)
}

.slide8 {
  background-image: url(../img/hero-8.jpg)
}

@media (max-width: 768px) {
  .slide1 {
    background-image: url(../img/hero-new-1.webp)
  }
  .slide2 {
    background-image: url(../img/hero-new-2.webp)
  }
  .slide3 {
    background-image: url(../img/hero-new-3.webp)
  }
  .slide4 {
    background-image: url(../img/hero-new-4.webp)
  }
  .slide5 {
    background-image: url(../img/hero-new-5.webp)
  }
  .slide6 {
    background-image: url(../img/hero-new-6.webp)
  }
  }


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

  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials {
  padding: 160px 0;
  background: url("../img/testimonials-bg-new.webp") no-repeat;
  background-position: center center;
  height: 800px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  margin: 100px 20px 0 20px;
}
@media (max-width: 768px) {
  .testimonials {
    background: url("../img/testimonials-bg-768-new.webp") no-repeat;
    padding: 80px 0;
    height: 500px;
    background-position: cover;
    margin: 80px 10px 0 10px;
  }
  }

.testimonials::before {
  width: 100%;
  height: 100vh;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background-image: url(../img/pattern.svg);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: cover;
  z-index: 0;
  -webkit-transition: 1.5s ease;
  transition: 1.5s ease;
  -webkit-transform: translateX(40%);
  transform: translateX(40%);
}

.testimonials:hover::before {
  width: 100%;
  height: 100vh;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  -webkit-transition: 1.5s ease;
  transition: 1.5s ease;
  -webkit-transform: translateX(90%);
  transform: translateX(90%);
}

.testimonials .section-header {
  margin-bottom: 40px;
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  text-align: center;
  color: #fff;
}

.testimonials .testimonial-item .testimonial-img {
  width: 50px;
  margin: 0 auto;
  margin-bottom: 50px
}

.testimonials .testimonial-item h2 {
  margin: 10px 0 5px 0;
  color: #fff;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 68px;
  text-transform: uppercase;
}

.dum {
  background: url("../img/dum-bg.webp") no-repeat;
  background-position: center center;
  background-size: cover;
  height: 300px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  padding: 60px 0;
}

@media (max-width: 1024px) {
  .testimonials .testimonial-item h2 {
    font-size: 48px;
    line-height: 48px;
  }
}

@media (max-width: 768px) {
  .testimonials .testimonial-item h2 {
    font-size: 38px;
    line-height: 38px;
  }
  .dum {
    height: 200px;
    padding: 0px 0;
  }
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: rgba(255, 255, 255, 0.4);
  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: 0 auto 15px auto;
  color: #eee;
}

@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 80%;
  }
}

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

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #a1bdd1;
  opacity: 0.5;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ff4a17;
  opacity: 1;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  padding: 0 0 30px 0;
  font-size: 14px;
}

#footer .footer-top {
  background: transparent;
  padding: 60px 0 60px 0;
  border-bottom: 2px solid #106582;
  margin: 0 20px 0 20px;
}

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

@media (max-width: 768px) {
  #footer .footer-top .footer-info img {
    width: 150px
  }
}
#footer .footer-top .footer-info h3 {
  font-size: 28px;
  margin: 0 0 15px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Playfair Display", serif;
  color: #fff;
}

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

#footer .footer-top .social-links a:hover {
  background: #ff4a17;
  color: #fff;
  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: #ff5e31;
  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: #ff4a17;
}

#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-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;
  background: #ff4a17;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}

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

#footer .copyright {
  padding-top: 30px;
  padding-left: 60px;
  padding-right: 60px;
}

#footer .copyright a{
  color: #106582;
}

@media (max-width: 768px) {
  #footer .copyright {
    text-align: center !important;
  }

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

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

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

#footer .credits a {
  transition: 0.3s;
}

#parallax-bg1 {
  z-index: -1;
  position: fixed;
  left: 50%;
  top: 0;
  width: 1200px;
  margin-left: -600px
}

#bg1-1 {
  position: absolute;
  top: -200px;
  right: -670px;
  z-index: -1;
  width: 1000px;
  height: 1000px;
}

#bg1-2 {
  position: absolute;
  top: 1600px;
  right: -200px;
  z-index: -1;
  width: 900px;
  height: 900px;
}

#bg1-3 {
  position: absolute;
  top: 900px;
  right: 300px;
  z-index: -1;
  width: 900px;
  height: 900px;
}

#bg1-4 {
  position: absolute;
  top: 620px;
  right: 1150px;
  z-index: -1;
  width: 600px;
  height: 600px;
}

#bg1-5 {
  position: absolute;
  top: 1500px;
  left: 70px;
  z-index: -1;
  width: 200px;
  height: 200px;
}

#bg1-6 {
  position: absolute;
  top: 700px;
  right: 670px;
  z-index: -1;
  width: 200px;
  height: 200px;
}

#bg1-7 {
  position: absolute;
  top: 500px;
  right: 170px;
  z-index: -1;
  width: 100px;
  height: 100px;
  opacity: 0.5
}

#bg1-8 {
  position: absolute;
  top: 1200px;
  right: 0px;
  z-index: -1;
  width: 100px;
  height: 100px;
  opacity: 0.5
}

.carousel-control-next, .carousel-control-prev {
  opacity: 1;
  background-image: linear-gradient(to right, #106582 0%, #F29798 51%, #106582 100%);
  border-color: transparent;
  background-size: 200% auto;
  width: 3rem;
  height: 3rem;
  top: 50%;
  transform: translate(0, -50%);
  transition: 0.5s;
}

.carousel-control-next:hover, .carousel-control-prev:hover {
  background-position: right center;
  border-color: transparent;
}

.carousel-control-next {
  right: -25px
}

.carousel-control-prev {
  left: -25px
}

@media (max-width: 768px) {
  .carousel-control-next {
    right: -10px
  }

  .carousel-control-prev {
    left: -10px
  }
}
.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
  opacity: 1;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  position: relative;
  z-index: 1
}

.carousel-control-next-icon:before, .carousel-control-prev-icon:before {
  display: inline-block;
  content: "";
  z-index: -1
}

.section-byty {
    width: 100%;
}

.s-byty {
  padding: 0;
  position: relative;
  margin-bottom: -120px
}

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

.detail.left {
  max-width: 1680px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

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

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

.close {
  font-size: 36px;
}

.detail.left img {
  display: block;
  margin: auto;
  width: 100%;
}

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

@media only screen and (max-width:600px) {
  .s-byty {
    padding: 0;
    position: relative;
  }
}

@media screen and (max-width: 768px) {
  .desktop {
    display: none
  }
  .byt-box .btn {
    width: 100%
  }
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  display: inline-table;
  color: #106582;
  border-color: #cce3ea;
}

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

thead {
  background-color: #106582;
  color: #fff;
  font-size: 11px;
  letter-spacing: 1;
  text-transform: uppercase;
  font-weight: 600;
}

tbody {
  cursor: pointer;
}

.table tr {
  border-top: 1px solid #106582 !important;
  padding: 30px;
}



.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 {
  opacity: .3;
}

@media (max-width: 768px) {
  thead {
    font-size: 9px;
  }
  .table {
    font-size: 10px;
}
.mobile {
  display: none
}
.table>:not(caption)>*>* {
    padding: 0.5rem 0.2rem;
}
}
.gallery {
  position: relative;
  overflow: hidden;
}

.gallery:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

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

.gallery .triangle-top {
  width: 0;
  height: 0;
  border-top: 30vw solid #EDFAFF;
  border-right: 100vw solid transparent;
  position: absolute;
  top: 0;
  right: 0;
}

.gallery .triangle-bottom {
  width: 0;
      height: 0;
      border-bottom: 30vw solid #EDFAFF;
      border-right: 100vw solid transparent;
      position: absolute;
      bottom: 0;
      right: 0;
}

#map-big {
    min-height: 600px;
}

.alert-box {
    font-weight: 500;
    font-size: 20px;
    opacity: 1;
    visibility: visible;
    position: relative;
    text-align: center;
    width: 59%;
    margin-right: auto;
    margin-left: auto;
    font-family: "Playfair Display", serif;
    padding: 25px 5px;
}

.alert-box p{
    padding: 0;
    margin: 0
}

.alert-box--error {
    background-color: #ffd1d2;
    color: #bf4042;
}

.alert-box--info {
    background-color: #64b0c9;
    color: #0f6480;
}

.plaketa {
    background: url(../img/plaketa.svg) no-repeat;
    background-size: 139px auto;
    position: absolute;
    top: 150px;
    right: 100px;
    width: 139px;
    height: 179px;
    z-index: 1;
}
@media (max-width: 768px) {
.plaketa {
    background-size: 60px auto;
    top: 90px;
    right: 20px;
    width: 60px;
    height: 100px;
}
}

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

.popup-box {
  position: fixed; /* Lepší než absolute pro vycentrování na obrazovce */
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  max-width: 600px;
  height: auto;
  font-size: 14px;
  text-align: center; /* Pokud chceš i text na střed */
}

.image-byt img {
  width: 100%;
  height: auto;
}

/*.popup-box::before {
  content: "";
  background: #dae5e4 url(../images/svg/symbol-popup.svg) no-repeat;
  background-size: 120px;
  position: absolute;
  width: 120px;
  height: 135px;
  top: 35px;
  right: 35px;
  z-index: 1
}*/

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

.popup-box h3 {
  margin-top: 30px
}

@media only screen and (max-width:768px) {
  .popup-box {
    position: fixed; /* Lepší než absolute pro vycentrování na obrazovce */
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
    width: 80%;
    height: auto;
    font-size: 14px;
    text-align: center; /* Pokud chceš i text na střed */
  }

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


  .popup-box h3 {
    margin-top: 40px
  }

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

  .popup-box .close {
    background-image: url(../img/ico-close-blue.svg);
  background-repeat: no-repeat;
  background-size: 16px auto;
  width: 16px;
  height: 16px;
    right: 10px;
    top: 10px;
  }
}

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

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

@media (max-width: 991px) {
  .domy {
    display: none;
  }

  .domy-mobile {
    display: block;
  }
}


.ratting-image {
  position: absolute;
  right: 30px;
  bottom: 30px;
  z-index: 5; 
}

.ratting-image img {
  width: 350px;
  height: auto;
}

@media (max-width: 768px) {
  .ratting-image img {
    width: 200px;
  }
}
