@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,700');
@import url('https://fonts.googleapis.com/css2?family=AR+One+Sans&family=Dela+Gothic+One&family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


body{
    background-color: #ffffff !important;
}

html,body{
    margin: 0%;
    padding: 0%;
  width: 100%;
  height: 100%;
  font-family: "Poppins", sans-serif;
  scroll-behavior: smooth;
  background-image: url();
  background-size: cover;
  background-repeat: no-repeat;
}

/* navbar */

.navbar{
    position: fixed !important;
    background-color: white;
    margin-left: -2%;
}
.transparent-bg {
    background-color: rgba(255, 255, 255, 0.801);
    margin: 0%;
    padding: 0;
    margin-left: -2%;
}

.content{
    margin-left: 2%;
}

header{
    overflow: hidden;
}

header nav img{
    height: 150px;
}

header nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 10vh;
    width: 100%;
    margin-top: 10px;
}

header nav .nav-links{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4em;
    list-style-type: none;
    margin-left: 60%;
}

header nav .nav-links li a{
    color: #224E24;
    text-decoration: none;
}

header nav .nav-links li a:hover{
    color: #24b33b;
}

.buttons .btn{
    text-decoration: none;
    color: black !important;
    background-color: #a5d604;
    padding: 0.5rem;
    border-radius: 40px;
    margin-top: 2rem;
    font-size: 1.5rem;
    width: 15rem;
    font-family: 'Dela Gothic One', cursive;
    letter-spacing: 0.1rem;
}

.btn:hover{
    background-color: #44c42a;
    color: white !important;
}

li{
    font-size: 25px;
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: #0a0a0a !important;
    border: 1px solid transparent;
    border-radius: .25rem;
}
/*konec navbaru*/

/* logo */
.logo{
    width: 50px;
    height: 50px;
}
/*konec loga*/

/*obrazek pod textem */
.bgimg{
    background-image: url(uvodni-lysa.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 50vh;
    width: 100%;
}
/*konec obrazku pod textem */


/*formáty textu*/
.text1{
    text-align: center;
    margin-top: 5%;
    font-weight: 100;
}

h2{
    text-shadow:  0 0 1em black, 0 0 0.01em black;
}

h5{
    font-size: 25px !important;
}

h1{
    font-weight: 800 !important;
    color:#000000;
    font-size: 80px !important;
    text-shadow:  0 0 0.2em white, 0 0 0.2em white;
}

p{
    font-weight: 500;
    font-size: 1em;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}
/*konec formátů textu*/

/*formovaní textů a obrázků na stránce*/
.row {
    margin: 15px;
  }

.kd{
    text-align: center;
    margin-left: 16%;
}

.kdo{
    text-align: center;
    margin-top: 3%;
    max-width: 80%;
}

.text2{
    text-align: center;
}

.text3{
    text-align: center;
    font-size: 20px !important;
}

.obrazek{
    text-align: left;
    border-radius: 5%;
    width: 70vh;
    float: left;
    margin-left: 0%;
}

.big{
    font-size: 2rem;
    font-weight: bolder;
   
}

.big1{
    font-size: 2rem;
    font-weight: bolder;
    text-decoration: underline;
}

.poz{
    float: left;
    margin-left: 23%;
}

.napln{
    margin-top: 5%;
    text-align: center;
}

.obsah{
    text-align: center;
    margin-top: 5%;
}
/* konec formovaní textů a obrázků na stránce*/



.card {
    width: 240px;
    height: 284px;
    padding: 0 15px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 12px;
    background: #fff;
    border-radius: 20px;
    margin-left: 44%;
  }
  
  .card > * {
    margin: 0;
  }
  
  .card__title {
    font-size: 23px;
    font-weight: 900;
    color: #333;
  }
  
  .card__content {
    font-size: 13px;
    line-height: 18px;
    color: #333;
  }
  
  .card__form {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  
  .card__form input {
    margin-top: 10px;
    outline: 0;
    background: rgb(255, 255, 255);
    box-shadow: transparent 0px 0px 0px 1px inset;
    padding: 0.6em;
    border-radius: 14px;
    border: 1px solid #333;
    color: black;
  }
  
  .card__form button {
    border: 0;
    background: #111;
    color: #fff;
    padding: 0.68em;
    border-radius: 14px;
    font-weight: bold;
  }
  
  .sign-up:hover {
    opacity: 0.8;
  } 
  

/*footer*/
.bot { 
    position: ; 
    bottom: 0; 
    width: 100%;
}

section, footer {
background: #000000;
color: #ffffff;
}

footer p {
padding: 40px 0;
text-align: center;
}

footer img {
width: 44px;
}
/*konec footer*/






/* pro menší obrazovky */
@media (max-width: 766px) {
    header nav .nav-links{
        flex-direction: column !important;
        justify-content: center;
        align-items: center;
        gap: 1em !important;
        list-style-type: none;
        font-size: 1rem !important;
    }
     
    header nav .nav-links li a:hover{
        color: #44c42a;
    }

    footer{
        margin-top: 1rem;
        text-align: center;
    }

    .buttons{
        text-align: center;
    }

    .cara{
        max-width: 100px;
    }

    .nab{
        margin-top: 2%;
        float: right;
    }

    .card {
        width: 250px;
       
    }

    .text1{
        margin-top: 20%;
    }
    
    .card{
        margin-left: 25%;
    }
}



@media (max-width: 1400px) {
    header nav .nav-links{
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 4em;
        list-style-type: none;
        margin-left: 10vh;
    }

    .title h1{
        font-size: 3rem !important;
    }

    .text p{
        font-size: 1rem;
        color: #877770;
        margin-right: 5%;
    }
    .cara{
        max-width: 250px;
    }

    button {
        
        margin-left: 20% !important;
      }

      .text1{
        margin-top: 10%;
    }

    .poz {
        float: left;
        margin-left: 20%;
    }

    .kd{
        text-align: center;
        margin-left: 15%;
    }
}

@media (max-width: 1000px) {
    header nav .nav-links{
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 4em;
        list-style-type: none;
        margin-left: 5vh;
        margin-right: 20%;
        margin-top: 5%;
    }

    .obsah{
        text-align: center;
        margin-top: 15%;
    }
    
    .poz{
        float: left;
        
    }

    .cara{
        max-width: 150px;
    }

    .text1{
        margin-top: 20%;
    }
    .poz {
        float: left;
        margin-left: 10%;
    }

}

