@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Questrial&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
/* colors */
/* base font-size */
body {
  color: #2c2c2c;
  font-weight: 400;
  font-size: 16px;
  background-color: #000;
  font-family: 'DM Sans', sans-serif;
  transition: all 0.3s; }
body a {
  color: #c0d2dd;
  transition: all 0.3s;
  text-decoration: underline;}
body a:hover {
  color: #fff;
  text-decoration: none;
}
.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(204, 242, 255, 0.5);
  }
  100% {
    box-shadow: 0 0 0 60px rgba(204, 242, 255, 0);
  }
}

@keyframes pulse2-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(76, 53, 117, 0.2);
  }
  100% {
    box-shadow: 20px 0 0 20px rgba(76, 53, 117, 0);
  }
}

@keyframes pulse3-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(76, 53, 117, 0.4);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(76, 53, 117, 0);
  }
}


/* HEADER */
.header {
  background-color: transparent;
  transition: all 0.3s;
  position: fixed;
  top: 20px;
  right: 0;
  left: 0;
  z-index: 999;
  width: 100%; }
  .header > div {
    position: relative;
    height: 100px; }
.header .navbar {
  padding: 50px 0 25px 0;
  transition: all 0.3s;
}
.header.large .logo img {
  display: none;
}
.header.little {

  transition: all 0.3s;
  background-color: transparent;
}
.header.little .navbar {
  padding: 0;
}

.logo {
  left: 120px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
.navbar-nav {
  background: #000000cc; /* průhledná černá */
  border-radius: 9999px;
  padding: 10px 30px;
  display: flex;
}
.navbar-content {
  position: relative;
  padding: 2px; /* rámeček */
  border-radius: 9999px;
  background: linear-gradient(135deg, #ffffffaa, #555555aa, #ffffffaa);
  box-shadow: 0 0 10px #ffffff33;
  display: inline-block;
}
.navbar-content > ul > li:hover > a, .navbar-content  > ul > li.active > a {
      color: #fff; }
      .nav-container > ul > li:hover > a > span, .navbar-content  > ul > li.active > a > span {
        border-width: 0 3px 4px 3px;
        border-color: transparent transparent #404040 transparent; }
        .navbar-content  > ul > li:hover > ul {
      display: block; }
    .nav-container .nav-item a {
      transition: color 0.4s;
      color: #8c8c8c;
      font-size: 20px;
      font-family: 'Questrial', sans-serif;
      line-height: 40px;
      text-decoration: none;
      display: block;
      transition: all 0.3s;
      padding: 0 20px; }
    .nav-container .nav-item > ul {
      background-color: #fff;
      border-radius: 0 0 20px 20px;
      position: absolute;
      top: 100%;
      left: -20px;
      min-width: max-content;
      display: none;
      width: auto;
      box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.25);
      padding: 20px 40px 20px 20px; }
      .nav-container .nav-item > ul > li {
        margin-bottom: 10px;
        position: relative; }
        .nav-container .nav-item > ul > li > a {
          color: #404040;
          display: block;
          padding: 0; 
          line-height: 50px;
          text-decoration: none;}
          .nav-container .nav-item > ul > li > a::before {
            content: '';
            width: 20px;
            height: 2px;
            border-radius: 2px;
            background-color: #7e57c2;
            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 {
            width: 30px;
             }
.header .btn-dark {
  position: absolute;
  right: 120px;
  top: 50%;
  border-radius: 10px;
  transform: translate(-0%, -50%);
  animation: pulse3-animation 3s infinite;
}
.opener {
  position: absolute;
  right: 16px;
  top: 13px;
  font-size: 16px;
  color: #7e57c2;
  cursor: pointer;
}
.opener i {
  padding: 0 10px;
}
.opener:hover {
  color: #3a589e;
}
.opener .fa-minus {
  display: none;
}
.header .dropdown i {
  margin-left: 5px;
  color: #7e57c2;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}

/* END HEADER */


/* ENTRY */
.entry {
  position: relative;
  z-index: 9;
}
.entry .video {
  position: relative;
  width: 100%;
  height: calc(100vh - 0px);
}
.entry video {
  height: calc(100vh - 0px);
  max-width: 100%;
  position: relative;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.entry-content {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 40px;

}
.entry h1 {
  font-size: 200px;
  text-align: center;
  line-height: normal;
  font-family: 'Questrial', sans-serif;
  background: linear-gradient(90deg,rgba(112, 174, 222, 1) 0%, rgba(209, 241, 254, 1) 53%, rgba(196, 230, 248, 1) 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.entry-content p {
  font-size: 25px;
  text-align: center;
  color: #fff;
  max-width: 800px;
  margin: auto;
  margin-bottom: 35px;
  font-family: 'Questrial', sans-serif;
}
.entry .slider-buttons {
  display: flex;
  justify-content: center;
}

.slider-buttons button {
  font-size: 18px;
  background: #c0d2dd;
  color: #262F38;
  border: 2px solid #c0d2dd;
  position: relative;
  z-index: 1;
  font-weight: 600;
  border-radius: 30px;
  display: block;
  padding-right: 0;
  padding-left: 50px;
  padding-right: 20px;
  line-height: 36px;
  overflow: hidden;
  width: fit-content;
}
.slider-buttons button i {
  color: #fff;
  background-color: #000;
  line-height: 34px !important;
  border-radius: 25px;
  width: 32px;
  position: absolute;
  left: 2px;
  top: 2px;
  font-size: 14px;
  transition: all 0.3s;
}
.slider-buttons button:hover {
  color: #fff;
  border-color: #c0d2dd;
}
.slider-buttons button:hover i {
  left: 15px;
  background-color: transparent;
}
.slider-buttons button::after {
  content: "";
  background: #000;
  position: absolute;
  z-index: -1;
  line-height: 60px;
  display: block;
}
.entry .button .tlacitko {
  text-decoration: none;
  display: block;
  padding: 0 10px;
}
.slider-buttons button[class^="slide"]::after {
  transition: all 0.35s;
}
.slider-buttons button[class^="slide"]:hover::after {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all 0.35s;
}
button.slide_from_left::after {
  top: 0;
  bottom: 0;
  left: -100%;
  right: 100%;
}

/* END ENTRY */

/* ABOUT */
.about {
  background: #000;
  padding: 100px 0 180px 0;
  position: relative;
}
.about .container-fluid {
  padding: 0 100px;
}
.about .image {
  position: relative;
  width: fit-content;
  margin: auto;
  z-index: 99;
}
.about .image img {
  border-radius: 50px;
  max-height: 500px;
  object-fit: contain;
  position: relative;
  z-index: 9;
}
.about .image-bg::before {
  content: "";
  position: absolute;
  background-image: url("/img/content/michal-busek-before.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  right: -100px;
  top: -80px;
}
.about .col-md-12:first-of-type {
  align-content: center;
}
.about .image-bg {
  position: relative;
  border-radius: 50px;
}
.about-content {
  position: relative;
  z-index: 10;
}
.about .mrizka {
  position: relative;
}
.about::before {
  content: "";
  position: absolute;
  background-image: url("/img/bg/mrizka.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  right: 0;
  top: 50px;
}
.about .image::after {
  content: "";
  position: absolute;
  background-image: url("/img/content/michal-busek-before.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: -150px;
  overflow: hidden;
}

.about h2 {
  font-size: 55px;
  color: #fff;
  font-family: 'Questrial', sans-serif;
  font-weight: 500;
  margin-bottom: 30px;
}
.about p {
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 30px;
}
.about p:last-of-type {
  margin-bottom: 0 !important;
}
.about .col-lg-6:last-of-type {
  align-content: center;
}
/* END ABOUT */

/* SERVICES */
.services {
  background: radial-gradient(circle at left bottom,
    rgba(37, 63, 84, 1) 0%,       /* modrá začíná */
    rgba(37, 63, 84, 1) 3%,       /* stejná modrá dál → zamezí lince */
    rgba(20, 34, 45, 1) 10%,      /* mezibarva pro jemný přechod */
    rgba(0, 0, 0, 1) 25%,         /* černá začíná plynule */
    rgba(0, 0, 0, 1) 100%         /* zbytek černý */
  );
  padding-bottom: 80px;
}
#skills {
  scroll-margin-top: 100px;
}
.services .service-content {
  position: relative;
  padding: 2px;
  border-radius: 50px;
  width: 100%;
  background: linear-gradient(90deg, #555555aa, #ffffffaa, #555555aa);
  box-shadow: 0 0 10px #ffffff33;
  display: inline-block;
}
.services .outline {
  background: #000000cc;
  border-radius: 50px;
  padding: 80px 0px;
  display: flex;
}
.services ul li, .services ul a {
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Questrial', sans-serif;
  font-size: 20px;
  transition: all 0.3s;
}
.services ul a:hover {
  text-shadow: 0 0 15px #accbfa;
}
.services ul li {
  margin-bottom: 20px;
}
.services ul li:last-of-type {
  margin-bottom: 0;
}
.services ul {
  margin: auto;
}
.services .col-md-6:first-of-type {
  padding-left: 15px;
  padding-right: 60px;
}
.services .col-md-6:last-of-type {
  padding-right: 15px;
  padding-left: 60px;
}

.services h2 {
  font-size: 55px;
  color: rgb(255, 255, 255);
  font-family: Questrial, sans-serif;
  font-weight: 500;
  margin-bottom: 30px;
}
.services p {
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 30px;
}
.services p:last-of-type {
  margin-bottom: 0 !important;
}
.services .col-md-6:last-of-type {
  align-content: center;
}
/* END SERVICES */


/* CONTACT FORM */
.contact {
  background: radial-gradient(circle at left top,
    rgba(37, 63, 84, 1) 0%, 
    rgba(37, 63, 84, 1) 3%, 
    rgba(20, 34, 45, 1) 10%, 
    rgba(0, 0, 0, 1) 25%, 
    rgba(0, 0, 0, 1) 100%
  );
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}
.contact button {
  font-size: 18px;
  background: #c0d2dd;
  color: #262F38;
  border: 2px solid #c0d2dd !important;
  position: relative;
  z-index: 1;
  font-weight: 600;
  border-radius: 30px;
  display: block !important;
  padding-left: 50px !important;
  padding-right: 20px !important;
  line-height: 36px;
  overflow: hidden;
  width: fit-content;
}
.contact button i {
  color: #fff;
  background-color: #000;
  line-height: 34px !important;
  border-radius: 25px;
  width: 32px;
  position: absolute;
  left: 2px;
  top: 2px;
  font-size: 14px;
  transition: all 0.3s;
}
.contact button::after {
  content: "";
  background: #000;
  position: absolute;
  z-index: -1;
  line-height: 60px;
  display: block;
}
.contact .tlacitko {
  text-decoration: none;
  display: block;
  padding: 0 10px;
}
.contact button:hover {
  color: #fff;
  border-color: #c0d2dd;
}
.contact button:hover i {
  left: 15px;
  background-color: transparent;
}
.contact button[class^="slide"]:hover::after, .contact button:hover::after {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all 0.35s;
}
.contact form p.gdpr {
  font-size: 14px;
  text-align: left;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 40px;
  padding: 0 20px;
  display: inline-block;
}
@media (min-width: 991px) {
  .contact .container {
    max-width: 640px;
  }
}
.contact .container {
  margin: auto;
  position: relative;
  background: transparent;
}
.contact h2 {
  font-size: 55px;
  color: #fff;
  text-align: center;
  font-weight: 500;
  font-family: 'Questrial', sans-serif;
  margin-bottom: 20px;
}
.contact p {
  line-height: 30px;
  margin-bottom: 80px;
  color: #8c8c8c;
  font-family: 'Questrial', sans-serif;
  text-align: center;
  font-size: 25px;
}
.contact form label {
  display: block;
  color: #002733;
  margin-bottom: 5px;
}
.contact form .field {
  margin-bottom: 30px;
}
.contact form input::placeholder, .contact form textarea::placeholder {
  color: rgba(255,255,255,0.9);
}
.contact form input {
  border-radius: 0;
  border: none;
  background-color: transparent;
  border-bottom: solid 1px rgba(255,255,255,0.7);
  padding: 10px 5px;
  width: 100%;
  border-top: solid 1px transparent;
  border-left: solid 1px transparent;
  border-right: solid 1px transparent;
  color: #fff;
  transition: all 0.3s;
}
.contact form .iti {
  width: 100%;
}
.contact form .iti__flag {
  padding: 5px;
  background-color: #fff;
}
.contact form textarea {
  border-radius: 0;
  border: none;
  background-color: transparent;
  border-top: solid 1px transparent;
  border-left: solid 1px transparent;
  border-right: solid 1px transparent;
  border-bottom: solid 1px rgba(255,255,255,0.7);
  padding: 10px 5px;
  width: 100%;
  color: #fff;
  min-height: 130px;
  margin-bottom: 20px;
  transition: all 0.3s;

}
.contact img.contact-inner {
  max-height: 400px;
  object-fit: contain;
  margin: auto;
  display: block;
  margin-bottom: 40px;
}
.contact .contact-info {
  display: block;
  margin-bottom: 20px;
}
.contact .contact-info i {
  color: #002733;
  border: solid 2px #002733;
  border-radius: 50%;
  font-size: 22px;
  width: 50px;
  height: 50px;
  align-content: center;
  text-align: center;
  margin-right: 10px;
}
.contact .contact-info span {
  color: #002733;
  line-height: 50px;
  font-size: 18px;
  display: inline-block;
}
.contact .contact-info .fa:before {
  vertical-align: middle;
}
.contact .col-md-6:first-of-type {
  padding-right: 40px;
}
.contact .col-md-6:last-of-type {
  padding-left: 40px;
  align-content: center;
}
.contact button {
  border: none;
  display: table;
  margin: auto;
}
.contact form a {
  text-decoration: none;
  color: #7e57c2;
  transition: all 0.3s;
}
.contact form a:hover {
  color: #4c3575;
}
.contact form input:focus-visible, .contact form textarea:focus-visible {
  border: none;
  box-shadow: none;
  outline:none;
  border: solid 1px #fff;
  background-color: transparent;
  box-shadow: 0 0 0 .25rem rgba(255,255,255,.25);
}
.contact .socials {
  padding: 15px;
  background-color: #7e57c2;
  border-radius: 0 20px 20px 0;
  position: absolute;
  bottom: 80px;
  right: -72px;
  box-shadow: 5px 5px 10px 0px rgba(0, 39, 51, 0.10);
  animation: pulse-animation 3s infinite;
}
.contact .socials a {
  display: block;
  margin-bottom: 0;
  width: 42px;
  font-size: 25px;
  color: #fff;
  text-align: center;
  padding: 10px;
  transition: all 0.3s;
}
.contact .socials a:last-of-type {
  margin-bottom: 0;
}
.contact .socials a:hover {
  color: #ccf3ff;
}


/* END CONTACT FORM */

/* FOOTER */
.footer {
  background-color: #000;
  position: relative;
  padding-top: 60px; }
  .footer::before {
    content: "";
    position: absolute;
    bottom:0;
    right: 0;
    width: 1100px;
    background-image: url("/img/bg/footer.png");
    background-repeat: no-repeat;
    background-size: auto;
    height: 600px;
  }

  .footer .row > div {
    margin-bottom: 30px; }
  .footer .created {
    color: #fff;
    text-align: right; }
  .footer .cookie-nastaveni-odkaz{
    text-align: right;
    text-decoration: underline;
  }
  .footer span {
    font-size: 24px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 10px;
    font-family: 'Questrial', sans-serif;
    display: block;
  }
  .footer .contact-info {
    display: block;
    margin-bottom: 0;
  }
  .footer .contact-info i {
    color: #afd3db;
    font-size: 20px;
    align-content: center;
    text-align: center;
    letter-spacing: 1px;
    margin-right: 10px;
}
.footer .container-fluid {
  padding: 0 100px;
}
.footer-socials a {
  transition: all 0.3s;
  padding-right: 20px;
  font-size: 20px;
}
.footer-socials a i {
  font-size: 20px;
}
.footer-socials a:hover {
  padding-left: 0 !important;
}
.footer .contact-info span {
  color: #8c8c8c;
  line-height: 35px;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
  margin-bottom: 0;
  display: inline-block;
}
  .footer a {
    color: #8c8c8c;
    text-decoration: none; 
    font-size: 18px;
    line-height: 35px;
    letter-spacing: 1px;
    transition: all 0.3s;
  }
    .footer a:hover {
    text-decoration: none;
    color: #fff;
    padding-left: 10px;
  }
.footer img {
  position: absolute;
  right: 100px;
  bottom: 76px;
}
.footer .credits {
  border-top: solid 1px #2c2c2c;
  padding: 20px 0 0 0;
}
.footer .credits .web-developer {
  float: right;
  position: relative;
  z-index: 9;
  display: inline-block;
}
.footer .credits .copyright {
  display: inline-block;
}
.footer .credits p {
  color: #fff;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 35px;
}
.footer .credits a {
  font-size: 16px;
}
.footer form input[type=email] {
  height: 50px;
  border-radius: 50px;
  width: 100%;
  padding: 0 50px;
  background-color: #222;
  border: solid 2px #333;
  color: #8c8c8c;
  margin-bottom: 10px;
  font-size: 18px;
}
.footer form .input {
  width: 100%;
  position: relative;
}
.footer form button {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 9;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  transition: all 0.3s;
  background-color: #444;
  border: none;
}
.footer form button:hover {
  background-color: #c0d2dd;
}
.footer form button i {
  color: #8c8c8c;
}
.footer form .input i.fa-envelope {
  position: absolute;
  top: 3px;
  left: 5px;
  height: 44px;
  text-align: center;
  align-content: center;
  color: #8c8c8c;
  width: 44px;
  z-index: 9;
}
.footer form label {
  padding-left: 20px;
  color: #8c8c8c;
}
.footer-bottom span {
  font-family: 'Questrial', sans-serif;
  font-size: 150px;
  text-align: center;
  position: relative;
  color: #151515;
}
/* END FOOTER */



/* BUTTONS */

.btn-dark {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none !important;
  background-color: transparent;
  text-align: center;
  position: relative;
  z-index: 1;
  color: white;
  padding: 15px 30px;
}
.btn-dark::after {
  background: #7e57c2;
  z-index: -1;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 10px;
  background-image: linear-gradient(#4c3575, #4c3575);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 0.5s, color 0.5s;
}
.btn-dark:hover {
  text-decoration: none !important;
  color: white !important;
}
.btn-dark:hover::after {
  background-size: 100% 100%;
  border: solid #7e57c2 2px;
}

.btn-video {
  padding: 0 30px;
  text-decoration: none;
  color: #002733;
  font-size: 18px;
  font-weight: 600;
  transition: all 0.3s;
}
.btn-video i {
  width: 55px;
  height: 55px;
  text-align: center;
  align-content: center;
  background-color: #fff;
  font-size: 20px;
  margin-right: 10px;
  border-radius: 50%;
  transition: all 0.3s;
}
.btn-video:hover i {
  background-color: #002733;
  color: #fff;
}
.btn-video:hover {
  color: #002733;
}

.btn.btn-oval {
  background-color: transparent;
}

.btn-oval {
	width: 175px;
  position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 25px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px none #000;
    background-color: #e7e7e7;
    color: #051328;
    text-decoration: none;
    cursor: pointer;
	height: 120px;
	color: white;
  display: flex;
}
.btn-oval::before, .btn-oval::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.btn-oval::before {
	content: '';
	background: #7e57c2;
	-webkit-clip-path: path("M154.5,88.5 C131,113.5 62.5,110 30,89.5 C-2.5,69 -3.5,42 4.5,25.5 C12.5,9 33.5,-6 85,3.5 C136.5,13 178,63.5 154.5,88.5 Z");
	clip-path: path("M154.5,88.5 C131,113.5 62.5,110 30,89.5 C-2.5,69 -3.5,42 4.5,25.5 C12.5,9 33.5,-6 85,3.5 C136.5,13 178,63.5 154.5,88.5 Z");
	transition: clip-path 0.5s cubic-bezier(0.585, 2.5, 0.645, 0.55), -webkit-clip-path 0.5s cubic-bezier(0.585, 2.5, 0.645, 0.55), background 0.5s ease;
}

.btn-oval:hover::before {
	background: white;
	-webkit-clip-path: path("M143,77 C117,96 74,100.5 45.5,91.5 C17,82.5 -10.5,57 5.5,31.5 C21.5,6 79,-5.5 130.5,4 C182,13.5 169,58 143,77 Z");
	clip-path: path("M143,77 C117,96 74,100.5 45.5,91.5 C17,82.5 -10.5,57 5.5,31.5 C21.5,6 79,-5.5 130.5,4 C182,13.5 169,58 143,77 Z");
}

.btn-oval::after {
	content: '';
	height: 86%;
	width: 97%;
	top: 5%;
	border-radius: 58% 42% 55% 45% / 56% 45% 55% 44%;
	border: 2px solid white;
	transform: rotate(-20deg);
	z-index: -1;
	transition: transform 0.5s cubic-bezier(0.585, 2.5, 0.645, 0.55);
}

.btn-oval:hover::after {
	transform: translate3d(0,-5px,0);
}

.btn-oval span {
	display: block;
	transition: transform 0.3s ease;
	color: #fff;
  font-size: 18px;
  position: relative;
  font-weight: 500;
}

.btn-oval:hover span {
	transform: translate3d(0,-10px,0);
  color: #000;
}

/* END BUTTONS */



/* RESPONSIVITY */
@media (max-width: 1500px) {
  .logo img {
    height: 50px;
  }
  .nav-container .nav-item a {
    padding: 0 20px;
  }
}
@media (max-width: 1400px) {
  .entry-content h1 {
    font-size: 150px;
  }
  .about .col-lg-6 {
    padding: 0 60px;
    align-content: center;
  }
  .about h2 {
    font-size: 50px;
  }
 
}
@media (min-width: 767px) {
  .navbar-expand-md .navbar-collapse {
    justify-content: center;
  }
  .opener {
    display: none;
  }
  .dropdown:hover i, .dropdown:focus i {
    transform: rotate(-180deg);
}
}
@media (max-width: 767px) {
  .header .dropdown.show .opener .fa-minus {
    display: inline-block;
  }
  .services .col-md-6:last-of-type, .services .col-md-6:first-of-type {
    padding: 0 15px;
  }
  .service-text {
    margin-bottom: 60px;
  }
  .services h2 {
    text-align: center;
  }
  .services p {
    text-align: center;
  }
  .contact img.contact-inner {
    display: none;
  }
  .contact .contact-info {
    margin: 20px 0 !important;
  }
  .reviews .carousel-control-next, .reviews .carousel-control-prev {
    display: none;
  }
  .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: center;
  }
  .header .nav-container {
    padding: 20px 0 !important;
  }
  .nav-container .nav-item a {
    line-height: 50px;
  }
  .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: #000;
  border-radius: 30px;
}
.navbar-content {
  width: 100%;
}
.header .navbar {
  padding: 15px 0;
}
.navbar-toggler {
  border: none;
  color: #fff;
}
.navbar-toggler:focus {
  border: none;
  color: #7e57c2;
  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;
  }
  .header {
    top: 0;
  }
  .header.little .navbar {
    background-color: #000;
  }
  .header.little .navbar {
    padding: 15px 0 !important;
  }
}

@media(min-width: 1500px) and (max-width: 1700px) {
  .entry .image:before {
    height: 600px;
    width: 600px;
  }
}
@media (max-width: 1500px) {
  .entry .image:before {
    display: none;
  }
}
@media (min-width: 991px) and (max-width: 1200px) {
  .entry .container-fluid {
    padding: 0 30px;
  }
  .reviews .review i {
    right: 20px;
    top: 20px;
  }
}
@media (max-width: 1200px) {
  .about .image-bg {
    overflow: hidden;
  }
  .footer-bottom span {
    font-size: 100px;
  }
}
@media (max-width: 991px) {

  .entry-content h1 {
    font-size: 80px;
    margin-bottom: 25px;
  }
  
  .reviews h2 {
    text-align: center;
  }
  .reviews p {
    text-align: center;
  }
  .reviews .btn-dark {
    margin: auto;
    display: table;
  }
  .reviews .review {
    margin-top: 60px;
  }
  .reviews .review::after {
    content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-bottom-color: #f5f5f5;
	border-top: 0;
	margin-left: -20px;
	margin-top: -20px;
  }
  .about h2 {
    text-align: center;
  }
  .about p {
    text-align: center;
  }
  .about .btn-dark {
    margin: auto;
    display: table;
  }
  .entry {
    background: #ccf5ff;
  }
  .about {
    padding-top: 40px;
  }
  .entry .right {
    display: none;
  }
  .entry .left {
    z-index: 99;
  }
  .entry .icons .firework {
    top: 80px;
  }
  .entry .icons .star {
    right: 40px;
  }
  .entry .icons .firework-two {
    bottom: 100px;
    right: 30%;
  }
  .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%;
  }

}

@media (max-width: 767px) {
  .entry .icons .firework-two {
    right: 10%;
  }
  .entry .slider-buttons {
    display: block;
  }
  .slider-buttons button {
    margin: auto;
    margin-bottom: 20px;
  }
  .footer-bottom span {
    font-size: 40px !important;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .entry-content h1 {
    font-size: 60px;
  }
  .footer .credits .web-developer {
    display: block;
    float: none;
  }
  .footer .credits a, .footer .credits p {
    text-align: center;
  }
  .footer .credits .copyright {
    display: block;
    margin-bottom: 20px;
  }
  .contact h2 {
    font-size: 30px;
  }
  .contact p {
    font-size: 18px;
  }
  .services ul a {
    font-size: 18px;

  }
  .services ul li {
    margin-bottom: 15px;
  }
  .services .outline {
    padding: 40px 0;
  }
  .footer-bottom span {
    font-size: 40px;
  }
  .entry-content {
    padding: 0 20px;
  }
  .entry-content p {
    font-size: 20px;
  }
  .reviews .review {
    padding: 20px;
  }
  .review-heading {
    display: block;
    width: 100%;
  }
  .reviews .review i {
    font-size: 30px;
    top: 30px;
    right: 30px;
  }
  .review-heading .name {
    text-align: center;
    margin-left: 0 !important;
  }
  .review-heading img {
    display: block;
    margin-bottom: 20px !important;
    margin: auto;
  }
  .reviews .container-fluid {
    padding: 0 20px;
  }
  .reviews h2 {
    font-size: 30px;
  }
  .reviews .outline {
    padding: 60px 0;
  }
  .services h2 {
    font-size: 30px;
    margin-bottom: 40px;
  }
  .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;
  }
}

@media (max-width: 400px) {
  .entry-content h1 {
    font-size: 50px !important;
  }
}
/* END RESPONZIVITY */

@media (min-width: 767px) and (max-width: 991px) {
  .services .col-md-6:first-of-type, .services .col-md-6:last-of-type {
    padding: 0 10px !important
  }
}
@media (max-width: 991px) {
  .services ul li {
    text-align: center;
    padding: 0 15px;
  }
  .footer .container-fluid {
    padding: 0 30px;
  }
  .footer span {
    text-align: center;
  }
  .footer a {
    text-align: center;
  }
  .footer .footer-menu li {
    text-align: center;
  }
  .footer form label {
    text-align: center;
    padding-left: 0;
    display: block;
  }
}

.modal.fade .modal-dialog {
  max-width: 100%;
  width: 850px;
}
.modal-content {
  background: radial-gradient(circle at left top,
  rgba(37, 63, 84, 1) 0%, 
  rgba(37, 63, 84, 1) 3%, 
  rgba(20, 34, 45, 1) 10%, 
  rgba(0, 0, 0, 1) 25%, 
  rgba(0, 0, 0, 1) 100%
);
border: none;
border-radius: 50px;
}
.modal-title {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #fff;
  font-size: 30px;

}
.modal-body .contact h2 {
  font-size: 40px;
}
.modal-header {
  border: none;
}
.modal-header .btn-close {
  filter: invert(1);
}
.modal-content .contact {
  background: transparent;
  padding-top: 0;
  padding-bottom: 0;
}
.modal.fade .modal-dialog {
  margin: 50px auto 0 auto;
}
.speech-bubble {
	position: absolute;
	background: #253f54;
  top: -150px;
  left: 50%;
  transform: translate(-50%, -0%);
	border-radius: 20px;
  padding: 20px 40px;
  display: flex;
  width: 300px;
  align-items: center;
}


.speech-bubble:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-top-color: #253f54;
	border-bottom: 0;
	margin-left: -20px;
	margin-bottom: -20px;
}
.speech-bubble p {
  margin-bottom: 0;
  display: inline-block;
  text-align: left;
  color: #fff;
  text-transform: uppercase;
  padding-left: 15px;
  font-size: 18px;
  line-height: 25px;
}
.speech-bubble i {
  display: inline-block;
  font-size: 30px;
  padding-right: 15px;
  color: #fff;
}



/* BLOG */
.blog h1 {
  text-align: center;
  display: block;
  color: #fff;
  font-size: 60px;
  margin-bottom: 80px;
}
.blog .articles a {
  text-decoration: none;
  transition: all 0.3s;
  color: #fff;
  margin-bottom: 40px;
  padding: 10px;
  border-radius: 30px;
  display: block;
}
.blog .articles a:hover {
  background-color: #2c2c2c;
}
.blog .articles a:hover img {
  transform: scale(1.1);
}
.blog .articles a:hover .pinned-icon i {
  background-color: rgba(37, 63, 84);
}
.blog .articles a:hover .main-image p {
  background-color: rgba(37, 63, 84);
}
.blog .articles img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 20px;
  margin-bottom: 0;
  transition: all 0.3s;
}
.blog .articles .content {
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.blog .articles h2 {
  font-family: 'Questrial', sans-serif;
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 600;
  margin-top: 20px;
}
.blog .articles p {
  margin-bottom: 20px;
  color: rgba(255,255,255,0.9);
}
.blog .main-image {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.blog .col-2, .blog .col-10 {

}
.blog .row.main {
  margin: 0;
}
.blog .main-image .pinned-icon i {
  position: absolute;
  top: 0;
  transition: all 0.3s;
  right: 0;
  border-radius: 0 20px 0 20px;
  width: 50px;
  height: 50px;
  background-color: rgba(0,0,0,0.5);
  text-align: center;
  line-height: 50px;
}
.blog .main-image p {
  position: absolute;
  bottom: 0;
  transition: all 0.3s;
  left: 0;
  border-radius: 0 20px 0 20px;
  width: auto;
  margin-bottom: 0;
  height: 50px;
  background-color: rgba(0,0,0,0.5);
  text-align: center;
  line-height: 50px;
  padding: 0 10px;
}
.blog .main-image p i {
  padding-right: 10px;
}
.blog button {
  font-size: 18px;
  background: #c0d2dd;
  color: #262F38;
  border: 2px solid #c0d2dd !important;
  position: relative;
  z-index: 1;
  font-weight: 600;
  border-radius: 30px;
  display: block !important;
  padding-left: 50px !important;
  padding-right: 20px !important;
  line-height: 36px;
  overflow: hidden;
  width: fit-content;
}
.blog button i {
  color: #fff;
  background-color: #000;
  line-height: 34px !important;
  border-radius: 25px;
  width: 32px;
  position: absolute;
  left: 2px;
  top: 2px;
  font-size: 14px;
  transition: all 0.3s;
}
.blog button::after {
  content: "";
  background: #000;
  position: absolute;
  z-index: -1;
  line-height: 60px;
  display: block;
}
.blog .tlacitko {
  text-decoration: none;
  display: block;
  padding: 0 10px;
}
.blog button:hover {
  color: #fff;
  border-color: #c0d2dd;
}
.blog button:hover i {
  left: 15px;
  background-color: transparent;
}
.blog button[class^="slide"]:hover::after, .blog button:hover::after {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all 0.35s;
}
.blog .articles hr {
  color: #8c8c8c;
  opacity: 1;
  margin-bottom: 40px;
}
.blog .other-articles {
  margin-top: 50px;
}
.blog-popup {
  position: fixed;
  max-width: 270px;
  padding: 2px;
  border-radius: 30px;
  left: 5px;
  top: 50%;
  transform: translate(-0%, -50%);
  border-radius: 50px;
  min-height: 300px;
  background: linear-gradient(135deg, #ffffffaa, #555555aa, #ffffffaa);
  box-shadow: 0 0 10px #ffffff33;
}
.blog-popup .content {
  background: #000000cc;
  border-radius: 50px;
  padding: 25px;
  min-height: 300px;
  align-content: center;
}
.blog-popup span {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 25px;
  font-family: 'Questrial', sans-serif;
  margin-bottom: 20px;
}
.subpage {
  padding: 200px 0 80px 0;
}
.subpage h1 {
  font-family: 'Questrial', sans-serif;
}

.blog-popup button {
  font-size: 18px;
  background: #c0d2dd;
  color: #262F38;
  border: 2px solid #c0d2dd;
  position: relative;
  z-index: 1;
  font-weight: 600;
  border-radius: 30px;
  display: block;
  padding-right: 0;
  margin: auto;
  padding-left: 50px;
  padding-right: 20px;
  line-height: 36px;
  overflow: hidden;
  width: fit-content;
}
.blog-popup button i {
  color: #fff;
  background-color: #000;
  line-height: 34px !important;
  border-radius: 25px;
  width: 32px;
  position: absolute;
  left: 2px;
  top: 2px;
  font-size: 14px;
  transition: all 0.3s;
}
.blog-popup button:hover {
  color: #fff;
  border-color: #c0d2dd;
}
.blog-popup button:hover i {
  left: 15px;
  background-color: transparent;
}
.blog-popup button::after {
  content: "";
  background: #000;
  position: absolute;
  z-index: -1;
  line-height: 60px;
  display: block;
}
.blog-popup .button .tlacitko {
  text-decoration: none;
  display: block;
  padding: 0 10px;
}
.blog-popup button[class^="slide"]::after {
  transition: all 0.35s;
}
.blog-popup button[class^="slide"]:hover::after {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all 0.35s;
}
.blog-detail h1 {
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
  padding: 0 30px;
}
.blog-detail .perex {
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
  padding: 0 30px;
}
.blog .articles p.perex {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  height: 96px;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5em; /* nebo podle typu písma */
}

.blog-detail .main-photo {
  display: block;
  width: 100%;
  object-fit: cover;
  height: 500px;
  border-radius: 20px;
  margin-bottom: 40px;
}
.blog-detail .blog-post h2 {
  color: #fff;
  margin-bottom: 30px;
  font-family: 'Questrial', sans-serif;
  font-size: 40px;
}
.blog-detail .blog-post h3 {
  color: #fff;
  margin-bottom: 30px;
  font-family: 'Questrial', sans-serif;
  font-size: 36px;
}
.blog-detail .blog-post h4 {
  color: #fff;
  margin-bottom: 30px;
  font-family: 'Questrial', sans-serif;
  font-size: 33px;
}
.blog-detail .blog-post h5 {
  color: #fff;
  margin-bottom: 30px;
  font-family: 'Questrial', sans-serif;
  font-size: 30px;
}
.blog-detail .blog-post p {
  color: #fff;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 30px;
}
.blog-detail .blog-post {
  padding: 0 30px;
}
.blog-detail .blog-post a {
  font-weight: 600;
}
.blog-detail .blog-post ul li, .blog-detail .blog-post ol li {
  line-height: 30px;
  color: #fff;
  font-size: 18px;
}
.blog-detail .blog-post ul, .blog-detail .blog-post ol {
  margin-bottom: 30px;
}