@import url("https://fonts.googleapis.com/css2?family=Abhaya+Libre:wght@400;500;600;700;800&family=Nothing+You+Could+Do&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Teko:wght@300..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Abhaya+Libre:wght@400;500;600;700;800&family=Nothing+You+Could+Do&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Teko:wght@300..700&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html{
  scroll-behavior: smooth;
}
.ubuntu-light {
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.ubuntu-regular {
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.ubuntu-medium {
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.ubuntu-bold {
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.ubuntu-light-italic {
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.ubuntu-regular-italic {
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.ubuntu-medium-italic {
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.ubuntu-bold-italic {
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  font-style: italic;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-family: "Ubuntu", sans-serif;
  font-family: "Nothing You Could Do", cursive;
}

/* To top */
html {
  scroll-behavior: smooth;
}
a{
  text-decoration: none !important;
}
.headerr .row{
  background-color: rgb(255, 255, 255, 0.7);
}
#progress {
  position: fixed;
  bottom: 20px;
  right: 20px;
  height: 70px;
  width: 70px;
  display: none ;
  place-items: center;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  z-index: 9999;
}
#progress-value {
  display: block;
  height: calc(100% - 15px);
  width: calc(100% - 15px);
  background-color: #ffffff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 35px;
  color: #001a2e;
}
/* To top */
/* ---------------------------------------------------------- */
.popup{
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 99999;
}
.contentbox{
  position: relative;
  width: 700px;
  height: 400px;
  background-color: #ffffff;
  border-radius: 20px;
  display: flex;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1 );
  align-items: center;
  justify-content: center;
}
.contentbox .content{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 50px;
  text-align: center;
}
.content h3{
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 38px;
  margin: 30px 0px;
}
.content h4{
  font-weight: 600;
  line-height: 38px;
} 
.content h4 span{
  color: #00471f;
  font-size: 2rem;
}
.close {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 40px;
  height: 40px;
  background:transparent url(../gallery/close.png);
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: center;
  cursor: pointer;
  border-radius: 50%;
  z-index: 99999999;
}
.closee {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 40px;
  height: 40px;
  background:transparent url(../gallery/close.png);
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: center;
  cursor: pointer;
  border-radius: 50%;
  z-index: 10;
}
.modal{
  margin-top: 90px !important;
}
/* ------------------------------------------------------------------------------ */
.header {
  /* background-image: url(../gallery/banner.png) !important; */
  /* background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  background-size: 100% 100%; */
  /* background-size: cover; */
  /* height: 100vh; */
  position: relative;
  z-index: 9999;
  width: 100%;
  
}
.headerr{
  position: relative;
  z-index: 9999;
  width: 100%;
  
}


.menubar {
  margin-top: 17px;
  text-align: end;
}
.navss{
  display: flex;
  align-items: center;
  justify-content: end;
}
.navss li a {
  color: #00471f;
  font-size: 20px;
  font-family: "Ubuntu", sans-serif !important;
  font-weight: 500;
}


.navss li a:hover {
  color: #16b404;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.sloganss h2{
  font-family: "Nothing You Could Do", cursive;
}
.socialmediaicons{
  display: flex;
  justify-content: end;
}

.socialmediaicons .fa-facebook,
.fa-square-instagram,
.fa-x-twitter {
  margin: 0px 10px 0px;
  font-size: 30px;
  margin-top: 7px;
  cursor: pointer;
  color: #ffffff;
}
.socialmediaicons button {
  margin: 0px 10px 0px 20px;
}

.socialmediaicons .fa-facebook:hover,
.fa-square-instagram:hover,
.fa-x-twitter:hover {
  color: #1877f2;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.socialmediaicons .fa-square-instagram:hover {
  color: #c13584;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.socialmediaicons .fa-x-twitter:hover {
  color: #000000;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.headerpart2{
   margin-top: -650px;
}
.headerpart2 h2 {
  font-family: "Nothing You Could Do", cursive;
  color: #ffffff;
  margin-top: 100px;
  font-size: 2rem;
}
.roomss{
  margin-top: 230px !important;
}
.headerpart2 h3 {
  font-family: "Ubuntu", sans-serif !important;
  font-size: 2.4rem;
  color: #ffffff;
  margin-top: 15px;
}

.slogans p {
  font-size: 20px;
  color: #ffffff;
  padding: 0px 140px;
  line-height: 36px;
}
a {
  text-decoration: none !important;
  padding: 20px 20px;
}
.roomss {
  margin-top: 16px;
}
.roomsss{
  margin-top: -30px;
}
.roomsss h2 {
  margin: 45px 0px 45px 0px;
  font-family: "Nothing You Could Do", cursive;
  font-size: 1.9rem;
  font-weight: 500;
}
.roomss h2 {
  margin: 40px 0px 50px 0px;
  font-family: "Nothing You Could Do", cursive;
  font-size: 2.4rem;
  font-weight: 600;
}

.roomss .card-body{
  position: relative;
  z-index: 999;
}

.activities .services_headingg h1{
  font-size: 2.4rem;
    margin-top: 50px;
    font-weight: 600;
    font-family: "Ubuntu", sans-serif !important;
}
.activities .services_headingg h3 {
  font-family: "Nothing You Could Do", cursive;
  margin-top: 10px;
  font-size: 1.9rem;
  margin-bottom: 50px;
}


.localareas h3{
  font-family: "Nothing You Could Do", cursive;
  font-size: 2.4rem;
  margin-bottom: 50px;
  margin-top: -100px !important;
}
.activitiesbutton .btn{
  padding: 8px 30px;
  font-size: 22px;
  margin:15px 0px;
}
.text-on-image {
  position: absolute;
  bottom: 238px; 
  right: 0px; 
  color: rgb(0, 0, 0);
  background-color: rgba(255,255,255,0.75); /* Semi-transparent black background */
  padding: 10px;
  font-weight: 600;
}
.card .card-img-top {
  -webkit-filter: brightness(70%);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
  cursor: pointer;
}

.card .card-img-top:hover {
  -webkit-filter: brightness(100%);
}
.services_heading h2 {
  font-family: "Nothing You Could Do", cursive;
  color: #000000;
  margin: 80px 0px 20px 0px;
  font-size: 2.5rem;
}
.services_heading h1 {
  margin: 10px 0px 15px 0px;
  font-family: "Ubuntu", sans-serif !important;
  font-size: 2.4rem;
  font-weight: 600;
}


* {
  transition: all 0.3s ease-out;
}
.services_section {
  display: flex;
}
.services_points {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  padding: 30px;
}

h3 {
  color: #262626;
  font-size: 17px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 4px;
}

p {
  font-size: 17px;
  font-weight: 400;
  line-height: 20px;
  color: #666666;

  &.small {
    font-size: 14px;
  }
}

.go-corner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 32px;
  height: 32px;
  overflow: hidden;
  top: 0;
  right: 0;
  background-color: #096600;
  border-radius: 0 4px 0 32px;
}

.card1 {
  display: block;
  position: relative;
  max-width: 262px;
  background-color: #f2f8f9;
  border-radius: 4px;
  padding: 39px 13px;
  margin: 0px;
  text-decoration: none;
  z-index: 0;
  overflow: hidden;

  &:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -16px;
    right: -16px;
    background: #00838d;
    height: 32px;
    width: 32px;
    border-radius: 32px;
    transform: scale(1);
    transform-origin: 50% 50%;
    transition: transform 0.25s ease-out;
  }

  &:hover:before {
    transform: scale(21);
  }
}

.card1:hover {
  p {
    transition: all 0.3s ease-out;
    color: rgba(255, 255, 255, 0.8);
  }
  h3 {
    transition: all 0.3s ease-out;
    color: #ffffff;
  }
}

/* -----------------Slider-------------- */


.activities h5{
  text-align: justify;
  line-height: 32px;
}
.activities{
  margin: 30px 0px;
}

.slider-wrapper .slide-button {
  position: absolute;
  top: 50%;
  outline: none;
  border: none;
  height: 50px;
  width: 50px;
  z-index: 5;
  color: #fff;
  display: flex;
  cursor: pointer;
  font-size: 2.2rem;
  background: transparent;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  opacity: 0.3;
  transform: translateY(-50%);
}

.slider-wrapper .slide-button:hover {
  background: #404040;
}

.slider-wrapper .slide-button#prev-slide {
  left: -25px;
  display: none;
}

.slider-wrapper .slide-button#next-slide {
  right: -25px;
}

.slider-wrapper .image-list {
  display: grid;
  grid-template-columns: repeat(14, 1fr);
  gap: 18px;
  font-size: 0;
  list-style: none;
  margin-bottom: 30px;
  overflow-x: auto;
  scrollbar-width: none;
}

.slider-wrapper .image-list::-webkit-scrollbar {
  display: none;
}

.slider-wrapper .image-list .image-item {
  width: 325px;
  height: 450px;
  object-fit: cover;
}

.container .slider-scrollbar {
  height: 24px;
  width: 100%;
  display: flex;
  align-items: center;
}

.slider-scrollbar .scrollbar-track {
  background: #ccc;
  width: 100%;
  height: 2px;
  display: flex;
  align-items: center;
  border-radius: 4px;
  position: relative;
}

.slider-scrollbar:hover .scrollbar-track {
  height: 4px;
}

.slider-scrollbar .scrollbar-thumb {
  position: absolute;
  background: #0b9d4c;
  top: 0;
  bottom: 0;
  width: 50%;
  height: 100%;
  cursor: grab;
  border-radius: inherit;
}

.slider-scrollbar .scrollbar-thumb:active {
  cursor: grabbing;
  height: 8px;
  top: -2px;
}

.slider-scrollbar .scrollbar-thumb::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -10px;
  bottom: -10px;
}

/* Styles for mobile and tablets */
@media only screen and (max-width: 1023px) {
  .slider-wrapper .slide-button {
    display: none !important;
  }

  .slider-wrapper .image-list {
    gap: 10px;
    margin-bottom: 15px;
    scroll-snap-type: x mandatory;
  }

  .slider-wrapper .image-list .image-item {
    width: 280px;
    height: 380px;
  }

  .slider-scrollbar .scrollbar-thumb {
    width: 20%;
  }
}

/* -----------------Slider-------------- */

/* Style for the gallery */
.gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.gallery img {
  width: 259px;
  height: 200px;
  margin: 10px;
  cursor: pointer;
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
}

.gallery img:hover {
  transform: scale(1.05);
}

/* Style for the modal */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
}

.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 90%;
  max-height: 90%;
  text-align: center;
}

.modal-content img {
  max-width: 50%;
  height: auto;
  display: block;
  margin: auto;
  margin-top: -161px !important;
}

/* Style for the close button */
.close {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  transition: 0.3s;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.5);
  border: none;
  border-radius: 5px;
  padding: 5px;
  position: absolute;
  top: 5px;
  right: 5px;
}

.close:hover {
  color: #ccc;
}

/* Style for the next and previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 10px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  border: none;
  border-radius: 5px;
  transition: background-color 0.3s;
}

.prev {
  left: 10px;
}

.next {
  right: 10px;
}

.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.7);
}
/* Mobile responsiveness */


/* Style for the gallery */

/* Testimonals */

.testimonial-slider {
  width: 80%;
  margin: 50px auto;
  position: relative;
  overflow: hidden;
}

.testimonial-slider .slides {
  display: flex;
  transition: transform 0.5s ease-in-out;
}
.testimonial h2 {
  font-size: 26px;
}

.testimonial {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 20px;
}

.testimonial h3 {
  font-size: 24px;
  margin-bottom: 10px;
  color: #ffffff;
  padding: 10px 0px;
}

.testimonial p {
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 20px;
  line-height: 30px;
}

.prev:hover,
.next:hover {
  background-color: #555;
}

.prev {
  left: 0;
}

.next {
  right: 0;
}

.services_headingg h2 {
  font-family: "Nothing You Could Do", cursive;
  color: #000000;
  margin: 17px 0px 20px 0px;
  font-size: 1.9rem;
  margin: 45px 0px;
}
.services_headingg h1 {
  font-size: 2.4rem !important;
  margin-top: 36px;
  font-weight: 600;
  font-family: "Ubuntu", sans-serif !important;
}
.direction-lists {
  margin: 50px 0 35px;
}
.direction-lists li {
  padding-right: 85px;
  font-size: 32px;
  font-weight: 600;
  color: #0e1322;
  padding-bottom: 12px;
  line-height: 1;
  margin-top: 20px;
  color: #00471f;
}
.direction-lists li small {
  font-size: 22px;
  font-weight: 500;
}
.direction-lists li span {
  display: block;
  font-size: 18px;
  color: #898989;
  margin-top: 5px;
  font-weight: 500;
}

.servicess_heading h1 {
  font-size: 3.5rem;
  margin-top: 40px;
  margin-bottom: 30px;
  font-weight: 600;
  font-family: "Ubuntu", sans-serif !important;
}


.blink {
  animation: blink 1s infinite;
  margin-top: 25px;
}





/* Footer */
ul {
  margin: 0px;
  padding: 0px;
}
.footer-section {
  background: #000000;
  position: relative;
}
.footer-cta {
  border-bottom: 1px solid #373636;
}
.footer-cta i {
  color: #d36f40;
  font-size: 300px !important;
  float: left;
  margin-top: 8px;
}
.cta-text {
  padding-left: 15px;
  display: inline-block;
}
.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}
.cta-text span {
  color: #757575;
  font-size: 15px;
}
.footer-content {
  position: relative;
  z-index: 2;
}
.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-logo {
  margin-bottom: 30px;
}
.footer-logo img {
  max-width: 200px;
}
.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
  color: #ffffff;
  line-height: 28px;
}
.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}
.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}
.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}
.facebook-bg {
  background: #3b5998;
}
.twitter-bg {
  background: #55acee;
}
.google-bg {
  background: #dd4b39;
}
.footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}
.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 3px;
  width: 100px;
  background: #40b22b;
}
.footer-widget ul li {
  display: inline-block;
  width: 50%;
  margin-bottom: 12px;
}
.footer-widget ul li a:hover {
  color: #ffffff;
}
.footer-widget ul li a {
  color: #ffffff;
  text-transform: capitalize;
}
.subscribe-form {
  position: relative;
  overflow: hidden;
}
.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #2e2e2e;
  border: 1px solid #2e2e2e;
  color: #fff;
}

.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}
.copyright-area {
  background: #202020;
  padding: 25px 0;
}
.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #878787;
}
.copyright-text p a {
  color: #40b22b;
}
ol, ul {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
a {
  text-decoration: none !important;
  padding: 20px 5px;
}
.footer-menu li {
  display: inline-block;
  margin-left: 2px;
}
.footer-menu li:hover a {
  color: #40b22b;
}
.footer-menu li a {
  font-size: 14px;
  color: #878787;
}
.aboutus_heading h5 {
  line-height: 32px;
  text-align: justify;
  margin: 10px 0px 30px 0px;
}
.overconclusion h5 {
  line-height: 32px;
  font-size: 20px;
  margin: 10px 0px 20px 0px;
}
.rooms {
  background-color: #1f231c;
  margin: 25px 0px ;
}
.roomsss {
  margin-top: 12px !important;
}

.DeluxeRooms {
  padding: 120px 50px 100px 150px;
}
.DeluxeRooms h4 {
  font-size: 46px;
  font-family: "Ubuntu", sans-serif !important;
}
.DeluxeRooms p {
  font-size: 20px;
  color: #ffffff;
  font-weight: 400;
  margin-top: 10px;
  line-height: 32px;
}
.DeluxeRooms button {
  padding: 10px 20px;
  background-color: #1f231c;
  border: 1px solid white;
  margin-top: 20px;
}
.DeluxeRooms button:hover {
  padding: 10px 20px;
  background-color: #ffffff;
  border: 1px solid rgb(37, 37, 37);
  margin-top: 20px;
  transition: ease 1s all;
}

.DeluxeRooms a {
  text-decoration: none;
  color: #ffffff;
}
.DeluxeRooms a:hover {
  text-decoration: none;
  color: #000000;
  transform: 0.1s ease-in;
}
.tariff-container {
  max-width: 800px;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  animation: fadeInUp 1s ease;
  margin-bottom: 20px;
  margin-top: 30px;
}
.tariff h2 {
  color: #333;
  margin-top: 0;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.tariff-list {
  list-style-type: none;
  padding: 0;
}
.tariff-item {
  margin-bottom: 10px;
  color: #555;
}
.tariff-item:last-child {
  margin-bottom: 0;
}
.special-offers {
  font-style: italic;
  margin-top: 20px;
  color: #777;
  text-align: center;
}
.tariff_button .btn a{
    color: #ffffff;
    text-decoration: none;
}
#Deluxe tents{
    margin-top: px;
}
.deluxe_room_img img:hover{
    transform: scale(1.1);
}
.localareass{
  margin-top: 16px !important;
}
.localareass h3 {
  font-family: "Nothing You Could Do", cursive;
  margin-top: 10px;
  font-size: 1.9rem;
  margin-bottom: 50px;
}
.location {
  margin-top: 120px !important;
}
/* Bank details container */
.bank-details {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}

/* Bank info */
.bank-info {
  flex: 0 0 auto; /* Prevent bank info from stretching */
  width: 142px; /* Set fixed width for bank info */
  font-weight: bold;
}

/* Gap between bank info and text */
.gap {
  flex-grow: 1;
}

/* Bank details text */
.bank-text {
  flex: 12; /* Allow text to take up remaining space */
  word-break: break-all; /* Break long text */
}
@media screen and (max-width: 1399px) {
  .menubar li a {
    color: #00471f;
    font-size: 18px;
    font-family: "Ubuntu", sans-serif !important;
    font-weight: 600;
  }
  .testimonialss {
    background-color: rgb(116, 199, 37, 0.6);
    padding: 15px 30px 15px 30px;
    height: 78vh !important;
    margin-top: 40px !important;
    text-align: center;
}
  
  .testimonialss {
    background-color: #000000;
    padding: 15px 80px 15px 60px;
    height: 96vh !important;
    margin-top: 120px;
    text-align: center;
  }
  .galleryy h2 {
    margin: 30px !important;
}
  .location {
    margin-top: 135px !important;
}
  .about_header{
    background-image: url(../gallery/aboutusbaner.png) !important;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    background-size: 100% 100%;
    background-size: cover;
    height: 110vh;
  }
  .single-cta{
    display: flex;
    align-items: center;
    justify-content: start;
  }
  .single-cta span{
    color: #ffffff;
  }
  .rooms {
    background-color: #1f231c;
    margin: 25px 0px;
    height: 63vh !important;
}
.footerr-section {
  background-image: url(../gallery/footerimg.png) !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-size: cover;
  height: auto;
  margin-top: 434px !important;
}
.cardd {
  width: 100%;
  height: 44vh !important;
  padding: 0.5em 0.5em !important;
  border-radius: 5px;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  transition: 0.5s;
}

.localareass {
  margin-top: 276px !important;
}
.DeluxeRooms {
  padding: 70px 66px 92px 92px !important;
}
.headerpart2 h2 {
  font-family: "Nothing You Could Do", cursive;
  color: #ffffff;
  margin-top: 24px;
  font-size: 2.5rem;
}
.overviewbanner23:before {
  content: "";
  background-color: #f7f7f7;
  height: 93% !important;
  position: absolute;
  width: 85%;
  z-index: -1;
  left: 10px;
}
.services_heading p {
  font-size: 1.1rem !important;
  color: #000;
}
.overviewbannerimg2 p {
  font-size: 15px !important;
  color: #000;
}
.roomsdescription h4 {
  margin: 18px !important;
  text-align: justify;
  font-size: 16px !important;
  line-height: 27px;
}
.activitiesdec p {
  margin-top: 14px;
  font-size: 17px !important;
  text-align: justify;
  color: #000;
}
.activities {
  height: 100vh;
  width: 100%;
  display: grid;
  place-items: center;
  margin-top: 0px;
}

.footerr-section {
  margin-top: 308px !important;
}
.overconclusion h5 {
  line-height: 25px;
  font-size: 18px !important;
  margin: 10px 0px 20px 0px;
}
.footer-section {
  margin-top: 30px !important;
}
.modal-content {
  position: absolute;
  top: 59% !important;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 90%;
  max-height: 90%;
  text-align: center;
}

}
.services_heading p {
  font-size: 1.1rem !important;
  color: #000;
}
.testimonials {
  background-image: url(../gallery/testimonalbanner.png) !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-size: cover;
  height: 100vh;
  margin-top: 50px;
}
.single-cta{
    display: flex;
    align-items: center;
  }

  .testimonialss {
    background-color: rgb(116, 199, 37, 0.6);
    padding: 15px 30px 15px 30px;
    height: 80vh;
    margin-top: 120px;
    text-align: center;
}
.location {
  margin-top: 245px;
}
.direction-lists .leftside {
  margin-top: 500px;
}
.rightside {
  margin-top: 40px;
}
.carousel-control-next {
  right: -70px !important;
}
.carousel-control-prev {
  left: -70px !important;
}

/*Local Area */

.localareas {
  margin-top: 170px;
}
.localareas .card {
  height: 260px;
}




/* ------------------Sevices-------------------- */
.activities h1{
  font-size: 2.6rem;
}

.column {
  width: 100%;
  padding: 0 1em 1em 1em;
  text-align: center;
}
.cardd {
  width: 100%;
  height: 40vh;
  padding: 2em 1.5em;
  background: linear-gradient(#ffffff 50%, #068f1f 50%);
  background-size: 100% 200%;
  background-position: 0 2.5%;
  border-radius: 5px;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  transition: 0.5s;
}
h3 {
  font-size: 20px;
  font-weight: 600;
  color: #1f194c;
  margin: 1em 0;
}
p {
  color: #575a7b;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.03em;
}
.icon-wrapper {
  background-color: #ffffff;
  position: relative;
  margin: auto;
  font-size: 30px;
  height: 2.6em;
  width: 2.6em;
  color: #ffffff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  transition: 0.5s;
}
.cardd:hover {
  background-position: 0 100%;
}
.cardd:hover .img {
  background-color: #ffffff;
  color: #252526;
}
.cardd:hover h3 {
  color: #ffffff;
}
.cardd:hover p {
  color: #f0f0f0;
}
.footer-section{
  background-image: url(../gallery/footerimg.png)   !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-size: cover;
  height: auto;
  margin-top: 50px;
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: transparent !important;
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}
.localspots .card{
  margin-top: 16px;
}
.overviewbanner2imgmob{
  display: none !important;
}

/* --------------------Services------------------------ */

 


 

/* -----------------------------------Chatbot---------------------------------- */
.chatbot-toggler {
  position: fixed;
  bottom: 30px;
  right: 35px;
  outline: none;
  border: none;
  height: 50px;
  width: 50px;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #724ae8;
  transition: all 0.2s ease;
}
body.show-chatbot .chatbot-toggler {
  transform: rotate(90deg);
}
.chatbot-toggler span {
  color: #fff;
  position: absolute;
}
.chatbot-toggler span:last-child,
body.show-chatbot .chatbot-toggler span:first-child  {
  opacity: 0;
}
body.show-chatbot .chatbot-toggler span:last-child {
  opacity: 1;
}


header h2 {
  font-size: 1.4rem;
}
.chatbot .chatbox {
  overflow-y: auto;
  height: 510px;
  padding: 30px 20px 100px;
}
.chatbot :where(.chatbox, textarea)::-webkit-scrollbar {
  width: 6px;
}
.chatbot :where(.chatbox, textarea)::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 25px;
}
.chatbot :where(.chatbox, textarea)::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 25px;
}
.chatbox .chat {
  display: flex;
  list-style: none;
}
.chatbox .outgoing {
  margin: 20px 0;
  justify-content: flex-end;
}
.chatbox .incoming span {
  width: 32px;
  height: 32px;
  color: #fff;
  cursor: default;
  text-align: center;
  line-height: 32px;
  align-self: flex-end;
  background: #724ae8;
  border-radius: 4px;
  margin: 0 10px 7px 0;
}
.chatbox .chat p {
  white-space: pre-wrap;
  padding: 12px 16px;
  border-radius: 10px 10px 0 10px;
  max-width: 75%;
  color: #fff;
  font-size: 0.95rem;
  background: #724ae8;
}
.chatbox .incoming p {
  border-radius: 10px 10px 10px 0;
}
.chatbox .chat p.error {
  color: #721c24;
  background: #f8d7da;
}
.chatbox .incoming p {
  color: #000;
  background: #f2f2f2;
}
.chatbot .chat-input {
  display: flex;
  gap: 5px;
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #fff;
  padding: 3px 20px;
  border-top: 1px solid #ddd;
}
.chat-input textarea {
  height: 55px;
  width: 100%;
  border: none;
  outline: none;
  resize: none;
  max-height: 180px;
  padding: 15px 15px 15px 0;
  font-size: 0.95rem;
}
.chat-input span {
  align-self: flex-end;
  color: #724ae8;
  cursor: pointer;
  height: 55px;
  display: flex;
  align-items: center;
  visibility: hidden;
  font-size: 1.35rem;
}
.chat-input textarea:valid ~ span {
  visibility: visible;
}


/* &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& */
.media_fixed {
  position: fixed;
  padding: 50px;
  bottom: 0;
  right: -50px !important;
  top: 200px;
  z-index: 9;

}

.media_fixed a img {
  width: 60px;
}


/* &&&&&&&&&&&&&&&&&&      Reviews&&&&&&&&&&&&&&&&& */

.footerr-section{
  background-image: url(../gallery/footerimg.png)   !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-size: cover;
  height: auto;
  margin-top: 350px;
}
.widget{
  margin-top: -100px;
}
.services_heading h3 {
  font-size: 1.9rem;
  font-family: "Nothing You Could Do", cursive;
  margin: 0px 0px 16px;
}
.services_heading p{
 font-size: 1.3rem;
 color: #000;
}
.overviewbanner1{
  padding: 10px 200px !important;
}
.overviewbannerimg{
  margin: 100px 0px 50px 0px;
}
.overviewbannerimg2 p{
  font-size: 18px;
  color: #000;
}
.overviewbanner2{
  padding: 10px 200px !important;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}


  .overviewbanner23:before {
    content: "";
    background-color: #f7f7f7;
    height: 75%;
    position: absolute;
    width: 85%;
    z-index: -1;
    left: 10px;
}
.overviewbanner23 ul{
  padding: 25px 0px;
}
.overviewbanner23 ul li{
  font-size: 18px;
  text-align: justify;
  margin: 12px 50px 12px 20px;
  color: #000;
}
.overviewbanner23img img {
  margin-left: 45px;
  width: 40%;
  z-index: 9999;
  position: absolute;
  overflow: hidden;
}

.overviewbanner23 {
  padding: 10px 0px !important;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
.text-on-imagee{
  position: absolute;
  bottom: -01px; 
  left: -1px; 
  color: rgb(0, 0, 0);
  background-color: rgba(255,255,255,0.75); 
  padding: 10px;
  font-weight: 600;
}

.roomsdescription{
  margin-top: 50px;
  padding: 0px 40px;
}
.roomsdescription h4{
  margin: 20px;
  text-align: justify;
  font-size: 18px;
}
.roomsdescription h4 span{
  font-size: 25px;
}
.video{
  width: 100% !important;
  height: 143vh !important;
  z-index: -1;
}

.banner{
  margin-top: -190px;
}

.header .headerlogo{
  display: block !important;
}

.navss .navbar-brand {
  display: none !important;
}

/* .navss{
  display: flex;
  align-items: end;
  justify-content: end;
} */
.testimonials2 {
  display: none !important;
}
.testimonials{
  display: block !important;
}
.testimonials_mobile{
  display: none !important;
}
.testimonials{
  display: block !important;
}

/* Mobile Responsive */

@media screen and (max-width: 768px) {
  .gallery img {
    width: calc(100% - 20px);
    margin: 10px;
  }
  .testimonial-slider {
    width: 90%;
  }
  .menubar .socialmediaicons .fa-brands {
    display: none;
  }
  .menubar .socialmediaicons{
    display: none !important;
  }
  
  .contentbox {
    width: 266px;
    height: 290px;
    flex-direction: column;
}
  .contentbox .content{
    height: auto;
    text-align: center;
    padding: 20px;
    padding-top: 0;
  }
  .close {
    top: -50px;
    right:-10px;
    background: #ffffff url(../gallery/close.png);
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: center;
    cursor: pointer;
  }
  .socialmediaicons {
    display: block;
    justify-content: end;
}

.header .headerlogo{
  display: none !important;
}
.navss .navbar-brand {
  display: block !important;
  width: 61%;
}



  
  .testimonials {
    background-image: url(../gallery/testimonalbanner.png) !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-size: cover;
    height: auto;
    /* margin-top: 50px; */
    overflow: hidden;
}
.headerlogo{
  display: none !important;
}
.headerpart2 h2 {
  font-family: "Nothing You Could Do", cursive;
  color: #000000 !important;
  font-size: 20px;
  margin-top: -180px !important;
}
.headerpart2 h3 {
  font-family: "Ubuntu", sans-serif !important;
  font-size: 16px;
  color: #000000 !important;
  margin-top: -5px;
  line-height: 25px;
}
.popup {
  position: fixed;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 99999;
}
.content h3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  margin: 22px 0px;
}
.content h4 span {
  color: #00471f;
  font-size: 15px;
  line-height: 20px;
}
.roomss h2 {
  margin: 0px 0px 20px 0px;
  font-family: "Nothing You Could Do", cursive;
  font-size: 25px;
  font-weight: 600;
  margin-top: -82px !important;
}

.roomss {
  margin-top: 111px !important;
}


.card {
  margin-top: 15px;
}
.activities {
  height: auto;
  width: 100%;
  display: grid;
  place-items: center;
  margin-top: 30px;
}
.activities h1 {
  font-size: 33px;
}
.activities h2 {
  margin: 10px 0px 0px 0px;
  font-family: "Nothing You Could Do", cursive;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 50px;
}
.activities {
  margin: 3px 0px !important;
}
.localareass {
  margin-top: 0px !important;
}
.services_headingg h1 {
  font-size: 36px;
  margin-top: 16px;
  font-weight: 600;
  font-family: "Ubuntu", sans-serif !important;
}
.localareass h3 {
  font-family: "Nothing You Could Do", cursive;
  margin-top: 12px;
  font-size: 1.3rem;
  line-height: 32px;
  margin-bottom: 0px !important;
}
.activitiesbutton .btn {
  padding: 4px 21px;
  font-size: 18px;
  margin: 0px 0px;
}
.localspots .card{
  margin-top: 15px !important;
}
.services_headingg h2 {
  font-family: "Nothing You Could Do", cursive;
  color: #000000;
  margin: 15px 0px 20px 0px;
  font-size: 1.2rem;
  margin-bottom: 10px;
}
.galleryy h2 {
  margin: 22px 10px !important;
}
.testimonialss {
  background-color: rgb(116, 199, 37, 0.6);
  padding: 9px 10px 12px 10px;
  height: 80vh;
  margin-top: 38px;
  text-align: center;
  /* display: flex; */
}
.testimonial p {
  font-size: 14px;
  color: #ffffff;
  margin-bottom: -11px;
  line-height: 22px;
}
.testimonials_mobile{
  display:  block !important;
}
.location {
  margin-top: 45px !important;
}
.direction-lists li {
  padding-right: 1px;
  font-size: 32px;
  font-weight: 600;
  color: #0e1322;
  padding-bottom: 12px;
  line-height: 1;
  margin-top: 20px;
  color: #00471f;
  text-align: start;
  margin-left: 27px !important;
}
.text-on-image {
  position: absolute;
  bottom: 220px !important;
  right: 0px;
  color: rgb(0, 0, 0);
  background-color: rgba(255, 255, 255, 0.75);
  padding: 10px;
  font-weight: 600;
}
.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 0px;
  font-size: 12px !important;
}
.modal-content img {
  max-width: 100% !important;
  height: auto;
  display: block;
  margin: auto;
}
.testimonials_mobile{
  display: block !important;
}
.testimonials{
  display: none !important;
}
.testimonials_mobile {
  background-image: url(../gallery/testimonalbanner.png) !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-size: cover;
  height: auto !important;
  margin-top: 50px;
}
.video {
  width: 100% !important;
  height: auto;
  z-index: -1;
  margin-top: 170px !important;
}
.services_heading h1 {
  margin: 15px 0px 15px 0px;
  font-family: "Ubuntu", sans-serif !important;
  font-size: 2rem;
  font-weight: 600;
}
.services_heading h3 {
  font-size: 1.2rem !important;
  font-family: "Nothing You Could Do", cursive;
  margin: 0px 0px 10px;
}
.services_heading br{
  display: none !important;
}
.overviewbanner1 {
  padding: 0px 3px !important;
}
.overviewbannerimg {
  margin: 20px 0px 0px 0px;
}
.overviewbanner1 .overviewbannerimg h4 {
  font-size: 18px !important;
}
.overviewbannerimg2  br{
  display: none !important;
}
.overviewbanner23br{
  display: none !important;
}
.overviewbanner2img{
  display: none !important;
}
.overviewbanner23:before {
  content: "";
  background-color: #f7f7f7;
  height: 75%;
  position: absolute;
  width: 100%;
  z-index: -1;
  left: 0px;
}
.overviewbanner23 ul li {
  font-size: 15px;
  text-align: justify;
  margin: 10px 14px 10px 35px !important;
  color: #000;
  padding: 0px 8px;
}
.overviewbanner23:before {
  content: "";
  background-color: #f7f7f7;
  height: 105% !important;
  position: absolute;
  width: 96%;
  z-index: -1;
  left: 10px;
}
.overviewbanner23 ul {
  padding: 9px 0px !important;
}

.roomsdescription {
  margin-top: 10px !important;
  padding: 0px 0px !important;
}
.localareas .card {
  height: 294px !important;
}
.close {
  top: 191px;
  right: 30px;
  background: #ffffff url(../gallery/close.png);
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: center;
  cursor: pointer;
}
.modal{
  margin-top: 0px !important;
}
.overviewbanner2imgmob{
  display: block !important;
}
.closee {
  position: absolute;
  top: 0px !important;
  right: 0px !important;
  width: 40px;
  height: 40px;
  background: transparent url(../gallery/close.png);
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: center;
  cursor: pointer;
  border-radius: 50%;
  z-index: 10;
}
.headerr .row {
  background-color: transparent !important;
}
#progress-value {
  display: block;
  height: calc(100% - 15px);
  width: calc(100% - 15px);
  background-color: #ffffff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 35px;
  color: #001a2e;
}
.cardd {
  width: 100%;
  height: auto !important;
  padding: 3em 1.5em;
  background: linear-gradient(#ffffff 50%, #068f1f 50%);
  background-size: 100% 200%;
  background-position: 0 2.5%;
  border-radius: 5px;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  transition: 0.5s;
}
.roomsss h2 {
  margin: -30px 0px 9px 0px !important;
  font-family: "Nothing You Could Do", cursive;
  font-size: 1.3rem;
  font-weight: 500;
}

.activities .services_headingg h3 {
  font-family: "Nothing You Could Do", cursive;
  margin-top: 10px;
  font-size: 1.3rem;
  line-height: 32px;
}
.activities .services_headingg h1 {
  font-size: 2rem !important;
  margin-top: 20px;
  font-weight: 600;
  font-family: "Ubuntu", sans-serif !important;
}.footer-cta {
  border-bottom: 1px solid #373636;
  margin-bottom: 12px;
}
.bank-info {
  flex: 0 0 auto; /* Prevent bank info from stretching */
  width: 102px; /* Set fixed width for bank info */
  font-weight: bold;
}
.services_headingg h1 {
  font-size: 2rem !important;
  margin-top: 36px;
  font-weight: 600;
  font-family: "Ubuntu", sans-serif !important;
}

.navss {
  display: unset;
  align-items: center;
  justify-content: space-between;
}
.navbar-toggler {
  border: none !important; /* Remove border */
  outline: none !important; /* Remove focus outline */
}

.navbar-toggler:focus {
  box-shadow: none !important; /* Remove focus box shadow */
}
.slogans {
  position: relative !important;
}
.card .card-body .btn {
  z-index: 99;
}


}


 




/* ------------------------------------------------------------ */
