@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@300;400;700&family=Roboto:wght@300;400;700&display=swap');


body {
    background-color: #121212; 
    font-family: 'Roboto', sans-serif;
    color: #FFFFFF; 
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}


.banner, .ana_sayfa {
    max-width: 1000px;
    width: 90%;
    margin: 20px auto;
    padding: 0;
    border: none;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.8); 
    border-radius: 10px; 
    background-color: #1E1E1E; 
}


.banner {
    background-color: #1A1A1A; 
    padding: 15px 0; 
    text-align: center;
    border-radius: 10px 10px 0 0; 
    border-bottom: 2px solid #FF8C00; 
    box-shadow: 0 0 5px rgba(255, 140, 0, 0.1);
}

.menu a {
    font-family: 'Kanit', sans-serif;
    font-size: 18px;
    padding: 10px 25px; 
    text-decoration: none;
    color: #B0B0B0; 
    transition: all 0.3s ease;
    display: inline-block;
    font-weight: 400;
    letter-spacing: 1px; 
    text-transform: uppercase;
}

.menu a:hover {
    color: #FFFFFF; 
    background-color: transparent; 
    border-bottom: 3px solid #FF8C00; 
    text-shadow: 0 0 4px #FF8C00;
    transform: translateY(-2px); 
}


h1 {
    font-family: 'Kanit', sans-serif;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 20px;
    text-align: left;
}

.yazi h1 {
    border-left: 5px solid #FF8C00; 
    padding-left: 15px;
    color: #FFFFFF;
}

p {
    font-family: 'Roboto', sans-serif;
    text-indent: 0;
    font-size: 15px;
    line-height: 1.7;
    color: #CCCCCC; 
    text-align: justify;
}


.ust_kapsayici {
    display: flex;
    gap: 30px;
    align-items: flex-start;
    margin-bottom: 40px;
    flex-wrap: wrap;
    border-bottom: 1px dashed #333333;
    padding-bottom: 20px;
    justify-content: space-between;
}

.sol img {
    border: 3px solid #FF8C00; 
    box-shadow: 0 0 5px rgba(255, 140, 0, 0.4);
    border-radius: 4px;
}


.orta {
    margin: 30px 0;
    padding: 10px 0;
}

.orta h1 {
    text-align: center;
    color: #FF8C00;
    text-shadow: 0 0 5px rgba(255, 140, 0, 0.3);
    margin-bottom: 40px;
    font-size: 30px;
}

.alt {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px; 
}


.kutu {
    border: 1px solid #333333;
    background-color: #1A1A1A;
    height: auto;
    width: 280px;
    padding: 20px;
    font-family: 'Roboto', sans-serif;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6); 
    border-radius: 6px;
    margin: 10px;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    box-sizing: border-box;
    
    border-top: 3px solid #444444;
}


.kutu:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.8), 0 0 15px rgba(255, 140, 0, 0.4);
    border-color: #FF8C00;
}


.kutu.ableton_live {
    border-top: 3px solid whitesmoke; 
}

.kutu.ableton_live:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.8), 0 0 20px rgba(253, 255, 248, 0.7); 
    border-color: #fff7f7;
}


.kutu.fl_studio {
    border-top: 3px solid #FF8C00; 
}

.kutu.fl_studio:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.8), 0 0 20px rgba(255, 69, 0, 0.7); 
    border-color: #FF8C00;
}


.kutu.logic_pro {
    border-top: 3px solid #545454; 
}

.kutu.logic_pro:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.8), 0 0 20px rgba(88, 88, 88, 0.7); 
    border-color: #515151;
}
.kutu.cubase{
    border-top: 3px solid #FF4500;
}.kutu.cubase:hover{
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.8), 0 0 20px rgba(240, 32, 32, 0.7); 
    border-color: #f02020;
}
.kutu.prot{
    border-top: 3px solid #A020F0;
}
.kutu.prot:hover{
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.8), 0 0 20px rgba(230, 32, 240, 0.7); 
    border-color: #cd20f0;
}

.kutu img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin: 0 auto 15px auto;
    display: block;
    object-fit: cover;
    
    border: 3px solid #FF8C00;
}
.kutu .img3 {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin: 0 auto 15px auto;
    display: block;
    object-fit: cover;
    
    border: 3px solid rgb(255, 37, 37);
}
.kutu .img2 {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin: 0 auto 15px auto;
    display: block;
    object-fit: cover;
    
    border: 3px solid #fff7f7;
}
.kutu .img4 {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin: 0 auto 15px auto;
    display: block;
    object-fit: cover;
    
    border: 3px solid #A020F0;
}
.kutu .img5 {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin: 0 auto 15px auto;
    display: block;
    object-fit: cover;
    
    border: 3px solid rgb(119, 116, 119);
}


.kutu .baslik {
    font-size: 25px;
    color: #FF8C00; 
    text-shadow: none; 
    text-align: center;
    font-weight: 700;
    margin-top: 5px;
    margin-bottom: 10px;
}
.kutu .baslik2 {
    font-size: 25px;
    color: rgb(255, 255, 255); 
    text-shadow: none; 
    text-align: center;
    font-weight: 700;
    margin-top: 5px;
    margin-bottom: 10px;
}
.kutu .b3 {
    font-size: 25px;
    color: rgb(255, 37, 37); 
    text-shadow: none; 
    text-align: center;
    font-weight: 700;
    margin-top: 5px;
    margin-bottom: 10px;
}
.kutu .b4 {
    font-size: 25px;
    color: #A020F0; 
    text-shadow: none; 
    text-align: center;
    font-weight: 700;
    margin-top: 5px;
    margin-bottom: 10px;
}
.kutu .b5 {
    font-size: 25px;
    color: rgb(119, 116, 119); 
    text-shadow: none; 
    text-align: center;
    font-weight: 700;
    margin-top: 5px;
    margin-bottom: 10px;
}
.kutu p {
    font-size: 14px;
    line-height: 1.6;
    text-indent: 0;
    color: #CCCCCC;
}


div[align="center"] {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}



#c {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #333333;
    
    display: flex;
    flex-direction: column;
    align-items: center; 
}

#c h1 {
    text-align: center;
    color: #FF8C00; 
    text-shadow: none; 
}

#c iframe {
    
    width: 100%;
    max-width: 800px; 
    height: 450px; 
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
    margin: 20px 0; 
}


@media (max-width: 768px) {
    .ust_kapsayici {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 20px;
    }

    .yazi h1 {
        text-align: center;
        border-left: none;
        padding-left: 0;
        border-bottom: 3px solid #FF8C00;
        padding-bottom: 10px;
    }

    .menu a {
        display: block;
        padding: 10px 0;
        border-bottom: 1px solid #333333;
    }

    .kutu {
        width: 90%;
        max-width: 350px;
        margin: 10px auto;
    }

    .alt {
        gap: 15px;
    }

    div[align="center"] {
        flex-direction: column;
        align-items: center;
    }

    
    #c iframe {
        
        height: 250px;
    }
  
}