/*Booking Code Start*/
/* body .ui-autocomplete {
    z-index: 1000;
    position: absolute;
    border: 1px solid #000;
    top: 100%;
    width: 100px;
    height: auto;
    margin: 30px;
    padding: 0;
    list-style-type: none;
}
body .ui-autocomplete .ui-menu-item {
    background-color: #fff;
    border-bottom: 1px solid #000;
    list-style-type: none;
    width: 100%;
} */

a{
    text-decoration: none !important;
}

/* body .ui-autocomplete .ui-menu-item .ui-menu-item-wrapper {
    background-color: #fff;
    padding: 5px;
}
.ui-menu-item .ui-menu-item-wrapper.ui-state-active {
    background: #6693bc !important;
    font-weight: 700 !important;
    color: #fff !important;
    padding: 10px;
} */

#emailRender{
    text-decoration: none !important;
    color: #f4decb !important;
}


/* .ui-autocomplete {
    max-height: 400px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.ui-helper-hidden {
    display: none;
}
.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
} */
/*Booking Code End*/

html{
    scroll-behavior: smooth;
}

body{
    background-color: #ffffff;
}

.top-div{
    background-color: #49274a;
    position: relative;
    z-index: 1030;
}

.top-div-links{
    text-decoration: none !important;
    font-size: 14px;
    font-weight: 500;
    color: #f4decb !important;
    vertical-align: middle;
    transition: all .3s ease-in-out;
}

.top-div-links:hover{
    color: #ffffff;
}

.navbar{
    background-color: #000000;
    transition: all .3s ease-in-out;
}

.nav-link{
    font-size: 16px;
    font-weight: 500;
    color: #9d7e9b !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    position: relative;
    transition: all .3s ease-in-out !important;
}

.nav-link:hover{
    color: #f4decb !important;
}

.nav-link.active{
    color: #ffffff !important;
}

.dropdown-menu{
    border: 2px solid #49274a !important;
    border-radius: 0 !important;
    background-color: #49274a !important;
}

.dropdown-item{
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #f4decb !important;
    background-color: #49274a !important;
    transition: all .3s ease-in-out !important;
}

.dropdown-item:hover{
    background-color: #f4decb !important;
    color: #49274a !important;
}

.dropdown-item.active{
    background-color: #ffffff !important;
    color: #49274a !important;
}

.social-list > li > a{
    display: inline-flex;
  
}



.navbar-toggler{
    outline: none !important;
    border: none !important;
    transition: all .3s ease-in-out;
}

.navbar-toggler:focus{
    border-color: #3E56AA !important;
}

.social-icons-link{
    border: 2px solid #f4decb;
    border-radius: 100%;
    background-color: #f4decb;
    vertical-align: middle;
    transition: all .3s ease-in-out;
}



 .social-icons{
    filter: brightness(0);
    transition: all .3s ease-in-out;
} 

.header-section{
    background: url('images/header-bg.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.header-section-opacity{
    background-color: rgba(0, 0, 0, .5);
    padding: 50px 0;
    display: flex;
    justify-content: space-around;
    padding: 50px 100px;
    align-items: center;
}

@media(max-width:768px){
    .header-section-opacity{
   display: flex;
   flex-direction: column;
   padding: 0px;
}
}

.booking-form{
    background-color: rgba(73, 39, 74, .7);
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
    opacity: 0;
    animation-duration: .8s;
    animation-delay: .5s;
    animation-timing-function: ease-in-out;
}

@keyframes booking_form_anim{
    0%{
        left: -100%;
        opacity: 0;
    }
    40%{
        left: 0;
        opacity: 1;
    }
    70%{
        left: -20px;
    }
    100%{
        left: 0;
        opacity: 1;
    }
}

.booking-heading{
    display: block;
    font-size: 28px;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
}

.input-group-text{
    background-color: #ffffff !important;
    border-radius: 0 !important;
    border: none !important;
}

.custom-inputs{
    box-shadow: none !important;
    outline: none !important;
    border: none !important;
    border-left: 0 !important;
    border-radius: 0 !important;
    padding: 20px 8px 20px 20px !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #ffffff !important;
    background-color: rgba(244, 222, 203, .5) !important;
    transition: all .3s ease-in-out !important;
}

.custom-inputs:focus{
    padding-left: 8px !important;
    color: #ffffff !important;
    /* background-color: rgba(244, 222, 203, 1) !important; */
    background-color: #49274a !important;
}

.custom-inputs::placeholder{
    color: #49274a !important;
}

.custom-btn-1{
    width: 100%;
    box-shadow: none !important;
    outline: none !important;
    border: 2px solid #f4decb !important;
    border-radius: 0 !important;
    background-color: transparent !important;
    color: #f4decb !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    transition: all .3s ease-in-out !important;
}

.custom-btn-1:hover{
    background-color: #f4decb !important;
    color: #49274a !important
}

.main-header-heading-div{
    position: relative;
    width: 100%;
    height: 100%;
}

.header-heading-div{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media only screen and (max-width: 767px){
    .header-heading-div{
        position: static;
        transform: none;
    }
}

.header-heading{
    font-size: 63px;
    font-weight: 700;
    color: #f4decb;
    position: relative;
    transition: all .4s ease-in-out;
}

.header-small-heading{
    font-size: 30px;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: 7px;
    margin-bottom: 10px;
    position: relative;
    transition: all .5s ease-in-out;
}

.store-icons{
    display: inline-block;
}

@media only screen and (max-width: 1199px){
    .header-heading{
        font-size: 40px;
    }
}

@media only screen and (max-width: 375px){
    .header-heading{
        font-size: 35px;
    }

    .header-small-heading{
        font-size: 20px;
    }
}

@media only screen and (max-width: 280px){
    .header-heading{
        font-size: 32px;
    }

    .store-icons > img{
        width: 110px;
    }

    /*.logo{
        width: 90px;
    }*/
}

.about-section{
    background-color: #f4decb;
    padding: 80px 0;
}

.main-purple-headings{
    font-size: 33px;
    font-weight: 700;
    color: #49274a;
}

.about-paras{
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    text-align: justify;
}

.custom-btn-2{
    box-shadow: none !important;
    outline: none !important;
    border: 2px solid #49274a !important;
    border-radius: 0 !important;
    background-color: transparent !important;
    color: #49274a !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    transition: all .3s ease-in-out !important;
}

.custom-btn-2:hover{
    background-color: #49274a !important;
    color: #f4decb !important
}

.modal-content{
    border-radius: 0 !important;
    border: none !important;
    box-shadow: 0 30px 12px -10px black;
}

.modal-title{
    font-size: 20px;
    font-weight: 700;
    color: #000000;
}

.modal-headings{
    font-size: 23px;
    font-weight: 700;
    color: #49274a;
}

.modal-sub-headings{
    font-size: 19px;
    font-weight: 700;
    color: #000000;
}

.service-section{
    background-color: #ffffff;
    padding: 80px 0;
}

.main-black-headings{
    font-size: 33px;
    font-weight: 700;
    color: #000000;
}

.service-divs{
    background-color: #f4decb;
    position: relative;
    overflow: hidden;
}

.service-imgs-div{
    padding: 20px 0;
}

.service-imgs{
    transition: all .4s ease-in-out;
}

.service-headings-div{
    padding: 10px 0;
    background-color: #49274a;
    cursor: default;
    transition: all .4s ease-in-out;
}

.service-headings{
    font-size: 20px;
    font-weight: 600;
    color: #f4decb;
    margin: 0;
    transition: all .3s ease-in-out;
}

.service-div-overlay{
    background: #49274a;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    transform: translateY(-100%);
    transition: all .3s ease-in-out;
}

.service-overlay-inner-div{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}

.white-divider{
    width: 100%;
    border-color: #ffffff;
}

.service-para{
    font-size: 15px;
    color: #ffffff;
    margin: 0;
}

.airport-section{
    background-color: #49274a;
    padding: 80px 0;
}

.main-skin-headings{
    font-size: 33px;
    font-weight: 700;
    color: #f4decb;
}

.main-airport-div{
    position: relative;
    overflow: hidden;
}

.airport-overlay-div{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all .3s ease-in-out;
}

.airport-headings{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
    color: #ffffff;
    font-size: 26px;
    font-weight: 700;
    opacity: 0;
    animation-duration: .7s;
    animation-timing-function: ease-in-out;
}

@keyframes airport_headings_anim{
    0%{
        left: 0;
        opacity: 0;
    }
    45%{
        left: 61%;
        opacity: 1;
    }
    100%{
        left: 50%;
        opacity: 1;
    }
}

@keyframes airport_headings_up{
    from{
        left: 50%;
        opacity: 1;
    }
    to{
        left: 0;
        opacity: 0;
    }
}

.station-section{
    background-color: #f4decb;
    padding: 80px 0;
}

.station-div{
    height: 110px;
    background-color: #ffffff;
    overflow: hidden;
    transition: all .3s ease-in-out;
}

.station-headings{
    font-size: 25px;
    font-weight: 700;
    color: #49274a;
    margin-bottom: 0;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s ease-in-out;
}

.airport-station-links{
    display: block;
    text-decoration: none !important;
}

.fleet-section{
    background-color: #ffffff;
    padding: 80px 0;
}

.main-fleet-div{
    background-color: #f4decb;
    padding: 40px;
    position: relative;
    overflow: hidden;
}

.fleet-headings{
    font-size: 24px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 0;
}

.fleet-top-overlay-div{
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 100%;
    /*top: 0;*/
    left: 0;
    opacity: 0;
    background: rgba(73, 39, 74, .8);
    transition: all .3s ease-in-out;
}

.fleet-bottom-overlay-div{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 100%;
    left: 0;
    opacity: 0;
    transition: all .3s ease-in-out;
}

.fleet-list{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    margin-bottom: 0;
}

.fleet-list > li:not(:last-child){
    margin-bottom: 8px;
}

.fleet-spans{
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    vertical-align: middle;
}

.footer-section{
    background-color: #49274a;
    padding: 30px 0;
}

.footer-link{
    text-decoration: none !important;
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    vertical-align: middle;
    transition: all .3s ease-in-out;
}

.footer-link:hover{
    color: #f4decb;
}

.footer-text{
    font-size: 15px;
    font-weight: 500;
    color: #f4decb;
    vertical-align: middle;
}

/*inner pages styling*/
.inner-pages-header-section{
    background-color: #f4decb;
    padding: 50px 0;
}

.breadcrumb-div{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.home-page-link{
    text-decoration: none !important;
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    vertical-align: middle;
    transition: all .3s ease-in-out;
}

.home-page-link:hover{
    color: #49274a;
}

.current-page{
    font-size: 16px;
    font-weight: 500;
    color: #49274a;
    vertical-align: middle;
}

.inner-pages-content-section{
    background-color: #ffffff;
    padding: 80px 0;
}

.address{
    font-size: 20px;
    font-weight: 500;
    color: #000000;
    vertical-align: middle;
}

.contact-labels{
    font-size: 16px;
    font-weight: 500;
    color: #49274a;
}

.contact-inputs{
    box-shadow: none !important;
    outline: none !important;
    border: none !important;
    border-left: 0 !important;
    border-radius: 0 !important;
    padding: 20px 20px 20px 8px !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #000000 !important;
    background-color: rgba(244, 222, 203, .5) !important;
    transition: all .3s ease-in-out !important;
}

.contact-inputs:focus{
    padding-left: 20px !important;
    color: #ffffff !important;
    background-color: #49274a !important;
}

.contact-inputs::placeholder{
    color: grey !important;
}

/*area pages styling*/
.area-pages-header-section{
    background: url('images/area-pages-bg.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.area-pages-header-opacity{
    background-color: rgba(0, 0, 0, .6);
    padding: 30px 0 0;
    display: flex;
}

.area-pages-form-div{
    background-color: rgba(73, 39, 74, .7);
}

.home-area-page-link{
    text-decoration: none !important;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    vertical-align: middle;
    transition: all .3s ease-in-out;
}

.home-area-page-link:hover{
    color: #f4decb;
}

/*404 page styling*/
.body-404{
    background-color: #49274a;
}

.main-404-div{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #49274a;
}

.inner-404-div{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.heading-404{
    font-size: 100px;
    font-weight: 700;
    color: #000000;
}

.sub-heading-404{
    font-weight: 700;
    color: #f4decb;
}

.para-404{
    font-size: 21px;
    font-weight: 500;
    color: #ffffff;
}

.link-404{
    text-decoration: underline;
    text-decoration-color: #f4decb;
    color: #f4decb;
    transition: all .3s ease-in-out;
}

.link-404:hover{
    color: #ffffff !important;
}






/* contact form */
/* Contact Page Css */

.contactbannerwrapp {
    position: relative;
    padding: 200px 0px 150px;

}

.contactbannerwrapp h2 {
    font-size: 48px;
    font-weight: 700;
    font-family: 'Oxanium';
    color: #fff;
    text-transform: uppercase;
}

.contactbannerwrapp p {
    font-weight: 400;
    line-height: 24px;
    font-size: 20px;
    letter-spacing: 2px;
    margin: 0;
    color: #d3d3d3;
}

.contactbannerwrapp p a {
    color: #d3d3d3;
    transition: all .5s ease;
}

.contactbannerwrapp p a:hover {
    color: #ff3d24;
}

.contactpagecontentwrapp {
    padding: 100px 0;
}

.contactpagemain .contactinnerdiv {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px;
    background-color: #49274a;
    margin-bottom: 30px;
}

.contactpagemain .contactinnercontent {
    display: flex;
    align-items: center;
    gap: 10px;
}

.contactpagemain .contactinnerhd h4 {
    font-size: 24px;
    line-height: 24px;
    font-weight: 400;
    font-family: 'Oxanium';
    margin: 0;
}

.contactpagemain .contactinnercontent p {
    font-size: 22px;
    line-height: 24px;
    font-weight: 400;
    font-family: 'Oxanium';
    margin: 0;
    color: #fff;
}

.contactpagemain .contactinnercontent p a {
    color: #fff;
    transition: all .5s ease;
}

.contactpagemain .contactinnercontent p a:hover {
    color: #f4decb;
}


#purple{
    color: #ffffff;
    font-weight: 800;
}

#bigscr{
    display: none !important;
}
@media screen and (max-width: 768px) {
    .header-section{
        background: none !important;
        background-color: #49274a !important;
    }
    #remove{
        display: none !important;
    }
    #bigscr{
        display: block !important;
        color: whitesmoke !important;
        /* filter: brightness(0) invert(1); */
    }
}


.main-hd{
    max-width: 500px;
}