﻿body {
    background: #f0f0f0;
}

.pkd1 {
    max-height: 95px;
    /*    position: absolute;
    top: 32px;
    left: 60px;*/
    margin-bottom: 30px;
}

.pkd2 {
    /* padding-top: 35px; */
    /* text-align: center; */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 80%;
    color: #121212;
}

    .pkd2 h2 {
        font-weight: 700
        /*        color: #a28c6d;
        font-style: italic;
        font-size: 1.75em;
        margin-top: 45px;
        font-family: 'Anton', sans-serif;*/
    }

    .pkd2 p {
        /*        color: #505d68;
        font-weight: bold;
        font-family: 'Roboto Mono', monospace;
        margin-bottom: 5px;
        font-size: 15px;*/
    }


    .pkd2 i {
        /*color:#ff0000;*/
    }

    .pkd2 ul {
    }

    .pkd2 li {
        text-align: left;
        display: block;
        padding: 3px 0px;
        font-weight: 600;
        /*     border-bottom: 1px dotted silver;*/
    }

    .pkd2 b {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 60%;
        flex: 1 1 60%;
        width: 75%;
        font-weight: 700;
    }

        .pkd2 b:after {
            content: "";
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-flex: 1;
            -ms-flex: 1 1 5%;
            flex: 1 1 5%;
            margin: 0 .5ch;
            border-bottom: 1px solid #cbd2c5;
        }

    .pkd2 span {
        float: right;
        width: 25%;
        text-align: left;
        margin-top: -22px;
    }

.pkd2a {
    color: #677c7b;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    line-height: 35px;
    border-bottom: 1px solid #efefef;
    display: block;
    cursor: pointer;
    transition: .2s all;
    text-decoration: none;
}

    .pkd2a:hover {
        font-weight: 700;
        font-size: 15px;
    }

.pkd3 {
    /*            padding-top: 50px;
            padding-left: 90px;*/
    /*        padding-top: 65px;
        padding-left: 30px;*/
}



.pkd4 {
    /*        text-transform: uppercase;
        color: #a28c6d;
        fill: #a28c6d;
        text-align: center;
        border: 1px solid #74c391;
        box-sizing: border-box;
        position: relative;
        font-weight: bold;
        transition: background .3s ease,color .3s ease;
        padding: 16px;
        margin-top: 50px;
        display: inline-block;
        text-decoration: none;
        font-size: 18px;*/
    /*text-transform: uppercase;
    color: #ffffff;*/
    /* fill: #a28c6d; */
    /*text-align: center;
    border: 1px solid #f0f0f0;
    box-sizing: border-box;
    position: relative;
    font-weight: bold;
    transition: background .3s ease,color .3s ease;
    padding: 16px;
    margin-top: 20px;
    display: inline-block;
    text-decoration: none;
    font-size: 18px;
    background-color: #74c391;*/
}

    .pkd4:hover {
        color: #74c391;
        background-color: #fff;
    }

    .pkd4::before {
        display: block;
        content: "";
        box-sizing: border-box;
        right: 0.3125em;
        left: 0.3125em;
        top: 0.3125em;
        bottom: 0.3125em;
        position: absolute;
        border: 1px solid #74c391;
        z-index: -1;
    }

    .pkd4:hover:before {
        background: #74c391;
        transition: background .3s ease;
    }

.pkd5 {
    position: absolute;
    bottom: 13%;
    left: 50%;
    transform: translate(-50%, 50%);
}

    .pkd5 img {
        display: block;
        width: 150px;
    }

.pkd6 {
    height: calc(100vh - 0px);
    background-color: #fff;
    padding-top: 15px;
    padding-left: 10px;
    padding-bottom: 0px;
}


.pkd7 {
    /*left: 10px;
        right: 0;
        top: 0%;
        position: absolute;*/

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 85%;
    color: #121212;
}

    .pkd7 h2 {
        font-size: 23px;
        text-align: center;
        background-color: #fff;
        padding: 10px 5px;
    }


    .pkd7 ul {
        padding: 0px;
        margin: 0px;
    }

    .pkd7 li {
        padding: 0px;
        margin: 0px;
        border-radius: 0px;
        margin: 0px;
    }

    .pkd7 a {
        text-decoration: none;
        height: 65px;
        width: 100px;
        display: block;
        text-align: center;
        display: flex;
        align-content: center;
        align-items: center;
        justify-content: center;
        color: #a28c6d;
        font-family: 'Anton', sans-serif;
        text-align: center;
        font-weight: bold;
        font-size: 45px;
        transition: color .3s ease,transform .3s ease;
        margin: 0px auto;
    }

        .pkd7 a:hover {
            transform: scale(0.7);
            color: #f2776a !important;
            transition: color .2s ease,transform .2s ease !important;
            border: 1px solid #f2776a;
        }

    .pkd7 h4 {
        color: #000;
        font-size: 33px;
        text-align: center;
        /* border-bottom: 1px solid; */
        display: inline-block;
        padding: 0px 10px 0px 1px;
        font-weight: bold;
    }

    .pkd7 h5 {
        color: #515151;
        font-size: 26px;
        text-align: center;
        /* border-bottom: 1px solid; */
        display: inline-block;
        padding: 10px 10px 5px 1px;
    }

    .pkd7_sec, .pkd7 a:hover .pkd7_sec {
        transform: scale(1) !important;
        color: #f2776a !important;
        transition: color .2s ease,transform .2s ease !important;
        border: 1px solid #f2776a;
    }

    .pkd7 ul {
    }

    .pkd7 li {
        text-align: left;
        display: block;
        padding: 3px 0px;
        font-weight: 600;
        /*     border-bottom: 1px dotted silver;*/
    }

    .pkd7 b {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 60%;
        flex: 1 1 60%;
        width: 75%;
        font-weight: 700;
    }

        .pkd7 b:after {
            content: "";
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-flex: 1;
            -ms-flex: 1 1 5%;
            flex: 1 1 5%;
            margin: 0 .5ch;
            border-bottom: 1px solid #cbd2c5;
        }

    .pkd7 span {
        float: right;
        width: 25%;
        text-align: left;
        margin-top: -22px;
    }


.pkd8 {
    height: calc(100vh - 45px);
    background-color: #fff;
    padding-top: 75px;
    padding-left: 25px;
    padding-bottom: 0px;
}

.cl45 {
    padding: 0px 40px;
}

#imgProje {
    /*    width: 100% !important;*/
    max-width: 100% !important;
    height: auto !important;
    max-height: 600px !important;
}

table {
    padding: 1px 3px 1px 5px;
}

a {
    outline: none;
}



.cl48 {
    padding: 0;
    background: #d30724;
    border-radius: 25px;
    color: #fff;
    border-radius: 35px;
    padding-right: 25px;
    position: relative;
    float: right;
    text-decoration: none;
    margin-right: 80px;
    font-weight: 600;
}

    .cl48 i {
        border-radius: 50%;
        margin-right: 10px;
        background: #0e0e0e;
        display: inline-block;
        padding: 20px;
        color: #fff;
        font-size: 18px;
    }

.cl49 {
    height: calc(100vh - 130px);
    position: relative;
}

.cl50 {
    /*position: absolute;*/
    /* width: 55px; */
    /* z-index: 900; */
    /* top: 0px; */
    /* left: 0px; */
    bottom: 10px;
    width: 100%;
    text-align: center;
}

.cl51 {
}

    .cl51 b {
        display: block;
        padding-bottom: 0px;
        font-size: 13px;
        margin-bottom: 3px;
        color: #797979;
    }

    .cl51 ul {
    }

    .cl51 li {
        display: inline-block;
    }

    .cl51 a {
        font-size: 24px;
        padding: 0px 5px;
        text-decoration: none;
        color: #454545;
        font-weight: 700;
    }


/*.cl52 {
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
}

    .cl52 a {
        color: #000;
        text-decoration: none;
        border: 1px solid silver;
        padding: 10px;
        border-radius: 50px;
        text-align: center;
    }

        .cl52 a:hover {
            background-color: silver;
        }

.cl53 {
    font-weight: 700;
    text-align: center;
    width: 40px;
    display: inline-block;
    font-size: 25px;
}*/

.cl30 {
}

.solProjeResim {
    text-align: center;
}

    .solProjeResim a {
    }

    .solProjeResim img {
        max-width: 200px;
        height: auto;
        display:inline-block;
    }

@media (min-width:900px) and (max-width:1400px) {
}


@media only screen and (max-width: 768px) {

    .pkd1 {
        max-width: 140px;
        margin-bottom: 15px;
        display: none;
    }

    .pkd2 {
        padding-top: 15px;
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        width: 100%;
    }

        .pkd2 li {
            text-align: left;
            display: block;
            padding: 3px 0px;
            font-weight: 600;
            /* border-bottom: 1px dotted silver; */
            padding-left: 50px;
        }

    .pkd4 {
        text-transform: uppercase;
        color: #ffffff;
        /* fill: #a28c6d; */
        text-align: center;
        border: 1px solid #f0f0f0;
        box-sizing: border-box;
        position: relative;
        font-weight: bold;
        transition: background .3s ease, color .3s ease;
        padding: 5px 10px;
        margin-top: 10px;
        display: inline-block;
        text-decoration: none;
        font-size: 15px;
        background-color: #74c391;
        margin-bottom: 10px;
    }

    .pkd4M {
        position: absolute;
        z-index: 999;
        top: 75px;
        font-size: 23px;
    }

    .pkd6 {
        height: auto;
        background-color: #fff;
        padding-top: 0px;
        padding-left: 0px;
        padding-bottom: 0px;
        text-align: center;
    }

    .pkd7 {
        position: relative;
        top: 0px;
        left: 0px;
        transform: none;
        text-align: center;
        width: 100%;
    }

        .pkd7 li {
            padding: 0px;
            margin: 0px;
            border-radius: 0px;
            margin: 0px;
            display: inline-block;
        }

        .pkd7 h4 {
            font-size: 23px;
            padding: 0px 0px 0px 0px;
            margin-bottom: 1px;
        }

        .pkd7 h5 {
            font-size: 16px;
            text-align: center;
            display: inline-block;
            padding: 0px 0px 0px 0px;
        }

        .pkd7 h4, .pkd7 h5 {
            display: block;
        }




    .cl45 {
        padding: 0px 0px;
        position: relative;
        margin-top: 15px;
        top: inherit;
        left: inherit;
        transform: none;
        margin-bottom: 30px;
    }

    .pkd2 p {
        margin-bottom: 0px;
    }

    .pkd2a {
        line-height: 30px;
        font-size: 14px;
    }

    #social-sidebar {
        right: 0px;
        position: relative;
        top: 0;
        z-index: 900;
        border-left: 1px solid silver;
        height: 100vh;
        padding-top: 0px;
        background-color: #fff;
        height: auto;
        padding-left: 0px;
        padding-right: 0px;
        text-align: center;
    }

        #social-sidebar li {
            display: inline-block;
        }

        #social-sidebar span {
            display: none;
        }

    .pkd7 a {
        text-decoration: none;
        height: 33px;
        width: 30px;
        display: block;
        text-align: center;
        display: flex;
        align-content: center;
        align-items: center;
        justify-content: center;
        text-align: center;
        font-weight: bold;
        font-size: 25px;
        margin: 0px auto;
    }

    .cl30 {
        padding-bottom: 0px;
    }

    #imgProje {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
    }

    .cl49 {
        height: auto;
        position: relative;
        margin-top: 10px;
    }

    .solProjeResim img {
        max-width: 180px;
        height: auto;
        margin-top: 20px;
    }
}
