/* .background{
    background-image: url(https://galaxiatours.com/uploads/settings/1613646292602e49d4808c6.jpg);
    background-size: cover;
    width: 100%;
    height: 60vh; */
/* } */
/* .layer{
    width: 100%;
    height: inherit;
    display: flex;
    align-items: center;
} */

.fields
{
    background-color: rgba(0, 69, 126, 0.7);
    margin-top: 20px;
    width: 850px;
    border-radius: 5px;
    padding: 22px;
    display: flex;
    justify-content: space-between ;
}
.lab{
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 19px;
    color: #FDA014;
}
.form-control{
    width: 160px;
    height: 50px;
    background-color: rgba(255, 255, 255, .7);
    text-align: left !important;
    line-height: 1.5;
    color: #495057 !important;
    font-size:1.5rem !important;
}
.form-control:focus{
    border-color: #FDA014;
    box-shadow: none;
}
.form-control option{
    background-color: rgba(17, 8, 2, 0.274);
    border-bottom: 1px solid #000;
}


.btn{
    color: #fff;
   background-color: #FDA014;
    width: 120px;
    height: 50px;
    margin-top: 60px;
    font-size: 14px;
    font-weight: 500;
    transition: ease-in .5s;
}
.searchBtn{
    margin-top: 60px !impotant;
    
}
.icon-search{
    opacity: 0.5;
    color: #fff;
    font-size: 16px;
    transition: ease .8s;
    transition-delay: .8s;
}
.icon-search::before{
    display: none !important;
}
.btn:hover{
    width: 130px;
    color: #fff;
    border:3px solid #FDA014 ;
    background: linear-gradient(135deg
, rgba(255, 88, 88,0.5), rgba(240, 150, 25, 0.8));
    box-shadow: 0 0 20px 10px hsla(34, 96%, 45%, 0.5);
}
.btn:hover .icon-search i{
    opacity: 1;
    font-size: 18px;
    
}


@media only screen and (max-width: 768px){
    .fields
    {
        flex-direction: column;
        justify-content: unset;
        align-items: center;
        width: 80%;
        margin: auto;

    }
    .label{
        margin: auto;
    }
    .form-select{
        width: 250px;
        margin: auto;
    }
    .btn{
        margin: auto;
        margin-top: 20px;
    }
    
}
