@font-face {
    font-family: 'Turner';
    src: url('../fonts/TOURNER.TTF') format('truetype');
}

@font-face {
    font-family: 'cdv';
    src: url('fonts/ClashDisplay-Variable.ttf');
    font-weight: normal;
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color: #fff;
}

body {
    background: url('../assets/images/layer_2_copy.jpg') no-repeat center center/cover;
    min-height: 95vh;
    display: flex;
    flex-direction: column;
    font-family: "Sour Gummy", Arial, sans-serif;
    position: relative;
    align-items: center;
}

p, .desc .name, .info .profit, .desc .info .level {
    font-family: 'cdv', Courier, monospace;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: -1;
}

.content,
.lower-section {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 3% 5%;
    justify-content: center;
    display: flex;
    align-items: center;
}
 
.logo {
    color: white;
    font-size: 20px;
    /*margin-right: 20px;*/
}

.box {
    background-color: #8928ff;
    width: 60%;
    height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    border-radius: 8px;
    margin-left: 5%;
    margin-right: 1%;
    text-align: left;
    padding: 10px;
}

.box1 {
    background-color: #8928ff;
    width: 70px;
    max-width: 15%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    margin-left: 10px;
}

.lower-section {
    /* margin: 3% 5%; */
}

.lower-section img {
    max-width: 30px;
    margin-right: 10px;
}

h1 {
    color: white;
    font-size: 24px;
}

h2 {
    color: white;
    font-size: 18px;
    margin-bottom: 5px;
}

h4 {
    color: white;
    font-size: 12px;
}

.square-box {
    width: 160px;
    height: 150px;
    background: radial-gradient(circle, #b044ff, #8d2bff);
    border-radius: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin-top: 20px; */
    z-index: 2;
    position: relative;
    box-shadow: 0 0 60px rgba(137, 40, 255, 0.5), 0 0 80px rgba(137, 40, 255, 0.5);
    /* Ø³Ø§ÛŒÙ‡ Ø¨Ø²Ø±Ú¯ØªØ± Ø¨Ø§ Ø¯Ùˆ Ù„Ø§ÛŒÙ‡ */
    /* outline: 5px solid rgba(137, 40, 255, 0.5); */
}


.square-box h2 {
    color: white;
    font-size: 18px;
}

.time-display {
    font-family: "Sour Gummy";
    color: white;
    font-size: 25px;
    width: 85%;
    text-align: center;
    /* margin-top: 20px; */
    letter-spacing: 0.3em;
    z-index: 2;
    letter-spacing: 20px;
}

.lower-info {
    display: flex;
    align-items: center;
    width: 95%;
    padding: 10px 5%;
    z-index: 2;
}

.lower-info .box1 {
    background-color: #8928ff;
    width: 50px;
    height: 50px;
    border-radius: 16px;
    margin-right: 10px;
    color: white;
}

.lower-info .box {
    background-color: #8928ff;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 16px;
    margin: 0 10px;
    width: 50%;
    color: white;
}

.lower-info .mining-speed {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: auto;
}

.lower-info .mining-speed h2,
.lower-info .mining-speed h4 {
    color: white;
    margin: 0;
}

.lower-info .mining-speed h4 {
    font-size: 12px;
}

.dynamic-box {
    width: 90%;
    height: 50px;
    border-radius: 12px;
    background-color: #8928ff;
    position: relative;
    margin-top: 20px;
    overflow: hidden;
    z-index: 2;
}

.fill {
    height: 100%;
    background-color: #7118df;
    width: 0;
    transition: width 0.5s ease;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}


.dynamic-text {
    position: absolute;
    color: white;
    font-size: 24px;
    text-align: center;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    /* Center vertically */
    z-index: 2;
    cursor: pointer;
}

.horizontal-line {
    width: 100%;
    height: 2px;
    background-color: white;
    margin: 40px 0;
    display: none;
}

.glass-box-container {
    background: rgba(61, 51, 51, 0.5);
    border-radius: 10px;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-height: 70%;
    z-index: 2;
    margin-top: auto;
    backdrop-filter: blur(10px);
    position: fixed;
    bottom: 0px;
}

.glass-box {
    background: #8928ff;
    border: none;
    border-radius: 14px;
    width: 55px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
}

.test-text {
    color: white;
    font-size: 14px;
    text-align: center;
    margin-top: 5px;
}
#ton-connect-button button {
    min-width: 160px;
    background:none;
        box-shadow: none;
}

/* tasks */

.title {
    margin: 20px 0 30px 0;
    text-align: center;
    font-family: "Sour Gummy";
    color: black;
}

.daily-check-banner {
    width: 100%;
    background-color: #8928ff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    border-radius: 20px;
}

.daily-check-banner img {
    width: 60%;
}

.daily-check-banner p {
    margin-bottom: 2px;
}

.remaining-tasks {
    text-align: center;
    margin: 30px 0;
    position: relative;
    padding-top: 40px;
    display: flex;
    justify-content: center;
}

.remaining-tasks h2 {
    font-size: 18px;
}

.hex {
    width: calc(100% + 40px);
    margin-bottom: 10px;
    position: absolute;
    top: 0;
}

.tasks {
    display: flex;
    flex-direction: column;
    align-items: center;
    direction: rtl;
}

.task {
    display: flex;
    gap: 20px;
    margin-bottom: 10px;
}

.task__detail {
    display: flex;
    flex-direction: row-reverse;
    background-color: #8928ff;
    border-radius: 20px;
    width: 180px;
    font-family: 'cdv';
}

.task__detail .name {
    height: 100%;
    display: flex;
    align-items: center;
    direction: ltr;
    margin-left: 20px;
}

.task__detail .claim {
    background-color: #5800c3;
    height: 100%;
    width: 80px;
    border-radius: 0 20px 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    clip-path: polygon(50% 0, 100% 0, 100% 100%, 0 100%, 0 50%);
}

.claim p {
    margin-right: 5px;
    margin-top: 8px;
    margin-left: 5px;
    font-weight: 700;
}

.task__point {
    background-color: #8928ff;
    width: 58px;
    height: 58px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    direction: ltr;
    
}

/* ref */

.ref-link-banner {
    height: 50px;
    background-color: #8928ff;
    border-radius: 15px;
    display: flex;
    align-items: center;
    padding-right: 10px;
}

#copy {
    height: 30px;
    margin-left: 10px;
}

.ref-link-banner__text {
    width: 100%;
    text-align: center;
}

.guid {
    text-align: center;
    margin-top: 20px;
}

.invitations {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.invitations .referals {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
    position: relative;
    padding-top: 90px;
    width: 100%;
}

.invitations .referals h2 {
    font-family: "Sour Gummy";

}

.ref-hex {
    position: absolute;
    top: 0;
    width: calc(100% + 40px);
}

.invitation {
    display: flex;
    gap: 20px;
    margin-bottom: 10px;
}

.invitation__detail {
    width: 150px;
    background-color: #8928ff;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.invitation__detail .info {
    direction: ltr;
    display: flex;
    gap: 5px;
    align-items: center;
}

.invitation__detail .info .percent {
    background-color: #5800c3;
    width: 30px;
    height: 15px;
    border-radius: 7px;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.invitation__detail .points {
    font-size: 18px;
    font-weight: 900;
}


.invitation__number {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background-color: #8928ff;
    border-radius: 20px;
    font-family: "Sour Gummy";
    font-weight: bold;

}


/* CARDS */
.card2 {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}


.card2__img img {
    width: 80px;
    border-radius: 20px;
}

.card2__detail {
    background-color: #8928ff;
    width: 80%;
    border-radius: 20px;
    display: flex;
}

.card2__detail .desc {
    width: 80%;
    display: flex;
    flex-direction: column;
}

.card2__detail .buy {
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid white;
    font-size: 18px;
}

.desc .name {
    height: 50%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid white;
    font-weight: 900;
    direction: ltr;
}

.info {
    display: flex;
    height: 50%;
}

.desc .info .level {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35%;
    font-weight: 900;
}

.info .profit {
    height: 100%;
    width: 100%;
    direction: ltr;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.info .profit img {
    width: 20px;
    height: 20px;
}

.el-notification {
    background-color: #121214 !important;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.04);
    border: 1px solid #121214 !important;
}
.el-notification__title {
    color:#fff !important;
}