/*Animations*/
.fadeinleft {
    opacity:0;
    transform: translateX(200px);
    transition: all 1.3s ease-out;
}

.fadeinright{
    opacity: 0;
    transform: translateX(-200px);
    transition: all 0.8s ease-out;
}

.fadeindown{
    opacity: 0;
    transform: translateY(-100px);
    transition: all 1.2s ease-out;
}

.fade-in{
    opacity:0;
    transition: all 1.3s ease-in;
}

.active-left,.active,.active-right,.active-down{
    opacity:1;
    transform: translateX(0);
    transform: translateY(0);
}



.fadein{
opacity: 0;
}   


/* End Animations*/


@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Dancing+Script:wght@400..700&family=Gilda+Display&family=Grey+Qo&family=IBM+Plex+Sans+JP&family=Jost:ital,wght@0,100..900;1,100..900&family=La+Belle+Aurore&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Libertinus+Math&family=Lora:ital,wght@0,400..700;1,400..700&family=Marcellus&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Playfair+Display:ital,wght@0,400..900;1,400..900&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=Roboto+Slab:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Spectral:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

body{
background-color: #faf0e6;
}


nav.navbar {
  width: 100%;
  background-color:#F8F6F3 ;
 
  }


.navbar.scroll {
  background-color: #979595!important; 
  transition: background-color 0.2s ease-in-out;
  box-shadow: o 3px 10px rgb(0, 0, 0, 0.15);
}


.nav-link2 {
  font-size: 24px !important;
  color: rgba(0, 0, 0, 0.808);

}


.nav-link2.active {
  color: black !important; 
}

.nav-link2:hover {
  font-size: 24px !important;
  color: black;
}


.nav-link2.active:hover {
  color: black !important; 
}



.nav-link {
  font-size: 19px !important;
  color: black!important;
   font-family: "Grey Qo", cursive;
  font-weight: 600;
  font-style: normal;
}


.nav-link.active {
  color: black !important; 
   font-family: "Grey Qo", cursive;
  font-weight: 400;
  font-style: normal;
}

.nav-link:hover {
  font-size: 30px !important;
  color: #ff6f29!important;
  font-size: 19px !important;
}

.nav-link.active:hover {
  color: black !important; 
}

.navbar li {
  margin: 0 20px;
 color: black;
}


.btn-book{
  border-radius: 10px;
  color: white ;
  background-color:#ff6f29;
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px
}


.btn-book:hover{
  border-radius: 10px;
  color: white ;
  background-color:#ff6f29;
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px
}


.btn-book{
background-color:#dc4800;
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 17px;

}


.carousel-item.bg-slide {
  height: 100vh;            
  width: 100%;
  background-size: cover;    
}

.bg-slide {
  min-height: 500px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat!important;
  transition: background-image 1s ease-in-out;
}

.slide1 { 
   background: url('../img/carousel-1.jpg')rgba(0, 0, 0, 0.500);
      background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
   }

.slide2 { 
   background: url('../img/carousel-2.jpeg')rgba(0, 0, 0, 0.44); 
      background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
   }

.slide3 { 
   background: url('../img/carousel-3.jpeg')rgba(0, 0, 0, 0.44); 
      background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
   }   

.carousel-text{
  text-align: left;
  font-size: 60px;
  margin-top: 30px;
   font-family: "Spectral", serif;
  font-weight: 550;
  font-style: normal;

}

.carousel-button{
   background-color:#ffde95;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 15px;
    margin-bottom: 60px;
    float: left;
    margin-top: 210px;
    margin-right: 50px;
    color: #2C150B;
   font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal; 
}

.carousel-button:hover{
   background-color:#ffdd95c0;
   color: black;
  }


  .carousel-h3{
      font-family: "Grey Qo", cursive;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 20px;
  margin-bottom: 10px;
  }

  .carousel-h1{
    font-size: 60px;
    font-family: "Marcellus", serif;
  font-weight: 600;
  font-style: normal;
  margin-bottom: 250px;
  }

  .book-link{
    background-color: #ff6f29;
    color: white;
    border: 5px solid #ff6f29;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
   margin-bottom: 200px!important;
  }

   .book-link:hover{
    background-color: #ff6f29;
    color: white;
    border: 5px solid #ff6f29;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
   margin-bottom: 200px!important;
  }




    .book-link1{
    background-color: #ff7029b6;
    color: white;
    border: 5px solid #ff6f29;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
   margin-bottom: 200px!important;
   margin-top: 20px;
   font-size: 15px;
  }


    .book-link1:hover{
    background-color: #ff6f29;
    color: white;
    border: 5px solid #ff6f29;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
   margin-bottom: 200px!important;
   margin-top: 20px;
   font-size: 15px;
  }

    .about-icon {
            width: 50px;
            height: 50px;
            color: green;
        }
        .about-text p {
            color: #666;
        }

        .about-badge {
            background-color: #f15a29;
            color: #fff;
            padding: 10px 20px;
            border-radius: 6px;
            font-weight: 500;
            display: inline-block;
        }


        .about-image {
            position: relative;
            border-radius: 10px;
            overflow: hidden;
            margin-top: 20px!important;
        }

        .about-image .badge-overlay {
            position: absolute;
            bottom: 15px;
            left: 15px;
            background-color: #f15a29;
            color: #fff;
            padding: 12px 20px;
            border-radius: 6px;
            font-weight: 500;
        }

      .camping-heading{
      font-family: "Grey Qo", cursive;
      font-weight: 200;
      font-style: normal;
      color: #7aa93c!important;
     }
     .camping-heading1{
      font-family: "Grey Qo", cursive;
      font-weight: 200;
      font-style: normal;
      color: #7aa93c!important;
      text-align: center;
      margin-top: 50px;
     }

        .tent-img{
            background-color: #f15a29;
            border-radius:30px;
            padding-top: 5px;
            padding-bottom: 5px;
            padding-left: 5px;
            padding-right: 5px;
       
        }

        .tent-img{
            color: rgba(0, 0, 0, 0.63);
            text-transform: uppercase;
            font-family: "Poppins", sans-serif;
            font-weight: 700;
            font-style: normal; 
            margin-left: 10px;
        }

        .about-section{
            color: #3b251a;
             font-family: "Marcellus";
            font-weight: 600;
            font-style: normal;
            font-size: 35px;
        }

        
        .about-section1{
            color: #3b251a;
             font-family: "Marcellus";
            font-weight: 800;
            font-style: normal;
            font-size: 45px;
            text-align: center;
            margin-bottom: 50px;
        }

        .about-p{
            color: rgba(0, 0, 0, 0.63);
              font-family: "Poppins", sans-serif;
            font-weight: 500;
            font-style: normal; 
            letter-spacing: 1px;
        }

        .tittle{
          color: black;
          font-family: "Marcellus";
            font-weight: 600;
            font-style: normal;
            font-size: 21px;
        }

        .banner{
          background-color: #3b251a;
          color: white;
        }

        

.footer {
  background-color: #3b251a;
  color: white;
  padding: 60px 0 30px 0;
  font-family: 'Jost', sans-serif;
}

.footer-title {
  font-size: 28px;
  letter-spacing: 3px;
  font-weight: bold;
  margin-bottom: 20px;
   font-family: "Marcellus", serif;
  font-weight: 600;
  font-style: normal;
}

.footer-description {
  font-size: 17px;
  line-height: 26px;
  color: #ccc;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal; 
}

.footer-heading {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #ffffff;
   font-family: "Marcellus", serif;
  font-weight: 600;
  font-style: normal;
}

.footer-contact li {
  margin-bottom: 10px;
}

.footer-contact a {
  color: #ccc;
  text-decoration: none;
}

.footer-contact a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.social-link {
  color: #fff;
  font-size: 24px;
  margin-right: 15px;
  text-decoration: none;
}

.social-link:hover {
  color: #C4AB86;
}

.footer-links a {
  color: #ccc;
  margin-right: 20px;
  font-size: 14px;
  text-decoration: none;
}

.footer-links a:hover {
  color: white;
}

.footer-divider {
  border-color: rgba(255, 255, 255, 0.1);
  margin: 40px 0 20px;
}

.intermedia-logo {
  width: 100px;
  margin-left: 10px;
  vertical-align: middle;
}



.parallax-section {
 background: url('../img/background.jpeg')rgba(0, 0, 0, 0.70);
  height: 60vh;
  background-attachment: fixed;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
    background-blend-mode: multiply;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 35px;
  width: 100%;
}

.carousel-text1{
  margin-top: 190px;
text-align: left;
margin-bottom: 35px;
}

.parallax-content {
  color: white;
  z-index: 2;
  padding: 20px;
  border-radius: 10px;
}

.parallax-content h1 {
  font-size: 48px;
  margin-bottom: 10px;
}

.parallax-content p {
  font-size: 20px;
}


 .activity-card {
      border: none;
      transition: transform 0.3s ease;
      box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    }
    .activity-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    }
    .activity-icon {
      width: 70px;
      height: 70px;
      background: white;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: -35px auto 15px auto;
      box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    }

      .activity-icon:hover {
      width: 70px;
      height: 70px;
      background: #5a3410d7;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: -35px auto 15px auto;
      box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    }

    .activity-icon img {
      width: 40px;
    }
    .card-img-top {
      height: 220px;
      object-fit: cover;
    }
    .read-more {
      font-weight: 600;
      font-size: 0.85rem;
      text-transform: uppercase;
      color: #5a3410;
      letter-spacing: 0.5px;
    }

    .card-title{
        font-family: "Marcellus";
        font-weight: 600;
        font-style: normal;
        font-size: 27px;
        color: #3b251a;}

        .card-text{
          font-family: "Poppins", sans-serif;
          font-weight: 500;
          font-style: normal;
          font-size: 17px; 
          margin-top: 10px;
        }

        .read-more{
           font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 14px; 
  margin-top: 10px;
  color: #2C150B;
        }

.read-more:hover{
      color: #7aa93c;
        }

        
  
#hotel-testimonials{
margin-top: 50px!important;
margin-bottom: 50px!important;
background-color: #eaf4fa!important;
}

.testimonial-tittle{
   color: #3b251a;
             font-family: "Marcellus";
            font-weight: 800;
            font-style: normal;
            font-size: 45px;
            text-align: center;
            margin-bottom: 50px;
}

.clients-name{
   color: #3b251a;
     font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.fa-quote-right{
  color: #7aa93c;
}

.fa-quote-left{
  color: #7aa93c;
}
#gallery-head {
     background: url('../img/1\ \(6\).jpeg'), rgba(0, 0, 0, 0.386);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 50vh;
    display: flex;
    align-items: center;
}

#contacts-head {
     background: url('../img/carousel-3.jpeg'), rgba(0, 0, 0, 0.386);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 50vh;
    display: flex;
    align-items: center;
}


 .contact-section {
      position: relative;
      background: url('your-background-image.jpg') center/cover no-repeat;
      padding: 80px 0;
      color: white;
    }

    .contact-section h2 {
      font-weight: bold;
      text-align: center;
      margin-bottom: 50px;
    }

    .contact-card {
      background: white;
      color: black;
      border-radius: 12px;
      padding: 25px;
      display: flex;
      align-items: center;
      gap: 15px;
      box-shadow: 0px 4px 15px rgba(0,0,0,0.1);
      height: 100%;
    }


    
    .contact-card:hover {
      background: white;
      color: black;
      border-radius: 12px;
      padding: 25px;
      display: flex;
      align-items: center;
      gap: 15px;
      box-shadow: 0px 4px 15px rgba(0,0,0,0.1);
      height: 100%;
    background: #4caf4fd5;
    }

    .contact-card.green {
      background: #4CAF50;
      color: white;
    }

    .contact-icon {
      font-size: 30px;
    }


.contact-title{
  color: #2C150B;
      font-family: "Marcellus";
            font-weight: 800;
            font-style: normal;
}

#about-head{
    background: url('../img/carousel-2.jpeg'), rgba(0, 0, 0, 0.386);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 50vh;
    display: flex;
    align-items: center;
}


    @media screen and (max-width: 768px) {
  .carousel-h3{
  font-family: "Grey Qo", cursive;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 10px;
  margin-top: 100px;
  }

    .carousel-h1{
    font-size: 20px;
  margin-bottom: 250px;
  }

  .about-section{
   font-size: 27px;
        }

   .tittle{
     font-size: 15px;
        }
    }