.imgitxslide {
    width: calc(100vw - 4px);
    width: 100%;
    object-fit: cover;
    height: 80vh;
}
.boxabsolute{
    position: absolute;
    top: 160px;
    left: 0;
    height: calc(80vh - 320px);
    width: 100%;
}
.boxsearchhome{
    border: solid 5px #a0a3a2;
    height: 100%;
    width: 100%;
    displaY: flex;
    align-items: center;
    justify-content: center;
}
.pickcolor{
    font-size: 62px;
    font-weight: 700;
    color: #b7e945;
}
.wellcolor{
    font-size: 62px;
    font-weight: 700;
    color: #3cacef;
}
.searchmoduletitleslide{
    font-size: 62px;
    font-weight: 100;
    color: #fff;
    text-transform: uppercase;
    margin-top: 15px;
}
.searchmoduledescrslide{
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    width: 60%;
    width: 100%;
    margin: 20px auto;
}
.rowsearchmodule{
    display: grid;
    grid-template-columns: 30% 30% 30% 10%;
    gap: 1px;
    justify-content: center;
    align-items: center;
    margin: 70px 10%;
}
.rowsearchmodule .posrel {
    display: block;
}
.selectsearchmodule {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    padding: 0 20px !important;
    margin: 0 !important;
    line-height: 65px;
    cursor: pointer;
    height: 67px !important;
    border: solid 1px #bcbebd !important;
    background: rgba(255, 255, 255, 0.5) !important;
    border-radius: 0px;
}
.selectsearchmodule::after {
    content: '\f063';
    position: absolute;
    top: 0;
    right: 10px;
    padding: 0;
    background: 0 0;
    color: #000;
    cursor: pointer;
    pointer-events: none;
    transition: .3s;
    font-size: 12px;
    font-weight: 600;
}
.arrowselectsearchmodule {
    position: absolute;
    top: 0;
    right: 10px;
    height: 67px;
    line-height: 67px;
    z-index: 0;
    width: 30px;
    text-align: center;
    pointer-events: none;
}
.searchmodulebtn{
    background: var(--culoare-activa);
    height: 67px;
    line-height: 67px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    cursor: pointer;
}
.rowbtnsmasini{
    display: flex;
    gap: 40px;
    justify-content: center;
}
.masiniinstoc{
    background: var(--culoare-activa);
    color: #000;
    font-size: 16px;
    font-weight: 600;
    height: 60px;
    line-height: 60px;
    width: 240px;
    text-align: center;
    display: block;
    position: relative;
}
.masiniinstoc:hover{
    color: #000;
}
.iconrightarrow{
    position: absolute;
    right: 20px;
    width: 10px;
    height: 18px;
    top: 21px;
}
.masinilacomanda{
    background: var(--culoare-secundara);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    height: 60px;
    line-height: 60px;
    width: 240px;
    text-align: center;
    display: block;
    position: relative;
}
.masinilacomanda:hover{
    color: #fff;
}
.iconrightarrownegative{
    position: absolute;
    right: 20px;
    width: 10px;
    height: 18px;
    top: 21px;
    filter: invert(1);
}

@media ( min-width: 1400px ) {
    .imgitxslide {
        /* height: calc(100vh - 10px); */
        height: calc(160px + 550px + 50px);
    }
    .boxabsolute {
        height: auto;
    }
    .boxsearchhome {
        min-height: 550px;
    }
    .rowsearchmodule {
        width: 1000px;
        margin: 70px auto;
    }
}