/* Globals */
:root {
  --color-primary: #f24f00;
  --dark-grey: #272727;
  --cez-shadow-glow-color: #fff;
  --cez-ring-offset-shadow: 0 0 #0000;
  --cez-ring-shadow: 0 0 #0000;
  --cez-shadow-glow: 0 0 11px rgba(255, 255, 255, 0.6),
    0 0 21px hsla(0, 0%, 100%, 0.7), 0 0 35px hsla(0, 0%, 100%, 0.4),
    inset 0 0 11px hsla(0, 0%, 100%, 0.6), inset 0 0 21px hsla(0, 0%, 100%, 0.7),
    inset 0 0 35px #fff;
  --cez-shadow-glow-btn: 0 0 11px rgba(255, 255, 255, 0.6),
    0 0 21px hsla(0, 0%, 100%, 0.7), inset 0 0 11px hsla(0, 0%, 100%, 0.6);
  --cez-shadow-glow-orange: 0 0 11px hsla(20, 100%, 47%, 0.6),
    0 0 21px hsla(20, 100%, 47%, 0.7), 0 0 35px hsla(20, 100%, 47%, 0.4),
    inset 0 0 11px hsla(20, 100%, 47%, 0.6),
    inset 0 0 21px hsla(20, 100%, 47%, 0.7), inset 0 0 35px #f24f00;
  --glowing-line-colored: 0 0 11px var(--cez-shadow-glow-color),
    0 0 21px var(--cez-shadow-glow-color), 0 0 35px var(--cez-shadow-glow-color),
    inset 0 0 11px var(--cez-shadow-glow-color),
    inset 0 0 21px var(--cez-shadow-glow-color),
    inset 0 0 35px var(--cez-shadow-glow-color);
  --background-rgb: 29 30 34;
  --shady-rgb: 238 241 243;
  --primary-rgb: var(--shady-rgb);
}

.btn-white-outline:hover,
.btn-white-outline:focus {
  background-color: var(--color-primary);
  border: 3px solid var(--color-primary);
  color: #000;
}

a {
  color: var(--color-primary);
}

.container-xl {
  max-width: 1312px;
  margin: 0 auto;
}

.container-1920 {
  margin: 0 auto;
  max-width: 1920px;
}

.video-wrapper {
  width: 100%;
  margin: auto 0;
  aspect-ratio: 16/9;
}
.reaktor {
  background-image: url(https://www.cez.cz/webpublic/file/edee/ospol/watertour/flex-card-1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.location-link p {
  text-decoration: none;
  color: #fff;
  font-size: 20px;
  margin: 0;
  padding: 0;
  line-height: calc(1em + 4px);
}

.location-link:hover p {
  text-decoration: underline;
}

.location-link img {
  transition: all 0.5s ease;
}

.location-link:hover img {
  transform: scaleX(-1);
}

.tower {
  background-image: url(https://www.cez.cz/webpublic/file/edee/ospol/watertour/fishaj.jpg);
  background-size: 500%;
  background-repeat: no-repeat;
}

.tour-card--text {
  padding: 40px;
  margin: 0;
  background: linear-gradient(
    180deg,
    rgba(39, 39, 39, 1) 0%,
    rgba(39, 39, 39, 0) 100%
  );
}

.btn-clasic {
  background-color: var(--color-primary);
  color: #fff !important;
  border-color: var(--color-primary);
}

.gap-40 {
  gap: 40px;
}

.d-flex {
  display: flex;
}
.pb-160 {
  padding-bottom: 160px;
}

.gps-link:hover {
  color: #fff;
}

.sm-only {
  display: none;
}
.p-80 {
  padding: 80px !important;
}

@keyframes flickerMe {
  0% {
    opacity: 1;
  }

  5% {
    opacity: 0.85;
  }

  10% {
    opacity: 1;
  }

  15% {
    opacity: 0.65;
  }

  20% {
    opacity: 0.85;
  }

  25% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

.headline-link {
  display: flex;
  justify-content: space-between;
  gap: 80px;
  align-items: center;
}

video {
  width: 100%;
  height: 100%;
}

.p-b-160 {
  padding-bottom: 260px;
}

.pb-40 {
  padding-bottom: 40px;
}

.p-tb-160 {
  padding: 240px 0;
}
body {
  background-color: var(--dark-grey);
  max-width: 100vw;
  background-image: url(https://www.cez.cz/webpublic/file/edee/ospol/reaktour/media/bg.png);

  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

.container-xxl {
  padding: 0 80px;
  max-width: 1920px;
  margin: 0 auto;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.h3-main {
  font-size: 2rem;
  font-weight: 500;
  line-height: calc(1em + 8px);
  color: #fff;

  margin-bottom: 1rem;
}

.h2-main {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: calc(1em + 8px);
  color: #fff;

  margin-bottom: 1rem;
}

.super-fancy {
  padding-inline-start: 14px;
  list-style-type: none;
}

.super-fancy li {
  padding: 0 0 0.5rem 2rem;
  font-size: 20px;
  line-height: 28px;
  color: #fff;
  position: relative;
}

.super-fancy > li:before {
  position: absolute;
  content: "";
  background: none;
  background-image: url(https://www.cez.cz/webpublic/ospol/file/edee/cezw/img/svg/marker_green.svg) !important;
  background: none;
  width: 24px;
  height: 24px;
  top: 4px;
  background-size: contain;
  background-repeat: no-repeat;
  left: -14px;
}

.container-100--50 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.p-160 {
  padding: 160px;
}
.futuristic-card {
  padding: 60px 80px;
}

.aquarium {
  content: "";
  position: absolute;

  inset: 0 0 0 0;
  border-radius: 8px;
  background-image: url(https://www.cez.cz/webpublic/file/edee/ospol/watertour/wave.png);
  background-position: 0 -100px;
  background-size: cover;
  background-repeat: repeat-x;
  z-index: -3;

  transition: background-position 4s linear;
}

.content-visible.aquarium {
  background-position: -2800px 700px;
}

.reset {
  background-position: 0 -100px !important;
}

.reg-content::after {
  content: "";
  position: absolute;
  box-shadow: var(--cez-ring-offset-shadow, 0 0 #0000),
    var(--cez-ring-shadow, 0 0 #0000), var(--cez-shadow-glow);
  border-radius: 8px;
  border: 3px solid var(--cez-shadow-glow-color);
  opacity: 0.3;
  z-index: -3;
  inset: 0 0 0 0;
}

.content-visible .reg-content::after {
  animation: flickerMe 2.5s ease 1s infinite alternate;
}

.p-40-80 {
  padding: 40px 80px;
}

.p-40 {
  padding: 40px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-0 {
  padding-top: 0;
}

.wrapper-w--50 {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  object-fit: contain;
}

.hero-section {
  height: 100vh;
  width: 100vw;
  max-height: 100vh;
  max-width: 100vw;

  overflow: hidden;
}

/*typewriter */
#typewriter-text {
  overflow: hidden;
  white-space: nowrap;
}

#cursor-type {
  display: inline-block;
  color: #fff;
  font-size: 3rem;
  animation: blink 0.5s 3s infinite;
  opacity: 0;
}

@keyframes blink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.h1-main {
  font-size: 3rem;
  display: inline-block;
  color: #fff;
}

/*vieo player */
.play-btn-orange {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;

  width: 80px;
  height: 80px;
  background-color: var(--color-primary);
  border-radius: 50%;
  z-index: 99;
  border: none;
  transition: all 0.2s ease;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.play-ico-sm {
  width: 24px;
}

#edu-play-mob,
#ete-play-mob {
  width: 60px;
  height: 60px;
}

#edu-play-mob > .play-ico-sm,
#ete-play-mob > .play-ico-sm {
  width: 18px;
}

.play-btn-orange:hover {
  transform: translate(-50%, -50%) scale(1.1);
}

.video-poster {
  position: absolute;
  inset: 0 0 0 0;
  z-index: 3;

  background-size: cover;
  transition: all 0.4s ease;
}

/* Data atrr */
.turn-on[data-delay="1"] {
  transition-delay: 0.2s;
}

.turn-on[data-delay="2"] {
  transition-delay: 0.3s;
}

.turn-on[data-delay="3"] {
  transition-delay: 0.4s;
}

.hide-poster {
  opacity: 0;
  visibility: hidden;
}

/*  Hero section  */
.hero-block {
  background-image: url(https://www.cez.cz/webpublic/file/edee/ospol/watertour/dji_0006.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  width: 100%;
  position: relative;

  opacity: 0;
  animation: comeIn 2s linear 0.5s forwards;

  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 160px;
  justify-content: flex-end;
  padding: 80px 0;
}

.waser-logo {
  width: 580px;
}

.hero-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 400px;
  justify-self: center;
  margin-bottom: 40px;
  z-index: 10;
}

.bg-video {
  position: absolute;
  inset: 0 0 0 0;
  max-width: 100%;
  width: 100%;

  opacity: 0;
  transition: all 0.4s ease;
  height: unset !important;
}
.video-playing {
  animation: fadeInFast 0.8s ease-out forwards;
}

.video-leaving {
  animation: fadeOutFast 0.3s ease-in forwards;
}

.tour-logo.video-active,
#typewriter-text.video-active {
  opacity: 0;
}

.svg-draw {
  opacity: 0;
  animation: comeUp 0.8s ease-in-out forwards;
}

.btn--glass {
  text-decoration: none;
  border: 3px solid #ffffff;
  border-radius: 8px;
  box-shadow: var(--cez-ring-offset-shadow, 0 0 #0000),
    var(--cez-ring-shadow, 0 0 #0000), var(--cez-shadow-glow-btn);
  padding: 40px 0;
  text-align: center;
  width: 460px;
  position: relative;
  background-color: rgba(255, 255, 255, 0.1);

  color: #fff;
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  background-color: none;

  transition: all 0.3s ease;
}

.pulse.btn--glass {
  background-color: rgba(255, 255, 255, 0.15);
}

.pseudo-hide.btn--glass:before,
.pseudo-hide.btn--glass::after {
  content: none;
}

.btn--glass:before,
.btn--glass:after {
  content: "";
  background: none;
  position: absolute;
  border: 3px solid #fff;
  border-radius: 8px;
  inset: 0 0 0 0;
  opacity: 0;
}

.btn--glass:hover:before,
.btn--glass:hover:after {
  content: "";
  background: none;
  border: 3px solid var(--color-primary);
  position: absolute;
  inset: 0 0 0 0;
  border-radius: 8px;
}

.btn--glass:hover {
  background-color: var(--color-primary);
  color: #fff;
  border: 3px solid transparent;
  text-decoration: none;
  text-shadow: none;
  box-shadow: var(--cez-ring-offset-shadow, 0 0 #0000),
    var(--cez-ring-shadow, 0 0 #0000), var(--cez-shadow-glow-orange);
}

.btn--glass::before {
  animation: scalePseudo 2.8s ease-in-out infinite;
}

.btn--glass::after {
  animation: scalePseudo 2.8s ease-in-out 0.3s infinite;
}

@keyframes scalePseudo {
  0% {
    opacity: 0.9;
    top: -3px;
    left: -3px;
    right: -3px;
    bottom: -3px;
  }
  30%,
  100% {
    opacity: 0;
    top: -25px;
    left: -25px;
    right: -25px;
    bottom: -25px;
  }
}

#temelin {
  animation-delay: 3s;
}

/* fadein animations */

.opacity-0 {
  opacity: 0;
}

.transformY-neg-20 {
  transform: translateY(-20px);
}

.content-fadein-fast {
  transition: all 1s ease-out;
}

.animate-width {
  max-width: 80%;
  opacity: 0;
  transition: all 0.8s ease;
}

.fade-in-right {
  opacity: 0;
  transform: translateX(180px);
  transition: all 0.8s ease;
}

.fade-in-right.is-here {
  opacity: 1;
  transform: translateX(0);
}

.fade-in-down {
  opacity: 0;
  transform: translateY(-80px);
  transition: all 0.8s ease;
}

.fade-in-down.is-here {
  opacity: 1;
  transform: translateY(0);
}

.animate-width.is-here {
  max-width: 100%;
  opacity: 1;
}

.text-ani {
  transform: translateY(-20px);
  transition: all 1s ease-out;
}

.is-here.text-ani {
  transform: translateY(0);
  opacity: 1;
}

.is-here path {
  animation: animatePathSvg 1s linear forwards;
}

a.is-here {
  animation: flickerMe 2.5s ease 1s infinite alternate;
}

.bg-vector-tech-secondary {
  position: absolute;
  top: -155px;
  left: 0;
}

@keyframes animateBg {
  from {
    transform: translateY(-10px);
  }
  to {
    transform: translateY(10px);
  }
}

.is-here path {
  animation: animateSvg 1s linear forwards;
}

a.is-here {
  animation: flickerMe 2.5s ease 1s infinite alternate;
}

.bg-vector-tech {
  position: absolute;
  right: 0;
  top: -124px;
}

/* transition */
@keyframes animateSvg {
  from {
  }
  to {
    stroke-dashoffset: 0;
  }
}

.tour-cards-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;

  gap: 24px;
}

.tour-card {
  border-radius: 1rem;
  height: 660px;
  border: 2px solid #3d3d3d;

  padding: 40px;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}

@keyframes ogOverlay {
  from {
    background-position: 0% 0%;
  }

  to {
    background-position: 0% -100%;
  }
}

.og-overlay {
  background: linear-gradient(
    rgb(var(--primary-rgb) / 0.15),
    rgb(var(--primary-rgb) / 0.15) 1px,
    transparent 3px,
    transparent 9px
  );
  background-color: rgba(0, 0, 0, 0.2);
  background-size: 100% 9px;
  height: 100%;
  width: 100%;
  animation: ogOverlay 22s infinite linear;
  position: absolute;
  z-index: -1;
  left: 0px;
  top: 0px;
  opacity: 0.4;
}

.reg-content {
  height: 100%;
}

/* naming */
.back {
  animation-direction: reverse;
}

.tour-card-main {
  flex: 2 1;
  background-image: url(https://www.cez.cz/webpublic/file/edee/ospol/watertour/bg-test.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  transition: flex 0.3s ease;
}

.ar-16-9 {
  aspect-ratio: 16/9;
}

.tour-card-secondary {
  flex: 1.5;
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  padding: 0;

  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  background-repeat: no-repeat;
  transition: flex 0.3s ease;
  position: relative;
}

.tour-card-secondary:hover {
  flex: 2;
  transition: flex 0.3s ease;
}

.tour-card-secondary:hover.tour-card-main {
  flex: 1;
  transition: flex 0.3s ease;
}

.no-select {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@keyframes moveBg {
  0%,
  100% {
    background-position: -587px -103px;
  }

  20% {
    background-position: -587px -83px;
  }
  40% {
    background-position: -507px -103px;
  }
  60% {
    background-position: -587px -133px;
  }
  80% {
    background-position: -667px -103px;
  }
}

.reaktor:hover {
  animation: none !important;
}

.blob-guy {
  position: absolute;
  bottom: 0;
  right: 5%;
  max-width: 300px;
}

.move-tooltip {
  position: absolute;
  opacity: 0;
  width: 60px;
  height: 60px;

  transform-origin: 50% 50%;
}

.top-ico {
  top: 24px;
  right: 24px;
}

.bot-ico {
  bottom: 40px;
  right: 40px;
}

.reaktor:hover .move-tooltip,
.tower:hover .move-tooltip {
  opacity: 1;
  animation: bounceMe 2s ease infinite;
  animation-play-state: running;
}

.pause-animation {
  animation-play-state: paused !important;
}

/* registrace */
.p-tb-40 {
  padding: 40px 0;
}

.btn-white-outline {
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  padding: 24px 16px;
  border: 3px solid #ffffff;

  text-decoration: none;
  transition: all 0.3s ease;
  font-weight: 700;
  letter-spacing: 1px;
}

.adress-box {
  display: flex;
  align-items: center;
  gap: 24px;

  padding-bottom: 40px;
}

/* Banner oculus*/
.banner-fullw {
  width: 100%;
  max-width: 800px;
  height: auto;
}

.container-centered {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/*  Animace  */
@keyframes moveMe {
  from {
  }
  to {
    top: 30%;
    transform: translate(-50%, -50%) scale(0.6);
  }
}

@keyframes comeUp {
  0% {
    opacity: 0;
    transform: translateY(-3%);
  }
  20% {
    opacity: 1;
    transform: translateY(-3%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes bounceMe {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}

@keyframes comeIn {
  20% {
    opacity: 0.1;
  }
  60% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeInFast {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeOutFast {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.btn-clasic {
  background-color: var(--color-primary);
  color: #fff !important;
  border-color: var(--color-primary);
}

.pb-80 {
  padding-bottom: 80px;
}

/* billboard oculus TV */
.test-btn {
  border: 3px solid var(--cez-shadow-glow-color);
  width: 100%;

  margin: 0 auto;
  background-image: url(https://www.cez.cz/webpublic/file/edee/ospol/watertour/logo-meta.png);
  background-position: center;
  background-size: cover;
  cursor: pointer;
  background-color: transparent;
  max-width: 800px;
  aspect-ratio: 2.5/1;

  border-radius: 16px;
  overflow: hidden;
  opacity: 0.3;

  padding: 80px;
  transition: all 0.3s ease;
  box-shadow: var(--cez-ring-offset-shadow, 0 0 #0000),
    var(--cez-ring-shadow, 0 0 #0000), var(--cez-shadow-glow);
  margin: 0 auto;
  position: relative;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.cancel-ani {
  animation: none !important;
}

.text-white {
  color: #fff;
  font-size: 1.5rem;
  line-height: calc(1em + 8px);
}

.px-0 {
  padding-left: 0;
  padding-right: 0;
}

.board {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.pad-fix-btn {
  padding: 16px 24px;
  border-radius: 8px;
  text-align: center;
}

.name:hover,
.nume:hover {
  box-shadow: var(--cez-ring-offset-shadow, 0 0 #0000),
    var(--cez-ring-shadow, 0 0 #0000), var(--cez-shadow-glow-orange);
  background-color: #f24f00;
  border: 3px solid #f24f00;
}
.scramble-me:hover {
  text-decoration: none !important;
}

.edu-poster {
  background-image: url(https://www.cez.cz/webpublic/file/edee/ospol/watertour/video-poster.jpg);
}

.ete-poster {
  background-image: url(https://www.cez.cz/webpublic/file/edee/ospol/reaktour/media/ete-poster-comp.png);
}

.logo-main {
  z-index: 99;
  top: 20px;
  left: 20px;
  height: 48px;
  position: absolute;
}
.footer-simple--dark {
  padding: 40px 0;
  border-top: 1px solid #fff;
  text-align: center;
}

.footer-simple--dark a {
  color: #fff;
  font-size: 1rem;
}

.footer-simple--dark a:hover {
  color: #f24f00;
}

.gps-button {
  padding: 16px 24px;
  text-transform: uppercase;
  font-weight: bold;
  border: 3px solid #fff;
  border-radius: 0.5rem;
  color: #fff;
  text-decoration: none !important;
  transition: all 0.5s ease;
}

.gps-button:hover {
  background-color: #fff;
  color: var(--dark-grey);
}

.gap-fix--temp {
  justify-content: space-between;
  gap: 0;
}

.tour-card-main {
  padding-bottom: 40px;
}
@media (max-width: 1331px) {
  .hero-btns {
    gap: 30px;
    justify-content: center;
  }

  .btn--glass {
    width: 100%;
  }

  .container-xxl {
    padding: 0 40px;
  }
}
.tour-logo {
  position: absolute;
  transform: translate(-50%, -50%) scale(1);
  max-width: 800px;
  top: 50%;
  left: 50%;
  z-index: 99;

  transform-origin: 50% 50%;
  animation: moveMe 1s ease 2s forwards;
  transition: all 1s ease;
}
@media (min-width: 1400px) {
  .gradinet-down {
    background: linear-gradient(
      0deg,
      rgba(39, 39, 39, 1) 0%,
      rgba(39, 39, 39, 0) 100%
    );
  }

  .pt-100 {
    padding-top: 100px;
  }

  .pb-100 {
    padding-bottom: 100px;
  }

  .reaktor {
    /* background-image: url(/media/flex-card-1.jpg);
        background-position: -587px -103px;
         background-size: unset;
        cursor: move; */
    justify-content: flex-end;

    /* animation: moveBg 25s ease-in-out infinite; */
  }

  .tower {
    background-image: url(https://www.cez.cz/webpublic/file/edee/ospol/watertour/fishaj.jpg);
    background-position: -625px -53px;
    background-size: 350%;
    cursor: move;
  }
}

@media (min-width: 1600px) {
  .ar-16-9 {
    flex: 1.2;
  }
}
.hero-block:after {
  content: "";
  position: absolute;
  inset: 75% 0 0 0;
  background: linear-gradient(
    0deg,
    rgba(39, 39, 39, 1) 0%,
    rgba(39, 39, 39, 0) 100%
  );
}

.reaktor:hover .og-overlay {
  background: none !important;
}
@media (max-width: 1400px) {
  .sm-none {
    display: none;
  }

  .sm-only {
    display: block;
  }
}

@media (max-width: 600px) {
  .mt-sm-40 {
    margin-top: 40px;
  }

  .hero-btns {
    margin: 0;
    padding-top: 300px;
  }

  .tour-logo {
    width: 450px;
    animation: none;
    top: 180px;
    transform: translate(-50%, -50%) scale(0.6);
  }
  .location-link p {
    font-size: 1rem;
  }

  .footer-simple--dark {
    padding: 20px 0;
  }
  .footer-simple--dark a {
    flex-basis: 100%;
    text-align: center;
  }

  .sm-p-0 {
    padding: 0;
  }

  .text-white {
    font-size: 1rem;
  }

  .tour-card--text {
    padding: 2rem;
  }

  .logo-main {
    height: 32px;
  }

  .container-1920 {
    padding: 0 10px;
  }

  .pb-160 {
    padding-bottom: 0;
  }

  .wrapper-w--50 {
    flex: 1 1 100%;
  }

  .tour-card {
    flex-basis: 100%;
    height: 100%;
  }

  .h3-main {
    font-size: 2rem;
  }

  .super-fancy li {
    font-size: 1rem;
    line-height: calc(1em + 4px);
    padding: 0 0 0.5rem 1rem;
  }

  .super-fancy > li:before {
    width: 16px;
    height: 16px;
  }

  .tour-card-secondary {
    min-height: 400px;
    justify-content: flex-start !important;
    background-position: center;
  }

  .p-160 {
    padding: 1rem;
  }

  #ete-register {
    flex-wrap: wrap-reverse;
  }

  .p-40 {
    padding: 0px;
  }

  .h2-main {
    font-size: 2rem;
  }
  .h3-main {
    font-size: 1.75rem;
  }

  .container-centered {
    padding: 2rem 1rem;
  }

  .wrapper-w--50 {
    margin-top: 2rem;
  }

  .hero-block {
    height: 100vh;
    justify-content: flex-start;
  }

  section {
    padding: 40px 0;
  }

  .p-b-160 {
    padding: 0px 1rem;
  }

  .container-xxl {
    padding: 0 10px;
  }

  .btn--glass {
    padding: 1rem;
    font-size: 20px;
    line-height: calc(1em + 8px);
  }

  .p-tb-160 {
    padding: 40px 0;
  }

  .mt-0 {
    margin-top: 0;
  }

  .hero-desc {
    display: block;
    font-size: 1.25rem;
    font-size: 500;
    color: #fff;
    text-align: center;
  }

  .hero-block {
    gap: 40px;
  }

  .pad-fix-btn {
    width: 100%;
    font-size: 1rem;
  }
  .futuristic-card {
    padding: 32px;
  }

  .tour-card-main {
    padding: 2rem;
    padding-bottom: 140px;
  }
}

/* 20240112 */
.logo-main {
  right: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.lang-swap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.lang-current {
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  cursor: pointer;
  display: flex;
  flex-wrap: nowrap;
}

.lang-current > img {
  margin-inline: 8px;
  width: 20px;
  transition: transform 0.2s linear;
}

.lang-swap:hover img {
  transform: rotate(180deg);
}

.lang-variants {
  position: absolute;
  padding: 16px;
  bottom: -60px;
  left: 0;
  right: 0;
  opacity: 0;
  transform: translateY(-10px);

  background-color: #fff;
  box-shadow: var(--cez-shadow-glow);
  transition: all 0.3s ease;
}

.lang-swap:hover .lang-variants {
  opacity: 1;
  transform: translate(0);
}

.lang-link {
  color: #000;
  text-decoration: none;
  font-size: 20px;
  display: inline-block;
  width: 100%;
  text-align: center;
}

@keyframes glowLinks {
  0%,
  100% {
    text-shadow: none;
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
    text-shadow: 0 0 5px #f24f00, 0 0 10px #f24f00;
  }
}

.lang-link:hover {
  color: #f24f00;
}

.app-link {
  text-decoration: underline;
  transition: text-shadow 0.3s ease;
}

.app-link:hover {
  color: #f24f00;
  text-shadow: 0 0 5px #f24f00, 0 0 10px #f24f00;
}

.app-link.glowing {
  animation: glowLinks 1s ease forwards;
}
