.machines{
    position: relative;
    border-bottom: 1px solid var(--line);
    background: url(../../assets/img/terrapbg1.svg) no-repeat top center,url(../../assets/img/terrapbg2.svg) no-repeat bottom center;
    padding: 3.4rem 0 5rem;
}

.machines::before{
    content: '';
    position: absolute;
    inset: auto auto 0 0;
    width: 39.0625vw;
    height: 100%;
    background: linear-gradient(0deg, #FFF 5.42%, #F1F4FB 100%);
    background-size: cover;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
}

.machines .container{
    position: relative;
    z-index: 1;
}

.machines .row{
    /* flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse; */
    grid-gap: 2rem 0;
}

.machines .sectitle{
    width: clamp(10px,100%,310px);
    line-height: 55px;
    margin-bottom: 2rem;
    border-bottom: 1px solid var(--line);
    padding-bottom: 19px;
}

.machines .text{
    width: clamp(10px,100%,310px);
    color: var(--text2);
    margin-bottom: 19px;
}

.machines .options{
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -ms-flex-direction: column;
    width: clamp(10px,100%,310px);
    border-left: 4px solid var(--main);
}

.machines .options>*,
.machines .owl-carousel .item{
    cursor: pointer;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    grid-gap: 10px;
    padding: 12px 23px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.machines .options>* .icon,
.machines .owl-carousel .item .icon{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    min-width: 47px;
    max-width: 47px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background-color: var(--white);
    overflow: hidden;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.machines .options>*.active .icon,
.machines .owl-carousel .item.selected .icon{
    min-width: 0;
    width: 0;
}

.machines .options>* .icon img,
.machines .owl-carousel .item .icon img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    -o-object-fit: contain;
}

.machines .options>* .title,
.machines .owl-carousel .item .title{
    color: var(--title);
    font-family: var(--yan);
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
}

.machines .options>* .vm,
.machines .owl-carousel .item .vm{
    color: var(--main);
    font-family: var(--yan);
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
}

.machines .options>*.active,
.machines .options>*:hover,
.machines .owl-carousel .item:hover,
.machines .owl-carousel .item.selected{
    background: linear-gradient(90deg, #F3DCD8 18.23%, #f3dcd800 100%);
}

.machines .owl-carousel .owl-stage-outer{
    background-color: #E6E7E954;
    padding: 10px;
}

.machines .owl-carousel{
    display: flex;
    display: -webkit-flex;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    grid-gap: 10px;
    overflow: hidden;
}

.machines .owl-carousel .owl-nav{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    grid-gap: 10px;
    width: 100%;
}

.machines .owl-carousel .owl-nav>*{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    width: 32px;
    height: 20px;
    border-radius: 53px;
    background: var(--main);
}

.machines .df{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    grid-gap: 8px;
    margin-bottom: 14px;
}

.machines .df .img{
    display: flex;
    display: -webkit-flex;
    align-items: flex-end;
    justify-content: center;
    -webkit-justify-content: center;
    width: 100%;
    /* width: clamp(10px,100%,29.42708vw); */
    aspect-ratio: 1/.80530;
    border-radius: 25px;
    background: linear-gradient(180deg, #EBEBEB 30.26%, #ffffff00 100%);
    overflow: hidden;
}

.machines .df .impl{
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -ms-flex-direction: column;
    max-width: 120px;
}

.machines .df .impl .title{
    text-align: center;
    color: var(--main);
    font-family: var(--yan);
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    margin-bottom: 21px;
}

.machines .df .impl .imps{
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -ms-flex-direction: column;
    grid-gap: 25px;
}

.machines .df .impl .imps>*{
    width: clamp(10px,100%,120px);
    aspect-ratio: 1/1;
    border: 1px solid var(--line);
    border-radius: 13px;
}

.machines .df .impl .imps>* img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    -o-object-fit: contain;
}

.machines .df .impl .imps>* .tit{
    text-align: center;
    color: var(--text2);
    font-family: var(--yan);
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    border-radius: 80px;
    background-color: #F4F4F4;
    margin: -15px 1rem 0;
    padding: 5px 10px;
}

.machines .box{
    display: flex;
    display: -webkit-flex;
    align-items: flex-start;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    border-radius: 20px;
    background: url(../../assets/img/boxbggggg.svg) no-repeat bottom right, var(--main);
    padding: 22px 14px 50px 45px;
}

.machines .box .title{
    color: var(--white);
    font-family: var(--tek);
    font-size: 34px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 1rem;
}

.machines .box .text{
    color: var(--white);
    font-family: var(--yan);
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    margin-bottom: 1rem;
}

.machines .box .text.end{
    margin-bottom: 0;
}

.machines .box .text strong{
    color: var(--white);
}

.machines .box .dbtn{
    white-space: nowrap;
}

.machines .box .dbtn:hover{
    border-color: #25D366;
    background-color: #25D366;
}

#locar .modal-dialog{
    max-width: 680px;
    border-color: var(--line);
    border-radius: 10px;
}

#locar .modal-content{
    padding: 27px 20px;
}

#locar .modal-header{
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    padding: 0 0 24px 0;
}

#locar .modal-header .close{
    background: transparent;
}

#locar .modal-header .close span{
    color: var(--text);
    font-size: 28px;
    font-weight: 400;
    line-height: 22px;
}

#locar .modal-body{
    padding: 24px 0 0 0;
}

#locar .form .row{
    grid-gap: 24px 0;
}

#locar .form .row>*{
    padding: 0 5px;
}

#locar .form .lb{
    color: var(--title);
    font-family: var(--yan);
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
    margin-bottom: 8px;
}

#locar .form .ipts,
#locar .form .txta{
    width: 100%;
    color: var(--title);
    font-family: var(--yan);
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    border: 1px solid var(--line);
    border-radius: 5px;
    background: var(--white);
    outline: none;
    -moz-outline: none;
    padding: 1rem;
}

#locar .form .ipts::placeholder,
#locar .form .txta::placeholder,
#locar .form select.ipts{
    color: var(--text);
}

#locar .form .txta{
    height: 125px;
    resize: none;
}

#locar .form .tlb{
    color: var(--text2);
    font-family: var(--yan);
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.07px;
}

#locar .form .dbtn{
    width: 100%;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
}

@media(max-width:992px){
    .machines{
        background: linear-gradient(0deg, #FFF 5.42%, #F1F4FB 100%);
        padding: 2rem 0;
    }
    .machines::before{
        display: none;
        display: -webkit-none;
    }
    .machines .row>*:last-child{
        display: flex;
        display: -webkit-flex;
        flex-direction: column;
        -ms-flex-direction: column;
        grid-gap: 2rem 0;
    }
    .machines .df{
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
    }
    .machines .df .img,
    .machines .sectitle,
    .machines .text,
    .machines .options{
        width: 100%;
    }
    .machines .df .impl{
        max-width: 100%;
    }
    .machines .df .impl .title{
        text-align: start;
    }
    .machines .df .impl .imps{
        flex-direction: row;
        -ms-flex-direction: row;
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
    }
}

@media(max-width:575px){
    .machines .box{
        flex-direction: column;
        -ms-flex-direction: column;
        grid-gap: 1rem;
        padding: 1rem;
    }
}