*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}



a:hover{
  text-decoration: none;
}

.cta-btn {
  margin-top: 20px;
  border-radius: 2px;
  padding: 0.4rem 1.2rem;
  background: transparent;
  border: 1px solid #000;
  transition: all 0.3s ease;
  text-decoration: none;
  color: #000;  
}
.cta-btn:hover {
  background: rgb(0, 0, 0);
  color: #fff;
}
.white-cta {
  margin-top: 20px;
  border-radius: 2px;
  padding: 0.4rem 1.2rem;
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  transition: all 0.3s ease;
  text-decoration: none;
}
.white-cta:hover {
  background: #fff;
  color: #000;
}
/* Navigation bar styling */
.navbar {
  background-color: rgb(12, 36, 36);
  padding: 0.8rem 2rem;
}

.navbar-brand {
  font-family: "Great Vibes", cursive;
  font-size: 1.8rem;
  color: #fff !important;
}

.nav-link {
  color: #ddd !important;
  margin-left: 2rem;
  font-size: 1rem;
  transition: color 0.3s ease;
}

.nav-link:hover {
  color: #ffcc00 !important;
}

.navbar-toggler-icon{

}

@media (max-width: 992px) {
  .nav-link {
    margin-left: 0;
  }
}

/* Hero Section */
.hero {
  /* height: 70vh; */
  /* background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("https://images.unsplash.com/photo-1600585154340-be6161a56a0c")
      center/cover no-repeat; */
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  padding: 3px;
}
.hero .hero-img{
  width: 100%;
  height: 70vh;
  object-fit: cover;
}

.navbar-brand {
  color: #fff;
  font-family: "Great Vibes", cursive;
  font-size: 2rem;
}

.nav-link {
  color: #fff !important;
  margin-right: 1.5rem;
}

/* Show Case Section */
.show-section {
  background: #fff;
  border-radius: 20px;
  /* box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1); */
  padding: 2rem;
  margin: 0 auto;
}

.show-section h3 {
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.show-img {
  width: 100%;
  border-radius: 15px;
  object-fit: cover;
  height: 300px;
}

.details-section {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
  padding: 12px;
  width: 90%;
  justify-self: center;
}
.detail-left,
.detail-right {
  width: 40%;
}
.detail-left p {
  margin-top: 30px;
}
.details-section .line {
  height: 400px;
  width: 0.6px;
  border: 1px solid #646464;
}
/* .details-section .detail-right{
    width: 35%;
} */
.details-section .detail-right > ul {
  list-style: none;
  padding: 6px;
}
.details-section .detail-right > ul li {
  display: flex;
  align-items: center;
  gap: 20px;
}

/* Bedding Section Styling */
.bedding {
  padding: 4rem 2rem;
}
/* Products Section Style */
.card-container {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  padding: 2rem 5rem;
}
.card-container .product-card {
  width: 400px;
  border-radius: 15px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  background-color: #fff;
}
.card-container .product-card img {
  width: 100%;
  height: 75%;
  object-fit: cover;
}
.card-container .product-card .card-details {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 12px;
  width: 100%;
}
.card-container .product-card .card-details h3 {
  font-size: 1.2rem;
  margin-bottom: 8px;
}
.card-container .product-card .card-details p {
  font-size: 1rem;
  color: #ff0000;
  padding: 3px 12px;
  width: fit-content;
  border-radius: 9px;
  background-color: #e0e0e0;
}
/* Restro and dining section */
.our-services {
  padding: 4rem 5rem;
}
.our-services > p {
  width: 35%;
}
.services-images-container {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
  /* align-items: center; */
  gap: 100px;
}
.services-images {
  width: 50%;
  position: relative;
  box-shadow: -3px 2px 4px rgb(0, 0, 0);
  border-radius: 15px;
}
#services-img {
  width: 100%;
  object-fit: cover;
  border-radius: 15px;
}


#foods-list {
  margin-top: 50px;
}
#foods-list ul {
  list-style: none;
  padding: 0 12px;
  font-size: larger;
}
#foods-list ul li {
  border-bottom: 2px solid #ddd;
  margin-bottom: 9px;
}

/* Sauna Section */
.sauna {
  display: flex;
  /* align-items: center; */
  justify-content: space-around;
  /* color: white; */
  flex-wrap: wrap;
  margin-top: 100px;
  padding: 4rem 0.9rem;
  padding-top: 60px;
}
.sauna img {
  width: 30%;
  border-radius: 15px;
}
.sauna .sauna-text {
  width: 50%;
  padding: 50px 20px;
}




/* Testimonials Section */
.spad {
	padding-top: 100px;
	padding-bottom: 100px;
}
.section-title h1 {
	color: #242424;
	font-size: 3rem;
	font-weight: 400;
	line-height: 72px;
  padding-bottom: 13px;
}
.testimonial-author-item ul li a:hover .about-text {
	display: block;
}

.testimonial-author-item ul li a:hover .about-pic {
	margin-right: 32px;
}

/*---------------------
  Testimonial
-----------------------*/

/* .testimonial-item {
	margin-left: -40px;
	margin-right: -40px;
} */

.testimonial-item .single-testimonial-item {
	-webkit-box-shadow: 2px 15px 75px 6px #e8e8e8;
	box-shadow: 2px 15px 75px 6px #e8e8e8;
	padding-left: 40px;
	padding-top: 55px;
	padding-bottom: 45px;
	padding-right: 35px;
	margin-bottom: 52px;
	position: relative;
}

.testimonial-item .single-testimonial-item .test-date {
	color: #242424;
	font-size: 14px;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	letter-spacing: 1.2px;
	opacity: 0.5;
}

.testimonial-item .single-testimonial-item .test-rating {
	color: #ED8A19;
	font-size: 24px;
	margin-bottom: 10px;
}

.testimonial-item .single-testimonial-item .test-rating i {
	margin-right: 5px;
}

.testimonial-item .single-testimonial-item h4 {
	color: #242424;
	font-size: 24px;
	line-height: 50.03px;
}

.testimonial-item .single-testimonial-item p {
	font-size: 16px;
	color: #242424;
	line-height: 32px;
	letter-spacing: 0.2px;
}

.testimonial-author-item ul li {
	list-style: none;
	display: inline-block;
}

.testimonial-author-item ul li > a.active {
	opacity: 1;
}

.testimonial-author-item ul li > a.active .author-pic {
	margin-right: 32px;
}

.testimonial-author-item ul li > a.active .author-pic:after {
	opacity: 1;
}

.testimonial-author-item ul li > a.active .author-text {
	display: block;
	margin-right: 35px;
}

.testimonial-author-item ul li > a {
	display: block;
	opacity: 0.5;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.testimonial-author-item ul li > a:hover {
	opacity: 1;
}

.testimonial-author-item ul li > a .author-pic {
	float: left;
	margin-right: 20px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	position: relative;
}

.testimonial-author-item ul li > a .author-pic:after {
	position: absolute;
	left: 15px;
	top: -80px;
	width: 40px;
	height: 40px;
	background: #fff;
	content: "";
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	opacity: 0;
}

.testimonial-author-item ul li > a .author-pic img {
	height: 68px;
	width: 68px;
	border-radius: 50%;
}

.testimonial-author-item ul li > a .author-text {
	margin-top: 8px;
	display: none;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.testimonial-author-item ul li > a .author-text h5 {
	color: #ae9548;
	font-size: 18px;
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 24px;
}

.testimonial-author-item ul li > a .author-text h5 span {
	color: #242424;
	font-size: 16px;
	font-style: italic;
	letter-spacing: 0.2px;
	line-height: 24px;
	text-transform: capitalize;
	display: block;
}


/* Room overview Styling */
.room-overview {
  background-color: #8D8071;
  margin-top: 20px;
  margin-bottom: 2px;
  font-size: 1.5rem;
  color: #f4f4f4;
  align-content: center;
}
.room-overview > p {
  padding-top: 15px;
  padding-left: 20px;
  font-weight: 500;
}
.room-overview .images {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 15px;
}
.room-overview .images img {
  width: 33.29%;
  object-fit: cover;
}

/* Footer Section Styling */
footer {
  background-color: #07162D;
  color: #ddd;
  padding: 3rem 0;
}
footer .footer-content{
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
footer .footer-content .footer-section > h3{
  color: #FFC300;
}
footer .footer-content .about {
  width: 30%;
}
footer .footer-content .links > ul{
  list-style: none;
}
footer .footer-content .links a{
  color: #ddd;
  text-decoration: none;
}
footer .footer-content .links a:hover{
  color: #FFC300;
}
footer .footer-content .contact p{
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 12px;
}
footer .footer-content .contact p img{
  width: 20px;
  height: 20px;
}
footer .footer-bottom{
  margin-top: 20px;
  font-size: 0.9rem;
  color: #aaa;
  border-top: 1px solid #FFC300;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 20px 3px;
}
footer .footer-bottom .footer-bottom-links{
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  gap: 40px;
}
footer .footer-bottom .footer-bottom-links a{
  text-decoration: none;
  color: #ddd;
}
@media (max-width: 768px) {
  .hero {
    height: 40vh;
  }

  .facilities-section {
    top: -40px;
    padding: 1.5rem;
  }

  .details-section {
    flex-direction: column;
    gap: 40px;
  }
  .detail-left,
  .detail-right {
    width: 100%;
  }
  .details-section .line {
    height: 1px;
    width: 90%;
  }

  .card-container{
    padding: 0;
  }
  /* Our services section */
  .our-services {
    padding: 4rem 2rem;
  }
  .our-services > p {
    width: 100%;
  }
  .restro-dining-images {
    width: 90%;
    position: relative;
  }
  #restro-img {
    width: 100%;
    object-fit: cover;
    border-radius: 15px;
  }
  #dining-img {
    width: 40%;
    position: absolute;
    bottom: -40px;
    right: -40px;
    border-radius: 15px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  }

  #foods-list {
    margin-top: 50px;
  }
  #foods-list ul {
    list-style: none;
    padding: 0 12px;
    font-size: larger;
  }
  #foods-list ul li {
    border-bottom: 2px solid #ddd;
    margin-bottom: 9px;
  }

  /* Sauna Section */
  .sauna img {
    width: 100%;
    border-radius: 15px;
  }
  .sauna .sauna-text {
    width: 100%;
    padding: 20px 0;
  }
  footer .footer-content .about {
    width: 80%;
  }
}
