/* Base Style */
body{font-family: 'Inter', sans-serif;font-size: 16px; background: #fff;}

a{text-decoration: none;}

h1, h2, h3, h4, h5, p{ color: #000; padding-bottom: 30px;}
p{line-height: 28px; color: #dddddd; font-weight: 400, font-family: cursive;}

.big-text{font-size: 70px; font-weight: 900; font-family: cursive;}
.med-text{font-size: 40px; font-family: cursive;}
.normal-text{font-size: 20px; font-family: cursive;}
.small-text{font-size: 14px; font-family: cursive;}

.intro-text{font-size: 30px; font-weight: bold; font-family: cursive;}



.button{
  padding: 18px 28px;
  background: #316bff;
  color: #fff;
  display: inline-block;
  border-radius: 4px;
}

@media (max-width: 768px) {
  .big-text{font-size: 40px;}
}

/* ! Header */

.header{
  z-index: 10;
  width: 100%;
  position:fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.6s;
  padding: 30px;
  display:flex;
}


/* MENU INDEX */
.menu{
  transition: all 1s cubic-bezier(.215, .61, .355, 1);
  width: 100%;
  z-index: 0;
  display: none;
}

.menu li{ display: inline-block; color: #FF7518;}
.menu li a{color: #FF7518; padding: 15px; display: block;}




.menu{
  display: block;
  position: fixed;
  top: 0;
  right: -100%;
  background: #000;
  height: 100vh;
  padding-top: 80px;
}
.menu li{display: block;}
.menu li a{padding: 15px 30px; font-size: 20px;}

.sticky{
  background-color: black;
  padding-bottom: 5px;

}



.menu--open{right: 0%}

.hamburger{
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 40px;
  right: 30px;
}

.hamburger span{
  background: #fff;
  height: 3px;
  width: 100%;
  display: block;
  margin-bottom: 5px;
}


.logo{
  z-index: 1;

}

.logo img{
  width: 200px;
}

.cta{
}


@media (max-width: 768px) {
  .cta{display:none;;}

  .menu{
    position: absolute;
    top: 0;
    right: -100%;
    background: #000;
    height: 100vh;
    padding-top: 80px;
  }
  .menu li{display: block;}
  .menu li a{padding: 15px 30px;font-size: 20px;}

  .menu--open{right: 0%}

  .hamburger{
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 40px;
    right: 30px;
  }


  .hamburger span{
    background: #fff;
    height: 3px;
    width: 100%;
    display: block;
    margin-bottom: 5px;
  }

}

/* ! Hero */

.hero{
  position: relative;
  height: 100vh;
  display: flex; width: 100%; align-items: center;
  background: linear-gradient(0deg,rgba(0, 0, 0, 0.2),rgba(0, 0, 0, 0.9)), url('img/fotobar.jpg') no-repeat center center;
  background-size: cover;
  overflow: hidden;
}



.hero::after{
  content: ' ';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.4;
}

.hero_content{
  z-index: 1;
  position: relative;
  width: 100%;
  max-width: 1350px;
  margin: 0 auto;
  padding: 30px;
}

.hero_content h1,
.hero_content p{ color: #fff;}


#video_bar{
  position: absolute;
  bottom: 0; left: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: 0;
}

/* !  Hero listino */

.hero_listino{
  position: relative;
  height: 100vh;
  display: flex; width: 100%; align-items: center;
  background: linear-gradient(0deg,rgba(0, 0, 0, 0.2),rgba(0, 0, 0, 0.9)), url('img/foto_menu.jpg') no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  overflow: hidden;
}




/* !  Poster */

.poster{
  display: flex;
  height: 100vh;
  width: 100%;
  align-items: center;
}

.poster_img{
  width: 65%;
  height: 100%;
}
.poster_img img{
  object-fit: cover; width: 100%; height: 100%;
}

.poster_content{
  width: 35%;
  padding: 50px;

}

@media (max-width: 768px) {
  .poster{
    flex-wrap: wrap;
    height: auto;
  }
  .poster_img,
  .poster_content{
    width: 100%;
  }
}

/* ! BG cover */

.bg-cover{
  display: flex;
  padding: 100px 0;
  background: linear-gradient(0deg,rgba(0, 0, 0, 0.7),rgba(0, 0, 0, 0.7)), url('img/fotobar.jpg') no-repeat center center;
  background-size: cover;
  padding: 30px;

}

.bg-cover_text{width: 50%;padding: 50px;}
.bg-cover_title{
  width: 50%;
  padding: 50px;
  margin-top: 100px;
  align-items: center;}

@media (max-width: 768px) {
  .bg-cover{flex-wrap: wrap; height: auto;}
  .bg-cover_text,
  -bg-cover_title{width: 100%;}
}


/* ! Grid */

.gallery{
  display: grid;
}

.grid{
  display: flex;
  max-width: 1350px;
  padding: 0 30px;
  margin: 0 auto;
}
.grid .col{width: 100%; margin-bottom: 20px;}



@media (max-width: 768px) {
  .grid{flex-wrap: wrap}
}


/* ! Carousel */

.main-carousel{padding: 40px 0;}

.carousel-cell{
  height: 350px;
  width: 350px;

  margin-right: 40px;
}

.carousel-cel_content{
  width: 100%;
  height: 100%;
  background-color: #6adf91;
  border-radius: 100%;
  line-height: 350px;
  text-align: center;
}

/* ! Panel Blue  */

.panel-blue{background: #4bb1e9;padding: 100px 30px;}

.panel-blue_text{
  display: flex;
  align-items: center;
}

.dot{
  height: 250px;
  width: 250px;
  background: #6adf91;
  border-radius: 100%;
  line-height: 250px;
  text-align: center;
  display: inline-block;
  margin-right: 40px;
  margin-bottom: 40px;
}

.intestazione{
  color:dark-gray;
  padding: 10px;
  text-align: center;
  font-style: italic;
  font-family: Georgia, serif;
  font-size: 40px;

}




/* ! Content */

.content{
  max-width: 900px; margin: 0 auto;
}







/* ! Helpers */

.mt-1{margin-top: 50px;}
.mt-2{margin-top: 100px;}
.mt-3{margin-top: 150px;}
.tw{color: #fff}

@media (max-width: 768px) {
  .mt-sma-0{margin-top: 0;}
  .mb-sma-0{margin-bottom: 0;}
}


.listino{
  width: 100%;

}

.listino_content{
  padding: 0 30% ;
  text-align: center;
  margin: auto;
  padding: 2rem;

}

.listino_content img{
  height: 700px;
  width: 450px;
  box-shadow: 0px 0px 10px 4px #8d8d8d59;
  border-radius: 8px;
  margin-top: 20px;
  margin-bottom: 20px;
}

/* ! categorie nav */

.container-fluid{
  background-color: black;
  overflow: auto;
  white-space: nowrap;
}

.container-fluid a{
  display: inline-block;
  color: orange;
  text-align: center;
  padding: 14px;
  text-decoration: none;
}

.container-fluid a:hover{
  background-color: #777
}

/* ! menu content */

.menu-content .row{
  display: block;
}

.menu-content{
  background-color: pink;
}

.menu-item {
  padding: 35px;
}

.row{
  text-align: center;
}

}
.descrizione {
  color: black;
  margin-top: 5px;
  width: 80%;
  display: inline-block;

}

.prezzo {
  color: black;
  width: 20%;
  display: inline-block;

}

/* ! menu articoli */

.menu-articoli {
  max-width: 800px;
  box-shadow: 0px 0px 10px 4px #8d8d8d59;
  margin: auto;
  padding: 2rem;
}

.menu-list {
  display: flex;
  font-family: system-ui;
  font-weight: 500;
  justify-content: space-around;
  border-top: 1px solid #7e7e7e;
}

.menu-list ul {
    padding-left: 0;
    list-style-type: none;
    padding-right: 5rem;
}

.menu-list ul:last-child {
  border-left: 2px solid gray;
  padding-left: 1rem;
}

.menu-articoli h1 {
  border-bottom: 1px solid #7e7e7e;
  text-transform: uppercase;
  font-family: sans-serif;
  font-size: 40px;
}

.menu-articoli h1:after {
    content: " ";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #7e7e7e;
    margin-bottom: .2rem;
}



@media (max-width: 768px) {
  .listino_content{
    margin: auto;
    padding: 0;
    text-align: center;
  }


  .listino_content img{
    height: 650px;
    width: 375px;
    border-radius: 8px;

  }
}

/* ! Footer */

.footer{
  background: black;
  padding: 150px 0;
}

.footer h4{
  margin-top: 30px;
}

.footer li {
  padding: 5px;
  color: #fff;
}

.footer li a {
  color: #FF7518;
}




*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
