:root {
  --main-color: #ad9fa1;
  --second-color: black;
}

body {
  overflow-x: hidden;
  font-family: "Playfair Display", serif;
  font-family: "cairo", sans-serif;
}
html {
  scroll-behavior: smooth;
}
.navbar {
  position: fixed;
  background-color: white !important;
  width: 100%;
  left: 0;
}
.sec-home .navbar-brand {
  display: flex;
  align-items: center;
  gap: 10px;
}
.sec-home .navbar-toggler,
.sec-home .navbar-toggler:focus {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}
.sec-home .navbar-brand img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.sec-home .navbar-brand h3 {
  margin: 0;
  font-family: "Playfair Display", serif;
  color: black;
  font-size: 25px;
  font-weight: bold;
}
.sec-home .navbar-brand h3 span {
  color: var(--main-color);
}
.sec-home .nav-link {
  position: relative;
  font-size: 13px;
  margin: 0px !important;
  color: black !important;
}
.sec-home .nav-link::after {
  content: "";
  position: absolute;
  width: 0px;
  height: 2px;
  bottom: 0px;
  left: 0;
  background-color: #b18d5f;
  transition: width 0.3s ease;
}
.sec-home .nav-link:hover {
  color: var(--main-color) !important;
}
@media (min-width: 991px) {
  .sec-home .nav-link {
    position: relative;
    font-size: 15px;
    margin: 5px 0px !important;
    color: black !important;
  }
  .sec-home .nav-link {
    margin: 0 5px !important;
  }
  .sec-home .nav-link:hover::after {
    width: 100%;
  }
  .sec-home .booking:hover {
    margin-bottom: 10px;
    color: white !important;
  }
}
.sec-home .booking {
  display: flex;
  justify-content: center;
  gap: 15px;
  align-items: center;
  font-size: 15px;
  background: var(--main-color);
  color: white;
  margin-right: 20px;
  padding: 8px 13px;
  border-radius: 25px;
  transition: all 0.3s ease-in-out;
}

/* end section  nav */

/* start section home */
.hero-slider {
  width: 100%;
  height: 80vh;
  position: relative;
}

.hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: zoomEffect 8s ease-in-out infinite;
}

@keyframes zoomEffect {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.08);
  }
  100% {
    transform: scale(1);
  }
}

.hero-content {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  padding: 20px;
}
.hero-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.3),
    rgba(0, 0, 0, 0.6)
  );
  z-index: 1;
}
.hero-slide * {
  z-index: 2;
}

.hero-content h2 {
  font-size: 50px;
  margin-bottom: 20px;
  font-weight: bold;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.6);
}

.hero-content p {
  font-size: 18px;
  margin-top: 10px;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
}
@media (max-width: 750px) {
  .hero-content h2 {
    font-size: 40px;
    margin-bottom: 20px;
    font-weight: bold;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.6);
  }

  .hero-content p {
    font-size: 16px;
    margin-top: 10px;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
  }
}
@media (max-width: 500px) {
  .hero-content h2 {
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: bold;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.6);
  }

  .hero-content p {
    font-size: 15px;
    margin-top: 10px;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
  }
}

/* Buttons */
.hero-button {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  gap: 10px;
  margin-top: 20px;
  background: var(--main-color);
  padding: 10px 25px !important;
  border-radius: 50px;
  transition: 0.3s ease;
}

.hero-button:hover {
  transform: translateY(-5px);
}

/* Pagination */
.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: white;
  opacity: 0.5;
  border: 2px solid var(--main-color);
  transition: 0.3s ease;
}

.swiper-pagination-bullet-active {
  background: var(--main-color);
  opacity: 1;
}

/* Arrows */
.swiper-button-next,
.swiper-button-prev {
  color: var(--main-color) !important;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgb(177 141 95 / 30%) !important;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  font-size: 25px !important;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  font-size: 25px !important;
}
/* end section home */

/* start section latest-offers */
.latest-offers {
  background-color: #f7f3ec;
  padding: 60px 0;
}
.latest-offers h2 {
  font-size: 40px;
  font-weight: 900;
  margin-bottom: 15px;
}
.latest-offers p {
  color: rgb(75 85 99);
  font-size: 18px;
}

.latest-offers-slider .swiper-slide {
  display: flex;
  justify-content: center;
}
.latest-offers-slider .swiper-slide {
  display: flex;
  justify-content: center;
}

/* Offer Card */
.latest-offers .offer-card {
  position: relative;
  width: 100%;
  max-width: 325px;
  height: 400px;
  background-size: 100%;
  background-position: center;
  border-radius: 15px;
  overflow: hidden;
  transition: 0.3s;
}

/* Zoom Image on Hover */
.latest-offers .offer-card:hover {
  background-size: 105%;
  /* transform: scale(1.02); */
}

/* Overlay */
.latest-offers .offer-card:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  transition: background 0.5s ease;
}

.latest-offers .offer-card:hover:after {
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.7) 100%
  );
}

/* Offer Content Text */
.latest-offers .offer-content {
  position: absolute;
  bottom: -200px; /* يبدأ تحت الكارت */
  left: 0;
  width: 100%;
  padding: 15px;
  color: white;
  text-align: right;
  padding: 0 23px;
  z-index: 2;
  transition: all 0.5s ease;
}

/* Move text up on hover */
.latest-offers .offer-card:hover .offer-content {
  bottom: 20px; /* المكان النهائي داخل الكارت */
}

/* Typography */
.latest-offers .offer-content h3 {
  font-size: 30px;
  color: white;
  font-weight: 900;
  margin-bottom: 5px;
}

.latest-offers .offer-content p {
  font-size: 17px;
  color: #fff;
  margin-bottom: 15px;
}
.latest-offers .bookingg {
  font-size: 16px;
  background: var(--main-color);
  color: white !important;
  text-decoration: none;
  cursor: pointer;
  padding: 8px 12px;
  margin-bottom: 20px;
  border-radius: 25px;
}

.latest-offers .latest-offers-slider .swiper-pagination {
  position: relative; /* بدل absolute */
  margin-top: 25px; /* المسافة من السلايدر */
  bottom: auto; /* إزالة أي bottom سابق */
  text-align: center;
}

/* الحجم الافتراضي للـ bullets */
.latest-offers .latest-offers-slider .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #ad9fa1;
  border: none;
  opacity: 0.5;
  transition: all 0.3s ease;
  margin: 0 5px;
}

/* البصلة النشطة */
.latest-offers
  .latest-offers-slider
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 20px; /* أكبر من الباقي */
  height: 10px;
  opacity: 1;
  border-radius: 40%; /* شكل دائري */
}

/* end section latest-offers */

/*  start section Our services  */
.our-services {
  padding: 80px 0;
  background-color: rgb(249 250 251);
}
.our-services h2 {
  font-size: 45px;
  font-weight: 900;
  margin-bottom: 10px;
}
.our-services p {
  color: rgb(75 85 99);
  font-size: 20px;
}
.our-services .service-card {
  border-radius: 15px;
  margin-bottom: 20px;
  overflow: hidden;
  box-shadow: 1px 1px 15px rgb(0 0 0 / 10%);
}
.our-services .service-image {
  position: relative;
  width: 100%;
  height: 300px;
  background-position: center;
  background-size: cover;
}
.our-services .service-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    to top,
    rgb(0 0 0 / 60%) 0%,
    rgb(0 0 0 / 0%) 100%
  );
}
.our-services .service-image .cont {
  z-index: 3;
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: white;
}
.our-services .service-image .cont h4 {
  font-size: 30px;
  font-weight: 900;
  padding: 0;
  margin: 0;
}
.our-services .service-image .cont h3 {
  font-size: 18px;
}
.our-services .service-card .service-content {
  padding: 20px;
}
.our-services .service-card .service-content p {
  color: black;
  font-size: 17px;
}
.our-services .service-card .service-content .divs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.our-services .service-card .service-content .divs div {
  background: rgb(247 243 239);
  border-radius: 25px;
  padding: 5px 10px;
  font-size: 15px;
  color: rgb(177 141 95);
}
.our-services .service-card .service-content .bot {
  margin-top: 10px;
  width: 100%;
  background: linear-gradient(135deg, #b18d5f 0%, #96744c 100%);
  color: black;
  text-align: center;
  border-radius: 10px;
  display: block;
  text-decoration: none;
  padding: 10px;
}
/*  end section Our services  */

/* start section Booking appointment */
.Booking-appointment {
  background: #f9f6f0;
  padding: 60px 0;
  display: flex;
  justify-content: center;
}
.Booking-appointment h2 {
  font-size: 50px;
  font-weight: 900;
  margin-bottom: 10px;
}
.Booking-appointment p {
  color: rgb(75 85 99);
  font-size: 17px;
  margin-bottom: 40px;
}

.Booking-appointment form {
  width: 800px;
  background-color: white;
  border-radius: 20px;
  border: 1px solid rgb(200 200 200);
  padding: 25px;
  box-shadow: 1px 1px 15px rgb(0 0 0 / 10%);
}
.Booking-appointment form .inputs {
  display: flex;
  gap: 15px;
}
@media (max-width: 500px) {
  .Booking-appointment form .inputs {
    display: block;
    gap: 15px;
  }
}
.Booking-appointment form input,
.Booking-appointment form select,
.Booking-appointment form textarea {
  width: 100%;
  border: 1px solid rgb(200 200 200);
  border-radius: 10px;
  padding: 10px 15px;
  font-size: 16px;
  outline: none;
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
}
.Booking-appointment form input:focus,
.Booking-appointment form select:focus,
.Booking-appointment form textarea:focus {
  border-color: var(--main-color);
}
.Booking-appointment form textarea {
  resize: none;
  height: 100px;
}
.Booking-appointment form button {
  width: 100%;
  background: linear-gradient(135deg, #867b7d 0%, rgb(190, 174, 154) 100%);
  color: black;
}

.Booking-appointment form .labet {
  position: absolute;
  top: 20px;
  right: 15px;
  transform: translateY(-50%);
  pointer-events: none;
  transition: all 0.3s ease-in-out;
  background-color: white;
  padding: 0 5px;
}
.Booking-appointment form input:focus + .labet {
  top: 0px;
}

.Booking-appointment .btn-submit {
  width: auto;
  padding: 10px 20px;
  border-radius: 25px;
  color: white;
  border: none;
  font-size: 18px;
}
/* end section Booking appointment */

/* start section Opinions */
.opinions {
  padding: 60px 0;
  background-color: rgb(249 250 251);
}
.opinions h2 {
  font-size: 45px;
  font-weight: 900;
  margin-bottom: 10px;
}
.opinions p {
  color: rgb(75 85 99);
  font-size: 20px;
  margin-bottom: 50px;
}
.opinions .opinion-card {
  position: relative;
  margin-bottom: 20px;
  background-color: white;
  border-radius: 15px;
  padding: 20px;
  box-shadow: 1px 1px 15px rgb(0 0 0 / 10%);
}
.opinions .opinion-card::after {
  content: '"';
  font-size: 4rem;
  position: absolute;
  top: -1rem;
  right: 1rem;
  color: #f59e0b;
  opacity: 0.2;
}
.opinions .opinion-card p {
  font-size: 18px;
  color: rgb(75 85 99);
  margin-bottom: 20px;
}

.opinions .opinion-card .connt {
  display: flex;
  gap: 10px;
  align-items: center;
}
.opinions .opinion-card .connt .i {
  background: rgb(247 243 239);
  width: 15px;
  height: 15px;
  padding: 15px;
  border-radius: 50%;
  margin: 0;
  color: rgb(177 141 95);
}
.opinions .opinion-card .connt h5 {
  margin: 0;
  font-size: 25px;
  font-weight: 900;
}
.opinions .opinion-card .connt h6 {
  font-size: 13px;
  color: rgb(107 114 128);
  margin: 0;
  padding: 0;
}

/* end section Opinions */

/* start section Contact us */
.contact-us {
  padding: 60px 0;
  background-color: rgb(255 255 255);
}
.contact-us h2 {
  font-size: 45px;
  font-weight: 900;
  /* margin-bottom: 10px; */
}
.contact-us p {
  color: rgb(75 85 99);
  font-size: 20px;
  margin-bottom: 40px;
}
.contact-us .contact-card {
  display: flex;
  gap: 15px;
  /* align-items: ; */
  margin-bottom: 25px;
}
.contact-us .contact-card .i {
  background: rgb(247 243 239);
  width: 15px;
  height: 15px;
  padding: 15px;
  border-radius: 50%;
  margin: 0;
  color: #ad9fa1;
}
.contact-us .contact-card h5 {
  font-size: 28px;
  font-weight: 900;
  color: black;
}
.contact-us .contact-card h6 {
  color: rgb(75 85 99);
  font-size: 18px;
}
/* end section Contact us */

/* start section footer */
.footer {
  background-color: rgb(20 20 20);
  padding: 50px 0;
  color: white;
}
.footer h4 {
  color: var(--main-color);
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer .i {
  color: var(--main-color);
}
.footer h6 {
  color: rgb(200 200 200);
  font-size: 19px;
  margin-bottom: 15px;
  transition: 0.3s;
}
.footer h6:hover {
  color: var(--main-color);
}
.footer a {
  text-decoration: none;
  color: rgb(200 200 200);
  font-size: 18px;
  cursor: pointer;
  display: block;
  margin-bottom: 20px;
  display: flex;
  gap: 10px;
  align-items: center;
  transition: 0.3s;
}
.footer a:hover {
  color: var(--main-color) !important;
}
.footer .links {
  display: flex;
  flex-direction: row;
  gap: 25px;
}
.footer .links a {
  font-size: 30px;
}

/* end section footer */

/* start scroll top */

.scroll-top-btn {
  position: fixed;
  bottom: 25px;
  right: 25px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #c5a574; /* لون ذهبي فاخر */
  color: white;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transition: 0.3s ease;
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  z-index: 1000;
}

.scroll-top-btn.show {
  opacity: 1;
  pointer-events: auto;
}

.scroll-top-btn:hover {
  transform: scale(1.1);
}

.contact-phone {
  position: fixed;
  /* background: white; */
  left: 20px;
  bottom: 20px;
  z-index: 999999;
}

.contact-phone .whats {
  font-size: 25px;
  background: #25d366;
  color: white;
  padding: 15px;
  border-radius: 50%;
  margin-bottom: 15px;
}
.contact-phone .phone {
  font-size: 25px;
  background: #ad9fa1;
  color: black;
  padding: 15px;
  border-radius: 50%;
}

/* end scroll top */

/* start header-details */
.header-details {
  height: 80vh;
  width: 100%;
  position: relative;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
.header-details::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.3),
    rgba(0, 0, 0, 0.6)
  );
  z-index: 1;
}
.header-details * {
  z-index: 2;
}
.header-details .details-content {
  position: absolute;
  top: 60%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  padding: 20px;
}
.header-details .details-content h2 {
  font-size: 50px;
  margin-bottom: 20px;
  font-weight: bold;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.6);
}
.header-details .details-content p {
  font-size: 20px;
  font-weight: 700;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
}

.sec-details {
  padding: 80px 0;
  background-color: #f9fafb;
}
.sec-details .title h2 {
  margin-bottom: -15px;
  font-size: 50px;
  font-weight: 900;
}

.sec-details .title .line {
  background: linear-gradient(to right, #b18d5f, transparent);
  display: inline-block;
  width: 100px;
  height: 3px;
  margin-bottom: 70px;
}

.sec-details .details-crud {
  background-color: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  transition: 0.4s;
}

.sec-details .details-crud:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.sec-details .details-crud .img {
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
}
.sec-details .details-crud .img img {
  width: 100%;
  transition: transform 0.3s ease;
  border-radius: 10px;
}
.sec-details .details-crud:hover .img img {
  border-radius: 10px;
  transform: scale(1.05);
}
.sec-details .details-crud h4 {
  margin-top: 20px;
  color: black;
  font-size: 22px;
}
.sec-details .details-crud p {
  color: rgb(75 85 99);
  font-size: 18px;
}
.sec-details .details-crud .divs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  /* margin-top: 15px; */
}
.sec-details .details-crud .divs div {
  background: rgb(247 243 239);
  color: rgb(177 141 95);
  padding: 3px 8px;
  font-size: 15px;
  border-radius: 18px;
}
.sec-details .details-crud .p {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  margin-top: 11px;
  color: rgb(75 85 99);
}
/* end header-details */

/* start section offers */
.offers {
  padding: 80px 0;
  background-color: rgb(249 250 251);
}
.offers .title h2 {
  /* margin-bottom: -15px; */
  font-size: 50px;
  font-weight: 900;
}
.offers .title p {
  color: rgb(75 85 99);
  font-size: 20px;
  margin-bottom: 70px;
}
.offers .offers-curd {
  background-color: white;
  /* padding: 20px; */
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  /* transition: 0.4s; */
  overflow: hidden;
}
.offers .offers-curd img {
  width: 100%;
  /* border-radius: 10px; */
}
.offers .offers-curd h4 {
  margin: 15px;
  color: black;
}
.offers .offers-curd p {
  margin: 15px;
  color: rgb(75 85 99);
}
.offers .offers-curd a {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  margin-right: 20px;
  text-decoration: none;
  color: #b18d5f;
  transition: 0.4s;
}
.offers .offers-curd a:hover {
  color: rgb(30 42 59);
}

/* end section offers */

/* start section  */
.space {
  display: flex;
  justify-content: center;
  text-align: center;
  padding: 80px 20px;
  background: #ad9fa1;
  color: #ffffff;
}
.space h3 {
font-size: 50px;
    font-weight: bolder;
}
.space p {
font-size: 20px;
    margin-top: 10px;
}
.space a {
text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-direction: row;
    background-color: #ffffff;
    color: #b18d5f;
        padding: 10px 20px;
    border-radius: 42px;
    font-size: 20px;
    text-decoration: none;
    gap: 10px;
}
/* end section */
