html{
    scroll-behavior: smooth;
}
body{
    margin: 0 !important;
    padding-bottom: 0 !important;
}
.navbar-brand{
    font-size: xx-large;
    font-family: fantasy;
    color: #006ba9 !important;
    text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff !important;
}
.navbar{
    padding: 10px 50px;
    background-color: #006ba9 !important;
    box-shadow: 10px 0px 10px 3px;
}
.navfun a{
    display: none;
}
.nav-link{
    padding: 10px 12px !important;
    color: #fff !important;
}
.main-banner-section{
    padding: 80px 0px 20px;
    background-image: url(../img/banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    height: auto;
    width: 100%;
    text-align: center;
    position: relative;
}
.main-banner-section .form-div{
    background-color: transparent !important;
}

.main-banner-section::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgb(0, 0, 0,0.40);
}
.main-banner-section h1{
    font-size: 36px;
    font-weight: 400;
    font-family: fantasy;
    text-transform: uppercase;
    color: #fff !important;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.arcol{
    display: flex;
    justify-content: center;
    gap: 10px;
}
.arcol a{
    border: none !important;
}
.form-div{
    background-color: rgb(0, 0, 0,0.20);
}
.h-auto{
    height: -webkit-fill-available;
}
.mb-20{
    margin-bottom: 20px;
}
.airport-content-section{
    padding: 160px 0px 20px;
    background-image: url(../img/heathrow.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    height: auto;
}
.airport-content-section::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgb(0, 0, 0,0.40);
}
.gatwick{
    background-image: url(../img/gatwick.jpg);
}
.stansted{
    background-image: url(../img/stansted.jpg);
}
.luton{
    background-image: url(../img/luton.jpg);
}
.city{
    background-image: url(../img/city.jpg);
}
.Victoria{
    background-image: url(../img/london-victoria.jpg);
}
.Euston{
    background-image: url(../img/Euston-station.jpg);
}
.Waterloo{
    background-image: url(../img/waterlo.jpg);
}
.Paddington{
    background-image: url(../img/paddington.webp);
}
.KingsCross{
    background-image: url(../img/Kings-Cross-station.jpg);
}
.LondonBridge{
    background-image: url(../img/London-Bridge.jpg);
}
.CharigCross{
    background-image: url(../img/charing-cross.jpg);
}
.airport-content-section h1{
    font-size: 38px;
    font-family: math;
    font-weight: 600;
    line-height: 40px;
    color: #fff;
}
.form-div-2{
    margin-top: 0 !important;
}
.content-area{
    padding: 40px 0px;
}
.content-page-area h3{
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 25px 0px;
}
.content-page-area p{
    font-size: 15px;
}
footer{
    padding: 20px 0px 10px;
    background-color: #006ba9;
}
footer p{
    margin-bottom: 0 !important;
    color: white;
}
footer p a{
    color: white;
}
footer p a:hover{
    color: #fff;
    text-decoration: none;
}




@media screen and (min-width: 768px) and (max-width: 992px) {
    .main-banner-section p{
        display: none;
    }
    .navfun{
        display: flex;
    gap: 10px;
    align-items: center;
   
    }
    .navfun a{
        padding: 7px 15px;
    border-color: #0000001a;
    border: 1px solid #0000001a;
    border-radius: 4px;
    display: flex;
    align-items: center;
    }
    
}

@media screen and (max-width: 767px) {
    .navbar {
        padding: 9px 8px;
        box-shadow: none;
    }
    .navbar-brand{
        font-size: 20px !important;
        margin-right: 0px;
        padding: 0 !important;
        text-align: left !important;
    }
    .navbar-toggler {
        padding: 0.15rem 0.5rem;
        display: flex;
        align-items: center;
    }
    .navbar-toggler-icon {
        width: 1em;
        height: 1em;
    }
    .airport-content-section{
        padding: 68px 0px 0px;
    }
    .airport-content-section h1{
        font-size: 22px;
        line-height: 25px;
    }
    .arcol{
        gap: 5px;
        margin-bottom: 0;
    }
    .arcol img{
        width: 100px;
    }
    .content-area {
        padding: 20px 0px;
    }
    .airport-content-section p {
        display: none;
    }
    .content-page-area h3 {
        font-size: 18px;
        line-height: 25px;
        margin: 15px 0px;
    }
    .content-page-area p {
        font-size: 12px;
    }
    .lead{
        font-size: 1rem;
    }
    .featurette-divider {
        margin: 2rem 0;
    }
    .main-banner-section{
        padding: 15px 0px 0px !important;
    }
    .main-banner-section h1{
        font-size: 25px;
    line-height: 30px;
    }
    .main-banner-section p{
        display: none;
    }
    .main-banner-section p.txt{
        display: block;
    }
    .form-div{
        margin-top: 0 !important;
    }
    .featurette-heading{
        font-size: 25px;
    line-height: 30px;
    margin-top: 10px;
    }
    .marketing h3,h4{
        font-size: 25px;
    line-height: 30px;
    }
    br{
        display: none;
    }
    .navfun{
        display: flex;
    gap: 10px;
    align-items: center;
   
    }
    .navfun a{
        padding: 0.1rem 0.4rem;
    border-color: #0000001a;
    border: 1px solid #0000001a;
    border-radius: 4px;
    display: flex;
    align-items: center;
    }
}