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

html,body{
  overflow-x: hidden;
}


@font-face {
  font-family: 'YekanBakh';
  src: url('./assets/fonts/YekanBakhEN05Medium.eot');
  src: url('./assets/fonts/YekanBakhEN05Medium.eot') format('embedded-opentype'),
    url('./assets/fonts/YekanBakhEN05Medium.woff2') format('woff2'),
    url('./assets/fonts/YekanBakhEN05Medium.woff') format('woff'),
    url('./assets/fonts/YekanBakhEN05Medium.ttf') format('truetype'),
    url('./assets/fonts/YekanBakhEN05Medium.svg#YekanBakhEN05Medium') format('svg');
}

.option{
  text-decoration: none;
}


body {
  direction: rtl;
  font-family: 'YekanBakh', sans-serif !important;
  background-color: #fdfde3;
  /* Light background color for body */
}

header {
  background-color: #A3801C;
  /* Main background color of navigation */
  padding: 10px 0;
  height: 70px;
}

.navbar-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.logo {
  position: absolute;
  height: 82px;
  top: 0;
}

.nav-links {
  display: flex;
  list-style: none;
}

.nav-links li {
  margin-left: 20px;
}

.nav-links a {
  text-decoration: none;
  color: #000;
  /* Text color */
  font-size: 16px;
}

.search-reserve {
  display: flex;
  align-items: center;
}

.reserve-btn {
  cursor: pointer;
}

.reserve-btn img {
  margin-right: 5px;
  height: 43px;
}

.search-box {
  margin-left: 10px;
}

.search-icon {
  width: 43px;
  height: 43px;
  cursor: pointer;
}

.slider-next-btn {
  cursor: pointer;
  background-image: url(./assets/images/ArrowRight.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 61px;
  height: 61px;
}

.slider-prev-btn {
  cursor: pointer;
  background-image: url(./assets/images/ArrowLeft.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 61px;
  height: 61px;
}

.main-slider {
  width: 87%;
  margin: 0 auto;
  margin-top: 52px;
  border-radius: 50px;
  background-color: #464749;
  padding: 16px;
  height: 540px;
}

.main-slider.room {
  margin-top: 0;
  margin-bottom: 370px;
  background-color: transparent;
}

.slider-images img {
  width: 100%;
  border-radius: 50px;
  height: 505px;
  object-fit: cover;
}

.main-slider.room img.slideee {
  height: 700px;
  border-radius: 30px;
}

.slider-images {
  position: relative;
  top: -250px;
  height: 100%;
  border-radius: 35px;
  overflow: hidden;
}

.slider-images video{
  width: 100%;
  border-radius: 35px;
}

.slider-control {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding-top: 250px;
  z-index: 99;
}


.booking-section {
  text-align: center;
  padding: 20px;
}



/* Grid Layout */
.options-grid {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.option {
  position: relative;
  width: 200px;
  height: 200px;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  padding: 20px;
  font-size: 18px;
}

.suite {
  background-color: #A3801C;
  transform: rotate(-10deg);
}

.villa {
  transform: rotate(-10deg);
  background-color: #464749;
}


.hotel-3star {
  transform: rotate(-10deg);
  background-color: #A3801C;
}

.hotel-5star {
  transform: rotate(-10deg);
  background-color: #464749;
}

.icon {
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
}

.option p {
  font-size: 16px;
  margin: 10px 0;
  font-weight: bold;
}

/* Triangle Icon */
.triangle {
  position: absolute;
  bottom: 10px;
  background-image: url(./assets/images/Shape3.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
}

.option .icon {
  transform: rotate(10deg);
}

.option p {
  transform: rotate(10deg) translateX(-10px);
}

.option .triangle {
  transform: rotate(10deg) translateX(-15px);
}

.booking-section2 {
  height: 446px;
  width: 75%;
  background-image: url(./assets/images/Background.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin: 0 auto;
  margin-bottom: 52px;
  margin-top: 186px;
}

.booking-section2-container {
  display: flex;
  justify-content: space-between;
}

.booking-section2-slider img {
  width: 429px;
  min-height: 327px;
  margin-left: 100px;
  border: 10px solid white;
  border-radius: 51px;
  
  box-shadow: 5px 5px 20px 8px rgb(0 0 0 / 36%);
}

.booking-section2-text {
  padding: 38px;
  padding-top: 135px;
  color: white;
}

.booking-section2-text p {
  text-align: justify;
  font-size: 15px;
  font-weight: normal;
  max-height: 200px;
  overflow-y: auto;
  padding: 10px;
  line-height: 29px;
}

.booking-section2-text h4 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
}

.booking-section2-controls {
  position: relative;
  top: -188px;
  display: flex;
  justify-content: space-between;
  margin-left: 77px;
  margin-right: -31px;
}

.utilities-section {
  padding-top: 70px;
  padding-bottom: 70px;
}

.utilities-section-container {
  min-height: 600px;
  margin: 0 auto;
  width: 80%;
  background-color: #595959;
  border-radius: 120px;
  transform: skew(0deg, -4deg);
}

.utilities-content {
  transform: skew(0deg, 4deg);
  padding: 100px 70px;
}



.utilities-box .description {
  color: #000000;
  padding: 10px;
  font-size: 13px;
  margin: 16px;
  margin-top: -29px;
  background-color: white;
  border-radius: 0 0 20px 20px;
}



.utilities-box .icon-box img {
  width: 100%;
  height: auto;
}

.utilities-boxes {
  display: flex;
  width: 80%;
  margin: 0 auto;
  text-align: center;
  gap: 16px;
}

.places-slider-background {
  height: 250px;
  background-color: #A3801C;
  width: 87%;
  margin: 0 auto;
  border-radius: 20px;
  margin-top: 200px;
}

.places-slider-container {
  display: flex;
  gap: 20px;
  justify-content: space-around;
  background-color: white;
  position: relative;
  margin: 0 auto;
  top: -332px;
  right: 43px;
  width: 88%;
  border-radius: 30px;
  height: 280px;
}

.places-slider-container img {
  width: 450px;
  height: 100%;
}

.places-slider-text {
  padding-top: 22px;
  width: 424px;
}

.places-slider-text h4 {
  font-size: 21px;
  font-weight: bold;
  color: #D8A522;
}

.places-slider-text h6 {
  font-size: 16px;
}

.places-slider-text p {
  font-size: 14px;
}

.places-slider-images {
  border: 9px solid white;
  border-radius: 36px;
  height: 344px;
  margin-top: -40px;
  width: 450px;
  background-size: cover;
  background-image: url('./Edited/12.webp');
  box-shadow: -5px 4px 20px 4px hsl(0deg 0% 0% / 25%);
}

.places-slider-btn {
  background-color: rgb(255 255 255 / 18%);
  padding: 6px;
  border-radius: 6px;
  color: white;
  cursor: pointer;
  min-width: 96px;
}

.places-slider-btn.active {
  background-color: #A3801C;
}

.places-slider-control {
  position: relative;
  margin: 0 auto;
  margin-top: -247px;
  display: flex;
  gap: 39px;
  text-align: center;
  justify-content: center;
}




.about-img img {
  width: 500px;
  border: 10px solid white;
  border-radius: 50px;
  transform: skew(5deg, 0deg);

  box-shadow: -7px -5px 19px 0px rgb(0 0 0 / 34%);
  position: relative;
  right: 70px;
}

.about-container {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  padding: 20px;
  background: linear-gradient(to left, #A3801C, #A3801CB2), url(./assets/images/back2.jpeg);
  border-radius: 50px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
}

.about-section {
  padding: 88px;
  width: 80%;
  margin: 0 auto;
  padding-top: 17px;
  padding-bottom: 31px;
}

.about-text {
  padding: 46px;
  padding-left: 5px;
  color: white;
  font-size: 15px;
  text-align: justify;
  overflow-y: auto;
  max-height: 100%;
}








.attributes-section-container {
  display: grid;
  align-content: center;
  justify-items: center;
  align-items: center;
  grid-template-rows: repeat(2, 1fr);
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: 16px;
  padding-left: 60px;
  padding-right: 60px;

  width: 80%;
  margin: 0 auto;
}

.attribute {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  text-align: center;

  padding: 10px;
  border-radius: 18px;
  border: 1px solid #ececec;
  background: linear-gradient(to bottom, #f8f6f6, #ffffff);
  width: 100%;
  box-shadow: 0px 5px 10px 3px rgb(0 0 0 / 8%);
}

.attribute img {
  background-color: #a4801b;
  padding: 4px;
  border-radius: 15px;
  width: 67px;
}

.attribute p {
  font-size: 20px;
  font-weight: bold;
}


/* Title Containers */
.attributes-title,
.about-title,
.utilities-title,
.booking-title,
.slider-title,
.attributes-title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 37px;
  margin-top: 40px;
  margin-bottom: 27px;
}

/* Line Under Titles */
.attributes-section .line,
.main-slider .line,
.about-section .line,
.utilities-section .line,
.booking-section .line,
.comment-section .line {
  width: 198px;
  height: 3px;
  background-color: #A3801C;
}

/* Section Headings */
.main-slider h2,
.attributes-section h2,
.about-section h2,
.utilities-section h2,
.booking-section h2,
.comment-section h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  padding: 6px 37px;
  border-radius: 15px;
  background-color: #A3801C;
}

.main-slider h1,
.attributes-section h1,
.about-section h1,
.utilities-section h1,
.booking-section h1,
.comment-section h1 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  padding: 6px 37px;
  border-radius: 15px;
  background-color: #A3801C;
}

.comment-section {
  min-height: 473px;
  background-color: #595959;
  padding-top: 16px;
  padding-bottom: 20px;
  margin-top: 80px;
  margin-bottom: 40px;
}


.review-carousel {
  display: flex;
  justify-content: center;
  gap: 15px;
  position: relative;
  overflow: hidden;
  padding: 78px;
  padding-top: 10px;
  padding-bottom: 29px;
}

.review-item {
  background-color: white;
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  width: 30%;
  text-align: right;
}

.review-header {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.review-header-center {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.review-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-left: 10px;
}

.review-name {
  font-family: 'YekanBakh', sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #515151;
}

.review-rating {
  margin-bottom: 10px;
}

.star {
  color: #a4801b;
  font-size: 20px;
}

.star.empty {
  color: #ccc;
}

.review-text {
  font-family: 'YekanBakh', sans-serif;
  font-size: 14px;
  color: #515151;
  line-height: 1.6;
}

.instagram-section {
  padding: 29px;
  margin: 58px;
  margin-top: 100px;
}

.about-text p{
  line-height: 31px;
}
.click-btn a{
  color: white;
  text-decoration: none;
}

.instagram-title {
  height: 108px;
  width: 69%;
  background-color: #a4801b;
  display: flex;
  justify-content: space-around;
  margin: 0 auto;
  border-radius: 24px;
}

.ins-logo img {
  width: 217px;
  margin-top: -52px;
}


.ins-text h3 {
  line-height: 108px;
  font-size: 25px;
  font-weight: bold;
  color: white;
  text-shadow: -2px 2px 7px hsl(0deg 0% 0% / 59%);
}

.click-btn {
  padding: 6px;
  padding-left: 26px;
  padding-right: 26px;
  background-color: #515151;
  font-size: 16px;
  color: white;
  font-weight: bold;
  border: 3px solid white;
  border-radius: 17px;
  cursor: pointer;
  transform: skew(-19deg, 0deg);
  margin-top: 31px;
}


footer {
  height: 627px;
  width: 100%;
  background-image: url(./assets/images/Background-Footer.svg);
  background-size: cover;
  background-position: left;
  background-repeat: no-repeat;
}


.footer-container {
  padding-top: 126px;
  padding-right: 57px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.footer-row {
  display: flex;
  gap: 6%;
}



.footer-copyright {
  margin: 0 auto;
  width: 60%;
  height: 57px;
  padding: 20px;
  text-align: center;
  border-radius: 41px 41px 0 0;
  background-color: #A3801C;
  color: white;

}

.footer-logo {
  width: 167px;
}

.footer-text {
  width: 278px;
  text-align: justify;
  color: white;
  font-size: 14px;
  padding: 9px;  
    line-height: 23px;
}

.footer-title {
  color: white;
  font-size: 18px;
  padding: 9px;
  border-bottom: 4px solid #a4801b;
  margin-bottom: 25px;
  margin-top: 57px;
}

.footer-contact {
  display: flex;
  color: white;
}

.footer-contact img {
  width: 50px;
  height: 50px;
  padding: 6px;
}

.footer-links li {
  list-style: none;
  margin-bottom: 10px;
}

.footer-links a {
  text-decoration: none;
  color: white;
}


/* ROOM */

/* Main Container */
.slider-text {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  border-radius: 15px;
  border: 1px solid #d3d3d3;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 99;
  position: relative;
  background-color: white;
  width: 56%;
  margin: 0 auto;
  margin-top: -494px;
}

/* Text and Icons Container */
.slider-text-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 88px;
}

/* Icon and Text Grouping */
.slider-text-icons {
  display: flex;
  gap: 50px;
}

.slider-text-icon {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  color: #333333;
  margin-bottom: 17px;
  margin-top: 17px;
}

.slider-text-icon img {
  width: 24px;
  height: 24px !important;

}

/* Buttons */
.slider-text-btns {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.slider-text-btn {
  padding: 10px 30px;
  border-radius: 10px;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.slider-text-btn.active {
  background-color: #A3801C;
  color: #ffffff;
}

.slider-text-btn:not(.active) {
  background-color: #d3d3d3;
  color: #666666;
}

.slider-text-btn:hover {
  background-color: #8a6f15;
  color: #ffffff;
}



.hotel-services {
  bottom: 144px;
  background-color: #fff;
  border-radius: 20px;
  padding: 30px;
  max-width: 77%;
  margin: 0 auto;
  box-shadow: 0 4px 11px 0px rgba(0, 0, 0, 0.1);
  padding-top: 0;
  position: relative;
  z-index: 1;
}

.hotel-services__header {
  background-color: #464646;
  color: white;
  padding: 7px 75px;
  border-radius: 0px 0px 25px 25px;
  display: inline-block;
  margin-bottom: 30px;
  margin-right: 30px;
}

.hotel-services__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  padding-right: 18px;
}

.hotel-services__item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.hotel-services__title {
  color: #8B7355;
  font-size: 1.2rem;
  font-weight: bold;
  margin: 0;
}

.hotel-services__description {
  color: #333;
  margin: 0;
  line-height: 1.5;
}

.hotel-services__container {
  padding: 20px;
}

.background-ribon {
  height: 129px;
  width: 84%;
  margin: 0 auto;
  background-color: #A3801C;
  border-radius: 30px;
  position: relative;
  top: 8px;
}

.hotel-services__item {
  flex: 1;
}

.hotel-services__item ul {
  list-style: none;
  padding: 0;
}

.hotel-services__item li {
  position: relative;
  font-size: 16px;
  color: #333333;
  margin-bottom: 10px;
  padding-left: 20px;
}

/* Custom Bullet Point */
.hotel-services__item li::before {
  content: '•';
  position: absolute;
  right: -17px;
  color: #A3801C;
  font-size: 20px;
  line-height: 1;
}

.comment-section .comment {
  width: 70%;
  margin: 0 auto;
  color: white;
  background-color: #a4801b;
  padding: 50px;
  border-radius: 30px;
}

.comment-section .comment p {
  margin-bottom: 20px;
}

.comment-section {
  height: 300px;
  margin-bottom: 119px;
}


.bottom-comment {
  width: 70%;
  margin: 0 auto;
  background-color: #ffffff;
  padding: 34px;
  border-radius: 30px;
  box-shadow: 0 4px 11px 0px rgba(0, 0, 0, 0.1);
  margin-top: 22px;
  text-align: center;
}

.card-container {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  padding: 20px;

}

/* Individual card styling */
.card {
  position: relative;
  width: 200px;
  height: 200px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease;
  border: 5px solid white;
  overflow: visible;
}

/* Image styling */
.card img {
  height: 100%;
  display: block;
  border-radius: 20px;
  object-fit: cover;
  width: 100%;
}

/* Caption styling */
.card-caption {
  transform: translateX(-50%);
  background-color: #A3801C;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  padding: 8px 20px;
  border-radius: 30px;
  text-align: center;
  width: calc(100% - 20px);
  box-sizing: border-box;
  border: 5px solid white;
  position: relative;
  top: -34px;
  left: 73px;
}

/* Hover effect */
.card:hover {
  transform: translateY(-5px);
}

.des-pag {
  text-align: justify;
  line-height: 37px;
}

.comment-section.res {
  min-height: 442px;
  margin-top: 0px;
}

.video-player {
  background-image: url(./assets/images/res.jpeg);
  width: 100%;
  height: 400px;
  background-size: cover;
}

.video-btn {
   /* background-image: url(./assets/images/IconPlay.png); */
  width: 50px;
  /* Adjust button size as needed */
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  z-index: 2;
  /* Ensure it appears above the overlay */
}

.video-player {
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  border-radius: 35px;

  display: flex;
  /* Add flexbox */
  align-items: center;
  /* Vertically center the button */
  justify-content: center;
  /* Horizontally center the button */
}

/* Use ::before to create the color overlay */
.video-player::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 35px;
  /*background-color: rgb(0 0 0 / 54%); */
  /* Set the semi-transparent overlay */
  z-index: 1;
  /* Place it above the background image */
}

.custom-container {
  display: flex;
  justify-content: space-around;
  margin-top: 20px;
  gap: 36px;
  position: relative;
  top: 61px;
  right: 15px;
}

.custom-card {
  position: relative;
  padding: 12px;
  background-color: #fff;
  border: 5px solid #333;
  border-radius: 29px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  padding-right: 21px;
  text-align: right;
}

.custom-card .custom-title {
  font-size: 18px;
  font-weight: bold;
  color: #946e32;
  /* Match title color */
}

.custom-card .custom-description {
  font-size: 14px;
  color: #666;
}

/* Circle icon style */
.custom-circle-icon {
  position: absolute;
  top: 22px;
  right: -33px;
  width: 50px;
  height: 50px;
  background-image: url(./assets/images/Shapes13.png);
  background-size: cover;
  background-repeat: no-repeat;
}


.menu-toggle {
  display: none;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
}


.nav-links {
  display: flex;
  list-style: none;
}

.nav-links li {
  margin: 0 10px;

}

.nav-links a {
  text-decoration: none;
  color: #000;
}

.close-btn {
  display: none;
}

.menu-logo::after,
.close-btn::after {
  display: none;
}

.menu-logo {
  display: none;
  text-align: center;
  margin-top: -22px !important;
}

.inMob{
  display: none;
}

.footer-copyright a{
  text-decoration: none;
  color: white;
}

.hotel-services__grid__container {
  display: flex;
  gap: 100px;
}

.hotel-services__grid__container img{
  width: 100%;
  min-width: 467px;
  border-radius: 25px;
}

.btn-reserve{
  text-decoration: none;
  color: white;
  padding: 13px;
  margin: 20px;
  cursor: pointer;
  border-radius: 20px;
  background-color: #a4801b;
  transition: all 0.3s ease-in-out;
  text-align: center !important;
}

.btn-reserve:hover{
  background-color: #464749;
}

.description p 
{
  width: 135px;
    min-height: 55px;
    text-align: center;
    margin: auto auto;
    padding-top: 11px;
}

.places-slider-text p{
  padding: 10px;
  line-height: 24px;
  overflow-y: auto;
  max-height: 189px;
}
.nav-links a{
  transition: all 0.3s ease-in-out;
}
.nav-links a:hover{
  color: #323232;
}

.register-heading{
  text-align: right;
  margin: 23px;
}

.slider-control-dots{
  text-align: center;
  width: 100%;
  display: flex
;
  gap: 9px;
  direction: ltr;
  justify-content: center;
  margin-top: 14px;
}

.slider-dot {
  width: 33px;
  height: 7px;
  background-color: #E7E7E7;
  border-radius: 37px;
}

.slider-dot.active {
  background-color: #D8A522;
}


/* Submenu styles */
.submenu {
  display: none;
  position: absolute;
  right: 23px;
  z-index: 1000;
  background-color: #a4801b;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  padding: 10px 0;
  list-style: none;
  min-width: 200px;
  top: 18px;
}

.submenu li {
  padding: 10px 20px; /* Spacing for submenu items */
  transition: background-color 0.3s ease-in-out; /* Smooth hover effect */
  border-radius: 20px;
}

.submenu li:hover {
  background-color: #f5f5f5; /* Highlight on hover */
}

.submenu a {
  text-decoration: none;
  color: #333; /* Slightly darker text color for contrast */
  font-size: 14px;
  display: block;
}

/* Desktop: Show submenu on hover */
.has-submenu {
  position: relative;
}

.has-submenu:hover .submenu {
  display: block;
}


.footer-contact p{
  display: flex
  ;
      align-items: center;
}

.footer-contact a {
  display: contents;
}

.custom-container a{
  color: #464646;
  font-weight: bold;
  text-decoration: none;
}

.star33{
  width: 170px;
}

a.card{
  text-decoration: none;
}