@import url('fonts.html');
*,
*::after,
*::before {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

:root {
    --titleFont: "Gotham XNarrow", sans-serif;
    --textFont: "Neu", sans-serif;
    --yellow: #c0dc04
}

body {
    padding: 0;
    margin: 0;
    line-height: 1.618;
    font-family: var(--textFont);
}

h1,
h2 {
    margin: 0;
    font-family: var(--titleFont);
    line-height: 1;
}

h1 {
    font-size: 6em;
    font-weight: 900;
    text-transform: uppercase;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

h1::after {
    content: attr(data-title);
    position: absolute;
    top: 0;
    transform: scale(1.5);
    opacity: .25;
    pointer-events: none;
}

h2 {
    font-size: 2.25em;
    color: var(--yellow)
}

ul,
li {
    list-style: none;
    padding: 0;
    margin: 0
}

a {
    color: inherit;
    text-decoration: none;
}

.flex-area {
    display: flex;
    flex-direction: column;
}


/* Start */

body {
    background: #020001;
    color: #fff
}

body::after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    z-index: -2;
}

body::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    z-index: -1;
}

.container {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

img {
    max-width: 100%;
}


/* Header */

header nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 2em 0;
}

header nav ul {
    display: flex;
    flex-direction: row;
}

header nav ul li {
    display: inline-flex;
}

header nav ul li:not(:first-child) {
    margin-left: 1em
}

header nav ul li a {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: .75em 2em;
    transition: all 200ms ease-in-out;
    background: #c0dc04;
    color: #000;
    transform: skew(-11deg)
}

header nav ul li a>* {
    transform: skew(11deg)
}

header nav ul li a:hover {
    letter-spacing: 1px;
}

header nav ul li a.active {
    background: #fff;
    color: #000
}

header nav ul li svg {
    width: 1em;
    margin-left: 1em
}

.pageskin {
    user-select: none;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 625px;
    width: 100%;
    object-fit: cover;
    object-position: top;
    z-index: -3;
    background-image: url('../../i.imgyukle.com/2020/06/06/yF80ob.jpg');
    background-size: 100%;
    background-position: 100% 100%;
    background-position: bottom;
}

.logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-color {
    color: var(--yellow)
}

.logo img {
    width: 160px;
}


/* Content */

.content {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.content p {
    font-size: 1.2em;
    color: rgba(255, 255, 255, 0.8);
    margin: 1em auto 0 auto;
    max-width: 50%;
}

.login-site {
    position: relative;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background: #c0dc04;
    color: #000;
    font-weight: 700;
    padding: 1em 2em;
    font-size: 1.5em;
    transition: all 200ms ease-in-out
}

.login-site:hover {
    letter-spacing: 1px;
}

.login-site::after {
    content: "";
    position: absolute;
    top: 0;
    right: -43px;
    border-left: 43px solid var(--yellow);
    border-bottom: 43px solid transparent;
    border-top: 43px solid transparent;
}

.login-site svg {
    width: 1em;
    margin-left: 1em;
}

.site-links {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 1em;
    justify-content: center;
}

.social-links {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
    margin-top: 1em;
    margin-left: 28px
}

.social-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    background: var(--yellow);
    height: 56px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2)
}

.social-links a:hover {
    background: #fff;
    color: var(--yellow)
}

.instagram {
    color: rgba(195, 42, 163, 1)
}

.twitter {
    color: rgba(29, 161, 242, 1)
}

.telegram {
    color: rgba( 0, 136, 204, 1)
}

.tv {
    color: #000
}

.social-links svg {
    width: 1.5em;
}

.grid-yontemler {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1em;
    justify-content: space-between;
    margin-top: 2em
}

.grid-yontemler.hizlilink {
    grid-template-columns: repeat(5, 1fr);
}


/* Footer */

footer {
    color: rgba(255, 255, 255, 0.8);
    text-align: center;
    padding: 2em 0;
}

footer span {
    font-size: .875em;
}

footer strong {
    font-weight: 400;
}

footer>div {
    margin-bottom: 1em
}

.image-grid {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    gap: 1em;
    align-items: stretch;
}

.image-grid img {
    transition: all 200ms ease-in-out
}

.image-grid img:hover {
    transform: scale(1.1)
}

.image-grid.saglayici {
    grid-template-columns: repeat(11, 1fr);
}

.image-grid>div {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
}

.footer-licence {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1em
}

.block {
margin-bottom: 1rem;
border: 1px solid slateblue;
border-radius: .125rem;
box-shadow: 0 2px 4px gainsboro;
overflow: hidden;
transition: height 500ms;
}

.block p {
margin: 0;
line-height: 1.4;
}

.block p + p {
margin-top: 1em;
}

.block__title {
	position: relative;
	padding: 1rem;
	padding-right: 2rem;
	line-height: 1rem;
	font-weight: bold;
	background-color: #c0dc04;
	cursor: pointer;
	user-select: none;
	color: white;
}

.block__title:hover {
	
opacity: .8;
}

.block__title h3 {
	margin: 0;
	color: #000;
}

.block__title::after {
display: flex;
align-items: center;
justify-content: center;
position: absolute;
top: 0;
right: 0;
width: .75em;
height: 100%;
padding-right: 1rem;
font-size: 1.17em;
background: slateblue;
}

.block.is-collapsed .block__title::after {
content: '+';
}

.block.is-expanded .block__title::after {
content: '-';
}

.block__content {
padding: 1rem;
}

aside {
position: fixed;
left: 50%;
top: 9rem;
display: flex;
flex-direction: column;
justify-content: center;
width: 100%;
max-width: 12rem;
margin-left: 20rem;
padding: 1rem;
background: lemonchiffon;
}

aside fieldset {
border: 0;
margin: 0;
padding: 0;
}

aside fieldset + fieldset {
margin-top: 1.5rem;
}

aside .buttons {
display: flex;
flex-direction: column;
}

aside button {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
padding: .75rem;
font-family: sans-serif;
font-size: 1rem;
border: none;
border-radius: .25rem;
background-color: mediumaquamarine;
color: white;
box-shadow: 0 2px 4px rgba(0,0,0, .15);
cursor: pointer;
outline: none;
text-shadow: 0 1px 2px rgba(0,0,0, .15);
transition-property: transform, background, box-shadow;
transition-duration: 200ms;
}

aside button:hover {
transform: translateY(-1px);
box-shadow: 0 3px 6px rgba(0,0,0, .1);
}

aside button:active {
transform: translateY(0);
box-shadow: 0 1px 5px rgba(0,0,0, .15) inset;
background-color: #59b395;
}

aside button + button {
margin-top: .5rem;
}

aside legend {
margin-bottom: 1rem;
}

.log {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
width: 100%;
height: 7rem;
padding: .5rem;
border: 1px solid gainsboro;
font-family: 'Courier New', Courier, monospace;
font-size: .75rem;
resize: none;
}

@media screen and (max-width: 66rem) {
main {
margin-bottom: 11rem;
}

aside {
top: unset;
bottom: 0;
left: 0;
margin: 0;
flex-direction: row;
width: 100%;
max-width: 100%;
}

aside fieldset + fieldset {
margin: 0;
margin-left: 1rem;
}

aside button {
padding: .5rem;
font-size: .75rem;
}
}