/*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%;
}
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;
}
.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;
}

#navbar{
	background-color: transparent;
	transition: all .3s ease-in-out;
}

.navbar-nav{
	background: #222033;
    border-radius: 20px;
}

.nav-link{
	color: #ff80c6 !important;
	font-size: 16px !important;
	font-weight: 500;
	border-radius: 50px;
	transition: all .3s ease-in-out !important;
}

.nav-link:hover{
	background-color: #d22183 !important;
	color: #ffffff !important;
}

.nav-link.active{
	color: #ffffff !important;
	background-color: #222033 !important;
}

.call-icon-link{
	text-decoration: none !important;
	padding: 7px;
	background-color: #d22183;
	border-radius: 100%;
	margin-left: 8px;
	transition: all .3s ease-in-out;
	display: none;
}

.call-icon{
	/*filter: brightness(0);*/
	transition: all .3s ease-in-out;
}

.dropdown-menu{
	border: 2px solid #222033 !important;
	border-radius: 50px !important;
	overflow: hidden;
}

.dropdown-item{
	font-size: 16px !important;
	font-weight: 500 !important;
	color: #222033 !important;
	transition: all .3s ease-in-out !important;
}

.dropdown-item:hover{
	background-color: #222033 !important;
	color: #ffffff !important;
}

.dropdown-item.active{
	background-color: #d22183 !important;
	color: #ffffff !important;
}

.navbar-toggler{
	border: none !important;
	outline: none !important;
}

.header-section{
	background: url('images/header-section-bg.webp');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	overflow: hidden;
}

.header-section-opacity{
	background-color: rgba(0, 0, 0, .8);
	padding: 170px 0 70px;;
}

.booking-form{
	background-color: rgba(34, 32, 51, .8);
	border-radius: 50px;
	padding: 50px 20px 35px;
    position: relative;
}

.booking-heading{
	z-index: 999;
	position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    width: 85%;
    text-align: center;
    background: #d22183;
    font-size: 24px;
    font-weight: 700;
    color: #222033;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 0;
    border-radius: 50px;
    display: block;
}

/* .custom-inputs{
	box-shadow: none !important;
	border: 2px solid #d22183 !important;
	border-radius: 50px !important;
	background-color: transparent !important;
	padding: 20px !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	color: #ffffff !important;
	transition: all .3s ease-in-out !important;
} */

/* .custom-inputs::placeholder{
	color: #a5a5a5 !important;
	transition: all .3s ease-in-out !important;
}

.custom-inputs:focus{
	background-color: rgba(255, 255, 255, .5) !important;
	color: #222033 !important;
}

.custom-inputs:focus::placeholder{
	color: #4c4c4c !important;
} */

.custom-btn-1{
	border: none !important;
	border-radius: 50px !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	color: #222033 !important;
	background-color: #ff80c6 !important;
	padding: 10px 20px !important;
	box-shadow: 2px 3px 0px #ffffff !important;
	transition: color .3s ease-in-out, background-color .3s ease-in-out, box-shadow 0s !important;
}

.custom-btn-1:hover{
	color: #ffffff !important;
	background-color: #d22183 !important;
}

.custom-btn-1:active{
	box-shadow: none !important;
	transform: translate(2px, 3px);
}

.header-heading-div{
    position: static;
}

@media only screen and (min-width: 768px){
    .header-heading-div{
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
    }
}

.header-heading{
    font-size: 65px;
    font-weight: 700;
    color: #ff80c6;
    margin-bottom: 0px !important;
    position: relative;
    transition: all .3s ease-in-out;
}

.header-small-heading{
	font-size: 30px;
	font-weight: 500;
	color: #ffffff;
	margin-bottom: 20px;
	letter-spacing: 5px;
}

.header-heading-div p{
    color: #fff;
}

.logo{
	transition: all .3s ease-in-out;
}

#logo-black{
	display: none;
}

@media only screen and (max-width: 1199px){
    .header-heading{
        font-size: 30px;
    }
	.header-small-heading {
		font-size: 20px;
	}
	/*.store-icons-div {*/
	/*	display: none;*/
	/*}*/
}

@media only screen and (max-width: 375px){
    .header-heading{
        font-size: 30px;
    }
}

@media only screen and (max-width: 280px){
    .header-heading{
        font-size: 30px;
    }

    .store-icons img{
        width: 100px;
    }

    /*.logo{
        width: 90px;
    }*/
}

.store-icons{
    text-decoration: none !important;
    display: inline-block;
}

.service-section{
	background-color: #ffffff;
	/* padding: 80px 0; */
	padding-top: 80px;
}

.main-black-headings{
	font-size: 33px;
	font-weight: 700;
	color: #222033;
}

@media only screen and (min-width: 768px){
	.service-nav{
		display: block !important;
	}
}

.service-links{
	text-decoration: none !important;
	padding: 10px;
	border: 2px solid #222033;
	background-color: transparent;
	border-radius: 100%;
	display: inline-block;
	width: 50px;
	margin-left: auto;
	margin-right: auto;
	transition: all .3s ease-in-out;
}

.service-links:hover{
	border-color: #ff80c6;
	background-color: #ff80c6;
}

.service-links.active{
	border-color: #ff80c6;
	background-color: #ff80c6;
}

.service-small-imgs{
	transition: all .3s ease-in-out;
}

.service-hr{
	border: none;
    width: 1px;
    height: 35px;
    background: #222033;
}

.service-headings{
	font-size: 24px;
	font-weight: 700;
	color: #d22183;
	margin-bottom: 15px;
}

.service-paras{
	font-size: 16px;
	font-weight: 500;
	color: #222033;
	line-height: 2;
	text-align: justify;
}

.service-main-imgs{
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.about-section{
	background: url('images/about-section-bg.webp');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}

.about-section-opacity{
	background-color: rgba(34, 32, 51, .9);
	padding: 80px 0;
}

.main-pink-headings{
	font-size: 33px;
	font-weight: 700;
	color: #ff80c6;
}

.about-para{
	font-size: 16px;
	font-weight: 500;
	color: #ffffff;
}

.modal{
	background-color: rgba(34, 32, 51, .7);
}

/* .modal-content{
	border-radius: 50px !important;
} */

.modal-title{
	font-size: 20px;
	font-weight: 700;
	color: #222033;
}

.close{
	outline: none !important;
}

.sub-pink-headings{
	font-size: 24px;
	font-weight: 700;
	color: #d22183;
	margin-bottom: 12px;
}

.modal-paras{
	font-size: 16px;
	font-weight: 500;
	color: #222033;
}

/* .custom-btn-2{
	border: none !important;
	border-radius: 50px !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	color: #ffffff !important;
	background-color: #d22183 !important;
	padding: 10px 20px !important;
	box-shadow: 2px 3px 0px #222033 !important;
	transition: color .3s ease-in-out, background-color .3s ease-in-out, box-shadow 0s !important;
}

.custom-btn-2:hover{
	color: #222033 !important;
	background-color: #ff80c6 !important;
}

.custom-btn-2:active{
	box-shadow: none !important;
	transform: translate(2px, 3px);
} */

.airport-section{
	background-color: #ffffff;
	padding: 80px 0;
}

.main-airport-div{
	position: relative;
}

.airport-inner-div{
	border-radius: 50px;
	overflow: hidden;
	position: relative;
}

.airport-headings{
	font-size: 22px;
	font-weight: 700;
	color: #ffffff;
	background-color: #d22183;
	border-radius: 50px;
	text-align: center;
	margin-bottom: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	position: absolute;
    z-index: 1;
    bottom: -14px;
    left: 0;
    right: 0;
    width: 80%;
    margin: auto;
    transition: all .3s ease-in-out;
}

.airport-overlay-div{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
	transition: all .3s ease-in-out;
}

.airport-plane{
	position: absolute;
	top: 100%;
	left: -150px;
	transition: all .9s linear;
}

.station-section{
	background: url('images/station-section-bg.webp');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}

.station-section-opacity{
	background-color: rgba(34, 32, 51, .9);
	padding: 80px 0;
}

.main-station-div{
	position: relative;
	overflow: hidden;
	border-radius: 50px;
}

.station-train{
	position: absolute;
	bottom: 0;
	left: -90px;
	transition: all 1.2s ease-in-out;
}

.fleet-section{
	background-color: #ffffff;
	padding: 80px 0;
}

.main-fleet-div{
	border-radius: 50px;
	overflow: hidden;
}

.inner-fleet-div{
	position: relative;
}

.fleet-info-div{
	position: absolute;
	top: 0;
	left: 0;
	background-color: #d22183;
	width: 40%;
	height: 100%;
	transition: all .3s ease-in-out;
}

.fleet-imgs-div{
	padding: 20px;
	border: 2px solid #d22183;
	border-top-right-radius: 50px;
	transition: all .3s ease-in-out;
}

.fleet-imgs{
	transition: all .3s ease-in-out;
}

.fleet-list{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin-bottom: 0;
}

.fleet-list > li:nth-child(2){
	margin-top: 5px;
	margin-bottom: 5px;
}

.fleet-icons{
	transition: all .3s ease-in-out;
}

.fleet-spans{
	font-size: 15px;
	color: #ffffff;
	vertical-align: middle;
	margin-left: 3px;
	transition: all .3s ease-in-out;
}

.fleet-headings{
	font-size: 22px;
	font-weight: 700;
	color: #ff80c6;
	background-color: #222033;
	padding: 10px 0;
	margin-bottom: 0;
	text-align: center;
	transition: all .3s ease-in-out;
}

.footer-section{
	background-color: #222033;
	padding: 30px 0;
}

.footer-para{
	font-size: 15px;
	font-weight: 500;
	color: #ffffff;
	margin-bottom: 0;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.footer-link{
	text-decoration: none !important;
	color: #ff80c6;
	transition: all .3s ease-in-out;
}

.footer-link:hover{
	color: #ffffff;
}

.social-icons-link{
	text-decoration: none !important;
	display: inline-block;
	border: 2px solid #ff80c6;
	border-radius: 100%;
	transition: all .3s ease-in-out;
}

.social-icons{
	transition: all .3s ease-in-out;
}

/*inner-pages-sytyling*/
.inner-pages-header-section{
	background: url('images/inner-pages-bg.webp');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.inner-pages-opacity{
	background-color: rgba(34, 42, 51, .8);
	padding: 99px 0 90px;
}

.inner-pages-content-section{
	background-color: #ffffff;
	padding: 80px 0;
}

.about-page-list{
	font-size: 16px;
	font-weight: 500;
	color: #222033;
}

.about-page-img{
	border-radius: 50px;
}

.contact-list > li:nth-child(2){
	margin-top: 15px;
	margin-bottom: 15px;
}

.contact-span, .contact-links{
	text-decoration: none !important;
	font-size: 16px;
	font-weight: 500;
	color: #222033;
	vertical-align: middle;
	transition: all .3s ease-in-out;
}

.contact-links:hover{
	color: #d22183;
}

.contact-form{
	background-color: #222033;
	padding: 30px;
	border-radius: 50px;
}

/*areas-pages-styling*/
.areas-booking-heading{
	font-size: 24px;
	font-weight: 700;
	color: #222033;
	background-color: #d22183;
	position: absolute;
    top: -22px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 85%;
    text-align: center;
    border-radius: 50px;
    padding: 8px 0;
    margin-bottom: 0;
}

.area-pages-sub-headings{
	font-size: 25px;
	font-weight: 700;
	color: #d22183;
}


/*404 page styling*/
.body-404{
    background-color: #ffffff;
}

.main-404-div{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
}

.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: #222033;
}

.sub-heading-404{
    font-weight: 700;
    color: #d22183;
}

.para-404{
    font-size: 21px;
    font-weight: 500;
    color: #222033;
}

.link-404{
    text-decoration: none !important;
    color: #d22183;
    transition: all .3s ease-in-out;
}

.link-404:hover{
    color: #222033 !important;
}
.area-booking-heading {
	color: #d22183;
	font-size: 40px;
	text-align: center;
	margin-bottom: 12px;
}
.number a {
	color: #ff80c6;
	background-color: #222033;
	text-decoration: none;
	margin-left: 8px;
	border-radius: 99px;
	padding: 10px 20px;
	font-size: 16px;
	font-weight: 500;
	transition: all .5s;
}
.number a:hover {
	color: #222033;
	background-color: #ff80c6;
	text-decoration: none;
}
.darkBg {
	background-color: #222033 !important;
}
.navbar-toggler-icon {
	background-image:none !important;
	background-color: #d22183;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex; align-items: center;
	justify-content: center;
}
.navbar-toggler-icon img {
	width: 24px;
}
@media screen and (max-width:992px) {
	.call-icon-link {
		display: block;
	}
	.number a {
		display: none;
	}
	.custom-row {
		flex-direction: column-reverse;
	}
	.navbar {
		padding-top: 5px !important;
		padding-bottom: 5px !important;
		border-bottom: 1px solid #ffffff !important;
	}
	.navbar-nav {
		background-color: transparent;
	}
	.inner-pages-opacity {
		padding-top: 130px !important;
		padding-bottom: 53px !important;
	}
}
@media screen and (max-width:768px) {

	.header-section-opacity {
		padding: 100px 0 23px;
	}
	.inner-pages-opacity {
		padding: 90px 0 40px !important;
	}
	.booking-heading{
		display: none !important;
	}
}
@media screen and (max-width:992px) {
	.booking-heading{
		display: none !important;
	}
	
}


.form-div{
	display: flex;
	justify-content: center;
	align-items: center;
	background-position: center;
	gap: 36px !important;
}
.area-booking-heading{
	padding-top: 30px !important;
}



@media screen and (max-width:768px) {
	.header-section{
		background: none !important;
		background-color: #000 !important;
	}
}