*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: 'Helvetica', sans-serif;
}

.empty-space{
    margin-top: 300px;
}

/* Menu */

.nav-background{
    position: fixed;
    width: 100%;
    height: 80px;
    background-color: #fff;
    border-bottom: 4px solid #09A603;
    z-index: 100;
}

.logo{
    position: absolute;
    margin-top: 2px;
    margin-left: 15px;
    z-index: 400;
}

.logo h1{
    font-size: 56px;
    font-style: italic;
    color: #4a4a4a;
}

.logo h1 span{
    color: #09A603;
}

nav ul{
    position: relative;
    float: right;
    margin-top: 20px;
    margin-right: 15px;

}

nav ul li{
    display: inline-block;
    margin-left: 15px;
}

nav ul li a:link,
nav ul li a:visited{
    color: #4a4a4a;
    font-size: 32px;
    text-decoration: none;
    border-bottom: 2px solid transparent;
}

nav ul li a:hover,
nav ul li a:visited{
    border-bottom: 2px solid #09A603;
    transition: 0.5s;
}

.mobile-nav-icon{
    float: right;
    margin-top: 5px;
    display: none;
}

.mobile-nav-back{
    padding-bottom: 5px;
}

nav ul li a img {
    margin-right: 5px;
}

/* Photo slider*/

.photo .swiper-slide{
    background-color: transparent;
}

.photo .swiper-slide img{
    width: 100%;
    height: auto;
}

.photo-min{
    margin-top: 50px;
    display: none;
}

.photo-min .swiper-slide{
    background-color: transparent;    
}

.photo-min .swiper-slide img{
    width: 100%;
    height: auto;
}

/* Info */

.info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}

.info h1 {
    font-size: 32px;
    color: #4a4a4a;
    margin-bottom: 30px;
    text-align: center;
}

.welcome {
    text-align: center;
    border-radius: 10px;
    padding: 10px;
    width: 900px;
    color: #4a4a4a;
    box-shadow: 0 7px 30px rgba(52,13,135,0.3);

}

.welcome p {
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 24px;
}

.cursive{
    font-style: italic;
}

/* courses */

.courses .kondicky {
    display: none;
}

.courses h1{
    text-align: center;
    font-size: 32px;
    color: #4a4a4a;
    margin-bottom: 30px;
}

.courses h2{
    border: 2px solid transparent;
    background-color: #09A603;
    width: 300px;
    margin: 10px auto;
    margin-bottom: 50px;
    padding: 10px;
    text-align: center;
    color: #fff;
    border-radius: 10px;
}

.car {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
/*     margin-right: 50px; */
    
}
.moto {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 100px;
    
}

.car img{
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    padding: 10px;
    background-color: #09A603;
    color: #fff;
    cursor: pointer;
}

.moto h2 {
    background-color: transparent;
    text-align: center;
    font-size: 24px;
    color: #4a4a4a;
    margin-bottom: 0px;
}
.moto img{
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    padding: 10px;
    background-color: #09A603;
    color: #fff;
    cursor: pointer;
}

.car h2 {
    background-color: transparent;
    text-align: center;
    font-size: 24px;
    color: #4a4a4a;
    margin-bottom: 0px;
}
.moto h2 {
    background-color: transparent;
    text-align: center;
    font-size: 24px;
    color: #4a4a4a;
    margin-bottom: 0px;
}


.courses-box-school{
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: stretch;
    width: 100%;
/*     display: none; */
/*     margin: 1rem; */
}

.courses-box-driving{
    display: flex;
    align-items: center;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    margin-top: 30px;

/*     display: none; */
/*     margin: 1rem; */
}

.courses-box-driving h2{
    display: flex;
    text-align: center;
    font-size: 32px;
    color: #4a4a4a;
}

.toggle-switch{
    display: flex;
    color: black;
    width: 100%;
    height: 30px;
    margin-bottom: 50px;
    justify-content: center;
    align-items: center;
}

.toggle-switch span .school{
    width: 100%;
    border: 2px solid #4a4a4a;
    font-size: 32px;
}

.toggler{
    appearance: none;
    -webkit-appearance: none;
    -moz-apperance: none;
    width: 50px;
    height: 25px;
    background-color: #09A603;
    border-radius: 25px;
    margin: 0 1rem;
    position: relative;
}

.toggler:checked:before{
    right: 55%;
}



.toggler::before{
    content: "";
    width: 16px;
    height: 16px;
    background-color: #fff;
    position: absolute;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    right: 4px;
}

.price-column{
    background-color: #fff;
    box-shadow: 0 7px 30px rgba(52,31,97,0.1);
    padding: 2rem;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 275px;
    max-height: auto;
    border-radius: 8px;
}

.price-column.popular{
    position: relative;
    background-color: #09A603;
    box-shadow: 0 7px 30px rgba(52,13,135,0.3);
    color: #fff;
    margin-top: -1.5rem;
    padding-top: 3.5rem;
    margin-bottom: -1.5rem;
    padding-bottom: 3.5rem;
}
.price-column-en{
    margin: 0 auto;
    width: 280px;
    background-color: #09A603;
    box-shadow: 0 7px 30px rgba(52,13,135,0.3);
    color: #fff;
    margin-top: -1.5rem;
    padding-top: 3.5rem;
    margin-bottom: -1.5rem;
    padding-bottom: 3.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
    border-radius: 8px;
}

.price-column:first-child{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.price-header{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
    font-weight: bold;
}

.ribbon-corner{
    position: relative;
    top: -63px;
    left: -63px;
    width: 150px;
    height: 150px;
/*     background: red; */
    overflow: hidden;
}

/* .ribbon-corner span::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 40px;
    background: #62baea;
}

 */

.ribbon-corner::before,
.ribbon-corner::after{
    position: absolute;
    content: "";
    z-index: -1;
    display: block;
    border: 7px solid #ba24f0;
    border-top-color: transparent;
    border-left-color: transparent;
}

.ribbon-corner::before{
    top: 0px;
    right: 15px;
}

.ribbon-corner::after{
    bottom: 15px;
    left: 0px;
}

.ribbon-corner span{
    position: absolute;
    top: 30px;
    right: 0;
    transform: rotate(-45deg);
    width: 200px;
    background: #ba24f0;
    padding: 10px 0;
    color: #fff;
    text-align: center;
    font-size: 17px;
    box-shadow: 0 5px 10px (rgba(0,0,0,0.12));
}


.price-header .ribbon{
    width: 150px;
    height: 150px;
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
}

.price-header .ribbon::before,
.price-header .ribbon::after{
    position: absolute;
    content: "";
    z-index: -1;
    display: block;
    border: 7px solid #ba24f0;
    border-top-color: transparent;
    border-left-color: transparent;
}

.price-header .ribbon::before{
    top: 0px;
    right: 15px;
}

.price-header .ribbon::after{
    bottom: 15px;
    left: 0px;
}

.price-header .ribbon span{
    position: absolute;
    top: 30px;
    right: 0;
    transform: rotate(-45deg);
    width: 200px;
    background: #ba24f0;
    padding: 10px 0;
    color: #fff;
    text-align: center;
    font-size: 17px;
    box-shadow: 0 5px 10px (rgba(0,0,0,0.12));
}

.plan-name{
    font-size: 2.5rem;
    display: flex;
    text-transform: uppercase;
    text-align: center;
    color: #000;
}
.courses-box-driving .plan-name{
    font-size: 2.5rem;
    color: #000;
    display: flex;
    text-transform: uppercase;
    text-align: center;
}

.plan-price{
    font-size: 1.6rem;
    margin-top: 1rem;
    margin-bottom: 0;
    text-decoration: line-through;
}

.plan-price-popular{
    font-size: 1.6rem;
    margin-top: 1rem;
    margin-bottom: 0;
    color: #000;
    text-decoration: line-through;
}
.courses-box-driving .plan-price{
    font-size: 1.6rem;
    margin-top: 1.8rem;
    margin-bottom: 0;
    text-decoration: line-through;
}

.courses-box-driving .plan-price-popular{
    font-size: 1.6rem;
    margin-top: 1.8rem;
    margin-bottom: 0;
    color: #000;
    text-decoration: line-through;
}

.plan-price-sale{
    font-size: 2.5rem;
/*     margin-top: 1rem; */
    margin-bottom: 0;
    color: #09A603;
}

.plan-price-sale-popular{
    font-size: 2.5rem;
    /*     margin-top: 1rem; */
        margin-bottom: 0;
        color: #fff;
}

.divider{
    height: 1px;
    width: 100%;
    background-color: rgba(0,0,0,0.2);
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.feature{
    display: flex;
    align-items: center;
    margin: 0.5rem;
}
.nofeature{
    text-align: center;
    margin-top: 30px;
    opacity: 0.3;
}
.nofeature a{
    text-decoration: none;
}


.feature img{
    height: 1.1em;
    width: 1.1em;
    margin-right: 0.5rem;
}

.most-popular{
    position: absolute;
    top: 0.5rem;
    left: 0.5rem;
    right: 0.5rem;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}

.cta{
    border: none;
    background-color: #09A603;
    color: #fff;
    width: 100%;
    padding: 0.75rem;
    cursor: pointer;
    font-weight: bold;
    border-radius: 4px;
    margin-top: 5.9rem;
    transition: 200ms;
    transform: scale(1);
}
.courses-box-driving .cta{
    border: none;
    background-color: #09A603;
    color: #fff;
    width: 100%;
    padding: 0.75rem;
    cursor: pointer;
    font-weight: bold;
    border-radius: 4px;
    margin-top: 7.6rem;
    transition: 200ms;
    transform: scale(1);
}
.cta1{
    border: none;
    background-color: #09A603;
    color: #fff;
    width: 100%;
    padding: 0.75rem;
    cursor: pointer;
    font-weight: bold;
    border-radius: 4px;
    margin-top: 7.6rem;
    transition: 200ms;
    transform: scale(1);
}

.popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 20px;
    border: 1px solid black;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
    z-index: 999;
  }

.price-column.popular .cta1{
    background-color: #fff;
    color: #09A603;
}
.price-column-en .cta1{
    background-color: #fff;
    color: #09A603;
}

.cta:hover,
.cta:focus{
    transform: scale(1.1);
}

.cta1:hover,
.cta1:focus{
    transform: scale(1.1);
}


/* courses min */

.courses-min-section{
    display: none;
}

.moto-full {
    display: none;
}

.price-column-min{
    margin: 0 auto;
    padding: 10px;
    max-width: 275px;
    border-radius: 10px;
    box-shadow: 1px 1px 10px 1px rgba(52,13,135,0.1);
}

.plan-name-min{
    margin-top: 30px;
    font-size: 2.5rem;
    text-transform: uppercase;
    text-align: center;
    font-size: bold;
}

.plan-price-min{
    font-size: 1.6rem;
    margin-top: 1rem;
    margin-bottom: 0;
    text-align: center;
    text-decoration: line-through;
    font-size: bold;
}

.plan-price-sale-min{
    font-size: 2.5rem;
/*     margin-top: 1rem; */
    text-align: center;
    margin-bottom: 0;
    color: #09A603;
    font-weight: bold;
}

.feature{
    display: flex;
    align-items: center;
    margin: 0.5rem;
}

.nofeature{
    text-align: center;
    margin-top: 30px;
    opacity: 0.3;
}
.nofeature a{
    text-decoration: none;
}

.feature img{
    height: 1.1em;
    width: 1.1em;
    margin-right: 0.5rem;
}

.cta1-min{
    border: none;
    background-color: #09A603;
    color: #fff;
    width: 100%;
    padding: 0.75rem;
    cursor: pointer;
    font-weight: bold;
    border-radius: 4px;
    margin-top: 7.6rem;
    margin-bottom: 30px;
    transition: 200ms;
    transform: scale(1);
}
.cta1-min-premium{
    border: none;
    background-color: #09A603;
    color: #fff;
    width: 100%;
    padding: 0.75rem;
    cursor: pointer;
    font-weight: bold;
    border-radius: 4px;
    margin-top: 5.6rem;
    margin-bottom: 30px;
    transition: 200ms;
    transform: scale(1);
}

.courses-slider-min{
    max-width: 300px;
    margin: 0 auto;
}

.courses-min .swiper-slide {
    background: transparent;
    box-shadow: none;
    margin: 0 auto;
    border-radius: 10px;
}

.courses-min-section{
    max-width: 500px;
    height: auto;
    margin: 0 auto;

}
.courses-min-section-moto {
    max-width: 500px;
    height: auto;
    margin: 0 auto;

}




/* reference */

.reference{
    margin-top: 56px;
}

.reference h1{
    margin-bottom: 12px;
    text-align: center;
    font-size: 32px;
    color: #4a4a4a;
}

.reference-swiper{
    position: relative;
    width: 100%;
    min-height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    overflow: hidden;
}

.mySwiper {
width: 100%;
padding-top: 0px;
padding-bottom: 50px;
}

.swiper-slide {
background-position: center;
background-size: cover;
width: 320px;
background-color: #09A603;
box-shadow: 0 15px 30px rgba(0,0,0,0.2);
border-radius: 10px;
}

.testimonialBox{
    position: relative;
    width: 100%;
    padding: 40px;
    padding-top: 90px;
    color: #fff;
}


.testimonialBox .quote{
    position: absolute;
    top: 20px;
    right: 30px;
    opacity: 0.2;
}

.testimonialBox .quote img{
    max-width: 30px;
}

.testimonialBox .content h3{
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #fff;
}

.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right{
    background-image: none;
}

/* Nástupní místa */
.places{
/*     margin: 0 auto; */
    margin-bottom: 60px;
}

.places h1{
    font-size: 32px;
    width: 100%;
    text-align: center;
    color: #09A603;
    margin-top: 40px;
    margin-bottom: 20px;
}

.places h2{
    font-size: 26px;
    width: 100%;
    text-align: center;
    color: #09A603;
    margin-top: 20px;
    margin-bottom: 0px;
}
.places h3{
    font-size: 20px;
    width: 100%;
    text-align: center;
    color: #09A603;
    margin-top: 20px;
    margin-bottom: 20px;
}

.location-box {
    display: flex;
    flex direction: row;
    justify-content: center;
}

.place-box {
    margin-left: 40px;
    width: 600px;
    height: 600px;
}

.place-box h2 {
    margin-bottom: 20px;
}

.place-box iframe {
    height: 500px;
    border-radius: 5px;
}









/* testtttttttttttttttttttttttttt */

/* .places-box{
    margin: 10px auto;
    width: 80%;
}

.places-nav3{
    text-align: center;
    margin: 10px 0;
} */


/* places - btn */

/* .btn-places{
    display: inline;
    text-decoration: none;
    border: none;
    background-color: #dc4f00;
    color: #fff;
    width: 20%;
    margin: 10px;
    padding: 5px;
    cursor: pointer;
    font-weight: bold;
    border-radius: 4px;
    transition: 200ms;
    transform: scale(1);
}


.btn-places:hover,
.btn-places:focus{
    transform: scale(1.1);
}



.btn-places img,
.btn-places-1 img{
    filter: invert(1);
    width: 30px;
    height: 30px;
}
 */


/* places map */

/* .places-map{
    width: 100%;
    height: auto;
} */

/* .places-map iframe{
    min-height: 500px;
    border-radius: 10px;
    margin-top: 10px;
} */

/* Footer */

body footer{
    background-color: #09A603;
}

footer{
    width: 100%;
    bottom: 0;
    color: #fff;
    padding: 100px 0 30px;
    border-top-left-radius: 125px;
    font-size: 13px;
    line-height: 20px;
}

.row-footer{
    width: 85%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.col-footer{
    flex-basis: 25%;
    padding: 10px;
}

.logo-footer{
    width: 80px;
    margin-bottom: 30px;
    border-radius: 5px;
}

.sidlo-text img{
    color: #fff;
    width: 20px;
    height: 20px;
}

.col-footer h3{
    width: fit-content;
    margin-top: 24px;
    position: relative;
}

.email-id{
    width: fit-content;
    border-bottom: 1px solid #ccc; 
}

.social{
    margin: 10px auto;
    text-align: center;
}

.social img{
    width: 30px;
    height: 30px;
    margin: 10px;
    filter: invert(1);
}

.e-test {
    text-align: center;
    font-size: 32px;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    transition: 200ms;
    transform: scale(1);
    margin-bottom: 20px;
}

.e-test a{
    text-decoration: none;
}

.e-test a:link,
.e-test a:visited{
    color: #fff;
    font-size: 32px;
    text-decoration: none;
}

.footerText{
    margin: 10px auto;
    text-align: center;
}


/* stop float */

.clearfix::after{
    content: "";
    display: table;
    clear: both;
}