.elementor-1616 .elementor-element.elementor-element-bc37cc5{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-html .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-html .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}:root{--page-title-display:none;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}@media(min-width:768px){.elementor-1616 .elementor-element.elementor-element-bc37cc5{--content-width:100%;}}@media(max-width:1024px){.elementor-1616 .elementor-element.elementor-element-bc37cc5{--margin-top:110px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}@media(max-width:767px){.elementor-1616 .elementor-element.elementor-element-bc37cc5{--margin-top:110px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}/* Start custom CSS for html, class: .elementor-element-efdeda0 */*{
    padding: 0;
    border: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: vazir;
}

.all-devices-div{
    width: 100%;
    padding-top: 20px;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #D2D2D2;
}

.all-devices-div>ul{
    list-style-type: none;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap:40px;
    background-color: #D2D2D2;
    justify-content: space-evenly;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 115px;

}
.all-devices-div>ul>a>li{
    width: 380px;
    /*max-width: 80%;*/
    /*height: 350px;*/
    background-color: white;
    display: flex;
    align-self: center;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 20px;
    align-items: center;
    border-radius: 0.5rem;
    overflow: hidden;
    transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
    box-shadow: -5px 5px 5px rgba(0, 0, 0, 0.31);
}

.all-devices-div>ul>a>li:hover{
    cursor: auto;
}

.all-devices-div>ul>a>li>img{
    width: 100%;
    height: 233px;
    object-fit: contain !important;
    border-radius: 0.5rem;
    object-fit: cover;
    padding: 7px;
    background-color: rgba(167, 167, 167, 0);
    margin-bottom: 40px;
}


.all-devices-div>ul>a{
    padding-left: 0px !important;
    margin-left: 20px !important;
    width: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
}

.all-devices-div>ul>a>li>h4{
    color: #818181;
    font-size: 20px;
    padding: 15px;
    margin-top: -25px
}

.all-devices-div>ul>a>li>h3{
    color: #4AD0FE;
    font-size: 26px;
    margin-top: -30px;
    padding: 15px;
}

.all-devices-div>ul>a>li>button{
    border: solid 1px #FF7A00; 
    font-size: 16px;
    background-color: #FF7A00 !important;
    color: white;
    border-radius: 15px;
    margin-top: -10px;
}

.all-devices-div>ul>a>li>button:hover{
    background-color: #D35D00 !important;
}
.searchBox{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}/* End custom CSS */