@font-face {
  font-family: ObraLetra;
  src: url(assets/fonts/KCObraLetraRegular.woff);
}

@font-face {
  font-family: ObraLetra;
  src: url(assets/fonts/KCObraLetraBold.woff);
  font-weight: bold;
}


body {
  font-family: 'arial';
}

body, p {
    font-size: 18px;
}


.menu-cover {
  background: url('assets/images/menu-background.jpg');
  background-size: cover;
  background-position: center;
  min-height: 28rem;
}


.entree-cover {
  background: url('assets/images/entree-background.jpg');
  background-size: cover;
  background-position: center;
  min-height: 28rem;
}


.desserts-cover {
  background: url('assets/images/desserts-background.jpg');
  background-size: cover;
  background-position: center;
  min-height: 28rem;
}

.lunch-cover {
  background: url('assets/images/lunch-background.jpg');
  background-size: cover;
  background-position: center;
  min-height: 28rem;
}

.primary-text {
  color: #2d6820 !important; 
}

.sub-title {
  font-family: Arimo;
  font-size: 2.8rem;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 6px;
}

.logo {
  height: 8rem;
  position: absolute;
  left: 1rem;
  top: 2rem;
}

.main-logo {
  width: 520px; 
}


.uppercase {
  text-transform: uppercase;
  font-size: 18px;
  color: #2d6820;
}




.contact a {
  color: #2d6820;
  font-size: 13px;
}
.contact p {
  margin-bottom: 0;
  color: #2d6820;
  font-size: 13px;

}

.contact .halal {
  height: 70px;
}

.navbar {
  padding-top: 0;
  padding-bottom: 0;
  background: #72a567;
  border-bottom: 7px solid #2d6820;
}

h1, h2, h3 {
  font-family: 'ObraLetra';
}

.gallery {
  position: relative;
}

.gallery-prompt {
  background-image: url('./assets/images/photo-gallery-prompt.jpg');
  min-height: 25rem;
  background-position: center;
  background-size: cover;
  opacity: 0.70;
}


.gallery-content {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
}


.gallery-content a {
   text-decoration: none;
}

.gallery-content h2 {
  text-decoration: underline;
}

.form-label {
  color: rgb(139, 136, 154);
  font-size: 15px;
}
.form-control {
  border: 3px solid #2d6820;
  border-radius: 20rem;
}

.form-control:focus {
  outline: 0;
  box-shadow: unset;
  border-color: #2d6820;
}

.form-box{
    border: 3px solid #2d6820;
    border-radius: 10px;
    padding: 2rem;
} 

#submit {
  background: #2d6820;
  border: 1px solid #2d6820;
  color: #fff;
  width: 100%;
  text-transform: uppercase;
  border-radius: 30px;
  font-size: 15px;
  padding: .5rem;
}
.navbar-light .navbar-nav .nav-link {
  color: #000;
  font-size: 15px;
  font-weight: 700;
  white-space: nowrap;
  padding: 10px 16px;
  text-transform: capitalize;
  letter-spacing: 0;
}

.dropdown-item {
  color: #000;
  font-size: 15px;
  font-weight: 700;
  white-space: nowrap;
  padding: 10px 16px;
  text-transform: capitalize;
  letter-spacing: 0;
}

.dropdown-menu {
  border: 0;
  padding-left: 1.5rem;
}


.photos {
  column-count: 4;
}


.navbar-light .navbar-nav  .nav-link:hover {
  color: #fff;
}

.food-gallery {
  column-count: 3;
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-toggler {
  border: 0 !important;
  box-shadow: unset;
}

.navbar-light .navbar-toggler:focus {
  border: 0 !important;
  box-shadow: unset;
}


.dropdown-item:focus, .dropdown-item:hover {
  color: #ab6e28;
  background-color: #fff;
}



.display-2 {
  font-size: 6.5rem;
}

.display-3 {
  font-size: 5rem;
}

.display-6 {
  font-size: 2rem;
}

.text-btn {
  text-decoration: none;
  font-size: 2rem;
  color: #fff;
}

.text-btn:hover {
  color: #fff;
}
.primary-bg {
  background-color: #1a4b0f;
}
h2.title {
  font-size: 4rem;
  text-align: center;
  color: #01ce2d;
}


.big-text {
  font-size: 4rem;
  color: #000;
}

.img-fluid {
  width: 100%; 
}

.box {
  width: 75%;
  margin: auto;
}


.menu-link {
  background: #1a4b0f;
  color: #fff;
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 1rem;
  font-size: 1.6rem;
  font-weight: bold;
}

.menu-link:hover {
  color: #fff;
}


.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: 14px;
  margin: 10px;
  color: #fff;
  padding: 10px 30px;
  font-weight: bold;
  letter-spacing: 2px;
}

.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;
}

.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;
}

.pictures {
  width: calc(100% / 3);
  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 {
  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: #2d6820;
  border-color: #2d6820 !important;
  color: #fff;
}

.primary:hover {
  background: #1a4b0f;
  border-color: #1a4b0f !important;
  color: #fff;
}

.footer-logo {
    width: 350px; 
}


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

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

.collapse:not(.show) {
  display: block;
}
@media only screen and (max-width: 768px) {

  .image-box {
    width: 75%;
    margin: auto;
      margin-bottom: auto;
  }

  
  .collapse:not(.show) {
    display: block;
    position: absolute;
    right: -100%;
    height: 100vh;
    width: 100%;
    background: #0009;
    z-index: 9;
    top: 0;
    transition: .3s all;
  }

  .close {
    position: absolute;
    top: 5px;
    left: 15px;
    color: #FFF;
    text-decoration: none;
    font-size: 24px;
  }

  .navbar-collapse {
    top: 0;
    display: block;
    position: fixed;
    right: 0;
    height: 100vh;
    width: 100%;
    background: #0009;
    z-index: 9;
    transition: .3s all;
  }

  .contact {
    padding-top: 2.5rem;
  }
  
  .navbar-light .navbar-nav .nav-link, .dropdown-item {
    font-size: 14px;
    font-weight: 500;
    padding: 10px 25px;
    text-align: left;
  }

  .dropdown-item {
    border-bottom: 1px solid #bbb;
    padding-right: 0;
  }

  .dropdown-toggle::after {
    display: none; 
  }

  .dropdown-toggle::before {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
  }

  .navbar-nav .dropdown-menu {
    position: static;
    text-align: right;
    margin-right: 25px;
    padding-bottom: 0;
    padding-top: 0;
  }

  .navbar {
    text-align: right;
    float: right;
    background: #fff;
    width: 75%;
  }

  .navbar-nav {
    height: 100vh;
    width: 100%;
    
  }


  .display-3 {
    font-size: 1.8rem;
  }

  .display-2 {
    font-size: 2.5rem;
  }

  .lunch-cover {
    min-height: 12rem;
  }

  .appetizer-cover {
    min-height: 12rem;
  }
  
  .sub-title {
    font-family: Arimo;
    font-size: 1rem;
    letter-spacing: 3px;
  }

  .food-gallery {
    column-count: 3;
    column-gap: 10px; 
  }

  .desserts-cover {
    min-height: 12rem;
  }
  

  .entree-cover {
    min-height: 12rem;
  }

  .our-story {
    text-align: justify;
    padding: 2rem;
  }
  

  .menu-cover {
    min-height: 12rem;
  }
  
  .contact h4 {
    font-size: 1rem !important;
  }

  .contact p {
    font-size: 10px;
  }

  .display-6 {
    font-size: 1rem;
  }

  
  body, p {
    font-size: 14px;
  }


  .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: 1.5rem;
  }
  .btn.round {
    margin: 0;
    padding: 5px 20px;
  }

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

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

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