@font-face {
    font-family: 'CustomFont';
    src: url('alagard.ttf') format('truetype');
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f0f0f0;
}


.checkout-outer{
    position:fixed;
    width:100%;
    height:100%;
    background:rgba(255,255,255,0.9);
    overflow:hidden;
    text-align:center;
    left:0;
    top:0;
    z-index:1000;
    display:none;
}

.popup-title{

    font-size:5em;
}

.membership-type{
    font-size:1.3em;
}

.whitelisttel{
    color:#24A1DE;
}


.checkout-inner{
    margin:auto;
    padding:1em;
    background:white;
    border-radius:0.2em;
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    margin-top:2em;
    width:35em;
    max-width:calc(100% - 2em);
    position:relative;
}


.checkout-x{
    font-size:1.5em;
    position:absolute;
    top:0.2em;
    right:0.5em;
    opacity:0.5;
}



.checkout-x{
    cursor:pointer;
}

.image-carousel-wrapper{
    margin:auto;
    max-width:100%;
    width:50em;
}


.topbar {
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    height: 4em;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 1em;
}

.coinimg{
    height:1em;
    vertical-align:middle;
}

.midslide{
    margin:auto;
    max-width:calc(100% - 2em);
    border-radius:0.3em;
    box-shadow:0 0 15px rgba(0,0,0,0.4);
}

.midslide2{
    margin:auto;
    max-width:calc(100% - 3em);

}
.logo {
    height: 1em;
    vertical-align: middle;
    display:inline-block;
    margin-top:-0.2em;
}

.image-carousel {
    position: relative;


}

.carousel-container img {
    width: 100%;
    height: auto;
}

.title-intro {
    text-align: center;
    padding: 1em;
    background-color: #fff;
    border-radius: 10px;
    margin: 0.5em;
    margin-top:0;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

h1 {
    font-family: 'CustomFont', Arial, sans-serif;
    color: #ffd32d;
    font-size: 2em;
    margin-bottom: 0.1em;
    display: inline-block;
    text-shadow: 0 2px 0px #9f7e40;
}

.verified-icon {
    width: 0.8em;
    height: 0.8em;
    margin-top:-0.1em;
    margin-left:-0.2em;
    vertical-align: middle;
}

.rating-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
}

.top-charts {
    background-color: #C19A6B;
    color: #fff;
    padding: 0.2em 0.8em;
    border-radius: 0.2em;

    font-size:0.8em;
}

.star-rating {
    color: #C19A6B;
    font-size:0.7em;
    margin-left:0.5em;
}


.review-count {
    color: #777;
    text-decoration: none;
}

.description {
    background-color: #fff;
    padding: 1em;
    border-radius: 10px;
    margin: 0.5em;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

h2 {
    font-weight: normal;
    font-size: 1.1em;
    margin-bottom: 0.5em;
    margin-top:0.5em;
    line-height:1.3em;
}

.membership-options {
    display: flex;
    justify-content: space-between;
    margin: 0.4em 0.4em;
}

.membership-btn {
    flex: 1;
    padding: 1em;
    margin: 0 0.3em;
    border: 2px solid #ddd;
    background-color: #fff;
    cursor: pointer;
    border-radius: 10px;
    text-align: left;
}

.greytext{
    color: #999!important;
    font-weight:bold;
}

.membership-btn:hover{
    background:rgba(250,128,114,0.1);
}

.membership-btn.active {
    border-color: #FA8072;
}

.membership-btn .price {
    margin-top: 0.5em;
}

.original-price {
    text-decoration: line-through;
    color: #999;
    margin-right: 0.2em;
}

.original-price-one{
    color: #999;
    margin-right: 0.5em;  
    margin-top: 0.5em;    
}

.original-price-two{
    color: #999;
    margin-right: 0.5em;  
    font-size: 0.9em;
    margin-top: 0.5em;    
}

.discounted-price {
    color: #FA8072;

}

.discount-label {
    display: block;
    color: #FA8072;
    font-style: italic;
    font-size: 0.9em;
    margin-top: 0.5em;
}

.reviews-txt{
    line-height:1.2em;
    font-size:0.8em;
    margin-top:0.5em;
}

#whitefadein{
    position:fixed;
    width:100%;
    height:100%;
    top:0;
    left:0;
    z-index:1000;
    background:white;
}
.discount-notice {
    color: #FA8072;
    margin: 1em 0;
    line-height:1.3em;
    font-size:0.8em;
}

.limited-spots{
    color: #999;
    font-style:italic;
    font-size:0.8em;
}

.description-text {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    padding-bottom:2em;
    text-align:left;

}

.description-text p {
    overflow: hidden;
    max-height: 4.8em; /* Adjust based on line-height */
    transition: max-height 0.3s ease;
    line-height:1.7em;
}

.description-text p.expanded {
    max-height: none;
}

.purchase-list{
    position:relative;
}

.description-text p strong{
    font-size:1.1em;
}

/*.description-text::after {
    content: '';
    position: absolute;
    z-index:5;
    top: 0;
    left: 0;
    width: 100%;
    height:100%;
    background: linear-gradient(rgba(255,255,255,0), #fff);
    pointer-events: none;
}*/

.whiteoverlay{
    position: absolute;
    z-index:5;
    top: 0;
    left: 0;
    width: 100%;
    height:100%;
    background: linear-gradient(rgba(255,255,255,0), #fff);
    pointer-events: none;
}

.reviewtextarea{
    width:30em;
    max-width:calc(100% - 2em);
    height:10em;
}

.submit-review{
    color: #8665ff;
    font-weight:bold;
    cursor:pointer;
}
.show-more-btn, .show-less-btn {
    background: none;
    border: none;
    color: #8665ff;
    cursor: pointer;
    margin-top: 10px;
    font-weight: bold;
    position:absolute;
    width:100%;
    left:0;
    z-index:6;
}

.show-more-btn i, .show-less-btn i {
    margin-right: 5px;
}

.includes {
    background-color: #fff;
    padding: 1em;
    border-radius: 10px;
    margin: 0.5em;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.messages{
    background-color: #fff;
    padding: 1em;
    border-radius: 10px;
    margin: 0.5em;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.messages h3{
    margin-bottom: 0.5em;
}

.messages img{
    max-width:100%;
}

.includes h3 {
    margin-bottom: 0.5em;

}

.include-items {
    display: flex;
    justify-content: space-around;
}

.include-text{
    line-height:1.1em;
}

.include-text h4{
    color:rgb(105,105,105);
}
.include-text p{
    color:rgb(150,150,150);
    font-size:0.8em;
}


.include-item {
    display: flex;
    align-items: center;
}

.customer-qa h2{
    font-weight:bold;
}

#reviews h2{
    font-weight:bold;
}

.include-item i {
    font-size: 2em;
    margin-right: 0.4em;
    color: #47b1db;
}

.recent-purchases {
    background-color: #fff;
    padding: 1em;
    border-radius: 10px;
    margin: 0.5em;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.live-indicator {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #8665ff;
    border-radius: 50%;
    margin-right: 0.3em;
    margin-left:0.5em;
    animation: pulse 2s infinite;
}

.live-text {
    color: #8665ff;
    font-size: 0.8em;
    font-weight: bold;
}

@keyframes pulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(138, 43, 226, 0.7);
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(138, 43, 226, 0);
    }
    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(138, 43, 226, 0);
    }
}

.purchase-item {
    display: flex;
    align-items: center;
    margin: 1em 0;
    padding: 1em;
    background-color: #f9f9f9;
    border-radius: 5px;
    font-size:0.8em;
}

.purchase-logo {
    width: 3em;
    height: 3em;
    margin-right: 1em;
    border-radius: 50%;
    background-color: #000;
}

.purchase-info {
    flex: 1;
    position:relative;
}

.purchase-info p{
    line-height:1.2em;
}

.purchase-time {
    color: #777;
    font-size: 0.9em;
    float: right;
    right:0;
    bottom:0.1em;
    position:absolute;
}

.purchase-amount {
    display: block;
    margin-top: 0.5em;
    color:rgb(105,105,105);
}

.features {
    background-color: #fff;
    padding: 1em;
    border-radius: 10px;
    margin: 0.5em;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.feature-item {
    display: flex;
    align-items: center;
    margin: 1em 0;
}

.feature-item img {
    width: 3em;
    height: 3em;
    margin-right: 1em;
}

.customer-qa, .customer-reviews {
    background-color: #fff;
    padding: 1em;
    border-radius: 10px;
    margin: 0.5em;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.qa-time{
    color:rgb(150,150,150);
}

.qa-item{
    margin-bottom:0.5em;
}

.qa-item p{
    line-height:1.4em;
}
.qa-buttons {
    display: flex;
    justify-content: flex-start;
    margin-top: 1em;
}

.see-all-qa, .ask-question {
    padding: 0.5em 1em;
    margin-right: 1em;
    border: 1px solid #ddd;
    background-color: #fff;
    cursor: pointer;
    border-radius: 0.2em;
}

.see-all-qa {
    color: #8665ff;
}

.ask-question {
    color: #000;
}

.review-summary {
    margin-bottom: 1em;
}

.overall-rating {
    font-size: 1.2em;
    margin-bottom: 0.5em;
}

.rating-breakdown {
    margin-top: 1em;
}

.rating-bar {
    display: flex;
    align-items: center;
    margin: 0.2em 0;
}

.rating-bar .stars {
    width: 3em;
}

.bar-container {
    flex: 1;
    height: 10px;
    background-color: #f0f0f0;
    margin: 0 0.5em;
}

.bar {
    height: 100%;
    background-color: #C19A6B;
}

.percentage {
    width: 3em;
    text-align: right;
}

.review-item {
    display: flex;
    margin: 1em 0;
    padding: 1em;
    background-color: #f9f9f9;
    border-radius: 5px;
    position:relative;
}

.review-avatar {
    width: 3em;
    height: 3em;
    border-radius: 50%;
    margin-right: 1em;
}

.review-content {
    flex: 1;
}

.review-content p{
    line-height:1.3em;
}

.review-content h4{
    line-height:1em;
}

.review-stars {
    color: #C19A6B;
}

.smallreview{
    height:2em;
    vertical-align:middle;

}

.review-time {
    float: right;
    color: #777;
    font-size: 0.9em;
    position:absolute;
    right:1em;
    top:1em;
}

.review-item2 {
    display: flex;
    margin: 1em 0;
    padding: 1em;
    background-color: #f9f9f9;
    border-radius: 5px;
    position:relative;
}


.review-time2 {
    float: right;
    color: #777;
    font-size: 0.9em;
    position:absolute;
    right:1em;
    bottom:0.1em;
}

.review-stars2 {
    color: #C19A6B;
}

.review-left{
    display:inline-block;
    width:10em;
}

.review-right{
    display:inline-block;
    width:calc(100% - 11em);
}

.review-right p{
    padding-bottom:0.2em;
    line-height:1.2em;
}


.review-right{
    padding-left: 0.5em;
}

.seller-info h3{
    color:#c39b5c;
}

.about-seller h2{
    font-weight:bold;
}

.review-verified {
    display: inline-block;
    background-color: #e5deff;
    color: #8665ff;
    border:1px solid #8665ff;
    padding: 0.5em 0.8em;
    border-radius: 0.2em;
    font-size: 0.7em;
    margin-top: 0.8em;
}

.review-left .review-verified{
    margin-top: 0.0em;
    font-size:0.6em;
    padding: 0.3em 0.5em;
}
.see-all-reviews {
    display: block;
    margin: 1em auto;
    padding: 0.5em 1em;
    border: 1px solid #ddd;
    background-color: #fff;
    color: #8665ff;
    cursor: pointer;
    border-radius: 0.2em;
}

.about-seller {
    background-color: #fff;
    padding: 1em;
    border-radius: 10px;
    margin: 1em;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.seller-logo {
    width: 3em;
    height: 3em;
    vertical-align: middle;
}

.seller-info h3 {
    display: inline-block;
    font-family: 'CustomFont', Arial, sans-serif;
    vertical-align: middle;
}

.seller-stats {
    margin: 1em 0;
}

.seller-stats span {
    margin-right: 1em;
}

.seller-social a {
    display: inline-block;
    margin-right: 1em;
    color: #8665ff;
    text-decoration: none;
    font-weight: bold;
}

.get-access-widget {
    margin:auto;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    box-shadow: 0 -2px 4px rgba(0,0,0,0.1);
    padding: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index:500;
    text-align:center;
    max-width:60em;
}

.price-display{
    margin-bottom:0.6em;
    font-size:1.2em;
}




.current-price {
    color: #FA8072;
    animation: glow 1s ease-in-out infinite alternate;
}

@keyframes glow {
    from {
        color: #FA8072;
        text-shadow: 0 0 4px rgba(250,187,180,0), 0 0 8px rgba(250,187,180,0);
    }
    to {
        color: #FA8072;
        text-shadow: 0 0 4px rgba(250,187,180,1), 0 0 8px rgba(250,187,180,0.5);
    }
}

.reviewreply{
    color:#ab9339;
    font-style:italic;
    line-height:1.2em;
    background: #ab933914;
    margin-bottom: 0.5em;
}

.submitreview{
     padding: 1em 2em;
    margin: auto;
    background-color: #FA8072;
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 10px;
    font-weight: bold;
    font-size: 1.2em;
    width: 30em;
    max-width: calc(100% - 1em);
    position: relative;
    overflow: hidden;
}


.get-access-btn {
    padding: 1em 2em;
    margin: auto;
    background-color: #FA8072;
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 10px;
    font-weight: bold;
    font-size: 1.2em;
    width: 30em;
    max-width: calc(100% - 1em);
    position: relative;
    overflow: hidden;
    animation: pulse2 2s infinite;
}

@keyframes pulse2 {
    0% {
        box-shadow: 0 0 0 0 rgba(250, 128, 114, 0.7);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(250, 128, 114, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(250, 128, 114, 0);
    }
}

.get-access-btn::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -100%;
    width: 50%;
    height: 200%;
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.3) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    transform: rotate(25deg);
    animation: shine 3s infinite;
}

@keyframes shine {
    0% {
        left: -100%;
    }
    100% {
        left: 200%;
    }
}





.superglow {

    animation: pulse3 2s infinite;
}

@keyframes pulse3 {
    0% {
        box-shadow: 0 0 0 0 rgba(250, 128, 114, 0.7);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(250, 128, 114, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(250, 128, 114, 0);
    }
}

.superglow::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -100%;
    width: 50%;
    height: 200%;
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.3) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    transform: rotate(25deg);
    animation: shine2 3s infinite;
}

@keyframes shine2 {
    0% {
        left: -100%;
    }
    100% {
        left: 200%;
    }
}











.whitelist-me {
    padding: 1em 2em;
    margin:auto;
    background-color: #FA8072;
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 10px;
    font-weight: bold;
    font-size: 1.2em;
    width:30em;
    max-width:calc(100% - 1em);
    margin-top:1em;

}

.disabled-btn{
    pointer-events:none;
    opacity:0.3;
}

.get-access-btn:hover, .whitelist-me:hover{
    background:#ff9a8f;
}

#username-input{
    display:inline-block;
    margin:auto;
    margin-top:1em;
    margin-bottom:1em;
    font-size:1.2em;
    padding:0.2em;
    width:20em;
    max-width:calc(100% - 2em);
}




.widget-content{
    position:relative;
    width:100%;
}
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
}

.modal-content {
    background-color: #fefefe;
    margin: 2em auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 600px;
    border-radius: 10px;
    position:relative;
}

.close {
    color: #aaa;
    float: right;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
    position:absolute;
    right:0.5em;
    top:0;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

/* Slick carousel customization */
.slick-prev,
.slick-next {
    z-index: 1;
}

.slick-prev {
    left: 10px;
}

.slick-next {
    right: 10px;
}

.slick-dots {
    bottom: 10px;
}

.slick-dots li button:before {
    font-size: 12px;
    color: white;
}


.features h2{
    font-weight:bold;
}

.feature-text h3{
    line-height:1.1em;
    color:rgb(90,90,90);
}

.feature-text p{
    line-height:1.2em;
    color:rgb(125,125,125);
    font-size:0.8em;
}

section{
    margin:0!important;
    margin:auto!important;
    width:50em;
    max-width:calc(100% - 1em);
    margin-bottom:1em !important;
}

.carousel-container{
    box-shadow:0 0 6px rgba(0,0,0,0.3);
}


.modal-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    position:relative;
}

.prev-page, .next-page {
    background-color: #8665ff;
    color: white;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    border-radius: 5px;
    position:absolute;
}

.prev-page{
    left:0;
}

.next-page {
    right:0;
}



.prev-page:hover, .next-page:hover {
    background-color: #7042ff;
}

.no-more-reviews {
    color: #999;
}

.page-info {
    color: #666;
    width:100%;
    text-align:center;
}

.review-left{
        line-height: 1.1em;
}

/* Styles for mobile devices */
@media only screen and (max-width: 600px) {

    .modal-body{
        font-size:0.7em;
    }

    .review-right{
        width:auto;
        margin-top:0.2em;
        padding:0;
    }

    .review-item2{
        display:block;
    }
}

