html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
    cursor: pointer;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}




mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: "Albert Sans", sans-serif;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

a {
    text-decoration: none;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

a,
button,
img,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
}

h3,
h4,
h5,
h6 {
    font-size: clamp(28px, 2.4vw, 32px);
}

a:hover,
a:active,
a:focus,
div:hover,
div:active,
div:focus,
input:hover,
input:active,
input:focus,
textarea:hover,
textarea:active,
textarea:focus,
li:hover,
li:active,
li:focus,
button:hover,
button:active,
button:focus,
img:focus {
    outline: 0 !important;
}

/* ==========================================================================
   Base styles
   ========================================================================== */
* {
    box-sizing: border-box;
}

body {
    font-size: 16px;
    font-weight: 300;
    position: relative;
    color: #18181B;
    font-family: "Albert Sans", sans-serif;
    background: #FCFCFC;

}

h1,
h2 {
    font-size: clamp(30px, 4vw, 55px);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Albert Sans", sans-serif;
    font-weight: 600;
    line-height: 1.1;
    color: #18181B;
    margin-top: 0;
}

p {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
    color: #18181B;
    margin-top: 0;

}

a {
    color: #18181B;

}

img {
    max-width: 100%;
    height: auto;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}
.content-r-footer .right-content{
	display: flex;
    align-items: center;
    gap: 25px;
	width:100%;
}
.right-footer .text-footer{
	line-height:1.5;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 13px;
}
.content-r-footer .left-content a{
	font-weight: 600;
	font-size: 16px;
	line-height: 1.875;
	letter-spacing: 0px;
}
.content-r-footer .left-content{
	margin-bottom: 12px;
}

@media(min-width: 767px){
	.footer-bottom .right-footer{ 
		width: 33%;
		margin: -4px 0 0 0px;
	}
	.content-r-footer .right-content .social {
		gap: 29px !important;
	}
	.body-footer{
		justify-content: space-between;
	}
	.body-footer .logo-footer{
		width: 15.2%;
	}
}
.content-r-footer .right-content .title-footer-second{
	margin-bottom: 0px;
}

.hidden {
    display: none !important;
}

.container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
}

.w-custom {
    /*     max-width: 1440px; */
    margin: 0 auto;
    width: 100%;
    position: relative;
}

.dv-flex {
    display: flex;
    align-items: center;
}

.section-newsletter {}

.section-text-btn .br-top {
	border-bottom: 1px solid #18181B;
	}
	
.section-newsletter .container {
	padding:20px;
	}

.wrapper-newsletter.dv-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    align-content: center;
    align-items: center;
    background: #efeee7;
    border-top: none;
}


.title {
    font-size: clamp(32px, 4.2vw, 60px);
    line-height: 1.1;
    margin: 0;

}

.title-secondary {
    font-size: clamp(30px, 3.7vw, 52px);
    line-height: 1.26;
    margin: 0;
}

.custom-block {
    display: block
}

.top-header .container {
    text-align: center;
    position: relative
}

.image-journey {
    aspect-ratio: 308 / 441;
    width: 100%;
    /* border-radius: 20px; */
    border-top-right-radius: 0px;
}

.detail-hotel .content-text {
    opacity: 0;
}

.detail-hotel .content-text .subtitle {
    text-transform: uppercase
}

.cover-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.slick-track {
    margin-left: 0 !important
}

.cover-img {
    display: block;
}





#load-more-hotels {
    order: 2;
}

.btn-custom {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.1;
    letter-spacing: 2px;
    text-align: center;
    padding: 18px 58px 18px 58px;
    display: inline-block;
    border: 1px solid #000000;
    text-transform: uppercase;
    transition: all .3s ease-in-out;
    white-space: nowrap;
}

.breadcrumb a {
    color: #8A8A8A;
}

.btn-custom:hover {
    border: 1px solid #B5131D;
    color: #B5131D;
}

.underline-btn {
    position: relative;
    width: fit-content;
    text-transform: uppercase;
    font-family: Albert Sans;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.1;
    letter-spacing: 2px;
    transition: all .3s ease-in-out;

}

.underline-btn:hover {
    color: #B5131D;

}

.underline-btn:hover::before {
    background-color: #B5131D;

}

.underline-btn::before {
    position: absolute;
    content: '';
    left: 0;
    bottom: -8px;
    width: 100%;
    height: 2px;
    background-color: #18181B;
    transition: all .3s ease-in-out;
}

.title-top-header {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 3px;
    text-align: center;
    color: #FFFFFF;
    padding-right: 39px;

}

.top-header {
    background-color: #18181B;
    padding: 18px 0;
}

.wrapper-body-archive .text {
    margin-bottom: 35px;
}

.wrapper-header {
    justify-content: space-between;
    padding: 21px 0;
    align-items: center;
    padding-right: 13px;
}

.header {
    background: #FCFCFC;

}

.header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    border-bottom: 1px solid #D9D9D9
}

.menu,
.social {
    display: flex;
    gap: 30px;
    list-style: none;
    margin: 0;
    align-items: center;
    padding: 0;

}

.copyright .social a svg {
    width: 31px;
    height: 31px;
}

.copyright .social a,
.copyright .social li {
    display: inline-block;
    width: 31px;
    height: 31px;
}

.close-header-bar svg {
    width: 20px;
}

.copyright .social {
    margin-right: -8px;
}

.copyright .social {
    gap: 24px;
}

.menu-nav {
    gap: 30px;
    list-style: none;
    margin: 0;
}

.logo a {
    display: inline-block;

}

.close-header-bar {
    position: absolute;
    right: 0;
    cursor: pointer;
}

.logo {

    padding-top: 2px;
    padding-left: 2px;
}

.menu li a {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    color: #000000;

}

.menu {
    gap: 31px;
}

.header .btn-custom {
    padding: 14px 18px 14px 21px;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 3px;
}

.image-travel {
    width: 100%;
    aspect-ratio: 416 / 503;
    /* border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px; */
    overflow: hidden
}

.icon-menu {
    display: none;
}

.br-top {
    border-top: 1px solid #18181B
}

.body-brand-partners {

    align-items: center;
    gap: 64px;
    padding: 32px 0 31px;
}

.title-brand {
    font-weight: 600;
    font-size: 28px;
    line-height: 1.14;
    margin: 0;
    width: 198px;
    white-space: nowrap;

}

.title-footer {
    font-weight: 700;
    font-size: 24px;
/*     line-height: 1.25; */
	line-height: 0.8;
    margin: 0;
    margin-bottom: 8px;
}

.title-footer-second {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.25;
    margin-bottom: 7px;
}

.left-content,
.right-content {
    width: 52%;
}

.list-link {
    padding: 0;
    margin: 0;
    list-style: none;

}

.body-footer {
    padding: 45px 0 44px;
    gap: 23px;
    align-items: start;
}


.list-link li,
.list-link li a {
    font-size: 20px;
    line-height: 1.8;
	margin: 0 0 -6px 0px;
}
.social-right-copy span:last-of-type{
	display: none;
}
.footer .list-link li a{
	font-size: 16px !important;
	line-height: 1.875;
	font-weight: 500;
}

.copyright {
    justify-content: space-between;
    padding: 26px 0;
    align-items: center;
}

.copyright p {
    font-size: 16px;
    line-height: 1.875;
    margin: 0;
	font-weight: 500;
}
.copyright .social-right-copy a{
	font-size: 16px;
    line-height: 1.875;
    margin: 0;
	font-weight: 500;
}
.left-footer {
    gap: 21px;

}

.group-link-footer {
    width: 195px;
}

.right-content {
    width: 50%;
}

.right-content a,
.left-content a {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.16;
    text-transform: lowercase;
}

.right-footer .dv-flex {
    gap: 20px;
}

.text-footer {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.subtitle {
    font-weight: 500;
    font-size: 22px;
    line-height: 36px;
    letter-spacing: 3px;
    margin-bottom: 0;

}

.text,
.text p {
    font-size: 20px;
    line-height: 1.5;

}

.image-banner {
    position: absolute;
    right: 0;
    top: 0;
    /*     max-width: 820px; */
    max-height: 100%;
    width: 56.9vw;
    aspect-ratio: 820 / 614;
    overflow: hidden;
}

.image-banner img,
.image-banner iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.content-banner {
    padding: 50px 0 63px;
    max-width: 408px;
}

.content-banner .subtitle {
    margin-bottom: 4px;
}

.content-banner .text {
    margin-bottom: 45px;
}

.content-banner .btn-custom {
    padding: 18px 52px 18px 54px;
}

.section-banner {
    padding-top: 30px;
}

.section-testimonials {
    padding: 148px 0 42px;
    background: #F4F4F0;

}

.item {
    text-align: center;
    padding: 0 10px;

}

.list-testimonials {
    max-width: 976px;
    margin: 0 auto;

}

.list-testimonials .subtitle {
    margin-bottom: 7px;
}

div.text p {
    margin-bottom: 0px;
}

.item .text {
    max-width: 844px;
    margin: 0 auto 30px auto;
}

.item .title {
    margin-bottom: 20px;
}

.avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
}

.avatar img {
    width: 100%;
    height: 100%;
}

.name-client {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.1;
    text-align: center;
    color: #000000;

}

.list-testimonials .slick-dots {
    list-style: none;
    display: flex;
    gap: 4px;
    justify-content: center;
    padding: 0;

}

.list-testimonials .slick-dots li button {
    height: 7px;
    width: 30px;
    text-indent: -99999px;
    background: #D5D3D3;
    border: none;

}

.list-testimonials .slick-dots li.slick-active button {
    background: #B5131D;

}

.content-banner .title {
    margin-bottom: 26px;
}

.section-stories {
    padding-top: 67px;
}

.wrapper-stories .sub-text {
    margin-bottom: 23px;
}

.term-main-stories {
    font-size: 22px;
    line-height: 1.45;
    color: #8A8A8A;
    margin-bottom: 20px;


}

.main-stories {
    max-width: 531px;
    width: 100%;
    padding-right: 20px;
    margin-left: auto;
}

.main-stories .title {
    margin-bottom: 22px;
}

.main-stories .text {
    margin-bottom: 30px;
}

.main-stories .btn-custom {
    padding: 18px 56px 18px 55px;
}

.section-stories .w-custom {
    align-items: start;
    justify-content: start;
    gap: 65px;
    padding-top: 78px;
    padding-bottom: 50px;
}

.main-img-stories {

    aspect-ratio: 664 / 518;

    max-height: 518px;
}

.main-img-stories img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.main-img-stories img, .image-banner {
	border-radius: 35px;
    border-top-left-radius: 0px;
}

.title-story {
    font-weight: 700;
    font-size: 26px;
    line-height: 1.3;
    color: #000000;
    margin-top: 25px;
    margin-bottom: 5px;

}

.term-story {
    font-size: 22px;
    line-height: 1.45;
    margin-bottom: 20px;
    color: #8A8A8A;
    padding-left: 5px;

}

.item-stories .term-story {
    font-size: 20px;
    line-height: 1.5;
    padding-left: 0px;
    margin-bottom: 10px;
}

.dot-custom {
    width: 5px;
    height: 5px;
    display: inline-block;
    background-color: #8A8A8A;
    border-radius: 50%;
    margin: 0px 2px 4px 2px;
}

.item-stories .underline-btn {
    font-weight: 700;
    font-size: 16px;

}

.item-stories .underline-btn::before {
    bottom: -5px;

}

.custom-col-3 {
    width: calc((100% - 32px) / 3);
}

.list-stories {
    padding-bottom: 59px;

}

.custom-row {
    gap: 16px;
    flex-wrap: wrap;
    align-items: start;
}

.image-post {
    width: 100%;
    aspect-ratio: 416 / 274;
    /* border-radius: 12px; */
    overflow: hidden;
}


.text-header-section {
    gap: 55px;
    align-items: start;
}

.text-header-section .title {
    max-width: 375px;
    width: 100%;
}

.title-box {
    font-weight: 700;
    font-size: 34px;
    line-height: 1.1;
    margin-bottom: 8px;
    margin-top: 5px;
    margin-top: 18px;

}

.item-box {
    width: calc((100% - 170px) / 3);
}

.item-box img {
    max-width: 81px;
    aspect-ratio: 1 / 1;
}

.wrapper-journeys {
    padding-top: 54px;
}

.wrapper-journeys .subtitle {
    padding-left: 5px;
    margin-bottom: 12px;
}

.wrapper-journeys .title {
    padding-top: 5px;
}

.list-box {
    flex-wrap: wrap;
    gap: 62px;
    padding: 40px 4px 33px 4px;

}

.wrapper-journeys .text-header-section {
    padding-left: 3px;
}

.content-why-choose p {
    font-weight: 500;
    font-size: 28px;
    line-height: 1.28;
    margin-bottom: 22px;

}

.content-journeys {
    width: 288px;
    padding-top: 20px;
}

.content-journeys .title {
    margin-bottom: 39px;
}

.content-journeys .text {
    margin-bottom: 50px;
}

.wrapper-list-journeys {
    gap: 36px;
    align-items: start;
    padding-bottom: 26px;
    padding-top: 49px;
}

.title-postype {
    font-weight: 700;
    font-size: 32px;
    line-height: 1.5;
    margin-bottom: 2px;
    margin-top: 18px;
}

.price,
.title-price {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 12px;

}

.price span {
    font-weight: 700;
    font-size: 26px;
    line-height: 1;

}

.list-journeys .underline-btn {
    font-size: 16px;
    padding-bottom: 5px;
}

.list-journeys .underline-btn::before {
    bottom: 0px;
}

.body-list-journeys {
    width: calc(100% - 325px);
}

.list-journeys {
    gap: 16px;
    margin: 0 -8px;
}

.item-journey {
    padding: 0 8px 8px 8px;

}

.custom-arrow {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-top: 21px;
}

.arrow {
    border: 1px solid #18181B;

    display: flex;
    width: 36px;
    height: 36px;
    align-items: center;
    justify-content: center;
}

.arrow:hover {
    border: 1px solid #B5131D;
}

.arrow:hover path {
    fill: #B5131D;
}

.wrapper-text-btn {
    justify-content: space-between;
    padding: 43px 0 53px;
    gap: 20px;

}

.wrapper-text-btn .btn-custom {
    padding: 18px 33px 18px 33px;
    min-width: 250px
}

.wrapper-text-btn .title-secondary {
    max-width: 881px;
    line-height: 1.25;
}

.header-properties {
    max-width: 709px;

}

.header-properties .title {
    margin-bottom: 20px;
}

.header-properties .text {
    margin-bottom: 0;
}

.wrapper-properties {
    padding-top: 49.5px;
    padding-bottom: 54px;
}

.wrapper-header-properties {
    justify-content: space-between;
    align-items: end;
    padding-bottom: 61px;
    gap: 40px;
}



.image-property {
    aspect-ratio: 416 / 313;
    width: 100%;
    overflow: hidden;
    /* border-radius: 12px; */
    margin-bottom: 8px;
}



.term-property {
    font-weight: 500;
    letter-spacing: 2px;
    color: #8A8A8A;
    text-transform: uppercase;
    margin-bottom: 0;
}

.list-properties {
    flex-wrap: wrap;
    gap: 32px 16px;

}

.list-properties .title-postype {
    margin-bottom: 2px;
    margin-top: 9px;
}

.sub-text {
    font-weight: 500;
    font-size: 28px;
    line-height: 36px;

}

.section-travel .sub-text {
    max-width: 830px;
    margin-top: -16px;
    margin-bottom: 28px;
    padding-left: 15px;
}

.title-travel {
    font-size: 30px;
    line-height: 1.6;
    letter-spacing: 3px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: 28px;

}

.wrapper-list-travel .custom-arrow {
    padding-bottom: 34px;
    padding-top: 16px;
    justify-content: end;
    gap: 21px;
}

.item-silde {
    padding: 0 8px;
}

.wrapper-list-travel {
    padding-bottom: 39px;
}

.list-travel {
    margin: 0 -8px;
}

.imgae-travel {
    width: 100%;
    aspect-ratio: 416 / 503;
    overflow: hidden;
    border-radius: 20px;
    border-top-right-radius: 0;
}

.group-input p {
    margin: 0;
}

.wrapper-form {
    display: flex;
    gap: 28px 16px;
    flex-wrap: wrap;
    padding-top: 12px;
}

.group-input {
    /*width: calc((100% - 16px) / 2);*/
    width:100%;
    margin-bottom: 0 !important
}

.group-input input {
    border: 1px solid #18181B;
    outline: none;
    font-size: 18px;
    line-height: 24px;
    padding: 17px 18px 17px 18px !important;
    width: 100%;
    /*background: #FCFCFC;*/
    background:#efeee7;
}

.wrapper-newsletter {
    gap: 20px;
    justify-content: space-between;
    padding-top: 37px;
    padding-bottom: 2px;
    align-items: start;
}

.group-input input::placeholder {
    font-size: 18px;
    line-height: 24px;

    color: #18181B;

}

.left-newsletter {
    max-width: 100%;
}

.right-newsletter {
    max-width: 632px;
    width: 100%;
}

.left-newsletter p {
    font-size: 24px;
    line-height: 1.5;
    margin: 0;
}

.left-newsletter .title-secondary {
    margin-bottom: 13px;
    text-align:center;
}

.wrapper-travel {
    padding-top: 48px;
}

.wrapper-form button {
    border: 1px solid #18181B;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.1;
    letter-spacing: 2px;
    text-transform: uppercase;
    background: transparent;
    width: 100%;
    padding: 18px 18px 18px;

}

.image-brand img {
    max-height: 90px;
    display: block;
}




.image-brand {
    display: flex;
    overflow: hidden;
    user-select: none;
    gap: 32px;
    width: calc(100% - 229px);


}



.marquee img {
    height: 65px;
    display: block;
}

.marquee-no img {

    object-fit: contain;
    max-width: 100px;
    height: 47px;
}

.marquee-no {
    width: calc(100% - 229px);
}

.image-partner {
    display: flex;
    align-items: center;
    justify-content: start;
    flex-wrap: wrap;
    gap: 50px 20px;
    justify-content: space-between;
    width: 100%;

}

.marquee {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    min-width: 100%;
    animation: scroll 15s linear infinite;
    align-items: center;
}

.image-brand:hover .marquee {
    animation-play-state: paused;
}

.slick-disabled.arrow {
    border: 1px solid #808080;
}

.slick-disabled svg path {
    fill: #808080;
}

.slick-disabled:hover {
    border: 1px solid #808080 !important;
}

.slick-disabled:hover path {
    fill: #808080 !important
}

@keyframes scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(calc(-100% - 32px));
    }
}

/* ------------------------------end home ----------------------------- */


/* ------------------------------archive ----------------------------- */
.banner-image {
    width: 100%;
    aspect-ratio: 144 / 63;
    min-height: 450px;
    background: #c7c7c7;
}

.top-archive {
    max-width: 966px;
    width: 100%;
}

.body-archive {
    padding-top: 47px;
}

.top-archive .title {
    margin-bottom: 22px;
}

.breadcrumb {
    text-transform: uppercase;
    color: #8A8A8A;
    font-weight: 500;
    font-size: 18px;
    line-height: 2;
    letter-spacing: 3px;
    margin-bottom: 0px;

}

.breadcrumb span {
    color: #18181B;

}

.title-country {
    font-weight: 600;
    font-size: clamp(38px, 4.2vw, 60px);
    margin: 0;
    line-height: 0.7;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #FFFFFF;

}

.banner-image .container {
    position: relative;
}

.category-title {
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: clamp(38px, 4.2vw, 60px);
    margin: 0;
    position: absolute;
    bottom: 0;
    color: #FFFFFF;

}

.item-grid {
    min-height: 416px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    align-content: end;
    padding: 0 36px;
    overflow: hidden;
    border-radius: 12px;
    display: block;
    background-color: #c7c7c7;

}

.grid-view {
    display: grid;
    grid-template-columns: repeat(3, [col] 1fr);
    grid-template-rows: repeat(3, [row] auto);
    gap: 17px 18px;
    padding: 12px 0 52px;
}

.inner-page .wrapper-list-journeys {
    padding-top: 55px;
    padding-bottom: 48px;
}

.main-archive .custom-arrow {
    padding-top: 18px;
}

.inner-page .wrapper-properties {
    padding-top: 62.5px;
    padding-bottom: 29px;
}

.inner-page .wrapper-journeys {
    padding-top: 45px;
}

.inner-page .list-box {
    padding-bottom: 22px;
}

.inner-page .list-stories {
    padding-bottom: 28px;
}

.item-grid:first-of-type .title-country,
.item-grid:nth-of-type(6) .title-country {
    padding-left: 14px;
}


.item-grid:first-of-type {
    grid-column: col / span 2;
    grid-row: row 1;
}

.item-grid:nth-of-type(2) {
    grid-column: col 3 / span 1;
    grid-row: row 1 / span 2;
}

.item-grid:nth-of-type(3) {
    grid-column: col / span 1;
    grid-row: row 2;
}

.item-grid:nth-of-type(4) {
    grid-column: col 2 / span 1;
    grid-row: row 2;
}

.item-grid:nth-of-type(5) {
    grid-column: col;
    grid-row: row 3;
}

.item-grid:nth-of-type(6) {
    grid-column: col 2 / span 2;
    grid-row: row 3;
}

.group-selection select {
    border: 1px solid #18181B;
    padding: 12px 15px;
    font-size: 20px;
    line-height: 1.5;
    min-width: 200px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;


}

.wrapper-select {
    position: relative;
}

.wrapper-select::after {
    background-image: url("data:image/svg+xml;utf8,<svg width='16' height='9' viewBox='0 0 16 9' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M0.219668 0.469668C0.512558 0.176777 0.987438 0.176777 1.28033 0.469668L8 7.1893L14.7197 0.469668C15.0126 0.176777 15.4874 0.176777 15.7803 0.469668C16.0732 0.762558 16.0732 1.23744 15.7803 1.53033L8.5303 8.7803C8.2374 9.0732 7.7626 9.0732 7.4697 8.7803L0.219668 1.53033C-0.0732225 1.23744 -0.0732225 0.762558 0.219668 0.469668Z' fill='%23212121'/></svg>");
    background-repeat: no-repeat;
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-size: contain;
    background-position: center;
    right: 10px;
    display: block;
    width: 18px;
    height: 10px;
    transition: all .3s ease-in-out;
}

.wrapper-select.active::after {
    transform: translateY(-50%) rotate(-180deg);
}

.group-selection {
    display: flex;
    gap: 16px;
}

.inner-page .wrapper-properties .btn-custom {
    width: 100%;
    margin-top: 33px;
}

.inner-page .section-stories {
    padding-top: 0;
}

.section-stories .wrapper-header-properties {
    padding-top: 50px;
    padding-bottom: 51px;
}

.inner-page .image-post {
    aspect-ratio: 307 / 222;
}

.inner-page .item-stories {
    width: calc((100% - 50px) / 4);
}

.inner-page .wrapper-travel {
    padding-top: 38px;
}

.inner-page .title-box {
    margin-bottom: 6px;
    margin-top: 17px;
}

.inner-page .title-story {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* ------------------------------end archive ----------------------------- */
/* ------------------------------start archive ----------------------------- */

.wrapper-country .title {
    max-width: 526px;
    margin-left: -5px;
    width: 50%;
}

.wrapper-country .content-country {
    max-width: 711px;
}

.section-content-country {
    padding-top: 47px;
    padding-bottom: 7px;
}

.wrapper-visit {
    padding-top: 40px;
    padding-bottom: 16px;
}

.wrapper-experience {
    padding-top: 40px;
}

.wrapper-country .dv-flex {
    align-items: start;
    gap: 24px;
}

.top-experience {
    justify-content: space-between;
    padding-bottom: 31px;
    align-items: end;
}

.section-experience .custom-arrow {
    justify-content: end;
    width: max-content;
    gap: 21px;
}

.subtitle-visit {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 38px;

}

.single-country .wrapper-list-journeys {
    padding-bottom: 49px;
    padding-top: 54px;
}

.top-experience .title {
    margin-left: -5px;
}

.sub-country {
    font-weight: 500;
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 22px;
}

.title-visit {
    font-weight: 700;
    font-size: 36px;
    line-height: 1.2;
    color: #000000;
    margin-bottom: 18px;

}

.list-months {
    padding: 0;
    list-style: none;
    gap: 10.93px;
    margin-top: 37px;
    justify-content: space-between;
    margin-left: 0px;

}

.item-experience {
    padding: 0 17px;
}

.list-experience {
    margin: 0 -9px;
    padding-bottom: 27px;
}

.item-month {
    width: 86.9px;
    height: 86.9px;
    text-align: center;
    align-content: center;
    border-radius: 50%;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.16;
    text-transform: capitalize;
    color: #FFFFFF;

}

.red {
    background: #F14141;

}

.green {
    background: #3AB67D;

}

.orange {
    background: #EDB95E;

}

.note {
    gap: 35px;
    margin-top: 45px;

}

.note p {
    font-weight: 500;
    font-size: 22px;
    line-height: 1.27;
}

.dot-month {
    width: 24px;
    aspect-ratio: 1 / 1;
    display: inline-block;
    border-radius: 50%;
    margin-bottom: -6px;
    margin-right: 14px;


}

.image-experience {
    width: 100%;
    aspect-ratio: 415 / 477;
    border-radius: 12px;
    overflow: hidden;

}

.title-experience {
    font-weight: 700;
    font-size: 34px;
    line-height: 1.1;
    color: #18181B;
    margin-bottom: 4px;
    margin-top: 32px;

}

.item-experience .text {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 19px;
}

/* ------------------------------end archive ----------------------------- */
.list-testimonials .slick-dots {
    margin: 0;
    margin-bottom: 6px;
    margin-top: -2px;
}

.single-country .wrapper-list-journeys {
    padding-bottom: 48px;
    padding-top: 53px;
}

.single-country .wrapper-properties {
    padding-top: 61.5px;
}

.list-testimonials .slick-dots li button {
    padding: 0
}

.wrapper-form .wpcf7 {
    width: 100%;
}

.wrapper-form form {
    display: flex;
    gap: 28px 16px;
    flex-wrap: wrap;
    padding-top: 12px;
}

.single-country #load-more-hotels {
    width: 100%;
    margin-top: 33px;
}

.wrapper-form .wpcf7-submit {
    border: 1px solid #18181B;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.1;
    letter-spacing: 2px;
    text-transform: uppercase;
    background: transparent;
    width: 100%;
    padding: 18px 18px 18px;
    color: #18181B;

}

.wrapper-form form p {
    width: 100%;
}

.menu-nav .social img {
    width: 20px;
    height: 20px;
}

.single-country .wrapper-list-journeys {
    padding-bottom: 48px;
    padding-top: 54px;
}

.single-country .wrapper-newsletter {
    padding-top: 40px;
}

/* ------------------------------single archive ----------------------------- */


.left-content-journey {
    max-width: 414px;
    width: 40%;
}

.right-content-journey {
    /* max-width: 711px; */
    width: 60%;
}

.w-50 {
    width: 50%;
}

.body-journey {
    gap: 134px;
    align-items: start;
    padding-top: 42px;
    padding-bottom: 52px;

}

.text-highlights {
    font-weight: 700;
    font-size: 26px;
    line-height: 1.3;
    text-transform: uppercase;
    margin-bottom: 5px;

}

.date {
    font-weight: 500;
    font-size: 22px;
    line-height: 1.63;
    letter-spacing: 3px;
    text-transform: uppercase;

}

.title-journey {
    font-size: 30px;
    line-height: 1.86;
    /* margin-bottom: 32px; */

}

.book {
    font-size: 20px;
    line-height: 1.5;
    text-align: right;
    padding-right: 4px;

}

.group-content {
    margin-bottom: 29px;
}

.group-content-departures .dv-flex {
    gap: 10px;
    justify-content: space-between;
    border-bottom: 1px solid #18181B;
    padding: 16px 0;

}

.group-content-departures .dv-flex:last-child {
    border: none;
}

.group-content-departures p {
    margin: 0px;
}

.group-content-departures {
    margin-top: 48px;
}

.group-content .subtitle {
    margin-bottom: -10px;
}

.list-detail ul {
    padding: 0;
    margin: 0;
}

.list-detail ul li {
    font-size: 20px;
    line-height: 1.5;
}

.group-price {
    margin-bottom: 24px;
    margin-top: 44px;
}

.group-price .price {
    font-weight: 700;
    font-size: 48px;
    line-height: 1.16;
    letter-spacing: 2px;

}

.text-contact {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 16px;

}

.section-daily {
    padding-bottom: 40px;
}

.section-daily .br-top {
    padding-top: 46px;
}

.content-image img {
    height: 100%;
    object-fit: cover;
    aspect-ratio: 631 / 468;
}

.content-daily {
    margin-top: 59px;
    /* align-items: stretch; */
}

.content-daily .text p:last-child {
    margin-bottom: 0;
}

.single-journey .section-content-country {
    padding-top: 51px;
}


.content-text {
    padding: 44px 0px 44px 57px;
}

.list-nitty-gritty {
    padding-top: 7px;
    margin: 0 -8px;
}

.image-nitty-gritty {
    padding: 0 8px;
}

.image-nitty-gritty img {
    width: 100%;
    aspect-ratio: 308 / 394;
}

.wrapper-nitty-gritty .top-experience .title {
    margin-right: 10px;
}

.title-trip {
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 10px;


}

.section-daily .title {
    margin-bottom: 75px;
}

.sub-trip {
    align-content: center;
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 35px;
}

.sub-trip span {
    font-size: 22px;
    line-height: 28px;

}

.content-daily .text p {
    margin-bottom: 30px;
}

.list-hotel {
    margin-top: 35px;
}

.item-hotel {
    padding: 0 8px;
    cursor: pointer;
}

.list-hotel {
    margin: 0 -8px;
}

.top-slider-hotel .custom-arrow,
.wrapper-nitty-gritty .custom-arrow {
    justify-content: end;
    width: max-content;
    gap: 21px;
    padding: 0;
}

.image-hotel {
    aspect-ratio: 308 / 210;
}

.image-hotel img {
    height: 100%;
}

.top-slider-hotel {
    justify-content: space-between;
    align-items: center;
    padding: 42px 0 24px;
}

.body-card-hotel {
    justify-content: space-between;
    gap: 10px;
    align-items: start;
    padding: 14px 0;
}

.title-hotel {
    font-weight: 500;
    font-size: 22px;
    line-height: 1.3;
    color: #8A8A8A;
    margin: 0;

}

.active .title-hotel,
.active .review {
    color: #18181B;

}

.body-card-hotel svg path {
    fill: #8A8A8A;
}

.active .body-card-hotel svg path {
    fill: #B5131D;
}

.review {
    font-weight: 500;
    font-size: 22px;
    line-height: 1.3;
    color: #8A8A8A;
    width: 63px;
    text-align: end;
    /* padding-top: 8px; */
    min-width: fit-content;
}

.detail-hotel {
    background: #F4F4F0;
    position: relative;
    margin-top: 17px;
}

.detail-hotel .dv-flex {
    justify-content: space-between;
}

.detail-hotel .content-text {
    padding: 59px 87px 60px 57px;


}

.detail-hotel .content-text .subtitle {
    margin-bottom: 25px;
}

.detail-hotel .btn-custom {
    margin-top: 5px;
    padding: 18px 56px 18px 56px;
}

.right-content-journey .btn-custom {
    padding: 18px 33px 18px 33px;
}



.content-image {
    max-width: 631px;
    aspect-ratio: 631 / 468;
}

.detail-hotel .text p {
    margin-bottom: 30px
}

.detail-hotel .content-image img {
    aspect-ratio: 631 / 606;
    width: 100%;
}
.detail-hotel .content-image{
    aspect-ratio: 631 / 606;
}

.close-detail-hotel {
    position: absolute;
    top: 23px;
    right: 20px;
}

.content-text .subtitle {
    margin-bottom: 13px;
}

.wrapper-nitty-gritty {
    padding-top: 44px;
}

.image-nitty-gritty {
    aspect-ratio: 308 / 394;
}

.tap-content p {
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
    color: #18181B;
    margin-bottom: 30px;

}

.tap-content {
    padding-top: 13px;
}

.wrapper-tap-title {
    width: 272px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.wrapper-tap-title li {
    font-weight: 500;
    font-size: 22px;
    line-height: 36px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #18181B;
    padding: 17px 0 13px;
    border-bottom: 1px solid #18181B;
    cursor: pointer;

}

.wrapper-tap-title li.active {
    font-weight: 800;
}

.tap-content {
    width: calc(100% - 322px);
}

.tap-nitty-gritty {
    align-items: start;
    gap: 50px;
    padding: 20px 0 29px;
}

.tap-content {
    display: none;
}

#tab-1 {
    display: block;
}

.single-journey .banner-image {
    aspect-ratio: 144 / 45;
}

.detail-hotel {
    display: none;
}

.close-detail-hotel {
    cursor: pointer;
}

.wrapper-body-archive .text p,
.content-country .text p {
    margin-bottom: 20px
}

.body-card-hotel .title-hotel svg {
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: -6px;
    transform: rotate(180deg);
    margin-left: -8px;


}

.body-card-hotel .title-hotel {
    position: relative;
    padding-right: 28px;
}

.active .body-card-hotel .title-hotel svg {
    transform: rotate(0deg);
    transition: all 0.2s ease-in-out;
}

/* ------------------------------end single ----------------------------- */
.content-banner-stories {
    width: 50%;
    padding-right: 80px;
}

.content-banner-stories .text {
    margin-top: 30px;
}

.section-banner-stories {
    position: relative;
    aspect-ratio: 1440 / 500;
    margin-bottom: 10px;
    padding-top: 20px;
}

.image-banner-stories {
    position: absolute;
    right: 0;
    top: 0;

    width: 50%;
    height: 100%;
}

.image-banner-stories img,
.image-banner-stories iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.editor-content-stories .wp-block-image.size-full {
    margin: 0
}

.editor-content-stories .wp-block-heading {
    margin-bottom: 20px;
}

.editor-content-stories {
    padding: 20px 0;
}

.wp-block-columns-is-layout-flex .wp-block-column {
    align-content: center;
}

.sub-menu {
    display: none
}

.menu-item-has-children>a {
    position: relative;
}

#menu-menu-main>.menu-item-has-children>.sub-menu {
    position: absolute;
    z-index: 999;
    background: #Fff;
    margin: 0;
    list-style: none;
    padding-top: 10px;

}

#menu-menu-main>.menu-item-has-children>a::after {
    content: '';
    position: absolute;
    right: -13px;
    top: 5px;
    transform: rotate(90deg);
    width: 7px;
    height: 10px;
    background-image: url("data:image/svg+xml; charset=utf8, %3Csvg%20width%3D%227%22%20height%3D%2210%22%20viewBox%3D%220%200%207%2010%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M6.49609%205L1.69141%209.81445L0.753906%208.93555L4.68945%205L0.753906%201.06445L1.69141%200.185547L6.49609%205Z%22%20fill%3D%22%23AAAEB0%22%2F%3E%0A%3C%2Fsvg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
}

#menu-menu-main>.menu-item-has-children {
    padding-right: 10px;
}

.sub-menu {
    list-style: none;
    margin: 0;
}

.sub-menu li {
    padding: 0px 15px;
}

#menu-menu-main li a:hover {
    color: #B5131D;
}

#menu-menu-main .current-menu-item a {
    color: #B5131D;
}

.body-card-hotel svg {
    width: 15px;
}

.grid-view .title-country{
	color: #18181B;
	    font-size: clamp(20px, 3.2vw, 30px);
	margin-top: 20px;
}
.grid-view  {
	    gap: 40px 18px;
}

.item-box {
	text-align: center;
}
.item-box p{
	text-align:start
}
.list-box {
	    align-items: start;
}
@media(min-width: 992px) {
    .menu-item-has-children:hover .sub-menu {
        display: block
    }

    #menu-menu-main>.menu-item-has-children:hover>a:after {
        transform: rotate(-90deg);
    }
}

@media(min-width: 1900px) {
    .section-banner-stories {
        max-height: 700px;
        width: 100%;
    }
}

@media(max-width: 1200px) {

    .title-footer,
    .title-footer-second {
        font-size: 26px;
    }

    .group-link-footer {
        width: 33.3%;
    }

    .left-footer {
        width: 60%;
    }

    .right-footer {
        width: 40%;
    }

    .right-content a,
    .left-content a {
        font-size: 20px;
    }

    .copyright p {
        font-size: 16px;
    }

    .title-brand,
    .sub-text {
        font-size: 26px;
    }

    .title-postype {
        font-size: 28px;
    }

    .section-testimonials {
        padding-top: 100px;
    }

    .image-banner {
        top: inherit;
        bottom: -50px;
    }

    .list-months {
        justify-content: start;
        flex-wrap: wrap;
        gap: 20px;
    }

}

@media(max-width: 1024px) {
    .title-journey {
        font-size: 28px;
    }

    .right-content-journey .btn-custom {
        padding: 16px 28px 16px 28px;
    }

    .btn-custom {
        padding: 16px 45px 16px 45px;
    }

    .content-banner-stories {
        padding-right: 40px;
    }

    .text,
    .text p {
        font-size: 18px;
    }

    .wrapper-country .content-country {
        width: 80%;
    }

    .group-price .price {
        font-size: 36px;
    }

    .text-contact {
        font-size: 21px;
    }

    .breadcrumb {
        font-size: 16px;
    }

    .sub-country {
        font-size: 25px;
        line-height: 1.3;
    }

    /* ------------------------------start single ----------------------------- */
    .body-journey {
        gap: 50px;
    }

    .date,
    .book,
    .review {
        font-size: 18px;
        line-height: 1.2;
    }

    .title-experience {
        font-size: 25px;
    }

    .content-text {
        padding: 20px 0 20px 20px;
    }

    .title-hotel {
        font-size: 20px;
    }

    .content-daily {
        margin-top: 20px;

    }

    .section-daily .title {
        margin-bottom: 20px;
    }

    .title-trip {
        font-size: 30px;
    }

    .body-card-hotel svg {
        width: 15px;
    }

    .sub-trip svg {
        width: 18px;
        height: 19px;
    }

    /* ------------------------------end single ----------------------------- */

    .list-link li,
    .list-link li a {
        font-size: 18px;
    }

    .body-footer {
        flex-wrap: wrap;
        gap: 30px;
    }

    .left-footer,
    .right-footer {
        width: 100%;
    }

    .btn-custom {
        font-size: 16px;
        line-height: 1;
    }

    .image-banner {
        position: relative;
        width: 100%;
        max-width: 100%;
        bottom: inherit;
    }

    .content-banner {
        max-width: 600px;
    }

    .subtitle {
        font-size: 18px;
        line-height: 1.63;
    }

    .main-img-stories {
        width: 100%;
        max-width: 50%;
    }

    .text-header-section .title {
        width: 35%;
        max-width: inherit;
    }

    .content-header-section {
        width: 65%;
    }

    .content-why-choose {
        width: 65%;
    }

    .text-header-section,
    .body-brand-partners {
        gap: 40px;
    }

    .price,
    .title-price {
        font-size: 16px;

    }

    .title-brand {
        width: 166px;
    }

    .image-brand {
        width: calc(100% - 206px);
    }

    .price span {
        font-size: 20px;

    }

    .title-postype,
    .content-why-choose p {
        font-size: 24px;
    }


    .underline-btn,
    .item-stories .term-story {
        font-size: 16px;
    }

    .wrapper-text-btn {
        gap: 32px;
    }


    .term-story {
        font-size: 18px;
    }

    .section-stories .w-custom {
        gap: 30px;
    }

    .title-story {
        font-size: 20px;
    }

    .image-banner {
        border-radius: 0;
    }

    .main-img-stories {
        position: relative;
    }

    .section-stories .w-custom .dv-flex {
        gap: 30px;
    }
}

@media(max-width: 992px) {

    /* ------------------------------start archive ----------------------------- */
    #menu-menu-main>.menu-item-has-children>.sub-menu {
        position: relative;
        background: transparent
    }

    #menu-menu-main>.menu-item-has-children li {
        padding: 10px 20px;
    }

    #menu-menu-main li {
        padding-left: 20px;
        padding-right: 20px !important;
    }

    #menu-menu-main>.menu-item-has-children>a::after {
        right: -16px;
        top: 7px;
    }

    .sub-menu .sub-menu li:first-child {
        padding-top: 0px;
    }



    .active.menu-item-has-children .sub-menu {
        display: block
    }

    .title-country {
        padding: 0 !important;
    }

    .item-grid {
        padding: 0 20px;
        grid-column: inherit !important;
        grid-row: inherit !important;
    }

    .grid-view {
        grid-template-columns: repeat(2, [col] 1fr);
        grid-template-rows: repeat(2, [row] auto);
    }

    .inner-page .item-stories {
        width: calc((100% - 18px) / 2);
    }

    /* ------------------------------end archive ----------------------------- */

    .icon-menu {
        display: block;
    }

    .icon-menu span {
        display: block;
        background: #18181B;
        width: 28px;
        height: 2px;
        border-radius: 20px;
        margin-top: 7.5px;
        transition: all .3s ease-in-out;

    }

    .icon-menu span:first-child {
        margin-top: 0;
    }

    .icon-menu.active span:first-child {
        transform: translate(0px, 4.5px) rotate(45deg);
        -webkit-transform: translate(0px, 4.5px) rotate(45deg);
    }

    .icon-menu.active span:last-child {
        transform: translate(0px, -5px) rotate(-45deg);
        -webkit-transform: translate(0px, -5px) rotate(-45deg);
    }

    .icon-menu.active span:nth-child(2) {
        display: none;
    }

    .menu {
        flex-direction: column;
        gap: 20px;
    }

    .menu li a {
        font-size: 20px;
    }

    .header .social {
        justify-content: center;
        margin: 30px;
    }

    .header {
        min-height: 63px;
    }



    .menu-nav {
        width: 100%;
        display: none;
        text-align: center;
        padding: 50px 0 30px;
    }

    .header.active .container {
        position: relative;

    }

    .wrapper-header {
        min-height: 63px;
        position: absolute;
        background: #FCFCFC;
        width: calc(100%);
        padding: 21px 20px;
        left: 0;
        z-index: 9999;
        border-bottom: 1px solid #D9D9D9;
        flex-wrap: wrap;
        overflow: auto;
        max-height: 100dvh;
    }

    .sub-menu {
        padding-top: 0px !important;
    }

    .sub-menu li:last-child {
        padding-bottom: 0px !important;
    }

    .top-header {
        font-size: 12px;
    }

    .title-brand,
    .sub-text {
        font-size: 24px;
    }

    .left-newsletter p {
        font-size: 22px;
    }

    .title-travel {
        font-size: 20px;
        margin-top: 15px;

    }

    .group-input {
        width: 100%;
    }

    .list-box {
        padding: 40px 0;
        gap: 32px;
    }

    .item-box {
        width: calc((100% - 64px) / 3);
    }

    .title-box {
        font-size: 26px;
    }

    .image-partner {
        justify-content: start;
    }

    .marquee-no .image-partner {
        flex-wrap: nowrap;
        overflow: auto;
        padding-bottom: 20px;
    }

}

@media(max-width:767px) {
    .wrapper-country .content-country {
        width: 100%;
    }

    .title-footer {
        font-size: 20px;
    }

    .wrapper-form .wpcf7-submit {
        font-size: 17px;
    }

    .group-content-departures {
        margin-top: 34px;
    }

    .list-link li,
    .list-link li a,
    .text-footer {
        font-size: 16px;
    }

    .body-journey {
        gap: 38px;
    }
    .sub-trip,.content-daily .text p {
        margin-bottom: 20px;
    }

    .group-price {
        margin-top: 32px;
    }

    .right-content a,
    .left-content a {
        font-size: 18px;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    .left-footer {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .group-link-footer {
        width: calc(50% - 22px);
    }

    .text-header-section,
    .section-stories .w-custom,
    .wrapper-list-journeys,
    .wrapper-header-properties,
    .wrapper-newsletter,
    .wrapper-text-btn,
    .body-brand-partners,
    .wrapper-country .dv-flex,
    .note,
    .section-stories .w-custom .dv-flex {
        flex-wrap: wrap;
    }

    .text-header-section .title,
    .content-header-section,
    .main-img-stories,
    .main-stories,
    .custom-col-3,
    .item-box,
    .content-journeys,
    .body-list-journeys,
    .left-newsletter,
    .right-newsletter,
    .content-why-choose,
    .title-brand,
    .image-brand,
    .marquee-no,
    .inner-page .item-stories,
    .group-selection,
    .content-country {
        max-width: 100%;
        width: 100%;
    }

    .marquee img {
        height: 46px;
    }

    .note p {
        margin-bottom: 0;
        font-size: 20px;
    }

    .group-input {
        /*width: calc((100% - 16px) / 2);*/
        width:100%;
    }

    .main-stories {
        padding: 0 0px;
    }
    .main-stories .title {
        font-size: 25px;  
          margin-bottom: 14px;
    }
    .wrapper-newsletter {
        padding: 20px;
    }

    .main-img-stories img,
    .image-banner {
        border-radius: 0;
    }

    .item-month {
        width: 66.9px;
        height: 66.9px;
        font-size: 20px;
    }

    .custom-row {
        gap: 32px;
    }

    .text-header-section {
        gap: 20px;
    }

    .section-travel .sub-text {
        margin-top: 0px;
        padding-left: 0px;
    }

    .section-testimonials,
    .content-banner {
        padding: 40px 0;
    }



    .sub-text {
        font-size: 20px;
    }

    .wrapper-country .title {
        margin-top: 20px;
        width: 100%;
    }

    .sub-country {
        font-size: 24px;
    }

    .list-box {
        padding-top: 60px;
    }

    .wrapper-list-journeys {
        padding-top: 35px;
    }

    .content-journeys .title {
        margin-bottom: 20px;
    }

    .left-newsletter p {
        font-size: 20px;
    }

    .section-stories .w-custom {
        padding-bottom: 50px;
    }


    /* ------------------------------start archive ----------------------------- */

    .breadcrumb {
        font-size: 16px;
    }



    .grid-view {
        grid-template-columns: repeat(1, [col] 1fr);
        grid-template-rows: repeat(1, [row] auto);
    }

    .group-selection select {
        min-width: inherit;
        width: 100%;

    }

    .wrapper-select {
        width: calc(50% - 5px);
    }

    .title-experience {
        font-size: 22px;
    }

    .item-experience .text {
        font-size: 18px;
    }


    /* ------------------------------end archive ----------------------------- */
    .body-journey,
    .content-daily,
    .tap-nitty-gritty {
        flex-wrap: wrap;

    }

    .left-content-journey,
    .right-content-journey,
    .w-50,
    .wrapper-tap-title,
    .tap-content {
        width: 100%;
        max-width: 100%;
    }

    .list-detail ul {
        list-style: inside;
    }

    .text-contact {
        font-size: 18px;
    }

    .group-price .price {
        font-size: 30px;
    }


    .detail-hotel .content-text {
        padding: 30px 20px;
    }

    .content-text {
        padding: 30px 0px;
    }

    .title-trip {
        font-size: 30px;
    }

    .sub-trip span {
        font-size: 18px;
    }

    .detail-hotel .dv-flex {
        flex-wrap: wrap;
    }

    .close-detail-hotel {
        top: 11px;
        right: 8px;
    }

    .detail-hotel .content-text {
        order: 2;
    }

    .tap-content {
        padding-top: 0;
    }

    .single-journey .text,
    .single-journey .text p,
    .tap-content p,
    .wrapper-tap-title li {
        font-size: 18px;
    }

    .single-journey .sub-country {
        font-size: 20px;
    }

    .single-journey .wrapper-country .title,
    .section-daily .title {
        font-size: 30px;
    }

    .single-journey .title {
        font-size: 30px;
    }

    .section-daily .title {
        margin-bottom: 30px;

    }

    .content-daily {
        margin-top: 30px;
    }

    
    .title-journey {
        font-size: 26px;
    }
    .title-trip{
        font-size: 23px;
    }
    .content-banner-stories {
        padding-right: 0px;
        width: 100%;
    }

    .image-banner-stories {
        width: 100%;
        position: relative;
        margin-top: 20px;

    }

    .section-banner-stories {
        aspect-ratio: inherit;
    }

    .editor-content-stories .wp-block-columns-is-layout-flex .wp-block-column {
        padding-left: 0 !important;
        padding-right: 0 !important;

    }
	
	.group-link-footer {
        width: 100%;
    }
	.body-footer {
		justify-content: center;
		padding-top: 36px;
		gap: 38px;
	}
	.body-footer  .left-content,.body-footer  .right-content  {
		  width: 100%;
	}
	.content-r-footer {
		text-align: center
	}
	.content-r-footer .right-content {
		justify-content: center
	}
	.right-footer .text-footer{
		text-align: center;
		padding-left: 33px;
		padding-right: 30px
	}
	.copyright {
		    flex-direction: column;
	}
	.group-link-footer .title-footer {
		position: relative;
		padding-bottom:8px;
		border-bottom:  1px solid #18181B;
		font-size: 18px;
		line-height: 24px;
		        margin-bottom: 0;
		
	}
	.group-link-footer .title-footer:after {
	    width: 24px;
     height: 24px;
     position: absolute;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'><path d='M4.21967 8.46967C4.51256 8.17678 4.98744 8.17678 5.28033 8.46967L12 15.1893L18.7197 8.46967C19.0126 8.17678 19.4874 8.17678 19.7803 8.46967C20.0732 8.76256 20.0732 9.23744 19.7803 9.53033L12.5303 16.7803C12.2374 17.0732 11.7626 17.0732 11.4697 16.7803L4.21967 9.53033C3.92678 9.23744 3.92678 8.76256 4.21967 8.46967Z' fill='%23212121'/></svg>");
    background-repeat: no-repeat;
    background-size: contain;
		content: '';
		        right: 0;
        top: -5px;
	}
	.list-link {
		display: none;    margin-top: 8px;
		        margin-bottom: 3px;
	}
	.group-link-footer:first-child .list-link{
		    display: block;
	}
	.footer .list-link li a {
font-weight: 500;
font-size: 14px!important;
line-height: 28px;

	}
	.footer .list-link li {
		    margin: -1px 0 0px 0px;
	}
	.left-footer {
    gap: 16px;
   }

}
/* MISC */
.teQAzf {width:auto !important;}
.wpcf7 form>div, .wpcf7 form>p {
	margin-bottom:auto;
	}
/* FOR FUTURE */
.section-travel, .section-properties, .brand-partners {display:none;}
.detail-hotel .btn-custom {display:none;}

