body {
  font-family: switzer;
}
em {
  font-family: Eiko Italic;
}
.navbar {
  background-color: rgb(174, 174, 174);
}
nav .offcanvas a {
  text-decoration: none;
}

.start .container .t2 p {
  color: #fff;
  font-size: 20px;
}
.destination {
  width: 100vw;
  margin-top: 40px;
  margin-bottom: 40px;
}
.destination .con1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.destination .con1 .text {
  width: 40vw;
}

.destination .container .col .card {
  height: 350px;
  width: auto;
  align-items: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}

.destination .container .col .card1::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.75),
    rgba(0, 0, 0, 0.2) 50%,
    transparent
  );
  z-index: 1;
}
.destination .container .col .tag {
  z-index: 3;
}

.destination .container .col .tag .tag-badge {
  background-color: rgba(255, 255, 255, 0.411);
  color: #222;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.5rem 0.75rem;
  border-radius: 50px;
  display: block;
}
.destination .container .col .card1 .info {
  z-index: 2;
}
.destination .container .col .card .info p {
  color: #fff;
}
.destination .container .col a {
  text-decoration: none;
  color: #fff;
}
.destination .container .col .card .card-body {
  width: 350px;
  text-align: center;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.destination .container .col .card .info h4,
.destination .container .col .card .info h5 {
  color: white;
}

.page-intro {
  padding: 20px 15px 10px;
  display: flex;
  align-items: flex-end;
  gap: 40px;
  flex-wrap: wrap;
  border-bottom: 1px solid #ece9e2;
}

.page-intro__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #2f8f80;
  margin: 0 0 14px;
}

.page-intro__eyebrow::before {
  content: "";
  width: 18px;
  height: 1.5px;
  background: #2f8f80;
  display: inline-block;
}

.page-intro__heading {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 600;
  font-size: clamp(15px, 3.4vw, 37px);
  line-height: 1.12;
  letter-spacing: -0.01em;
  color: #1c1c1a;
  margin: 0;
}

.page-intro__heading em {
  font-style: italic;
  color: #2f8f80;
}

@media (max-width: 720px) {
  .page-intro {
    padding: 40px 24px 28px;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }
}
