body{
  margin:0;
  font-family:sans-serif;
  background-color:#00b8fd;
}
.image-box {
      width: 200px;
      height: 150px;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 4px 12px rgba(0,0,0,0.2);
      background: #fff;
    }

    .image-box img {
      width: 100%;
      height: 100%;
      object-fit: cover; /* automatyczne kadrowanie */
      display: block;
    }

.hero {
  background: url('images/bg.png') no-repeat center center;
  background-size: cover;
  color: white;
  text-shadow: 2px 2px 5px rgba(0,0,0,0.7);
  padding: 100px 0;
}
.hero .lead {
	display: inline-block;
	background: #0848d6;
	padding: 3px 30px;
	border-radius: 20px;
}
.contact-phone .phone {
  font-size: 3.2rem;
  color: red;
  text-shadow: 3px 2px white;
  font-family: 'Luckiest Guy', cursive;
  text-transform: uppercase;
  font-weight: 700;
}
.contact-phone .action {
	display: inline-block;
	width: 100%;
	background: #0848d6;
	padding: 3px 30px;
	border-radius: 20px;
	color:#fff;
}

.contact-phone .action a {
	color:#fff;
	font-size:1.4rem;
	text-transform: uppercase;
	text-decoration: none;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.7);
}
.offer-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.card-shadow {
-webkit-box-shadow: 0px 0px 16px 0px rgba(115, 116, 126, 1);
-moz-box-shadow: 0px 0px 16px 0px rgba(115, 116, 126, 1);
box-shadow: 0px 0px 16px 0px rgba(115, 116, 126, 1);
padding: 10px 20px;
font-family: 'Poppins', sans-serif;
}
.card-shadow p {
	min-height: 100px;
}
.font-bold {
	font-weight: 700;
}
.sidebar-red {
	background: red;
	border-radius: 30px;
	color: #ffffff;
	font-weight: 600;
	padding: 20px 8px;
	height:100%;
}
.bg-colorize1 {
	background: linear-gradient(to bottom, #ffffff 0%, #fff2b2 50%, #ffe66b 100%);
}
.bg-colorize2 {
	background: linear-gradient(to bottom, #ffe66b 0%, #fff2b2 50%, #ffffff 100%);
}
.cta-button {
  display: inline-block;
  padding: 15px 25px;
  background-color: #ff4500;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  border-radius: 5px;
}
.price {
 font-weight: 700;
 font-size: 20px;
 padding: 25px 10px 10px 14px	
}


.hero22 {
  background: radial-gradient(circle at center, #a7e4ff, #36b3f1);
  background-image: repeating-radial-gradient(circle at center, #a7e4ff 0%, #36b3f1 100%);
  color: #000;
  font-family: 'Fredoka One', sans-serif;
}
.hero2 {
  background: url('images/bg.png') no-repeat center center;
  background-size: cover;
  color: #000;
  font-family: 'Fredoka One', sans-serif;
}

.hero h2,.hero2 h2 {
	font-family: 'Luckiest Guy', cursive;
	text-transform: uppercase;
	font-size: 3.2rem;
}

.main-title {
  font-size: 2.5rem;
  color: red;
  text-shadow: 2px 2px white;
}

.contact-title {
  font-size: 2rem;
  color: #0033cc;
  text-shadow: 1px 1px white;
  margin-bottom: 20px;
  font-family: 'Luckiest Guy', cursive;
  
}

.contact-text {
  font-size: 1.1rem;
  color: #0033cc;
}

.icon {
  width: 24px;
  height: 24px;
}

.hero-text {
  font-size: 2.4rem;
  color: red;
  text-shadow: 3px 2px white;
  /*font-family: 'Baloo 2', cursive;*/
  font-family: 'Luckiest Guy', cursive;
  text-transform: uppercase;
  font-weight: 700;
}
.h2{
  font-size: 3.2rem;
  color: red;
  text-shadow: 3px 2px white;
  font-family: 'Luckiest Guy', cursive;
  text-transform: uppercase;
  font-weight: 700;
}
.description {
	padding: 20px 10px;
	font-size: 23px;
}
.grid-5-text {
  font-size: 3.2rem;
  color: #0848d6;
  text-shadow: 3px 2px white;
  font-family: 'Luckiest Guy', cursive;
  text-transform: uppercase;
  font-weight: 700;
}

.brand-text {
  font-size: 2rem;
  font-weight: 700;
  color: red;
  text-shadow: 2px 2px white;
  font-family: 'Luckiest Guy', cursive;
  text-transform: uppercase;
}

.footer {
  height: 80px;
  background-color: #FB2927;
}
.grid-5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  margin-top: 40px;
}

.grid-5 div {
  text-align: center;
}

.grid-5 img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.grid-5 p {
  margin-top: 8px;
  font-weight: bold;
}
@media (max-width: 1024px) {
  .grid-5 {
    grid-template-columns: repeat(3, 1fr);
  }
  .hero h2, .hero2 h2, .h2 {
	  font-size: 2.1rem;
  }
}

@media (max-width: 600px) {
  .grid-5 {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .hero h2, .hero2 h2 {
	  font-size: 1.8rem;
  }
  
}

.sidebar-red ul{ margin:0; padding-left: 18px; }
.sidebar-red li{ list-style: disc; margin: 6px 0; }
.sidebar-red a{ color:#fff; text-decoration:none; }
.sidebar-red a:hover{ text-decoration:underline; }
