.container-fluid{
    overflow-x: hidden;
}
.nav-link{
    font-size: large !important;
}
.nav-link:hover{
    border-bottom: 2px solid rgb(220, 84, 0);
}
.nav-link.active{
    border-bottom: 2px solid rgb(220, 84, 0);
    font-weight: bold;
}
.logo{
    width: 230px;
}
.food{
    font-weight: 700;
    font-size: 50pt;
    color: rgb(220, 84, 0);
}

.dinner{
    font-weight: 700;
    font-size: 50pt;
}

.appear{
    color: rgb(220, 84, 0);
    font-size: xx-large;
    font-weight: 500;
    text-align: center;
}

.lorem{
    color: white;
    font-size: x-large;
}

.book{
    background-color: rgb(220, 84, 0);
    border: none;
    color: white;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: bold;
    font-size: larger;
}

.book:hover{
    background-color: transparent;
    border: 2px solid rgb(220, 84, 0);
}

.scroll-button {
    position: absolute;
    top: 390px;
    left: 50%;
    transform: translateX(-50%);
    width: 62px;
    height: 120px;
    border: 2px solid white;
    border-radius: 50px;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-align: center;
    font-weight: 800 !important;
}

.scroll-button::before {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    background: transparent;
    border: 2px solid white;
    border-radius: 50%;
    animation: moveDown 2s infinite;
}

@keyframes moveDown {
    0% {
        top: 20%;
        opacity: 1;
    }
    90% {
        top: 40%;
        opacity: 1;
    }
    100% {
        top: 40%;
        opacity: 0;
    }
}

.about{
    background-color: gainsboro;
    position: relative;
}
.about h1{
    font-size: 40px;
}
.about h4{
    font-size: 28px;
}
.about p{
    font-size: 20px;
}
.about-img1{
    width: 490px;
    border: 15px solid white;
    border-radius: 50%;
}

.about-img2{
    position: absolute;
    border: 15px solid whitesmoke;
    border-radius: 50%;
    top: 50px;
    right: 70px;
}

.item{
    border: 5px solid white;
}

.middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 78%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    border: 3px solid white;
}

.text{
    border: 2px solid white;
    width: 250px;
    height: 150px;
}

.specially:hover .middle {
    opacity: 1;
}

.menu h1{
    color: rgb(220, 84, 0);
}

.menu-items{
    background-color: gainsboro;
}

.menu p{
    font-size: larger;
    text-align: justify;
    padding-left: 25px;
}

.starters, .drinks, .dessert, .main-dish{
    padding-left: 80px;
    padding-top: 10px;
    padding-bottom: 20px;
}

.menu-items img{
    border-radius: 50%;
    border: 8px solid white;
}

.menu-items h5{
    color: rgb(220, 84, 0);
}

.menu-items p{
    font-size: 18px;
}

.des3{
    height: 95px;
    width: 95px;
}

.btn:focus{
    box-shadow: none;
}

.team{
    position: relative;
}

.fb{
    border: 1px solid;
    border-radius: 50%;
    padding-left: 13px;
    padding-right: 13px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.twit, .in{
    border: 1px solid;
    border-radius: 50%;
    padding-left: 11px;
    padding-right: 11px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.team-card:hover .team-body, .team-card:hover .footer {
    background-color: rgba(220, 84, 0, 0.959);
}

.footer, .team-body{
    background-color: white;
    color: black;
}

.team-card:hover .twit, .team-card:hover .fb, .team-card:hover .in {
    background-color: white;
    border: none;
}

.team-card:hover .team-body {
    color: white;
}

.img {
    transition: filter 0.5s;
}

.team-card:hover .img {
    filter: brightness(70%);
}

.team-card{
    border: none;
    outline: none;
}

.middle1 {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
}

.col22 {
    position: relative;
}

.col22:hover .gallery1, .col22:hover .gallery2, .col22:hover .gallery3, .col22:hover .gallery4, .col22:hover .gallery5, .col22:hover .gallery6, .col22:hover .gallery7 , .col22:hover .gallery8, .col22:hover .gallery9, .col22:hover .gallery10 {
    opacity: 0.2;
}

.col22:hover .middle1 {
    opacity: 1;
}
.equal-height {
    height: 300px; /* Adjust as needed */
    object-fit: cover; /* Ensures images fill the space without distortion */
}
.book1{
    background-color: rgb(220, 84, 0);
    border: none;
    color: white;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.book1:hover{
    background-color: transparent;
    border: 2px solid rgb(220, 84, 0);
}

.card-blog{
    border: none;
}

.blog-cont{
    background-color: rgb(0, 0, 0);
}

.blog-row{
    padding-top: 50px;
}

.blog-cont .card-h {
    border: none;
}

.blog-body h5{
    color: rgb(220, 84, 0);
    font-size: x-large;
}

.card-header{
    background-color: rgb(220, 84, 0);
    padding: 10px;
}
.card-header1{
    background-color: rgb(237, 234, 234);
    padding: 15px;
}
.p-card2{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.p-card2:hover{
    box-shadow: none !important;
}

.purchase{
    background-color: rgb(220, 84, 0);
    color: white;
    padding: 10px;
}

.pricing-cards{
    transition: transform 0.3s ease;
}

.pricing-cards:hover{
    transform: translateY(-10px);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.p1, .p2, .p3{
    width: 220px;
    padding-left: 150px;
}

.p-card2{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.p-card2:hover{
    box-shadow: none !important;
}

.form-select:focus, .form-control:focus{
    box-shadow: none;
    outline: none;
}
.table{
    font-weight: bold; 
    color: white; 
    border: none;
    padding: 15px;
    background-color: rgb(220, 84, 0);
}
.table:hover{
    color: black;
    background-color: white;
    border: 2px solid rgb(220, 84, 0);
}
.news-row h1{
    font-size: 45px;
}
.news-row p{
    font-size: 25px;
}

.plane{
    color: white;
    background-color: rgb(220, 84, 0);
    font-size: x-large;
    padding: 15px;
    border: 2px solid;
    border-style: dotted;
    cursor: pointer;
}

.plane:hover{
    background-color: white;
    color: black;
    border: 2px solid rgb(220, 84, 0);
    border-style: dotted;
}

.email2{
    border: 2px solid gainsboro;
    border-style: dotted;
}

.about-head{
    color: rgb(220, 84, 0);
    font-family: "Lobster", sans-serif;
}

.about-head1{
    color: rgb(220, 84, 0);
}


@media (min-width:320px) and (max-width:500px){
    .logo{
        width: 120px;
    }
    .bg1{
        height: 450px;
        filter: blur(2px);
    }
    .dinner{
        font-size: larger !important;
    }
    .appear{
        font-size: 24px;
        font-weight: bold;
    }
    .lorem{
        font-size: 16px;
    }
    .book{
        font-size: small;
        padding-left: 25px;
        padding-right: 25px;
        padding-top: 8px;
        padding-bottom: 8px;
    }
    .scroll-button{
        display: none;
    }
    .about h4{
        font-size: medium;
    }
    .about-img1{
        width: 300px;
    }
    .about-img2{
        display: none;
    }
    .special img{
        height: 1700px;
    }
    .item{
        height: 345px !important;
    }
    .special p{
        font-size: medium !important;
    }
    .menu{
        font-size: medium;
    }
    .team-h p{
        font-size: 15px !important;
    }
    .bg-fruit{
        height: 180px !important;
    }
    .gal-cont{
        margin-top: 1900px !important;
    }
    .input-group input::placeholder{
        font-size: 13px !important;
    }
    .news-row h1{
        font-size: xx-large;
    }
    .news-row p{
        font-size: medium;
    }
    .news-img{
        height: 300px;
    }
    .footer-img{
        height: 900px;
    }
}
@media (min-width:501px) and (max-width:650px){
    .logo{
        width: 150px;
    }
    .bg1{
        height: 450px;
        filter: blur(2px);
    }
    .dinner{
        font-size: 35px !important;
    }
    .appear{
        font-size: 20px;
        font-weight: bold;
    }
    .lorem{
        font-size: 16px;
    }
    .book{
        font-size: small;
        padding-left: 25px;
        padding-right: 25px;
        padding-top: 8px;
        padding-bottom: 8px;
    }
    .scroll-button{
        top: 340px;
        width: 40px;
        height: 60px;
    }
    .about h1{
        font-size: 35px;
    }
    .about h4{
        font-size: large;
    }
    .about p{
        font-size: large;
    }
    .about-img1{
        width: 400px;
    }
    .about-img2{
        top: 600px;
        right: 120px;
    }
    .special img{
        height: 1600px;
    }
    .item{
        height: 345px !important;
    }
    .special p{
        font-size: medium !important;
    }
    .menu h1{
        font-size: 35px;
    }
    .menu{
        font-size: medium;
    }
    .card-row{
        padding-top: 140px;
    }
    .team-h h1{
        padding-top: 25px;
        font-size: 45px !important;
    }
    .team-h p{
        padding-top: 35px;
        font-size: larger !important;
    }
    .gal-cont{
        margin-top: 2400px !important;
    }
    .news-row h1{
        font-size: 40px;
    }
    .news-row p{
        font-size: large;
    }
    .news-img{
        height: 300px;
    }
    .footer-img{
        height: 900px;
    }
}
@media (min-width:651px) and (max-width:750px){
    .logo{
        width: 170px;
    }
    .bg1{
        height: 530px;
    }
    .dinner{
        font-size: 45px !important;
    }
    .appear{
        font-size: 24px;
        font-weight: bold;
    }
    .lorem{
        font-size: 19px;
    }
    .book{
        font-size: medium;
        padding-left: 35px;
        padding-right: 35px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .scroll-button{
        top: 380px;
        width: 50px;
        height: 100px;
    }
    .about h1{
        font-size: 40px;
    }
    .about h4{
        font-size: large;
    }
    .about p{
        font-size: large;
    }
    .about-img1{
        width: 450px;
    }
    .about-img2{
        top: 600px;
        right: 150px;
    }
    
    .special img{
        height: 1600px;
    }
    .item{
        width: 20rem;
        height: 350px !important;
    }
    .special p{
        font-size: medium !important;
    }
    .menu h1{
        font-size: 40px;
    }
    .menu{
        font-size: medium;
    }
    .text{
        width: 310px;
    }
    .middle{
        left: 55%;
    }
    .team-h h1{
        font-size: 46px;
    }
    .bg-fruit{
        height: 300px !important;
    }
    .team-h p{
        padding-top: 30px;
    }
    .card-row{
        padding-top: 100px;
    }
    .gal-cont{
        margin-top: 2700px !important;
    }
    .news-row h1{
        font-size: xx-large;
    }
    .news-row p{
        font-size: medium;
    }
    .news-img{
        height: 300px;
    }
    .footer-img{
        height: 900px;
    }
}
@media (min-width:751px) and (max-width:950px){
    .logo{
        width: 190px;
    }
    .bg1{
        height: 580px;
    }
    .dinner{
        font-size: 50px !important;
    }
    .appear{
        font-size: 28px;
        font-weight: bold;
    }
    .lorem{
        font-size: 22px;
    }
    .book{
        font-size: large;
        padding-left: 45px;
        padding-right: 45px;
        padding-top: 13px;
        padding-bottom: 13px;
    }
    .scroll-button{
        top: 420px;
        width: 60px;
        height: 110px;
    }
    .about h1{
        font-size: 40px;
    }
    .about h4{
        font-size: larger;
    }
    .about p{
        font-size: large;
    }
    .about-img1{
        width: 310px;
    }
    .about-img2{
        top: 200px;
        right: 10px;
    }
    .abt-img{
        padding-top: 180px;
    }
    
    .special img{
        height: 1200px;
    }
    .item{
        height: 350px !important;
    }
    .special p{
        font-size: medium !important;
    }
    .menu h1{
        font-size: 40px;
    }
    .menu{
        font-size: medium;
    }
    .starters, .drinks, .dessert, .main-dish{
        padding-left: 0px !important;
        text-align: center !important;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .team-h h1{
        font-size: 46px;
    }
    .bg-fruit{
        height: 1550px !important;
    }
    .team-h p{
        padding-top: 30px;
    }
    .news-row h1{
        font-size: xx-large;
    }
    .news-row p{
        font-size: larger;
    }
    .news-img{
        height: 300px;
    }
    .footer-img{
        height: 500px;
    }
}
@media (min-width:951px) and (max-width:991px){
    .logo{
        width: 210px;
    }
    .bg1{
        height: 650px;
    }
    .scroll-button{
        top: 460px;
    }
    .about h1{
        font-size: 40px;
    }
    .about h4{
        font-size: larger;
    }
    .about p{
        font-size: large;
    }
    .about-img1{
        width: 360px;
    }
    .about-img2{
        top: 200px;
        right: 50px;
    }
    .abt-img{
        padding-top: 180px;
    }
    
    .special img{
        height: 1200px;
    }
    .item{
        height: 350px !important;
    }
    .special h1{
        font-size: 40px;
    }
    .special p{
        font-size: 20px !important;
    }
    .menu h1{
        font-size: 40px;
    }
    .menu{
        font-size: medium;
    }
    .starters, .drinks, .dessert, .main-dish{
        padding-left: 0px !important;
        text-align: center !important;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .team-h h1{
        font-size: 46px;
    }
    .bg-fruit{
        height: 1600px !important;
    }
    .team-h p{
        padding-top: 30px;
    }
    .gallery-h h1{
        font-size: 35px !important;
    }

    .gallery-h p{
        font-size: 30px !important;
    }
    .news-row h1{
        font-size: xx-large;
    }
    .news-row p{
        font-size: medium;
    }
    .news-img{
        height: 300px;
    }
    .footer-img{
        height: 500px;
    }
}
@media (min-width:992px) and (max-width:1150px){
    .logo{
        width: 150px;
    }
    .nav-link{
        font-size: medium !important;
    }
    .bg1{
        height: 650px;
    }
    .scroll-button{
        top: 460px;
    }
    .about h1{
        font-size: 40px;
    }
    .about h4{
        font-size: larger;
    }
    .about p{
        font-size: large;
    }
    .about-img1{
        width: 360px;
    }
    .about-img2{
        top: 200px;
        right: 50px;
    }
    .abt-img{
        padding-top: 180px;
    }
    .special img{
        height: 780px;
    }
    .item{
        height: 350px !important;
    }
    .special h1{
        font-size: 40px;
    }
    .special p{
        font-size: 20px !important;
    }
    .menu h1{
        font-size: 40px;
    }
    .menu{
        font-size: medium;
    }
    .starters, .drinks, .dessert, .main-dish{
        padding-left: 0px !important;
        text-align: center !important;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .team-h h1{
        font-size: 46px;
    }
    .team-h p{
        padding-top: 30px;
    }
    .gallery-h h1{
        font-size: 35px !important;
    }

    .gallery-h p{
        font-size: 25px !important;
    }
    .news-row h1{
        font-size: 50px;
    }
    .news-row p{
        font-size: x-large;
    }
    .footer-img{
        height: 500px;
    }
}
@media (min-width:1151px) and (max-width:1280px){
    .scroll-button{
        top: 440px;
    }
    .about-img2{
        right: 30px;
    }
    .gallery-h h1{
        font-size: 40px !important;
    }

    .gallery-h p{
        font-size: 30px !important;
    }
    .news-row h1{
        font-size: 50px;
    }
    .news-row p{
        font-size: x-large;
    }
}
@media (min-width:1281px) and (max-width:1400px){
    .appear{
        padding-top: 30px;
        font-size: 40px
    }
    .lorem{
        padding-top: 30px;
        font-size: 35px;
    }
    .book{
        margin-top: 60px !important;
        font-size: x-large;
        padding-left: 55px;
        padding-right: 55px;
        padding-top: 16px;
        padding-bottom: 16px;
    }
    .scroll-button{
        top: 530px;
    }
    .item{
        width: 21rem;
    }
    .middle {
        top: 78%;
        left: 58%;
    }
    .text{
        width: 310px;
        height: 150px;
    }
    .menu-items button{
        font-size: xx-large !important;
    }
    .menu-items h5{
        font-size: x-large !important;
    }
    .menu-items p{
        font-size: large;
    }
    .blog-body p small{
        font-size: large !important;
    }
    .book1{
        font-size: x-large;
        padding-left: 60px;
        padding-right: 60px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .gallery-h h1{
        font-size: 35px !important;
    }

    .gallery-h p{
        font-size: 25px !important;
    }

    .equal-height {
        height: 400px; /* Adjust as needed */
        /* object-fit: cover; Ensures images fill the space without distortion */
    }
    .text1 a i{
        font-size: 30px !important;
    }
    .news-row h1{
        font-size: 50px;
    }
    .news-row p{
        font-size: x-large;
    }
    .headings h3{
        font-size: 35px;
    }
    .headings p, .sandwich{
        font-size: larger !important;
    }
}
@media (min-width:1401px) and (max-width:1600px){
    .nav-link{
        font-size: 23px !important;
    }
    .dinner{
        font-size: 80px !important;
    }
    .appear{
        padding-top: 20px;
        font-size: 40px
    }
    .lorem{
        padding-top: 20px;
        font-size: 35px;
    }
    .book{
        margin-top: 60px !important;
        font-size: x-large;
        padding-left: 55px;
        padding-right: 55px;
        padding-top: 16px;
        padding-bottom: 16px;
    }
    .scroll-button{
        top: 590px;
        width: 70px;
        height: 130px;
    }
    .about h1{
        font-size: 50px;
    }
    .about h4{
        font-size: 30px;
    }
    .about p{
        font-size: 25px;
    }
    .about-img1{
        width: 600px;
    }
    .about-img2{
        right: 100px;
    }
    .special h1{
        font-size: 50px;
    }
    .special p{
        font-size: 25px !important;
    }
    .special-cards{
        margin: 0px !important;
    }
    .item{
        width: 25rem;
    }
    .middle {
        top: 82%;
        left: 68%;
    }
    .text{
        width: 395px;
        height: 180px;
    }
    .menu-items button{
        font-size: xx-large !important;
    }
    .menu-items h5{
        font-size: 28px !important;
    }
    .menu-items p{
        font-size: 23px;
    }
    .team-h h1{
        font-size: 53px !important;
    }
    .team-h p{
        padding-top: 30px !important;
        font-size: 30px !important;
    }
    .bg-fruit{
        height: 1150px !important;
    }
    .gallery-h h1{
        font-size: 45px !important;
    }

    .gallery-h p{
        font-size: 30px !important;
    }

    .equal-height {
        height: 500px; /* Adjust as needed */
        /* object-fit: cover; Ensures images fill the space without distortion */
    }
    .text1 a i{
        font-size: 40px !important;
    }
    .blog-body h5{
        font-size: xx-large;
    }
    .blog-body p small{
        font-size: large !important;
    }
    .book1{
        font-size: x-large;
        padding-left: 60px;
        padding-right: 60px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .input-group input{
        padding: 20px;
    }
    .input-group input::placeholder{
        font-size: 20px !important;
    }
    .person{
        font-size: 40px !important;
    }
    .news-row h1{
        font-size: 50px;
    }
    .news-row p{
        font-size: x-large;
    }
    .headings h3{
        font-size: 35px;
    }
    .headings p, .sandwich, .day{
        font-size: larger !important;
    }
    .copy-row p{
        font-size: larger;
    }
}
@media (min-width:1601px) and (max-width:1800px){
    .nav-link{
        font-size: 26px !important;
    }
    .logo{
        width: 300px;
    }
    .bg1{
        height: 1000px;
    }
    .dinner{
        font-size: 110px !important;
    }
    .appear{
        padding-top: 20px;
        font-size: 60px;
    }
    .lorem{
        padding-top: 20px;
        font-size: 45px;
    }
    .book{
        margin-top: 60px !important;
        font-size: 35px;
        padding-left: 55px;
        padding-right: 55px;
        padding-top: 16px;
        padding-bottom: 16px;
    }
    .scroll-button{
        top: 760px;
        width: 85px;
        height: 155px;
    }
    .about h1{
        font-size: 60px;
    }
    .about h4{
        font-size: 40px;
    }
    .about p{
        font-size: 28px;
    }
    .about-img1{
        width: 700px;
    }
    .about-img2{
        width: 300px;
        right: 100px;
    }
    .special h1{
        font-size: 70px;
    }
    .special p{
        font-size: 35px !important;
    }
    .special-cards{
        margin: 10px !important;
    }
    .item{
        width: 27rem;
    }
    .middle {
        top: 73%;
        left: 75%;
    }
    .text{
        width: 425px;
        height: 280px;
    }
    .text h4{
        font-size: 40px !important;
    }
    .text p{
        font-size: 30px !important;
    }
    .menu-items button{
        font-size: 40px !important;
    }
    .menu-items h5{
        font-size: 33px !important;
    }
    .menu-items p{
        font-size: 27px;
    }
    .team{
        margin-top: 100px !important;
    }
    .team-h h1{
        font-size: 53px !important;
    }
    .team-h p{
        padding-top: 30px !important;
        font-size: 30px !important;
    }
    .footer i{
        font-size: x-large !important;
    }
    .card-h h1{
        font-size: 50px !important;
    }
    .gallery-h h1{
        font-size: 45px !important;
    }

    .gallery-h p{
        font-size: 30px !important;
    }

    .equal-height {
        height: 500px; /* Adjust as needed */
        /* object-fit: cover; Ensures images fill the space without distortion */
    }
    .text1 a i{
        font-size: 50px !important;
    }
    .blog-body h5{
        font-size: xx-large;
    }
    .blog-body p small{
        font-size: larger !important;
    }
    .blog-body h6{
        font-size: larger;
    }
    .book1{
        font-size: x-large;
        padding-left: 60px;
        padding-right: 60px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .price1-cards i{
        font-size: x-large;
    }
    .price1-cards p{
        font-size: x-large;
    }
    .input-group input{
        padding: 30px;
    }
    .input-group input::placeholder{
        font-size: 20px !important;
    }
    .person{
        font-size: 40px !important;
    }
    .news-row h1{
        font-size: 50px;
    }
    .news-row p{
        font-size: x-large;
    }
    .headings h3{
        font-size: 45px;
    }
    .headings p, .sandwich, .day{
        font-size: x-large !important;
    }
    .copy-row p{
        font-size: x-large;
    }
}
@media (min-width:1801px) and (max-width:2000px){
    .nav-link{
        font-size: 26px !important;
    }
    .logo{
        width: 300px;
    }
    .bg1{
        height: 1000px;
    }
    .dinner{
        font-size: 110px !important;
    }
    .appear{
        padding-top: 20px;
        font-size: 60px;
    }
    .lorem{
        padding-top: 20px;
        font-size: 45px;
    }
    .book{
        margin-top: 60px !important;
        font-size: 35px;
        padding-left: 55px;
        padding-right: 55px;
        padding-top: 16px;
        padding-bottom: 16px;
    }
    .scroll-button{
        top: 760px;
        width: 85px;
        height: 155px;
    }
    .about h1{
        font-size: 60px;
    }
    .about h4{
        font-size: 40px;
    }
    .about p{
        font-size: 28px;
    }
    .about-img1{
        width: 700px;
    }
    .about-img2{
        width: 300px;
        right: 100px;
    }
    .special h1{
        font-size: 70px;
    }
    .special p{
        font-size: 35px !important;
    }
    .special-cards{
        margin: 15px !important;
    }
    .item{
        width: 29rem;
    }
    .menu h1{
        font-size: 65px;
    }
    .menu{
        font-size: 25px !important;
    }
    .menu-items button{
        font-size: 40px !important;
    }
    .menu-items h5{
        font-size: 33px !important;
    }
    .menu-items p{
        font-size: 27px;
    }
    .team{
        margin-top: 100px !important;
    }
    .team-h h1{
        font-size: 53px !important;
    }
    .team-h p{
        padding-top: 30px !important;
        font-size: 30px !important;
    }
    .team-body h3{
        font-size: 35px;
    }
    .middle {
        top: 74%;
        left: 82%;
    }
    .text{
        width: 455px;
        height: 300px;
    }
    .text h4{
        font-size: 40px !important;
    }
    .text p{
        font-size: 30px !important;
    }
    .footer i{
        font-size: x-large !important;
    }
    .gallery-h h1{
        font-size: 60px !important;
    }

    .gallery-h p{
        font-size: 40px !important;
    }

    .equal-height {
        height: 500px; /* Adjust as needed */
        /* object-fit: cover; Ensures images fill the space without distortion */
    }
    .text1 a i{
        font-size: 40px !important;
    }
    .card-h h1{
        font-size: 55px !important;
    }
    .blog-body h5{
        font-size: 40px;
    }
    .blog-body p small{
        font-size: 28px !important;
    }
    .blog-body h6{
        font-size: 28px;
    }
    .book1{
        font-size: 28px;
        padding-left: 100px;
        padding-right: 100px;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .price1-cards i{
        font-size: xx-large;
    }
    .price1-cards p{
        font-size: xx-large;
    }
    .pricing-cards h4{
        font-size: 35px;
    }
    .pricing-cards h1{
        font-size: 80px;
    }
    .purchase{
        font-size: 30px !important;
    }
    .input-group input{
        padding: 30px;
    }
    .input-group input::placeholder{
        font-size: 30px !important;
    }
    .person{
        font-size: 40px !important;
    }
    .table{
        font-size: 30px !important;
    }
    .reservee h1{
        font-size: 60px;
    }
    .reservee h5{
        font-size: 30px;
    }
    .reservee p{
        font-size: 25px;
    }
    .news-row h1{
        font-size: 50px;
    }
    .news-row p{
        font-size: x-large;
    }
    .headings h3{
        font-size: 45px;
    }
    .headings p, .sandwich, .day{
        font-size: x-large !important;
    }
    .copy-row p{
        font-size: x-large;
    }
}
@media (min-width:2001px) and (max-width:2300px){
    .nav-link{
        font-size: 30px !important;
    }
    .logo{
        width: 360px;
    }
    .bg1{
        height: 1200px;
    }
    .dinner-h{
        padding-top: 70px !important;
    }
    .dinner{
        font-size: 130px !important;
    }
    .appear{
        padding-top: 25px;
        font-size: 70px;
    }
    .lorem{
        padding-top: 25px;
        font-size: 55px;
    }
    .book{
        margin-top: 60px !important;
        font-size: 45px;
        padding-left: 55px;
        padding-right: 55px;
        padding-top: 16px;
        padding-bottom: 16px;
    }
    .scroll-button{
        top: 940px;
        width: 100px;
        height: 190px;
    }
    .about h1{
        font-size: 70px;
    }
    .about h4{
        font-size: 48px;
    }
    .about p{
        font-size: 33px;
    }
    .about-img1{
        width: 880px;
    }
    .about-img2{
        width: 330px;
        right: 100px;
    }
    .special h1{
        font-size: 90px;
    }
    .special p{
        font-size: 40px !important;
    }
    .special-cards{
        margin: 15px !important;
    }
    .item{
        width: 34rem;
    }
    .middle {
        top: 78%;
        left: 95%;
    }
    .text{
        width: 530px;
        height: 300px;
    }
    .text h4{
        font-size: 50px !important;
    }
    .text p{
        font-size: 35px !important;
    }
    .menu h1{
        font-size: 80px;
    }
    .menu{
        font-size: 30px !important;
    }
    .menu-items button{
        font-size: 50px !important;
    }
    .menu-items button i{
        font-size: 60px !important;
    }
    .menu-items h5{
        font-size: 38px !important;
    }
    .menu-items p{
        font-size: 32px;
    }
    .menu-items img{

        width: 170px !important;
    }
    .team{
        margin-top: 100px !important;
    }
    .team-h h1{
        font-size: 60px !important;
    }
    .team-h p{
        padding-top: 35px !important;
        font-size: 35px !important;
    }
    .team-body h3{
        font-size: 40px;
    }
    .footer i{
        font-size: 33px !important;
    }
    .fb{
        padding-left: 24px;
        padding-right: 24px;
        padding-top: 16px;
        padding-bottom: 16px;
    }
    
    .twit, .in{
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 14px;
        padding-bottom: 14px;
    }
    .gallery-h h1{
        font-size: 50px !important;
    }

    .gallery-h p{
        font-size: 30px !important;
    }

    .equal-height {
        height: 500px; /* Adjust as needed */
        /* object-fit: cover; Ensures images fill the space without distortion */
    }
    .text1 a i{
        font-size: 40px !important;
    }

    .card-h h1{
        font-size: 60px !important;
    }
    .blog-body h5{
        font-size: 40px;
    }
    .blog-body p small{
        font-size: 28px !important;
    }
    .blog-body h6{
        font-size: 28px;
    }
    .book1{
        font-size: 28px;
        padding-left: 100px;
        padding-right: 100px;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .price h1{
        font-size: 60px;
    }
    .price1-cards i{
        font-size: xx-large;
    }
    .price1-cards p{
        font-size: xx-large;
    }
    .pricing-cards h4{
        font-size: 50px;
    }
    .pricing-cards h1{
        font-size: 80px;
    }
    .purchase{
        font-size: 40px !important;
        padding: 20px;
    }
    .card-header1 h3, .card-header1 h3 span{
        font-size: 40px !important;
    }
    .input-group input{
        padding: 30px;
    }
    .input-group input::placeholder{
        font-size: 30px !important;
    }
    .person{
        font-size: 40px !important;
    }
    .table{
        font-size: 40px !important;
    }
    .reservee h1{
        font-size: 60px;
    }
    .reservee h5{
        font-size: 30px;
    }
    .reservee p{
        font-size: 25px;
    }
    .news-row h1{
        font-size: 50px;
    }
    .news-row p{
        font-size: x-large;
    }
    .logo2{
        width: 600px !important;
    }
    .headings h3{
        font-size: 50px;
    }
    .headings p, .sandwich, .day{
        font-size: xx-large !important;
    }
    .copy-row p{
        font-size: xx-large;
    }
}
@media (min-width:2301px) and (max-width:2700px){
    .nav-link{
        padding: 20px !important;
        font-size: 40px !important;
    }
    .logo{
        width: 400px;
    }
    .bg1{
        height: 1400px;
    }
    .dinner-h{
        padding-top: 80px !important;
    }
    .dinner{
        font-size: 150px !important;
    }
    .appear{
        padding-top: 25px;
        font-size: 70px;
    }
    .lorem{
        padding-top: 25px;
        font-size: 55px;
    }
    .book{
        margin-top: 60px !important;
        font-size: 45px;
        padding-left: 100px;
        padding-right: 100px;
        padding-top: 28px;
        padding-bottom: 28px;
    }
    .scroll-button{
        top: 1100px;
        width: 110px;
        height: 220px;
    }
    @keyframes moveDown {
        0% {
            top: 20%;
            opacity: 1;
        }
        90% {
            top: 60%;
            opacity: 1;
        }
        100% {
            top: 60%;
            opacity: 0;
        }
    }
    .about h1{
        font-size: 95px;
    }
    .about h4{
        font-size: 58px;
    }
    .about p{
        font-size: 39px;
    }
    .about-img1{
        width: 1000px;
    }
    .about-img2{
        width: 350px;
        right: 230px;
    }
    .special h1{
        font-size: 90px;
    }
    .special p{
        font-size: 40px !important;
    }
    .special-cards{
        margin: 25px !important;
    }
    .item{
        width: 45rem;
    }
    .middle {
        top: 78%;
        left: 125%;
    }
    .text{
        width: 715px;
        height: 390px;
    }
    .text h4{
        font-size: 60px !important;
    }
    .text p{
        font-size: 40px !important;
    }
    .menu h1{
        font-size: 80px;
    }
    .menu{
        font-size: 30px !important;
    }
    .menu-items button{
        font-size: 60px !important;
    }
    .menu-items button i{
        font-size: 60px !important;
    }
    .menu-items h5{
        font-size: 50px !important;
    }
    .menu-items p{
        font-size: 40px;
    }
    .menu-items img{

        width: 190px !important;
    }
    .team{
        margin-top: 100px !important;
    }
    .team-h h1{
        font-size: 75px !important;
    }
    .team-h p{
        padding-top: 35px !important;
        font-size: 45px !important;
    }
    .team-body h3{
        font-size: 50px;
    }
    .footer i{
        font-size: 38px !important;
    }
    .fb{
        padding-left: 28px;
        padding-right: 28px;
        padding-top: 18px;
        padding-bottom: 18px;
    }
    
    .twit, .in{
        padding-left: 18px;
        padding-right: 18px;
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .gallery-h h1{
        font-size: 60px !important;
    }

    .gallery-h p{
        font-size: 40px !important;
    }

    .equal-height {
        height: 500px; /* Adjust as needed */
        /* object-fit: cover; Ensures images fill the space without distortion */
    }
    .text1 a i{
        font-size: 50px !important;
    }
    .card-h h1{
        font-size: 70px !important;
    }
    .blog-body h5{
        font-size: 50px;
    }
    .blog-body p small{
        font-size: 35px !important;
    }
    .blog-body h6{
        font-size: 35px;
    }
    .book1{
        font-size: 38px;
        padding-left: 150px;
        padding-right: 150px;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .price h1{
        font-size: 60px;
    }
    .price1-cards i{
        font-size: 40px;
    }
    .price1-cards p{
        font-size: 40px;
    }
    .pricing-cards h4{
        font-size: 50px;
    }
    .pricing-cards h1{
        font-size: 80px;
    }
    .purchase{
        font-size: 40px !important;
        padding: 20px;
    }
    .card-header1 h3, .card-header1 h3 span{
        font-size: 50px !important;
    }
    .input-group input{
        padding: 30px;
    }
    .input-group input::placeholder{
        font-size: 40px !important;
    }
    .person{
        font-size: 40px !important;
    }
    .table{
        font-size: 50px !important;
    }
    .reservee h1{
        font-size: 70px;
    }
    .reservee h5{
        font-size: 40px;
    }
    .reservee p{
        font-size: 35px;
    }
    .news-row h1{
        font-size: 50px;
    }
    .news-row p{
        font-size: x-large;
    }
    .logo2{
        width: 600px !important;
    }
    .headings h3{
        font-size: 50px;
    }
    .headings p, .sandwich, .day{
        font-size: xx-large !important;
    }
    .copy-row p{
        font-size: xx-large;
    }
}
@media (min-width:2701px) and (max-width:3000px){
    .nav-link{
        padding: 20px !important;
        font-size: 45px !important;
    }
    .logo{
        width: 480px;
    }
    .bg1{
        height: 1600px;
    }
    .dinner-h{
        padding-top: 90px !important;
    }
    .dinner{
        font-size: 160px !important;
    }
    .appear{
        padding-top: 25px;
        font-size: 80px;
    }
    .lorem{
        padding-top: 25px;
        font-size: 65px;
    }
    .book{
        margin-top: 60px !important;
        font-size: 55px;
        padding-left: 120px;
        padding-right: 120px;
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .scroll-button{
        top: 1130px;
        width: 120px;
        height: 245px;
        border: 4px solid white;
    }
    .scroll-button::before{
        border: 4px solid white;
    }
    @keyframes moveDown {
        0% {
            top: 20%;
            opacity: 1;
        }
        90% {
            top: 60%;
            opacity: 1;
        }
        100% {
            top: 60%;
            opacity: 0;
        }
    }
    .about h1{
        font-size: 100px;
    }
    .about h4{
        font-size: 65px;
    }
    .about p{
        font-size: 44px;
    }
    .about-img1{
        width: 1150px;
    }
    .about-img2{
        width: 380px;
        right: 230px;
    }
    .special h1{
        font-size: 100px;
    }
    .special p{
        font-size: 50px !important;
    }
    .special-cards{
        margin: 25px !important;
    }
    .item{
        width: 55rem;
    }
    .middle {
        top: 78%;
        left: 153%;
    }
    .text{
        width: 870px;
        height: 480px;
    }
    .text h4{
        font-size: 70px !important;
    }
    .text p{
        font-size: 50px !important;
    }
    .menu h1{
        font-size: 100px;
    }
    .menu{
        font-size: 36px !important;
    }
    .menu-items button{
        font-size: 70px !important;
    }
    .menu-items button i{
        font-size: 70px !important;
    }
    .menu-items h5{
        font-size: 55px !important;
    }
    .menu-items p{
        font-size: 45px;
    }
    .menu-items img{
        width: 210px !important;
    }
    .team{
        margin-top: 100px !important;
    }
    .team-h h1{
        font-size: 75px !important;
    }
    .team-h p{
        padding-top: 35px !important;
        font-size: 45px !important;
    }
    .team-body h3{
        font-size: 50px;
    }
    .footer i{
        font-size: 38px !important;
    }
    .fb{
        padding-left: 28px;
        padding-right: 28px;
        padding-top: 18px;
        padding-bottom: 18px;
    }
    .twit, .in{
        padding-left: 18px;
        padding-right: 18px;
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .gallery-h h1{
        font-size: 80px !important;
    }

    .gallery-h p{
        font-size: 50px !important;
    }

    .equal-height {
        height: 700px;
    }
    .text1 a i{
        font-size: 70px !important;
    }
    .blog-cont{
        margin-top: 200px !important;
    }
    .card-h h1{
        font-size: 80px !important;
    }
    .blog-body h5{
        font-size: 60px;
    }
    .blog-body p small{
        font-size: 40px !important;
    }
    .blog-body h6{
        font-size: 40px;
    }
    .book1{
        font-size: 50px;
        padding-left: 180px;
        padding-right: 180px;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .blog-row{
        padding-top: 150px;
    }
    .card-blog{
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .blog-img{
        width: 400px;
    }
    .price h1{
        font-size: 70px;
    }
    .price1-cards i{
        font-size: 45px;
    }
    .price1-cards p{
        font-size: 45px;
    }
    .pricing-cards h4{
        font-size: 60px;
    }
    .pricing-cards h1{
        font-size: 100px;
    }
    .purchase{
        font-size: 45px !important;
        padding: 30px;
    }
    .card-header1 h3, .card-header1 h3 span{
        font-size: 50px !important;
    }
    .input-group input{
        padding: 45px;
    }
    .input-group input::placeholder{
        font-size: 45px !important;
    }
    .person{
        font-size: 40px !important;
    }
    .table{
        font-size: 45px !important;
    }
    .reservee h1{
        font-size: 80px;
    }
    .reservee h5{
        font-size: 45px;
    }
    .reservee p{
        font-size: 35px;
    }
    .news-row h1{
        font-size: 50px;
    }
    .news-row p{
        font-size: x-large;
    }
    .logo2{
        width: 700px !important;
    }
    .headings h3{
        font-size: 60px;
    }
    .headings p, .sandwich, .day{
        font-size: 40px !important;
    }
    .copy-row p{
        font-size: 40px;
    }
}
