html{
    scroll-behavior: smooth;
}
body{
    padding: 0 !important;
}
.nav-link{
    color: #4e6165 !important;
    font-size: 18px;
    font-weight: 500;
}
.carousel-indicators li{
    top: -67px;
}
.navbar{
    background-color: #EDF5E1 !important;
    text-align: start !important;
    box-shadow: -1px -4px 7px 7px #343030d1 !important;
}
.navbar-dark .navbar-toggler{
    border-color: #4e6165 !important;
}
.navbar-dark .navbar-toggler-icon{
    background-image: url(img/menus.png) !important;
    width: 24px !important;
    height: 24px !important;
}
.nav-call {
    border-color: #4e6165;
    border: 1px solid #4e6165;
    padding: 4px 12px;
    border-radius: 4px;
    text-decoration: none;
    display: none;
}
.nav-fun {
    display: flex;
    align-items: center;
    gap: 10px;
}
.dropdown-menu{
    background-color: #4e6165;
}
.dropdown-item{
    color: white  !important;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #4e6165 !important;
    text-decoration: none;
    background-color: #f8f9fa;
}
.dropdown-item.active, .dropdown-item:active{
    color: #4e6165 !important;
    text-decoration: none;
    background-color: #f8f9fa;
}
.aiport-page-sec{
    background-image: url(img/heathrow-airport.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 74px;
    text-align: center;
    display: flex;  
    padding: 50px 0px 20px;
    position: relative;
}
.gatwick{
    background-image: url(img/gatwick-airport.jpg);
}
.stansted{
    background-image: url(img/stansted-airport.jpg);
}
.luton{
    background-image: url(img/luton-airport.jpg);
}
.london-city{
    background-image: url(img/london-city-airport.jpg);
}
.Victoria{
    background-image: url(img/Victoria-Station-London.webp);
}
.Waterloo{
    background-image: url(img/waterloo.jpg);
}
.Paddington{
    background-image: url(img/Paddington-Station_Cover.jpg);
}
.Euston{
    background-image: url(img/euston.jpg);
}
.KingsCross{
    background-image: url(img/kings_cross_station_.jpg);
}
.LondonBridge{
    background-image: url(img/London-bridge-platform-1.jpg);
}
.CharingCross{
    background-image: url(img/charing.webp);
}
.aiport-page-sec::before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0, 0.4);
}
.aiport-page-sec h2{
    font-weight: 700;
    color: #fff;
    font-size: 40px;
    line-height: 48px;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 10px;
}
.airport-page-main-content{
    padding: 30px 0;
}
.airport-page-main-content h2{
    margin: 25px 0px;
    text-align: center;
    font-weight: 700;
}
.airport-page-main-content h3{
    font-weight: 700;
    margin: 25px 0px;
    font-size: 32px;
}
.airport-page-main-content p span{
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
    color: #4e6165;
}
.apps-btn{
    display: flex;
    justify-content: center;
    gap: 10px;
}
.form-div-2{
    padding: 20px !important;
}
.form-bg-2{
    background-color: rgb(0, 0, 0, 0.6);
    margin-top: 20px;
}
footer{
    padding: 20px 0px;
    background-color: #4e6165;
}
footer p{
    margin-bottom: 0 !important;
    color: #fff;
    padding: 0 !important;
}
footer p a{
    text-decoration: none;
    color: white !important;
}
footer p a:hover{
    text-decoration: none;
}


@media screen and (max-width: 767px) {
    .nav-call{
        display: block;
    }
    .navbar-dark .navbar-brand {
        text-shadow: none !important;
        font-family: serif !important;
        margin: 0;
        padding: 0;
        font-size: 19px !important;
    }
    .aiport-page-sec{
        margin-top: 52px !important;
    }
    .carousel{
        margin-top: 52px !important;
    }
    .btnn{
        display: none;
    }
    .apps-btn{
        gap: 5px;
    }
    .apps-btn img{
        width: 100px;
    }
    .carousel-caption.d-ar.d-md-block h1{
        font-size: 20px !important;
    }
    .carousel-indicators li{
        top: -250px !important;
    }
    .cus-container{
        margin-top: -336px !important;
    }
    .carousel-control-next, .carousel-control-prev{
        display: none;
    }
    .aiport-page-sec{
        padding: 20px 0px 0px;
    }
    .aiport-page-sec h2{
        font-size: 20px ;
        line-height: 26px;
    }
    .aiport-page-sec p {
        display: none;
    }
    .airport-page-main-content{
        padding: 20px 0;
    }
    .airport-page-main-content h2 {
        margin: 15px 0px;
        font-size: 20px;
        line-height: 24px;
    }
    .airport-page-main-content h3 {
        margin: 15px 0px;
        font-size: 22px;
        line-height: 30px;
    }
    .airport-page-main-content p{
        font-size: 13px;
    }
    .airport-page-main-content p span{
        font-size: 14px;
    }
    footer p{
        font-size: 14px;
    }
}