.dnyaya-alan-section {
    width: 100%;
    position: relative;
    height: 499px;
    /* opacity: 0.6; */   
}


#dnyaya-alan-bg {
    width: 100%;
    position: relative;
    background-image: url(../img/img/DJI_World_33.png);
    /* background: linear-gradient(190.47deg, rgba(2, 2, 18, 0), rgba(2, 2, 18, 0.8)); */
    height: 499px;
    top: 50px;
}

.dnyaya-alan-text {
    top: 100px;
    width: 100%;
    position: relative;
    font-size: 120px;
    letter-spacing: -0.01em;
    line-height: 86px;
    font-weight: 600;
    font-family: var(--font-inter);
    color: transparent;
    text-align: center;
    display: inline-block;
    -webkit-text-stroke: 3px #fff;
}

.dnyaya-alan-text-kapnz {
    top: 100px;
    width: 100%;
    position: relative;
    font-size: 90px;
    letter-spacing: -0.01em;
    line-height: 86px;
    display: flex;
    font-family: var(--font-inter);
    color: #fff;
    text-align: center;
    align-items: center;
    justify-content: center;
    height: 108px;
}

@media screen and (min-width: 900px) and (max-width: 1156px) {
    .dnyaya-alan-text {
        top: 50px;
        width: 100%;
        font-size: 100px;
        letter-spacing: -0.01em;
        line-height: 100px;
    }

    .dnyaya-alan-text-kapnz {
        top: 50px;
    }

}


@media screen and (min-width: 1156px) and (max-width: 1440px) {}



@media (max-width: 800px) {
    .dnyaya-alan-text {
        font-size: 100px;
        text-align: center;
        top: 50px;
    }

    .dnyaya-alan-text-kapnz {
        font-size: 100px;
        top: 50px;
    }
}

/* Tablets (portrait and landscape) */
@media (max-width: 576px) and (max-width: 768px) {
    .dnyaya-alan-text {
        font-size: 50px;
        text-align: center;
        top: 50px;
    }

    .dnyaya-alan-text-kapnz {
        font-size: 50px;
        top: 50px;
    }
}