

@import url('https://fonts.googleapis.com/css2?family=Nunito&family=Old+Standard+TT:wght@400;700&display=swap');



body {
  margin: 0 auto;
  background-color:rgb(255, 255, 255);
  color: #988455;
  background-color: #f8f8f8!important;
  text-align: center;
  font-family: 'Nunito', sans-serif;
}


a, button {
  color: #c5a880!important;
  text-decoration: none!important;
}



a:hover {
  color: #c5a880;
  text-decoration: none;
  cursor: pointer;
}




h3{
  font-size: 21px!important;
  font-family: 'Old Standard TT', serif;
  font-weight: bold;
  letter-spacing: 2px;
  color: rgba(0, 0, 0, 0.8);

}


.margin-bottom-50{
  margin-bottom: 50px!important;
}

.container {
  position: relative!important;
  text-align: center;
  background-color: #f8f8f8;
  z-index: 1!important;
}

/* header */
.logo{
  position: fixed;
  left: calc(50% - 140px);
  background-color: #fff;
  text-align: center;
  width:280px;
  height: 180px;
  border-radius: 20px;
  z-index:10!important;
}

.logo img{
  height: 100%;
  padding-bottom: 10px;
  padding-top: 10px;
}

.nav{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  font-family: 'Nunito', sans-serif;
  font-size: 13px;
  color: rgba(52, 52, 52, 0.7);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: right;
  background-color: #fff;
  height: 90px;
  padding-left: 200px!important;
  text-align: right;
  z-index: 2;
}

.nav li{
  margin-left: 40px;
  text-align: right;
  margin-top: 32px;
  margin-bottom: 1.2rem;
  list-style: none;
  display: inline-block;
}

.cover{
  background-color: #988455;
  height: 100vh;
  min-height: 100%;
  position: relative;
}


.services {
  width: 90%;
  margin-left: 5%;
  display: block;
  text-align: center;
  background: #fff;
  padding: 30px 20px;
  border-radius: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 5px 25px -2px rgba(0, 0, 0, 0.193)!important;
  -moz-box-shadow: 0px 5px 25px -2px rgba(0, 0, 0, 0.193)!important;
  box-shadow: 0px 5px 25px -2px rgba(0, 0, 0, 0.193)!important;
}

.services .text h2, .services .text .h2 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 2px;
  font-family: "Nunito", Arial, sans-serif;
  color: black;
}

.services span {
  font-size: 70px;
  line-height: 1;
  color: #c5a880;
  padding-bottom: 20px;
}


@media (max-width: 1199.98px){
.services {
  margin-bottom: 20px;
}
}

.wrapSlogan{
  width: 100%;
  position: absolute;
  top: calc(50% - 20px);
}

.subtitle {
  font-family: 'Nunito', sans-serif;
  width: 100%;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  font-size: 13px;
  letter-spacing: 2px;
  text-align: center;
  padding: 5px;
  
}

.subheading {
  font-size: 13px;
  display: block;
  margin-bottom: 5px;
  color: #c5a880;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
}


.room-wrap {
  background: #fff;
  margin-bottom: 60px;
  -webkit-box-shadow: 0px 5px 25px -2px rgba(0, 0, 0, 0.193)!important;
  -moz-box-shadow: 0px 5px 25px -2px rgba(0, 0, 0, 0.193)!important;
  box-shadow: 0px 5px 25px -2px rgba(0, 0, 0, 0.193)!important;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}


.room-wrap .img.img-room::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  opacity: 0;
  background: #222222;
  z-index: -1;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}


.room-wrap .img {
  display: block;
  width: 100%;
  height: 280px;
  position: relative;
  z-index: 0;
}

.room-wrap .text .price {
  color: #c5a880;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}


.img, .blog-img, .user-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.slogan {
  font-family: 'Old Standard TT', serif;
  color: #fff;
  font-size: 80px;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 10px;
  width: 100%;
  font-weight: bold;
}


.title{
  margin-top: 80px;
  margin-bottom: 50px;
}

.title h2{
  font-size: 54px;
  font-family: 'Old Standard TT', serif;
  line-height: 1.4;
  letter-spacing: 2px;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 400;
}

.containerPhoto{
  overflow: auto;
  white-space: nowrap;
  height: 70%;
  border-bottom: 3px solid #988455;
  border-top: 3px solid #988455;
  position: relative;
  width: 100%;
  width: calc(100% - 40px);
  margin-left: 20px;
}

.photo {
  width: 100%;
  height: calc(50%);
}

.photo img{
  height: calc(100% - 20px);
  margin-left: 10px;
  margin-top: 10px;
}



.footer{
  position: relative;
  width: 100%;
  margin-bottom: 10px;
  color: #988455;
  text-align: center;
  margin-top: 10px;
}

.by{
  position: relative;
  width: 100%;
  margin-bottom: 10px;
  margin-top: 10;
  color: #00000080;
  text-align: center;
  font-size: 10px;
}


.heading-section h2, .heading-section .h2 {
  font-size: 64px;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}


.about{
  background-color: #fff;
  border-radius: 20px;
  padding:60px;
  -webkit-box-shadow: 0px 5px 25px -2px rgba(0, 0, 0, 0.193)!important;
  -moz-box-shadow: 0px 5px 25px -2px rgba(0, 0, 0, 0.193)!important;
  box-shadow: 0px 5px 25px -2px rgba(0, 0, 0, 0.193)!important;
}

.about img{
  width: 200px;
}

.aboutus{
  margin-top: 40px;
  font-size: 14px;
  line-height: 30px;
  text-align: justify;
  letter-spacing: 1px;
  
}



@media screen and (max-width: 1000px) {
  
  .about{
    padding:10px;
  }

  
  .containerPhoto{
    width: 100%;
    margin-left: 0px;
  }

  .slogan {
    font-size:60px;
  }

  .wrapSlogan {
    top: calc(50% - 100px);
  }

  .cover{
    background-color: #fff;
    height: 100vh;
    min-height: 100%;
    position: relative;
  }

  .info-wrap {
    height: 400px;
  }

  .logo{
  
    left: calc(50% - 100px);
    width:200px;
    height: 120px;
  }

  .nav{
    height: 70px;
  }

}


#rotate-device {
display: block;
}

@media only screen and (max-width: 1000px) and (orientation: landscape){
#rotate-device {
  display: none;
}
}






/* SLIDE SHOW */

.cover > div {
  width: 100%;
  height: 100%;


  background-size:cover;

  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  animation: slide 15s infinite;
  opacity: 0;
  position: absolute;
}


.cover > div:nth-child(2) {
  animation-delay: 3s;
}
.cover > div:nth-child(3) {
  animation-delay: 6s;
}
.cover > div:nth-child(4) {
  animation-delay: 9s;
}
.cover > div:nth-child(5) {
  animation-delay: 12s;
}

@keyframes slide {
  10% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
 
}

/* FINE SLIDE */


/* CONTACT */
.contact-wrap {
  background: #fff;
  color: #666666;
  font-size: 14px;
  line-height: 1.8;
  font-weight: normal;
  color: #666666;
  text-align: left;
}

.wrapper {
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  -webkit-box-shadow: 0px 21px 41px -13px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 21px 41px -13px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 21px 41px -13px rgba(0, 0, 0, 0.18);
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.contact-wrap h3 {
  color: #000;
}

.dbox {
  width: 100%;
  margin-bottom: 25px;
}

.dbox .text {
  width: 100%;
}

.contactForm .form-control {
  border: none;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0;
}

.mb-4, .my-4 {
  margin-bottom: 1.5rem !important;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}


.form-control::placeholder {
  color: rgba(0, 0, 0, 0.5) !important;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
elemento {
}
#contactForm .form-control {
  font-size: 16px;
}
.contactForm .form-control {
  border: none;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0;
}
.form-control {
  height: 40px;
  background: transparent;
  color: rgba(0, 0, 0, 0.8) !important;
  font-size: 14px;
  border-radius: 0px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.form-control::placeholder {
  color: rgba(0, 0, 0, 0.5) !important;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-group {
  margin-bottom: 1rem;
}

#contactForm .form-control {
  font-size: 16px;
}
#message {
  resize: vertical;
}
.contactForm .form-control {
  border: none;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0;
}
textarea.form-control {
  height: inherit !important;
}

.btn.btn-primary {
  background: #e3b04b !important;
  border-color: #e3b04b !important;
  color: #fff;
}
button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled) {
  cursor: pointer;
}
.btn {
  padding: 12px 16px;
  cursor: pointer;
  border-width: 1px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 400;
  -webkit-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.12);
  position: relative;
  margin-bottom: 20px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}


.social-media p a:hover {
  color: #000;
}
.social-media p a {
  color: rgba(0, 0, 0, 0.2)!important;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  margin-right: 10px;
}

a:hover, a:focus {
  text-decoration: none !important;
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}

/* ANIMAZIONE FADE */

.reveal {
	position: relative;
	opacity: 0;
  }
  
  .reveal.active {
	opacity: 1;
  }
  .active.fade-bottom {
	animation: fade-bottom 1s ease-in;
  }
  .active.fade-left {
	animation: fade-left 1s ease-in;
  }
  .active.fade-right {
	animation: fade-right 1s ease-in;
  }
  @keyframes fade-bottom {
	0% {
	  transform: translateY(50px);
	  opacity: 0;
	}
	100% {
	  transform: translateY(0);
	  opacity: 1;
	}
  }
  @keyframes fade-left {
	0% {
	  transform: translateX(-100px);
	  opacity: 0;
	}
	100% {
	  transform: translateX(0);
	  opacity: 1;
	}
  }
  
  @keyframes fade-right {
	0% {
	  transform: translateX(100px);
	  opacity: 0;
	}
	100% {
	  transform: translateX(0);
	  opacity: 1;
	}
  }
  

  .fade-in-div {
	animation: fadeIn 5s;
	-webkit-animation: fadeIn 5s;
	-moz-animation: fadeIn 5s;
	-o-animation: fadeIn 5s;
	-ms-animation: fadeIn 5s;
  }


  .fade-in-search {
	animation: fadeIn 2s;
	-webkit-animation: fadeIn 2s;
	-moz-animation: fadeIn 2s;
	-o-animation: fadeIn 2s;
	-ms-animation: fadeIn 2s;
  }

  
  
  @keyframes fadeIn {
	0% { opacity: 0; }
	100% { opacity: 1; }
  }
  
  @-moz-keyframes fadeIn {
	0% { opacity: 0; }
	100% { opacity: 1; }
  }
  
  @-webkit-keyframes fadeIn {
	0% { opacity: 0; }
	100% { opacity: 1; }
  }
  
  @-o-keyframes fadeIn {
	0% { opacity: 0; }
	100% { opacity: 1; }
  }
  
  @-ms-keyframes fadeIn {
	0% { opacity: 0; }
	100% { opacity: 1; }
  }

  .whatsapp{
    color: green!important;
    margin-top: 20px!important;
    padding-top: 20px!important;
    font-size: 18px!important;
    font-weight: bold;
  }
  