@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200&family=Nanum+Myeongjo:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
    
body {font-family: "Lora", serif;

	color: #000;
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	margin: 0px;
	padding: 0px;
	background-color:#c29142;
  }
  a, article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {font-family: "Lora", serif;

	color: #666;
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	margin: 0px;
	padding: 0px;
  }
  h1, h2, h3, h4, h5 {
	 font-family: "Gilda Display", serif;
	line-height: 1.4em;
	color: #111;
       font-size: 40px;
  }
  

    
  a {
	outline: 0;
	color: #fff;
	-webkit-transition: all .25s ease-in;
	-moz-transition: all .25s ease-in;
	-ms-transition: all .25s ease-in;
	-o-transition: all .25s ease-in;
	transition: all .25s ease-in;
  }
  a:hover {
	color: #ccc;
	text-decoration: none;
  }
  .btn {
	outline: 0;
	-webkit-transition: all .25s ease-in;
	-moz-transition: all .25s ease-in;
	-ms-transition: all .25s ease-in;
	-o-transition: all .25s ease-in;
	transition: all .25s ease-in;
	cursor: pointer;
  }
  button:focus {
	outline: none;
  }
  .container {
	max-width: 1260px;
	width: 100%;
	margin: 0 auto;
	padding: 0px;
  }
  .main_section {
	width: 100%;
	margin: 0px;
	padding: 80px 0;
  }
  .back-to-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 54px;
	height: 54px;
	display: block;
	text-decoration: none;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	display: none;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 9999;
	font-size: 21px;
	padding: 11px 0;
	background-color: #666;
	border-color: #666;
  }
  .btn-dark:hover {
	color: #fff;
	background-color: #666;
	border-color: #666;
  }
  .box {
	display: flex;
	flex-wrap: wrap;
  }
  /******* Header ************/
  .header {
	margin: 0px;
	padding: 7px 0px;
	position: absolute;
	z-index: 1034;
  }
  .fixed-header {
	position: fixed;
	top: 0;
	z-index: 9999;
	transition: 0.8s;
	-webkit-transition: 0.8s;
	background-color: #111;
  }
  .icons {
	margin-top: 30px;
  }
  .icons ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
  }
  .icons ul li {
	text-decoration: none;
	display: inline;
	padding: 0 0px 0 30px;
  }
    .mappe {
	text-decoration: none;
	display: inline;

  }
  .icons ul li a {
	color: #fff;
	font-size: 22px;
  }
  .menu {
	margin-top: 30px;
	 text-shadow: -1px -1px 2px #000;
  }
  .book {
	border: 1px solid #fff;
	padding: 6px 15px;
	font-size: 18px !important;
	border-radius: 5px;
	 text-shadow: -1px -1px 2px #000;
  }
  .top-btn {
	display: inline-block;
	float: left;
	display: none;
  }
  .overlay {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.9);
	overflow-x: hidden;
	transition: 0.5s;
  }
  .overlay-content {
	position: relative;
	top: 14%;
	width: 100%;
	text-align: center;
	margin-top: 30px;
  }
  .overlay a {
	padding: 8px;
	text-decoration: none;
	font-size: 17px;
	color: #fff;
	display: block;
	transition: 0.3s;
	text-align: left;
  }
  .overlay h4 a {
	font-size: 24px;
	color:#c29148;
  }
  .cus-menu {
	margin-top: 60px;
  }
  .cus-menu a {
	font-size: 24px;
	color: #fff;
	text-transform: uppercase;
  }
  .overlay a:hover, .overlay a:focus {
	color: #fff;
  }
  .overlay .closebtn {
	position: absolute;
	top: 20px;
	right: 45px;
	font-size: 60px;
  }
  @media screen and (max-height: 450px) {
	.overlay a {
	  font-size: 20px
	}
	.overlay .closebtn {
	  font-size: 40px;
	  top: 15px;
	  right: 35px;
	}
  }
  .fixed-header .logo img {
	width: 40%;
  }
  .fixed-header .icons {
	margin-top: -20px;
  }
  .fixed-header .menu {
	margin-top: -20px;
  }
  .fixed-header .top-btn {
	display: block;
	margin: -33px 0 0 50px;
  }
  .top-btn .btn-primary {
	background: #ae946b;
	border: 1px solid #ae946b;
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
  }
  /******* slider ************/
  .slider {
	padding: 0px;
	position: relative;
      background: linear-gradient(to top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));

  }
  /* Chrome, Safari, Opera */
  @-webkit-keyframes move {
	0% {
	  -webkit-transform-origin: bottom left;
	  -moz-transform-origin: bottom left;
	  -ms-transform-origin: bottom left;
	  -o-transform-origin: bottom left;
	  transform-origin: bottom left;
	  transform: scale(1.0);
	  -ms-transform: scale(1.1);
	  /* IE 9 */
	  -webkit-transform: scale(1.1);
	  /* Safari and Chrome */
	  -o-transform: scale(1.1);
	  /* Opera */
	  -moz-transform: scale(1.1);
	  /* Firefox */
	}
	100% {
	  transform: scale(1.0);
	  -ms-transform: scale(1.0);
	  /* IE 9 */
	  -webkit-transform: scale(1.0);
	  /* Safari and Chrome */
	  -o-transform: scale(1.0);
	  /* Opera */
	  -moz-transform: scale(1.0);
	  /* Firefox */
	}
  }



  
  .glyphicon {
	position: relative;
	top: 11px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	left: -2px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
  }
  .glyphicon-calendar:before {
	content: "\f073";
	font-family: "Font Awesome 5 Free";
	/* background: #e0dfdf; */
	padding: 13px 11px;
	top: 19px;
	border: 1px solid #fff;
	margin-top: 30px;
	border-left: none;
	color: #fff;
  }
  .cus-form-box {
	position: absolute;
	width: 100%;
	bottom: 30px;
	z-index: 9;
  }
  .cus-form {}
  .cus-form .form-control {
	height: calc(2.65rem + 2px);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	color: #fff;
	background-color: rgba(255, 255, 255, 0);
	border: 1px solid #fff;
	border-radius: 0px;
  }
  .cus-form-text {
	display: none;
  }
  .cus-form ::-webkit-input-placeholder { /* Edge */
	color: #fff;
  }
  .cus-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #fff;
  }
  .cus-form ::placeholder {
	color: #fff;
  }
  .cus-form h4 {
	color: #fff;
	font-size: 28px;
  }
  .cus-form h4 span {
	font-style: italic;
	font-size: 26px;
  }
  .cus-form .btn-primary {
	background: rgba(255, 255, 255, 0);
	border: 1px solid #fff;
	border-radius: 0px;
	padding: 10px 20px;
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
  }
  .cus-form .btn-primary:hover {
	background: #fff;
	border: 1px solid #fff;
	color: #333;
  }
  .scroll_down {
	text-align: center;
  }
  .scroll_down a {
	position: absolute;
	left: 0px;
	right: 0;
	bottom: 22px;
	margin: 0 auto;
	font-size: 36px;
	color: #fff;
	z-index: 99;
	scroll-behavior: smooth;
  }
  /******* about ************/

  .about h2 {
	font-size: 60px;
	color: #fff;
	line-height: 60px;
	 text-shadow: -1px -1px 2px #000;
  }
  .about h4 {
	font-size: 40px;
	color: #fff;
	line-height: 40px;
	font-style: italic;
	margin-top: 40px;
  }
  .about p {
	color: #fff;
	font-weight: 300;
  }
  /******* about ************/
  .services {
	background: url(../images/ACWnDBsJ69SA.jpg);
	background-size: cover;
	padding: 0 0 200px 0;
	height: 100vh;
	-webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
	-moz-animation: fadein 2s; /* Firefox < 16 */
	-ms-animation: fadein 2s; /* Internet Explorer */
	-o-animation: fadein 2s; /* Opera < 12.1 */
	animation: fadein 2s;
  }
  @keyframes fadein {
	from {
	  opacity: 0;
	}
	to {
	  opacity: 1.5;
	}
  }
  /* Firefox < 16 */
  @-moz-keyframes fadein {
	from {
	  opacity: 0;
	}
	to {
	  opacity: 1.5;
	}
  }
  /* Safari, Chrome and Opera > 12.1 */
  @-webkit-keyframes fadein {
	from {
	  opacity: 0;
	}
	to {
	  opacity: 1.5;
	}
  }
  /* Internet Explorer */
  @-ms-keyframes fadein {
	from {
	  opacity: 0;
	}
	to {
	  opacity: 1.5;
	}
  }
  /* Opera < 12.1 */
  @-o-keyframes fadein {
	from {
	  opacity: 0;
	}
	to {
	  opacity: 1.5;
	}
  }
  .services-text {font-family: "Lora", serif;

	background: linear-gradient(to top, #00000017 10%, #000000b5 73%, #00000061 100%);
	width: 30%;
	margin: 0 auto;
	padding: 40px 20px;
  }
  .services-text h2 {
    font-family: "Gilda Display", serif;

	color: #fff;
	font-size: 50px;
  }
  .services-text h4 {
   font-family: "Gilda Display", serif;

	color: #fff;
	font-size: 16px;
	line-height: 24px;
	font-weight: 300;
	margin-bottom: 30px;
  }
  .services-text h4 span {
   font-family: "Gilda Display", serif;

	font-style: italic;
  }
  .services-text .btn-primary {
	background: rgba(255, 255, 255, 9);
	border: 1px solid #fff;
	border-radius: 0px;
	padding: 10px 40px;
	color: #222;
	font-weight: 600;
  }
  .services-text .btn-primary i {
	margin-left: 10px;
  }
  .services-text .btn-primary:hover {
	background: #222;
	border: 1px solid #222;
	color: #fff;
  }
  /******* hospitality ************/
  .hospitality {
  background-color:#c29142;
	/*background: rgba(174, 148, 107, 1) !important;*/
	padding: 20px 0 80px 0;
  }
 
  .hospitality img {
	height: 100vh;
  }
  
  .cus-text {
	position: relative;
  }
  .cus-text-contain {
	background: linear-gradient(to top, #c29142 10%, #ae946bd1 73%, #ae946b00 100%);
	position: absolute;
	width: 100%;
	bottom: 0px;
	padding: 0px;
	text-align: center;
	
  }
  .cus-text-contain h2 {
	color: #fff;
	font-size: 40px;
text-shadow: -1px -1px 2px #000;

  }
  .cus-text-contain h4 {
	color: #fff;
	font-size: 30px;
	line-height: 40px;
	font-weight: 600;
	margin-bottom: 30px;
  }
  .cus-text-contain h4 span {
	font-style: italic;
	font-weight: 300;
  }
  .btn-primary i {
	margin-left: 10px;
  }
  .btn-primary {
	background: rgba(255, 255, 255, 9);
	border: 1px solid #fff;
	border-radius: 0px;
	padding: 10px 40px;
	color: #222;
	font-weight: 600;
  }
  .btn-primary:hover {
	background: #222;
	border: 1px solid #222;
	color: #fff;
  }
  /******* hospitality ************/


  .rest-text {
	padding: 0 0 0 100px;
  }
  .rest-text h2 {
	color: #fff;
	font-size: 40px;
	 text-shadow: -1px -1px 2px #000;
  }
  .rest-text h3 {
	color: #fff;
	font-size: 30px;
	line-height: 28px;
	font-style: italic;
	margin-bottom: 20px;
	 text-shadow: -1px -1px 2px #000;
  }
  .rest-text h4 {
	color: #fff;
	font-size: 16px;
	line-height: 40px;
	font-weight: 600;
	margin-bottom: 20px;
	 text-shadow: -1px -1px 2px #000;
  }
  .news-image {
	position: relative;
	overflow: hidden;
  }
  .news-image img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	-webkit-backface-visibility: hidden;
	width: 100%;
	height: auto;
  }
  .news-image:hover img {
	-webkit-transform: scale(1.1) rotate(6deg);
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
  }
  .price1 {
	position: absolute;
	z-index: 9;
	bottom: 0;
	right: -142px;
	-webkit-transition: all .3s ease;
  }
  .price-text {
	width: 50%;
	display: inline-block;
	float: left;
	background: #fff;
	padding: 10px;
	text-align: center;
	height: 91px;
  }
  .price-text h6 {
	font-size: 16px;
	margin-bottom: 0px;
  }
  .price-text h4 {
	font-size: 24px;
	margin-bottom: 0px;
  }
  .price-text-context {
	width: 50%;
	display: inline-block;
	background: #333;
	padding: 10px;
	text-align: center;
	height: 91px;
  }
  .price-text-context p {
	font-size: 16px;
	margin-bottom: 0px;
	color: #fff;
	padding: 11px 0 0 0;
	text-transform: uppercase;
  }
  .price-text-context p a {
	margin-left: 10px;
  }
  .news-image:hover .price1 {
	right: 0px;
  }
  .cus-text2 {
	margin-top: 40px;
  }
  .cus-text2 h2 {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: 28px;
	text-align:center;
  }
  .cus-text2 h4 {
	color: #fff;
	font-size: 18px;
	line-height: 25px;
	font-weight: 300;
	font-style: italic;
  }
  .form {
	background: #333;
  }
  .cus-form2 h2 {
	color: #fff;
	text-align: center;
	font-size: 30px;
	line-height: 40px;
  }
  .cus-form2 .form-control {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	color: #fff;
	background-color: rgba(255, 255, 255, 0);
	border: 1px solid #fff;
	border-radius: 0px;
  }
  .cus-form2 .form-check-label {
	margin-bottom: 0;
	color: #fff;
  }
  .cus-form2 .glyphicon {
	position: relative;
	top: 8px;
  }
  .cus-form2 .glyphicon-calendar:before {
	content: "\f073";
	font-family: "Font Awesome 5 Free";
	/* background: #e0dfdf; */
	padding: 10px 11px;
  }
  .cus-form2 h4 {
	color: #fff;
	font-size: 20px;
  }
  .cus-form2 ::-webkit-input-placeholder { /* Edge */
	color: #fff;
  }
  .cus-form2 :-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #fff;
  }
  .cus-form2 ::placeholder {
	color: #fff;
  }
  .cus-form2 .btn-primary {
	background: #ae946b;
	border: 1px solid #ae946b;
	color: #fff;
  }
.footer {
	background: #151414;
	padding: 30px 0;
	color:#FFFFFF;
  }
  .social {
	margin-top: 30px;
  }
  .social ul {
	list-style-type: none;
  }
  .social ul li {
	display: inline-block;
	margin-right: 9px;
  }
  .social ul li a {
	width: 30px;
	height: 30px;
	border: 1px solid #fff;
	display: block;
	border-radius: 100px;
	text-align: center;
	line-height: 27px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
  }
  .social ul li a i {
	color: #fff;
	font-size: 13px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
  }
  .social ul li a:hover {
	border: 1px solid #fff;
	background: #fff;
  }
  .social li a:hover i {
	color: #53387f;
	transform: rotate(360deg);
  }
  .footer h3 {
	color: #fff;
	margin-bottom: 30px;
  }
  .footer p {
	color: #fff;
	line-height: 28px;
	font-weight: 300;
  }
  .footer p i {
	margin-right: 8px;
  }
  .footer p a {
	color: #fff;
  }
  .footer .form-control {
	height: calc(2.9rem + 2px);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	color: #fff;
	background-color: rgba(255, 255, 255, 0);
	border: 1px solid #fff;
	border-radius: 0px;
	width: 80%;
  }
  .footer .btn-primary {
	background: #ae946b;
	border: 1px solid #ae946b;
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
  }
  .mobile-footer {
	padding: 0px;
	position: fixed;
	bottom: 10px;
	display: none;
	z-index:999999999999 !important;
  }
  .mobile-footer a {
	background-color: transparent;
	color: #fff;
	padding: 10px 16px;
	border-radius: 4px;
	display: inline-block;
  }
  .mobile-footer a i {
	font-size: 20px;
  }
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0; /* set to -1 and prevent flicker on Safari */
  opacity: 0;
  transition: 0s 0.6s opacity;
}

/* Feel free to change duration  */ 
.animated  {
	-webkit-animation-duration : 1000 ms  ;
	animation-duration : 1000 ms  ;
	-webkit-animation-fill-mode : both  ;
	animation-fill-mode : both  ;
  }  
  /* .owl-animated-out - only for current item */ 
  /* This is very important class. Use z-index if you want move Out item above In item */ 
  .owl-animated-out {
	z-index : 1 
	 }
  /* .owl-animated-in - only for upcoming item
  /* This is very important class. Use z-index if you want move In item above Out item */ 
  .owl-animated-in {
	z-index : 0 
	 }
  /* .fadeOut is style taken from Animation.css and this is how it looks in owl.carousel.css:  */ 
  .fadeOut  {
	-webkit-animation-name : fadeOut  ;
	animation-name : fadeOut  ;
  }  
  @-webkit-keyframes  fadeOut  {
	0% {
	  opacity : 1   ;
	}  
	100% {
	  opacity : 0   ;
	}  
  }
  @keyframes  fadeOut  {
	0% {
	  opacity : 1   ;
	}  
	100% {
	  opacity : 0   ;
	}  
  }

  .owl-carousel .owl-item img {
    display: block;
	position: relative;
		height: 100vh;
	object-fit:cover;
	animation: move 10s ease;
	/* Add infinite to loop. */
	-ms-animation: move 40s ease;
	-webkit-animation: move 40s ease;
	-0-animation: move 40s ease;
	-moz-animation: move 40s ease;
}
.owl-carousel .owl-nav button.owl-prev {
  
 
    position: absolute;
    left: 30px;
   /* background: #060606;*/
    padding: 8px 10px 31px 10px !important;
    height: 35px;
    width: 34px;
    color: #FFF;
    line-height: 20px;
    font-size: 40px;
    top: 40%;
    border-radius: 0px;
    text-shadow: -1px -1px 2px #000

}
.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: 30px;
    top: 90px;
	/*background: #060606;*/
    padding: 8px 10px 31px 10px !important;
    color: #000;
    height: 35px;
    width: 34px;
    line-height: 20px;
    font-size: 40px;
    color: #fff;
	top: 40%;
    border-radius: 0px;
    text-shadow: -1px -1px 2px #000
}
.owl-dots{
	display: none;
}

.owl-theme .owl-nav {
    margin-top: 0px;
}

.slider-text {

	position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    color: #fff;
    top: 0px;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
	  
}
.slider-text h1 {
    margin: 30px 0 10px 0;
    font-size: 48px;
    font-weight: 400;
    line-height: 56px;
    text-transform: uppercase;
    color: #f9e8a0;
	 text-shadow: -1px -1px 2px #000;
}

.slider-text p {
 font-family: "Gilda Display", serif;
    color: #f9e8a0;
    margin-bottom: 30px;
    font-size: 38px;
	line-height: 56px;
    margin-top: 10px;
	 text-shadow: -1px -1px 2px #000;
	 font-weight:900;
}
/* Media query per dispositivi mobili */
@media (max-width: 768px) {
    .slider-text h1 {
        font-size: 22px;
        line-height: 40px;
    }

    .slider-text p {
        font-size: 22px;
        line-height: 40px;
    }
}

/* Media query per dispositivi ancora più piccoli */
@media (max-width: 480px) {
    .slider-text h1 {
        font-size: 22px;
        line-height: 32px;
    }

    .slider-text p {
        font-size: 22px;
        line-height: 32px;
    }
}

.slider-text .btn-get-started {
  font-family: "Gilda Display", serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 28px;
    border-radius: 0;
    transition: 0.5s;
    border: 1px solid #fff;
    color: #fff;
	 text-shadow: -1px -1px 2px #000;
	/* background-color:#CC0000;*/
}




.slider-text a:hover{

	 background-color:#cc9933;
}





  /* media screen and (max-width: 1170px)
  ---------------------------------------------------------------------- */
  @media screen and (max-width:1170px) {
	.container {
	  max-width: 100%;
	  width: 100%;
	  margin: 0 auto;
	  padding: 0px 15px;
	}
	.fixed-header .top-btn {
	  display: block;
	  margin: -33px 0 0 0px;
	}
	.icons ul li {
	  padding: 0 0px 0 10px;
	}
	.fixed-header .logo img {
	  width: 70%;
	}
	.cus-form h4 {
	  font-size: 25px;
	}
	.cus-form h4 span {
	  font-size: 22px;
	}
	.about {
	  height: auto;
	}
	.services {
	  height: auto;
	}
	.services-text {
	  background: linear-gradient(to top, #00000017 10%, #000000b5 73%, #00000061 100%);
	  width: 50%;
	}
	.hospitality img {
	  height: auto;
	}
	.btn-primary {
	  padding: 10px 28px;
	}
	.cus-text-contain {
	  padding: 15px;
	}
	.rest {
	  height: auto;
	}
	.rest-text {
	  padding: 0 0 0 50px;
	}
	.miss {
	  padding: 40px 0;
	  height: auto;
	}
	.miss-text h2 {
	  color: #fff;
	  font-size: 33px;
	  text-align: right;
	}
	.cus-text2 h2 {
	  color: #fff;
	  font-size: 23px;
	}
	.cus-text2 h4 {
	  color: #fff;
	  font-size: 16px;
	}
  }
  /* media screen and (max-width: 992px)
  ---------------------------------------------------------------------- */
  @media screen and (max-width:992px) {
	.fixed-header .top-btn {
	  display: none;
	}
	.fixed-header .logo img {
	  width: 90%;
	}
	.slider-text h5 {
	  font-size: 45px;
	}
	.about h2 {
	  font-size: 50px;
	  color: #fff;
	  line-height: 50px;
	}
	.services-text {
	  width: 70%;
	}
	.about {
	  height: auto;
	}
	.services {
	  height: auto;
	}
	.hospitality img {
	  height: auto;
	  width: 100%;
	}
	.cus-text img {
	  width: 100%;
	}
	.cus-text-contain {
	  padding: 33px;
	  width: 100%;
	}
	.rest {
	  height: auto;
	}
	.rest-text {
	  padding: 0px 0 0 10px;
	}
	.miss {
	  padding: 40px 0;
	  height: auto;
	}
	.miss-text {
	  text-align: center;
	  margin-top: 0px !important;
	  margin-bottom: 30px;
	}
	.cus-text2 h2 {
	  color: #fff;
	  font-size: 22px;
	  font-weight: 500;
	  line-height: 25px;
	}
	.cus-text2 h4 {
	  color: #fff;
	  font-size: 17px;
	}
	.cus-form2 h2 {
	  color: #fff;
	  text-align: center;
	  font-size: 28px;
	  line-height: 35px;
	}
	.footer h3 {
	  font-size: 20px;
	}
	.footer p {
	  font-size: 14px;
	}
	.footer p a {
	  font-size: 14px;
	}
	/*alex*/
	.slider-text .btn-get-started {
    padding: 4px 4px;
	font-size: 12px;
}

	/**/
  }


@media (min-width: 729px) and (max-width: 767.98px) { 

	.mobile{
		display: none;
	}
.logo img{
    width: 40%;
}
.menu {
    margin-top: -20px;
}
.scroll_down {
    text-align: center;
    display: none;
}
.slider-text h5 {
	font-size: 30px;
	margin: 0px 0 0px 0;
}
.slider-text p {
    color: #eee;
    margin-bottom: 50px;
    font-size: 17px;
    margin-top: 0px;
}
.slider-text p {
    color: #eee;
    margin-bottom: 0px;
    font-size: 17px;
    margin-top: 0px;
}
.cus-form-box {
    position: absolute;
    width: 100%;
    bottom: -5px;
    z-index: 9;
}
.slider-text {
    text-align: center;
    bottom: 0px;
	top: -140px;
}

.fixed-header .logo img{
	width: 40%;
}
.fixed-header .menu {
    margin-top: -30px;
}
.about h2 {
    font-size: 40px;
    color: #fff;
    line-height: 40px;
}
.about h4 {
    font-size: 30px;
    color: #fff;
    line-height: 40px;
    font-style: italic;
    margin-top: 10px;
}
.mobile-footer {
	  z-index:99999;

    display: block;
}
.back-to-top {
    position: fixed;
	bottom: 60px;
}
  }


  /* media screen and (max-width: 728px)
  ---------------------------------------------------------------------- */
  @media screen and (max-width:728px) {
	.top-btn {
	  display: none;
	}
	.slider-text {
	
top: 0px; 
	}
	.back-to-top {
		position: fixed;
		bottom: 20px;
	}
	.cus-form-box {
	
		bottom: 30px;

	}
	.logo img{
		width: 100%;
	}
	.icons {
	  display: none;
	}
	.fixed-header .top-btn {
	  display: none;
	}
	.mobile {
	  display: none;
	}
	.menu {
	  margin-top: -20px;
	}
	.overlay h4 a {
	  font-size: 17px;
	}
	.overlay-content {
	  top: 5%;
	}
	.cus-menu {
	  margin-top: 25px;
	}
	.mobile-footer {
	  display: block;
	}
	.slider-text h5 {
	  margin: 0px;
	  font-size: 25px;
	  line-height: 24px;
	}
	.slider-text .btn-get-started {
	  margin: 10px 0 50px;
	}
	.slider-text p {
	color: #f9e8a0;
	  margin-bottom: 6px;
	  font-size: 20px;
	  margin-top: 10px;
	}
	.scroll_down {
	  display: none;
	}
	.back-to-top {
	  position: fixed;
	  bottom: 70px;
	}
	.fixed-header .logo img {
	  width: 90%;
	}
	.about h2 {
	  font-size: 40px;
	  color: #fff;
	  line-height: 40px;
	}
	.about h4 {
	  font-size: 26px;
	  line-height: 30px;
	  margin-top: 30px;
	}
	.services-text {
	  width: 100%;
	  margin: 0 auto;
	  padding: 40px 20px;
	}
	.services-text h2 {
	  color: #fff;
	  font-size: 40px;
	}
	.services-text h4 {
	  color: #fff;
	  font-size: 22px;
	  line-height: 24px;
	  font-weight: 300;
	  margin-bottom: 19px;
	}
	.services {
	  height: 90vh;
	}
	.hospitality img {
	  height: 90vh;
	}
	.cus-text-contain {
	  padding: 40px;
	}
	.btn-primary {
	  padding: 10px 30px;
	}
	.cus-text-contain h2 {
	  color: #fff;
	  font-size: 40px;
	}
	.rest-text {
	  padding: 0 0 0 15px;
	}
	.rest-text h2 {
	  color: #fff;
	  font-size: 40px;
	}
	.rest-text h3 {
	  color: #fff;
	  font-size: 30px;
	  line-height: 32px;
	  margin-bottom: 20px;
	}
	.rest-text h4 {
	  color: #fff;
	  font-size: 24px;
	  line-height: 30px;
	  margin-bottom: 20px;
	}
	.rest {
	  height: 90vh;
	  background-image: url(../images/Eb5SkgazchY1.jpg);
	  object-fit: cover;
	  background-position: bottom;
	}
	.enjoy {
	  background-image: url(../images/ykEZU9ebPDQD.jpg);
	  height: 90vh;
	  background-position: center;
	}
	.hospitality {
	  background: rgba(174, 148, 107, 1) !important;
	  padding: 20px 0 20px 0;
	}
	.miss {
	  padding: 40px 0 20px;
	  height: auto;
	}
	.about {
	  height: 100vh;
	}
	.miss-text {
	  padding: 0 0 30px;
	}
	.news-image img {
	  height: auto;
	}
	.cus-text2 {
	  margin-top: 40px;
	  padding: 0 0px 20px 10px;
	}
	.cus-form2 h2 {
	  color: #fff;
	  text-align: center;
	  font-size: 27px;
	  line-height: 35px;
	}
	.footer {
	  background: #151414;
	  padding: 30px 0 70px;
	}
	.owl-carousel .owl-item img {
	  object-fit: cover;
	}
	.slider-text {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 70%;
		color: #fff;
		top: -110px !important;
		text-align: center;
		justify-content: center;
		align-items: center;
		display: flex;
		flex-wrap: wrap;
		left: 60px;
	}
  }
  /* media screen and (max-width: 640px)
  ---------------------------------------------------------------------- */
  @media screen and (max-width:640px) {}
  /* media screen and (max-width: 550px)
  ---------------------------------------------------------------------- */
  @media screen and (max-width:550px) {}
  /* media screen and (max-width: 480px)
  ---------------------------------------------------------------------- */
  @media screen and (max-width:500px) {}
  /* media screen and (max-width: 414px)
  ---------------------------------------------------------------------- */
  @media screen and (max-width:414px) {}
  
  
  /*alex*/
  .sfondonero {font-family: "Lora", serif;

  background-color: rgb(0, 0, 0, 0.5);
  padding:20px;
  color:#FFF;
	}
	
	  .sfondobianco {font-family: "Lora", serif;

  background-color: rgb(255, 255, 255, 0.3);
  padding:20px;
    color:#000;
	}
	.img-fluid {
	margin-top: 10px;
}


        .spazietto {
          margin-left: 1rem;
          border-left: 1px solid #fff
        }
        .spazietto a{
         /* font-style: italic;*/
          
          padding-left: 2rem
        }       


#logo  {
	width: 150px;
  }
#logo2
{
   width: 90px;
     position: absolute;
      top: 40px;
      left: 130px;
      padding: 10px;
  
}

  .services, .services2 {
	background-position: center center !important;
}
.btn-get-started2 {font-family: "Lora", serif;

  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 0;
  transition: 0.5s;
  border: 1px solid #fff;
  color: #fff;
  text-shadow: -1px -1px 2px #000;
  background-color: #CC0000;
}

/*ppv*/
          .iframe-full iframe {
	width: 100% !important;
	height: 250px !important;
	object-fit: contain;
}
@media screen and (min-width: 600px) {
	.iframe-full iframe {
	height: 350px !important;
}
    }

@media screen and (min-width: 768px) {
	.iframe-full iframe {
	height: 500px !important;
}
    }
@media screen and (min-width: 1000px) {
	.iframe-full iframe {
	height: 600px !important;
}
    }
@media screen and (min-width: 1200px) {
	.iframe-full iframe {
	height: 700px !important;
}
    }
@media screen and (min-width: 1400px) {
	.iframe-full iframe {
	height: 800px !important;
}
    }
@media screen and (min-width: 1600px) {
	.iframe-full iframe {
	height: 900px !important;
}
    }
@media screen and (min-width: 1800px) {
	.iframe-full iframe {
	height: 1000px !important;
}
    }
@media screen and (min-width: 2000px) {
	.iframe-full iframe {
	height: 1100px !important;
}
    }
@media screen and (min-width: 2200px) {
	.iframe-full iframe {
	height: 1200px !important;
}
    }
@media screen and (min-width: 2400px) {
	.iframe-full iframe {
	height: 1400px !important;
}
    }
@media screen and (min-width: 2800px) {
	.iframe-full iframe {
	height: 1500px !important;
}
    }
@media screen and (min-width: 3000px) {
	.iframe-full iframe {
	height: 1600px !important;
}
    }
@media screen and (min-width: 3200px) {
	.iframe-full iframe {
	height: 1700px !important;
}
    }
@media screen and (min-width: 3400px) {
	.iframe-full iframe {
	height: 1800px !important;
}
    }
@media screen and (min-width: 3600px) {
	.iframe-full iframe {
	height: 1900px !important;
}
}
    /*ppv*/
    