/* .tn-container {
    margin-left: 76px;
    margin-right: 76px;
} */

.rounded {
    position: absolute;
    filter: blur(258px);
}

.r-1 {
    width: 255px;
    height: 255px;
    right: 0;
    top: 23px;

    background: #2b27eb;
}

.r-2 {
    width: 255px;
    height: 255px;
    left: 89px;
    top: 1017px;

    background: #2b27eb;
}

.r-3 {
    width: 255px;
    height: 255px;
    right: 20%;
    top: 721px;

    background: #b227eb;
}

.r-4 {
    width: 255px;
    height: 255px;
    right: 30px;
    top: 1284px;
    z-index: -1;
    background: #b227eb;
}

.line-top {
    margin-top: 150px;
    width: 100%;
    height: 1px;
    background-color: #c0f552;
}

.text-head-teknews-0 {
    position: absolute;
    font-family: "Poppins Bold";
    font-style: normal;
    font-weight: 700;
    font-size: 245px;
    text-align: center;
    filter: blur(12px);
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 12px rgba(78, 40, 112);
    padding-top: 1rem;
    z-index: -1;
    letter-spacing: 0.085em;
}

.text-head-teknews-1 {
    font-family: "Poppins Bold";
    font-style: normal;
    font-weight: 700;
    font-size: 245px;
    /* identical to box height */

    text-align: center;
    letter-spacing: 0.085em;

    font: 600 80px;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px #c2c2c2;
    padding-top: 1rem;
}

.text-head-teknews-2 {
    font-family: "Poppins Bold";
    font-style: normal;
    font-weight: 700;
    font-size: 245px;
    line-height: 69px;
    /* identical to box height */

    text-align: center;
    margin-top: -10rem;
    letter-spacing: 0.085em;

    color: #f5cd11;
    margin-bottom: 10rem;
}

.btn-end {
    margin-left: auto;
    display: flex;
    justify-content: flex-end;
}

.card-tek-1 {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 33px;
    padding: 1rem;
    border: 1px solid #ffffff;
}

.card-tek-2 {
    background: #2a1733;
    border-radius: 19px;
    border: 1px solid #ffffff;
    padding: 1rem;
}

.title-card-tek-1 {
    font-family: "Poppins Regular";
    font-style: normal;
    font-weight: 600;
    font-size: 38px;
    line-height: 57px;
    letter-spacing: 0.0025em;

    color: #ffffff;
}

.btn-margin {
    margin-top: 5rem;
}

.icon-btn {
    border-radius: 100%;
    background: none;
    border: 2px solid #ffffff;
}

.icon-btn:hover {
    background: linear-gradient(109.66deg, #9053fa 0%, #0b1347 98.27%);
    border: 2px solid #ffffff;
}

.rounded-3 {
    border-radius: 1rem !important;
}

.img-fix {
    width: 100%;
    /* max-height: 400px; */
}

.img-all {
    width: 100%;
    height: 230px;
    object-fit: cover;
}

.text-ellipsis-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-ellipsis-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-ellipsis-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (min-width: 1400px) {
    .img-fix {
        max-height: auto !important;
    }
}
@media (max-width: 1400px) {
    .text-head-teknews-0 {
        font-size: 220px;
    }
    .text-head-teknews-1 {
        font-size: 220px;
    }
    .text-head-teknews-2 {
        font-size: 220px;
        margin-top: -9rem;
    }
}
@media (max-width: 1200px) {
    .text-head-teknews-0 {
        font-size: 185px;
    }
    .text-head-teknews-1 {
        font-size: 185px;
    }
    .text-head-teknews-2 {
        font-size: 185px;
        margin-top: -8rem;
        margin-bottom: 8rem;
    }
}
@media (max-width: 992px) {
    .text-head-teknews-0 {
        font-size: 140px;
    }
    .text-head-teknews-1 {
        font-size: 140px;
    }
    .text-head-teknews-2 {
        font-size: 140px;
        margin-top: -6.7rem;
        margin-bottom: 6rem;
    }
    .text-ellipsis-3 {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}
@media (max-width: 768px) {
    .text-head-teknews-0 {
        font-size: 110px;
    }
    .text-head-teknews-1 {
        font-size: 110px;
    }
    .text-head-teknews-2 {
        font-size: 110px;
        margin-top: -6rem;
        margin-bottom: 4rem;
    }
    .mt-765{
        margin-top: 8px;
    }
}
@media (max-width: 576px) {
    .text-head-teknews-0 {
        font-size: 60px;
    }
    .text-head-teknews-1 {
        font-size: 60px;
    }
    .text-head-teknews-2 {
        font-size: 60px;
        margin-top: -4.5rem;
        margin-bottom: 2rem;
    }
}
