.modal-content {
    background: #121212;
 /* White border (change color as needed) */
    border-radius: 25px; /* Rounded corners */
    margin: 20px; /* Padding inside the modal */
}


.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: linear-gradient(135deg, #c69af6, #c69af6);
}


.side-menu .side-menu__icon.svg-icon {
    height: 36px;
    width: 36px;
    padding: unset;
    line-height: unset;
}









.active-link {
    color: #c69af6 !important;
}








.auth-buttons {
    display: flex;
    gap: 10px;
    align-items: center;
}


.auth-newbut {
    display: flex;
    gap: 1rem !important;
    flex-wrap: wrap !important;
    margin-top: 1rem;
}

.btn-register {
    background-color: #c69af6;
    color: white;
    font-weight: bold;
    padding: 5px 16px;
    max-height: 35px;
    border-radius: 10px;
    text-decoration: none;
    border: 2px solid #c69af6;
    transition: 0.3s;
    font-size: 14px;
    white-space: nowrap; /* Prevents text from wrapping */
    
}

.btn-register:hover {
    background-color: transparent;
    color: white;
    border: 2px solid #c69af6;
}

.btn-login {
    background-color: transparent;
    color: #c69af6;
    font-weight: bold;
    padding: 5px 16px;
    max-height: 35px;
    border: 2px solid #c69af6;
    border-radius: 8px;
    text-decoration: none;
    transition: 0.3s;
    font-size: 14px;
    white-space: nowrap; /* Prevents text from wrapping */
    
}

.btn-login:hover {
    background-color: #c69af6;
    color: white;
}

@media (max-width: 768px) {
    .auth-buttons {
        flex-direction: row;
        gap: 0.5rem;
        max-width: 155px;
        margin-right: 1rem;
        margin-top: -0.5rem;
    }

    .btn-register
    {
    background-color: #c69af6;
    color: white;
    font-weight: bold;
   
    max-height: 35px;
    border-radius: 8px;
    text-decoration: none;
    border: 1px solid #c69af6;
    transition: 0.3s;
    font-size: 13px;
    white-space: nowrap; /* Prevents text from wrapping */
   
    }
    
        
    
    .btn-login {
    background-color: transparent;
    color: #c69af6;
    font-weight: bold;
 
    max-height: 35px;
    border: 1px solid #c69af6;
    border-radius: 5px;
    text-decoration: none;
    transition: 0.3s;
    font-size: 13px;
    white-space: nowrap; /* Prevents text from wrapping */
   
    }
}




















@media (max-width: 768px) { /* Adjust breakpoint if needed */
    .explore-title {
        text-align: center;
        letter-spacing: -.025em;
        font-weight: 600;
        font-size: 22px;


    }
}



.create-ai-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%; /* Full width on mobile */
    max-width: 210px; /* Keeps a reasonable size */
    height: 290px;
    background: linear-gradient(135deg, #b5c1e5, #c69af6);
    border-radius: 16px;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s ease-in-out;
    padding: 15px;
}

/* Responsive: Adjust for small screens */
@media (max-width: 480px) {
    .create-ai-card {
        max-width: 190px;
        height: 220px;
        padding: 10px;
    }

    .plus-icon {
        font-size: 40px;
    }

    .create-text {
        font-size: 14px;
    }
}

/* Hover effect */
.create-ai-card:hover {
    transform: scale(1.05);
}

/* Plus Icon */
.plus-icon {
    font-size: 50px;
    font-weight: bold;
    color: white;
}

/* Create AI Text */
.create-text {
    margin-top: 10px;
    font-size: 16px;
    font-weight: bold;
    color: white;
}

/* Center the card in flex container */
.create-ai-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}







@media (max-width: 768px) { /* Adjust breakpoint if needed */
    .explore-title {
        text-align: center;
    }
}


/* .explore-title::after{
    content: '';
    position: absolute;
    height: 20px;
    width: 20px;
    background: url('./images/loves.png');
} */
.my-text {
    color: #c69af6;
}


.my-backg {
    background-color: #1f1f28;
    gap: 3rem;
    margin-top: 5rem;
    border-top: 0.3px solid #363636; /* Adds a top stroke */
}

.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, #b5c1e5 0%, #cfacf6 50%, #c69af6 100%);
    box-shadow: #c69af6 0px 0px 0px 2px;
    box-shadow: 0px 0px 4px 0px #c69af6, 0px 0px 16px 0px #c69af6;
}

.become-premium .side-menu__icon.svg-icon {
    height: 25px;
    width: 25px;
}

.active.mh-icon {
    border-bottom: 2px solid #c69af6;
}

.active.mh-icon,
.active.mh-icon .header-icon {
    color: #c69af6 !important;
}

.mh-icon .header-icon {
    padding: unset;
    padding-right: 5px;
}

.avtar-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    justify-items: center;
}

.avtar-card {
    height: 350px;
    position: relative;
    border-radius: 20px;
    width: 250px;
    overflow: hidden;
}

.avtar-card img {
    height: 350px;
    width: 100%;
    border-radius: inherit;
    object-fit: cover;
    transition: opacity 0.4s ease-in-out;
}


.avtar-card .avtar-video {
   transition: opacity 0.4s ease-in-out;
    height: 350px;
    width: 100%;
    max-width: 100%;
    border-radius: 15px;
    object-fit: cover;
   ;
}





.avtar-card .content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.1), transparent);
}


.avtar-card .content h2 {
    font-size: 1.5rem;
    margin-top: 10px;
    text-shadow: 2px 2px 4px black;
}

.avtar-card .content {
    font-size: 12px;
    margin-top: 5px;
}

.avtar-card-2 {
    height: 290px;
    position: relative;
    border-radius: 20px;
     max-width: 230px;
    width: 100%;
}

/* Tablet & Mobile adjustments */
@media (max-width: 768px) {
    .avtar-card-2 {
        height: 280px; /* Reduce height for better fit */
        border-radius: 15px; /* Slightly smaller border-radius */
    }
}

/* Smaller screens (phones) */
@media (max-width: 480px) {
    .avtar-card-2 {
        height: 220px; /* Further reduce height */
        border-radius: 12px; /* Keep a nice rounded look */
    }
}


.avtar-card-2 img {
    height: 290px;
    width: 100%;
    max-width: 230px;
    border-radius: inherit;
    object-fit: cover; /* Ensures the image fills the space without stretching */
    object-position: center; /* Centers the image */
}

/* Tablet & Mobile adjustments */
@media (max-width: 768px) {
    .avtar-card-2 img {
        height: 280px; /* Reduce height for better fit */
    }
}

/* Smaller screens (phones) */
@media (max-width: 480px) {
    .avtar-card-2 img {
        height: 220px; /* Further reduce height */
    }
}


.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;
}

/* Tag Overlay Styles */
.tag-overlay {
    position: absolute;
    padding: 4px 8px;
    background: linear-gradient(135deg, #b5c1e5, #c69af6);
    color: white;
    font-size: 11px;
    font-weight: bold;
    border-radius: 9px;
    z-index: 10;
    max-width: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.tag-overlay.top-left {
    top: 8px;
    left: 8px;
}

.tag-overlay.top-right {
    top: 8px;
    right: 8px;
}

@media (max-width: 768px) {
    .tag-overlay {
        padding: 3px 6px;
        font-size: 10px;
        max-width: 60px;
    }
    
    .tag-overlay.top-left {
        top: 6px;
        left: 6px;
    }
    
    .tag-overlay.top-right {
        top: 6px;
        right: 6px;
    }
}




/* Tag Overlay Styles2 */
.tag-overlay2 {
    position: absolute;
    padding: 4px 8px;
    background: linear-gradient(135deg, #2b1f45e8, #2b1f45e8);
    color: white;
    font-size: 11px;
    
    border-radius: 12px;
    z-index: 10;
    max-width: 80px;
    font-style: italic;
    overflow:auto;
    font-weight: 200;
    text-overflow: ellipsis;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.tag-overlay2.top-left {
    top: 8px;
    left: 8px;
}

.tag-overlay2.top-right {
    top: 8px;
    right: 8px;
}

@media (max-width: 768px) {
    .tag-overlay2 {
        padding: 3px 6px;
        font-size: 10px;
        max-width: 60px;
    }
    
    .tag-overlay2.top-left {
        top: 6px;
        left: 6px;
    }
    
    .tag-overlay2.top-right {
        top: 6px;
        right: 6px;
    }
}

















.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;
    object-fit: cover;
}

/* Mobile-specific styles */
@media (max-width: 768px) {
    .avtar-style img {
        height: auto; /* Allow natural height */
        width: 100%;  /* Make the image fully responsive */
        max-width: 150px; 
        object-fit: cover;
        /* Optional: Limit max width */
    }
}

@media (max-width: 480px) {
    .avtar-style img {
        max-width: 120px;
        object-fit: cover;/* Further reduce size for smaller screens */
    }
}


.avtar-style:has(input:checked) img {
    border: 5px solid #c69af6;
}

.avtar-style span {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 15px;
    font-size: 15px;
    margin: 0;
    background: #121212;
    border-radius: 10px;
    color: #fff;
}

.avtar-style:has(input:checked) span {
    background: #c69af6;
    color: #fff;
}

.image-checkbox-style-card {
    display: grid;
    grid-template-columns: repeat(3, 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: 100%;
    object-fit: cover; /* Ensures the image covers the area without distortion */
}

/* Responsive styles for smaller screens */
@media (max-width: 768px) {
    .image-checkbox-style img {
        height: 100%; /* Adjust height dynamically */
        max-height: 500px; /* Set a max height if needed */
        width: 100%;
        border-radius:30px;
    }
}


.image-checkbox-style:has(input:checked) img {
    border: 4px solid #c69af6;
}

.image-checkbox-style span {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
   padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 5px;
    padding-left: 5px;
    font-size: 11px;
    margin: 0;
    background: #121212bd ;
    margin-bottom: 10px;
    border-radius: 7px;
    color: #fff;
}

/* Responsive styles for smaller screens */
@media (max-width: 768px) {
    .image-checkbox-style span {
        bottom: 5px; /* Reduce bottom spacing for smaller screens */
        font-size: 11px; /* Decrease font size for better fit */
       padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 5px;
    padding-left: 5px; /* Adjust padding to maintain proportion */
                margin-bottom: 10px;
                border-radius: 7px;
        
    }
}


.image-checkbox-style:has(input:checked) span {
    background: #c69af6;
    color: #fff;
   padding-top: 2px;
   padding-bottom: 2px;
   padding-right: 5px;
   padding-left: 5px;
}

.age-input {
    text-align: center;
    width: 100%;
    border: 1px solid #a7a7a7;
    border-radius: 10px;
    font-size: 14px;
    background: #afa8a8;
    padding: 7px 5px;
}

.age-input:has(input:checked) {
    background-color: #c69af6;
    border-color: #c69af6;
}

.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: 390px;
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
}
#loginmodal .modal-content,
#signupmodal .modal-content{
    border-radius: 23px;
    
}

#signupmodal .modal-dialog {
    min-width: 50% !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); /* Default: 3 columns */
    gap: 15px;
    justify-content: space-between;
    justify-items: center;
}

/* Tablet: 2 columns */
@media (max-width: 768px) {
    .usemodal {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
}

/* Mobile: 1 column */
@media (max-width: 480px) {
    .usemodal {
        grid-template-columns: repeat(1, 1fr);
        gap: 8px;
    }
}


.usemodal-image-checkbox-style {
    position: relative;
    display: inline-block;
    margin: 10px;
    cursor: pointer;
}

.usemodal-image-checkbox-style img {
    width: 150px;
    height: auto;
    border-radius: 10px;
    display: block;
}

@media screen and (max-width: 576px) {
    .usemodal-image-checkbox-style img {
        width: 150px;
    height: 135px;
    border-radius: 10px;
    display: block;
    object-fit: cover;
     object-position: top;
    }
}

.image-overlay {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
   white-space: nowrap;
    align-items: bottom;
   
    color: #fff;
   
    border-radius: 8px;
   
}

.image-overlay svg {
    width: 24px;
    height: 24px;
    margin-right: 10px;
    fill: #fff;
}

.usemodal-image-checkbox-style:has(input:checked) img {
    border: 2px solid #c69af6;
}

.usemodal-image-checkbox-style span {
    position: absolute;
   
    transform: translateX(-50%);
    padding: 0 5px;
    font-size: 10px;
    margin: 0;
    background: #12121296;
    border-radius: 2px;
    color: #fff;
}

.usemodal-image-checkbox-style:has(input:checked) span {
    background: #c69af6;
    color: #fff;
}

#use-modal .logo {
    height: 50px;
}

@media (max-width: 480px) {
    #use-modal .logo {
    height: 35px;
}
    
}

.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 #c69af6;
}

/* .plan-card-main{
    min-height: calc(100vh - 78px);
} */
.plan-card {
    max-width: 70vw;
    min-height: 70vh;
    margin-inline: auto;
    margin-top: 20px;
    /* background: url('../images/package-bg.png') no-repeat center/cover; */
    /*  align-self: center; */
}
@media (max-width: 768px) { /* Adjust breakpoint as needed */
    .plan-card {
        max-width: 90%;
          min-height: 90vh;
    margin-inline: auto;
    margin-top: 20px;
    }
}
.promo-bar{
    
    
}

 @media (min-width: 768px) {
        .promo-bar {
            margin-top: 5rem !important;
        }
    }

.plan-card .card-body {
    padding: 30px;
    margin-bottom: 3rem;
}


.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: #c69af6;
}

.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: 350px;
    width: 270px;
    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: 399px;
    width: 289px;
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    background: url('../images/package-right-side.png') no-repeat center/cover;
}


@media (max-width: 768px) { /* Adjust the breakpoint as needed */
    .plan-card .right-side::after {
        display: none;
    }
}

@media (max-width: 768px) { /* Adjust the breakpoint as needed */
    .plan-card .left-side::after {
        display: none;
    }
}


/* .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: #c69af6;
    padding: 10px 20px;
    color: #fff!important;
    border-radius: 15px;
} */
.pack-container {
    position: relative;
    margin-bottom: 20px;
    transition: 0.3s ease-in-out;
}

/* Default pack styles */
.show-pack {
    display: block;
    padding: 15px;
    border: 2px solid #c69af6;
    border-radius: 15px;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}

/* Neon effect when selected */
input[type="radio"]:checked + .show-pack {
    box-shadow: 0 0 10px #c69af6, 0 0 40px #c69af6;
    border-color: #c69af6;
    transform: scale(1.05);
}


.pack-radio {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.show-pack {
    background: linear-gradient(135deg, #b5c1e5, #c69af6);
    border: 2px solid #c69af6;
    border-radius: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 0px;
    padding-right: 10px;
    padding-left: 10px;
   
    cursor: pointer;
    transition: all 0.3s ease;
    opacity: 0.9;
}

.pack-radio:checked+.show-pack,
.show-pack.selected {
    border-color: #c69af6;
    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;
    font-weight: 600;
    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: #afa8a8;
    padding: 10px 20px;
    color: #fff !important;
    width: 100%;
    border-radius: 15px;
    gap: 8px;
}

.paypal-btn {
    margin-top: 10px;
    background: #003087;
    padding: 10px 20px;
    width: 100%;
    color: #fff !important;
    border-radius: 15px;
    gap: 8px;
}



.apple-btn {
    margin-top: 10px;
    background: #303030;
    padding: 10px 20px;
    color: #fff !important;
    width: 100%;
    border-radius: 15px;
    gap: 8px;
    
}

/* Hover Effects */
.pay-btn:hover {
   
    transform: scale(1.05);
}

.paypal-btn:hover {
   
    transform: scale(1.05);
}

.apple-btn:hover {
   
    transform: scale(1.05);
}



.payment-logo {
    width: 50px; /* Adjust logo size as needed */
    height: auto;
}

.portfolio {
    padding: 10px;
    border-left: 0.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: #121212;
    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, #c69af6, #A100FF);
    border-radius: 23px; /* Slightly larger to match the main box */
    z-index: -1; 
}

.app-mobile-nav{
    background: #1f1f28;
    color: #a1a1a1;
}
.app-mobile-nav a{
    color: #ffffff;
}
.app-mobile-nav a.active{
    color: #c69af6;
}

@media (min-width: 992px) and (max-width: 1024px) {
    .avtar-cards {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 1.5rem;
    }
}

@media (max-width: 992px) {
    .avtar-cards {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }
}







@media (max-width: 768px) {
    .explore img {
        
        min-height: 155px;
        width: 100%; /* Ensures it scales properly */
        object-fit: cover; /* Prevents stretching while covering the area */
    }
   .avtar-card, .avtar-card img,.avtar-card .avtar-video {
           overflow: hidden;
    height: 265px;
    width: 165px;
    
    }
    .avtar-card .content{
        font-size: 10px;
        margin-top: 3px;
   
    }
    .avtar-card .content h2{
        font-size: 11px;
    }
}

/* AI Girlfriend Success Popup Styles */
.ai-success-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(10px);
    z-index: 10000;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.ai-success-popup {
    background: linear-gradient(145deg, #121212, #121212);
    border-radius: 20px;
    padding: 0;
    text-align: center;
    max-width: 400px;
    width: 100%;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5);
    position: relative;
    overflow: hidden;
}

.ai-success-header {
    padding: 30px 30px 20px 30px;
    position: relative;
}

.ai-success-title {
    color: #c69af6;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 24px;
    margin: 0 0 25px 0;
    line-height: 1.2;
}

.ai-success-close {
    position: absolute;
    top: 20px;
    right: 20px;
    background: none;
    border: none;
    color: #666;
    font-size: 24px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.3s ease;
}

.ai-success-close:hover {
    color: #c69af6;
}

.ai-avatar-container {
    position: relative;
    width: 260px;
    height: 340px;
    margin: 0 auto 30px auto;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

.ai-avatar-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.ai-avatar-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
   
   
    padding: 20px 15px 7px 15px;
    color: white;
}

.ai-avatar-name {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 28px;
    margin: 0 0 2px 0;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.ai-avatar-age {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 18px;
    margin: 0;
    opacity: 0.9;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.ai-tags-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
    padding: 0 30px;
}

.ai-tags-left {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
}

.ai-tags-right {
    display: flex;
    align-items: center;
    margin-left: 5px;
}

.ai-tag {
   
    color: #fff;
    padding: 8px 16px;
   
    font-size: 13px;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
   
    display: flex;
    align-items: center;
    gap: 6px;
}

.ai-chat-button {
    background: linear-gradient(145deg, #b6c2e6, #c39cf3);
    border: none;
    padding: 15px 35px;
    border-radius: 12px;
    color: white;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    font-family: 'Inter', sans-serif;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    box-shadow: 0 4px 15px rgba(198, 154, 246, 0.3);
    margin: 0;
    white-space: nowrap;
}

.ai-chat-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(198, 154, 246, 0.4);
}

/* Mobile responsive design */
@media (max-width: 768px) {
    .ai-success-popup {
        max-width: 350px;
        margin: 20px;
    }
    
    .ai-success-header {
        padding: 25px 25px 15px 25px;
    }
    
    .ai-success-title {
        font-size: 22px;
        margin-bottom: 20px;
    }
    
    .ai-avatar-container {
        width: 240px;
        height: 260px;
        margin-bottom: 25px;
    }
    
    .ai-avatar-name {
        font-size: 24px;
    }
    
    .ai-avatar-age {
        font-size: 16px;
    }
    
    .ai-tags-container {
        padding: 0 0px;
        margin-bottom: 20px;
        flex-direction: row;
      
        align-items: center;
    }
    
    .ai-tags-left {
        align-items: flex-start;
    }
    
    .ai-tags-right {
        margin-left: 0rem;
        justify-content: flex-start;
    }
    
    .ai-tag {
        font-size: 12px;
        padding: 6px 12px;
    }
    
    .ai-chat-button {
        padding: 12px 30px;
        font-size: 15px;
        width: 100%;
    }
}

@media (max-width: 480px) {
    .ai-success-popup {
        max-width: 320px;
    }
    
    .ai-avatar-container {
        width: 280px;
        height: 285px;
    }
    
    .ai-success-header {
        padding: 20px 20px 15px 20px;
    }
    
    .ai-success-title {
        font-size: 20px;
    }
    
    .ai-avatar-name {
        font-size: 22px;
    }
    
    .ai-tags-container {
        padding: 0 0px;
    }
    
    .ai-chat-button {
        
    }
}

