body {
  font-family: 'Quicksand', 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

body, p {
    font-size: 1.2rem;
}


.logo {
  height: 50px;
}

.main-logo {
  width: 520px; 
}

nav, .mobile-menu {
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

nav a, .mobile-menu a {
  color: #fff !important;
  position: relative;
}

nav a:hover , .mobile-menu a:hover{
  color: #fff !important;
  background-color: #000;
}

nav a

h1, h2, h3, h4, h5, h6 {
  font-family: Prata, cursive;
}

h2.title {
  font-size: 4rem;
  text-align: center;
  color: #01ce2d;
}


header {
  background: transparent;
}


.big-text {
  font-size: 4rem;
  color: #000;
  font-family: Prata;
  margin-bottom: 50px;
}

.img-fluid {
  width: 100%; 
}

.review-item {
  text-align: center;
  padding: 2rem; 
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 10px;
}
.review-item .bi {
  font-size: 1rem;
  color: #f43939;
}

.customer-review {
  background: #f9f9fb;
}

.carousel-indicators {
  position: relative;
  margin-top: 20px;
}


.carousel-control-next, .carousel-control-prev { 
  width: 10%;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-color: #000;
  border-radius: 50%;
  padding: 20px;
  background-size: 70% !important;
}


.carousel-indicators li {
  width: 10px;
  height: 10px;
  margin-right: 10px;
  background-color: #bbb;
}

.carousel-indicators li.active {
  background-color: #000;
}

.seperator {
  height: 50px;
}


footer {
  padding-top: 3rem; 
  color: #fff;
  padding-bottom: 3rem;
  background-color: #000000;
}

.footer-menu {
  padding-left: 0;
  text-align: center;
  padding-bottom: 1rem;
  margin-bottom: 0;
  border-bottom: 1px dotted #5e5e5e;
}

.footer-menu li {
  display: inline-block;
  list-style: none;
  margin: 10px;
}


/* menu start */ 


.panel-heading {
  font-size: 22px;
  text-transform: uppercase;
  background: #01ce2d;
  padding: 10px;
  text-align: center;
  color: #fff;
}

.category-description-main {
  text-align: center;
  margin-bottom: 10px;
  font-style: italic;
}

.item-title {
  font-weight: bold;
  margin-bottom: 0;
}

.panel-body.row {
  padding: 10px 0;
}
.panel-body.row:nth-child(2n+1) {
  background: #ddd;
  padding: 10px 0;
}

.i-price p {
  margin-bottom: 0;
}

.i-price p > a {
  text-decoration: none;
  color: #000; 
}

/* menu end */
.pink-bg {
  background: #f7b0bb;
}

.img-container {
  margin: 20px;

}

.dark-animate {
  transition: .5s all;
  background-color: #000;
  color: #fff;
}
.dark-animate:hover {
  background: #212529 ;
  color: #fff;
  transition: .5s all;
}

.bg-dark {
  background-color: #000 !important;
}

.footer-menu a {
  color: #fff;
  text-decoration: none;
  padding: 5px 0;
  border-bottom: 2px solid transparent;
  transition: .5s all;
}

.footer-menu a:hover {
  border-bottom: 2px solid #01ce2d !important;
  color: #01ce2d;
  transition: .5s all;

}


.foods img {
  width: 100%;
   border: 1px solid #ccc;
   border-radius: 5px;
   cursor: pointer;
   -webkit-tap-highlight-color: transparent;
   transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  margin-bottom: 1.2rem;

}
.foods img:hover{
  transform: scale(0.97);
 -webkit-transform: scale(0.97);
 -moz-transform: scale(0.97);
 -o-transform: scale(0.97);
  opacity: 0.75;
 -webkit-opacity: 0.75;
 -moz-opacity: 0.75;
  transition: .3s;
 -webkit-transition: .3s;
 -moz-transition: .3s;
}

.btn {
  border: 1px solid #fff;
  border-radius: 0;
  font-size: 24px;
  margin: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
  padding: 10px 30px;
}

.btn-check:focus + .btn, .btn.order:focus, .btn.order:hover {
  outline: 0;
  box-shadow: none;
  color: #000;
  background: #f7b0bb;
  border-color: #f7b0bb ;
}

.btn-check:focus + .btn, .btn.menu:focus, .btn.menu:hover {
  outline: 0;
  box-shadow: none;
  color: #000;
  background: #f7b0bb;
  border-color: #f7b0bb;
}

.mobile-menu {
  display: none;
}

.instagram .bi.bi-instagram {
  font-size: 2.5rem;
  color: #262626;
}



/* new design update */ 
#myVideo {
  position: relative;
  width: 100%;
  height: auto;
}


header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}

.page-header {
  position: relative;
  background-color: #eaebec;
}

.main-logo {
  width: 520px;
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
}


.btn.round {
  border-radius: 30px;
  text-transform: capitalize;
  color: #fff !important;
  border: 2px solid #fff;
  font-size: 16px;
}

.btn.round:hover {
  color: #fff !important;
  border-color: #000;
  background: #000;
}

.dark-bg {
  background-color: #000;
}


.gray-bg {
  background-color: #eaebec;
}

.large-text {
  font-size: 2rem;
  font-family: 'Prata', serif;
}

.pictures {
  width: calc(100% / 4);
  padding: .5rem;
}

.pictures.load {
  transform: translateY(0);
  opacity: 1;
}
.pictures {
  position: relative;
  transform: translateY(150px);
  opacity: 0;
  transition: 2s all ease;
}

.reveal{
  position: relative;
  transform: translateY(150px);
  opacity: 0;
  transition: .5s all ease;
}

.reveal.active{
  transform: translateY(0);
  opacity: 1;
}

.full-image-section {
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  overflow: hidden;
  background-image: url('assets/images/breaking-bread-full.jpg');
  background-position: 58.5248% 84.2941%;
}


.ui-tabs-tab {
  list-style: none;
  display: inline-block;
  padding: 10px;
}

.ui-tabs-panel {
  color: #fff;
}


.ui-tabs-tab.ui-tabs-active a {
    border-bottom: 1px solid #fff; 
}
.ui-tabs-nav {
  text-align: center;
}

.ui-tabs-tab a {
  color: #fff;
  text-decoration: none;
  font-size: 19px;
}

.menu-item-price-top {
  position: absolute;
  right: 10px;
  top: 10px;
}

.menu-item  {
    position: relative; 
    margin-bottom: 30px;
        
}

.menu-item-title {
    font-size: 25px;
    font-family: Prata; 
}

.owl-nav {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}



.owl-prev, .owl-next {
  background-color: #FFF !important;
  width: 60px;
  height: 50px;
  font-size: 32px !important;
  opacity: .5;
}


.owl-prev {
  float: left;
}

.owl-next {
    float: right;
}


.owl-theme .owl-nav [class*="owl-"]:hover {
    color: #000; 
    opacity: 1; 
}


.primary {
  background: #cd1313;
  border-color: #cd1313 !important;
  text-transform: uppercase !important;
  font-size: 1.3rem !important;
  font-weight: bold;
}

.btn.primary:hover {
    opacity: .8; 
    color: #fff !important; 
}


.footer-logo {
    width: 350px; 
}


footer a {
  color: #fff !important;
    font-size: 28px; 
}

footer p.social-icons {
    margin-top: 30px;
    margin-bottom: 30px; 
}


.menu-item {
  padding-left: 0;
}
.menu-item > li {
  margin: 10px; 
  list-style: none;
  display: inline-block;
}


.menu-items > li a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
}


.accordion-button {
  background-color: transparent;
  color: #fff;
}

.accordion-item {
  background: transparent;
  border: 1px solid #131313 !important;
}

.accordion-button:not(.collapsed) {
  color: #fff;
  background-color: transparent;
  box-shadow: none;
}

.accordion-button:hover:active:focus {
  outline: 0 !important;
  box-shadow: none;
}

.accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
  outline: 0 !important;
  box-shadow: none;
  font-family: Quicksand;
  font-size: 22px;
}


.accordion-body ul {
  padding-left: 1rem !important;
}
.accordion-body li {
  color: #ddd;
  list-style: square;
  list-style-position: outside;
  position: relative;
  border-bottom: 1px dotted #bbb;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

.accordion-body li span {
  position: absolute;
  right: 0;
  display: none;
}


/* menu */ 
.menu {
  background-color: #000;
  margin-top: -140px;
  padding-top: 140px;
}


@media only screen and (max-width: 768px) {
      .navbar .mr-auto
    {
      margin: auto !important;
    }


  .full-image-section {
    height: 250px;
    background-size: cover;
  }
  

  .accordion-body {
    column-count: 1;
  }

  .menu .title {
    color: #fff;
  }

  .pictures {
    width: calc(100% / 2);
    padding: .5rem;
  }

  .special { text-align: center;}

  .large-text { font-size: 1.5rem;}

  .big-text {
    font-size: 2.5rem;
  }
  .btn.round {
    margin: 0;
    padding: 5px 20px;
    display: inline-block;
    margin: auto;
  }

  .nav-link {
    font-size: 14px;
    padding: .5rem;
  }

  header {
    position: relative !important;
    background: #000;
  }

  #myVideo {
    min-height: auto;
    top: 0;
  }
  
  .main-logo {
    width: 50%;
  }

  .page-header .btn {
    width: 250px !important;
  }
  
}