* {
    margin: 0
}
body {
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
h1 {font-weight: 700; font-size: 3.5rem;}
h2 {font-size: 1.75rem;}
h3 {font-size: 1.5rem;}
.box-bottom {
    position: absolute;
    left: 15%;
    bottom: 15%;
    width: 450px;
    max-width: 80%;
    font-size: 1.4rem;
}
.box-bottom-invert {
    position: absolute;
    left: 15%;
    top: 15%;
    width: 450px;
    max-width: 80%;
    font-size: 1.4rem;
}
.box-bottom::before, .box-bottom-invert::before {
    content: "〜";
    font-weight: 900;
    color: #97CCEE;
    display: inline-block;
    position: relative;
    left: -40px;
    top: 65px;
    font-size: 2.5rem;
}
.move-screen {
    width: 100%;
    height: 100%;
}
#hora, #front-mraky, #back-mraky {
    transition:cubic-bezier(0, 1.03, 0.81, 0.87);


    -webkit-backface-visibility: hidden;
   -moz-backface-visibility: hidden;
   -ms-backface-visibility: hidden;
   backface-visibility: hidden;

   -webkit-perspective: 1000;
   -moz-perspective: 1000;
   -ms-perspective: 1000;
   perspective: 1000;
}
.logo-custom {
    height: 60px;
    z-index: 101;
}
.nav-item {
    font-weight: 700;
}
.g-bg-black-opacity-0_8 {
    background-color: rgba(107, 168, 136, 0.8) !important;
}
.u-header-toggler--top-right, .u-header-toggler--top-right.btn, .u-header-toggler--top-left, .u-header-toggler--top-left.btn {
    top: 50px;
}
.u-header__section--dark .navbar-nav:not([class*="u-main-nav-v"]) .nav-link, .u-header__section--dark--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .nav-link, .u-header__section--primary .navbar-nav:not([class*="u-main-nav-v"]) .nav-link, .u-header__section--primary--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .nav-link {
    color: rgba(255, 255, 255, 1);
}
.hamburger:hover {
    opacity: 1;
}
.hamburger {
    background-color: white;
    border-radius: 5px;
}
.icons {
    position: absolute;
    top: 10%;
    right: 10%;
    z-index: 9;
    height: 450px;
}
.icons-invert {
    position: absolute;
    bottom: 10%;
    right: 10%;
    z-index: 9;
    height: 450px;
}
.bg-page {
    background: url("/img/bg-page.svg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 0% 0%;
    width: 100%;
    height: 100%;
    margin: -5px 0;
    overflow: hidden;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
.bg-page-invert {
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-image: url("/img/bg-page-invert.svg");
    background-size: cover;
    background-position: 0% 100%;
    width: 100%;
    max-height: 100%;
    margin-bottom: -5px;
    overflow: hidden;
}
#hora {
    position: relative;
    z-index: 20;
    max-height: 80vh;
    margin-left: 0;
    margin-top: 0;
}
#front-mraky {
    position: relative; 
    z-index: 21; 
    max-height: 500px; 
    top: 60% !important;
    left: 40% !important; 
    margin-left: 0;
    margin-top: 0;
}
#back-mraky {
    position: relative; 
    z-index: 19; 
    max-height: 100vh; 
    top: 40% !important;
    left: 50% !important; 
    margin-left: 0;
    margin-top: 0;
}
.trojuhelnik {
    position: absolute;
    right: 100px;
    bottom: 60px;
    height: 75px;
    z-index: 99;
}
.mail-link {
    color: black !important;
}
.hover-text {
	color:white;
	font-size:70%;
	font-family: 'Poppins', sans-serif;
}
.vertical-center {
	text-align:center;
	width:100%;
	position: absolute;
	top: 47%;
	transform: translateY(-47%);
}
.vertical-center p {
	margin-top:23px;
}
.pagination {
	position:fixed;
	display: block !important;
	left:20px;
	top: 47.5%;
    z-index: 200;
    transform: translateY(-50%);
	font-size:1em;
	z-index: 40;
    list-style: none;
}
.pagination li {
    color: #d9d9d9;
}
.pagination a {
	display:block;
	height:20px;
	margin-bottom: 15px;
	color: #D9D9D9;
	position:relative;
	padding-left: 50px;
}
.pagination a.active:after {
	background: #7F7F7F;
}
.pagination a .hover-text {
	position:absolute;
	left:60px;
    font-weight: 700;
	text-align: left;
    width: 250px;
	top:0px;
	color: #040001;
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
	padding-right: 15px;
}
.pagination a:hover .hover-text {
	opacity: 1;
    display: inline-block;
}
.pagination a:after {
	-webkit-transition:box-shadow 0.5s ease;
	transition:box-shadow 0.5s ease;
    color: #d9d9d9;
    background-color: #d9d9d9;
	width:20px;
	height:20px;
	display: block;
	border:1px solid;
	border-radius:50%;
	content:'';
	position: absolute;
	margin:auto;
	top:0;
	right:4px;
	bottom:0;
}

.pagination2 a:after {
	display: none !important;
}
.social-corner {
	position: absolute;
	top:18px;
	right:40px;
}
.social-corner iframe:first-child {
	margin-right:3px;
}
.vertical-center p.cta {
	margin-top:5px;
}
.vertical-center a:link,
.vertical-center a:visited {
	text-decoration:none;

	font-size:0.6em;
}
.vertical-center a:hover {
	text-decoration: underline;
}
.arrow {
	position: relative;
	padding-right:15px;
}

.arrow:before,
.arrow:after {
	content:'';
	position: absolute;
	right:0;
	top:7px;

	width:2px;
	height:12px;
	background: white;
}
.arrow:before {
	transform: rotate(45deg);
	top:15px;
}
.arrow:after {
	transform: rotate(-45deg);

}

:where(h1) {
    margin-block: 0.67em;
    font-size: 2em;
  }
/*MENU START*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  body {
    font-family: sans-serif;
  }
  
  header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 30px;
    position: relative;
    margin-bottom: -105px;
    z-index: 101;
  }
  
  .logo {
    z-index: 9999;
    font-size: 1.5rem;
    font-weight: bold;
  }
  
  .menu {
    list-style: none;
    display: flex;
    gap: 20px;
  }
  
  .menu a {
    text-decoration: none;
    padding: 8px 12px;
    transition: 0.3s;
    color: #333 !important;
    position: relative;
    background: white;
    border-radius: 5px;
  }
  .menu a:before {
    content: "〜";
    position: absolute;
    top: -10px;
    left: -28px;
    font-weight: 900;
    font-size: 30px;
    color: #97CCEE;
    opacity: 0;
    transition: 0.3s;
  }
  .menu a:hover:before {
    top: -10px;
    left: -18px;
    opacity: 1;
  }
  
  .hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
    gap: 5px;
  }
  
  .hamburger span {
    width: 25px;
    height: 3px;
    background: black;
    display: block;
    transition: all 0.3s;
  }
  
  /* Responsive */
  @media (max-width: 991px) {

    .logo-custom {
        height: 40px;
    }    
    .menu {
      flex-direction: column;
      padding-top: 90px;
      z-index: 999;
    }
    .nav-item {
        text-align: end;
        padding-right: 30px;
    }
  
    nav .menu.active {
      display: flex !important;
    }
  
    .hamburger {
      display: flex;
      z-index: 200;
    }
    .hamburger span {
        transition: .3s;
    }
    .hamburger.active span:nth-child(1) {
        opacity: 0;
    }
    .hamburger.active span:nth-child(2) {
        transform: rotate(45deg);
    }
    .hamburger.active span:nth-child(3) {
        transform: rotate(-45deg) translateY(-6px) translateX(6px);
    }

    nav {
        display: none;
        position: absolute;
        right: 0;
        top: 0;
        width: 300px;
        height: 100vh;
        background: white;
    }
  }
/*MENU END*/

@media (max-width:768px) {
	h2 {
		font-size:10vw;
	}
	.inner {
		width:70%;

	}
    .pagination a span {
    display: none;
    }
}
/* Mobily */
@media only screen 
and (max-width: 767px) and (orientation: portrait) {
    .pagination {
    left: -5px !important;
    }
    .logo-custom {
    top: 10px;
    left: 10px !important;
    z-index: 100;
    }
    .u-header-toggler--top-right, .u-header-toggler--top-right.btn, .u-header-toggler--top-left, .u-header-toggler--top-left.btn {
    top: 20px;
    }
    .trojuhelnik {
    bottom: 30px;
    position: absolute !important;
    left: 50% !important;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-backface-visibility: hidden;
    }
    .box-bottom {
    position: absolute;
    left: 15%;
    bottom: 5%;
    width: 350px;
    max-width: 80%;
    font-size: 1rem;
    }
    .icons {
    position: absolute !important;
    left: 50% !important;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-backface-visibility: hidden;
    top: 15%;
    right: 0;
    padding: 0 20px;
    z-index: 9;
    height: 300px;
    }
    .box-bottom-invert {
    position: absolute;
    left: 15%;
    top: 5%;
    width: 350px;
    max-width: 80%;
    font-size: 1rem;
    }
    .icons-invert {
    position: absolute !important;
    left: 50% !important;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-backface-visibility: hidden;
    bottom: 10%;
    right: 0;
    padding: 0 20px;
    z-index: 9;
    height: 300px;
    }
    .box-bottom h1, .box-bottom-invert h1 {
    font-size: 2rem;
    }
    .bg-page {
      background-image: url("/img/bg-page.svg");
      background-size: cover;
      background-position: 40% 0%;
      width: 100%;
      max-height: 100%;
      margin: -5px 0;
    }
    .bg-page-invert {
      position: relative;
      background-image: url("/img/bg-page-invert.svg");
      background-size: cover;
      background-position: 40% 100%;
      width: 100%;
      max-height: 100%;
      margin-bottom: -5px;
    }
}
/* iPhoneSE */
@media only screen 
and (max-width : 349px) and (orientation: portrait) {
   .bg-page {
      background-image: url("/img/bg-page.svg");
      background-size: cover;
      background-position: 30% 0%;
      width: 100%;
      max-height: 100%;
      margin: -5px 0;
    }
    .bg-page-invert {
      position: relative;
      background-image: url("/img/bg-page-invert.svg");
      background-size: cover;
      background-position: 30% 100%;
      width: 100%;
      max-height: 100%;
      margin-bottom: -5px;
    }
    .icons, .icons-invert {
    height: 150px;
    }
    .box-bottom-invert {
    position: absolute;
    left: 15%;
    top: 8%;
    }
    .box-bottom {
    bottom: 10%;
    }
    .kontakt {
    bottom: 5% !important;
    }
    .logo-custom {
    height: 45px;
    margin-top: 10px;
    }
        .box-bottom::before, .box-bottom-invert::before {
    content: "〜";
    font-weight: 900;
    color: #97CCEE;
    display: inline-block;
    position: relative;
    left: -40px;
    top: 50px;
    font-size: 2.5rem;
    }
    .menu-wrapper {
    top: 15px;
    right: 25px;
    }   
}
/* iPhoneX */
@media only screen 
and (min-width: 350px) and (max-width: 767px) and (orientation: portrait) {
    .bg-page {
      background-image: url("/img/bg-page.svg");
      background-size: cover;
      background-position: 35% 0%;
      width: 100%;
      max-height: 100%;
      margin: -5px 0;
    }
    .bg-page-invert {
      position: relative;
      background-image: url("/img/bg-page-invert.svg");
      background-size: cover;
      background-position: 35% 100%;
      width: 100%;
      max-height: 100%;
      margin-bottom: -5px;
    }
    .icons, .icons-invert {
    height: 200px;
    }
    .box-bottom {
    bottom: 15% !important;
    }
    .box-bottom-invert {
    top: 15% !important;
    }
    .kontakt {
    bottom: 10% !important;
    }
    .box-bottom::before, .box-bottom-invert::before {
    content: "〜";
    font-weight: 900;
    color: #97CCEE;
    display: inline-block;
    position: relative;
    left: -40px;
    top: 50px;
    font-size: 2.5rem;
    }
    .menu-wrapper {
    top: 15px;
    right: 25px;
    }
}
/* iPad */
@media only screen 
and (min-width : 768px) and (max-width: 991px){
     .bg-page {
      background-image: url("/img/bg-page.svg");
      background-size: cover;
      background-position: 45% 0%;
      width: 100%;
      max-height: 100%;
      margin: -5px 0;
  }
      .bg-page-invert {
      position: relative;
      background-image: url("/img/bg-page-invert.svg");
      background-size: cover;
      background-position: 45% 100%;
      width: 100%;
      max-height: 100%;
      margin-bottom: -5px;
  }
    .box-bottom {
      bottom: 10%;
      width: 390px;
  }
    .box-bottom-invert {
      top: 10%;
      width: 390px;
  }
  .icons, .icons-invert {
    right: 5%;
    height: 350px;
  }
}
/* iPad Pro */
@media only screen 
and (min-width: 992px) and (max-width: 1199px){
     .bg-page {
      background-image: url("/img/bg-page.svg");
      background-size: cover;
      background-position: 35% 0%;
      width: 100%;
      max-height: 100%;
      margin: -5px 0;
  }
      .bg-page-invert {
      position: relative;
      background-image: url("/img/bg-page-invert.svg");
      background-size: cover;
      background-position: 35% 100%;
      width: 100%;
      max-height: 100%;
      margin-bottom: -5px;
  }
}
/* Laptop max 1450 */
@media only screen 
and (min-width: 1200px) and (max-width: 1449px){
    #front-mraky {
    position: relative; 
    z-index: 21; 
    max-height: 450px;
    }
}

/*Untill IpadPro + Desktop */
@media only screen 
and (max-width: 767px) {

}

/* Mobily Landscape */
@media only screen 
and (max-width: 1000px) and (orientation: landscape) {
    .u-header-toggler--top-right, .u-header-toggler--top-right.btn, .u-header-toggler--top-left, .u-header-toggler--top-left.btn {
    top: 20px;
    }
    .pagination a span {
    display: none;
    }
    .icons, .icons-invert {
    height: 125px;
    }
    #front-mraky {
    max-height: 250px;
    }
    #back-mraky {
    max-height: 200px;
    }
    .logo-custom {
    top: 20px;
    left: 25px;
    height: 40px;
    }
    .box-bottom h1, .box-bottom-invert h1 {
    font-size: 2rem !important;
    }
    .box-bottom, .box-bottom-invert {
    font-size: 0.9rem;
    }
    .box-bottom-invert {
    position: absolute;
    left: 15%;
    top: 0%;
    width: 325px;
    max-width: 80%;
    }
    .box-bottom {
    width: 325px;
    }
    .trojuhelnik {
    position: absolute;
    right: 50px;
    bottom: 50px;
    height: 60px;
    z-index: 100;
    }
    .pagination {
    margin-top: 20px;
    left: -5px !important;
    } 
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .bg-page {
    background: url("/img/bg-page.png");
    background-size:cover;
    background-position: center;
    }
    .bg-page-invert {
        background-image: url("/img/bg-page-invert.png");
        background-size:cover;
        background-position: center;
    }
}