﻿@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
html {
    scroll-behavior: smooth;
    transition-duration: 500ms;
}

ol, ul, li {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    list-style: none;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

* {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
}

body {
    color: #444;
    font-family: 'Open Sans', sans-serif;
    margin: 0 auto;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    background: #e9e9e9;
    font-size:18px;
}

a {
    color: #DDD;
    transition: 0.5s;
}

    a:hover, a:active, a:focus {
        outline: none;
        text-decoration: none !important;
    }

p {
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    padding: 0;
}

/*--------USTALAN---------*/
#ustalan {
    padding: 8px 0;
    font-size: 14px;
    font-weight: 400;
    color: #FFF;
    height: 39px;
    z-index: 9;
    background: #092756;
}

.wrapper
{
    z-index:9999;
}

    #ustalan .wrapper .iletisim-ust a {
        line-height: 1;
        color: #FFF;
    }

        #ustalan .wrapper .iletisim-ust a:hover {
            color: #E21E25;
        }

    #ustalan .wrapper .iletisim-ust i {
        color: #FFF;
        padding: 10px;
    }

    #ustalan .wrapper .iletisim-ust .fa-phone {
        padding-left: 20px;
        margin-left: 20px;
        border-left: 1px solid #e9e9e9;
    }

    #ustalan .wrapper .sosyalmenu a {
        padding: 0 5px;
        display: inline-block;
        color: #FFF;
        font-size: 18px;
    }

        #ustalan .wrapper .sosyalmenu a:hover {
            color: #DDD;
        }

    #ustalan .wrapper .langmenu {
        margin-left:30px;
    }


        #ustalan .wrapper .langmenu a {
            color: #555;
            padding: 10px;
            display: inline-block;
            line-height: 24px;
            width: 24px;
            height: 24px;
            color: #FFF;
            margin-right: 5px;
        }

            #ustalan .wrapper .langmenu a:hover {
                color: #FFF;
                background: #092756;
            }


.back-to-top {
    position: fixed;
    display: none;
    background: #68bd48;
    color: #fff;
    font-size: 20px;
    border-radius: 2px;
    right: 15px;
    bottom: 5px;
    transition: background 0.5s;
    text-align: center;
    z-index: 10;
    width: 48px;
    line-height: 40px;
}


    .back-to-top:focus {
        background: #FFF;
        color: #000;
        outline: none;
    }

    .back-to-top:hover {
        background: #03312b;
        color: #fff;
    }

    /*-----------NAV-----------*/

#header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: #FFF;
    -webkit-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.27);
    -moz-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.27);
    box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.27);
}

nav {
    z-index: 999;
    width: 100%;
}

    nav .wrapper {
        position: relative;
        padding: 0 15px;
        height: 72px;
        margin: auto;
        display: flex;
        align-items: center;
        z-index: 9999;
        justify-content: space-between;
    }



.wrapper .nav-links {
    display: inline-flex;
    margin-top: 10px;
    float: left;
}

    .wrapper .nav-links .rtl {
        float: right;
    }

.nav-links li {
    list-style: none;
}

    .nav-links li .rtl {
        float: right;
    }

    .nav-links li a {
        color: #092756;
        text-decoration: none;
        font-size: 18px;
        font-weight: 400;
        padding: 25px 15px;
        transition: all 0.3s ease;
    }

        .nav-links li a:hover {
            color: #FFF;
            background: #092756;
        }

    .nav-links li ul li a {
        color: #092756;
        text-decoration: none;
        font-size: 18px;
        font-weight: 400;
        padding: 15px;
        transition: all 0.3s ease;
    }

        .nav-links li ul li a:hover {
            color: #FFF;
            background: #092756;
        }

.nav-links .mobile-item {
    display: none;
}

.nav-links .drop-menu {
    position: absolute;
    background: #FFF;
    top: 85px;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 6px 10px rgba(0,0,0,0.15);
    z-index: 999;
}

    .nav-links .drop-menu li a {
        color: #092756;
        border-bottom: 1px solid #092756 !important;
        font-size: 18px;
        display: block;
        width: 270px;
    }

        .nav-links .drop-menu li a:hover {
            color: #FFF;
            background: #092756;
        }

.nav-links li:hover .drop-menu,
.nav-links li:hover .mega-box {
    transition: all 0.3s ease;
    top: 72px;
    opacity: 1;
    visibility: visible;
}





.wrapper .btnc {
    font-size: 32px;
    color: #092756;
    cursor: pointer;
    display: none;
    position: absolute;
    top: 10px;
    right: 10px;
}

.wrapper .close-btn i {
    position: absolute;
    font-size: 18px;
    text-align: center;
    right: 5px;
    color: #E21E25 !important;
    background: #FFF;
    border-radius: 2px;
    padding:10px;
}

.wrapper .menu-btn i {
    font-size: 40px !important;
    color: #E21E25 !important;
}


nav input {
    display: none;
}


nav .wrapper .logo {
    background: #FFF;
    position: relative;
}

    nav .wrapper .logo img {
        width: 200px;
        height: auto;
    }
    
.mbl-langmenu {
    margin-left: 16px;
    display: block;
    padding: 15px 0;
    height: 48px;
    width: 100%;
}


    .mbl-langmenu a {
        color: #FFF;
        padding: 10px;
        float: left;
        display: inline-block;
        margin-right: 20px;
        text-decoration: none;
        background: #808080;
        text-align: center;
    }

        .mbl-langmenu a:first-child {
            border-left: 0;
        }

.mbl-sosyalmenu {
    border-top: 1px solid #808080;
    padding: 10px 0;
}

    .mbl-sosyalmenu a:first-child {
        margin-left: 12px;
    }

    .mbl-sosyalmenu a {
        color: #03312b;
        padding: 10px 8px;
        display: inline-block;
        line-height: 15px;
        font-size: 18px;
        background: #FFF;
        width: 44px;
        text-align: center;
        border-radius: 2px;
    }

        .mbl-sosyalmenu a:hover {
            color: #092756;
        }

        .mbl-sosyalmenu a:first-child {
            border-left: 0;
        }

        /*--------*/

.iletisim .crz a {
    color: #000;
}

    .iletisim.crz a:hover {
        color: #ff0000;
        text-decoration: none;
    }

.copy {
    background: #E21E25;
    padding: 0 0 30px 0;
    font-size: 13px;
    padding-top: 30px;
    color: #FFF;
}

#veri .veriler {
    margin: 50px 0;
    text-align: center;
}


    #veri .veriler a {
        color: #555;
        padding: 4px 12px;
        display: inline-block;
        line-height: 1px;
        border-left: 1px solid #e9e9e9;
    }

        #veri .veriler a:hover {
            color: #E21E25;
        }

        #veri .veriler a:first-child {
            border-left: 0;
        }


.footer-contact .icon {
    font-size: 14px;
    line-height: 18px;
}

.footer-contact .blg {
    margin-left: 15px;
    line-height: 36px;
}

.footer-contact li {
    color: #FFF;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.50);
}

    .footer-contact li:last-child {
        color: #FFF;
        margin-bottom: 10px;
        border-bottom: none;
    }

    .footer-contact li a {
        color: #FFF;
    }

        .footer-contact li a:hover {
            color: #092756;
            text-transform: none;
        }

.footer .sosyalmenu a {
    color: #fff;
    padding: 14px 12px;
    display: inline-block;
    line-height: 1px;
    background: #E21E25;
}

    .footer .sosyalmenu a:hover {
        color: #000;
    }

    .footer .sosyalmenu a:first-child {
        border-left: 0;
    }

.whatsapp {
    position: fixed;
    color: #FFF;
    background: #68bd48;
    border-radius: 2px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    bottom: 5px;
    left: 15px;
    z-index: 10;
}



    .whatsapp a {
        width: 48px;
        font-size: 20px;
        line-height: 40px;
        color: #FFF;
        text-align: center;
        cursor: pointer;
        display: block;
        text-align: center;
    }

        .whatsapp a:hover {
            background-color: #E21E25;
            color: #FFF;
            border-radius: 2px;
            transition: all 500ms ease;
            -moz-transition: all 500ms ease;
            -webkit-transition: all 500ms ease;
            -ms-transition: all 500ms ease;
            -o-transition: all 500ms ease;
        }


.sosyal_medya_alt {
    text-align: center;
}

    .sosyal_medya_alt a {
        text-align: center;
        font-size: 24px;
        color: #FFF;
    }

        .sosyal_medya_alt a:hover {
            text-align: center;
            font-size: 24px;
            color: #E21E25;
        }

.adr {
    text-align: center;
    background: #092756;
    padding: 15px 3px;
    margin-bottom: 10px;
    min-height: 170px;
    color: #FFF;
}

    .adr i {
        display: block;
        color: #FFF;
        font-size: 32px;
        margin-bottom: 40px;
    }

    .adr span {
        font-size: 16px;
        font-weight: 500;
    }

.hrt {
    margin-bottom: -30px;
    margin-top: 30px;
}
.krmsl_mn {
    font-size: 16px;
    line-height: 1.7em;
    padding: 60px 0;
    margin: 35px;
}



.lab-owl-blm {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0;
}

    .lab-owl-blm .baslik {
        margin-bottom: 30px;
        text-align:center;
    }



        .lab-owl-blm .baslik h2 {
            font-size: 32px;
            color: #E21E25 !important;
            font-weight: 700;
            position: relative;
            padding-bottom: 20px;
        }

           



    .lab-owl-blm:before {
        position: absolute;
        content: '';
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        display: block;
    }

    .lab-owl-blm .owl-dots {
        display: none;
    }

    .lab-owl-blm .owl-nav {
        display: none;
    }

        .lab-owl-blm .owl-nav .owl-prev,
        .lab-owl-blm .owl-nav .owl-next {
            display: none;
        }

            .lab-owl-blm .owl-nav .owl-prev:hover,
            .lab-owl-blm .owl-nav .owl-next:hover {
                display: none;
            }



#pagehead {
    padding: 30px 0;
    margin-bottom:30px;
}
    #pagehead .baslik {
        margin-bottom: 30px;
    }

        #pagehead .baslik h2 {
            font-size: 32px;
            color: #FFF;
            font-weight: 700;
            position: relative;
            padding-bottom: 20px;
        }

            #pagehead .baslik h2::before {
                content: '';
                position: absolute;
                display: block;
                width: 50px;
                height: 3px;
                background: #FFF;
                bottom: 0;
                left: 0;
            }

#pagehead, #referanslar {
    background: #092756;
    background: -moz-radial-gradient(0% 100%, ellipse cover, rgba(104,128,138,.4) 10%,rgba(138,114,76,0) 40%),-moz-linear-gradient(top, rgba(57,173,219,.25) 0%, rgba(42,60,87,.4) 100%), -moz-linear-gradient(-45deg, #670d10 0%, #092756 100%);
    background: -webkit-radial-gradient(0% 100%, ellipse cover, rgba(104,128,138,.4) 10%,rgba(138,114,76,0) 40%), -webkit-linear-gradient(top, rgba(57,173,219,.25) 0%,rgba(42,60,87,.4) 100%), -webkit-linear-gradient(-45deg, #670d10 0%,#092756 100%);
    background: -o-radial-gradient(0% 100%, ellipse cover, rgba(104,128,138,.4) 10%,rgba(138,114,76,0) 40%), -o-linear-gradient(top, rgba(57,173,219,.25) 0%,rgba(42,60,87,.4) 100%), -o-linear-gradient(-45deg, #670d10 0%,#092756 100%);
    background: -ms-radial-gradient(0% 100%, ellipse cover, rgba(104,128,138,.4) 10%,rgba(138,114,76,0) 40%), -ms-linear-gradient(top, rgba(57,173,219,.25) 0%,rgba(42,60,87,.4) 100%), -ms-linear-gradient(-45deg, #670d10 0%,#092756 100%);
    background: -webkit-radial-gradient(0% 100%, ellipse cover, rgba(104,128,138,.4) 10%,rgba(138,114,76,0) 40%), linear-gradient(to bottom, rgba(57,173,219,.25) 0%,rgba(42,60,87,.4) 100%), linear-gradient(135deg, #670d10 0%,#092756 100%);
    color: #fff;
    padding: 40px 0;
}

.kategorisyf
{
    margin-bottom:30px;
}


#iletisim {
    margin-top: 60px;
}
.thumbnail-iltsm {
    background: #E21E25;
    border-radius: 4px;
    text-align: center;
    margin-bottom: 80px;
    border: 1px solid #c70d14;
    font-weight: 300;
    height: 150px;
    color:#FFF;
}



.thumbnail-iltsm .adrtext {
    display: block;
    font-size: 15px;
}



.thumbnail-iltsm h4 {
    display: block;
    position: relative;
    top: -20px;
    font-size: 16px;
}



.thumbnail-iltsm .iikon {
    color: #E21E25;
    padding: 5px;
    font-size: 32px;
    padding: 10px;
    position: relative;
    top: -28px;
    border-radius: 50%;
    background: #FFF;
    border: 2px solid #E21E25;
}

.thumbnail-iltsm1 .iikon {
    color: #0094ff;
    padding: 5px;
    font-size: 32px;
    padding: 10px;
    position: relative;
    top: -28px;
    border-radius: 50%;
    background: #FFF;
    border: 1px solid #0094ff;
}

.hrt {
    margin-bottom: -6px;
}
/*-------RESPONSIVE-------*/

@media (max-width: 767px) {


    .footer {
        background: #092756;
        background-position: center;
        background-repeat: no-repeat;
        color: #fff;
        padding: 40px 0;
    }

    .parallax {
        background-image: url("/img/bg.png");
        height: 400px;
        font-size: 80px;
        text-align: center;
        padding: 50px 0;
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        color: #fff;
        margin-bottom: -30px;
    }

        .parallax h1 {
            color: #03312b;
            padding: 15px;
            margin-top: 30px;
            font-weight: 900;
            font-size: 60px;
        }

        .parallax h4 {
            background: #092756;
            color: #FFF;
            padding: 15px;
            margin-top: 30px;
            line-height: 1.7em;
            display: inline-block;
            font-size: 24px;
        }

    .veri li a {
        color: #FFF;
        -webkit-font-smoothing: antialiased;
        font-size: 17px;
        list-style-type: none !important;
        padding: 5px 0;
    }

        .veri li a:hover {
            color: #DDD;
            text-decoration: none;
            transition: all 500ms ease;
            -moz-transition: all 300ms ease;
            -webkit-transition: all 300ms ease;
            -ms-transition: all 300ms ease;
            -o-transition: all 300ms ease;
        }

    .footer .footer-widget .sosyal_medya a {
        font-size: 20px;
        opacity: 1;
        padding: 10px;
        width: 60px;
        height: 60px;
        background: #FFF;
        color: #092756;
        transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        margin-right: 8px;
        text-align: center;
        border-radius: 2px;
    }


    .footer-widget {
        margin-bottom: 50px !important;
    }

        .footer-widget h4 {
            font-size: 18px;
            color: #f9f9f9;
            text-align: left;
            position: relative;
            margin: 0 0 30px 0;
            padding: 0;
            text-shadow: none;
            -webkit-font-smoothing: antialiased;
            font-weight: 600 !important;
        }

            .footer-widget h4:after {
                left: 0;
                right: 0;
                width: 100%;
                content: "";
                height: 1px;
                bottom: -15px;
                position: absolute;
                background: #FFF;
            }

    .krmsl_mn {
        font-size: 16px;
        line-height: 1.7em;
        padding: 60px 0;
        margin: 35px;
    }





    .ilt_first {
        margin-bottom: 30px;
        border-top: none;
        padding: 30px 0 0 0;
        font-weight: 200;
        font-size: 17px;
    }

        .ilt_first i {
            color: #FFF;
            background: #03312b;
            padding: 10px;
            text-align: center;
        }

    .map {
        margin-top: 30px;
        margin-bottom: -70px;
    }

    

    .mn-abt {
        color: #FFF;
        font-weight: 300;
        font-size: 18px;
        padding: 20px 0;
    }

    .mbl-none {
        display: none !important;
    }

    .nav-links .drop-menu {
        position: static;
        opacity: 1;
        top: 45px;
        visibility: visible;
        width: 100%;
        max-height: 0px;
        overflow: hidden;
        box-shadow: none;
        transition: all 0.3s ease;
        background: #092756;
    }

        .nav-links .drop-menu li a {
            color: #FFF !important;
            width: 100%;
            font-size: 15px !important;
            padding: 10px 20px;
            font-weight: 400;
        }

            .nav-links .drop-menu li a:hover {
                color: #FFF !important;
            }

    .ckk {
        background: #092756;
        color: #FFF;
        position: fixed;
        font-size: 14px;
        bottom: 10px;
        left: 10px;
        z-index: 998;
        width: 95%;
        padding: 10px;
        border-radius: 4px;
        border: 1px solid #FFF;
    }

        .ckk .icerik {
            width: 90%;
            float: left;
        }

        .ckk .btn {
            position: absolute;
            top: 1px;
            right: 1px;
            background: #E21E25;
            color: #FFF;
        }


        .ckk a {
            color: #FFF;
            padding: 0 5px;
        }

            .ckk a:hover {
                color: #092756;
                text-decoration: none;
            }

    .close {
        height: 15px;
        border: none;
        color: #FFF !important;
        cursor: pointer;
        z-index: 9;
        background: #FFF;
        padding: 15px;
        font-size:5px;
    }

    .back-to-top {
        bottom: 5px;
    }

    .mbl {
        margin-top: 30px;
    }
}

@media (min-width: 768px) {

    

    .veri li {
        -webkit-font-smoothing: antialiased;
        font-size: 14px;
        list-style-type: disc;
        padding: 5px 0;
        margin-left: 15px;
        font-weight: 400;
    }

        .veri li a {
            color: #FFF;
            -webkit-font-smoothing: antialiased;
        }

            .veri li a:hover {
                color: #DDD;
                text-decoration: none;
                transition: all 500ms ease;
                -moz-transition: all 300ms ease;
                -webkit-transition: all 300ms ease;
                -ms-transition: all 300ms ease;
                -o-transition: all 300ms ease;
                padding: 0 10px;
            }

    .footer {
        background: #092756;
        background: -moz-radial-gradient(0% 100%, ellipse cover, rgba(104,128,138,.4) 10%,rgba(138,114,76,0) 40%),-moz-linear-gradient(top, rgba(57,173,219,.25) 0%, rgba(42,60,87,.4) 100%), -moz-linear-gradient(-45deg, #670d10 0%, #092756 100%);
        background: -webkit-radial-gradient(0% 100%, ellipse cover, rgba(104,128,138,.4) 10%,rgba(138,114,76,0) 40%), -webkit-linear-gradient(top, rgba(57,173,219,.25) 0%,rgba(42,60,87,.4) 100%), -webkit-linear-gradient(-45deg, #670d10 0%,#092756 100%);
        background: -o-radial-gradient(0% 100%, ellipse cover, rgba(104,128,138,.4) 10%,rgba(138,114,76,0) 40%), -o-linear-gradient(top, rgba(57,173,219,.25) 0%,rgba(42,60,87,.4) 100%), -o-linear-gradient(-45deg, #670d10 0%,#092756 100%);
        background: -ms-radial-gradient(0% 100%, ellipse cover, rgba(104,128,138,.4) 10%,rgba(138,114,76,0) 40%), -ms-linear-gradient(top, rgba(57,173,219,.25) 0%,rgba(42,60,87,.4) 100%), -ms-linear-gradient(-45deg, #670d10 0%,#092756 100%);
        background: -webkit-radial-gradient(0% 100%, ellipse cover, rgba(104,128,138,.4) 10%,rgba(138,114,76,0) 40%), linear-gradient(to bottom, rgba(57,173,219,.25) 0%,rgba(42,60,87,.4) 100%), linear-gradient(135deg, #670d10 0%,#092756 100%);
        color: #fff;
        padding: 40px 0;
    }

    

    .footer .sosyal_medya {
        position: relative;
        margin: 0px;
    }

    .footer .sosyal_medya {
        position: relative;
        float: left;
        padding: 0px;
        line-height: 40px;
    }

        .footer .sosyal_medya a {
            position: relative;
            display: inline-block;
            font-size: 18px;
            opacity: 1;
            width: 40px;
            height: 40px;
            background: #FFF;
            color: #092756;
            transition: all 500ms ease;
            -moz-transition: all 500ms ease;
            -webkit-transition: all 500ms ease;
            -ms-transition: all 500ms ease;
            -o-transition: all 500ms ease;
            margin-right: 8px;
            text-align: center;
            border-radius: 3px;
        }

            .footer .sosyal_medya a:hover {
                position: relative;
                display: inline-block;
                font-size: 18px;
                background: #092756;
                color: #FFF;
                text-decoration: none;
                opacity: 1;
                transition: all 500ms ease;
                -moz-transition: all 500ms ease;
                -webkit-transition: all 500ms ease;
                -ms-transition: all 500ms ease;
                -o-transition: all 500ms ease;
            }

    .footer-widget h4 {
        font-size: 18px;
        color: #f9f9f9;
        text-align: left;
        position: relative;
        margin: 0 0 30px 0;
        padding: 0;
        text-shadow: none;
        font-weight: 700 !important;
        -webkit-font-smoothing: antialiased;
    }

        .footer-widget h4:after {
            left: 0;
            right: 0;
            width: 25%;
            content: "";
            height: 1px;
            bottom: -15px;
            position: absolute;
            background: #FFF;
        }

    .parallax {
        background-image: url("/img/bg.png");
        height: 400px;
        font-size: 80px;
        text-align: center;
        padding: 100px 0;
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        color: #fff;
        margin-bottom: -30px;
    }

        .parallax h1 {
            color: #03312b;
            padding: 15px;
            margin-top: 30px;
            font-weight: 900;
            font-size: 60px;
        }

        .parallax h4 {
            background: #092756;
            color: #FFF;
            padding: 15px;
            margin-top: 30px;
            line-height: 1.7em;
            display: inline-block;
            font-size: 24px;
        }

    .parallax1 {
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .ilt {
        margin-bottom: 30px;
        border-top: 1px solid #DDD;
        padding: 30px 0 0 0;
    }

        .ilt i {
            color: #FFF;
            background: #E21E25;
            padding: 10px;
            text-align: center;
            margin-right: 30px;
        }


    .ilt_first {
        margin-bottom: 30px;
        border-top: none;
        padding: 30px 0 0 0;
        font-weight: 400;
        font-size: 16px;
        color: #808080;
    }

        .ilt_first i {
            color: #FFF;
            background: #03312b;
            padding: 10px;
            text-align: center;
            font-size: 24px;
        }

    


    .lg-none {
        display: none !important;
    }

    .ckk {
        background: #092756;
        color: #FFF;
        position: fixed;
        font-size: 14px;
        bottom: 10px;
        left: 10px;
        z-index: 998;
        width: 40%;
        padding: 10px;
        border-radius: 4px;
        border: 3px solid #FFF;
    }

        .ckk .icerik {
            width: 90%;
            float: left;
        }

        .ckk .btn {
            position: absolute;
            top: 1px;
            right: 1px;
            background: #E21E25;
            color: #FFF;
        }


        .ckk a {
            color: #FFF;
            padding: 0 2px;
        }

            .ckk a:hover {
                color: #DDD;
                text-decoration: none;
            }


    .yazi {
        background: #FFF;
        position: relative;
    }

        .yazi h2 {
            margin-top: -15px;
            font-weight: 600;
            font-size: 24px;
            color: #E21E25;
            padding: 10px 0;
        }

}
@media screen and (max-width: 970px) {
    .wrapper .btnc {
        display: block;
    }

    .wrapper .nav-links {
        margin-top: 0;
        position: fixed;
        height: 100vh;
        width: 100%;
        max-width: 350px;
        top: 0;
        left: -100%;
        background: #092756;
        display: block;
        padding: 50px 0;
        color: #FFF;
        line-height: 18px;
        overflow-y: auto;
        transition: all 0.3s ease;
    }

    ::-webkit-scrollbar {
        width: 5px;
    }

    ::-webkit-scrollbar-track {
        background: #03312b;
    }

    ::-webkit-scrollbar-thumb {
        background: #3A3B3C;
    }

    #menu-btn:checked ~ .nav-links {
        left: 0%;
    }

    #menu-btn:checked ~ .btnc.menu-btn {
        display: none;
    }

    #close-btn:checked ~ .btnc.menu-btn {
        display: block;
    }




    .nav-links li {
        border-bottom: 1px solid #FFF;
    }

        .nav-links li a {
            padding: 10px 15px;
            display: block;
            color: #FFF;
            font-size: 18px !important;
            font-weight: 400;
        }

    .nav-links label {
        padding: 10px 15px;
        display: block;
        color: #FFF;
        font-size: 18px !important;
        font-weight: 400 !important;
    }

    .nav-links .drop-menu {
        position: static;
        opacity: 1;
        top: 45px;
        visibility: visible;
        width: 100%;
        max-height: 0px;
        overflow: hidden;
        box-shadow: none;
        transition: all 0.3s ease;
        background: #092756;
    }

        .nav-links .drop-menu li a {
            color: #DDD !important;
        }

            .nav-links .drop-menu li a:hover {
                color: #fff !important;
            }

    #showDrop:checked ~ .drop-menu {
        max-height: 100%;
    }

    .nav-links .desktop-item {
        display: none;
    }

    .nav-links .mobile-item {
        display: block;
        color: #fff !important;
        font-size: 16px;
        padding: 10px 15px;
        font-weight: 300;
        cursor: pointer;
        transition: all 0.3s ease;
    }
}

