@import url('https://fonts.googleapis.com/css2?family=Tulpen+One&display=swap');

@font-face {
    font-family: montserrat;
    src: url('../assets/font/montserrat/Montserrat-VariableFont_wght.ttf');
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: montserrat, sans-serif;
}

.common_padding {
    padding: 3% 5%;
}

.banner {
    background-image: url('../assets/images/food-background.jpg');
    background-position: center;
    background-size: 100% 100%;
    background-attachment: fixed;
    height: auto;
}

.banner .banner_heading {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 92.4vh;
    padding-left: 35%;
}

.banner div .banner_heading_para {
    font-family: 'Tulpen One', cursive;
    font-size: 150px;
    letter-spacing: 10px;
    text-align: center;
}

.banner .banner_heading .button button {
    border: none;
    border-radius: 10px;
    font-weight: 800;
    font-family: montserrat, sans-serif;
}

.about .title {
    font-family: 'Tulpen One', cursive;
    font-size: 70px;
}

.about .contain {
    font-family: montserrat, sans-serif;
}

.menu .title {
    font-family: 'Tulpen One', cursive;
    font-size: 70px;
}

.menu .contain p {
    font-family: montserrat, sans-serif;
}

.menu .button {
    display: flex;
    justify-content: center;
}

.menu .button button {
    border: none;
    border-radius: 10px;
    font-weight: 500;
    font-family: montserrat, sans-serif;
}

.services {
    padding-bottom: 5%;
}

.services .title {
    font-family: 'Tulpen One', cursive;
    font-size: 70px;
}

.services .book-table {
    display: flex;
    justify-content: space-between;
    font-family: montserrat, sans-serif;
}

.services .book-table .image {
    width: 25%;
}

.services .book-table .image img {
    width: 100%;
    border-radius: 10%;
}

.services .book-table .description {
    width: 70%;
    display: flex;
    align-items: center;
}

.services .order {
    display: flex;
    justify-content: space-between;
    font-family: montserrat, sans-serif;
}

.services .order .description {
    display: flex;
    align-items: center;
    width: 70%;
}

.services .order .image {
    width: 25%;
}

.services .order .image img {
    width: 100%;
    border-radius: 10%;
}

.drinks .title {
    font-family: 'Tulpen One', cursive;
    font-size: 70px;
}

.drinks .container {
    font-family: montserrat, sans-serif;
}

.drinks .button button {
    border: none;
    border-radius: 10px;
    font-weight: 500;
    font-family: montserrat, sans-serif;
}

.team .title {
    font-family: 'Tulpen One', cursive;
    font-size: 70px;
}

.team .container .cards {
    width: 18rem;
    font-family: montserrat, sans-serif;
}

.gallery .left {
    height: 400px;
    background-image: url('../assets/images/gallery_left.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.gallery .right .right_up {
    height: 195px;
    background-image: url('../assets/images/gallery_right_up.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.gallery .right .right_down {
    height: 195px;
    background-image: url('../assets/images/gallery_right_down.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.subscribe {
    padding: 6% 0 10%;
    font-family: montserrat, sans-serif;
}

.subscribe p {
    padding: 2% 15% 5%;
}

.subscribe form {
    width: 45%;
}




@media screen and (max-width: 991px) {
    .banner div .banner_heading_para {
        font-size: 130px;
    }

    .banner .banner_heading .button button {
        border-radius: 10px;
        font-weight: 00;
    }

    .gallery .container .contain .left {
        padding-bottom: 4vh;
    }
}

@media screen and (max-width: 767px) {
    .banner div .banner_heading_para {
        font-size: 100px;
    }

    .services .book-table {
        flex-direction: column;
    }

    .services .book-table .image {
        width: 100%;
        padding-bottom: 8%;
    }

    .services .book-table .image img {
        width: 50%;
    }

    .services .book-table .description {
        width: 100%;
    }

    .services .order {
        flex-direction: column;
    }

    .services .order .description {
        width: 100%;
    }

    .services .order .image {
        width: 100%;
        padding-top: 8%;
    }

    .services .order .image img {
        width: 50%;
    }

    .services .order {
        display: flex;
        justify-content: center;
    }

    footer iframe {
        width: 100%;
    }
}

@media screen and (max-width: 575px) {
    .banner div .banner_heading_para {
        font-size: 80px;
    }
}

@media screen and (max-width: 479px) {
    .banner div .banner_heading_para {
        font-size: 70px;
    }
}

@media screen and (max-width: 400px) {
    .gallery .left {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 319px) {
    .banner div .banner_heading_para {
        font-size: 50px;
    }
}