@font-face {
    font-family: 'Brendon Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Brendon Regular'), url('../fonts/Brendon-Regular.woff') format('woff');
}


@font-face {
    font-family: 'Brendon Smooth';
    font-style: normal;
    font-weight: normal;
    src: local('Brendon Smooth'), url('../fonts/Brendon-Smooth.woff') format('woff');
}


@font-face {
    font-family: 'Brendon Light';
    font-style: normal;
    font-weight: normal;
    src: local('Brendon Light'), url('../fonts/Brendon-Light.woff') format('woff');
}

@font-face {
    font-family: 'Buffalord Demo Gradient';
    src: url('../fonts/BuffalordDemoGradient.woff2') format('woff2'),
        url('../fonts/BuffalordDemoGradient.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    word-wrap: break-word
}

html {
    font-size: 62.5%;
}

body {
    font-family: "Belleza", sans-serif;
    font-size: 16px;
    color: #000000;
    font-weight: normal;
    overflow-x: hidden;
}

img {
    vertical-align: middle;
    max-width: 100%;
}

a img {
    border: none;
}

a {
    text-decoration: none;
    color: #000;
}

p {
    color: #4A4A4A;
    font-size: 18px;
    line-height: 1.3em;
}

ul {
    list-style: none
}

:focus {
    outline: none
}


.wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    padding: 0 20px;
    width: 100%;
}

.clr {
    clear: both;
    float: none;
    display: block;
}

.clr:after,
.afclr:after {
    clear: both;
    float: none;
    display: block;
    content: ""
}

input[type="submit"],
button {
    -webkit-appearance: none
}

select {
    word-wrap: normal
}

::-webkit-input-placeholder {
    color: #F3EEE0;
}

:-moz-placeholder {
    color: #F3EEE0;
}

::-moz-placeholder {
    color: #F3EEE0;
}

.subtitle p {
    font-size: 20px;
}

.header-sec {
    padding: 6px 0 10px 0;
}

.header-inn {
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-logo {
    width: 100%;
    max-width: 264px;
}

.header-logo img {
    width: 100%;
}

.hero-banner {
    position: relative;
    overflow: hidden;
}

.hero-banner img {
    width: 100%;
}

.hero-banner::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: #000;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.32;
}

.hero-sec {
    position: relative;
}

.hero-content-sec {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.hero-content {
    text-align: center;
    width: 60%;
    margin: 0 auto;
}

.hero-content h1 {
    font-size: 64px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 10px;
}

.hero-content p {
    color: #ffffff;
    width: 90%;
    font-size: 20px;
    margin: 0 auto 33px;
}

.site-btn {
    display: inline-block;
    color: #ffffff;
    background: #66A8A0;
    letter-spacing: 2px;
    font-family: 'Brendon Light';
    line-height: 1.2em;
    padding: 12px 30px;
    border-radius: 54px;
    transition: .3s all ease;
    -webkit-transition: .3s all ease;
    -ms-transition: .3s all ease;
    -o-transition: .3s all ease;
}

.primary {
    background-color: #66A8A0;
}

.primary:hover {
    background-color: #B67153;
}

.secondary {
    background-color: #B67153;
}

.secondary:hover {
    background-color: #66A8A0;
}

.welcome-inn {
    display: flex;
    gap: 50px;
    align-items: center;
}

.title h2 {
    font-size: 52px;
    color: #553D2D;
    line-height: 1.1em;
    font-weight: 400;
    margin-bottom: 20px;
}

.subtitle p {
    margin-bottom: 20px;
}

.welcome-sec {
    padding: 150px 0 200px;
    position: relative;
    overflow: hidden;
}

.welcome-left {
    width: 50%;
}

.welcome-right {
    width: 50%;
}

.welcome-imgs {
    position: relative;
}

.welcome-img {
    overflow: hidden;
    border-radius: 20px;
}

.welcome-img-absolute {
    position: absolute;
    bottom: 0;
    overflow: hidden;
    border: 14px solid #ffffff;
    width: 260px;
}

.welcome-img-absolute img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.welcome-img-left {
    left: 0px;
    transform: rotate(13deg);
    bottom: -60px;
}

.welcome-img-right {
    bottom: -12px;
    right: -20px;
    transform: rotate(-18deg);
}

.welcome-btn {
    margin-top: 35px;
}

.welcome-sec .wrapper {
    position: relative;
    z-index: 1;
}

.welcome-sec::after {
    content: '';
    width: 200px;
    height: 200px;
    background: url('../images/welcome-bg.png') no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    right: 0;
    bottom: 15%;
    overflow: hidden;
}

.quote-sec {
    padding: 98px 0;
    background: #D8A874;
}

.quote-text {
    width: 75%;
    margin: 0 auto;
    text-align: center;
}

.quote-text h2 {
    font-family: "Grand Hotel", cursive;
    font-weight: 400;
    font-size: 56px;
    color: #ffffff;
    font-style: normal;
    line-height: 1.3em;
    letter-spacing: 1.3px;
}

.vacation-sec {
    padding: 150px 0;
}

.vacation-inn {
    display: flex;
    gap: 50px;
    align-items: center;
}

.vacation-img {
    overflow: hidden;
    border-radius: 20px;
}

.vacation-img img {
    width: 100%;
}

.vacation-left {
    width: 50%;
}

.vacation-right {
    width: 50%;
}

.vacation-btn {
    margin-top: 50px;
}

.big-image-sec {
    margin-top: -150px;
}

.big-image img {
    width: 100%;
}

.swiper {
    width: 100%;
    height: 100%;
}

.steps-sec {
    background: #F3EEE0;
    padding: 150px 0;
    overflow: hidden;
}

.steps-title {
    text-align: center;
}

.steps-subtitle {
    width: 59%;
    margin: 0 auto;
    text-align: center;
}

.steps-slider-sec {
    margin-top: 60px;
}

.steps-slider-sec .swiper {
    overflow: visible;
}

.step-slide {
    background-color: #FFFFFF;
    border-radius: 20px;
    position: relative;
    padding: 42px 22px 22px;
    height: auto !important;
    box-shadow: -3px 1px 12.8px 3px #86868640;
}

.step-img {
    position: absolute;
    right: -40px;
    width: 235px;
    height: 174px;
    top: 57px;
    overflow: hidden;
}

.step-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.step-count {
    color: #B5B5B5;
    font-size: 32px;
    font-weight: 300;
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 7px;
    margin-bottom: 35px;
}

.step-icon {
    width: 100%;
    max-width: 80px;
    margin-bottom: 70px;
}

.step-icon img {
    width: 100%;
}

.step-title {
    color: #B67153;
    font-size: 28px;
    font-weight: 300;
    width: 80%;
}

.step-desc {
    margin-top: 15px;
    width: 90%;
}

.step-link {
    display: inline-flex;
    background-color: #B67153;
    width: 52px;
    height: 52px;
    justify-items: center;
    align-items: center;
    color: #ffffff;
    border-radius: 100%;
    position: absolute;
    right: -25px;
    bottom: 120px;
    transition: .3s all ease;
    -webkit-transition: .3s all ease;
    -ms-transition: .3s all ease;
    -o-transition: .3s all ease;
}

.step-link svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 14px;
    height: 27px;
}

.step-link:hover {
    background-color: #66A8A0;
}

.step-swiper-pagination {
    display: none;
}


.locations-sec {
    padding: 150px 0;
}

.locations-list {
    display: flex;
    gap: 45px;
    margin-top: 60px;
    height: 722px;
}

.locations-left {
    width: 47%;
}

.locations-right {
    width: 53%;
    display: flex;
    gap: 45px;
    flex-direction: column;
    justify-content: space-between;
}

.locations-title {
    text-align: center;
    width: 70%;
    margin: 0 auto;
}

.locations-subtitle {
    text-align: center;
    width: 61%;
    margin: 0 auto;
}

.location {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    height: 100%;
}

.location::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 52.77%, #66A8A0 100%);
}

.location._2::before,
.location._3::before {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 2.29%, #66A8A0 99.99%);
}

.location-content {
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 0 75px 30px 40px;
}

.location-img {
    height: 100%;
    transition: .3s all ease;
    -webkit-transition: .3s all ease;
    -ms-transition: .3s all ease;
    -o-transition: .3s all ease;
    transform: scale(1);
}

.location:hover .location-img {
    transform: scale(1.02);
}

.location-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.location-content a {
    position: absolute;
    right: 36px;
    top: 15px;
    display: inline-block;
    width: 52px;
    height: 52px;
    color: #FFFFFF;
}

.location-content a svg {
    width: 100%;
    height: 100%;
}

.location-content h2 {
    color: #ffffff;
    font-size: 48px;
    font-weight: 400;
    margin-bottom: 10px;
    padding-right: 10px;
}

.location-content p {
    color: #ffffff;
    font-size: 18px;
    padding-right: 10px;
}

.location-link {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
}

.travel-title {
    text-align: center;
    width: 90%;
    margin: 0 auto;
}

.travel-subtitle {
    text-align: center;
    width: 60%;
    margin: 0 auto;
}

.travel-steps-sec {
    padding-bottom: 150px;
}

.travel-steps-list {
    display: flex;
    gap: 80px;
    margin-top: 50px;
}

.travel-step {
    width: 33.33%;
}

.travel-step-img {
    width: 273px;
    height: 273px;
    overflow: hidden;
    border-radius: 50%;
    margin: 0 auto 28px;
}

.travel-step-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.travel-step h2 {
    text-align: center;
    font-size: 28px;
    color: #553D2D;
    margin-bottom: 15px;
    font-weight: 400;
}

.travel-step p {
    text-align: center;
}

.travel-steps-btn {
    margin-top: 56px;
    text-align: center;
}

.cta-inn {
    position: relative;
}

.cta-bg img {
    width: 100%;
}

.cta-content-sec {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    transform: translateY(-50%);
    z-index: 1;
}

.cta-content {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding: 50px 0;
}

.cta-content h2 {
    color: #ffffff;
    font-weight: 400;
    font-size: 56px;
    margin-bottom: 12px;
}

.cta-content p {
    color: #ffffff;
    font-size: 20px;
}

.cta-bg {
    position: relative;
}

.cta-bg::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #00000052;
}

.cta-content a {
    margin-top: 30px;
}

.testimonials-sec {
    padding: 150px 0;
    background-color: #f1f7f6;
    overflow: hidden;
}

.testimonials-inn {
    display: flex;
    gap: 44px;
    align-items: center;
}

.testimonials-left {
    width: 47%;
    position: relative;
}

.testimonials-right {
    width: 53%;
}

.title.testimonials-title h2 {
    margin-bottom: 15px;
}

.testimonials-subtitle {
    width: 90%;
}

.testimonials-btn {
    margin-top: 42px;
}

.testimonial-slide {
    background-color: #ffffff;
    padding: 130px 48px 74px 37px;
    box-shadow: 0 4px 4px #0000000a;
    height: auto !important;
    overflow: hidden;
}

.review-stars {
    margin-bottom: 30px;
}

.review-stars img {
    max-width: 110px;
    width: 100%
}

.review-stars p {
    margin-top: 8px;
}

.testimonial-slide h2 {
    color: #553D2D;
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 18px;
}

.testimonial-slide p {
    margin-bottom: 48px;
}

.testimonial-slide h3 {
    font-size: 20px;
    font-weight: 400;
    color: #553D2D;
    margin-bottom: 5px;
}

.testimonial-slide span {
    display: block;
    color: #66A8A0;
    font-size: 16px;
}

.testimonial-slide::before {
    content: '';
    background-color: #CAE9E6;
    width: 105px;
    height: 102px;
    position: absolute;
    left: 0;
    top: 0;
}

.testimonial-slide::after {
    content: '';
    width: 114px;
    height: 134px;
    position: absolute;
    right: 0;
    bottom: 0;
    background: url('../images/quote-icon.svg') no-repeat;
    background-size: contain;
    background-position: top;
}

.testimonials-slider {
    position: relative;
    padding-bottom: 30px;
}

.feedback-text {
    position: absolute;
    top: -20px;
    right: 6px;
    z-index: 1;
}

.feedback-text h2 {
    font-family: 'Buffalord Demo Gradient';
    font-size: 100px;
    color: #66A8A0;
    font-weight: 400;
}

.testimonials-slider-img {
    position: absolute;
    right: -150PX;
    bottom: 0;
    width: 400px;
}

.testimonialsSwiper {
    width: 80%;
    margin-left: 0;
}

.testimonial-line {
    width: 603px;
    height: 1px;
    background-color: #66A8A0;
    position: absolute;
    opacity: 0.2;
    top: 102px;
    left: 202px;
    z-index: 1;
}

.testimonials-slider-actions {
    position: relative;
    width: 80%;
    padding: 34px 0;
}

.testimonials-button {
    position: absolute;
}

.testimonials-slider-count {
    font-size: 25px;
    position: relative;
    top: 30px;
}

.testimonialsCountTotal {
    font-size: .8em;
}

.testimonials-button {
    background: url('../images/testi-left-icon.svg') no-repeat;
    background-position: center;
    background-size: 100%;
    width: 62px !important;
    height: 62px !important;
    right: 200px !important;
    left: auto !important;
}

.testimonials-button-next {
    background-image: url('../images/testi-right-icon.svg');
    right: 145px !important;
}

.testimonials-button::after {
    display: none !important;
}

.testimonials-left::after {
    content: '';
    background: url('../images/testi-bg-icon.svg') no-repeat;
    background-position: center;
    background-size: 100%;
    position: absolute;
    right: -11px;
    bottom: -21px;
    width: 180px;
    height: 166px;
}








.footer-sec {
    background-color: #553D2D;
    padding: 110px 0 150px;
    overflow: hidden;
    position: relative;
}

.footer-sec::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 264px;
    height: 270px;
    background: url('../images/footer-bg-icon.svg') no-repeat;
    background-size: 100%;
    background-position: center;
}

.footer-inn {
    display: flex;
    gap: 80px;
    position: relative;
    z-index: 1;
}

.footer-left {
    width: 25%;
}

.footer-right {
    width: 75%;
}

.footer-logo {
    width: 275px;
    margin-bottom: 10px;
}

.footer-desc {
    padding-left: 30px;
}

.footer-desc p {
    font-family: "Grand Hotel", "cursive";
    color: #ffffff;
    font-size: 24px;
}

.footer-title {
    font-weight: 400;
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 26px;
}

.footer-list {
    display: flex;
    gap: 45px;
}

.footer-item {
    width: 25%;
}

.footer-menu a {
    display: block;
    color: #ffffff;
    font-size: 16px;
    padding: 10px 5px 10px 0;
    transition: .3s all ease;
    -webkit-transition: .3s all ease;
    -ms-transition: .3s all ease;
    -o-transition: .3s all ease;
}

.footer-menu a:hover {
    color: #66a8a0;
}

.contact-list a {
    display: flex;
    gap: 10px;
    color: #ffffff;
    align-items: center;
    font-size: 16px;
    padding: 11px 0;
    transition: .3s all ease;
    -webkit-transition: .3s all ease;
    -ms-transition: .3s all ease;
    -o-transition: .3s all ease;
}

.contact-list a:hover {
    color: #66A8A0;
}

.contact-list a span {
    width: calc(100% - 20px);
}

.contact-list svg {
    max-width: 20px;
    min-width: 20px;
}

.social-media {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.social-media a {
    color: #ffffff;
    width: 43px;
    height: 43px;
    padding: 8px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: inline-block;
    transition: .3s all ease;
    -webkit-transition: .3s all ease;
    -ms-transition: .3s all ease;
    -o-transition: .3s all ease;
}

.social-media .facebook a {
    padding: 8px 9px 8px 9px;
}

.social-media .pinterest a {
    padding: 3px;
}

.social-media .linkedin a {
    padding: 8px 11px 10px;
}

.social-media a:hover {
    color: #66A8A0;
    border-color: #66A8A0;
}

.newsletter-desc p {
    color: #ffffff;
    margin-bottom: 20px;
}

.form-newsletter {
    position: relative;
}

.form-newsletter input {
    border-radius: 54px;
    padding: 13px 105px 14px 24px;
    font-size: 16px;
    letter-spacing: 1.1px;
    color: #ffffff;
    border: 1px solid #C5C5C5;
    background: transparent;
    font-family: inherit;
    width: 100%;
}

.form-newsletter button[type=submit] {
    background-color: #FFFFFF;
    outline: none;
    border: 1px solid #C5C5C5;
    padding: 8px 20px;
    font-family: inherit;
    font-size: 16px;
    border-radius: 54px;
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    transition: .3s all ease;
    -webkit-transition: .3s all ease;
    -ms-transition: .3s all ease;
    -o-transition: .3s all ease;
}

.form-newsletter button[type=submit]:hover {
    background-color: #66A8A0;
    border-color: #66A8A0;
    color: #FFFFFF;
}

.footer-list .footer-item:last-child .footer-content {
    width: 150%;
}

.testimonials-slider-count .swiper-pagination {
    width: auto !important;
}

.steps-slider-sec {
    position: relative;
    padding: 20px 0;
}

.steps-slider-sec::before {
    content: '';
    width: 1000px;
    height: 100%;
    background-color: #f3eee0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -82%;
    z-index: 5;
}

.testimonialsCount,
.testimonials-slider-count .swiper-pagination {
    color: #553D2D;
}

.testimonialsCountTotal {
    font-size: .8em;
    color: #4A4A4A;
}

.review-stars p {
    margin-bottom: 30px;
}

.steps-swiper-btns {
    position: relative;
    width: 1px;
    margin: 50px auto 0;
}

.steps-button {
    background: url('../images/testi-left-icon.svg') no-repeat;
    background-position: center;
    background-size: 100%;
    width: 62px !important;
    height: 62px !important;
    left: -60px !important;
    right: auto !important;
}

.steps-button-next {
    background-image: url('../images/testi-right-icon.svg');
    left: auto !important;
    right: -60px !important;
}

.steps-button::after {
    content: '';
    display: none !important;
}

.vacation-popup-content-inn img {
    width: 100%;
}

.site-dialog-content {
    padding: 0 !important;
}

.social-media svg {
    width: 100%;
    height: 100%;
}

.form-field {
    margin-bottom: 20px;
}

.form-field label {
    display: block;
    margin-bottom: 6px;
    font-weight: 600;
    color: #4A4A4A;
}

.form-field input[type="text"],
.form-field input[type="email"],
.form-field input[type="tel"],
.form-field input[type="date"],
.form-field input[type="number"],
.form-field textarea,
.form-field select {
    width: 100%;
    padding: 10px 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 16px;
    border-radius: 54px;
    color: #4A4A4A;
    background-color: #fff;
    font-family: inherit;
    font-size: 18px;
}

.form-field textarea {
    resize: none;
    border-radius: 10px;
}

.form-field input:focus,
.form-field textarea:focus,
.form-field select:focus {
    border-color: #553D2D;
    outline: none;
    box-shadow: 0 0 4px rgba(248, 195, 90, 0.3);
}

.wpcf7 input[type="submit"],
.wpcf7 button {
    background-color: #B67153;
    color: #fff;
    border: none;
    padding: 12px 30px;
    border-radius: 54px;
    font-size: 16px;
    font-family: inherit;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.form-field input[type="checkbox"],
.form-field input[type="radio"] {
    width: 20px;
    height: 20px;
}

.form-field input[type="checkbox"],
.form-field input[type="radio"] {
    accent-color: #B67153;
}
.form-field input[type="checkbox"]:hover,
.form-field input[type="radio"]:hover {
    accent-color: #8e5e4a;
}


.wpcf7 input[type="submit"]:hover,
.wpcf7 button:hover {
    background-color: #66A8A0;
}

.required {
    color: red;
}

.form-field .wpcf7-checkbox,
.form-field .wpcf7-radio {
    position: relative;
    left: -17px;
}

.form-field .wpcf7-checkbox .wpcf7-list-item,
.form-field .wpcf7-checkbox .wpcf7-list-item label,
.form-field .wpcf7-radio .wpcf7-list-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.wpcf7-list-item-label {
    font-weight: 400;
}

.agent-name-field {
    display: none;
}

.destination-details-field {
    display: none;
}

.form-field-title h2 {
    font-size: 30px;
    padding: 50px 0 30px;
    border-top: 1px solid #553D2D;
    margin-top: 60px;
    color: #553D2D;
}

.form-fields .form-field-title:first-child h2 {
    border: none;
    padding: 0;
    margin: 0;
    padding-bottom: 30px;
}



.page_title_section {
    position: relative;
    overflow: hidden;
}

.page_title_section img {
    width: 100%;
    max-height: 300px;
    object-fit: cover;

}

.page_title_section_inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.full_height {
    height: 100%;
}

.page_title_section_text {
    width: 100%;
    height: 100%;
    display: table;
    margin: auto;
}

.txt_inn {
    display: table-cell;
    vertical-align: middle;

    padding: 0;

}

.page_title_section_text.content_top_entry {
    padding: 0;
}

.page_title_section_text .txt_inn h1 {


    text-align: center;
    position: relative;
    z-index: 2;
    margin: 0;



}

.page_title_section_inner:after {
    left: 0px;
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #00000052;
    top: 0px;
}



@media screen and (max-width:1500px) {
    .header-logo {
        max-width: 214px;
    }

    .hero-content h1 {
        font-size: 62px;
    }

    .title h2 {
        font-size: 46px;
    }

    .subtitle p {
        font-size: 18px;
    }

    .welcome-img-absolute {
        width: 220px;
    }

    .quote-text h2 {
        font-size: 52px;
    }

    .welcome-sec {
        padding: 130px 0;
    }

    .vacation-sec {
        padding: 120px 0;
    }

    .big-image-sec {
        margin-top: -130px;
    }

    .steps-sec {
        padding: 130px 0;
    }

    .locations-sec {
        padding: 120px 0;
    }

    .locations-sec {
        padding: 120px 0;
    }

    .testimonials-sec {
        padding: 130px 0;
    }

    .footer-left {
        width: 20%;
    }

    .footer-right {
        width: 80%;
    }

    .footer-logo {
        width: 235px;
    }

    .footer-desc {
        padding-left: 12px;
    }

    .footer-inn {
        gap: 50px;
    }

    .footer-list .footer-item:last-child .footer-content {
        width: 100%;
    }
}

@media screen and (max-width:1280px) {
    .header-logo {
        max-width: 200px;
    }

    .welcome-sec::after {
        width: 150px;
        height: 150px;
    }

    .quote-sec {
        padding: 90px 0;
    }

    .quote-text {
        width: 95%;
    }

    .quote-text h2 {
        font-size: 46px;
    }

    .big-image-sec {
        margin-top: -35px;
    }

    .step-img {
        width: 195px;
        height: 134px;
    }

    .step-icon {
        max-width: 70px;
        margin-bottom: 40px;
    }

    .step-link {
        width: 42px;
        height: 42px;
        right: -15px;
    }

    .locations-list {
        gap: 25px;
        height: 542px;
    }

    .locations-right {
        gap: 25px;
    }

    .location-content {
        padding-left: 25px;
    }

    .location-content h2 {
        font-size: 38px;
    }

    .location-content a {
        right: 15px;
        width: 42px;
        height: 42px;
    }

    .title h2 {
        font-size: 42px;
    }

    .travel-step-img {
        width: 200px;
        height: 200px;
    }

    .travel-steps-sec {
        padding-bottom: 120px;
    }

    .testimonials-sec {
        padding: 120px 0;
    }

    .testimonials-slider-img {
        right: -100PX;
        width: 300px;
    }

    .feedback-text h2 {
        font-size: 80px;
    }

    .testimonial-slide::before {
        width: 85px;
        height: 82px;
    }

    .testimonial-slide {
        padding: 110px 43px 64px 32px;
    }

    .testimonial-slide p {
        margin-bottom: 32px;
    }

    .testimonialsSwiper {
        width: 78%;
    }

    .testimonial-slide::after {
        width: 94px;
        height: 110px;
        right: -1px;
        bottom: -1px;
    }

    .testimonial-line {
        top: 82px;
    }

    .feedback-text {
        right: 11px;
    }

    .cta-content h2 {
        font-size: 42px;
    }

    .cta-content p {
        font-size: 18px;
    }

    .cta-bg {
        overflow: hidden;
    }

    .cta-bg img {
        width: 140%;
        max-width: none;
    }

    .footer-list {
        flex-wrap: wrap;
        gap: 35px;
    }

    .footer-left {
        width: 30%;
    }

    .footer-right {
        width: 70%;
    }

    .footer-item {
        width: calc(33.33% - 25px);
    }

    .footer-list .footer-item:last-child {
        width: 50%;
    }

    .footer-sec::after {
        width: 214px;
        height: 221px;
    }

    .footer-sec {
        padding-bottom: 100px;
    }

    .steps-slider-sec::before {
        display: none;
    }

    .steps-slider-sec {
        padding-top: 0;
        padding-bottom: 0;
    }

    .single_property_h .txt_inn h1 {

        margin-bottom: 40px;
    }
}

@media screen and (max-width:1024px) {
    .form-field-title h2 {
        font-size: 26px;
    }
}

@media screen and (max-width:992px) {
    .header-logo {
        max-width: 180px;
    }

    .hero-content h1 {
        font-size: 52px;
    }

    .hero-content {
        width: 85%;
    }

    .welcome-sec {
        padding: 80px 0;
    }

    .title h2 {
        font-size: 32px;
    }

    .subtitle p {
        font-size: 16px;
    }

    .welcome-inn {
        gap: 40px;
    }

    .welcome-img-absolute {
        width: 150px;
        border-width: 7px;
    }

    .welcome-img-right {
        bottom: 0px;
        right: -9px;
    }

    .welcome-img-left {
        bottom: -45px;
    }

    .welcome-sec::after {
        width: 120px;
        height: 120px;
    }

    .quote-text h2 {
        font-size: 42px;
    }

    .quote-sec {
        padding: 80px 0;
    }

    .vacation-sec {
        padding: 80px 0;
    }

    .big-image-sec {
        margin-top: 0px;
    }

    .steps-sec {
        padding: 80px 0;
    }

    .steps-subtitle {
        width: 80%;
    }

    .step-title {
        font-size: 22px;
    }

    .step-desc p {
        font-size: 16px;
    }

    .locations-sec {
        padding: 80px 0;
    }

    .locations-subtitle {
        width: 80%;
    }

    .locations-list {
        height: 390px;
        gap: 15px;
    }

    .location-content h2 {
        font-size: 28px;
    }

    .location-content p {
        font-size: 16px;
    }

    .location-content a {
        width: 36px;
        height: 36px;
    }

    .location-content {
        padding-bottom: 15px;
    }

    .locations-right {
        gap: 15px;
    }

    .travel-subtitle {
        width: 80%;
    }

    .travel-step-img {
        width: 150px;
        height: 150px;
    }

    .travel-step h2 {
        font-size: 22px;
    }

    .travel-steps-list {
        gap: 40px;
    }

    .travel-steps-sec {
        padding-bottom: 80px;
    }

    .testimonials-sec {
        padding: 80px 0;
    }

    .testimonials-inn {
        gap: 30px;
    }

    .testimonial-slide p {
        font-size: 16px;
    }

    .review-stars {
        margin-bottom: 15px;
    }

    .testimonial-slide p {
        margin-bottom: 15px;
    }

    .testimonial-slide h2 {
        font-size: 20px;
    }

    .testimonial-slide h3 {
        font-size: 18px;
    }

    .testimonial-slide span {
        font-size: 15px;
    }

    .testimonial-slide::before {
        width: 75px;
        height: 65px;
    }

    .feedback-text h2 {
        font-size: 60px;
    }

    .feedback-text {
        top: -15px;
    }

    .testimonial-line {
        top: 65px;
    }

    .testimonials-slider-count {
        font-size: 20px;
    }

    .testimonials-button {
        width: 44px !important;
        height: 44px !important;
        right: 182px !important;
    }

    .testimonials-button-next {
        right: 145px !important;
    }

    .testimonials-left::after {
        bottom: 5px;
        width: 140px;
        height: 125px;
    }

    .cta-content {
        width: 80%;
    }

    .cta-content h2 {
        font-size: 32px;
    }

    .footer-desc {
        padding-left: 0;
    }

    .footer-item,
    .footer-list .footer-item:last-child {
        width: calc(50% - 18px);
    }

    .footer-sec {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .contact-list a {
        padding: 8px 0;
    }

    .footer-menu a {
        padding: 8px 5px 8px 0;
    }

    .testimonials-slider-count {
        top: 18px;
    }

    .steps-swiper-btns {
        margin-top: 25px;
        padding-bottom: 45px;
    }

    .page_title_section img {
        min-height: 220px;
        object-fit: cover;
        max-height: 220px;
    }
}

@media screen and (max-width:767px) {

    .hero-banner img {
        width: 143%;
        max-width: none;
        position: relative;
        left: -112px;
    }

    .travel-steps-list {
        flex-wrap: wrap;
        justify-content: center;
    }

    .travel-step {
        width: calc(50% - 20px);
    }

    .testimonials-inn {
        flex-wrap: wrap;
    }

    .testimonials-left {
        width: 100%;
        position: relative;
    }

    .testimonials-right {
        width: 100%;
    }

    .testimonials-inn {
        gap: 60px;
    }

    .testimonials-slider {
        padding-bottom: 0;
    }

    .cta-bg img {
        width: 210%;
    }

    .cta-content {
        width: 100%;
    }

    .footer-inn {
        flex-wrap: wrap;
    }

    .footer-left {
        width: 55%;
        margin: 0 auto;
    }

    .footer-desc {
        text-align: center;
    }

    .footer-right {
        width: 100%;
    }

    .footer-list {
        gap: 20px;
    }

    .locations-list {
        flex-wrap: wrap;
        height: auto;
    }

    .locations-left {
        width: 100%;
    }

    .locations-right {
        width: 100%;
    }

    .header-logo {
        max-width: 150px;
    }

    .hero-content h1 {
        font-size: 32px;
    }

    .hero-content p {
        width: 100%;
        font-size: 18px;
    }

    .welcome-inn {
        flex-wrap: wrap;
        gap: 90px;
    }

    .welcome-left {
        width: 75%;
        margin: 0 auto;
    }

    .welcome-right {
        width: 100%;
    }

    .quote-sec {
        padding: 60px 0;
    }

    .welcome-sec {
        padding: 60px 0;
    }

    .quote-text h2 {
        font-size: 32px;
    }

    .vacation-sec {
        padding: 60px 0;
    }

    .vacation-inn {
        gap: 30px;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .vacation-right {
        width: 75%;
        margin: 0 auto;
    }

    .vacation-left {
        width: 100%;
    }

    .vacation-btn {
        margin-top: 30px;
    }

    .steps-sec {
        padding: 60px 0;
    }

    .steps-subtitle {
        width: 95%;
    }

    .steps-slider-sec {
        margin-top: 40px;
    }

    .locations-sec {
        padding: 60px 0;
    }

    .locations-subtitle {
        width: 95%;
    }

    .locations-title {
        width: 100%;
    }

    .locations-list {
        margin-top: 40px;
    }

    .footer-list {
        gap: 50px 20px;
    }

    .testimonials-sec {
        padding: 60px 0;
    }


    .steps-swiper-btns {
        margin-top: 5px;
        padding-bottom: 65px;
    }

    .locations-list {
        gap: 30px;
    }

    .locations-right {
        gap: 30px;
    }

    .feedback-text h2 {
        font-size: 44px;
    }

    .single_property_h .txt_inn h1 {
        margin-bottom: 30px;
    }

    .page_title_section img {
        min-height: 150px;
    }
    .page_title_section_text .txt_inn h1 {
    font-size: 32px;
}
}

@media screen and (max-width:479px) {
    .hero-content h1 {
        font-size: 28px;
    }

    .hero-content p {
        font-size: 16px;
    }

    .hero-content {
        width: 100%;
    }

    .hero-banner img {
        width: 170%;
        left: -150px;
    }

    .welcome-left {
        width: 100%;
    }

    .vacation-right {
        width: 100%;
    }

    .welcome-sec {
        padding: 50px 0;
    }

    .quote-sec {
        padding: 50px 0;
    }

    .quote-text {
        width: 100%;
    }

    .title h2 {
        font-size: 28px;
    }

    .quote-text h2 {
        font-size: 28px;
    }

    .steps-sec {
        padding: 50px 0;
    }

    .steps-subtitle {
        width: 100%;
    }

    .locations-subtitle {
        width: 100%;
    }

    .location-content {
        padding-bottom: 20px;
    }

    .travel-title {
        width: 100%;
    }

    .travel-subtitle {
        width: 100%;
    }

    .travel-step {
        width: 100%;
    }

    .travel-steps-sec {
        padding-bottom: 60px;
    }

    .travel-steps-btn {
        margin-top: 40px;
    }

    .testimonials-sec {
        padding: 50px 0;
    }

    .testimonials-btn {
        margin-top: 30px;
    }

    .testimonialsSwiper {
        width: 100%;
    }

    .testimonial-line {
        left: 125px;
    }

    .cta-content h2 {
        font-size: 26px;
        margin-bottom: 10px;
    }

    .cta-content p {
        font-size: 16px;
    }

    .cta-content a {
        margin-top: 16px;
    }

    .cta-bg img {
        width: 250%;
    }

    .footer-logo {
        margin: 0 auto;
    }

    .footer-left {
        width: 70%;
    }

    .footer-list .footer-item:nth-child(3),
    .footer-list .footer-item:nth-child(4) {
        width: 100%;
    }

    .footer-sec {
        padding-top: 60px;
        padding-bottom: 60px;
    }




}