.flex-container {
}

.row-divs {
  background-color: #f1f1f1;
  width: 140px;
  margin: 80px;
  text-align: center;
  line-height: 85px;
  font-size: 30px;
}

.p-carl {
  color: var(--bs-body-color);
  font-weight: bold;
  font-size: 14px;
  height: 20px;
  margin-top: 12px;
}

.butt-carl {
  height: 30px;
  font-size: 16px;
  font-weight: bold;
  width: 105px;
  text-align: center;
  margin-top: 0px;
  padding-top: 4px;
}

.sticky-top-banner {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 999;
}

.video-background {
  position: absolute;
  right: 0;
  top: 0;
  min-width: 100%;
  z-index: -1;
  height: 500px;
}

.banner-content {
  position: relative;
  padding: 20px;
  color: white;
}

.pages-icons {
  margin-bottom: 20px;
}

.home-button button {
  background-color: #fff;
  color: #333;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 5px;
  margin-right: 10px;
}

.search-box input {
  padding: 10px;
  width: 200px;
  border-radius: 5px;
  border: none;
  margin-right: 10px;
}

.search-box button {
  background-color: #fff;
  border: none;
  padding: 10px;
  border-radius: 5px;
  cursor: pointer;
}

