.intro{
    height: 100%+50px;
    padding-bottom: 100px;
}

.title{
    margin-top: 64px;
    height: 300px;
    color: white;
   background: radial-gradient(circle, rgba(26,26,26,0.9371207955838585) 0%, rgba(26,26,26,1) 30%);
    /*background: radial-gradient(circle,#3c3c3c 0%,#242424 45%, #1a1a1a 100%);*/

    font-size: 30px;
    text-align: center; 
}

.title2{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 64px;
    height: 150px;
    color: white;
    background: radial-gradient(circle, rgba(26,26,26,0.9371207955838585) 0%, rgba(26,26,26,1) 30%);
    /*background: radial-gradient(circle,#3c3c3c 0%,#242424 45%, #1a1a1a 100%);*/

    font-size: 30px;
    text-align: center;
}
.title2 h1{
    position: relative;
padding-bottom: 10px;
}


.title h1{
    position: relative;
    bottom: -50px;
}

.intro p{
    margin: 0;
    width: 700px;
    font-size: 22px;
    font-weight: 400;
    padding: 15px;
    color: black;
    
}

#ekip{
    width: 500px; /* Adjust the width as needed */
    height: auto;
    position: absolute;
    left: 50%;
    top: 460px;
    transform: translate(-50%, -50%);
    border-radius: 10px;
}

.paragraphss{       
padding-top: 380px;
    height: auto;
    margin: auto; /* Center horizontally */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;
    text-align: left; /* Center the text content */
}

@media only screen and (max-width: 1400px) {
    .title,.title2{
        margin-top: 51.2px;
    }
}

@media only screen and (max-width: 1200px) {
    .title,.title2{
        margin-top: 56px;
    }
}

@media only screen and (max-width: 1000px){
    .title,.title2{
        font-size: 24px;
    }
    .intro p{
        font-size: 18px;
        width: 70%;
        text-align: left;
    }
    .title,.title2 h1{
        bottom: -70px;
    }
}


@media only screen and (max-width: 700px){
    #ekip{
        width: 70%;
        top:390px;
    }
    .title,.title2{
        font-size: 18px;
    }
    .paragraphss{
        padding-top: 250px;
    }
    .intro p{
        font-size: 14px;
    }
        .intro{
            padding-bottom: 50px;
    }
}

@media only screen and (max-width: 500px){
    .title,.title2{
        height: 250px;
        padding-left: 25px;
        padding-right: 25px;
    }
    .title,.title2 h1{
        bottom: -50px;
    }
    #ekip{
        top:340px;
    }
        .paragraphss{
        padding-top: 170px;
    }
}

@media only screen and (max-width: 375px){
        .title{
        font-size: 16px;
    }
        .intro p{
        font-size: 12px;
    }

}