@font-face {
    font-family: Evo;
    src: url(Fonts/Evogria/Evogria.otf);
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
}

:root {
    --main-color: #01083d ;
    --secondary-color: #eee ;
}

html, body {
    overflow-x: hidden;
}

body {
background-color: #eeeeee;
}

body::after {
    content: url(images/ashwarwell/Pfp-34ASH.png) url(images/ashwarwell/kick-black.png) url(images/ashwarwell/twitch-black.png) url(images/ashwarwell/youtube-black.png);
    display: none;
}

h1 {
    font-size: 1.95rem;
    line-height: 1.55;
    letter-spacing: 0.02em;
    font-weight: bold;
}

h2 {
    font-size: 1.56rem;
    line-height: 1.55;
    letter-spacing: 0.02em;
    font-weight: bold;    
}

h3 {
    font-size: 1.4rem;
    line-height: 1.6;
    letter-spacing: 0.025em;
    font-weight: bold;
}

h4 {
    font-size: 1.25rem;
    line-height: 1.6;
    letter-spacing: 0.025em;
    font-weight: bold;
}

h5 {
    font-size: 1.18rem;
    line-height: 1.6;
    letter-spacing: 0.03em;
    font-weight: bold;
}

h6 {
    font-size: 1.12rem;
    line-height: 1.6;
    letter-spacing: 0.03em;
    font-weight: bold;
}

p {
    font-size: 1rem;
    line-height: 1.6;
    letter-spacing: 0.03em;
}

a {
    color: var(--secondary-color);
}

.ana-header {
    width: 100%;
    height: 110px;
    display: flex;
    justify-content: space-evenly;
    background-color: var(--main-color);
    position: fixed;
    top: 0;
    z-index: 9999;
    border-bottom: 1px solid var(--secondary-color);
}

.ana-header-logo {
    width: fit-content;
    height: 100%;
    display: flex;
}

.ana-header-logo img {
    height: 108px;
    align-self: center;
}

.ana-header-nav {
    width: 100%;
    height: 100%;
}

.ana-header-ul {
    margin-left: 25px;
}

.ana-header-ul li {
    display: block;
    float: left;
    position: relative;
}

.ana-header-ul li a {
    color: var(--secondary-color);
    padding: 0 10px;
    font-family: Evo;
    line-height: 108px;
    display: block;
}

.ana-header-ul li a:hover {
    color: var(--main-color);
    background-color: var(--secondary-color);
}

.ana-header-ul ul {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    /* width: 90px; */
    width: 260px;
}

.ana-header-ul li:hover ul {
    display: block;
}

/* .ana-header-ul ul li {
    display: block;
    width: 100%; 
} */

.ana-header-ul ul li a {
    background-color: var(--main-color);
    color: var(--secondary-color);
    width: 100%;
    display: block;
}

.ana-header-sosyal {
    width: fit-content;
    height: 100%;
    display: flex;
    padding-right: 20px;
    align-items: center;
    column-gap: 10px;
}

.ana-header-sosyal-tw {
    width: 30px;
    height: 30px;
    background-image: url(images/ashwarwell/twitch.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.ana-header-sosyal-tw:hover {
    background-image: url(images/ashwarwell/twitch-black.png);
}

.ana-header-sosyal-yt {
    width: 30px;
    height: 30px;
    background-image: url(images/ashwarwell/youtube.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.ana-header-sosyal-yt:hover {
    background-image: url(images/ashwarwell/youtube-black.png);
}

.ana-header-sosyal-kc {
    width: 30px;
    height: 30px;
    background-image: url(images/ashwarwell/kick.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.ana-header-sosyal-kc:hover {
    background-image: url(images/ashwarwell/kick-black.png);
}

.ana-merkez {
    width: 100%;
    height: calc(100vh - 110px);
    margin-top: 110px;
    color: #eee;
    background-image: url(images/ashwarwell/Wallpapers-39ASH.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
}

.ana-merkez-head h1 {
    font-size: 96px;
    line-height: 106px;
}

.ana-merkez-head a {
    font-size: 32px;
    color: #01083d;
    background-color: #eee;
    border-radius: 15px;
    padding: 3px;
}

.ana-merkez-head a:hover {
    color: var(--secondary-color);
    background-color: var(--main-color);
}

.ana-section {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 20px;
}

.ana-section h1 {
    color: var(--secondary-color);
    background-color: #351e89;
    text-align: center;
    flex-basis: 100%;
    font-size: 56px;
    padding: 20px;
    margin-bottom: 10px;
    border-top: 1px solid var(--secondary-color);
    border-bottom: 1px solid var(--secondary-color);
}

.ana-footer {
    width: 100%;
    height: auto;
    background-color: #351e89;
    color: var(--secondary-color);
    text-align: center;
    overflow: hidden;
}

.ana-footer-son h2{
    margin: 15px 0;
    font-size: 20px;
}

.mobil-menu, .mobil-menu-btn {
    display: none;
}

@media (max-width: 768px) {

    .mobil-menu-btn {
    display: block;
    width: 50px;
    height: 50px;
    margin-left: 5px;
    background-image: url(images/ashwarwell/menu-bar.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    }

    .mobil-menu {
    display: none;
    position: fixed;
    margin-top: 110px;
    width: 100vw;
    height: 100vh;
    z-index: 500;
    background-color: var(--secondary-color);
    top: 0;
    right: 0;
    }

    .mobil-menu-btn:hover + .mobil-menu {
    display: block;
    }

    .mobil-menu-kapsayici:hover .mobil-menu,
    .mobil-menu-kapsayici:focus-within .mobil-menu {
    display: block;
    }

    .mobil-header-ul {
    width: 100%;
    height: calc(100vh - 110px);
    display: block
    }

    .mobil-header-ul li a {
    font-size: 2.5rem;
    width: 100%;
    display: block;
    text-align: center;
}

    .mobil-header-ul ul {
    display: block;
    }

    .mobil-header-ul ul {
    position: static;      
    width: 100%;           
    display: none;         
    background: var(--secondary-color);
    padding: 0;
    margin: 0;
    }

    .mobil-header-ul li:hover > ul {
    display: block;   
    }

    .mobil-header-ul ul li {
    display: block;
    width: 100%;
    }

    .mobil-header-ul ul li a {
    display: block;
    width: 100%;
    padding: 20px 0;
    font-size: 2rem;
    color: var(--main-color);
    text-align: center;
    border-top: 1px solid var(--main-color);
    background: var(--secondary-color);
    }

    .mobil-header-ul li {
    flex-basis: 100%;
    border-top: 2px solid var(--main-color);
    }

    .mobil-header-ul li:last-child {
    border-bottom: 2px solid var(--main-color);
    }

    .mobil-header-ul li a{
    display: block;
    height: 100%;
    font-size: 3rem;
    padding: 30px 0;
    flex-basis: 100%;
    text-align: center;
    color: var(--main-color);
    }

    .mobil-header-ul>li:hover>a{
    color: var(--secondary-color);
    background-color: var(--main-color);
    }

    .mobil-header-ul>li>ul>li:hover>a {
    color: var(--secondary-color);
    background-color: var(--main-color);
    border: 2px solid var(--secondary-color);
    box-sizing: border-box;
    }

    .ana-section-videolar iframe {
    width: 100%;
    height: 100%;
    max-width: 100vw;
    padding: 5px;
    }

    .ana-header-nav {
    display: none;
    }

    .ana-header-sosyal {
    padding: 12px;
    }

    .ana-header {
    justify-content: space-between;
    }

    .ana-merkez-text {
    display: none;
    }
    
    .ana-merkez-head {
    padding-left: 10px;
    }
}