/*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=Marcellus&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lavishly+Yours&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Gilda+Display&family=Jost:ital,wght@0,100..900;1,100..900&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=Lora:ital,wght@0,400..700;1,400..700&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: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');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Jost:ital,wght@0,100..900;1,100..900&family=Miniver&family=Poppins:ital,wght@0,100;0,400;0,500;0,600;0,700;1,600;1,700&display=swap');



html, body {
 height: 100%;
  margin: 0!important;
  background-color: #F9F8F7;
  width: 100%;
  overflow-x: hidden;
  padding-top: 0; 
}


.navbar{
    box-shadow: none;
    background-color: transparent!important;
    margin-bottom: -10em;
    position: relative;
    z-index: 50;
}

.nav-item{
  margin-top: 30px;
}



@media (max-width: 991.98px) {
  .navbar {
    background-color: beige; 
    margin-bottom: 0;
    padding: 15px 0;
  }
  

  
  .nav-link {
    margin-left: 0;
    font-size: 18px!important;
    padding: 10px 15px;
    border-top: none;
    border-left: 3px solid #FFC200;
  }
  
  .nav-link:hover,
  .nav-link.active:hover {
    border-bottom: none;
    border-left: 3px solid #29abe2;
    background-color: beige;
  }
  

  .navbar-nav {
    width: 150%;
  }
  
  .d-flex {
    margin-top: 15px;
    justify-content: center;
  }
  

}

@media (max-width: 575.98px) {
  .nav-link {
    font-size: 16px!important;
  }
}

.nav-link {
color: white;
font-family: "Marcellus", serif;
font-weight: 400;
font-style: normal;
font-size: 21px!important;
margin-left: 23px;
border-top: 5px solid #FFC200;
 margin-left: 60px;
 text-transform: uppercase;
}

.nav-link.active{
    color: white!important;
}

.nav-link:hover {
    color:white;
    transition: white;
    border-bottom: 5px solid #29abe2;
}


.nav-link.active:hover{
    color:white;
    transition: white;
    border-bottom: 5px solid #29abe2;
}

.book-button{
    background-color:#FFE7B4;
    margin-top: 42px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 15px;
    margin-bottom: 10px;
    color: #2C150B;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
    }


 .book-button:hover{
    background-color:#f5d486bb;
    color: rgba(0, 0, 0, 0.836);
  }   

.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/new/image00002.jpeg')rgba(0, 0, 0, 0.500);
      background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
   }

.slide2 { 
   background: url('../img/new/image00008.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/new/image00137.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;
  }

  
.language-selector {
  list-style: none;
  padding: 0;
  display: flex;
  align-items: center;
  margin-top: 30px!important;
   
}

.language-selector li {
  display: inline-block;
  margin: 0 5px;
  position: relative;
}

.language-selector {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  margin-left: 40px;
}

.language-selector li {
  display: inline-block;
  margin: 0 5px;
  position: relative;
}


.top-bar{
    background-color: #29aae2e7;
    padding-top: 20px;
    padding-bottom: 20px;
}

.primary-btn{
   background-color:#FFC200;
   padding-top: 15px;
   padding-bottom: 15px;
   padding-left: 50px;
   padding-right: 50px;
   font-size: 15px;
   margin-top: 15px;
 font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal; 
  color: white;
}


.primary-btn:hover{
   background-color:#FFC200;
   color: white;
}

.imagee{
    margin-right: 20px;
}





   .carousel-h1{
     font-size: 50px;
     font-family: "Poppins", sans-serif;
     font-weight: 900;
     font-style: normal; 
     color: white;
     margin-bottom: 30px;
   
   }

   .book-link{
    font-size: 20px;
     font-family: "Poppins", sans-serif;
     font-weight: 900;
     font-style: normal; 
     color: white;
     margin-bottom: 200px!important;
   }

   .carousel-h5{
     font-size: 25px;
     font-family: "Poppins", sans-serif;
     font-weight: 900;
     font-style: normal; 
     color: white;
     margin-bottom: 300px;
   }

   .aboutsection-img{
    margin-left: 550px;
    margin-top: 30px;

   }

   .aboutus-caption{
    text-align: center;
     font-family: "Poppins", sans-serif;
     font-weight: 200;
     font-style: normal; 
     color: rgba(0, 0, 0, 0.795);
     font-size: 25px;
     letter-spacing: 1px;
   }


   .legend-h1{
    margin-top: 60px;
    text-align: center;
    color: #29abe2;
    font-family: "Marcellus", serif;
     font-weight: 700;
     font-style: normal;
     font-size: 46px;

   }

   .legend-p{
    font-family: "Poppins", sans-serif;
     font-weight: 200;
     font-style: normal; 
     color: rgba(0, 0, 0, 0.795);
     text-align: center;
     font-size: 30px;
   }


   
   .legend-p1{
    font-family: "Poppins", sans-serif;
     font-weight: 200;
     font-style: normal; 
     color: rgba(0, 0, 0, 0.795);
     text-align: center;
     font-size: 23px;
   }

   .ticket-card {
      border: 6px solid transparent;
      padding: 20px;
      text-align: center;
      min-height: 200px;
      transition: transform 0.2s;
      padding-top: 20px;
    }

    .ticket-card:hover {
      transform: translateY(-5px);

    }
 

    .full-day {
      border-color: #6ed3cf;
    }
    .two-day {
      border-color: #2e2d84;
      position: relative;
    }
    .two-day .ribbon {
      position: absolute;
      top: -5px; left: -5px;
      background: #2e2d84;
      color: white;
      padding: 5px 10px;
      font-size: 0.8rem;
      font-weight: bold;
    }
    .half-day {
      border-color: #6dcff6;
    }
    .season {
      border-color: #6ed3cf;
    }
   

    .ticket-desc {
      font-size: 17px;
      color: rgba(0, 0, 0, 0.849);
      padding-bottom: 35px;
    }

    .ticket-title1{
    text-transform: uppercase;
    color:  #6ed3cf;
     font-family: "Poppins", sans-serif;
     font-weight: 600;
     font-style: normal; 
     font-size: 20px;
     margin-bottom: 30px;
     padding-top: 30px;

    }

    
    .ticket-title2{
    text-transform: uppercase;
    color:  #2e2d84;
     font-family: "Poppins", sans-serif;
     font-weight: 600;
     font-style: normal; 
     font-size: 20px;
     margin-bottom: 20px;
     padding-top: 20px;

    }

     .ticket-title3{
    text-transform: uppercase;
    color: #6dcff6;
     font-family: "Poppins", sans-serif;
     font-weight: 600;
     font-style: normal; 
     font-size: 20px;
     margin-bottom: 20px;
     padding-top: 30px;

    }

      .ticket-desc1 {
      font-size: 17px;
      color: rgba(0, 0, 0, 0.849);
      padding-bottom: 107px;
    }


        .ticket-title4{
    text-transform: uppercase;
    color: #6ed3cf;
     font-family: "Poppins", sans-serif;
     font-weight: 600;
     font-style: normal; 
     font-size: 20px;
     margin-bottom: 10px;
     padding-top: 30px;

    }

    .tickets-title{
        text-align:center ;
        color: black;
        font-family: "Marcellus", serif;
     font-weight: 600;
     font-style: normal;
     font-size: 40px;
     margin-top: 80px;
    }



.gallery-btn{
 margin-right: 10px!important;
  bottom: 20px;
  left: 50%;
  margin-top: 50px!important;
  transform: translateX(-50%) translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  background-color: #FFC200;
  color: #3945a7;
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
  text-decoration: none;
     font-family: "Poppins", sans-serif;
     font-weight: 600;
     font-style: normal; 
     font-size: 17px;
     padding-top: 10px;
     padding-bottom: 10px;
}


    .ticket-card .book-btn {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);

}


.ticket-card:hover .book-btn {
  opacity: 1;
  visibility: visible;

}

.book-btn {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%) translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  background-color: #FFC200;
  color: #fff;
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
  text-decoration: none;
     font-family: "Poppins", sans-serif;
     font-weight: 600;
     font-style: normal; 
     font-size: 15px;
}


.book-btn:hover {
     background-color: #FFC200;
}

.footer-background{
    background-color: #29aae2e7;
}

.footer-h4{
    color: white;
    font-size: 20px;
    text-transform: uppercase;
    text-align: left;
    margin-top: 80px;
    margin-left: 80px;
     font-family: "Poppins", sans-serif;
     font-weight: 600;
     font-style: normal; 
     margin-bottom: 10px;
    
}

.footer-cel{
     color: white;
    font-size: 25px;
    text-transform: uppercase;
    text-align: left;
    margin-left: 80px;
     font-family: "Poppins", sans-serif;
     font-weight: 600;
     font-style: normal; 
     margin-top: 15px;
}

.footer-number{
    color: white;
    font-size: 18px;
    text-align: left;
    margin-left: 80px;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal; 
    margin-top: 15px;
    letter-spacing: 1px;
}


.service-card {
      background-color: #82ceeec5;
      border-radius: 8px;
      text-align: center;
      padding: 30px 15px;
      margin-bottom: 20px;
    }
    .service-icon {
      font-size: 40px;
      color: #0097a7;
      margin-bottom: 15px;
    }
    .service-title {
      font-size: 1.25rem;
      font-weight: 600;
      margin-bottom: 10px;
    }
    .service-desc {
      color: #555;
    }
    .schedule-item {
      margin-bottom: 10px;
    }
    .schedule-time {
      color: #0097a7;
      font-weight: 500;
    }
    .img-stack {
      position: relative;
    }
    .img-top {
      position: absolute;
      bottom: -20px;
      left: 20px;
      border: 5px solid #fff;
      box-shadow: 0 4px 12px rgba(0,0,0,0.2);
      width: calc(100% - 90px);
    }
    .img-bottom img {
      width: 100%;
      border-radius: 8px;

    }

.gallery{
color: #6dcff6;
text-align: center;
font-family: "Marcellus", serif;
font-weight: 600;
font-style: normal;
font-size: 30px;
margin-top: 50px;
}


.gallery-section{
  color: black;
   font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: normal; 
    margin-top: 15px;
    font-size: 25px;
    text-align: center;

}

    /* footer */
  .contact section p {
    color: white;
    text-align: center;
  }
  
  .contact section a {
    font-family: "Cormorant Garamond", serif;
    text-decoration: none;
    color: inherit;
    transition: .1s;
    border-bottom: 1px solid transparent;
  }
  
  .contact section a:hover {
    border-color: var(--bs-secondary);
  }
  
  
  @media only screen and (min-width: 992px) {
  



.nav-link{
  color: black!important;
}

    header .navbar .link-btn {
      margin: 0;
      margin-left: auto;
    }
  
    .im-img {
      width: 28%;
    }

  }
  .footer_wrapper {
   background-color: #1e2326;
    padding: 5% 0 5% 0;
  }
  
  .footer_wrapper h5 {
    color: #ffffff;
    margin-bottom: 1.25rem;
    font-family: "Cormorant Garamond", serif;
    font-weight: 500;
  }
  
  .footer_wrapper ul li {
    margin-bottom: .5rem;
    list-style: none;
  }
  
  .footer_wrapper .contact-info li a {
    color: rgb(255, 255, 255);
  }
  
  .footer_wrapper .link-widget li a,
  .footer_wrapper p {
    color: rgb(255, 255, 255);
    font-size: 16px;
    padding-left: 1.5rem;
    position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
  }

  
  .footer_wrapper .link-widget li a:hover {
    margin-left: .625rem;
    color: hsl(0, 0%, 100%);
  }
  
  
  .footer_wrapper .form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: var(--secondary-color);
  }
  
  .footer_wrapper .copyright-section {

    padding: 1.10rem 0 .3125rem;
    text-align: center;
    background-color: #82ceeec5;
  }
  
  .footer_wrapper .copyright-section a {
    color: white;
  }
  
  @media (max-width: 767px) {
    .footer_wrapper>div {
      padding: 0 1.875rem;
    }
  }

  .footer_wrapper .social-network a {
    width: 2.1875rem;
    height: 2.1875rem;
    margin: .5rem;
    line-height: 2rem;
    font-size: .975rem;
    display: inline-block;
    border: .125rem solid #ffffff;
    color: var(--text-gray);
    text-align: center;
    border-radius: 100%;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .footer_wrapper .social-network a:hover {
    background-color: rgba(0, 0, 0, 0.233);
    border-color: var(--secondary-color);
    color: var(--text-white);
    box-shadow: 0 .625rem .9375rem 0 rgb(0 0 0 / 10%);
    transform: translateY(-0.1875rem);
    border: .125rem solid #192841;
  }
  .footer1 a{
    font-family: "Cormorant Garamond", serif;
    font-size: 20px;
  }
  .footer2 a{
    font-family: "Cormorant Garamond", serif;
   font-size: 20px;
  }

  
#hotel-testimonials{
margin-top: 50px!important;
margin-bottom: 50px!important;
background-color: #eaf4fa!important;
}


  .section-bg2{
 background: url('../img/new/image00004.jpeg'), rgba(0, 0, 0, 0.316);
  background-position:center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-attachment: scroll;
  padding-top: 300px;
  padding-bottom: 250px;
  color: white;

  }


    .section-bg3{
 background: url('../img/new/image00009.jpeg'), rgba(0, 0, 0, 0.316);
  background-position:center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-attachment: scroll;
  padding-top: 300px;
  padding-bottom: 250px;
  color: white;

  }



    .section-bg4{
 background: url('../img/new/image00137.jpeg'), rgba(0, 0, 0, 0.316);
  background-position:center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-attachment: scroll;
  padding-top: 300px;
  padding-bottom: 250px;
  color: white;
 
  }


.adress{
background-color:#36c5d5;
color: white;
text-align: center;
padding-top: 50px;
}


.phone{
background-color: #3945a7;
color: white;
text-align: center;
padding-top: 50px;
}


.mail{
background-color:#0c0d0f;
color: white;
text-align: center;
padding-top: 50px;
}


@media only screen and (max-width: 870px) {

     .carousel-h1{
     font-size: 25px;
     font-family: "Poppins", sans-serif;
     font-weight: 900;
     font-style: normal; 
     color: white;
     margin-top: 70px!important;
   }

   .aboutsection-img{
    width: 200px;
    margin-left: 80px;
   }
   
   .legend-h1{
    margin-top: 60px;
    text-align: center;
    color: #29abe2;
    font-family: "Marcellus", serif;
     font-weight: 700;
     font-style: normal;
     font-size: 30px;
   }


    .legend-p{
    font-family: "Poppins", sans-serif;
     font-weight: 200;
     font-style: normal; 
     color: rgba(0, 0, 0, 0.795);
     text-align: center;
     font-size: 20px;
   }

   .legend-img{
    height: 300px;
    width: 380px;
   }

   
    .tickets-title{
    text-align:center ;
    color: black;
    font-family: "Marcellus", serif;
     font-weight: 600;
     font-style: normal;
     font-size: 30px;
     margin-top: 80px;
    }

    
.nav-link {
    color: black;
    font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
    font-size: 21px!important;
    margin-left: 23px;
    border-top: 5px solid #FFC200;
    margin-left: 60px;
    text-transform: uppercase;
    
   
}
.nav-link.active{
    color: black!important;
    
}

}

.contact-h1{
  margin-top: 10px;
  font-size: 25px;
   font-family: "Marcellus", serif;
     font-weight: 700;
     font-style: normal;

}

.contact-h5{
   font-family: "Poppins", sans-serif;
     font-weight: 200;
     font-style: normal; 
     color: rgba(255, 255, 255, 0.918);
}