@import url('https://fonts.googleapis.com/css2?family=Montserrat+Alternates:ital,wght@0,100;0,200;0,500;1,600&display=swap');

@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?r1y5lp');
  src:  url('../fonts/icomoon.eot?r1y5lp#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?r1y5lp') format('truetype'),
    url('../fonts/icomoon.woff?r1y5lp') format('woff'),
    url('../fonts/icomoon.svg?r1y5lp#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-location-arrow:before {
  content: "\e905";
}
.icon-envelope:before {
  content: "\e900";
}
.icon-phone:before {
  content: "\e901";
}
.icon-instagram:before {
  content: "\e902";
}
.icon-snapchat-ghost:before {
  content: "\e903";
}
.icon-bars:before {
  content: "\e904";
}
.icon-navicon:before {
  content: "\e904";
}
.icon-reorder:before {
  content: "\e904";
}
.icon-facebook:before {
  content: "\ea90";
}


:root {
  --bg-color: #fff;
  --dark-bg-color: #1b1f3b;
  --accent-color: #dc3545;
  --light-text-color: coral;
  --dark-text-color: coral;
}

html{
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
}

body {
  background: #ffffff;
  font-family: 'Montserrat Alternates',  Helvetica, Arial, Sans-Serif;
  overflow-x: hidden;
}

/* 
General 
*/

a {
  color: #252525;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none !important;
}

a:hover, a:active, a:focus {
  color: #ce3232;
  outline: none;
}

::-webkit-scrollbar{
  width: 2px;
  height: 2px;
}

::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: #aeaeae;
}

.overlay {
  background: rgba(0,0,0,0.5);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* 
NavBar 
*/

.navbar {
    transition: all 0.4s;
}

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

.navbar .nav-link:hover,
.navbar .nav-link:focus {
    color: var(--accent-color);
    text-decoration: none;
}

.navbar .navbar-brand {
    color: #555;
}


/* 
Change navbar styling on scroll 
*/

.navbar.active {
    background: rgba(255, 255, 255, 0.9);;
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);
}

.navbar.active .nav-link {
    color: #555;
}

.navbar.active .nav-link:hover,
.navbar.active .nav-link:focus {
    color: var(--accent-color);
    text-decoration: none;
}

.navbar.active .navbar-brand {
    color: #555;
}


/* 
Change navbar styling on small viewports 
*/

@media (max-width: 991.98px) {
    .navbar {
        background: #fff;
    }
    .navbar .navbar-brand,
    .navbar .nav-link {
        color: #555;
    }
}

.nav-item {
    position: relative;
}

.navbar-nav span {
    margin-right: 1rem;
    margin-left: 1rem;
}

.nav-slash {
    display: flex;
    align-items: center;
    font-size: 18px;
    color: var(--accent-color);
}

.navbar .nav-item:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    transition: 0.4s;
}

.navbar .nav-item:hover:after {
    width: 100%;
}

/* 
Parallax Window 
*/

#kb-window {
  background-image: url(../assets/images/mango-delight-8.webp);
  height: 600px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
}

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 1024px)  {  
#kb-window {
    background-attachment: unset !important;
    background-position: center top !important; }
}

#kb-window .kb-card {
  background: rgba(0, 0, 0, 0.5);
}

/*
Footer
*/

iframe{
  float:left;
}


#kb-footer {
  /* padding: 1.5%; */
  background-color: black;
  color: #fff;
}

#kb-footer a {
  color: #fff; 
}

#kb-footer a:hover, a:active, a:focus {
  color: #ff8f8f;
  outline: none;
}

#kb-footer .ml-3{
  margin-left: 15px;
}

.kb-widget h5{
  margin-bottom: 15px;
}

/*
Social
*/

.kb-social-icons {
  margin: 0;
  padding: 0;
}

.kb-social-icons li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.kb-social-icons li a {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  padding-left: 10px;
  padding-right: 10px;
  color: gray;
}

.kb-social-icons li a i {
  font-size: 20px;
}

.kb-social-icons .fb-icon :hover {
  color:#4267B2;
}

.kb-social-icons .snapchat-icon :hover {
  color: #ebeb00;
}

.kb-social-icons .instagram-icon :hover {
  color: #bc2a8d;
}


/* 
Tabs 
*/

#food-menu h2 {
  font-weight: 500;
  font-size: 2.5rem;
  text-align: center;
}

#pills-tab {
  margin-top: 30px;
}

.single-menu{
  padding: 10px;
  height: auto;
}

.single-menu .card{
  padding: 20px;
  height: 100%;
  background-color: white;
  border-radius: 3px;
  border-color: white;
}


#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #FFF;
  z-index: 1800;
  height: 100%;
  width: 100%;
  display: table;
}

.no-js #preloader,
.oldie #preloader {
  display: none;
}

#loader {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.line-scale-pulse-out>div {
  background-color: var(--accent-color);
  width: 4px;
  height: 35px;
  border-radius: 2px;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
  -webkit-animation: line-scale-pulse-out 0.9s -0.6s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85);
  animation: line-scale-pulse-out 0.9s -0.6s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85);
}

.line-scale-pulse-out>div:nth-child(2),
.line-scale-pulse-out>div:nth-child(4) {
  -webkit-animation-delay: -0.4s !important;
  animation-delay: -0.4s !important;
}

.line-scale-pulse-out>div:nth-child(1),
.line-scale-pulse-out>div:nth-child(5) {
  -webkit-animation-delay: -0.2s !important;
  animation-delay: -0.2s !important;
}

@-webkit-keyframes line-scale-pulse-out {
  0% {
      -webkit-transform: scaley(1);
      transform: scaley(1);
  }
  50% {
      -webkit-transform: scaley(0.4);
      transform: scaley(0.4);
  }
  100% {
      -webkit-transform: scaley(1);
      transform: scaley(1);
  }
}

@keyframes line-scale-pulse-out {
  0% {
      -webkit-transform: scaley(1);
      transform: scaley(1);
  }
  50% {
      -webkit-transform: scaley(0.4);
      transform: scaley(0.4);
  }
  100% {
      -webkit-transform: scaley(1);
      transform: scaley(1);
  }
}

.carousel-item {
  height: 100vh;
  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}