@font-face {
	font-family: "jost-regular";
	src: url("font/Jost-Regular.ttf");
}

@font-face {
	font-family: "jost-light";
	src: url("font/Jost-Light.ttf");
}

@font-face {
	font-family: "jost-medium";
	src: url("font/Jost-Medium.ttf");
}

* {
	font-family: "jost-regular";
	font-size: 15px;
	color: white;
	margin: 0;
}

html {
    scroll-behavior: smooth;
}

body {
	margin: 0;
}

img {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

h1 {
	text-transform: uppercase;
}

a {
	text-decoration: none;
}

.light {
	font-family: "jost-light";
}

.medium {
	font-family: "jost-medium";
}

.main {
	width: 100%;
	height: 100vh;
	min-height: 750px;
	background-image: url('img/01.jpg');
	background-size: cover;
	background-position: 50% 90%;
}

.main-content {
	position: relative;
	z-index: 100;
	height: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	vertical-align: middle;
}

.content-left {
	width: 50%;
	padding: 50px 25px 50px 50px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.logo {
	max-width: 150px;
	margin-bottom: 25px;
}

.content-left h1, .content-travel-text h1 {
	margin-bottom: 10px;
}

.content-left h1 span, .content-travel-text h1 span {
	font-size: 45px;
}

.content-left p, .content-travel-text p {
	width: 70%;
	font-size: 18px;
	line-height: 35px;
	margin-bottom: 25px;
}

.content-left .button, .description .button, .content-travel-text .button {
	width: 150px;
	text-align: center;
	position: relative;
    font-size: 15px;
    font-family: "jost-medium";
	text-transform: uppercase;
    padding: 10px 20px;
    border-radius: 2.5px;
    background-color: #DF954D;
    color: white;
    transition: 0.25s;
    box-shadow: 0px 0px 25px 0px rgba(80, 80, 80, 0.25);
}

.content-left .button:hover, .description .button:hover, .content-travel-text .button:hover {
	background-color: #ff9e40;
}

.content-right {
	padding: 50px 50px 50px 25px;
    min-height: 500px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.logo-mobile {
	display: none;
}

.search {
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-color: white;
	padding: 40px;
	border-radius: 30px;
	box-shadow: 0px 0px 25px 5px rgba(80,80,80,0.25);
}

.content-right h1 {
	text-align: center;
	line-height: 40px;
	margin-bottom: 20px;
}

.content-right h1 span {
	font-size: 35px;
}

.search label {
	margin-bottom: 5px;
}

input[type=text]  {
	padding: 10px 15px;
	font-size: 18px;
	font-family: "jost-light";
	border-width: 0px;
	border-color: #ffffff;
	background-color: rgba(80, 80, 80, 0.05);
	color: #959595;
	margin-bottom: 15px;
}

input[type=text] focus {
     outline: none;
}

.choice-section {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.half-section {
	width: 45%;
}

.price {
	display: flex;
	flex-direction: column-reverse;
}

.price-gap {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.price-gap p {
	color: rgba(149, 149, 149, 0.5)
}

.dates {
	display: flex;
	flex-direction: row;
}

input[type=date]  {
	font-size: 12px;
	font-family: "jost-light";
	border-width: 0px;
	border-color: #ffffff;
	background-color: rgba(80, 80, 80, 0.05);
	color: #959595;
	margin-bottom: 15px;
}

input[type=date] focus {
     outline: none;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}

.content-right .button {
	margin-top: 30px;
	text-align: center;
	position: relative;
    font-size: 20px;
    font-family: "jost-medium";
	text-transform: uppercase;
    padding: 15px 20px;
    border-radius: 5px;
    background-color: #068A87;
    color: white;
    transition: 0.25s;
    box-shadow: 0px 0px 25px 0px rgba(80, 80, 80, 0.25);
}

.content-right .button:hover {
	background-color: #06b1ad;
}

.filter {
    position: absolute;
    width: 100%;
    height: 100%;
    min-height: 750px;
    background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(255,255,255,0) 100%);
    top: 0;
    left: 0;
    z-index: 1;
}

.offers-content {
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	width: 100%;
	height: 125vh;
	min-height: 850px;
}

.offers-content h1, .destination-content h1 {
	text-align: center;
}

.offers-content h1 span, .destination-content h1 span {
	font-size: 35px;
}

.offers-content h1 br, .destination-content h1 br {
	display: none;
}

.travels {
	height: 75%;
	position: relative;
	display: flex;
	flex-direction: row;
}

.travel {
	width: 33.3333%;
	position: relative;
	height: 100%;
	min-height: 500px;
    overflow: hidden;
}

.travel:hover > a {
	text-shadow: 0px 0px 5px #000000;
	transition: 0.25s;
}

.travel:hover, .city:hover {
	cursor: pointer;
}

.travel a, .city a {
	font-size: 45px;
	text-transform: uppercase;
	font-family: "jost-medium";
	z-index: 10;
	position: absolute;
    width: 100%;
    top: 40%;
    text-decoration: none;
    text-align: center;
}

.travel img, .city img {
	height: 101%;
	width: 101%;
    object-fit: cover;
    object-position: 50% 50%;
    transition: 0.25s;
    filter: brightness(50%);
}

.travel img:hover, .city img:hover, a:hover ~ img {
	transform: scale(1.05);
    filter: brightness(65%);
    transition: 0.25s;
}

.offers-content .button {
	width: 425px;
	text-align: center;
	position: relative;
	margin: 0 auto;
    font-size: 20px;
    font-family: "jost-medium";
	text-transform: uppercase;
    padding: 10px 20px;
    border-radius: 2.5px;
    background-color: #DF954D;
    color: white;
    transition: 0.25s;
}

.offers-content .button:hover {
	background-color: #ff9e40;
	cursor: pointer;
}


.motto {
	position: relative;
	padding: 75px;
	text-align: center;
	background-color: #FAFAFA;
}

.motto h1 span {
	font-size: 30px;
}

.motto p {
	margin-top: 20px;
	font-size: 16px;
	line-height: 30px;
	color: #959595;
}

.motto-mobile {
	display: none;
}


footer {
	position: relative;
	width: 100%;
	margin: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-color: #1E1E1E;
}

.center {
	padding: 50px 0;
	margin: auto;
	text-align: center;
	width: 550px;
}

.logo-footer {
	width: 125px;
}

.social-media {
	margin: 55px auto;
	width: 225px;
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
}

.social-media img {
	width: 40px;
}

.conditions {
	display: flex;
	flex-direction: row;
	justify-content: space-evenly
}

.conditions a {
	font-size: 14px;
	color: #C7C7C7;
	text-decoration: underline;
}

.center p {
	margin-top: 50px;
	color: #C7C7C7;
}

.fullscreen {
	position: relative;
    z-index: 10;
    height: 100vh;
    min-height: 600px;
    display: flex;
    flex-direction: row;
}

.description-left {
	width: 35%;
    min-height: 500px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #f9f9f9;
}

.description-left .logo, .logo-slider {
	position: absolute;
	top: 35px;
	left: 50px;
	width: 25%;
	z-index: 100;
}

.image-right {
	min-height: 500px;
    width: 65%;
    overflow: hidden;
}

.image-right .background {
	height: 101%;
	width: 101%;
    object-fit: cover;
    object-position: 50% 50%;
    transition: 0.25s;
    filter: brightness(80%);
}

.image-right img:hover {
	transform: scale(1.05);
    filter: brightness(100%);
    transition: 0.25s;
}

.description {
    display: flex;
    flex-direction: column;
    width: 60%;
    margin: auto;
    text-align: center;
}

.description h1 {
	font-size: 45px;
	color: #505050;
	font-family: "jost-medium";
}

.description p {
	margin: 20px 0;
	font-size: 18px;
	line-height: 32px;
	color: #959595;
}

.description .button {
	margin: auto;
	box-shadow: none;
}

.destination-content {
	margin-bottom: 30px;
}

.destination-content h1 {
	padding: 40px;
}

.cities {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	height: 110vh;
	min-height: 700px;
}

.city {
	width: 25%;
	position: relative;
	height: 50%;
	overflow: hidden;
}

.city a {
	font-size: 2.8vw;
}

.city:hover > a {
	text-shadow: 0px 0px 5px #000000;
	transition: 0.25s;
}

.content {
	z-index: 100;
	position: absolute;
	width: 100%;
	height: 85vh;
	min-height: 650px;
}

.logo-travel {
	position: absolute;
	z-index: 1000;
	top: 35px;
	left: 50px;
	width: 25%;
}

.travel-description {
	position: absolute;
    top: 70%;
    left: 60px;
    transform: translate(0, -70%);
}

.map {
	position: absolute;
    z-index: 1000;
    top: 35px;
    right: 50px;
    width: 40%;
    transition: 0.5s;
}


/*-----------------SLIDER----------------*/

.controls {
	display: flex;
	justify-content: space-around;
	width: 65px;
	z-index: 100;
	flex-direction: row;
	padding: 5px;
	position: absolute;
	right: 5%;
	bottom: 7.5%;
	background-color: rgba(0,0,0,0.5);
	border-radius: 5px;
}

.slider:hover ~ .content-travel, .slider:hover ~ .map {
	opacity: 0.05;
	transition: 0.5s;
}


.slider {
	position: absolute;
	width: 100%;
	height: 100vh;
	min-height: 700px;
	overflow: hidden;
}

.slides-wrapper {
	height: 100vh;
	min-height: 750px;
	position: relative;
	padding-top: 66.7%;
}

.slides {
	position: absolute;
	display: flex;
	transform: translateX(0);
	transition: transform .5s ease;
	-webkit-user-select: none;
	 -moz-user-select: none;
	  -ms-user-select: none;
	      user-select: none;
	height: 100%;
	top: 0;
}

.slides img {
	object-fit: cover;
	width: 100vw;
	height: 100vh;
	min-height: 750px;
}

button {
	height: 35px;
	background: none;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit;
}

button img {
	height: 100%;
}

.content-travel {
	position: relative;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100%;
	padding-left: 60px;
	transition: 0.5s;
}

.content-travel-text {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.fullscreen-slider {
	display: flex;
	position: relative;
	height: 100vh;
	min-height: 700px;
	align-items: center;
}

.content-travel-text .button {
	width: 250px;
}

.img08 {
	object-position: 50% 60%;
}

.img08_1, .img08_3 {
	object-position: 50% 25%;
}

.img08_2 {
	object-position: 50% 75%;
}


/*-----------------FIN SLIDER----------------*/



@media screen and (max-width: 1350px) {
	.content-travel-text p {
		width: 50% !important;
	}
}



@media screen and (max-width: 900px) {

	.main {
		min-height: 850px;
		background-image: url(img/01-mobile.jpg);
	    background-size: cover;
	    background-position: 50% 75%;
	}

	.main-content {
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
	}

	.content-left {
		display: none;
	}

	.content-right {
		height: 100%;
		padding: 0;
		min-height: auto;
		justify-content: space-between;
	}

	.content-right h1 {
		line-height: 8vw;
	}

	.content-right h1 span {
		font-size: 7.5vw;
	}

	.search {
		border-radius: 30px 30px 0px 0px;
		box-shadow: none;
	}

	.separator {
		margin-top: -1px;
		height: 31px;
		background-color: #F0F0F0; 
	}

	.offers-content {
		height: auto;
	}

	.offers-content h1 {
		margin: 50px auto;
		line-height: 35px;
	}

	.offers-content h1 br {
		display: block;
	}

	.offers-content .button {
		width: auto;
		margin: 25px;
	}

	.travels {
		flex-direction: column;
	}

	.travel {
		width: 100%;
		height: 50vh;
		min-height: 350px;
	}

	.logo-mobile {
		display: block;
		margin: 0 auto;
		padding: 35px 0px;
	}

	.filter {
		height: 25%;
		min-height: 25%;
		background: linear-gradient(180deg, rgba(0,0,0,0.5) 0%, rgba(255,255,255,0) 100%);
	}

	.motto {
		display: none;
	}

	.motto-mobile {
		display: block;
		position: relative;
		padding: 50px 35px;
		text-align: center;
		background-color: #FAFAFA;
	}

	.motto-mobile h1 {
		margin-bottom: 20px;
	}

	.motto-mobile h1 span {
		font-size: 30px;
	}

	.motto-mobile p {
		margin-top: 10px;
		font-size: 16px;
		line-height: 30px;
		color: #959595;
	}

	.center {
		width: 100%;
	}

	.conditions {
		display: flex;
		flex-direction: column;
	}

	.conditions a {
		margin-bottom: 20px;
	}

	.fullscreen {
		height: auto;
		flex-direction: column-reverse;
	}

	.description-left, .image-right {
		position: relative;
		width: 100%;
		height: 50vh;
		min-height: 375px;
	}

	.description-left .logo {
		display: none;
	}

	.description {
		width: 85%;
	}

	.header-mobile {
		width: 100%;
		position: absolute;
		z-index: 10;
	}

	.cities {
		flex-direction: column;
		flex-wrap: unset;
		height: auto;
	}

	.city {
		width: 100%;
		height: 50vh;
	}

	.city a {
		font-size: 45px;
	}

	.controls, .filter-slides, .logo-slider {
		display: none;
	}

	.slider {
		position: relative;
		height: 75vh;
	}

	.fullscreen-slider {
		height: auto;
		display: flex;
		flex-direction: column;
	}

	.content-travel {
		position: relative;
	    width: 100%;
	    min-height: 375px;
	    padding: 0;
	    text-align: center;
	}

	.slider:hover ~ .content-travel {
		opacity: 1;
	}

	.content-travel h1 span {
		color: #505050
	}

	.content-travel p {
		color: #959595;
		width: 100% !important;
	}

	.content-travel-text {
		margin: 50px auto;
		width: 85%;
	}

	.map {
		display: none;
	}

	.content-travel-text .button {
		width: auto;
		margin: 0 2vw;
	}

	.img08 {
		object-position: 50% 10%;
	}

	.img08_1, .img08_3 {
		object-position: 50% 25%;
	}

	.img08_2 {
		object-position: 50% 75%;
	}

	.slides img {
	    object-fit: cover;
	    object-position: 50% 50%;
	    transition: 0.25s;
	    filter: brightness(50%);
	}

	.slides img:hover {
		transform: scale(1.05);
	    filter: brightness(65%);
	    transition: 0.25s;
	}
}