html:focus-within {
    scroll-behavior: smooth;
}

html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: 'PT Sans', sans-serif;
}

body {

    font-size: 15px;
    font-family: Raleway, regular;
    height: auto;
}

.section-padding {
    padding: 10px 0px;
}


h3,
h5 {
    color: #2f5061;
    font-weight: 600;
}
input.form-control {
    background: #f8f8f8;
}
.title{
    position: relative;
    color: #3f69b2;
    font-weight: 600 !important;
    font-size: 16px !important;
    letter-spacing: 1px !important;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.title::after{
    position: absolute;
    content: '';
    bottom: -2px;
    width: 70px !important;
    height: 3px;
    background-color: #3f69b2 !important;
    left: 0;
    border-radius: 50px;
}
ul {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
    transition: 0.3s;
}

p {
    line-height: 1.4;
}
/* .dropdown-toggle::after {
    content: none;
} */
.btn-style {
    background-color: #e57f84;
    padding: 10px 20px;
    color: #fff;
    transition: 0.3s;
}
a.btn-style:hover{
    color: #fff;
    background: #4297a0;
    
}

/*****************************
 main menu area
*****************************/

.header-top {
    background: #083d44;
    color: #fff;
    padding: 15px;
}
.header-top ul.top-right li a {
    color: #fff;
    text-transform: uppercase;
    padding: 0px 15px;
    font-weight: bold;
}
.header-top ul.top-right li a {
    color: #fff;
}

/* header area */
header.header {
    padding: 10px 0px;
}

li.nav-item a {
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
    font-size: 18px;
    margin-left: 20px;
}
a.nav-link span i {
    font-size: 16px;
}
.owl-nav.disabled {
    display: none;
}

/* banner area  */

.banner-main {
    position: relative;
}
.banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 50px;

}
input[type="submit"] {
    background: #083d44;
    color: #fff;
    text-transform: uppercase;
    padding: 6px 40px;
    border: 1px solid #f2f2f2;
    margin-top: 20px;
    border-radius: 5px;
}

/* filter flight */
div#v-pills-tab .filter-flight{
    border: 1px solid;
    border-radius: 25px;
    padding: 5px 10px;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #082145;
    border-radius: 25px;
}
div#v-pills-tab button.nav-link {
    color: #000;
}

div#v-pills-tab button.nav-link.active {
    color: #fff;
}
/* features */
.feature_item {
    text-align: center;
    color: 000;
    /* max-width: 350px; */
    margin: 8px auto;
    background: #fff;
    margin: 5px;
}

.feature_item h4 {
   padding: 10px;
}
/* locations carousel */
.location_item {
    position: relative;
}
.location_item img{
    width: 100%;
    height: 300px;
}
.location_item h4 {
    position: absolute;
    top: 10%;
    left: 10%;
    color: #fff;
    font-weight: bold;
    content: "";
}
.owl-carousel.owl-theme.air-banner.owl-loaded.owl-drag .owl-nav {
    margin-top: 69px;
    color: #fff;
}
.owl-carousel.owl-theme.hotel-banner.owl-loaded.owl-drag .owl-nav {
    margin-top: 68px;
    color: #fff;
}
.owl-nav{
    position: absolute;
    top: -85px;
    right: 0px;
    font-size: 45px;
    color: #3f69b2;
}
.owl-nav:hvoer{
    background-color: #fff;
    color: #118ACB;
}
.owl-theme .owl-nav [class*='owl-']:hover{
    background-color: #fff;
    color: #118ACB;
    text-decoration: none;
}

/* Explore Tour */
.explore_tour_item {
    border: 1px solid #f2ebeb;
}
.explore_tour_item img {
    width: 100%;
    height: 275px;
}
.explore_tour_item .article{
    padding: 10px;
}
.explore_tour_item .article h4 {
    font-weight: bold;
    color: #000;
    font-size: 18px;
}

.explore_bottom {
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.explore_bottom a {
    margin-bottom: 25px;
    border: 1px solid #083d44;
    padding: 5px 10px;
    border-radius: 3px;
    color: #083d44;
    font-weight: 600;
    font-size: 16px;
    transition: 0.3s;
}
.explore_bottom a:hover {
    background-color: #083d44;
    color: #fff;
}

/* Footer Area */
section.footer {
    background-image: linear-gradient(to right, #3f69b2, #385fa8, #31559e, #2b4b94, #083d44);
    clear: both;
    margin-top: auto;
    color: #fff;
}
ul.quick-link li {
    display: block;
    margin-left: 10px;
}

ul.quick-link li a {
    color: #fff;
}
section.footer-bottom {
    background: #083d44;
    padding: 10px;
    color: #fff;
    font-weight: bold;
}


/*Responsive */

@media only screen and (max-width: 758px) {
 
 .banner-main {
    position: static;
    }
 .banner-content {
     position: static; 
     
     transform: translate(0); 
    background: #fff;
    }
    
    label#dropdownMenuButton1 {
    width: 100%;
    max-width: 700px;
    padding: 7px 8px;
    
}
}
