@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght@8..144,100..1000&display=swap');
/* colors */
/* base font-size */
body {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  font-family: 'Roboto Flex', sans-serif;
  overflow-x: hidden !important;
  transition: all 0.3s; }
body p {
  letter-spacing: 0.5px;
}
#kontaktni-formular {
  scroll-margin-top: 200px;
}
#reference {
  scroll-margin-top: 100px;
}
.in-progress {
  position: fixed;
  bottom: 20px;
  left: 20px;
  right: 20px;
  z-index: 999;
  padding: 10px 20px;
  width: fit-content;
  border-radius: 30px;
  background-color: #993333;
  color: #fff;
  font-weight: 600;
}
.container-fluid {
  padding: 0 80px;
}

h1,h2,h3,h4,h5,h6,p,ul,ol {
  margin: 0; }

ul,ol {
  padding: 0;
  list-style: none; }

img {
  max-width: 100%;
  height: auto;
}
.bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(133, 185, 119, 0.5);
  }
  100% {
    box-shadow: 0 0 0 60px rgba(133, 185, 119, 0);
  }
}

@keyframes pulse2-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(133, 185, 119, 0.2);
  }
  100% {
    box-shadow: 20px 0 0 20px rgba(133, 185, 119, 0);
  }
}

@keyframes pulse3-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(133, 185, 119, 0.4);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(133, 185, 119, 0);
  }
}

@keyframes bounce2 {
	0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
	40% {transform: translateY(-30px);}
	60% {transform: translateY(-15px);}
}


/* HEADER */
.header {
  background-color: transparent;
  transition: all 0.3s;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  width: auto; }
  .header > div {
    position: relative;
    height: 100px; }
.header .navbar {
  padding: 40px 0;
  transition: all 0.3s;
}
.header.little {
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.25);
  transition: all 0.3s;
  background-color: #1f265c;
  margin: 0;
  top: 0;
  width: 100%;
  border-radius: 0px;
}
.header.little .navbar {
  padding: 0;
}
.header.little .container-fluid {
  padding: 0 30px;
}
.header .container {
  transition: all 0.3s;
}
.container {
  max-width: 1440px;
}
.logo {

  position: static;

  transition: all 0.3s;
 }
.logo img {
  height: 52px;
  transition: all 0.3s;
}
.header.little .logo {
  left: 20px;
}
.header.large .logo img.little {
  display: none;
}
.header.large .logo img.large {
  display: block;
}

.header.little .logo img.large {
  display: none;
}
.header.little .logo img.little {
  display: block;
  object-fit: contain;
}
.header.little .logo img {
  height: 60px;
}
.header.large .nav-container .nav-item a {
  line-height: 50px;
}
.nav-container .nav-item a {
  position: relative;
}
.nav-container .nav-item a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%) scaleX(0);
  transform-origin: center;
  width: 100%;
  height: 2px;
  background-color: #5c6bc0; /* stejné jako text */
  transition: transform 0.3s ease;
}
.nav-container .nav-item a:hover::after, .nav-container > ul > li.active > a::after {
  transform: translateX(-50%) scaleX(1);
}
.header.large .dropdown {
  transition: all 0.3s;
}
.header.large .dropdown:hover {
  background-color: #fff;
}
      .nav-container > ul > li:hover > a > span, .nav-container > ul > li.active > a > span {
        border-width: 0 3px 4px 3px;
        border-color: transparent transparent #404040 transparent; }
    .nav-container > ul > li:hover > ul {
      display: block; }
    .nav-container .nav-item a {
      transition: color 0.4s;
      color: #fff;
      font-size: 14px;
      letter-spacing: 0.5px;
      line-height: 50px;
      text-decoration: none;
      display: block;
      transition: all 0.3s;
      margin: 0 16px; }
    .nav-container .nav-item > ul {
      background-color: #fff;
      border-radius: 0 0 20px 20px;
      position: absolute;
      top: 100%;
      left: 0;
      min-width: max-content;
      display: none;
      width: auto;
      box-shadow: 0px 5px 4px 0px rgba(0, 0, 0, 0.25);
      padding: 20px 40px 20px 20px; }
      .nav-container .nav-item > ul > li {
        margin-bottom: 0;
        position: relative; }
        .nav-container .nav-item > ul > li > a {
          color: #404040;
          display: block;
          padding: 0; 
          line-height: 50px !important;
          text-decoration: none;}
          .nav-container .nav-item > ul > li > a::before {
            content: '';
            width: 5px;
            height: 5px;
            border-radius: 50%;
            background-color: #85b977;
            transition: all 0.3s;
            vertical-align: middle;
            display: inline-block;
            margin-right: 10px;
            font: normal normal normal 11px/1 FontAwesome;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale; }
          .nav-container .nav-item > ul > li > a:hover::before {
            background-color: #3a768a;
             }
             .nav-container .nav-item > ul > li > a:hover {
              text-shadow: 0.5px 0px 0px #432920;
             }
.header .btn-dark {
  position: absolute;
  right: 40px;
  top: 50%;
  transition: all 0.3s;
  border-radius: 30px;
  transform: translate(-0%, -50%);
  animation: pulse3-animation 3s infinite;
}
.header.little .btn-dark {
  right: 20px;
}
.opener {
  position: absolute;
  right: 16px;
  top: 13px;
  font-size: 16px;
  color: #85b977;
  cursor: pointer;
}
.opener i {
  padding: 0 10px;
}
.opener:hover {
  color: #3a589e;
}
.opener .fa-minus {
  display: none;
}
.header .dropdown i {
  margin-left: 5px;
  color: #85b977;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}

/* END HEADER */


/* ENTRY */
.entry {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("/img/content/background04.webp");
  position: relative;
  width: 100%;
  height: calc(100vh - 0px);
  overflow: hidden;
}
.entry .scroller {
  position: absolute;
  bottom: 80px;
  left: 50%;
  transform: translate(-50%, -0%);
  animation: bounce2 3s ease infinite;
  z-index: 99;
}
.entry .entry-caption {
  top: 55%;
  bottom: auto;
  left: 0;
  padding: 0;
  z-index: 9;
  position: absolute;
  right: 40px;
  transform: translateY(-50%);
  text-align: left;
  max-width: 1440px;
  margin: auto;
}
.entry::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  content: '';
}
.entry video {
  height: calc(100vh - 0px);
  position: relative;
  width: 100%;
  opacity: 0.2;
  object-fit: cover;
}
.entry .left {
  position: relative;
}
.entry .image {
  position: relative;
  overflow: hidden;
  height: 450px;
}
.entry .right {
  position: relative;
}
.entry .entry-content {
  position: absolute;
  left: 55px;
  z-index: 9;
  margin: 0;
  top: 50%;
  transform: translate(-0%, -50%);
  max-width: 100%;
}
.entry .entry-photo .bg {
  background-size: contain;
  z-index: 99;
  height: 450px;
  bottom: 0;
  max-height: 85vh;
  top: unset;
}
.entry-content span.claim {
  padding: 10px 20px;
  background-color: #e6f9ff;
  color: #736658;
  border-radius: 10px;
  display: inline-block;
  margin-bottom: 20px;
}
.entry-content .btn-dark {

}
.entry-content h1 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #fff;
}
.entry-content h1 span.smaller {
  font-size: 36px;
  line-height: 50px;
  letter-spacing: 1px;
  max-width: 750px;
  display: block;
  font-family: "Inter", serif;
}
.entry-content p {
  font-size: 18px;
  line-height: 30px;
  color: #736658;
  margin-bottom: 50px;
  max-width: 90%;
}
.entry .banner-bottom {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, -0%);
  padding: 0 20px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow:5px 5px 5px 0px rgba(113, 117, 120,0.25);
  color: #132639;
  text-decoration: none;
  font-weight: 600;
  z-index: 99;
  font-size: 18px;
  align-items: center;
  display: flex;
}
.entry .banner-bottom span {
  line-height: 58px;
}
.entry .banner-bottom img {
  margin-right: 10px;
  height: 40px;
  object-fit: contain;
}
.entry .icons .firework {
  position: absolute;
  right: 300px;
  top: 200px;
  width: 100px;
  height: 100px;
  object-fit: contain;
  z-index: 99;
}
.entry .icons .star {
  position: absolute;
  right: 40%;
  top: 280px;
  width: 80px;
  height: 80px;
  object-fit: contain;
}
.entry .icons .firework-two {
  position: absolute;
  right: 46%;
  bottom: 180px;
  width: 80px;
  height: 80px;
  object-fit: contain;
}
.entry .buttons {
  display: flex;
  align-items: center;
}

/* END ENTRY */


/*SERVICES */
.services {
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("/img/content/background04.webp");
  padding-top: 120px;
}
.services .service {
  margin-bottom: 80px;
}
.services .row {
  padding-bottom: 80px;
}
.services .row:last-of-type {
  padding-bottom: 0;
}
.services h2 {
  color: #fff;
  font-size: 48px;
  font-weight: 800;
  margin-bottom: 80px;
}
.services p.desc {
  color: #5e86b9;
  max-width: 49%;
  margin-bottom: 80px;
  font-size: 16px;
}
.service img {
  width: 100%;
  height: 270px;
  object-fit: cover;
  display: block;
  margin-bottom: 30px;
}
.service h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}
.service p {
  color: #ffffffcc;
  font-size: 16px;
  margin-bottom: 40px;
}
.service a {
  font-size: 18px;
  color: #5c6bc0;
  text-underline-offset: 3px;
  text-decoration-color: #5c6bc066;
  transition: all 0.3s;
}
.service a:hover {
  text-decoration-color: #5c6bc0 !important;
}
.service a i {
  padding-left: 10px;
  font-size: 14px;
}
/*END SERVICES */


/*MISSION*/
.mission {
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("/img/content/background05.webp");
  background-position: center;
  padding-bottom: 100px;
  padding-top: 80px;
}
.mission h2 {
  color: #fff;
  font-size: 55px;
  font-weight: 800;
  margin-bottom: 80px;
  text-align: center;
}
.mission .quote {
  position: relative;
  max-width: 800px;
  display: block;
  margin: auto;
  width: auto;
}
.mission p {
  font-size: 31px;
}
.mission i {
  color: #ffffff4d;
  font-size: 70px;
  position: absolute;
  top: 0;
  left: -100px;
}
/*END MISSION*/

/* CONTACT FORM */
.contact {
  background: transparent;
  position: relative;
}
.contact .container {
  border-radius: 30px;
  margin: auto;
  padding: 0px;
  position: relative;
  background: transparent;
}

.contact form label {
  display: block;
  color: #ffffffb3;
  padding-left: 0px;
  margin-bottom: 5px;
}
.contact form .field {
  margin-bottom: 15px;
}
.contact form input {
  border-radius: 0px;
  border: none;
  background-color: #f5f5f5;
  padding: 10px 20px;
  width: 100%;
  transition: all 0.3s;
}
.contact form textarea {
  border-radius: 0px;
  border: none;
  background-color: #f5f5f5;
  padding: 10px 20px;
  width: 100%;
  min-height: 130px;
  margin-bottom: 20px;
  transition: all 0.3s;

}
.contact button {
  border: none;
}
.contact form input:focus-visible, .contact form textarea:focus-visible {
  border: none;
  box-shadow: 5px 5px 5px 0px rgba(94, 134, 185,0.55);
  outline:none;
  background-color: #acc4e3;
}
.contact .btn-dark {
  background-color: #fff;
  color: #393939;
}

/* END CONTACT FORM */

/* FOOTER */
.footer {
  background: #100f24;
  position: relative;
  padding-top: 60px;
padding-bottom: 20px; }

  .footer .row > div {
    margin-bottom: 60px; }
  .footer .created {
    color: #fff;
    text-align: right; }
  .footer .cookie-nastaveni-odkaz{
    text-align: right;
    text-decoration: underline;
  }
  .footer span {
    font-size: 40px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 10px;
    display: block;
    letter-spacing: 8px;
  }
  .footer .contact-info {
    display: table;
    margin: auto;
  }
  .footer .contact-info i {
    color: #fce9d4;
    font-size: 20px;
    align-content: center;
    text-align: center;
    letter-spacing: 1px;
    margin-right: 10px;
}
.footer .container-fluid {
  padding: 0 100px;
}
.footer-socials {
  display: table;
  margin: auto;
  padding: 30px 0;
}
.footer-socials a {
  transition: all 0.3s;
  padding-right: 20px;
  font-size: 30px;
}
.footer-socials a i {
  font-size: 30px;
}
.footer-socials a:hover {
  padding-left: 0 !important;
}
.footer .contact-info span {
  color: #fce9d4;
  line-height: 35px;
  font-weight: 400;
  font-size: 22px;
  letter-spacing: 1px;
  margin-bottom: 0;
  display: inline-block;
}
.footer-menu {
  margin: auto;
  display: table;
}
.footer-menu li {
  display: inline-block;
  margin: 0 20px;
}
  .footer a {
    color: #fff;
    text-decoration: none; 
    font-size: 14px;
    line-height: 30px;
    transition: all 0.3s;
  }
    .footer a:hover {
    text-decoration: none;
    color: #fff;
  }
  .contact-info a:hover {
    color: #fff;
  }
.footer img {
  max-height: 90px;
  object-fit: contain;
}
.footer .credits {
  border-top: solid 1px #ffffff66;
  padding: 20px 0 0 0;
}
.footer .credits .web-developer {
  float: right;
  display: inline-block;
}
.footer .credits .copyright {
  display: block;
}
.footer .credits p {
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
}
.footer .credits a {
  font-size: 14px;
}

/* END FOOTER */



/* BUTTONS */

.btn-dark {
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none !important;
  background-color: transparent;
  text-align: center;
  position: relative;
  z-index: 1;
  color: white;
  border-radius: 5px;
  padding: 12px 52px;
  border: solid 1px #5c6bc0;
  transition: all 0.3s;
}

.btn-dark:hover {
  text-decoration: none !important;
  color: white !important;
  border-color: #fff;
}

/* END BUTTONS */



/* RESPONSIVITY */
@media (max-width: 1400px) {

  .references .reference {
    padding: 0 0 100px 0;
  }
  .entry .entry-caption {
    padding: 0;
  }
  .entry-content h1 span.smaller {
    font-size: 30px;
  }
  .about .col-lg-6 {
    padding: 0 40px;
    align-content: center;
  }
  .about h2 {
    font-size: 50px;
  }
  .about .image::before {
    height: 100% !important;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-collapse {
    justify-content: right;
  }
  .opener {
    display: none;
  }
  .dropdown:hover i, .dropdown:focus i {
    transform: rotate(-180deg);
}
}
@media (max-width: 1200px) {
  .header .dropdown.show .opener .fa-minus {
    display: inline-block;
  }
  .mission .quote {
    max-width: 100%;
    padding: 0 100px;
  }
  .mission i {
    left: 20px;
  }
  .header.large .nav-container .nav-item a {
    line-height: 50px;
    width: fit-content;
  }
  .nav-container .nav-item a {
    width: fit-content;
  }
  .contact img.contact-inner {
    display: none;
  }
  .sloth {
    font-size: 4px !important;
  }
  .contact .contact-info {
    margin: 20px 0 !important;
  }
  .logo img {
    height: 52px;
  }
  .header.large .container-fluid {
    padding: 0;
  }
 
  .header .dropdown.show .opener .fa-plus {
    display: none;
}
.about .container {
  max-width: none;
}
.nav-container .nav-item a i {
  display: none;
}
.dropdown {
  position: relative;
}
  .logo {
    position: initial;
    transform: none;
    padding: 5px 0;
  }
  .header .btn-dark {
    position: initial;
    transform: translate(-0%, -0%);
    margin: auto;
    display: table;
  }
  .nav-container .nav-item a {
    text-align: left;
  }
  .header .nav-container {
    padding: 20px 0 !important;
  }
  .nav-container .nav-item a {
    line-height: 2;
    margin-bottom: 20px;
  }
  .nav-container .nav-item a::after {
    bottom: 0 !important;
  }
  .header .dropdown.show ul {
    display: block;
    position: static;
    transform: none;
    width: 100%;
    left: 0;
    border: none !important;
    padding: 5px 0;
    padding-top: 20px;
    max-width: 500px;
    margin: auto;
    margin-top: 10px;
    list-style: none;
}
.nav-container > ul > li:hover > ul {
  display: none;
}
.header .nav-container {
  background-color: #1f265c;
  border-radius: 0px;
}
.header .navbar {
  padding: 15px 0;
}
.navbar-toggler {
  border: none;
  color: #fff;
}
.navbar-toggler:focus {
  border: none;
  color: #5c6bc0;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent;
}
.nav-container .nav-item > ul {
  border-radius: 20px;
}
}
@media (max-width: 767px) {
  .container-fluid {
    padding: 0 20px;
  }
  .services .service img {
    margin: auto;
    display: block;
    margin-bottom: 20px;
  }
  .about .container-fluid {
    padding: 0 20px;
  }
}

@media (max-width: 1800px) {
  .services .service {
    height: auto;
  }
}
@media (min-width: 991px) and (max-width: 1200px) {
  .entry .container-fluid {
    padding: 0 30px;
  }

}
@media (max-width: 991px) {
  .entry .entry-content {
    position: initial;
    transform: none;
    padding: 10px 40px 40px 40px;
  }
  .mission i {
    font-size: 40px;
    left: 40px;
  }
  .services p.desc {
    max-width: 100% !important;
  }
  .about {
    padding-bottom: 140px;
  }
  .contact h2 {
    font-size: 50px;
    text-align: center;
  }
  .contact p {
    text-align: center;
  }
  .references {
    padding-top: 60px;
  }
  .reference-content {
    padding-top: 100px !important;
  }
  .reference span.nazev, .reference span.nazev a {
    text-align: center;
    font-size: 50px;
  }
  .reference-content p {
    text-align: center;
  }
  .references .reference {
    padding: 0 20px 40px 20px;
  }

  .entry .entry-caption {
    position: initial;
    transform: none;
    padding-top: 60px;
  }
  
  .about h2 {
    text-align: center;
  }
  .about p {
    text-align: center;
  }
  .about .btn-dark {
    margin: auto;
    display: table;
  }
  .about {
    padding-top: 40px;
  }

  .entry .left {
    z-index: 99;
    align-content: center;
  }
  .entry {
    height: auto;
  }
  .about .outline {
    padding: 60px 0;
  }
  .about .image {
    margin: auto;
    margin-top: 60px !important;
  }
  .about .image img {
    max-height: 400px;
    width: 100%;
    object-fit: cover;
  }
  .about .image {
    width: 100%;
  }
  .about .image::before {
    top: -20px;
    right: -20px;
  }
}

@media (max-width: 767px) {
  .entry .entry-caption {
    padding-top: 100px;
  }
  .entry-photo {
    padding: 0 20px;
  }
  .footer-menu li {
    display: block;
    line-height: 40px;
    text-align: center;
    margin: 0;
  }
  .footer-socials a {
    padding: 10px;
  }
  .footer .credits .copyright {
    display: block;
  }
  .footer .credits .web-developer {
    display: block;
    float: none;
  }
  .footer .credits p {
    text-align: center;
  }
}
@media (max-width: 575px) {

  .reference span.nazev, .reference span.nazev a {
    letter-spacing: 3px;
  }
  .footer {
    padding-top: 30px;
  }
  .footer .row > div {
    margin-bottom: 30px;
  }
  .mission p {
    font-size: 25px;
  }
  .mission .quote {
    padding: 0 30px 0 50px;
  }
  .mission i {
    left: 10px !important;
  }
  .contact h2 {
    letter-spacing: 5px;
  }
  .monitor {
    border-width: 5px;
  }
  .references .reference {
    padding: 0;
  }
  .footer .contact-info span, .footer .contact-info i {
    font-size: 16px;
  }
  .footer .container-fluid {
    padding: 0 20px;
  }
  .contact h2 {
    font-size: 30px;
  }

  .references h2 {
    font-size: 36px;
    letter-spacing: 5px;
  }
  .references h2::before {
    width: 30px;
    height: 30px;
    left: -50px;
  }
  .references h2::after {
    width: 30px;
    height: 30px;
    right: -40px;
  }
  .entry-content h1 span.smaller {
    font-size: 20px;
    line-height: 30px;
    margin-top: 10px;
  }
  .entry .image {
    height: 350px;
  }
  .entry-content .btn-dark {
    display: table;
    margin: auto;
  }
  .services {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .services h2 {
    font-size: 36px;
    margin-bottom: 40px;
  }
  .services h2::before {
    width: 30px;
    height: 30px;
    left: -40px;
  }
  .services h2::after {
    width: 30px;
    height: 30px;
    right: -30px;
  }
  .reference span.nazev, .reference span.nazev a {
    font-size: 30px;
  }
  .stand:before {
    bottom: -35px;
    width: 100px;
  }
  .stand:after {
    width: 250px;
    bottom: -48px;
  }
  .reference-content {
    padding: 0 10px;
  }
  .btn-cloud {
    display: table;
    margin: auto;
    margin-bottom: 30px;
  }
  .about .col-lg-6 {
    padding: 0 20px;
  }
  .about h2 {
    font-size: 30px;
  }
  .entry .buttons {
    display: block;
  }
  .entry .btn.btn-oval {
    margin-bottom: 20px !important;
    margin:auto;
  }
  .btn-video {
    margin: auto;
    display: table;
  }
  .entry-content p {
    text-align: center;
  }
  .entry-content h1 {
    text-align: center;
  }
  .entry-content span.claim {
    margin: auto;
    display: table;
    margin-bottom: 10px !important;
  }
  .entry .banner-bottom {
    width: max-content;
  }
  .entry .icons .firework {
    right: 0;
  }
  .entry .icons .star {
    right: unset !important;
    left: 40px;
    top: 350px !important;
  }
  .entry .icons .star, .entry .icons .firework, .entry .icons .firework-two {
    opacity: 0.7;
  }
  .entry-content p {
    max-width: 100%;
  }
}
@media (max-width: 1900px) {
  .contact::before {
    display: none;
  }
}
/* END RESPONZIVITY */
