@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;
}

html,
body {
  font-family: 'Roboto Slab', serif;
  scroll-behavior: smooth;
  background-color:#f2f1ed;
  /* background-color:#373434; */
}


li {
  list-style: none;
}

a {
  text-decoration: none;
}

.container {
  max-width: 80%;
  margin: auto;
}

.head_container {
   /* max-width: 90%; */
 
  margin: auto;
}

/*--------------header--------*/
header {
  /* height: 16vh; */
  background-color:rgb(86, 88, 194);
  background-color:#373434;
  background-color:#f2f1ed;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  /* your chosen color */
  z-index: 1000; /* keeps it above other elements */
 
}

.logo img {
  width: 10rem;
}
 

header nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  /* background-color: ; */
  text-align: center;
}

.hambuger {
  display: none;
}

.bar {
  display: block;
  width: 25px;
  height: 3px;
  margin: 5px auto;
  transition: all 0.3s ease-in-out;
  background-color: #3b3b3b;
}


header ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header ul li {
  margin-left: 3rem;
  color: white;
}

header ul li a {
  font-size: 1rem;
  font-weight: 400;
 
  transition: 0.5s;color: #000000;
 
  
}

header ul li a:hover {
  color: #C1B086;
}

@media only screen and (max-width: 768px) {
  header ul {
    display: block;
    position: fixed;
    left: -100%;
    top: 7rem;
    flex-direction: column;
    background-color: #373434;
    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;
    height: 77%;
      
    font-size: 2.3rem;
  }

  header ul.active {
    left: 0%;
  }

  header ul li {
    margin: 2.5rem 0;
  }

  header ul li a {
    color: rgb(232, 232, 232);
  }

  .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--------*/
.head_container{
  background-image: url("../image/bg15.jpg");  
  background-size: cover; /* makes image cover the full area */
  background-position: center; /* centers the image */
  background-repeat: no-repeat; /* prevents tiling */
  background-attachment: fixed;

height: 95vh;
width: 100%;
align-items: center;
background-color: #f2f1ed;

}
 
.home .box{

  /* flex: 1 1 25rem; */
  /* background-color: rgb(0, 0, 0,0.5); */
width: 100%;
background-color: rgba(0, 0, 0, 0.2);
height: 100%;
/* height:100vh; */
display: flex;
justify-content: center;
align-items: center;
text-align: center;
background-attachment: fixed;

}
.home .text {
  /* max-width: 50%; */
   
  /* margin: 15% 0 0 10%; */
  color: #f2f1ed;
  /* color: #373434; */
  background-attachment: fixed;

}

.home h1 {
  font-size: 60px;
  font-weight: 400;
}

.home p {
  font-weight: 400;
  line-height: 25px;
  font-family: sans-serif;
  font-size: 17px;
  margin: 10px 0 0 50px;
}

button {
  padding: 15px 40px;
  background: none;
  outline: none;
  border: 2px solid white;
  border-radius: 50px;
  color: white;
  
}

.home button {
  margin-left: 50px;
}

 

 
 
 

.home .box .text::after {
  /* position: absolute;
  content: 'H';
  font-size: 500px;
  top: -120%;
  font-weight: bold;
  opacity: 0.1; */
}

/*--------------home--------*/
/*--------------book--------*/
.flex {
  display: flex;
}

.grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
}

.book {
  margin-top: 3%;
  width: 100%;
  height: 20vh;
  color: white;
}

.book .input {
  background: #242e5a;
  padding: 20px 20px 40px 20px;
}

.book .search {
  background: #3f9cc1;
  padding: 20px;
  cursor: pointer;
}

input {
  width: 100%;
  padding: 15px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  outline: none;
  background: #263760;
  margin-top: 20px;
  color: white;
}

::placeholder {
  color: white;
}

.book .search {
  width: 20%;
}

.book .search input {
  background: none;
  border: none;
  font-weight: bold;
  font-size: 20px;
  margin-top: 40px;
}

/*--------------book--------*/
/*--------------about--------*/
.top {
  margin-top: 10%;
}

.mtop {
  margin-top: 5%;
}

.left, .right {
  width: 50%;
}

.about {
  margin-bottom: 50px;
 
}

.about .img {
  position: relative;
}

.about .image1 {
  width: 310px;
  height: 450px;
}

.about .image2 {
  width: 325px;
  height: 220px;
  position: absolute;
  bottom: 5px;
  z-index: 2;
  right: 30%;
}

.heading {
  position: relative;
}

.heading::after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100px;
  height: 4px;
  background: #373434;
}

.heading h5 {
  font-weight: 400;
  letter-spacing: 2px;
  padding-top: 20px;
  color: #373434;
}

.heading h2 {
  font-size: 30px;
  font-weight: 400;
  margin: 20px 0 40px 0;
  color: #373434;;
}

.heading p {
  margin-bottom: 20px;
  line-height: 25px;
  color: #5f5f5f;
  margin: 0 0 20px 50px;
}

.heading .btn1 {
  /* margin: 50px 0 20px 50px;
   */
   
}

.btn1 {
  background: #373434;
  color: #f2f1ed;
   

}

/*--------------about--------*/
/*--------------wrapper--------*/
.wrapper {
  background-image: url("../image/ami.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 480px;
  position: relative;
}

.wrapper .text {
  background: #3f9cc1;
  padding: 50px;
  width: 40%;
  height: 600px;
  position: absolute;
  top: -13%;
  right: 10%;
  padding-top: 10%;
  color: white;
}

.wrapper .content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-row-gap: 30px;
}

.wrapper h2 {
  font-weight: 400;
}

.wrapper p {
  margin: 20px 0 50px 0;
  line-height: 30px;
}

.wrapper i {
  margin: 5px 20px 0 0;
}

/*--------------wrapper--------*/
/*--------------room--------*/
.flex1 {
  display: flex;
  justify-content: space-between;
}

.room .grid {
  grid-template-columns: repeat(3, 1fr);
}

.room img {
  width: 100%;
  height: 100%;
}

.room .box {
  box-shadow: 0 13px 43px 0 rgb(37 46 89/10%);
}

.room .text {
  padding: 20px;
}

.room h3 {
  font-weight: 400;
  margin-bottom: 10px;
}

.room p span {
  font-size: 12px;
  color: grey;
}

.room p {
  font-size: 20px;
}

/*--------------room--------*/
/*--------------wrapper2--------*/
.wrapper2 {
  background-image: url("../image/w1.jpg");
}

.wrapper2 .text {
  left: 10%;
}

.wrapper2 h5,
.wrapper2 h2 {
  color: white;
}

.wrapper2 img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 20px;
}

.wrapper2 .para h5 {
  font-size: 13px;
  font-weight: 300;
  margin-top: 5px;
}

.wrapper2 .para {
  margin-left: 10%;
}

/*--------------wrapper2--------*/
/*--------------restaurant--------*/
.restaurant img {
  width: 100%;
  height: 100%;
}
 

.restaurant .right {
  padding: 50px 50px 50px 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.restaurant h2 {
  margin-bottom: 30px;
  font-weight: 800;
  color: #373434;
  font-size: 2rem;
}
.accordionWrapper h2 {
  font-size: 1.2rem;
}

.restaurant .text p {
  margin-bottom: 50px;
  line-height: 25px;
  font-style: italic;
}

.accordionItem {
  margin-top: 30px;
}

.accordionItem p {
  font-size: 15px;
  opacity: 0.8;
  font-family: sans-serif;
  line-height: 20px;
  font-style: italic;
}

.accordionIHeading {
  cursor: pointer;
  width: 100%;
  border-radius: 3px;
  font-weight: 400;
  font-size: 30px;
  color: #C1B086;
  margin-bottom: 20px;
}

.close .accordionItemContent {
  height: 0px;
  transition: height 1s ease-out;
  transform: scaleY(0);
  float: left;
  display: block;
  background-color: #e5e5e5;

}

.open .accordionItemContent {
  padding: 30px;
  border-radius: 1rem;
  background-color:#373434;
  width: 100%;
  margin: 0 0 10px 0;
  display: block;
  transform: scaleY(1);
  transform-origin: top;
  color: #f6f6f6;
  transition: transform 0.4s ease;
  box-sizing: border-box;
  box-shadow: 0 13px 43px 0 rgb(37 46 89 / 10%);
}

/*--------------restaurant--------*/
/*--------------booknow--------*/

.booknow {
 
  /* margin: 4rem 0; */
  /* height: 100vh; */
  background-image: url("../image/home1.jpg");  
  background-size: cover; /* makes image cover the full area */
  background-position: center; /* centers the image */
  background-repeat: no-repeat; /* prevents tiling */
  background-attachment: fixed;

height: 70vh;
width: 100%;
 
 
}.booknow .booknow-box{
 
  font-family: "Great Vibes", cursive;
  font-size: 1.5rem;
  font-style:italic;
  text-align: center;
  display: flex;
 
  justify-content: center;
  width: 100%;
  align-items: center;
  height: 100%;

}

.booknow-box .booknow1
{
color: #f2f1ed;
font-weight: 100;

}
.booknow-box .booknow2
{
  flex: 1 1 30rem;
  
   
}.booknow-box .booknow2 img
{
width: 100%;
 
height: 100%;
}


.booknow-box .btn1{

  background: none;
  margin: 2rem ;
}



/*--------------booknow--------*/




/*--------------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: #C1B086 !important;
}

/*--------------gallary--------*/
/*--------------map--------*/
.map iframe {
  width: 100%;
}

/*--------------map--------*/
/*--------------footer--------*/
footer h3 {
  margin-bottom: 40px;
 
}

footer .container{
   
 
  display: flex;
 
  align-items: center;
  text-align: center;

  justify-content: space-between;
  /* align-items: center; */
  
  
/* background-color: #C1B086; */
}

footer .container img{
   
  width: 25rem;
  
  }



footer li {
  margin-bottom: 15px;
  transition: 0.5s;
  list-style: none;
  text-decoration: none;
  color: #373434;
}
footer li a {
  
  transition: 0.5s;
  list-style: none;
  text-decoration: none;
  color: #373434;
}

footer li:hover {
  color: #8197e1;
  cursor: pointer;
}

/*--------------footer--------*/
@media only screen and (max-width:768px) {
  .home .box .text {
    max-width: 100%;
  }
  header .btn1{
    display: none;
  }

  

  .home .box .text::after,
  .home .image_item {
    display: none;
  }

  .restaurant .container,
  .about .container,
  .book .container {
    flex-direction: column;
  }

  .grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .book {
    margin-top: 10%;
    height: auto;
  }

  .book .search {
    width: 100%;
  }

  .book .search input {
    margin-top: 0;
  }

  .left, .right {
    width: 100%;
  }

  .wrapper .text {
    width: 80%;
  }

  .room {
    margin-bottom: 100px;
  }

  .room .grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .restaurant .right {
    padding: 0;
    margin-top: 50px;
  }

  footer .payment {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media only screen and (max-width:768px) {
  .grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .home .text {
    margin: 10% 0 0 0;
  }

  .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;
  }

  
}

@media only screen and (max-width: 500px) {
  footer .container{
   
  
    flex-direction: column;
    
  
  }
  
  
  
  
  .head_container .box {

  text-align: left;
   padding: 0 1rem;
   padding-top: 2rem;
  }

  .home p {
    margin: 13px 0 0 0;
}

.home button {
  /* margin-left: 50px; */
  margin: 0;
}


.about{
  margin: 6.5rem 0;
}


 .about   .container {
   
  gap: 3rem;
}

.about .btn1 {
  margin: 45px 0 28px -2px;
}

 .wrapper.top {
  margin-top: 10%;
  margin-bottom: 15rem;
}


.wrapper p {
  
  font-size: 12.5px;
}


.wrapper .content {
  
  font-size: 17px;

}

.restaurant.top.top {
  margin-top: -32%;
  margin-bottom: 5rem;
}

.restaurant .text p {
  
  font-weight: 300;
}

.map.top {
  margin:0;
}

.map{
  margin: 4rem 0;
}

}
/* -------------------------- */
/* property */



.all-gallery {
  /* border-right: 1px solid wheat; */

  background-image: 
  
    url(../images/assets/abt2.jpg);

  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100vw;
 
   text-align: center;
 

}

.all-gallery .button{
  margin-bottom: 6rem;
}

.gal-page{

  font-family: 'Cinzel', serif; 
  padding-top: 10rem;
  background-color: #000000;
}

.gal-page p {
   font-size: 2.5rem;
   background-color: #000000;
}
  
.g-cont  a {

margin: 2rem 0;
}

.all-gallery.gallery2 {
   
  padding: 0;
  /* margin-top: 4rem; */
}
.gallery {
  width: 100%;
 
  display: flex;
  align-items: center;
  /* justify-content: center; */
  padding: 50px 9%;
  flex-direction: column;
  
 
}
.g-cont {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  grid-gap: 2rem;
  width: 100%;
  height: 100%;
 
}
.g-cont img {
  width: 90%;
 
 
}


 

.all-gallery h1 {
  font-size: 6.3rem;
  margin: 2rem 0;
  font-weight: 300;
  letter-spacing: 0.3rem;
  position: relative;
  color: white;
  text-align: center;
}

.all-gallery h1::after {
  content: "";
  position: absolute;
  bottom: -1rem;
  left: 45%;
  height: 1.8px;
  width: 15.5rem;
  background-color: white;
}