@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
/* general button */
.orange-btn a, .orange-btn button{
    background: #FF7F40;
    padding: 12px 20px;
    color: #fff;
}
.orange-btn a:hover, .orange-btn button:hover{
    border: solid 1px #FF7F40;
    color: #FF7F40;
}
#more {display: none;}
.kereala-romantic-tree .carousel-indicators{
    bottom: -30px;
}

.kereala-romantic-tree .carousel-indicators button{
    background-color: #E77238;
}
.kereala-romantic-tree h5{
    color: #312D5A;
    font-size: 25px;
  padding-bottom: 6px;
}
.kereala-romantic-tree li::marker {
    color: #E77238;
  }
.kereala-romantic-tree ul>li{
    font-size: 17px;
    color: #373737;
    padding-bottom: 6px;
}
/* Default slide */
.center-slider .slick-slide{
    margin: 0 15px 0 0;
    /* display: flex;
    align-items: center;
    justify-content: center; */
    transform: scale(0.8);
    transition: all 0.4s ease-in-out;
  }
  .center-slider .slick-slide,
  .center-slider .slick-slide[aria-hidden="true"]:not(.slick-cloned) ~ .slick-cloned[aria-hidden="true"] {
    transform: scale(0.8, 0.8);
    transition: all 0.4s ease-in-out;
   
  }
  
  /* Active center slide (You can change anything here for cenetr slide)*/
  .center-slider .slick-center,
  .center-slider .slick-slide[aria-hidden="true"]:not([tabindex="-1"]) + .slick-cloned[aria-hidden="true"] {
    transform: scale(1.1);
   
  }
  .center-slider .slick-current.slick-active{
    transform: scale(1.1);
    
  }
  









.package-card-items .card{
    margin: 10px;
    background-color: transparent;
}

.package-card-items .slick-prev::before, .slick-next::before{
    color: #E77238 !important;
}

.package-card-items .slick-dots{
    bottom: 0;
}
.package-card-items .slick-dots li button::before{
    font-size: 18px;
   
}
.slick-dots li.slick-active button::before{
    color: #E77238 !important;
  }
.package-card-items .slick-dots li button::after{
    font-size: 18px;
    color: #E77238 !important;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #fff;
    background-color: #E77238;
  }

  .slick-dots li button:hover::before, .slick-dots li button:focus::before {
    color: #E77238 !important;
  }
a{
    text-decoration: unset;
}
.btn-close:focus {
    box-shadow: none;
}

.special-pricing{
    background: linear-gradient(90deg, #FF7F40 0%, #E77238 100%);
    border-radius: 28px;
    padding: 30px;
    
}
.special-pricing h5{
    color: #fff;
  font-weight: 600;
  font-size: 26px;
}
.special-pricing .right-content p{
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}
.special-pricing .card{
    padding: 30px;
    border-radius: 12px !important;
    box-shadow: 0px 0px 7.2px rgba(0, 0, 0, 0.25);
}
.special-pricing .card h4{
   color: #333;
   font-size: 34px;
}
.special-pricing .card p{
   color: #333;
   font-size: 18px;
}

.header-logo{
    width:70px;
}
.hero-section .nav-1{
    background: #312D5A;
   
}
h4{
    font-family: "Raleway", sans-serif !important;
    font-weight: 700;
}
.explore-more .slick-prev{
    top: -30px;
    left: -570px;
    right: 0;
}
.explore-more .slick-prev::before{
    content: url('../images/right-arrow.png');
}
.explore-more .slick-next{
    top: -26px;
    left: -500px;
    transform: rotate(-180deg);
}
.explore-more .slick-next::before{
    content: url('../images/right-arrow.png');
}
.top-staycation h5,p,span{
    font-family: "Raleway", sans-serif;
}

.top-staycation h5{
    color: #312D5A;
    font-size: 22px;
    font-weight: 600;
}
.top-staycation .cta-arrow{
    position: absolute;
    right: 20px;
    bottom: -26px;
}
.top-staycation .details p{
    color: #373737;
    font-size: 16px;
    font-weight: 500;
}
.top-staycation .card{
    background: #FFFFFF;
    box-shadow: 0px 2px 9.3px rgba(0, 0, 0, 0.16);
    border-radius: 10px !important;
    border: 0;
}
.dropdown-item.active, .dropdown-item:active {
    color: var(--bs-dropdown-link-active-color);
    text-decoration: none;
    background-color: #E77238;
  }
.show-menu li{
    border-bottom: solid 1px #dedede;
    padding-bottom: 4px;
    color:#373737;
    font-size: 15px;
    font-weight: normal;
}

.more-packages .carousel-indicators{
        justify-content: start;
        margin-left: 0;
        bottom: -48px;
}
.more-packages .carousel-indicators button{
    border-radius: 50%;
  width: 18px;
  height: 18px;
  background: transparent;
  border: solid 2px #fff;
}

.more-packages .carousel-indicators button.active{
    background: #fff;
}
.dropdown-toggle::after{
    color: #E77238;
}
.btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active{
    border: 0 !important;
}
.show-menu li:last-child{
    border: 0;
}
.font-wigt-400{
    font-weight: 500;
}
.font-weight-600{
    font-weight: 600 !important;
}
.package-card-items .card-overlay {
    transition: opacity 1s ease-in-out;
    opacity: 0;
  }
  
  
  
  .package-card-items .card-overlay a{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-color: #FD8C54;
    color: #fff;
    font-size: 16px;
  }
  .package-card-items .card:hover .card-overlay {
    opacity: 1;
  }
/* sticky nav bar */
.navbar-fixed {
    top: 0;
    z-index: 100;
    position: fixed;
    width: 100%;
    box-shadow: 0px 0px 10px 3px #0000001A;
  }
.nav-1 .container-fluid{
    justify-content: right !important;
}
.nav-1 .navbar-brand{
    font-size: 16px;
    color: #fff !important;
}
 .hm-nav .nav-link{
    font-size: 16px !important;
    text-transform: uppercase !important;
    font-weight: 500;
 }
 .hm-carousel .carousel-indicators{
    left: unset;
    top: 10%;
    right: -30px;
    display: flex;
    flex-direction: column;
    gap: 15px;
 }
 .hm-carousel .carousel-indicators button{
    border-radius: 50%;
    background: #FD8C54;
    width:24px;
    height:4px;
 }
 .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #FF7F40;
    border-bottom: solid 2px #FF7F40;
    font-weight: 700;
}
 .hm-carousel .carousel-caption button{
    border:unset;
    background: #FD8C54;
    color: #fff;
    padding: 10px 20px;
    border-radius: 6px;
}
.hm-carousel .carousel-caption{
    bottom: 6%;
}
h3,
h4{
color: #312D5A;
font-size: 2em;
}
.learn-more{
    border:solid 1px #312D5A;
padding: 10px 26px;
border-radius: 26px;
color: #312D5A;
text-transform: uppercase;
background: unset;
}

.learn-more:hover{
    background: linear-gradient(0deg, #312D5A, #312D5A),
    linear-gradient(0deg, #FFFFFF, #FFFFFF);
    color:#fff;    
}
.enquire-now{
    border:solid 1px #312D5A;
padding: 10px 26px;
border-radius: 26px;
color: #fff;
text-transform: uppercase;
background: #312D5A;
}
.package-card-items .card{
    border-radius: 14px;
    box-shadow: 0px 0px 10px 3px #0000001A;
}
.package-card-items .card .card-title{
    color: #333;
    font-size: 24px;
    padding-bottom: 8px;
}

.package-card-btn a {
    display: none;
}

.package-card-btn .card:hover a {
    display: block;
    background-color: #FD8C54;
    border-radius: 0;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border: unset;
    padding: 16px;
    transition: all 4s ease-in-out ;
}
.bg-grey-3{
    background: #EFF1F4;
}
.customer-grid-items .card{
    text-align: center;
    margin: 0 1.5rem;
    transition: transform .9s ease-in;
}

.customer-grid-items .card img{
    margin: 1em 0;
}
.customer-grid-items .card:hover{
    border: solid 1px #FF7F40;
    transform: scale(1.03);
}
.txt-orange{
    color: #FF7F40;
}
.txt-blue{
    color: #312D5A;
}
.txt-black{
    color: #373737;
}
.font-size-18{
    font-size: 18px;
}
.inclusion-img img{
    width: 20px;
    margin-right: 8px;
}
.my-6{
    margin: 5em 0;
}
.image-grid .card{
    margin: 1.5rem 0;
    
}
.alert-success {
    background-color: #fcfff5 !important;
    color: #2c662d !important;
  }
.error{
    color: #ef4444;
    padding-top: 4px;
    display: none;
}

.more-packages{
    background: linear-gradient(90deg, #FF7F40 0%, #E77238 100%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px 40px;
    border-radius: 16px;
}
.more-packages h3{
    color: #fff;
    font-size: 30px;
}
.more-packages p{
    color: #fff;
    font-size: 18px;
}
.more-packages .cta-btn button{
    color: #FF7F40;
    background-color: #fff;
    padding: 10px 40px;
    border-radius: 30px;
    font-size: 18px;
    border: solid 1px #fff;
}
.more-packages .cta-btn button:hover{
    border: solid 1px #302C57;
    color: #302C57;
    background:transparent;
}
.hm-footer{
    background: #232940;
    color: #fff;
}
.hm-footer li a, .copyright a{
    color: #fff;
}
.hm-footer li a:hover, .copyright a:hover{
    color: #E77238;
}
.hm-footer .copyright{
    background: #1A1E2F;
}
.hm-footer .nav .position-relative nav-item .nav-link{
    color: #fff;
}
.contact-form .form-control{
    border-radius: 0;

}

.font-size-20{
    font-size: 20px;
}
.support-payments{
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    gap: 20px;
    background: #EFF1F4;
    align-items: center;
    padding: .5rem 0;
}
.testimonial-carousel .carousel-indicators{
    bottom: -20px;
}
.testimonial-carousel .carousel-indicators button{
    background: #FD8C54;
    width: 20px;
    height: 0;
    border-radius: 50%;
    margin-right: 10px;
}
.testimonial-carousel .card{
    padding: 4em;
    margin-bottom: 2em;
    text-align: center;
    box-shadow: 0px 1px 7px 2px #00000026;
}
.testimonial-carousel img{
    margin-bottom: 1em;
    width: 80px;
}
.service-card .card{
    box-shadow: 0px 0px 12px 0px #00000040;
    margin: 1.5em;  
    padding: .5em;
}
.service-card .card:hover{
    border: solid 1px #FF7F40;

}
.service-card h5:hover{
    color: #FF7F40;
    
}
.package-box{
    border: solid 1px #dedede;
    padding: 1em 0.4em;
    border-radius: 8px;
    margin: 1em;
}
/* scroll to top */
#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #FD8C54;
    color: white;
    cursor: pointer;
    padding: 8px 16px;
    border-radius: 4px;
  }
  .customer-grid-items .card{
    margin-bottom: 2em;
  }

  /* 
  * About Us Page Styles
  *
  */
.bg-wrapper{
    position: relative;
    background-image: var(--image-url);
    background-size: cover;
    background-position: center;
    height: 400px;
    text-align: center;
    color: #fff;
}
.bg-wrapper .text-contents{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.pt-6{
    padding-top: 5rem;
}
.bg-blue{
    background: #312D5A;
}
/* enquire box */
.enquire-box{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    justify-content: space-evenly;
    display: flex;
    align-items: center;
    gap: 2rem;
    flex-wrap: wrap;
    width: 56%;
    background: #fff;
    box-shadow: 0px 2px 6px 0px #0000001F;
    padding: 1.5rem;
    border-radius: 8px;
    top: -46px;
}
.header-banner{
    background-image: url('../images/hero-image.png');
    height: 750px;
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
    background-origin: padding-box;
    display: flex;
    align-items: center;
}
.header-banner button{
    background-color:#302C57;
    color: #fff;
    padding: 10px 20px;
}
.header-banner button:hover{
    background-color: transparent;
    border: solid 1px #302C57;
}
/* .enquire-box {
    display: flex;
    padding: 1rem;
    justify-content: center;
    align-items: center;
    background: #fff;
    box-shadow: 0px 2px 6px 0px #0000001F;
} */
.enquire-box-container{
    text-align: center;
    margin-top: -2.5em;
    position: relative;
    z-index: 1;
}
.enquire-box-container .enquire-box{
    display: inline-block;
    background: #fff;
    box-shadow: 0px 2px 6px 0px #0000001F;
    padding: 1rem;
    border-radius: 8px;
}
.package-details .card{
    padding: 0 1rem;
    margin: 0 1rem;
    border: none;
}
.package-details .backround-cricle{
    height: 40px;
    width: 40px;
    background: #FADACA;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
}
.package-details .backround-cricle img{
    width: 22px;
    height: 22px;
}
/* add ons */
.add-ons{
    background: #EFF1F4;
    padding: 1rem;
}
.add-ons img{
    filter: brightness(50%);
}
.trip-schedule img{
    width: 400px;
}
.everlasting-tour-list ul{
    list-style-type: none;
}

.everlasting-tour-list li {
    display: flex;
    align-items: flex-start;
    margin: 10px 0;
    font-size: 18px;
    line-height: 30px;
    list-style: none;
  }
  .everlasting-tour-list li::before {
    content: '';
    position: relative;
    top: 4px;
    background-image: url('../images/check-circle.png');
    background-repeat: no-repeat;
    background-position: left center;
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    margin-right: 10px;
    background-size: contain;
  }

  /* form floating */
  .form-control:focus,.navbar-toggler:focus{
    box-shadow: none;
  }
  .form-container .form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: 2rem;
  min-height: 3rem;
}
 .form-container .form-floating > .form-control:focus ~ label,
  .form-floating > .form-control:not(:placeholder-shown) ~ label,
  .form-floating > .form-control-plaintext ~ label,
  .form-floating > .form-select ~ label {
    transform: scale(0.85) translateY(-1.6rem) translateX(0.15rem);
  }
 .form-container .form-floating > label {
    padding-top: 10px;
  }
  .form-container .form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 0.4rem;
  padding-bottom: 0.625rem;
}
.form-container button{
    background-color: #FF7F40;
    color: #fff;
    transition: background-color .3s ease-in ;
}
.form-container button:hover{
    border: solid 1px #FF7F40;
    color: #FD8C54;
}
.disp-block{
    display: block;
}
.footer-social li{
    background: #FF7F40;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    text-align: center;
}
.top-90{
    top: -60px;
}
.date-selector .form-control{
    border-right: 0 !important;
}
.date-selector button {
    border: 1px solid #ced4da !important;
      border-left-width: 1px;
      border-left-style: solid;
      border-left-color: rgb(206, 212, 218);
    border-radius: 0.25rem;
      border-top-left-radius: 0.25rem;
      border-bottom-left-radius: 0.25rem;
    border-left: 0 !important;
  }
  .terms h6{
    font-size: 22px;
  }
  .terms h5{
    font-size: 26px;
  }
  .datepicker{
    z-index: 1100 !important;
    }

.image-modal-icon{
    position: absolute;
    right: 0;
}
.trip{
    position: relative;
}
.trip-img {
    display: inline-block;
    position: fixed;
    width: 100px;
    height: 100px;
    right: 16px;
    bottom: 12%;
}
h5{
    font-weight: 600;
}
.image-modal-icon button{
    opacity: 1 !important;
    filter: invert(94%) sepia(100%) saturate(9%) hue-rotate(171deg) brightness(108%) contrast(100%);
}
.top-staycation .card img{
    width: 100%;
}
  @media only screen and (max-width: 600px) {
    .d-mobile-none{
        display: none !important;
    }
    .everlasting-tour-list ul.p-list{
        columns: 1 !important;
    }
    .top-staycation .card{
        margin-bottom: 30px;
    }
    .pt-m-4{
        padding-top: 60px;
    }
    .special-pricing .row{
        row-gap: 50px;
    }
    .text-mobile-center{
        text-align: center;
    }
    .header-banner{
        background-image: url('../images/mobile-banner.jpeg');
        background-size: cover;
        background-position: 20%;
        height: 500px;
        text-align: center;
        
    }
    .more-packages{
        flex-direction: column;
    }
    .more-packages .content{
        padding-bottom: 26px;
    }
    .hm-carousel .carousel-indicators{
        display: none;
    }

    .support-payments{
        display: grid;
  grid-template-columns: repeat(3,1fr);
  text-align: center;
  padding: 16px;
    }
    .order-mobile-1{
        order: 1;
    }   
    .package-box .link-btn{
        display: inline-grid;
        gap: 15px;
    }
    .hm-carousel .carousel-caption{
       bottom: 0;
    }
    .service-card .card{
        gap: 30px;
        margin-bottom: 1.5em !important;
    }
    .mb-mobile-3{
        margin-bottom: 2rem;
    }
    .enquire-box{
        gap: 18px;
        text-align: center;
        width: 90%;
        flex-direction: column;
        top: -110px;
    }
    .mt-m-6{
        margin-top :50px;
    }
    .navbar-nav .nav-link.active, .navbar-nav .nav-link.show{
        border-bottom: 0 !important;
    }
    .p-mobile-4{
        padding: 2.5rem 0;
    }
    .testimonial-carousel .card{
        padding: 2rem 14px;
    }
    .p-mobile-0{
        padding: 1rem !important;
    }
    
    .package-card-items .card-overlay {
    transition: opacity 1s ease-in-out;
    opacity: 1;
  }
    
  }

  @media only screen and (min-width: 992px) {
    .h-200{
        height: 200px;
    }
    .d-large-none{
        display: none;
    }
    .special-pricing  .card{
        margin-top: -98px;
    }
  }

  @media (min-width: 768px) and (max-width: 1024px) {
    .enquire-box{
        width: 90% !important;
    }
  }

  @media screen and (min-width: 1600px) {
    .header-banner {
     background-size: cover;
    }
  }
