/* Fonts */
@font-face {
	font-family:apivita-book;
	font-weight:400;
	src: url("../fonts/AstyCFStdBook.otf");
}
@font-face {
	font-family:apivita-bold;
	font-weight:700;
	src: url("../fonts/AstyCFStdBold.otf");
}
@font-face {
	font-family:apivita-medium;
	font-weight:500;
	src: url("../fonts/AstyCFStdMedium.otf");
}
@font-face {
	font-family: 'Glyphter';
	src: url('../fonts/Glyphter.eot');
	src: url('../fonts/Glyphter.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Glyphter.woff') format('woff'),
		url('../fonts/Glyphter.ttf') format('truetype'),
		url('../fonts/Glyphter.svg#Glyphter') format('svg');
	font-weight: normal;
	font-style: normal;
}
.icon-about_star:before,
.icon-footer_star:before {
	display: inline-block;
	font-family: 'Glyphter';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.icon-about_star:before {
	content:'\0041';
}
.icon-footer_star:before {
	content:'\0042';
}
.lg-icon {
	font-family:apivita-book!important;
}
.lg-sub-html {
	display: none !important;
}
/* Telos Fonts */

/* Site Presets */
:root {
	--first:#04325D;
	--second:#fff;
	--third:#F3F2EC;
}
html {
	overflow-x:hidden;
}
img {
	max-width:100%;
}
ul {
	list-style:inside;
}
html, body {
	scroll-behavior:smooth;
	font-family:apivita-book;
	font-weight:400;
	color:var(--first);
	overflow-x:hidden;
}
body {
	background-color:var(--third);
}
a {
	text-decoration:none;
}
a:hover {
	color:inherit;
}
h1,h2,h3,h4,h5,h6 {
	margin:0;
}
h1,h2,h3 {
	font-family:apivita-bold;
}
h4,h5,h6 {
	font-family:apivita-medium;
}
h1 {
	font-size:75px;
	text-align:center;
	color:var(--second);
}
h2 {
	font-size:40px;
	color:var(--first);
	text-transform:uppercase;
	text-align:center;
}
h3 {
	font-size:25px;
}
h4 {
	font-size:20px;
}
p, a, span {
	font-size:20px;
	font-family:apivita-book;
}
p:not(:last-child) {
	margin-bottom:30px;
}
.mobile-menu-visible {
	overflow-y:hidden;
}
.owl-next, .owl-prev {
	transition:all ease-in-out 200ms;
}
.owl-next:hover {
	transition:all ease-in-out 200ms;
	margin-right:-5px;
}
.owl-prev:hover {
	transition:all ease-in-out 200ms;
	margin-left:-5px;
}
.inline-block {
	display:inline-block;
}
.inlined-a {
	display: inline-block;
	height: 100%;
	width: 100%;
}
.scale {
	transition:all ease-in-out 200ms;
}
.scale:hover {
	transform:scale(1.05);
	transition:all ease-in-out 200ms;
}
.lg-next::before {
	content: '>';
} 
.lg-prev::after {
	content: '<';
}
.lg-toolbar .lg-close::after {
	content: 'X';
}
#lg-download-1 {
	display: none;
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
	border-color: var(--second);
}
.cta__fill-secondary {
	font-size: 28px;
	min-height: 55px;
	color: var(--second);
	border: 1px solid var(--second);
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	position:relative;
	overflow: hidden;
	transition: all 0.6s ease;
}
.cta__fill-secondary::before {
	content: '';
	background: var(--second);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) rotate(45deg);
	z-index: -1;
	transition: all 0.6s ease;
	width: 100%;
	height: 0%;
}
.cta__fill-secondary:hover::before{
	height: 400%;
	width: 400%;
}
.cta__fill-secondary:hover {
	color:var(--first);
}
.mobile__book-now {
	display:none;
}
.d-none {
	display:none;
}
/* Telos Site Presets */

/* Burger */
.menu {
	background-color: transparent;
	border: none;
	cursor: pointer;
	display: flex;
	padding: 0;
}
.line {
	fill: none;
	stroke: var(--third);
	stroke-width: 2;
	transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
		stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
.line1 {
	stroke-dasharray: 60 207;
	stroke-width: 2;
}
.line2 {
	stroke-dasharray: 60 60;
	stroke-width: 2;
}
.line3 {
	stroke-dasharray: 60 207;
	stroke-width: 2;
}
.opened .line1 {
	stroke-dasharray: 90 207;
	stroke-dashoffset: -134;
	stroke-width: 2;
}
.opened .line2 {
	stroke-dasharray: 1 60;
	stroke-dashoffset: -30;
	stroke-width: 2;
}
.opened .line3 {
	stroke-dasharray: 90 207;
	stroke-dashoffset: -134;
	stroke-width: 2;
}
/* TELOS BURGER */

/* Navigation */
.header {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	display: flex;
	justify-content: space-between;
	align-items:center;
	padding:10px 20px 10px 55px;
	z-index:11;
	transition:all ease-in-out 250ms;
}
.navigation {
	flex: 1;
	padding-right:120px;
}
.nav-bar-main-menu {
	list-style: none;
	display: flex;
	align-items: center;
	gap: 90px;
	justify-content: flex-end;
}
.nav-bar-main-menu li a {
	font-size:28px;
	color:var(--second);
	text-transform:capitalize;
	position:relative;
}
.nav-bar-main-menu li a::after,  .nav-bar-main-menu li a::before {
	content:'';
	position:absolute;
	left: 50%;
	right: 50%;
	transform: translateX(-50%);
	width:0;
	height:1px;
	background-color:var(--second);
	transition:all ease-in-out 250ms;
}
.nav-bar-main-menu li a::after {
	bottom:-5px;
}
.nav-bar-main-menu li a::before {
	top:-5px;
}
.nav-bar-main-menu li a:hover::after, .nav-bar-main-menu li a:hover::before {
	width:100%;
}
#open-form {
	min-width: 155px;
}
.next-lang {
	min-width: 65px;
	margin-right: 20px;
}
.mobile-menu-wrapper {
	transform: translateX(-100%);
	transition:all ease-in-out 600ms;
	overflow-y: scroll;
	overflow-x: hidden;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	background: #fff;
	z-index: 10;
	width: 250px;
	padding: 100px 20px 0 55px
}
.mobile-menu-wrapper__overlay {
	display:none;
	content:'';
	width:100vw;
	background:rgba(0,0,0,.3);
	cursor:pointer;
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	height:100%;
	z-index: 9;
}
.mobile-menu-wrapper.active {
	transform: translateX(0);
}
.mobile-nav-bar-menu {
	list-style: none;
	padding-top: 40px;
	padding-bottom: 20px;
}
.mobile-nav-bar-menu li {
	padding-bottom: 35px;
}
.mobile-menu-wrapper .mobile-nav-bar-menu a {
	font-size: 25px;
	color: var(--first);
}
.mobile-menu-wrapper .icon-footer_star {
	left: 50%;
	transform: translateX(calc(-50% - 23px));
	top: 435px;
	font-size: 350px;
}
.header-logo,
.nav-bar-main-menu li a {
	transition:all 0.6s ease;
	width:100%;
}
.header.header-scrolled .header-logo,
.header.header-scrolled .nav-bar-main-menu li a,
.header.header-scrolled .cta__fill-secondary {
	font-size:20px;
}
.header.header-scrolled {
	background-color:var(--first);
	border-bottom:1px solid var(--second);
}
.header.header-scrolled .header-logo {
	width: 110px;
}
.header.header-scrolled .next-lang {
	min-width: 50px;
}
.header.header-scrolled #open-form {
	min-width: 115px;
}
.header.header-scrolled .cta__fill-secondary {
	min-height: 45px;
}
/* Telos Navigation */

/* Homepage Top */
.homepage__top-wrapper {
	min-height:100vh;
}
.homepage__top-title {
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	letter-spacing:5px;
}
.homepage__top-image {
	display: block;
	height: 100vh;
	width: 100%;
	object-fit: cover;
}
/* End Homepage Top */

/* Homepage About */
.homepage__about-wrapper {
	margin-top:100px;
	position:relative;
}
.homepage__about-inner {
	width: 1340px;
	margin: auto;
}
.homepage__about-text {
	margin-top: 100px;
	column-count: 2;
	column-gap: 60px;
}
.icon-about_star {
	font-size: 690px;
	position: absolute;
	right: -20%;
	top: -30%;
	z-index: -1;
	opacity: .05;
	line-height: 0;
	pointer-events: none;
}
/* End Homeopage About */

/* Homepage Tabs */
.homepage__tabs-wrapper {
	margin-top:100px;
}
.homepage__tabs-list {
	display: flex;
	list-style:none;
}
.homepage__tabs-list-item {
	flex: 1;
	color: var(--first);
	transition: all ease-in-out 150ms;
	font-family: apivita-bold;
	font-size: 22px;
	text-align: center;
	cursor:pointer;
	padding:20px 15px;
	border:1px solid var(--first);
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--third);
}
.homepage__tabs-list-item.active,
.homepage__tabs-list-item:hover {
	color: var(--second);
	background-color: var(--first);
	border: 1px solid var(--first);
}
.homepage__tabs-list-item:hover {
	border-left-color:var(--second);
	border-right-color:var(--second);
}
.hompage__tabs-content__single-wrapper {
	display:none;
}
.hompage__tabs-content__single-inner {
	display: flex;
}
.hompage__tabs-content__single-right {
	min-width: 775px;
}
.hompage__tabs-content__single-image {
	display: block;
	width: 100%;
	height: 695px;
	min-height: 100%;
	object-fit: cover;
}
.hompage__tabs-content__single-left {
	padding: 80px 70px;
	background-color: var(--first);
}
.hompage__tabs-content__single-left * {
	color:var(--second);
}
.hompage__tabs-content__single-left__text {
	margin: 30px 0 40px;
}
.hompage__tabs-content__single-left__includes-title {
	margin-bottom: 35px;
}
.hompage__tabs-content__single-left__title,
.hompage__tabs-content__single-left__includes-title {
	text-transform:uppercase;
}
.hompage__tabs-content__single-left__includes-list__item {
	font-size: 20px;
	flex-basis: calc(25% - 10px);
	padding-left:5px;
}
.hompage__tabs-content__single-left__includes-list {
	display: flex;
	flex-flow: wrap;
	column-gap: 10px;
	row-gap:25px;
	list-style: "-" outside;
	margin-bottom:100px;
}
.book__this-tour {
	display: block;
	font-family: apivita-bold;
	font-size: 25px;
	text-transform: uppercase;
	cursor: pointer;
	position: relative;
	max-width:max-content;
}
.book__this-tour::before,
.book__this-tour::after {
	content: '';
	position: absolute;
	border: 2px solid var(--second);
	pointer-events: none;
	width: 0;
	height: 0;
	transition: all ease-in-out 150ms;
	visibility:hidden;
}
.book__this-tour::before {
	top: -4px;
	left:-8px;
	border-right: none;
	border-bottom: none;
}
.book__this-tour::after {
	bottom:-1px;
	right:-9px;
	border-left: none;
	border-top: none;
}
.book__this-tour:hover::before,
.book__this-tour:hover::after {
	width: 12px;
	height: 12px;
	visibility:visible;
}
/* End Homepage Tabs */

/* Homepage Gallery */
.homepage__gallery-wrapper {
	margin-top: 55px;
}
.homepage__gallery-inner {
	width: 1405px;
	margin: auto;
}
.homepage__gallery-title {
	margin-bottom: 55px;
}
#full-screen-gallery {
	display: grid;
	grid-template-rows: repeat(2, 380px);
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	position: relative;
}
.homepage__gallery-image {
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
	cursor:pointer;
	transition:all ease-in-out 250ms;
}
.homepage__gallery-item {
	position:relative;
}
.homepage__gallery-item:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) {
	display:none;
}
.homepage__gallery-item:nth-child(1) {
	grid-column-start: 1;
	grid-column-end: 2;
	grid-row-start: 1;
	grid-row-end: 3;
}
.homepage__gallery-image-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	opacity: 0;
	transition: all ease-in-out 250ms;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(4, 50, 93, .5);
}
.open-gallery {
	width:45px;
	height:45px;
}
.homepage__gallery-item:hover .homepage__gallery-image-overlay {
	opacity:1;
}
/* End Homepage Gallery */

/* Footer */
.footer-wrapper {
	margin-top: 60px;
	background-color: var(--first);
	padding:80px 0 25px;
	position:relative;
	overflow:hidden;
}
.footer-wrapper * {
	color:var(--second);
}
.footer-inner {
	width:1175px;
	margin:auto;
}
.footer-content {
	display: flex;
	justify-content: space-between;
	gap: 30px;
	margin-bottom:70px;
}
.footer__logo-area {
	align-self:center;
	margin-top:-50px;
}
.footer-title {
	font-size: 25px;
	margin-bottom: 30px;
}
.footer-menus {
	list-style:none;
}
.footer-menus li a {
	font-size:20px;
	position:relative;
	padding-bottom:5px;
	margin-bottom:5px;
}
.footer-menus li a::after {
	content:'';
	position:absolute;
	left:0;
	bottom:0;
	width:0;
	height:1px;
	background-color:var(--second);
	transition:all ease-in-out 150ms;
}
.footer-menus li a:hover::after {
	width:calc(100% - 5px);
}
.footer-menus li:not(:last-child) {
	margin-bottom:15px;
}
.icon-footer_star {
	position: absolute;
	left: -180px;
	top: -30px;
	pointer-events: none;
	font-size: 500px;
	opacity: .05;
}
.sub-footer {
	display: flex;
	justify-content: space-between;
	margin-bottom: 5px;
}
.created-by, .created-by a, .copyright {
	font-size:16px;
}
.footer-socials {
	display: flex;
	gap: 30px;
	justify-content: center;
	margin-top: 20px;
}
.footer-social {
	font-size:30px;
	transition:all ease-in-out 250ms;
	color:var(--second);
}
.footer-social:hover {
	opacity:.6;
}
/* End Footer */

/* Book Form */
.book__form-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	height: 100%;
	width: 100%;
	z-index: 15;
	transition: all 500ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
	padding-bottom:30px;
	transform:translateX(100%);
	overflow-x:hidden;
	overflow-y:hidden;
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.book__form-wrapper::-webkit-scrollbar { 
	display: none;
}
.book__form-wrapper__overlay {
	display: none;
	content: '';
	width: 100vw;
	background: rgba(0,0,0,.3);
	cursor: pointer;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 170vh;
	z-index: 1;
}
.book__form-wrapper.active {
	transform:translateX(0);
}
.book__form-wrapper .wpcf7 {
	background-color: var(--first);
	max-width: max-content;
	margin: 200px 18px 0 auto;
	padding:25px;
	position: relative;
	z-index: 2;
}
.book__form-wrapper .wpcf7 p {
	margin-bottom:0;
}
.book__form-wrapper .wpcf7 label {
	color:var(--second);
	font-size:18px;
	text-transform:uppercase;
}
.book__form-wrapper .wpcf7 form {
	width:600px;
	display:flex;
	flex-flow:wrap;
	gap:20px;
}
.book__form-wrapper .wpcf7 form .book__form-item {
	flex-basis:calc(50% - 10px);
	margin-top: 10px;
}
.book__form-wrapper .wpcf7 form .book__form-item.book__form-item_full {
	flex-basis:100%;
}
.book__form-wrapper .wpcf7 form .book__form-item .wpcf7-form-control-wrap {
	display:block;
	margin-top:10px;
}
.book__form-wrapper .wpcf7-response-output {
	border: 1px solid var(--second ) !important;
	color: var(--second) !important;
	margin: 1.5em auto !important;
}
.book__form-wrapper .wpcf7-not-valid-tip {
	font-size: 15px;
	display: block;
	margin-top: 10px;
}
.book__form-wrapper .book__form-text,
.book__form-wrapper .book__form-textarea {
	width:100%;
	border:1px solid var(--second);
	color:var(--first);
	padding:10px;
	min-height:25px;
	background-color:var(--second);
	font-size:18px;
}
.book__form-text:not(.book__form-text[type="email"]):not(#form-guest-count):not(#your-tour) {
	text-transform: capitalize;
}
.book__form-wrapper .book__form-text::placeholder {
	color:var(--first);
	opacity:1;
	font-size:18px;
}
#arrival-departure-date, #form-guest-count, #your-tour {
	cursor:pointer;
}
.book__form-textarea {
	height:120px;
}
.book__form-submit-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-end;
}
.book__form-submit-wrapper input {
	background-color: var(--second);
	border: 1px solid var(--second);
	padding: 10px;
	min-width: 180px;
	min-height: 45px;
	color: var(--first);
	transition: all ease-in-out 150ms;
	text-transform: uppercase;
	cursor:pointer;
}
.book__form-submit-wrapper input:hover {
	background-color:var(--first);
	color:var(--second);
}
#close-form {
	color: var(--second);
	cursor: pointer;
	min-width: 25px;
	min-height: 23px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	transition:all ease-in-out 150ms;
}
#close-form:hover {
	transform:rotate(90deg);
}
.book__form-close-wrapper {
	position: absolute;
	right: 30px;
	z-index: 1;
	transform: translateY(-12px);
}
/* End Book Form */