.swiper{
    max-width: 100vw !important;
    max-height: 100vh !important;
}
@font-face {
    font-family: Sport;
    font-style: normal;
    font-weight: 700;
    src:
        url('../fonts/Midroba.ttf') format('truetype')
}
@font-face {
    font-family: "Noto Sans";
    font-style: normal;
}
body {
    font-family: "Noto Sans", serif !important;
    letter-spacing: 2px!important;
}
.bg_white{
    background-color: #ede8e8 !important;
}
.gradient-text {
    background: linear-gradient(to bottom, #ececec, rgba(255, 255, 255, 0));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}
.container{
    width: 80% !important;
}
@media all and (max-width: 780px) {
    .menu_desktop_responsive{
        display: none;
    }
    .nav-item{
        margin-top: 5vh!important;
    }
    .title {
        position: static;
        display: block;
        margin-top: 20px;
        font-size: 3rem;
        transform: none;
        text-align: center;
    }
    .pizza{
        width: 50vw;
        height: 50vw;
        border-radius: 50%;
        margin: 0 auto;
        box-shadow: 0 0 60px rgba(0,0,0,0.3);
        z-index: 2;
        margin-top: 35vh !important;
    }
    .pizza-container {
        position: relative;
        height: 100vh;
        display: flex;
        justify-content: center;
        text-align: center;
        overflow: hidden;
        margin: 0;
        padding: 0;
        color: #fff;
        background: linear-gradient(170deg, transparent 70vh, #f54732 30vh);
        flex-direction: column;
    }
    .circle.leaf {

        width: 15vw; height: 10vh;
        bottom: 15vh; left: 80vw;
    }

    .circle.onion {

        width:30vw; height: 10vh;
        bottom: 15vh; right: 70vw;
    }
}
.nav-text{
    color: black!important;
}
@media all and (min-width: 781px) {
    .posAb {
        position: absolute !important;
    }

    .sectionOverFlow {
        max-height: 100vh !important;
        overflow-y: hidden;
    }

    .menu_mobile_responsive {
        display: none;
    }
    .pizza{
        width: 30vw;
        height: 30vw;
        border-radius: 50%;
        margin: 0 auto;
        box-shadow: 0 0 60px rgba(0,0,0,0.3);
        z-index: 2;
    }
    .pizza-container {
        align-items: center;
        position: relative;
        height: 100dvh;
        display: flex;
        justify-content: center;
        text-align: center;
        overflow: hidden;
        margin: 0;
        padding: 0;
        color: #fff;
        background: linear-gradient(170deg, transparent 50%, #ff3d3d 50%);
    }
    .circle.leaf {

        width: 15vw; height: 10vh;
        bottom: 35vh; left: 80vw;
    }

    .circle.onion {

        width:30vw; height: 10vh;
        bottom: 35vh; right: 70vw;
    }
}
.blur-layer {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background-image: linear-gradient(45deg , #b31a1a, red);
    filter: blur(50px);
}
.shadow-red{
    box-shadow: 0 1rem 3rem rgba(255, 38, 0, 0.34) !important;
}
.bg_dark{
    background: #302f2f;
}
.bg_red{
    background: red;
}
.bg_light_red{
    background: #ff3d3d!important;
}

.title {
    position: absolute;
    color: #fff;
    font-size: 6rem;
    font-weight: 900;
    z-index: 3;
    transform: rotate(-10deg);
    transition-delay: 1s;
    animation-name: fadeIn;
    text-shadow: 0 4px 15px rgba(0,0,0,0.4);
}

.view-details {
    position: absolute;
    bottom: 60px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    font-size: 1.1rem;
    z-index: 3;
    cursor: pointer;
}

.circle {
    position: absolute;
    border-radius: 50%;
    opacity: 0.9;
}

.circle.tomato {
    background: #ff3d3d;
    width: 80px; height: 80px;
    top: 100px; left: 250px;
}

.circle.basil {
    background: #4CAF50;
    width: 70px; height: 70px;
    top: 130px; right: 250px;
}


.logo {
    position: absolute;
    top: 40px;
    font-size: 1.4rem;
    font-weight: bold;
    color: #fff;
    z-index: 4;
}

.logo span {
    display: block;
    font-size: 0.8rem;
    font-weight: normal;
    letter-spacing: 2px;
}
