.prepravi {
    position: fixed;
    bottom: 0;
    right: 0;
    height: 100vh;
    width: 88.35%;
    z-index: 10000 !important;
    background-color: #f4f4f4f4;
    margin: 100rem ;
}

.prepravi .wraperForData {
    align-items: center;
    height: 80vh;
    padding: 2rem;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.offBtn2, .prepravi h6 {
    cursor: pointer;
    font-size: 4rem;

}
