/* ==================== packages style ============================== */

.packages .content .boxes {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
  transition: all 0.6s ease;
}

.packages .items {
  position: relative;
  margin-bottom: 30px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  overflow: hidden;
  width: 32%;
  transition: all 0.6s ease;
  margin: 0.5%;
}

.packages .items .info {
  position: absolute;
  width: calc(100% - 30px);
  bottom: -87px;
  left: 15px;
  color: #fff;
  padding: 0px 15px;
  z-index: 5;
  transition: all 0.3s ease;
  height: 125px;
  overflow: hidden;
}

.packages .items:hover .info {
  bottom: 10px;
  background-color: #000000cc;
  border-radius: 10px;
  padding: 15px;
}

.packages .content .boxes .items .show {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  bottom: 15px;
  right: 15px;
  z-index: 20;
  font-size: 13px;
}

.packages .items .info p {
  color: #fff;
  padding: 0 15px;
}

.packages .items .info h6 a {
  color: #fff;
  margin-bottom: 15px;
}

.packages .items:after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40%;
  background: linear-gradient(to top, #000000cb, transparent);
}

.packages .items img {
  height: 250px;
  width: 100%;
}

.packages .content .boxes.list {
  display: block;
}

.packages .content .boxes.list .items:after {
  display: none;
}

.packages .content .boxes.list .items {
  width: 100%;
  display: flex;
  height: 200px;
  margin-bottom: 30px;
}

.packages .content .boxes.list .items img {
  height: 100%;
  object-fit: cover;
  width: 400px;
}

.packages .content .boxes.list .items .info {
  position: relative;
  bottom: 0;
  border-radius: 10px;
  padding: 15px;
  border: none;
  height: 100%;
}

.packages .content .boxes.list .items:hover .info {
  background-color: #fff;
}

.packages .boxes.list .items .info p {
  color: #555;
}

.packages .content .boxes.list .items .info h6 a {
  color: #777;
}

.packages .content .boxes.list .items .show {
  opacity: 1;
  visibility: visible;
}

.packages .swiper-container {
  height: auto !important;
}

.packages .swiper-container .swiper-pagination {
  display: none;
}

/* --------------- terms & conditions -------------- */

.packages .terms-item {
  padding: 30px;
  margin-top: 50px;
  border-radius: 10px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.07);
  background-color: #fff;
}

.packages .terms-item h4 {
  margin-bottom: 15px;
}

.packages .terms-item p {
  line-height: 2;
}

/* ==================== packages-filtter style ============================== */

.packages-filtter {
  border: 1px solid #9995;
  padding: 10px;
  margin-bottom: 50px;
}

.packages-filtter .form-group {
  display: flex;
  padding: 0 15px;
  margin-bottom: 0;
}

.packages-filtter .form-group select {
  width: 60%;
  font-size: 13px;
}

.packages-filtter .form-group label {
  position: relative;
  top: 8px;
  width: 40%;
  font-size: 13px;
}

.packages-filtter .filtter-icons {
  padding: 5px 15px;
}

.packages-filtter .filtter-icons span {
  color: #777;
  margin: 0 5px;
}

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

@media screen and (max-width: 991px) {
  .packages .items {
    width: 48%;
  }
}

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

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

/* ======= */

@media screen and (max-width: 480px) {
  .packages .items {
    width: 98%;
  }
  .packages .content .boxes.list .items img {
    width: 80px;
    height: 100px;
  }
}
