
@media (max-width: 768px) {
    .menus{
        transform: translateY(-100%);
        position: absolute;
        /* flex-direction: column; */
        background-color: black;
        width: 100%;
        height: 150px;
        right: 0;
        top: 0%;
    }
    .bars{
        display: flex;
    }
    .active{
        margin: 0;
    }
    .menu{
        top: 100px;
    }
    .img{
        width: 100%;
    }
    .images{
        width: 220px;
        position: relative;
        
    }
    .images{
        justify-content: start;
    }
    /* .set label{
        left: 225px;
        margin: 0;
    } */
    .arr{
        display: block !important;
        position: absolute;
    }
    .arr1{
        left: 0;
    }
    .arr2{
        right: 0;
    }
    .brand{
        z-index: 100;
    }
    .x{
        display: block;
        position: absolute;
        top: 10px;
        right: 10px;
    }
}
@media (max-width: 425px) {
    .contact{
        flex-direction: column-reverse !important;
    }
    .other{
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(2, 1fr);
        grid-column-gap: 90px;
        grid-row-gap: 0;
        bottom: 30px;
    }

    .set:nth-child(4) label{
        margin-top: 120px;
    }
    form{
        width: 90%;
    }
    .banner{
        padding: 30px;
    }
}
@media (max-width: 375px) {
    .other{
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 150px;
        
    }
    .set:nth-child(5){
        position: absolute;
        left: 35%;
    }
    .set:nth-child(4) label{
        width: 175px;
        margin-top: 90px;
    }
}
@media (max-width: 320px) {
    .set:nth-child(4) label{
        width: 40px;
        right: 0px;
        margin-top: 120px;
    }
    .inp{
        height: 30px;
    }
    .about {
        margin-bottom: 50px;
    }
    .menus{
        flex-direction: column;
        height: 60vh;
    }
    form button{
        width: 90%;
    }
}