/* GENEL AYARLAR */

@font-face {
    font-family: 'Raleway';
    src: url('fonts/Raleway-Regular.ttf');
}

body {
    background: #fff;
    color: #3f3f3f;
    font: 14px / 28px arial;
    font-family: 'Raleway';
}


h1 {
    font-size: 52px;
    letter-spacing: 4px;
    margin-bottom: 20px;
}

h3 {
    font-size: 16px;
    color: #500d16;
    font-weight: bold;
    transition: all .5s ease;
}

.romanBaslik {
    background: #550d16;
    margin-bottom: 20px solid #000;
    height: 60px;
    color: #fff;
    display: inline-block;
    line-height: 60px;
    font-size: 24px;
    padding: 5px 40px;
    letter-spacing: 2px;
    margin-bottom: 30px;
}

.sectionAlani {
    padding: 80px 0;
}

.sectionAlaniFooter {
    padding: 40px 0;
}

/* GRİD SETTİNGS */


.container {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.bodyFeatures .container {
    justify-content: space-between; 
}

.roman {
    flex-grow: 1;
    width: 33.33%;
}




/* HOME SETTİNGS */


header .logo {
    margin-right: auto;
}

header .logo img {
    display: block;
    height: 70px;
}

.menu li {
    float: left;
}

.menu li a {
    padding: 27px 17px;
    display: block;
    text-decoration: none;
    letter-spacing: 2px;
    color: #333;
    transition: all .5s ease;
}

.menu li:hover a {
    background: #500d16;
    color: #fff;
}

#firstPart {
    height: 500px;
    background: url('Resimler/dee.webp') center center no-repeat;
    background-size: cover;
}

.sectionOne {
    width: 100%;
}

#anabaslik {
    height: 500px;
    background-color: rgba(0, 0, 0, .5);
}

.baslik {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    color: #fff;
}

.mainContent {
    text-align: center;
}

.resim {
    padding: 10px 20px;
}


.zoom {
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

.zoom img {
    display: block;
    width: 100%;
    height: 800px;
    transition: all .5s ease;
}

.resim .romanOzet {

    text-align: center;
    padding: 5px;
    border: 1px solid #500d16;
}

.resim:hover .zoom img {
    transform: scale(1.25);
}


.resim:hover .romanOzet {
    background: #500d16;
    color: #fff;
    transition: all .5s ease;
}

.resim:hover h3 {
    color: #fff;
}

.btndetay {
    color: #500d16;
    padding: 5px 10px;
    text-decoration: none;
    border: 1px solid #500d16;
    transition: all .5s ease;
}


.resim:hover .btndetay {
    background: #500d16;
    color: #fff;
    border: 1px solid #fff;
    transition: all .5s ease;
}

.romanOzet p {
    margin: 20px 0;
}


footer {
    background: #500d16;
    text-align: center;
}

.row1 img {
    height: 70px;

}

.row1 p {
    color: #fff;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 10px;
    line-height: 20px;
}

.row1 {
    bottom: 0%;
}

.containerFooter {
    padding-bottom: 0;
}


/* SERİ SAYFASI */

#afDileyenler {
    
    background: url('Resimler/masa.webp') center center no-repeat;
    background-size: cover;
    flex-direction: column;
    height: auto;
}

#afDileyenlerB {
    height: 520px;
    background-color: rgba(0, 0, 0, .7);
    align-items: center;
    height: auto
}

.basliik {
    display: flex;
    width: 100%;
    color: #fff;
    align-items: center;
    flex-direction: column
}

.basliik .seriResmi {
    padding: 0px 10px;
    display: block;
    flex: 1;
    width: 100%; 
    text-align: center;
}

.basliik .yazi {
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex: 2;
    width: 100%; 
    text-align: center;
    padding: 10px
}

.seriUst {
    text-align: center;
    padding: 40px 0;
  }
  
  .btn {
    display: flex; 
    color: #500d16;
    padding: 15px;
    border: 1px solid #500d16;
    border-radius: 55px;
    margin-bottom: 20px;
    letter-spacing: 2px;
    text-align: center;
    justify-content: center;
    text-decoration: none;
    transition: all .5s ease;
    flex: 1 1 auto; 
    min-width: 100px; 
    font-size: 20px;
  }
  
  .btn:hover {
    background: #500d16;
    color: #fff;
  }
  
  .sectionAlanii {
    display: flex;
    flex-direction: column;
  }
  
  .bolumler {
    display: flex;
    flex-wrap: wrap; 
    justify-content: center;
    gap: 10px;
  }

h4 {
    font-size: 30px;
    letter-spacing: 4px;
    margin-bottom: 20px;
}

.yazi {
    display: flex;
    flex-wrap: wrap;
}

/* MEDİA QUERİES */


@media screen and (max-width: 1000px) {
    header .container {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    header .logo {
        margin: 0 auto;
    }

    .baslik h1 {
        font-size: 50px;
    }
    .baslik p {
        font-size: 15px;
    }

    .bodyFeatures .container {
        flex-direction: column;
    }
    .roman {
        width: 80%;
        margin: 0 auto;
    }

}

@media screen and (max-width: 620px) {
    .baslik h1 {
        font-size: 40px;
    }
    .baslik p {
        font-size: 14px;
    }

    .container {
        flex-direction: column;
        align-items: center;
    }
    .roman {
        width: 100%;
    }
}


@media screen and (max-width: 560px) {
    .baslik h1 {
        font-size: 30px;
    }
    .baslik p {
        font-size: 10px;
    }
}

