.modal-content {
    background: #000;
}

.btn-close {
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23E65073'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center / 1em auto no-repeat;
}

.text-muted {
    color: #b5b5b5 !important
}

.side-menu__item.active {
    background: #343434;
}

.side-menu .side-menu__icon.svg-icon {
    height: 36px;
    width: 36px;
    padding: unset;
    line-height: unset;
}

/* .explore-title::after{
    content: '';
    position: absolute;
    height: 20px;
    width: 20px;
    background: url('./images/loves.png');
} */
.my-text {
    color: #E65073;
}

.mh-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
}

.become-premium {
    font-weight: 700;
    margin-top: 20px;
    background: linear-gradient(to right, rgba(52, 49, 102, 0.49) 0%, rgba(41, 39, 84, 0.78) 50%, rgba(27, 25, 67, 0.71) 100%);
    box-shadow: #e65072 0px 0px 0px 2px;
    box-shadow: 0px 0px 4px 0px #e65072, 0px 0px 16px 0px #e65072;
}

.become-premium .side-menu__icon.svg-icon {
    height: 25px;
    width: 25px;
}

.active.mh-icon {
    border-bottom: 2px solid #E65073;
}

.active.mh-icon,
.active.mh-icon .header-icon {
    color: #E65073 !important;
}

.mh-icon .header-icon {
    padding: unset;
    padding-right: 5px;
}

.avtar-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 35px;
    justify-items: center;
}

.avtar-card {
    height: 350px;
    position: relative;
    border-radius: 20px;
    width: 100%;
}

.avtar-card img {
    height: 350px;
    width: 100%;
    border-radius: inherit;
}

.avtar-card .avtar-video {
    display: none;
    height: 100%;
    width: auto;
    max-width: 100%;
    border-radius: inherit;
    object-fit: cover;
}

.avtar-card:hover .avtar-video {
    display: block;
}

.avtar-card:hover img {
    display: none;
}

.avtar-card .content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    background-color: transparent;
    background-image:
        radial-gradient(circle at 30% 20%, rgba(0, 0, 0, 0.7), transparent 25%),
        radial-gradient(circle at 70% 60%, rgba(0, 0, 0, 0.5), transparent 30%),
        radial-gradient(circle at 40% 80%, rgba(0, 0, 0, 0.6), transparent 20%);
    /* background: red; */
}

.avtar-card .content h2 {
    font-size: 16px;
    margin-top: 10px;
}

.avtar-card .content {
    font-size: 12px;
    margin-top: 5px;
}

.avtar-card-2 {
    height: 350px;
    position: relative;
    border-radius: 20px;
        width: 100%;
}

.avtar-card-2 img {
    height: 350px;
    width: 100%;
    border-radius: inherit;
}

.avtar-card-2 .content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    background-color: transparent;
    background-image:
        radial-gradient(circle at 30% 20%, rgba(0, 0, 0, 0.7), transparent 25%),
        radial-gradient(circle at 70% 60%, rgba(0, 0, 0, 0.5), transparent 30%),
        radial-gradient(circle at 40% 80%, rgba(0, 0, 0, 0.6), transparent 20%);
}

.avtar-card-2 .content h2 {
    font-size: 16px;
    margin-top: 10px;
}

.avtar-card-3 .content {
    font-size: 12px;
    margin-top: 5px;
}

.avtar-card-3 {
        width: 100%;
    height: 350px;
    position: relative;
    border-radius: 20px;
}

.avtar-card-3 img {
    height: 350px;
    width: 100%;
    border-radius: inherit;
}

table,
table.dataTable {
    color: #fff !important;
}

/* alert */
.swal2-popup {
    background: #1e1e1e !important;
    color: #fff !important;
}

.swal2-title {
    color: #fff !important;
}

/* avtar creation */
.avtar-style-card {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    justify-content: space-between;
    justify-items: center;
}

.avtar-style {
    max-height: 350px;
    position: relative;
    border-radius: 15px;
}

.avtar-style img {
    border-radius: inherit;
    height: 100%;
    width: auto;
}

.avtar-style:has(input:checked) img {
    border: 2px solid #E65073;
}

.avtar-style span {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 15px;
    font-size: 15px;
    margin: 0;
    background: #a7a7a7;
    border-radius: 10px;
    color: #fff;
}

.avtar-style:has(input:checked) span {
    background: #E65073;
    color: #fff;
}

.image-checkbox-style-card {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
    justify-content: space-between;
    justify-items: center;
}

.image-checkbox-style {
    max-height: 200px;
    position: relative;
    border-radius: 15px;
}

.image-checkbox-style img {
    border-radius: inherit;
    height: 100%;
    width: auto;
}

.image-checkbox-style:has(input:checked) img {
    border: 2px solid #E65073;
}

.image-checkbox-style span {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 5px;
    font-size: 10px;
    margin: 0;
    background: #a7a7a7;
    border-radius: 10px;
    color: #fff;
}

.image-checkbox-style:has(input:checked) span {
    background: #E65073;
    color: #fff;
}

.age-input {
    text-align: center;
    width: 100%;
    border: 1px solid #a7a7a7;
    border-radius: 10px;
    font-size: 14px;
    padding: 7px 5px;
}

.age-input:has(input:checked) {
    background-color: #E65073;
    border-color: #E65073;
}

.auth-btns {
    display: flex;
    gap: 10px;
    width: max-content;
}

.auth-btns button {
    border-radius: 10px !important;
}

#loginmodal .modal-dialog {
    min-width: 45% !important;
}

#loginmodal .authbg {
    height: 350px;
    width: 100%;
    border-radius: 15px;
}
#loginmodal .modal-content,
#signupmodal .modal-content{
    border-radius: 15px;
    
}

#signupmodal .modal-dialog {
    min-width: 80% !important;
}

#signupmodal .authbg {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 15px;
}

#use-modal .modal-dialog {
    min-width: 80% !important;
}

.usemodal {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    justify-content: space-between;
    justify-items: center;
}

.usemodal-image-checkbox-style {
    max-height: 300px;
    position: relative;
    border-radius: 15px;
}

.usemodal-image-checkbox-style img {
    border-radius: inherit;
    height: 100%;
    width: auto;
}

.usemodal-image-checkbox-style:has(input:checked) img {
    border: 2px solid #E65073;
}

.usemodal-image-checkbox-style span {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 5px;
    font-size: 14px;
    margin: 0;
    background: #a7a7a7;
    border-radius: 10px;
    color: #fff;
}

.usemodal-image-checkbox-style:has(input:checked) span {
    background: #E65073;
    color: #fff;
}

#use-modal .logo {
    height: 50px;
}

.pers-checkbox-style {
    position: relative;
    cursor: pointer;
    border: 2px solid transparent;
    border-radius: 10px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.7);
    transition: 0.3s;
    padding: 10px;
    min-height: 210px;
}

.pers-checkbox-style input[type="radio"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.pers-checkbox-style img {
    width: 30px;
    height: 30px;
    border-radius: 10px;
}

.pers-checkbox-style h3 {
    margin-bottom: 10px;
}

.pers-checkbox-style p,
.pers-checkbox-style h3 {
    display: block;
    padding: 10px;
    color: white;
    font-size: 16px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.pers-checkbox-style:has(input:checked) {
    border: 3px solid #E65073;
}

/* .plan-card-main{
    min-height: calc(100vh - 78px);
} */
.plan-card {
    max-width: 70vw;
    min-height: 70vh;
    margin-inline: auto;
    margin-top: 40px;
    /* background: url('../images/package-bg.png') no-repeat center/cover; */
    /*  align-self: center; */
}

.plan-card .card-body {
    padding: 30px;
}

.promo-hdg {
    color: #D0B067;
    font-size: 25px;
    line-height: 1.5;
}

.promo-hdg span {
    color: #fff;
}

.plan-card .desc {
    font-size: 15px;
}

.plan-card .right-side h3 {
    font-size: 25px;
    line-height: 1.5;
}

.plan-card .right-side ul {
    font-size: 12px;
}

.plan-card .right-side .benefits li {
    line-height: 1.4;
}

.plan-card .desc span {
    color: #FF0000;
}

.plan-card .card-body>:last-child {
    min-height: 450px
}

.plan-card .left-side,
.plan-card .right-side {
    position: relative;
}

.plan-card .left-side::after {
    content: "";
    height: 200px;
    width: 230px;
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    background: url('../images/package-left-side.png') no-repeat center/cover;
}

.plan-card .right-side::after {
    content: "";
    height: 200px;
    width: 230px;
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    background: url('../images/package-right-side.png') no-repeat center/cover;
}

/* .show-packs{ */
/* }
.show-pack{
    background: #500724;
    border: 2px solid #FD778B;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    padding: 10px;
    margin-bottom: 20px;
}
.show-pack div:first-child p:first-child,
.show-pack div:last-child p:first-child{
    margin-bottom: 0;
    line-height: 1.3;
    font-size: 20px;
}
.show-pack div:first-child p:last-child{
    text-decoration: line-through;
}
.show-pack div:last-child p span{
    font-size: 10px;
}
.show-packs ul{
    font-size: 10px;
}
.pay-btn{
    margin-top: 10px;
    background: #E65073;
    padding: 10px 20px;
    color: #fff!important;
    border-radius: 15px;
} */
.pack-container {
    position: relative;
    margin-bottom: 20px;
}

.pack-radio {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.show-pack {
    background: #500724;
    border: 2px solid #fff;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    padding: 10px;
    margin-bottom: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    opacity: 0.9;
}

.pack-radio:checked+.show-pack,
.show-pack.selected {
    border-color: #E65073;
    opacity: 1;
}

.show-pack div:first-child p:first-child,
.show-pack div:last-child p:first-child {
    margin-bottom: 0;
    line-height: 1.3;
    font-size: 20px;
    color: #fff;
}

.show-pack div:first-child p:last-child {
    text-decoration: line-through;
    color: #fff;
}

.show-pack div:last-child p span {
    font-size: 10px;
}

.show-packs ul {
    font-size: 10px;
    color: #fff;
}

.pay-btn {
    margin-top: 10px;
    background: #E65073;
    padding: 10px 20px;
    color: #fff !important;
    border-radius: 15px;
}

.portfolio {
    padding: 10px;
    border-left: 1px solid #9b9a9a;
}

.portfolio-main {
    height: 50vh;
}

.portfolio-main img {
    height: 50vh;
    width: 100%;
    object-fit: cover; /* Crops the image to fit */
    border-radius: 15px;
}

.portfolio-title{
    margin-top: 2rem;
    font-size: 30px;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 1.5rem;
}
.portfolio-desc{
    font-size: 15px;
}

.btn-mysubs{
    position: relative;
    padding: 20px!important;
    background: #000;
    border-radius: 20px !important;
    display: flex;
    font-size: 16px;
    align-items: center;
}
.btn-mysubs img{
    height: 18px;
    width: 18px;
    margin-right: 8px;
}
.btn-mysubs::before{
    content: "";
    position: absolute;
    top: -3px;
    left: -3px;
    right: -3px;
    bottom: -3px;
    background: linear-gradient(to right, #FF1CD2, #E65073, #A100FF);
    border-radius: 23px; /* Slightly larger to match the main box */
    z-index: -1; 
}
@media (min-width: 992px) and (max-width: 1024px) {
    .avtar-cards {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 992px) {
    .avtar-cards {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
}
