﻿#ustSosyalBar {
    /*    position: absolute;
    right: 58px;
    top: 0px;
    z-index: 100*/
    display: inline-block;
}


    #ustSosyalBar a {
        font-size: 18px;
        color: #ffffff;
        display: inline-block;
        vertical-align: middle;
        padding: 4px 4px;
        position: relative;
        width: 35px;
        text-align: center;
    }

        #ustSosyalBar a:hover {
            background-color: #f3fbff52;
            color: #fff;
        }

    #ustSosyalBar span {
        display: inline-block;
        border-right: 1px solid #ffffff;
        margin-top: 0px;
        position: absolute;
        width: 1px;
        height: 35px;
        top: 0px;
        display: none;
    }

    #ustSosyalBar .feather {
        width: 17px;
        height: 17px;
    }



#diller {
    /*    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 100*/
    display: inline-block;
}

    #diller .btn {
        outline: none;
        border: 0px solid silver;
        color: #fff;
        font-weight: 500;
        border-radius: 0px;
        background-color: rgb(227 227 227 / 0%);
        margin-top: 5px;
    }

        #diller .btn:hover {
            background-color: #ffffff21;
            color: #fff;
        }


header {
 /*   background-color: rgb(0 3 4 / 79%);*/
    position: relative;
    /* height: 35px;*/
}

.pdhead1 {
    text-align: left;
    padding-left: 30px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    padding-top: 5px;
    vertical-align: middle;
    position: relative;
}

    .pdhead1 .headlogo {
        position: absolute;
        left: 0px;
        top: 55px;
        z-index: 5;
    }

    .pdhead1 ul {
        padding: 0px;
        margin: 0px;
    }

    .pdhead1 li {
        display: inline-block;
    }

        .pdhead1 li:after {
            content: ">";
            padding-left: 5px;
        }

.pdhead1_0:after {
    content: " " !important;
}

.pdhead1 a {
    color: #fff;
    text-decoration: none;
}



.pdhead2 {
    text-align: right;
    padding-right: 30px;
}

.mn1 {
    top: 2px !important;
    color: #ffffff !important;
    left: 35px;
    font-size: 20px;
}

.pd_SagMenu {
    position: absolute;
    right: 0px;
    z-index: 99;
    background-color: rgb(2 114 165 / 64%);
    padding: 10px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    box-shadow: 0px 0px 2px #e6f5fa;
    width: 160px;
    top: 50%;
    transform: translateY(-50%);
}

    .pd_SagMenu li {
    }

    .pd_SagMenu a {
        display: block;
        border-bottom: 1px dotted #d5d5d5;
        color: #fff;
        padding: 5px 10px;
        text-decoration: none;
        transition: all 0.5s;
    }

        .pd_SagMenu a:hover {
            padding-left: 0px;
        }


.fancybox__content {
    padding: 5px;
}

header {
    /*   background-color: #a3282b00;*/
    position: fixed;
    width: 100%;
    z-index: 3000;
}

.headlogo {
    float: left;
    position: absolute;
    left: 45px;
    top: 50px;
}

    .headlogo img {
        max-width: 300px;
    }

.ust1 {
    text-align: right;
    padding-right: 0px;
    background-image: linear-gradient(to left, #f90006, white);
    height: 53px;
    padding-top: 13px;
}

    .ust1 a {
        color: #fff !important;
        text-decoration: none;
        font-weight: 500;
        padding-right: 10px;
        transition: all .4s;
    }

        .ust1 a:hover {
            color: brown;
        }
.povr1{
    display:none;
}

@media (min-width:900px) and (max-width:1400px) {
}


@media only screen and (max-width: 768px) {

    .mn1 {
        top: 0px !important;
        color: #ffffff !important;
        left: 10px;
        font-size: 21px;
    }

    header {
        background-color: rgb(21 186 244 / 86%);
        /* height: 35px; */
    }

    .headlogo img {
        max-width: 180px;
    }

    .headlogo {
        max-width: 90px;
        float: left;
        position: fixed;
        left: 15px;
        top: 10px;
    }

    .pdhead1_mbl {
    }

    #diller {
        position: relative;
        left: 0px;
        z-index: 500;
        top: auto;
    }

    #ustSosyalBar {
        position: fixed;
        bottom: 68px;
        z-index: 500;
        left: 0px;
        background-color: rgb(46 155 207 / 54%);
    }

    .pd_SagMenu {
        position: relative;
        /*right: 0px;*/
        z-index: 99;
        background-color: #fff;
        padding: 5px;
        border-bottom-left-radius: 0px;
        border-top-left-radius: 0px;
        box-shadow: 0px 0px 2px #e6f5fa;
        /*width: 160px;*/
        top: inherit;
        width: 100%;
        text-align: center;
        top:auto;
        transform:none;
        /*bottom: -63px;*/
    }

        .pd_SagMenu a {
            border-bottom: 1px dotted #d5d5d5;
            padding: 2px 3px;
            text-align: left;
        }

        .pd_SagMenu li {
          /*  display: inline-block;
            width: 32%;
            float: left;*/
        }

    .headlogo {
        float: none;
        position: relative;
        left: 0;
        top: 0;
    }
    .overlay1 {
        height: 100%;
        width: 0%;
        position: fixed;
        z-index: 15000;
        left: 0;
        top: 0;
        /*background-color: #fff;*/
        overflow-x: hidden;
        transition: 0.5s;
        display: block;
    }

    .overlay-content {
        position: relative;
        top: 0;
        width: 100%;
        text-align: center;
        height: 100%;
        /*margin-top: 30px;*/
    }

    .ovr6 {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        width: 460px;
        box-sizing: border-box;
        padding: 30px 0 30px;
        -webkit-backdrop-filter: blur(30px);
        backdrop-filter: blur(30px);
        /*background-color: rgba(17, 10, 4, 0.7);*/
        /*background: linear-gradient(88deg, rgba(0, 0, 0,90%), rgba(6, 62, 78, 90%), rgba(0, 0, 0, 50%));*/
        background: #fff;
        /*font-family: Goldenbook;*/
        font-size: 25px;
        /* transform: translateY(-100%); */
        transition: 0.3s ease;
        width: 100%;
        padding: 0;
    }

    .overlay1 .closebtn {
        position: absolute;
        top: 7px;
        right: 40px;
        font-size: 33px;
        color: var(--mavi);
    }

    .ovr1 {
        min-height: 50vh;
    }

    .ovr2 {
        flex-direction: column;
        height: 100%;
        text-align: start;
        padding: 0 15px;
        /*display: flex;*/
        justify-content: center;
        font-size: 16px;
        margin-top: 25px;
    }

        .ovr2 ul {
            list-style: none;
        }


        .ovr2 a {
            color: #000;
            font-size: 16px;
            letter-spacing: 1px;
            font-weight: 400;
            text-transform: uppercase;
            word-wrap: break-word;
        }

    /*.ovr2 img {
            max-height: 65px;
            margin-top: 25px;
            margin-bottom: 25px;
        }*/
    .ovr3 {
        /*width: 35%;*/
        /*background: #0000006e;*/
        color: #000;
        height: 100%;
    }

    .ovr4 {
        width: 65%;
        background: #fff;
        height: 100%;
    }

    .ovr5 {
        height: 100%;
    }

    .ovr7 {
        margin-bottom: 25px;
        margin-top: 25px;
    }

        .ovr7 ul {
            display: flex;
        }

        .ovr7 img {
            max-height: 80px;
            padding-right: 15px;
        }

        .ovr7 li {
            border: none;
        }

    .ovr2 h1 {
        font-weight: 700;
        letter-spacing: .025em;
        text-transform: uppercase;
        color: #000;
        font-size: 33px;
        padding-right: 15px;
    }

    .ovr2 p {
        color: gray;
        margin-bottom: 25px;
    }

    .ovr8 {
        display: flex;
        justify-content: space-between;
    }

        .ovr8 a {
            display: inline-block;
            font-size: 15px;
            /*padding: 8px 22px;*/
            border-radius: 0;
             font-weight: 600; 
            transition: .3s;
            border: 0;
            cursor: pointer;
            /*width: 45%;*/
        }
        .ovr8 ul {
           /* display: flex;
            justify-content: flex-start;
            gap: 5px;*/
            /*border-bottom: 1px solid #908787;*/
            /*padding: 0 10px;*/
        }
        .ovr8 li {
            border-bottom: 1px solid #908787;
            padding:0 5px;
        }
    .ovrFirst {
        border: 1px solid var(--renk) !important;
        color: var(--renk) !important;
        background-color: transparent;
    }

    .ovrSecond {
        background: var(--renk);
        color: #fff !important;
    }

    .ovr9 {
        margin-top: 25px;
        margin-bottom: 25px;
    }

        .ovr9 span {
            font-size: 21px;
            font-weight: 500;
            margin-bottom: 10px;
            display: block;
        }

        .ovr9 a {
            margin-bottom: 0;
            display: block;
            color: #333;
            font-size: 14px;
            padding: 10px 0;
            font-weight: 500;
        }

        .ovr9 i {
            color: var(--renk);
        }

    .ovr10 ul {
        display: flex;
        align-items: center;
        padding-left: 0;
    }

    .ovr10 li {
        list-style: none;
        margin: 0 16px 0 0;
    }

    .ovr10 a {
        position: relative;
        z-index: 1;
        transition: 0.3s;
        color: var(--mavi);
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #e5e5e5;
        border-radius: 5px;
    }
    .ustSosyalBar a {
        /*color: #fff;*/
        font-size: 14px;
        padding: 5px;
        background: #efefef;
        border-radius: 5px;
    }
    .povr1 {
        position: absolute;
        z-index: 555;
        left: 10px;
        top: 10px;
        color: #fff;
        display: block;
        font-size: 25px;
        background: #efefef3b;
        padding: 1px 8px;
    }
}
/*.fancybox__slide {
    width: 500px;
}
*/

/*.fancybox__container .fancybox-wrap {
    max-height: 244px !important;
    max-width: 100% !important;
}

.fancybox__container .fancybox-inner {
    max-height: 244px !important;
    max-width: 100% !important;
}

@media (min-width:768px) {

    .fancybox__container .fancybox-wrap {
        max-height: 432px !important;
        max-width: 768px !important;
    }

    .fancybox__container .fancybox-inner {
        max-height: 432px !important;
        max-width: 768px !important;
    }
}

@media (min-width:1024px) {
    .fancybox__container .fancybox-wrap {
        max-height: 576px !important;
        max-width: 1024px !important;
    }

    .fancybox__container .fancybox-inner {
        max-height: 576px !important;
        max-width: 1024px !important;
    }
}


@media (min-width:1200px) {

    .fancybox__container .fancybox-wrap {
        max-height: 768px !important;
        max-width: 1366px !important;
    }

    .fancybox__container .fancybox-inner {
        max-height: 768px !important;
        max-width: 1366px !important;
    }
}*/

/*.mdlfnc{
    max-width:650px !important;

}*/

/*.fancybox__container {
    max-width: 650px !important;
}*/


.pdhead1 .feather {
    width: 17px;
    height: 17px;
}
.povr2 {
    display: flex;
    gap: 10px;
    align-items: center;
}