body {
    padding: 0;
    margin: 0;
    background: url(images/banana_bg.jpg);
    background-attachment: fixed;
    background-size: 8%;
    overflow-x: hidden;
}

header{
    text-align: center;
    margin: 2% 0;
}

.header_logo {
    font-family: 'Amatic SC', cursive;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: calc(4.375rem + ((1vw - 19.2px) * 0.625));
    color: #fff;
color: #000;
    margin: 0;
}

.header_logo span{
    font-weight: 400;
}

.pt-l{
    padding-top: 5%   
}

.pb-l{
    padding-bottom: 5%;
}

ul, li {
    font-family: 'Montserrat', sans-serif;
    padding: 0;
    list-style-type: none;
    margin: 0;
}

p{
    font-family: 'Montserrat', sans-serif;
    font-size: 1.5rem;
    font-size: calc(1.5rem + ((1vw - 19.2px) * 0.625));
    line-height: 1.5;
}

.br_intro {
    padding: 8% 0;
    background: linear-gradient(to left, rgb(255 176 51 / 67%), rgb(223 185 0)), url(images/blur-coffee-cafe-shop-restaurant-with-bokeh-background-xd.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.intro_text h2 {
    font-family: 'Caveat', cursive;
    font-weight: 500;
    font-size: 38px;
    color: #fff;
    font-size: calc(2.375rem + ((1vw - 19.2px) * 1));
    margin: 0 auto;
}

.menu_intro h2{
    font-family: 'Amatic SC', cursive;
    font-weight: 700;
    font-size: 4rem;
    font-size: calc(4rem + ((1vw - 19.2px) * 2.125));
    line-height: 1.2;
    margin-bottom: 20px;
}

.menu_text{
    text-align: center;
}

.menu_text h3 {
    font-family: 'Amatic SC', cursive;
    font-weight: 700;
    font-size: 3rem;
    font-size: calc(3rem + ((1vw - 19.2px) * 1.5));
    text-decoration: underline;
    margin: 15px 0 0 0;
    line-height: 1;
    color: #fff;
}

.menu_text h4 {
    font-family: 'Amatic SC', cursive;
    font-weight: 700;
    font-size: 2rem;
    font-size: calc(2rem + ((1vw - 19.2px) * 0.625));
    margin: 15px 0 0 0;
    line-height: 1;
}




.br_mr .menu_options {
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
    flex-wrap: wrap;    
}

.br_mr .menu_options .img:nth-child(1) {
    margin-top: -50px;
}
.br_mr .menu_options .img:nth-child(3) {
    margin-top: -80px;
}

.br_mr .menu_options .img {
    position: relative;
    width: 30%;
    text-align: center;
}

.br_mr .menu_options .img .radius_img {
    object-fit: cover;
    border: 5px solid rgb(255 255 255 / 50%); 
    height: 350px;
    width: 100%;
}


.marquee {
    background: radial-gradient(at top, #EFB923, #f5d229, #f3e6bb);
    background: radial-gradient(at top, #242424, #000000, #4c4b48);
    background: radial-gradient(at top, #ffffff, #f3f3f3, #ebe5e5);
    padding: 20px 0px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
}

.menu_intro {
    margin-bottom: 80px;
}

.text_marquee_item {
    display: inline-block;
    will-change: transform;
    -webkit-animation: marquee 30s linear infinite;
    animation: marquee 30s linear infinite;
}

@-webkit-keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

.text_marquee_item h6 {
    font-size: 3rem;
    font-size: calc(3rem + ((1vw - 19.2px) * 1.5));
    text-transform: uppercase;
    font-weight: 400;
    margin: 0px;
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    position: relative;
    color: #000;
    font-family: 'Amatic SC', cursive;
    line-height: 1;
}

.mark_star{
    margin: 0 50px!important;
}


#gallery_flow_right .img span {
    display: block;
    background-size: cover!important;
    background-position: center!important;
    object-fit: cover;
    border: 5px solid rgb(255 255 255 / 50%);
    height: 350px;
    width: 100%;
}

footer {
    background: linear-gradient(to left, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(images/blur-coffee-cafe-shop-restaurant-with-bokeh-background-xd.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 30px 0;
}

.footer_widget p, .footer_widget a, .footer_widget li {
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-size: calc(1rem + ((1vw - 19.2px) * 0.125));
    line-height: 1.5;
    margin-bottom: 0;
    text-decoration: none;
}

.footer_widget .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer_widget .row div {
    width: 50%;
}

.footer_widget .row div:last-child {
    text-align: right;
}

.menu_links ul {
    display: flex;
    justify-content: center;
}

.menu_links ul li {
    margin: 0 15px;
}

footer .footer_widget {
    border-bottom: 1px solid #696969;
    padding: 25px 0;
}

.footer_logo {
    font-weight: 700;
    font-size: calc(3.125rem + ((1vw - 19.2px) * 0.625));
    line-height: 1.2;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Amatic SC', cursive;
    margin-bottom: 20px;
}

.footer_logo span{
    font-weight: 400;
}

a.br_btn:hover {
    background: #f6d329;
    color: #fff;
}
a.br_btn {
    display: inline-block;
    background: #fff;
    color: #000;
    text-decoration: none;
    padding: 10px 25px;
    font-weight: 600;
    margin-top: 25px;
}

ul.social_media li {
    margin: 7px 0;
}

.go_top {
    position: fixed;
    right: 30px;
    bottom: 75px;
    cursor: pointer;
    z-index: 99;
    transition: .4s all;
    display: none;
    background: #000;
    width: 45px;
    height: 45px;
    line-height: 40px;
    text-align: center;    
}

.go_top:hover {
    background: #f6d329;
}

a:hover {
    color: #f6d329;
    text-decoration: underline;
}

.option_listing h3 {
    font-family: 'Amatic SC', cursive;
    font-weight: 400;
    font-size: 2rem;
    font-size: calc(2rem + ((1vw - 19.2px) * 0.625));
    line-height: 1;
    color: #fff;
    margin-bottom: 20px;
}

@media screen and (max-width: 992px){
    
.br_mr .menu_options .img {
    width: 49%;
}

.br_mr .menu_options .img:nth-child(3) {
    margin-top: 30px;
}

.mark_star{
    margin: 0 25px!important;
}
   
}



@media screen and (max-width: 600px){

header {
    margin: 5% 0;
}

footer {
    padding: 20px 0;
}
    
.pt-l{
    padding-top: 7%   
}

.pb-l{
    padding-bottom: 7%;
}
    
    
.br_mr .menu_options .img {
    width: 100%;
}

.br_mr .menu_options .img:nth-child(1),
.br_mr .menu_options .img:nth-child(3) {
    margin-top: 0;
}

.br_mr .menu_options .img:nth-child(2){
    margin: 35px 0;
}

.footer_widget .row div {
    width: 100%;
}

.footer_widget .row div:last-child {
    text-align: left;
    margin-top: 20px;
}

footer .footer_widget {
    padding: 15px 0;
}

.mark_star{
    margin: 0 15px!important;
}

.menu_intro {
    margin-bottom: 0px;
}

}