@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&family=Roboto:wght@100;300;400;500;700;900&display=swap');

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
    font-family: 'Montserrat', sans-serif;
    color: #444444;
    background-color: #FFE7E7;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/


/**
* Desktop Navigation 
*/

.navbar {
    padding: 12px 5px;
    border-radius: 20px 20px 0px 0px;
    background-color: #DB4041;
    border: 1px solid #fff;
}

.navbar .nav-main {
    height: 60px;
    width: 60px;
    background-color: #fff;
    border-radius: 50%;
    margin-top: -40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.navbar .nav-main .mini-div {
    height: 50px;
    width: 50px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}

.navbar .nav-main .mini-div img {
    height: 30px;
    width: 30px;
}

.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}

.navbar li {
    position: relative;
}

.navbar a,
.navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 10px 24px;
    font-size: 20px;
    font-weight: 700;
    color: white;
    white-space: nowrap;
    transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
    font-size: 20px;
    line-height: 0;
    margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
    color: #67c7c0;
}

@media only screen and (max-width: 300px) {
    .navbar a,
    .navbar a:focus {
        margin: 0px;
    }
    .navbar .nav-main {
        height: 60px;
        width: 60px;
    }
    .navbar .nav-main .mini-div {
        height: 50px;
        width: 50px;
    }
    .navbar .nav-main .mini-div img {
        height: 30px;
        width: 30px;
    }
}

particle {
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    background-repeat: no-repeat;
    background-size: contain;
    text-align: center;
    z-index: 10000;
}

button {
    padding: 20px;
    margin: 10px;
    align-self: center;
}


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

#hero {
    width: 100%;
    height: 70vh;
    overflow: hidden;
    padding: 0;
}

#hero #heroCarousel {
    z-index: -999 !important;
}

#hero .carousel-item {
    width: 100%;
    height: 70vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#hero .carousel-content {
    text-align: center;
    margin-top: 30px;
}

#hero h2 {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 30px;
    font-size: 2rem !important;
    font-weight: 700;
}

#hero .carousel-inner .carousel-item {
    transition-property: opacity;
    background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
    opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
    opacity: 1;
    transition: 2s ease-in-out;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
    left: 0;
    transform: translate3d(0, 0, 0);
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
    background: none;
    font-size: 30px;
    line-height: 0;
    width: auto;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50px;
    transition: 0.3s;
    color: rgba(255, 255, 255, 0.5);
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#hero .carousel-control-next-icon:hover,
#hero .carousel-control-prev-icon:hover {
    background: rgba(255, 255, 255, 0.3);
    color: rgba(255, 255, 255, 0.8);
}

#hero .carousel-indicators li {
    cursor: pointer;
}

@media (max-width: 768px) {
    #hero h2 {
        font-size: 28px;
    }
    #heroCarousel a {
        display: none;
    }
}

@media (min-width: 1024px) {
    #hero p {
        width: 50%;
    }
    #hero .carousel-control-prev,
    #hero .carousel-control-next {
        width: 5%;
    }
}


/*--------------------------------------------------------------
# Menu Section
--------------------------------------------------------------*/

.title-div h1 {
    font-weight: 700;
    color: white;
    margin-top: 30px;
    font-size: 3rem;
}

.title-div h1 span {
    color: #DB4041;
}

.title-div {
    padding-top: 15px;
    padding-bottom: 5px;
}

.search-div {
    z-index: 100 !important;
    margin-top: -85px;
    margin-bottom: 40px;
}

.quicksearch {
    border-radius: 30px;
    margin-bottom: 15px;
    border: none;
    padding: 10px 50px;
    background-color: rgba(255, 255, 255, 0.6);
}

.quicksearch::placeholder {
    color: rgba(0, 0, 0, 0.7);
    padding-left: 0px;
}

.search-div span {
    margin-top: 13px;
    position: absolute;
    margin-left: 18px;
    color: #DB4041;
}

.search-div span i {
    font-size: 1.3rem;
}

.menu #menu-flters {
    padding: 0;
    padding-top: 10px;
    margin: 0 auto 0 auto;
    list-style: none;
    text-align: center;
    overflow-x: scroll;
    background: url("../img/footer.png");
}

.menu #menu-flters::-webkit-scrollbar {
    display: none;
}

.menu #menu-flters li {
    cursor: pointer;
    display: inline-block;
    height: 80px;
    width: 80px;
    padding: 3px 0px;
    font-size: 14px;
    font-weight: 500;
    color: #444444;
    margin-top: 5px !important;
    transition: all ease-in-out 0.3s;
    background: #fff;
    border: 3px solid #DB4041;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu #menu-flters div span {
    font-size: 0.89rem;
    margin-top: 5px;
    color: #fff;
    height: 50px;
}

.menu #menu-flters div {
    padding: 10px;
    display: grid;
    align-items: center;
    justify-items: center;
    align-content: center;
}

.menu #menu-flters li img {
    height: 50px;
    width: 50px;
    border-radius: 8px;
}

.menu #menu-flters li.filter-active {
    color: #fff;
    border-color: #ffffff;
}

.menu #menu-flters li:last-child {
    margin-right: 0;
}

.menu .menu-item .subheading {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    color: #d94042;
    font-size: 1.12rem;
}

.menu .menu-item .menu-cont .title {
    position: absolute;
    color: rgb(255, 255, 255, 1);
    text-shadow: 2px 2px 3px black;
    padding-top: 5px;
    padding-left: 12px;
    padding-right: 17px;
    font-size: 0.8rem;
    font-weight: 600;
}

.menu .menu-item .menu-cont .foot {
    background-color: #67c7c0;
    border-radius: 0px 0px 10px 10px;
    padding-top: 5px;
    padding-bottom: 0px;
}

.menu .menu-item .menu-cont .foot .time i {
    vertical-align: middle;
    margin-top: -3px;
    font-size: 1rem;
}

.menu .menu-item .menu-cont .foot h6 {
    margin-bottom: 6px;
    color: white;
    font-size: 0.8rem;
}

.menu .menu-content {
    margin-top: 30px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.menu .menu-content::after {
    content: "......................................................................" "...................................................................." "....................................................................";
    position: absolute;
    left: 20px;
    right: 0;
    top: -4px;
    z-index: 1;
    color: #c5c5c4;
}

.menu .menu-content a {
    padding-right: 10px;
    position: relative;
    background: #FFE7E7;
    z-index: 3;
    font-weight: 700;
    color: black;
}

.menu .menu-content span {
    color: #DB4041;
    position: relative;
    background: #FFE7E7;
    z-index: 3;
    padding: 0 10px;
    font-weight: 600;
}

.menu .menu-ingredients {
    margin-left: 7px;
    font-size: 14px;
    color: #948c81;
}

.menu .menu-ingredients span span {
    color: black;
}

.menu .menu-ingredients i {
    vertical-align: middle;
    margin-top: 2px;
    font-size: 15px;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
    background: url("../img/footer.png");
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 30px 0;
    padding-bottom: 80px;
}

#footer .footer-img {
    margin-bottom: 20px;
    margin-top: 20px;
}

#footer .footer-img img {
    height: 75px;
}

#footer h3 {
    font-size: 36px;
    font-weight: 700;
    color: #67c7c0;
    position: relative;
    padding: 0;
    margin: 0 0 15px 0;
}

#footer p {
    font-size: 15;
    padding: 0;
    margin: 0 0 40px 0;
}

#footer .copyright {
    margin: 0 0 5px 0;
}

#footer .credits {
    font-size: 13px;
}


/*--------------------------------------------------------------
# Loader
--------------------------------------------------------------*/


  

  .smiley {
      width: 2.5em;
      height: 2.5em;
  }
  .smiley__eye1,
  .smiley__eye2,
  .smiley__mouth1,
  .smiley__mouth2 {
      animation: eye1 3.5s ease-in-out infinite;
  }
  .smiley__eye1,
  .smiley__eye2 {
      transform-origin: 64px 64px;
  }
  .smiley__eye2 {
      animation-name: eye2;
  }
  .smiley__mouth1 {
      animation-name: mouth1;
  }
  .smiley__mouth2 {
      animation-name: mouth2;
      visibility: hidden;
  }
  
  /* Animations */
  @keyframes eye1 {
      from {
          transform: rotate(-260deg) translate(0,-56px);
      }
      50%,
      60% {
          animation-timing-function: cubic-bezier(0.17,0,0.58,1);
          transform: rotate(-40deg) translate(0,-56px) scale(1);
      }
      to {
          transform: rotate(225deg) translate(0,-56px) scale(0.35);
      }
  }
  @keyframes eye2 {
      from {
          transform: rotate(-260deg) translate(0,-56px);
      }
      50% {
          transform: rotate(40deg) translate(0,-56px) rotate(-40deg) scale(1);
      }
      52.5% {
          transform: rotate(40deg) translate(0,-56px) rotate(-40deg) scale(1,0);
      }
      55%,
      70% {
          animation-timing-function: cubic-bezier(0,0,0.28,1);
          transform: rotate(40deg) translate(0,-56px) rotate(-40deg) scale(1);
      }
      to {
          transform: rotate(150deg) translate(0,-56px) scale(0.4);
      }
  }
  @keyframes eyeBlink {
      from,
      25%,
      75%,
      to {
          transform: scaleY(1);
      }
      50% {
          transform: scaleY(0);
      }
  }
  @keyframes mouth1 {
      from {
          animation-timing-function: ease-in;
          stroke-dasharray: 0 351.86;
          stroke-dashoffset: 0;
      }
      25% {
          animation-timing-function: ease-out;
          stroke-dasharray: 175.93 351.86;
          stroke-dashoffset: 0;
      }
      50% {
          animation-timing-function: steps(1,start);
          stroke-dasharray: 175.93 351.86;
          stroke-dashoffset: -175.93;
          visibility: visible;
      }
      75%,
      to {
          visibility: hidden;
      }
  }
  @keyframes mouth2 {
      from {
          animation-timing-function: steps(1,end);
          visibility: hidden;
      }
      50% {
          animation-timing-function: ease-in-out;
          visibility: visible;
          stroke-dashoffset: 0;
      }
      to {
          stroke-dashoffset: -351.86;
      }
  }
  /* .loaded #loader-wrapper {
    visibility: hidden;
    transform: translateY(-100%);
  }
  .loaded #loader {
    opacity: 0;
  } */