@charset "UTF-8";
.properties h2 {
  padding: 4rem 0;
}
.properties .button-white {
  margin-top: 3rem !important;
}

.properties-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 1fr;
  width: 100%;
  max-width: 1920px;
  gap: 2rem;
  justify-content: stretch;
}
.properties-list img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}
.properties-list h3,
.properties-list .price {
  font-family: "Jost", sans-serif;
  color: #252525;
}
.properties-list .price {
  font-weight: 500;
  font-size: 1.5rem;
  margin: 0.5rem 0 1.2rem 0;
}

.property-info {
  padding: 0.5rem 1rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  background-color: #fff;
}
.property-info h3 {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1.3rem;
  margin: 1rem 0 !important;
}

.property-item {
  display: flex;
  flex-direction: column;
  border: 3px solid #927b4f;
  width: 23.2rem;
  height: -moz-fit-content;
  height: fit-content;
  transition: all 0.3s ease;
  align-self: stretch;
  height: 100%;
  background-color: #000;
}
.property-item p {
  font-family: "Inter";
  line-height: 1.2rem;
  font-size: 0.9rem;
}
.property-item a {
  font-size: 0.9rem;
  text-transform: uppercase;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  float: right;
  align-self: end;
  margin-top: auto;
  margin-bottom: 0.5rem;
}
.property-item:hover {
  border: 3px solid #6c5b3a;
}

.sold img {
  opacity: 0.7;
}
.sold::after {
  content: "PRODÁNO";
  position: absolute;
  width: inherit;
  font-size: 2.5rem;
  color: #fff;
  padding: 1rem 0;
  font-weight: 700;
  font-family: "Jost";
  text-align: center;
  background-color: rgba(146, 123, 79, 0.6);
  margin-top: 6rem;
}

.sold-text {
  display: flex;
  display: none;
  justify-content: center;
  align-items: center;
  width: 23.2rem;
  background-color: #927b4f;
  position: absolute;
  margin-top: 6rem;
  height: 5rem;
  z-index: 5;
}
.sold-text p {
  font-size: 2.5rem;
  color: #252525;
  font-weight: 700;
}

@media only screen and (max-width: 1280px) {
  .properties-list {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
  .properties-list .property-item:first-child {
    grid-area: 1/1/2/3;
  }
  .properties-list .property-item:nth-child(2) {
    grid-area: 1/3/2/5;
  }
  .properties-list .property-item:last-child {
    grid-area: 2/2/3/4;
  }
}
@media only screen and (max-width: 1024px) {
  .properties-list {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, 1fr);
  }
  .properties-list .property-item {
    width: 90%;
    margin: auto;
  }
  .properties-list .property-item:first-child {
    grid-area: 1/1/2/2;
  }
  .properties-list .property-item:nth-child(2) {
    grid-area: 2/1/3/2;
  }
  .properties-list .property-item:last-child {
    grid-area: 3/1/4/2;
  }
}
.hero-buttons {
  z-index: 99;
}
.hero-buttons a {
  text-decoration: none;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1rem !important;
  font-size: 1.3rem;
  font-weight: 350 !important;
  margin-top: 2rem;
  display: inline-block;
  z-index: 99;
  color: #fff;
}
.hero-buttons a:nth-child(2) {
  margin-left: 0.5rem;
  border: none;
  background-color: #fff;
  color: #6c5b3a;
  font-weight: 500 !important;
}
.hero-buttons a:nth-child(2):hover {
  background-color: #dfdfdf;
}

.bidli {
  background-color: #c1b49b !important;
  z-index: 5;
  padding: 30px 0;
}
.bidli img {
  height: 4rem;
  opacity: 0.83;
}

.about {
  display: grid;
  z-index: 5;
  padding: 4rem;
  flex-direction: row;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 5rem;
  max-width: 1280px;
}
.about h2 {
  text-align: left;
  width: 500px;
}
.about img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  display: block;
  margin: auto;
  max-width: 500px;
}
.about .about-img {
  width: 100%;
  height: 100%;
  max-height: 600px;
}
.about .about-content {
  display: flex;
  flex-direction: column;
  align-items: left;
  padding: 2rem 0px;
}

.about-text > p:first-child {
  font-weight: 500;
}

.about-content {
  display: flex;
  flex-direction: row;
}
.about-content img {
  height: 300px;
}

.banner {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px 0;
  width: 100%;
  background-color: #6c5b3a;
}

.banner-txt {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px 0;
  width: 100%;
  text-align: center;
  color: #fff;
  font-family: "Jost", sans-serif;
}
.banner-txt .banner-text {
  width: 800px;
  max-width: 80%;
}
.banner-txt .banner-text p {
  margin: 20px 0;
  font-weight: 500;
  line-height: 1.4rem;
  letter-spacing: 1px;
}
.banner-txt .banner-text p:first-child {
  font-weight: 200;
}

.eng-act {
  background-color: #c1b49b;
  background: linear-gradient(293deg, rgb(193, 180, 155) 0%, rgb(255, 255, 255) 100%, rgb(255, 255, 255) 100%);
  padding: 6rem 0;
}
.eng-act .eng-head {
  text-align: center;
  max-width: 1000px;
  margin: auto;
  margin-bottom: 4rem;
}
.eng-act .eng-head p {
  line-height: 1.7rem !important;
}
.eng-act .wrapper {
  width: 1200px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.eng-act .wrapper p {
  line-height: 1.3rem;
  font-family: "Jost", sans-serif;
  font-size: 1.2rem;
  font-weight: 350;
}

.fade-in-element-left {
  opacity: 0;
  transform: translateX(-60px); /* Počáteční pozice */
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.fade-in-element-right {
  opacity: 0;
  transform: translateX(60px); /* Počáteční pozice */
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.fade-in-visible {
  opacity: 1;
  transform: translateY(0) !important; /* Konečná pozice */
}

.eng-mid-line {
  border: 1px solid #767676;
  height: 530px;
  position: absolute;
  left: -4px;
  right: 0;
  top: 160px;
  width: 0px;
  margin-top: 20px;
}

.eng-left h3,
.eng-left p,
.eng-left hr {
  text-align: right;
  margin-right: 1rem;
}
.eng-left p {
  float: right;
}

.eng-right h3,
.eng-right p,
.eng-right hr {
  text-align: left;
  margin-left: 1rem;
}

.eng-list {
  display: grid;
  grid-template-columns: 6fr 50px 6fr;
  grid-template-rows: repeat(5, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 10px;
}
.eng-list > div:nth-child(1) {
  grid-area: 1/1/2/2;
}
.eng-list > div:nth-child(2) {
  grid-area: 1/2/2/3;
}
.eng-list > div:nth-child(3) {
  grid-area: 2/3/3/4;
}
.eng-list > div:nth-child(4) {
  grid-area: 2/2/3/3;
}
.eng-list > div:nth-child(5) {
  grid-area: 3/1/4/2;
}
.eng-list > div:nth-child(6) {
  grid-area: 3/2/4/3;
}
.eng-list > div:nth-child(7) {
  grid-area: 4/3/5/4;
}
.eng-list > div:nth-child(8) {
  grid-area: 4/2/5/3;
}
.eng-list > div:nth-child(9) {
  grid-area: 5/1/6/2;
}
.eng-list > div:nth-child(10) {
  grid-area: 5/2/6/3;
}

.eng-item p {
  width: 400px;
}
.eng-item hr {
  width: 100px;
}

.eng-icon {
  background-color: #fff;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 5;
}
.eng-icon svg {
  width: 25px;
  height: 25px;
}

.testimonials {
  width: 100%;
  background: linear-gradient(293deg, rgb(193, 180, 155) 0%, rgb(255, 255, 255) 100%, rgb(255, 255, 255) 100%);
}

.testimonials-inner {
  width: 70%;
  margin: auto;
  display: grid;
  grid-template-columns: 2fr 3fr;
  grid-template-rows: 1fr;
  align-items: center;
  padding: 3rem 0;
  gap: 2rem;
  justify-content: center;
}

.testimonials-text {
  display: flex;
  flex-direction: column;
}
.testimonials-text p {
  line-height: 1.6rem;
  margin-bottom: 0.7rem;
}

.testimonial-date {
  font-family: "Jost", sans-serif;
  color: #927b4f;
  font-size: 1.1rem;
}

.testimonial-name {
  font-family: "Jost", sans-serif;
  font-size: 1.2rem;
}

#slider {
  margin: 0 auto;
  width: 100%;
  min-width: 600px;
  max-width: 900px;
  text-align: center;
}

#slider input[type=radio] {
  display: none;
}

#slider label {
  cursor: pointer;
  text-decoration: none;
}

#slides {
  padding: 2.5rem;
  background: #fff;
  position: relative;
  z-index: 1;
}

#overflow {
  width: 100%;
  overflow: hidden;
}

#slide1:checked ~ #slides .inner {
  margin-left: 0;
}

#slide2:checked ~ #slides .inner {
  margin-left: -100%;
}

#slide3:checked ~ #slides .inner {
  margin-left: -200%;
}

#slide4:checked ~ #slides .inner {
  margin-left: -300%;
}

#slides .inner {
  transition: margin-left 800ms cubic-bezier(0.77, 0, 0.175, 1);
  width: 400%;
  height: 250px;
}

#slides .slide {
  width: 25%;
  float: left;
  display: flex;
  height: 100%;
  color: #000;
  background: #fff;
}
#slides .slide p {
  text-align: justify;
  font-family: "Crimson Text";
  font-size: 1.2rem;
  line-height: 1.3rem;
  letter-spacing: 0.5px;
  width: 98%;
}

.slide-inner-bottom {
  display: flex;
  justify-content: space-between;
}

.slide-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}

#controls {
  margin: -180px 0 0 0;
  width: 100%;
  height: 50px;
  z-index: 30;
  position: relative;
}

#controls label {
  transition: opacity 0.2s ease-out;
  display: none;
  width: 30px;
  height: 30px;
  opacity: 0.4;
  color: red;
}

#controls label:hover {
  opacity: 1;
}

#slide1:checked ~ #controls label:nth-child(2),
#slide2:checked ~ #controls label:nth-child(3),
#slide3:checked ~ #controls label:nth-child(1) {
  background-image: url(img/right-arrow-svgrepo-com.svg);
  background-size: contain;
  float: right;
  margin: 10px -35px 0 0;
  display: block;
}

#slide1:checked ~ #controls label:nth-last-child(1),
#slide2:checked ~ #controls label:nth-last-child(3),
#slide3:checked ~ #controls label:nth-last-child(2) {
  background-image: url(img/left-arrow-svgrepo-com.svg);
  background-size: contain;
  float: left;
  margin: 10px 0 0 -35px;
  display: block;
}

#bullets {
  margin: 150px 0 0;
  text-align: center;
}

#bullets label {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #252525;
  margin: 0 5px;
  transition: all 0.2s ease-in-out;
}

#slide1:checked ~ #bullets label:nth-child(1),
#slide2:checked ~ #bullets label:nth-child(2),
#slide3:checked ~ #bullets label:nth-child(3),
#slide4:checked ~ #bullets label:nth-child(4) {
  background: #6c5b3a;
  width: 15px;
  height: 15px;
}

@media screen and (max-width: 900px) {
  #slide1:checked ~ #controls label:nth-child(2),
  #slide2:checked ~ #controls label:nth-child(3),
  #slide3:checked ~ #controls label:nth-child(4),
  #slide4:checked ~ #controls label:nth-child(1),
  #slide1:checked ~ #controls label:nth-last-child(2),
  #slide2:checked ~ #controls label:nth-last-child(3),
  #slide3:checked ~ #controls label:nth-last-child(4),
  #slide4:checked ~ #controls label:nth-last-child(1) {
    margin: 0;
  }
  #slides {
    max-width: calc(100% - 140px);
    margin: 0 auto;
  }
}
#popup {
  width: 100vw;
  height: 100vh;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.6549019608);
  z-index: 999;
  top: 0;
  display: none;
}

.window {
  display: flex;
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #fff;
  margin: auto;
  margin-top: 15vh;
  text-align: center;
  background: linear-gradient(0deg, rgb(193, 180, 155) 0%, rgb(255, 255, 255) 40%, rgb(255, 255, 255) 100%);
}
.window h2 {
  font-size: 1.8rem;
  font-weight: 400;
  text-transform: uppercase;
  width: 400px;
  margin: auto;
}
.window strong {
  font-weight: bold;
}
.window hr {
  margin: 1rem 0;
}
.window #free {
  color: #927b4f;
  font-size: 1.6rem;
}
.window .window-close img {
  position: absolute;
  height: 40px;
  right: 0;
  opacity: 0.8;
}
.window .window-close img:hover {
  cursor: pointer;
  opacity: 1;
}

.window-right {
  padding: 3rem;
}
.window-right form {
  width: 70%;
  margin: auto;
}
.window-right form input {
  padding: 0.5rem;
  font-family: "Jost";
  border-radius: 0;
  width: 100%;
  border: 1px solid #000;
}
.window-right form button {
  color: #fff;
  padding: 0.5rem 1rem;
  border: 3px solid #6c5b3a;
  background-color: #6c5b3a;
  margin-top: 1rem;
  font-size: 1.1rem;
}
.window-right form button:hover {
  background-color: #927b4f;
  color: #fff;
  cursor: pointer;
}

#popup-name,
#popup-message {
  display: none;
}

.window-right #phone {
  display: none;
}

.window-left img {
  height: 100%;
}

@media only screen and (max-width: 1280px) {
  .eng-act .wrapper {
    width: 90%;
  }
}
@media only screen and (max-width: 1024px) {
  header {
    align-items: center;
  }
  header h1,
  header a,
  header a:first-child {
    margin-left: 0 !important;
    text-align: center;
    width: 100%;
  }
  header .hero-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  header .hero-buttons a {
    margin-top: 1rem;
  }
  .about {
    grid-template-columns: 1fr;
    padding-right: 0;
    padding-left: 0;
    width: 90%;
  }
  .about h2,
  .about p {
    width: 95%;
    text-align: center;
    margin: auto;
    padding-bottom: 3rem;
  }
  .about a {
    margin: auto;
  }
  .about .about-img {
    grid-area: 2/1/3/2;
  }
  .about .about-content {
    grid-area: 1/1/2/2;
    height: -moz-fit-content;
    height: fit-content;
  }
  .fade-in-element-right {
    transform: translateX(-60px);
  }
  .eng-list {
    display: grid;
    grid-template-columns: 50px 6fr;
    grid-template-rows: repeat(5, auto);
    grid-auto-rows: auto;
    grid-column-gap: 0px;
    grid-row-gap: 2rem;
  }
  .eng-list > div:nth-child(1) {
    grid-area: 1/2/2/3;
  }
  .eng-list > div:nth-child(2) {
    grid-area: 1/1/2/2;
  }
  .eng-list > div:nth-child(3) {
    grid-area: 2/2/3/3;
  }
  .eng-list > div:nth-child(4) {
    grid-area: 2/1/3/2;
  }
  .eng-list > div:nth-child(5) {
    grid-area: 3/2/4/3;
  }
  .eng-list > div:nth-child(6) {
    grid-area: 3/1/4/2;
  }
  .eng-list > div:nth-child(7) {
    grid-area: 4/2/5/3;
  }
  .eng-list > div:nth-child(8) {
    grid-area: 4/1/5/2;
  }
  .eng-list > div:nth-child(9) {
    grid-area: 5/2/6/3;
  }
  .eng-list > div:nth-child(10) {
    grid-area: 5/1/6/2;
  }
  .eng-item {
    height: -moz-fit-content;
    height: fit-content;
  }
  .eng-item p {
    width: 100%;
  }
  .eng-icon {
    transform: translateX(0px);
  }
  .eng-left h3,
  .eng-left p,
  .eng-left hr {
    text-align: left;
    margin-left: 1rem;
  }
  .eng-left p {
    float: left;
  }
  .eng-mid-line {
    display: none;
  }
  .eng-list {
    grid-template-columns: 1fr;
  }
  .testimonials-inner {
    width: 95%;
  }
  .window-left {
    display: none;
  }
  .window h2 {
    width: 90%;
  }
  .window-close img {
    right: 2rem !important;
  }
}
@media (max-width: 915px) {
  .testimonials-inner {
    grid-template-columns: 1fr;
    justify-content: center;
  }
  .testimonials-inner .testimonials-text {
    width: 70%;
    text-align: center;
    margin: auto;
  }
  .testimonials-inner .testimonials-text a {
    display: block;
    margin: auto;
  }
  #controls {
    display: none !important;
  }
  #slider {
    min-width: 100%;
  }
  #slides {
    max-width: none;
  }
  .slide {
    height: -moz-fit-content !important;
    height: fit-content !important;
  }
  .slide-content p {
    padding-bottom: 2rem;
  }
  .inner {
    height: -moz-fit-content;
    height: fit-content;
  }
  #bullets {
    margin-top: 30px;
  }
}/*# sourceMappingURL=homepage.css.map */