@import url("https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap");
.bg-purple-base {
  background-color: color(purple, base) !important;
}

.bg-purple-dark {
  background-color: color(purple, dark) !important;
}

.bg-purple-light {
  background: color(purple, lightest);
}

.bg-gold-base {
  background-color: color(gold, base) !important;
}

.bg-gold-dark {
  background-color: color(gold, dark) !important;
}

.bg-gold-light {
  background: color(gold, lightest);
}

.bg-showcase {
  background: #f4f1f6;
}

html * {
  font-size: 16px;
  line-height: 1.625;
  font-family: 'Open Sans', sans-serif;
}

@media (max-width: 480px) {
  html * {
    font-size: 14px;
    line-height: 1.5;
  }
}

.logo {
  font-size: 2.5rem;
  font-weight: 900;
  text-transform: uppercase;
  color: color(#800080, dark);
}

.logo .brandHide {
  font-weight: 600;
}

body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  letter-spacing: 0px;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  background-color: #332b42;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0px 0px 10px 0px;
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 1;
}

h1 {
  font-size: 54px;
  font-family: 'Abril Fatface', cursive !important;
  letter-spacing: 0.075ch;
}

h2 {
  font-size: 28px;
  line-height: 38px;
}

h3 {
  font-size: 22px;
  line-height: 32px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 12px;
}

p {
  margin: 0 0 20px;
  line-height: 1.7;
}

p:last-child {
  margin: 0px;
}

/*ul, ol { }*/
@media (max-width: 480px) {
  body {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    letter-spacing: 0px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    background-color: #332b42;
  }
  h1, h2, h3, h4, h5, h6 {
    margin: 0px 0px 10px 0px;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 1;
  }
  h1 {
    font-size: 24px;
    font-family: 'Abril Fatface', cursive !important;
    letter-spacing: 0.05ch;
  }
  h2 {
    font-size: 20px;
    line-height: 32px;
  }
  h3 {
    font-size: 18px;
    line-height: 24px;
  }
  h4 {
    font-size: 16px;
  }
  h5 {
    font-size: 14px;
  }
  h6 {
    font-size: 10px;
  }
  p {
    margin: 0 0 14px;
    line-height: 1.5;
  }
  p:last-child {
    margin: 0px;
  }
  /*ul, ol { }*/
}

a {
  text-decoration: none;
  color: #332b42 !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a:focus, a:hover {
  text-decoration: none;
  color: #66527e !important;
}

.menu-category {
  font-size: 0.8rem;
  color: #e8c354;
}

.menu-ingredients {
  font-size: 0.975rem;
}

.content-list {
  font-weight: 600;
}

.hr-break {
  width: 36px;
  border-top: 4px solid #332b42;
}

.break-hide {
  display: none;
}

.list-group-item {
  background: none;
}

@media (max-width: 992px) {
  .note-mco {
    font-size: 14px;
    padding: 0;
  }
  .break-hide {
    display: inline;
    line-height: 0.2;
  }
}

@media (max-width: 480px) {
  h1 {
    font-family: 'Abril Fatface', cursive !important;
    font-size: 36px;
  }
  .content-text,
  .sec-about {
    font-size: 14px;
    padding: 0 1rem;
    line-height: 1.5;
  }
  .note-mco {
    font-size: 14px;
    padding: 0 4rem;
    line-height: 1.5;
  }
  .hr-break {
    position: relative;
    left: 42%;
  }
}

#topbar {
  background: #e8c354;
  height: 40px;
  font-size: 14px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #332b42;
}

#topbar .topbar-scrolled {
  top: -40px;
}

#topbar .contact-info a {
  line-height: 1;
  color: #332b42;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#topbar .contact-info a:hover {
  text-decoration: underline;
}

#topbar .contact-info i {
  padding-right: 4px;
  margin-left: 15px;
}

#topbar .contact-info i:first-child {
  margin-left: 0;
}

#topbar .social-links a {
  color: #332b42;
  padding-left: 15px;
  display: inline-block;
  line-height: 1px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#topbar .social-links a:hover {
  color: #ffffff;
}

.menu {
  margin: 2rem 0;
}

.menu-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1rem;
}

img {
  width: 100%;
  display: block;
}

.menu-head {
  text-align: center;
}

.menu-head h2 {
  font-family: var(--Kaushan);
  font-size: 2.6rem;
}

.menu-head p {
  font-weight: 300;
  padding: 1.8rem 0;
}

.menu-btns {
  padding: 0.6rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.menu-btn {
  font-family: var(--Inter);
  text-transform: uppercase;
  font-size: 1.1rem;
  font-weight: 600;
  background: none;
  border: none;
  color: #ff9505;
  display: block;
  margin: 0 1rem;
  cursor: pointer;
  outline: 0;
  -webkit-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
}

.menu-btn::after {
  content: "";
  display: block;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  background: #ff9505;
  margin-top: 0.5rem;
  width: 0;
  -webkit-transition: width 0.4s ease-out;
  transition: width 0.4s ease-out;
}

.menu-btn:hover::after {
  width: 100%;
}

.menu-btn:hover {
  opacity: 0.8;
}

.active-btn {
  color: #fff;
}

.food-items {
  margin: 2rem 0;
}

.food-item {
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  color: #000;
  margin: 0.6rem 0;
  -webkit-box-shadow: 0 0 16px -4px rgba(0, 0, 0, 0.75);
          box-shadow: 0 0 16px -4px rgba(0, 0, 0, 0.75);
  -webkit-animation: fadeIn 2s;
          animation: fadeIn 2s;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.food-img img {
  border-radius: 4px;
}

.food-content {
  padding: 1rem;
}

.food-name {
  font-family: var(--Inter);
  color: #ff9505;
  font-weight: 500;
  text-transform: capitalize;
}

.line {
  width: 100px;
  height: 3px;
  background: #ff9505;
}

.food-price {
  padding: 0.4rem 0;
  font-weight: 600;
  font-size: 1.4rem;
  opacity: 0.8;
}

.rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

.rating .fa-star {
  margin-right: 0.4rem;
  color: #44355b;
}

.category {
  padding-top: 0.2rem;
  font-size: 1rem;
  font-weight: 800;
  font-family: var(--Inter);
}

.category span {
  font-weight: 500;
}

@media screen and (min-width: 600px) {
  .food-item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 25% auto;
        grid-template-columns: 25% auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1rem;
    -webkit-column-gap: 1rem;
            column-gap: 1rem;
  }
  .food-content {
    padding: 0;
  }
}

@media screen and (min-width: 768px) {
  .menu-head p {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
  .menu-btn {
    font-size: 15px;
  }
}

@media screen and (min-width: 992px) {
  .menu-head p {
    width: 50%;
  }
  .food-items {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 2rem;
            column-gap: 2rem;
  }
}

.btn-primary {
  color: #332b42 !important;
  font-weight: bold;
  background: #98b70b;
  border-radius: 30px;
  padding: 10px 25px 12px 25px;
  -webkit-box-shadow: 2px 3px #261c3320;
          box-shadow: 2px 3px #261c3320;
  border: none;
}

.btn-primary:hover, .btn-primary:focus {
  background-color: #b6fa49 !important;
  color: #332b42;
  margin-top: 1px;
}

.btn-secondary {
  color: #ffffff;
  font-weight: bold;
  background: #332b42;
  border: 1px #66527e;
  border-radius: 30px;
  padding: 10px 25px 12px 25px;
  -webkit-box-shadow: 2px 3px #261c3320;
          box-shadow: 2px 3px #261c3320;
}

.btn-secondary:hover, .btn-secondary:focus {
  background-color: #66527e !important;
  color: #ffffff;
  margin-top: 1px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media (max-width: 992px) {
  .btn-hang {
    background-color: #332b42;
    color: #ffffff;
    margin-bottom: 5px;
  }
  .btn-hang:hover, .btn-hang:focus {
    background-color: #66527e;
  }
}

.card {
  border: none;
  border-radius: calc(0.5rem - 1px);
}

.card .card-promo .card-img, .card .card-promo .card-img-top {
  border-top-left-radius: calc(0.5rem - 1px);
  border-top-right-radius: calc(0.5rem - 1px);
}

.card-section {
  position: relative;
  bottom: 70px;
  border-radius: 10px;
}

.card-section .card-block-white {
  padding: 30px 50px;
  background-color: #ffffff;
  border-radius: 10px;
  text-align: left;
}

.card-section .card-block {
  padding: 30px 50px;
  background-image: url("/assets/img/khn_bgimg20200824.jpg");
  border-radius: 10px;
  text-align: left;
}

.card-section .card-block .header-card {
  font-size: 2.5rem;
  font-weight: bold;
}

.card-section .section-title {
  margin-bottom: 60px;
}

@media (max-width: 992px) {
  .card-block {
    padding: 10px;
  }
  .card-block .header-card {
    font-size: 1.5rem;
  }
}

.promo-item {
  border-radius: 4px;
  overflow: hidden;
  color: #ffffff;
  margin: 0.6rem 0;
  -webkit-box-shadow: 0 0 16px -4px rgba(0, 0, 0, 0.75);
          box-shadow: 0 0 16px -4px rgba(0, 0, 0, 0.75);
  -webkit-animation: fadeIn 2s;
          animation: fadeIn 2s;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.promo-img img {
  border-radius: 4px;
}

.promo-content {
  padding: 1rem;
}

.promo-name {
  font-family: var(--Inter);
  color: #ff9505;
  font-weight: 500;
  text-transform: capitalize;
}

.line {
  width: 100px;
  height: 3px;
  background: #ff9505;
}

.promo-price {
  padding: 0.4rem 0;
  font-weight: 600;
  font-size: 1.4rem;
  opacity: 0.8;
}

.rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

.rating .fa-star {
  margin-right: 0.4rem;
  color: #44355b;
}

.category {
  padding-top: 0.2rem;
  font-size: 1rem;
  font-weight: 800;
  font-family: var(--Inter);
}

.category span {
  font-weight: 500;
}

.block {
  display: inline-block;
  color: #ffffff;
  position: relative;
  padding: 10px;
}

.block:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

.block:hover:before {
  background: none;
}

.block h3,
.block p,
.block ul {
  position: relative;
  color: #ffffff;
}

.promo-ramadan {
  background: url("/assets/img/promo/shutterstock_1931309810.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
}

.promo-10 {
  background: url("/assets/img/promo/randy-tarampi-MKp_nbv4p_E-d.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
}

.promo-host {
  background: url("/assets/img/promo/priscilla-du-preez-Q7wGvnbuwj0-d.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
}

@media screen and (min-width: 600px) {
  .promo-item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 75% auto;
        grid-template-columns: 75% auto;
    padding: 1rem;
    -webkit-column-gap: 1rem;
            column-gap: 1rem;
  }
  .promo-content {
    padding: 0;
  }
}

@media screen and (min-width: 768px) {
  .menu-head p {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 992px) {
  .menu-head p {
    width: 50%;
  }
  .promo-items {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 2rem;
            column-gap: 2rem;
  }
}

/* Bootstrap 5 CSS and icons included */
/* vanillajs-datepicker 1.1.4 CSS included */
/* Adapts a floating label for use with a left-handed input group icon */
.form-floating > .bi-calendar-date + .datepicker_input + label {
  padding-left: 3.5rem;
  z-index: 3;
}

.accordion,
.accordion-item,
.accordion-header,
.accordion-button {
  background: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.accordion .menu-accordion,
.accordion-item .menu-accordion,
.accordion-header .menu-accordion,
.accordion-button .menu-accordion {
  text-decoration: none;
  margin-left: -5px;
}

.accordion ul,
.accordion-item ul,
.accordion-header ul,
.accordion-button ul {
  list-style-type: none;
}

.accordion a:link,
.accordion-item a:link,
.accordion-header a:link,
.accordion-button a:link {
  color: #332b42;
}

.accordion a:visited,
.accordion-item a:visited,
.accordion-header a:visited,
.accordion-button a:visited {
  color: #66527e;
}

.accordion a:hover,
.accordion-item a:hover,
.accordion-header a:hover,
.accordion-button a:hover {
  color: #66527e;
}

.accordion .dropdown-item,
.accordion-item .dropdown-item,
.accordion-header .dropdown-item,
.accordion-button .dropdown-item {
  padding: 1rem;
  margin: auto;
}

.accordion .dropdown-item.active,
.accordion .dropdown-item:active,
.accordion .dropdown-item:hover,
.accordion-item .dropdown-item.active,
.accordion-item .dropdown-item:active,
.accordion-item .dropdown-item:hover,
.accordion-header .dropdown-item.active,
.accordion-header .dropdown-item:active,
.accordion-header .dropdown-item:hover,
.accordion-button .dropdown-item.active,
.accordion-button .dropdown-item:active,
.accordion-button .dropdown-item:hover {
  color: #66527e;
  text-decoration: none;
  background: #e9cb6f !important;
  border: none;
}

.carousel-item {
  height: 18rem;
  background: #777;
  color: #ffffff;
  position: relative;
}

.carousel-container {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding-bottom: 50px;
}

/* Main CSS */
.grid-wrapper > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.grid-wrapper > div > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}

.grid-wrapper {
  display: -ms-grid;
  display: grid;
  grid-gap: 10px;
  -ms-grid-columns: (minmax(250px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-auto-rows: 200px;
  grid-auto-flow: dense;
}

.grid-wrapper .wide {
  grid-column: span 2;
}

.grid-wrapper .tall {
  grid-row: span 2;
}

.grid-wrapper .big {
  grid-column: span 2;
  grid-row: span 2;
}

/* Desktop Navigation */
.nav-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  padding: 10px 0 10px 28px;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #332b42;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 15px;
  font-weight: 600;
  padding: 0 3px;
}

.nav-menu > ul > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -5px;
  left: 0;
  background-color: #332b42;
  visibility: hidden;
  width: 0px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.nav-menu a:hover:before, .nav-menu li:hover > a:before, .nav-menu .active > a:before {
  visibility: visible;
  width: 100%;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #332b42;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 26px;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #332b42;
  -webkit-box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
          box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #332b42;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #332b42;
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 9998;
  border: 0;
  background: #332b42;
  font-size: 24px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #332b42;
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #332b42;
  -webkit-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #332b42;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #332b42;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(9, 9, 9, 0.6);
  overflow: hidden;
  display: none;
  -webkit-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #332b42;
}

@media (max-width: 768px) {
  .brandHide {
    display: none;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md .navbar-nav .nav-link {
    padding: 0 1rem;
  }
}

#navbar_top {
  background: #ffffff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 997;
  padding: 25px 0;
  /*top: 40px;*/
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#navbar_top.navbar_top-scrolled {
  top: 0;
  padding: 15px;
}

#navbar_top .logo {
  font-size: 32px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.8px;
  font-family: "Poppins", sans-serif;
}

#navbar_top .logo a {
  color: #333333;
}

#navbar_top .logo a span {
  color: #332b42;
}

#navbar_top .logo img {
  max-height: 40px;
}

@media (max-width: 992px) {
  #navbar_top {
    padding: 15px;
    top: 0;
  }
  #navbar_top .logo {
    font-size: 28px;
  }
}

.sec-showcase,
.sec-showcase2,
.sec-about,
.sec-menus,
.sec-hangouts,
.sec-hangouts2,
.sec-reservations,
.sec-form {
  min-height: 80vh;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.sec-menus {
  background: #ebd286;
}

.sec-hangouts {
  background: #66527e;
}

.sec-hangouts2,
footer {
  background: #211d29;
}

.sec-reservations {
  background: #332b42;
}

.sec-showcase {
  background-image: url("https://khans.com.my/v4/assets/img/khn_bgimg20220501.png");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.sec-hangouts {
  background-image: url("https://khans.com.my/v4/assets/img/showcase/IMG20191106125656.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sec-about02 {
  max-width: 480px;
}

.filtered {
  background: #332b42;
  position: absolute;
}

.filtered img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.5;
}

.img-explore {
  height: 360px;
  width: 360px;
  position: relative;
  z-index: 0;
  margin-left: auto;
}

@media (max-width: 768px) {
  .sec-reservations {
    height: 75vh;
  }
  .sec-about02b {
    display: none !important;
  }
}

@media (max-width: 480px) {
  .sec-showcase,
  .sec-about,
  .sec-menus,
  .sec-hangouts,
  .sec-hangouts2,
  .sec-reservations,
  .sec-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 80vh;
    height: auto;
    padding: 10px;
    font-size: 14px;
  }
  .img-explore {
    height: 200px;
    width: 200px;
  }
  .img-showcase {
    width: 80%;
    margin-left: 1rem;
  }
  .sec-showcase-change {
    position: relative;
  }
  .sec-showcase-btm {
    position: absolute;
    top: 0;
  }
  .sec-showcase-top {
    position: absolute;
    bottom: 0px;
  }
  .sec-reserve-y {
    z-index: 2;
    top: 3rem;
  }
  .sec-reserve-z {
    z-index: 1;
  }
}

.sec-contact {
  background-image: url("/assets/img/khn_bgimg20200824.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
}

input {
  outline: none;
  border: none;
}

textarea {
  outline: none;
  border: none;
}

textarea:focus, input:focus {
  border-color: transparent !important;
}

input:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus:-moz-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder {
  color: transparent;
}

textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

textarea:focus:-moz-placeholder {
  color: transparent;
}

textarea:focus::-moz-placeholder {
  color: transparent;
}

textarea:focus:-ms-input-placeholder {
  color: transparent;
}

input::-webkit-input-placeholder {
  color: #aaaaaa;
}

input:-moz-placeholder {
  color: #aaaaaa;
}

input::-moz-placeholder {
  color: #aaaaaa;
}

input:-ms-input-placeholder {
  color: #aaaaaa;
}

textarea::-webkit-input-placeholder {
  color: #aaaaaa;
}

textarea:-moz-placeholder {
  color: #aaaaaa;
}

textarea::-moz-placeholder {
  color: #aaaaaa;
}

textarea:-ms-input-placeholder {
  color: #aaaaaa;
}

/*---------------------------------------------*/
iframe {
  border: none !important;
}

/*//////////////////////////////////////////////////////////////////
[ Contact ]*/
.bg-contact100 {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.container-contact100 {
  color: #332b42;
  font-size: 4rem;
  font-weight: 900;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 15px 65px 15px;
}

.wrap-contact100 {
  max-width: 1440px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 50px 40px;
}

/*------------------------------------------------------------------
[  ]*/
.contact100-left {
  max-width: 410px;
}

/*------------------------------------------------------------------
[  ]*/
.contact100-form {
  max-width: 360px;
}

.contact100-form-title {
  display: block;
  line-height: 1.2;
  text-align: left;
  padding-bottom: 36px;
}

input.input100 {
  height: 50px;
  border-radius: 5px;
  padding: 0 20px;
}

input.input100[name="email"] {
  padding: 0 20px;
}

textarea.input100 {
  min-height: 150px;
  border-radius: 5px;
  padding: 14px 20px;
}

/*---------------------------------------------*/
.wrap-input100 {
  position: relative;
  width: 100%;
  z-index: 1;
  margin-bottom: 10px;
}

.input100 {
  display: block;
  width: 100%;
  background: #e6e6e6;
  line-height: 1.5;
  color: #666666;
}

/*------------------------------------------------------------------
[ Focus ]*/
.focus-input100 {
  display: block;
  position: absolute;
  border-radius: 25px;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0px 0px 0px 0px;
          box-shadow: 0px 0px 0px 0px;
  color: rgba(132, 106, 221, 0.5);
}

.input100:focus + .focus-input100 {
  -webkit-animation: anim-shadow 0.5s ease-in-out forwards;
  animation: anim-shadow 0.5s ease-in-out forwards;
}

.coordLctn {
  color: #b6fa49 !important;
}

.coordLctn :hover, .coordLctn :active, .coordLctn :focus {
  color: #98b70b !important;
}

@-webkit-keyframes anim-shadow {
  to {
    -webkit-box-shadow: 0px 0px 60px 25px;
            box-shadow: 0px 0px 60px 25px;
    opacity: 0;
  }
}

@keyframes anim-shadow {
  to {
    -webkit-box-shadow: 0px 0px 60px 25px;
            box-shadow: 0px 0px 60px 25px;
    opacity: 0;
  }
}

.symbol-input100 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  border-radius: 10px;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-left: 30px;
  pointer-events: none;
  color: #aaaaaa;
  font-size: 15px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.input100:focus + .focus-input100 + .symbol-input100 {
  color: #846add;
  padding-left: 22px;
}

/*------------------------------------------------------------------
[ Button ]*/
.container-contact100-form-btn {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 20px;
}

.contact100-form-btn {
  width: 100%;
  height: 50px;
  border-radius: 25px;
  background: #846add;
  font-size: 15px;
  line-height: 1.5;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 25px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.contact100-form-btn:hover {
  background: #333333;
}

/*------------------------------------------------------------------
[ Responsive ]*/
@media (max-width: 1200px) {
  .contact100-left {
    width: 50%;
  }
}

@media (max-width: 992px) {
  .wrap-contact100 {
    padding: 50px 80px 50px 90px;
  }
  .contact100-pic {
    width: 35%;
  }
  .contact100-form {
    width: 55%;
  }
}

@media (max-width: 768px) {
  .wrap-contact100 {
    padding: 40px 50px;
  }
  .contact100-pic {
    display: none;
  }
  .contact100-form {
    width: 100%;
  }
}

@media (max-width: 576px) {
  .wrap-contact100 {
    padding: 110px 15px 157px 15px;
  }
}

/*------------------------------------------------------------------
[ Alert validate ]*/
.validate-input {
  position: relative;
}

.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  max-width: 70%;
  background-color: white;
  border: 1px solid #c80000;
  border-radius: 10px;
  padding: 4px 25px 4px 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 8px;
  pointer-events: none;
  font-family: Montserrat-Medium;
  color: #c80000;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.alert-validate::after {
  content: "\f06a";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  color: #c80000;
  font-size: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 13px;
}

.alert-validate:hover:before {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 992px) {
  .alert-validate::before {
    visibility: visible;
    opacity: 1;
  }
}
/*# sourceMappingURL=style.css.map */