.elementor-kit-6{--e-global-color-primary:#ADADAD;--e-global-color-secondary:#ADADAD;--e-global-color-text:#ADADAD;--e-global-color-accent:#D0FE1D;--e-global-color-d2b30ed:#0C1222;--e-global-color-b65f676:#D0FE1D;--e-global-color-010ea65:#FFFFFF;--e-global-color-ac0f600:#C6F416;--e-global-color-76f4a4f:#0D1B3F;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:500;background-color:#0C1222;font-size:20px;}.elementor-kit-6 a{color:var( --e-global-color-ac0f600 );font-weight:700;}.elementor-kit-6 h1{color:#FFFFFF;font-size:65px;font-weight:500;}.elementor-kit-6 h2{color:#FFFFFF;font-size:55px;font-weight:500;}.elementor-kit-6 h3{color:#FFFFFF;font-weight:500;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1700px;}.e-con{--container-max-width:1700px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header{padding-inline-end:0px;padding-inline-start:0px;}@media(max-width:1366px){.elementor-kit-6{font-size:16px;}.elementor-kit-6 h1{font-size:65px;}.elementor-kit-6 h2{font-size:55px;}}@media(max-width:1200px){.elementor-kit-6{font-size:16px;}.elementor-kit-6 h1{font-size:60px;}.elementor-kit-6 h2{font-size:55px;}}@media(max-width:1024px){.elementor-kit-6{font-size:16px;}.elementor-kit-6 h1{font-size:60px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:880px){.elementor-kit-6{font-size:16px;}.elementor-kit-6 h1{font-size:55px;}.elementor-kit-6 h2{font-size:45px;}}@media(max-width:767px){.elementor-kit-6{font-size:16px;}.elementor-kit-6 h1{font-size:35px;}.elementor-kit-6 h2{font-size:35px;}.elementor-kit-6 h3{font-size:25px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}@media(min-width:2400px){.elementor-kit-6{font-size:20px;}.elementor-kit-6 h1{font-size:75px;}.elementor-kit-6 h2{font-size:55px;}}/* Start custom CSS */.html{
  -webkit-overflow-scrolling: touch;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-x: hidden;
}

/* width */
::-webkit-scrollbar {
  width: 8px;
  background: #0C1222;
}

 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #000; 
  border-radius: 30px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #C2FF1C; 
}


span.lemontext{
color:#C2FF1C;
  }
  
  
.dots{
  width:20px;
  height:20px;
  background-color: #C2FF1C;
}

.mouse-cursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 50%;
  transform: translateZ(0);
  visibility: hidden;
}

.cursor-outer {
  margin-left: -15px;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  border: 2px solid #C2FF1C;
  box-sizing: border-box;
  z-index: 10000000;
  opacity: 0.5;
  transition: all 0.08s ease-out;
}

.cursor-inner {
  margin-left: -3px;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  z-index: 10000001;
  background-color: #C2FF1C;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cursor-inner.cursor-hover {
  margin-left: -40px;
  margin-top: -40px;
  width: 80px;
  height: 80px;
  background-color: #C2FF1C;
  opacity: .3;
}

.cursor-outer.cursor-hover{
  opacity: 0;
}


/** animace slideru */

.swiper-slide  img {
  transition: transform .5s ease;
}

.swiper-slide:hover .elementor-testimonial__image img {
  transform: scale(1.07);
}


/** Ctverrec za nadpisy */
.highlighted-title{
    position: relative;
}
.highlighted-title::after{
    content: '';
    width: 15px;
    height: 15px;
    position: absolute;
    bottom: 20px;
    margin-left: 5px;
}



/** zvýraznění informací */
span.dulezite{
  background-color: #C2FF1C;
  font-size: 16px;
  padding: 10px;
  border-radius: 15px;
}

@media only screen and (max-width: 767px) {
span.dulezite{
  background-color: #C2FF1C;
  font-size: 12px;
  padding: 5px;
  border-radius: 10px;
} 
}   



.change-background {
    transition: all 1200ms ease-out;
}
    
    
h1.entry-title {
    display:none;
}/* End custom CSS */