@font-face {
  font-display: swap;
  font-family: Ambit;
  font-style: normal;
  font-weight: 700;
  src: url("https://mwa.tui.com/shared/mwa/assets/v2/fonts/ambit-bold.subset.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: Ambit;
  font-style: normal;
  font-weight: 400;
  src: url("https://mwa.tui.com/shared/mwa/assets/v2/fonts/ambit-regular.subset.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: Ambit;
  font-style: normal;
  font-weight: 600;
  src: url("https://mwa.tui.com/shared/mwa/assets/v2/fonts/ambit-semibold.subset.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: TUITypeLight;
  font-style: normal;
  font-weight: 700;
  src: url("https://mwa.tui.com/shared/mwa/assets/v2/fonts/tuitypelight-bold.subset.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: TUITypeLight;
  font-style: normal;
  font-weight: 400;
  src: url("https://mwa.tui.com/shared/mwa/assets/v2/fonts/tuitypelight-regular.subset.woff2") format("woff2");
}
@font-face {
  ascent-override: 101.1%;
  descent-override: 16.5%;
  font-family: TUITypeLightFallbackFont;
  font-weight: 400;
  line-gap-override: 17.5%;
  size-adjust: 84.5%;
  src: local(arial);
}
@font-face {
  ascent-override: 101.1%;
  descent-override: 16.5%;
  font-family: TUITypeLightFallbackFont;
  font-weight: 700;
  line-gap-override: 17.5%;
  size-adjust: 84.5%;
  src: local("arial bold");
}
body {
  font-family: Ambit, TUITypeLight, TUITypeLightFallbackFont, Arial, Helvetica, sans-serif;
  color: #1e2656;
  background: #fff;
}

.top-sale-bar,
.top-sale-bar *,
.main-header,
.main-header *,
.flight-search-wrap,
.flight-search-wrap *,
.site-footer,
.site-footer * {
  box-sizing: border-box;
}

#io-content,
#io-content-hero {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

#io-content .container, #io-content-hero .container {
  max-width: 1280px;
}

#io-content-hero .hero-section {
  min-height: 460px;
  padding-bottom: 40px;
}

#io-content-hero .booking-box {
  max-width: 430px;
  margin: 56px 0 0;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 26px;
  padding: 72px 34px;
}

#io-content-hero .hero-copy {
  color: #1e2656;
  margin-top: 0;
}
#io-content-hero .hero-copy h1 {
  font-size: 34px;
  text-shadow: none;
}
#io-content-hero .hero-copy p {
  max-width: 320px;
  margin: 0;
  font-size: 23px;
  text-shadow: none;
}

.flight-search-wrap {
  padding: 48px 0;
}

.flight-search {
  background: #e8f7ff;
  padding: 30px 24px 28px;
  color: #1e2656;
}
.flight-search .search-label {
  color: #1e2656;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 8px;
}

.flight-search-container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.trip-options {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
  margin-bottom: 24px;
}

.trip-option {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 20px;
  color: #333852;
}
.trip-option input {
  width: 28px;
  height: 28px;
  accent-color: #065bea;
}

.flight-search-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  align-items: end;
}

.flight-search-submit {
  display: flex;
  align-items: flex-end;
}

.search-field {
  min-height: 50px;
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid #8e94a6;
  background: #ffffff;
  border-radius: 4px;
  padding: 12px 14px;
  color: #626777;
  font-size: 18px;
  white-space: nowrap;
}
.search-field i {
  color: #1e2656;
}

.btn-search {
  min-width: 170px;
  min-height: 50px;
  border: 0;
  border-radius: 999px;
  background: #211160;
  color: #ffffff;
  font-weight: 700;
  font-size: 20px;
  padding: 10px 28px;
  width: 100%;
}

.clear-search {
  display: inline-block;
  margin-top: 20px;
  color: #125ee8;
  text-decoration: none;
  font-size: 18px;
}

#io-content .destination-intro-section,
#io-content .things-to-do-section,
#io-content .weather-section,
#io-content .faq-section {
  padding: 48px 0;
}
#io-content .destination-intro-section h2,
#io-content .things-to-do-section h2,
#io-content .weather-section h2,
#io-content .faq-section h2 {
  color: #1e1768;
  font-size: 36px;
  line-height: 1.18;
  font-weight: 800;
  margin-bottom: 26px;
}
#io-content .destination-intro-section p,
#io-content .things-to-do-section p,
#io-content .weather-section p,
#io-content .faq-section p {
  color: #555766;
  font-size: 16px;
  line-height: 1.55;
}

#io-content .destination-intro-section {
  padding-top: 48px;
  padding-bottom: 32px;
}
#io-content .destination-intro-section h2,
#io-content .destination-intro-section h3,
#io-content .destination-intro-section p {
  color: #1B115C;
}
#io-content .destination-intro-section h3 {
  margin: 0 0 4px;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 800;
}
#io-content .destination-intro-section p {
  max-width: 612px;
  margin-bottom: 20px;
  line-height: 1.45;
}
#io-content .destination-intro-section p:last-child {
  margin-bottom: 0;
}

#io-content .destination-fit-block {
  margin-top: 90px;
}
#io-content .destination-fit-block > h2 {
  margin-bottom: 24px;
}

#io-content .destination-fit-card {
  height: 426px;
  overflow: hidden;
  contain: paint;
  border: 1px solid #DBDADA;
  border-radius: 24px;
  background: #ffffff;
}

#io-content .destination-fit-card-media {
  width: 100%;
  height: 252px;
  overflow: hidden;
}
#io-content .destination-fit-card-media img {
  display: block;
  width: calc(100% + 2px);
  max-width: none;
  height: 100%;
  margin: -1px -1px 0;
  object-fit: cover;
}

#io-content .destination-fit-card-body {
  padding: 22px 16px 20px;
}
#io-content .destination-fit-card-body h3 {
  margin-bottom: 8px;
  font-size: 22px;
  line-height: 1.2;
}
#io-content .destination-fit-card-body p {
  margin: 0;
  font-size: 15px;
  line-height: 1.35;
}

#io-content .intro-feature-row {
  margin-top: 48px;
}

#io-content .intro-feature-copy {
  padding-left: 16px;
}
#io-content .intro-feature-copy h2 {
  margin-bottom: 24px;
}
#io-content .intro-feature-copy p {
  margin-bottom: 22px;
}

#io-content .why-card {
  margin: 0;
}

#io-content .destination-image-frame {
  width: 100%;
  max-width: 542px;
  height: 396px;
  margin-left: auto;
  overflow: hidden;
  border-radius: 32px;
}
#io-content .destination-image-frame img {
  display: block;
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover;
}

#io-content .why-card-left .destination-image-frame {
  margin-left: 0;
}

#io-content .tui-tabs {
  border-bottom: 1px solid #dcdfea;
  gap: 16px;
}
#io-content .tui-tabs .nav-link {
  color: #1e1768;
  border: 0;
  border-radius: 0;
  background: transparent;
  font-size: 22px;
  font-weight: 800;
  padding: 12px 38px 14px;
}
#io-content .tui-tabs .nav-link.active {
  color: #1e1768;
  border-bottom: 5px solid #1263f1;
}

#io-content .info-card {
  height: 100%;
  min-height: 340px;
  border: 1px solid #DBDADA;
  border-radius: 24px;
  padding: 26px 24px;
  background: #ffffff;
}
#io-content .info-card h3 {
  color: #1e1768;
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 22px;
}

#io-content .info-card-image {
  overflow: hidden;
  contain: paint;
  padding: 0;
}

#io-content .info-card-media {
  width: 100%;
  height: 298px;
  overflow: hidden;
}
#io-content .info-card-media img {
  display: block;
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover;
}

#io-content .info-card-image .info-card-body {
  padding: 22px 16px 24px;
}
#io-content .info-card-image h3 {
  margin-bottom: 8px;
  font-size: 24px;
  line-height: 1.2;
}
#io-content .info-card-image p {
  margin: 0;
  color: #1B115C;
  font-size: 16px;
  line-height: 1.45;
}

#io-content .things-slider-wrap {
  position: relative;
  padding: 0 54px 46px;
}

#io-content .things-card-slider {
  margin-left: -12px;
  margin-right: -12px;
}
#io-content .things-card-slider .slick-track {
  display: flex;
  align-items: stretch;
}
#io-content .things-card-slider .slick-slide {
  height: auto;
  padding-left: 12px;
  padding-right: 12px;
}
#io-content .things-card-slider .slick-slide > div {
  height: 100%;
}
#io-content .things-card-slider .slick-slide [class*=col-] {
  width: 100%;
  max-width: none;
  height: 100%;
}
#io-content .things-card-slider .slick-slide .info-card {
  height: 100%;
}

#io-content .things-slider-arrow {
  position: absolute;
  top: calc(50% - 23px);
  z-index: 2;
  width: 46px;
  height: 46px;
  border: 1px solid #b7bcc9;
  border-radius: 50%;
  background: #ffffff;
  color: #1263f1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  line-height: 1;
  padding: 0;
  box-shadow: 0 6px 18px rgba(28, 39, 92, 0.08);
}
#io-content .things-slider-arrow:hover {
  border-color: #1263f1;
  background: #f2f7ff;
}
#io-content .things-slider-arrow.slick-disabled {
  color: #aeb4c3;
  cursor: not-allowed;
  opacity: 0.35;
}

#io-content .things-slider-prev {
  left: 0;
}

#io-content .things-slider-next {
  right: 0;
}

#io-content .things-slider-dots {
  display: flex;
  justify-content: center;
  margin-top: 34px;
}
#io-content .things-slider-dots .slick-dots {
  display: flex;
  align-items: center;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}
#io-content .things-slider-dots button {
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 50%;
  background: #bdbdbd;
  color: transparent;
  font-size: 0;
  padding: 0;
}
#io-content .things-slider-dots .slick-active button {
  background: #211160;
}

#io-content .weather-slider {
  margin: 0 -12px;
}
#io-content .weather-slider .slick-track {
  display: flex;
}
#io-content .weather-slider .slick-slide {
  height: auto;
}

#io-content .weather-slide {
  height: 100%;
  padding: 0 12px;
}

#io-content .weather-card {
  height: 100%;
  min-height: 250px;
  border-radius: 20px;
  background: #f4f4f5;
  color: #16337d;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 22px 16px;
}
#io-content .weather-card h3 {
  color: #1e1768;
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 18px;
}
#io-content .weather-card strong {
  color: #07338f;
  font-size: 48px;
  line-height: 1;
}
#io-content .weather-card .weather-icon {
  display: block;
  width: 64px;
  height: 64px;
  margin: 16px 0;
  object-fit: contain;
}
#io-content .weather-card span {
  color: #31415e;
  font-size: 16px;
}

#io-content .weather-slider-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  margin-top: 32px;
}

#io-content .weather-arrow {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid #b7bcc9;
  background: #ffffff;
  color: #1263f1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  line-height: 1;
}
#io-content .weather-arrow:hover {
  border-color: #1263f1;
  background: #f2f7ff;
}
#io-content .weather-arrow.slick-disabled {
  color: #9aa3b8;
  cursor: not-allowed;
  opacity: 0.65;
}

#io-content .weather-dots .slick-dots {
  display: flex;
  align-items: center;
  gap: 6px;
  list-style: none;
  margin: 0;
  padding: 0;
}
#io-content .weather-dots button {
  width: 16px;
  height: 16px;
  border: 0;
  border-radius: 50%;
  background: #d6e6ff;
  color: transparent;
  font-size: 0;
  padding: 0;
}
#io-content .weather-dots .slick-active button {
  background: #1263f1;
}

#io-content .faq-section {
  padding-bottom: 48px;
}

#io-content .destination-cta-section {
  padding: 95px 0 91px;
}

#io-content .destination-cta {
  position: relative;
  overflow: hidden;
  min-height: 452px;
  border-radius: 32px;
}

#io-content .destination-cta-media {
  width: 100%;
  height: 452px;
  overflow: hidden;
}
#io-content .destination-cta-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#io-content .destination-cta-card {
  position: absolute;
  top: 40px;
  left: 38px;
  width: 394px;
  min-height: 378px;
  padding: 38px 32px;
  border-radius: 28px;
  background: #ffffff;
  color: #1B115C;
}
#io-content .destination-cta-card h2 {
  margin: 0 0 12px;
  color: #1B115C;
  font-size: 32px;
  line-height: 1.08;
  font-weight: 800;
}
#io-content .destination-cta-card p {
  margin: 0 0 24px;
  color: #1B115C;
  font-size: 16px;
  line-height: 1.4;
}

#io-content .destination-cta-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 24px;
  border-radius: 999px;
  background: #3567F6;
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
}
#io-content .destination-cta-link:hover {
  color: #ffffff;
  background: #2455dd;
}

#io-content .tui-accordion .accordion-item {
  border: 1px solid #d8d9df;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 14px;
}
#io-content .tui-accordion .accordion-button {
  min-height: 72px;
  color: #1e1768;
  font-size: 18px;
  font-weight: 500;
  background: #ffffff;
  box-shadow: none;
}
#io-content .tui-accordion .accordion-button:not(.collapsed) {
  color: #1e1768;
  background: #ffffff;
}
#io-content .tui-accordion .accordion-body {
  color: #555766;
  font-size: 17px;
  padding: 0 20px 22px;
}

#io-content a, #io-content-hero a {
  transition: all 0.2s ease;
}

.top-sale-bar {
  background: #e30613;
  color: #ffffff;
  font-size: 14px;
  padding: 14px 0;
  border-radius: 0 0 18px 18px;
}
.top-sale-bar .top-sale-container {
  width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.top-sale-bar .top-sale-inner,
.top-sale-bar .sale-text,
.top-sale-bar .sale-actions {
  display: flex;
  align-items: center;
}
.top-sale-bar .top-sale-inner {
  justify-content: space-between;
}
.top-sale-bar .sale-text {
  gap: 8px;
}
.top-sale-bar .sale-actions {
  gap: 16px;
}
.top-sale-bar .sale-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 6px;
  font-size: 12px;
}
.top-sale-bar .view-all {
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
}
.top-sale-bar .view-all:hover {
  opacity: 0.85;
}
.top-sale-bar .icon-btn {
  background: transparent;
  border: 0;
  color: #ffffff;
  font-size: 18px;
  padding: 0;
  line-height: 1;
}

.main-header {
  background: #ffffff;
  border-bottom: 1px solid #eef1f7;
}
.main-header .header-container {
  width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.main-header .header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
}
.main-header .header-left,
.main-header .header-right,
.main-header .brand,
.main-header .main-nav {
  display: flex;
  align-items: center;
}
.main-header .header-left {
  flex: 1 1 auto;
  min-width: 0;
  gap: 48px;
}
.main-header .header-right {
  flex: 0 0 auto;
  flex-wrap: nowrap;
}
.main-header .header-right,
.main-header .main-nav {
  gap: 24px;
}
.main-header .brand {
  color: #e30613;
  font-weight: 800;
  font-size: 32px;
  line-height: 1;
  text-decoration: none;
}
.main-header .brand .brand-logo-img {
  display: block;
  width: 200px;
  height: 48px;
}
.main-header .brand .brand-logo {
  letter-spacing: 1px;
}
.main-header .brand .brand-fly {
  font-size: 20px;
  color: #243c96;
  font-weight: 700;
}
.main-header .main-nav a {
  color: #1e2656;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
}
.main-header .main-nav a.active {
  color: #3456d1;
  font-weight: 700;
}
.main-header .main-nav a:hover {
  color: #3456d1;
}
.main-header .header-meta {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  color: #3567F6;
  font-weight: 500;
  font-size: 15px;
  text-decoration: none;
  white-space: nowrap;
}
.main-header .header-meta i {
  margin-right: 6px;
  color: #1d1266;
}
.main-header .header-meta:hover {
  color: #3456d1;
}
.main-header .header-meta:last-child {
  border-left: 1px solid #D1D1D1;
  padding-left: 24px;
}

#io-content-hero .hero-section {
  position: relative;
  min-height: 760px;
  padding-top: 40px;
  padding-bottom: 100px;
  background-image: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05)), url("../images/LIB_SHU_16_F0396WebOriginalCompressed.jpg");
  background-size: cover;
  background-position: center;
}
#io-content-hero .hero-section .hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.08));
  pointer-events: none;
}
#io-content-hero .hero-section .hero-content {
  position: relative;
  z-index: 2;
}

#io-content-hero .booking-box {
  max-width: 1120px;
  margin: 0 auto;
  background: rgba(242, 249, 255, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(6px);
  border-radius: 18px;
  padding: 18px 18px 16px;
  box-shadow: 0 10px 30px rgba(19, 38, 102, 0.08);
}

#io-content-hero .hero-copy {
  color: #ffffff;
  margin-top: 135px;
}
#io-content-hero .hero-copy h1 {
  font-size: 66px;
  line-height: 1.04;
  margin-bottom: 16px;
  font-weight: 700;
  text-shadow: 0 4px 24px rgba(0, 0, 0, 0.22);
}
#io-content-hero .hero-copy p {
  max-width: 900px;
  margin: 0 auto 26px;
  font-size: 30px;
  line-height: 1.35;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.18);
}
#io-content-hero .hero-copy .hero-cta {
  display: inline-block;
  text-decoration: none;
  color: #ffffff;
  background: #e30613;
  padding: 14px 26px;
  border-radius: 999px;
  font-size: 18px;
  font-weight: 700;
  box-shadow: 0 8px 20px rgba(227, 6, 19, 0.28);
}
#io-content-hero .hero-copy .hero-cta:hover {
  background: #c80410;
  transform: translateY(-1px);
}

.site-footer {
  background: #f5f5f7;
  margin-top: 48px;
  color: #1e2656;
}
.site-footer .footer-top {
  width: min(100% - 30px, 1320px);
  margin-left: auto;
  margin-right: auto;
  padding: 48px 0;
}
.site-footer .footer-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr)) minmax(260px, 0.9fr);
  gap: 24px;
}
.site-footer h4 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 18px;
  color: #1e2656;
}
.site-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-footer ul li {
  margin-bottom: 8px;
}
.site-footer ul a {
  text-decoration: none;
  color: #377df6;
  font-size: 15px;
}
.site-footer ul a:hover {
  color: #3456d1;
}
.site-footer .socials {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.site-footer .socials a {
  width: 40px;
  height: 40px;
  border: 2px solid #3a3f86;
  color: #3a3f86;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 18px;
}
.site-footer .store-badge {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 135px;
  height: 42px;
  border-radius: 10px;
  background: #111;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}
.site-footer .app-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.site-footer .qr-box {
  margin-top: 16px;
}
.site-footer .qr-box .fake-qr {
  width: 84px;
  height: 84px;
  background: linear-gradient(90deg, #000 10%, transparent 10%) 0 0/12px 12px, linear-gradient(#000 10%, transparent 10%) 0 0/12px 12px, #fff;
  border: 4px solid #e2e6f4;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 12px;
  font-weight: 700;
}
.site-footer .footer-middle {
  width: min(100% - 30px, 1320px);
  margin-left: auto;
  margin-right: auto;
  border-top: 1px solid #dee3f2;
  padding: 24px 0 28px;
}
.site-footer .footer-middle .partners {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  margin-bottom: 18px;
}
.site-footer .footer-middle .partners span {
  font-size: 14px;
  font-weight: 700;
  color: #6b76a4;
  background: #fff;
  border: 1px solid #e1e6f5;
  padding: 8px 12px;
  border-radius: 10px;
}
.site-footer .footer-middle .footer-note {
  margin: 0;
  font-size: 13px;
  color: #66719d;
}
.site-footer .footer-bottom {
  background: #1f1568;
  color: #ffffff;
  padding: 18px 0;
  font-size: 13px;
}
.site-footer .footer-bottom .footer-bottom-inner {
  width: min(100% - 30px, 1320px);
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}
.site-footer .footer-bottom .powered-by {
  opacity: 0.88;
  font-weight: 600;
}
.site-footer .footer-bottom .copyright {
  opacity: 0.88;
}

@media (max-width: 1399.98px) {
  #io-content-hero .hero-copy {
    color: #1e2656;
  }
  #io-content-hero .hero-copy h1 {
    font-size: 56px;
  }
  #io-content-hero .hero-copy p {
    font-size: 24px;
  }
  .deal-card h3 {
    font-size: 24px;
  }
}
@media (max-width: 991.98px) {
  #io-content-hero .hero-section {
    min-height: auto;
    padding-bottom: 70px;
  }
  #io-content-hero .hero-copy {
    margin-top: 70px;
    color: #1e2656;
  }
  #io-content-hero .hero-copy h1 {
    font-size: 42px;
  }
  #io-content-hero .hero-copy p {
    font-size: 20px;
  }
  .section-heading h2 {
    font-size: 34px;
  }
  .section-heading p {
    font-size: 18px;
  }
  .main-header .brand {
    font-size: 26px;
  }
}
@media (max-width: 767.98px) {
  .top-sale-bar {
    font-size: 12px;
  }
  .top-sale-bar .sale-actions {
    gap: 10px !important;
  }
  #io-content-hero .booking-box {
    padding: 14px;
  }
  #io-content-hero .hero-copy {
    color: #1e2656;
  }
  #io-content-hero .hero-copy h1 {
    font-size: 34px;
  }
  #io-content-hero .hero-copy p {
    font-size: 17px;
  }
  .flight-field.big-field .field-code {
    font-size: 30px;
  }
  .route-field .field-code {
    font-size: 38px;
  }
  .date-range-field .field-value {
    font-size: 15px;
  }
  .deal-card img {
    height: 180px;
  }
  .flight-deal-box .price {
    font-size: 30px;
  }
  .flight-deal-box .price small {
    font-size: 18px;
  }
  .site-footer .footer-top {
    padding-top: 50px;
  }
}
@media (max-width: 1399.98px) {
  #io-content-hero .booking-box {
    margin-top: 44px;
  }
  #io-content-hero .hero-copy h1 {
    font-size: 34px;
  }
  #io-content-hero .hero-copy p {
    font-size: 22px;
  }
}
@media (max-width: 991.98px) {
  .site-footer .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .main-header .header-right {
    gap: 14px !important;
  }
  #io-content-hero .booking-box {
    padding: 44px 28px;
  }
  #io-content-hero .hero-copy {
    margin-top: 0;
  }
  .flight-search-wrap {
    padding-top: 24px;
  }
  #io-content .destination-intro-section,
  #io-content .things-to-do-section,
  #io-content .weather-section,
  #io-content .faq-section {
    padding: 36px 0;
  }
  #io-content .destination-intro-section h2,
  #io-content .things-to-do-section h2,
  #io-content .weather-section h2,
  #io-content .faq-section h2 {
    font-size: 30px;
  }
  #io-content .tui-tabs {
    overflow-x: auto;
    flex-wrap: nowrap;
  }
  #io-content .tui-tabs .nav-link {
    font-size: 22px;
    padding-left: 18px;
    padding-right: 18px;
    white-space: nowrap;
  }
}
@media (max-width: 767.98px) {
  .top-sale-bar .sale-actions {
    display: none !important;
  }
  .main-header .header-container {
    padding-left: 26px;
    padding-right: 26px;
  }
  .main-header .header-inner {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 16px;
  }
  .main-header .header-left {
    display: contents;
  }
  .main-header .main-nav {
    display: none;
  }
  .main-header .header-meta {
    font-size: 0;
  }
  .main-header .header-meta i {
    font-size: 20px;
    margin: 0;
  }
  .site-footer .footer-grid {
    grid-template-columns: 1fr;
  }
  #io-content-hero .hero-section {
    min-height: 360px;
    padding: 26px 0;
  }
  #io-content-hero .booking-box {
    border-radius: 18px;
    padding: 34px 24px;
  }
  #io-content-hero .hero-copy h1 {
    font-size: 30px;
  }
  #io-content-hero .hero-copy p {
    font-size: 18px;
  }
  .flight-search {
    padding: 22px 16px;
  }
  .trip-option,
  .search-field,
  .clear-search {
    font-size: 16px;
  }
  #io-content .destination-intro-section p,
  #io-content .things-to-do-section p,
  #io-content .weather-section p,
  #io-content .faq-section p,
  #io-content .why-card li {
    font-size: 16px;
  }
  #io-content .info-card {
    min-height: auto;
    border-radius: 16px;
  }
  #io-content .things-slider-wrap {
    padding-left: 44px;
    padding-right: 44px;
  }
  #io-content .things-slider-prev {
    left: 0;
  }
  #io-content .things-slider-next {
    right: 0;
  }
  #io-content .weather-card {
    min-height: 210px;
  }
  #io-content .weather-card strong {
    font-size: 38px;
  }
  #io-content .tui-accordion .accordion-button {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  #io-content-hero .hero-section {
    min-height: 460px;
    padding-bottom: 40px;
  }
  #io-content-hero .booking-box {
    max-width: 430px;
    margin: 56px 0 0;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 26px;
    padding: 72px 34px;
  }
  #io-content-hero .hero-copy {
    color: #1e2656;
    margin-top: 0;
  }
  #io-content-hero .hero-copy h1 {
    font-size: 34px;
    text-shadow: none;
  }
  #io-content-hero .hero-copy p {
    max-width: 320px;
    margin: 0;
    font-size: 23px;
    text-shadow: none;
  }
}
/* Travel inspiration */
.top-sale-bar {
  display: none;
  background: #3264ef;
  border-radius: 0;
  padding: 10px 0;
  font-weight: 700;
}
.top-sale-bar .top-sale-container {
  max-width: 930px;
  margin-left: auto;
  margin-right: auto;
}

.main-header .header-container {
  max-width: none;
}
.main-header .header-inner {
  min-height: 72px;
}
.main-header .main-nav {
  align-self: stretch;
}
.main-header .main-nav a {
  display: inline-flex;
  align-items: center;
  border-bottom: 3px solid transparent;
}
.main-header .main-nav a.active {
  border-bottom-color: #3264ef;
}

@media (min-width: 1200px) {
  .main-header .header-container {
    padding-left: 152px;
    padding-right: 152px;
  }
}
#io-content-hero .hero-section {
  min-height: auto;
  padding: 0;
  background-image: none;
}
#io-content-hero .hero-section .hero-overlay {
  background: rgba(255, 255, 255, 0.04);
}

#io-content-hero .hero-heading {
  padding: 64px 16px;
  text-align: center;
  color: #1B115C;
}
#io-content-hero .hero-heading h1 {
  margin: 0 0 16px;
  font-size: 42px;
  line-height: 1.15;
  font-weight: 800;
}
#io-content-hero .hero-heading p {
  margin: 0;
  font-size: 16px;
  line-height: 1.1;
}

#io-content-hero .hero-visual {
  position: relative;
  min-height: 416px;
  background-image: var(--hero-image);
  background-size: cover;
  background-position: center 54%;
}

.flight-search-wrap {
  position: relative;
  z-index: 100;
  margin-top: 0;
  padding: 48px 0;
  overflow: visible;
}

.flight-search-container,
tui-flight-search-bar {
  position: relative;
  z-index: 101;
  display: block;
  overflow: visible;
}

.flight-search {
  border: 1px solid #A9E0F8;
  border-radius: 16px;
  background: #F1F9FE;
  box-shadow: none;
  padding: 30px 24px 28px;
}
.flight-search .search-label {
  font-size: 16px;
  margin-bottom: 8px;
}

.trip-option {
  font-size: 20px;
  gap: 12px;
}
.trip-option input {
  width: 28px;
  height: 28px;
}

.search-field {
  min-height: 50px;
  gap: 12px;
  padding: 12px 14px;
  font-size: 18px;
}

.btn-search {
  min-width: 170px;
  min-height: 50px;
  font-size: 20px;
  padding: 10px 28px;
}

.clear-search {
  margin-top: 20px;
  font-size: 18px;
}

@media (min-width: 1200px) {
  .flight-search-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr)) 124px;
  }
  .flight-search {
    padding: 30px 16px 28px;
  }
  .search-field {
    font-size: 14px;
  }
  .btn-search {
    min-width: 0;
    width: 100%;
    font-size: 16px;
  }
}
@media (max-width: 767.98px) {
  .top-sale-bar {
    padding: 12px 0;
    font-size: 20px;
  }
  .top-sale-bar .top-sale-container {
    padding-left: 22px;
    padding-right: 22px;
  }
  .top-sale-bar .sale-icon {
    width: 30px;
    height: 30px;
    border-radius: 3px;
    font-size: 18px;
  }
  .top-sale-bar .sale-actions {
    display: flex !important;
  }
  .top-sale-bar .icon-btn {
    display: none;
  }
  .main-header .header-container {
    padding-left: 26px;
    padding-right: 26px;
  }
  .main-header .header-inner {
    display: flex;
    min-height: 185px;
    align-content: flex-start;
    flex-wrap: wrap;
    padding-top: 26px;
  }
  .main-header .header-left {
    display: contents !important;
  }
  .main-header .brand {
    order: 1;
    font-size: 42px;
    width: auto;
    min-width: 0;
  }
  .main-header .brand .brand-fly {
    font-size: 31px;
  }
  .main-header .brand .brand-logo-img {
    width: min(200px, 48vw);
    height: auto;
  }
  .main-header .header-right {
    order: 2;
    width: auto;
    justify-content: flex-end;
    gap: 14px !important;
  }
  .main-header .header-meta {
    font-size: 0;
  }
  .main-header .header-meta i {
    font-size: 28px;
    margin: 0;
  }
  .main-header .header-meta:first-child {
    padding-right: 12px;
    border-right: 2px solid #1e1768;
  }
  .main-header .header-meta:last-child {
    padding-left: 14px;
  }
  .main-header .main-nav {
    display: flex;
    order: 3;
    width: calc(100% + 52px);
    margin: 26px -26px 0;
    justify-content: space-around;
    gap: 0;
  }
  .main-header .main-nav a {
    flex: 1;
    justify-content: center;
    min-height: 66px;
    font-size: 22px;
  }
  #io-content-hero .hero-section {
    min-height: 505px;
    background-position: center;
  }
  .flight-search-wrap {
    margin-top: 0;
    padding: 24px 0 36px;
  }
  .flight-search {
    padding: 22px 16px;
  }
  .flight-search .search-label {
    font-size: 16px;
  }
  .trip-option {
    font-size: 16px;
  }
  .trip-option input {
    width: 28px;
    height: 28px;
  }
  .search-field {
    min-height: 50px;
    font-size: 16px;
    padding: 12px 14px;
  }
  .btn-search {
    min-height: 50px;
    font-size: 20px;
  }
  .clear-search {
    font-size: 16px;
  }
  #io-content .destination-intro-section {
    padding-top: 10px;
  }
}

/*# sourceMappingURL=theme.css.map */
