@media (max-width: 1325px) {
    .group-sign.sign-up .right-side{
        padding-top: 14rem;
    }
}

@media (max-height: 933px) {
    .group-sign.sign-up .right-side{
        padding-top: 8.5rem;
    }
}


@media (max-width: 768px) {
        .group-sign.sign-up .right-side{
        padding-top: 20px;
    }
  .header-group .text-header{
    display: none !important;
  }
    .group-sign {
        display: block;
        padding-top: 9rem;
    }
    .left-side{
        padding-left:20px ;
        padding-right:20px ;
    }

    .left-side h2{
        font-size: 45px;
        font-weight: 400;
    }

    .right-side{
        padding-top: 0;
    }
    .tag-section{
        padding: 30px 20px;
    }
    .tag{
        white-space: nowrap;
    }
    .banner-digital-art{
        height: 450px;
    }
    .search-center-wrapper{
        padding: 0 20px;
    }
    .art-box{
        height: 200px;
    }
    .gallery-grid{
        grid-template-columns: repeat(2, 1fr);
    }
    .about-us{
        padding: 30px 20px;
    }
    .footer-left{
        width: 50%;
    }
    .banner-home{
        height: 500px;
    }
    .search-center-wrapper{
        top: 50%;
    }
    .download-group{
        margin-top: 6rem;
    }
    .similar-header h2{
        font-size: 20px;
    }
    .gallery{
        padding: 0px;
    }
    .favo-delete-group, .favorites-text-group, .favorites-text-hd{
        flex-direction: row !important;
        display: flex;
        align-items: center;
    }
}