*{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
html {
    transform: rotate(90deg);
    transform-origin: bottom left;
    top: -100vw;
    height: 100vw;
    width: 100vh;
    position: absolute;
}
@font-face {
    font-family: 'BigNoodleTitling';
    src: url('BigNoodleTitling.woff2') format('woff2'),
        url('BigNoodleTitling.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Narrow Book';
    src: url('GothamNarrow-Book.woff2') format('woff2'),
        url('GothamNarrow-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BarlowSemiCondensed-ExtraBold';
    src: url('BarlowSemiCondensed-ExtraBold.ttf');
}

body{
    line-height: 1.2;
    font-family: 'sans-serif';
    font-size: 12px;
    color:#000;
}
.swiper-slide {
    padding-bottom: 5px;
    border-bottom: 1px dashed;
}
.swiper-fade .swiper-slide {
    padding-bottom: 5px;
    border-bottom: 0px dashed;
}
.header-border{
    /* border-top:3px double #000; */
    /* border-bottom:3px double #000; */
    padding: 10px 0px 10px 0px;
    background-color: #1e2b4d;
color: #062d54;}
.main-title{
    font-size: 42px;
    color: #FFF;
    font-family: 'BarlowSemiCondensed-ExtraBold';
    text-align: center;
}
.text-right{
    text-align: right;
}
.text-center{
    text-align: center;
}
.menu-title{
    font-size: 16px;
    font-family: 'sans-serif';
    font-weight: 600;
    
}
.back-blue{
    background-color: #1e2b4d;
    padding: 10px 0px 10px 0px;
    color: #FFF;
}
.menu-text {
    font-size: 10px;
}
.menu-title span{
    float: right;
}

.color-antipasti{
    background-color: #1e2b4d;
    color: #fff !important;
}
.color-primi{
    background-color: #1e2b4d;
    color: #fff !important;
}
.color-secondi{
    background-color: #1e2b4d;
    color: #fff !important;
}
.color-insalatone{
    background-color: #1e2b4d;
    color: #fff !important;
}
.color-pizze{
    background-color: #1e2b4d;
    color: #fff !important;
}






.menuimageswiper{
     
    box-sizing: border-box;
    height: auto;
}
.menu-section-title{
    font-size: 36px;
    font-family: 'BarlowSemiCondensed-ExtraBold';
    padding-left: 6px;
    text-align: center;
    margin: 10px 0px;
}
.full-bg{
    font-size: 20px;
    font-family: 'BigNoodleTitling';
    height: 1px;
    background: #000;
    text-align: center;
}


.menu-small-title{
    font-size: 15px;
    font-family: 'BigNoodleTitling';
}
.menu-small-title span{
    float: right;
}
.menu-small-text{
    font-size: 10px;
    font-family: 'Arial';
}
.menuimageswiper .swiper-slide {
    transition-duration: 1500ms !important;
}

.main.main-text {
    background: #1b3f63;/*#d92424;*/
    top: 100vw;
    position: absolute;
    z-index: 5;
    transition: 1s all;
    text-align: center;
    font-family: 'BigNoodleTitling';
    line-height:1;
    color: #fff;
}

.main.main-text.active {
    top: 0;
}
.main-text-1 {
    font-size: 250px;
}
.main-text-2 {
    font-size: 400px;
}
.main-text-3 {
    font-size: 120px;
}
.main-text-4 {
    font-size: 140px;
	line-height:1.5;
}
.main-text-logo {
    width: 60%;
    text-align: center;
    margin: 80px auto 120px auto;
}

.evidenza{
    background-color: #ffe600;
}