

@media only screen and (min-width: 1024px) {
    img.reklam-alani {
        padding-left: 20rem;
        padding-right: 20rem;
        margin-bottom: 20px;
    }
}
@media(min-width:1200px) {
        .header {
                padding: 1rem 1rem 20px 1rem;
			        justify-content: center;
        align-items: center;
        display: flex
;
}

.header__logo {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 2.75rem;
    width: 6.75rem
}

@media(min-width:1200px) {
    .header__logo {
        margin-right: var(--space-medium)
			        margin-top: 2%;
    }
}

.header__anchor_link {
    align-items: center;
    display: flex;
    height: 3rem;
    justify-content: center;
    width: 3rem
}

.header__anchor_link svg {
    color: var(--almost-white);
    height: 1.5rem;
    transition: color .2s;
    width: 1.5rem
}

.header__anchor_link svg:hover {
    color: var(--dark-turquoise)
}

.header__icon_button--mobile-only {
    align-items: center;
    display: flex;
    height: 3rem;
    justify-content: center;
    width: 3rem;
    background: transparent;
    border: none
}

.header__icon_button--mobile-only svg {
    color: var(--almost-white);
    height: 1.5rem;
    transition: color .2s;
    width: 1.5rem
}

.header__icon_button--mobile-only svg:hover {
    color: var(--dark-turquoise)
}

@media(min-width:1200px) {
    .header__icon_button--mobile-only {
        display: none
    }
}

.header__nav_container {
    background-color: var(--almost-black);
    bottom: 0;
    left: -19.688rem;
    overflow-y: auto;
    padding: var(--space-medium);
    position: fixed;
    top: 0;
    transition: translate .3s ease;
    width: 19.688rem;
    z-index: var(--z-index--header_container--drawer_menu)
}

.header__nav_container--visible {
    translate: 100%
}

@media(min-width:1200px) {
    .header__nav_container {
        background-color: transparent;
        flex-grow: 1;
        height: 3rem;
        overflow-y: visible;
        padding: 0;
        position: static;
        transition: none
    }

    .header__nav_container ul {
        display: flex;
        list-style: none
    }
}

.header__drawer_overlay {
    background-color: var(--almost-black);
    inset: 0;
    position: fixed;
    z-index: var(--z-index--header_container--drawer_overlay)
}

.header__core_nav {
    margin-top: var(--space-menuitem-large)
}

@media(min-width:1200px) {
    .header__core_nav {
        display: inline-flex;
        margin: var(--space-inline-squish-medium)
    }

    .header__core_nav ul {
        gap: var(--space-xsmall)
    }
}

.header__user_nav {
    margin-top: var(--space-xxlarge)
}

@media(min-width:1200px) {
    .header__user_nav {
        display: inline-flex;
        float: right;
        height: 100%;
        margin-top: 0
    }

    .header__user_nav>ul {
        gap: var(--space-xsmall)
    }

    .header__user_nav a svg {
        display: none
    }
}

.header__profile_menu {
    list-style: none;
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 0
}

@media(min-width:1200px) {
    .header__profile_menu {
        border-radius: .5rem;
        display: flex;
        flex-direction: column;
        gap: 0;
        max-height: 0;
        min-width: 9.125rem;
        opacity: 0;
        overflow: hidden;
        position: absolute;
        right: var(--space-medium);
        transition: max-height .15s ease-out, opacity .15s ease-in-out
    }

    .header__profile_menu--visible {
        max-height: 9rem;
        opacity: 1
    }

    .header__profile_menu li>a {
        background-color: var(--dark-grey-transparent);
        color: var(--almost-white);
        padding: 0 var(--space-xlarge);
        transition: background-color 0s;
        width: 100%
    }

    .header__profile_menu li>a:hover,
    .header__profile_menu li>a:hover:visited {
        background: linear-gradient(180deg, var(--gradient-turquoise-top) 0, var(--gradient-turquoise-bottom) 100%);
        color: var(--almost-black)
    }
}

.header__menu_item {
    position: relative
}

.header__menu_item__icon {
    height: 2.5rem;
    width: 2.5rem
}

.header__menu_item button {
    background: none;
    border: none;
    cursor: pointer
}

.header__menu_item>a,
.header__menu_item>button {
    align-items: center;
    color: var(--almost-white);
    display: inline-flex;
    padding: var(--space-small);
    text-decoration: none;
    transition: color .2s
}

.header__menu_item>a:hover,
.header__menu_item>a:hover:visited,
.header__menu_item>button:hover,
.header__menu_item>button:hover:visited {
    color: var(--dark-turquoise);
    text-decoration: none
}

.header__menu_item>a:visited,
.header__menu_item>button:visited {
    color: var(--almost-white)
}

@media(min-width:1200px) {

    .header__menu_item>a,
    .header__menu_item>button {
        height: 3rem;
        padding: var(--space-inline-squish-large);
        vertical-align: top
    }
}

.header__menu_item--selected>a,
.header__menu_item--selected>a:visited,
.header__menu_item--selected>button,
.header__menu_item--selected>button:visited {
    color: var(--dark-turquoise)
}

.header__menu_item--selected a svg {
    background: linear-gradient(180deg, var(--gradient-turquoise-top) 0, var(--gradient-turquoise-bottom) 100%);
    border-radius: 50%;
    color: var(--almost-black)
}

.header__menu_item a svg {
    margin: 0 var(--space-xlarge) 0 var(--space-medium);
    padding: .65rem
}

@media(min-width:1200px) {
    .header__menu_item a svg {
        margin: 0 var(--space-xsmall) 0 0
    }
}

.header__background_gradient {
    background: linear-gradient(
        to bottom,
        #111618 0%,
        rgba(17, 22, 24, .938) 9.7%,
        rgba(17, 22, 24, .904) 17.7%,
        rgba(17, 22, 24, .851) 24.3%,
        rgba(17, 22, 24, .783) 29.9%,
        rgba(17, 22, 24, .704) 34.6%,
        rgba(17, 22, 24, .616) 38.8%,
        rgba(17, 22, 24, .522) 42.8%,
        rgba(17, 22, 24, .428) 46.8%,
        rgba(17, 22, 24, .334) 51.1%,
        rgba(17, 22, 24, .246) 56.1%,
        rgba(17, 22, 24, .167) 61.9%,
        rgba(17, 22, 24, .099) 69%,
        rgba(17, 22, 24, .046) 77.5%,
        rgba(17, 22, 24, .012) 87.7%,
        rgba(17, 22, 24, 0) 100%
    ) top / 100% 100% no-repeat;
    height: 20rem;
    inset: 0;
    pointer-events: none;
    position: fixed;
    z-index: var(--z-index--header_background_gradient);
}

.header__background_gradient--extended {
    height: 25rem
}

.header__background_gradient.live_page {
    background: var(--almost-black);
    height: var(--header-height-tablet)
}

@media(min-width:1200px) {
    .header__background_gradient.live_page {
        background: linear-gradient(to bottom, var(--gradient-black-bezier)) top/100% 800% no-repeat;
        height: var(--header-height-desktop)
    }
}

