
body
{
    /* background-color:#F3A2A2 !important;
    background-image: url("./bg1.jpg") !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important; */
    color: white !important;
    font-family: 'Mochiy Pop P One', sans-serif !important;
    font-family: 'Montserrat Alternates', sans-serif !important;
    
}

.menu a
{
    text-decoration: none !important;
    color: white !important;
}
.background-image {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 2;
    display: block;
    background-image: url('./bg1.jpg');
    background-size: cover !important;
    width: 100%;
    height: 1800px;
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);

  } 
  
  .content {
    overflow: auto;
    position: relative;
    left: 0;
    right: 0;
    z-index: 9999;


  }


.menu
{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    height: 80px;
    font-size: 50px;

    z-index: 9999;
}
.menu div:hover
{
    border-bottom: 3px solid black;
    color: black;
}
.box-txt
{
    display: flex;
    justify-content: center;
    /* border:  1px solid black; */
    height: 100px;
    align-items: center;

    z-index: 9999;
}
.carousel
{
    width: 100%;



}   
.carousel-item
{
    /* width: 200px; */
    height: 250px;
}
.item1
{
    display: flex;
    justify-content: center;
    align-items: center;

    width: 100%;
    height: 250px;
    /* border-radius: 20px; */
    background-image: url("cocktail1.jpg");
    background-repeat: no-repeat;
    text-align: center;
    background-size: contain;
    background-position: center;

    
    /* filter: sepia(1); */
    /* box-shadow: 10px 5px 5px red; */
}
/* .item1:hover
{
    filter: sepia(1);
}
.item4:hover
{
    filter: sepia(1);
} */
.item4
{
    display: flex;
    justify-content: center;
    align-items: center;

    width: 100%;
    height: 250px;
    background-image: url("cocktail2.jpg");
    background-repeat: no-repeat;
    text-align: center;
    background-size: contain;
    background-position: center;
    /* filter: sepia(1); */
    /* box-shadow: 10px 5px 5px red; */
}
.box-submit
{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    height: 200px;
    /* border: 1px solid black; */
    z-index: 9999;
}
.box-submit2
{
    /* visibility: hidden; */
    display: none;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    height: 200px;
    /* border: 1px solid black; */
    z-index: 9999;
}
.btn-submit
{
    width: 100%;
    height: 70px;
    background-color: orange;
    color: white;
    font-size: 21px;
    box-shadow: 10px 5px 5px gray;
    border: 0px solid black;
    /* border-radius: 10px; */

}
.txt-submit
{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.div-submit
{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
}
.box-items
{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 120px;

}
.prezzo
{
    align-self: center;
}
.square
{
    /* border: 1px solid black; */
    height: auto;
    background-image: url("cocktail1.jpg");
    background-repeat: no-repeat;
    text-align: center;
    background-size: cover;
    background-position: center;
    cursor: pointer;

    box-sizing: border-box;

    font-weight: 700;
    font-size: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.square:hover
{
    filter: sepia(1);
}
.square2:hover
{
    filter: sepia(1);
}

.sub-square
{
    width: 100%;
    height: 120px;
    display: flex;
    justify-content: center;
    background-color: black;
    opacity: 0.6;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}
.square2
{
    /* border: 1px solid black; */
    height: auto;
    background-image: url("cocktail2.jpg");
    background-repeat: no-repeat;
    text-align: center;
    background-size: cover;
    background-position: center;
    cursor: pointer;

box-sizing: content-box;
    font-weight: 700;
    font-size: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.linea
{
    color: black;
    border: 1px solid black;
}
.box-categories
{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 150px;

}
.cat1
{
    /* border: 1px solid black; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 50px;
}
.cat1:hover
{
    color: black;
    border-bottom: 3px solid black;
}

.desc
{
    font-size: 25px;
}
.desc2
{
    font-size: 18px;
}
.prezzo
{
    font-size: 40px;
}
.carousel-item .active
{
    border-radius: 20px;
}
.sub-carosello
{

    width: 100%;
    height: 250px;
    background-color: black;
    opacity: 0.6;
}