* {
    box-sizing: border-box;
}
html, body {
    margin: 0;
    padding: 0;
    width: 100%;
}

.navbar {
    display: flex;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #D2A41A;
    padding: 20px 150px;
    text-align: center;
    z-index: 1000;
}

.navbar a {
    font-family: "roboto", "Helvetica", "Arial", "sans-serif";
    color:black;
    margin: 0 20px;
    font-size: 18px;
    text-decoration: none;
}

.main-image {
    width: 100%;
    height: 1000px;
    object-fit: cover;
}
 
.main-text {
    position: absolute;
    top: 45%;
    left: 30%;
    transform: translate(-50%, -50%);
    color: white;
}

.main-container {
    position: relative;
    width: 100%;
    display: block;
}

.main-text h1 {
    font-size: 80px;
    font-family: "roboto", "Helvetica", "Arial", "sans-serif";
}

.main-text p {
    font-size: 35px;
    max-width: 800px;
    font-family: "roboto", "Helvetica", "Arial", "sans-serif";
}

.main-image {
    filter: blur(1px);
    display: block;
    height: auto;
}

.sub-navbar {
    position: absolute;
    display: flex;
    font-size: 30px;
    top: 150px;
    right: 50px;
    display: flex;
    gap: 50px;
    background: none;
    padding: 20px;
    border-radius: 5px;
    z-index: 999; 
}

.sub-item {
    display: flex;   
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.5);
    padding: 15px 25px;
    border-radius: 8px;
    text-align: center;
    transition: transform 0.2s; 
}

.logo {
    position: absolute;
    width: 250px;
    top: 150px;
    left: 180px;
    height: auto;
}

.sub-item:nth-child(1) {
    background: #1E1E1E;
}
.sub-item:nth-child(2) {
    background: #7A2424;
}
.sub-item:nth-child(3) {
    background: #D2A41A;
}
.sub-item a {
    color: white;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-size: 25px;
}
.sub-item {
    width: 180px;
    height: 40px;
    padding: 0;
}

h2 {
    position: relative;
    font-family: "roboto", "Helvetica", "Arial", "sans-serif";
    font-size: 60px;
    margin-left: 250px;
    margin-bottom: 10px;
}
#aciklama {
    position: absolute;
    font-size: 30px;
    max-width: 1300px;
    left: 250px;
    font-family: "roboto", "Helvetica", "Arial", "sans-serif";
}
.resim {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    justify-items: center;
    align-items: start;
    padding: 150px;
}
.item img {
    width: 600px;
    height: 500px;
    border-radius: 5px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.item p {
    text-align: left;
    font-size: 25px;
    max-width: 600px;
    font-family: "roboto", "Helvetica", "Arial", "sans-serif";
}
.item img:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
}

h3 {
    text-align: center;
    font-size: 40px;
    background: #D2A41A;
    border-radius: 5px;
    margin-bottom: 15px;
}

.bilgilendirme {
    display: flex;             
    justify-content: start;   
    gap: 230px; 
    padding: 0 250px;               
    margin-top: -80px;
    box-sizing: border-box;
    margin-bottom: 80px;
}

.bilgi {
    display: flex;             
    flex-direction: row;
    align-items: flex-start;    
    gap: 20px;                 
}

.cubuk {
    width: 10px;
    background-color: #D2A41A;
    height: 140px;
}

.yazi {
    font-size: 23px;
    display: flex;
    flex-direction: column;     
    gap: 5px;
    max-width: 600px;

}
.yazi h4 {
    font-size: 30px;
    margin: 5px 0 5px 0;
}

.blacksection {
    background-color: #242222;
    color: white;
    padding: 80px 0;
    width: 100%;
    height: 1000px;
}

.blackcontainer {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 100px;
}

.blackitem {
    text-align: center;
    width: 220px;
}
.blackitem img {
    border-radius: 30px;
    width: 280px;
    height: 280px;
}

.blackitem h5 {
    color: #CF4848;
    font-family: "roboto", "Helvetica", "Arial", "sans-serif";
    font-size: 25px;
    margin-top: 25px;
    text-align: left;
}

.blackitem p {
    font-family:"roboto", "Helvetica", "Arial", "sans-serif";
    font-size: 20px;
    text-align: left;
    margin-top: -10px;
}

.blacksection h6 {
    font-family: "roboto", "Helvetica", "Arial", "sans-serif";
    font-size: 60px;
    margin-top: -10px;
    margin-left: 360px;
}
#aciklamaa {
    display: flex;
    font-family: "roboto", "Helvetica", "Arial", "sans-serif";
    font-size: 30px;
    max-width: 1200px;
    margin-left: 360px;
    margin-top: -90px;
    margin-bottom: 100px;
}

.redsection {
    display: flex;
    justify-content: flex-end;
    flex-direction: row-reverse;
    background-color: #CF4848;
}

.redimg img {
    width: 950px;
    height: 410px;
    display: block;
}

.redtext h7 {
    color: white;
    font-size: 40px;
    font-family: "roboto", "Helvetica", "Arial", "sans-serif";
    margin-top: 50px;
    margin-left: 50px;
    display: inline-block;
    padding: 10px 20px;
    background-color: #1E1E1E;
    border-radius: 5px;
}    

.redtext p {
    color: white;
    font-family: "roboto", "Helvetica", "Arial", "sans-serif";
    font-size: 27px;
    margin-left: 50px;
    margin-top: 50px;
    max-width: 700px;
}

h8 {
    display: block;
    font-size: 35px;
    font-family: "roboto", "Helvetica", "Arial", "sans-serif";
    font-weight: bold;
    margin-left: 160px;
    margin-top: 70px;
}

#sonkisim {
    display: flex;
    justify-content: space-between;
    font-size: 25px;
    margin-left: 160px;
    font-family: "roboto", "Helvetica", "Arial", "sans-serif";
}

.cubuk2 {
    background-color: #1E1E1E;
    width: 1600px;
    height: 5px;
    margin-left: 140px;
}

.cubuk3 {
    background-color: #B31313;
    width: 5px;
    height: 100px;
}

.yazi2 {
    font-family: "roboto", "Helvetica", "Arial", "sans-serif";
    font-size: 20px;
    display: flex;
    flex-direction: column;
    max-width: 500px;
    gap: 10px;
}

.sonkisim-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    flex: 1;
    padding-right: 50px;
}

.sonkisim-conteiner {
    display: flex;
    justify-content: space-between;
    padding: 80px 160px 100px;
    gap: 30px;
}

.sonhaber{
    display: flex;
    gap: 40px;
    padding: 10px 160px 100px;
}

.haber-blok{
    display: flex;
    gap: 40px;
    margin-top: -40px;
}

.sonhaber img {
    width: 270px;
    height: 350px;
    border-radius: 5px;
    
}

.sonhaber h9 {
    font-size: 30px;
    font-family: "roboto", "Helvetica", "Arial", "sans-serif";
    font-weight: bold;

}

.sonhaber p {
    font-size: 18px;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    margin-top: 40px;
}

.haber-yazi {
    margin-top: 60px;
    max-width: 500px;
}

footer {
    overflow: hidden;
    padding: 0;
    background-image: url(Images/kaplan.jpg);
    background-position: center;
}

footer h10 {
    color: #CA6262;
    font-size: 25px;
    font-family: "roboto", "Helvetica", "Arial", "sans-serif";
}

footer p {
    color: white;
    font-size: 20px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
footer img {
    width: 300px;
    margin-left: 260px;
    margin-top: 50px;
}

.footer-adres {
    margin-left: 300px;
    margin-top: 30px;
}
.sag-footer {
    margin-left: 900px;
    margin-top: -350px;
}
.footer-mail {
    display: flex;
    flex-direction: row;
    gap: 80px;
    justify-content: center;
}
footer a {
    color: white;
    font-family: "roboto", "Helvetica", "Arial", "sans-serif";
    font-size: 20px;
    text-decoration: none;
    ;
}
footer ul {
    list-style: none;
    padding-left: 0;
}
footer li {
    margin-bottom: 20px;
}
.bagis-foto {
    width: 100%;
    height: 900px;
    overflow: hidden;
    z-index: -1;
}
.donate-title {
     font-family: "roboto", "Helvetica", "Arial", "sans-serif";
    display: flex;
    font-size: 40px;
    justify-content: center;
}
.donate-baslik {
    display: flex;
    font-size: 30px;
     font-family: "roboto", "Helvetica", "Arial", "sans-serif";
    max-width: 800px;
    text-align: center;
    margin: 0 auto;
    text-align: left;
    margin-bottom: 20px;
}
.bagis-text p {
    display: flex;
    font-size: 20px;
    font-family: "roboto", "Helvetica", "Arial", "sans-serif";
    max-width: 800px;
    text-align: center;
    margin: 0 auto;
    text-align: left;
    line-height: 35px;
    margin-bottom: 40px;
}
.reviews {
    background-color: #f5f5f5;
    padding: 60px 0;
}
#reviews-baslik {
    margin-left: 820px;
    font-size: 50px;
    margin-bottom: 40px;
    font-family: "roboto", "Helvetica", "Arial", sans-serif;
    color: #1E1E1E;
}

.reviews-container {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin: 0 auto;
    padding: 0 ;
}

.review-card {
    background-color: white;
    border-radius: 10px;
    padding: 20px;
    width: 300px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.review-card p {
    font-size: 18px;
    line-height: 1.5;
    font-family: "roboto", "Helvetica", "Arial", sans-serif;
    color: #333;
}

.review-card h4 {
    margin-top: 10px;
    text-align: right;
    font-size: 16px;
    color: #D2A41A;
}
.donate-options-section {
    text-align: center;
    margin-top: 50px;
}

#bagis {
    font-size: 40px;
    margin-bottom: 20px;
    margin-top: 100px;
    margin-left: 0;
    color: #1E1E1E;
    font-family: "roboto", "Helvetica", "Arial", sans-serif;
}

.donate-options {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.donate-btn {
    background-color: #D2A41A;
    border-radius: 8px;
    padding: 15px 30px;
    font-size: 20px;
    color: white;
}
.donate-btn:hover {
    background-color: #b38c12;
}






