.things-to-do-section {
  padding: 105px 0;
}
@media (max-width: 1599px) {
  .things-to-do-section {
    padding: 80px 0;
  }
}
@media (max-width: 1499px) {
  .things-to-do-section {
    padding: 70px 0;
  }
}
@media (max-width: 1299px) {
  .things-to-do-section {
    padding: 60px 0;
  }
}
@media (max-width: 1199px) {
  .things-to-do-section {
    padding: 50px 0;
  }
}
@media (max-width: 991px) {
  .things-to-do-section {
    padding: 40px 0;
  }
}
@media (max-width: 576px) {
  .things-to-do-section {
    padding: 20px 0;
  }
}
.things-to-do-section .things-to-do-row {
  display: flex;
  gap: 80px;
}
@media (max-width: 1199px) {
  .things-to-do-section .things-to-do-row {
    gap: 60px;
  }
}
@media (max-width: 768px) {
  .things-to-do-section .things-to-do-row {
    flex-direction: column;
    gap: 20px;
  }
}
.things-to-do-section {
  /* LEFT */
}
.things-to-do-section .things-to-do-left {
  max-width: 632px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1599px) {
  .things-to-do-section .things-to-do-left {
    max-width: 550px;
  }
}
@media (max-width: 1199px) {
  .things-to-do-section .things-to-do-left {
    max-width: 430px;
  }
}
@media (max-width: 991px) {
  .things-to-do-section .things-to-do-left {
    max-width: 300px;
  }
}
@media (max-width: 768px) {
  .things-to-do-section .things-to-do-left {
    max-width: 100%;
  }
}
.things-to-do-section .things-to-do-left h6 {
  font-size: 24px;
  line-height: 125%;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: #322f30;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .things-to-do-section .things-to-do-tabs {
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
    row-gap: 20px;
  }
}
@media (max-width: 576px) {
  .things-to-do-section .things-to-do-tabs {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 6px;
  }
}
.things-to-do-section .things-to-do-tabs a {
  display: block;
  padding: 24px 0;
  color: rgba(50, 47, 48, 0.25);
  text-decoration: none;
  border-bottom: 2px solid rgba(50, 47, 48, 0.1);
  position: relative;
  font-size: 36px;
  line-height: 125%;
  font-weight: 500;
}
.things-to-do-section .things-to-do-tabs a:hover {
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  color: #0a7c7a;
}
.things-to-do-section .things-to-do-tabs a:hover::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 60px;
  height: 2px;
  background: #0a7c7a;
}
.things-to-do-section .things-to-do-tabs a.active {
  color: #0a7c7a;
  font-weight: 500;
}
.things-to-do-section .things-to-do-tabs a.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 60px;
  height: 2px;
  background: #0a7c7a;
}
@media (max-width: 1599px) {
  .things-to-do-section .things-to-do-tabs a {
    font-size: 32px;
  }
}
@media (max-width: 1399px) {
  .things-to-do-section .things-to-do-tabs a {
    font-size: 28px;
  }
}
@media (max-width: 1199px) {
  .things-to-do-section .things-to-do-tabs a {
    font-size: 23px;
    padding: 16px 0;
  }
}
@media (max-width: 991px) {
  .things-to-do-section .things-to-do-tabs a {
    font-size: 20px;
    padding: 12px 0;
  }
}
@media (max-width: 576px) {
  .things-to-do-section .things-to-do-tabs a {
    font-size: 16px;
    padding: 12px 0;
  }
}
.things-to-do-section .detail {
  margin-top: auto;
}
@media (max-width: 1199px) {
  .things-to-do-section .detail {
    padding: 20px 0 0 0;
  }
}
.things-to-do-section .detail p {
  font-size: 20px;
  line-height: 150%;
  font-family: "Inter";
  font-weight: 400;
  color: rgba(50, 47, 48, 0.8);
}
.things-to-do-section .detail p:not(:last-child) {
  margin-bottom: 8px;
}
@media (max-width: 1299px) {
  .things-to-do-section .detail p {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .things-to-do-section .detail p {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .things-to-do-section .detail p {
    font-size: 14px;
  }
}
.things-to-do-section .things-to-do-right .things-to-do-content {
  position: relative;
  width: 100%;
  height: 100%;
}
.things-to-do-section .things-to-do-right .things-to-do-content .things-to-do-img-inner {
  height: 100%;
}
.things-to-do-section .things-to-do-right .things-to-do-content .things-to-do-img-inner::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.35) 25%, rgba(0, 0, 0, 0.15) 45%, rgba(0, 0, 0, 0) 65%);
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}
.things-to-do-section .things-to-do-right .things-to-do-content .things-to-do-image {
  display: none;
  height: 100%;
}
.things-to-do-section .things-to-do-right .things-to-do-content .things-to-do-image.active {
  display: block;
}
.things-to-do-section .things-to-do-right .things-to-do-content .things-to-do-image img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .things-to-do-section .things-to-do-right .things-to-do-content .things-to-do-image img {
    max-height: 400px;
    min-height: 400px;
  }
}
.things-to-do-section .things-to-do-right .things-to-do-content .things-to-do-image .link-here {
  position: absolute;
  z-index: 1111;
  bottom: 0;
  display: flex;
  align-items: center;
  gap: 20px;
  bottom: 55px;
  right: 55px;
  font-size: 20px;
  line-height: 150%;
  color: #ffffff;
  font-family: "Inter";
  font-weight: 500;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.things-to-do-section .things-to-do-right .things-to-do-content .things-to-do-image .link-here:hover {
  opacity: 0.8;
}
@media (max-width: 1199px) {
  .things-to-do-section .things-to-do-right .things-to-do-content .things-to-do-image .link-here {
    bottom: 28px;
    right: 28px;
    gap: 12px;
    font-size: 17px;
  }
}
@media (max-width: 1199px) {
  .things-to-do-section .things-to-do-right .things-to-do-content .things-to-do-image .link-here svg {
    height: 35px;
    width: 35px;
  }
}
/*# sourceMappingURL=things_to_do_tabs.min.css.map */
