@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400..900&display=swap');
/* ecperience cards */
.exp-card {
    max-width: 260px;
    border: 1px solid #66478F;
    background-color: #312244;
    /* padding: 7px; */
    border-radius: 8px;
    cursor: pointer;
    height: 100%;
    display: flex;
    flex-direction: column;
    /* row-gap: 12px; */
    width: 100%;
    min-width:200px;
}
.title-content{
    color: var(--black);
    /* font-size: clamp(16px, 5vw, 18px); */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    /* line-height: 24px; */
}
.device-item-container .item {
    width: 24px;
    height: 24px;
    background-color: #312244;
    display: grid;
    place-items: center;
    border-radius: 50%;
    border: 1px solid white;
}

.device-item-container .item.notactive {
    opacity: 0.5;
}
.exp-img {
    object-fit: cover;
    aspect-ratio: 3/2;
    width: auto;
    border-radius: 8px 8px 0 0;
}

.exp-card h5 {
    color: var(--white);
}

.exp-card p {
    font-size: var(--h6);
    color: var(--white);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.banner-img {
    margin-top: 40px;
    width: 100%;
}

.exp-user-img {
    width: 23px;
    height: 23px;
    border-radius: 50%;
    overflow: hidden;
}
.custom-grid-container {
    display: grid;
    grid-auto-flow: row;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 36px;
    justify-content: start; /* Align items to left */
  }

.exp-user-img img {
    width: 100%;
    /* Make the image fill the container */

    /* Maintain aspect ratio */
    display: block;
    object-position: top;
    object-fit: cover;
}

.activeHeart {
    background-color: var(--pink) !important;
    color: white !important;
}

.free-label {
    position: absolute;
    top: 0;
    left: 0;
    background: var(--orange);
    color: var(--white);
    padding: 2px 8px 2px 8px;
    border-radius: 8px 4px 4px 0px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
}

.paid-label {
    position: absolute;
    top: 0;
    left: 0;
    background: var(--pink);
    color: var(--white);
    padding: 2px 8px 2px 8px;
    border-radius: 8px 4px 4px 0px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
}

.exp-card .authorname {
    color: var(--orange) !important;
    text-decoration: underline !important;
    font-size: var(--h6);
    overflow-wrap: anywhere;
}


.exp-card .category {
    color: var(--blue-var1) !important;
    text-decoration: underline !important;
    font-size: var(--h6);
    font-weight: 400;
}

.exp-card .dropdown-menu {
    border: 1px solid rgb(102, 71, 143);
    background-color: rgb(49, 34, 68);
    margin-top: 1rem !important;
}

.exp-card .dropdown-item {
    color: #fff;
}

.exp-card .dropdown-item:hover {
    background: transparent;
    color: var(--blue-var1);
}

.exp-card .dropdown-item:hover path {
    fill: var(--blue-var1);
}

.completeProfileImage {
    width: 120px;
    height: 120px;
    border: 1px solid rgba(102, 71, 143, 1);
    border-radius: 50%;
}

.completeProfileImage>img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.completeProfileChange {
    width: 100px;
    height: 30px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.1);
    color: var(--white);
    padding: 6px 12px;
    border-radius: 36px;
    overflow: hidden;
}

.completeProfileChange:hover {
    background: rgba(255, 255, 255, 0.15);
    color: var(--white);
}

.completeProfileChange>input {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

input.form-control {
    height: 40px;
    background: rgba(255, 255, 255, 0.10);
    color: var(--white);
    font-weight: 400;
    border: none;
    border-radius: 4px;
    caret-color: var(--white);
}

input.form-control:focus {
    background: rgba(255, 255, 255, 0.10);
    color: var(--white);
    border: 1.5px solid var(--white);
    box-shadow: none !important;
}

input.form-control:disabled {
    cursor: not-allowed;
    background: rgba(255, 255, 255, 0.10);
    color: rgba(255, 255, 255, 0.6);
    opacity: 0.8;
}

.author-details {
    min-width: 280px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
    position: relative;
    padding: 46px 20px 8px 20px;
    border-radius: 8px;
    overflow: hidden;
}

.main-heading-2 {
    margin-top: 16px;
}

.owl-item>.author-details {
    width: max-content !important;
}

.custom-tooltip {
    white-space: nowrap;
    width: max-content;
    --bs-tooltip-bg: rgb(0, 0, 0);
    color: rgba(255, 255, 255, 1);
}

.custom-tooltip .tooltip-inner {
    white-space: nowrap;
    max-width: 500px;
}

.custom-tooltip1 {
    width: max-content;
    --bs-tooltip-bg: rgb(0, 0, 0);
    color: rgba(255, 255, 255, 1);
}

.custom-tooltip1 .tooltip-inner {
    margin-left: 50px;
    color: white;
}

.custom-list-group {
    list-style: none;
    border-radius: 3px;
    padding: 8px 12px;
    transition: all .5s linear;
    max-height: calc(100vh - 450px);
    min-height: 60px;
    overflow-y: auto;
    background: var(--white);
}

.custom-list-group li {
    cursor: pointer;
    padding: 12px 8px;
    color: #6d7b98;
}
.subscriber-button.disabled{
    background: rgba(255, 255, 255, 0.822);
    height: 32px;
    color: red;
    pointer-events: none;
    opacity: 1;
}
.gradient-Txt1 {
    background: linear-gradient(90deg, #F07C41 0.59%, #6D17EF 100.59%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.countdown-timer {
    font-size: var(--h2);
    font-weight: 400;
    line-height: 35.4px;
}

.countdown-timer span {
    background-color: white;
    color: rgba(105, 20, 244, 1);
    border-radius: 59.41px;
    /* padding: 13.71px 10.24px 14.7px 10.57px; */
    width: 38.84px;
    height: 63.4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Orbitron", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;

}
#stayTunedModal .modal-img-1 {
    top: 63px;
    left: 0px;
    z-index: 1;
}

#stayTunedModal .modal-img-2 {
    top: 51px;
    right: 0px;
    z-index: 1;
}

#stayTunedModal .modal-img-3 {
    top: 100px;
    right: 183px;
    z-index: 1;
}
@media screen and (max-width:1439px) {
    .owl-carousel2 .owl-stage-outer .owl-stage .owl-item:first-child {
        min-width: max-content;
    }

    .owl-carousel4 .owl-stage-outer .owl-stage .owl-item:first-child {
        min-width: max-content;
    }

    .author-details {
        margin-right: -10px;
    }
}

@media screen and (min-width: 1440px) {
    .owl-carousel2 .owl-stage-outer .owl-stage .owl-item {
        width: fit-content !important;
    }

    .owl-carousel4 .owl-stage-outer .owl-stage .owl-item {
        width: fit-content !important;
    }

    .author-details {
        margin-right: 5px;
    }
}

@media screen and (min-width:1600px) {
    .author-details+.owl-item {
        min-width: auto !important;
        margin-right: 34px !important;

    }
}

@media screen and (max-width: 767px) {
    .exp-card {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .expcategory {
        margin-left: auto;
        margin-right: auto;
    }

    .main-heading-2 {
        margin-top: 8px;
    }

}

@media screen and (max-width : 768px) {
    .exp-card .card-body {
        gap: 0.25rem;
    }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    .exp-card .card-body {
        gap: 0.35rem;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1700px) {
    .exp-card .card-body {
        gap: 0.25rem;
    }
}

@media screen and (min-width: 1701px) {
    .exp-card .card-body {
        gap: 0rem;
    }
}
@media screen and (max-width:600px) {
    #stayTunedModal .modal-img-1 {
        top: 83px;
        left: 0px;
        z-index: 1;
    }
    
    #stayTunedModal .modal-img-2 {
        top: 71px;
        right: 0px;
        z-index: 1;
    }
    
    #stayTunedModal .modal-img-3 {
        top: 120px;
        right: 40%;
        z-index: 1;
    }
}
@media screen and (max-width: 500px) {
    .countdown-timer-container {
        transform: scale(0.6);
        padding-top: 60px;
    }
}