@media only screen and (min-width: 1025px) {
    .blocked{display: none;}
    #section2 {
        margin: 0%;
        position: relative;
        
        background-color: #0e1014;
    }

    #section2-div1 {
        position: relative;
        width: 100%;
        height: 25vh;
        overflow: hidden;
        z-index: 1;
        padding: 30px 0 40px 0;
        display: flex;
        align-items: center;
    }

    #section2-div1 marquee {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
    }

    #section2-div1 marquee h1 {
        line-height: 1.3;
        white-space: nowrap;
        padding: 0;
        font-weight: bolder;
        color: white;
        font-size: 200px;
        margin: 0;
        font-family: 'Trebuchet MS', Arial, sans-serif;
        display: inline-block;
    }

    #section2-div1 marquee h1 span {
        color: inherit !important;
        text-shadow: inherit !important;
    }

    /* Arapça marquee için özel ayarlar */
    [dir="rtl"] #section2-div1 marquee {
        direction: rtl;
    }

    [dir="rtl"] #section2-div1 marquee h1 {
        direction: rtl;
        text-align: right;
        unicode-bidi: bidi-override;
    }

    #section2-div2 {
        width: 100vw;
        margin-top: 5%;
        
    }

    #section2-div2-ourservices {
        max-width: 100%;
    }

    #section2-div2-ourservices h1 {
        width: 30vw;
        margin: auto;
        text-align: center;

        font-size: 57px;
        color: #00AAFF;
        font-family: 'Trebuchet MS', Arial, sans-serif;
    }

    #section2-div2-ourservices h1 span {
        text-align: center;
        font-family: 'Montserrat', sans-serif;
        font-weight: 800;
    }

    #section2-div2-services {
        display: flex;
        justify-content: center;
        gap: 30px;
        margin-top: 20px;
    }

    .section2-div2-services-div {
        min-width: 20vw;
        max-width: 20vw;
        border-radius: 8px;
        display: flex;
        justify-content: center;
        text-align: center;
    }

    .section2-div2-services-div a {
        color: #fff;
        text-decoration: none;
    }


    .section2-div2-services-div-img-WebDesign {
        width: 120px;
        height: 120px;
        background-image: url(../images/WebDesignICOWhite.png);
        background-size: cover;
        margin: 30px auto auto auto;
        transition: 0.3s;
    }

    #WebDesign:hover .section2-div2-services-div-img-WebDesign {
        background-image: url(../images/WebDesignICORed.png);
    }


    #CryptoConsulting:hover .section2-div2-services-div-img-CryptoConsulting {
        background-image: url(../images/CryptoConsultingICORed.png);
    }

    .section2-div2-services-div-img-CryptoConsulting {
        width: 120px;
        height: 120px;
        background-image: url(../images/CryptoConsultingICOWhite.png);
        background-size: cover;
        margin: 30px auto auto auto;
        transition: 0.3s;
    }

    .section2-div2-services-div-img img {
        width: 120px;
        height: 120px;
    }

    .section2-div2-services-div h2 {
        font-size: 26px;
        color: #fff;
    }

    .section2-div2-services-div h4 {
        font-size: 18px;
        color: #e0e0e0;
        font-weight: 500;
    }

    .section2-div2-services-div p {
        font-size: 16px;
        line-height: 1.8;
        color: #bbb;
        margin-top: 12px;
    }

    .section3 {
        width: 100vw;
        min-height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        padding-top: 5%;
        padding-bottom: 5%;
        background-color: #0e1014;
        /* margin yerine padding */
    }

    .section3-div1 {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 40px;
    }

    .section3-div1 h1 {
        color: white;
        font-size: 60px;
        text-align: center;
        font-weight: 800;
    }

    .section3-div1 h1 span {
        font-family: 'Montserrat', sans-serif;
        font-weight: 800;
    }

    .section3-div2 {
        width: 100%;
        min-height: auto;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        gap: 40px;
        flex-wrap: wrap;
        padding: 0 20px;
    }

    .section3-div2-news {
        width: 30%;
        min-height: 400px;
        max-height: none;
        background-color: rgba(56, 56, 56, 0.334);
        text-decoration: none;
        transition: 0.3s;
        border-radius: 12px;
        backdrop-filter: blur(10px);
        border: 1px solid rgba(255, 255, 255, 0.1);
    }

    .section3-div2-news:hover {
        transform: translateY(-20px);
    }

    .section3-div2-news-p {
        color: white;
        margin: 50px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 10;
        /* 3 satırda kes */
        -webkit-box-orient: vertical;
    }

    .section3-div2-news-p p {
        font-size: 25px;
        font-family: monospace;
        word-wrap: break-word;
        overflow-wrap: break-word;
        hyphens: auto;
    }

    .section3-div2-news-d {
        width: 100%;
        height: 20%;
        display: flex;
        align-items: center;
    }

    /*
.section3-div2-news-d-img{
    width: 25%;
    height: 100%;
    margin: auto auto 5% 15%;
    border-radius: 100%;
    overflow: hidden;
    box-shadow: 0px 0px 10px white;
}
.section3-div2-news-d-img img{
    width: 100%;
    height: 100%;
}
    */
    .section3-div2-news-d-p {
        display: flex;
        align-items: center;
        width: 55%;
        height: 100%;
        margin-left: 10%;
        font-weight: bolder;
        text-shadow: 0px 0px 10px red;
    }

    .section3-div2-news-d-p p {
        color: white;
        font-size: 25px;
        font-weight: bolder;
        font-family: 'Montserrat', sans-serif;
        word-wrap: break-word;
        overflow-wrap: break-word;
        hyphens: auto;
    }

}
