@charset "UTF-8";

.webBoxOne{
        box-shadow: rgb(131 208 245) 0 0 20px 0px;
}


.webBox {
    background-image: url("https://taranoomweb.ir/page/1639159687/file/taranoomweb2.png");
    background-repeat: no-repeat;
    background-size: contain;
        background-color: rgb(255 255 255 / 87%);
    background-blend-mode: overlay;
        box-shadow: rgb(131 208 245) 0 0 20px 0px;
}




@media (max-width: 767px) {}
@media (min-width: 768px) and (max-width: 991px) {}
@media (min-width: 992px) and (max-width: 1199px) {}
@media (min-width: 1200px) {}