/* new style  */


.navbar {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}
.carousel-control-prev, .carousel-control-next:hover{
  background-color: #00000000 !important;
}
.navbar .navbar-brand{
  width: 25%;
 
}
.navbar .navbar-brand img{
  width: 9%;
  position: absolute;
  z-index: 999;
  top: 0px;
}
.nav-link{
  font-weight: 600 !important;
  font-size: 17px !important;
}
.top-bar{
    background: #009244;
    color: #fff;

}
.dropdown-item.active, .dropdown-item:active {
 
  background-color: #009244 !important;
}
.top-bar a{
  color: #fff;
  text-decoration: none;
}



.carousel-caption {
  position: absolute;
  z-index: 2; 
}


.carousel-overlay {
  position: relative;
}

.carousel-overlay img {
  display: block;
  width: 100%;
  /* height: 500px; */
  height: auto;
}
.carousel-inner {
  height: 660px; 
}


.carousel-overlay::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.197); 
  z-index: 1;
}

.carousel-caption.centered-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
  color: white;
  width: 60%; 
  padding: 20px;
}

.carousel-caption h5 {
  font-size: 80px;
  font-weight: bold;
  font-family: "Oleo Script", system-ui;
  font-weight: 400;
}

.carousel-caption p {
  font-size: 1.2rem; 
}
/* about us */

.hotel-search-form {
    position: relative;
    z-index: 1;
    width: 78%;
    padding: 40px;
}
.roberto-about-area {
  position: relative;
  z-index: 1;
  background: linear-gradient(to bottom, rgb(255 255 255 / 92%), rgb(254 254 254 / 93%)), url(../img/perhara.jpg) no-repeat center center;
  background-size: cover;
}

.roberto-about-area .hotel-search-form-area {
  width: 100%;
  z-index: 100;
  top: 20px;

}
button{
  background: #b54323;
  padding: 7px 32px;
  font-size: 18px !important;
  color: #ffffff;
    border: none;
    font-weight: 500;

}
button:hover{
  background-color: #fd7038;
}
.h2-topic{
     /* font-family: "Spicy Rice", serif !important; */
     text-align: center;
     font-size: 50px;
     padding: 44px;

}
.trending-destination{
  background-color: #0000000d;

}
.trending-destination .h2-topic{
  color: #000;
}
p{
    text-align: justify;
    font-size: 18px;
}
.h2-font{
  font-weight: 700;
  font-size: 47px;
  padding: 15px 7px;
  color: #009345;
}
.contact-p p{
  text-align: left !important;
}


/* destination */

.package-card {
  position: relative;
  text-align: center;
  overflow: hidden;
  /* padding: 0px; */
  margin-bottom: 37px;
  /* border-radius: 10px; */
  background: #009345;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.package-card:hover {
    transform: scale(1.05);
}

/* Image Wrapper */
.image-wrapper {
    position: relative;
    overflow: hidden;
}

.image-wrapper img {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}

.image-wrapper:hover img {
    transform: scale(1.1);
}

/* Overlay */
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0 0 0 / 41%);
    opacity: 0;
    transition: opacity 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.image-wrapper:hover .overlay {
    opacity: 1;
}

/* Overlay Text */
.overlay-text {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    font-size: 44px;
    font-family: "Estonia", cursive;
    text-transform: uppercase;
}

/* Destination Name */
.dest-name {
    margin-top: 10px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    text-transform: capitalize;
    transition: color 0.3s ease;
}





/* packages */
.packages{
  background: linear-gradient(to bottom, rgb(0 0 0 / 40%), rgb(0 0 0 / 64%)), url(../img/elephant.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;


}

.blog-item .blog-img {
    position: relative;
    overflow: hidden;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
  }
  
  .blog-item .blog-img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    transition: 0.5s;
  }
  
  .blog-item .blog-img img {
    transition: 0.5s;
  }
  
  .blog-item .blog-img:hover img {
    transform: scale(1.3);
  }
  
  .blog-item:hover .blog-img::after {
    background: rgba(13, 76, 202, 0.5);
  }
  .blog-centent p{
    min-height: 84px;
  }
  .blog-centent a {
    background-color: #b54323;
    color: #fff !important;
    font-weight: 500;
    border-radius: unset;
    text-decoration: none;
    padding: 10px 20px; 
    transition: all 0.3s ease; 
}

.blog-centent a:hover {
  background-color: #fd7038;
      transform: scale(1.05); 
    font-weight: 600;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

  
  
  .blog-item .blog-centent {
    /* display: flex; */
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
    /* margin-bottom: 20px; */
    background: #ffffffcf;
    border: 1px solid #1842b600;
    border-top: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 20px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  
  }.blog-item {
    display: flex;
    flex-direction: column;
    height: 82%;
  }



  /* gallery */
  .gal{
  
    /* background: linear-gradient(to bottom, rgb(255 255 255 / 88%), rgb(255 255 255 / 66%)), 
     url(../img/galleryyata.jpg);
background-size: cover; 
background-position: center;
background-repeat: no-repeat; */
  

  }
  .gallery-img {
    cursor: pointer;
    transition: transform 0.3s ease;
  }
  .gallery-img:hover {
    transform: scale(1.1);
  }
  .modal-img {
    max-height: 90vh;
    max-width: 100%;
    display: block;
    margin: auto;
  }
  .modal-content{
    background-color: #ffffff66;
  }


  /* footer */
   /* footer */

    /*---------------------------------------
  SITE FOOTER              
-----------------------------------------*/
.site-footer {
    padding-top: 70px;
    background-color: #000;

  }
  .site-footer-h1{
    color: aliceblue;
    text-align: center;
    letter-spacing: 6.5px;
  }
  
  .site-footer-bottom {
    background-color: var(--secondary-color);
    position: relative;
    z-index: 2;
  }
    .site-footer-bottom {
      padding: 10px 0;
    
    margin-top: 70px;
    /* padding-top: 25px; */
    /* padding-bottom: 25px; */
  }
  
  .site-footer-bottom a {
      color: var(--white-color);
  }
  
  .site-footer-bottom a:hover {
      color: #FF6;
  }
  
  .site-footer-link {
    color: var(--white-color);
    text-decoration: none;
  }
  
  .copyright-text {
    color: var(--section-bg-color);
    font-size: var(--copyright-font-size);
    margin-right: 30px;
  }
  
  .site-footer .custom-btn {
    font-size: var(--copyright-font-size);
  }
  
  .site-footer .custom-btn:hover {
    background: var(--primary-color);
  }
  .site-footer .navbar-brand img{
    width: 35%;
  }
  
  
  /*---------------------------------------
    FOOTER MENU               
  -----------------------------------------*/
  .footer-menu {
    /* column-count: 2; */
    margin: 0;
    padding: 0;
  }
  
  .footer-menu-item {
    list-style: none;
    display: block;
    font-size: 18px;
    text-decoration: none;
    /* font-family: "Adamina", serif; */
    line-height: 29.5px;
  }
  
  .footer-menu-link {
    font-size: var(--p-font-size);
    color: var(--white-color);
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-bottom: 5px;
    text-decoration: none;
  }
  .social-icon-link {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    color: white;
    background-color: orange;
    border-radius: 0; 
    text-decoration: none; 
    transition: transform 0.3s ease;
}

.social-icon-link:hover {
    transform: scale(1.1);
}
.social-icon{
  padding: 10px 25px;
}

.social-icon-item {
    list-style: none; 
}

.destiny{
  font-size: 19px;
}


.destiny h5{
  font-weight: 600;
  font-size: 34px !important;
}

  .site-footer-title{
    margin-bottom: 25px;
    font-family: "Adamina", serif;
    font-size: 22px;
    
  }
  .contact-info i{
    color: #ffa500;
  }
  .reserved{
  }




  /* about us page */
  .about-us-header {
    background: linear-gradient(rgb(0 0 0 / 17%), rgb(0 0 0 / 68%)), url(../img/header.jpg) no-repeat center center / cover;
    color: #fff;
    min-height: 300px; 
    display: flex;
    align-items: center;
    justify-content: center;
}
.lead{
  text-align: center;
  font-family: "Estonia", cursive;
  font-size: 17px !important;
}
.lead-name{
  font-size: 39px !important;
  text-align: center;
  font-family: "Estonia", cursive;
}


/* about us page */
.welcome-section {
  background-image: url('../img/1234.jpg');
  background-size: cover; 
  background-position: center; 
  background-repeat: no-repeat; 
 
}
.text-side{
  padding: 62px 10px;
}



.nav-item.dropdown:hover .dropdown-menu {
    display: block; 
    margin-top: 0; 
}
.ex{
  text-decoration: none;
  color: black;
}

.contact-icon i{
  font-size: 47px;
  color: #ffa500;
}
.chat-with-us{
  padding: 37px;
  background: aliceblue;
}
.fonts-colors{
  color: black !important;
  font-size: 16px;
  font-weight: 500;
  margin-top: 17px;
  margin-bottom: 3px;
  font-family: "Adamina", serif;
}
.btn-success{
  background-color: #f7c957 !important;
  border: none !important;
}
.contact-add-item a{
  text-decoration: none;
  color: black;
}