
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: 'LoveYaLikeASister';
  src: url('../fonts/LoveYaLikeASister-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Bebas';
  src: url('../fonts/BebasNeue-Book.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Bebas-regular';
  src: url('../fonts/BebasNeue-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Bebas-bold';
  src: url('../fonts/BebasNeue-Bold.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

.html, body {
  overflow: none;
}

.main-header {
  z-index: 2;
}

.center {
  text-align: center;
}

.arrow {
  display: inline-block;
  animation: pulse 1.2s infinite ease-in-out;
  transform-origin: center;
}

.arrow-left {
  width: 45px;
  height: 30px;
  margin-left: 15px;
  object-fit: cover;
  background: url('../img/arrow-left.svg') no-repeat center center/cover;
}
.arrow-right {
  width: 45px;
  height: 30px;
  margin-right: 15px;
  object-fit: cover;
  background: url('../img/arrow-right.svg') no-repeat center center/cover;
}

/* animace šipky – zvětšení a zmenšení */
@keyframes pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.4);
  }
}

.bold {
  font-family: "Bebas-bold" !important;
}

header {
  position: absolute;
  width: 50%;
  padding: 30px;
  z-index: 1000;


  display: flex;
  flex-direction: row;
}
header .logo img {
  width: 80px;
  object-fit: cover;
}
.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 0 0 100px;
}
.nav a {
  font-family: "Bebas";
  font-size: 30px;
  text-decoration: none;
  color: #863E26;
  font-weight: 500;
  transition: color 0.2s;
}

.nav a:hover {
  color: #694B42; /* zvýraznění při hoveru */
}

.map-link {
  text-decoration: none;
}

.noise {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  will-change: transform;
  pointer-events: none;
  background: url('../img/noise.svg') no-repeat center center/cover;
}
body {
  font-family: sans-serif;
  line-height: 1.6;
  background-color: #EFC8A2;
}
.hero-wrapper {
  width: 60%;
  padding-top: clamp(20px, 8vw, 100px);
  min-height: 100vh;
  display: flex;
  z-index: 1000;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}

.show {
  opacity: 1 !important;
}

a {
  color: #863E26;
}

.hero {
  color: white;
  background: url('../img/hero.svg') no-repeat center center / cover;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.hero iframe {
  height: 1400px;
  width: 100%;
  min-width: 650px;
}

a.selected {
  text-decoration: underline !important;
  font-family: "Bebas-bold" !important;
}

h1 {
  letter-spacing: 10px;
  line-height: 1;
  opacity: 0;
  color: #863E26;
  font-size: 70px;
  font-family: "LoveYaLikeASister";
}
.title {
  min-width: 80%;
  height: 250px;
  margin-bottom: 26px;
  background: url('../img/title.svg') no-repeat center center / cover;
}
.line {
  width: 60%;
  height: 3px;
  background-color: #BE5739;
}

.hero h2 {
  padding: 22px 0 10px 0;
  letter-spacing: 15px;
  line-height: 1;
  color: #863E26;
  font-size: 85px;
  font-family: "Bebas";
  font-weight: regular;
}

.hero h3 {
  padding: 10px 0;
  letter-spacing: 15px;
  line-height: 1;
  color: #863E26;
  font-size: 55px;
  font-family: "Bebas";
}
.hero p {
  line-height: 1;
  padding: 25px 0;
  width: 500px;
  color: #863E26;
  font-size: 30px;
  font-family: "Bebas-regular";
}
.hero .registrace {
  line-height: 1;
  text-decoration: none;
  padding: 18px 35px 14px 35px;
  font-size: 35px;
  color: white;
  border: 0;
  border-radius: 50px;
  background-color: #863E26;
  font-family: "Bebas-regular";
  cursor: pointer;
}

.content-wrapper {
  position: relative;
  z-index: 1;
}

.content {
  padding: 2rem;
  position: fixed;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  /* z-index: 1; */

  background: url('../img/clothes-hanging-log-forest.jpg') no-repeat center center / cover;

  -webkit-mask-image: url('../img/right-bg.svg');
  mask-image: url('../img/right-bg.svg');

  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;

  -webkit-mask-position: center;
  mask-position: center;

  -webkit-mask-size: cover;
  mask-size: cover;

  object-fit: cover;
}

.content img {
  position: absolute;
  width: 100%;
}
#countdown {
  position: absolute;
  top: 50%;
  white-space: nowrap;
  right: 80px;
  width: 650px;
  transform: translateY(-50%);
  z-index: 10000000;
  background-color: #000000;
  padding: 10px 60px 2px 60px;

  font-family: "Bebas";
  font-size: 90px;
  font-weight: bold;
  color: white;
  text-align: center;
  letter-spacing: 1px;
}
#countdown span {
  min-width: 20px;
  display: inline-block;
}

footer {
  z-index: 10000;
  text-align: center;
  margin-top: 40px;
}

footer img {
  width: 35px;
  height: 35px;
  margin-right: 20px;
}

.body-registrace .main-header {
  width: 60%;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.body-registrace p {
  font-family: Roboto;
}

.body-registrace .hero-wrapper {
  left: 0;
  right: 0;
  margin: 0 auto;
}
.body-registrace .hero-wrapper .hero {
  background: none;
}
.body-registrace .hero-wrapper .title {
  min-width: inherit;
  width: 300px;
  height: 105px;
  object-fit: cover;
  background: url('../img/registrace-title.svg') no-repeat center center;
}

.program {
  position: relative;
  background-color: #1d0c0c;
  color: #fff;
  text-align: center;
  padding: 60px 80px;
  font-size: 25px;
}

.program h1 {
  color: #fff;
  margin-bottom: 40px;
}
.program p {
  color: #fff;
  font-size: 20px;
  margin-bottom: 40px;
}

.kde {
  text-align: center;
  font-size: 25px;
}

.kde h1 {
  padding: 60px 80px 10px 80px;
}

.container {
  max-width: 900px;
  margin: 0px auto 40px auto;
  padding: 0 0px;
  border-radius: 10px;
  color: #863E26;
}

.container h2 {
  border-left: 6px solid #863E26;
  padding-left: 10px;
  margin-top: 40px;
  color: #863E26;
}

.container ul {
  padding-left: 12px;
  list-style: none;
}

.container h2 {
  font-size: 40px !important;
}

.container li {
  margin-bottom: 0px;
  font-size: 22px;
}

.container table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}

.container table th, .container table td {
  border: 1px solid #863E26;
  padding: 10px;
  text-align: left;
}

.container table th {
  background-color: #863E26;
}


@media (max-width: 1300px) {
  header {
    width: 100%;
    flex-direction: row;
    align-items: center;
    padding: 20px 60px;
  }

  .nav {
    flex-direction: row;
  }

  .nav a {
    font-size: 24px;
    margin: 10px 0;
  }

  .hero-wrapper,
  .content-wrapper,
  .body-registrace .main-header {
    width: 100%;
  }

  .hero h2 {
    font-size: 50px;
    letter-spacing: 6px;
  }

  .hero h3 {
    font-size: 35px;
    letter-spacing: 4px;
  }

  .hero p {
    width: 90%;
    font-size: 24px;
  }

  #countdown {
    position: relative;
    bottom: 0;
    top: 0;
    width: 100%;
    right: 0;
    transform: translateY(17%) !important;
  }

  .content {
    position: absolute;
    height: 700px;
    width: 130%;
    top: 50px;
    background-position: center 100%;
  }

  /* .title {
    height: 300px;
  } */

  .program {
    padding: 40px 20px;
    font-size: 20px;
  }

  .program p {
    font-size: 18px;
  }

  .body-registrace .hero-wrapper {
    transform: translateY(40px) !important;
  }
}

@media (max-width: 768px) {
  .title {
    min-width: inherit;
    width: 80vw;
    height: 34vw;
  }

  #countdown {
    font-size: 50px;
  }

  .content {
    background-position: center 100%;
  }

  .main-header {
    flex-direction: column;
    width: 100%;
    padding: 30px 15px;
  }
  .main-body {
    padding-top: 60px;
  }
  header {
    position: absolute;
    width: 80%;
    padding: 30px;
    z-index: 1000;
    display: flex;
    flex-direction: row;
  }
  .nav {
    padding: 0 0 0 0px;
    gap: 12px;
  }
  .nav a {
    font-family: "Bebas";
    font-size: 1.7rem;
    text-decoration: none;
    color: #863E26;
    font-weight: 500;
    transition: color 0.2s;
  }

  .body-registrace .hero-wrapper {
    transform: translateY(150px) !important;
    width: 90vw;
  }

  .body-registrace .partneri img {
    height: 125px !important;
    margin-right: 0 !important;
    margin-bottom: 20px;
  }

  .body-registrace .hero {
    width: 100%;
  }

  .hero iframe {
    min-width: inherit;
    width: 100%;
  }
}

@media (max-width: 480px) {
  .kde h1 {
    padding: 60px 10px 10px 10px;
  }

  .arrow {
    position: absolute;
    margin-top: 0px;
    width: 35px;
    height: 20px;
  }

  .arrow-right {
    left: 15px;
  }
  .arrow-left {
    right: 15px;
  }

}