/* From Uiverse.io by barisdogansutcu */
a#play-babae {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 27px 0 9px;
    color: white;
    text-shadow: 2px 2px rgb(116, 116, 116);
    text-transform: uppercase;
    cursor: pointer;
    border: solid 2px black;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 17px;
    background-color: hsl(212, 81%, 49%);
    border-radius: 50px;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease;
    direction: ltr;
    text-decoration: none;
}

a#play-babae:active {
    transform: scale(0.9);
    transition: all 100ms ease;
}
.image-button-1 {
    width: 50px;
    height: 50px;
}
a#play-babae .image-button-1 {
    transition: all 0.5s ease;
    z-index: 2;
}

a#play-babae .play {
    transition: all 0.5s ease;
    transition-delay: 10ms;
    text-decoration: none;
}

a#play-babae:hover .image-button-1 {
    transform: scale(3) translate(71%,13%);
}

a#play-babae .now {
    position: absolute;
    left: 0;
    transform: translateX(-100%);
    transition: all 0.5s ease;
    z-index: 2;
}

a#play-babae:hover .now {
    transform: translateX(17px);
    transition-delay: 100ms;
}

a#play-babae:hover .play {
    transform: translateX(200%);
    transition-delay: 50ms;
}

body{
    /*background: #fbfbfb !important;*/
    font-family: IRANSansX, serif;
}


/* استایل‌های اضافی برای کارت‌ها */
.camp-card {
    transition: all 0.3s ease;
}

.camp-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.15) !important;
}

.camp-card .card-img-top {
    transition: transform 0.3s ease;
}

.camp-card:hover .card-img-top {
    transform: scale(1.05);
}

.camp-card .btn-primary {
    transition: all 0.3s ease;
}

.camp-card .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,123,255,0.4);
}

.camp-card .badge {
    backdrop-filter: blur(10px);
    background-color: rgba(13, 110, 253, 0.9) !important;
}
.img-avarat-user-header{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 1rem;
    border-radius: 100%;
}
@media (max-width: 768px) {
    .camp-card .card-title {
        height: auto !important;
    }

    .camp-card .card-text {
        height: auto !important;
    }
}



