.section-destinations .row-text h2{
	margin-bottom: 32px;
}
.section-destinations .row-text p{
	margin-bottom: 60px;
}
.destinations-listpage .box-text{
	font-size: 6rem;
	line-height: 120%;
	letter-spacing: calc(60px * -0.03);
	color: var(--black);
	font-family: "Playfair Display", serif !important;
	padding: 24px 0 0;
	margin: 0;
}
.destinations-listpage .box-text p{
	margin: 0;
}
.destinations-listpage > .page-col:nth-child(1) .box-image img,
.destinations-listpage > .page-col:nth-child(4) .box-image img{
	min-height: 570px;
}
.destinations-listpage > .page-col:nth-child(2) .box-image img,
.destinations-listpage > .page-col:nth-child(3) .box-image img{
	min-height: 418px;
}
.section-content .row.destinations-listpage{
	max-width: 982px;
	margin: 0 auto !important;
}
.destinations-listpage > .page-col .box-image img{
	object-fit: cover;
}
.destinations-listpage > .page-col{
	display: flex;
	align-items: center;
	padding:0 16px 24px;
}
main > #content > section.section-destinations.section-pd400{
	padding-bottom: 400px;
}
.img.has-hover.patern-destinations{
    position: absolute;
    bottom: -16%;
    right: -25%;
}
.header-sticky{
	position: sticky;
	padding: 12px 64px;
	min-height: 53px;
}
.header-sticky ul{
	display: flex;
    justify-content: center;
    align-items: center;
	flex-wrap: nowrap;
	gap: 48px;
	margin-bottom: 0;
}
.header-sticky ul li{
	list-style: none;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.8;
	letter-spacing: calc(1.6rem * -0.03);
	color: var(--black);
	margin-bottom: 0;
}
.gi-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
}
.general-information{
    position: relative;
}
.general-information::before{
    position: absolute;
    content: "";
    background: url(./../image/frame-des.svg) center center no-repeat;
    bottom: 0;
    width: 915px;
    height: 70%;
    pointer-events: none;
    background-size: contain;
    right: 60%;
}
.gi-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 510px;
}
.gi-desc{
    font-size: 1.6rem;
    letter-spacing: calc(1.6rem * -0.03);
    line-height: 180%;
    color: var(--black);
    margin-bottom: 32px;
}
.gi-desc p:last-child{
    margin-bottom: 0;
}
.gi-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 48px 60px;
}

.gi-item-title {
    font-size: 2.6rem;
    font-weight: 500;
    letter-spacing: calc(2.6rem * -0.03);
    color: var(--black);
    margin-bottom: 16px;
}

.gi-item-desc {
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: calc(1.2rem * -0.05);
    color: #777;
}
.design-trip {
	max-width: 1200px;
	margin: 0 auto;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 80px;
    padding-bottom: 100px;
}
.gi-content > h2.title-h2{
    margin-bottom: 32px;
}
.design-trip__left > h2.title-h2{
    margin-bottom: 60px;
}
.design-trip__accordion .dt-item:not(:last-child){
    border-bottom: 1px solid #e5e5e5;
}
.design-trip__accordion .dt-item:not(:last-child,:first-child){
    padding: 24px 0;
}
.design-trip__accordion .dt-item:first-child{
    padding-bottom: 24px;
}
.design-trip__accordion .dt-item:last-child{
    padding-top: 24px;
}
.dt-header {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    align-items: center;
}

.dt-header p{
    font-size: 20px;
    font-weight: 450;
    color: var(--black);
    line-height: 140%;
    letter-spacing: calc(20px * -0.05);
    margin-bottom: 0;
}

.dt-toggle {
    width: 16px;
    height: 16px;
    transition: transform 0.25s ease;
    transform: rotate(180deg);

}
.dt-item.active .dt-toggle {
    transform: rotate(0deg);
}

.dt-body {
    display: none;
}
.dt-item.active .dt-body {
    display: block;
    animation: fadeIn 0.3s ease-in-out; 
    padding-top: 24px;
}
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}
.dt-desc {
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 24px;
}

.dt-hover-label {
    font-size: 14px;
    font-weight: 400;
    color: var(--unactive);
    line-height: 180%;
    letter-spacing: calc(14px * -0.03);
    margin-bottom: 24px;
}

.dt-hover-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    list-style: none;
}

.dt-hover-item {
    position: relative;
}

.dt-hover-title {
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    line-height: 140%;
    letter-spacing: calc(16px * -0.05);
    color: var(--black);
}

.dt-hover-popup {
    position: absolute;
    left: 0;
    top: 120%;
    width: 320px;
    background: #111;
    color: #fff;
    padding: 20px;
    display: none;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px 16px;
    z-index: 20;
}

.dt-hover-item:hover .dt-hover-popup {
    display: grid;
}

.dt-month {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
}

.dt-month .month {
    opacity: 0.6;
}
.when-to-go::before{
    transform: rotate(180deg);
    top: 0;
}
.when-to-go::after{
    bottom: 0;
}
.when-to-go::before,
.when-to-go::after{
    content: "";
    position: absolute;
    left: 0;
    height: 50px;
    width: 100%;
    background: url(./../image/patern-wtg.svg);
    background-repeat: space;
}
.container-wtg{
    max-width: 840px;
    margin: 0 auto;
}
.container-wtg > h2.title-h2,
section.suggested-itineraries h2.title-h2,
section.tailored-experiences h2.title-h2,
section.top-stays h2.title-h2{
    margin-bottom: 60px;
    text-align: center;
}
section.popular-places .mw-840{
    max-width: 840px;
    margin: 0 auto;
    text-align: center;
}
section.popular-places .mw-840 > div{
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 180%;
    letter-spacing: calc(1.6rem * -0.03);
    color: var(--black);
}
section.popular-places h2.title-h2{
    margin-bottom: 32px;
}
article.wtg-item,
section.tailored-experiences h2.title-h2{
    text-align: left;
}
.wtg-months{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #D9D7CE;
    margin-bottom: 32px;
}
.wtg-month{
    text-align: center;
    list-style: none;
    min-width: 70px;
    min-height: 38px;
    color: var(--unactive);
    font-size: 16px;
    font-weight: 450;
    line-height: 140%;
    letter-spacing: calc(16px * -0.05);
    margin-bottom: 0;
    position: relative;
    cursor: pointer;
}
.wtg-month.active,.wtg-month:hover{
    color: var(--black);
}
.wtg-month::after {
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 4px;
    background: #BE1E2D;
}
.wtg-month:hover:after,
.wtg-month.active::after{
    content: '';
}
.wtg-content {
    display: none;
}

.wtg-content.active {
    display: block;
}

.wtg-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
article.wtg-item > a img{
    width: 265px;
    height: 205px;
    object-fit: cover;
}
article.wtg-item > a .wtg-head{
    font-size: 18px;
    line-height: 140%;
    letter-spacing: calc(18px * -0.05);
    color: var(--black);
    margin: 24px 0;
    font-weight: 450;
    min-height: 51px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}
article.wtg-item > .wtg-meta{
    font-size: 12px;
    text-transform: uppercase;
    color: var(--unactive);
    line-height: 100%;
    letter-spacing: calc(12px * -0.05);
    font-weight: 450;
}
article.wtg-item > .wtg-meta > span:last-child{
    padding-left: 16px;
    margin-left: 16px;
    border-left: 1px solid #A7A498;
}
.when-to-go .menu-viewall{
    margin-top: 32px;
    text-align: center;
}
section.general-information,
section.when-to-go,
section.suggested-itineraries,
section.tailored-experiences,
section.popular-places,
section.top-stays{
    padding: 100px 0;
    position: relative;
}
.tours-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}
.tour-card{
    position: relative;
    height: 500px;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    cursor: pointer;
}
.full-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}
.tour-overlay {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    transition: background 0.3s ease;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.2) 50%, transparent 100%);
    pointer-events: none;
}
.tour-content {
    padding: 24px;
    pointer-events: auto;
}
.tour-meta {
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: calc(1.2rem * -0.05);
    color: var(--white);
    margin-bottom: 12px;
    line-height: 1;
    display: flex;
    gap: 8px;
}
.tour-title > a{
    display: block;
    font-size: 1.8rem;
    font-weight: 450;
    margin-bottom: 16px;
    line-height: 1.4;
    letter-spacing: calc(1.8rem * -0.05);
    color: var(--white);
}
.tour-card:hover .tour-title > a{
    color: var(--white);
}
.btn-explore{
    color: var(--white);
    text-decoration: none;
    font-size: 1.4rem;
    font-weight: 450;
    letter-spacing: calc(1.4rem * -0.05);
    transition: all 0.3s ease;
    background: url(./../image/border-explore.svg) center center no-repeat;
    background-size: cover;
    height: 43px;
    width: 147px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tour-card:hover .btn-explore{
    color: var(--white);
    background-image: url(./../image/border-explore-hover.svg);
}
.frame-middle{
    min-height: 153px;
}
.experience-flex{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 60px;
}
.tailored-right{
  position: relative;
  width: calc(100% + (100vw - 100%) / 2);
  margin-right: calc((100vw - 100%) / -2);
}
.experience-flex .swiper-slide.experience-swiper .experience-item{
    display: flex;
    gap: 32px;
    flex-direction: column;
    justify-content: flex-start;
}
.experience-flex .swiper-slide.experience-swiper:nth-child(2n) .experience-item{
    flex-direction: column-reverse;
    justify-content: flex-end;
}
.experience-flex .experience-image{
    height: 300px;
}
.experience-flex .experience-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.experience-flex .experience-info > .experience-title{
    font-size: 2.2rem;
    font-weight: 450;
    line-height: 140%;
    letter-spacing: calc(2.2rem * -0.05);
    color: var(--black);
    margin-bottom: 16px;
}
.experience-flex .experience-info > .experience-desc p{
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 180%;
    letter-spacing: calc(1.6rem * -0.03);
    color: var(--black);
}
.experience-flex::-webkit-scrollbar {
    height: 6px;
}
.experience-flex::-webkit-scrollbar-thumb {
    background: var(--white);
}
.places-grid{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 60px;
}
.place-card{
  position: relative;
  overflow: hidden;
  height: 350px;
  background: var(--white);
}
.place-link{
  position: absolute;
  inset: 0;
  z-index: 5;
}
.place-bg{
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1);
  transition: transform 3s, filter 2s ease-in-out !important;
}
.place-card:hover .place-bg{
  transform: scale(1.5);
}
.place-card::after{
  content:"";
  position:absolute;
  left:0; right:0; bottom:0;
  height: 45%;
  background: linear-gradient(180deg, rgba(35, 31, 32, 0) 49.98%, #231F20 99.98%);
  z-index: 3;
}
.place-title{
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
  color: var(--white);
  font-size: 1.8rem;
  line-height: 1.4;
  letter-spacing: calc(1.8rem * -0.05);
  font-weight: 450;
  text-align: center;
}
.hotels-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.hotels-grid .hotel-card > a img{
    height: 350px;
    object-fit: cover;
}
.hotels-grid .hotel-card .hotel-info{
    padding: 24px;
    background-color: var(--second-background);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}
.hotels-grid .hotel-card .hotel-info a{
    font-size: 1.8rem;
    font-weight: 450;
    color: var(--black);
    line-height: 1.4;
    letter-spacing: calc(1.8rem * -0.05);
}
.hotels-grid .hotel-card .hotel-info .excerpt{
    color: var(--black);
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: calc(1.6rem * -0.03);
}
.hotel-rating{
    display: flex;
    gap: 4px;
}
.hotel-rating .star{
    background: url('./../image/star-rate.svg') no-repeat;
    width: 14px;
    height: 14px;
    display: inline-block;
    background-size: cover;
}