.all-orders-text-area {
    padding: 50px 0;
    background: #F9F9F9;
}
.all-orders-text-area .all-orders-container {
    overflow-x: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 32px;
}
.all-orders-text-area .all-orders-container img {
    width: 100%;
}
.all-orders-text-area .all-orders-container .title {
    margin: 0;
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 600;
    font-size: 86px;
    line-height: 120%;
    background: linear-gradient(106deg, #7B57CB 23.89%, #D51164 59.39%, #FEA500 86.14%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    opacity: 0.8;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
}
.all-orders-text-area .all-orders-container .dot {
    min-height: 16px;
    min-width: 16px;
    border-radius: 100px;
    background: #000000;
}
.widget-snippet .all-orders-text-area .snippet-activated-elm {
    z-index: 9900;
}
@media screen and (max-width: 1200px) {
    .all-orders-text-area .all-orders-container .title {
        font-size: 70px;
    }
}
@media screen and (max-width: 767px) {
    .all-orders-text-area .all-orders-container .title {
        font-size: 50px;
    }
}
@media screen and (max-width: 575px) {
    .all-orders-text-area .all-orders-container .title {
        font-size: 40px;
        white-space: wrap;
    }
}

@media screen and (max-width: 1200px) {
   
}
@media screen and (max-width: 767px) {
    
}
@media screen and (max-width: 575px) {
   
}
