@import url("https://fonts.googleapis.com/css2?family=Kufam:ital,wght@0,400..900;1,400..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kufam:ital,wght@0,400..900;1,400..900&family=Murecho:wght@100..900&display=swap");

/* ====================
  Reset Default CSS Start
  ==================== */

:root {
  --primary-font: "Kufam", sans-serif;
  --secondary-font: "Murecho", sans-serif;
  --primary-color: rgba(250, 180, 29, 0.3);
  --secondary-color: #f7b935;
  --btn-hover: #ffcd29;
  --bg-1: #ffffff;
  --bg-2: #000000;
  --text-color-1: #000000;
  --text-color-2: #7d7d7d;
  --text-color-3: #ffffff;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}

a {
  text-decoration: none !important;
}

ul {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
}

button {
  border: none;
  outline: none;
  font-family: var(--secondary-font);
}

input {
  outline: none;
}

/* Width of the scrollbar */
::-webkit-scrollbar {
  width: 14px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--secondary-color);
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: var(--btn-hover);
}

/*====================
Reset Default CSS End
====================*/



#breadcrumbs {
  text-align: center;
  width: 100%;
  object-fit: cover;
}

#breadcrumbs h2 {
  font-size: 46px;
  margin-bottom: 24px;
  color: var(--text-color-3);
  font-family: var(--primary-font);
  font-weight: bold;
}

#breadcrumbs a {
  font-size: 16px;
  font-weight: 600;
  color: var(--text-color-3);
  font-family: var(--secondary-font);
}

#breadcrumbs .breadcrumb_last {
  font-size: 16px;
  font-weight: 600;
  color: var(--secondary-color);
  font-family: var(--secondary-color);
}

@media screen and (max-width: 768px) {
  #breadcrumbs {
    margin-top: 20px;
  }

  .room-suites-hero {
    height: 300px;
  }

  #breadcrumbs h2 {
    font-size: 26px;
    margin-bottom: 16px;
  }

  #breadcrumbs h1 {
    font-size: 32px;
  }
}

/* Hero End */

/* Image Gallary Start */

#gallary-wrapper {
  background: var(--bg-1);
  padding: 80px 0;
}

#gallary-wrapper h2 {
  font-size: 34px;
  font-family: var(--primary-font);
  font-weight: bold;
  margin-bottom: 40px;
  text-align: center;
  font-weight: bold;
}

#gallary-wrapper .description {
  display: flex;
  align-items: center;
  justify-content: center;
}

#gallary-wrapper .description p {
  max-width: 600px;
  font-weight: 500;
  font-size: 16px;
  color: var(--text-color-2);
  font-family: var(--secondary-font);
  text-align: center;
  margin-bottom: 30px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 40px;
}

.gallery-item:nth-child(1) {
  grid-column: 1 / 2;
  grid-row: 1 / 12;
}

.gallery-item:nth-child(2) {
  grid-column: 2 / 3;
  grid-row: 1 / 6;
}

.gallery-item:nth-child(3) {
  grid-column: 3 / 4;
  grid-row: 1 / 8;
}

.gallery-item:nth-child(4) {
  grid-column: 1 / 2;
  grid-row: 12 / 20;
}

.gallery-item:nth-child(5) {
  grid-column: 2 / 3;
  grid-row: 6 / 20;
}

.gallery-item:nth-child(6) {
  grid-column: 3 / 4;
  grid-row: 8 / 20;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

/* Fill Gap */
.fill-gap {
  grid-row: span 6;
}

.gallery-description {
  display: flex;
  justify-content: center;
  align-items: center;
}

.gallery-description p {
  max-width: 830px;
  margin: 0;
  font-size: 16px;
  color: var(--text-color-1);
  font-family: var(--secondary-font);
  font-weight: 600;
  text-align: center;
  line-height: 1.6;
  padding-top: 50px;
}

/* Responsive Styles */
@media (max-width: 768px) {
  #gallary-wrapper h2 {
    font-size: 28px;
    font-family: var(--primary-font);
    font-weight: bold;
    margin-bottom: 30px;
  }

  .gallery-description p {
    padding-top: 30px;
  }

  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-top: 0px;
  }

  .gallery-item:nth-child(1) {
    grid-column: 1 / 2;
    grid-row: 1 / 10;
  }

  .gallery-item:nth-child(2) {
    grid-column: 2 / 3;
    grid-row: 1 / 8;
  }

  .gallery-item:nth-child(3) {
    grid-column: 1 / 2;
    grid-row: 10 / 16;
  }

  .gallery-item:nth-child(4) {
    grid-column: 2 / 3;
    grid-row: 8 / 19;
  }

  .gallery-item:nth-child(5) {
    grid-column: 1 / 2;
    grid-row: 16 / 22;
  }

  .gallery-item:nth-child(6) {
    grid-column: 2 / 3;
    grid-row: 19 / 22;
  }

  #gallary-wrapper .description p {
    max-width: 800px;
  }
}

/* Image Gallary End */

/* Provide Offer Customers Start */
#customer-offer {
  background: linear-gradient(270deg, #fff2d4 0%, #fcfcfc 100%);
  padding: 80px 0;
}

.meeting-spaces-wrapper .meeting-space-item2 .guests {
  margin-bottom: 8px !important;
}

.customer-offer-wrapper .feature {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.customer-offer-wrapper .heading {
  font-size: 32px;
  font-family: var(--primary-font);
  font-weight: bold;
  color: var(--text-color-1);
}

.customer-offer-wrapper p {
  font-size: 16px;
  font-family: var(--secondary-font);
  color: var(--text-color-2);
  font-weight: 500;
  margin: 30px 0;
}

.customer-offer-wrapper .eating-shift {
  display: flex;
  align-items: center;
  gap: 20px;
}

.customer-offer-wrapper .eating-shift span {
  font-size: 10px;
  font-family: var(--primary-font);
  color: var(--text-color-1);
  font-weight: 600;
}

.customer-offer-wrapper .timing {
  display: flex;
  align-items: center;
  margin: 20px 0;
  gap: 50px;
  text-align: center;
}

.customer-offer-wrapper .eating-shift i {
  color: var(--secondary-color);
}

.customer-offer-wrapper .item-title {
  font-size: 17px;
  font-family: var(--primary-font);
  color: var(--text-color-1);
  font-weight: 600;
  margin: 15px 0;
}

.customer-offer-wrapper .item-title span {
  padding-bottom: 4px;
  border-bottom: 1px solid var(--secondary-color);
}

.customer-offer-wrapper .guests {
  font-size: 14px;
  font-family: var(--secondary-font);
  color: var(--text-color-1);
  font-weight: 500;
  margin: 18px 0px 30px 0px;
}

.customer-offer-wrapper .button {
  display: flex;
  justify-content: left;
  align-items: center;
}

.customer-offer-wrapper .button .Book-table-btn {
  display: block;
  background: var(--secondary-color);
  font-family: var(--secondary-font);
  font-size: 14px;
  font-weight: 500;
  color: var(--text-color-1);
  padding: 8px 30px;
  border: 1px solid var(--secondary-color);
  border-radius: 30px;
  margin-top: 0px;
  transition: 0.4s;
}

.customer-offer-wrapper .button .Book-table-btn:hover {
  background: transparent;
  border-color: var(--secondary-color);
}

.meeting-img-container .image {
  width: 100%;
  aspect-ratio: 16 / 12;
  border-radius: 24px;
  overflow: hidden;
}

.meeting-img-container .image img {
  width: 100%;
  aspect-ratio: 16 / 12;
  background-position: center;
  background-size: cover;
}

@media screen and (max-width: 992px) {
  .meeting-img-container {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 768px) {
  .customer-offer-wrapper .heading {
    font-size: 28px;
  }

  .meeting-img-container {
    margin-bottom: 30px;
  }

  .customer-offer-wrapper .button .Book-table-btn {
    font-size: 15px;
  }

  .customer-offer-wrapper .eating-shift i {
    font-size: 12px;
  }

  .customer-offer-wrapper .eating-shift span {
    font-size: 22px;
  }

  .customer-offer-wrapper .eating-shift {
    gap: 10px;
  }
}

@media screen and (max-width: 576px) {
  .meeting-img-container .image img {
    width: 100%;
    height: 300px;
  }
  .meeting-img-container .image {
    width: 100%;
    height: 300px;
  }
}

@media screen and (max-width: 450px) {
  .meeting-img-container .image img {
    width: 100%;
    height: 250px;
  }
  .meeting-img-container .image {
    width: 100%;
    height: 250px;
  }
}

/* Provide Offer Customers End */

/* Our Menu Start */
.menu-tabs {
  margin: auto;
  padding: 80px 0px 50px 0px;
  border-radius: 10px;
  background: var(--bg-1);
}
.menu-tabs .heading {
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
}

.menu-tabs .heading h2 {
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: bold;
  font-family: var(--primary-font);
}

.menu-tabs .heading p {
  max-width: 890px;
  text-align: center;
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 16px;
  font-family: var(--secondary-font);
  color: var(--text-color-2);
}

.tab-buttons {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}

.tab-btn {
  background: none;
  border: none;
  padding: 8px 10px;
  margin: 0 20px;
  font-size: 18px;
  font-weight: 600;
  font-family: var(--secondary-font);
  cursor: pointer;
  border-bottom: 4px solid transparent;
}

.tab-btn.active {
  color: var(--text-color-1);
  border-bottom: 4px solid var(--secondary-color);
}

.tab-content {
  opacity: 0;
  transition: opacity 1s ease;
  height: 0;
  overflow: hidden;
}

.tab-content.active {
  opacity: 1;
  height: auto;
  overflow: visible;
}

.menu-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  transition: 0.4s;
}

.menu-item .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.menu-item:hover .item-image {
  border-right-width: 8px;
  border-bottom-width: 8px;
}

.item-image {
  width: 80px;
  height: 80px;
  border-radius: 12px;
  overflow: hidden;
  border-right: 0px solid var(--secondary-color);
  border-bottom: 0px solid var(--secondary-color);
  transition: 0.4s;
}

.item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.item-details {
  flex: 1;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.item-details h3 {
  font-family: var(--primary-font);
  margin: 0;
  font-weight: 500;
  font-size: 22px;
  color: var(--text-color-1);
}

.item-details p {
  font-size: 14px;
  margin: 5px 0;
  font-weight: 500;
  padding-right: 50px;
  font-family: var(--secondary-font);
  color: var(--text-color-2);
}

.price {
  font-size: 32px;
  color: var(--text-color-1);
  font-family: var(--primary-font);
  font-weight: 500;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .menu-tabs {
    padding: 80px 0px 0px 0px;
  }
  .tab-btn {
    padding: 8px 10px;
    font-weight: 500;
    margin: 0 6px;
    font-size: 18px;
    border-bottom: 3px solid transparent;
  }
  .tab-btn.active {
    border-bottom: 3px solid var(--secondary-color);
  }

  .item-details h3 {
    font-size: 18px;
  }

  .menu-tabs .heading h2 {
    font-size: 28px;
  }

  .price {
    font-size: 28px;
  }

  .menu-item .title {
    gap: 10px;
  }
}

/* Our Menu End */

/* Reviews Start */
#reviews {
  width: 100%;
  padding: 80px 0;
  background: var(--bg-1);
}

#reviews .reviews-heading span {
  font-size: 16px;
  font-weight: 500;
  font-family: var(--secondary-font);
  color: var(--text-color-1);
  background-color: var(--primary-color);
  padding: 8px 30px;
  border-radius: 30px;
}

#reviews .reviews-heading h2 {
  font-size: 34px;
  font-weight: bold;
  padding: 40px 0px 40px 0px;
  font-family: var(--primary-font);
  color: var(--text-color-1);
}

#reviews .customer-slider {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 250px;
}

#reviews .customer-content {
  position: relative;
  width: 100%;
  text-align: left;
  margin: 0px 10px;
}

#reviews .customer-content .content-icon {
  position: absolute;
  top: 0px;
  right: 0px;
}

#reviews .customer-content .content-icon img {
  width: 40px;
  height: 50px;
}

#reviews .customer-content h3 {
  font-size: 26px;
  font-weight: 600;
  color: var(--text-color-1);
  font-family: var(--primary-font);
}

#reviews .customer-content p {
  font-size: 16px;
  font-weight: 500;
  color: var(--text-color-2);
  font-family: var(--secondary-font);
}

#reviews .customer-content p:nth-last-child(1) {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

#reviews .customer-content .content {
  display: none;
  margin: 0px 10px;
}

#reviews .customer-content .content.active {
  display: block;
}

#reviews .navigation {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

#reviews .navigation button {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  border: 2px solid var(--secondary-color);
  border-radius: 12px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: background-color 0.4s ease;
}

#reviews .navigation button i {
  color: var(--bg-2) !important;
  font-size: 20px;
}

#reviews .navigation button:hover {
  background-color: var(--btn-hover);
}

#reviews .customer-profiles {
  display: flex;
  gap: 10px;
}

#reviews .customer-profiles .profile {
  display: block;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid var(--text-color-3);
  cursor: pointer;
  transition: border 0.3s ease;
}

#reviews .customer-profiles .profile:nth-child(1),
#reviews .customer-profiles .profile:nth-child(3) {
  margin-top: -40px;
}

#reviews .customer-profiles .profile.active {
  border-top: 8px solid var(--secondary-color);
  border-left: 1px solid var(--secondary-color);
  border-right: 1px solid var(--secondary-color);
  border-bottom: 1px solid var(--secondary-color);
}

#reviews .customer-profiles .profile.active img {
  border-top: 3px solid var(--bg-1) !important;
  border-left: 2px solid var(--bg-1) !important;
  border-right: 2px solid var(--bg-1) !important;
}

#reviews .customer-profiles .profile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  width: 100%;
}

#reviews .left-section {
  width: 100%;
  gap: 20px;
  display: flex;
  align-items: center;
}

#reviews .right-section {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 45px;
}

@media (max-width: 992px) {
  #reviews .left-section {
    margin-top: 30px;
  }

  #reviews .right-section {
    justify-content: center;
  }
  #reviews .customer-slider {
    height: auto;
  }

  #reviews .customer-profiles .profile {
    width: 55px;
    height: 55px;
  }

  #reviews .reviews-heading h2 {
    font-size: 24px;
    padding: 30px 0px 30px 0px;
  }

  #reviews .customer-content h3 {
    font-size: 20px;
    margin-bottom: 0;
  }

  #reviews .navigation button {
    display: block;
    width: 33px;
    height: 33px;
  }

  #reviews .navigation button i {
    font-size: 16px;
  }

  #reviews .customer-content .content-icon img {
    width: 25px;
    height: 30px;
  }

  #reviews .customer-content p {
    margin-bottom: 10px;
  }
}
/* Reviews End */

/* News Latter Start */
#news-latter {
  width: 100%;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.1) 100%
    ),
    url(../img/bg.jpg) no-repeat center center / cover;
}

#news-latter .item {
  text-align: center;
}

#news-latter .item span {
  color: var(--text-color-1);
  background: var(--bg-1);
  font-size: 14px;
  font-family: var(--secondary-font);
  font-weight: 500;
  padding: 8px 20px;
  border-radius: 30px;
}

#news-latter .item .title {
  margin: 20px 0;
}

#news-latter .item h2 {
  color: var(--text-color-3);
  font-size: 30px;
  font-family: var(--primary-font);
  line-height: 35px;
  font-weight: bold;
  margin: 0px;
}

#news-latter .item .button {
  display: flex;
  gap: 12px;
  justify-content: center;
}

#news-latter .item .get-in {
  color: var(--text-color-1);
  font-size: 14px;
  font-family: var(--secondary-font);
  font-weight: 500;
  background: var(--secondary-color);
  border: 1px solid var(--secondary-color);
  padding: 10px 40px;
  border-radius: 30px;
  transition: 0.4s;
}

#news-latter .item .get-in:hover {
  background: transparent;
  border-color: var(--secondary-color);
  color: var(--text-color-3);
}

#news-latter .item .book-now {
  color: var(--text-color-3);
  font-size: 14px;
  font-family: var(--secondary-font);
  font-weight: 500;
  background: transparent;
  border: 1px solid var(--secondary-color);
  padding: 10px 40px;
  border-radius: 30px;
  transition: 0.4s;
}

#news-latter .item .book-now:hover {
  background: var(--secondary-color);
  border-color: var(--secondary-color);
  color: var(--text-color-1);
}

@media (max-width: 768px) {
  #news-latter .item h2 {
    font-size: 24px;
  }
}

@media (max-width: 576px) {
  #news-latter .item h1 {
    font-size: 22px;
  }
  #news-latter .item {
    padding: 0px 10px;
  }
}

/* News Latter End */
