*
{
margin: 0;
	padding: 0 ;
	box-sizing: border-box;
	font-family: 'Poppins', sans-sarif;
	
}


.container1{
	
	position: relative;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin: 40px 0;
	
}




.container5{
	
	display: flex;
    width: 100%;
    padding: 4% 2%;
    box-sizing: border-box;
	position: relative;
    min-height: 60vh;
	font-size: 30px;
	
}
.container5 img{ 
	
   width: 100%;
    height: auto;
    position: relative;
    top: -1px;
	
	}
@media (max-width: 1000px) {
	
.bg{
	background: url(../img/4.jpeg);
    filter: blur(7px);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    position: absolute;
    width: 100%;
    min-height: 54em;
	
}
	
	.bg5{
	background: url("../img/11.jpeg");
    filter: blur(7px);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    position: absolute;
    max-width: 100%;
        max-height: 51em;
	
}
	
	.container .spazio{
	
	max-height: 49em;
	
}

.carousel-logo {
  position: absolute;
  top: 20px; /* Regola la distanza dall'alto per posizionare il logo */
  left: 50%;
  transform: translateX(-50%); /* Centra il logo orizzontalmente */
  z-index: 10; /* Assicura che il logo stia sopra l'immagine del carousel */
}

.carousel-logo img {
  width: 150px; /* Regola la larghezza del logo */
  max-height: 50px; /* Limita l'altezza del logo se necessario */
  object-fit: contain; /* Mantiene il logo proporzionato */
}
	.container .spazio img{
	
	position: relative;
    width: 57%;
    height: auto;
    max-width: 85%;
    max-height: 45em;
    top: -29em;
	
}
	.w-100 {
	width: 100%!important;
    filter: blur(7px);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    height: 42em;
}
	
	.box1 > img {
  width: 200%;
  height: 100%;
  object-fit: cover; 
  transition: .5s;

}
	.footer-dark {
  padding:50px 0;
  color:#f0f9ff;
  background-color:#282d32;
	position: relative;
    width: 100%;
    height: auto;
}
	
	.box1 {
  flex: 1;
  overflow: hidden;
  transition: .5s;
  margin: 0 2%;
  box-shadow: 0 20px 30px rgba(0,0,0,.1);
  line-height: 0;
}
	
	
}

@media screen and (min-width: 400px){
	.box1{
		flex-basis: 46%;
		margin: 2%;
	}
	.container2 {
  display: flow-root;
  width: 100%;
  padding: 0% 2% 2%;
  box-sizing: border-box;
  height: auto;
	position: relative;
	bottom: -51px;
}
	
	
	.navbar-light .navbar-nav .nav-link {
	font-size: 30px;
}
	
	.home{
		
		font-size: 40px;
		
	}

}


@media screen and (min-width: 1000px){
	
	.container2 {
  display: flex;
  width: 100%;
  padding: 0% 2% 1%;
  box-sizing: border-box;
  height: 55vh;
	position: relative;
	bottom: -51px;
}
	
	.navbar-light .navbar-nav .nav-link {
	font-size: unset;
}
	
	.home{
		
		font-size: 30px;
		
	}
	
	.container .spazio{
	
	height: 0em;
    position: relative;
    top: -47em;
	
}

}







.container5 h3{
	color: rgb(89 72 62);
    position: relative;
    
    min-width: 50%;
    height: auto;
    max-width: 100%;
}



.container1 .box{
	position: relative;
	width: 300px;
	height: 300px;
	margin: 30px;
	background: #5c4a3f;
	
	box-shadow: 0px 30px 50px rgba(0,0,0,0.05);
		
}

.container1 .box .imgBx{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.5s;
	transition-delay: 0.5s;
	color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 2px;
    margin-top: 20px;
}

.container1 .box .imgBx1{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.5s;
	transition-delay: 0.5s;
	color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 2px;
    margin-top: 20px;
}

.container1 .box:hover .imgBx{
	
	transform: scale(0);
	transition-delay: 0s;
	
}

.container1 .box .imgBx img{
	
	max-width: 100px;
	 filter:invert(1);
}

.container1 .box .imgBx1 img{
	
	max-width: 100px;
	 filter:invert(1);
}

.container1 .box .content {
	
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-align: center;
	transition: 0.5s;
	background: #b99066;
	transform: scale(0);
	transition-delay: 0.5s;
}

.container1 .box:hover .content{
	
	transform: scale(1);
	transition-delay: 0s;
	
	
}

.container1 .box:nth-child(2) .content{
	background: #b99066;
	
	
	
	
	
}

.container1 .box:nth-child(3) .content{
	background: #b99066;
	
	
	
	
	
}


.container1 .box .content .icon img{
	
	max-width: 80px;
	filter:invert(1);
	
	
	
}

.container1 .box .content h3{
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 2px;
	margin-top: 20px;
}

.container1 .box .content h4{
color: #fff;
	font-size: 16px;
	font-weight: 500;
}

.bg{
	background: url(../img/4.jpeg);
    filter: blur(7px);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    position: absolute;
    width: 100%;
        height: 31em;
	
}

.bg5{
	background: url("../img/11.jpeg");
    filter: blur(7px);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    position: absolute;
    width: 100%;
        height: 61em;
	
}
.container .spazio{
	
	height: 0em;
    position: relative;
  
	
}

.container .spazio img{
	-moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
	
	position: relative;
    width: 57%;
    height: auto;
    max-width: 85%;
    max-height: 45em;
    
}


.container .spazio:hover img{
	 -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.bg2{
	background: url(../img/11.jpeg);
    filter: blur(7px);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 50%;
}

.rounded-lg {
  border-radius: 1rem !important;
}

.text-small {
  font-size: 0.9rem !important;
}

.custom-separator {
  width: 5rem;
  height: 6px;
  border-radius: 1rem;
}

.text-uppercase {
  letter-spacing: 0.2em;
}


body {

   background: linear-gradient(to right, #b19686cc, #e4b779);
    color: #514B64;
    min-height: 100vh;

}
.footer-dark {
  padding:50px 0;
  color:#f0f9ff;
  background-color:#282d32;
	position: relative;
    width: 100%;
    height: auto;
	bottom: -36px;
}

.footer-dark h3 {
  margin-top:0;
  margin-bottom:12px;
  font-weight:bold;
  font-size:16px;
}

.footer-dark ul {
  padding:0;
  list-style:none;
  line-height:1.6;
  font-size:14px;
  margin-bottom:0;
}

.footer-dark ul a {
  color:inherit;
  text-decoration:none;
  opacity:0.6;
}

.footer-dark ul a:hover {
  opacity:0.8;
}

@media (max-width:767px) {
  .footer-dark .item:not(.social) {
    text-align:center;
    padding-bottom:20px;
  }
}

.footer-dark .item.text {
  margin-bottom:36px;
}

@media (max-width:767px) {
  .footer-dark .item.text {
    margin-bottom:0;
  }
}

.footer-dark .item.text p {
  opacity:0.6;
  margin-bottom:0;
}

.footer-dark .item.social {
  text-align:center;
}

@media (max-width:991px) {
  .footer-dark .item.social {
    text-align:center;
    margin-top:20px;
  }
}

.footer-dark .item.social > a {
  font-size:20px;
  width:36px;
  height:36px;
  line-height:36px;
  display:inline-block;
  text-align:center;
  border-radius:50%;
  box-shadow:0 0 0 1px rgba(255,255,255,0.4);
  margin:0 8px;
  color:#fff;
  opacity:0.75;
}

.footer-dark .item.social > a:hover {
  opacity:0.9;
}

.footer-dark .copyright {
  text-align:center;
  padding-top:24px;
  opacity:0.3;
  font-size:13px;
  margin-bottom:0;
}

  .carousel-item {
	max-width: 100%;
    max-height: 980px;
}
.carousel-caption {
	bottom: 220px;
}
.carousel-caption h5 {
	font-size: 125%;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-top: 25px;
	font-family: merienda;
}
.carousel-caption p {
	width: 60%;
	margin: auto;
	font-size: 18px;
	line-height: 1.9;
	font-family: poppins;
}
.carousel-caption a {
	text-transform: uppercase;
	background: #262626;
	padding: 10px 30px;
	display: inline-block;
	color: #fff;
	margin-top: 15px;
}
.navbar-nav a {
	font-family: poppins;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
}

.word-break {
  word-break: break-word;
  overflow-wrap: break-word;
}
.navbar-light .navbar-brand {
	color: #fff;
	font-size: 25px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
	color: #b99066;
}
.navbar-light .navbar-nav .nav-link {
	color: #5c4a3f;
}
.navbar-nav {
	text-align: center;
}
.nav-link {
	padding: .2rem 1rem;
}
.nav-link.active, .nav-link:focus {
	color: #b99066;
}
.navbar-toggler {
	padding: 1px 5px;
	font-size: 18px;
	line-height: 0.3;
	background: #fff;

}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	color: #b99066;
}
.w-100 {
	width: 100%!important;
    filter: blur(7px);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    max-height: 61em;
}




@media only screen and (min-width: 500px) {
	.navbar-nav.ml-auto {
		background: rgba(0, 0, 0, 0.8);
	}
	
}

@media only screen and (min-width: 1000px) {
	.navbar-nav.ml-auto {
		background: unset;
	}
	
}


.box1 {
  flex: 1;
  overflow: hidden;
  transition: .5s;
  margin: 14px;
  box-shadow: 0 20px 30px rgba(0,0,0,.1);
  line-height: 0;
	background-color: white;
}

.box1 > img {
  width: 100%;
  height: 90%;
  object-fit: cover; 
  transition: .5s;

}

.box1 > span {
  font-size: 3.8vh;
  display: block;
  text-align: center;
  height: 10vh;
  line-height: 2.6;
}



 




















