body {
	font-family: 'Roboto', sans-serif;
	background-color: #f8f9fa;
	color: #2c3e50;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
.custom-bg{
	background-color: #f2f2f3;
} 
.container-main {
	flex-grow: 1;
}
a {
	transition: all .3s;
}


/* FORMS */
.form-control {
	border: 2px solid #cbd0d3;
	border-radius: 0;
	padding: 0 25px;
	line-height: 45px;
}


/* Classes */
.margin-zero {
	margin: 0;
}
.margin-top-md {
	margin-top: 30px;
}
.margin-bottom-md {
	margin-bottom: 30px;
}
.letter-spacing-sm {
	letter-spacing: 1px;
}
.letter-spacing-md {
	letter-spacing: 2px;
}
.letter-spacing-lg {
	letter-spacing: 4px;
}

.font-weight-sm {
	font-weight: 300;
}
.font-weight-md {
	font-weight: 600;
}
.font-weight-lg {
	font-weight: 900;
}

.font-size-sm {
	font-size: 11px;
}
.font-size-md {
	font-size: 18px;
}
.font-size-lg {
	font-size: 36px;
}


/* Colors */
.color-grey {
	color: #bdc3c7;
}
.color-light {
	color: #f6f8f9;
}
.color-dark {
	color: #333;
}
.color-primary {
	color: #1abc9c;
}
.color-success {
	color: #2ecc71;
}
.color-info {
	color: #2ecc71;
}
.color-warning {
	color: #e67e22;
}
.color-danger {
	color: #e74c3c;
}


/* Backgrounds */
.background-grey {
	background-color: #bdc3c7;
}
.background-light {
	background-color: #f6f8f9;
}
.background-dark {
	background-color: #2c3e50;
}
.background-primary {
	background-color: #1abc9c;
}
.background-success {
	background-color: #2ecc71;
}
.background-info {
	background-color: #2ecc71;
}
.background-warning {
	background-color: #e67e22;
}
.background-danger {
	background-color: #e74c3c;
}
.dark-bg, .dark-bg a, .dark-bg a:hover {
	color: #FFF;
}


/* Buttons and Buttons Hover */
.btn {
	border-radius: 0;
	text-transform: uppercase;
	font-weight: bold;
	border: none;
	font-size: 12px;
	padding: 0 30px;
	line-height: 50px;
}
.btn-xs {
	padding: 0 20px;
	line-height: 30px;
	font-size: 10px;
}
.btn-sm {
	padding: 0 25px;
	line-height: 40px;
	font-size: 11px;
}
.btn-md {
	padding: 0 30px;
	line-height: 50px;
	margin: 15px 0;
}
.btn-lg {
	padding: 0 45px;
	line-height: 70px;
	font-size: 14px;
}
.btn-default {
	background-color: #34495e;
	color: #FFF;
}
.btn-default:hover {
	background-color: #2c3e50;
	color: #FFF;
}

.btn-primary {
	background-color: #1abc9c;
	font-weight: 900;
}
.btn-primary:hover {
	background-color: #16a085;
}

.btn-success {
	background-color: #2ecc71;
}
.btn-success:hover {
	background-color: #27ae60;
}

.btn-info {
	background-color: #3498db;
}
.btn-info:hover {
	background-color: #2980b9;
}

.btn-warning {
	background-color: #e67e22;
}
.btn-warning:hover {
	background-color: #d35400;
}

.btn-danger {
	background-color: #e74c3c;
}
.btn-danger:hover {
	background-color: #c0392b;
}
 

/*	NAVBAR */
.navbar {
	padding-top: 20px;
	padding-bottom: 2px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); 
	z-index: 1000;
}
.navbar-light {
	background-color: #f6f8f9;
	border: none;
	margin-bottom: 0;
}
.navbar-light .navbar-brand {
	color: #2c3e50;
}
.navbar-light {
	border-color: #2c3e50;
}
.navbar-light .navbar-toggler:focus,
.navbar-light .navbar-toggler:hover {
	background-color: #bdc3c7;
}
.navbar-brand,
.navbar-nav>li>a {
	line-height: 80px;
	font-weight: bold;
	height: 80px;
	padding: 0 15px;
	letter-spacing: 0.025em;
}
.navbar-brand {
	text-transform: uppercase;
	font-size: 1.4em;
}
.navbar-nav>li>a {
	font-size: 14px;
	text-transform: none;
}
.navbar-light .navbar-nav>li>a {
	color: #2c3e50;
}
.navbar-light .navbar-nav>.open>a,
.navbar-light .navbar-nav>.open>a:focus,
.navbar-light .navbar-nav>.open>a:hover {
	background-color: #fff;
}
.dropdown-menu {
	border: none;
	border-radius: 0;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 14px;
}


/* Base page - section-footer */
.section-footer {
	padding-top: 80px;
	padding-bottom: 80px;
	position: relative;
	overflow: hidden;
}


/* Home page - Our Services */
h2.section-title {
	font-weight: bold;
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: 5px;
    margin-bottom: 80px;
}
p.section-description {
	font-weight: lighter;
	font-size: 16px;

}
h2.section-title + p {
	margin-top: -70px;
	margin-bottom: 80px;
}
.service-block {
	display: block;
	margin-bottom: 30px;
}
.service-block h3 {
	text-transform: uppercase;
    font-size: 15px;
    font-weight: bolder;
    margin: 30px 0;
    line-height: 1;
}


/* Login/Signup page - Input */
input{
	margin-bottom: 30px;
}


/* Home Page - HYPEJETS YOUR GATEWAY TO EXCLUSIVE JET TRAVEL ACROSS EUROPE */
.booking-details {
	padding-top: 80px;
	padding-bottom: 80px;
	position: relative;
	overflow: hidden;
	background-color: #f8f9fa;
} 
.booking-details-style {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); 
	height: 99%;
}
.booking-details h2 {
	font-size: 28px;
	letter-spacing: 5px;
	font-weight: 700;
	display: inline-block;
}
.booking-details .lead {
    font-size: 1.25rem;
	color: black;
	font-weight: bold;
}
.booking-details address {
    font-style: normal;
}
.booking-details a {
    color: #007bff;
    text-decoration: none;
    font-weight: bold;
}
.booking-details a:hover {
    text-decoration: underline;
	font-weight: 900;
}



/* Home Page - Video and Video controls */
.custom-video {
    position: relative;
    overflow: hidden;
    height: 56.25vw;  
	margin-top: -102px;
}

#homeVideo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    outline: none;
    position: absolute;
    top: 0;
    left: 0;
}

@media screen and (max-width: 768px) {
    .custom-video {
        position: relative;
        overflow: hidden;
        padding-top: 56.25%; 
        height: auto;  
		margin-top: 0; 
    }

    #homeVideo {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}


#homeVideo::-webkit-media-controls {
    display: none !important;
}
#homeVideo::-webkit-media-controls-enclosure {
    display: none !important;
}
#homeVideo::-webkit-media-controls-panel {
    display: none !important;
}
#homeVideo::-webkit-media-controls-play-button,
#homeVideo::-webkit-media-controls-mute-button {
    display: none !important;
}
 

/* home page - custom-style-carousel  */
.custom-style-carousel  {
	padding-top: 80px;
	padding-bottom: 80px;
	position: relative;
	overflow: hidden;
	background-color: #f2f2f3;
}
.custom-style-carousel  .testimonial-title {
	color: #2c3e50;
}
.custom-style-carousel  .testimonial-title h2 {
	padding-left: 0.2em;
	letter-spacing: 5px;
	font-size: 28px;
	font-weight: 900;
	display: inline-block;
}
.custom-style-carousel  .card {
	margin: 0 0.5em;
	box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
	border: none;
	height: 100%;
}
.custom-style-carousel  .carousel-control-prev,
.custom-style-carousel  .carousel-control-next {
	background-color: #fff;
	width: 3em;
	height: 3em;
	border-radius: 50%;
	top: 60%;
	transform: translateY(-50%);
	box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
}
@media (min-width: 576px) {
	.custom-style-carousel .carousel-item {
		margin-right: 0;
		flex: 0 0 50%;
		display: block;
	}
	.custom-style-carousel .carousel-inner {
		display: flex;
	}
}
@media (min-width: 768px) {
	.custom-style-carousel .carousel-inner {
		padding: 1em;
	}
	.custom-style-carousel .carousel-control-prev,
	.custom-style-carousel .carousel-control-next {
		width: 3em;
		height: 3em;
		position: absolute;
		left: 1em;
		top: 90%;
		opacity: 1;
	}
	.custom-style-carousel .carousel-control-next {
		left: 180px;
	}
	.custom-style-carousel .carousel-control-prev {
		left: 110px;
	}
}


/* Emptyleg pages - custom-style-carousel-emptyleg */
.custom-style-carousel-emptyleg  {
	background-color: #f8f9fa;
	margin-top: 30px;
	position: relative;
	overflow: hidden;
}
.custom-style-carousel-emptyleg  .testimonial-title {
color: #2c3e50;
}
.custom-style-carousel-emptyleg  .testimonial-title h2 {
padding-left: 0.2em;
letter-spacing: 5px;
font-size: 28px;
font-weight: 900;
display: inline-block;
}
.custom-style-carousel-emptyleg .card-body {
margin-top: -30px;
}
.custom-style-carousel-emptyleg  .card {
margin: 0 0.5em;
box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
border: none;
height: 100%;
}
.custom-style-carousel-emptyleg  .carousel-control-prev,
.custom-style-carousel-emptyleg  .carousel-control-next {
background-color: #fff;
width: 3em;
height: 3em;
border-radius: 50%;
top: 60%;
transform: translateY(-50%);
box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
}
@media (min-width: 576px) {
	.custom-style-carousel-emptyleg .carousel-item {
		margin-right: 0;
		flex: 0 0 50%;
		display: block;
	}
	.custom-style-carousel-emptyleg .carousel-inner {
		display: flex;
	}
}
@media (min-width: 768px) {
	.custom-style-carousel-emptyleg .carousel-inner {
		padding: 1em;
	}
	.custom-style-carousel-emptyleg .carousel-control-prev,
	.custom-style-carousel-emptyleg .carousel-control-next {
		width: 3em;
		height: 3em;
		position: absolute;
		left: 1em;
		top: 90%;
		opacity: 1;
	}
	.custom-style-carousel-emptyleg .carousel-control-next {
		left: 180px;
	}
	.custom-style-carousel-emptyleg .carousel-control-prev {
			left: 110px;
	}
}


/* Testimonials Emptylegs page */
.custom-style-emptyleg {
	padding: 0 110px;
	padding-top: 20px;
	background-color: #f8f9fa;
}
.custom-style-emptyleg .service-block {
	padding: 5px;
	border: 1px solid #ccc;
	border-radius: 8px;
	margin-bottom: 20px;
	transition: transform 0.3s ease-in-out;
	background-color: #fff;
}
.custom-style-emptyleg .service-block:hover {
	transform: scale(1.05);
}
.custom-style-emptyleg .service-block img {
	max-width: 100%;
	height: auto;
	border-radius: 8px;
	margin-bottom: 10px;
	 
}
.custom-style-emptyleg .text-center {
	padding-top: 20px;
}


/* Style Emptylegs and Emptylegs Table */
.table-smooth th {
    padding-left: 20px;
}
.table-smooth td, .table-smooth th {
    transition: all 0.3s ease;
}
.table-hover tbody tr:hover {
    background-color: #f5f5f5;
}
.custom-style-emptylegs-table td, .custom-style-emptylegs-table th {
    padding: 20px 20px;
}
.booked-row {
    background-color: #dff0d8;  
    transition: background-color 0.3s ease;
}
.custom-style-emptylegs-table {
    margin-bottom: 80px;
	padding-left: 100px;
	padding-right: 100px;
}
.custom-style-table {
	font-size: 14px;
    box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
}
.book-now-btn {
    border-radius: 5px;
}
@media (max-width: 1200px) {
    .custom-style-emptylegs-table {
        padding: 2px;
    }
}
@media (max-width: 767px) {
    .custom-style-emptylegs-table .custom-style-table {
        font-size: 12px;
        padding: 2px;
    }
}

 

/* Request/Schedule Pages - Style Request/schedule and Request/schedule Table   */
.table-smooth-request td, .table-smooth-request th {
    transition: all 0.3s ease;
}
.table-hover tbody tr:hover {
    background-color: #f5f5f5;
}
.custom-style-request-table td, .custom-style-request-table th {
    padding: 10px 10px;
}
.custom-style-request-table {
	padding-top: 50px;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 50px;
}
.custom2-style-request-table {
	font-size: 14px;
    box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
}
@media (max-width: 1200px) {
    .custom-style-request-table {
        padding: 2px;
    }
}
@media (max-width: 767px) {
    .custom-style-request-table .custom2-style-request-table {
        font-size: 12px;
        padding: 2px;
    }
}


/* Request page - Show only condensed view by default Request Table*/
.route-fullview {
    display: none;
    position: absolute;
    max-width: 400px;
    background-color: white;
    padding: 10px;
    border: 1px solid #ccc;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);  
    border-radius: 4px;  
    transition: opacity 0.3s ease;  
    opacity: 0; 
    z-index: 1;  
}

.route-condensed {
    cursor: pointer;  
}

.route-condensed:hover + .route-fullview {
    display: block; 
    opacity: 1;  
    z-index: 2;  
}

.route-break {
    display: block;  
}


/* Home page - our services block */
.custom-style-css-1{
	background-color: #FFF;
	padding: 80px 0;
	position: relative;
	overflow: hidden;
}

.service-block {
	margin-bottom: 20px;
	transition: transform 0.3s ease-in-out;
	background-color: #fff;
	border: none;
	box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
	height: 95%;
	border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 5px;  
    border-bottom-right-radius: 5px;
}
.service-block .service-para-header {
	padding: 0 20px;
}
.service-block .service-para {
	 padding-left: 20px;
	 padding-right: 20px;
	 padding-bottom: 40px;
} 
.service-block:hover {
	transform: scale(1.05);
}
.service-block img {
	max-width: 100%;
	height: auto;
	margin-bottom: 10px;
}

#recipeCarousel  .card {
	margin: 0 0.5em;
}
 
@media (max-width: 767px) {
	#recipeCarousel .carousel-inner .carousel-item > div {
		display: none;
	}
	#recipeCarousel .carousel-inner .carousel-item > div:first-child {
		display: block;
	}
}

#recipeCarousel .carousel-inner .carousel-item.active,
#recipeCarousel .carousel-inner .carousel-item-next,
#recipeCarousel .carousel-inner .carousel-item-prev {
	display: flex;
}

@media (min-width: 768px) {

	#recipeCarousel .carousel-inner .carousel-item-end.active,
	#recipeCarousel .carousel-inner .carousel-item-next {
		transform: translateX(25%);
	}

	#recipeCarousel .carousel-inner .carousel-item-start.active, 
	#recipeCarousel .carousel-inner .carousel-item-prev {
		transform: translateX(-25%);
	}
}

#recipeCarousel .carousel-inner .carousel-item-end,
#recipeCarousel .carousel-inner .carousel-item-start { 
	transform: translateX(0);
}


/* Fleet carouselExampleCaptions */
@media screen and (orientation: landscape) {
    #carouselExampleCaptions img {
        height: 100vh;
    }
}

@media screen and (max-width: 768px) {
    #carouselExampleCaptions {
        margin-top: 0;
        margin-bottom: 80px;
    }
}

@media screen and (min-width: 769px) {
    #carouselExampleCaptions {
        margin-top: -102px;
        margin-bottom: 80px;
    }
}


 


 


  

 
