.top-bar {
    /* top: 24px; */
    /* left: 41px; */
    width: 100%;
    height: 73px;
    position: absolute;
    /* UI Properties */
    /* background: transparent url('img/header-default.png') 0% 0% no-repeat padding-box; */
    opacity: 1;
}
.nav-item {
    margin-right: 20px;
}
.footer-content {
    width: 100%;
}
.footer {
    padding: 0 !important;
    left: 0 !important;
}
.div-logo-top-bar {
  top: 2px;
  left: 140px;
  position: absolute;
}
.navbar-container.container {
    right: -155px;
    position: absolute;
    top: 24px;
}
.nav-link {
    color: #FDF3EC !important;
    text-align: left;
    /* padding: 14px 16px; */
    text-decoration: none;
    font-size: 24px;
}

.top-nav-right {
    float: right;
    margin-top: 20px;
}
.top-nav a:hover {
    color: #C59F83;
}
.dropdown-menu {
    background-color: #7F7F4E !important;
    min-width: 5rem;
    
}
.dropdown-menu>.show {
    top: 772px;
    left: 1326px;
    width: 154px;
    height: 219px;
    background: #7F7F4E 0% 0% no-repeat padding-box;
    border-radius: 10px !important;
    opacity: 1;
}
.dropdown-menu.show {
  position: absolute;
  left: 475px;
  /* left: 420px; */
}
.dropdown-item {
    color: #FDF3EC !important;
    text-align: center !important;
    font-size: 18px !important;
    margin: 0px !important;
}
.triangle-up {
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 10px solid #7F7F4E;
  position: absolute;
}

.dropdown-item:hover{color:#FDF3EC;text-decoration:none;background-color:#5f5f3a}
.dropdown-item.active,.dropdown-item:active{color:#FDF3EC;text-decoration:none;background-color:#5f5f3a}

/* .lg-drop::after { */
    .arrow {
    /* top: 148px;
    left: 1756px; */
    width: 18px;
    height: 16px;
    transform: matrix(-1, 0, 0, -1, 0, 0);
    /* UI Properties */
    background: #7F7F4E 0% 0% no-repeat padding-box;
    opacity: 1;
}
.lg-drop {
    padding: 3px !important;
    height: 45px;
    width: 75px;
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    /* content: ""; */
    content: none;
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}


@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

*,
*::after,
*::before {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

.html {
  font-size: 62.5%;
}

body {
  font-family: "Poppins", sans-serif;
}

/* ///////////..utility classes../////////// */

.container {
  max-width: 1200px;
  width: 90%;
  margin: auto;
}

/* ............/navbar/............ *

/* desktop mode............/// */

.navbar input[type="checkbox"],
.navbar .hamburger-lines {
  display: none;
}

.navbar {
  position: fixed;
  width: 100%;
  color: #FDF3EC;
  /* opacity: 0.85; */
  height: 50px;
  z-index: 12;
}

.navbar-container {
  display: flex;
  justify-content: space-between;
  height: 64px;
  align-items: center;
}

.menu-items {
  order: 2;
  display: flex;
}

.menu-items li {
  list-style: none;
  margin-left: 1.5rem;
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
}

.menu-items a {
  text-decoration: none;
  color: #FDF3EC;
  font-weight: 500;
  font-size: 24px;
  transition: color 0.3s ease-in-out;
  margin: 10px;
}

.menu-items a:hover {
  color: #C59F83;
  transition: color 0.3s ease-in-out;
}

.logo {
  order: 1;
  font-size: 2.3rem;
  margin-bottom: 0.5rem;
}

.main-title {
  text-transform: uppercase;
  margin-top: 1.5em;
}

/* ......../ media query /.......... */
@media screen and (max-width: 1400px) {
  .div-logo-top-bar {
    left: auto !important;
  }
  .div-logo-top-bar img {
    height: 50px !important;
  }
  .menu-items li {
    margin-left: 1.25rem !important;
  }
}
@media screen and (max-width: 1200px) {
  /* @media screen and (max-width: 1024px) { */
/* @media screen and (max-width: 820px) { */
  /* @media (max-width: 768px) { */
  .logo-top-bar {
    height: 50px;
    width: 100% !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .div-logo-top-bar {
    top: 2px;
    right: 20px;
    left: auto;
    position: absolute;
}
  .navbar-container.container {
    right: 0 !important;
    top: 0 !important;
  }
  .dropdown-menu.show {
    position: absolute;
    left: 35px !important;
    top: 320px !important;
  }
  .navbar {
    opacity: 0.95;
  }

  .navbar-container input[type="checkbox"],
  .navbar-container .hamburger-lines {
    display: block;
  }

  .navbar-container {
    display: block;
    position: relative;
    height: 64px;
  }

  .navbar-container input[type="checkbox"] {
    position: absolute;
    display: block;
    height: 32px;
    width: 30px;
    top: 20px;
    left: 20px;
    z-index: 5;
    opacity: 0;
  }

  .navbar-container .hamburger-lines {
    display: block;
    height: 23px;
    width: 35px;
    position: absolute;
    top: 17px;
    left: 0px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .navbar-container .hamburger-lines .line {
    display: block;
    height: 4px;
    width: 100%;
    border-radius: 10px;
    background: #C59F83;
  }

  .navbar-container .hamburger-lines .line1 {
    transform-origin: 0% 0%;
    transition: transform 0.4s ease-in-out;
  }

  .navbar-container .hamburger-lines .line2 {
    transition: transform 0.2s ease-in-out;
  }

  .navbar-container .hamburger-lines .line3 {
    transform-origin: 0% 100%;
    transition: transform 0.4s ease-in-out;
  }

  .navbar .menu-items {
    padding-top: 100px;
    background: #7F7F4E;
    height: 150vh;
    max-width: 300px;
    transform: translate(-150%);
    display: flex;
    flex-direction: column;
    margin-left: -60px;
    padding-left: 20px;
    transition: transform 0.5s ease-in-out;
    box-shadow: 5px 0px 10px 0px #7F7F4E;
    margin-top: -20px;
  }

  .navbar .menu-items li {
    margin-bottom: 1.5rem;
    font-size: 1.3rem;
    font-weight: 500;
  }

  .logo {
    position: absolute;
    top: 5px;
    right: 15px;
    font-size: 2rem;
  }

  .navbar-container input[type="checkbox"]:checked ~ .menu-items {
    transform: translateX(0);
  }

  .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line1 {
    transform: rotate(35deg);
  }

  .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line2 {
    transform: scaleY(0);
  }

  .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line3 {
    transform: rotate(-35deg);
  }
}

@media (max-width: 500px) {
  html {
    font-size: 65%;
  }
  .navbar .menu-items li{
      font-size: 1.6rem;
  }

  .testimonial-container {
    flex-direction: column;
    text-align: center;
  }

  .food-menu-container img {
    margin: auto;
  }

  .food-menu-item {
    flex-direction: column;
    text-align: center;
  }

  .form-container {
    width: 90%;
  }

  .contact-container {
    display: flex;
    flex-direction: column;
  }

  .contact-img {
    width: 90%;
    margin: 3rem auto;
  }

  .logo {
    position: absolute;
    top: 06px;
    right: 15px;
    font-size: 3rem;
  }

  .navbar .menu-items li {
    margin-bottom: 2.5rem;
    font-size: 1.8rem;
    font-weight: 500;
  }
}
@media (max-width: 900px) {
  .div-logo-top-bar {
    left: 75% !important;
  }
  .div-logo-top-bar img{
    height: 45px !important;
  }
}
@media (min-width: 769px) and (max-width: 1200px) {
  .img-container h3 {
    font-size: 1.5rem;
  }

  .img-container .btn {
    font-size: 0.7rem;
  }
}

@media (orientation: landscape) and (max-height: 500px) {
  .showcase-area {
    height: 50vmax;
  }
}

