html{
    scroll-behavior: smooth;
}
body {
    position: relative;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.social-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.middle-header {
    padding: 16px 0px;
    background-color: #fff;
}

.middle-header .row {
    align-items: center;
}

.logo img {
    width: 240px;
    height: 95px;
}

.cus-div {
    display: flex;
}

.location {
    display: flex;
    gap: 10px;
    margin-right: 30px;
}

.location img {
    width: 31px;
    height: 44px;
}

.location p {
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 15px;
    margin-bottom: 0;
}

.phone {
    display: flex;
    gap: 10px;
}

.phone img {
    width: 34px;
    height: 39px;
    margin-top: 5px;
}

.phone p {
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.phone span {
    font-size: 20px;
    font-weight: 600;
    color: #de302f;
}

.navbar {
    padding: 0 8rem 0 8rem;
    background-color: #fff !important;
    box-shadow: inset 0 2px 1px #e5e5e5;
    -webkit-box-shadow: inset 0 2px 1px #e5e5e5;
    border-radius: 0;
    border: none;
    margin: 0;
   
}
.stickOnTop .navbar {
    top: 0px !important;
    position: fixed;
    z-index: 999;
    width: 100%;
    box-shadow: 0 0 20px rgba(0 0 0 / 10%);
    transition: all .5s;
    animation: fadeInDown 1s both;
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.stickOnTop .banner-sec{
    margin-top: 71px;
}

.nav-item {
    margin-right: 50px;
}

.nav-link {
    padding: 22px 25px 24px;
    font-size: 17px;
    color: #222 !important;
}
.navbar-brand{
    display: none;
}
.navbar-brand img {
    display: none;
}

.nav-call {
    display: none;
}

.dropdown-menu {
    background: #de302f;
}

.dropdown-menu:hover {
    color: #de302f;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #de302f;
    text-decoration: none;
    background-color: white;
}

.dropdown-item {
    color: white;
    font-size: 15px;
    font-weight: 500;
}

.bookbtn {
    background-color: #de302f;
    padding: 25px 30px;
    font-size: 15px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 22px;
    -moz-box-shadow: inset 0 3px 0px #b50504;
    -webkit-box-shadow: inset 0 3px 0px #b50504;
    box-shadow: inset 0 3px 0px #b50504;
    text-decoration: none;
    transition: all .5s;
}

.bookbtn:hover {
    text-decoration: none;
    color: white;
    background-color: black;
    box-shadow: none;
    transition: all .5s;
}

.banner-sec {
    /* background-image: url(src/images/banner-4.jpg); */
    background-color: #000;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0px;
    position: relative;
}


.wcm-sec {
    padding: 40px 0px;
    background-color: #f5f5f5;
}

.wcm-bg {
    /* background-image: url(src/images/wc-bg.jpg); */
        background-color: #000;

}

.wcm-img {
    width: 100%;
    border-radius: 20px;
}

.wcm-p p {
    font-size: 18px;
    font-weight: 400;
    font-family: 'Lora', serif;
}

.wcm-hd {
    margin-top: 50px;
}

.wcm-hd h3 {
    font-size: 30px;
    font-weight: 600;
    font-family: 'Lora', serif;
    color: #de302f;
    margin-bottom: 25px;
}

.wcm-hd p {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Lora', serif;
}

.mb-25 {
    margin-bottom: 25px;
}

.w-car-bg {
    /* background-image: url(src/images/wc-car-bg.jpg); */
    background-color: #000;

}

.height-100 {
    height: 100%;
}


.heathrow-bn {
    font-weight: 500;
    color: white;
    font-size: 35px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 30px;
    font-family: 'Lora', serif;
}

.heathrow-bn span {
    color: #de302f;
}


.banner-sec::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.60);
    top: 0px;
    left: 0px;
}


.banner-hd {
    font-size: 50px;
    font-weight: 600;
    font-family: 'Lora', serif;
    color: #de302f;
}

.contact-bg {
    /* background-image: url(src/images/contact-bg.jpg); */
    background-color: #000;
}

.contact-bg::before {
    background-color: rgba(0, 0, 0, 0.80);
}

.color-black {
    color: #000 !important;
}

.color-red {
    color: #de302f !important;
}

.last-li img {
    width: 24px;
    margin-right: 10px;
}

.contact-sec {
    padding: 40px 0px 60px;
    background-color: #f5f5f5;

}

.banner-p {
    font-size: 16px;
    font-family: 'Lora', serif;
    color: #fff;
    display: flex;
    align-items: center;
}

.app-icon {
    display: flex;
    justify-content: start;
    gap: 20px;
    align-items: center;
    margin-top: 20px;
}

.app-icon img {
    width: 150px;
}

.booking {
    transition: all .5s;
    font-size: 30px;
    font-weight: 700;
    color: white;
    font-family: 'Lora', serif;
}

.booking img {
    transition: all .5s;
}

.booking:hover img {
    transform: translateX(10px);
    transition: all .5s;
}

.about-sec {
    padding: 30px 0px;
}

.about-img {
    box-shadow: rgba(0, 0, 0, 0.84) 0px 6px 11px;
    width: 100%;
}

.about-hd {
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    font-family: 'Lora', serif;
    color: #b50504;
    margin-bottom: 50px;
}

.about-p p {
    font-size: 15px;
    font-family: 'Lora', serif;
    font-weight: 500;
}

.airport-sec {
    /* background-image: url(src/images/deals-bg.jpg); */
    width: 100%;
    padding: 40px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

/* .airport-sec::before {
    position: absolute;
    content: "";
    background-color: rgba(0, 0, 0, 0.60);
    opacity: 0.9;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: inline-block;
} */

.circle-thumb {
    position: relative;
    transition: all .5s;
    margin-bottom: 30px;
    text-align: center;
}


.circle-thumb img {
    max-width: 100%;
    border-radius: 100%;
    width: 296px !important;
    height: 286px !important;
    border: 6px solid #fff;


}

.circle-thumb::after {
    /* position: absolute;
    top: 0px;
    left: 27px;
    width: 0px;
    height: 100%;
    content: '';
    background: rgba(0,0,0,0.6);
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    transition: all .5s; */
    position: absolute;
    top: 6px;
    left: 33px;
    width: 0px;
    height: 96%;
    content: '';
    background: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;

}

/* .circle-thumb:hover::after {
    opacity: 1;
    visibility: visible;
    transition: all .5s;
    width: 81%;

} */

.circle-thumb h3 {
    position: absolute;
    left: 120px;
    bottom: 65px;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
    transition: all .5s;
    transform: translateX(-50px);
}

/* .circle-thumb:hover h3 {
    visibility: visible;
    opacity: 1;
    transition: all .5s;
    transform: translateX(0px);
} */

.airport-hd {
    font-size: 20px;
    font-weight: 600;
    font-family: 'Lora', serif;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 50px;
    color: #b50504;
}

h3.airport-hd{
    color: #fff;
}

.wegive {
    padding: 60px 0px 40px;
}

.wegive-main {
    transition: all .5s;
    margin-top: 30px;
}

.wegive-inner {
    margin: 0;
    position: relative;
    overflow: hidden;
    transition: all 300ms linear 0s;
    border-radius: 15px;
}

.wegive-inner img {
    width: 100%;
    height: 230px;
}

.wegive-inner::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    z-index: 1;
    background: rgba(0, 0, 0, 0.6);
}

.wegive-txt {
    position: absolute;
    top: 48%;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding: 30px;
    z-index: 999;
    transition: all 300ms linear 0s;
}

.wegive-main:hover .wegive-txt {
    top: 0%;
}

.wegive-main:hover .wegive-inner::after {
    background-color: #de302f;
    opacity: 0.8;
}

.tittle {
    margin-bottom: 30px;
}

.tittle h4 {
    color: #fff;
}

.tittle h5 {
    color: #fff;
}

.wegive-txt p {
    color: #fff;
}

.arrows {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.img-p {
    text-align: end;
    /* justify-content: end; */
    font-size: 20px;
    font-weight: 600;
    font-family: 'Lora', serif;
    color: #de302f;
}

.left {
    text-align: end;
}

.station-sec {
    padding: 60px 0px;
    /* background-image: url(src/images/train-bg.jpg); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

/* .station-sec::before {
    position: absolute;
    content: "";
    background-color: rgba(0, 0, 0, 0.80);
    opacity: 0.9;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: inline-block;
} */

.station-img {
    position: relative;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;

}

.station-img::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    z-index: -1;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 20px;
}

.station-sec .st-1 {
    background-image: url(src/images/waterloo.jpg);
    height: 220px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    border-radius: 20px;
}

.station-sec .st-2 {
    background-image: url(src/images/paddington.webp);
    height: 220px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    border-radius: 20px;
}

.station-sec .st-3 {
    background-image: url(src/images/king\ cross.jfif);
    height: 220px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    border-radius: 20px;
}

.station-sec .st-4 {
    background-image: url(src/images/charing\ cross.jpg);
    height: 220px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    border-radius: 20px;
}

.station-sec .st-5 {
    background-image: url(src/images/London-Bridge-Station.webp);
    height: 220px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    border-radius: 20px;
}

.station-sec .st-6 {
    background-image: url(src/images/victoria.jpg);
    height: 220px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    border-radius: 20px;
}

.station-sec .st-7 {
    background-image: url(src/images/Euston-concourse-900x600-c.jpg);
    height: 220px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    border-radius: 20px;
}

.station-img h3 {
    color: white;
    font-size: 23px;
    font-weight: 500;
    font-family: 'Lora', serif;
    text-transform: uppercase;

}

.services .col-lg-4 {
    margin-bottom: 30px;
}

.services {
    padding: 40px 0px;
}

.service-div {
    box-shadow: 0 0 10px 0px rgba(0 0 0 / 15%);
    padding: 10px;
    border-radius: 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all .5s;

}

.service-div:hover {
    background-color: #de302f;
    color: #fff;
    border-color: transparent;
    transition: all .5s;
}

.service-div h4 {
    font-size: 17px;
    font-weight: 500;
    font-family: 'Lora', serif;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}

.service-div p {
    font-size: 13px;
    font-weight: 500;
    font-family: 'Lora', serif;
    text-align: start;
}

.fleet-sec {
    /* background-image: url(src/images/car-bg.jpg); */
    padding: 60px 0px 40px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

/* .fleet-sec::before {
    position: absolute;
    content: "";
    background-color: rgba(0, 0, 0, 0.80);
    opacity: 0.9;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: inline-block;
} */

.fleet {
    background-color: #fff;
    border: none;
    height: auto;
    text-align: center;
    margin-bottom: 4rem;
    transition: .8s;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0 0 0 / 15%);
    transition: all .5s;
}

.fleet:hover {
    transform: translateY(10px);
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    transition: all .5s;

}

.fleet-img img {
    width: 255px;
    height: 150px;
    object-fit: cover;
    object-position: center;
    border-radius: 10px 10px 0 0;
}

.fleet-inner {
    padding: 20px 0;
}

.fleet-inner h3 {
    font-weight: 500;
    font-size: 20px;
    color: #de302f;
    margin-bottom: 10px;
}

.detail {
    list-style: none;
    padding: 0px;
}

.fleet-inner ul li {
    display: flex;
    padding: 10px;
    border-bottom: 1px solid #de302f;
}

.name {
    display: flex;
    width: 50%;
}

.number {
    width: 50%;
}

.imgge {
    width: 30px;
}

.fleet-inner ul li:last-child {
    border: none;
}

#footer {
    background-image: url(src/images/footer-bg.jpg);
    padding: 40px 0px 0px;
    background-repeat: no-repeat;
    background-size: cover;
}

.touch ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.touch ul li {
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 20px;
}

.touch a {
    text-decoration: none;
    color: white;

}

/* .touch span{
    margin-left: 35px;
} */
.touch a img {
    margin-right: 10px;
    width: 24px;
}

.touch h4 {
    color: white;
    margin-bottom: 20px;
    /* text-align: center; */
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 500;
}

.w-16 {
    width: 16px !important;
}

.bottom-footer {
    padding: 30px 0px;
    background-color: black;
}

.ft-last p {
    text-align: center;
    color: white;
    margin: 0;
}

.mt-50 {
    margin-top: 50px;
}

.banner-about {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    color: #de302f;
}

.banner-about a {
    color: #fff;
}
.f-z{
    font-size: 40px !important;
    
}

@media screen and (max-width:992px) {
    .navbar {
        padding: 0px 10px;
       
    }
    .wcm-sec {
        padding: 20px 0px;
       
    }
    .wcm-p{
        margin-top: 20px;
    }
    .wcm-p p{
        font-size: 16px;
    }
    .wcm-hd {
        margin: 0px;
    }
    .wcm-hd h3 {
        font-size: 20px;
       margin-bottom: 10px;
    }
    .mb-25 {
        margin-bottom: 15px;
    }
    .wcm-hd p {
        font-size: 12px;
    }
    .touch h4{
        font-size: 15px;
    }
    .touch ul li {
        font-size: 12px;
    }
    .touch a img {
        margin-right: 5px;
        width: 20px;
    }
    .t-s{
        text-align: start !important;
    }
    .ft-last p {
        font-size: 12px;
    }
    .bottom-footer{
        padding: 20px 0px;
    }
    .mt-20{
        margin-top: 20px;
    }
    .nav-link{
        padding: 0px 0px 15px 0px;
    }
    .navbar-nav{
        padding-top: 20px;
    }
    .banner-sec{
        padding: 20px 0px
    }
    .banner-hd{
        font-size: 40px;
        margin: 0;
    }
    .banner-p img{
        width: 50px;
        margin-left: 10px;
    }
    .booking{
        font-size: 25px;
        margin: 0;
    }
    .app-icon{
        gap: 10px;
    }
    .about-sec {
        padding: 20px 0px;
    }
    .about-hd {
       
        font-size: 30px;
        margin-bottom: 20px;
    }
    .about-p{
        margin-top: 20px;
    }   
    .about-p p{
        font-size: 12px;
    }
    .airport-sec {
        padding: 20px 0px;
    }
    .circle-thumb {
        margin-bottom: 20px;
    }
    .circle-thumb img {
        width: 230px !important;
        height: 230px !important;
    }
    .airport-hd {
        font-size: 15px;
        margin: 0px;
        
    }
    .left img{
        width: 74px;
    }
    .right img{
        width: 74px;
    }
    .img-p{
        font-size: 13px;
    }
    .tittle h4 {
        color: #fff;
        font-size: 17px;
    }
    .tittle h5 {
        color: #fff;
        font-size: 16px;
    }
    .wegive-txt{
        top: 52%;
    }
    .wegive {
        padding: 20px 0px 20px;
    }
    .station-sec {
        padding: 20px 0px;
    }
    .station-sec .st-1 {
        height: 120px;
    }
    .station-sec .st-2 {
        height: 120px;
    }
    .station-sec .st-3 {
        height: 120px;
    }
    .station-sec .st-4 {
        height: 120px;
    }
    .station-sec .st-5 {
        height: 120px;
    }
    .station-sec .st-6 {
        height: 120px;
    }
    .station-sec .st-7 {
        height: 120px;
    }
    .station-img h3{
        font-size: 15px;
        font-weight: 600;
    }
    .services {
        padding: 20px 0px;
    }
    .service-div h4{
        font-size: 14px;
    }
    .service-div h4 img{
        width: 50px;
    }
    .fleet-sec{
        padding: 20px 0px;
    }
    .fleet-img img{
        width: 100%;
       
    }
    .text-a{
        text-align: right;
    }

}


@media screen and (min-width: 992px) {
    .navbar{
        display: flex;
        flex-direction: row-reverse;
    }
    .circle-thumb:hover::after {
        opacity: 1;
        visibility: visible;
        transition: all .5s;
        width: 81%;
    
    }
    .circle-thumb:hover h3 {
        visibility: visible;
        opacity: 1;
        transition: all .5s;
        transform: translateX(0px);
    }
    
}

@media screen and (max-width: 767px) {

    .middle-header {
        display: none;
    }

    .bookbtn {
        display: none;
    }

    .navbar {
        padding: 10px 5px;
        justify-content: space-between;
    }

    .nav-item {
        margin: 0px;
    }

    .nav-link {
        padding: 0px 0px 10px 0px;
    }

    .navbar-nav {
        padding-top: 20px;
    }
    .navbar-brand{
        display: block;
    }

    .navbar-brand img {
        width: 120px;
        display: block;
    }

    .nav-call {
        display: block;
        border-color: rgba(0, 0, 0, .1) !important;
        padding: 7px 15px;
        /* padding: 0.25rem 0.75rem; */
        border-color: black;
        border: 1px solid black;
        border-radius: 0.25rem;
        background-color: #de302f;
    }
    .nav-call img{
        filter: brightness(0) invert(1);
    }
    .navbar-light .navbar-toggler{
        background-color: #de302f !important;
    }
    .navbar-light .navbar-toggler-icon{
        filter: brightness(0) invert(1);
      
    }
    .nav-fun{
        display: flex;
        gap: 10px;
        flex-direction: row-reverse;
    }
    .banner-hd{
        font-size: 25px !important;
        margin: 0px;
    }
    .banner-sec{
        padding: 15px 0px;
        text-align: center;
    }
    .banner-p img{
       display: none;
    }
    .booking{
       display: none;
    }
    .booking img{
        display: none;
    }
    .app-icon{
        justify-content: center;
        gap: 10px;
        margin-top: 10px;
    }
    .app-icon img{
        width: 100px;
    }
    .about-sec{
        padding: 20px 0px;
    }
    .about-hd{
        margin-bottom: 25px;
        font-size: 25px;
    }
    .about-p{
        margin-top: 30px;
    }
    .about-p p{
        font-size: 12px;
    }
    .airport-sec{
        padding: 20px 0px;
    }
    .airport-hd{
        font-size: 16px;
        margin-bottom: 20px;
    }
    .wegive-txt{
        top: 52%;
    }
    .tittle h4{
        font-size: 17px;
    }
    .tittle h5{
        font-size: 16px;
    }
    .wegive-txt p{
        font-size: 13px;
    }
    .arrows{
        display: none;
    }
    .wegive {
        padding: 20px 0px 20px;
    }
    .station-sec{
        padding: 20px 0px;
    }
    .m-0{
        margin: 0;
    }
    .station-img h3{
        font-size: 16px;
        font-weight: 600;
    }
    .services {
        padding: 20px 0px;
    }
    .service-div h4{
        font-size: 13px;
    }
    .service-div h4 img{
        width: 40px;
    }
    .service-div p{
        font-size: 12px;
    }
    .fleet-img img {
        width: 100%;
    }
    .touch ul li {
        font-weight: 500;
        font-size: 10px;
        margin-bottom: 10px;
    }
    .touch a img {
        margin-right: 5px;
        width: 16px;
    }
    .touch h4 {
        margin-bottom: 15px; 
        font-size: 15px;
        margin-top: 15px;
    }
    #footer{
        padding: 20px 0px 0px;
    }
    .ft-last p {
        font-size: 9px;
    }
    .text-f{
        text-align: start !important;
    }
    .bottom-footer {
        padding: 12px 0px;
      
    }
    .wcm-p{
        margin-top: 20px;
    }
    .wcm-p p{
        font-size: 12px;
    }
    .wcm-hd{
        margin: 0;
    }
    .wcm-hd h3{
        font-size: 16px;
        margin-bottom: 15px;
    }
    .wcm-hd p {
        font-size: 12px;
    }
    .wcm-sec {
        padding: 20px 0px;
    }
    .mb-25{
        margin-bottom: 15px;
    }
}