

.main-menu-wrapper{
        background-color:#fff;
}
.custom-logo{
    width: 135px;
    padding: 10px;
}
.main-menu-wrapper-inner{
    margin-left: 160px;
}
.cust-slide{
    /* height:500px; */
}
.about-one__right-text{
        line-height: 1.5
}
h2.section-title {
      font-size: 32px;
      font-weight: 700;
      text-align: center;
      margin-bottom: 50px;
      background: linear-gradient(90deg, #007bff, #e63946);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }
    .package-card {
      border-radius: 18px;
      overflow: hidden;
      background: #fff;
      box-shadow: 0 6px 20px rgba(0,0,0,0.1);
      transition: 0.4s ease;
      height: 100%;
    }
    .package-card:hover {
      /*transform: translateY(-10px);*/
      box-shadow: 0 10px 25px rgba(0,0,0,0.2);
    }
    .package-img img {
      width: 100%;
      height: 230px;
      object-fit: cover;
      transition: 0.5s;
    }
    .package-card:hover  {
      transform: scale(1.05);
    }
    .package-body {
      padding: 15px;
    }
    .location {
    font-size:12px;
    font-weight: 500;
    color: #536c87;
    margin-bottom: -9px;
    display: flex;
    justify-content: space-between;
}
.departure-overlay h5{
        font-size: 16px;
}

    
    /*.package-body h5 {*/
    /*font-size:22px;*/
    /*font-weight: 600;*/
    /*margin-bottom: 10px;*/
    /*color: #333;*/
    /*}*/
    /* .package-body p {
      margin: 0;
      font-size: 14px;
      color: #666;
    } */
    .price {
      font-size: 22px;
      font-weight: 700;
      color: #e63946;
      /* margin: 15px 0; */
    }
    /* .icons i {
      margin-right: 12px;
      font-size: 18px;
      color: #536c87;
    } */
    .btn-custom {
       border-radius: 30px;
    padding:6px 0px;
    font-size: 16px;
    transition: 0.3s;
    width: 48%;
    }
    .btn-primary {
      background: linear-gradient(90deg,#007bff,#0056b3);
      border: none;
    }
    .btn-primary:hover {
      background: linear-gradient(90deg,#0056b3,#007bff);
    }
    /* .btn-outline-primary {
      border: 2px solid ##536c87;
      color: #536c87;
    }
    .btn-outline-primary:hover {
      background: #007bff;
      color: #fff;
    } */
    .cust-card{
    display: flex;
    justify-content: space-between;
    }
    .btn-whatsapp{
        background: linear-gradient(135deg, #25D366, #128C7E);
          color:#fff
    }
    .btn-whatsapp:hover{
background: linear-gradient(135deg, #1ea654, #0d6f5f);
    color: white !important;
    }
    .btn-call{
    background: #264653;
      color:#fff
    }
    .btn-call:hover{
         background: #26647c;
    color: white !important;
    }
    
    .btn-book-now{
    background: #264653;
      color:#fff
    }
    .btn-book-now{
         background: #26647c;
    color: white !important;
    }
    .cus-icon{
        margin-right:5px;
    }
    .icons i:hover{
        color:#000;
    }
    .icons .icon-item {
  flex: 1;
}
.icon-item{
    text-align: -webkit-center;
}
.icons i {
  display: block;
  font-size:22px;
  color: #536c87;
  margin-bottom: 5px;
}
.icons p {
  font-size: 12px;
  font-weight: 500;
  color: #444;
}

 .departure-card {
      position: relative;
      overflow: hidden;
      border-radius: 10px;
      box-shadow: 0 4px 8px rgba(0,0,0,0.15);
      transition: transform 0.3s, box-shadow 0.3s;
      cursor: pointer;
    }
    .departure-card:hover {
      transform: translateY(-5px) scale(1.02);
      box-shadow: 0 8px 16px rgba(0,0,0,0.2);
    }
    .departure-card img {
      width: 100%;
      height: 250px;
      object-fit: cover;
      display: block;
    }
    .departure-title {
      position: absolute;
      top: 12px;
      left: 12px;
      background: rgba(255,255,255,0.9);
      padding: 6px 12px;
      border-radius: 4px;
      font-weight: 600;
      color: #333;
      font-size: 0.9rem;
    }
    .departure-overlay {
      /* position: absolute; */
      bottom: -100%;
      left: 0;
      width: 100%;
      height: 28%;
      /* background: rgba(0,0,0,0.7); */
      /*color:#;*/
      display: flex;
      flex-direction: column;
      /* justify-content: center; */
      /* align-items: center; */
      padding: 20px;
      transition: bottom 0.4s ease-in-out;
    }
    .departure-card:hover .departure-overlay {
      bottom: 0;
    }
    .departure-overlay .price {
      font-size: 1.2rem;
      margin-bottom: 10px;
      font-weight: bold;
    }
    .departure-overlay .btn {
      padding: 6px 10px;
      border-radius: 25px;
      /* background: #ff7043; */
      border: none;
      color: #fff;
      transition: background 0.3s;
      font-size: 14px;
    }
    .departure-overlay .btn:hover {
      /* background: #ff5722; */
    }
    .cus-row{
    margin-left: 40px;
    margin-right: 40px;
    }
      .cus-pan{
        /*padding:0;*/

      }

     .btn-square {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
  }

  .btn-square {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    border-radius: 50%;
    padding: 0;
    text-align: center;
    line-height: 1;
  }


  .share-icon {
    width: 40px;
    height: 40px;
    background-color: #0d6efd;
    /* Bootstrap primary */
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    border-radius: 50%;
  }

  .twit {
    background-color: black !important;
    /*width: 36px;*/
    /* height: 36px;*/
    color: #ffffff !important;
  }

  .insta {
    background-color: #F60776 !important;
    color: #ffffff !important;
  }

  .linkd {
    background-color: #0C61BF !important;
    color: #ffffff !important;
  }

  .yout {
    background-color: red !important;
    /*padding: 7px !important;*/

    color: #ffffff !important;
  }

  .yout i {
    margin-left: -2px;

  }

  .print {
    background-color: #DF0018 !important;
    color: #ffffff !important;
  }

  .face {
    background-color: #1877F2 !important;
    /*margin-top:-15px;*/
    /*color:#ffffff;*/
    color: #ffffff !important;
  }

  .foot-part img {
    /*background:#ffffff;*/
    border-radius: 10px;
  }

  .iconset {
    display: flex;
  }

@media (max-width: 576px) {
  .about-one__img img{
    height: 280px;
  }
  .btn-custom {
   padding: 10px 16px !important;
  }
  .cus-pan{
        padding:unset;
 }
 .cus-row{
    margin-left:unset;
    margin-right:unset;
    }
    .nom-pan{
      padding:unset;   
    }
    .main-menu{
            position: fixed;
    width: 100%;
}
.main-menu-wrapper-inner{
    margin-left: 16px;
}
.cust-card a{
    color:#fff;
}
.departure-overlay .btn {
       padding: 10px 20px;
}
.about-page__left{
    margin-top:unset;
}
.about-page {
        padding: 0px 0 60px;
}
    
}

/*form-section and book-now*/
.form-container {
  /*max-width: 600px;*/
  min-width:870px;
  margin: 0 auto;
  border-radius: 5px;
}

.new-2 {
  border-radius: 12px;
  border: 1px solid #010f59;
  background-color: #fff;
}

.form-heading {
  margin: 0;
  background: #010f59;
  padding: 12px 0;
  border-radius: 10px 10px 0 0;
}

.form-heading-1 {
  text-align: center;
  color: white;
  font-weight: 400;
  font-size: 25px;
  font-family: math;
}

.form-control {
  display: block;
  width: 100%;
  /*padding: .375rem .75rem;*/
      padding: 14px 20px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.button-1 {
  width: 100%;
  padding: 10px 0px;
  border-radius: 5px;
  background: #ffcd05;
  border: none;
  color: #000;
}

.btm-main .btn21 {
  border: none;
  outline: none;
  background: #264653;
  color: #ffffff;
  border-radius: 10px;
  box-sizing: border-box;
  /* width: 135px !important; */
  font-size: 14px;
  padding: 10px 24px;
}

.btm-main .btn21 {
  width: 100%;
}

.btm-main {
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: space-between;
    position: relative;
    z-index: 9999;
}

.new-text {
    font-size: 14px !important;
    color: black;
}

.book-fixed-vertical {
    position: fixed;
    top: 40%;
    right: 0;
    z-index: 9999;
    padding: 16px 10px;
    background-color: #dc3545;
    color: white;
    border: none;
    border-radius: 12px 0 0 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    text-align: center;
    width: 35px;
}

.book-fixed-vertical span 
 {
    font-size: 15px;
    display: block;
    font-weight: 600;
    margin: -5px 0px;
}

.project-destination {
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
}

.testimony-wrap p {
    color: #2c2c2c;
}

.call-btn img {
    height: 45px;
    width: 45px;
    position: fixed;
    /* left: 30px; */
    right: 12px;
    /* bottom: 150px; */
    bottom: 60px;
    z-index: 9999;
}

.whatsapp-link img {
    height: 45px;
    width: 45px;
    position: fixed;
    /* left: 30px; */
    left: 12px;
    /* bottom: 100px; */
    bottom: 60px;
    z-index: 9999;
}

@media (max-width: 991px) {
    .bg-new {
        position: relative;
        top: 10px;
        margin-bottom: 40px;
    }
    .hero-wrap {
        height: 420px !important;
    }
    .slider-text {
        position: relative;
        height: 435px !important;
    }
}

@media only screen and (max-width: 768px) {
    .ftr-bar {
        display: flex;
        justify-content: space-around;
        background: #0e3d4b;
        padding: 8px 0;
        border-top: 1px solid #c5c5c5;
    }
}

.ftr-bar {
    display: flex !important;
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 999;
}

.ftr-bar-btn {
    animation: shake 2s infinite alternate ease-in-out;
}

.call-btn {
    flex-basis: 35%;
    background-color: #ea5727;
    border-radius: 30px;
    box-shadow: 0px 0px 13px 0px rgb(234 87 39);
}

.ftr-bar-btn {
    flex-basis: 50%;
    background-color: #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff !important;
    font-weight: 700;
    padding: 6px 0px;
}

.call-btn a {
    color: #fff;
    text-decoration: none;
}
.btn-book-now{
    color: #fff;
    text-decoration: none;
}

.call-btn a i {
    font-size: 14px;
}

.wp-btn {
    flex-basis: 35%;
    background-color: #198754;
    border-radius: 30px !important;
    box-shadow: 0px 0px 13px 0px rgb(25 135 84);
}

.wp-btn {
    background-color: #075e54;
    color: #fcfcfc;
    padding: 8px 15px;
    font-weight: 600;
    border-radius: 5px !important;
}

.wp-btn a {
    color: #fff;
    text-decoration: none;
}

@media  (max-width: 568px) {
    .ftr-bar {
        display: none !important;
    }
    .price-5{
         color: #ee0000;
    }
}
@media  (min-width: 569px) {
    .ftr-bar {
        display: none !important;
    }


@keyframes snake {
   0% {
       transform: rotate(2deg);
   }
   
   50% {
       transform: rotate(-2deg);
   }
   100% {
       transform: rotate(2deg);
   }
}
@media (min-width: 992px) {
  .bg-new {
        position: relative;
        top: -70px;
        height: 70px;
        margin-bottom: 40px;
        z-index: 1;
    }
}

    
/*form-section and book-end*/

.main-form-sec{
        background-color: #ddeeff
}

 .cust-main{
      width: 160px;
         height: 45px;
    }
    .page-header__top-inner h2{
            margin-top: 42px;
    }
    .departure-overlay h5{
        font-weight: 700;
        font-size:18px;
    }
    
 .price-5 {
    font-size: 18px;
    color: #ee0000;
    margin-bottom: 10px;
}


.price-5 del {
    color:#ee0000;
    margin-right: 10px;
    font-size: 14px;
}
.price-5 span{
    /*color:#000;*/
}
.badge{
    font-size:10px;
    color:#fff;
}
/*.foot-logo img {*/
/*    background-color: #fff;*/
/*    border-radius: 10px;*/
/*    padding: 5px;*/
/*}*/
.footer-logo img{
    max-width:190px;
} 


