/*
 * Go Bold
 * */
@font-face {
    font-family: 'gobold_boldregular';
    src: url('../../assets/fonts/gobold/fonnts.com-gobold-bold-webfont.woff2') format('woff2'),
         url('../../assets/fonts/gobold/fonnts.com-gobold-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'gobold_extra1regular';
    src: url('../../assets/fonts/gobold/fonnts.com-gobold-extra1-webfont.woff2') format('woff2'),
         url('../../assets/fonts/gobold/fonnts.com-gobold-extra1-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'gobold_highregular';
    src: url('../../assets/fonts/gobold/fonnts.com-gobold-high-webfont.woff2') format('woff2'),
         url('../../assets/fonts/gobold/fonnts.com-gobold-high-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'gobold_thin_lightregular';
    src: url('../../assets/fonts/gobold/fonnts.com-gobold-light-webfont.woff2') format('woff2'),
         url('../../assets/fonts/gobold/fonnts.com-gobold-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'goboldregular';
    src: url('../../assets/fonts/gobold/fonnts.com-gobold-regular-webfont.woff2') format('woff2'),
         url('../../assets/fonts/gobold/fonnts.com-gobold-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.font-gobold h1,
.font-gobold h2,
.font-gobold h3,
.font-gobold h4,
.font-gobold h5,
.font-gobold h6,
.font-gobold p,
.font-gobold span,
.font-gobold li,
.font-gobold a{
	font-family: 'goboldregular' !important;
}

.header-navigation .hfe-nav-menu {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
}
.booknow-menuitem {
    margin-left: 120px !important;
}
.header-navigation .hfe-nav-menu li {
    min-width: max-content;
    padding: 0px 30px;
}
.header-navigation .hfe-nav-menu li:last-child{
	padding: 0px;
}
.header-navigation .hfe-nav-menu li a {
    border-bottom: 1px solid transparent;
}
.header-navigation .hfe-nav-menu li.current-menu-item a,
.header-navigation .hfe-nav-menu li:hover a{
	border-color: #004AAD;
	font-weight: 600 !important;
}

.footer-top .elementor-icon-box-title {
    margin: 0px;
}
.btns-rows{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

/*
 * Footer
 * */

.blue-underlined-text:after {
    height: 3px;
    width: 25px;
    background: #004AAD;
    content: '';
    display: block;
    margin-top: 10px;
}
footer#colophon {
    position: relative;
}
.footer-copyright {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 37.5px;
    width: 100%;
    display: block;
}
.outlined-btn,
.tnp-field-button{
		width: max-content;
		max-width: 100%;
}
.outlined-btn:after{
    content: '';
    width: 100%;
    height: 100%;
    border: 0.83px solid #FFFFFF;
    display: flex;
    position: absolute;
    left: 4.8px;
    border-radius: 4.17px;
    top: -5.8px;
}

.outlined-btn a.elementor-button,
input.tnp-submit{
    position: relative;
    width: max-content;
    max-width: 100%;
		z-index: 1;
}

input.tnp-submit{
	    background-color: #004AAD !important;
    font-family: "Jost", Sans-serif;
    font-size: 12.5px !important;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    color: #FFFFFF !important;
    border-style: solid !important;
    border-width: 1px 1px 1px 1px !important;
    border-color: #004AAD !important;
    border-radius: 4.17px 4.17px 4.17px 4.17px;
    padding: 22.3px 60px 22.3px 60px !important;
}

.tnp-field-button:after{
	content: '';
    width: 100%;
    height: 100%;
    border: 0.83px solid #000000;
    display: flex;
    position: absolute;
    left: 4.8px;
    border-radius: 4.17px;
    top: -5.8px;
}

.tnp-field-button{
	    height: 65px !important;
    position: relative;
}

.tnp-field-button input.tnp-submit:hover{
	background-color: #ffffff !important;
	color: #004AAD !important;
}


/*
 * Homepage
 * */
.vacation-slider {
    width: 551px;
    height: 570px;
		position: relative;
		top: 90px;
		z-index: 1;
    backdrop-filter: blur(8.333333015441895px);
    border: 8.33px solid #ffffff;
    border-top-left-radius: 200%;
    border-top-right-radius: 200%;
		overflow: hidden;
}
.vacation-slider .elementor-image-carousel-wrapper.swiper,
.vacation-slider .elementor-image-carousel-wrapper.swiper-slide,
.vacation-slider figure{
    height: 100%;
}
.vacation-slider img{
	width: 100%;
	object-fit: cover;
	border-top-left-radius: 200%;
	border-top-right-radius: 200%;
	height: 100%;
}
.custom-swiper-pagination span {
    position: relative;
		display: flex;
		gap: 0px 14px;
		align-items: center;
		cursor: pointer;
}
.custom-swiper-pagination span.active:after {
    content: '';
    width: 80px;
    height: 0.83px;
    background-color: #000000;
    display: block;
}
.custom-swiper-pagination span:last-child:after {
    display: none !important;
}
.custom-swiper-pagination span.active {
    font-size: 22.5px;
    color: #004AAD;
    line-height: 29.17px;
    font-weight: 600;
}
.custom-swiper-pagination {
    position: absolute;
    top: 190px;
    z-index: 1;
    right: 0px;
    color: #333333;
    font-size: 16.67px;
    line-height: 29.17px;
    font-family: 'Jost';
    display: flex
;
    align-items: center;
    gap: 20px;
}
.outlined-btn.black-outline:after {
    border-color: #000000;
}
.home-video-section .e-con-inner,
.video-iframe-col{
    position: unset !important;
}
.video-iframes {
    position: absolute;
    right: 0px;
    height: 739px;
    width: 50vw !important;
}
.home-video-section:before {
    content: '';
    background-color: #C6E3DB;
    width: 100%;
    height: 636px;
}
.looking-place-section:after {
    content: '';
    background-color: #C6E3DB;
    height: 309px;
    width: 100%;
    display: block;
    position: absolute;
    bottom: 0;
    z-index: -1;
    left: 0;
}
.specialists-iconbox span.elementor-icon {
    box-shadow: 0px 1.67px 7.5px 0px #00000029;
    width: 79.16px;
    height: 79.16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.specialists-iconbox .elementor-icon-box-title span {
    font-family: 'goboldregular';
}
.specialists-iconbox span.elementor-icon {
    border-radius: 8.33px;
}
.special-iconboxes {
    margin: 0 auto;
}
.specialists-iconbox:nth-child(2):after {
    content: '';
    background: url(/wp-content/uploads/2025/07/iconbox-bars.png) no-repeat;
    width: 170px;
    height: 10px;
    background-position: center;
    background-size: contain;
    display: block;
    position: absolute;
    left: 152px;
    top: 30px;
}
.specialists-iconbox:nth-child(2):before {
    content: '';
    background: url(/wp-content/uploads/2025/07/iconbox-bars.png) no-repeat;
    width: 170px;
    height: 10px;
    background-position: center;
    background-size: contain;
    display: block;
    position: absolute;
    right: 152px;
    top: 30px;
}
.home-testimonials .elementor-testimonial {
    display: flex;
    flex-flow: row-reverse;
    gap: 0px 25px;
}
.home-testimonials .elementor-testimonial__content {
    width: 755px;
    max-width: 100%;
}
.testimonials-section-heading {
    background: url(/wp-content/uploads/2025/07/Our-testimonials.png) no-repeat;
    background-position: right center;
    background-size: contain;
}
.tnp.tnp-subscription {
    margin: 0px;
}
.tnp.tnp-subscription label{
	display: none;
}
.tnp.tnp-subscription .tnp-email {
    font-family: 'Jost';
    font-weight: 400;
    font-size: 16.67px;
    background: none !important;
    padding: 0px 15px 20px !important;
    border-bottom: 0.83px solid #707070 !important;
    border-radius: 0px !important;
    color: #000000 !important;
	outline: none;
	margin-bottom: 35px;
}
.tnp.tnp-subscription .tnp-email::placeholder{
	color: #000000 !important;
}
.home-social-media:before {
    content: '';
    height: 80%;
    width: 0.83px;
    background-color: #707070;
    top: 70px;
}
.animated-carousel .swiper-slide {
    padding: 0px 11px;
		height: 400px;
}
.animated-carousel .swiper-slide img {
    width: 100%;
    height: 100%;
    border-top-left-radius: 200%;
    border-top-right-radius: 200%;
    border: 7px solid #004AAD80;
}
.animated-carousel .swiper-slide:before {
    content: '';
    width: calc(100% - 22px);
    height: 97%;
    background-color: #CBCBCB;
    display: block;
    position: absolute;
    top: 5px;
    left: 4px;
    border-top-left-radius: 200%;
    border-top-right-radius: 200%;
    z-index: -1;
}
.animated-carousel figcaption.elementor-image-carousel-caption {
    position: absolute;
    bottom: 40px;
    left: 30px;
}
.animated-carousel figcaption.elementor-image-carousel-caption strong {
    font-family: 'goboldregular';
    font-weight: 400;
    font-style: normal;
    font-size: 33.33px;
    line-height: 33.33px;
    color: #ffffff;
}
.animated-carousel figcaption.elementor-image-carousel-caption ul {
    list-style: none;
    padding: 0px 0px 0px 10px;
    margin: 8px 0px 0px 0px;
    height: 0;
    overflow: hidden;
		transition: 0.3s all;
}
.animated-carousel figcaption.elementor-image-carousel-caption ul li {
    text-align: left;
    font-family: 'Jost';
    font-weight: 400;
    color: #ffffff;
    font-style: normal;
    font-size: 16.67px;
    line-height: 25px;
}
.animated-carousel figure.swiper-slide-inner {
    height: 100%;
}
.animated-carousel .swiper-slide:hover figcaption.elementor-image-carousel-caption ul{
	height: auto;
}
.animated-carousel .elementor-swiper-button {
    position: absolute !important;
    top: -90px !important;
    width: 50px;
    height: 50px;
    background-color: #FFFFFF;
    border-radius: 100%;
    box-shadow: 0px 2.5px 2.5px 0px #00000029;
    display: flex;
    align-items: center;
    justify-content: center;
}
.animated-carousel .elementor-swiper-button svg {
    fill: #000000 !important;
}
.animated-carousel .elementor-swiper-button:hover{
	background-color: #004AAD !important;
}
.animated-carousel .elementor-swiper-button:hover svg{
	fill: #ffffff !important;
}
.animated-carousel .elementor-swiper-button.elementor-swiper-button-prev {
    right: 70px !important;
    left: unset !important;
}
.vacation-overlay-bg .elementor-widget-divider {
    position: absolute;
    left: 50%;
    bottom: -120px;
    width: 535px;
    transform: translateX(-50%);
}
.header-navigation nav.hfe-nav-menu__layout-horizontal {
    width: 100%;
}

/* .animated-carousel .elementor-swiper-button:after {
    content: '';
    width: 50px;
    height: 50px;
    display: block;
    border: 0.83px solid #707070;
    border-radius: 100%;
    position: absolute;
    left: 5px;
    bottom: 5px;
    z-index: -1;
} */

.vacation-overlay-bg .elementor-custom-embed-play {
    display: none;
}
.specialists-iconbox .elementor-icon-box-description a {
    color: #000000;
}
.vacation-overlay-bg .elementor-main-swiper.swiper {
    height: 100%;
}

@media (max-width: 1200px){
	.specialists-iconbox span.elementor-icon{
		width: 50px;
		height: 50px;
	}
	.specialists-iconbox span.elementor-icon svg {
    width: 20px;
	}
	.bg-our-specialists {
    margin-bottom: 30px;
	}
}
@media (max-width: 1024px){
	.hfe-nav-menu__toggle {
			margin-left: auto;
			margin-right: 0px !important;
	}
	.bg-our-specialists {
			min-height: 150px;
	}
	.specialists-iconbox:nth-child(2):after{
		left: 92px;
	}
	.specialists-iconbox:nth-child(2):before{
		right: 92px;
	}
	.home-testimonials .elementor-testimonial {
    flex-flow: column-reverse;
    align-items: center;
    text-align: center;
	}
	.header-navigation .hfe-nav-menu {
			flex-wrap: wrap;
	}
	.header-navigation nav.hfe-nav-menu__layout-horizontal {
			width: 100vw !important;
			position: absolute !important;
			left: -125px !important;
			top: 84px !important;
	}
	.booknow-menuitem {
			margin-left: 0px !important;
		padding: 0px 30px !important;
	}
}

@media (max-width: 767px){
	.header-navigation nav.hfe-nav-menu__layout-horizontal {
			left: -125px !important;
	}
	.video-iframes {
    position: relative;
    right: 0px;
    height: 360px;
    width: 100% !important;
	}
	.animated-carousel .elementor-swiper-button{
		top: -40px !important;
	}
	.animated-carousel .swiper-slide img,
	.animated-carousel .swiper-slide:before,
	.animated-carousel figure.swiper-slide-inner{
    width: 310px !important;
	}
	.specialists-iconbox:nth-child(2):after {
        left: 72px;
        width: 90px;
    }
	.specialists-iconbox:nth-child(2):before {
        right: 72px;
        width: 90px;
    }
	.tnp-field.tnp-field-button {
    margin: 0 auto;
	}
}

.wpbc_container_booking_form .wpbc__field:first-child {
    width: 100%;
    max-width: 100%;
    flex: 1 1 100%;
    padding: 0;
}

.page-id-1198 .page-header {
    display: none;
}

.block_hints .date2approve.block_check_in_out, .block_hints .block_pending, .datepick-inline .date2approve .wpbc-cell-box, td.timespartly.check_in_time.check_out_time.check_in_time_date_approved.check_out_time_date2approve div.check-in-div, td.timespartly.check_in_time.check_out_time.check_out_time_date_approved.check_in_time_date2approve div.check-out-div {
    background: #efefef;
    color: #000000;
}

.block_hints .date_approved.block_check_in_out, .block_hints .block_booked, .datepick-inline .date_approved .wpbc-cell-box, td.timespartly.check_in_time.check_out_time.check_in_time_date2approve.check_out_time_date_approved div.check-in-div, td.timespartly.check_in_time.check_out_time.check_out_time_date2approve.check_in_time_date_approved div.check-out-div {
    background: #ffb1ad;
    color: #000000;
}

.block_hints .block_free, .block_hints .block_time, .block_hints .block_check_in_out div.check-in-div, .block_hints .block_check_in_out div.check-out-div, .datepick-inline .date_available .wpbc-cell-box, .datepick-inline .timespartly.check_in_time div.check-in-div, .datepick-inline .timespartly.check_out_time div.check-out-div {
    background: #004AAD;
}

.wpbc_container.wpbc_form input.wpbc_button_light, .wpbc_container.wpbc_form input.wpbc_button_light:focus, .wpbc_container.wpbc_form input.wpbc_button_light:hover, .wpbc_container .wpbc_button_light, .wpbc_container .wpbc_button_light:focus, .wpbc_container .wpbc_button_light:hover, .wpbc_container.wpbc_container_booking_form .wpbc_button_light, .wpbc_container.wpbc_container_booking_form .wpbc_button_light:focus, .wpbc_container.wpbc_container_booking_form .wpbc_button_light:hover {
    background: #004AAD;
    border-color: #004AAD;
    width: 100%;
    color: #ffffff;
}