@import url(https://fonts.googleapis.com/css?family=Yellowtail:100,400,700,900);
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:100,400,700,900);
@import url(https://fonts.googleapis.com/css?family=Nunito:100,400,700,900);
@import url(https://fonts.googleapis.com/css?family=Raleway:100,400,700,900);

body {
    background-color: #151515;
    font-family: 'Raleway';
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto Slab';
}

a, label, small {
    font-family: 'Nunito';
}

a {
    text-decoration: none !important;
}

a:hover {
    color: #151515 !important;
}

header, main {
    background-color: #f5f5fa;
}

.btn:focus {
    box-shadow: none !important;
}

.navbar-toggler {
    cursor: pointer;
    padding-left: 1.25em;
    position: relative;
    width: 30px;
    height: 30px;
}
.menu-global {
    backface-visibility: hidden;
    position: absolute;
    left: 0;
    border-top: 3px solid rgba(0, 0, 0, .9);
    width: 100%;
    transition: 0.55s;
}
.menu-top {
    top: 0;
}
.menu-middle {
    top: 13px;
}
.menu-bottom {
    top: 26px;
}
.menu-top-click {
    border-top: 3px solid rgba(51, 51, 51, .9);
    backface-visibility: hidden;
    top: 15px;
    transform: rotate(50deg);
    transition: 0.55s 0.5s;
}
.menu-middle-click {
    border-top: 3px solid rgba(51, 51, 51, .9);
    opacity: 0;
}
.menu-bottom-click {
    border-top: 3px solid rgba(51, 51, 51, .9);
    backface-visibility: hidden;
    top: 15px;
    transform: rotate(-410deg);
    transition: 0.55s 0.5s;
}

.dropdown-menu {
    top: 130%;
    background: rgba(51, 51, 51, .9);
    backdrop-filter: blur(8px);
    border: none;
    z-index: 1;
}

section .card .card-img {
    height: 144px;
}

section .card .card-img-top {
    height: 100%;
    width: unset;
    display: block;
    margin: auto;
    -webkit-transform: scale 1;
    -moz-transform: scale 1;
    -ms-transform: scale 1;
    -o-transform: scale 1;
    transform: scale 1;
    transition: all 0.5s ease-out 0s;
}

.form-control {
    border: 1px solid rgb(17 8 24 / 5%);
    box-shadow: 0px 10px 30px 0px rgb(17 8 24 / 5%) !important;
}

.flt-home-why-us-wrapper,
.flt-home-services-wrapper,
.flt-home-vision-wrapper,
.flt-home-fleet-wrapper,
.flt-home-blogs-wrapper,
.flt-home-testimonials-wrapper,
.flt-blogs-main-wrapper,
.flt-services-main-wrapper,
.flt-booking-form-wrapper,
.flt-gallery-main-wrapper,
.flt-about-main-wrapper,
.flt-contact-main-wrapper,
.flt-privacy-main-wrapper,
.flt-tac-main-wrapper,
.flt-footer-main-wrapper {
    padding: 90px 0;
}

.card {
    border-radius: 15px;
}

.card .card-img {
    overflow: hidden;
    border-radius: 15px 15px 0px 0px;
}

.card:hover .card-img-top {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

ol[class*=ordered-list] {
    margin-left: 30px;
    color: #222;
    font-weight: 500;
    line-height: 1.82em !important;
}

.ordered-list-numeral li {
    list-style-type: decimal !important;
}

.ordered-list-alpha li {
    list-style-type: upper-alpha !important;
}

.ordered-list-roman li {
    list-style-type: upper-roman !important;
}

.ordered-list-circle li,
.ordered-list-numeral li .ordered-list-circle li,
.ordered-list-alpha li .ordered-list-circle li,
.ordered-list-roman li .ordered-list-circle li {
    list-style-type: circle !important;
}

.ordered-list-disc li,
.ordered-list-numeral li .ordered-list-disc li,
.ordered-list-alpha li .ordered-list-disc li,
.ordered-list-roman li .ordered-list-disc li {
    list-style-type: disc !important;
}

.breadcrumb {
    background-color: transparent;
    margin-bottom: 15px;
    padding-top: 10px;
    padding-left: 0px;
}

.breadcrumb > li {
    display: inline-block;
}

.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}

.border-dashed {
    border-style: dashed !important;
}

header .flt-header-main-wrapper {
    height: 11vh;
    z-index: 1;
    transition: all ease-in-out .25s;
}

header .flt-header-main-wrapper .navbar img {
    height: 11vh;
}

.nav-link {
    color: #333 !important;
    transition: all ease-in-out .25s;
}

main .flt-home-banner-wrapper {
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.9)), url('../images/home/banner.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

main .flt-blogs-banner-wrapper {
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.9)), url('../images/blogs/banner.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 75vh;
    width: 100%;
}

main .flt-services-banner-wrapper {
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.9)), url('../images/services/banner.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 75vh;
    width: 100%;
}

main .flt-about-banner-wrapper {
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.9)), url('../images/about-us/banner.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 75vh;
    width: 100%;
}

main .flt-contact-banner-wrapper {
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.9)), url('../images/contact-us/banner.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 75vh;
    width: 100%;
}

main .flt-booking-banner-wrapper {
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.9)), url('../images/booking/banner.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 75vh;
    width: 100%;
}

main .flt-gallery-banner-wrapper {
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.9)), url('../images/gallery/banner.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 75vh;
    width: 100%;
}

main .flt-privacy-banner-wrapper  {
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.9)), url('../images/privacy/privacy-policy-for-fcm-luxury-and-travel.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 75vh;
    width: 100%;
}

main .flt-tac-banner-wrapper  {
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.9)), url('../images/terms/terms-and-conditions-fcm-luxury-travel.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 75vh;
    width: 100%;
}

main .flt-home-banner-wrapper h1 {
    font-family: 'Yellowtail';
}

main .flt-home-vision-wrapper {
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.9)), url('../images/home/we-promise.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

main .flt-home-fleet-wrapper .fleet-banner {
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.6)), url('../images/home/v-class-banner.jpg');
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 50vh;
    border-radius: 25px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

main .flt-home-fleet-wrapper .fleet-img {
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.6)), url('../images/home/v-class-car.jpg');
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 50vh;
    border-radius: 25px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

main .flt-home-blogs-wrapper {
    background-color: #3132 !important;
}

main .flt-home-banner-wrapper .flt-home-banner-main {
    padding: 90px;
}

main .flt-home-banner-wrapper .flt-home-banner-transfer-rates {
    padding: 30px;
    padding-top: 100px;
    background: rgba(0, 0, 0, 0.2);
    width: 100%;
    font-size: 12px;
}

main .flt-home-banner-wrapper .flt-home-banner-transfer-rates form label {
    color: #fff;
}

main .flt-home-why-us-wrapper .card {
    height: 250px;
    border: none;
    box-shadow: 0px 10px 30px 0px rgb(133 66 189 / 10%);
    transition: all ease-in-out .25s;
}

main .flt-home-why-us-wrapper .card .card-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

main .flt-home-why-us-wrapper .card:hover {
    box-shadow: 0px 10px 30px 0px rgba(17, 8, 24, 0.2) !important;
    transform: translateY(5px);
}

main .flt-home-testimonials-wrapper {
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.9)), url('../images/home/reviews.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
}

.card-service {
    height: 360px !important;
    color: #fff !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.card-service-paris-city-tours {
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.9)), url('../images/home/services-paris-city-tours.jpg');
}

.card-service-paris-city-tours:hover {
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.9)), url('../images/home/services-paris-city-tours.jpg');
}

.card-service-european-tours {
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.9)), url('../images/home/services-european-tours.jpg');
}

.card-service-european-tours:hover {
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.9)), url('../images/home/services-european-tours.jpg');
}

.card-service-airport-transfer {
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.9)), url('../images/home/services-airport-transfer.jpg');
}

.card-service-airport-transfer:hover {
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.9)), url('../images/home/services-airport-transfer.jpg');
}

.card-service-vip-services {
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.9)), url('../images/home/services-vip.jpg');
}

.card-service-vip-services:hover {
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.9)), url('../images/home/services-vip.jpg');
}

.card-service-special-events {
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.9)), url('../images/home/services-special-events.jpg');
}

.card-service-special-events:hover {
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.9)), url('../images/home/services-special-events.jpg');
}

.blog-prev:hover {
    box-shadow: 0 2rem 6rem rgba(0,0,0,.350)!important;
}

.blog-prev:hover figure {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.blog-prev .blog-details {
    bottom: 0; background: rgba(0, 0, 0, 0.4);
    height: calc(360px - 55%);
    backdrop-filter: blur(8px)
}

.slick-slide:focus {
    outline: none;
}

footer h6 {
    color: rgb(2, 2, 2);
}

footer li, footer a.footer-link {
    color: #b1b1b1 !important;
    font-size: 16px;
}

footer a:hover {
    color: #fff !important;
}

footer .footer-socmed-link {
    transition: all ease-in-out .25s;
}

footer .footer-socmed-link i {
    height: 30px;
    width: 30px;
    border: 1px solid #bbb;
    border-radius: 50px;
}

footer .footer-socmed-link:hover {
    transform: translateY(2px);
}

@media (min-width: 992px) {
    header .flt-header-main-wrapper {
        height: 11vh !important;
    }

    main .flt-home-banner-wrapper,
    main .flt-home-banner-main,
    main .flt-home-banner-transfer-rates {
        height: 100vh !important;
    }

    main .flt-home-banner-transfer-rates {
        padding: 30px !important;
        padding-top: 100px !important;
    }

    main .flt-home-vision-wrapper,
    main .flt-home-testimonials-wrapper {
        height: 75vh !important;
    }
}

@media (min-width: 768px) and (max-width: 991.99px) {
    .flt-services-main-wrapper .service-img {
        height: 360px;
    }

    .flt-services-main-wrapper h1 {
        font-size: 2.5em;
        font-weight: 500;
    }
}

@media (max-width: 767.99px) {
    .display-1 {
        font-size: 2.5em;
    }

    .initial-blog-card-figure {
        height: 240px !important;
        border-top-left-radius: 15px !important;
        border-top-right-radius: 15px !important;
        border-bottom-left-radius: 0px !important;
    }

    .flt-services-main-wrapper h1 {
        text-align: center !important;
    }

    .champagne-content {
        padding: 60px 0;
        height: 100% !important;
    }

    .champagne-content-text {
        height: auto !important;
    }
}