* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

::selection {
    background: Red;
    color: White;
}

#Body {
    color: whitesmoke;
    background-color: rgba(14, 11, 20, 0.965);
}

#AnaKutu {
    height: 45px;
    background-color: rgba(6, 223, 243, 0.919);
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    text-shadow: 10px;
    gap: 50px;
}

.Kutucuklar {
    cursor: pointer;
    margin-top: 13px;
    font-size: 20px;
    font-display: swap;
    font-weight: 10%;
    font-family: 'Poppins', sans-serif;
}

#AnaSayfa {
    margin-top: 13px;
    margin-left: 25%;
    font-size: 20px;
    font-display: swap;
    font-weight: 10%;
    font-family: 'Poppins', sans-serif;
}

#DiscordDavet {
    margin-top: 13px;
    text-decoration: none;
    color: whitesmoke;
}

.Kutucuklar:hover {
    text-shadow: 2px 2px 5px rgba(10,2,7,4.5);;
    color: #1a1622;
}

#SevilenSeriler {
    width: 1200px;
    height: 400px;
    display: flex;
    flex-direction: row;
    margin-left: 350px;
    margin-top: 30px;
    overflow: hidden;
    position: relative; 
}

#SevilenSeriler::before {

    display: flex;
    flex-direction: row;


    content: "";
    position: absolute;
    inset: 0;
    background-image: url(/png/Martial_Peak_Banner.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; 
    z-index: 0;
    cursor: grab;

    filter: blur(5px);

        border-width: 10px;
    border-color: #ffffff;
}

#SevilenSeriler > * {
    position: relative;
    z-index: 1;
}

#AçıklamaBölümü {
    width: 700px;
    display: flex;
    flex-direction: column;
    font-family: 'Poppins', sans-serif;
    gap: 7px;
    padding-left: 60px;
    padding-top: 50px;
}

#SevilenSerilerİmg {
    height: 400px;
    width: 400px;
    transform: skewX(-15deg);
}

#SevilenSerilerinBaşlıkları {
    font-size: 30px;
    font-weight: 50px;
    cursor: pointer;
    width: 180px;
    padding-top: 25px;
}

#SevilenSerilerİkinciBölüm {
    display: flex;
    padding-right: 135px;
}

#Türler {
    padding-top: 30px;
    display: flex;
    flex-direction: row;
    gap: 5px;
}

.Türler {
    width: 65px;
    height: 25px;
    border-width: 0.01px;
    border-radius: 5px;
    background: none;
    color: White;
    border-color: white;
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
    cursor: pointer;
}

.Türler:hover {
    background-color: white;
    color: black;
}

#HızlıGit {
    width: 150px;
    height: 35px;
    background-color: #e8e220;
    border-width: 1px;
    color: rgb(0, 0, 0);
    border-color: #e8e220;
    border-radius: 5px;
    font-family: 'Open Sans', sans-serif;
    font-size: 55px;
    margin-top: 20px;
    cursor: pointer;
    font-size: medium;
}

#SevilenSerilerinAçıklaması {
    padding-top: 15px;
    width: 500px;
    height: 100px;
    font-family: 'Open Sans', sans-serif;
    font-size: small;
    font-weight: 50px;
    cursor: pointer;
    line-height: 1.5;
    font-size: 16px;
}

#HızlıErişim {
    background-color: rgba(0, 0, 255, 0.894);
    height: 50px;
    width: 1200px;
    margin-top: 15px;
    gap: 50px;
    display: flex;
    flex-direction: row;
    margin-left: 350px;
    padding-left: 50px;
    border-radius: 7px;
}

.HızlıTürler {
    background: none;
    border: none;
    width: auto;
    font-size: large;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    color: rgb(17, 12, 49);
    font-weight: bolder;
    width: 60px;
}

#TümMangalar {
    margin-left: 70px;
    background-color: #202020;
    height: 35px;
    margin-top: 8px;
    width: 150px;
    border-radius: 5px;
    color: rgba(66, 111, 216, 0.894);
}

.HızlıTürler:hover {
    color: white;
    cursor: pointer;
}

#TümMangalar:hover {
    color: white;
}

#SeriListesi {
    margin-left: 350px;
    margin-top: 50px;
    background-color: #202020;
    width: 1200px;
    border-width: 1px;
    border-radius: 6px;
    border-color: #1a1622;
    padding-top: 10px;
    display: flex;
    flex-direction: column;
    height: auto;
}

#SeriBaşlık {
    font-family: 'Open Sans', sans-serif;
    margin-left: 20px;
    font-weight: bold;
    font-size: 25px;
}

.SeriÇizgi {
    margin-top: 10px;
}

#Seriler {
    display: flex;
    flex-direction: row;
    gap: 20px;
    margin-left: 20px;
    margin-top: 20px;
}

.PngFrame {
    height: 300px;
    width: 215px;
    overflow: hidden;
}

.Seriİmg {
    border-radius: 5px;
    height: 300px;
    width: 215px;
    overflow: hidden;
    position: relative;
}

.SeriName {
    display: flex;
    flex-direction: row;
    padding-left: 40px;
    padding-right: 35px;
    margin-top: 10px;
    color: white;
    font-family: 'Open Sans', sans-serif;
    font-weight: bolder;
    font-size: 18px;
    width: 215px;
}

a {
    text-decoration: none;
}

.Name {
    cursor: pointer;
}

.Seriİmg:hover {
    overflow: hidden;
    transform: scale(1,1.2);
}

#Footer {
    width: 1905px;
    height: 145px;
    background-color: rgb(31, 30, 30);
    margin-top: 55px;
    padding-left: 480px;
    padding-right: 480px;
    padding-top: 35px;
    font-family: 'Poppins', sans-serif;
}

#Part {
    font-style: oblique;
    color: gray;
    font-size: 15px;
    font-weight: lighter;
}

#Gmail {
    font-style: italic;
    color: green;
    font-family: 'Open Sans', sans-serif;
}

#Nokta2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold
}

#SiteBanner {
    margin-top: 50px;
    margin-left: 350px;
    width: 1200px;
    height: 600px;
    overflow: hidden;
    padding-right: 120px;
}

#SiteFansub {
    width: 1200px;
    height: 600px;
}

