@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400;600;700&family=Roboto+Slab:wght@300;400;600;700&display=swap');

body, html {
  height: 100%;
}

body {
  color: #676A75;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 16px;
  font-weight: 300;
  position: relative;
  background: #ffffff;
}

body.dark-bg {
  color: #d0d0d0;
  background: #393939;
}

body.dark-bg h2 {
  color: #fff;
}

header {
  position: absolute;
  width: 100%;
  z-index: 90;
}

p {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  font-family: 'Roboto Slab', serif;
}

strong {
  font-weight: 600;
}

a {
  position: relative;
  color: #000;
  text-decoration: none !important;
}

a.effect:hover {
  color: #676A75 !important;
}

a.effect-white:hover {
  color: #fff !important;
}

a.effect-white:before {
  background-color: #fff;
}

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

.gallery-title {
  position: absolute;
  top: 0;
  left: 2%;
}

.img-box {
  position: relative;
  display: inline-block;
}

.img-box .top-img-bg {
  position: absolute;
  height: 10px;
  background: #ad842f;
  width: 40%;
  right: -10px;
  top: -10px;
}

.img-box .right-img-bg {
  position: absolute;
  width: 10px;
  background: #ad842f;
  height: 40%;
  right: -10px;
  top: -10px;
}

.img-title {
  position: absolute;
  top: 35px;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
}

.img-title h3{
  font-size: 25px;
  color: #fff;
  font-weight: 300;
}

.padding {
  position: fixed;
  width: 30px;
  background: #FFF;
  height: 100vh;
  z-index: 99;
  top: 0;
}

.padding.left {
  left: 0
}

.padding.right {
  right: 0
}

.padding.top {
  width: 100%;
  background: #FFF;
  height: 30px;
  top: 0;
  left: 0;
}

@media (max-width: 768px) {

  .padding {
    width: 10px;
  }

  .padding.left {
    left: 0
  }

  .padding.right {
    right: 0
  }

  .padding.top {
    height: 10px;
  }
}
.separator-line {
  height: 2px;
  width: 50%;
  background-color: #fff;
}

.for-mobile {
  display: none;
}

.claim-box {
  position: absolute;
  bottom: 5%;
  width: 50%;
  right: 50px;
}

@media (max-width: 768px) {
  .claim-box {
    bottom: 5%;
    width: 100%;
    right: 0;
  }
}
.claim-1 {
  font-size: 60px;
  color: #FFFFFF;
  line-height: 67px;
  padding: 0 50px;
  text-align: center;
  text-transform: uppercase;
}

.claim-1-hp {
  font-size: 60px;
  text-transform: uppercase;
  text-align: right;
}

.claim-symbol {
  margin-bottom: 20px;
  width: 120px;
}

.menu-btn {
  position: absolute;
  top: 20px;
  right: -10px;
  color: #fff;
  text-transform: uppercase;
  z-index: 100;
  font-weight: 500;
  font-size: 16px;
  cursor: pointer;
  background-image: url("../img/menu-bg.png");
  background-repeat: no-repeat;
  background-position: center top;
  width: 160px;
  height: 100px;
}

.menu-btn img {
  width: 45px;
  margin-left: 80px;
  margin-top: 10px;
}

.project-btn {
  position: absolute;
  top: 40px;
  right: 40px;
  color: #fff;
  text-transform: uppercase;
  z-index: 100;
  font-weight: 500;
  font-size: 16px;
  cursor: pointer;
}

.project-btn img {
  width: 25px;
  margin-left: 14px;
}

.hp-section {
  position: relative;
}

.hp-section-je {
  background-image: url("../img/bg-je.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: 60px;
}

.hp-section .title-bg {
  position: absolute;
  background: #ecf6ff;
  top: 0;
  bottom: 0;
  width: 100%;
  margin-top: 100px;
}

.hp-section .content {
  z-index: 100;
}

.logo-box {
  z-index: 100;
  width: 100%;
  text-align: center;
  margin-left: 10%;
}

.logo-box img {
  margin-top: 70px;
  width: 200px;
}

.head-img {
  background-image: url("../img/head_hp_img2-v=2.jpg");
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-color: #fff;
  position: relative;
}

.head-img-liberec {
  background-image: url("../img/liberec/head_hp_img-v=1.jpg");
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-color: #fff;
  position: relative;
}

.project-img {
  background-image: url("../img/slider/new2.webp");
  width: 100%;
  height: 50vh;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-color: #fff;
  position: relative;
  overflow-y: hidden;
}

.apartments-img {
  background-image: url("../img/slider/new5.webp");
  width: 100%;
  height: 50vh;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-color: #fff;
  position: relative;
  overflow-y: hidden;
}

.detail-img {
  background-image: url("../img/slider/new7.webp");
  width: 100%;
  height: 50vh;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-color: #fff;
  position: relative;
  overflow-y: hidden;
}
}

.gallery-img {
  background-image: url("../img/slider/new6.webp");
  width: 100%;
  height: 50vh;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-color: #fff;
  position: relative;
  overflow-y: hidden;
}

.contact-img {
  background-image: url("../img/slider/new3.webp");
  width: 100%;
  width: 100%;
  height: 50vh;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-color: #fff;
  position: relative;
  overflow-y: hidden;
}

.dolcevita-img {
  background-image: url("../img/dolcevita-bg.jpg");
  width: 100%;
  width: 100%;
  height: 50vh;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-color: #fff;
  position: relative;
  overflow-y: hidden;
}

.benefity-img {
  background-image: url("../img/slider/new3.webp");
  width: 100%;
  height: 50vh;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  background-color: #fff;
  position: relative;
  overflow-y: hidden;
}

.bg-img {
  width: 100%;
  height: 50vh;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  background-color: #fff;
  position: relative;
  overflow-y: hidden;
}

@-webkit-keyframes zoomin {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

nav.menu {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 120;
  background: rgba(0, 62, 102, 0.9);
  bottom: 0;
  max-width: 400px;
  width: 100%;
  text-align: center;
  display: none;
}

nav.menu .nav-content {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  position: absolute;
}

nav.menu .close {
  position: absolute;
  top: 40px;
  right: 50px;
  cursor: pointer;
  z-index: 110;
}

nav.menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  text-align: left;
}

nav.menu ul li {
  padding: 5px;
}

nav.menu ul li a {
  color: #fff;
  font-size: 27px;
}

nav.menu ul li a:hover {
  color: #fff !important;
  text-decoration: none;
}

nav.menu ul li a:before {
  background-color: #fff !important;
}

.contact-box {
  background: #002b66;
  position: fixed;
  right: -260px;
  width: 300px;
  height: 210px;
  position: fixed;
  bottom: 40%;
  z-index: 105;
  border-radius: 10px;
  padding: 6px;
}

.contact-box .sledujte {
  position: absolute;
  color: #fff;
  top: 15px;
  left: 65px;
  font-size: 18px;
}

.contact-box .online {
  position: absolute;
  color: #fff;
  top: 50px;
  left: 65px;
  font-size: 18px;
}

.contact-box .volejte {
  position: absolute;
  color: #fff;
  top: 115px;
  left: 65px;
  font-size: 18px;
}

.contact-box .num {
  font-size: 25px;
  font-weight: 500;
}

.contact-page .logo-next {
  max-width: 40%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.contact-box .social {
  padding: 10px 5px;
  display: block;
}

.contact-box .social img {
  width: 20px;
}

.contact-box .label {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  position: absolute;
  left: -20px;
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  bottom: 50px;
}

.btn-more-big {
  background-image: url("../img/more.png");
  background-repeat: no-repeat;
  background-position: top center;
  color: #fff !important;
  padding-top: 40px;
  display: inline-block;
  margin-top: 20px;
  font-weight: 500;
  min-width: 100px;
  background-size: 55px;
  display: none
}

.btn-more-big:hover {
  color: #fff !important;
  text-decoration: none;
}

.btn-more-big:before {
  background-color: #fff !important;
}

.btn-more-big-black {
  background-image: url("../img/more-black.png");
  background-repeat: no-repeat;
  background-position: top center;
  color: #000;
  padding-top: 40px;
  display: inline-block;
  margin-top: 10px;
  font-weight: 500;
  min-width: 100px;
}

.head-img .container {
  top: 65%;
}

.navbar {
  padding: 0;
}

h1 {
  color: #ad842f;
  font-size: 40px;
  font-weight: lighter;
  letter-spacing: -1px;
  text-transform: uppercase;
}

h2 {
  font-size: 40px;
  color: #ad842f;
  font-weight: lighter;
  letter-spacing: -1px;
}

h2.smaller {
  font-size: 40px;
  color: #ad842f;
}

h3 {
  color: #003e66;
}

.num {
  font-size: 180px;
  color: #ad842f;
  font-weight: 300;
}

.line {
  font-size: 160px;
  color: #ad842f;
  width: 100%;
  text-align: center;
  border-bottom: 3px solid #ad842f;
  line-height: 1;
      margin-bottom: 25px;

}

.btn-more {
  color: #676A75;
  font-weight: 400;
}

.btn-more:hover {
  color: #676A75;
}

.btn-more-outline {
  color: #90321a;
padding: 0.875rem 1rem;
border-radius: 0.25rem;
border: 1px solid #90321a;
font-family: 'Josefin Sans', sans-serif;
font-weight: 600;
font-size: 14px;
}

.btn-more-outline:hover {
  color: #90321a;
padding: 0.875rem 1rem;
border-radius: 0.25rem;
border: 1px solid #90321a;
font-family: 'Josefin Sans', sans-serif;
font-weight: 600;
font-size: 14px;
}

.section-page {
  padding: 80px 0 80px 0;
}

.section-page .section-img img {
  width: 100%;
}

.container {
  position: relative;
}

.bg-2 {
  background-image: url("../img/slider/new2.webp");
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bg-3 {
  background-image: url("../img/slider/new3.webp");
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1680px) {
  .bg-2 {
    height: 50vh;
  }

  .bg-3 {
    background-image: url("../img/slider/new3.webp");
    height: 50vh;
  }
}

.bg-4 {
  background-image: url("../img/slider/new4.webp");
  position: relative;
  width: 100%;
  height: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bg-5 {
  background-image: url("../img/slider/new5.webp");
  position: relative;
  width: 100%;
  height: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 768px) {
  .bg-3 {
    background-image: url("../img/slider/new3-new-mobile.webp");
  }
}

.main-menu {
  text-align: left;
  font-size: 12px;
  line-height: 13px;
  font-family: open-sans, sans-serif;
  font-weight: 700;
  z-index: 1;
  float: right;
  margin-top: 42px;
}

.main-menu ul {
  list-style: none;
}

.main-menu ul li {
  float: right;
  text-transform: uppercase;
  padding: 15px 10px;
}

.main-menu a {
  color: #111744;
}

.contact {
  background: #003e66;
  padding: 30px;
  text-align: center;
  color: #fff;
}

.contact a {
  color: #fff;
}

.contact ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.contact ul li {
  display: inline-block;
}

.contact ul li a {
  color: #fff;
  padding: 20px 40px;
  padding-bottom: 5px;
  margin-bottom: 10px;
  display: inline-block;
}

.contact ul li a:hover {
  color: #fff !important;
  text-decoration: none;
}

.contact ul li a:before {
  background-color: #fff !important;
}

.contact .social img {
  width: 20px;
  margin-right: 10px;
}

.partners-logos {
  text-align: center;
}

.partners-logos img {
  width: 220px;
}

.right-arrow-white {
  background: url("../img/right-white.png") no-repeat right center;
  background-size: 11px 19px;
  padding-right: 20px;
}

.right-arrow-black {
  background: url("../img/right-black2.png") no-repeat right center;
  background-size: 11px 19px;
  padding-right: 20px;
}

.hp-flats-link {
  text-align: left;
}

.hp-flats-link a {
  display: inline-block;
  color: #fff;
  vertical-align: bottom;
  margin-top: 80px;
  font-size: 18px;
  font-weight: 500;
}

.gallery-page img {
  width: 100%;
  margin-bottom: 35px;
  height: 165px;
}

@media (max-width: 768px) {
  .gallery-page img {
    height: auto;
  }
}

.gallery-page ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.gallery-page li {
  display: inline-block;
  font-size: 22px;
  padding-right: 40px;
  cursor: pointer;
}

.gallery-page li a.active {
  color: #ad842f;
}

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

.home-page {
  color: #676A75 !important;
  background-color: #fff !important;
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (max-width: 768px) {

.contact-page {
  padding-left: 50px;
  padding-right: 50px;
}
}

.contact-page h2 {
  color: #003e66 !important;
  margin-bottom: 30px;
}

.contact-page p {
  color: #4c4c4c;
  font-size: 22px;
  line-height: 1.8em;
}

.contact-page p a {
  color: #4c4c4c;
}

.contact-page label {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  line-height: 14px;
}

.contact-page input, .contact-page textarea {
  background: #f2f2f2;
  width: 100%;
  border: 0;
  padding: 10px;
  font-size: 14px;
  line-height: 14px;
}

.contact-page textarea {
  line-height: 17px;
}

.contact-page button {
  border: 2px solid #f2f2f2;
  border-radius: 5px;
  color: #4c4c4c;
  padding: 10px 30px;
  text-transform: uppercase;
  float: right;
  margin-top: 10px;
  font-size: 14px;
  line-height: 14px;
}

.dolcevita-page h3 {
  color: #003e66;
  font-size: 22px;
  margin-bottom: 25px;
  text-align: center;
}

.dolcevita-page h3 span {
  color: #6f717c;
}

.dolcevita-page h3 a {
  color: #003e66;
}

.dolcevita-page h3 small {
  color: #6f717c;
  font-size: 14px;
}

.dolcevita-page .gallery {
  text-align: center;
}

.dolcevita-page .gallery img {
  margin-bottom: 55px;
  width: 300px;
}

.mobile-bg {
  display: none;
}

.anim-slide * {
  position: unset;
}

.anim-slide-this {
  z-index: 89;
}

.bounce {
  -moz-animation: bounce 3s infinite;
  -webkit-animation: bounce 3s infinite;
  animation: bounce 3s infinite;
}

@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@media (max-width: 992px) {
  .container {
    max-width: 920px;
  }

  .for-mobile {
    display: block;
  }

  .for-desktop {
    display: none;
  }

  .more-section {
    margin-top: 20px;
  }

  .hp-section h1 {
    font-size: 40px;
  }

  .more-section h2 {
    font-size: 40px;
  }

  .more-section p {
    text-align: center;
  }

  .section-page {
    padding: 80px 0 40px 0;
  }
}

.parallax-wrapper {
  height: 100vh;
  overflow-y: hidden;
}

.parallax-demo {
  position: relative;
  background-size: cover;
  background-position: 50% 50%!important;
  background-attachment: fixed;

  z-index: 9;
}

@media (max-width: 1680px) {
  .parallax-demo {
    position: relative;
    background-size: auto;
    background-position: center!important;
    background-attachment: inherit;
    background-repeat: no-repeat;
    z-index: 9;
  }

  }

.parallax-demo-subpage {
  background-attachment: inherit!important;
}

.top-left {
  position: relative;
}

.top-left::before {
    background-image: url(../img/top-left.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom;
    height: 160px;
    width: 230px;
    content: '';
    position: absolute;
    top: -3px;
    left: 0;
}

.bottom-left {
  position: relative;
}

.bottom-left::before {
    background-image: url(../img/bottom-left.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom;
    height: 160px;
    width: 230px;
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
}

@media (max-width: 768px) {
  .top-left::before {
      height: 70px;
      width: 100px;
  }
  .bottom-left::before {
      height: 70px;
      width: 100px;
  }
  }
.order-sm-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 12;
}

.order-sm-12 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

@media (max-width: 768px) {
  .hp-flats-link {
    text-align: center;
  }

  .hp-flats-link a {
    margin-top: 30px;
  }

  .gallery-title {
    position: relative;
    top: auto;
    left: auto;
    text-align: center;
    margin-bottom: 30px;
  }

  .gallery-section {
    text-align: center;
  }

  .menu-btn {
    top: -10px;
    right: -20px;
    width: 160px;
    height: 100px;
  }

  .menu-btn img {
    margin-left: 80px;
    margin-top: 30px;
}

  .menu-btn span {
    display: none;
  }

  .logo-box {
    margin-top: 20px;
    margin-left: 50px;
  }

  .logo-box img {
    margin-top: 20px;
    width: 120px;
  }

  .claim-1 {
    font-size: 30px;
    line-height: 45px;
    text-transform: uppercase;
  }

  .claim-symbol {
    width: 100px;
  }

  .hp-flats-link a {
    font-size: 16px;
  }

  .hp-section .title-bg {
    position: relative;
    background: transparent !important;
    margin-top: 30px;
    padding: 40px;
    padding-bottom: 0;
  }

  h1 {
    font-size: 40px;
  }

  .hp-section h1 {
    margin-top: 0;
    font-size: 40px;
  }

  h2.smaller {
    font-size: 35px;
  }

  .section-page {
    margin: 0 20px;
  }

  .section-page h2 {
    padding: 0;
    font-size: 35px;
  }

  .section-page .section-img {
    text-align: center;
  }

  .section-page .section-img img {
    width: 70%;
  }

  .for-mobile {
    display: block;
  }

  .mobile-hide {
    display: none;
  }

  .mobile-bg {
    display: block;
    position: absolute;
    top: 175px;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .hidden-mobile {
    display: none;
  }

  .vyhody .img-box {
    margin: 0;
  }

  .vyhody .vyhoda-text {
    margin-top: 0;
  }

  .contact .contact-address {
    text-align: center;
  }

  .vyhody .section-img {
    text-align: center;
  }

  .vyhody h3 {
    text-align: center;
  }

  .contact ul li a {
    padding: 10px 0px;
  }

  .contact-box {
    bottom: 10%;
  }

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

  .contact .col-12 {
    text-align: center !important;
    padding: 20px 0;
  }

  .contact ul li a {
    padding: 10px 0px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .gallery-page li {
    padding-right: 20px;
  }

  .filter-floor-right {
    display: none;
  }

  .parallax-demo {
    background-size: auto 140%;
    background-attachment: inherit;
  }

  .hp-section-je p {
    margin-bottom: 40px;
  }

  .bg-2 a {
    padding: 15px 30px !important;
  }

  .hp-section p {
    margin-bottom: 40px;
  }

  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-sm-12 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 12;
  }

  .img-box {
    margin-top: 25px !important;
    margin-bottom: 10px !important;
  }

  .mobile {
    display: none;
  }
}

.corner{
  background-image: url("../img/corner.svg");
  background-size: 140px auto;
  position: absolute;
  width: 140px;
  height: 95px;
  bottom: 0;
  left: 0;
}

.plaketa {
  position: absolute;
    right: 150px;
    bottom: 250px;
    width: 200px;
    z-index: 1
}

@media (max-width: 768px) {

  .plaketa {
    position: absolute;
      right: 70px;
      bottom: 150px;
      width: 120px;
      z-index: 1
  }
  }

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