/********** **********/
@font-face {
    font-family: 'Acumin-pro';
    src:url('https://latyslavfitness.cz/fordigi/96/Acumin-pro/Acumin-RPro.otf') format('opentype'), 
        url('https://latyslavfitness.cz/fordigi/96/Acumin-pro/Acumin-BdItPro.otf') format('opentype'),
        url('https://latyslavfitness.cz/fordigi/96/Acumin-pro/Acumin-BdPro.otf') format('opentype'),
        url('https://latyslavfitness.cz/fordigi/96/Acumin-pro/Acumin-ItPro.otf') format('opentype');


    font-weight: normal;
    font-style: normal;
  }
@font-face {
    font-family: 'Bison';
    src: url('../bison-font/Bison-Bold(PersonalUse).ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Acumin-Variable';
    src: url('https://latyslavfitness.cz/fordigi/96/Acumin-Variable/Acumin-Variable-Concept.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Acumin-Variable-pro-light';
    src: url('https://latyslavfitness.cz/fordigi/96/Net-Acumin/Net-Acumin-Pro-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Acumin-pro-extra-condensad';
    src: url('https://latyslavfitness.cz/fordigi/96/Acumin-pro-extra-condensad/acumin-pro-extra-condensed.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Oswald';
    src: url('https://latyslavfitness.cz/fordigi/96/Oswald/oswald.bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Aileron';
    src: url('https://latyslavfitness.cz/fordigi/96/aileron/Aileron-Light.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Helvetica';
    src: url('https://latyslavfitness.cz/fordigi/96/Helvetica/Helvetica Light Condensed.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

body {
  font-family: 'Acumin-pro', 'Bison', 'Acumin-Variable', 'Acumin-Variable-pro-light', 'Acumin-pro-extra-condensad', 'Helvetica', 'Oswald';
}

p {
    font-family: 'Montserrat';
    font-weight: 400;
}

* {
}

:root {
    --primary: #D10000;
    --light: #FFFFFF;
    --dark: #0f0f0f;
}

.active {
    color: #d10000 !important;
}

h1,
.h1,
h2,
.h2,
.fw-bold {
    font-weight: bold !important;
    font-family: 'Bison';
    font-style: normal;
}

h2,
.h2 {
    font-weight: bold;
    font-family: 'Oswald';
}


h3,
h4,
.h3,
.h4,
.fw-medium {
    font-weight: 500 !important;
}

h5,
h6,
.h5,
.h6,
.fw-normal {
    font-weight: 400 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

.margin-0 {
    margin: 0 !important;
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    overflow: hidden !important;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #743EFF !important;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn-outline-body {
    color: var(--primary);
    border-color: #777777;
}

.btn-outline-body:hover {
    color: #FFFFFF;
    background: var(--primary);
    border-color: var(--primary);
}


/*** Navbar ***/

.main-content {
    padding-top: var(--navbar-height);
}

.navbar {
    background-color: var(--dark) !important;
    z-index: 10001;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar .navbar-nav .nav-link {
    margin-inline: 15px;
    padding: 30px 0;
    color: var(--dark);
    font-weight: 500;
    text-transform: uppercase;
    outline: none;
    font-weight: bold;
    font-family: "Open Sans",sans-serif;
    transition: color 0.3s;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}


.navbar-logo-my {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 52.50px;
}

@media screen and (max-width: 992px){
    .navbar-logo-my {
        height: 40px;
    }
}

.navbar-logo-red {
    opacity: 0;
    transition: opacity 0.25s ease; /* Updated transition duration */
}

.navbar-logo-white {
    opacity: 1;
    transition: opacity 0.25s ease; /* Updated transition duration */
}

.logo-container {
    transition: opacity 0.25s ease; /* Updated transition duration */
}

.logo-container:hover .navbar-logo-red {
    opacity: 1;
}

.logo-container:hover .navbar-logo-white {
    opacity: 0;
}

.nav-item {
    white-space: nowrap;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link {
        padding: 10px 0;
    }


}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}

.logo-container {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;

}

.logo-hover-on {
    scale: 1;
}

.logo-hover-on {
    scale: 1;
}


.logo-hover-off{
    scale: 0;
}

.icons-blok {
    padding: 30px 20%;
    justify-content: space-evenly;
    width: 100%;
    margin: 0 0;
    color: #FFFFFF;

}


.icons-blok a:hover {
    color: #743EFF !important;
}

/*** Header ***/


.header-wrap{
    margin-right: 0;
    margin-left: 0;

}
.header-text-section{
    background-color: #1A1A1A;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;

}
.header-text-section h1{
    font-size: 5em !important;
    color: #FFFFFF !important;
    font-family: 'Bison' !important;
}

.header-text-section p{
    font-size: 1em !important;
    font-weight: 60 !important;
    color: #FFFFFF !important;
}
.owl-carousel-inner {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
}


.owl-carousel-item img {
    height: fit-content;
    border-radius: 15px;
}

@media (max-width: 768px) {


    .header-text-section{
        min-height: 500px;
    }
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 375px;
    }

    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .header-carousel .owl-carousel-item p {
        font-size: 16px !important;
    }

    .my-max-width-263-500 {
    }

    @media screen and (max-width: 500px) {
    .my-max-width-263-500 {
        max-width: 263px;
    }   
    }
}




.page-header {
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}


/*** Section Title ***/
.section-title {
    color: var(--primary);
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 2rem;
    text-transform: uppercase;
}


/*** Facts ***/
.fact-item .fact-icon {
    width: 120px;
    height: 120px;
    margin-top: -60px;
    margin-bottom: 1.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border-radius: 120px;
    transition: .5s;
}

.fact-item:hover .fact-icon {
    background: var(--dark);
}

.fact-item .fact-icon i {
    color: var(--primary);
    transition: .5;
}

.fact-item:hover .fact-icon i {
    color: #FFFFFF;
}


/*** About & Feature ***/
.about-img,
.feature-img {
    position: relative;
    height: 100%;
    min-height: 400px;
}

.about-img img,
.feature-img img {
    position: absolute;
    width: 60%;
    height: 80%;
    object-fit: cover;
}

.about-img img:last-child,
.feature-img img:last-child {
    margin: 20% 0 0 40%;
}

.about-img::before,
.feature-img::before {
    position: absolute;
    content: "";
    width: 60%;
    height: 80%;
    top: 10%;
    left: 20%;
    border: 5px solid var(--primary);
    z-index: -1;
}


/*** Service ***/
.services-section {
    
    justify-content: center;
    background-color: var(--dark); /* Assuming a dark background */
    padding: 3rem;
  }


  .service-title {
    color: white;
    text-align: center;
    font-size: 4em; /* Sets the size of the title */
    padding: 2rem 0;    
  }


  .service-icon {
    color: var(--primary);  
  }

  .service-item {
    height: 200px;
    text-align: center;
    color: white;
    position: relative;
    border: 1px solid lightcyan; /* Add a white border */
    margin: 10px; /* Optional: add some space between items */
    padding: 20px; /* Optional: add some padding inside the items */
    box-sizing: border-box; /* To include padding and border in the width */
    transition: transform 0.3s ease, border-color 0.3s ease; /* Smooth transition for hover effects */
    justify-content: center;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    overflow: hidden;

  }

  .service-thumnail p, h3{
    color: #fff;
    font-size: 30px;
    font-weight: 700 !important;
  }

  .service-thumnail h3{
    margin-top: 15px;
    font-size: 35px; 
  }

  .card-header h2 {
    margin-top: 24px;
    margin-bottom: 24px;
    color: var(--light);
    font-family: 'Oswald';
    text-align: center;
  }
  
  @media (max-width: 768px){
    .card-header h2 {
        font-weight: 400 !important;
        font-size: 35px;
      }
  }


  @media (min-width: 768px){
    .service-item {
        width: 40%;
    }
    .card-header h2 {
        font-weight: 800;
      }
  }

  @media (min-width: 576px){
    .service-item {
        width: 90%;
        
    }
  }
 

.service-info {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 1); /* Semi-transparent overlay */
    color: white;
    opacity: 0; /* Start fully transparent */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: opacity 0.5s ease-in-out; /* Smooth transition for the bottom property */
}

.service-icon-back-side {
    color: #100F0F;
    font-size: 58px;
  }
  


.service-info h4{
    padding: 0 35px !important;
    font-size: 22px;
    text-align: center;
}

.service-item:hover .service-info {
    opacity: 1;
  }
  .service-item:hover {
    transform: scale(1.07);
  }

.service-info-V2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #F9F6F0; /* Semi-transparent overlay */
    color: white;
    opacity: 0; /* Start fully transparent */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: opacity 0.6s ease-in-out;
}

.service-info-V2 button {
    padding: 0.7rem 2rem;
    border-radius: 2rem;
    background-color: var(--dark);
    color: #F9F6F0;
    border: 1px solid #F9F6F0;
}

.service-info-V2 h4 {
    margin: 20px 0 !important; /* Space out the text and button */
    padding: 0 20px;
    color: black;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }

.service-info h4 {
    margin: 10px 0 !important; /* Space out the text and button */
    padding: 0 20px;
    color: black;
    font-size: 18px;
  }


  .card:hover {
    transform: scale(1.07);
  }

  .card:hover .service-info-V2 {
    opacity: 1;
  }

  .service-info h4 {
    margin: 10px 0 !important; /* Space out the text and button */
    padding: 0 10px;
    color: black;
  }
  .service-info button {
    padding: 10px 20px;
    border: none;
    background-color: #f0f0f0;
    color: #333;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }

 .service-info button:hover {
    background-color: #e0e0e0; /* Slightly lighter on hover */
  }

/*** Project ***/
.project .nav .nav-link {
    background: var(--light);
    transition: .5s;
}

.project .nav .nav-link.active {
    background: var(--primary);
}

.project .nav .nav-link.active h3 {
    color: #FFFFFF !important;
}


/*** Team ***/
.team-items {
    margin: -.75rem;
}

.team-item {
    padding: .75rem;
}

.team-item::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    background: #FFFFFF;
    transition: .5s;
    z-index: -1;
}

.team-item:hover::after {
    height: 100%;
    background: var(--primary);
}

.team-item .team-social {
    position: absolute;
    width: 100%;
    bottom: -20px;
    left: 0;
}

.team-item .team-social .btn {
    display: inline-flex;
    margin: 0 2px;
    color: var(--primary);
    background: var(--light);
}

.team-item .team-social .btn:hover {
    color: #FFFFFF;
    background: var(--primary);
}


/*** Appointment ***/
.bootstrap-datetimepicker-widget.bottom {
    top: auto !important;
}

.bootstrap-datetimepicker-widget .table * {
    border-bottom-width: 0px;
}

.bootstrap-datetimepicker-widget .table th {
    font-weight: 500;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    padding: 10px;
    border-radius: 2px;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background: var(--primary);
}

.bootstrap-datetimepicker-widget table td.today::before {
    border-bottom-color: var(--primary);
}


/*** Testimonial ***/

.testimonial-section{
    background-color: none;
    background: var(--dark);
}

.testimonial-section::before{

}

.testimonial-carousel {
    display: flex !important;
    flex-direction: column-reverse;
    max-width: 700px;
    margin: 0 auto;
}

.testimonial-carousel .owl-dots {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
    .testimonial-carousel .owl-dots {
        height: 50px;
    }
}

.testimonial-carousel .owl-dots .owl-dot {
    position: relative;
    width: 60px;
    margin: 0 5px;
    transition: .5s;
}

.testimonial-carousel .owl-dots .owl-dot.active {
    width: 100px;
}

/*.testimonial-carousel .owl-dots .owl-dot::after {
    position: absolute;
    width: 40px;
    height: 40px;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--light);
    background: var(--primary);
    border-radius: 40px;
    transition: .5s;
    opacity: 0;
    scale: 0;
*/
.testimonial-carousel .owl-dots .owl-dot.active::after {
    opacity: 1;
}

.testimonial-carousel .owl-dots .owl-dot img {
    opacity: .4;
    transition: .5s;
}

.testimonial-carousel .owl-dots .owl-dot.active img {
    opacity: 1;
}


/*** Footer ***/

.footer{
    background-color: var(--primary);
}

.footer .contact-form 
{
    max-width:600px;
    min-height: 300px;
    height: 100%;
    width: 100%;

}
.footer iframe{
    width: 100%;
    height: 100%;

}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #777777;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--primary);
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .form-control {
    border-color: #777777;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256);
}

.footer .copyright a {
    color: var(--light);
}

.footer .copyright a:hover {
    color: var(--primary);
}

.btn {
    background-color: #743EFF !important; /*** 743EFF***/
}

/*** carousel ***/

.o-nas-text {
    width: auto;
    background-color: var(--dark);
}



/** carouseů ***/


/*** navbar ***/





/* @media (max-width: 768px) {
    .icons-blok {
        margin-right: 20px !important; 
        margin-left: 20px !important;
    }
} */




/*** footer ***/ 

.odkaz {
    color:#FFFFFF !important;

}


.my-navbar-link a:hover {
    color: var(--primary) !important;
}

.bottom-white-section {
    position: absolute;
    bottom: -38px;
    left: 0;
    right: 0;
    height: 120px; /* Adjust the height to change the thickness of the red section */
    background-color: var(--light);
    transform: rotate(-2deg); /* Rotate the section by 2 degrees */
    max-width: none;
    width: 110%;
    overflow-x: hidden;
    z-index: 1000;
}

@media screen and (max-width:992px){
    .bottom-white-section {
        position: absolute;
        bottom: -80px;
        left: 0;
        right: 0;
        height: 120px; /* Adjust the height to change the thickness of the red section */
        background-color: var(--light);
        transform: rotate(-2deg); /* Rotate the section by 2 degrees */
        width: 1020px;
    }
}

.bottom-white-section-test {
    position: absolute;
    bottom: -85px;
    left: 0;
    right: 0;
    height: 120px; /* Adjust the height to change the thickness of the red section */
    background-color: var(--light);
    transform: rotate(-2deg); /* Rotate the section by 2 degrees */
    max-width: none;
    width: 110%;
    overflow-x: hidden;
    z-index: 1000;
}

@media screen and (max-width:992px){
    .bottom-white-section-test {
        bottom: -80px;
    }
}

a {
    --linkdeco: none;
    color: var(--nv-primary-accent);
    cursor: pointer;
    text-decoration: var(--linkdeco);
}

/*** footer my ***/

.footer-links {
    font-size: 1.2em; 
    text-decoration: none;
    width: 100%;
}

.footer-links i {
    margin-bottom: 6px;
}

.my-footer {
    padding-right: 10px !important;
}

.my-footer input{
    background: none !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: 1px solid #f8f8f8 !important;
    padding: 0 !important;
    color: #FFFFFF !important;
    height: 50px;
    max-width: 550px !important;
}

.my-footer h2 {
    font-size: 2rem;
}

@media screen and (max-width: 768px) {
    .my-footer h2 {
        font-size: 2em;
    }
}


.zprava-textbox {
    height: 70px !important;
}

.icons-footer a:hover{
    color: var(--primary) !important;
}

/*** kdyz nekdo neco vyplni z automatické nabidky ***/
.moje-trida input:-webkit-autofill {
    background-color: #252525 !important; /* Příklad pro WebKit (Chrome, Safari) */
    box-shadow: 0 0 0 30px white inset !important; /* Příklad pro ostatní prohlížeče */
}

.my-footer-button {
    max-width: 550px !important;
    background-color: #FFFFFF;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    padding-left: 70px !important;
    padding-right: 70px !important;
    font-size: 18px;
    border-radius: 5px !important;
    border: 1px solid var(--light) !important;
    color: #14171c;
    transition: 0.15s;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.15s;
}

.my-footer-button:hover {
    color: var(--light);
    font-weight: 400;
    background: none;
    box-shadow: 3px 3px 0 0 5px #FFFFFF !important;
    border: 1px solid #fff !important;

}

.made-by-logo {
    height: 55px !important;
}


/*** carouse ***/
.car-width-text {
    width: 950px !important;
}

.testimonial-item {
    width: 980px !important; /* Zvětšit maximální šířku pro textový blok */
    max-width: 900px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.carousel-blok-change {
    width: 900px !important;
    max-width: 900px !important;
}

@media (max-width: 992px) {
    .carousel-blok-change {
        width: 700px !important;
        max-width: 700px !important;
    }
}

@media (max-width: 992px) {
    .testimonial-item {
        width: 700px !important; /* Zvětšit maximální šířku pro textový blok */
        max-width: 700px !important;
    }
}

@media (max-width: 768px) {
    .carousel-blok-change {
        width: 280px !important;
        max-width: 280px !important;
    }
}

@media (max-width: 768px) {
    .testimonial-item {
        width: 280px !important; /* Zvětšit maximální šířku pro textový blok */
        max-width: 280px !important;
    }
}





.carrousel-my h3{
    color: var(--primary) !important;
}

/*** sponzori ***/

.sponsor-section {
    text-align: center; /* Centers the content */
    padding: 50px 0; /* Adds padding above and below the section */
}



.sponsor-logos {
    display: flex;
    justify-content: center; /* Centers the logos horizontally */
    align-items: center; /* Aligns the logos vertically */
    gap: 100px; /* Sets the gap between logos */
}

.separator {
    height: 50px; /* Sets the height of the separator */
    border-left: 1px solid black; /* Creates a vertical line */
    margin: 0 20px; /* Adds margin to the left and right */
}




.sponsor-title {
    text-align: center;
    font-size: 4em; /* Sets the size of the title */
    margin-bottom: 30px
}

.sponzor-item {
    max-height: 80px; /* Sets a maximum height for all logos */
    width: auto; /* Keeps the aspect ratio of the logos */
    object-fit: contain;
}

.sponzor-container {
    border-top: 1px solid #858585 !important;
   align-items: center;
}

/*** youtube video ***/

.container {
    width: 100%;
}

.youtube-video-container iframe{
    max-width: 800px !important;
    max-height: 450px;
}

.container-youtube-video-main {
    max-width: 800px;
    max-height: 450px;
}

.embed-responsive {
    position: relative;
    height: 0;
    padding-bottom: 56.25%; /* 16:9 aspect ratio (9 / 16 * 100%) */
}

.embed-responsive iframe {
    position: absolute;
    width: 100%;
    height: 100%;
}

.youtube-video-nadpis {
    font-size: 90px;
    margin-bottom: 5rem;
    margin-top: 5rem;
    max-height: 600px;
}

.youtube-button {
    width: 250px !important;
    height: 50px;
    background-color: #252525 !important;
    color: #FFFFFF !important;
    border-radius: 4px !important;
    font-weight: 700 !important;
}

.youtube-button:hover {
    color: #252525 !important;
    background-color: #FFFFFF !important;
    border: 1px solid #252525 !important;
    transition: 0.15s;
    font-weight: 700 !important;
}


/*** spinner ***/
.my-spin-logo {
    height: 60px !important;
    width: auto !important;
}

/*** o mne ***/
.my-o-mne {
    height: 580px !important;
    margin-bottom: 48px;
}
@media (max-width: 768px) {
    .my-o-mne {
        height: 1000px !important; /* Adjust the margin for smaller screens */
    }
}



.footer{
    background-color: var(--dark);
    border-top: 1px solid #333 !important;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer-contact{
    display: flex;
    justify-content: start;
    flex-direction: column;
}

.footer-contact h2{
    font-size: 2em;
    font-weight: 300;
}

.footer-contact h2, h3{
    text-align: left !important;
    margin-left: 7px;
    font-weight: 300;
}

/*** body ***/
.my-body {
    overflow-x: hidden !important;
}

.owerflow-x-hidden {
    overflow-x: hidden !important;
}

.owerflow-y-hidden {
    overflow-y: hidden !important;
}


/*** pro cely kod moje ***/
input:focus {
    outline: none !important;
    border-bottom: 2px solid #FFFFFF;
}


/*** formulare Tom ***/
.nadpis-blok {
    margin-top: 2rem;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

@media screen and (max-width: 768px) {
    .nadpis-blok {
        margin-bottom: 1rem;
        margin-top: 0;
    }
}

.nadpis-blok h1 {
    display: flex;
    justify-content: center;
    font-size: 66px !important;
    font-weight: 800 !important;
    margin-left: 1rem;
    margin-bottom: 50px;
    font-family: 'Oswald';
    text-transform: uppercase;
}

.nadpis-blok span {
    color: #743EFF;
    display: inline-block;
    font-size: 66px !important;
    font-weight: 800 !important;
    font-family: "Teko",sans-serif;
}


@media screen and (max-width: 768px) {
    .nadpis-blok h1 {
        font-size: 27px !important;
        margin-bottom: 15px;
        font-weight: 300;
    }

    .nadpis-blok span {
        font-size: 46px !important;
    }
    
    
}


.nadpis-blok p {
    color: #000000;
    font-weight: 400;
    max-width: 950px;
    line-height: 1.5rem !important;
    letter-spacing: 0.08rem !important;
}

@media screen and (max-width: 768px) {
    #formular p {
        font-size: 16px;
    }
    .nadpis-blok p {
        line-height: 1.1!important;
        font-weight: 300;
        font-size: 12px;
    }
}

.cena-h2 {
    color: #E12121;
    font-size: 28px !important;
    font-weight: 800 !important;
}

.objednavkovy-formular-h2 {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #100F0F;
    font-weight: 800;
    font-size: 42px;
}

@media screen and (max-width: 768px) {
    .objednavkovy-formular-h2 {
        font-size: 22px;
        padding-top: 15px;
    }
    .cena-h2 {
        font-size: 18px !important;
    }
}


.textbox-container-my {
    display: flex;
    flex-direction: column;
}

.textbox-container-my label {
    width: 100%;
    font-weight: 400;
    padding-bottom: 0.3rem;
    padding-top: 2rem;
    color: #100F0F;
    font-size: 20px;
}


@media screen and (max-width: 992px) {
    .textbox-container-my label{
        font-size: 16px;
    }
    
}

.textbox-container-my input {
    width: 100%;
    height: 52px;
    border: 2px solid #ededed !important;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 12px;
    padding-right: 12px;
}

.textbox-container-my input:focus {
    border-color: #0f0f0f !important;
    box-shadow: 0 0 3px 0 #500303;
}
.textbox-container-my input:hover {
    border-color: #0f0f0f !important;
    box-shadow: 0 0 3px 0 #500303;
}

#formular textarea {
    width: 100%;
    height: 250px;
    border: 2px solid #ededed !important;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 12px;
    padding-right: 12px;
}

/*#formular textarea:focus {
    border-color: 1px solid var(--dark) !important;
    box-shadow: 0 0 3px 0 #500303;
} 
#formular textarea:hover {
    border: 1px solid var(--dark) !important;
    box-shadow: 0 0 3px 0 #500303;
}*/

.border-primary-my {

}
/*** checkboxes ***/

.radio-blok {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.radio-blok input{
    display: none;
}

.content-in-label {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    height: 20px;
    margin-bottom: 0.6rem;
}

.radio__radio {
    width: 1.15rem;
    height: 1.15rem;
    border: 2px solid #14171c;
    border-radius: 50%;
    margin-right: 10px;
    box-sizing: border-box;
    padding: 2px;
    box-sizing: border-box;
}

.radio__radio::after {
    content: " ";
    width: 100%;
    height: 100%;
    display: block;
    background-color: var(--primary);
    border-radius: 60%;

    transform: scale(0);
    transition: transform 0.15s;
}

.radio-blok input:checked + .radio__radio::after{
    transform: scale(1);
}

.radio-blok label {
    padding: 0 ;
    margin-bottom: 0.4rem;
}

.radio-blok input[type="radio"]:checked{
    background-color: var(--primary) !important;
    box-shadow: none !important;
}

#formular input[type=radio] {
    width: 15px;
    height: 15px;
    background-color: none;
    border-radius: 4px;
    margin-right: 1rem;
    margin-top: 1rem;
}

#formular button {
    margin: 20px 0;
    width: 150px;
    height: 40px;
    background-color: var(--dark);
    color: #fff;
    border: 2.5px solid var(--dark);
    transition: 0.15s;
    cursor: pointer;
    border-radius: 110px;
}
/*
#formular button:hover {
    border: 2.5px solid var(--dark);
    background: none;
    color: var(--dark);

}*/

#formular button:hover {
    box-shadow: 0 0 7px 0 var(--dark);

}

#formular a {
    color: var(--primary) !important;
}

#formular a:hover {
    color: #4920b1 !important;
    text-decoration: underline !important;
}

.dodatecne-informace {
    vertical-align: top !important;
    height: 250px !important;
}

@media screen and (max-width: 992px) {
    .dodatecne-informace{
        height: 200px !important;
    }
}

@media screen and (max-width: 768px) {
    .dodatecne-informace{
        height: 150px !important;
    }
}

/*** modal images ***/
.modal-img {
    display: block;
    position: fixed;
    left: 50%;
    top: 50%;
    border: 1px solid #100F0F;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1000010;
    transform: scale(0);
}

.modal-content-img {
    max-width: 80%;
    max-height: 80%;
    display: block;
    max-width: 800px;
}



.modal-label-first {
    /* padding-top: 15px !important; */
}


@media only screen and (max-width: 767px) {
    /* Zmenšení na mobilních zařízeních */
    .modal-content-img {
        max-width: 450px !important;

    }
}

@media only screen and (max-width: 500px) {
    /* Zmenšení na mobilních zařízeních */
    .modal-content-img {
        max-width: 350px !important;

    }
}

.active-nested {
    transform: translate(-50%, -50%) scale(1);
}



.overlay-nested-modal {
    position: fixed;
    box-sizing: border-box;
    opacity: 0;
    transition: 200ms ease-in-out;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .8);
    pointer-events: none;
    cursor: pointer;
    z-index: 100005;
  }
  
.active-nested-modal {
  opacity: 1;
  pointer-events: all;
}

.close {
    position: absolute;
    top: -45px;
    right: 15px;
    color: #fff;
    font-size: 40px;
    cursor: pointer;
    z-index: 6;
}

.close-button-container {
    text-align: right;
    width: 100%;
    margin-top: 10px;
    padding-right: 1rem;
    z-index: 10; /* Ensures the button is above the iframe */
    position: absolute;

}

.close-button {
    background: none;
    border: none;
    font-size: 25px;
}


/** infinite carousel **/

@keyframes slide {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-100%);
    }
  }  

.logos {
    overflow: hidden;
    padding: 40px 0;
    background: var(--primary);
    white-space: nowrap;
    position: relative;
    width: 100%;
  }
  
  .logos:before,
  .logos:after {
    position: absolute;
    top: 0;
    width: 250px;
    height: 100%;
    content: "";
    z-index: 2;
  }
/**
  .logos:before {
    left: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), white);
  }
  
  .logos:after {
    right: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
  }**/

  .logos-slide {
    display: inline-block;
    animation: 35s slide infinite linear;
    background-color: var(--primary) !important;
  }
  
  .logos-slide img {
    margin: 0 120px;
  }

  .nebbia-logo {
    height: 150px !important;
  }

  .gymbeam-logo-my {
    margin-top: 0.92rem;
    height: 103px;
}

  @media screen and (max-width: 992px) {
    .logos-slide img {
        height: 70px;
        margin: 0 60px;
      }

    .logos {
        padding: 50px 0;
    }

    .logos:before,
    .logos:after {
        width: 125px
    }

    .nebbia-logo {
        height: 120px !important;
      }
  }

  @media screen and (max-width: 768px) {
    .logos-slide img {
        height: 50px;
        margin: 0 20px;
      }

    .logos {
        padding: 30px 0;
    }

    .logos:before,
    .logos:after {
        width: 50px
    }

    .nebbia-logo {
        height: 80px !important;
      }

    .logos-slide {
        animation: 25s slide infinite linear;
    }
    .gymbeam-logo-my {
        height: 50px !important;
    }
  }



.legendsgym-logo-my {
    height: 105px;
}

@media screen and (max-width: 768px) {
    .legendsgym-logo-my {
        height: 75px !important;
    }
}
  /** sluzby cards **/


  .card-header {
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,0.03);
    border-bottom: 1px solid rgba(255, 255, 255, 0.125);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 300px;
    /*background-color: #100F0F;*/
    background: none;
}

  .card-header h1{
    margin-top: 1.5rem;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 32px;
    text-align: center;
  }

  .card-footer {
    padding: 0.5rem 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.125);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100px;
    background-color: #100F0F;
    background: none;
  }


  .card-footer h3 {
    color: #fff;
  }

  .card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background: none;
    /*background: none;*/
    background-clip: border-box;
    border: 1px solid rgba(255, 255, 255, 0.125);
    }


    #services .card {
        margin-bottom: 25px;
        z-index: 1;
        position: relative;
        border-radius: 5px;
      }

/** mike prisel jsou besy **/

/** laty second slide o mne **/
.laty-second-slide-blok {
    width: 100%;
}

.o-mne-container {
    height: 600px;
    background-image: url(../img/laty_2nd_slideV2.png);
    display: flex;
    justify-content: center;
    align-items: center;
}

.o-mne-text {
    width: 100%;
    max-width: fit-content;
}

.o-mne-text h2{
    margin-bottom: 10px;
    color: var(--primary);
    font-size: 56px;
    max-width: fit-content;
}
.o-mne-text p{
    margin-bottom: 10px;
    font-size: 15px;
    max-width: 400px;
}


.sipka {
    height: 50px;
}

.o-mne-md-4-my {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 75px;
    margin-top: 75px;
}

.o-mne-md-4-my {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 75px;
    margin-top: 75px;
}

@media screen and (max-width:768px){
    .o-mne-md-4-my {
        height: 400px !important;
    }
    .o-mne-text p {
        font-size: 12px;
        max-width: 300px;
    }
}

.o-mne-img-container {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.o-mne-fotka{
    width: 100% !important;
    height: auto;
    position: relative;
    z-index: 1000;
}

.bottom-red-section {
    position: absolute;
    bottom: -35px;
    left: -5px;
    right: 0;
    height: 120px; /* Adjust the height to change the thickness of the red section */
    background-color: var(--primary);
    transform: rotate(-2deg); /* Rotate the section by 2 degrees */
    max-width: none;
    width: 110%;
    overflow-x: hidden;
    z-index: 999;
  }

  .bottom-red-section-test {
    position: absolute;
    bottom: -45px;
    left: -5px;
    right: 0;
    height: 120px; /* Adjust the height to change the thickness of the red section */
    background-color: var(--primary);
    transform: rotate(2deg); /* Rotate the section by 2 degrees */
    max-width: none;
    width: 110%;
    overflow-x: hidden;
    z-index: 999;
  }

  @media screen and (max-width:1500px) {
    .o-mne-fotka {
        margin-top: 100px;
    }
}

@media screen and (max-width:1200px) {
    .o-mne-fotka {
        margin-top: 100px;
    }
}
 
  @media screen and (max-width:992px){
    .bottom-red-section {
        width: 1020px;
    }
}

@media screen and (max-width: 992px) {
    .o-mne-md-4-my {
        height: auto;
    }
    .o-mne-fotka {
        margin-top: 0;
        margin-bottom: 50px;
    }
    .o-mne-md-4-my {
        height: 450px !important;
        margin: 0;
    }
    .o-mne-text {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
}

@media screen and (max-width: 500px) {
    .o-mne-fotka {
        width: 100%;
        margin-top: 20px;
    }
    .o-mne-md-4-my {
        height: 375px !important;
    }
    .o-mne-text {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
}

@media screen and (max-width: 768px) {
    .icon-blok-margin-0-media {
        margin-top: 10px;
    }
}

.gradient-background {
    background-image: linear-gradient(
        135deg,
        hsl(0deg 100% 41%) 0%,
        hsl(6deg 88% 32%) 1%,
        hsl(10deg 74% 22%) 6%,
        hsl(13deg 52% 13%) 15%,
        hsl(137deg 0% 6%) 28%,
        hsl(137deg 0% 6%) 43%,
        hsl(137deg 0% 6%) 60%,
        hsl(137deg 0% 6%) 74%,
        hsl(13deg 52% 13%) 87%,
        hsl(10deg 74% 22%) 95%,
        hsl(6deg 88% 32%) 99%,
        hsl(0deg 100% 41%) 100%
      );
}

/** made by **/
.made-by-p {
    width: fit-content;
    font-size: 22px;
    margin: 0 15px;
}

/** promeny **/

.container-promeny-my {
    width: 80%;
}

.container-promeny {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--dark);
    padding: 3rem 0;
}

.container-promeny-test {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--dark);
}

@media screen and (max-width: 768px) {
    .promena-pred, .promena-po {
        margin: 0 1rem !important;
    }
}

.promena-pred, .promena-po {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 50%;
}


.promena-po {
    margin-left: 4rem;
}

.promena-pred h2, .promena-po h2 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.promena-pred img, .promena-po img {
    width: 100%;
    max-width: 230px;
    max-height: 350px;
}

.promena-text{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
    font-size: 22px;
}

.promena-duo-blok {
    margin: 20px 20px;
    padding: 0;
    width: fit-content;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
}

.img-promena-last {

}

.img-promena {
    border-radius: 20px;
}

@media screen and (max-width: 500px) {
    .img-promena {
        max-width: 325px;
    }
}

@media screen and (max-width: 768px) {
    .img-promena-last {
        margin-bottom: 50px;
    }
}

.promeny-nadpis {
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--light) !important;
    font-size: 56px;
    width: 100%;
}


@media screen and (max-width:768px) {
    .promena-text p {
        font-size: 18px;
    }
    .promeny-nadpis {
        font-size: 44px;
    }
}



.promena-text a{
    color: var(--light) !important;
}

.promena-text a:hover {
    border-bottom: 1px solid var(--light);
}

.promena-text a{

}

/*** teset ***/
.custom-container {
    background-image: url('../img/promeny-background-V2.png'); /* Set the path to your image */
    background-size: cover;
    background-position: top;
    background-attachment: fixed;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
  }

  .custom-container-test {
    background-image: url('../img/promeny-background-V2.png'); /* Set the path to your image */
    background-size: cover;
    background-position: top;
    background-attachment: fixed;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    padding: 0;
    min-height: 1075px;
  }

@media screen and (max-width: 992px){
    .custom-container {
        background-image: url('../img/promeny-background-992.png');
    }
}

@media screen and (max-width: 768px){
    .custom-container {
        background-image: url('../img/promeny-backgroundy-768.png');
    }
}

/** stranka promeny **/

.container-promeny-popis {
    max-width: 960px;
}

.stranka-promeny {
    background-color: var(--dark);
    color: var(--light);
}

.stranka-promeny .ahrefColor {
    color: #777777 !important;
}

.stranka-promeny a:hover {
    color: var(--primary) !important;
}

.stranka-promena-uvodni-ustanoveni h2 {
    margin: 30px 0;
    color: var(--light);
}

.stranka-promeny a{
    color: #000;
}

.stranka-promeny h1 {
    color: var(--light);
    font-size: 86px;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 4px;
    font-family: 'Oswald';
}


.promeny-stranka-landing {
    background-size: cover;
    background-position: top;
    background-attachment: fixed;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 1;
    font-family: 'Osvald'
}

.promeny-stranka-landing h1{
    font-size: 108px;
    margin: 48px 48px
}

.landing-nadpis-conatiner {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 4rem;
    left: 60%;
    transform: translateX(-50%);
}

.landing-coaching {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 11.5rem;
    left: 58%;
    transform: translateX(-50%);
    color: var(--light);
    z-index: 102;
    font-size: 2rem;
    width: 100%;
}

.landing-online {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 11.5rem;
    left: 39%;
    transform: translateX(-50%);
    color: var(--light);
    z-index: 102;
    font-size: 2rem;
    width: 100%;
}

@media screen and (max-width: 1700px) {
    .landing-coaching {
        left: 59%;
    }
    
    .landing-online {
        left: 37%;
    }
}

@media screen and (max-width: 1550px) {
    .landing-coaching {
        left: 62%;
    }
    
    .landing-online {
        left: 34%;
    }
}

@media screen and (max-width: 1200px) {
    .landing-coaching {
        left: 65%;
    }
    
    .landing-online {
        left: 31%;
    }
}

@media screen and (max-width: 992px) {
    .landing-coaching {
        top: 8.5rem;
        left: 65%;
    }
    
    .landing-online {
        left: 31%;
        top: 8.5rem;
    }
}

@media screen and (max-width: 768px) {
    .landing-coaching {
        top: 6.5rem;
        left: 66%;
        font-size: 1.5rem;
    }
    
    .landing-online {
        left: 30%;
        top: 6.5rem;
        font-size: 1.5rem;
    }
}

@media screen and (max-width: 625px) {
    .landing-coaching {
        top: 6.5rem;
        left: 67%;
        font-size: 1.5rem;
    }
    
    .landing-online {
        left: 28%;
        top: 6.5rem;
        font-size: 1.5rem;
    }
}


@media screen and (max-width: 500px) {
    .landing-coaching {
        top: 8.8rem;
        left: 75%;
        font-size: 1.3rem;
    }
    
    .landing-online {
        left: 31%;
        top: 8.8rem;
        font-size: 1.3rem;
    }
}

@media screen and (max-width: 450px) {
    .landing-coaching {
        top: 8.8rem;
        left: 77%;
        font-size: 1.3rem;
    }
    
    .landing-online {
        left: 29%;
        top: 8.8rem;
        font-size: 1.3rem;
    }
}

@media screen and (max-width: 400px) {
    .landing-coaching {
        top: 8.8rem;
        left: 80%;
        font-size: 1.3rem;
    }
    
    .landing-online {
        left: 26%;
        top: 8.8rem;
        font-size: 1.3rem;
    }
}


@media screen and (max-width: 768px) {
    .stranka-promeny h1 {
        font-size: 68px;
    }
}

.promeny-stranky-navbar {
    background-color: #333 !important;
}

.promeny-nazev-klienta {
    color: var(--light);
    display: flex;
    justify-content: center;
    align-items: center;
}


.promeny-stranka-landing p {
    max-width: 800px;
}

.promena-stranka-custom-container {
    background-size: cover;
    background-position: top;
    background-attachment: fixed;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
  }

.stranka-conatiner-kontaktni-informace p{
    margin-bottom: 0;
}  

.stranka-conatiner-kontaktni-informace a{
    margin-bottom: 0;
}  

/*
@media screen and (max-width: 992px){
    .promeny-stranka-landing {
        background-image: url('../img/promeny-background-992.png');
    }
}

@media screen and (max-width: 768px){
    .promeny-stranka-landing {
        background-image: url('../img/promeny-backgroundy-768.png');
    }
    .container-promeny-popis {
        max-width: 325px;
    }
    .promeny-stranka-landing h1{
        font-size: 68px;
        margin: 24px 24px
    }
}*/


/* making xs blok */

@media (max-width: 767px) {
    .col-xs-1,
    .col-xs-2,
    .col-xs-3,
    .col-xs-4,
    .col-xs-5,
    .col-xs-6,
    .col-xs-7,
    .col-xs-8,
    .col-xs-9,
    .col-xs-10,
    .col-xs-11,
    .col-xs-12 {
      float: left;
    }
  
    .col-xs-12 {
      width: 100%;
    }
  
    .col-xs-11 {
      width: 91.66666667%;
    }
  
    .col-xs-10 {
      width: 83.33333333%;
    }
  
    .col-xs-9 {
      width: 75%;
    }
  
    .col-xs-8 {
      width: 66.66666667%;
    }
  
    .col-xs-7 {
      width: 58.33333333%;
    }
  
    .col-xs-6 {
      width: 50%;
    }
  
    .col-xs-5 {
      width: 41.66666667%;
    }
  
    .col-xs-4 {
      width: 33.33333333%;
    }
  
    .col-xs-3 {
      width: 25%;
    }
  
    .col-xs-2 {
      width: 16.66666667%;
    }
  
    .col-xs-1 {
      width: 8.33333333%;
    }
  }

  @media (max-width: 767px) {
    .col-xxl-1,
    .col-xxl-2,
    .col-xxl-3,
    .col-xxl-4,
    .col-xxl-5,
    .col-xxl-6,
    .col-xxl-7,
    .col-xxl-8,
    .col-xxl-9,
    .col-xxl-10,
    .col-xxl-11,
    .col-xxl-12 {
      float: left;
    }
  
    .col-xxl-12 {
      width: 100%;
    }
  
    .col-xxl-11 {
      width: 91.66666667%;
    }
  
    .col-xxl-10 {
      width: 83.33333333%;
    }
  
    .col-xxl-9 {
      width: 75%;
    }
  
    .col-xxl-8 {
      width: 66.66666667%;
    }
  
    .col-xxl-7 {
      width: 58.33333333%;
    }
  
    .col-xxl-6 {
      width: 50%;
    }
  
    .col-xxl-5 {
      width: 41.66666667%;
    }
  
    .col-xxl-4 {
      width: 33.33333333%;
    }
  
    .col-xxl-3 {
      width: 25%;
    }
  
    .col-xxl-2 {
      width: 16.66666667%;
    }
  
    .col-xxl-1 {
      width: 8.33333333%;
    }
  }


/** landing topka mike **/
.landing-mike {
    position: relative;
    height: 820px;
}

.sm-latyslav-fotka-landing {
    scale: 0;
    position: absolute;
    bottom: 0;
    left: 55%;
    transform: translateX(-55%);
    z-index: 103;
    width: 100%;
    max-width: 400px;
}

.latyslav-fotka-landing {
    position: absolute;
    z-index: 103;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

@media screen and (max-width: 992px){
    .landing-mike {
        height: 500px;
    }
}

@media screen and (max-width: 500px){
    .latyslav-fotka-landing {
        left: 60%;
        bottom: 0;
        transform: translateX(-55%);
    }
    .sm-latyslav-fotka-landing {
        scale: 1;
    }
    .latyslav-fotka-landing {
        scale: 0;
    }
}




.landing-background {
    position: absolute;
    z-index: 101;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.landing-smoke1{
    position: absolute;
    z-index: 104;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.navbar-scale-0-my {
    background: var(--dark) !important;
}

.landing-button {
    position: absolute;
    bottom: 15%;
    left: 48.5%;
    transform: translateX(-50%);
    z-index: 105;
    background-color: var(--primary);
    padding: 20px 70px;
    border: 1px solid var(--dark);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 70px;
    transition: 0.15s;
    color: var(--light);
}

.landing-button h6 {
    color: var(--light);
    font-size: 45px;
    margin-bottom: 0px;
    margin-top: 10px;
}

.landing-button:hover {
    box-shadow: 0 0 20px 4px var(--primary);
    border: none;
}

.landing-nadpis {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 1.4rem;
    left: 48.5%;
    transform: translateX(-50%);
    color: var(--light);
    z-index: 102;
    font-size: 10rem;
    width: 100%;
}

.sm-landing-nadpis {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 1.7rem;
    left: 50%;
    transform: translateX(-50%);
    color: var(--light);
    z-index: 102;
    font-size: 7rem;
    width: 100%;
    scale: 0;
}


@media screen and (max-width: 992px) {
    .landing-button {
        padding: 15px 40px;
    }
    .landing-button h6 {
        color: var(--light);
        font-size: 29px !important;
        margin-bottom: 0px;
        margin-top: 5px;
        left: 50%;
    }
    .landing-nadpis {
        font-size: 7rem;
    }
}

@media screen and (max-width: 768px) {
    .landing-nadpis {
        font-size: 5rem;
    }
}


@media screen and (max-width: 500px) {
    .landing-button {
        padding: 15px 35px;
        left: 50%;
    }
    .landing-button h6 {
        color: var(--light);
        font-size: 18px !important;
        margin-bottom: 0px;
        margin-top: 5px;
    }
    .sm-landing-nadpis {
        scale: 1;
    }
    .landing-nadpis {
        scale: 0;
    }
}

/* counter up */

.container-counter-up-my {
    background-color: var(--primary);
}

.plus-sign {
    font-size: 3.5rem !important;
    color: #fff;
    margin-bottom: 0;
}

.color-text-primary {
    color: var(--primary);
    margin: 0;
    height: 32px;
}

.counter-up-icon {
    height: 48px;
    width: 60px;
}

.icon-blok {
}

@media screen and (max-width: 768px) {
    .icon-blok {
        padding: 0;
    }
}

.position-relative {
    position: relative !important;
}

/** latyho fotky carousel blok **/

.css-selector {
    background: linear-gradient(135deg, #0f0f0f, #0f0f0f, #d10000, #0f0f0f, #d10000, #0f0f0f, #0f0f0f);
    background-size: 1400% 1400%;

    -webkit-animation: AnimationName 19s ease infinite;
    -moz-animation: AnimationName 19s ease infinite;
    -o-animation: AnimationName 19s ease infinite;
    animation: AnimationName 19s ease infinite;
}

@-webkit-keyframes AnimationName {
    0%{background-position:0% 14%}
    50%{background-position:100% 87%}
    100%{background-position:0% 14%}
}
@-moz-keyframes AnimationName {
    0%{background-position:0% 14%}
    50%{background-position:100% 87%}
    100%{background-position:0% 14%}
}
@-o-keyframes AnimationName {
    0%{background-position:0% 14%}
    50%{background-position:100% 87%}
    100%{background-position:0% 14%}
}
@keyframes AnimationName {
    0%{background-position:0% 14%}
    50%{background-position:100% 87%}
    100%{background-position:0% 14%}
}

.owl-next-style{
    color: var(--light);
    border: none;
    background: none;
    font-size: 25px !important;
}

.owl-prev-style {
    color: var(--light);
    border: none;
    background: none;
    font-size: 25px !important;
}

.my-width {

}

@media screen and (max-width: 768px) {
    .my-width {
        width: 269px;
    }
}

/* merch */
.container-merch {
    height: 840px;
    margin-top: 10px 10px;
    position: relative;
    overflow: hidden;
}

.bg-image {
    /* The image used */
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("../img/merch.jpg");
  
    /* Add the blur effect */
    filter: blur(25px);
    -webkit-filter: blur(25px);
  
    /* Full height */
    height: 100%;
  
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing: border-box;
  }

  /* Position text in the middle of the page/image */
  .bg-text {
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0, 0.4); /* Black w/opacity/see-through */
    color: white;
    font-weight: bold;
    border: 3px solid #f1f1f1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 80%;
    padding: 20px;
    text-align: center;
    box-sizing: border-box;
  }

  .darker-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
  }
  
  .merch-nadpis {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
  }

  .merch-nadpis h2 {
    font-size: 146px;
    color: var(--light);
    text-align: center;
    font-family: 'Oswald';
    white-space: nowrap;
  }

  .merch-nadpis i {
    font-size: 126px;
    color: var(--light);
    margin-left: 18px;
    padding-bottom: 10px;
  }

  @media screen and (max-width: 1450px) {
    .merch-nadpis h2 {
        font-size: 116px;
      }
}

@media screen and (max-width: 1200px) {
    .merch-nadpis h2 {
        font-size: 90px;
      }
}

@media screen and (max-width: 992px) {
    .merch-nadpis h2 {
        font-size: 80px;
      }
      .merch-nadpis i {
        font-size: 80px;
      }
}


@media screen and (max-width: 768px) {
    .container-merch {
        height: 500px;
    }
    .bg-image {
        background-image: url("../img/merch-mensi-verze.png");
        background-size: auto;
    }
    .merch-nadpis h2 {
        font-size: 60px;
      }
      .merch-nadpis i {
        font-size: 60px;
      }
}

@media screen and (max-width: 500px) {
    .merch-nadpis h2 {
        font-size: 50px;
      }
      .merch-nadpis i {
        font-size: 50px;
      }
}
  

.font-oswald {
    font-family: 'Oswald' !important;
}



.navbar-btn-collapse{

    border: #000;
    border-radius: 3px;
}

