body{
    background-color: rgba(190, 189, 188, 1) !important;
}
.container-fluid{
    padding: 0 !important;
}
.row {
    margin: 0 !important;
}
[class*="col-"]{
    padding: 0;
    border: 0 none;
}
.banner-12{
	height: 12vh !important;
}
.banner-18{
	height: 18vh !important;
}
.banner-5{
	height: 50vh !important;
}
.banner-10{
	height: 100vh !important;
}
/*.search-container {
    display: flex;
    justify-content: center;
    gap: 50px;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 20px 40px;
    border-radius: 15px;
    width: auto;
    white-space: nowrap;
}*/