@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;400;500;900&family=Raleway:wght@700&family=Ubuntu&display=swap');

html {
  scroll-behavior: smooth;
}

body {
  background-color: #f0f0f0;
  color: #333333;
  font-family: 'Montserrat', sans-serif;
}

#title {
  background: url("../herogif2.gif");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 40%;
  margin-bottom: 60px;
}

.container-fluid {
  padding: 0;
  text-align: center;
}

.hero-text {
  padding-top: 15%;
  color: #fff;
  font-size: 3rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  text-align: center;
}

.typed-out {
  display: inline-block;
  border-right: .15em solid #32cd32; /* Green color */
  white-space: nowrap;
  overflow: hidden;
  color: white;
  font-size: 4rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  text-align: center;
}

.navbar {
  box-shadow: 0 0 2rem 0 rgba(0, 0, 0, .2);
  background: #fff;
}

.navbar:before {
  content: "";
  position: absolute;
  background: #fff;
  box-shadow: inset 0 0 2000px rgba(255, 255, 255, .5);
  filter: blur(50px);
}

.navbar-light .navbar-brand {
  font-size: 2rem;
  padding: 0;
  color: #32cd32; /* Green color */
  font-family: 'Ubuntu', sans-serif;
  font-weight: bold;
}

.navbar-light .navbar-nav .nav-link {
  color: #333;
  font-size: 15px;
  margin: 0 10px;
  font-family: 'Montserrat', sans-serif;
}

/* Book Now */

#booknow {
  padding: 0 9%;
  margin-bottom: 50px;
  margin-top: 45px;
}

.booknow-heading {
  text-align: center;
  font-weight: bold;
  font-size: 2.2rem;
  margin-bottom: 50px;
  color: #32cd32; /* Green color */
  font-family: 'Montserrat', sans-serif;
}

/* Package */

#packages {
  font-family: 'Montserrat', sans-serif;
  padding: 0 3%;
}

.package-heading {
  text-align: center;
  font-weight: bold;
  font-size: 2.2rem;
  margin-bottom: 50px;
  color: #32cd32;
}

.card-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, 20rem);
  gap: 20px;
  justify-content: center;
  align-items: center;
}

.card {
    flex: 1 1 22%; /* Adjust the percentage as needed */
  margin: 10px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  text-align: center;
  line-height: 1.5;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
  transform: translateY(-10px);
  box-shadow: rgba(100, 100, 111, 0.3) 0px 10px 40px 0px;
}

.time {
  padding: 15px 10px 15px 10px;
  background-color: #045494;
  color: white;
}

.icon {
  margin: 0 4px;
}

.price {
  position: absolute;
  left: 0;
  top: 10px;
  background-color: #7EA22C;
  color: white;
  padding: 5px 5px;

}

.price p {
  font-family: 'Raleway', sans-serif;
  font-size: 23px;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.5;
}

.price span {
  font-size: 13px;
}

.p-title {
  margin: 20px 0;
  padding: 15px;
}

.p-discription {
  padding: 10px;
}

.btn {
  width: 100%;
}

/* Features */

#features {
  text-align: center;
  padding: 0 3%;
  margin-top: 100px;
  font-family: 'Montserrat', sans-serif;
}

.icon2 {
  color: #32cd32; /* Green color */
  margin-bottom: 10px;
  font-size: 40px;
}

.f-title {
  font-weight: 500;
}

.f-discription {
  padding: 16px;
}

/* Reviews */

#reviews {
  font-family: 'Montserrat', sans-serif;
  padding: 0 3%;
  margin-top: 60px;
  text-align: center;
}

.review-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, 20rem);
  gap: 30px;
  justify-content: center;
  align-items: center;
}

.img {
  height: 70px;
}

.review-heading {
  text-align: center;
  font-weight: bold;
  font-size: 2.2rem;
  margin-bottom: 80px;
  color: #32cd32; /* Green color */
}

.icon3 {
  color: #32cd32; /* Green color */
}

.r-title {
  margin-top: 5px;
  font-size: 20px;
}

.r-discription {
  padding: 6px;
}

/* Activity */

.about-heading {
  text-align: center;
  font-weight: bold;
  font-size: 2.2rem;
  margin-top: 60px;
  color: #32cd32; /* Green color */
}

#about {
  font-family: 'Montserrat', sans-serif;
  padding: 4% 3%;
  margin-top: 45px;
  background-image: url("../camping.gif");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.about-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.about-box {
  padding: 6%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.about-box h3 {
  color: #02ff57;
  margin-top: 30px;
}

.about-box p {
  color: #02ff57;
}

.about2 {
  margin-top: 20px;
}

.about2-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.about2-text {
  padding: 30px;
}

.a-icon {
  margin: 6px 15px;
  font-size: 25px;
  color: #32cd32; /* Green color */
}

.icon-f {
  color: #32cd32; /* Green color */
  font-size: 1px;
}

/* Hotels */

.package-heading2 {
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  font-weight: bold;
  font-size: 2.2rem;
  margin-bottom: 50px;
  color: #32cd32; /* Green color */
  margin-top: 100px;
}

.card2 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
}

.pre {
  width: 50%;
  border-radius: 20%;
  object-fit: cover;
  background-position: center;
}

.floating-text {
  position: absolute;
  bottom: 100px;
}

.hotels {
  font-size: 20px;
  color: white;
  background-color: #32cd32; /* Green color */
  border-radius: 20px;
  padding: 5px 10px;
}

/* gallery */

#gallery {
  font-family: 'Montserrat', sans-serif;
  padding: 0 3%;
  margin-top: 60px;
  text-align: center;
}

.gallery-heading {
  text-align: center;
  font-weight: bold;
  font-size: 2.2rem;
  margin-bottom: 60px;
  color: #32cd32; /* Green color */
}

.btn-gallery {
  margin-top: 30px;
  width: 195px;
}

.btn-review {
  margin-top: 30px;
  width: 195px;
}

/* Footer */

footer {
  position: relative;
  bottom: 0px;
  width: 100%;
  background: #333;
  color: white;
}

.main-content {
  display: flex;
  flex-wrap: wrap;
}

.main-content .box3 {
  flex-basis: 50%;
  padding: 10px 20px;
}

.box3 h2 {
  font-size: 1.125rem;
  font-weight: 600;
  text-transform: uppercase;
}

.box3 .content {
  margin: 20px 0 0 0;
  position: relative;
}

.box3 .content:before {
  position: absolute;
  content: '';
  top: -10px;
  height: 2px;
  width: 100%;
  background: #fff;
}

.box3 .content:after {
  position: absolute;
  content: '';
  height: 2px;
  width: 15%;
  background: #32cd32; /* Green color */
  top: -10px;
}

.left .content p {
  text-align: justify;
}

.left .content .social {
  margin: 20px 0 0 0;
}

.left .content .social a {
  padding: 0 2px;
}

.left .content .social a span {
  height: 40px;
  width: 40px;
  background: #fff;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  border-radius: 5px;
  transition: 0.3s;
}

.left .content .social a span:hover {
  background: #32cd32; /* Green color */
}

.center .content .fas {
  font-size: 15px;
  height: 45px;
  width: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  transition: 0.3s;
  cursor: pointer;
}

.center .content .text {
  font-size: 1.0625rem;
  font-weight: 500;
  padding-left: 10px;
}

.right form .text {
  font-size: 1.0625rem;
  margin-bottom: 2px;
}

.right form .msg {
  margin-top: 10px;
}

.right form input,
.right form textarea {
  width: 100%;
  font-size: 1.0625rem;
  color: #333;
  padding-left: 10px;
  border: 1px solid #222222;
}

.right form input:focus,
.right form textarea:focus {
  outline-color: #32cd32; /* Green color */
}

.right form input {
  height: 35px;
}

.right form .btn2 {
  margin-top: 10px;
}

.right form .btn2 button {
  height: 40px;
  width: 100%;
  border: none;
  outline: none;
  background: #32cd32; /* Green color */
  font-size: 1.0625rem;
  font-weight: 500;
  cursor: pointer;
  transition: .3s;
  color: white;
}

.right form .btn2 button:hover {
  background: #000;
}

.bottom {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  margin-top: 40px;
  text-align: center;
  padding: 20px;
  font-size: 1rem;
}

.bottom a {
  color: #32cd32; /* Green color */
  text-decoration: none;
}

.bottom a:hover {
  text-decoration: underline;
}

/* Details page */

#details {
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  padding: 0 5%;
  line-height: 1.6;
}

.textBg {
  background-color: #32cd32; /* Green color */
  color: white;
  font-size: 30px;
  font-weight: 500;
}

.details-img {
  height: 200px;
}

.dep {
  height: 60px;
}

.contact-btn {
  background-color: #32cd32; /* Green color */
  height: 40px;
  font-size: 15px;
  color: white;
  padding: 7px 27px;
  border: none;
  margin-bottom: 10px;
}

.contact-btn-call {
  height: 40px;
  padding: 7px 21px;
  background-color: #333;
  font-size: 15px;
  color: white;
  border: none;
}

/* Floating Button Styles */
.floating-button {
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 20px;
  right: 20px;
  background-color: #25d366; /* WhatsApp green */
  color: white;
  border-radius: 50%;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 1000;
}

.floating-button.messenger {
  background-color: #0084ff; /* Messenger blue */
  bottom: 80px; /* Adjust to stack buttons */
}

.floating-button i {
  margin-top: 10px;
}

/* General styles for the counter section */
#counter {
  padding: 20px;
}

.counter-wrap {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.counter-item {
  flex: 1;
  min-width: 200px; /* Ensure a minimum width for each counter item */
  margin: 10px;
  text-align: center;
}

/* Mobile-specific styles */
@media (max-width: 600px) {
  .counter-wrap {
    justify-content: space-between;
  }

  .counter-item {
    flex: 1 1 45%; /* Allow items to shrink and fit in two columns */
    margin: 5px;
  }

  .counter-no {
    font-size: 1.2rem; /* Adjust font size for better fit */
  }

  .counter-desc {
    font-size: 0.9rem; /* Adjust font size for better fit */
  }
}

@media (max-width: 880px) {
  .about2-container {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }

  .card {
    width: 100%;
    margin: 10px 0;
  }
}

@media (max-width: 600px) {
  .main-content {
    display: block;
    width: 100%;
  }

  .main-content .box3 {
    flex-basis: 100%;
    padding: 10px;
  }

  .main-content .box3 .content p {
    text-align: justify;
    width: 100%;
  }
}

@media (max-width: 548px) {
  .about2-container {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  }

  .floating-text {
    bottom: 50px;
  }

  .hotels {
    font-size: 18px;
    border-radius: 15px;
    padding: 5px 8px;
  }

  .pre {
    width: 75%;
  }
}

@media (max-width: 425px) {
  .about2-container {
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  }

  .card {
    width: 100%;
    margin: 10px 0;
  }
}