/* body {
            background-color: #1C1C24;
            color: white;
            margin: 0;
            font-family: 'Segoe UI', sans-serif;
            overflow-x: hidden;
        } */


        .primary_bgcolor_landing {
  background: #67553c;
}
.primary_color_landing{
  color: #67553c;}
.secondery_color_landing{
  color: #929292;
}
.btn-primary-border{
  border: 1px solid #67553c;
}


.main-container-hero {
  max-width: 100vw !important;
  overflow: hidden;
  align-content: center;
  display: flex;
}

.hero-section {
  height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  background-color: black;
  color: white;
  margin: 0;
  font-family: "Segoe UI", sans-serif;
  overflow-x: hidden;
}

.hero-text h1 {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.3;
}

.hero-section .line {
  display: inline-block;
  height: 2px;
  width: 120px;
  /*  */
  margin-top: 3.5rem;
}
.hero-buttons {
  margin-top: 2rem;
}

.btn-outline-light {
  padding: 0.35rem 1.5rem;
  font-size: 0.9rem;
  letter-spacing: 1px;
  border-radius: 0;
}

.btn-outline-light:hover {
  background-color: #c5a880;
  color: white;
}

.btn-circle {
  width: 40px;
  height: 40px;
  border: 1px solid white;
  border-radius: 50%;
  background: transparent;
  color: white;
  font-size: 1.2rem;
  margin-left: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-circle:hover {
  background-color: #c5a880;
  color: white;
}

.hero-img img {
  width: 81%;
  max-height: 402px;
  object-fit: cover;
  border-radius: 8px;
  margin-right: 5rem;
}

.default-padding {
  padding: 0 6rem;
}

.side-logo-img {
  position: absolute;
  top: 5px;
  left: 6rem;
  width: 100px;
  height: 100px;
  background-image: url(./img/hotel_logo.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
}

.side-full-img {
  position: absolute;
  right: 0;
  top: 0;
  height: 100vh;
  width: 33%;
  /* Adjust width as needed */
  /* background-image: url("<?= ROOT ?>/assets/images/imgLanding/hero-sec-img (1).png"); */

  /* Replace with your second image */
  background-size: cover;
  background-position: center;
  z-index: -1;
}

@media (min-width: 767px) and (max-width: 992px) {
  .side-full-img {
    width: 250px;
  }

  .hero-img img {
    display: none;
  }

  .hero-text {
    z-index: 1;
  }
}

@media (max-width: 767px) {
  .hero-text {
    z-index: 1;
  }

  .hero-text h1 {
    font-size: 2rem;
  }

  .side-full-img {
    width: 200px;
  }

  .hero-img img {
    width: 248px;
    height: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    
  }

  .default-padding {
    padding: 0 2rem;
  }

  .side-logo-img {
    left: 2rem;
  }
}

.social-links {
  margin-top: 20px;
}

.social-links a {
  display: inline-block;
  width: 35px;
  height: 35px;
  background-color: #333;
  color: #fff;
  text-align: center;
  line-height: 35px;
  border-radius: 50%;
  margin-right: 10px;
  transition: all 0.3s ease;
}

.social-links a:hover {
  background-color: #c5a880;
  transform: translateY(-3px);
}

/* ----------about us---------- */
body {
  background: #f8f8f8;
}

.ftco-section {
  padding: 5em 0;
  position: relative;
  width: 100%;
  overflow-x: hidden;
}

.ftco-about-section .f-services {
  width: 100%;
  padding: 0;
}

.ftco-about-section .img {
  height: 230px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.ftco-about-section .f-services .text {
  background: #fff;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0px 5px 25px -2px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 5px 25px -2px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 5px 25px -2px rgba(0, 0, 0, 0.06);
}

.ftco-about-section .f-services .icon {
  margin-bottom: 8px;
}

.ftco-about-section .f-services .icon span {
  font-size: 60px;
  line-height: 1.2;
  /* color: #c5a880; */
}

.ftco-about-section .f-services .text h3,
.ftco-about-section .f-services .text .h3 {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 10px;
}

.ftco-about-section .f-services {
  width: 100%;
  padding: 0;
}

.heading-section .subheading {
  font-size: 13px;
  display: block;
  margin-bottom: 5px;
  /* color: #c5a880; */
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
}

.heading-section h2,
.heading-section .h2 {
  font-size: 64px;
  font-weight: 400;
  line-height: 1.4;
  font-family: serif;
}

/* .btn.btn-primary {
  background: #c5a880 !important;
  border: 1px solid #c5a880 !important;
  color: #fff !important;
} */

.ftco-about-section .f-services .icon span {
  font-size: 60px;
  line-height: 1.2;
  /* color: #c5a880; */
}

.text h3 {
  font-size: 24px;
  margin-bottom: 10px;
  line-height: 1.5;
  color: rgb(48, 48, 48);
  font-weight: 400;
  font-family: serif;
}

.text p {
  color: #9d9d9d;
}

.ftco-about-section .f-services .text:hover {
  background: #1c1c1c;
}

.text:hover h3 {
  color: #fff;
}

/* ----------service section ------- */
.heading-section .subheading {
  font-size: 13px;
  display: block;
  margin-bottom: 5px;
  /* color: #c5a880; */
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
}

.heading-section h2,
.heading-section .h2 {
  font-size: 64px;
  font-weight: 400;
  line-height: 1.4;
}

.services {
  width: 100%;
  background: #fff;
  padding: 30px 20px;
  border-radius: 50% 50% 50% 0;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0px 5px 25px -2px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 5px 25px -2px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 5px 25px -2px rgba(0, 0, 0, 0.06);
}

.services .icon span {
  font-size: 70px;
  line-height: 1.2;
  /* color: #c5a880; */
}

.services:hover .icon span {
  color: #fff;
}

       .hp-room-section{
        padding: 0 6rem !important;
      }

.services:hover .text h2,
.services:hover .text .h2 {
  color: #fff;
}

.align-items-stretch a {
  text-decoration: none;
  color: #212529;
  outline: none !important;
}

.services .text h2,
.services .text .h2 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
  font-family: "Nunito", Arial, sans-serif;
}

.services .icon {
  margin-bottom: 8px;
}

.services:hover {
  background: #c5a880;
  -webkit-box-shadow: 0px 5px 25px -2px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 5px 25px -2px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 5px 25px -2px rgba(0, 0, 0, 0.18);
}

.align-items-stretch a:hover,
.align-items-stretch a:focus,
button:hover,
button:focus {
  text-decoration: none;
  color: #c5a880;
  outline: none !important;
}

@media (max-width: 1199.98px) {
  .services {
    margin-bottom: 20px;
  }
}

@media (max-width: 767.98px) {
  .services {
    border-radius: 2px;
    margin-bottom: 10px;
  }
        .hp-room-section{
        padding: 0 1.5rem !important;
      }
       .hero-img{
        display: none ;
      }
}

.ftco-intro {
  color: rgba(255, 255, 255, 0.8);
  z-index: 0;
  position: relative;
  padding: 1rem 0;
}

.ftco-intro .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  opacity: 0.9;
  background: #222222;
  z-index: -1;
}

.ftco-intro .subheading {
  font-size: 13px;
  display: block;
  margin-bottom: 5px;
  /* color: #c5a880; */
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
}

.ftco-intro h1,
.ftco-intro .h1 {
  color: #fff;
  font-weight: 400;
}

.btn.btn-primary {
  /* background: #c5a880 !important;
  border: 1px solid #c5a880 !important; */
  /* color: #fff !important; */
}

/* =-----------products start----------- */
.hp-room-items {
  margin-left: -15px;
  margin-right: -15px;
  overflow: hidden;
}

.hp-room-items .hp-room-item {
  height: 518px;
  margin-right: -15px;
  position: relative;
  overflow: hidden;
  margin-bottom: 5rem;
  /* margin-top: 5rem; */
}

.hp-room-items .hp-room-item .hr-text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 30px;
  background: rgba(0, 0, 0, 0.6);
  transform: translateY(100%);
  transition: transform 0.5s ease-in-out;
  height: 100%;
  opacity: 0;
}

.hp-room-items .hp-room-item:hover .hr-text {
  transform: translateY(0);
  opacity: 1;
}

.hp-room-items .hp-room-item .hr-text h3 {
  color: #ffffff;
  margin-bottom: 15px;
}

.hp-room-items .hp-room-item .hr-text h2 {
  /* color: #dfa974; */
  font-weight: 700;
  margin-bottom: 50px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.hp-room-items .hp-room-item .hr-text h2 span {
  font-family: "Cabin", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
}

.hp-room-items .hp-room-item .hr-text table {
  margin-bottom: 30px;
}

.hp-room-items .hp-room-item .hr-text table tbody tr td.r-o {
  width: 120px;
}

.hp-room-items .hp-room-item .hr-text table tbody tr td {
  font-size: 16px;
  color: #ffffff;
  line-height: 1.5;
}

.primary-btn {
  display: inline-block;
  font-size: 13px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  position: relative;
}

.primary-btn:hover {
  color: #dfa974;
  text-decoration: none;
}

.hp-room-items .hp-room-item .hr-text .primary-btn:after {
  background: #ffffff;
}

.primary-btn:after {
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 2px;
  background: #dfa974;
  content: "";
}

/* -------------------footer starts------- */
footer {
  color: #f0f0f0;
  /* padding: 50px 0 20px; */
  font-family: Arial, sans-serif;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  /* padding: 0 20px; */
}

.footer-section {
  flex: 1;
  min-width: 250px;
  margin-bottom: 30px;
  /* padding: 0rem 2rem; */
}

.heading-section h2 {
  color: #212529 !important;
  font-size: 64px;
  font-weight: 400;
  line-height: 1.4;
}

.footer-section h3 {
  color: #c5a880;
  font-size: 1.2em;
  margin-bottom: 20px;
  position: relative;
}

.footer-section p {
  list-style: none;
  padding: 0;
}

.footer-section p {
  margin-bottom: 10px;
}

.footer-section p {
  color: #575757;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-section h3 {
  font-size: 13px;
  display: block;
  margin-bottom: 5px;
  color: #c5a880;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
}

.social-links {
  margin-bottom: 20px;
}

.social-links a {
  display: inline-block;
  width: 35px;
  height: 35px;
  background-color: #333;
  color: #fff;
  text-align: center;
  line-height: 35px;
  border-radius: 30%;
  margin-right: 10px;
  transition: all 0.3s ease;
}

.social-links a:hover {
  background-color: #c5a880;
  transform: translateY(-3px);
  color: white;
}

@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
  }

  .footer-section {
    margin-bottom: 30px;
  }

  .back-to-top {
    right: 10px;
    bottom: 10px;
  }
}
