.dropdowns a {
  font-family: "Oswald", sans-serif;
  font-weight: 300;
}

.normal-btn, .danger-btn, .info-btn, .success-btn, .warning-btn, .secondary-white-btn, .fouth-btn, .third-btn, .secondary-btn, .primary-btn {
  text-decoration: none;
  padding: 1rem 2rem 1rem 2rem;
  font-size: 1rem;
  color: white;
  border-radius: 0;
  border: 0;
}

.primary-btn {
  color: #746e6e;
  background-color: #3A3A3C;
}

.secondary-btn {
  color: #3A3A3C;
  background-color: #746e6e;
}

.third-btn {
  color: #3A3A3C;
  background-color: #f8f8f8;
}

.fouth-btn {
  color: #3A3A3C;
  background-color: #b77331;
}

.secondary-white-btn {
  color: #746e6e;
  background-color: #fff;
}

.warning-btn {
  color: #746e6e;
  background-color: #D69E2E;
}

.success-btn {
  color: #746e6e;
  background-color: #38A169;
}

.info-btn {
  color: #746e6e;
  background-color: #5A67D8;
}

.danger-btn {
  color: #746e6e;
  background-color: #E53E3E;
}

.master-hamburger-container {
  position: fixed;
  top: 0;
  right: 0;
  width: 111.41px;
  height: 111.41px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #fff;
  z-index: 1200;
  cursor: pointer;
}
.master-hamburger-container .master-ham-btn {
  display: grid;
  grid-row-gap: 0.5rem;
  width: 30px;
  height: 30px;
  transform: rotate(90deg);
  transition: all 0.7s ease;
}
.master-hamburger-container .master-ham-btn #ham-1 {
  transform: translateX(30%);
}
.master-hamburger-container .master-ham-btn #ham-1, .master-hamburger-container .master-ham-btn #ham-3 {
  width: 13px;
  transition: all 0.7s ease;
}
.master-hamburger-container .master-ham-btn #ham-3 {
  transform: translateX(100%);
}
.master-hamburger-container .master-ham-btn:hover > #ham-1 {
  transform: translateX(100%);
  transition: all 0.7s ease;
}
.master-hamburger-container .master-ham-btn:hover > #ham-3 {
  transform: translateX(30%);
  transition: all 0.7s ease;
}
.master-hamburger-container .master-ham {
  width: 30px;
  height: 3px;
  background-color: #000;
}
.master-hamburger-container .master-ham-text {
  margin-top: 0.2rem;
}

.master-btn-active {
  transform: rotate(0) !important;
  transition: all 0.7s ease;
}

.master-ham-1-active {
  width: 100% !important;
  transform: translate(0) !important;
  transform: rotate(45deg) translate(10px, 10px) !important;
  transition: all 0.7s ease;
}

.master-ham-2-active {
  display: none;
}

.master-ham-3-active {
  width: 100% !important;
  transform: translate(0) !important;
  transform: rotate(-45deg) translate(3px, -3px) !important;
  transition: all 0.7s ease;
}

/* animation */
@keyframes gradient {
  0% {
    background-position: 14% 0%;
  }
  50% {
    background-position: 87% 100%;
  }
  100% {
    background-position: 14% 0%;
  }
}
.edit-nav {
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
  justify-content: space-around;
  align-items: center;
  color: rgb(255, 255, 255);
}

/* .navContainer{
    display: flex;
} */
.n-hotelGroup, .n-nav {
  display: flex;
}

.n-hotelGroup {
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 10px;
}

.h-g-nav {
  margin-right: 1em;
}

.h-g-nav:last-of-type {
  margin-right: 0;
}

.h-g-sign {
  font-size: 0.7em;
  font-family: Arial, sans-serif;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
}

.h-g-sign:hover {
  text-decoration: none;
  color: inherit;
}

.h-g-sign::before {
  content: "\f007";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-right: 0.5em;
  font-size: 135%;
}

.nav-items {
  display: flex;
  align-items: flex-end;
}

.dropdowns {
  margin-right: 1em;
  position: relative;
  color: rgb(255, 255, 255);
}

.dropdowns::before {
  content: "^";
  width: 10px;
  height: 10px;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: 0.4s linear;
}

.dropdowns:hover::before {
  opacity: 1;
}

.dropdowns a {
  text-transform: uppercase;
  text-decoration: none;
  color: rgb(255, 255, 255);
}

.dropdowns-item {
  position: absolute;
  font-size: 0;
  opacity: 0;
  width: 370px;
  visibility: hidden;
}

.dropdowns:hover .dropdowns-item {
  font-size: 0.9em;
  opacity: 1;
  visibility: visible;
  transition: visibility, opacity 0.5s ease-in-out;
}

.d-item {
  padding: 0;
  list-style: none;
  font-size: 0.9em;
}

.d-item-box {
  display: flex;
  background: white;
}

.d-item-box:nth-child(1) {
  height: 32px;
  background: transparent;
}

.d-item-box:nth-child(2) {
  border-top: 5px solid #b77331;
}

.d-item-box:nth-child(2)::before {
  content: "";
  width: 30px;
  height: 30px;
  background-color: #b77331;
  transform: rotate(45deg);
  position: absolute;
  top: 20px;
  left: 15px;
  z-index: -1;
}

.d-item-image {
  width: 150px;
  height: 150px;
  overflow: hidden;
}

.d-item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.d-item-content {
  width: 230px;
  color: black;
  padding: 1em;
  display: grid;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.d-item-content h3 {
  font-size: 1rem;
  text-transform: uppercase;
  color: #b77331;
}

.d-item-content span {
  font-size: 0.9em;
}

.d-item-content a {
  color: black !important;
  font-size: 12px;
  padding: 0.2em;
  border: 1px solid #b77331;
  width: 70px;
  height: 25px;
  text-align: center;
}

.bookBtn {
  display: flex;
  justify-content: center;
}

.bookBtn a {
  color: rgba(255, 255, 255, 0.9);
  background: linear-gradient(120deg, rgb(183, 115, 49) 0%, rgb(242, 176, 112) 100%);
  background-size: 400% 400%;
  width: 200px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  animation: gradient 3s ease-in-out infinite;
  border: none;
  border-radius: 3px;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}

.bookBtn a:hover {
  /* background-image: linear-gradient(to right, $brandColor 0%, rgba(88,81,92,1) 50%, rgba(70,124,133,1) 100%); */
  background-attachment: fixed;
  transition: all 0.1s ease-in;
  color: white;
}

.scrolled {
  background: white !important;
}
.scrolled .dropdowns a {
  color: #3A3A3C;
}

.hero-nav {
  background: linear-gradient(to bottom, hsl(0, 0%, 0%) 0%, hsla(0, 0%, 0%, 0.987) 8.1%, hsla(0, 0%, 0%, 0.951) 15.5%, hsla(0, 0%, 0%, 0.896) 22.5%, hsla(0, 0%, 0%, 0.825) 29%, hsla(0, 0%, 0%, 0.741) 35.3%, hsla(0, 0%, 0%, 0.648) 41.2%, hsla(0, 0%, 0%, 0.55) 47.1%, hsla(0, 0%, 0%, 0.45) 52.9%, hsla(0, 0%, 0%, 0.352) 58.8%, hsla(0, 0%, 0%, 0.259) 64.7%, hsla(0, 0%, 0%, 0.175) 71%, hsla(0, 0%, 0%, 0.104) 77.5%, hsla(0, 0%, 0%, 0.049) 84.5%, hsla(0, 0%, 0%, 0.013) 91.9%, hsla(0, 0%, 0%, 0) 100%);
}/*# sourceMappingURL=nav.css.map */