.div_itembox {
  border-radius: 34px;
  background-position: center;
  box-shadow: 6px 5px 18px #fdfdfd;
  height: 400px;
}

#set_buttons_filterations .set_filter_buttons {
  text-align: center;
}
#set_buttons_filterations .set_filter_buttons button {
  font-family: "Poppins", sans-serif;
  margin-right: 10px;
  border-radius: 15px;
  font-size: 17px;
  transition: background-color 1s ease-out 100ms;
}
#set_buttons_filterations .set_filter_buttons button:hover {
  background-color: #000;
  color: #fff;
}
#set_buttons_filterations .set_filter_buttons .active {
  background-color: #e90f87;
  color: #fff;
}
#set_buttons_filterations .set_drop_down_items {
  display: none;
}
#set_buttons_filterations .set_drop_down_items h4 {
  font-family: "Poppins", sans-serif;
}
#set_buttons_filterations .set_drop_down_items select {
  width: 100%;
}

#items_holder .package_item {
  background-size: cover;
  background-position: center;
  height: 500px;
  border-radius: 35px;
}
#items_holder .package_item .overlay_item {
  background-color: rgba(0, 0, 0, 0.7411764706);
  height: 500px;
  padding: 25px;
  display: flex;
  color: #fff;
  flex-direction: column;
  justify-content: flex-end;
  border-radius: 35px;
  transition: 0.5s ease;
  align-items: flex-start;
  opacity: 0;
}
#items_holder .package_item .overlay_item h3 {
  font-size: 30px;
  font-family: "Poppins", sans-serif;
}
#items_holder .package_item .overlay_item p {
  font-size: 19px;
  font-weight: 400;
  line-height: 22px;
  width: 94%;
  font-family: "Poppins", sans-serif;
}
#items_holder .package_item .overlay_item h4 {
  font-size: 25px;
  font-family: "Poppins", sans-serif;
  margin-bottom: 15px;
}
#items_holder .package_item .overlay_item a {
  background: #f9af0a;
  padding: 17px 22px;
  border-radius: 25px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
#items_holder .package_item .overlay_item:hover {
  opacity: 1;
}

.mb-34 {
  margin-bottom: 26px;
}

#set_travel_view img {
  height: 600px;
  margin-left: -4px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 25%;
}

#informationSection {
  padding-top: 3%;
  padding-bottom: 3%;
  font-family: "Poppins", sans-serif;
}
#informationSection h3 {
  font-size: 45px;
  width: 64%;
  margin-bottom: 25px;
}
#informationSection ul {
  list-style: circle;
  margin-left: 5%;
}
#informationSection .price {
  font-size: 45px;
  text-align: center;
}
#informationSection button,
#informationSection a {
  width: 100%;
  background: #f00;
  font-size: 22px;
  color: #fff;
  transition: background-color 1s ease-out 100ms;
}
#informationSection button:hover,
#informationSection a:hover {
  background-color: #000;
  color: #fff;
}
#informationSection button:hover ~ .price,
#informationSection a:hover ~ .price {
  color: #e90f87;
}
#informationSection .custom_red_button {
  width: 100%;
  background: #f00;
  font-size: 22px;
  color: #fff;
  transition: background-color 1s ease-out 100ms;
  text-align: center;
  padding: 17px;
  margin-top: 15px;
}
#informationSection .custom_red_button:hover {
  background-color: #000;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  #set_buttons_filterations .set_filter_buttons {
    flex-direction: column;
  }
  #set_travel_view img {
    height: 300px;
    margin-left: -4px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 50%;
  }
  #informationSection {
    padding-top: 3%;
    padding-bottom: 3%;
    font-family: "Poppins", sans-serif;
  }
  #informationSection h3 {
    font-size: 45px;
    width: 100%;
    margin-bottom: 25px;
  }
  #informationSection ul {
    list-style: circle;
    margin-left: 5%;
  }
  #informationSection .price {
    font-size: 45px;
    text-align: center;
  }
  #informationSection button,
  #informationSection a {
    width: 100%;
    background: #f00;
    font-size: 22px;
    color: #fff;
    transition: background-color 1s ease-out 100ms;
  }
  #informationSection button:hover,
  #informationSection a:hover {
    background-color: #000;
    color: #fff;
  }
  #informationSection button:hover ~ .price,
  #informationSection a:hover ~ .price {
    color: #e90f87;
  }
  #informationSection .custom_red_button {
    width: 100%;
    background: #f00;
    font-size: 22px;
    color: #fff;
    transition: background-color 1s ease-out 100ms;
    text-align: center;
    padding: 17px;
    margin-top: 15px;
  }
  #informationSection .custom_red_button:hover {
    background-color: #000;
    color: #fff;
  }
}
#set_settings .box_item {
  background: #fff;
  border-radius: 25px;
  height: 500px;
  box-shadow: 2px 3px 16px 0px #343434;
}
#set_settings .box_item .set_image_n_name {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #7c1100;
  padding: 20px;
  color: #fff;
  border-top-left-radius: 23px;
  border-top-right-radius: 23px;
}
#set_settings .box_item .set_image_n_name img {
  border-radius: 49%;
  width: 20% !important;
}
#set_settings .box_item .set_image_n_name h4 {
  margin-top: 12px;
  margin-bottom: 0;
}
#set_settings .box_item .set_image_n_name p {
  margin-bottom: 0;
}
#set_settings .box_item .set_content {
  text-align: center;
  padding: 25px 30px;
  height: 280px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  align-content: center;
  flex-wrap: nowrap;
  max-height: 250px;
  overflow: scroll;
  overflow-x: hidden;
}
#set_settings .box_item .set_content p {
  font-size: 18px;
}

.read-more-inside {
  background-color: white;
  color: black;
  border: none;
  padding: 15px 30px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  position: relative;
  z-index: 2;
  transition: all 0.3s ease;
}

.read-more-inside::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 1;
  transition: all 0.3s ease;
}

.read-more-inside:hover {
  top: 5px;
  left: 5px;
  background-color: #ff0000;
  color: white;
}

.read-more-inside:hover::after {
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
}/*# sourceMappingURL=custom_dev.css.map */