*{
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden; 
}

a{
    text-decoration: none;
    color: black;
}

.header{
    min-height: 100vh;
    width: 100%;
    background-image: linear-gradient(rgba(63, 63, 65, 0.384),rgba(63, 63, 65, 0.384)),url(../images/About_Home.jpg);
    position: relative;
    background-position: center;
    background-size: cover;
}

nav{
    display: flex;
    padding: 2% 6%;
    justify-content: space-between;
    align-items: center;
}
nav img {
    width: 130px;
    height: 60px;
}

.nav-links{
    flex: 1;
    text-align: right;
}

.nav-links ul li{
    list-style: none;
    display: inline-block;
    padding: 8px 12px;
    position: relative;
}

.nav-links ul li a{
    text-decoration: none;
    font-size: 18px;
    color: #fff;
}

.nav-links ul li::after{
    content: '';
    width: 0%;
    height: 2px;
    background-color: #f44336;
    display: block;
    margin:auto;
    transition: 0.5s;
}

.nav-links ul li:hover::after{
    width: 100%;
}

.text-box{
    width: 90%;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}

.text-box h1{
    font-size: 62px;
}

.text-box p{
    margin: 10px 0 40px;
    font-size: 22px;
    color: #fff;
}

.header-btn{
    display: inline-block;
    text-decoration: none;
    color: #fff;
    padding: 12px 34px;
    font-size: 20px;
    background: transparent;
    position: relative;
    cursor: pointer;
    border-radius: 80px;
    background-color: #fd1100;
    width: 120px;    
}

nav .fa{
    display: none;
    padding-right: -100px;
}



.dibo{
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 100px;
    
    
}
h1{
    color: #fd1100;
}

h3{
    color: #e72a11f5;
}
.dibo h1{
   font-size: 32px;
   font-weight: 600;
   width: 80%;
   margin: auto;
   text-align: center;
   padding-top: 20px;
   
}
.dibo p{
    color: #242020;
    font-size: 15px;
    font-weight: 300;
    line-height: 22px;
    padding: 10px;
}

.row{
    margin-top: 5%;
    display: flex;
    justify-content: space-between;
  
}
.dibo-col{
    flex-basis: 31%;
    background: #fff3f3;
    border-radius: 10px;
    margin-bottom: 5%;
    padding: 20px 12px;
    box-sizing: border-box;
    transition: 0.4s;
}

.dibo-col:hover{
    box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.2);
}

.dibo h3{
    text-align: center;
    font-weight: 600;
    margin: 10px 0;
}

.dibo-col p{
    color: #242020;
    font-size: 23p;
    font-weight: 300;
    line-height: 22px;
    padding: 10px;
}


.footer{
    width: 100%;
    text-align: center;
    padding: 30px 0;
    border-top-style: 11px solid;
    border-color: rgb(95, 92, 92);
    background-color: rgba(204, 202, 202, 0.856)
    
}

footer h4{
    margin-bottom: 30px;
    margin-top: 20px;
    font-weight: 600;
}


.back-btn{
 
    text-decoration: none;
    color: #fff;
    padding: 12px 34px;
    font-size: 20px;
    background: transparent;
    position: relative;
    cursor: pointer;
    border-radius: 80px;
    background-color: black;
    width: 120px;    
    display: inline-block;

   
}

/*-----------------------O nás -------------------------------------- */



.about-us{
    width: 88%;
    margin: auto;
    padding-top: 0px;
    padding-bottom: 50px;
    
}

.about-col{
    flex-basis: 28%;
    padding: 30px 2px;
}

.about-col img{
    width: 110%;
}

.about-col p{
    padding: 15px 0 25px;
}

.about-col h1{
    font-size: 50px;
}

.programs-btn{

    text-decoration: none;
    color: #fff;
    padding: 12px 24px;
    font-size: 20px;
    background: transparent;
    position: relative;
    cursor: pointer;
    border-radius: 80px;
    background-color: #fd1100;
    width: 150px;    
    display: inline-block;


  
  
}





/*-----------------------Programy -------------------------------------- */

.programs{
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 100px;
}

.programs-col{
    flex-basis: 30%;
    border-radius: 10px;
    margin-bottom: 5%;
    text-align: left;
}

.programs-col img{
    width: 90%;
    border-radius: 10px;
}

.programs h3{
    text-align: left;
    margin-top: 18px;
}

.programs p{
    padding: 0;
}

.back-services-btn{

    text-decoration: none;
    color: #fff;
    padding: 12px 34px;
    font-size: 20px;
    background: transparent;
    position: relative;
    cursor: pointer;
    border-radius: 80px;
    background-color: black;
    width: 100px;  
}


/*-----------------------Další služby-------------------------------------- */



.services{
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 100px;

}

.services-col{
    flex-basis: 68%;
    padding: 30px 2px;
}

.services img{
    width: 45%;
}

.services p{
    padding: 20px;
    border-bottom: 1px solid rgb(150, 139, 139);


}

.services h1{
    font-size: 50px;
    text-align: center;
    color: black;

}

.services h4{
    font-size: 20px;
    text-align: center;
    color: rgb(58, 55, 55);
}

.company {
min-height: 40vh;
width: 100%;
background-image: linear-gradient(rgba(63, 63, 65, 0.384),rgba(63, 63, 65, 0.384)),url(../images/parking-lot-2000x1317.jpg);
position: relative;
background-position: center;
background-size: cover;
padding-top: 110px;
padding-bottom: 60px;
color: white;
font-size: 20px;
text-align: center;
margin-bottom: 70px;


}

.company h1{
    color: white;
}



/*-----------------------Ceník-------------------------------------- */
table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin-bottom: 80px;

 
  }
  
  th {

    padding: 18px;
    font-size: 20px;
    text-align: center;
    color: rgb(228, 5, 5);
  }

  td {
    text-align: center;
    border-bottom: 1px solid rgb(150, 139, 139);
    padding: 10px;
  }

  
.prices{
    width: 90%;
    margin: auto;
    text-align: center;
    padding-top: 10px;

}
  


/*-----------------------Galerie-------------------------------------- */

.pictures{
margin: 0;
padding: 0;
box-sizing: border-box;
transition: 0.2s linear;
}

.container {
    padding: 2rem 5%;
}

.container .image-container{
    columns: 15rem 3;
    gap: 1.4rem;
}

.container .image-container img {
width: 100%;
margin-bottom: 1rem;
border-radius: 0.7rem;
}

.container .image-container img:hover {
transform: scale(1.01);
    }



    /*-----------------------kontakt------------------------------------- */

    .location{
        width: 80%;
        margin: auto;
        padding: 80px 0;
    }

    .location iframe{
        width: 100%;
    }

    .contact-us{
        width: 80%;
        margin: auto;
    }

    .contact-col{
        flex-basis: 60%;
        margin-bottom: 30px;
    }

    .contact-col div{
        display: flex;
        align-items: center;
        margin-top: 40px;
    }

    .contact-col div .fa{
   font-size: 20px;
   color: #f44336;
   margin: 10px;
   margin-right: 30px;
    }

    .contact-col div p{
        padding: 0;
    }

    .contact-col div h5{
       font-size: 20px;
       margin-bottom: 5px;
       color: #555;
       font-weight: 400;
    }

    .contact-col input, .contact-col textarea{
        width: 100%;
        padding: 15px;
        margin-bottom: 17px;
        outline: none;
        border: 1px solid #ccc;
        box-sizing: border-box;
    }

    .btn{
        display: inline-block;
        text-decoration: none;
        color: #fff;
        padding: 2px 4px;
        font-size: 20px;
        background: transparent;
        position: relative;
        cursor: pointer;
        border-radius: 40px;
        background-color: #fd1100;
        width: 300px;    
    }






    .coi h1{
        font-size: 32px;
        font-weight: 600;
        width: 80%;
        margin: auto;
        text-align: center;
        padding-top: 20px;
        
     }
     .coi p{
         color: #242020;
         font-size: 15px;
         font-weight: 300;
         line-height: 22px;
         padding: 10px;
         text-align: left;
     }
    

.coi-col{
    flex-basis: 100%;
    background: #fff3f3;
    border-radius: 10px;
    margin-bottom: 5%;
    padding: 20px 12px;
    box-sizing: border-box;
    transition: 0.4s;
}

.coi-col:hover{
    box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.2);
}

.coi h3{
    text-align: center;
    font-weight: 600;
    margin: 10px 0;
}

.coi p{
    color: #242020;
    font-size: 23p;
    font-weight: 300;
    line-height: 22px;
    padding: 10px;
}














@media(max-width: 700px){



    .text-box h1{
        font-size: 20px;
    }
    .nav-links ul li{
        display: block;
    }
    .nav-links{
        position: absolute;
        background: rgb(233, 53, 53);
        height: 100vh;
        width: 200px;
        top: 0;
        right: -200px;
        text-align: left;
        z-index: 2;
        transition: 1s;
    }
    nav .fa{
        display: block;
        color: #fff;
        margin: 10px;
        font-size: 20px;
        cursor: pointer;
    }
    .nav-links ul{
        padding: 30px;
    }
    .row {
        flex-direction: column;
    }
.company{
    flex-direction: column;
}
}



