
.home{
    padding-top: 70px;
    min-height: 95vh;
    width: 100dvw;
    display: flex;
    flex-wrap: nowrap;
    color: white;
    scroll-behavior: smooth;
}
.home a{
    text-decoration: none;
    color: black;
    cursor: pointer;
}
.home a:hover{
    color:#505050;
    font-weight: bold;
    transition-duration: 0.2s;
}

.logo{
    height: 40vh;
    left: 150px;
}

.left ul li a img{
    width: 70px;
    transition-duration: 0.5s;
}
.left ul li a img:hover{
    box-shadow: 0 30px 50px #505050;;
    cursor: pointer;
    width: 80px;
}

.home > *{
    flex-basis: 100%;
}
.home .left{
    min-height: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: auto;
    margin-bottom: auto;
    word-spacing: 5px;
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
      font-optical-sizing: auto;
    
}

.home .left ul{
    padding-top: 2em;
}
.home .left ul li{
    display: inline;
    justify-content: space-between;
    bottom: 0;
    padding-right: 1em;
}

.home .right{
    min-height: 100%;
    overflow-wrap: none;
    background-image: url("/images/food/PizzaFichi.JPG");
    background-position: center;
    background-size:cover;
    background-repeat: no-repeat;
    /* border-top-left-radius: 50px; */
    border-bottom-left-radius: 50px;
    box-shadow: 0 30px 50px #505050;

}

.logo{
    height: 40vh;
    left: 150px;
}
ul li a img{
    width: 70px;

}

@media (max-width: 900px) {
    .home .right{
        display: block;
        min-width: 90vw;
        min-height: 70vh;
        margin:10vh 5vw 5vh 5vw;
        border-radius: 50px;
      
    }
    .home .left{
        display: block;
        width: 100vw;
    }
    .home{
        display: block;
    }

    .logo{
        max-width: 100%;
        left: 0;
    }

    

}


/* pizza event */
.event, .ourMenu{
    padding-top: 80px;
    min-height: 90dvh;
    width: 100dvw;
    display: flex;
    flex-wrap: nowrap;
    color: white;
}


.event > *, .ourMenu > *, .aboutUs > *{
    flex-basis: 100%;
}
.event .left,  .aboutUs .right{
 
    color: black;
    min-height: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: auto;
    margin-bottom: auto;
    max-width: 50vw;
}



.event .left{
    padding:0 100px 0 200px ;
}

.aboutUs .right{
    padding:0 200px 0 100px ;
}



.ourMenu .left, .ourMenu .right{
    justify-content: center;
    align-items: center;
    margin: auto;
    width: 33vw;
    margin-left: 5vw;
    margin-right: 5vw;
    

}
.left {
    margin-left: 5vw;
}


.ourMenu .center{
    min-width: 33vw;
    color: black;
    min-height: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: auto;
    margin-bottom: auto;
    max-width: 33vw;
}


.ourMenu .right video , .ourMenu .left video{
    max-height: 80vh;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50px;
}

.event .right, .aboutUs .left{

    min-height: 100%;
    max-width: 40%;
    overflow-wrap: none;
    display: flex;

    
}
.right video , .left video{
    max-height: 80vh;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50px;
}

.watermark{
    display: none !important;
}
.event .left h1, .ourMenu .center h1, .aboutUs .right h1{
    word-spacing: 10px;
    font-size: 35px;
    margin-top: auto;
}


@media (max-width: 900px) {
    .event .left, .ourMenu .center, .aboutUs .right{
        padding:0 50px 0 50px ;
        max-width: none;
    }
    .event, .ourMenu, .aboutUs, .left, .right {
        display: block;
    }
    .event .right, .ourMenu .center, .ourMenu .right, .aboutUs .left {
        padding-top: 70px;
        min-width: 100vw;
        justify-content: center;
    }
    .right video , .left video{
        max-height: 70vh;
        max-width: 90vw;
    }
    .left, .right{
        min-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .ourMenu .right video, .ourMenu .left video{
        display: block;
        max-height: 70vh;
        max-width: 90vw;
    }
    .aboutUs .right h1{
        margin-top: 70px;
    }
    .ourMenu .left, .ourMenu .right{
        margin-left: auto;
        margin-right: auto;
    }

}

@media (min-width: 900px) and (max-width: 1354px) {


    .ourMenu,.event,.aboutUs{
        min-width: 100vw;
    }
 
     .event .left{
        padding:0 100px 0 100px ;
    }
    .aboutUs .right{
        padding:0 0 0 100px ;
    }

    .video{
        max-height: 100%;
    }

}






/* menu */
#aboutUs{
    min-height: 50vh;
    width: 100vw;
    display: grid;
    align-items: center;
    
}

.aboutUs{
    padding-top: 70px;
    margin-left: auto;
    margin-right: auto;
    max-width: 50vw;
    text-align: center;
    min-width: 70vw;
    
}

.aboutUs h1{
    word-spacing: 10px;
    font-size: 35px;
    margin-top: auto;
}
.aboutUs p{
    padding:0 100px ;

}
@media (max-width: 900px) {
    .aboutUs{
        margin-left: auto;
        margin-right: auto;
        max-width: 90vw;
        text-align: center;
    }
    .aboutUs p{
        padding:0 20px ;
    }

}





.slider{
    padding-top:70px;
    max-width: 100dvw;    
    display: grid;
    grid-auto-rows: 1fr;
    grid-template-columns: auto auto auto;
    gap: 10px;
    align-items: center;
}


.cont{
    position:relative;
    height: 100vh;
    width: 5px;
    z-index: 0;
}

.title{
    display: block;
    min-width: 100vw;
    text-align: center;
    padding-bottom: 90px;
}

.title > h1{
    font-family: 'Libre+Baskerville', serif; 
    font-weight: 400 !important;
    word-spacing: 10px;
    font-size: 35px;
    margin-left:auto ;
    margin-right: auto;
    padding-bottom: 90px;

}


.sliderContainer{
    position: absolute;
    left: 50%;
    top:50%;
    transform: translate(0, -50%);
    width: 33vw;
    height: 80vh;
    box-shadow: 0 30px 50px #dbdbdb;
    
}




@media (max-width: 900px) {
    .sliderContainer{
        width: 90vw;
        height: 70vh;
        transform: translate(-50%, -50%);
        margin-top: 10px;
    }
    .slider{
        display: block;
        align-items: center;
        justify-content: center;
    }
    .cont{
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px ;
        height: 80vh;
    }
    .title{
        
        left: 50%;
        transform: translate(-50%, -30px);
        
    }
    

}

.sliderContainer .slide .item{
    width: 0px;
    height: 200px;
    position: absolute;
    top: 70%;
    transform: translate(0,-50%);
    border-radius:20px;
    box-shadow: 0 30px 50px #505050;
    background-position: 50% 50%;
    background-size: cover;
    display: inline-block;
    transition: 0.5s;
}

.slide .item:nth-child(1),
.slide .item:nth-child(2){
    top: 0;
    left: 0;
    transform: translate(0,0);
    border-radius: 50px;
    width: 100%;
    height: 100%;
}

.slide .item.item:nth-child(3){
    left: 50%;
}
.slide .item.item:nth-child(4){
    left: calc(50% + 220px);
}
.slide .item.item:nth-child(5){
    left: calc(50% + 440px);
}
.slide .item.item:nth-child(n+6){
    left: calc(50% + 660px);
    opacity: 0;
}

.item .content{
    position: absolute;
    top: 50%;
    left: 100px;
    width: 150px;
    text-align: left;
    color: #eee;
    transform: translate(0,-50%);
    font-family: system-ui;
    display: none;
    z-index: 100;
    transition-duration:0.7s;
    
}

.slide .item:nth-child(2) .content{
    display: block;
}

.content .name{
    
    font-size: 40px;
    text-transform: uppercase;
    font-weight: bold;
    opacity: 0;
    animation: animate 1s ease-in-out 1 forwards;
    -webkit-backdrop-filter: blur(10px) saturate(80%);
    backdrop-filter: blur(10px) saturate(80%);
    width: fit-content;
    display:none;
    
}

.content .des{
    margin-top:10px;
    margin-bottom: 20px;
    opacity: 0;
    animation: animate 1s ease-in-out 0.3s 1 forwards;
    -webkit-backdrop-filter: blur(10px) saturate(80%);

    backdrop-filter: blur(10px) saturate(70%);
    width: fit-content;
}

.content button{
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    opacity: 0;
    animation: animate 1s ease-in-out 0.6s 1 forwards;
}
#pizza:hover{
    display: none!important;
}

@keyframes animate {
    from {
        opacity: 0;
        transform: translate(0,100px);
        filter: blur(33px);
    }
    to {
        opacity: 1;
        transform: translate(0);
        filter: blur(0);
    }
}


@media (max-width: 900px) {
    .item .content{
        position: absolute;
        top: 43%;
        left: 15%;
    }
}


.button{
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: space-between;
}

.button button{
    width: 45%;
    height: 80vh;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    transition: 0.3s;
    background:none;
    font-size: 35px;
    color:rgba(255, 255, 255, 0.569);
    font-weight: bold;
}

.next, .nextDes, .nextDrink {
    text-align: end;
    margin-right: 5px;

    /* background: linear-gradient(to right, rgba(255,0,0,0), black)  !important; */

}
.prev, .prevDes, .prevDrink {
    text-align: start;
    margin-left: 5px;
}

.button button:hover{
    /* background: linear-gradient(to right, rgba(255,0,0,0), black); */
    color: #ffffff;
}

.hidden{
    display: none !important;
}





/* contact */
.contact{
    padding-top: 5px;
    min-height: 90dvh;
    width: 100dvw;
    display: flex;
    flex-wrap: nowrap;
    color: white;
}


.contact > *{
    flex-basis: 100%;
}
.contact .left{
    margin-left: 0 !important;
    min-height: 100%;
    overflow-wrap: none;
    background-image: url("/images/oven.jpeg");
    background-position: center;
    background-size:cover;
    background-repeat: no-repeat;
    justify-content: center;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    box-shadow: 0 30px 50px #505050;
    
}
.contact .left img{
    width: 70%;
    
}
.contact .left ul{
    padding-top: 2em;
    
}
.contact .left ul li{
    display: inline;
    justify-content: space-between;
    bottom: 0;
    padding-right: 1em;
    
}
.contact .right{
    color: black;
    min-height: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: auto;
    margin-bottom: auto;

    
}
.contact .right h1{
    word-spacing: 10px;
    font-size: 35px;
    margin-top: auto;
}
.contact .right p{
    padding:0 100px ;
}


form {
	min-width: 40vw;
	
  .form-control {
    width: 60%;
    background-color: #f2f6f8;
	border-radius: 2rem;
    border: none;
    box-shadow: 0px 7px 5px rgba(0, 0, 0, 0.11);
	margin-top: 10px;
    &.thick {
      height: 3.3rem;
      padding: .5rem 3.5rem;
    }
		
    &:focus {
        background-color: #f2f6f8;
        border: none;
        box-shadow: 0px 7px 5px rgba(0, 0, 0, 0.11);
    }
  }
	
	.message .form-control {
			padding: .5rem 1.8rem;
	}
	
  ::placeholder {
    font-family: 'Quicksand', sans-serif;
		font-weight: 600;
    font-size: 1.1rem;
    color: #838788;
    position: relative;
    left: 0;
  }
	
  input,
  textarea {
		font-family: 'Quicksand', sans-serif;
    color: #212529;
    font-size: 1.1rem;
  }
  input:focus:invalid{
    border: 3px solid #ab0d0d;
  }

	
  .icon {
    color: #57565c;
    height: 1.3rem;
    position: absolute;
    left: 1.5rem;
    top: 1.1rem;
  }
}

.btn.btn-primary {
  font-family: 'Quicksand', sans-serif;
	font-weight: bold;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 3rem;
  border: 0;
  border-radius: 3rem;
  /* background-image:linear-gradient(131deg, #ffd340, #ff923c, #ff923c, #ff923c); */
  background-color: #181818;
  color: white;
  background-size: 300% 100%;
  transition: all 0.3s ease-in-out;
  margin-top: 50px;
}

.call > .btn.btn-primary {
    margin-top: 0px;
}

.btn.btn-primary:hover:enabled {
  box-shadow: 0 0.5em 0.5em -0.4em #212529;
  background-color: white;
  color: black;
  cursor: pointer;
  background-size: 100% 100%;
  transform: translateY(-0.15em);
}
.btn.btn-primary a{
    text-decoration: none;
    color: white;
    width: 100%;
}
.btn.btn-primary:hover a{
    color: black;
}
@media (max-width: 900px) {
    .contact .left {
        display:none;
    }
    form{
        .form-control {
            width: 80%;
        }
    }
    .btn.btn-primary {
        margin-top: 50px;
      }
      
      .call > .btn.btn-primary {
          margin-top: 0px;
      }


}



