body {
    color: rgb(220, 220, 220);
    font-family: Helvetica, Arial, sans-serif;
    background-color: #0b0b0b
}


header {
    background-image: url("logo.png");
    background-position: center;
    background-repeat: no-repeat;
    height: 180px;
    background-size: 500px;
}





h1 {
    color: #ffffff;
    font-size: 38px;
    font-weight: bold;
    margin-top: 1.5em;
    border-bottom: 2px solid #00bf52;
    padding-bottom: 5px;
}

h2 {
    color: #00bf52;
    font-size: 28px;
    font-weight: bold;
    margin-top: 1.5em;
    border-bottom: 2px solid #00bf52;
    padding-bottom: 5px;
}

h3 {
    color: #00bf52;
    font-size: 25px;
}




nav {
    border: thin solid rgb(0, 0, 0);
    background-color: #00bf52;
    padding: 15px;
    text-align: center;
    font-family: Helvetica,Arial,sans-serif; 
}

nav a {
    color: black;
    text-decoration: none;
    font-weight: bold;
    padding: 10px 15px;
    font-family: Helvetica, Arial, sans-serif;
}

nav a:hover {
    background-color: rgb(255, 255, 255);
    border-radius: 5px;
}





main {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.hero-img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 20px 0;
    border-radius: 10px;
}





ul {
    list-style-type: none;
    padding-left: 0;
}

.specifikacie {
    list-style-type: square;
    padding-left: 0;
}

ul li {
    margin: 10px 0;
    padding: 12px;
    border-radius: 8px;
}


.button-rebricek {
    display: inline-block;
    background-color: #00bf52;
    color: black;
    padding: 10px 20px;
    text-decoration: none;
    font-weight: bold;
}
.button-rebricek:hover {
    background-color: white;
}


footer {
    background-color: rgb(32, 32, 32);
    color: rgb(179, 179, 179);
    border-top: 3px solid #00bf52;
    text-align: center;
    margin-top: 2em;
    padding: 15px;
    font-size: 12px;
}





/* KARTY - KONTAJNERY vsetky */
.card-container {
  display: flex;
  flex-wrap: wrap;       
  gap: 20px;            
  justify-content: center;
}

/* KARTY jednotlive */
.karta {
  background: #1b1b1b;
  border-radius: 8px;      
  width: 300px; 
  border-bottom: #ffffff;         
}

.karta img {
  width: 100%;
  height: auto;
  display: block;
}

.karta-obsah {
  padding: 20px;
}

.karta-obsah h3 {
  margin-top: 0;
}



.rozlozenie-mobil-sekcia {
  display: flex;
  flex-wrap: wrap;       
  justify-content: center;
}

.rozlozenie-formular {
  display: flex;
  justify-content: center;
  align-items: center;
}

.formular b {
  margin-bottom: 8px;
  letter-spacing: 0.5px;
}

.formular input[type="text"],
.formular input[type="number"],
.formular textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 12px 16px;
  margin-bottom: 20px;
  background-color: #24242b;
  border: 1px solid #3f3f46;
  border-radius: 6px;
  color: #ffffff;
  font-size: 1rem;
}
