* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: BastardoGrotesk;
    src: url("fonts/BastardoGrotesk-Thin.otf") format("opentype");
}

@font-face {
    font-family: BastardoGrotesk;
    font-weight: bold;
    src: url("fonts/BastardoGrotesk-Semibold.otf") format("opentype");
}

body {
    font-family: 'BastardoGrotesk', sans-serif;
    height: 100vh;
    background-color: #f2efe7;
}

.navbar {
    width: 100%;
    height: 120px;
    background: rgba(0, 0, 0, 0.7); /* Poloprůhledná černá */
    display: flex;
    align-items: center;
    position: fixed;
    top: 0;
    z-index: 10000;
    clip-path: polygon(0 100%, 50% 80%, 100% 100%, 100% 0, 0 0);
}

.menu {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 20px;
}

.menu-left,
.menu-right {
    list-style: none;
    display: flex;
    gap: 20px;
}

.menu a {
    color: white;
    text-decoration: none;
    font-size: 18px;
    padding: 10px;
    transition: color 0.3s;
}

.menu a:hover {
    text-decoration: underline;
    color: #fff; /* Změna barvy při najetí */
}

.photo-section {
  height: 95vh;
  position: relative;
  overflow: hidden;
}

.image-container {
  height: 100%;
  overflow: hidden;
}

.image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.image-container:hover .pozadi {
  transform: scale(1.1);
}

.logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.logo img {
  width: 440px; 
  height: auto;
}

.triangle-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 40px;
  background-color: #f2efe7; /* krémová barva */
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  margin-bottom: -1px;
}

.triangle-footer-relative {
  position: relative;
  width: 100%;
  height: 40px;
  margin-top: 80px;
  background-color: #f2efe7; /* krémová barva */
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  top: 1px;
}

.reservation-button {
  position: fixed;
  right: 0px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg); /* Otočení o -90 stupňů */
  padding: 15px 25px;
  background-color: #fff;
  color: #000;
  text-decoration: none;
  z-index: 9999;
  font-size: 20px;
  transition: 300ms;
  font-weight: bold;
  text-align: center;
  clip-path: polygon(50% 10%, 100% 0, 100% 0%, 95% 50%, 100% 100%, 100% 100%, 50% 90%, 0 100%, 5% 50%, 0 0%);
}
.reservation-button:hover{
    transform: translateY(-50%) rotate(-90deg) scale(1.1);
}


.navbar_mobile{
    background: #fff;
    clip-path: polygon(0 0%, 100% 0, 100% 0%, 95% 50%, 100% 100%, 100% 100%, 0 100%, 0 100%, 5% 50%, 0 0%);
    /* padding: 60px 180px; */
    position: fixed;
    width: 80%;
    z-index: 20000;
    top: 5%;
    left: 5%;
    width: 90%;
    height: 90vh;
    display: block;
    display: none;
}
.menu_closer{
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    padding: 20px;
    font-size: 39px;
    right: 20px;
    cursor: pointer;
}
.navbar_mobile .menu{
  top: 50%;
  transform: translateY(-50%);
  position: relative;

}
.navbar_mobile .menu ul{
  display: block;
  padding: 0;
  width: 100%;
}
.navbar_mobile .menu ul li{
  width: 100%;
  text-align: center;
}
.navbar_mobile .menu ul li a{
  color: #000;
  display: block;
  font-size: 20px;
  text-decoration: none;
  padding: 20px;
}
.menu-button {
  cursor: pointer;
  position: fixed;
  right: 30px;
  top: 30px;
  padding: 15px 25px;
  background-color: #fff;
  color: #000;
  text-decoration: none;
  z-index: 9999;
  font-size: 20px;
  transition: 300ms;
  font-weight: bold;
  text-align: center;
  clip-path: polygon(50% 10%, 100% 0, 100% 0%, 95% 50%, 100% 100%, 100% 100%, 50% 90%, 0 100%, 5% 50%, 0 0%);
}
.menu-button:hover{
    transform: scale(1.1);
}


.onas-section {
  background: #f2efe7;
  position: relative;
  overflow: hidden;
  padding: 80px 0 340px;
}

.onas-container{
    padding: 0 80px;
    position: relative;
}
.footer{
    color: #395150;
    font-size: 17px;
    font-weight: 400;
    background: #fff;
    padding: 20px 0;
}
.footer a{
    color: #395150;
    text-decoration: none;
}
.footer a:hover{
    text-decoration: underline;
}
.triangle-footer-invert {
    position: relative;
    bottom: 0;
    width: 100%;
    z-index: 10;
    height: 40px;
    background-color: #f2efe7;
    clip-path: polygon(0 0%, 50% 100%, 100% 0%, 100% 0, 0 0);
        margin-top: -1px;
}
.triangle-invert-mother{
    background: #395150;
    z-index: 9;
}
.onas-content{
color: #3a5251;
    font-size: 35px;
    line-height: 34px;
    padding: 15px 70px 0px 0;
}
.onas_photo_div{
position: relative;
    margin-top: -90px;
    margin-bottom: 300px;
    right: 32%;
    transform: translate(35%);
}
@media(max-width: 1400px){
  .onas_photo_div{
        position: absolute;
    top: 160px;
    right: -30px;
  }
}
.onas_photo_div div{
    transition: 600ms;
}
.onas_photo_div div:hover{
    z-index: 120;
    transform: scale(1.1);
}
.vyrez_a {
    position: absolute;
    top: 180px;
    right: 660px;
    z-index: 80;
    width: 430px;
    height: 300px;
}
.vyrez_b {
    position: absolute;
    top: 170px;
    right: 10px;
    z-index: 80;
    width: 480px;
    height: 320px;
}
.vyrez_c {
    position: absolute;
    top: -50px;
    right: 210px;
    z-index: 70;
    width: 320px;
    height: 340px;
}
.vyrez_d {
    position: absolute;
    top: 50px;
    right: 420px;
    z-index: 90;
    width: 310px;
    height: 380px;
}
.vyrez_e {
    position: absolute;
    top: 300px;
    right: 480px;
    z-index: 100;
    width: 300px;
    height: 450px;
}

.vyrez-image {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    clip-path: polygon(50% 5%, 100% 0%, 100% 0%, 95% 50%, 100% 100%, 100% 100%, 50% 95%, 0 100%, 5% 50%, 0% 0%);
    object-fit: contain; /* Umožní fotce vyplnit celý prostor */
}
.green-section{
    background: #395150;
    padding: 80px 0 0;
}
.green-section center{
    color: #fff;
}
.green-container{
    padding: 0 160px;
    position: relative;
}
.white-container{
    padding: 0 320px;
    margin-top: 120px;
    position: relative;
}
.white-container p{
    color: #395150;
    line-height: 37px;
    font-size: 35px;
        position: relative;
    z-index: 2000;
}
.clearfix{
    clear: both;
    width: 100%;
}

.section_title{
    color: #fff;
    font-size: 45px;
    line-height: 48px;
    padding: 15px 0 160px;
}
.section_title{
    color: #fff;
    font-size: 45px;
    line-height: 48px;
    padding: 15px 0 160px;
}
.green-p{
    color: #fff;
    line-height: 37px;
    font-size: 35px;
}
.vyrez_main {
    position: relative;
    z-index: 80;
    width: 90%;
    display: inline-block;
}
.photo-section-sub{
    margin-top: -150px;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.photo-section-caption{
    position: absolute;
    color: #fff;
    line-height: 53px;
    font-size: 55px;
    text-align: center;
    z-index: 20;
}
.m_edit{
    max-width: 100%;
    clip-path: polygon(50% 5%, 100% 0%, 100% 0%, 105% 50%, 100% 100%, 50% 95%, 0% 100%, 0% 100%, 0% 50%, 0% 0%);
}


.vyrez_a1 {
    position: absolute;
    top: 180px;
    right: 1470px;
    z-index: 80;
    width: 290px;
    height: 360px;
}
.vyrez_b2 {
    position: absolute;
    top: 250px;
    right: 1145px;
    z-index: 80;
    width: 370px;
    height: 240px;
}
.vyrez_c3 {
    position: absolute;
    top: 280px;
    right: 930px;
    z-index: 90;
    width: 250px;
    height: 340px;
}
.vyrez_d4 {
    position: absolute;
    top: 170px;
    right: 710px;
    z-index: 70;
    width: 260px;
    height: 380px;
}
.vyrez_e5 {
    position: absolute;
    top: 300px;
    right: 460px;
    z-index: 60;
    width: 320px;
    height: 300px;
}
.vyrez_f6 {
    position: absolute;
    top: 100px;
    right: 110px;
    z-index: 40;
    width: 440px;
    height: 260px;
}

.sub-button {
    display: inline-block;
  padding: 5px 55px;
  background-color: #395150;
  color: #fff;
  text-decoration: none;
  z-index: 9999;
  font-size: 20px;
  transition: 300ms;
  text-align: center;
  clip-path: polygon(50% 10%, 100% 0, 100% 0%, 95% 50%, 100% 100%, 100% 100%, 50% 90%, 0 100%, 5% 50%, 0 0%);
}
.darek_title{
    font-size: 38px;
    color: #395150;
    display: block;
    line-height: 28px;
    font-weight: normal;
}
.darek_text{
    font-size: 25px;
    color: #395150;
    display: block;
    line-height: 28px;
    font-weight: normal;
}
.sub-button:hover{
    transform: scale(1.1);
}
.darek_layer{
    background: #fff;
    clip-path: polygon(50% 5%, 100% 0%, 97% 50%, 97% 50%, 100% 100%, 100% 100%, 50% 90%, 0% 100%, 0% 50%, 0 0);
    padding: 60px 180px;
    width: 80%;
}
.darek_layer2{
    background: #fff;
    clip-path: polygon(50% 5%, 100% 0, 100% 0%, 97% 50%, 100% 100%, 100% 100%, 50% 90%, 0 100%, 3% 50%, 0 0%);
    padding: 60px 180px;
    width: 80%;
    margin: 0 auto;
}

@media(min-width: 1100px){
  .menu-button{
    display: none;
  }
}

@media(max-width: 1100px){
  .reservation-button {
    display: none;
  }

  .white-container{
    margin-top: auto !important;
    padding: 0px !important;
  }

  .navbar{
    display: none;
  }

  .green-container{
    width: 100%;
    padding: 0 !important;
  }

  .onas_photo_div{
    display: none;
  }

  .photo-section-sub{
    display: none;
  }

  .onas-section{
    margin-top: -1px !important;
    padding: 50px !important;
  }

  .logo img{
    max-width: 100%;
  }
  .green-p{
    font-size: 25px !important;
  }
  .green-section{
    padding: 50px !important;
  }
  .onas-container{
    display: block !important;
    padding: 0 !important;
  }
  .onas-content{
    padding: 30px 0 !important;
    font-size: 30px !important;
  }
  .col-md-2 img{
    max-width: 50%;
  }
  .triangle-invert-mother{
    display: none;
  }

  .darek_layer{
    display: none !important;
  }

  .triangle-footer-relative{
    display: none !important;
  }

  .white-section{
    padding: 50px !important;
  }
}
