html{
    scroll-behavior: smooth;
}
body{
    padding: 0 !important;
}
.navbar-dark .navbar-nav .nav-link {
    color: white;
    font-size: 18px;
    font-family: sans-serif;
    font-weight: 500;
}
.navbar-dark .navbar-nav .nav-link:hover{
    color: white !important;
}
.navbar{
    text-align: left !important;
}
.dropdown-menu{
    background-color: #5d3f47;
}
.dropdown-item{
    color: white;
}
.dropdown-item:focus, 
.dropdown-item:hover{
    color: #5d3f47;
    background-color: white;
}
.dropdown-item.active, .dropdown-item:active{
    color: #5d3f47;
    background-color: white;
}
.airport-sec{
    margin-top: 74px;
    padding: 40px 0px;
    background-image: url(img/airplane-sunset.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.airport-sec::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.40);
}
.train{
    background-image: url(img/train.jpg);
}
.airport-sec h1{
    text-shadow: -1px 0 #ffffff, 0 1px #ffffff, 1px 0 #ffffff, 0 -1px #ffffff;
    color: #fff;
}
.airport-sec p{
    margin-bottom: 30px !important;
    margin-top: 30px;
}

.bannerForm-2{
    background-color: rgb(0, 0, 0, 0.4) !important;
    margin-top: 0px !important;
    border-radius: 10px;
}
.carousel{
    margin-top: 74px;
}
.inner-content{
    padding: 40px 0px;
}
.inner-content h2 {
    font-weight: 700;
    color: #5d3f47!important;
}
.inner-content h3{
    font-weight: 600;
    color: #5d3f47!important;
}
footer{
    padding: 30px 0px;
    background-color: #5d3f47!important;
}
footer p,
footer p a{
    color: #fff;
}
footer p,
footer p a:hover{
    color: #fff;
    text-decoration: none;
}



@media screen and (max-width: 767px) {
    .navbar-brand{
        margin: 0;
        padding: 0;
        text-shadow: none !important;
        font-family: sans-serif !important;
        color: #fff !important;
        font-size: 17px !important;
    }
    .nav-fun{
        display: flex;
        align-items: center;
        gap: 10px;
    }
    .airport-sec{
        margin-top: 57px;
        padding: 10px;
    }
    .airport-sec h1 {
        text-align: center;
        font-weight: 800;
        font-size: 23px !important;
        text-shadow: none !important;
    }
    .bannerForm-2{
        margin: 0 -15px;
        border-radius: 0px;
    }
    .inner-content {
        padding: 20px 0px;
    }
    .carousel {
        margin-top: 57px !important;
    }
}
    @media screen and (max-width: 768px) {
        .carousel-item{
            height: 4rem !important;
        }
        .bannerForm {
            margin-top: 0 !important;
        }
        .formContainer{
            max-width: 100% !important;
            background: #5d3f47 !important;
        }
        .marketing h2{
            margin-top: 20px !important;
        }

    }


.head-main-div{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-align: center;
}

body .ui-autocomplete .ui-menu-item .ui-menu-item-wrapper:hover{
    color: #fff !important;
}

.modal-header button {
	background-color: #5D3F47 !important;
}

.modal-footer button {
    width: 200px;
    margin: 5px auto;
    color: #fff !important;
}

#moreModalitem .card-header button {
    margin-bottom: 10px;
    width: 100%;
    padding: 10px 5px;
    color: #fff !important;
}