/**CSS Anatomy: Selector{properties: values;}**/
/**11-16-22**/

/*@import url(https://fonts.googleapis.com/css?family=Bangers);*/

:root {
  --black: #000000;
  --red-10: #D90E12;
  --green-10: #34AB3F;
  --gray-10: #474747;
  --font-family-sans-serif: 'Futura Light, Futura Bold, Futura Medium, Futura Bold Italic';
}

@font-face {
  font-family: 'Futura Light';
  src: url('/fonts/futuramc.ttf');
}

@font-face {
  font-family: 'Futura Bold';
  src: url('/fonts/futurab.ttf');
}

@font-face {
  font-family: 'Futura Medium';
  src: url('/fonts/futuram.ttf');
}

@font-face {
  font-family: 'Futura Bold Italic';
  src: url('/fonts/futurabi.ttf');
}

/* !top | right | bottom | left */
body{
  text-align: center;
  font-family: 'Futura Medium';
}

/* !Headings */

.large-heading {
  font-family: 'Futura Bold';
  font-size: 2rem;
}

.message-heading {
  font-family: 'Futura Bold';
  font-size: 2.5rem;
}

.section-heading {
  font-family: 'Futura Bold';
  font-weight: bold;
  color: #eee;
}

.text-uppercase {
  font-family: 'Futura Bold';
  color: #d90e12;
}

/* !About-us*/

/* !Contact-us*/
.contact-img {
  max-width: 100%;
}

.ctbanner-img {
  position: relative;
  padding: 0%;
  text-align: center;
  max-width: 100%;
}

.downloadapp-img {
  width: 30%;
}

.about-contactus{
  text-align: center;
  font-size: 3rem;
  color: #ffffff;
  margin: 0px -80px;
  padding: 1px;
}

.contactbanner-img {
  width: 100%;
  border-radius: 40px 999em 999em 40px;
}

.facebook-icon {
  width: 20%;
  background-color: white;
  border-radius: 50px;
  margin-bottom: 25px;
}

.messenger-icon{
  width: 20%;
  background-color: white;
  border-radius: 50px;
  margin-bottom: 25px;
}

.messenger-icon :hover {
  background-color: #D90E12;
}

.tweet-icon{
  width: 18%;
  background-color: white;
  border-radius: 50px;
  margin-bottom: 25px;
}

.contactus-h5 {
  font-size: 1rem;
}

.banner-hp2 {
  position: absolute;
  margin-top: 1rem;
}

.banner-icons {
  position: absolute;
  padding: 26px;
  margin-top: 1.2rem;
}

.banner-icons li {
  display: inline-block;
  padding: 10px;
  margin-top: 45px;
}

.banner-h2 {
  font-size: 2.3rem;
  font-family: 'Futura Bold';
  margin: 0;
}

.banner-p {
  font-size: 1.2rem;
}


/* !Text */
 
.uppercase {
  text-transform: uppercase;
}

/* !Containers */
.container-fluid {
  padding: 0% 0%; /** 7% top and bottom 15% left and right **/ 
  /**padding: 8% 12% 9%; top - lef/rig - bottom**/  
}*/


/* !Sections - Background image here*/

/*.background-section {
  background-color: #000000;
  background-image: url('https://hsdataserver.blob.core.windows.net/frankiesdata/contents/20210428/resized/5uku24vkaf.jpg');
  background-repeat:no-repeat;
  background-size: cover;
}*/

.white-section {
  background-color: #000000;
}

.content-section {
  padding-bottom: 7rem;
}

.branch-header {
  padding-top: 5rem;
}


/* !Navigation Bar */

nav {
  position: fixed;
  width: 100%;
  /*padding: 1rem;*/
  padding: 20px 40px;
  z-index: 10000;
  display: flex;
  justify-content:space-between;
  align-items: center;
  transition: 0.8s;
 /* background-color: rgba(0, 0, 0, 0.8)*/
}

nav.sticky {
  background: rgb(0, 0, 0, 0.9); /*the 0.8 is the opacity*/
  padding: 18px 10px;
  box-shadow: 0 5px 20px rgba(255, 255, 255, 0.05);
  /*border-radius: 0 0 40px 40px;*/
}

nav .navigation {
  position: relative;
  display: flex;
}
nav .navigation li {
  list-style: none;
  margin-left: 1px;
}

nav .navigation li a {
  text-decoration: none;
  font-weight: 300;
}

.nav-item {
  padding: 1.5rem;
  position: relative;
}

/*.nav-item:not(:first-child) {
  border-top: 2px solid #eee
}*/

/* !Navigation Text Color */
.nav-menu {
  font-size: 1.3rem;
  font-family: 'Futura Bold';
  text-shadow: 2px 2px #000 !important;
}

.nav-menu a {
  color: #FFF !important;
}

.nav-menu:hover {
  color: #ffd200!important;
}

.nav-menu a:active {
  color: #ffd200!important;
}

/* !Icon2 Nav Buttons 3/9/2022 */

.animated-icon2 span:nth-child(1) {
  top: 0px;
  }
  
  .animated-icon2 span:nth-child(2), .animated-icon2 span:nth-child(3) {
  top: 10px;
  }
  
  .animated-icon2 span:nth-child(4) {
  top: 20px;
  }
  
  .animated-icon2.open span:nth-child(1) {
  top: 11px;
  width: 0%;
  left: 50%;
  }
  
  .animated-icon2.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  }
  
  .animated-icon2.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  }
  
  .animated-icon2.open span:nth-child(4) {
  top: 11px;
  width: 0%;
  left: 50%;
  }

/* !career */

.career-position {
    margin: auto;
    width: 100%;
    padding: 50px;
  }

.career1 {
  width: 90%;
}


/* !Donwload Buttons */
/* !top | right | left | bottom */

.download-button {
  margin: 5% 3% 5% 0;
}

/* !Title Sections */

#title .container-fluid {
  padding: 15% 9% 10%;
}

/* !Title Image */

.img-logo {
  padding-left: 9px;
  height: 4rem;
}

.img-fluid {
  border-radius: 40px 999em 999em 40px;
}

.order-img {
background-color: rgba(0, 0, 0, 0.8); /* 0.8 value for opacity*/
border-radius: 5%;
padding: 1px 20px 1px 20px;
margin-bottom: 30%;
}

.banner-img {
  padding: 0% 0%; /**3% top and bottom and 2% left and right**/
}

.main-title {
  font-size: 3rem;
}

/* !Content Sections */

.section {
  position: relative;
  width: 100%;
  margin: 60px 0;
  padding: 60px 0;
  overflow: hidden
}

.fancy-title {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.fancy-title h1,
.fancy-title h2,
.fancy-title h3,
.fancy-title h4,
.fancy-title h5,
.fancy-title h6 {
    position: relative;
    margin-bottom: 0
}

.fancy-title::after,
.fancy-title::before {
    content: '';
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    height: 0;
    border-top: 3px double #e5e5e5
}

.fancy-title::before {
    display: none;
    margin-right: .75rem
}

.fancy-title::after {
    margin-left: .75rem
}

.title-border::after,
.title-border::before {
    border-top-width: 1px;
    border-top-style: solid
}

.title-border-color::after,
.title-border-color::before {
    border-top: 1px solid #1abc9c!important
}

.title-center::before {
    display: block
}

.title-right::before {
    display: block
}

.title-right::after {
    display: none
}

.title-bottom-border::after,
.title-bottom-border::before {
    display: none
}

/* !Testimonial Sections */

#testimonials {
  background-color:#000000;
  padding: 50px;
}

.ilovenyw {
  position: absolute;
  z-index: 0;
}
.ilovenyw1 {
  position: absolute;
  z-index: 0;
  right: 90px;
}

.ilfnyw {
  width: 60%;
  opacity: 20%;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}

.bounce-5 {
  animation-name: bounce-5;
  animation-timing-function: ease;
  
}
@keyframes bounce-5 {
  0%   { transform: scale(1,1)      translateY(0); }
  10%  { transform: scale(1.1,.9)   translateY(0); }
  30%  { transform: scale(1.1)   translateY(-100px); }
  50%  { transform: scale(1.05,.95) translateY(0); }
}

.ilfnyw1 {
  width: 30%;
  opacity: 30%;
  margin-top: 15%;
  animation-duration: 2.5s;
  animation-iteration-count: infinite;
}

.bounce-6 {
  animation-name: bounce-6;
  animation-timing-function: ease;
  
}
@keyframes bounce-6 {
  0%   { transform: scale(1,1)      translateY(0); }
  10%  { transform: scale(1.1,.9)   translateY(0); }
  30%  { transform: scale(.9,1.1)   translateY(-100px); }
  50%  { transform: scale(1.05,.95) translateY(0); }
  57%  { transform: scale(1,1)      translateY(-7px); }
  64%  { transform: scale(1,1)      translateY(0); }
  100% { transform: scale(1,1)      translateY(0); }
}

.testimonial-image {
  width: 10%;
  border-radius: 100%;
  margin: 30px;
}

.main-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #000000;
}

.testimonial-text {
  font-size: 2rem;
  color: #fff;
  text-shadow: #000000 2px 2px;
  position: relative;
}

.testimonial-second {
  font-size: 1.5rem;
  font-style: italic;
  color: #fff;
  text-shadow: #000000 2px 2px;
}

.head-testimonial {
  font-size: 2rem;
  color: #fff;
  padding-top: 1%;
}

#press {
  padding-bottom: 3%;
}

.wings-img {
  width: 100%;
  /*margin: 1px 20px 3px; /* top / left-right / bottom */
}

.rsmenu-img {
  width: 100%;
  margin: 1px 20px 30px; /* top / left-right / bottom */
}

.web-dev-tools {
  width: 6%;
  margin: 20px 20px 50px; /* top / left-right / bottom */
}

.wings-flavor {
  font-family: 'Futura Medium';
  font-size: 2.5rem;
  color: #ffd200;
}

.webdev-tools {
  font-family: 'Bangers';
  font-size: 2.5rem;
}

/* !Pricing Section */

#ourmenu {
  padding: 50px;
  background-color: #000;
}

#whatsnew {
  padding: 50px;
  background-color: #000;
}

#connect-us {
  padding: 50px;
  background-color: #000;
}

.whatsnew-column {
  padding: 2% 1%; /**3% top and bottom and 2% left and right**/
  text-decoration: none;
}

.whatsnew-text {
  font-size: 2rem;
  line-height: 1.5;
}

.h5_txt{
  font-size: .5rem;
}

.product1 {
 width: 90%;
}

.product2 {
  width: 90%;
 }

.product3{
  width: 100%;
}

.product4 {
  width: 90%;
 }


.about-img {
  width: 70%;
  /*margin: 1rem 0; */
 }

.insta img {
  border: none;
  max-width: 100%;
  display: block;
  transition: transform .2s ease-in-out;
}

.insta a {
  overflow: hidden;
  display: inline-block;
}

/*effect hover*/
.insta:hover img {
  transform: scale(1.15);
}

/*foodhall hover*/
.foodhall-text{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.5rem;
  background-color: rgb(255,210,0);
  border-radius: 20px 50px 30px; 
  width: 40%;
  text-decoration: none;
}

.foodhall-menu img {
  border: none;
  max-width: 90%; 
}

.foodhall-menu  a {
  overflow: hidden;
  display: inline-block;
}

.foodhall-menu :hover img {
  transform: scale(0.8);
  transition: 1s ease;
}

/*restaurant hover*/
.restaurant-text{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.5rem;
  color: rgb(0, 0, 0,);
  background-color: rgb(255,210,0);
  border-radius: 20px 50px 30px; 
  width: 40%;
}

.restaurant-menu img {
  border: none;
  max-width: 90%;
}

.restaurant-menu  a {
  overflow: hidden;
  display: inline-block;
  text-decoration: none;
}

.restaurant-menu :hover img {
  transform: scale(0.8);
  transition: 1s ease;
}

.banner-product {
  width: 100%;
}

.card {
  background-color:#000000;
}

.pricing-column {
  padding-top: 10pt;
}

.card-body a {
  text-decoration: none;
}

.text-lg {
  font-size: 1rem;
}


/* !CTA */

#cta {
  padding: 3%;
}


/* !Footer */

.footer-social {
  background-color: #d90e12;
  border-radius: 40px 999em 999em 40px;
}

.footer-txt {
  font-size: 2rem;
}

.footercopright {
  position:relative;
  background-color: rgb(5, 0, 0);
}

.footer-icon {
  padding: 2rem 1rem;
  text-decoration:none !important;
}

.footer-logo {
  width: 200px;
  padding: 0 0 1rem 0;
}

.footer-copyright {
  font-size: 1.4rem;
  color: #fff;
}

.fa-facebook-f,
.fa-twitter, 
.fa-google-plus-g,
.fa-instagram,
.fa-linkedin-in,
.fa-motorcycle{
  color: #ffffff;
}

.page-footer {
  font-family: 'Futura Medium';
  font-weight: 700;
}

.page-footer i:hover, .page-footer i:focus {
  color: rgb(0, 0, 0);
  text-decoration:none;
}

.scooter img{
  padding-bottom: 1rem;
}

.scooter:hover img {
  filter:brightness(0);
}

.products a {
  text-decoration: none;
  color:rgb(0, 0, 0);
}

.products a:hover {
  color:rgb(0, 182, 152);
}

.useful a {
  text-decoration: none;
  color:rgb(0, 0, 0);
}

.useful a:hover {
  color:rgb(0, 182, 152);
}

.statuelib {
  position: absolute;
  right: 2%;
  opacity: 85%;
}


/* !Slider Add */

/*.product1:hover {
  -ms-transform: scale(1.5); /* IE 9 */
  /*-webkit-transform: scale(1.5); /* Safari 3-8 */
  /*transform: scale(1.5); 
  position:relative;
}*/

.scroll {
  overflow-y: scroll;
  height: 80rem;
}

@keyframes image-iso {
  0%   { transform: translateY(0); }
  50%  { transform: translateY(-20px); } /**Bounce effect**/
  100% { transform: translateY(0); }
}


/* !Testimonial Slider */

.testimonials-slider{
  color: #eee;
  font-size: 1.8rem;
  padding-top: 2rem;
}

.content-slider {
  width: 100%;
  height: 300px;
}

.slider {
  height: 320px;
  width: 680px;
  margin: 40px auto 0;
  overflow: visible;
  position: relative;
}

.mask {
  overflow: hidden;
  height: 350px;
}

.slider ul {
  margin: 0;
  padding: 0;
  position: relative;
}

.slider li {
  width: 680px;
  height: 320px;
  position: absolute;
  top: -325px;
  list-style: none;
}

.slider .quote {
  font-size: 1.4rem;
  font-style: italic;
  color: #eee;

}

.slider .source {
  font-size: 1.1rem;
  text-align: center;
  color: #eee;
}

.slider li.anim1 {
  animation: cycle 25s linear infinite;
}

.slider li.anim2 {
  animation: cycle2 25s linear infinite;
}

.slider li.anim3 {
  animation: cycle3 25s linear infinite;
}

.slider li.anim4 {
  animation: cycle4 25s linear infinite;
}

.slider li.anim5 {
  animation: cycle5 25s linear infinite;
}

.slider:hover li {
  animation-play-state: paused;
}

@keyframes cycle {
  0% {
    top: 0px;
  }
  4% {
    top: 0px;
  }
  16% {
    top: 0px;
    opacity: 1;
    z-index: 0;
  }
  20% {
    top: 325px;
    opacity: 0;
    z-index: 0;
  }
  21% {
    top: -325px;
    opacity: 0;
    z-index: -1;
  }
  50% {
    top: -325px;
    opacity: 0;
    z-index: -1;
  }
  92% {
    top: -325px;
    opacity: 0;
    z-index: 0;
  }
  96% {
    top: -325px;
    opacity: 0;
  }
  100% {
    top: 0px;
    opacity: 1;
  }
}

@keyframes cycle2 {
  0% {
    top: -325px;
    opacity: 0;
  }
  16% {
    top: -325px;
    opacity: 0;
  }
  20% {
    top: 0px;
    opacity: 1;
  }
  24% {
    top: 0px;
    opacity: 1;
  }
  36% {
    top: 0px;
    opacity: 1;
    z-index: 0;
  }
  40% {
    top: 325px;
    opacity: 0;
    z-index: 0;
  }
  41% {
    top: -325px;
    opacity: 0;
    z-index: -1;
  }
  100% {
    top: -325px;
    opacity: 0;
    z-index: -1;
  }
}

@keyframes cycle3 {
  0% {
    top: -325px;
    opacity: 0;
  }
  36% {
    top: -325px;
    opacity: 0;
  }
  40% {
    top: 0px;
    opacity: 1;
  }
  44% {
    top: 0px;
    opacity: 1;
  }
  56% {
    top: 0px;
    opacity: 1;
    z-index: 0;
  }
  60% {
    top: 325px;
    opacity: 0;
    z-index: 0;
  }
  61% {
    top: -325px;
    opacity: 0;
    z-index: -1;
  }
  100% {
    top: -325px;
    opacity: 0;
    z-index: -1;
  }
}

@keyframes cycle4 {
  0% {
    top: -325px;
    opacity: 0;
  }
  56% {
    top: -325px;
    opacity: 0;
  }
  60% {
    top: 0px;
    opacity: 1;
  }
  64% {
    top: 0px;
    opacity: 1;
  }
  76% {
    top: 0px;
    opacity: 1;
    z-index: 0;
  }
  80% {
    top: 325px;
    opacity: 0;
    z-index: 0;
  }
  81% {
    top: -325px;
    opacity: 0;
    z-index: -1;
  }
  100% {
    top: -325px;
    opacity: 0;
    z-index: -1;
  }
}

@keyframes cycle5 {
  0% {
    top: -325px;
    opacity: 0;
  }
  76% {
    top: -325px;
    opacity: 0;
  }
  80% {
    top: 0px;
    opacity: 1;
  }
  84% {
    top: 0px;
    opacity: 1;
  }
  96% {
    top: 0px;
    opacity: 1;
    z-index: 0;
  }
  100% {
    top: 325px;
    opacity: 0;
    z-index: 0;
  }
}
/** TODO @media is for responsive <type><features>**/
/*8 TODO if the viewport is 1028px it will change the iphone-img position to static and 
rotate to 0 and the div id title-align will change to center how to check viewport try to inspect look at upper rigth**/

/**Floating**/

.my-float{
  animation-duration: 2s;
  animation-iteration-count: infinite;
  position:fixed;
	width: 105px;
	height: 105px;
	bottom: 40px;
	right: 40px;
	/*background-color:rgb(0, 173, 239);*/
	border-radius:50px;
	/*box-shadow: 2px 2px 3px #999;*/
}

.my-float img {
  margin-top: 7px;
  margin-right: 3px;
  width: 120px;
  height: 120px;
}

.my-float:hover img {
  filter:brightness(1.75);
}

.bounce-7 {
  animation-name: bounce-7;
  animation-timing-function: ease;
  
}
@keyframes bounce-7 {
  0%   { transform: scale(1,1)      translateY(0); }
  10%  { transform: scale(1.1,.9)   translateY(0); }
  30%  { transform: scale(1.1)   translateY(-100px); }
  50%  { transform: scale(1,.9) translateY(0); }
}
/*
@media (max-width: 600px) {
  body {
    margin-bottom: 500px;
  }
}*/

/**Menu 3/13/2022**/
      .dishes {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
      }
      .tab-nav {
        border: none;
      }
      .tab-nav li {
        border: none;
        width: 100%;
        border: 2px solid #fff;
        padding: 20px 0px;
        height: 80px;
      }
      .tab-nav li:first-child {
        /* border: none; */
      }
      .tab-nav li.ui-tabs-active a {
        /* border: none; */
        background: #d90e12;
        color: white;
        height: 3rem;
        font-size: 2rem;
        /* background: transparent; */
      }
      .tab-nav li.ui-tabs-active {
        background: #d90e12;
        /* background: transparent; */
      }
      .tab-nav li a {
        border: none;
        /* background: #D90E12; */
        color: white !important;
        height: 3rem;
        font-size: 2rem;
        background: transparent;
        font-weight: 100 !important;
      }
      .menu-title {
        position: relative;
        z-index: 10;
      }


      .menu-border {
        position: absolute;
        padding: 8px;
        width: 100%;
        top: 0;
        border: 3px solid #fff;
        z-index: 1 !important;
        margin-top: 12px;
        margin-left: 8px;
      }
      .street {
        width: 1em !important;
      }
      .menu-image {
        height: 67rem;
        overflow-y: scroll;
      }
      .menu-image::-webkit-scrollbar {
        width: 10px;
      }
      .menu-image::-webkit-scrollbar-track {
        box-shadow: #000;
        border-radius: 2px;
        background: #000;
      }
      .menu-image::-webkit-scrollbar-thumb {
        background: #fff;
        height: 10%;
        border-radius: 5px;
      }

      @media only screen and (max-width: 1200px) {
        .dishes {
          font-size: 1rem !important;
        }

      @media only screen and (max-width: 990px) {
        .menu-header {
          flex-direction: column;
        }

        nav,
        nav.sticky
        {
          padding: 15px 15px;
        }

        nav .navigation{
          display: none;
        }

        nav .navigation.active {
          width: 100%;
          padding: 0%;
          height: calc(100% - 58%);
          position: fixed;
          top: 140px;
          left: 0;
          display: flex;
          justify-content: center;
          align-items: center;
          flex-direction: column;
          background: rgb(0, 0, 0, 0.9);
          border-radius: 80% / 0 0 30% 30%;
        }

        .menuToggle {
          position: relative;
          width: 70px;
          height: 70px;
          background-image: url("/images/menu1.png");
          background-size: 45px;
          background-repeat: no-repeat;
          background-position: center;
          cursor: pointer;
          border-color: rgb(217, 14, 18);
          } 
        
        .menuToggle.active {
          background-image: url("/images/close1.png");
          background-size: 45px;
          background-repeat: no-repeat;
          background-position: center;
        }
        nav.sticky .menuToggle {
          filter: invert(1);
        }

        /* .menu-header .menu-header-title:last-child {
        margin-top: 20px !important;
    } */
        .menu-header-title2 {
          margin-top: 20px !important;
        }
        .menu-header-title {
          display: block;
          text-align: center;
        }
        .menu-header-title:last-child {
          /* margin-top: 10px !important; */
        }
        .menu-header-title a {
          font-size: 1.5rem;
          display: block;
        }
        .menu-image-item {
          height: auto !important;
        }
        .street-main {
          margin: 0px 2rem;
          height: 90rem !important;
        }
        .menu-street {
          overflow-y: scroll;
          overflow-x: hidden;
          height: 18rem;
        }
        .bg-gray-10 ad-holder {
          display: none;
        }
        .st {
          display: none;
        }
        .menu-space {
          width: 100%;
          height: 100%;
          margin: 1rem !important;
        }
      }

      @media only screen and (max-width: 768px) {

        .dishes {
          font-size: 1rem !important;
        }
        .tabs {
          margin-top: -20px !important;
          overflow-y: scroll !important;
        }
        .menu-header {
          flex-direction: column;
        }
        /* .menu-header .menu-header-title:last-child {
        margin-top: 20px !important;
    } */
        .menu-header-title2 {
          margin-top: 20px !important;
        }
        .menu-header-title {
          display: block;
          text-align: center;
        }
        .menu-header-title:last-child {
          /* margin-top: 10px !important; */
        }
        .menu-header-title a {
          font-size: 1.5rem;
          display: block;
        }
        .menu-border {
          /* width: 80%; */
        }
        .menu-image-item {
          height: auto !important;
        }
        .street-main {
          margin: 0px 2rem;
          height: 80rem !important;
        }
        .menu-street {
          overflow-y: scroll;
          overflow-x: hidden;
          height: 18rem;
        }
        .bg-gray-10 ad-holder {
          display: none;
        }
        .st {
          display: none;
        }
        .menu-space {
          width: 100%;
          height: 100%;
          margin: 1rem !important;
        }
      }
      @media screen and (max-width: 400px) {
        .tabs {
          margin-top: -20px !important;
        }
        .tab-nav li.ui-tabs-active a {
          /* border: none; */
          background: #d90e12;
          color: white;
          height: 2rem;
          /* background: transparent; */
        }
        .tab-nav li {
          padding: 0px !important;
          height: 3rem !important;
        }
        .tab-nav li a span {
          font-size: 1rem;
        }
        .menu-image {
          height: 100vh;
          overflow-y: scroll;
        }
        .menu-image-item {
          height: auto !important;
        }
      }

      .main-banner {
        z-index: 10;
        position: relative;
        /* margin-top: -20px !important; */
      }

      .ad-banner {
        height: 25vh;
      }

      .about-content {
        margin: 0px -80px;
        padding: 1px;
      }

      .page-footer h6 {
        font-size: 3rem !important;
    }

      @media only screen and (max-width: 1200px) {
        .about-content p {
          font-size: 2rem !important;
          line-height: 1.2 !important;
        }
        .page-footer h6 {
          font-size: 1.8rem !important;
        }
        .order img {
          width: 25rem !important;
          margin-bottom: 25% !important;
        }
        .nav-menu {
          font-size: 1.1rem !important;
        }

        .nav-link {
          font-size: 1.8rem !important;
        }

        nav .navigation li {
          list-style: none;
          margin-left: 1px !important;
        }

        .nav-item {
          padding: 1.1rem !important;
        }

        .contactus-h5 {
          font-size: 2rem !important;
        }
  
        .contactbanner-img {
          width: 100%;
          border-radius: 40px 999em 999em 40px;
        }
  
        .banner-h2 {
          font-size: 1.7rem !important;
          margin-left: 60px;
          margin-bottom: 0;
        }
        
        .banner-p {
          margin-left: 50px;
          font-size: 1.2rem !important;
        }
  
        .banner-hp2 {
          margin-top: 9px !important;
        }
  
        .banner-icons img{
          height: 48px;
          width: 135px;
          margin-left: 15px;
        }
  
        .banner-icons {
          padding: 0;
        }

        .h5_txt {
          font-size: 1.5rem;
        }

      }
      /**Changing font-size media screen 991px **/
      @media only screen and (max-width: 990px) {
      
        .about-content ul {
        font-size: 3rem !important;
      }
        .quote {
          font-size: 2.1rem !important;
          text-align: justify;  
        }
        .order img {
          width: 30rem !important;
          margin-bottom: 20% !important;
        }
        .nav-menu {
          font-size: 2.6rem !important;
        }
        .ilovenyw1 {
          width: 20rem !important;
        }
        .ilovenyw {
          width: 30rem !important;
        }
        .statuelib {
          width: 26rem !important;
          margin-top: 41% !important;
        }
        .main-title {
         font-size: 3.5rem !important;
        }
        .nav-menu {
          font-size: 2.8rem !important;
        }

        .nav-link {
          font-size: 1.8rem !important;
        }

        nav .navigation li {
          list-style: none;
          margin-left: 1px !important;
        }

        .nav-item {
          padding: 1.1rem !important;
        }
 
      .about-content {
        margin: 0px -1px !important;
        padding: 1px;
      }
      .text-lg {
          font-size: 3rem !important;
        }

      .text-md {
          font-size: 2rem !important;
        }

      .foodhall-text {
        font-size: 2.8rem !important;
      }
      .restaurant-text {
        font-size: 2.8rem !important;
      }
      .mask {
      overflow: hidden;
      height: 595px !important;
      }
      .content-slider {
        width: 100%;
        height: 550px !important;
      }
      .slider .source {
      font-size: 2rem !important;
      }
      .footer-copyright {
        font-size: 2rem !important;
        padding: 65px !important;
      }
      .footer-logo {
        width: 19rem !important;
      }
      .footer-logop {
        font-size: 3rem !important;
      }
      .products {
        font-size: 2rem !important;
        margin-left: 1px !important;
      }
      .products h6 {
        font-size: 3rem !important;
      }
      .useful {
        font-size: 2rem !important;
      }
      .useful h6 {
        font-size: 3rem !important;
      }
      .contact-list {
        margin-left: 0 !important;
      }
      .contact-list h6 {
        font-size: 3rem !important;
      }
      .footer-email {
        font-size: 2rem !important;
      }
      .contactus-text h2 {
        font-size: 3rem !important;
      }
      .contactus-text p {
        font-size: 2rem !important;
      }
      .text-base {
        font-size: 2rem !important;
      }
      .img-logo {
        height: 7rem;
      }
      .page-footer h6 {
        font-size: 3rem !important;
      }
      .my-float{
        animation-duration: 2s;
        animation-iteration-count: infinite;
        position:fixed;
        width: 160px;
        height: 200px;
        bottom: 80px;
        right: 80px;
        /*background-color:rgb(0, 173, 239);*/
        border-radius:60px;
      }
      
      .my-float img {
        margin-top: 5px;
        margin-right: 5px;
        width: 250px;
        height: 250px;
      }

      .my-float:hover img {
        filter:brightness(1.75);
      }      

      .about-contactus {
        margin: 0px -1px !important;
        padding: 1px;
      }

      .facebook-icon {
        width: 15%;
        background-color: white;
        border-radius: 50px;
        margin-bottom: 25px;
      }
      
      .messenger-icon{
        width: 15%;
        background-color: white;
        border-radius: 50px;
        margin-bottom: 25px;
      }
      
      .tweet-icon{
        width: 15%;
        background-color: white;
        border-radius: 50px;
        margin-bottom: 25px;
      }
      
      .contactus-h5 {
        font-size: 2rem !important;
      }

      .contactbanner-img {
        width: 100%;
        border-radius: 40px 999em 999em 40px;
      }

      .banner-h2 {
        font-size: 1.7rem !important;
        margin-left: 60px;
        margin-bottom: 0;
      }
      
      .banner-p {
        margin-left: 50px;
        font-size: 1.2rem !important;
      }

      .banner-hp2 {
        margin-top: 9px !important;
      }

      .banner-icons img{
        height: 48px;
        width: 135px;
        margin-left: 15px;
      }

      .banner-icons {
        padding: 0;
      }
      
      .section_2 {
        padding: 0% 0% 0% 0% !important;
      }

      .section_3 {
        padding: 0% 0% 0% 0% !important;
      }

      .section_5 {
        padding: 0% 0% 0% 0% !important;
      }

      .section_6 {
        padding: 0% 0% 0% 0% !important;
      }

      .menu-head h2{
        font-size: 4rem !important;
      }

      .whatsnew-head h2{
        font-size: 4rem !important;
      }

      .h5_txt {
        font-size: 1.5rem;
      }
}

      /**Changing font-size media screen 767px **/
      @media only screen and (max-width: 767px) {
        .about-content ul {
          font-size: 2rem;
          color: #fff !important;
        }
        .main-banner {
          margin-top: -50px !important;
          z-index: 10;
          position: relative;
        }
        .nav-link {
          font-size: 1.5rem !important;
        }
        .main-title {
        font-size: 3rem !important;
      }
      }

      @media screen and (max-width: 400px) {
        .fancy-title {
          margin-top: -20px !important;
        }
        .title-about {
          margin: 0px 2rem !important;
        }
        .main-title {
          font-size: 3rem !important;
        }
        .main-text {
          margin-top: 0px !important;
          font-size: 1rem !important;
        }
        .nav-link {
          font-size: 3rem !important;
        } 
      }