.drinas-banner-contact {
  position: relative;
  background: url("../../../assets/images/1024/0576/drinas-002-002.jpg") center/cover no-repeat;
  height: 60vh;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.drinas-banner-contact::before {
  content: "";
  position: absolute;
  top: 0; 
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
  z-index: 1;
}

.overlay-circle {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  width: 250px;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1.5rem;
  margin: 1rem;
  transition: all 0.3s ease;
}

.overlay-circle:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: scale(1.05);
}

.drinas-banner-contact .container {
  position: relative;
  z-index: 2;
}

.drinas-banner-contact::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

@media (max-width: 768px) {
  .overlay-circle {
	width: 180px;
	height: 180px;
	margin: 0.5rem;
  }
}

.drinas-container-cc .card {
  transition: transform 0.2s ease-in-out;
}

.drinas-container-cc .card:hover {
  transform: translateY(-5px);
}
	
.drinas-container-cc .card .btn {
  text-transform: uppercase;
}

.drinas-container-cc .image-container {
  position: relative;
  height: 200px;
  overflow: hidden;
}

.drinas-container-cc .card-img-top {
  height: 100%;
  width: 100%;
  object-fit: cover;
  display: block;
}

.drinas-container-cc .image-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  padding: 8px 12px;
  font-size: 1rem;
  font-weight: 500;
}


/* delete below */

.drinas-banner-kontakt {
  background: url("../../../assets/images/1024/0576/drinas-002-002.jpg") center center/cover no-repeat;
}

.drinas-joke-container {
  padding: 4% 24%;
  display: flex;
  justify-content: center;
}