
body {
  background: #f8f8f8;
  font-family: "BentonSans", "Helvetica Neue", Helvetica, sans-serif;
  scroll-behavior: smooth;
}

:root {
  --DarkGray: #333;
  --btnGray: #53565A;
  --Black: #000;
  --fBenton: "BentonSans", "Helvetica Neue", Helvetica, sans-serif;
  --fGuardian: "Guardian Egyptian Web";
}

body {
  overflow-x: hidden;
  background: #fff;
}
body p {
  color: var(--DarkGray);
  font-family: var(--fBenton);
  font-size: calc(1.4rem * .625);
  font-weight: 350;
  line-height: 22px;
  margin-bottom: 22px;
}
body p:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  body p {
    font-size: calc(1.8rem * .625);
    line-height: 28px;
    margin-bottom: 28px;
  }
}

/* section {
  max-width: initial;
  width: initial;
} */

.c-td2024 {
  position: relative;
  display: block;
}

.c-td-hero {
  width: 100%;
  height: 550px;
  background-image: url("../img/trendingdestinations2024/hero/trending-destinations-hero.jpg");
  background-size: cover;
  background-position: 70% 100%;
  padding: calc(60px + 75px) 30px 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  margin-top: -75px;
  z-index: 1;
  display: block;
  max-width: initial;
}

@media (prefers-reduced-motion) {
  .c-td-hero {
    position: relative;
  }
}
@media (min-width: 768px) {
  .c-td-hero {
    height: 690px;
    padding: calc(90px + 75px) 30px 0;
  }
}
@media (min-width: 1440px) {
  .c-td-hero {
    background-position: 0 100%;
  }
}
@media (min-width: 1710px) {
  .c-td-hero {
    height: 820px;
    padding: calc(120px + 75px) 30px 0;
  }
}
.c-td-hero__overlay {
  background: rgba(0, 0, 0, 0.6);
  padding: 20px;
  color: #fff;
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
}
.c-td-hero__text img, .c-td-hero__text h1, .c-td-hero__outlines {
  visibility: hidden;
}
.c-td-hero__text {
  width: 80vw;
  margin-left: 0;
}
@media (min-width: 768px) {
  .c-td-hero__text {
    width: 50vw;
    margin-left: 40vw;
  }
}
@media (min-width: 1440px) {
  .c-td-hero__text {
    width: 36vw;
    margin-left: 48vw;
  }
}
.c-td-hero__text img {
  width: 100%;
  max-width: 304px;
  margin: 0 0 22px auto;
}
.c-td-hero__text h1 {
  margin: 0;
  font-family: var(--fGuardian);
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-align: right;
  margin-bottom: 20px;

}
@media (min-width: 768px) {
  .c-td-hero__text h1 {
    font-size: 32px;
  }
}
@media (min-width: 992px) {
  .c-td-hero__text h1 {
    font-size: 38px;
  }
}
@media (min-width: 1710px) {
  .c-td-hero__text h1 {
    font-size: 51px;
  }
}

.c-td-hero__outlines {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
}

.c-td-hero__subtitle {
  text-align: right;
  font-family: var(--fBenton);
  font-size: 60px;
  font-weight: 700;
  line-height: 70px;
  text-transform: uppercase;
  grid-area: 1/1/2/2;
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: #333;
}

.c-td-hero__subtitle.outlined {
  color: transparent;
}

.c-td-hero__subtitle.filled {
  clip-path: polygon(-100% 0%, 100% 0%, 100% 100%, 45% 100%);
  /* animate clip path to below */
  /* clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%); */
}

@media (min-width: 768px) {
  .c-td-hero__subtitle {
    font-size: 80px;
    line-height: 90px;
    -webkit-text-stroke-width: 3px;
  }
}

@media (min-width: 1440px) {
  .c-td-hero__subtitle {
    font-size: 110px;
    line-height: 120px;
  }
}

@media (min-width: 1710px) {
  .c-td-hero__subtitle {
    font-size: 130px;
    line-height: 140px;
  }
}

@media (max-width: 991px) and (max-height: 600px) {
  .c-td-hero {
    padding: calc(30px + 75px) 30px 0;
  }
  .c-td-hero__subtitle {
    font-size: 30px;
    line-height: 32px;
    -webkit-text-stroke-width: 1.5px;
  }
}

@media (min-width: 992px) and (max-height: 600px) {
  .c-td-hero {
    padding: calc(30px + 75px) 30px 0;
  }
  .c-td-hero__subtitle {
    font-size: 60px;
    line-height: 70px;
    -webkit-text-stroke-width: 1.5px;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .safari-sticky-fix {
    transform: translate3d(0,0,0);
  }
}

.c-td-intro {
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 30px;
  padding-bottom: 60px;
  background: #fff;
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: initial;
}
@media (min-width: 768px) {
  .c-td-intro {
    padding-top: 80px;
    padding-bottom: 72px;
  }
}
@media (min-width: 1710px) {
  .c-td-intro {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.c-td-intro__text-container {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
.c-td-intro__text-container p {
  color: var(--Black);
  font-family: var(--fGuardian);
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 30px;
}
.c-td-intro__text-container p:last-of-type {
  margin-bottom: 0;
}

.c-td-intro__text-container strong {
  font-weight: 500;
}

.c-td-intro__text-container p.fine-print,
.c-tips-card__body p.fine-print {
  font-family: var(--fBenton);
  font-size: 12px;
  font-style: italic;
  font-weight: 350;
  line-height: 1.6;
}

.c-tips-card__body p.fine-print {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .c-td-intro__text-container p {
    font-size: 22px;
    line-height: 34px;
    margin-bottom: 34px;
  }
}

.c-td-destinations {
  padding-bottom: 40px;
  position: relative;
  z-index: 2;
  background: #fff;
  max-width: initial;
  width: 100%;
}
@media (min-width: 768px) {
  .c-td-destinations {
    padding-bottom: 75px;
  }
}
@media (min-width: 1710px) {
  .c-td-destinations {
    /* padding-bottom: 100px; */
  }
}
.c-td-destinations .text-subcopy {
  color: var(--DarkGray);
  text-align: center;
  font-family: var(--fBenton);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px; /* 144.444% */
  padding-left: 25px;
  padding-right: 25px;
}
@media (min-width: 768px) {
  .c-td-destinations .text-subcopy {
    font-size: 30px;
    line-height: 34px;
  }
}
.c-td-destinations__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(155px, 1fr));
  gap: 15px 15px;
  margin: 30px auto 60px;
  padding-left: 25px;
  padding-right: 25px;
  width: 100%;
}
@media (min-width: 768px) {
  .c-td-destinations__grid {
    grid-template-columns: repeat(2, minmax(155px, 1fr));
    gap: 40px 30px;
    margin: 30px auto 80px;
    width: 100%;
    max-width: 1220px;
  }
}
@media (min-width: 992px) {
  .c-td-destinations__grid {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    max-width: 1250px;
  }
}
@media (min-width: 1440px) {
  .c-td-destinations__grid {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    max-width: 1250px;
    margin: 30px auto 120px;
  }
}
@media (min-width: 1710px) {
  .c-td-destinations__grid {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    margin: 30px auto 150px;
    max-width: 1570px;
  }
}
.c-trendingCard {
  text-decoration: none;
  display: flex;
  flex-flow: column;
}
.c-trendingCard:hover .c-trendingCard__body:after {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.30) 0%, rgba(0, 0, 0, 0.30) 100%);
  transition: all 0.2s ease-in;
}

.c-trendingCard:hover .c-trendingCard__body img {
  transform: scale(1.05);
  transform-origin: center center;
  transition: all 1s ease-in;
}

@media (prefers-reduced-motion) {
  .c-trendingCard:hover .c-trendingCard__body img {
    transform: scale(1);
    transform-origin: center center;
    transition: none;
  }
}
.c-trendingCard:hover .c-trendingCard__body svg {
  opacity: 1;
  transition: all 0.2s ease-in;
}
.c-trendingCard__body {
  position: relative;
  background-color: #333;
  color: #fff;
  height: 175px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .c-trendingCard__body {
    height: 260px;
  }
}
@media (min-width: 1710px) {
  .c-trendingCard__body {
    height: 320px;
  }
}
.c-trendingCard__body:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  transition: all 0.2s ease-in;
  z-index: 1;
}
.c-trendingCard__body img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 1s ease-out;
}
.c-trendingCard__body svg {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.2s ease-in;
}
.c-trendingCard__body-copy {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 40px;
  z-index: 2;
}
@media (min-width: 768px) {
  .c-trendingCard__body-copy {
    padding-top: 40px;
  }
}
@media (min-width: 1710px) {
  .c-trendingCard__body-copy {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 45px;
  }
}
.c-trendingCard__city {
  color: var(--DarkGray);
  text-align: center;
  font-family: var(--fBenton);
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .c-trendingCard__city {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 1710px) {
  .c-trendingCard__city {
    font-size: 20px;
    line-height: 20px;
  }
}
.c-trendingCard__country {
  color: var(--DarkGray);
  text-align: center;
  font-family: var(--fGuardian);
  font-style: italic;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}
@media (min-width: 768px) {
  .c-trendingCard__country {
    font-size: 12px;
    line-height: 20px;
  }
}

.c-trendingCard__header {
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 6px;
  padding-right: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 0;
}

@media (min-width: 768px) {
  .c-trendingCard__header {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

.c-trendingCard__footer {
  background: #F5F5F5;
  padding: 10px;
  flex: 1 1 0;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.c-trendingCard__eyebrow {
  color: #63666A;
  text-align: center;
  font-size: 8px;
  font-weight: 500;
  line-height: 12px;
  text-transform: uppercase;
  letter-spacing: 0.24px;
}

.c-trendingCard__eyebrow span {
  font-size: 9px;
  display: block;
  margin-top: 4px;
}

@media (min-width: 768px) {
  .c-trendingCard__eyebrow {
    font-size: 11px;
  }

  .c-trendingCard__eyebrow span {
    font-size: 11px;
    display: inline-block;
    margin-top: 0;
  }
}

@media (min-width: 992px) and (max-width: 1709px) {
  .c-trendingCard__eyebrow {
    font-size: 11px;
  }

  .c-trendingCard__eyebrow span {
    font-size: 11px;
    display: block;
    margin-top: 4px;
  }
}
.c-trendingCard__recommendation {
  color: var(--DarkGray);
  font-family: var(--fBenton);
  text-align: center;
  font-size: 9px;
  font-weight: 500;
  line-height: 12px;
  letter-spacing: 0.27px;
  text-transform: uppercase;
}

.c-td-nav {
  width: 100%;
  border-bottom: 1px solid #D9D9D9;
  display: flex;
  align-items: center;
  flex-flow: column;
  position: sticky;
  top: 75px;
  background-color: #fff;
  z-index: 3;
}
@media (min-width: 992px) {
  .c-td-nav {
    flex-flow: row;
    padding-left: 0;
    padding-right: 0;
    background: none;
    border-bottom: none;
    margin: 0 auto;
  }
}

.c-td-nav__inner {
  width: 100%;
}
@media (min-width: 992px) {
  .c-td-nav__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 20px;
    padding-bottom: 20px;
    background: #fff;
    display: flex;
    flex-flow: row;
    align-items: center;
  }
}

@media (min-width: 1200px) {
  .c-td-nav__inner {
    padding-left: 34px;
    padding-right: 34px;
  }
}

.c-td-nav__desc {
  display: none;
  font-family: var(--fBenton);
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  letter-spacing: 0.36px;
  text-transform: uppercase;
  color: #63666A;
  min-width: 110px;
}
@media (min-width: 1200px) {
  .c-td-nav__desc {
    display: block;
    font-size: 9px;
    line-height: 13px;
    letter-spacing: 0.27px;
    margin-right: 20px;
    min-width: 80px;
  }
}
.c-td-nav__text-btn {
  color: var(--btnGray);
  text-align: center;
  font-family: var(--fBenton);
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.3px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.c-td-nav .toggle-collapse-btn {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  background: none;
  border: none;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .c-td-nav .toggle-collapse-btn {
    display: none;
  }
}
.c-td-nav .toggle-collapse-btn svg {
  margin-left: 6px;
}
.c-td-nav .collapse-menu {
  border-top: 1px solid #D9D9D9;
  width: 100%;
  padding: 20px;
  display: none;
}
@media (min-width: 992px) {
  .c-td-nav .collapse-menu {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: space-between;
    border-top: none;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    padding-left: 0;
  }
}

.c-td-nav .collapse-menu.visible {
  display: flex;
  flex-flow: column;
}
@media (min-width: 992px) {
  .c-td-nav .collapse-menu.visible {
    flex-flow: row;
  }
}
.c-td-nav .collapse-menu ul {
  display: flex;
  flex-flow: column;
  gap: 10px 0;
  max-width: 375px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .c-td-nav .collapse-menu ul {
    flex-flow: row;
    max-width: initial;
    border-top: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
    border-left: 1px solid #D9D9D9;
    margin: 0 0;
  }
}

@media (min-width: 1440px) {
  .c-td-nav .collapse-menu ul {
    flex-flow: row;
    max-width: initial;
    border-top: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
    border-left: 1px solid #D9D9D9;
    margin: 0 0;
  }
}
.c-td-nav .collapse-menu ul li {
  display: block;
}
.c-td-nav .collapse-menu ul li a {
  display: block;
  color: #63666A;
  background: #F5F5F5;
  font-family: var(--fBenton);
  padding: 10px;
  font-size: 11px;
  font-weight: 500;
  line-height: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.c-td-nav .collapse-menu ul li a:hover {
  color: var(--DarkGray);
  background-color: #D9D9D9;
  transition: all 0.3s ease-in-out;
}

.c-td-nav .collapse-menu ul li a.active {
  background-color: #D9D9D9;
  color: var(--DarkGray);
  transition: all 0.3s ease-in-out;
}

@media (min-width: 992px) {
  .c-td-nav .collapse-menu ul li a {
    background: #F5F5F5;
    border-right: 1px solid #D9D9D9;
    padding: 10px 8px;
    font-size: 10px;
    letter-spacing: 0.5px;
    transition: all 0.3s ease-in-out;
  }
}

@media (min-width: 1200px) {
  .c-td-nav .collapse-menu ul li a {
    padding: 10px;
    font-size: 10px;
    letter-spacing: 0.8px;
  }
}

.c-td-nav__back-to-top {
  margin-top: 20px;
  background: none;
  border: none;
  width: 100%;
  padding: 0;
}
@media (min-width: 992px) {
  .c-td-nav__back-to-top {
    width: auto;
    margin-top: 0;
    margin-left: 10px;
    display: flex;
    flex-flow: column;
    font-size: 12px;
  }
}

@media (min-width: 1100px) {
  .c-td-nav__back-to-top {
    margin-left: 20px;
    flex-flow: row;
  }
}

@media (min-width: 1710px) {
  .c-td-nav__back-to-top {
    font-size: 14px;
    line-height: 24px;
  }
}

@media (min-width: 992px) {
  .c-td-nav__back-to-top span:first-of-type {
    display: none;
  }
}

.c-td-nav__back-to-top svg {
  margin-left: 6px;
  width: 12px;
  height: 12px;
}

@media (min-width: 992px) {
  .c-td-nav__back-to-top svg {
    margin-left: 0;
    width: 12px;
    height: 12px;
  }
}

@media (min-width: 1100px) {
  .c-td-nav__back-to-top svg {
    margin-left: 6px;
    width: 12px;
    height: 12px;
  }
}

.c-destinations-container {
  background: #fff;
  position: relative;
  z-index: 2;
  margin-top: -40px;
}
@media (min-width: 1440px) {
  .c-destinations-container {
    margin-top: -75px;
  }
}
.c-dest-detail {
  padding-bottom: 60px;
  background: #fff;
  width: 100%;
  max-width: initial;
  position: relative;
}
@media (min-width: 768px) {
  .c-dest-detail {
    padding-bottom: 120px;
  }
}
.c-dest-detail__hero {
  aspect-ratio: 1710/720;
  position: sticky;
  top: -14px;
  z-index: 1;
}


@media (min-width: 992px) {
  .c-dest-detail__hero {
    top: 149px;
  }
}

@media (prefers-reduced-motion) {
  .c-dest-detail__hero {
    position: relative;
    top: 0;
  }
}

.c-dest-detail__hero img {
  width: 100%;
}
.c-dest-detail__bg {
  background: #fff;
  position: relative;
  z-index: 2;
  padding-top: 40px;
}
@media (min-width: 768px) {
  .c-dest-detail__bg {
    padding-top: 80px;
  }
}
@media (min-width: 1710px) {
  .c-dest-detail__bg {
    padding-top: 100px;
  }
}
.c-dest-detail__hero-copy {
  padding: 10px;
  position: relative;
  text-align: center;
}
@media (min-width: 768px) {
  .c-dest-detail__hero-copy {
    position: absolute;
    text-align: left;
    top: 40px;
    left: 9%;
    padding: 15px;
  }

  .c-dest-detail__hero-copy.overlay-dark {
    background: rgba(0, 0, 0, 0.35);
  }
  .c-dest-detail__hero-copy.overlay-light {
    background: rgba(255, 255, 255, 0.35);
  }
}
.c-dest-detail__hero-copy h2 {
  color: var(--DarkGray);
  font-family: var(--fBenton);
  font-size: 36px;
  font-weight: 700;
  line-height: 42px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .c-dest-detail__hero-copy h2 {
    color: #fff;
    font-size: 44px;
    line-height: 50px;
    margin-bottom: 10px;
  }
}
.c-dest-detail__hero-eyebrow {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 2px;
  padding-bottom: 2px;
  background: #F5F5F5;
  width: auto;
  display: inline-flex;
  color: var(--btnGray);
  font-family: var(--fBenton);
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.36px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .c-dest-detail__hero-eyebrow {
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
  }

  .c-dest-detail__hero-eyebrow.overlay-light {
    background: rgba(255, 255, 255, 0.30);
    color: var(--DarkGray);
  }
}
.c-dest-detail__country {
  color: var(--DarkGray);
  font-family: var(--fGuardian);
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: 22px;
}
@media (min-width: 768px) {
  .c-dest-detail__country {
    color: #fff;
    font-size: 26px;
    line-height: 26px;
  }

  .c-dest-detail__hero-copy.text-dark .c-dest-detail__country,
  .c-dest-detail__hero-copy.text-dark .c-dest-detail__hero-eyebrow,
  .c-dest-detail__hero-copy.text-dark h2 {
    color: var(--DarkGray);
  }
}
.c-dest-detail__intro {
  padding-left: 25px;
  padding-right: 25px;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
}

.c-dest-detail__intro .getting-there {
  font-weight: 500;
}
@media (min-width: 768px) {
  .c-dest-detail__intro {
    grid-template-columns: 1fr 1fr;
    column-gap: 80px;
  }
}

/* @media (min-width: 1440px) {
  .c-dest-detail__intro {
    grid-template-columns: 1fr 1fr;
    column-gap: 80px;
    max-width: 1350px;
  }
} */

.c-dest-detail__intro p.text-intro-copy {
  font-family: var(--fGuardian);
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: var(--DarkGray);
  grid-row: 1;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .c-dest-detail__intro p.text-intro-copy {
    grid-column: 2;
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 34px;
  }
}
@media (min-width: 1710px) {
  .c-dest-detail__intro p.text-intro-copy {
    margin-bottom: 40px;
  }
}
.c-dest-detail__intro .left-content {
  grid-row: 2;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .c-dest-detail__intro .left-content {
    grid-row: 1/span 2;
    grid-column: 1;
    margin-bottom: 0;
  }
}

.c-dest-detail__main-img {
  overflow: hidden;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  display: flex;
}

@media (min-width: 1440px) {
  .c-dest-detail__main-img {
    height: 90%;
  }
}

.c-dest-detail__intro .left-content img {
  width: 100%;
  height: auto;
  display: block;
}


@media (min-width: 1440px) {
  .c-dest-detail__intro .left-content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
}

/* @media (min-width: 1441px) {
  .c-dest-detail__intro .left-content img {
    aspect-ratio: 700/900;
    max-width: none;
  }
} */
.c-dest-detail__intro .left-content .text-caption {
  color: var(--btnGray);
  font-family: var(--fBenton);
  font-size: 12px;
  font-weight: 350;
  line-height: 18px;
}
.c-dest-detail__intro .right-content {
  grid-row: 3;
}
@media (min-width: 768px) {
  .c-dest-detail__intro .right-content {
    grid-column: 2;
    grid-row: 2;
  }
}
.c-dest-detail__getting-there {
  display: flex;
  flex-flow: row;
  gap: 0 15px;
  margin-top: 20px;
}

@media (min-width: 768px) {
  .c-dest-detail__getting-there {
    margin-top: 30px;
  }
}

.c-dest-detail__getting-there svg {
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
}
.c-dest-detail__tips {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  padding-top: 40px;
}
@media (min-width: 768px) {
  .c-dest-detail__tips {
    padding-top: 80px;
    padding-left: 25px;
    padding-right: 25px;
  }
}
.c-dest-detail__tips h4 {
  color: var(--DarkGray);
  font-family: var(--fGuardian);
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 0;
  padding-top: 0;
  border: none;

}

@media (min-width: 768px) {
  .c-dest-detail__tips h4 {
    font-size: 24px;
    line-height: 34px;
    text-align: center;
    border: none;
  }
}

.c-dest-detail__tips-header {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: space-between;
  padding-right: 25px;
  padding-left: 25px;
  margin-bottom: 20px;
  gap: 0 42px;
}

@media (min-width: 768px) {
  .c-dest-detail__tips-header {
    margin-bottom: 40px;
    justify-content: center;
  }
}

.c-dest-detail__tips-header .mobile-carousel-nav {
  display: flex;
  flex-flow: row;
  align-items: center;
  gap: 0 15px;
}

.c-dest-detail__tips-header .mobile-carousel-nav button {
  background: none;
  border: none;
  padding: 0;
  height: 24px;
  width: 24px;
  cursor: pointer;
}
.c-dest-detail__tips-header .mobile-carousel-nav button.slick-disabled {
  cursor: initial;
}

.c-dest-detail__tips-header .mobile-carousel-nav button svg {
  width: 24px;
  height: 24px;
}

.c-dest-detail__tips-header .mobile-carousel-nav button.slick-disabled svg path {
  fill: #DEDEDE;

}
.c-dest-detail__tips-header .mobile-carousel-nav button.slick-disabled svg rect {
  stroke: #DEDEDE;
}

.c-dest-detail__tips-container {
  display: flex;
  gap: 0 30px;
  flex-flow: row;
  /* overflow: hidden; */
  width: 100%;
}
@media (min-width: 768px) {
  .c-dest-detail__tips-container {
    flex-flow: column;
    gap: 25px 0;
  }
}

.c-tips-card {
  display: flex;
  flex-flow: column;
  gap: 30px 0;
  width: 100%;
  height: 100%;
  /* max-width: 280px; */
}
@media (min-width: 768px) {
  .c-tips-card {
    padding-bottom: 25px;
    border-bottom: 1px solid #D9D9D9;
    flex-flow: row;
    gap: 25px 40px;
    width: initial;
  }

  .c-slide:last-child .c-tips-card {
    border-bottom: none;
  }
}
.c-slide {
  text-decoration: none;
}

a.c-slide:hover .title {
  text-decoration: underline;
}

.slick-initialized .slick-slide {
  height: initial;
}
.slick-slider {
  display: block;
  height: auto;
}
.c-slide.slick-slide {
  margin: 0 30px 0 0;
  width: 100%;
  opacity: 0.6;
}

.slick-slide.slick-current {
  opacity: 1;
}
@media (min-width: 768px) {
  .slick-slide {
    opacity: 1;
  }
  .slick-slide.slick-current {
    opacity: 1;
  }
}

.slick-list {
  margin: 0 0 0 0;
}

@media (min-width: 768px) {
  .c-tips-card__hero {
    aspect-ratio: 320/240;
    width: 320px;
  }
}
.c-tips-card__hero img {
  width: 100%;
}

.c-tips-card__fhr {
  background-color: #757575;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
  margin-bottom: 6px;
}

.c-tips-card__thc {
  background-color: #00175A;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
  margin-bottom: 6px;
}

.c-tips-card__fhr img,
.c-tips-card__thc img {
  max-width: 180px;
}
.c-tips-card__body {
  display: flex;
  flex-flow: column;
  flex: 1 1 0;
}
@media (min-width: 768px) {
  .c-tips-card__body {
    justify-content: center;
  }
}
.c-tips-card__body .label {
  color: var(--DarkGray);
  font-family: var(--fBenton);
  font-size: 10px;
  font-weight: 500;
  line-height: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 8px 10px;
  border-left: 1px solid var(--btnGray);
  background: #EDEDED;
  display: inline-flex;
  margin-bottom: 15px;
  width: min-content;
}
@media (min-width: 768px) {
  .c-tips-card__body .label {
    margin-bottom: 20px;
  }
}
.c-tips-card__body .title {
  color: var(--btnGray);
  font-family: var(--fGuardian);
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .c-tips-card__body .title {
    font-size: 22px;
    line-height: 28px;
  }
}
.c-tips-card__body .copy {
  color: var(--btnGray);
  font-family: var(--fBenton);
  font-size: 12px;
  font-weight: 350;
  line-height: 18px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .c-tips-card__body .copy {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 20px;
  }
}
.c-tips-card__body .benefit {
  display: flex;
  flex-flow: row;
  gap: 0 10px;
  align-items: center;
}
.c-tips-card__body .benefit svg {
  width: 20px;
  height: 20px;
}
.c-tips-card__body .benefit p {
  color: var(--btnGray);
  font-family: var(--fBenton);
  font-size: 10px;
  font-weight: 500;
  line-height: 16px;
}
@media (min-width: 768px) {
  .c-tips-card__body .benefit p {
    font-size: 12px;
    line-height: 18px;
  }
}

.c-morebenefits {
  background: #EDEDEE;
  padding-top: 25px;
  padding-bottom: 25px;
  /* padding-left: 25px;
  padding-right: 25px; */
  width: 100%;
  max-width: initial;
  margin-bottom: 80px;
}
@media (min-width: 768px) {
  .c-morebenefits {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 992px) {
  .c-morebenefits {
    padding-top: 60px;
    padding-bottom: 60px;
  }

}

.c-morebenefits__inner {
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;

  overflow-x: hidden;
}

.c-morebenefits__carousel-container {
  display: flex;
  justify-content: center;
  position: relative;
  padding: 0 0;
}

@media (min-width: 992px) {
  .c-morebenefits__carousel-container .slick-track {
    display: flex;
  }
  .c-morebenefits__carousel-container .slick-track .slick-slide {
    display: flex;
    height: auto;
  }
}

.c-morebenefits__carousel-container .slick-slide img {
  max-width: 100%;
}
.c-morebenefits__carousel-container > div {
  width: 100%;
  overflow-x: hidden;
  margin: 0 20px;
}

@media (min-width: 768px) {
  .c-morebenefits__carousel-container {
    padding: 0 40px;
  }

  .c-morebenefits__carousel-container > div {
    margin: 0 40px;
  }
}

.c-morebenefits__carousel-container > button {
  width: 40px;
  height: 40px;
  position: absolute;
  text-indent: -5000px;
  border: none;
  padding: 0;
  background-color: rgba(0, 0, 0, 0.53);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 2;
}

.c-morebenefits__carousel-container > button:hover {
  background-color: rgba(0, 0, 0, 1);
}

.c-morebenefits__carousel-container > button.slick-disabled {
  display: none !important;
}

.c-morebenefits__carousel-container > .slick-prev {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-image: url('../img/trendingdestinations2024/prev-icon.svg');
}

.c-morebenefits__carousel-container > .slick-next {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-image: url('../img/trendingdestinations2024/next-icon.svg');
}

.c-morebenefits__carousel-container .benefits-slide{
  /* margin: 0 40px; */
  overflow-x: hidden;
}

.c-morebenefits__carousel-slide {
  background: #FFF;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 25px;
  padding-right: 25px;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(3, min-content);
  gap: 25px 0;
  margin: 0 auto;
  width: 100%;
}

@media (min-width: 768px) {
  .c-morebenefits__carousel-slide,
  .c-morebenefits__carousel-slide-a {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.c-morebenefits__carousel-slide-a {
  background: #FFF;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 25px;
  padding-right: 25px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 25px 0;
  margin: 0 auto;
  width: 100%;
}

@media (min-width: 768px) {
  .c-morebenefits__carousel-slide-a {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 992px) {
  .c-morebenefits__carousel-slide {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 25px 20px;
  }
  .c-morebenefits__carousel-slide-a {
    grid-template-columns: minmax(320px, 4fr) 6fr;
    gap: 0 20px;
  }
}

.c-morebenefits__carousel-slide-a .slide-left {
  grid-row: 1;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  gap: 40px 0;
}

@media (min-width: 768px) {
  .c-morebenefits__carousel-slide-a .slide-left {
    grid-row: 1 / span 3;
    padding-top: 60px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 992px) {
  .c-morebenefits__carousel-slide-a .slide-left {
    grid-row: 1 / span 3;
  }
}

.c-morebenefits__carousel-slide-a .slide-right {
  grid-row: 2;
  display: flex;
  flex-flow: column;
  justify-content: center;
  gap: 40px 0;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .c-morebenefits__carousel-slide-a .slide-right {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .c-morebenefits__carousel-slide-a .slide-right {
    grid-row: 1 / span 3;
  }
}

.c-morebenefits__carousel-slide-a .slide-right .icons-heading {
  font-family: var(--fBenton);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px; 
}
.c-morebenefits__carousel-slide-a .slide-right .icons-heading.icons-heading--lg {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 20px;
}
.c-morebenefits__carousel-slide-a .slide-right .icon-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px 15px;
  width: 100%;
  margin: 0 auto;
}


.c-morebenefits__carousel-slide-a .slide-right .icon-grid--b .icon-grid__item {
  flex-flow: column;
  text-align: center;
  gap: 16px 0;
}
.c-morebenefits__carousel-slide-a .slide-right .icon-grid.icon-grid--b {
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width:768px) {
  .c-morebenefits__carousel-slide-a .slide-right .icon-grid {
    grid-template-columns: 1fr 1fr;
    gap: 50px 30px;
    width: 88%;
  }

  .c-morebenefits__carousel-slide-a .slide-right .icon-grid.icon-grid--b {
    grid-template-columns: repeat(2, minmax(auto, 166px));
    justify-content: center;
  }
}

.c-morebenefits__carousel-slide-a .slide-right .icon-grid p {
  font-family: var(--fBenton);
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  text-align: center;
}

.c-morebenefits__carousel-slide-a .icon-grid__title {
  font-family: var(--fBenton);
  font-size: 12.8px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  margin-bottom: 6.4px;
  text-align: center;
}

.c-morebenefits__carousel-slide-a .slide-right .icon-grid__item {
  display: flex;
  flex-flow: column;
  gap: 10px 0;
  align-items: center;
}

@media (min-width: 768px) {
  .c-morebenefits__carousel-slide-a .slide-right .icon-grid__item {
    gap: 16px 0;
  }
}
.c-morebenefits__carousel-slide-a .slide-right .icon-grid__item svg {
  flex: 0 0 35px;
}
.c-morebenefits__carousel-container .slide-heading-logo {
  width: 100%;
  margin-bottom: 20px;
  max-width: 300px;
}
.c-morebenefits__large-txt {
  font-family: var(--fBenton);
  font-size: 18px;
  font-style: normal;
  font-weight: 350;
  line-height: 24px;
  letter-spacing: 0.5px;
}

.c-morebenefits__fine-print li {
  font-family: var(--fBenton);
  font-size: 10px;
  font-style: normal;
  font-weight: 350;
  line-height: 12px;
  margin-bottom: 10px;
}
.c-morebenefits__carousel-slide-a .slide-left.bg-gray {
  background: #757575;
  color: #fff;
}

.c-morebenefits__carousel-slide-a .slide-left.bg-blue {
  background: #00175A;
  color: #fff;
}

.c-morebenefits__carousel-heading {
  grid-column: 1;
  grid-row: 1;
  color: var(--DarkGray);
  font-family: var(--fGuardian);
  font-size: 26px;
  font-weight: 400;
  line-height: 32px;
  text-align: center;
}

.c-morebenefits__carousel-heading2 {
  color: var(--DarkGray);
  font-family: var(--fGuardian);
  font-size: 26px;
  font-weight: 400;
  line-height: 32px;
  text-align: center;
}

@media (min-width: 992px) {
  .c-morebenefits__carousel-heading {
    grid-row: 1;
    font-size: 30px;
    font-weight: 400;
    line-height: 38px;
    text-align: left;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .c-morebenefits__carousel-heading2 {
    font-size: 30px;
    line-height: 38px;
    text-align: left;
  }
}

.c-morebenefits__slide-img {
  grid-column: 1;
  grid-row: 2;
  width: 100%;
}

@media (min-width: 992px) {
  .c-morebenefits__slide-img {
    grid-column: 2;
    grid-row: 1 / span 2;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.c-morebenefits__slide-text {
  grid-column: 1;
  grid-row: 3;
  font-family: var(--fBenton);
  font-size: 16px;
  font-weight: 350;
  line-height: 25px;
}

.c-morebenefits__slide-text a {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .c-morebenefits__slide-text a {
    margin-top: 40px;
  }
}
.c-morebenefits__slide-text .logo-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px;
  margin-top: 20px;
}

@media (min-width: 768px) {
  .c-morebenefits__slide-text .logo-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.c-morebenefits__slide-text .resy-logo{
  margin-bottom: 15px;
  margin-top: 15px;
}

@media (min-width: 992px) {
  .c-morebenefits__slide-text {
    grid-row: 2;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    margin-top: auto;
  }

  .c-morebenefits__slide-text .resy-logo{
    margin-bottom: 25px;
    margin-top: 25px;
  }
}

.c-morebenefits__cta {
  display: inline-flex;
  padding: 8px 22px;
  justify-content: center;
  align-items: center;
  font-family: var(--fBenton);
  font-size: 13px;
  font-weight: 350;
  line-height: 1;
  letter-spacing: 0.3px;
  color: #fff;
  /* margin-top: 25px; */
  margin-right: auto;
  background: #53565A;
  border-radius: 4px;
  text-decoration: none;
  letter-spacing: 0.5px;
}

.c-morebenefits__cta:hover {
  text-decoration: underline;
}

.c-morebenefits__cta--white {
  background: #fff;
  color: #00175A;
}

@media (min-width: 992px) {
  .c-morebenefits__cta {
    padding: 13px 35px;
    font-size: 15px;
    /* margin-top: 40px; */
  }
}