@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&display=swap");

html {
  direction: ltr;
}
html[dir="rtl"] {
  direction: rtl;
  body {
    font-family: "Cairo", sans-serif;
  }
}

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

:root {
  --links: #eff2f6;
  --color-black-88: rgba(0, 0, 0, 0.88);
  --color-blue-gray-700: rgba(70, 86, 114, 1);
  --color-white: rgba(255, 255, 255, 1);
  --color-gold-500: rgba(171, 138, 66, 1);
  --color-blue-gray-500: rgba(99, 121, 161, 1);
  --color-gray-50: rgba(229, 231, 235, 1);
  --color-gray-400: rgba(157, 171, 196, 1);
  --color-gray-200: rgba(218, 223, 232, 1);
  --font-size-sm: 14px;
  --line-height-base: 24px;
  --line-height-sm: 22px;
}

a {
  text-decoration: none;
  color: inherit;
  list-style: none;
}

li {
  list-style: none;
}

ul {
  padding: 0;
}

img {
  max-width: 100%;
}

/* start components */
.overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.3),
    rgba(0, 0, 0, 0.8)
  );
}

.card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 1)
  );
}

.heading-section {
  font-size: 48px;
  line-height: 70px;
  color: var(--color-black-88);
  text-align: center;
  font-weight: 600;
}

/* start special-card */
.special-card {
  position: relative;
  background-color: var(--color-white);
  z-index: 20 ;
}

.special-card .cards {
  position: relative;
  z-index: 150;
}

.special-card .card {
  transition:
    transform 0.3s ease,
    shadow 0.3s ease;
}

.card-favourite .btn {
  width: 40px;
  height: 40px;
}

.card-header-img .arrow-btn {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-gold-500);
  transition: 0.3s;
  border: 1px solid var(--color-gray-200);
}

.special-card .feature-details small {
  display: flex;
  align-items: center;
  color: var(--color-blue-gray-700);
}

.special-card .contact-info small {
  color: var(--color-black-88);
}

.special-card .contact-info span {
  color: rgba(99, 121, 161, 1);
}

.special-card .feature-info .price {
  font-size: 24px;
}

.special-card .card .night {
  color: rgba(127, 145, 178, 1) !important;
  font-size: var(--font-size-sm);
}

.special-card .card a {
  text-decoration: none;
}

.special-card .card-favourite .rate {
  margin-inline-start: 15px;
}

.special-card .card-favourite .btn {
  margin-inline-end: 15px;
}

.special-card .card .card-desc p {
  line-height: var(--line-height-base);
}

.special-card .card .card-arrows a {
  background-color: var(--color-gold-500);
}

.special-card .card .card-buttons a:first-child {
  background-color: var(--color-white);
  color: var(--color-gold-500);
  border: 1px solid var(--color-gold-500);
}

.special-card .card .card-buttons a:last-child {
  background-color: var(--color-gold-500);
  color: var(--color-white);
  border: 1px solid var(--color-gold-500);
}

.special-card .card .card-buttons a:first-child:hover,
.card .card-buttons a:last-child:hover {
  background-color: black;
  transition: 0.3s;
}

.special-card .card .card-buttons a:first-child:hover {
  color: var(--color-white);
}

.special-card .card .card-buttons a:last-child:hover {
  color: var(--color-gold-500);
}

.special-card .btn-explore {
  color: var(--color-gold-500);
  background-color: #fff;
  border: 1px solid #dadfe8;
  border-radius: 8px;
  font-weight: 500;
  transition: 0.3s;
}

.special-card .btn-explore:hover {
  background-color: var(--color-gold-500);
  color: #fff;
}
/* end special-card */

.divider {
  height: 1px;
  background-color: var(--color-gray-200);
}

.section-padding {
  padding-top: 100px;
  padding-bottom: 100px;
}

/* end components */

/* start our branches */
.branches .card-title h3 {
  font-size: 24px;
}

.branches .rate {
  width: 107px !important;
  height: 30px !important;
  background-color: var(--color-gold-500) !important;
}

.branches .rate span {
  color: var(--color-white);
}
/* end our branches */

/* start unforgettable experiences */
.unforgettable-experiences {
  background-image: url(/html-template/assets/images/Unforgettable/section\ image.png);
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.unforgettable-experiences h2 {
  color: var(--color-white);
}

.unforgettable-experiences .card-one,
.unforgettable-experiences .card-two,
.unforgettable-experiences .card-three {
  min-height: 400px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  border: 1px solid var(--color-gold-500);
}

.unforgettable-experiences .card-one {
  background-image: url(/html-template/assets/images/Unforgettable/card\ one.jpg);
}

.unforgettable-experiences .card-two {
  background-image: url(/html-template/assets/images/Unforgettable/card\ two.jpg);
}

.unforgettable-experiences .card-three {
  background-image: url(/html-template/assets/images/Unforgettable/card\ three.jpg);
}

.card-content {
  bottom: 20px;
  z-index: 2;
  color: #fff;
}
/* end unforgettable experiences */

/* start featured room */
.featured-rooms .card-desc p {
  color: var(--color-black-88);
}
/* end featured room */

/* start Amenities */
.amenities {
  padding: 80px 0;
  background-color: var(--color-white);
}

.amenity-card {
  transition: transform 0.3s ease;
}

.amenity-card:hover {
  transform: translateY(-5px);
}

.amenity-card .icon-box {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: rgba(248, 245, 239, 1);
  margin: 0 auto;
}

.amenity-card .service-name {
  color: var(--color-black-88);
  font-size: 18px;
  line-height: 1.4;
}

.amenity-card .service-desc {
  color: var(--color-blue-gray-700);
  font-size: 14px;
  line-height: 1.5;
  max-width: 210px;
  margin: 0 auto;
}
/* end Amenities */

/* start contact us*/
.contact-us {
  padding: 100px 0;
  background-color: #fafafa;
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.contact-us .form-card {
  background-color: var(--color-white);
  border: 1px solid var(--color-gray-200);
  transition: transform 0.3s ease;
}

.contact-us .form-card input,
.contact-us .form-card textarea {
  width: 100%;
  margin-top: 6px;
  border: 1px solid rgba(157, 171, 196, 0.5);
  border-radius: 7px;
  padding: 12px;
  transition: all 0.3s ease;
}

.contact-us .form-card input:focus,
.contact-us .form-card textarea:focus {
  outline: none;
  border-color: var(--color-gold-500);
  box-shadow: 0 0 0 3px rgba(var(--primary-rgb), 0.1);
}

.contact-us .send-button {
  color: var(--color-white);
  background-color: var(--color-gold-500);
  padding: 15px;
  cursor: pointer;
  transition: 0.3s;
}

.contact-us .form-card span {
  color: var(--color-gold-500);
}

.contact-us .send-button:hover {
  background-color: var(--secondary-color);
  transform: translateY(-2px);
  color: var(--color-gold-500);
  border: 1px solid var(--color-gold-500) !important;
}

.card-one,
.card-two,
.card-three {
  height: 700px;
  background-size: cover;
  background-position: center;
  transition: 0.5s ease;
}

.contact-us .card-one {
  background-image: url(/html-template/assets/images/contactUs/1.png);
}

.contact-us .card-two {
  background-image: url(/html-template/assets/images/contactUs/2.jpg);
}

.card-one:hover,
.card-two:hover,
.card-three:hover {
  transform: scale(1.02);
}
/* end contact us*/

/* start most liked */
.most-liked .card-view {
  background-color: var(--color-white);
  color: var(--color-gold-500);
  border: 1px solid var(--color-gold-500);
}
/* end most liked */

/* start review */
.review {
  min-height: 622px;
  height: auto;
  background-color: rgba(13, 9, 6, 1);
}

.review h2 {
  color: var(--color-white);
}

.review p {
  color: rgba(188, 197, 215, 1);
  line-height: var(--line-height-base);
  font-size: 16px;
}

.review .card {
  max-width: 405px;
  width: 100%;
  min-height: 280px;
  height: auto;
  background-color: rgba(51, 36, 24, 1);
  padding: 25px 20px;
  border: 1px solid var(--color-gold-500);
  border-radius: 15px;
}

.review .card .client-info {
  color: var(--color-white);
}

.review .card .client-info img {
  border-radius: 50%;
  border: 1px solid var(--color-gold-500);
  object-fit: cover;
}

.review .review-content {
  max-width: 358px;
  width: 100%;
  margin: 0 auto;
  font-style: italic;
}

.review ul {
  list-style: none;
  padding: 0;
}
/* end review */

/* start dream stay */
.dream-stay {
  min-height: 498px;
  background-image: url(/html-template/assets/images/dreamStay.png);
  background-size: cover;
  background-position: center;
}

.dream-stay .overlay {
  background: rgba(31, 23, 22, 0.5);
  z-index: 1;
}

.dream-stay .container {
  z-index: 2;
}

.dream-stay p {
  color: rgba(239, 242, 246, 1);
}

.dream-stay .started-free {
  border: 1px solid #dadfe8;
  width: 172px;
  height: 40px;
  color: white;
}

.dream-stay .book-button {
  height: 40px;
  background-color: var(--color-gold-500);
  color: white;
}

.dream-stay .card h2 {
  font-size: 30px;
  line-height: 38px;
}

.dream-stay .card span {
  font-size: var(--font-size-sm);
  line-height: var(--line-height-sm);
}

.dream-stay .started-free,
.dream-stay .book-button {
  transition: all 0.3s ease;
}

.dream-stay .started-free:hover,
.dream-stay .book-button:hover {
  transform: scale(1.05);
}

.dream-stay .started-free img {
  transition: transform 0.3s ease;
}

.dream-stay .started-free:hover img {
  transform: translateX(5px);
}
html[dir="rtl"] .dream-stay .started-free:hover img {
  transform: translateX(-5px);
}

/* end dream stay */

/* start question */
.questions {
  min-height: 626px;
}

.questions .card {
  width: calc(50% - 20px);
  min-width: 300px;
  height: auto;
  align-self: flex-start;
  transition: background-color 0.3s ease;
  margin-bottom: 20px;
  background-color: transparent;
}

.questions .card p {
  width: 100%;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  margin: 0;
  padding-top: 0;
  transition:
    max-height 0.4s ease,
    opacity 0.3s ease,
    padding 0.3s ease;
}

.questions .card p.show {
  max-height: 300px;
  opacity: 1;
  padding-top: 1rem;
}

.questions .card.active {
  background-color: rgba(250, 250, 250, 1);
  border-radius: 8px;
}
/* end question */

/* start blogs bage */
.blogs .card-favourite {
  inset-inline-end: 20px;
}

.blogs .blog-date {
  font-size: var(--font-size-sm);
  color: var(--color-blue-gray-500);
  line-height: var(--line-height-sm);
}

.blogs .card-buttons a {
  background-color: var(--color-white) !important;
  color: var(--color-gold-500) !important;
}

.blogs .card-buttons a:hover {
  background-color: black !important;
}

/* end blogs bage */

/* start ourbranches page */
.our-branches-page {
  padding: 100px 0;
}

.lang-switch {
  cursor: pointer;
}
/* end ourbranches page */

/* Swiper Custom Styles */
.cards-swiper {
  width: 100%;
  overflow: visible;
}

.cards-swiper .swiper-wrapper {
  display: flex;
  align-items: stretch;
}

.cards-swiper .swiper-slide {
  height: auto;
  display: flex;
  align-items: stretch;
}

.cards-swiper .swiper-slide > div {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.cards-swiper .swiper-slide .card {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.cards-swiper ~ * .card-arrows button,
.cards .card-arrows button {
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 10;
}

.cards .card-arrows button:hover {
  opacity: 0.8;
  transform: scale(1.1);
}

.card-header-img .card-arrows {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  inset-inline: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
  z-index: 10;
  pointer-events: none;
}

.card-header-img .card-arrows button {
  pointer-events: all;
  cursor: pointer;
  transition: all 0.3s ease;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

[dir="rtl"] .card-header-img .card-arrows button img {
  transform: rotate(180deg);
}

.card-header-img {
  position: relative;
  overflow: hidden;
  height: 220px;
}

.card-header-img .inner-photo-swiper {
  margin: -1rem;
  margin-bottom: 0;
}

.branch-card-img {
  height: 240px;
  object-fit: cover;
  display: block;
  width: 100%;
}

.card-favourite {
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  z-index: 10;
  width: 100%;
}

.card-arrows {
  z-index: 11;
  width: 100%;
  left: 0 !important;
}

.card-favourite button img {
  object-fit: contain;
}

[dir="rtl"] .swiper {
  direction: rtl !important;
}

.swiper-wrapper {
  box-sizing: border-box !important;
}


.calendar-days-grid {
  display: grid;
  grid-template-columns: repeat(7 , 1fr);
  gap: 5px;
  text-align: center;
  font-size: 13px;
}

.main-swiper-navigation {
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 10;
  pointer-events: none;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
}

.main-nav-btn {
  pointer-events: all;
  border: none;
  width: 32px;
  height: 32px;
  cursor: pointer;
  transition: 0.3s;
  background-color: var(--color-gold-500);
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-nav-btn {
  margin-inline-start: 5px;
}

[dir="rtl"] .main-nav-btn img,
[dir="rtl"] .main-nav-btn i {
  transform: rotate(180deg);
}

  .main-nav-btn:hover {
    opacity: 0.8;
  }

.main-nav-btn:first-child {
  position: relative;
  inset-inline-end: 10px;
}

.main-nav-btn:last-child {
  position: relative;
  inset-inline-start: 10px;
}

@media (max-width: 768px) {
  .card-arrows .arrow-btn {
    display: none;
  }
}
