@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@200;300;400;500;600;700;800;900&display=swap');

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

header {
  background-color: white;
  z-index: 1000;
  padding: 30px;
  height: 150%;
}




@media (max-width: 480px) {
  .img1 {
    margin-left: -210px;
    margin-bottom: -130px;
    width: 100px;
    /* Adjust the width for mobile phones */
    height: 70px;
    /* Adjust the height for mobile phones */
  }
}
.card-content a {
  color: #484646;
  text-decoration: none;
}

.card-content a:hover {
  color: #484646;
  text-decoration: underline;
}

.card-content ul li {
  color: #484646;
}
.container {

  width: 80%;
  margin: auto;
}

.flex {
  display: flex;
  justify-content: space-between;
}

.column {
  flex: 4;
  margin: 0 20px;
  padding: 10px;
}

/* Medium devices (tablets, 768px and up) */
@media (max-width: 480px) {
  .flex {
    flex-direction: column;
  }

  .column {
    margin: 10px 0;
  }

  .nav-menu {
    display: none;
  }

  .nav-menu.active {
    display: block;
  }
}

/* Small devices (phones, 480px and up) */
@media (max-width: 480px) {
  .container {
    width: 100%;
    padding: 10px;
  }

  .heading h2 {
    font-size: 1.5rem;
  }

  .accordionItemContent p {
    font-size: 0.9rem;
  }

  .hambuger {
    display: block;
  }

  .nav-menu {
    display: none;
    flex-direction: column;
  }

  .nav-menu.active {
    display: block;
  }

  .image {

    width: 100%;
    height: auto;
  }

  .image img {
    width: 100%;
  }
}

.image img {
  max-width: 100%;

  height: auto;
}

.heading h2 {
  font-size: 1.5rem;
}

.container {
  padding: 10px;
}

.btn1 {
  padding: 10px 20px;
  font-size: 1rem;
}


.logo {
  background-image: url("NEW.png");
  background-size: contain;
  /* Ensure the logo fits within the container */
  background-repeat: no-repeat;
  width: 200px;
  /* Default width for larger screens */
  height: 200px;
  /* Default height for larger screens */
  display: block;
  /* Ensure the logo displays as a block element */
}



/* Adjust logo for mobile phones */
@media (max-width: 480px) {
  .logo {
    margin-left: -50px;
    margin-top: 10px;
    width: 150px;
    /* Adjust the width for mobile phones */
    height: 70px;
    /* Adjust the height for mobile phones */
  }
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

.container {
  max-width: 80%;
  margin: auto;

}

.head_container {
  max-width: 90%;
  margin: auto;
}

/*--------------header--------*/
/* Ensure header background color */
header {
  z-index: 1000;
  height: 8vh;
  background-color: rgb(226, 211, 166);

  justify-content: space-between;
  padding: 0 20px;
  /* Set your desired background color */
}

.header nav {
  display: flex;
  z-index: 1000;
  align-items: center;
  padding-top: 20px;
}

.nav-links {
  list-style: none;
  display: flex;
  color: #898585;
}

.nav-links li {
  margin: 0 15px;
}

.nav-links a {
  color: #222020;
  text-decoration: none;


}

.hamburger {
  margin-top: 15px;
  color: #b7afaf;
  display: none;
  flex-direction: column;
  cursor: pointer;
}

.hamburger span {
  height: 1px;
  width: 15px;
  background-color: black;
  /* Ensure the lines are colored correctly */
  margin-top: 5px;
  border-radius: 5px;
}

@media (max-width: 768px) {
  .nav-links {
    display: none;
    flex-direction: column;
    width: 100%;
    background-color: white;
    /* Match header background color */
    position: absolute;
    top: 8vh;
    /* Adjust top position to be below the header */
    left: 0;
  }

  .nav-links.active {
    display: flex;
  }

  .nav-links li {
    margin: 15px 0;
  }

  .hamburger {
    display: flex;
  }
}

.bar {
  display: block;
  width: 25px;
  height: 3px;
  margin: 5px auto;
  transition: all 0.3s ease-in-out;
  background-color: #5c5959;
}

header ul {
  display: flex;
  align-items: center;
}

header ul li {
  margin-left: 3rem;

}

header ul li a {

  font-weight: 400;
  color: #130c13(255, 255, 255);
  transition: 0.5s;
}

header ul li a:hover {
  color: #a29f99;
  font-weight: 100;
}

@media only screen and (max-width: 768px) {
  header ul {
    display: block;
    position: fixed;
    left: -100%;
    top: 5rem;
    flex-direction: column;
    background-color: rgb(29, 22, 22);
    width: 100%;
    border-radius: 10px;
    text-align: center;
    transition: 0.5s;
    box-shadow: 0 10px 27px rgba(0, 0, 0, 0.05);
    z-index: 20;
  }

  header ul.active {
    left: 0%;
  }

  header ul li {
    margin: 2.5rem 0;
  }

  header ul li a {
    color: black;
  }

  .hambuger {
    display: block;
    cursor: pointer;
  }

  .hambuger.active .bar:nth-child(2) {
    opacity: 0;
  }

  .hambuger.active .bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }

  .hambuger.active .bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
}

/*--------------header--------*/
/*--------------home--------*/
.home .image img {
  position: absolute;
  top: 10px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 80%;
}

.home .text {
  max-width: 50%;
  color: white;
  margin: 20% 0 0 10%;
}


.home h1 {
  color: white;
  margin-top: 20px;
  margin-left: 50px;
  margin-bottom: 10px;
  font-size: 50px;
  font-weight: 200;
}

.home p {
  color: #282626;
  font-weight: 400;
  line-height: 25px;
  font-family: sans-serif;
  font-size: 17px;
  margin-top: 450px;
  margin-left: 50px;
  margin-bottom: 100px;

}

button {
  padding: 20px 40px;
  background: none;
  outline: none;
  border: 2px solid white;
  color: white;
  margin-top: 20px;
}

.bt3 {

  color: rgb(123, 116, 116);
  padding: 10px 10px;
  border: 2px solid rgb(123, 116, 116);
  outline: none;

  position: center;
  overflow: hidden;



}

.bt2 {

  color: rgb(123, 116, 116);
  padding: 10px 10px;
  border: 2px solid rgb(123, 116, 116);
  outline: none;
  border-radius: 50px;
  margin-top: 50px;
  left: 50px;
  margin-left: 10px;
  position: relative;
  overflow: hidden;



}

.home button {
  margin-left: 50px;
}

.home .image_item {
  position: absolute;
  top: 20%;
  right: 20%;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}

.home .image_item img {
  width: 140px;
  height: 94px;
  margin: 10px;
  transition: 0.5s;
}

.home .image_item img.active {
  border: 2px solid white;
}

.home .box .text {
  position: center;
  margin-left: 100px;
  margin-top: 50px;
}



/*--------------home--------*/


.book .search input {
  background: none;
  border: none;
  font-weight: bold;
  font-size: 20px;
  margin-top: 40px;
}

/*--------------book--------*/
/*--------------about--------*/
.top {
  margin-top: 5%;
}

.mtop {
  margin-top: 5%;
}

.left,
.right {
  width: 100%;
}

.fixed-header {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: white;
  /* Adjust as needed */
  z-index: 1000;

  /* Ensure it sits on top of other elements */

  /* Optional: Adds a shadow for better visibility */
}

.about {
  margin-top: 200px;
  margin-bottom: 100px;
}

.about .img {
  position: relative;
}

.about .container {
  margin-top: 500px;
}

.about .image1 {
  width: 310px;
  height: 450px;




}

.about .image2 {
  width: 325px;
  height: 220px;
  position: absolute;
  bottom: 5px;
  z-index: 2;
  right: 30%;
}

.heading1 {

  position: relative;
}

.heading1::after {
  position: absolute;
  top: 10px;
  left: 0;
  content: '';
  width: 100px;
  height: 4px;
  background: #97855c;
}

.heading {
  position: relative;
}

.heading::after {
  position: absolute;
  top: 10;
  left: 0;
  content: '';
  width: 100px;
  height: 4px;
  background: #97855c;
}

.heading h5 {

  font-weight: 400;
  letter-spacing: 2px;
  padding-top: 20px;
  color: #5f5f5f;
}

.heading1 h5 {
  margin-top: 20px;
  font-weight: 400;
  letter-spacing: 2px;

  color: #5f5f5f;
}

.heading h2 {
  font-size: 30px;
  font-weight: 400;
  margin: 20px 0 40px 0;
  color: #5f5f5f;
}

.containerCOURSE {
  max-width: 80%;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.accordionWrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.column {
  width: 48%;
  /* Adjust the width as necessary */
}

.accordionItem {
  margin-bottom: 10px;
}

.accordionIHeading {
  cursor: pointer;
}

.accordionItemContent {
  display: none;
}

.accordionItem.open .accordionItemContent {
  display: block;
}

.heading p {
  margin-bottom: 20px;
  line-height: 25px;
  color: #5f5f5f;
  margin: 0 0 10px 10px;
}



.btn1 {
  color: #5f5f5f;

  background: linear-gradient(45deg, rgb(226, 211, 166), rgb(197, 197, 198));
  padding: 5px 10px;

  font-size: 12px;
  border-radius: 50px;
  display: inline-block;

  text-align: center;
}


/* .btn1 a {
  color: #312e2e;
  position: absolute;
  transform: translate(-50%, -30%);
  padding: 20px 40px;
    display: center;
  user-select: none;
  text-align: center;
} */


.room .container {
  max-width: 1200px;
  
  margin-left: 150px;
  padding: 40px 20px;

}
@media only screen and (max-width: 768px) {
  .room .container {
    max-width: 100%;
    margin-left: 10px;

  }
}
@media only screen and (max-width: 768px) {
 .about .container {
    max-width: 100%;
    margin-left: 10px;
 
  }
}
.card-grid {
  margin-top: 100px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}


.card {

  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: hidden;
}

.card h3 {
  background-color: white;
  color: #97855c;


  font-size: 30px;
  font-weight: bold;
  text-align: center;
  padding: 15px;
  margin: 0;
}

.card-content {
  padding: 20px;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s ease-in-out;
}

.card-content h4 {
  font-size: 18px;
  color: #5f5f5f;
  margin-top: 10px;
  margin-bottom: 5px;
}

.card-content ul {
  list-style-type: disc;
  padding-left: 20px;
  margin-bottom: 15px;
}

.contact-container {
  background-image: url('cover.png');
  /* Replace with your image path */
  background-size: cover;
  background-position: center;
  margin-top: 200px;
  margin-bottom: 200px;

  color: #5f5f5f;
  /* Text color for contrast */
}

.contact-info {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  margin-top: 100px;
  background-size: cover;
  background-position: center;
  background-color: rgba(226, 219, 219, 0.5);
  /* Semi-transparent background for better readability */
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.boxcon {
  margin-bottom: 20px;
}

.boxcon h3 {
  color: #5f5f5f;
  /* Title color to stand out */
}


.card-content ul li {
  font-size: 16px;
  line-height: 1.6;
}

.boxcon ul li {
  color: #3b3a38;
}

.footer {
  background-color: #f8f9fa;
  /* Example background color */
  padding: 20px 0;

  text-align: center;
}

.footer .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer .social-icons a {
  margin: 0 10px;
  color: #333;
  font-size: 20px;
}

.footer p {
  margin-top: 10px;
  font-size: 14px;
  color: #333;
}

/*--------------about--------*/
/*--------------wrapper--------*/
.wrapper {

  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 480px;
  position: relative;
}

.wrapper .text {
  background: #9a849d;
  padding: 50px;
  width: 40%;
  height: 600px;
  position: absolute;
  top: 13%;
  right: 10%;
  padding-top: 10%;
  color: #130c13;
}


/*--------------wrapper--------*/
/*--------------room--------*/


.room .grid {
  grid-template-columns: repeat(3, 1fr);
}

.room img {
  position: center;
  width: 300px;
  height: 300px;
  border-radius: 10px;
  object-fit: cover;

  display: block;
  margin: 0 auto;
  margin-top: 20px;

}

.room .box {

  max-height: 400px;
  /* Example value, adjust as needed */
  margin: 0 auto 100px;
  box-shadow: 0 13px 43px 0 rgb(37 46 89/10%);
}

.room .text {
  padding: 20px;
}

.room h3 {
  font-weight: 400;
  margin-bottom: 10px;
}


.restaurant img {
  width: 100%;
  height: 100%;
}

.restaurant .right {
  padding: 100px 100px 50px 10px;
}

.restaurant .left {
  padding: 100px 100px 50px 10px;
}

.restaurant h2 {
  margin-bottom: 20px;
  font-weight: 400;
}

.restaurant .text p {
  margin-bottom: 50px;
  line-height: 25px;
}

.accordionItem {
  margin-top: 30px;
}

.accordionItem p {
  font-size: 15px;
  opacity: 0.8;
  font-family: sans-serif;
  line-height: 20px;
}

.accordionIHeading {
  cursor: pointer;
  width: 100%;
  border-radius: 3px;
  font-weight: 400;
  font-size: 17px;
  color: #97855c;

  margin-bottom: 20px;
}

.close .accordionItemContent {
  height: 0px;
  transition: height 1s ease-out;
  transform: scaleY(0);
  float: left;
  display: block;
  background-color: #fff;
}

.open .accordionItemContent {
  padding: 30px;
  background-color: #fff;
  width: 100%;
  margin: 0 0 10px 0;
  display: block;
  transform: scaleY(1);
  transform-origin: top;
  transition: transform 0.4s ease;
  box-sizing: border-box;
  box-shadow: 0 13px 43px 0 rgb(37 46 89 / 10%);
}

/*--------------restaurant--------*/
/*--------------gallary--------*/
.gallary img {
  width: 270px;
  height: 350px;
}

.owl-carousel .owl-next,



.owl-carousel .owl-prev {
  height: 50px;
  position: absolute;
  width: 50px;
  cursor: pointer;
  top: 35%;
  background: white !important;
  transition: 0.5s;
}

.owl-carousel .owl-prev {
  left: 33px;
}

.owl-carousel .owl-next {
  right: 33px;
}

.owl-carousel .owl-next:hover,
.owl-carousel .owl-prev:hover {
  background: rgb(226, 211, 166) !important;
}

/*--------------gallary--------*/
/*--------------map--------*/
.map iframe {
  width: 100%;
}

/*--------------map--------*/
/*--------------footer--------*/
footer h3 {
  margin-bottom: 20px;
}

footer li {
  margin-bottom: 15px;
  transition: 0.5s;
}

footer {

  background-color: whitesmoke;
}

.footer a:hover {
  color: #ae9863;

  cursor: pointer;
}

/*--------------footer--------*/
@media only screen and (max-width:768px) {
  .home .box .text {
    max-width: 200%;
  }

}

@media only screen and (max-width:768px) {
  .grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .home .text {
    margin: 10% 0 0 0;
  }

  .text .h1 {
    color: #5f5f5f;
  }

  .home h1 {
    font-size: 40px;
  }

  .about p,
  .home p {
    margin: 50px 0 0 0;
  }

  .wrapper .text {
    padding: 10px;
    height: 600px;
  }

  .heading_top {
    margin-top: 100px;
  }

  .heading_top button {
    display: none;
  }

  .restaurant .flex {
    flex-direction: column-reverse;
  }
}



.flex1 {
  display: flex;
  justify-content: space-between;
}

a {

  text-decoration: none;
}

.flex {
  display: flex;
}

.flex_space {

  display: flex;
  justify-content: space-between;
}


.center-container {

  align-items: center;
  text-align: center;

}

.accordionWrapper {
  display: flex;
  flex-wrap: wrap;
}

.column {
  flex: 1;
}

/* Styles for mobile devices */
@media (max-width: 767px) {
  .accordionWrapper {
    display: block;
  }

  .column {
    width: 100%;
  }
}

header {

  height: 10vh;
  line-height: 10vh;
  padding: 0 20px;
}


header ul {

  display: flex;

}

header ul li {

  display: flex;
  text-transform: uppercase;
}

header ul li a {

  color: rgb(10, 6, 6);
  margin: 0 10px;
  transition: 0.5s;
}

header ul li a:hover {

  color: #ae9863;
}

header i {
  margin: 0 20px;
}

header button {
  padding: 13px 40px;
}

input,
span,
a,
select,
h3,
h1,
textarea,
option,
main,
aside,
article,
section,
p,
nav,
pre {
  box-sizing: content-box;


}

.checkbox-group {
  display: flex;
  align-items: center;
}

.checkbox-group input[type="checkbox"] {
  margin: 0 5px;
}

.checkbox-group label {
  margin-right: 15px;
  font-size: 16px;
  color: #585658;
}


.container2 {



  background-image: url("11838626.jpg");
  background-position: center;
  display: flex;
  background-repeat: no-repeat;

  margin-bottom: 100px;
}

.center {
  position: relative;
  padding: 35px;
  background: white;
  border-top: solid 2px gray;
  border-bottom: solid 2px gray;
  border-radius: 10px;
  margin-bottom: 10px;
  margin-top: 150px;
  margin-left: 100px;


}

.center .inputbox {
  position: relative;
  top: 10px;
  left: 15px;

  margin-top: 20px;
  margin-right: 20px;

}

.center .inputbox select {
  position: center;
  top: 0;
  left: 0;
  width: 70%;
  border: 1px solid #625f64;
  outline: none;
  background: none;
  padding: 5px;
  border-radius: 10px;
  font-size: 1.2em;
}



.center .inputbox input {
  position: center;
  top: 0;
  left: 0;

  width: 70%;
  border: 1px solid #625f64;
  outline: none;
  background: none;
  padding: 5px;
  border-radius: 10px;
  font-size: 1.2em;
}

.inputbox select option {
  color: #625f64;

}

.inputbox select {
  color: #625f64;

}

.inputbox input {
  color: #625f64;

}



.center .inputbox span {
  position: absolute;
  top: 10px;
  left: 20px;
  text-align: center;
  font-size: 1em;
  transition: 0.5s;
  color: #625f64;
  font-family: sans-serif;
}

.center .inputbox input:focus~span,
.center .inputbox input:valid~span {
  transform: translateX(-13px) translateY(-30px);
  font-size: 1em;
}

.center .inputbox [type="submit"] {

  background: linear-gradient(45deg, rgb(226, 211, 166), rgb(197, 197, 198));
  color: #5f5f5f;
  border: #fff;
}

.center .inputbox:hover [type="submit"] {
  background: linear-gradient(45deg, rgb(226, 211, 166), rgb(197, 197, 198));
}


.img1 {

  width: 100%;
  padding-left: 220px;
  height: 500px;

}

@media only screen and (max-width: 768px) {
 .containerCOURSE {
    max-width: 100%;
    margin-left: 30px;
  
  }
}
.img {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;

  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 0 10px 25px #625f64(0, 0, 0, .25);
}

body {

  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  padding: 0;
  box-sizing: border-box;
}

/* Mobile Styles */
@media (max-width: 768px) {
  .checkbox-group {
    flex-direction: column;
    align-items: flex-start;
  }

  .center {
    margin-top: 100px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 20px;
  }

  .center .inputbox {
    margin-right: 0;
    margin-top: 15px;
  }

  .center .inputbox select,
  .center .inputbox input {
    width: 80%;
  }

  .center h1 {
    font-size: 1.5em;
    letter-spacing: 3px;
  }
}

@media (max-width: 480px) {
  .center {
    padding: 15px;
  }

  .center h1 {
    font-size: 1.2em;
    letter-spacing: 2px;
  }
}
.center h1 {
  font-size: 2em;
  margin-bottom: 10px;
  padding: 10px;
  color: #625f64;
  letter-spacing: 5px;
  margin-left: 10px;
  font-weight: bold;
  padding-left: 10px;
}