/* ========================= */
/* GLOBAL SETTINGS           */
/* ========================= */

* {
  scroll-behavior: smooth;
}

html, body {
  max-width: 100%;
  overflow-x: hidden;
  background-color: #fdf5e5;
}

h1 {
  font-family: 'Roboto', Courier, monospace;
  color: #64460e;
  font-size: 3rem;
  font-weight: 700;

}

/* ========================= */
/* DOTAZNIK BUTTON           */
/* ========================= */

.dotaznik-button {
  background-color: #4C2719;
  color: #F3E3C4;
  font-size: 14px;
  padding: 8px 20px;
  border-radius: 50px;
  text-decoration: none;
  transition: 0.3s background-color;
}

.dotaznik-button:hover {
  background-color: #946846;
}

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

.navbar {
  height: 8vh;
  background-color:#DDC9B4;
  padding: 0.5rem;
}

.navbar-brand img {
  width: 50px;
}

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

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

.nav-link {
  color:#4C2719;
  font-weight: 700;
  position: relative;
  font-family: 'Roboto', Courier, monospace;
  font-size: 1.5rem;
}

.nav-link:hover, 
.nav-link.active {
  color: #946846;
}

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

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

/* ========================= */
/* HERO SECTION              */
/* ========================= */

.hero-section {
  background: url(img/jen-p-FoG8lotg7AA-unsplash\ \(2\).jpg) no-repeat center;
  background-size: cover;
  width: 100%;
  height: 100vh;
}

.hero-section::before {
  background-color: rgba(0, 0, 0, 0.6);
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.hero-section .container {
  height: 100vh;
  z-index: 1;
  position: relative;
}

.hero-section h1 {
  font-family: 'Titan One', Courier, monospace;
  font-size: 10rem; 
  text-align: center;
  font-weight: bold;
  color: white;
  margin: 0;
  overflow-wrap: break-word;
}


@media (max-width: 1200px) {
  .hero-section h1 {
    font-size: 8rem; 
  }
}

@media (max-width: 900px) {
  .hero-section h1 {
    font-size: 6rem; 
  }
}

@media (max-width: 600px) {
  .hero-section h1 {
    font-size: 3rem; 
  }
}


/* ========================= */
/* ABOUT US SECTION          */
/* ========================= */

#about-us {
  background-color: #f8f9fa;
}

.container h2 {
  font-family: 'Roboto', Courier, monospace;
  color: #64460e;
}

.container p {
  font-family: 'Roboto', Courier, monospace;
  color: #000000;
  font-size: 1rem;
}



.container p .motto {
  font-family: 'Titan One', Courier, monospace;
  background-color: #F3E3C4;
  padding: 20px;
  border-radius: 10px;
  color: #000000;
  font-size: 2.5rem;
}

.container h3 {
  color:#64460e;
  font-family: 'Roboto', Courier, monospace;
  font-size: 1.5rem;
  letter-spacing: 0.05rem;
}


#about-us h2 {
  font-size: 2.5rem;
  font-weight: bold;
}

#about-us img {
  max-width: 300px;
  transition: transform 0.3s ease;
}

#about-us img:hover {
  transform: scale(1.1);
}

#about-us p.lead {
  font-size: 1.2rem;
  color: #6c757d;
}

/* ========================= */
/* PRODUKTY SECTION          */
/* ========================= */

.Produkty {
  padding: 2%;
  font-size: 3.5rem;
  justify-content: center;
  display: flex;
  color: #64460e;
  font-family: 'Roboto', Courier, monospace;
}



/* ========================= */
/* PRICING SECTION           */
/* ========================= */
.pricing-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  height: 100%; 
}

.pricing-card ul {
  margin-bottom: auto;
}

.btn-buy {
  align-self: center; 
  background-color: #4C2719;
  color: #fff;
}

.btn-buy:hover {
  background-color: #946846;
  color: #fff;
}

/* ========================= */
/* COL-LG-4 SECTION          */
/* ========================= */

.col-lg-4 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.col-lg-4 img {
  width: 300px;
  transition: transform 0.3s ease;
}

.col-lg-4 img:hover {
  transform: scale(1.1);
}

/* ========================= */
/* CARD SECTION              */
/* ========================= */


.card {
  border-radius: 10px;
  max-width: 100%;
  width: 100%;
  transition: transform 0.3s ease;
}

.card img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  transition: transform 0.5s;
}

.card-body{
  background-color: #F3E3C4;
}

.card-body h5 {
 color: #64460e;
 font-family: 'Roboto', Courier, monospace;
 font-weight: 800;
}

.card-body h5 {
  color: rgb(29, 29, 29);
  font-family: 'Roboto', Courier, monospace;
  display: flex;
  justify-content: center;
 }

 .card-body a {
  color: rgb(255, 255, 255);
  font-family: 'Roboto', Courier, monospace;
  background-color: #4C2719;
 }

 .card-body a:hover {
  color: rgb(255, 255, 255);
  font-family: 'Roboto', Courier, monospace;
  background-color: #946846;
 }
 
 


.card:hover img {
  transform: scale(1.1);
}


html, body {
  overflow-x: hidden;
}



/* ========================= */
/* 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: #946846; 
}

h5{
  color: #64460e;
  font-size: 1.5rem;
}


.highlight-box {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
}

.highlight-box h2 {
  color: #64460e;
  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: #64460e;
}

.read-more {
  color: #64460e;
  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;
}