﻿body {
    font-family: "Montserrat-Regular", sans-serif;
    overflow-x: hidden;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    border: 0;
    font-size: 100%;
    margin: 0;
}

textarea:focus, input:focus {
    outline: none;
}

::-webkit-scrollbar {
    width: 10px;
    background-color: #fff;
    border-left: 1px solid #fff;
}

::-webkit-scrollbar-thumb {
    background-color: #000101;
}

    ::-webkit-scrollbar-thumb:hover {
        background-color: #000101;
    }

.container {
    max-width: 1400px;
}

.ustmenu {
    width: 100%;
    min-height: 107px;
    position: absolute;
    z-index: 1;
    margin-top: 25px;
}

    .ustmenu .logo {
        float: left;
    }

    .ustmenu .sagmenu {
        float: right;
        padding-top: 25px;
    }

        .ustmenu .sagmenu .girisyap {
            width: 170px;
            min-height: 50px;
            background: #fff;
            border-radius: 4px;
            display: flex;
            justify-content: center;
            align-items: center;
            text-align: center;
            color: #EE8502;
            font-size: 14px;
            float: right;
            cursor: pointer;
        }

            .ustmenu .sagmenu .girisyap:hover {
                background: #f4f4f4;
                transition: all .35s;
            }

            .ustmenu .sagmenu .girisyap img {
                margin-left: 10px;
            }


        .ustmenu .sagmenu .bekleyenodeme {
            width: 250px;
            min-height: 50px;
            background: #ee0202;
            border-radius: 4px;
            display: flex;
            justify-content: center;
            align-items: center;
            text-align: center;
            color: #fff;
            font-size: 14px;
            float: right;
            margin-right: 7px;
        }

            .ustmenu .sagmenu .bekleyenodeme:hover {
                background: #bf2929;
                transition: all .35s;
            }

            .ustmenu .sagmenu .bekleyenodeme img {
                margin-left: 10px;
            }

        .ustmenu .sagmenu .cuzdan {
            width: auto;
            min-height: 50px;
            background: #f48600;
            border-radius: 4px;
            display: flex;
            justify-content: center;
            align-items: center;
            text-align: center;
            color: #fff;
            font-size: 14px;
            float: right;
            margin-right: 7px;
            padding-right: 7px;
        }

            .ustmenu .sagmenu .cuzdan:hover {
                background: #a96006;
                transition: all .35s;
            }

            .ustmenu .sagmenu .cuzdan img {
                margin-left: 10px;
            }




        .ustmenu .sagmenu .hizmetver {
            width: 170px;
            min-height: 50px;
            background: #EE8502;
            border-radius: 4px;
            display: flex;
            justify-content: center;
            align-items: center;
            text-align: center;
            color: #fff;
            font-size: 14px;
            float: right;
            margin-right: 7px;
        }

            .ustmenu .sagmenu .hizmetver:hover {
                background: #CE7200;
                transition: all .35s;
            }

            .ustmenu .sagmenu .hizmetver img {
                margin-left: 10px;
            }

        .ustmenu .sagmenu .yardim {
            width: 55px;
            min-height: 50px;
            background: #fff;
            border-radius: 4px;
            float: right;
            margin-right: 7px;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            text-align: center;
        }

            .ustmenu .sagmenu .yardim:hover {
                background: #f4f4f4;
                transition: all .35s;
            }





.altmenu {
    position: absolute; /* Mutlak pozisyon */
    top: 70%;
    background: #fff;
    width: 170px;
    border-radius: 4px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1); /* G�lge efekti */
    display: none; /* Ba�lang��ta gizli */
    z-index: 1000;
}

    /* �zerine gelince alt men�y� g�sterme */
    /*.girisyap:hover .altmenu {
    display: block;
    z-index: 1000 !important;
}*/

    /* Alt men� ��eleri stil ayarlar� */
    .altmenu ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

        .altmenu ul li {
            border-bottom: 1px solid #ddd; /* Alt men� ��eleri aras�na �izgi ekleme */
        }

            .altmenu ul li:last-child {
                border-bottom: none; /* Son ��enin alt �izgisini kald�rma */
            }

            .altmenu ul li a {
                display: block;
                padding: 10px;
                text-decoration: none;
                color: #333;
                transition: background-color 0.3s ease; /* Ge�i� efekti */
            }

                .altmenu ul li a:hover {
                    background-color: #ee8502; /* �zerine gelince arkaplan rengi de�i�tirme */

                    color: white;
                }


.sayfalarseoyazi {
    width: 100%;
    margin-bottom: 50px;
}

    .sayfalarseoyazi .ic {
        width: 100%;
        font-size: 13px;
        color: #000;
        height: 100px;
        overflow: auto;
    }


@media screen and (max-width: 1550px) {
}

@media screen and (max-width: 1400px) {
}

@media screen and (max-width: 900px) {
}

@media screen and (max-width: 767px) {
}

@media (min-width: 250px) and (max-width: 767.98px) {
    .ustmenu {
        width: 100%;
        min-height: 107px;
        position: absolute;
        z-index: 1;
        margin-top: 25px;
    }

        .ustmenu .sagmenu .girisyap {
            width: 100px;
            min-height: 50px;
            background: #fff;
            border-radius: 4px;
            display: flex;
            justify-content: center;
            align-items: center;
            text-align: center;
            color: #EE8502;
            font-size: 14px;
            float: right;
        }

        .ustmenu .sagmenu .hizmetver {
            width: 100px;
            min-height: 50px;
            background: #EE8502;
            border-radius: 4px;
            display: flex;
            justify-content: center;
            align-items: center;
            text-align: center;
            color: #fff;
            font-size: 14px;
            float: right;
            margin-right: 7px;
        }

        .ustmenu .sagmenu .bekleyenodeme {
            width: 100px;
            min-height: 50px;
            background: #ee0202;
            border-radius: 4px;
            display: flex;
            justify-content: center;
            align-items: center;
            text-align: center;
            color: #fff;
            font-size: 14px;
            float: right;
            margin-right: 7px;
        }

        .ustmenu .sagmenu .yardim {
            width: 55px;
            min-height: 50px;
            background: #fff;
            border-radius: 4px;
            float: right;
            margin-right: 7px;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            text-align: center;
            display: none;
        }

        .ustmenu .logo img {
            max-width: 60%;
        }

        .ustmenu .sagmenu {
            float: right;
            padding-top: 5px;
        }

    .altmenu {
        top: 52%;
        width: 100px;
    }
}


.slideraramabolum {
    width: 100%;
    position: absolute;
    bottom: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

    .slideraramabolum .arama {
        width: 80%;
        min-height: 70px;
        background: #fff;
        border-radius: 3px;
        border: none;
        padding-left: 15px;
        font-size: 14px;
        font-style: italic;
        position: relative;
        outline: 7px solid rgba(255, 255, 255, 0.2)
    }

    .slideraramabolum .buton {
        width: 200px;
        min-height: 50px;
        background: #EE8502;
        border-radius: 7px;
        border: none;
        font-size: 13px;
        color: #fff;
        position: absolute;
        margin-left: -210px;
        margin-top: 10px;
        font-style: italic;
        cursor: pointer;
    }

        .slideraramabolum .buton:hover {
            background: #CE7200;
            transition: all .35s;
            outline: none;
        }

.slidermenu {
    width: 100%;
    position: absolute;
    bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

    .slidermenu .menugenel {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

        .slidermenu .menugenel .menu {
            width: 16%;
            min-height: 100px;
            background: rgba(255, 255, 255, 0.2);
            border-radius: 4px;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            text-align: center;
            float: left;
            margin: 0.3%;
            overflow-wrap: break-word;
        }

            .slidermenu .menugenel .menu .baslik {
                width: 100%;
                font-size: 14px;
                font-weight: bold;
                color: #fff;
                padding-top: 10px;
            }

            .slidermenu .menugenel .menu:hover {
                background: rgba(255, 255, 255, 0.1);
                transition: all .35s;
            }

.custom-select {
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

@media (min-width: 250px) and (max-width: 376px) {
    .slideraramabolum {
        bottom: 225px;
    }

        .slideraramabolum .arama {
            width: 100%;
            min-height: 70px;
            background: #fff;
            border-radius: 3px;
            border: none;
            padding-left: 15px;
            font-size: 14px;
            font-style: italic;
            position: relative;
            outline: 7px solid rgba(255, 255, 255, 0.2)
        }

        .slideraramabolum .buton {
            width: 100px;
            min-height: 50px;
            background: #EE8502;
            border-radius: 7px;
            border: none;
            font-size: 13px;
            color: #fff;
            position: absolute;
            margin-left: -110px;
            margin-top: 10px;
            font-style: italic;
            cursor: pointer;
        }

    .slidermenu {
        width: 100%;
        position: absolute;
        bottom: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-align: center;
    }

        .slidermenu .menugenel {
            width: 100%;
            margin-left: auto;
            margin-right: auto;
        }

            .slidermenu .menugenel .menu {
                width: 32%;
                min-height: 100px;
                background: rgba(255, 255, 255, 0.2);
                border-radius: 4px;
                display: flex;
                justify-content: center;
                align-items: center;
                flex-direction: column;
                text-align: center;
                float: left;
                margin-left: 0.5%;
                margin-right: 0.5%;
                margin-bottom: 0.5%;
            }

                .slidermenu .menugenel .menu .baslik {
                    width: 100%;
                    font-size: 13px;
                    font-weight: 400;
                    color: #fff;
                    padding-top: 10px;
                }
}

@media (min-width: 376px) and (max-width: 767.98px) {
    .slideraramabolum {
        bottom: 300px;
    }

        .slideraramabolum .arama {
            width: 100%;
            min-height: 70px;
            background: #fff;
            border-radius: 3px;
            border: none;
            padding-left: 15px;
            font-size: 14px;
            font-style: italic;
            position: relative;
            outline: 7px solid rgba(255, 255, 255, 0.2)
        }

        .slideraramabolum .buton {
            width: 100px;
            min-height: 50px;
            background: #EE8502;
            border-radius: 7px;
            border: none;
            font-size: 13px;
            color: #fff;
            position: absolute;
            margin-left: -110px;
            margin-top: 10px;
            font-style: italic;
            cursor: pointer;
        }

    .slidermenu {
        width: 100%;
        position: absolute;
        bottom: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-align: center;
    }

        .slidermenu .menugenel {
            width: 100%;
            margin-left: auto;
            margin-right: auto;
        }

            .slidermenu .menugenel .menu {
                width: 32%;
                min-height: 100px;
                background: rgba(255, 255, 255, 0.2);
                border-radius: 4px;
                display: flex;
                justify-content: center;
                align-items: center;
                flex-direction: column;
                text-align: center;
                float: left;
                margin-left: 0.5%;
                margin-right: 0.5%;
                margin-bottom: 0.5%;
            }

                .slidermenu .menugenel .menu .baslik {
                    width: 100%;
                    font-size: 13px;
                    font-weight: 400;
                    color: #fff;
                    padding-top: 10px;
                }
}

@media (min-width: 767px) and (max-width: 899px) {
    .slideraramabolum {
        width: 100%;
        position: absolute;
        bottom: 260px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-align: center;
    }
}

@media screen and (max-width: 900px) {
    .slideraramabolum .arama {
        width: 100%;
        min-height: 70px;
        background: #fff;
        border-radius: 3px;
        border: none;
        padding-left: 15px;
        font-size: 14px;
        font-style: italic;
        position: relative;
        outline: 7px solid rgba(255, 255, 255, 0.2)
    }

    .slideraramabolum .buton {
        width: 100px;
        min-height: 50px;
        background: #EE8502;
        border-radius: 7px;
        border: none;
        font-size: 13px;
        color: #fff;
        position: absolute;
        margin-left: -110px;
        margin-top: 10px;
        font-style: italic;
        cursor: pointer;
    }

    .slidermenu {
        width: 100%;
        position: absolute;
        bottom: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-align: center;
    }

        .slidermenu .menugenel {
            width: 100%;
            margin-left: auto;
            margin-right: auto;
        }

            .slidermenu .menugenel .menu {
                min-height: 100px;
                background: rgba(255, 255, 255, 0.2);
                border-radius: 4px;
                display: flex;
                justify-content: center;
                align-items: center;
                flex-direction: column;
                text-align: center;
                float: left;
                margin-left: 0.3%;
                margin-right: 0.3%;
                margin-bottom: 0.3%;
            }

                .slidermenu .menugenel .menu .baslik {
                    width: 100%;
                    font-size: 13px;
                    font-weight: 400;
                    color: #fff;
                    padding-top: 10px;
                }
}

@media screen and (max-width: 1400px) {
}

@media screen and (max-width: 1550px) {
}


.anasayfahizmet {
    width: 100%;
    height: auto;
    padding-top: 40px;
    padding-bottom: 50px;
    display: table;
}

    .anasayfahizmet .baslik {
        width: 100%;
        font-size: 22px;
        color: #000000;
        font-weight: bold;
        padding-bottom: 40px;
    }

    .anasayfahizmet .hizmetlistele {
        width: 100%;
        float: left;
        padding: 5px;
    }

    .anasayfahizmet .hizmetlistele a {
       text-decoration:none;
    }

        .anasayfahizmet .hizmetlistele .ic {
            width: 100%;
            min-height: 275px;
            border-radius: 5px;
        }

            .anasayfahizmet .hizmetlistele .ic:hover {
                transition: all .35s;
            }

                .anasayfahizmet .hizmetlistele .ic:hover .hizmetbaslik {
                    color: #EE8502;
                    transition: all .35s;
                }

            .anasayfahizmet .hizmetlistele .ic img {
                border-radius: 4px;
            }

            .anasayfahizmet .hizmetlistele .ic .hizmetbaslik {
                width: 100%;
                color: #0f172a;
                font-size: 15px;
                font-weight: 600;
                padding-top: 10px;
                padding-bottom: 10px;
                line-height: 1.35;
                letter-spacing: .2px;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                overflow: hidden;
                text-overflow: ellipsis;
            }

            .anasayfahizmet .hizmetlistele .ic .ozellikliste {
                width: 100%;
                float: left;
                color: #EE8502;
                font-size: 12px;
            }

                .anasayfahizmet .hizmetlistele .ic .ozellikliste img {
                    margin-right: 10px;
                    margin-top: -2px;
                }

            .anasayfahizmet .hizmetlistele .ic .teklifistebuton {
                width: 100%;
                min-height: 42px;
                background: #EE8502;
                float: left;
                margin-top: -12%;
                color: #fff;
                font-size: 13px;
                font-weight: 600;
                border-radius: 4px;
                opacity: 0;
                display: flex;
                justify-content: center;
                align-items: center;
                text-align: center;
            }

                .anasayfahizmet .hizmetlistele .ic .teklifistebuton i {
                    margin-left: 5px;
                    margin-top: 3px;
                }

            .anasayfahizmet .hizmetlistele .ic:hover .teklifistebuton {
                width: 100%;
                min-height: 42px;
                background: #EE8502;
                float: left;
                margin-top: -12%;
                color: #fff;
                font-size: 13px;
                font-weight: 600;
                border-radius: 4px;
                transition: all .35s;
                opacity: 1;
                text-decoration: none;
            }

@media (min-width: 250px) and (max-width: 376px) {
}

@media (min-width: 376px) and (max-width: 767.98px) {
    .anasayfahizmet {
        width: 100%;
        height: auto;
        padding-top: 40px;
        padding-bottom: 50px;
        display: table;
    }

        .anasayfahizmet .hizmetlistele {
            width: 50%;
            float: left;
            padding: 5px;
        }

            .anasayfahizmet .hizmetlistele .ic {
                width: 100%;
                min-height: 200px;
                border-radius: 5px;
            }

                .anasayfahizmet .hizmetlistele .ic .hizmetbaslik {
                    font-size: 14px;
                    -webkit-line-clamp: 2;
                    text-decoration: none;
                }

                .anasayfahizmet .hizmetlistele .ic .teklifistebuton {
                    margin-top: -20%;
                }

                .anasayfahizmet .hizmetlistele .ic:hover .teklifistebuton {
                    margin-top: -20%;
                }
}

@media screen and (max-width: 900px) {
    .anasayfahizmet {
        width: 100%;
        height: auto;
        padding-top: 40px;
        padding-bottom: 50px;
        display: table;
    }

        .anasayfahizmet .hizmetlistele {
            width: 50%;
            float: left;
            padding: 5px;
        }

            .anasayfahizmet .hizmetlistele .ic {
                width: 100%;
                min-height: 210px;
                border-radius: 5px;
            }
}

@media screen and (max-width: 1400px) {
}

@media screen and (max-width: 1550px) {
}


.mobilindir {
    width: 100%;
    min-height: 535px;
}

    .mobilindir .mobilresim {
        width: 100%;
        min-height: 537px;
        background: url(../img/dashboard.jpeg) no-repeat center top;
        border-radius: 4px;
        padding-top: 150px;
        padding-left: 30px;
        float: left;
    }

        .mobilindir .mobilresim .qrkod {
            float: left;
        }

        .mobilindir .mobilresim .baslik {
            float: left;
            width: 100%;
            color: #000000;
            font-size: 26px;
            font-weight: bold;
            padding-top: 20px;
            letter-spacing: 1px;
        }

        .mobilindir .mobilresim .aciklama {
            float: left;
            width: 100%;
            color: #000000;
            font-size: 14px;
            padding-top: 10px;
            letter-spacing: 0.5px;
        }

        .mobilindir .mobilresim .indirbuton {
            float: left;
            width: 100%;
            padding-top: 20px;
        }

            .mobilindir .mobilresim .indirbuton img {
                float: left;
                margin-right: 5px;
            }

    .mobilindir .ozelliklistegenel {
        width: 100%;
        float: left;
    }

        .mobilindir .ozelliklistegenel .ozellikliste {
            width: 100%;
            padding: 0 5px 0 5px;
            margin-bottom: 19px;
        }

            .mobilindir .ozelliklistegenel .ozellikliste .ic {
                width: 100%;
                min-height: 120px;
                border: 1px solid #EEEFF4;
                border-radius: 3px;
                padding: 30px 0 0 15px;
            }

                .mobilindir .ozelliklistegenel .ozellikliste .ic .ikon {
                    width: 53px;
                    min-height: 59px;
                    background: #EE8502;
                    border-radius: 3px;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    flex-direction: column;
                    text-align: center;
                    float: left;
                }

                .mobilindir .ozelliklistegenel .ozellikliste .ic .baslik {
                    width: 80%;
                    font-size: 15px;
                    color: #000000;
                    float: left;
                    padding-left: 20px;
                }

                .mobilindir .ozelliklistegenel .ozellikliste .ic .aciklama {
                    width: 80%;
                    font-size: 15px;
                    color: #000000;
                    float: left;
                    padding-left: 20px;
                    font-size: 12px;
                }

                .mobilindir .ozelliklistegenel .ozellikliste .ic:hover {
                    border: 1px solid #EE8502;
                    transition: all .35s;
                }

                    .mobilindir .ozelliklistegenel .ozellikliste .ic:hover .baslik {
                        color: #EE8502;
                        transition: all .35s;
                    }


@media (min-width: 250px) and (max-width: 767.98px) {
    .mobilindir {
        width: 100%;
        min-height: 1200px;
        display: table;
    }

        .mobilindir .mobilresim {
            width: 100%;
            min-height: 660px;
            background: url(../img/mobilindir.jpg) no-repeat center top;
            border-radius: 4px;
            padding-top: 250px;
            padding-left: 30px;
            float: left;
        }

        .mobilindir .qrkod img,
        .mobilindir .indirbuton a img {
            display: block;
            margin-bottom: 10px;
        }

        .mobilindir .baslik,
        .mobilindir .aciklama {
            background-color: rgb(255 255 255 / 91%);
            padding: 0px;
            border-radius: 4px;
            margin-bottom: 5px;
        }
}

@media screen and (max-width: 900px) {
    .mobilindir .ozelliklistegenel .ozellikliste .ic {
        width: 100%;
        min-height: 170px;
    }

        .mobilindir .ozelliklistegenel .ozellikliste .ic .baslik {
            width: 50%;
            font-size: 15px;
            color: #000000;
            float: left;
            padding-left: 20px;
        }

        .mobilindir .ozelliklistegenel .ozellikliste .ic .aciklama {
            width: 80%;
            font-size: 15px;
            float: left;
            padding-left: 20px;
            font-size: 12px;
        }
}

@media screen and (max-width: 1400px) {
}

@media screen and (max-width: 1550px) {
}



.anasayfabilgi {
    width: 100%;
    min-height: 550px;
    padding-top: 110px;
    display: table;
}

    .anasayfabilgi .bilgiliste {
        width: 100%;
        float: left;
        padding: 10px;
    }

        .anasayfabilgi .bilgiliste .ic {
            width: 100%;
            min-height: 340px;
            border: 1px solid #EEEFF4;
            border-radius: 3px;
            padding: 10px;
        }

            .anasayfabilgi .bilgiliste .ic img {
                border-radius: 4px;
            }

            .anasayfabilgi .bilgiliste .ic .numara {
                width: 49px;
                height: 49px;
                background: #EE8502;
                border-radius: 4px;
                font-size: 14px;
                font-weight: bold;
                position: absolute;
                top: 25px;
                left: 25px;
                display: flex;
                justify-content: center;
                align-items: center;
                flex-direction: column;
                text-align: center;
                color: #fff;
            }

            .anasayfabilgi .bilgiliste .ic .baslik {
                width: 100%;
                font-size: 15px;
                color: #000;
                text-align: center;
                padding-top: 20px;
                font-weight: bold;
            }

            .anasayfabilgi .bilgiliste .ic .aciklama {
                width: 100%;
                font-size: 12px;
                color: #000;
                text-align: center;
                padding-top: 10px;
            }

            .anasayfabilgi .bilgiliste .ic:hover {
                border: 1px solid #EE8502;
                transition: all .35s;
            }

                .anasayfabilgi .bilgiliste .ic:hover .baslik {
                    color: #EE8502;
                    transition: all .35s;
                }


@media (min-width: 250px) and (max-width: 767.98px) {
    .anasayfabilgi {
        width: 100%;
        height: auto;
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media screen and (max-width: 900px) {
    .anasayfabilgi .bilgiliste .ic {
        width: 100%;
        min-height: 240px;
        border: 1px solid #EEEFF4;
        border-radius: 3px;
        padding: 10px;
    }

    .anasayfabilgi {
        width: 100%;
        min-height: 450px;
        padding-top: 110px;
        display: table;
    }
}

@media screen and (max-width: 1400px) {
}

@media screen and (max-width: 1550px) {
}



.altbilgi {
    width: 100%;
    min-height: 375px;
    background: #000000;
    border-radius: 5px;
    padding-top: 60px;
}

    .altbilgi .logoalan {
        width: 100%;
        float: left;
    }

        .altbilgi .logoalan .sosyalmedya {
            width: 100%;
            float: left;
            padding-top: 40px;
        }

            .altbilgi .logoalan .sosyalmedya .ikon {
                width: 38px;
                height: 38px;
                border: 1px solid #fff;
                color: #fff;
                font-size: 14px;
                display: flex;
                justify-content: center;
                align-items: center;
                flex-direction: column;
                text-align: center;
                border-radius: 100px;
                float: left;
                margin-right: 3px;
            }

                .altbilgi .logoalan .sosyalmedya .ikon:hover {
                    transition: all .35s;
                    background: #EE8502;
                    color: #fff;
                    border: 1px solid #EE8502;
                }

    .altbilgi .siteharitasi {
        width: 100%;
        float: left;
        padding-left: 5%;
    }

        .altbilgi .siteharitasi .baslik {
            width: 100%;
            color: #fff;
            font-size: 15px;
            font-weight: 600;
            padding-bottom: 20px;
        }

        .altbilgi .siteharitasi .menu {
            width: 100%;
            font-size: 13px;
            color: #fff;
            letter-spacing: 0;
            padding-bottom: 5px;
            font-weight: 400;
        }

            .altbilgi .siteharitasi .menu:hover {
                transition: all .35s;
                color: #EE8502;
            }

    .altbilgi .hizmet {
        width: 100%;
        float: left;
    }

        .altbilgi .hizmet .baslik {
            width: 100%;
            color: #fff;
            font-size: 15px;
            font-weight: 600;
            padding-bottom: 20px;
        }

        .altbilgi .hizmet .menu {
            width: 50%;
            font-size: 13px;
            color: #fff;
            letter-spacing: 0;
            padding-bottom: 5px;
            float: right;
            font-weight: 400;
        }

            .altbilgi .hizmet .menu:hover {
                transition: all .35s;
                color: #EE8502;
            }

    .altbilgi .politika {
        width: 100%;
        float: left;
    }

        .altbilgi .politika .baslik {
            width: 100%;
            color: #fff;
            font-size: 15px;
            font-weight: 600;
            padding-bottom: 20px;
        }

        .altbilgi .politika .menu {
            width: 100%;
            font-size: 13px;
            color: #fff;
            letter-spacing: 0;
            padding-bottom: 5px;
            font-weight: 400;
        }

            .altbilgi .politika .menu:hover {
                transition: all .35s;
                color: #EE8502;
            }

    .altbilgi .bilgialan {
        width: 100%;
        float: left;
    }

        .altbilgi .bilgialan .hizmetbuton {
            width: 160px;
            min-height: 45px;
            background: #EE8502;
            border-radius: 5px;
            display: flex;
            justify-content: center;
            align-items: center;
            text-align: center;
            font-size: 13px;
            color: #fff;
            font-weight: 600;
            float: right;
            margin-left: 5px;
        }

            .altbilgi .bilgialan .hizmetbuton img {
                margin-left: 5px;
            }

        .altbilgi .bilgialan .indirlogogenel {
            width: 100%;
            float: right;
            padding-top: 20px;
        }

        .altbilgi .bilgialan .indirlogo {
            float: right;
            margin-left: 5px;
        }

        .altbilgi .bilgialan .mailadres {
            float: right;
            font-size: 14px;
            color: #fff;
            width: 100%;
            padding-top: 10px;
            text-align: right;
        }


.footer {
    width: 100%;
    min-height: 70px;
    background: #fff;
    padding-top: 25px;
}

    .footer .copyright {
        float: left;
        color: #8F8F8F;
        font-size: 13px;
    }

    .footer .bankalogolar {
        float: right;
    }


@media (min-width: 250px) and (max-width: 767.98px) {
    .altbilgi {
        width: 100%;
        height: auto;
        background: #000000;
        border-radius: 5px;
        padding-top: 95px;
        display: table;
    }

        .altbilgi .siteharitasi {
            width: 100%;
            float: left;
            padding-left: 5%;
            padding-top: 20px;
        }

        .altbilgi .hizmet {
            width: 100%;
            float: left;
            padding-top: 20px;
        }

        .altbilgi .politika {
            width: 100%;
            float: left;
            padding-top: 20px
        }

        .altbilgi .bilgialan .indirlogogenel {
            width: 100%;
            float: left;
            padding-top: 20px;
        }

        .altbilgi .bilgialan .indirlogo {
            float: left;
            margin-left: 5px;
            margin-bottom: 10px;
        }

        .altbilgi .bilgialan .hizmetbuton {
            width: 160px;
            min-height: 45px;
            background: #EE8502;
            border-radius: 5px;
            display: flex;
            justify-content: center;
            align-items: center;
            text-align: center;
            font-size: 13px;
            color: #fff;
            font-weight: 600;
            float: right;
            margin-left: 5px;
            display: none;
        }

    .footer .bankalogolar {
        float: inherit;
    }
}

@media screen and (max-width: 900px) {
    .altbilgi {
        width: 100%;
        height: auto;
        background: #000000;
        border-radius: 5px;
        padding-top: 95px;
        display: table;
    }

        .altbilgi .siteharitasi {
            width: 100%;
            float: left;
            padding-left: 5%;
            padding-top: 20px;
        }

        .altbilgi .hizmet {
            width: 100%;
            float: left;
            padding-top: 20px;
        }

        .altbilgi .politika {
            width: 100%;
            float: left;
            padding-top: 20px
        }

        .altbilgi .bilgialan .indirlogogenel {
            width: 100%;
            float: left;
            padding-top: 20px;
        }

        .altbilgi .bilgialan .hizmetbuton {
            width: 160px;
            min-height: 45px;
            background: #EE8502;
            border-radius: 5px;
            display: flex;
            justify-content: center;
            align-items: center;
            text-align: center;
            font-size: 13px;
            color: #fff;
            font-weight: 600;
            float: right;
            margin-left: 5px;
            display: none;
        }

        .altbilgi .logoalan .sosyalmedya {
            width: 100%;
            float: left;
            padding-top: 40px;
            display: block;
        }

    .footer .bankalogolar {
        float: inherit;
    }
}

@media screen and (max-width: 1400px) {
}

@media screen and (max-width: 1550px) {
}




.icsayfaust {
    width: 100%;
    min-height: 600px;
    background: url(../img/slider/1.jpg) no-repeat center;
    -webkit-border-bottom-right-radius: 45px;
    -webkit-border-bottom-left-radius: 45px;
    -moz-border-radius-bottomright: 45px;
    -moz-border-radius-bottomleft: 45px;
    border-bottom-right-radius: 45px;
    border-bottom-left-radius: 45px;
}

    .icsayfaust h1 {
        width: 100%;
        font-size: 26px;
        color: #fff;
    }


    .icsayfaust .slideraramabolum {
        width: 100%;
        position: relative;
        top: 250px;
        z-index: 0;
    }

        .icsayfaust .slideraramabolum .arama {
            width: 80%;
            min-height: 70px;
            background: #fff;
            border-radius: 3px;
            border: none;
            padding-left: 15px;
            font-size: 14px;
            font-style: italic;
            position: relative;
            outline: 7px solid rgba(255, 255, 255, 0.2)
        }

        .icsayfaust .slideraramabolum .buton {
            width: 200px;
            min-height: 50px;
            background: #EE8502;
            border-radius: 7px;
            border: none;
            font-size: 13px;
            color: #fff;
            position: absolute;
            margin-left: -210px;
            margin-top: 10px;
            font-style: italic;
            cursor: pointer;
        }

            .icsayfaust .slideraramabolum .buton:hover {
                background: #CE7200;
                transition: all .35s;
                outline: none;
            }

    .icsayfaust .slidermenu {
        width: 100%;
        position: relative;
        top: 280px;
    }

        .icsayfaust .slidermenu .menugenel {
            width: 80%;
            margin-left: auto;
            margin-right: auto;
        }

            .icsayfaust .slidermenu .menugenel .menu {
                width: 16%;
                min-height: 100px;
                background: rgba(255, 255, 255, 0.2);
                border-radius: 4px;
                display: flex;
                justify-content: center;
                align-items: center;
                flex-direction: column;
                text-align: center;
                float: left;
                margin-left: 0.3%;
                margin-right: 0.3%;
                overflow-wrap: break-word;
            }

                .icsayfaust .slidermenu .menugenel .menu .baslik {
                    width: 100%;
                    font-size: 14px;
                    font-weight: bold;
                    color: #fff;
                    padding-top: 10px;
                }

                .icsayfaust .slidermenu .menugenel .menu:hover {
                    background: rgba(255, 255, 255, 0.1);
                    transition: all .35s;
                }

/*
@media (min-width: 250px) and (max-width: 767.98px) {
    .icsayfaust {
        width: 100%;
        min-height: 600px;
        background: url(../img/slider/1.jpg) no-repeat center;
        -webkit-border-bottom-right-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
        -moz-border-radius-bottomright: 5px;
        -moz-border-radius-bottomleft: 5px;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
    }

        .icsayfaust .slideraramabolum {
            width: 100%;
            position: relative;
            top: 150px;
            z-index: 1;
        }

            .icsayfaust .slideraramabolum .arama {
                width: 100%;
                min-height: 70px;
                background: #fff;
                border-radius: 3px;
                border: none;
                padding-left: 15px;
                font-size: 14px;
                font-style: italic;
                position: relative;
                outline: 7px solid rgba(255, 255, 255, 0.2)
            }

            .icsayfaust .slideraramabolum .buton {
                width: 100px;
                min-height: 50px;
                background: #EE8502;
                border-radius: 7px;
                border: none;
                font-size: 13px;
                color: #fff;
                position: absolute;
                margin-left: -110px;
                margin-top: 10px;
                font-style: italic;
                cursor: pointer;
            }

        .icsayfaust .slidermenu {
            width: 100%;
            position: absolute;
            display: flex;
            flex-direction: column;
            text-align: center;
            justify-content: flex-start;
        }

            .icsayfaust .slidermenu .menugenel {
                width: 100%;
                margin-left: auto;
                margin-right: auto;
            }

                .icsayfaust .slidermenu .menugenel .menu {
                    width: 24%;
                    min-height: 100px;
                    background: rgba(255, 255, 255, 0.2);
                    border-radius: 4px;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    flex-direction: column;
                    text-align: center;
                    float: left;
                    margin-left: 0.3%;
                    margin-right: 0.3%;
                    margin-bottom: 0.3%;
                }

                    .icsayfaust .slidermenu .menugenel .menu .baslik {
                        width: 100%;
                        font-size: 13px;
                        font-weight: 400;
                        color: #fff;
                        padding-top: 10px;
                    }
}

@media screen and (max-width: 900px) {
    .slideraramabolum .arama {
        width: 100%;
        min-height: 70px;
        background: #fff;
        border-radius: 3px;
        border: none;
        padding-left: 15px;
        font-size: 14px;
        font-style: italic;
        position: relative;
        outline: 7px solid rgba(255, 255, 255, 0.2)
    }

    .slideraramabolum .buton {
        width: 100px;
        min-height: 50px;
        background: #EE8502;
        border-radius: 7px;
        border: none;
        font-size: 13px;
        color: #fff;
        position: absolute;
        margin-left: -110px;
        margin-top: 10px;
        font-style: italic;
        cursor: pointer;
    }

    .slidermenu {
        width: 100%;
        position: absolute;
        bottom: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-align: center;
    }

        .slidermenu .menugenel {
            width: 100%;
            margin-left: auto;
            margin-right: auto;
        }

            .slidermenu .menugenel .menu {
                width: 24%;
                min-height: 100px;
                background: rgba(255, 255, 255, 0.2);
                border-radius: 4px;
                display: flex;
                justify-content: center;
                align-items: center;
                flex-direction: column;
                text-align: center;
                float: left;
                margin-left: 0.3%;
                margin-right: 0.3%;
                margin-bottom: 0.3%;
                display: none;
            }

                .slidermenu .menugenel .menu .baslik {
                    width: 100%;
                    font-size: 13px;
                    font-weight: 400;
                    color: #fff;
                    padding-top: 10px;
                }
}

@media (min-width: 767px) and (max-width: 899px) {
    .slidermenu {
        width: 100%;
        position: absolute;
        bottom: 35px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-align: center;
        display: none;
    }
}

@media (min-width: 900px) and (max-width: 1149px) {
    .slidermenu {
        width: 100%;
        position: absolute;
        bottom: 35px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-align: center;
        display: none;
    }

    .slideraramabolum {
        width: 100%;
        position: absolute;
        bottom: 260px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-align: center;
    }

    .altbilgi {
        width: 100%;
        height: auto;
        background: #000000;
        border-radius: 5px;
        padding-top: 95px;
        display: table;
    }
}

@media screen and (max-width: 1400px) {
}

@media screen and (max-width: 1550px) {
}*/

/* Ekran genişliği 768px veya daha küçük olduğunda: Sadece ilk 6 öğe görünür */
@media (max-width: 768px) {
    .menu:nth-child(n+7) {
        display: none;
    }
}


.icsayfa {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
    display: table;
}

    .icsayfa .baslik {
        width: 100%;
        font-size: 22px;
        color: #000000;
        font-weight: bold;
        padding-bottom: 40px;
    }

    .icsayfa .hizmetlistele {
        width: 100%;
        float: left;
        padding: 5px;
    }

        .icsayfa .hizmetlistele a {
            text-decoration: none;
        }

        .icsayfa .hizmetlistele .ic {
            width: 100%;
            min-height: 275px;
            border-radius: 5px;
        }

            .icsayfa .hizmetlistele .ic:hover {
                transition: all .35s;
            }

                .icsayfa .hizmetlistele .ic:hover .hizmetbaslik {
                    color: #EE8502;
                    transition: all .35s;
                }

            .icsayfa .hizmetlistele .ic img {
                border-radius: 4px;
            }

            .icsayfa .hizmetlistele .ic .hizmetbaslik {
                width: 100%;
                color: #0f172a;
                font-size: 15px;
                font-weight: 600;
                padding-top: 10px;
                padding-bottom: 10px;
                line-height: 1.35;
                letter-spacing: .2px;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                overflow: hidden;
                text-overflow: ellipsis;
            }

            .icsayfa .hizmetlistele .ic .ozellikliste {
                width: 100%;
                float: left;
                color: #EE8502;
                font-size: 12px;
            }

                .icsayfa .hizmetlistele .ic .ozellikliste img {
                    margin-right: 10px;
                    margin-top: -2px;
                }

            .icsayfa .hizmetlistele .ic .teklifistebuton {
                width: 100%;
                min-height: 42px;
                background: #EE8502;
                float: left;
                margin-top: -12%;
                color: #fff;
                font-size: 13px;
                font-weight: 600;
                border-radius: 4px;
                opacity: 0;
                display: flex;
                justify-content: center;
                align-items: center;
                text-align: center;
            }

                .icsayfa .hizmetlistele .ic .teklifistebuton i {
                    margin-left: 5px;
                    margin-top: 3px;
                }

            .icsayfa .hizmetlistele .ic:hover .teklifistebuton {
                width: 100%;
                min-height: 42px;
                background: #EE8502;
                float: left;
                margin-top: -12%;
                color: #fff;
                font-size: 13px;
                font-weight: 600;
                border-radius: 4px;
                transition: all .35s;
                opacity: 1;
            }


@media (min-width: 250px) and (max-width: 767.98px) {
    .icsayfa .hizmetlistele {
        width: 50%;
        float: left;
        padding: 5px;
    }

        .icsayfa .hizmetlistele .ic {
            width: 100%;
            height: auto;
            border-radius: 5px;
            min-height: 200px;
        }

            .icsayfa .hizmetlistele .ic .teklifistebuton {
                margin-top: -20%;
            }

            .icsayfa .hizmetlistele .ic:hover .teklifistebuton {
                margin-top: -20%;
            }

            .icsayfa .hizmetlistele .ic .hizmetbaslik {
                font-size: 14px;
                -webkit-line-clamp: 2;
            }
}

@media screen and (max-width: 900px) {
}

@media screen and (max-width: 1400px) {
}

@media screen and (max-width: 1550px) {
}



.icsayfatumhizmet {
    width: 100%;
    padding-bottom: 50px;
    border-top: 1px solid #f4f4f4;
    display: table;
}

    .icsayfatumhizmet .hizmetbaslik {
        width: 100%;
        font-size: 18px;
        font-weight: bold;
        color: #000;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .icsayfatumhizmet .hizmetliste {
        width: 100%;
        float: left;
        color: #000;
        font-size: 13px;
        margin-bottom: 5px;
        padding: 0px;
        min-height: 30px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        font-weight: 500;
    }

        .icsayfatumhizmet .hizmetliste:hover {
            transition: all .35s;
            color: #EE8502;
        }


@media (min-width: 250px) and (max-width: 767.98px) {
    .icsayfatumhizmet .hizmetliste {
        width: 50%;
        float: left;
        color: #000;
        font-size: 13px;
        margin-bottom: 5px;
        padding: 0px;
        min-height: 30px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        font-weight: 500;
    }
}

@media screen and (max-width: 900px) {
}

@media screen and (max-width: 1400px) {
}

@media screen and (max-width: 1550px) {
}


.icsayfayazi {
    width: 100%;
    font-size: 13px;
    color: #000;
}


.giriskayit {
}

    .giriskayit .flex {
        display: flex;
        align-items: center;
    }

    .giriskayit .container-fluid {
        padding: 0;
        min-height: 100vh;
        justify-content: center;
        background: url(../img/genel/giris.jpg) no-repeat center top;
        margin: 0;
        background-size: cover;
    }

    .giriskayit .tadilat-page {
        justify-content: space-between;
        max-width: 1000px;
        width: 100%;
    }

        .giriskayit .tadilat-page .text {
            margin-bottom: 90px;
        }

            .giriskayit .tadilat-page .text p {
                font-size: 30px;
                color: #fff;
                font-weight: bold;
                padding-top: 20px;
            }

    .giriskayit form {
        display: flex;
        flex-direction: column;
        background: #fff;
        border-radius: 8px;
        padding: 20px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1),0 8px 16px rgba(0, 0, 0, 0.1);
        max-width: 400px;
        width: 100%;
    }

        .giriskayit form input {
            height: 55px;
            width: 100%;
            border: 1px solid #ccc;
            border-radius: 6px;
            margin-bottom: 15px;
            font-size: 13px;
            padding: 0 14px;
        }

            .giriskayit form input:focus {
                outline: none;
                border-color: #1877f2;
            }

        .giriskayit form select {
            height: 55px;
            width: 100%;
            border: 1px solid #ccc;
            border-radius: 6px;
            margin-bottom: 15px;
            font-size: 13px;
            padding: 0 14px;
            color: #777777;
        }

            .giriskayit form select:focus {
                outline: none;
                border-color: #1877f2;
            }

    .giriskayit ::placeholder {
        color: #777;
        font-size: 13px;
    }

    .giriskayit .link {
        display: flex;
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }

        .giriskayit .link .login {
            border: none;
            outline: none;
            cursor: pointer;
            background: #EE8502;
            padding: 15px 0;
            border-radius: 6px;
            color: #fff;
            font-size: 14px;
            font-weight: 600;
            transition: 0.2s ease;
        }

            .giriskayit .link .login:hover {
                background: #CE7200;
            }

    .giriskayit form a {
        text-decoration: none;
    }

    .giriskayit .link .sifremiunuttum {
        color: #999;
        font-size: 13px;
        padding: 0;
        width: 100%;
        text-align: left;
        float: left;
    }

        .giriskayit .link .sifremiunuttum:hover {
            text-decoration: underline;
        }

    .giriskayit .link .forgot {
        color: #999;
        font-size: 13px;
        padding: 0;
        width: 100%;
        text-align: right;
        float: left;
    }

        .giriskayit .link .forgot:hover {
            text-decoration: underline;
        }

    .giriskayit .button {
        margin-top: 25px;
        text-align: center;
        margin-bottom: 20px;
    }

        .giriskayit .button a {
            padding: 15px 20px;
            background: #CE7200;
            border-radius: 6px;
            color: #fff;
            font-size: 13px;
            font-weight: 600;
            transition: 0.2s ease;
        }

            .giriskayit .button a:hover {
                background: #EE8502;
            }

@media (max-width: 900px) {
    .giriskayit .tadilat-page {
        flex-direction: column;
        text-align: center;
    }

        .giriskayit .tadilat-page .text {
            margin-bottom: 30px;
        }
}

@media (max-width: 460px) {
    .giriskayit .tadilat-page h1 {
        font-size: 3.5rem;
    }

    .giriskayit .tadilat-page p {
        font-size: 1.3rem;
    }

    .giriskayit form {
        padding: 15px;
    }
}


.carousel-item {
    height: 100vh;
    max-height: 767px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-border-bottom-right-radius: 45px;
    -webkit-border-bottom-left-radius: 45px;
    -moz-border-radius-bottomright: 45px;
    -moz-border-radius-bottomleft: 45px;
    border-bottom-right-radius: 45px;
    border-bottom-left-radius: 45px;
}

.carousel-caption {
    bottom: 15%;
    z-index: 10;
    width: 60%;
    background: rgba(27, 38, 43, 0.4);
    margin-right: auto;
    margin-left: auto;
}

    .carousel-caption h1 {
        width: 100%;
        text-align: center;
        font-size: 32px;
        font-weight: bold;
        letter-spacing: 1px;
        padding-bottom: 10px;
        color: #fff;
    }

    .carousel-caption p {
        width: 100%;
        text-align: center;
        font-size: 15px;
        font-weight: 300;
        letter-spacing: 0;
        color: #fff;
        letter-spacing: 0.5px;
    }

.carousel-control-prev {
    position: absolute;
    left: 0;
}

.carousel-control-next {
    position: absolute;
    right: 0;
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .6s;
    transition-property: opacity;
}

    .carousel-fade .carousel-item.active,
    .carousel-fade .carousel-item-next.carousel-item-left,
    .carousel-fade .carousel-item-prev.carousel-item-right {
        opacity: 1;
    }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
    transform: translateX(0);
    transform: translate3d(0, 0, 0);
}


@media only screen and (max-width: 1150px) {
    .carousel-caption {
        position: absolute;
        right: 0%;
        bottom: 10%;
        left: 0%;
        z-index: 10;
        color: #fff;
        width: 80%;
    }

        .carousel-caption h1 {
            width: 100%;
            text-align: center;
            font-size: 22px;
            font-weight: bold;
            letter-spacing: 1px;
            padding-bottom: 10px;
            color: #fff;
        }

        .carousel-caption p {
            width: 100%;
            text-align: center;
            font-size: 15px;
            font-weight: 300;
            letter-spacing: 0;
            color: #fff;
            letter-spacing: 0.5px;
            display: none;
        }


    .carousel-item {
        width: 100%;
        height: 85vh;
        background: no-repeat center center scroll;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        border-radius: 0;
    }

    .carousel-control-prev {
        position: absolute;
        left: 2%;
        top: 20%;
    }

    .carousel-control-next {
        position: absolute;
        left: 83%;
        top: 20%;
    }

    .slidermenu {
        bottom: 25px;
    }
}

@media (min-width: 767px) and (max-width: 899px) {
    .carousel-item {
        width: 100%;
        height: 100vh;
        background: no-repeat center center scroll;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        border-radius: 0;
    }
}


@media (min-width: 250px) and (max-width: 767.98px) {
    .carousel-item {
        width: 100%;
        height: 65vh;
        background: no-repeat center center scroll;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        border-radius: 0;
    }

    .carousel-control-prev {
        position: absolute;
        left: 2%;
        top: 20%;
        display: none;
    }

    .carousel-control-next {
        position: absolute;
        left: 83%;
        top: 20%;
        display: none;
    }
}

.scroll-container {
    height: 100vh;
    min-height: 450px;
    padding: 2rem 1rem;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}

    .scroll-container:nth-of-type(1) {
        background-color: #bdd0c4;
    }

    .scroll-container:nth-of-type(2) {
        background-color: #f5d2d3;
    }

    .scroll-container:nth-of-type(3) {
        background-color: #9ab7d3;
    }

    .scroll-container:nth-of-type(4) {
        background-color: #dfccf1;
    }

    .scroll-container:nth-of-type(even) {
        flex-direction: row-reverse;
    }

.scroll-element,
.scroll-caption {
    width: 50%;
}

.scroll-element {
    min-height: 300px;
    height: 100%;
    background-color: #eaeaea;
}

.scroll-caption {
    margin: 1rem;
}

@media screen and (max-width: 650px) {
    .scroll-container,
    .scroll-container:nth-of-type(even) {
        flex-direction: column;
        align-content: inherit;
    }

    .scroll-element {
        height: 100%;
    }

    .scroll-element,
    .scroll-caption {
        width: 100%;
    }
}

.js-scroll {
    opacity: 0;
    transition: opacity 500ms;
}

    .js-scroll.scrolled {
        opacity: 1;
    }

.scrolled.fade-in {
    animation: fade-in 1s ease-in-out both;
}

.scrolled.fade-in-bottom {
    animation: fade-in-bottom 1s ease-in-out both;
}

.scrolled.slide-left {
    animation: slide-in-left 1s ease-in-out both;
}

.scrolled.slide-right {
    animation: slide-in-right 1s ease-in-out both;
}

.input-group {
    position: absolute !important;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin-left: 135px;
    width: 47%;
    height: 390px !important;
    border-radius: 5px;
    padding: 3px 0px 10px 0px;
    border: 1px solid #f4f4f4 !important;
    z-index: 1;
    background-color: white;
    overflow-y: auto;
    text-align: start;
    list-style-type: none;
}

    .input-group .searchOption {
        width: 100%;
        cursor: pointer;
        font-size: 13px;
        margin: 4px 0px 4px 10px;
        padding: 3px 0px;
        font-weight: 500;
        color: #cd7200;
    }

        .input-group .searchOption:hover {
            background: #e1e1e1c2;
            margin-left: 0;
            padding-left: 10px;
        }

@media screen and (max-width: 1600px) {
    .input-group {
        margin-left: 135px !important;
        width: 62%;
        border-radius: 5px;
    }
}

@media screen and (max-width: 1400px) {
    .input-group {
        margin-left: 135px !important;
        width: 65%;
        border-radius: 5px;
    }
}

@media screen and (max-width: 1150px) {
    .input-group {
        width: 82%;
        border-radius: 5px;
        margin-left: 0px !important;
    }
}

@media screen and (max-width: 1000px) {
    .input-group {
        width: 75%;
        border-radius: 5px;
        margin-left: 85px !important;
    }
}

@media screen and (max-width: 900px) {
    .input-group {
        width: 91%;
        border-radius: 5px;
        margin-left: 0px !important;
    }
}


/* ---------- Profile Sayfasi ----------- */
.kullanici {
    width: 100%;
    float: left;
}

    .kullanici .kullaniciresimalan {
        width: 100%;
        float: left;
    }

        .kullanici .kullaniciresimalan .kullaniciresim {
            width: 100%;
            float: left;
        }

            .kullanici .kullaniciresimalan .kullaniciresim img {
                border-radius: 10px;
            }

        .kullanici .kullaniciresimalan .isimsoyisim {
            width: 100%;
            color: #000000;
            font-size: 15px;
            font-weight: bold;
            padding-top: 10px;
            float: left;
        }

        .kullanici .kullaniciresimalan .uyezaman {
            width: 100%;
            color: #000000;
            font-size: 13px;
            font-weight: 400;
            padding-top: 5px;
            float: left;
        }

        .kullanici .kullaniciresimalan .sehir {
            width: 100%;
            color: #000000;
            font-size: 13px;
            font-weight: 400;
            padding-top: 0;
            float: left;
            padding-bottom: 10px;
        }

    .kullanici .kullaniciicerik {
        width: 100%;
        float: left;
    }

        .kullanici .kullaniciicerik .hakkinda {
            width: 100%;
            float: left;
            color: #000000;
            font-size: 13px;
            font-weight: 400;
        }

        .kullanici .kullaniciicerik .fotografalan {
            width: 100%;
            float: left;
            margin-top: 35px;
            padding-bottom: 10px;
        }

        .kullanici .kullaniciicerik .fotografbaslik {
            width: 100%;
            color: #000000;
            font-size: 15px;
            font-weight: bold;
            float: left;
            padding-bottom: 20px;
        }

        .kullanici .kullaniciicerik .fotografliste {
            width: 100%;
            float: left;
            padding: 5px;
        }

        .kullanici .kullaniciicerik .belgealan {
            width: 100%;
            float: left;
            margin-top: 35px;
            padding-bottom: 10px;
        }

        .kullanici .kullaniciicerik .belgebaslik {
            width: 100%;
            color: #000000;
            font-size: 15px;
            font-weight: bold;
            float: left;
            padding-bottom: 20px;
        }

        .kullanici .kullaniciicerik .belgeliste {
            width: 100%;
            float: left;
            padding: 5px;
        }

            .kullanici .kullaniciicerik .belgeliste .ic {
                width: 100%;
                min-height: 50px;
                background: #f4f4f4;
                border-radius: 5px;
                display: flex;
                justify-content: center;
                align-items: center;
                text-align: center;
                color: #000000;
                font-size: 13px;
                font-weight: 400;
            }

            .kullanici .kullaniciicerik .belgeliste i {
                margin-right: 5px;
            }


.kategorigenel {
    width: 100%;
    display: table;
    margin-bottom: 50px;
    border: 1px solid #f4f4f4;
    padding: 20px 10px 10px 10px;
    border-radius: 7px;
}

    .kategorigenel .baslik {
        width: 98%;
        color: #000000;
        font-size: 18px;
        font-weight: bold;
        margin-left: auto;
        margin-right: auto;
        border-bottom: 1px solid #f4f4f4;
        margin-bottom: 20px;
        padding-bottom: 10px;
    }

    .kategorigenel .kategoriliste {
        width: 50%;
        float: left;
        color: #000000;
        font-size: 14px;
        margin-bottom: 5px;
        padding: 5px;
        min-height: 30px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

@media (min-width: 250px) and (max-width: 767.98px) {
    .kullanici .kullaniciicerik .fotografalan {
        width: 50%;
        float: left;
        margin-top: 35px;
        padding-bottom: 10px;
    }
}

.left-part.fixed-left-part {
    height: calc(100vh - 225px) !important;
    position: absolute;
    top: 5%;
    padding-top: 10px;
}

@keyframes slide-in-left {
    0% {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slide-in-right {
    0% {
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fade-in-bottom {
    0% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
