/**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';
}

/*body :not(#adsblurred) {
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -o-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px);    
}**/

/* !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;
  font-size: 2.5rem;
}

.text-uppercase {
  font-family: 'Futura Bold';
  color: #d90e12;
}

/* !Awards Carousel & Carousel Img 2024*/
.awards-carousel {
  padding: 1rem 20rem 0 20rem;
}

.career-carousel {
  padding: 3rem 10rem 0 10rem;
}

 .awards-prev {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 50%;
  background: rgb(185, 185, 185);
  background:#000;
  /* cursor: pointer;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); */
}

.awards-next {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 50%;
  background: rgb(185, 185, 185);
  background:#000;
}
/**MAIN Carousel**/
.carousel-img1 {
  background-image: url('../../images/webmain_carousel25.jpg');
  height: 700px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.carousel-img2 {
  background-image: url('../../images/SALTED EGG - Fries & Pasta_Home Page - 1600 x 650px.jpg');
  height: 700px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.carousel-img3 {
  background-image: url('../../images/webmain_carousel26.2.jpg');
  height: 700px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.carousel-img4 {
  background-image: url('../../images/webmain_carousel7.jpg');
  height: 700px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.carousel-img5 {
  background-image: url('../../images/webmain_carousel6_269.jpg');
  height: 700px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

/**CS Carousel**/
.carousel-csimg1{
  background-image: url('../../images/cs_1.jpg');
  height: 620px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.carousel-csimg2{
  background-image: url('../../images/cs_2.jpg');
  height: 620px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.carousel-csimg3{
  background-image: url('../../images/cs_3.jpg');
  height: 620px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.carousel-main {
  height: auto;
}

.charity {
  background-color: #000;
}

.charity-img {
  padding: 3rem 10rem 0 10rem;
}

/* !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;
}

.contactus-text p {
  font-size: 1.3rem;
}

.banner-hp2 {
  position: absolute;
  margin-top: 1rem;
}

.banner-icons {
  position: absolute;
  padding: 26px;
  margin-top: 1.2rem;
}

.banner-icons img {
 width: 350px;
 height: 60px;
} 

.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**/  
}

.container-fluid1 {
  padding: 4% 0% 0%; /** 7% top and bottom 15% left and right **/ 
  /**padding: 8% 12% 9%; top - lef/rig - bottom**/  
  background-color: #000;
}


/* !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: 7rem;
}


/* !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(255, 255, 255, 0.8)
}

nav.sticky {
  background: rgba(255, 255, 255, 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.2rem;
  position: relative;
}

/*.nav-item:not(:first-child) {
  border-top: 2px solid #eee
}*/

/*!New Navigation 2024*/
.navbar {
  background: #ffffff;
  transition: all .6s;
  backface-visibility: hidden;
  box-shadow: 0 2px 5px 1px rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav {
  font-size: 15px;
  color: #ff0000;
  text-transform: uppercase;
}

.navbar-dark .navbar-nav .nav-link {
  color: #000000;
  color: rgba(252, 0, 0, 0.8); /*Text inside the nav*/
  border: 0;
}

.navbar-dark .navbar-nav .nav-link:hover {
  color: #000000;
}

.navbar-dark .navbar-nav .nav-link:focus {
  color: #ff0000;
  outline: 0;
}

.navbar-dark .navbar-toggler {
  border-color:none; /*Border of The Hamburger*/
}

.navbar-dark .navbar-toggler:focus {
  background: none;
  outline: 0;
}

.navbar-dark .navbar-toggler span {
  display: block;
  width: 30px;
  height: 3px;
  margin: 6px auto;
  background: #000000;
  transition: all .6s cubic-bezier(0.250, 0.100, 0.250, 1.000);
}

.navbar-dark .navbar-toggler:hover span,
.navbar-dark .navbar-toggler:focus span {
  background: #020202;
}

/* rotate first span */
.navbar-dark .navbar-toggler[aria-expanded="true"] span:first-of-type {
  transform: rotate(45deg) translate(6px, 6px);
}

/* hide second span */
.navbar-dark .navbar-toggler[aria-expanded="true"] span:nth-of-type(2) {
  opacity: 0;
}

/* rotate third span */
.navbar-dark .navbar-toggler[aria-expanded="true"] span:last-of-type {
  transform: rotate(-45deg) translate(5px, -5px);
}

.navbar-dark .navbar-toggler[aria-expanded="false"] span {
  transform: none;
  opacity: 1;
}

.navbar-brand {
  width: 162px;
  height: 44px;
  background: url(../img/logo.png) left center no-repeat;
  border: 0;
  text-indent: -99999px;
}

.navbar-dark .navbar-toggler span {
  display: block;
  width: 30px;
  height: 3px;
  margin: 6px auto;
  background: #000000;
  transition: all .6s cubic-bezier(0.250, 0.100, 0.250, 1.000);
}

/* rotate first span */
.navbar-dark .navbar-toggler[aria-expanded="true"] span:first-of-type {
  transform: rotate(45deg) translate(6px, 6px);
}

/* hide second span */
.navbar-dark .navbar-toggler[aria-expanded="true"] span:nth-of-type(2) {
  opacity: 0;
}

/* rotate third span */
.navbar-dark .navbar-toggler[aria-expanded="true"] span:last-of-type {
  transform: rotate(-45deg) translate(5px, -5px);
}

.navbar-dark .navbar-toggler[aria-expanded="false"] span {
  transform: none;
  opacity: 1;
}

/*!Fa Navigation*/

i.fa {
display: inline-block;
border-radius: 60px;
box-shadow: 0 0 2px #000000;
padding: 0.5em 0.7em;
background-color: #000000;
}

i.fab {
  display: inline-block;
  border-radius: 60px;
  box-shadow: 0 0 2px #000000;
  padding: 0.5em 0.7em;
  background-color: #000000;
  }

.nav-follow {
  display: flex;
}
.fa-icon {
  padding: 0.2rem 1rem 0 0;
}

/* !Navigation Text Color */
.nav-menu {
  font-size: 1.5rem;
  font-family: 'Futura Bold';
  text-shadow: 0px 1px #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: 90%;
    padding: 0px 0px 10px 0px;
  }

.career1 {
  width: 90%;
}

.hiring {
  width: 90%;
  padding-top: 50px;
}
/* !order */
.order-btn {
  font-size: 1.2rem;
  margin-right: 10px;
}

/* !rewards*/

.rewards-p p {
  font-size: 1.2rem;
}


.rewards-card {
  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 10px 1px 10px;
margin-bottom: 20%;
}

.banner-img {
  padding: 0% 0%; /**3% top and bottom and 2% left and right**/
}

.main-title {
  font-size: 2.8rem;
  font-family: 'Futura Bold';
}

/* !Content Sections */

.about-content ul {
  /* margin: 0px -80px; */
  padding: 10px;
  color: #eee;
  font-size: 1.3rem;
}

.section {
  position: relative;
  width: 100%;
  margin: 60px 0;
  padding: 100px 0 0 0;
  overflow: hidden
}

.section-menu {
  position: relative;
  width: 100%;
  padding: 10px 0 0 0;
  overflow: hidden
}

.section_7 {
  float: left;
}

.fancy-title {
  padding-top: 100px;
  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 Bold';
  font-size: 2.5rem;
  color: #ffffff;
}

.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: 1rem;
}

.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;
  font-family: 'Futura Bold';
  color: #fff;
  top: 80px;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2rem;
  /* 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;
  font-family: 'Futura Bold';
  color: #fff;
  top: 80px;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2rem;
  /* background-color: rgb(255,210,0); */
  border-radius: 20px 50px 30px; 
  width: 40%;
  text-decoration: none;
}

.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: 1.5rem;
}


/* !CTA */

#cta {
  padding: 3%;
}

/* !Career 2024 */

.career {
  padding-top: 3rem;
}
/* !Footer */

.footer-social {
  background-color: #d90e12;
  border-radius: 40px 999em 999em 40px;
}

.footer-txt {
  font-size: 3rem;
}

.footercopright {
  position:relative;
  background-color: rgb(255, 255, 255);
}

.footer-icon {
  padding: 2rem 1rem;
  text-decoration:none !important;
}

.biggestl {
  /* position: absolute; */
  z-index: 1;
}

.footer-logo {
  position: absolute;
  width: 200px;
  padding: 2rem 0 1rem 0;
  /* left: 2%; */
  opacity: 70%;
}

.biggestr {
  position: absolute;
  z-index: 1;
  right: 200px;
}

.biggestr a{
  font-weight: bold;
  font-family: 'Futura Medium';
  background-color: #ff0000;
  border-radius: 30px;
  padding-top: 11px;
  height: 50px;
  width: 150px;
  box-shadow: 0 3px 6px rgba(255, 0, 0, 0.16);
  color: #eee;
  text-align: center;
  text-decoration: none;
  bottom: 55px;
}

.footer-logor {
  position: absolute;
  z-index: 0;
  right: 20px;
}

.footer-copyright {
  font-size: 1.4rem;
  color: #000000;
}

.fa-facebook-f,
.fa-twitter, 
.fa-google-plus-g,
.fa-instagram,
.fa-linkedin-in,
.fa-motorcycle{
  color: #ffffff;
}

.page-footer {
  font-family: 'Futura Medium';
 
  background-color: rgb(5, 0, 0);
}

.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%;
}

.careers-list {
  margin: 0 0 0 0;
}

.supplier-list {
  margin: 0 0 0 0;
}

.marketing-list {
  margin: 0 0 0 0;
}

.privacy-list {
  margin: 40px 0 0 0;
}

.guest-list {
  margin: 0 0 0 0;
}

.container-contact {
  width: 100%;
  height: 600px;
  padding-left: 12%;
  padding-right: 5%;
  margin-right: auto;
  margin-left: auto;
}

.contact-title {
  font-size: 2.3rem;
  font-family: 'Futura Bold';
  padding-right: 10%;
  padding-bottom: 50px;
  padding-top: 60px;;
}


/* !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: 110px;
  height: 110px;
}

.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;
  }
}*/

/**Ads 2024**/

.fixed-ad {
  position: fixed;
  top: 20%;
  width: 600px;
  height: 600px;
  z-index: 9999;
  transform: translateZ(0);
  left:33%;
  margin-left: -120px;
}
.close-fixedad {
  width: 750px;
  height: 24px;
  top: -15px;
  left: 0;
  background: #e20000;
}

.closex {
  position: absolute;
  line-height: 25px;
  font-size: 15px;
  font-weight: 400;
  text-align: right;
  color: #ffffff;
  cursor: pointer;
  z-index: 9999;
  right: -130px;
}

.separator {
  width: 750px;
  height: 480px;
}


/**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 ul {
        /* margin: 0px -80px; */
        padding: 1px;
        color: #eee;
      }

      .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: 20px !important;
        }
  
        .banner-icons img{
          height: 50px;
          width: 250px;
          margin-left: 15px;
          margin-top: 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: 40rem !important;
          margin-bottom: 60% !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: 4rem !important;
         font-family: 'Futura Bold';
        }

        .containerPP p {
          font-size: 2rem !important;
        }

        .containerPP h4 {
          font-size: 3rem !important;
        }

        .containerPP li {
          font-size: 2rem !important;
        }

        .promo-title {
          font-size: 3.5rem !important;
          font-family: 'Futura Bold';
          padding-top: 120px !important;
         }

         .privacy-title {
          font-size: 3rem !important;
          font-family: 'Futura Bold';
          padding-top: 120px !important;
         }

         .promos-title{
          color: #ffcc00;
          font-size: 3rem !important;
          text-align: center !important;
          font-family: 'Futura Bold' !important;
          padding-top: 10px !important;
         }

         .ot-promos {
          position: relative;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
          align-items: center;
         }

         .promos-text {
          font-size: 1.8rem !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: 90px 0px !important;
        padding: 1px;
      }
      .text-lg {
          font-size: 2.4rem !important;
        }

      .text-md {
          font-size: 2.5rem !important;
        }

      .foodhall-text {
        font-size: 3.5rem !important;
      }
      .restaurant-text {
        font-size: 3.5rem !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: 30px !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: 1.8em !important;
      }
      .text-base {
        font-size: 2rem !important;
      }
      .img-logo {
        height: 5.5rem;
      }
      .page-footer h6 {
        font-size: 2.4rem !important;
      }

      .page-footer p {
        font-size: 1.8rem !important;
      }

      .marketing-list {
        padding-top: 30px !important;
      }

      .rewards-p p {
        font-size: 1.8rem !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: 210px;
        height: 210px;
      }

      .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%;
        height: 170px !important;
        border-radius: 40px 999em 999em 40px;
      }

      .banner-h2 {
        font-size: 2rem !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: 50px;
        width: 330px;
        margin-left: 15px;
      }

      .banner-icons {
        padding: 5px;
      }
      
      .section_2 {
        padding: 10% 30% 10% 0% !important;
      }

      /*.section_3 {
        padding: 0% 0% 0% 50% !important;
      }*/

      .section_5 {
        padding: 0% 0% 0% 0% !important;
      }

      .section_6 {
        padding: 10% 50% 10% 0% !important;
      }

      .menu-head h2{
        font-size: 4rem !important;
      }

      .whatsnew-head h2{
        font-size: 3.5rem !important;
        font-family: 'Futura Bold';
      }

      .h5_txt {
        font-size: 1.5rem;
      }
      /**Ads 2024 mobile display**/
      .fixed-ad {
        position: fixed;
        top: 15%;
        width: 160px;
        height: 670px;
        z-index: 9999;
        transform: translateZ(0);
        left: 30%;
        margin-left: -120px;
      }
      .close-fixedad {
        width: 650px;
        height: 40px;
        top: -15px;
        left: 0;
        background: #e20000;
      }
      .closex {
        position: absolute;
        line-height: 25px;
        font-size: 2.5rem;
        font-weight: 400;
        color: #ffffff;
        cursor: pointer;
        z-index: 9999;
        right: -475px;
      }

      .separator {
        width: 650px;
        height: 520px;
      }

      .heart {
        position: absolute;
        z-index: 9999;
        top: -31px;
        left: -34px;
        width: 70px;
        height: 70px;
      }
      .heart1 {
        position: absolute;
        z-index: 9999;
        top: -37px;
        right: -23px;
        width: 100px;
        height: 100px;
      }
      
      .awards-carousel {
        padding: 0%;
      }

      .container-fluid1 {
        padding: 16% 0% 0%; /** 7% top and bottom 15% left and right **/ 
        /**padding: 8% 12% 9%; top - lef/rig - bottom**/  
      }

      .navbar {
        padding: 2.2rem 1rem !important;
      }
      
      .fa-icon i{
        font-size: 30px;
      }

      .navbar-dark .navbar-toggler span {
        width: 50px;
        height: 9px;
      }

      .career-carousel {
        padding: 2rem 0 0 0;
      }

      .carousel-img1 {
        background-image: url('../../images/webmain_carouselp2.1.jpg');
        height: 880px;
        /* width: 100%;
        height: 780px; */
      }

      .carousel-img2 {
        background-image: url('../../images/webmain_carouselp8.jpg');
        height: 880px;
        /* width: 100%;
        height: 780px; */
      }

      .carousel-img3 {
        background-image: url('../../images/webmain_carouselp2.4.jpg');
        height: 900px;
        /* width: 100%;
        height: 780px; */
      }

      .carousel-img4 {
        background-image: url('../../images/webmain_carouselp7.jpg');
        height: 880px;
        /* width: 100%;
        height: 780px; */
      }

      .carousel-img5 {
        background-image: url('../../images/webmain_carouselp6.jpg');
        height: 880px;
        /* width: 100%;
        height: 780px; */
      }

      .carousel-csimg1{
        background-image: url('../../images/cs_1p.jpg');
        height: 880px;
      }

      .carousel-csimg2{
        background-image: url('../../images/cs_2p.jpg');
        height: 880px;
      }

      .carousel-csimg3{
        background-image: url('../../images/cs_3p.jpg');
        height: 880px;
      }

      .carousel-main {
        height: 900px;
      }
      .order-btn {
        font-size: 2.1rem;
        margin-bottom: 12px;
        margin-right: 10px;
      }

      .section-heading {
        font-size: 3.5rem;
        display: ruby-text;
      }

      .section {
        padding: 200px 0 0 0;
        overflow: hidden
      }

      .branch-header {
        padding-top: 15rem;
      }
      
      .section_5 {
        padding-left: 210px !important;
      }

      .section_4 {
        padding-right: 200px !important;
      }

      .frankies_rewards {
        font-size: 2.3rem !important;
        padding-left: 12px !important;
      }

      .career-position {
        padding: 0px 0px 10px 0px !important;
      }

      .fancy-title {
        padding-top: 50px !important;
      }

      .supplier-list {
        padding-top: 30px !important;
      }

      .careers-list {
        padding-top: 30px !important;
      }

      .contact-title {
        font-size: 2.8rem;
        font-family: 'Futura Bold';
        padding-right: 10%;
      }

      .contactus-text {
        padding-left: 10px !important;
      }

      .container-contact {
        height: 1300px !important;
      }

      .footer-logor {
        left: 2px;
      }

      .footer-logo {
        left: 4% !important;
        width: 190px !important;
        padding: 2rem 0 2rem 0 !important;
      } 

      .biggestr a{
        height: 60px;
        width: 140px;
        bottom: 50px;
        padding-top: 12px;
        font-size: 1.3rem;
      }

      .container {
        max-width: 850px !important;
      }

      .hiring {
        padding-top: 160px ;
        width: 900px;
      }
}

      /**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;
        } 
      }
    }