<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* header START*/
header{
    padding: 3rem;
}
header #header-right #ikon-menÃ¼{
    display: inline-block;
    border: none;
    background-color: white;
    font-size: 3rem;
    width: 4rem;
    height: 4rem;
    background-color: rgba(255, 255, 255, 0);
}
header #header-right{
    position: relative;
}
header #header-right #iletiÅŸim-lang{
    position: absolute;
    top: 100%;
    right: 0%;
    height: 15rem;
    width: 30rem;
    background-color: rgb(255, 255, 255);
    border-radius: 0.50rem 0 0 0.50rem;
    opacity: 0;
    visibility: hidden;
    transition: 300ms all;
    box-shadow: 0 4px 6px 3px hsla(0, 0%, 0%, 0.2);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}
header #header-right #iletiÅŸim-lang #lang{
    margin-left: auto;
    margin: 2rem auto 0 auto;
}
header #header-right #iletiÅŸim-lang #lang .lang{
    width: 4.6rem;
    height: 4.6rem;
    border-radius: 4.5rem;
}
header #header-right #iletiÅŸim{
    margin-top: 1.4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

header #header-right #ikon-menÃ¼:focus + #iletiÅŸim-lang{
    opacity: 1;
    visibility: visible;
}
/* MENU START*/
menu #background-img #yazÄ±{
    top: 40%;
    right: 31%;
    width: 65%;
    height: auto;
    font-size: 2.6rem;
    padding: 8% 10% 8% 3%;
    clip-path: polygon(0 0, 75% 0, 100% 50%, 100% 100%, 8% 100%, 0 85%);
}
menu #background-img #gÃ¶lge{
    top: 39%;
    right: 29%;
    width: 65%;
    height: auto;
    font-size: 2.6rem;
    padding: 8% 15% 8% 3%;
    clip-path: polygon(0 0, 75% 0, 100% 50%, 100% 100%, 8% 100%, 0 85%);
}
/* SECTÄ°ON START*/

section #section-container{
    font-size: 1.6rem;
}
section #Ã§izgi{
    width: 4rem;
    height: 25rem;
}
section #section-container .section-button{
    padding: 0.8rem 1.6rem;
    font-size: 1.5rem;
}
</pre></body></html>