.menu-item {
  min-width: fit-content !important;
}

.menu-item:last-of-type {
  padding-right: 2.75rem !important;
}

.rightlinks .nav-item:first-of-type {
  min-width: fit-content !important;
}

.booknowbtn {
  display: none !important;
}

.newsletterbox {
  display: none !important; /* Footer Subscribe Now */
}

.attractions-container {
  max-width: 1284px;
  margin: auto;
  padding-left: 40px;
  padding-right: 40px;
}

/* Header Section CSS */

@media (min-width: 1000px) {
  .attractions-header {
    padding-left: 5rem;
  }
}

/* Header Section CSS Ends */

/* Tab Section CSS */

.attractions-tab {
  padding-top: 2.5rem;
  padding-bottom: 7rem;
  background: #f7f8f6;
}

.att_tab_links {
  display: flex;
  overflow-x: scroll;
  margin-bottom: 2.5rem;
}

.att_tab_link {
  min-width: max-content;
  padding-bottom: 0.75rem;
  cursor: pointer;
}

.att_tab_link + .att_tab_link {
  margin-left: 2rem;
}

.att_tab_link:first-of-type {
  margin-left: 2.5rem;
}

.att_tab_link:last-of-type {
  margin-right: 2.5rem;
}

.tab-heading {
  margin-bottom: 1.5rem;
  line-height: 1.2;
}

/* Scrollbar  */

.att_tab_links::-webkit-scrollbar {
  display: none;
}

.att_tab_links {
  scrollbar-width: none;
}

/**/

.single_att_content {
  display: flex;
  /* justify-content: space-between; */
  flex-wrap: wrap;
  flex-direction: column;
}

.att_card {
  position: relative;
  margin-bottom: 2.5rem;
  filter: drop-shadow(0px 4px 6px rgba(131, 134, 163, 0.12));
}

.att_card_imageWrapper {
  position: relative;
  height: 200px;
}

.att_card_imageWrapper.two--line {
  height: 179px;
}

.att_card_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right;
}

.att_card_body {
  background: #fff;
  padding: 1.25rem;
  box-shadow: 0px 4px 6px rgba(131, 134, 163, 0.12);
  transition: height 0.5s ease;
  overflow: hidden;
}

.ticket-name {
  margin-bottom: 0.2rem;
}

/* .iButton {
  cursor: pointer;
} */

.brand-name {
  margin-bottom: 0.75rem;
}

.card__location {
  margin-bottom: 0.75rem;
}

.combo__tag {
  position: absolute;
  top: 1rem;
  left: 1rem;
  display: inline-block;
  font-weight: 600;
  padding: 0.5rem 1rem;
  background: #e1a65f;
  color: #fff;
  border-radius: 22px;
}

.price__tag {
  position: absolute;
  bottom: 0;
  right: 0;
  display: inline-block;
  padding: 10px 20px;
  background: #ebede8;
  font-weight: 600;
  display: none;
}

.price__time {
  font-weight: 500;
  margin-bottom: 1.5rem;
}

.tandc {
  margin-bottom: 1.5rem;
}

.att__ctaWrapp {
  display: flex;
  justify-content: space-between;
}

.view-details-btn,
.book-now-btn {
  min-width: 47.5% !important;
}

/* JS Classes */

.active-border {
  border-bottom: 2px solid #000;
}

[data-tab-content] {
  display: none;
}

.active[data-tab-content] {
  display: block;
}

/* Modal CSS */

.view-details-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: scale(0);
  background: #fff;
  padding: 1rem;
  z-index: 1034;
}

.view-details-modal.active {
  transform: scale(1);
}

.close-btn {
  position: absolute;
  top: 0.5rem;
  right: 0.35rem;
  font-size: 2rem;
  background: transparent;
  color: #25282d;
  border: none;
  cursor: pointer;
}

.two-section-wrappper {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 3rem 1rem 1rem 1rem;
  max-height: 90%;
  overflow-y: auto;
}

.modal_bookNow_cta {
  margin-top: 1rem;
  padding-inline: 1rem;
}

.user__time {
  font-weight: 500;
}

.user__time img {
  vertical-align: middle;
  margin-right: 0.5rem;
}

.user {
  margin-right: 1.5rem;
}

.modal__description {
  margin-bottom: 2.5rem;
}

.terms--and--conditions {
  padding-bottom: 1.25rem;
  border-bottom: 1px solid rgba(37, 40, 45, 0.16);
}

.include {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid rgba(37, 40, 45, 0.16);
}

.modal-img-wrap {
  width: 424px;
  height: 192px;
  max-width: 100%;
}

.modal-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.modal_right_heading {
  margin-bottom: 0.75rem;
}

.conditions-list ul {
  list-style-type: disc;
  padding-left: 1.25rem;
  margin-bottom: 0;
}

.conditions-list li,
.includes-list li {
  margin-bottom: 0.625rem;
}

.conditions-list li:last-of-type {
  margin-bottom: 0;
}

.includes-list {
  margin-bottom: 0;
}

.includes-list li::before {
  content: "\f058";
  font-size: 16px;
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
  padding-right: 10px;
  vertical-align: middle;
}

.includes-list li:last-of-type {
  margin-bottom: 0;
}

.cancellation-policy {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.modal--cta {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
  padding-top: 0.925rem;
  padding-bottom: 0.925rem;
  border-radius: 4px;
}

.button-divider {
  width: 2px;
  display: block;
  height: 19px;
  background: rgba(255, 255, 255, 0.2);
}

#overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(37, 40, 45, 0.9);
  opacity: 0;
  pointer-events: none;
  z-index: 1032;
}

#overlay.active {
  opacity: 1;
  pointer-events: all;
}

/* iPad */

@media (min-width: 750px) and (max-width: 1024px) {
  .single_att_content {
    flex-direction: row;
    justify-content: space-between;
  }

  .att_card {
    flex-basis: 47.5%;
    max-width: 46.5%;
  }

  .view-details-modal {
    padding: 2rem 3rem 2rem 3rem;
  }

  .two-section-wrappper {
    padding-top: 2rem;
  }

  .modal-img-wrap {
    width: 100%;
    height: 275px;
  }
}

/* iPad Pro & Above */

@media (min-width: 1024px) and (max-width: 1366px) {
  .single_att_content {
    flex-direction: row;
    justify-content: space-between;
  }

  .att_card {
    flex-basis: 31.5%;
    max-width: 31.5%;
  }

  /* Hover States */

  .att_card:hover {
    filter: drop-shadow(0px 20px 44px rgba(131, 134, 163, 0.25));
  }

  .att_card_body {
    padding-inline: 1.15rem;
  }

  .view-details-modal {
    padding: 2rem 4rem 2rem 4rem;
  }

  .two-section-wrappper {
    padding-top: 2rem;
  }

  .modal-img-wrap {
    width: 100%;
    height: 192px;
  }

  /* Modal CSS */

  .view-details-modal {
    position: fixed;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -30%) scale(0);
    width: 1034px;
    height: 616px;
    max-width: 84%;
    padding: 3.5rem 1.125rem 3.5rem 3.5rem;
    border-radius: 8px;
    overflow: visible;
  }

  .close-btn {
    right: 0.85rem;
  }

  .view-details-modal.active {
    transform: translate(-50%, -30%) scale(1);
  }

  .two-section-wrappper {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    padding: 0;
    padding-bottom: 2.5rem;
    height: 456px;
    overflow: auto;
  }

  .view-details-modal {
    flex-direction: row;
    justify-content: space-between;
  }

  .modal-left {
    flex-basis: 46%;
  }

  .modal-right {
    flex-basis: 48%;
    padding-right: 3.25rem;
  }

  .modal_bookNow_cta {
    width: 40%;
    margin-top: 1.875rem;
    position: static;
    padding-inline: 0;
  }

  .modal--cta {
    margin-left: 200px;
  }

  /* Scrollbar Chromium */

  .view-details-modal::-webkit-scrollbar {
    display: none;
  }

  .view-details-modal {
    scrollbar-width: none;
  }

  .two-section-wrappper::-webkit-scrollbar {
    width: 4px;
  }

  .two-section-wrappper::-webkit-scrollbar-thumb {
    background: rgba(37, 40, 45, 0.6);
  }

  .two-section-wrappper::-webkit-scrollbar-track {
    background: rgba(37, 40, 45, 0.09);
    border-radius: 2px;
  }

  /* Scrollbar Firefox */

  .two-section-wrappper {
    scrollbar-color: rgba(37, 40, 45, 0.6) rgba(37, 40, 45, 0.09);
    scrollbar-width: thin;
  }
}

/* Desktop */

@media (min-width: 1360px) {
  .attractions-container {
    padding-left: 0;
    padding-right: 0;
  }

  .att_tab_links {
    max-width: 1284px;
    margin: auto;
    margin-bottom: 5rem;
    overflow: visible;
  }

  .att_tab_link:first-of-type {
    margin-left: 0rem;
  }

  .att_tab_link:last-of-type {
    margin-right: 0rem;
  }

  .tab-heading {
    margin-bottom: 2rem;
  }

  .single_att_content {
    flex-direction: row;
  }

  .att_card {
    flex: 0 0 31.7%;
    max-width: 31.7%;
    height: 379px;
  }

  /* Hover States */

  .att_card:hover {
    filter: drop-shadow(0px 20px 44px rgba(131, 134, 163, 0.25));
  }

  .att_card:not(:nth-of-type(3n)) {
    margin-right: 30px;
  }

  /* Modal CSS */

  .view-details-modal {
    position: fixed;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -30%) scale(0);
    width: 1016px;
    height: 616px;
    max-width: 80%;
    padding: 3.5rem 1.125rem 3.5rem 3.5rem;
    border-radius: 8px;
    overflow: visible;
  }

  .close-btn {
    right: 0.85rem;
  }

  .view-details-modal.active {
    transform: translate(-50%, -30%) scale(1);
  }

  .two-section-wrappper {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    padding: 0;
    padding-bottom: 2.5rem;
    height: 456px;
    overflow: auto;
  }

  .view-details-modal {
    flex-direction: row;
    justify-content: space-between;
  }

  .modal-left {
    flex-basis: 46%;
  }

  .modal-right {
    flex-basis: 48%;
    padding-right: 3.25rem;
  }

  .modal_bookNow_cta {
    width: 40%;
    margin-top: 1.875rem;
    position: static;
    padding-inline: 0;
  }

  .modal--cta {
    margin-left: 242px;
  }

  /* Scrollbar Chromium */

  .view-details-modal::-webkit-scrollbar {
    display: none;
  }

  .view-details-modal {
    scrollbar-width: none;
  }

  .two-section-wrappper::-webkit-scrollbar {
    width: 4px;
  }

  .two-section-wrappper::-webkit-scrollbar-thumb {
    background: rgba(37, 40, 45, 0.6);
  }

  .two-section-wrappper::-webkit-scrollbar-track {
    background: rgba(37, 40, 45, 0.09);
    border-radius: 2px;
  }

  /* Scrollbar Firefox */

  .two-section-wrappper {
    scrollbar-color: rgba(37, 40, 45, 0.6) rgba(37, 40, 45, 0.09);
    scrollbar-width: thin;
  }
}
