﻿@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@100;200;300;400;500;600;700&display=swap');
*{
    text-decoration:none!important;
}
body {
    font-family: 'Josefin Sans', sans-serif!important;
    padding:0;
    margin:0;
}
a{
    transition:0.2s;
}
.container {
    width: 1520px !important;
    max-width: 1520px!important;
    margin: 0 auto;
}
.header{
    height:100px;  
}
.menu {
    position: relative;
    z-index: 99 !important;
}
    .menu ul {
        display: flex; 
         
        margin:0;
        padding:0;
    }
    .menu ul li{
        list-style:none;
        position:relative;
    }
    .menu > ul > li > a{
        display:block;
        padding:38px 25px;
        color:#333;
        font-weight:700;
    }

        .menu > ul > li > a:hover {
            background-color: #D3CFC5;
        }
.logo{
    width:25%;
}
.dialogbox {
    margin: 30px 0 80px 0;
}
.dialogbox h1 {
    color: rgb(30 25 14 / 26%); 
    font-size:100px;
    font-weight:700;
}
.about{
    margin-top:-90px;
}
.about-image {
    width:20%;
}
.about-image img{
    width:100%;
}
.about-text{
    width:80%;
    margin-top:80px;
    margin-left:50px;
    position:relative;
}
    .about-text:before {
        content: '';
        background-image: url(/images/kurumsalbg.png);
        background-repeat:no-repeat;
        background-size:70%;
        width:400px;
        min-height:370px;
        position:absolute;
        right:0;
        top:-60px;
        z-index:-1;
    } 

body #user-button {
    z-index: 1000;
    bottom: 1rem !important;
    right: 1rem !important; 
    transition: 1s 0s ease-out;
    -webkit-animation: slide 3s ease-out forwards;
    animation: slide 3s ease-out forwards;
}

@-webkit-keyframes slide {
    0%, 50% {
        opacity: 0;
        display: block !important;
    }

    100% {
        opacity: 1;
        display: block !important;
    }
}

@keyframes slide {
    0%, 50% {
        opacity: 0;
        display: block !important;
    }

    100% {
        opacity: 1;
        display: block !important;
    }
}

body #user-button .u-card {
    border-radius: 100%;
    box-shadow: 0 0 1rem -0.25rem var(--user-button-shadow), inset 0 0 1rem -0.75rem var(--user-button-shadow);
}

body #user-button .u-main {
    cursor: pointer;
}

    body #user-button .u-main img {
        height: 100%;
        width: 100%;
    }

    body #user-button .u-main iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 4rem;
        height: 4rem;
        opacity: 1;
        transition: 0s 4s;
    }

body #user-button .u-icons {
    position: relative;
    z-index: 950;
    transform: translate(-50%, -50%);
    background: var(--user-button-circle);
    box-shadow: 0 0 0 0.125rem var(--user-button-cardborder);
    border-radius: 100%;
    transition: 0.25s;
    opacity: 1 !important;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px); 
}

    body #user-button .u-icons a {
        color: inherit;
        display: grid;
        place-items: center;
        width: 30px;
        height: 30px;
        text-decoration: none;
    }

        body #user-button .u-icons a div {
            padding: 0.5rem;
            transition: 0s;
        }

        body #user-button .u-icons a[href="https://twitter.com/Osorpenke"] {
            position: relative;
        }

            body #user-button .u-icons a[href="https://twitter.com/Osorpenke"]:before {
                content: "Middle Click";
                position: absolute;
                top: -1.5rem;
                left: 50%;
                font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
                white-space: pre;
                transform: translateX(-50%);
                opacity: 0;
                pointer-events: none;
                transition: 0.25s ease-in;
                background: #fffc;
                padding: 0.25rem 0.5rem;
                border-radius: 0.25rem;
            }

            body #user-button .u-icons a[href="https://twitter.com/Osorpenke"].show:before {
                opacity: 1;
                transition: 0.25s ease-out;
            }

            body #user-button .u-icons a[href="https://twitter.com/Osorpenke"] div {
                color: #1da1f2;
            }

        body #user-button .u-icons a[href="https://codepen.io/z-"] div {
            background: black;
            color: white;
        }

        body #user-button .u-icons a.u-random div {
            position: relative;
            top: -1px;
            -webkit-animation: diespin 2s linear infinite;
            animation: diespin 2s linear infinite;
        }

@-webkit-keyframes diespin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes diespin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

body #user-button .u-icons a.u-random:not(:hover) div {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

body #user-button .u-icons > * {
    position: absolute;
    width: 30px;
    height: 30px;
    background: var(--singlecolour);
    border-radius: 100%;
    cursor: pointer;
    transform: translate(-50%, -50%);
    transition: 0.25s -0.05s;
}

    body #user-button .u-icons > *:before {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    body #user-button .u-icons > *:hover, body #user-button .u-icons > *:focus-within {
        background: var(--hcolour);
    }

    body #user-button .u-icons > *:first-child:nth-last-child(1):nth-child(1), body #user-button .u-icons > *:first-child:nth-last-child(1) ~ *:nth-child(1) {
        left: 25%;
        top: 25%;
    }

    body #user-button .u-icons > *:first-child:nth-last-child(2):nth-child(1), body #user-button .u-icons > *:first-child:nth-last-child(2) ~ *:nth-child(1) {
        left: 37.5%;
        top: 18.75%;
    }

    body #user-button .u-icons > *:first-child:nth-last-child(2):nth-child(2), body #user-button .u-icons > *:first-child:nth-last-child(2) ~ *:nth-child(2) {
        left: 18.75%;
        top: 37.5%;
    }

    body #user-button .u-icons > *:first-child:nth-last-child(3):nth-child(1), body #user-button .u-icons > *:first-child:nth-last-child(3) ~ *:nth-child(1) {
        left: 50%;
        top: 15.625%;
    }

    body #user-button .u-icons > *:first-child:nth-last-child(3):nth-child(2), body #user-button .u-icons > *:first-child:nth-last-child(3) ~ *:nth-child(2) {
        left: 25%;
        top: 25%;
    }

    body #user-button .u-icons > *:first-child:nth-last-child(3):nth-child(3), body #user-button .u-icons > *:first-child:nth-last-child(3) ~ *:nth-child(3) {
        left: 15.625%;
        top: 50%;
    }

    body #user-button .u-icons > *:first-child:nth-last-child(4):nth-child(1), body #user-button .u-icons > *:first-child:nth-last-child(4) ~ *:nth-child(1) {
        left: 62.5%;
        top: 18.75%;
    }

    body #user-button .u-icons > *:first-child:nth-last-child(4):nth-child(2), body #user-button .u-icons > *:first-child:nth-last-child(4) ~ *:nth-child(2) {
        left: 37.5%;
        top: 18.75%;
    }

    body #user-button .u-icons > *:first-child:nth-last-child(4):nth-child(3), body #user-button .u-icons > *:first-child:nth-last-child(4) ~ *:nth-child(3) {
        left: 18.75%;
        top: 37.5%;
    }

    body #user-button .u-icons > *:first-child:nth-last-child(4):nth-child(4), body #user-button .u-icons > *:first-child:nth-last-child(4) ~ *:nth-child(4) {
        left: 18.75%;
        top: 62.5%;
    }

body #user-button:hover .u-icons, body #user-button:focus-within .u-icons {
    width: 300% !important;
    height: 300% !important;
}
 

    body.dark {
        background: #232223;
        color: white;
    }

@media (prefers-color-scheme: dark) {
    body:not(.light) {
        background: #232223;
        color: white;
    }
}

body .credit {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: inherit;
}

body .options {
    display: flex;
    flex-direction: row; 
    height: 400px;
    margin-top:-60px;
}

@media screen and (max-width: 718px) {
    body .options {
        min-width: 520px;
    }

        body .options .option:nth-child(5) {
            display: none;
        }
}

@media screen and (max-width: 638px) {
    body .options {
        min-width: 440px;
    }

        body .options .option:nth-child(4) {
            display: none;
        }
}

@media screen and (max-width: 558px) {
    body .options {
        min-width: 360px;
    }

        body .options .option:nth-child(3) {
            display: none;
        }
}

@media screen and (max-width: 478px) {
    body .options {
        min-width: 280px;
    }

        body .options .option:nth-child(2) {
            display: none;
        }
}

body .options .option {
    position: relative;
    overflow: hidden;
    min-width: 150px;
    margin: 0 10px;
    background: var(--optionBackground, var(--defaultBackground, #E6E9ED));
    background-size: auto 120%;
    background-position: center;
    cursor: pointer;
    transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
}
 
    body .options .option.active {
        flex-grow: 10000;
        transform: scale(1);
        max-width: 100%;
        margin: 0 10px;
        border-radius: 10px;
        background-size: 100% 100%; 
        position:relative;
        background-repeat:no-repeat;
    }
        body .options .option.active:before{
            content:'';
            position:absolute;
            left:0;
            top:0;
            width:100%;
            height:100%;
            background-color:rgba(0, 0, 0, 0.41);
        }
        body .options .option.active .shadow {
            box-shadow: inset 0 -120px 120px -120px black, inset 0 -120px 120px -100px black;
        }

        body .options .option.active .label {
            bottom: 80px;
            left: 20px;
        }

            body .options .option.active .label .info > div {
                left: 0px;
                opacity: 1;
            }

    body .options .option:not(.active) {
        flex-grow: 1;
        border-radius: 10px;
    }

        body .options .option:not(.active) .shadow {
            bottom: -40px;
            box-shadow: inset 0 -120px 0px -120px black, inset 0 -120px 0px -100px black;
        }

        body .options .option:not(.active) .label {
            bottom: 10px;
            left: 10px;
        }

            body .options .option:not(.active) .label .info > div {
                left: 20px;
                opacity: 0;
            }

    body .options .option .shadow {
        position: absolute;
        bottom: 0px;
        left: 0px;
        right: 0px;
        height: 120px;
        transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
    }

    body .options .option .label {
        display: flex;
        position: absolute;
        right: 0px;
        height: 40px;
        transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
    }

        body .options .option .label .icon {
            display: flex;
            flex-direction: row;
            justify-content: center;
            align-items: center;
            min-width: 40px;
            max-width: 40px;
            height: 40px;
            border-radius: 100%;
            background-color: white;
            color: var(--defaultBackground);
        }

        body .options .option .label .info {
            display: flex;
            flex-direction: column;
            justify-content: center;
            margin-left: 10px;
            color: white;
            white-space: pre;
        }

            body .options .option .label .info > div {
                position: relative;
                transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95), opacity 0.5s ease-out;
            }

            body .options .option .label .info .main {
                font-weight: bold;
                font-size: 1.2rem;
            }

            body .options .option .label .info .sub {
                transition-delay: 0.1s;
            }
.footer {
    background-color: #D3CFC5;
}
.footerinfo{
    width:25%;
}
    .footerinfo h3 {
        font-size: 18px;
        font-weight: bold;
        color: #dc3545;
    }
.altmenu{
    font-size:14px;
    margin:0;
    padding:0;
}
.altmenu li{
    list-style:none;
    padding-left:15px;
    line-height:30px;
    position:relative;
}
.altmenu li:before{
    content:'';
    border:1px solid #232223;
    height:6px;
    width:6px;
    position:absolute;
    top:30%;
    left:0px;
    transform:rotate(-45deg);
}
.altmenu li a{
    color:#232223;
    font-size:15px;
    font-weight:bold;
}
.altmenu li a:hover{
    color:black;
    padding-left:10px;
}
.social li:before{
    display:none;
}
.social li a {
    align-items: center;
    display: flex;
    font-size:13px!important;
}
.social li {
   padding-left:0;
}
.social i {
    font-size: 30px;
    margin-right:10px;
}
.social a:hover {
    color: #B51515!important;
}
.contactinfo{
    margin:0;
    padding:0;
}
.contactinfo li{
    list-style:none;
    display:flex;
    align-items:center;
    margin-bottom:15px;
}
.contactinfo li i{
    font-size:30px;
    margin-right:10px;
}
.contactinfo span{
    font-weight:bold;
    display:flex;
}
.contactinfo span div{
    margin-right:5px;
}
.footer-bottom {
    background-color: #ACA79B;
    padding:15px 0 8px;
    margin-top:15px;
    font-size:13px;
}
.footer-bottom img{
    width:50px!important;
}
.pageheader {
    width: 100%;
    height: 250px;
    background-image: url(/images/kurumsalheader.jpg);
    background-position:0;
}
.pageheader h2{
    color:#fff;
    font-weight:bold;
    padding-top:150px;
}
.bread{
    display:flex;
    margin:0;
    padding:0;
}
.bread li{
    list-style:none;
    position:relative;
}
.bread li:first-child:after{
    content:'/';
    padding-left:10px;
    padding-right:10px;
    color:#fff;
}
.bread li a{
    color:#fff;
}
.bread li a:hover{
    color:black;
}
.solmenu {
    background-color: #D3CFC5;
    padding:15px 0;
}
.solmenu h4{
    font-size:20px;
    font-weight:bold;
    padding:25px 25px 10px 25px;
}
.solmenu ul{
    margin:0;
    padding:0;
    list-style:none;
}
.solmenu ul li a{
    display:block;
    padding:15px 25px;
    color:#5f5b50;
}
.solmenu ul li a:hover{
    background-color:#5f5b50;
    color:#fff;
}
.page-content{
    margin-left:30px;
}
.aktif {
    background-color: #a5a091;
    color: #fff!important;
}
.baslik22 {
    min-height: 160px;
    padding-top: 50px; 
    text-align: left;
    color: white;
    font-size: 22px;
    margin-top: 0px;
    padding-left: 15px;
    margin-bottom: 0px;
}

.baslik111 { 
    padding-left: 5px;
    font-size: 32px;
}

.p7030 {
    padding-top: 10px;
    padding-bottom: 30px;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: 0 1px 1px rgba(0,0,0,0.05)
}

.panel-body {
    padding: 15px
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel-default {
    border-color: #ddd
}

    .panel-default > .panel-heading {
        color: #333;
        background-color: #f5f5f5;
        border-color: #ddd
    }

        .panel-default > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #ddd
        }

    .panel-default > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #ddd
    }
.content-icerik{
    margin-top:20px;
}
.altlogo{
    width:25%;
}
.fancybox-thumbs{
    height:100%;
    width:250px;
    display:block;
}
.img-thumbnail{
    border:1px solid #ddd;
    height:250px;
    position:relative;
}
.img-thumbnail img{
    position:absolute;
    top:0;
    right:0;
    left:0;
    bottom:0;
    max-width:100%;
    max-height:100%;
    margin:auto;
}
.img-resim{
    width:100%;
    position:relative;
    height:200px;
}
.img-resim img{
    position:absolute;
    right:0;
    left:0;
    bottom:0;
    top:0;
    margin:auto;
}
.uruntitle h5{
    font-size:18px!important;
    margin-bottom:0!important;
    margin-top:10px;
}
.navbar-toggler
{
    display:none;
}
/*Mobil*/
@media only screen and (max-width: 1200px) {
    .header{ 
        line-height:100px;
    }
    .container {
        width: 100% !important;
        max-width: 100% !important;
    }
    .logo {
        width: 60% !important; 
    }
    .menu ul{
        display:none!important;
    }
    .menu ul.collapse {
        display: none;
    }
        .menu ul.collapse.show {
            display: block!important;
            position:absolute;
            left:0;
            width:100%;
            background-color:#fff; 
            top:100px;
        }
    .menu > ul > li > a{
        padding:10px 20px!important;
        line-height:normal!important;
    }
    .menu {
        position: inherit !important;
        margin-top: 25px;
    }
    .navbar-toggler{
        display:block;
        height:50px; 
        border:1px solid #ddd;
        font-size:35px;
    }
    .ls-nav-prev, .ls-nav-next{
        z-index:1!important;
    }
    .dialogbox h1{
        font-size:30px!important;
    }
    .footer .d-flex {
        display: block !important;
    }
    .about-text:before, .about-image {
        display: none;
    }
    .about-text{
        width:100%;
        margin-top:100px;
        margin-left:0;
    }
    body .options{
        margin-top:20px;
    }
    .pb-5, .py-5{
        padding-top:1rem!important;
    }
    .pt-5, .py-5 {
        padding-bottom: 1rem !important;
    }
    .altlogo, .footerinfo, .w-50, .w-25,.w-75 {
        width: 100% !important;
    }
    .mobileflex{
        display:block!important;
    }
    .page-content{
        margin-left:0!important;margin-top:30px!important;
    }
    body .options .option:not(.active) {
        flex-grow: 1;
        border-radius: 10px;
        position: absolute;
        bottom: -15px;
        height: 70px;
        min-width: 70px;
        width: 70px;
    }
    body .options .option.active {
        position: absolute;
        width: 100%;
        height: 70% !important;
        margin-left:0!important;
    }
    .dialogbox {
        position: relative;
         margin: 0px 0 30px 0!important;
    }
    body .options .option:nth-child(2),
    body .options .option:nth-child(3),
    body .options .option:nth-child(4),
    body .options .option:nth-child(5) {
        display: block;
    }
    body .options .option:nth-child(2) {
        margin-left: 85px;
    }
    body .options .option:nth-child(3) {
        margin-left: 160px;
    }
    body .options .option:nth-child(4) {
        margin-left: 235px;
    }
    body .options .option:nth-child(5) {
        margin-left: 310px;
    }
    .options{
        height:500px;
    }
}