* {
  margin: 0;
  padding: 0;
}

/* Navbar */

.navbar {
  display: flex;

  /* height: 100px;  */
  /* width: 100%;  */
  margin-bottom: 10px;
}
.nav1 {
  width: 200px;
  display: flex;
  /* padding: 20px 20px; */
  align-items: center;
  justify-content: center;
  padding-bottom: 4px;
  margin: 10px 10px;
}

.navbar img {
  height: 170px;
  /* width: 200px; */
  border-radius: 10px;
  width: 180px;
}

.nav2 {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  /* margin: 10px 10px;  */
  align-items: center;
  /* margin-right: 100px; */
  /* margin-top: 20px;   */
  /* padding-left: 70px; */
  text-align: center;
  width: 77%;
}
#navb1 {
  font-size: xx-large;
  font-family: "Poppins";
}

#navb2 {
  height: 2px;
  width: 90%;
  background-color: black;
  margin-top: 8px;
}

#navb3 {
  margin-top: 20px;
  font-size: 25px;
  /* color: #e67e22; */
  /* font-weight: bold; */
}

.nav3 {
  margin: 10px 10px;
}

.navc1 {
  border: 2px solid black;
  padding: 10px 10px;
  width: 145px;
  border-radius: 2px;

  font-size: larger;

  background-color: #223725;
  border-radius: 4px;
}
.navc1 a {
  text-decoration: none;
  color: #f1c40f;
}
#navb4 {
  display: flex;
  flex-direction: column;
  margin-right: 3px;
}

#navb4 a {
  border: 2px solid black;
  padding: 10px 10px;
  width: 145px;
  margin: 2px 2px;
  border-radius: 4px;
  font-size: larger;
  background-color: #e67e22;
  text-decoration: none;
  color: white;
}

/* cont */
.cont {
  display: flex;
  gap: 15px;
}

.adi1 {
  display: flex;
  background-color: #f1c40f;
  justify-content: space-evenly;
  align-items: center;
  border-radius: 10px;
  width: 100%;
}

.cont1 {
  width: 190px;
  margin-left: 2px;
  text-align: center;
  border-radius: 15px;
  border: 2px solid rgb(55, 55, 189);

  border-top: none;
  align-items: center;
  justify-content: center;
}

.cont1 h1 {
  color: red;
  animation: blink 1s linear infinite;
  font-weight: bold;
  font-size: 29px;

  /* margin-left: 12px;  */
}
.cont1 a {
  text-decoration: none;
}
.cont1 p {
  /* padding: 12px; */
  /* padding-top: 20px;  */
  /* position: relative; */
  font-size: 12px;
  /* font-family: 'Dancing Script', cursive; */
  /* bottom: 10px; */
  /* margin: 5px; */
  position: relative;
  bottom: 7px;
}

@keyframes blink {
  50% {
    opacity: 0;
  }

  80% {
    opacity: 0.5;
  }
}

.button {
  cursor: pointer;
  color: black;
  font-weight: bolder;
  font-size: 20px;
}

/* Third */
.third {
  /* margin-top: 40px; */
  width: 100%;
  /* height: 500px; */
  /* background-color: #bdc3c7; */
  display: flex;
  height: 100%;
  padding-top: 10px;
  background-color: white;

  /* align-items: center; */
}

.third1 {
  width: 220vw;
  border-radius: 5px;
  align-items: center;
  display: flex;
  flex-direction: column;
  padding: 15px 15px;
}
.third1 a {
  text-decoration: none;
  font-size: large;
  font-weight: bold;
  margin-bottom: 2px;
  color: #223725;
}
@media screen and (max-width: 1262px) {
  .third1 {
    width: 220vw;
    border-radius: 5px;
    align-items: center;
    display: flex;
    flex-direction: row;
    padding: 15px 15px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .third1 h2,
  #third3 h2 {
    display: none;
  }
  #third3 {
    flex-wrap: wrap;
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .navbar {
    flex-wrap: wrap;
    justify-content: center;
    padding: 10px;
  }
  .ContactUs1 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
}
.thir:hover {
  cursor: pointer;
  box-sizing: border-box;
  box-shadow: 5px 5px 9px black;
}

.thir {
  /* border: 2px solid black; */
  border-radius: 5px;
  margin: 5px;
  /* background-color: rgb(213, 221, 227); */
  width: 200px;
  display: flex;
  background-color: white;
  /* justify-content: center;
    align-items: center; */
  /* padding-right: 10px; */
  height: 85px;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  box-shadow: 1px 1px 1px rgb(174, 160, 160);
}

.third1 img {
  border-radius: 10px;
  justify-content: center;
  align-items: center;
}

/*   Third 2 */
.third2 {
  width: 800vw;
  /* height: 500px; */
  /* background-color: rgb(142, 162, 142);  */
  /* margin: 5px;
    padding: 5px; */
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 4px;
  margin-right: 10px;
  margin-bottom: 4px;
}

.third3 {
  width: 220vw;
  /* height: 500px; */
  /* background-color: tan; */
  /* padding: px;  */
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  align-items: center;
  padding: 15px 15px;
}
.thi:hover {
  cursor: pointer;
  box-sizing: border-box;
  box-shadow: 5px 5px 9px black;
}

.thi {
  /* border: 2px solid black; */
  border-radius: 5px;
  margin: 5px;
  /* background-color: rgb(213, 221, 227); */
  width: 200px;
  display: flex;
  background-color: white;
  /* justify-content: center;
        align-items: center; */
  /* padding-right: 10px; */
  height: 85px;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  box-shadow: 1px 1px 1px rgb(174, 160, 160);
}

.thir img {
  border-radius: 10px;
  justify-content: center;
  align-items: center;
}

/* Home */
#home {
  padding: 0;
  margin: 0;
  width: 100%;
  /* padding-right: 25px; */
}
#main {
  position: relative;
  width: 100%;
}
#home img {
  width: 100%;
  /* border: 5px solid rgb(208, 187, 187); */
  height: 520px;

  /* border: 10px solid #fff; */
  /* box-shadow: 0 5px 15px rgba(0,0,0,.1); */
  border-radius: 6px;
}

/* About */
#about {
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* align-items: center; */
  display: none;
  padding-left: 10px;
  font-family: "Poppins", sans-serif;
}
#about ul li {
  font-size: large;
  font-weight: lighter;
  padding: 10px;
}

#about h2 {
  padding-top: 15px;

  margin: 2px;

  text-align: center;
  justify-content: center;
}

.aboutusline {
  background: black;
  height: 3px;
  width: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}
.aboutusline1 {
  background: black;
  height: 3px;
  width: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}

#about i {
  border: 1px solid black;
  padding: 10px;

  justify-content: space-evenly;
  flex-wrap: wrap;
  border-radius: 3px;
}
#about i:hover {
  box-sizing: border-box;
  box-shadow: -10px 10px 40px rgba(0, 0, 0, 25);
  cursor: pointer;
}
.aboutimage {
  display: flex;
  margin: 20px;
  justify-content: center;
  /* align-items: center; */
  padding: 10px;
  gap: 5px;
}
.aboutimage1 {
  display: flex;
  margin: 20px;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.aboutimage2 {
  display: flex;
  /* margin: 20px; */
  justify-content: center;
  align-items: center;
  gap: 5px;
}

/* Gallery */
#gallery {
  height: 100%;
  /* background-color: black; */
  display: none;
}
/* review */
#review {
  height: 100%;
  display: none;
}
/*
*{
    margin: 0;
    padding: 0;
    font-family: "montserrat" , sans-serif;
} */
.testimonials {
  /* padding: 40px 0; */
  /* background: #f1f1f1; */
  color: #434343;
  text-align: center;
}
.inner {
  /* max-width: 1200px; */
  margin: auto;
  overflow: hidden;
  /* padding: 0 20px; */
}
.border {
  width: 160px;
  height: 5px;
  background: #6ab04c;
  margin: 7px auto;
}
.row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.col {
  flex: 33.33%;
  /* max-width: 33.33%; */
  box-sizing: border-box;
  padding: 15px;
  border-radius: 10px;
}
.col:hover {
  box-sizing: border-box;
  box-shadow: -5px 5px 10px rgba(0, 0, 0, 25);
}
.testimonial {
  background: #fff;
  padding: 30px;
}
.testimonial img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
.name {
  font-size: 20px;
  text-transform: uppercase;
  margin: 20px 0;
}
.star {
  color: #6ab04c;
  margin-bottom: 20px;
}

#rules {
  display: none;
  padding: 20px 20px;
}
.rulesline {
  height: 2.5px;
  background-color: black;
  display: flex;
  width: 23%;
  margin: auto;
  margin-bottom: 5px;
}
#rules ul {
  font-weight: bold;
  /* list-style: none; */
  gap: 20px;
}
#rules ul li {
  padding: 10px 10px;
  /* text-transform: lowercase; */
  /* text-transform: initial; */
}

#rules h2 {
  display: flex;
  justify-content: center;
  margin-bottom: 6px;
}

#ContactUs1 {
  height: 100%;
  display: none;
  display: flex;
  flex-direction: column;
}
.address1 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.address2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.address2 p {
  font-size: x-large;
  padding: 15px 15px;
  text-align: center;
}
.address3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px 10px;
}
.address3 p {
  font-size: x-large;
  /* padding: 15px 15px; */
  padding-top: 15px;
  font-weight: bold;
}
/* .address4 {
       display: flex;
       align-items: center;
       justify-content: center;
       margin: 10px 10px;
       border: 2px solid black;
        padding: 10px 10px;
    background-color:#f1c40f;
      border-radius: 4px;
    width: 400px;


}
.address4 a {
    text-decoration: none;
    margin: 10px 10px;


     */
/* }  */
.booknow {
  display: flex;
  margin-top: 20px;
  /* justify-content: space-evenly; */
  /* padding-left: 90px;
    padding-top: 30px; */
  justify-content: center;
  align-items: center;
}
.booknowimg {
  display: flex;
  /* justify-content: center;
    align-items: center; */
  padding-right: 15px;
}
.booknowimg img {
  /* width: 30%; */
  height: 51px;
}

/* Footer */
.footer {
  text-align: center;
  height: 50px;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: small;

  border: 2px solid black;
  border-left: none;
  border-bottom: none;
  border-right: none;
}

/* Gallery */

.gallery1 .image-gallery1 {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
}

.gallery1 .image-gallery1 .image {
  height: 150px;
  width: 200px;
  border: 10px solid #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  cursor: pointer;
}
.gallery1 .image-gallery1 .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: 0.2s linear;
}
.gallery1 .image-gallery1 .image:hover img {
  transform: scale(1.1);
}
.gallery1 .popup-image {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.9);
  height: 100%;
  width: 100%;
  z-index: 100;
  display: none;
}
.gallery1 .popup-image span {
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 60px;
  font-weight: bolder;
  color: #fff;
  cursor: pointer;
  z-index: 100;
}

.gallery1 .popup-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 5px solid #fff;
  border-radius: 5px;
  width: 750px;
  object-fit: cover;
}

.qrScannerImage {
  width: 250px;
  height: 250px !important;
}

@media screen and (max-width: 449px) {
  .thir {
    width: 90vw;
    height: 20vw;
  }
  .thi {
    width: 90vw;
    height: 20vw;
  }
  .thi img {
    height: 105px;
  }
  iframe {
    width: 120px;
    height: 120px;
  }
  .address2 p {
    font-size: small;
    width: 200px;
  }
  .booknow img {
    height: 25px;
  }
  .address3 {
    font-size: 10px;
  }
  #about {
    width: 285px;
  }
  #about ul li {
    font-size: 15px;
  }
  .address3 p {
    font-size: large;
  }
  .aboutimage {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .aboutimage1 {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .aboutimage2 {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  #home img {
    height: 330px;
  }
  .gallery1 .popup-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 5px solid #fff;
    border-radius: 5px;
    width: 350px;
    object-fit: cover;
  }
}

@media screen and (max-width: 978px) {
  #navb1 h2 {
    font-size: 20px;
  }
  #navb3 {
    font-size: 15px;
  }
  .cont1 h1 {
    font-size: 64px;
  }
  .cont1 {
    width: 100%;
  }
  .navc1 {
    display: flex;
    justify-content: center;
    margin: auto;
  }
  #navb4 {
    display: flex;
    flex-direction: row;
    margin-top: 5px;
    width: 100%;
    justify-content: space-between;
    align-items: center;
  }
  .nav1 {
    width: 100%;
  }
}
@media screen and (max-width: 400px) {
  .cont1 h1 {
    font-size: 59px;
  }
}

.tag{
  margin-top: 15px;
}
.tags{
  
   background: black;
    height: 2px;
    width: 120px;

}

.point{
  margin-top: 10px;
  text-align: center;
list-style: none;
padding: 0px !important;
}