

body {
    font-family: "Montserrat", sans-serif;
    background-color: #f8f9fa;
}

b{
    font-weight: bold;
}

h1{
    color: #f08c09;
    font-size: 3rem;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
}

h2{
    color: #f08c09;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;

}

/* ========================= */
/* NAVBAR                    */
/* ========================= */

.navbar {
    height: 8vh;
    padding: 0.5rem;
    position: absolute;
    width: 100%;
    z-index: 1000;
    backdrop-filter: blur(5px); /* Rozostření pozadí */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Jemný stín */
    transition: background-color 0.3s ease, box-shadow 0.3s ease; /* Přechod pro pozadí a stín */

}

.navbar-brand img {
  margin-left: 30px;
  margin-top: 20px;
  width: 70px;
}

.navbar-toggler {
    border: none;
    font-size: 1.25rem;
    color: #ffffff;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%28255, 255, 255, 1%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-toggler:focus, 
.btn-close:focus {
    box-shadow: none;
    outline: none;
}

.nav-link {
    color: #ffffff;
    font-weight: 300;
    position: relative;
    font-family: "Montserrat", sans-serif;
    font-size: 1.5rem;
}

.nav-link::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background-color: #f08c09;
    visibility: hidden;
    transition: 0.1s ease-in-out;
}

.nav-link:hover::before, 
.nav-link.active::before {
    width: 100%;
    visibility: visible;
}

.offcanvas-body .nav-link {
    color: #ffffff !important;
    display: flex;
    justify-content: center;
}

.offcanvas-header {
    background-color: gray;
}

.offcanvas-header .btn-close {
    color: white !important;
}

/* ========================= */
/* NAVBAR                    */
/* ========================= */

/* Nadpis s obrázkem */
.header-image {
    position: relative;
    width: 100%;
    height: 75vh; /* Výška obrázku */
    background-image: url('img/chlumec\ \(4\).webp'); /* Cesta k vašemu obrázku */
    background-size: cover; /* Obrázek pokryje celou sekci */
    background-position: center; /* Obrázek bude zarovnán na střed */
}

.header-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8); /* Ztmavení pozadí */
    display: flex;
    flex-direction: column; /* Uspořádání obsahu do sloupce */
    justify-content: center; /* Vertikální zarovnání na střed */
    align-items: center; /* Horizontální zarovnání na střed */
}

.header-title {
    animation: bounce 2s infinite; /* Aplikace bounce efektu */
    font-size: 3rem; /* Velikost textu */
    font-weight: bold;
    color: #fff; /* Bílý text */
    text-align: center;
    margin-bottom: 20px; /* Mezera pod nadpisem */
    text-align: center; /* Zarovnání textu na střed */
}

/* Stylování tlačítka pod nadpisem */
.cta-button {
    height: 60px;
  width: 180px;
  padding: 15px;
  font-size: 1.2rem;
  background-color: #fff;
  color: black;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  margin-top: 49px;
  transition: 0.5s;
  font-weight: 600;
}

.cta-button:hover {
    background-color: #f08c09;
    color: white;
    transition: 0.5s;
    transform: scale(1.05);
    box-shadow: #f08c09 0px 0px 20px;
    text-shadow: #f08c09 0px 0px 20px;
    filter: blur(0.5px);
    text-decoration: none;
    text-align: center;
}

.cta-container {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
}

.cta-text {
    position: absolute;
    font-size: 1.2rem;
    font-weight: normal;
    margin-bottom: 5px;
    right: 14rem;
    top: 5rem;
    transform: rotate(-40deg);
    font-family: "Mouse Memoirs", serif;
    white-space: nowrap;
}

/* Bounce efekt pro nadpis */
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-20px);
    }
    60% {
        transform: translateY(-10px);
    }
}

/* Sekce o pozici */
.container h2 {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 20px;
}

.container p.lead {
    font-size: 1.2rem;
    line-height: 1.6;
    color: #555;
}

.container ul {
    list-style-type: disc;
    padding-left: 20px;
    color: #333;
}

.container ul li {
    margin-bottom: 10px;
}

.img-fluid {
    max-width: 100%;
    height: auto;
    border-radius: 10px; /* Zaoblené rohy */
    
    transition: transform 0.3s ease-in-out; /* Efekt při najetí myší */
}

.img-fluid:hover {
    transform: scale(1.05); /* Zvýraznění při najetí myší */
}


/* Sekce Náš Tým */
.team-member img {
    width: auto;
    height: 300px;
    object-fit: cover;
    transition: transform 0.3s ease-in-out;
}

.team-member img:hover {
    transform: scale(1.1); /* Zvýraznění při najetí myší */
}

.team-member h5 {
    font-size: 1.25rem;
    font-weight: bold;
    margin-top: 10px;
}

.team-member p {
    font-size: 1rem;
    color: #000000;
}

/* Sekce Benefity */
.card {
    border: none;
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
    transform: scale(1.05); /* Zvýraznění při najetí myší */
    
}

.card-img-top {
    height: 200px;
    object-fit: cover; /* Obrázek se přizpůsobí velikosti */
}

.card-title {
    font-size: 1.5rem;
    font-weight: bold;
    color: #f08c09; /* Modrá barva nadpisu */
}

.card-text {
    font-size: 1rem;
    color: #000000; /* Tmavě šedý text */
}


/* Sekce Žádost o pozici */
form {
    background-color: #f8f9fa; /* Světle šedé pozadí */
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* Jemný stín */
}

form .form-label {
    font-weight: bold;
    color: #333;
}

form .form-control {
    border-radius: 5px;
    border: 1px solid #ced4da;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

form .form-control:focus {
    border-color: #007bff;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

form button {
    background-color: #007bff;
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-size: 1rem;
    border-radius: 5px;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

form button:hover {
    background-color: #0056b3;
    transform: translateY(-2px);
}

.shadow {
    background-color: #f08c0963;
}

/* ========================= */
/* FOOTER SECTION            */
/* ========================= */
#kontakt .row:last-child {
    display: flex;
    flex-direction: column; 
    align-items: center; 
    justify-content: center; 
    text-align: center; 
  }
  
  #kontakt .fab {
    margin: 0 15px; 
    transition: transform 0.3s ease-in-out; 
  }
  
  #kontakt .fab:hover {
    transform: scale(1.2); 
    color: #f08c09; 
  }
  
  h5{
    color: #f08c09;
    font-size: 1.5rem;
  }
  
  
  .highlight-box {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
  }
  
  .highlight-box h2 {
    color: #f08c09;
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
  }
  
  .highlight-box p {
    color: #161616;
    font-size: 1rem;
    letter-spacing: 0.05rem;
  }
  
  .card img {
    object-fit: cover;
    height: 250px;
  }
  
  .card-title {
    color: #f08c09;
  }
  
  .read-more {
    color: #f08c09;
    text-decoration: none;
    font-family: 'Roboto', Courier, monospace;
    font-size: 1rem;
    font-weight: 700;
  }
  
  .read-more:hover {
   letter-spacing: 0.08rem;
  }
  
  
  .read-more:hover {
    text-decoration: underline;
  }