:root {
  --font-primary: "Poppins", sans-serif;
}
:root {
  --color-primary:#0d0f62e0;
  --color-secondary:#0470bd;
  --color-text: #000;
  --color-default: #fff;
  --color-dark:#282626e0;
  --color-ash:#a39a9a;
  --color-ashtxt:#6c757d;
}
:root {
  --background-default:#030505;
}
.dark-head{
    color: var(--color-dark);
}
.light-head{
    color: var(--color-default);
}
.ash-sub{
    color: var(--color-ash);
}
 
/*---------------------------------------------*/
/* Body
-----------------------------------------------*/
*, *:before, *:after{
  margin: 0;
  padding: 0;  
}
/*---------------------------------
  #common css
---------------------------------*/

.clr-section{
  padding: 0px 0px;
}
.clr-pad{
  padding-right: 0px;
  padding-left: 0px;
}
/*-----------------# General-----------------------------*/
body {
  font-family: var(--font-primary);
  color: var(--color-text);  
}
h1,
h2,
h3,
h4,
h5,
h6,
p,{
    margin:0px;
}
h1
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-primary);
}
.clr-pad{
  padding: 0px 0px; !important;
}
.banner-slider{
    padding:0px 0px;

}
i{
  height:22px;
  width:22px;
}
a:hover {
    text-decoration: none;
}
a{
  text-decoration: none;
}
.gn-pgh {
    font-family: var(--font-primary);
    font-size: 15px;
    color: #787272d4;
    margin: 0px auto 20px auto;
    font-weight: 400;
}
p{
    font-size: 15px;
    color: var(--color-ashtxt);
}
.title-head{
    color: var(--color-primary);
}
/*---------------------------------
        nav section
---------------------------------*/

.main-navbar .navbar-brand img{
    width: 150px;
}
.main-navbar{
  padding: 30px 0px 20px 0px;
  position: absolute;
  width: 100%;
  z-index: 9999;
}
.menu-cell a.nav-link {
  font-family: var(--font-primary);
  font-size: 16px;
  font-weight: 600;
  color: var(--color-default) !important;
  margin: 0px 10px;
  text-transform: capitalize;
  color: var(--color-default) !important;
  position: relative;
}
.btn-upload{
    background-color: #1c9fea;
    color: var(--color-default) !important;
    font-family: var(--font-default);
    font-weight: bold;
    border: none;
}
.sub-menu {
    position: relative;
}

.menu-cell .dropdown-menu{
    border-radius:0;
    padding: 0px;
    min-width: 200px;
  }

@media screen and (max-width: 769px) {
.sub-menu .dropdown-menu {
  display: none;
}
.sub-menu:hover .dropdown-menu {
  display: block;
}
.nav-d
    {
      background-color: var(--color-primary)!important;
    }
}
.ct-list-div{
  position: fixed;
  top: 40%;
  right: 0;
  z-index: 999999;
}
.call,.message{
  width: 36px;
  height: 36px;
  background-color:#fd7e14;
  z-index: 999999;
  margin: 0px 0px 10px 0px;
  text-align: center;
}
.call i,.message i{
  font-size: 14px; 
  line-height: 34px;
  color: #fff;
}
.message{
  background-color: #e9ba00;
  top: 47%;
}
/*---------------------------------
        slider section
---------------------------------*/
.slider-banner{
  position: relative;
  display: block;
}
.slider-banner img{
  position: relative;
  width:100%;
  height: 100%;
}
.slider-overlay{
  content: '';
  position: absolute;
  background: linear-gradient(0deg, rgba(29,29,30,0.4) 62%, rgba(2,0,36,0.051) 80%);
  width: 100%;
  height: 100%;
  left:0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}
.carousel-caption{
  top:35%;
  font-family: var(--font-primary);
  color:#fff;
  left:17%;
  position: absolute;
  z-index: 1;
  text-align: center;
}
.carousel-caption h5{
  font-family: var(--font-primary);
  color:#fff;
  font-size:40px;
  text-align: center;
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0px 0px 0px 0px;
}

.carousel-caption h3 span {
    color: #6c3f98;
}
.carousel-caption h3{
  font-family: var(--font-primary);
  color:#fff;
  font-size:40px;
  text-align: center;
  display: block;
  text-transform: uppercase;
  font-weight: 800;
  margin: 0px 0px 0px 0px;
}
.carousel-caption p{
  font-family: var(--font-primary);
  font-size: 30px;
  font-weight: 500px;
  color:#fff;
  text-align: center;
  margin: 0px 0px 0px 0px;
}
.carousel-caption p span{
  font-family: var(--font-primary);
  font-size: 20px;
  color:#fdfcfc;
  font-weight: 300;
  text-align: center;
  margin: 0px 0px 0px 0px;
}
a.donation{
  font-family: var(--font-primary);
  background-color: rgba(46,85,250,.81);
  border-radius: none;
  padding: 10px 15px;
  border: none;
  color: #fff;  
  text-align: center;
  text-transform: capitalize;
  font-weight: bold;
  font-size: 16px;
}
.carousel-caption a{
  align-items: left;
}
/* Add this CSS to your stylesheet */

.carousel-item img.zoom {
  transition: transform 0.5s ease;
}

.carousel-item img.zoom:hover {
  transform: scale(1.1);
}

.carousel-item {
  position: relative;
  overflow: hidden; /* Ensures the image doesn't overflow the carousel item */
}
.carousel-item img {
  width: 100%;
  height: auto;
}

/*-------------------------------
            BANNER             
-------------------------------*/
.bg-page-ppt{
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.banner-bg {
  font-family: var(--font-primary);
  font-size: 40px;
  color: #ffff;
  position: relative;
  text-align: center;
  font-weight: 600;
  z-index: 5;
}
.bg-ppts{
  min-height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  align-items: center;
}
.page-section{
    background-color: #1f1e6ae0;
    position: relative;
    color: var(--color-default);
}
.page-section:after{
    position: absolute;
    content: '';
    background: linear-gradient(0deg, rgba(4,2,52,0.2) 30%, rgba(31,31,31,0.17) 100%);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}


.page-pg-banner{
  min-height: 400px;
  background-color: #1b5b96;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-pg-banner h2{
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 45px;
  font-weight: 700;
  color: #fff;
}
.page-caption{
  text-align: center;
}
.page-bg{
    position: relative;
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.page-dets p{
    font-family: var(--font-default);
    font-weight: bold;
    margin: 0px 0px 10px 0px;
    font-weight: normal;
    font-size: 14px;
}
.packages-banner{
    background-image: url('../images/banner/packages-banner.webp');
}
.packagedetail-banner{
    background-image: url('../images/banner/packagedetail-banner.webp');
}
.gallery-banner{
    background-image: url('../images/banner/gallery-banner.webp');
}
.contact-banner{
    background-image: url('../images/banner/contact-banner.webp');
}
.experience-banner{
  background-image: url('../images/banner/experience-banner.webp');
}
/*------------------------------------
        activity-section
-----------------------------------*/

.activity-section{
    overflow: hidden;
    padding: 120px 0px 100px 0px;
    position: relative;
    background-image: url(../images/banner/activity.webp);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 600px;
}
.active-overlay{
    content: '';
    position: absolute;
    background: linear-gradient(0deg, rgb(0 0 0 / 89%) 0%, rgb(0 0 0 / 66%) 100%);
    width: 100%;
    height: 100%;
    left:0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}
.activity-head h2{
   text-align: center;
    font-size: 40px;
    font-weight: 800;
    font-family: var(--font-primary);
    margin: 0px 0px 20px 0px ;
}
.activity-head p{
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    font-family: var(--font-primary);
}
.activity-head{
    position: relative;
    z-index: 2;
}
.activity-div{
    position: relative;
    z-index: 2;
    border: 2px dashed #6a686891;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 60px;
    margin: 40px 0px 0px 0px ;
}
.activity-div img{
    width: 80px;
}
/*------------------------------
         PACKAGE SECTION
-------------------------------*/
.packages{
    padding: 80px 0px 60px 0px;
    position: relative;
    overflow: hidden;
}
 .package-card {
    border: 1px solid #e3dfdf6e;
    border-radius: 8px;
    overflow: hidden;
}
.package-card img {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.package-card  .zoom-image {
    width: 100%;
    transition: transform 0.5s ease;
}
.package-card  .zoom-image:hover {
    transform: scale(1.1);
}
.package-card-body {
    padding: 15px;
   font-family: var(--font-primary);
}
.package-card-body p{
   color: var(--color-ashtxt);
}
.package-card-title {
    font-size: 18px;
    font-weight: 700;
    color: var(--color-dark);
    margin: 10px 0px 20px 0px;
}
.package-price del {
    color: #999;
    margin: 0px 5px 0px 0px;
    font-size: 17px;
}
.package-price .discount {
    background-color : #21973c;
    padding: 7px;
    color: var(--color-default);
    border-radius: 5px;
}
.package-card-body  .price-line {
    display: flex;
    align-items: center;
}
.price-line .price {
    margin: 0;
    color: var(--color-dark);
    font-weight: bold;
    margin-right: 15px; 
}
.price-line .details {
    margin: 0px 0px 0px 10px;
    color: var(--color-ashtxt); 
    font-size: 14px; 
}
.package-button{
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.btn-primary-pack {
    text-align: center;
    color: #0470bd;
    width: 120px;
    background-color: #fff;
    border: 1px solid #0470bd;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    padding: 5px;
    position: relative;
    overflow: hidden;
    transition: color 0.4s ease;
    z-index: 1;
}
.btn-primary-pack::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #0470bd;
    transition: left 0.4s ease;
    z-index: -1;
}
.btn-primary-pack:hover::before {
    left: 0;
}
.btn-primary-pack:hover {
    color: #fff;
}
.btn-primary-pack:active::before {
    left: 0;
}
/*---------------------------------
          VIEWPOINT
---------------------------------*/
.viewpoints{
    position: relative;
    overflow: hidden;
    padding: 80px 0px 50px 0px;
}
.view-section{
    padding: 50px 0px;
}
.view {
    overflow: hidden;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease; 
    position: relative;
    min-height: 633px;
}
.view:hover {
    transform: translateY(-5px) scale(1.02); 
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3); 
}
.view-img-top img {
    width: 100%;
    display: block;
    transition: transform 0.3s ease; 
}
.view:hover .view-img-top img {
    transform: scale(1.05); 
    overflow: hidden;
}
.view .view-sl{
   color: var(--color-secondary);
   font-size: 15px;
}
.view-body{
   margin: 10px 0px 0px 0px;
}
.view-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: var(--color-ash);
    padding: 0px 0px 20px 0px;
}
.view-title {
   font-size: 18px;
   font-weight: 600;
   color: var(--color-dark);
   margin:10px 0px 10px 10px;
}
/* Additional hover effects for buttons */
.btn-primary-view {
    position: relative;
    background-color: var(--color-secondary);
    border-color: var(--color-secondary);
    color: var(--color-default);
    overflow: hidden;
    transition: color 0.4s ease;
    z-index: 1; 
}
.btn-primary-view::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: var(--color-primary);
    transition: left 0.4s ease;
    z-index: -1; 
}
.btn-primary-view:hover::before {
    left: 0;
}
.btn-primary-view:hover {
    color: #fff !important;
    z-index: 1;
}
.btn-primary-read {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
    color: var(--color-default);
    transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
}
.btn-primary-read:hover {
    background-color: var(--color-default);
    border-color: var(--color-secondary);
    color: var(--color-secondary);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); /* Adds a shadow effect */
    transform: translateY(-2px); /* Adds a slight "lift" on hover */
}
.view-img-top-blur{
   overflow: hidden;
}
.view-img-top-blur img {
  width: 100%;
  transition: transform 1s, filter 2s ease-in-out;
  filter: blur(1px);
  transform: scale(1.2);
}
.view-img-top-blur:hover img {
  filter: blur(0);
  transform: scale(1);
}
.list-group-item {
    border: none;
    padding: 10px;
    transition: background-color 0.3s, transform 0.3s, box-shadow 0.3s;
    position: relative;
}

.list-group-item:hover {
    background-color: #f8f9fa; /* Light background color on hover */
    transform: translateY(-5px) scale(1.02); /* Bounce effect */
    box-shadow: 0 4px 8px rgba(0,0,0,0.2); /* Shadow effect on hover */
}

.list-group-item img {
    width: 60px;
    height: 60px;
    transition: transform 0.3s; /* Smooth zoom effect */
}

.list-group-item:hover img {
    transform: scale(1.1); /* Slight zoom effect on hover */
}

.list-group-item a {
    color: #007bff;
    transition: color 0.3s; /* Smooth color transition */
}
.list-group-item a:hover {
    text-decoration: underline;
    color: #0056b3; /* Darker color on hover */
}
.list-group-item .title-head {
    transition: color 0.3s; /* Smooth color transition */
}
.list-group-item .title-head:hover {
    color: var(--color-secondary);
}
/*----------------------------
       EXPERIENCE PAGE
------------------------------*/
.experience-section{
    overflow: hidden;
    padding: 70px 0px;
}
.video-sec{
    justify-content: center;
    align-items: center;
    padding: 10px 10px;
    background-color: #f1f1f1;
}
.terms-section{
    padding: 70px 0px;
}
.terms-section .accordion-header{
    font-size: 18px !important;
    font-family: var(--font-primary) !important;
    font-weight: 600px !important;
    color: var(--color-dark) !important;
}
.terms-section ul li{
    padding: 5px;
    color: var(--color-primary);
    font-size: 14px;
    list-style-type: none;
}
.terms-section ul li i{
    margin-left: 10px;
    font-size: 13px;
    color: var(--color-secondary);
}
/*.fixed-background {
    position: relative;
    background: url('../images/banner/4.webp') no-repeat center center fixed;
    background-size: cover;
    padding: 70px 0;
    color: white;
    text-align: center;
}

.certificate-gallery {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.certificate {
    width: 250px;
    height: auto;
    border: 2px solid white;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}*/
.fixed-background {
    position: relative;
    background: url('../images/banner/4.webp') no-repeat center center fixed;
    background-size: cover;
    padding: 70px 0;
    color: white;
    text-align: center;
    overflow: hidden; /* Ensure overlay is contained within the section */
}

.fixed-background::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(9, 5, 68, 0.85); /* Change rgba values to adjust the color and opacity */
    z-index: 1; /* Ensure the overlay is above the background image but below content */
}

.certificate-gallery {
    position: relative;
    z-index: 2; /* Ensure the certificates are above the overlay */
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.certificate {
    width: 250px;
    height: auto;
    border: 2px solid white;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

/*----------------------------
        OFFER PAGE
------------------------------*/
.offer-banner {
    background-color: var(--color-primary);
    color: white;
    padding: 120px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.offer-banner h1 {
    font-size: 60px;
    font-weight: 800;
    margin-bottom: 0px 20px 0px 20px;
}
.offer-banner p {
    font-size: 1.2rem;
    margin-bottom: 30px;
}
.offer-banner .offer {
    font-size: 7rem;
    font-weight: bold;
    position: absolute;
    right: 10%;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
}
.offer-banner img {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 20%;
    transform: rotate(10deg);
}
.offer-banner .btn {
    background-color: white;
    color: #f96332;
    font-weight: bold;
    border-radius: 20px;
    padding: 10px 30px;
}
.offer-banner:hover .offer {
    transform: translateY(-50%) scale(1.1);
}
/*---------------------------------
          REVIEW-PAGE
---------------------------------*/
.testimonial-section{
    padding: 70px 0px 60px 0px;
    overflow: hidden;
    position: relative;
}
.review{
    background-image: url('../images/testimonial/quote.webp');
    background-size: cover;
    background-position: center center;
    position: relative;
    min-height: 365px;
    width: 100%;
}
.testimonial{
    align-items: center;
    position: absolute;
    top: 107px;
    padding: 0px 69px !important;
}
.testimonial-content {
    flex-grow: 1;
    position: relative;
    color: #333;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.main-image {
    width: 150px;  /* Size of the main image */
    height: 150px;
    border-radius: 50px;
    margin-bottom: 20px;
    object-fit: cover;  /* Ensures the image fits well inside the circle */
}

.quote-mark {
    position: absolute;
    top: -10px;
    left: -30px;
    font-size: 60px;
    color: #f05454;
}

.testimonial-content p {
    margin: 0;
}

.author {
    font-weight: bold;
    margin-top: 10px;
}

.title {
    color: #999;
    font-size: 0.9em;
}

/*-------------------------------
            PLACES
-------------------------------*/
.place-section {
    position: relative;
    padding: 60px 0px 60px 0px;
    overflow: hidden;
} 
.place-bg {
    background-image: url('../images/banner/paper.webp');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
} 
.place-image{
    margin: 0px 0px 40px 13px;
    position: relative;
    overflow: hidden;
     width: 100%;
  border-radius: 15px !important;
}
.place-image img{
    width: calc(100% + 60px);
    border-radius: 15px !important;
  position: relative;
-webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
  transition: opacity 0.35s, transform 0.45s;
  -webkit-transform: translate3d(-40px,0,0);
  transform: translate3d(-40px,0,0);
  display: block;
    max-width: none;
    height: 200px;
}
.place-image h6 {
  color: #fff;
  position: absolute;
  margin: 20px 0px 20px 0px ;
  bottom: -10px;
  left: 32px;
  font-size: 17px;
  background-color: transparent;
}
.place-image img:hover {
  opacity: 0.6;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  
  /filter: alpha(opacity=60);/ 
  }

/*.place-image img:hover .overlay::before{
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
*/
/*---------------------------------
          Adventure
---------------------------------*/
.adventure-section{
    padding: 70px 0px 40px 0px;
    position: relative;
    overflow: hidden;
}
.advent-bg{
    background-image: url('../images/banner/map-bg.webp');
    background-size: cover;
    background-position: center center;
    padding: 50px 0;
    color: #fff;
    border-radius: 8px;
    text-align: center;
}
.adventure-section .activity-head{
    padding: 15px 0px !important;
}
.activity-head span{
    background-color: #abd8e34d;
    color: var(--color-secondary)!important;
    padding: 10px 10px;
    text-align: center;
    font-size: 14px;
   font-weight: bold; !important;
}
.advent-item {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    margin: 15px;
}

.advent-item img {
    width: 100%;
    height: auto;
    transition: transform 0.4s ease;
}

.advent-item:hover img {
    transform: scale(1.1);
}

.advent-content {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 10px;
    border-radius: 8px;
    max-width: 80%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.advent-content h6 {
    margin: 0;
    color: var(--color-primary);
    font-size: 16px;
    font-weight: bold;
    flex-grow: 1;
}

.advent-content .btn {
    border-radius: 50%;
    padding: 3px 6px;
    font-size: 12px;
    transform: rotate(-45deg);
    background-color: var(--color-secondary);
    margin-left: auto;
}

/*---------------------------------
             GALLERY 
---------------------------------*/
.gallery{
    padding: 80px 0px 40px 0px;
}
.effect-zoe {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 0px 15px 0px;
    max-width: 480px;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
}
.effect-zoe img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
}
.effect-zoe  figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.effect-zoe  figcaption::before,
.effect-zoe  figcaption::after {
    pointer-events: none;
}

.effect-zoe  figcaption,
.effect-zoe  figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
 .effect-zoe figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.effect-zoe h2 {
    word-spacing: 1px;
    font-weight: 300;
    color: var(--color-default);
}

.effect-zoe h2 span {
    font-weight: 800;
}

.effect-zoe h2,
.effect-zoe p {
    margin: 0;
}

.effect-zoe p {
    letter-spacing: 1px;
    font-size: 14px;
}
.gallery .effect-zoe figcaption {
    top: auto;
    bottom: 0;
    padding: 1em;
    height: 3.75em;
    background: var(--color-primary);
    color: #3c4a50;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
}
.gallery .effect-zoe h2 {
    float: left;
}
.gallery .effect-zoe p.icon-links a {
    float: right;
    color: var(--color-default);
    font-size: 1.4em;
}
.gallery .effect-zoe:hover p.icon-links a:hover,
.gallery .effect-zoe:hover p.icon-links a:focus {
    color: #60afc1 ;
}
.gallery .effect-zoe p.description {
    position: absolute;
    bottom: 7em;
    /* padding: 1rem; */
    color: #fff;
    text-transform: none;
    font-size: 15px;
    opacity: 0;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
    -webkit-backface-visibility: hidden;
}
.gallery .effect-zoe h2,
.gallery .effect-zoe p.icon-links a {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,200%,0);
    transform: translate3d(0,200%,0);
}
.gallery .effect-zoe p.icon-links a span::before {
    display: inline-block;
    padding: 8px 10px;
    font-family: 'feathericons';
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-eye::before {
    content: '\e000';
}

.icon-paper-clip::before {
    content: '\e001';
}

.icon-heart::before {
    content: '\e024';
}

.gallery .effect-zoe h2 {
    display: inline-block;
}

.gallery .effect-zoe:hover p.description {
    opacity: 1;
}
.gallery .effect-zoe:hover figcaption,
.gallery .effect-zoe:hover h2,
.gallery .effect-zoe:hover p.icon-links a {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.gallery .effect-zoe:hover h2 {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}
.gallery .effect-zoe:hover p.icon-links a:nth-child(3) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.gallery .effect-zoe:hover p.icon-links a:nth-child(2) {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.gallery .effect-zoe:hover p.icon-links a:first-child {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

@media (max-width: 767px) {
    .effect-zoe {
        margin: 10px auto;
        width: 100%;
    }
}

@media (max-width: 400px) {
    .codrops-header {
        font-size: 75%;
    }
    .codrops-icon span {
        display: none;
    }
    .gallery .effect-zoe p.description{
        bottom: 5em;
    }
}

.clearfix::before, .clearfix::after {
    content: "";
    display: table;
}

.clearfix::after {
    clear: both;
}
/*----------------------------------
        PACKAGE-DETAIL PAGE               
------------------------------------*/

.pack-detail{
    padding: 70px 0px 40px 0px;
}
.cs_medium {
  font-weight: 500;
}

.cs_semibold {
  font-weight: 600;
}


.cs_radius_5 {
  border-radius: 5px;
}

.cs_mp0 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.cs_form_field {
  width: 100%;
  border: 1px solid var(--color-ashtxt);
  padding: 16px 20px;
  background-color: transparent;
  border-radius: 5px;
}
.cs_form_field:focus {
  outline: none;
}

.cs_gap_y_50 {
  gap: 50px 0;
}
.cs_grid_3 {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 24px;
}
.cs_grid_3 .cs_gallery_item {
  position: relative;
  height: 400px;
}
.cs_grid_3 .cs_gallery_item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cs_grid_3 .cs_gallery_item .cs_gallery_overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.4s ease;
}
.cs_grid_3 .cs_gallery_item .cs_gallery_icon {
  width: 60px;
  height: 60px;
  padding: 15px;
  border-radius: 50%;
  background-color: var(--color-secondary);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: all 0.4s ease;
}
.cs_grid_3 .cs_gallery_item:hover .cs_gallery_overlay {
  background: rgba(0, 0, 0, 0.2);
}
.cs_grid_3 .cs_gallery_item:hover .cs_gallery_icon {
  transform: translate(-50%, -50%) scale(1);
}


/*--------------------------------------------------------------
  17. Tour
----------------------------------------------------------------*/
.cs_tour_details_title {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 38px;
  font-family: var(--font-primary);
  color: var(--color-primary);
}
.cs_tour_details_title small {
  display: inline-block;
  margin-top: 7px;
  font-size: 19px;
  color: var(--color-ash);
  font-weight: 400;
  font-family: var(--font-primary);
}
.cs_tour_details_title span {
  font-size: 16px;
  font-family: var(--font-primary);
}
.cs_tour_gallery {
  margin-top: 47px;
}
.cs_tour_gallery .cs_gallery_title {
  margin-bottom: 37px;
}
.cs_tour_gallery .cs_grid_4 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}
.cs_tour_gallery .cs_gallery_img:nth-child(2) {
  grid-row: auto/span 2;
}
.cs_tour_gallery .cs_gallery_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}

/* Tour List styling */
.cs_list_item {
  display: flex;
  gap: 17px;
  margin-bottom: 30px;
}
.cs_list_item:last-child {
  margin-bottom: 0;
}
.cs_list_item .cs_list_index {
  width: 53px;
  height: 53px;
  padding: 10px;
  border-radius: 50%;
  background-color: var(--color-primary);
  color: var(--color-default);
  font-weight: 500;
  margin-top: 10px;
  transition: all 0.4s ease;
}
.cs_list_item .cs_list_content {
  flex: 1;
  padding-right: 75px;
}
.cs_list_item .cs_list_item_title {
  margin-bottom: 9px;
  font-family: var(--font-primary);
  font-size: 20px;
  line-height: 1.333em;
  color: var(--color-dark);
}
.cs_list_item_subtitle{
  font-family: var(--font-primary);
  color: #666;
  font-size: 14px;
}
.cs_list_item:hover .cs_list_index {
  background-color: var(--color-secondary);
}

/* Requirements List styling */
.cs_list_wrapper {
  padding: 40px 30px 43px;
}
.cs_list_wrapper h3 {
  margin-bottom: 25px;
}
.cs_list_wrapper ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  row-gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.cs_list_wrapper img {
  margin: 0;
}
.cs_list_wrapper li {
  width: 50%;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.cs_list_wrapper li:hover i {
  background-color: var(--color-secondary);
}
.cs_list_wrapper li span {
  flex: 1;
  display: block;
}
.cs_list_wrapper i {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
  background-color: var(--color-primary);
  border-radius: 50%;
  margin-right: 10px;
  transition: all 0.4s ease;
}

/*--------------------------------------------------------------
  18. Tab
----------------------------------------------------------------*/
.cs_tab_links.cs_style_1 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 25px;
  margin: 50px 0 40px;
}
.cs_tab_links.cs_style_1 li a {
  display: inline-block;
  padding: 8px 40px;
  font-family: var(--font-primary);
  font-size: 14px;
}
.cs_tab_links.cs_style_1 li a:hover {
  background-color: var(--color-secondary);
  color: var(--color-default);
}
.cs_tab_links.cs_style_1 li.active a {
  background-color: var(--color-secondary);
}

/*--------------------------------
 Tab styling
 -------------------------------*/
.cs_tab {
  display: none;
}
.cs_tab .cs_title {
  line-height: 1.333em;
  margin-bottom: 10px;
}
.cs_tab.active {
  display: block;
}
.cs_tab .cs_grid_3 {
  gap: 10px;
}
.cs_tab .cs_grid_3 .cs_gallery_item {
  height: initial;
}
.cs_white_bg {
  background-color: var(--color-default);
}
.cs_gray_bg {
    background-color: #e7e5e5;
}
.cs_primary_bg {
  background-color: var(--color-primary);
}

.cs_white_color {
  color: var(--color-default);
}
.cs_center {
  display: flex;
  align-items: center;
  justify-content: center;
}

#map {
  height: 400px;
  width: 100%;
}


.cs_btn.cs_style_1 {
  border: none;
  padding: 15px 35px;
  line-height: 1.6em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  outline: none;
  color: #fff;
  border-radius: 5px;
  background-color: var(--color-secondary);
  transition: all 0.4s ease;
}

.cs_btn.cs_style_1.cs_radius_0 {
  border-radius: 0;
}
.cs_btn.cs_style_1:hover {
  background-color: var(--color-primary);
  color: #fff;
}



.cs_sidebar.cs_style_1 .cs_sidebar_search {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid var(--color-secondary);
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 30px;
}
.cs_sidebar.cs_style_1 .cs_sidebar_search input {
  flex: 1;
  padding: 12px 20px;
  border: none;
  outline: none;
}
.cs_sidebar.cs_style_1 .cs_sidebar_search button {
  border: none;
  outline: none;
  background-color: transparent;
  cursor: pointer;
  margin-right: 15px;
}
.cs_sidebar.cs_style_1 .cs_info_widget {
  filter: drop-shadow(0px 3px 45px rgba(64, 40, 229, 0.06));
  padding: 35px 30px 40px;
  margin-bottom: 50px;
}
.cs_sidebar.cs_style_1 .cs_info_widget .cs_widget_title {
  margin-bottom: 10px;
  font-family: var(--font-primary);
  font-size: 20px;
}
.cs_sidebar.cs_style_1 .cs_info_widget .cs_widget_subtitle {
  margin-bottom: 25px;
  font-family: var(--font-primary);
  font-size: 14px;
  color: #666;
}
.cs_sidebar.cs_style_1 .cs_info_item {
  display: flex;
  align-items: center;
  margin-bottom: 13px;
}
.cs_sidebar.cs_style_1 .cs_info_item .cs_info_title {
  width: 50%;
  color: var(--color-dark);
  font-size: 16px;
}
.cs_sidebar.cs_style_1 .cs_info_item .cs_info_title:hover{
    color: var(--color-secondary);
}
.cs_sidebar.cs_style_1 .cs_info_item .cs_info_subtitle {
  width: 50%;
  text-align: left;
  font-family: var(--font-primary);
  font-size: 12px;
  color: #666;
}
.cs_sidebar.cs_style_1 .cs_info_item .cs_rating {
  letter-spacing: 10px;
  margin-left: -35px;
}
.cs_sidebar.cs_style_1 .cs_info_item .cs_rating::before {
  font-weight: 900;
  color: var(--border);
}
.cs_sidebar.cs_style_1 .cs_booking_widget {
  padding: 25px 25px 35px;
  margin-top: 46px;
}
.cs_sidebar.cs_style_1 .cs_booking_widget .cs_widget_title {
  margin-bottom: 30px;
  font-weight: 600;
}
.cs_sidebar.cs_style_1 .cs_booking_form {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.cs_sidebar.cs_style_1 .cs_input_field {
  background-color: var(--color-default);
  font-family: var(--font-primary);
  color: #666;
  font-size: 14px;
}
.cs_sidebar.cs_style_1 .cs_input_field span {
  position: absolute;
  left: 15px;
  top: 17px;
  display: flex;
}
.cs_sidebar.cs_style_1 .cs_input_field .cs_form_field {
  padding: 13px 20px 13px 40px;
  border: none;
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.19);
}
.cs_sidebar.cs_style_1 .cs_input_field textarea {
  width: 100%;
  resize: none;
  padding: 10px 20px 10px 40px;
  border: none;
  outline: none;
}
.cs_sidebar.cs_style_1 .cs_btn.cs_style_1 {
  padding: 11px 30px;
}
.cs_sidebar.cs_style_1 .cs_widget_title {
  margin-bottom: 30px;
  font-family: var(--font-primary);
}
.cs_sidebar.cs_style_1 .cs_post_widget .cs_recent_posts li:not(:last-child) {
  margin-bottom: 20px;
}
.cs_sidebar.cs_style_1 .cs_post_widget .cs_recent_post {
  display: flex;
  align-items: center;
  gap: 20px;
}
.cs_sidebar.cs_style_1 .cs_post_widget .cs_recent_post_thumb {
  display: block;
  width: 100px;
  height: 80px;
  flex: none;
  border-radius: 3px;
  overflow: hidden;
}
.cs_sidebar.cs_style_1 .cs_post_widget .cs_recent_post_title {
  margin-bottom: 5px;
  font-family: var(--font-primary);
  font-size: 16px;
}
.cs_sidebar.cs_style_1 .cs_post_widget .cs_recent_post_meta {
  display: flex;
  align-items: center;
  gap: 15px;
  font-family: var(--font-primary);
  font-size: 14px;
  color: #666;
}
.cs_sidebar.cs_style_1 .cs_follow_widget .cs_widget_title {
  margin-bottom: 17px;
}
.cs_sidebar.cs_style_1 .cs_follow_widget .cs_social_btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  position: relative;
}
.cs_sidebar.cs_style_1 .cs_follow_widget .cs_social_btns::after, .cs_sidebar.cs_style_1 .cs_follow_widget .cs_social_btns::before {
  content: "";
  width: 140px;
  height: 1px;
  background-color: var(--border);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.cs_sidebar.cs_style_1 .cs_follow_widget .cs_social_btns::before {
  left: 0;
}
.cs_sidebar.cs_style_1 .cs_follow_widget .cs_social_btns::after {
  right: 0px;
}
/* Post Details styling */
.cs_post_details {
  font-size: 18px;
  line-height: 1.7em;
}
.cs_post_details > :last-child {
  margin-bottom: 0;
}
.cs_post_details img {
  border-radius: 0px;
  margin-bottom: 30px;
}
.cs_post_details .cs_list_wrapper {
  margin-bottom: 30px;
}
.cs_post_details .cs_post_label {
  background-color: var(--color-secondary);
  color: var(--color-default);
  position: absolute;
  top: 30px;
  left: 30px;
  padding: 8px 28px;
  border-radius: 3px;
}
.cs_post_details .cs_post_meta {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 10px;
  font-size: 16px;
}
.cs_post_details .cs_post_meta i {
  margin-right: 8px;
}
.cs_post_details h2 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 32px;
  font-family: var(--font-primary);
  color: var(--color-primary);
}
.cs_post_details h3 {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 32px;
  font-family: var(--font-primary);
  color: var(--color-secondary);
}
.cs_post_details p {
  margin-bottom: 30px;
  font-family: var(--font-primary);
  line-height: 1.75;
}
.cs_post_details blockquote {
  font-size: 20px;
  font-weight: 700;
  color: var(--color-primary);
  font-family: var(--font-primary);
  margin-bottom: 30px;
  margin-top: 30px;
  font-style: initial;
  line-height: 1.45;
}
/*----------------------------------
           CONTACT-PAGE                
------------------------------------*/
.contact-info{
    padding: 45px 0px;
    position: relative;
}
.contact-head h6{
    color: var(--color-secondary);
    font-family: var(--font-primary);
    font-size: 16px;
    text-align: center;
}
.contact-head h1{
    font-family: var(--font-primary);
    font-size: 46px;
    text-align: center;
    padding: 18px 0px 40px 0px;
}
.contact-box{
    padding: 2px 8px;
    border-radius: 20px;
    box-shadow: 0 1px 94px 1px rgb(0 0 0 / 3%);
    min-height: 325px;
    margin: 0px 0px 20px 0px;
}
.contact-icon{
    padding: 60px 20px;
    text-align: center;
    min-height: ;
}
.contact-icon h4{
    color: var(--color-dark);
    font-family: var(--font-primary);
    font-size: 20px;
    margin: 30px 0px 10px 0px;
}
.contact-icon a{
    text-decoration: none;
    color: var(--color-ashtxt);
    font-family:var(--font-primary);
} 
.contact-box:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  border: 1px solid var(--color-secondary);
}
.contact-box a:hover {
    color: var(--color-secondary);
}
.contact-box:hover .contact-icon img {
  transform: translateY(-5px);
  transition: transform .3s ease;
}
.map-content{
    padding: 60px 0px 50px 0px;
}
.contact-form{
    overflow: hidden;
    position: relative;
    background-color: var(--color-primary);
}
.contact_content{
    padding: 50px 20px 20px 40px;
    position: relative;
    z-index: 1;
}
.contact_content h6{
    margin-bottom: 10px;
}
.contact_content h2{
    margin-bottom: 38px;
    font-weight: 600;
    font-size: 40px;
}
.contactpage{
    position: relative;
}
.contact-imgs img{
    position: relative;
    display: block;
    height: 100%;
}
.fm-section {
    margin-bottom: 20px;
    height: 50px;
    padding: 15px;
    width: 100%;
}
.fm-textar {
    height: 110px;
    padding: 15px;
    width: 100%;
    margin-bottom: 20px;
}
.sub_now {
    border-radius: 3px;
    display: flex;
    justify-content: center;
    overflow: hidden;
    z-index: 8;
    font-size: 17px;
    line-height: 18px;
    font-weight: 600;
    padding: 15px 10px;
    text-align: center;
    position: relative;
    color: var(--color-default);
    background-color: var(--color-secondary);
    transition: all 0.8s ease-in-out;
    text-align: center;
    width: auto;
    border: 1px var(--color-default);
}
.sub_now::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: var(--color-default);
    transition: left 0.4s ease;
    z-index: -1;
}
.sub_now:hover::before {
    left: 0;
}
.sub_now:hover {
    color: var(--color-primary);
}
.sub_now:active::before {
    left: 0;
}
.contact-bottomimage {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -5;
}
.contact-bottomimage img {
    opacity: 10%;

}

/*----------------------------------
           FOOTER-PAGE                
------------------------------------*/
.footer-section {
    background-color: var(--color-secondary);
    color: #fff;
    padding: 60px 0px 10px 0px;
    font-family: Arial, sans-serif;
}

.footer-logo img {
    max-width: 150px;
    margin-bottom: 20px;
}

.footer-section p {
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 1.6;
    color: var(--color-default);
}

.footer-logo .social-icons a {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    transition: color 0.3s ease;
    background-color: var(--color-primary);
    width:30px;
    height: 30px;
    padding: 5px 0px 0px 0px;
    border-radius: 50px;
    text-align: center;
}

.footer-logo .social-icons a:hover {
    color: #ff7f50;
}
.footer-widget{
    min-height: 150px;
}
.footer-pd-4{
    padding:0px 30px 30px 30px;
}
.footer-widget h4 {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: bold;
    position: relative;
    padding-bottom: 10px;
}

.footer-widget h4::before {
    content: '';
    width: 50px;
    height: 2px;
    background-color: #ff7f50;
    position: absolute;
    left: 0;
    bottom: 0;
}

.footer-widget ul {
    list-style: none;
    padding: 0;
}

.footer-widget ul li {
    margin-bottom: 10px;
}

.footer-widget ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

.footer-widget ul li a:hover {
    color: #ff7f50;
}

.instagram-images {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.instagram-images img {
    width: 100%;
    border-radius: 5px;
}

.subscribe-form {
    display: flex;
    flex-direction: column;
}

.subscribe-form input {
    padding: 10px;
    border: none;
    border-radius: 5px;
    margin-bottom: 10px;
    font-size: 14px;
}

.subscribe-form button {
    padding: 10px;
    border: none;
    background-color:var(--color-primary) ;
    color: var(--color-default);
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.subscribe-form button:hover {
    background-color: #ff4500;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 20px 0;
    margin-top: 40px;
}

.footer-bottom p {
    margin: 0;
    font-size: 14px;
}

.footer-bottom a {
    color: #fff;
    text-decoration: none;
    margin-right: 10px;
}

.footer-bottom a:hover {
    color: #ff7f50;
}

/*----------------------------------
           discount-section                
------------------------------------*/
.discount-section {
    padding: 60px 0;
    position: relative;
    background-image: url(../images/banner/back.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 400px;
}

.discount-overlay {
    position: absolute;
    background: linear-gradient(0deg, rgba(13, 15, 98, 0.93) 0%, rgba(13, 15, 98, 1) 100%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.discount-div {
    position: relative;
    z-index: 2;
    text-align: left;
    max-width: 600px;
    padding: 0px 0px 0px 150px;
}

.discount-div span {
    font-family: var(--font-primary);
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    display: block;
    margin-bottom: 10px;
}

.discount-div h2 {
    font-family: var(--font-primary);
    font-weight: 800;
    font-size: 50px;
    color: #fff;
    margin: 10px 0 20px 0;
}

.discount-div p {
    font-family: var(--font-primary);
    font-weight: 400;
    font-size: 14px;
    color: #ccc6c6;
    margin-bottom: 30px;
    line-height: 1.5;
}

.discount-img {
    position: relative;
    z-index: 2;
    display: flex;
    overflow: hidden;
}
.discount-img img{
    width: 100%;
}
.discount-btn {
    background-color: #FFFFFF;
    padding: 5px 20px;
    border-radius: 10px;
    text-transform: uppercase;
    border: none;  
}

.discount-a{
    color: #0d0f62e0;
    font-weight: bold;
    font-family: var(--font-primary);
    font-size: 12px;
    text-decoration: none;
    display: block; /* Ensures the anchor tag takes full space of the button */
    padding: 5px 0; /* Padding adjustment for better alignment */
}

.discount-btn:hover {
    background-color: #0d0f62e0; /* Changes the button background on hover */
    color: #FFFFFF;
    border: 1PX solid #fff;
}

.discount-btn:hover .discount-a {
    color: #FFFFFF; /* Changes the text color on hover */
}

.cs_white_bg img{
  width: 100%;
}

.review .testi-image {
  width:20%!important;
}