.ticket_container {
  padding-bottom: 100px;
}
.ticket_container .ticket_content {
  background: #ffefe5;
  border-radius: 10px;
  padding: 20px;
  margin: 80px 0px;
}
.ticket_container .ticket_content .ticket {
  border: 2px dashed #fcaa40;
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 20px;
  width: 300px;
  max-width: 100%;
  margin: 10px 0;
}
.ticket_container .ticket_content .ticket img {
  max-width: 100%;
  width: 40px;
  display: flex;
  margin: auto;
}
.ticket_container .ticket_content .ticket h1 {
  background: radial-gradient(100% 189.27% at 83.25% 0%, #ff8c47 0%, #db6925 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-size: 36px;
  margin-top: 8px;
}
.ticket_container .ticket_content .ticket p {
  background: radial-gradient(100% 189.27% at 83.25% 0%, #ff8c47 0%, #db6925 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.ticket_container .ticket_content .book_ticket {
  padding-right: 50px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.ticket_container .ticket_content .book_ticket h2 {
  font-size: 24px;
}
.ticket_container .ticket_content .book_ticket .book_now {
  width: 100%;
  height: 50px;
  background: radial-gradient(100% 189.27% at 83.25% 0%, #ff8c47 0%, #db6925 100%);
  border-radius: 10px;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #ffffff;
  border: none;
  outline: none;
}
.ticket_container .ticket_content .book_ticket .book_now:hover {
  background: radial-gradient(104.71% 104.71% at 10.37% 5.46%, #efc64a 0%, #e97719 100%) !important;
}
.ticket_container .choose_title h1 {
  font-size: 42px;
}
.ticket_container .choose_title h1 span {
  color: #ff8c47;
}
.ticket_container .card {
  margin-top: 30px;
  padding-bottom: 30px;
  box-shadow: 2px 14px 28px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
}
.ticket_container .card .card-img-overlay {
  position: absolute;
  top: 0;
  bottom: 400px;
  left: 0;
  right: 0;
  height: 260px;
}
.ticket_container .card .card-img-overlay .card-title {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.ticket_container .card .card-img-overlay .center_content {
  color: #ffffff;
  padding-top: 20px;
}
.ticket_container .card .card-img-overlay .center_content h1 {
  color: #ffffff;
  font-size: 24px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 30px;
}
.ticket_container .card .card-img-overlay .center_content p {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 56px;
}
.ticket_container .card .package_content {
  padding-left: 20px;
  padding-right: 20px;
}
.ticket_container .card .package_content h2 {
  text-align: center;
  padding-bottom: 20px;
  color: #ff8c47;
  height: 106px;
  font-family: "Lato-Black";
  font-size: 36px;
}
.ticket_container .card .package_content ul {
  padding: 0;
  height: 255px;
  overflow: hidden;
}
.ticket_container .card .package_content ul li {
  background-image: url(/images/web/assets/li-icon.png);
  background-repeat: no-repeat;
  background-size: initial;
  padding-left: 30px;
  line-height: 22px;
  margin-bottom: 15px;
}
.ticket_container .card .package_content .package_button {
  width: 100%;
  height: 50px;
  border-radius: 10px;
  background: radial-gradient(100% 189.27% at 83.25% 0%, #ff8c47 0%, #db6925 100%);
  border: none;
  outline: none;
  color: #ffffff;
  font-size: 24px;
  cursor: pointer;
  transition: 0.3s;
}
.ticket_container .package_button:hover {
  background: radial-gradient(104.71% 104.71% at 10.37% 5.46%, #efc64a 0%, #e97719 100%) !important;
}
.ticket_container .no-data-label {
  height: 200px;
  text-align: center;
}
.ticket_container .no-data-label h4 {
  margin: 100px;
}
.ticket_container del {
  text-decoration: line-through;
  text-decoration-color: red;
  font-weight: bold;
}

.package-sect {
  padding: 0px 20px !important;
}

#filter-select {
  border: none;
  font-size: 20px;
  background: url("/images/web/assets/Polygon.png");
  background-repeat: no-repeat;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-position-x: 95%;
  background-position-y: 20px;
  background-size: 15px;
  outline: none;
  height: 50px;
  max-width: 180px;
  padding-right: 36px;
}

.sort_section {
  position: absolute;
  right: 0;
}
.sort_section .filter_section {
  width: 200px;
  padding-top: 13px;
}
.sort_section svg {
  position: absolute;
  right: 15px;
  top: 24px;
}
.sort_section p {
  font-size: 16px;
  margin-top: 13px;
  min-width: 75px;
}
.sort_section .default_select {
  border: 1px solid #CACACA;
  color: #393740;
  width: 200px;
  height: 50px !important;
  margin-right: 10px;
  padding-left: 10px;
  border-radius: 2px;
}

#package-container {
  padding-bottom: 70px;
}

img.card-img-top {
  height: 260px;
}

.justify-end {
  justify-content: end;
}

@media (max-width: 1600px) {
  .rides_container .rides_content .sort_section .default_select {
    height: 45px !important;
  }
  .ticket_container .card .card-img-overlay .center_content p {
    height: 49px;
  }
  .filter_section {
    width: 185px;
  }
  .ticket_container .ticket_content .book_ticket .book_now {
    font-size: 18px;
  }
  .ticket_container .ticket_content .ticket h1 {
    font-size: 28px;
  }
  .main-padding {
    padding: 0px 100px !important;
  }
  .ticket_container .card .package_content .package_button {
    font-size: 18px;
  }
  img.card-img-top {
    height: 190px;
  }
  .ticket_container .card .card-img-overlay {
    height: 190px;
  }
  .ticket_container .choose_title h1 {
    font-size: 36px;
  }
  .ticket_container .card .package_content h2 {
    font-size: 28px;
  }
  .ticket_container .card .card-img-overlay .center_content h1 {
    font-size: 21px;
  }
}
@media (max-width: 1199px) {
  .ticket_container .card .card-img-overlay .center_content p {
    height: 30px;
    -webkit-line-clamp: 1;
  }
  .main-padding {
    padding: 0px 20px !important;
  }
  .filter_section {
    width: auto;
  }
  #filterSection {
    padding: 0px 10px;
  }
  .card-img-top {
    height: 170px !important;
  }
}
@media (max-width: 991px) {
  .center_content {
    padding-top: 5px !important;
  }
  .sort_section {
    top: 12px;
  }
  #package-container {
    position: relative;
  }
  .ticket_container .ticket_content {
    margin: 40px 0px;
  }
  .package-sect {
    width: 50% !important;
  }
}
@media (max-width: 767px) {
  .sort_section .filter_section {
    width: 150px;
  }
  .package-sect .package_button {
    font-size: 15px !important;
    height: 40px !important;
  }
  .ticket_container .choose_title h1 {
    font-size: 24px;
  }
  .ticket_container .ticket_content .book_ticket {
    padding-right: 0;
  }
}
@media (max-width: 480px) {
  .package-sect {
    width: 100% !important;
  }
  .d-flex.justify-end {
    display: initial !important;
    margin-bottom: 20px;
  }
  .sort_section.d-flex {
    display: initial !important;
    position: initial;
    width: 100%;
  }
  .sort_section .default_select {
    width: 100%;
    margin: 0;
  }
  .filter_section {
    width: 100% !important;
  }
  #filter-select {
    width: 100%;
    margin-top: 12px;
    max-width: 100%;
  }
  #package-container {
    top: 0;
    padding-bottom: 20px;
  }
  .ticket_container .card {
    margin-top: 10px;
  }
}
