/*---------banner-----*/
#banner{
    height: auto;
    background: url('https://www.unitedfareshub.com/file/imgs/banner/bg1.webp') no-repeat 0 0;
    background-size: cover;
    background-position:center;
}
.banner-overlay{
    background-color: rgba(255, 255, 255, 0.1);
    padding-top: 150px;
    padding-bottom: 0px;
}
.banner-col h1{
    color: #06193A;
    font-size:32px;
    font-weight: 650;
}
.banner-col span{
    color: #FFDA80;
}
.banner-col p {
    color: #3a3a3a;
    font-size: 24px;
    margin-top: 30px;
}
.search-engine{
    background-color: white;
    width: 98%;
    margin: auto;
    padding: 30px;
    border-radius: 5px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.trip-btn{
     width: 48%;
     border-radius: 5px;
}
.left-margin{
    margin-left: 15px;
}
.button-tab-banner{
    border: 3px solid #06193A;
    background-color: #06193A;
    border-radius: 50px;
    width: 48%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    padding: 5px;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
   color: black;
   border-radius: 50px;
   background-color: white;
   width: 100%;
   box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.nav-pills .nav-link {
    color: white;
    background-color: transparent;
    width: 100%;
}
.search-engine-subrow{
    padding-top: 20px;
    position: relative;
}
.search-btn-col{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.banner-search-btn{
    color: white;
    background-color: #06193A;
    width: 25%;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.search-form{
    border-bottom: 1px solid orangered;
    width: 90%;
    margin-bottom: 25px;
    padding-bottom: 3px;
    text-align: start;
}
input{
    border: none;
    outline: none;
}
.input-icon{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    padding-right: 10px;
}
.input-icon i{
    color: black;
    font-size: 18px;
}
.search-form p{
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: 500;
}
.reverse{
    position: absolute;
    left: 30%;
    top: 25%;
    height: 25px;
    width: 25px;
    border: 1px solid #06193A;
    background-color: #06193A;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.reverse i{
    color: white;
    font-size: 12px;
    font-weight: 600;
}
/*----------easy plan trip------------*/
/* .offer-container{
    padding-top: 125px;
} */
.offer-container-col-para{
    text-align: center;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 5px;
    color: #06193A;
}
.offer-container-col h2{
    color: #06193A;
    text-align: center;
    font-size: 35px;
    font-weight: 750;
}
.offer-container-col span{
    color: #385405;
}
.service-row{
    margin-top: 50px;
}
.service-content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px 35px 0px 35px;
}
.service-content-image{
    display: flex;
    justify-content: center;
    align-items: center;
}
.service-content-image img{
    width: 100%;
    height: auto;
    object-fit: cover;
}
.service-content h4{
    color: black;
    font-size: 22px;
}
.service-content p{
    text-align: center;
    font-size: 18px;
    line-height: 24px;
}
/*---------popular destination-----------*/
#popular-destination{
    background-color: #F9FBFE;
    padding-top: 75px;
}
.popular-destination-col-para{
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 5px;
    text-align: left;
    color: #06193A;
}
.popular-destination-col-heading span{
    color: #06193A;
}
.popular-destination-col-heading{
    color: #385405;
    text-align: left;
    font-size: 35px;
    font-weight: 750;
}
.destination-row{
    margin-top: 40px;
}
.destination-content{
    position: relative;
}
.flat-off{
    position: absolute;
    top: 15px;
    right: 15px;
    background: white;
}
.flat-off p{
    font-size: 17px;
    margin-bottom: 0px;
    font-weight: 700;
    padding: 3px 8px 3px 8px;
}
.destination-details{
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: rgba(0,0,0,0.7);
    padding: 10px 25px 10px 25px;
}
.destination-details-para{
    color: white;
    margin-bottom: 15px;
    text-align: left;
    font-size: 17px;
}
.destination-details h3{
    color: white;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 1px;
    border-bottom: 1px solid white;
    padding-bottom: 7px;
}
.destination-details i{
    font-size: 18px;
}
.destination-explore{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}
.destination-explore p{
    color: white;
    margin-bottom: 0px;
    font-size: 15px;
    font-weight: 500;
}
.exp-btn{
    color: white;
    font-weight: 400;
    font-size: 15px;
    display: none !important;
}
/*-----------travel package-----------*/
#travel-package{
    background-color: #F9FBFE;
    padding-top: 75px;
    padding-bottom: 75px;
}
.travel-package-col-para{
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 5px;
    text-align: left;
    color: #06193A;
}
.travel-package-col-heading{
    color: #385405;
    text-align: left;
    font-size: 35px;
    font-weight: 750;
}
.travel-package-col-heading span{
    color: #06193A;
}
.travel-subrow{
    margin-top: 40px;
}
.package-content{
    position: relative;
    margin-bottom: 30px;
}
.package-image{
    width: fit-content;
}
.package-image img{
    width: 100%;
    height: auto;
    object-fit: cover;
}
.package-details{
    position: absolute;
    background-color: white;
    bottom: 35px;
    right: 00px;
    border: 1px solid lightgray;
    width: 60%;
    padding: 20px;
    box-shadow: 0px 1px 0px 0px rgb(6,51,58,0.22), 1px 0px 0px 0px rgb(6,51,58,0.22), 1px 2px 0px 0px rgb(6,51,58,0.22), 2px 1px 0px 0px rgb(6,51,58,0.22), 2px 3px 0px 0px rgb(6,51,58,0.22), 3px 2px 0px 0px rgb(6,51,58,0.22), 1px 4px 0px 0px rgb(6,51,58,0.22), 1px 1px 0px 0px rgb(6,51,58,0.22);
}
.package-top-para{
    margin-bottom: 3px;
    color: #385405;
    font-size: 12px;
}
.package-details h3{
    font-size: 25px;
    font-weight: 700;
}
.package-bottom-para{
    font-size: 16px;
    line-height: 20px;
}
.travel-package-bottom{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.travel-package-bottom a{
    color: #385405;
    font-size: 13px;
    text-decoration: none;
}
.travel-book-now-btn{
    color: white;
    background: #06193A;
    border-radius: 1px;
    height: 30px;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 3px rgba(0,0,0,0.16), 0 2px 3px rgba(0,0,0,0.23);
}
/*---------about us----------*/
#about-us{
    padding-top: 75px;
    padding-bottom: 75px;
}
.about-top-para{
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 5px;
    text-align: left;
    color: #06193A;
}
.about-us-col1 h2{
    color: #06193A;
    text-align: left;
    font-size: 45px;
    font-weight: 800;
}
.about-us-col1 h2>span{
    color: #385405;
}
.about-bottom-para{
    margin-top: 30px;
    font-weight: 500;
    font-size: 18px;
    padding-right: 15%;
}
.abt-us-subrow{
    margin-top: 30px;
}
.abt-us-subcol-box{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    margin-bottom: 25px;
}
.sub-col-content{
    width: 75%;
}
.sub-col-content h3{
    font-size: 20px;
    font-weight: 650;
    margin-bottom: 5px;
}
.sub-col-content p{
    color: black;
    margin-bottom: 0px;
}
.sub-col-content-para1{
    font-weight: 500;
    margin-bottom: -5px !important;
}
.sub-col-content-paratwo{
    color: #06193A !important;
    font-size: 23px;
    font-weight: 700;
}
.about-us-image img{
    width: 100%;
    height: auto;
    object-fit: cover;
}