/* ==================== flight style ============================== */

.flight .items {
  position: relative;
  margin: 0 2px 4px;
}

.flight .items::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.3;
}

.flight .items img {
  width: 100%;
  height: 220px;
  border-radius: 5px;
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2);
  object-fit: cover;
}

.flight .items .info {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  color: #fff;
  text-align: center;
  z-index: 5;
}

.flight .items .info h5 a {
  font-weight: 500;
}

.flight .items .info .butn {
  color: #fff;
  font-weight: 400;
  margin-top: 0 !important;
  height: 0;
  overflow: hidden;
  padding: 0 15px;
  transition: all 0.3s ease;
}

.flight .items:hover .info .butn {
  height: max-content;
  overflow: hidden;
  padding: 10px 15px;
}

/* ==================== responsive style ============================== */

@media screen and (max-width: 991px) {
}

/* ======== */

@media screen and (max-width: 787px) {
}

/* ======= */

@media screen and (max-width: 480px) {
}
