@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Pacifico&family=Playball&display=swap');



.pacifico-regular {
    font-family: "Pacifico", cursive;
    font-weight: 400;
    font-style: normal;
}

.nav-link {

    font-size: 13px;
    transition: 0.5s;
}

.active {
    border-bottom: 1px solid red;

}

.nav-link:hover {
    color: red !important;
}

.welcome {
    height: 650px;
    background-image: url("./images/steak.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0px;
    padding: 0px;

}

.main {
    font-size: 110px;
}


.playball-regular {
    font-family: "Playball", cursive;
    font-weight: 400;
    font-style: normal;
}

.nimm {
    font-size: 30px;
}

.pricing-boxxx {
    height: 540px;
    width: 100%;
    background-image: url("./images/pricing.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;

}

.pricing-main {
    font-size: 78px;
    color: white;

}

.link-active {
    border-bottom: 1px solid black;
}

.hoverr:hover {
    color: rgb(90, 16, 16) !important;
}

.borde {
    border-bottom: 8px solid white;

}

.beer-main {
    height: 650px;
    width: 100%;
    background-image: url("./images/beer.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;



}

.hil {
    font-size: 80px;
}

.border-berr {
    border-bottom: 8px solid white;

}

.bread-main {
    height: 600px;
    width: 100%;
    background-image: url("./images/breakfast.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;

}


.featured-main {
    height: 600px;
    width: 100%;
    background-image: url("./images/featured.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

}



.bread-box {
    font-size: 100px;
}

.featured-box {
    font-size: 100px;
}



.bread-box-2 {
    border-bottom: 8px solid white;
}


.ress{
    transition: 0.6s !important;
}

.ress:hover{
    color: #198754 !important;
}



@media (min-width: 992px) and (max-width: 1200px)

{





.featured-box {
    font-size: 100px;
}


    .main {
        font-size: 85px;
    }

    .nimm {
        font-size: 25px;
    }

    .pricing-main {
        font-size: 75px;
    }

    .borde {
        border-bottom: 8px solid white;

    }

    .hil {
        font-size: 80px;
    }

    .bread-box {
        font-size: 100px;
    }

    .bread-box-2 {
        border-bottom: 8px solid white;
    }
}

@media (min-width: 768px) and (max-width: 992px) {




.featured-box {
    font-size: 70px;
}




    .main {
        font-size: 70px;
    }

    .nimm {
        font-size: 20px;
    }

    .pricing-main {
        font-size: 60px;
    }

    .borde {
        border-bottom: 6px solid white;

    }

    .hil {
        font-size: 65px;
    }

    .bread-box {
        font-size: 70px;
    }

    .bread-box-2 {
        border-bottom: 6px solid white;
    }

}


@media (max-width: 767px) {





.featured-box {
    font-size: 40px;
}






    .main {
        font-size: 55px;
    }

    .nimm {
        font-size: 16px;
    }

    .pricing-main {
        font-size: 40px;
    }

    .borde {
        border-bottom: 5px solid white;

    }

    .hil {
        font-size: 50px;
    }

    .bread-box {
        font-size: 49px;
    }

    .bread-box-2 {
        border-bottom: 4px solid white;
    }


}