.bg-detail {
    background-image: url("../images/bg-detail.png");
    background-repeat: no-repeat;
    background-size: cover;
    max-height: max-content;
}

.r1-detail {
    position: absolute;
    width: 255px;
    height: 255px;
    right: 0;
    top: 23px;

    background: #2b27eb;
    filter: blur(258px);
}

.r2-detail {
    position: absolute;
    width: 255px;
    height: 255px;
    left: -9px;
    top: 1899px;

    background: #2b27eb;
    filter: blur(258px);
}

.r3-detail {
    position: absolute;
    width: 255px;
    height: 255px;
    left: 10%;

    background: #2b27eb;
    filter: blur(258px);
}

.r4-detail {
    position: absolute;
    width: 255px;
    height: 255px;
    left: 1185px;
    top: 3944px;

    background: #b227eb;
    filter: blur(251px);
}

.r5-detail {
    position: absolute;
    width: 255px;
    height: 255px;
    left: 1040px;
    top: 2485px;

    background: #b227eb;
    filter: blur(251px);
}

.r-img-detail {
    position: absolute;
    left: 0;
    z-index: 0;
}

.text-detail-teknews-1 {
    font-family: "Poppins Bold";
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    text-align: center;
    font: 600 80px;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px #6f6f6f;
    padding-top: 1rem;
}

.text-detail-teknews-2 {
    font-family: "Poppins Bold";
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 45px;
    text-align: center;
    margin-top: -2rem;
    color: #fff;
}

.title-detail {
    max-width: 1014px;
    font-family: "Poppins Regular";
    font-style: normal;
    font-weight: 600;
    font-size: 46px;
    line-height: 69px;
    text-align: center;
    color: #ffffff;
    align-self: center;
    white-space: normal;
    /* margin-left: 9rem; */
}

.card-tek-detail {
    background: rgba(255, 255, 255, 0.05);
    border: 3px solid #f5cd11;
    border-radius: 33px;
    text-align: center;
    /* width: 80rem; */
    padding: 1rem;
    /* margin-top: 5rem; */
}

.desc-detail {
    font-family: "Poppins Regular";
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;

    color: #ffffff;
    padding-right: 2.5rem;
}

.card-source {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
}

.text-source {
    font-family: "Poppins Regular";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
}

.text-link {
    color: #9b51e0;
}

.card-share {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    width: 4rem;
    text-align: center;
    margin-top: 5rem;
}

.text-share {
    font-family: "Poppins Regular";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #9e9e9e;
    margin-top: 1rem;
    margin-right: -1rem;
    margin-left: -1.1rem;
    transform: rotate(90deg);
}

@media (max-width: 992px) {
    .title-detail {
        font-size: 36px;
        line-height: 59px;
    }
}

@media (max-width: 768px) {
    .title-detail {
        font-size: 30px;
        line-height: 49px;
    }
}

@media (max-width: 576px) {
    .title-detail {
        font-size: 20px;
        line-height: 39px;
    }
}
