
html{
    scroll-behavior: smooth;
}
body{
    padding: 0 !important;
}
.nav-link{
    color: white !important;
    font-size: 18px;
    font-weight: 500;
    font-family: cursive;
}
.navbar-brand{
    font-family: 'Permanent Marker', cursive !important;
    font-size: 40px !important;
    font-weight: 500 !important;
    text-shadow: none !important;
    color: white !important;
    padding: 0;
    margin: 0;
}
.dropdown-menu{
    background-color: #01597d;
}
.dropdown-item{
    color: #fff;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #01597d;
    text-decoration: none;
    background-color: #fff;
}
.dropdown-item.active, .dropdown-item:active {
    color: #01597d;
    text-decoration: none;
    background-color: #fff;
}
.nav-fun{
    display: flex;
    align-items: center;
    gap: 10px;
}
.nav-call{
    border: 1px solid rgba(255,255,255,.1);
    padding: 6px 15px;
    border-radius: 4px;
    display: none;
}
.banner-sec{
    position: relative;
    margin-top: 76px;
    padding: 40px 0px 20px;
    text-align: center;
    background-image: url(img/bg-main.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    
}
.banner-sec::before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0, 0.6);
}
.banner-sec .row{
    align-items: center;
}
.heathrow{
    background-image: url(img/heathrow-airport.jpg);
}
.gatwick{
    background-image: url(img/gatwick-airport.jpg);
}
.stansted{
    background-image: url(img/stansted-city.jpg);
}
.luton{
    background-image: url(img/luton-airport.jpg);
}
.london-city{
    background-image: url(img/london-city.jpg);
}
.Victoria{
    background-image: url(img/victoria-station-under.jpg);
}
.Waterloo{
    background-image: url(img/Waterloo_Station-bg.jpg);
}
.Euston{
    background-image: url(img/Euston-Station-bg.jpg);
}
.Paddington{
    background-image: url(img/London-Paddington-Railway-Station.jpg);
}
.LondonBridge{
    background-image: url(img/London-Bridge-bg.jpg);
}
.KingsCross{
    background-image: url(img/king-cross-bg.jpg);
}
.CharingCross{
    background-image: url(img/charing-cross.jpg);
}
.contact-call{
    padding: 6px 12px;
    background-color: #000;
    position: relative;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    margin: 0 auto;
    color: white;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
}
.contact-call:hover{
    color: white;
    text-decoration: none;
}
.banner-sec h1{
    font-family: cursive;
    font-weight: 600;
    color: white !important;
    font-size: 50px;
    text-shadow: none !important;
}
.banner-sec p{
    color: #FFFF;
    font-size: 30px;
    font-weight: 500;
    /* font-family: monospace; */
}
.arcol{
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}
.arcol a{
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
.form-div-2{
    padding-top: 0 !important;
}
.download-app{
    display: flex;
    justify-content: start;
    gap: 20px;
    margin-left: 15px;
    margin-top: 20px;
}
.ml-15{
    margin-left: 15px !important;
    margin-top: 20px !important;
}
.content-inner-sec{
    padding: 30px 0px;
}
.content-inner-sec h2{
    font-weight: 700;
    font-size: 32px;
    text-transform: uppercase;
    line-height: 45px;
}
.content-inner-sec h3{
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
}
.content-inner-sec p span{
    font-weight: 700;
    text-transform: uppercase;
}
footer{
    background: black;
    padding: 20px 0px;
}
footer p{
    margin-bottom: 0 !important;
}
footer img{
    width: 32px;
}
.float-right{
    margin-bottom: 10px !important;
}

@media screen and (max-width: 992px) {
   
    .banner-sec h1{
        margin-bottom: 20px !important;
    }
    .ml-15{
        margin-left: 0px !important;
        margin: 0px auto !important;
    }
    .download-app {
        justify-content: center;
        gap: 10px;
        margin-top: 20px;
    }
    .content-inner-sec h3 {
        font-size: 20px;
    }
    .content-inner-sec h2 {
        font-size: 25px;
        line-height: 30px;
    }
    
}
@media screen and (max-width: 767px) {
   
    .mobilepara{
        display: block !important;
        filter: brightness(100%);
        color: #fff;
        /* font-family: 'monospace';  */
        /* font-size: 16px;  */
        font-size:small !important;
        /* line-height: 1.5;  */
        text-align: center; 
        /* margin-top: 20px; */
        /* padding: 10px; */
    }
    .banner-sec{
        background-image: none !important;
        background-color: #000000 !important;
    }
    .navbar-brand{
        font-size: 24px !important;
    }
    .nav-call{
        display: block;
    }
    .banner-sec{
        padding: 20px 0px 0px;
        margin-top: 56px;
    }
    .banner-sec h1{
        font-size: 30px;
    }
    /* .banner-sec p{
        font-size: 20px;
        line-height: 25px;
    } */
    .contact-call{
        display: none;
    }
    .arcol{
        gap: 10px;
        margin-top: 0px;
    }
    .arcol img{
         width: 100px;
    }
    .download-app {
        gap: 10px;
        margin-left: 0px;
        margin-top: 20px;
        justify-content: center;
    }
    .download-app img{
        width: 100px;
    }
    .form-div-2{
        margin: 0px -15px;
    }
    .content-inner-sec{
        padding: 20px 0px;
    }
    .content-inner-sec h2{
        font-size: 18px;
        line-height: 28px;
    }
    .content-inner-sec h3{
        font-size: 18px;
        line-height: 28px;
    }
    .featurette-heading{
        font-size: 30px;
    line-height: 34px;
    margin-top: 20px;

    }
    .featurette-divider{
        margin: 3rem 0;
    }
    footer p{
        font-size: 14px;
    }
}



#nav{
    text-align: left;
     background-color: #01597d !important;
}

#logopogo{
   
    font-size: xx-large;
    font-family: fantasy;
    color: #01597d;
    text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
  
}
#headingone{
   
    text-shadow: -1px 0 #ffffff, 0 1px #ffffff, 1px 0 #ffffff,0 -1px #ffffff;
  
}
#arcol{
  
    background-color: transparent;
    padding: 3px;
    margin: 0 10px;
    border-color: #000000;

}
#btnone{
 
    background-color: transparent;
    padding: 3px;
    margin: 0 10px;
    border-color: #000000;

}
#featurette-heading{
    font-size: 25px;
}


