@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Teko:wght@300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

body {
    font-family: "Manrope", sans-serif;
    background-color: #F1EFEF;
    background-position: center top !important;
    background-image: url(http://panel.ttkobi.gen.tr/images/uploads/F1398/341b3489-ea39-410a-85c8-926b873fdac8_aa.svg);
}

input::-webkit-search-cancel-button {
    display: none;
}

.eksdFLe {
    display: flex;
}

    .eksdFLe a {
        background: #009dff;
        display: flex;
        width: 100px;
        height: 100px;
        color: white;
        justify-content: center;
        align-items: center;
        position: relative;
    }

.bmasegsad {
    display: flex;
    margin-right: 1rem;
    justify-content: right;
}

    .bmasegsad a {
        background: var(--renk2);
        color: white;
        padding: 10px 20px;
    }

.eksdFLe a svg {
    height: 45px;
    width: auto;
}

.eksdFLe a strong {
    position: absolute;
    bottom: 13px;
    color: var(--renk2);
    transform: rotate(-90deg);
    left: -36px;
    width: 50px;
}

.filterTableTab p {
    margin-bottom: 1px !important;
    display: inline-block;
    padding: 2px;
    margin: 2px;
    background: #e9e9e9;
}

.urunDetayw50 {
    width: 50%;
    background: #f6f8fa;
    padding: 1rem;
}

.ekBilgiFLex p {
    display: flex;
}

.ekBilgiFLex strong {
    display: block;
    width: 17rem;
}

::-webkit-scrollbar {
    width: 9px;
}



::-webkit-scrollbar-thumb {
    background: #b9b9b9;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #b4b4b4;
    }

.overflowNone {
    overflow: hidden;
}

:Root {
    --renk: #00aeef;
    --renk2: #04173d;
}

.loader {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #061430;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.filterDiv select option::first-letter {
    text-transform: uppercase;
}


.loadTable {
    position: absolute;
    height: 100%;
    width: 100%;
    justify-content: center;
    background: #00aeefb8;
    color: white;
    padding-top: 2rem;
    font-size: 2rem;
    display: none;
}


.loader img {
    animation: loadLogo 1.2s infinite;
}

@keyframes loadLogo {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}


.banner {
    height: 100vh;
    width: 100%;
    position: relative;
}

    .banner::before {
        position: absolute;
        height: 100%;
        width: 100%;
        background-color: #00000000;
        top: 0;
        left: 0;
        content: "";
        transition: .7s;
    }

.cover {
    transition: .3s;
}

.banner.loaded .cover {
    opacity: 0;
}

.banner.loaded::before {
    background-color: #040833a8;
}

.banner-video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}


.cover {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    opacity: .92;
    z-index: 1;
}

.banner-content {
    position: absolute;
    z-index: 2;
    right: 12rem;
    bottom: 4rem;
    width: 700px;
    color: white;
}

    .banner-content h1 {
        font-size: 64px;
        line-height: 0.9;
        font-family: Teko;
        transform: translateY(-20px);
        opacity: 0;
    }

    .banner-content p {
        color: var(--renk);
        font-size: 24px;
        transform: translateY(-20px);
        opacity: 0;
    }

    .banner-content a {
        color: white;
        text-decoration: none;
        transform: translateY(-20px);
        display: block;
        width: max-content;
    }

.bannerBtn {
    display: flex;
    align-items: center;
    font-weight: lighter;
    font-size: 20px;
    margin-top: 22px;
    width: max-content;
    transition: .15s;
}

    .bannerBtn div {
        width: 20px;
        height: 45px;
        border-top: 1px solid var(--renk);
        border-left: 1px solid var(--renk);
        border-bottom: 1px solid var(--renk);
        position: relative;
    }

        .bannerBtn div:last-child {
            border-top: 1px solid var(--renk);
            border-left: 1px solid transparent;
            border-bottom: 1px solid var(--renk);
            border-right: 1px solid var(--renk);
        }

    .bannerBtn:hover {
        background-color: var(--renk);
    }

.social {
    position: absolute;
    right: 4rem;
    bottom: 4rem;
    display: flex;
    flex-direction: column;
    gap: 35px;
    color: white;
    font-size: 20px;
    z-index: 3;
}

    .social i {
        cursor: pointer;
        transition: .15s;
    }

        .social i:hover {
            opacity: .50;
        }

.urunDetayw50 span {
    width: 17rem;
    display: block;
}

nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    background-color: transparent;
    padding: 0px 2rem;
    display: flex;
    height: 46px;
    transform: translateY(-100%);
    transition: .4s;
}

    nav.scroll {
        background-color: white;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    }



        nav.scroll ul li {
            color: var(--renk2);
        }

            nav.scroll ul li:hover {
                cursor: pointer;
            }

            nav.scroll ul li a {
                color: var(--renk2);
                text-decoration: none;
            }

                nav.scroll ul li a:hover {
                    text-decoration: none;
                    cursor: pointer;
                }

        nav.scroll img {
            top: 0;
        }


        nav.scroll #logo {
            background: white;
            border-radius: 30px;
            padding: 0 1rem;
            z-index: 1000;
        }

    nav #logo {
        height: 160%;
        transition: .6s;
    }

    nav img {
        height: 100%;
        position: relative;
        top: 20px;
    }

    nav ul li {
        list-style: none;
        font-weight: 400;
        color: white;
        font-size: 14px;
        transition: .15s;
        cursor: pointer;
    }

    nav li:hover {
        color: var(--renk) !important;
    }



    nav ul li a {
        list-style: none;
        font-weight: 400;
        color: white;
        font-size: 14px;
        transition: .15s;
        cursor: pointer;
    }

    nav li a:hover {
        color: var(--renk) !important;
    }


    nav ul {
        display: flex;
        height: 100%;
        align-items: center;
        padding: 0;
        margin: 0;
        gap: 30px;
        position: absolute;
        right: 2rem;
    }

.urunGrup img {
    height: 100%;
    width: 100%;
}

.urunGrup.ilkResim img {
    height: 32rem;
    object-fit: cover;
}

.urunGrup.ikinciResim img {
    height: 100%;
    object-fit: cover;
}

.urunGrupContent {
    background-color: white;
    padding: 3rem;
    height: 100%;
}

    .urunGrupContent h1 {
        font-weight: lighter;
        font-size: 4rem;
        font-family: "Lora", serif;
        color: #092459;
        position: relative;
        width: max-content;
    }

    .urunGrupContent.kucuk {
        background-color: rgb(234, 232, 232);
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

        .urunGrupContent.kucuk h1 {
            font-size: 2.2rem;
        }

            .urunGrupContent.kucuk h1 span {
                font-size: 17px;
                top: 17px;
                right: -6.7rem;
            }

    .urunGrupContent span {
        font-size: 24px;
        color: var(--renk);
        font-family: inherit;
        display: block;
        margin-left: 2.2rem;
        margin-bottom: 20px;
    }

    .urunGrupContent p {
        width: 75%;
        margin-left: 2.2rem;
        font-size: 17px;
        font-weight: 300;
        color: rgb(71, 71, 71);
        line-height: 1.8;
    }

    .urunGrupContent.kucuk p {
        font-size: 23px;
        margin-left: 18px;
        margin-top: 30px;
    }

    .urunGrupContent.kucuk a {
        margin-left: 18px;
    }

    .urunGrupContent p span {
        font-size: 16px;
        font-weight: 400;
        display: block;
        margin-top: 16px;
        margin-bottom: 2px;
        color: black;
    }

    .urunGrupContent a {
        margin-left: 2.2rem;
        display: block;
        text-decoration: none;
        color: black;
        border: 1px solid var(--renk2);
        width: max-content;
        margin-top: 2rem;
        padding: 6px 25px;
        transition: .15s;
    }

        .urunGrupContent a:hover {
            background-color: var(--renk2);
            color: white;
        }

.urunGrupBasik {
    /* left: -214px; */
    font-size: 40px;
    /* top: 8rem; */
    color: var(--renk2);
    z-index: -1;
    font-weight: 400;
    margin-bottom: 1rem;
    position: relative;
}

    .urunGrupBasik::before {
        position: absolute;
        height: 20px;
        width: 20px;
        background-color: var(--renk2);
        top: 0;
        left: -2rem;
        border-radius: 50%;
        content: attr(data-number);
        color: white;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 13px;
        font-weight: bold;
    }

.cozum {
    font-size: 28px;
    width: 65%;
    font-weight: 200;
    color: var(--renk2);
    line-height: 1.5;
}

.cozumBg {
    background-color: white;
    border: 1px solid #e9e9e9;
    transition: .2s;
    cursor: pointer;
}

    .cozumBg:hover {
        border: 1px solid #bebebe;
        transform: translateY(-6px);
    }


    .cozumBg img {
        height: 22rem;
        object-fit: cover;
    }

.cozumBgContent {
    padding: 15px 30px;
}

    .cozumBgContent p {
        color: #5d5d5d;
    }

    .cozumBgContent h4 {
        color: var(--renk2);
    }


.cozumbg.iki {
    height: 100%;
}

    .cozumBg.iki img {
        height: 100%;
        width: 16rem !important;
    }

.btnn {
    margin-left: 2.2rem;
    display: block;
    text-decoration: none;
    color: black;
    border: 1px solid var(--renk2);
    width: max-content;
    margin-top: 2rem;
    padding: 6px 25px;
    transition: .15s;
}

    .btnn:hover {
        background-color: var(--renk2);
        color: white;
    }


.cozumBefore {
    position: relative;
}

.urunBefore::before {
    background-color: #003d7b69;
    transition: .3s;
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    top: 0;
    left: 0;
}



.cozumBefore::before {
    background-color: #003d7b69;
    transition: .3s;
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    top: 0;
    left: 0;
    transition: .25s;
}

.cozumBg:hover .cozumBefore::before {
    background-color: #003d7ba1;
}



.sorumluluk {
    background-image: url(http://web366.ttr.web.tr/sbArka.png);
    background-position: center;
    background-size: cover;
    height: 65rem;
    display: flex;
    justify-content: center;
    position: relative;
    padding-bottom: 5rem;
}

.sbOn {
    position: absolute;
    width: 100%;
    bottom: 0;
}

.sorumlulukBg {
    padding: 3rem;
    width: 900px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    height: 900px;
    background-color: white;
}

    .sorumlulukBg h1 {
        font-family: 'TT Livret Display Trl', sans-serif;
    }

    .sorumlulukBg svg {
        height: 50px;
        width: auto;
        color: var(--renk);
    }

    .sorumlulukBg p {
        font-weight: 300;
        font-size: 18px;
        line-height: 1.8;
    }

.sorumlulukDis {
    height: 40.5rem;
    overflow: hidden;
}

.ortakBg {
    background-color: #ececec;
    width: max-content;
    background-color: white;
    border: 1px solid #e9e9e9;
}

    .ortakBg img {
        height: 140px;
        width: 140px;
        object-fit: contain;
    }


.ortakFlex {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.ortakBg {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition: .25s;
    cursor: pointer;
}

    .ortakBg:hover {
        border: 1px solid #bebebe;
        transform: translateY(-6px);
    }

    .ortakBg img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    /* Farklı boyutlar */
    .ortakBg:nth-child(3n + 1) {
        width: 100px;
        height: 100px;
    }

    .ortakBg:nth-child(3n + 2) {
        width: 150px;
        height: 150px;
    }

    .ortakBg:nth-child(3n) {
        width: 200px;
        height: 200px;
    }


.urunBefore img {
    object-fit: cover;
}

.posts {
    width: 100%;
    overflow: hidden;
    height: 16rem;
    position: relative;
    background-position: center;
    background-size: cover;
    cursor: pointer;
}



    .posts::before {
        position: absolute;
        height: 100%;
        width: 100%;
        content: "";
    }


    .posts::before {
        background-color: #003d7b9d;
        transition: .3s;
    }

    .posts:hover::before {
        background-color: #003d7bd3;
    }




    .posts::after {
        position: absolute;
        top: 20px;
        left: 20px;
        content: attr(data-text);
        background-color: white;
        color: var(--renk2);
        padding: 3px 10px;
        font-weight: 600;
        border-radius: 10px;
        display: none;
    }

.postContent {
    position: absolute;
    bottom: 1rem;
    padding-left: 2rem;
    z-index: 2;
    padding-right: 5rem;
    width: 100%;
    transition: .3s;
}

.postSirala a {
    color: white;
}

.postContent b {
    color: white;
    font-size: 21px;
    display: block;
}

.postContent p {
    color: white;
    padding-right: 1rem;
}

.arrowPost {
    position: absolute;
    right: 1rem;
    color: white;
    bottom: 1rem;
}

    .arrowPost svg {
        height: 35px;
        transition: .3s;
        width: auto;
        border: 2px solid white;
        border-radius: 50%;
    }


.posts:hover .arrowPost svg {
    background-color: white;
    color: var(--renk2);
    transform: translateX(-6px);
}

.posts:hover .postContent {
    transform: translateY(-6px);
}

.postTitle {
    font-family: "Lora", serif;
    color: var(--renk2);
    font-size: 2.4rem;
    position: relative;
    display: flex;
    margin-top: 3rem;
}


.dropdownBg {
    position: fixed;
    z-index: 998;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.274);
    left: 0;
    top: 46px;
    display: none;
}

.dropdown {
    width: 100%;
    height: 28rem;
    background-color: white;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}



    .dropdown ul {
        flex-direction: column;
        align-items: start;
        padding-top: 30px;
        gap: 20px;
        position: relative;
        right: inherit;
        left: 2rem;
    }

        .dropdown ul li {
            font-size: 22px;
            color: var(--renk2);
        }

            .dropdown ul li a {
                font-size: 22px;
                color: var(--renk2);
                text-decoration: none;
            }

                .dropdown ul li a:hover {
                    font-size: 22px;
                    color: var(--renk) !important;
                    text-decoration: none;
                }



.dropdownBasik {
    position: absolute;
    left: 2rem;
    bottom: 0rem;
    -webkit-text-stroke: 1px rgb(255, 255, 255);
    color: transparent;
    font-size: 60px;
    font-weight: bold;
    z-index: 1;
}

.dropdownAc svg {
    width: 10px;
    color: white;
    margin-left: 4px;
    height: auto;
    transition: .25s;
}

.scroll .dropdownAc svg {
    color: gray;
}

.dropdownAc.active svg {
    transform: rotate(180deg);
}

.sedVBes::before {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #06143057;
    content: "";
    top: 0;
    left: 0;
    z-index: 1;
}

footer {
    padding: 6rem 0;
    background-color: rgb(216 218 219);
    padding-bottom: 5.5rem;
}


    footer ul {
        margin: 0;
        display: flex;
        flex-direction: column;
        gap: 11px;
    }

        footer ul li {
            list-style: none;
            font-size: .75rem;
            font-weight: 500;
            cursor: pointer;
            transition: .15s;
            color: var(--renk2);
        }

            footer ul li:hover {
                opacity: .50;
            }

            footer ul li.active {
                font-weight: 800;
                opacity: 1 !important;
                color: var(--renk2);
            }

            footer ul li a {
                list-style: none;
                font-size: .75rem;
                font-weight: 500;
                cursor: pointer;
                transition: .15s;
                color: var(--renk2);
                text-decoration: none;
            }

                footer ul li a:hover {
                    opacity: .50;
                }

.copyright {
    width: 100%;
    border-top: 1px solid rgb(183 183 183);
    margin-top: 30px;
    padding-top: 30px;
    position: relative;
    display: flex;
}

    .copyright ul {
        display: flex;
        flex-direction: row;
        gap: 20px;
    }



.contactBtnFooter {
    text-decoration: none;
    background-color: black;
    color: white;
    font-size: 15px;
    padding: 4px 10px;
    margin-top: 17px;
    border-radius: 5px;
    display: block;
    width: max-content;
    border: 1px solid transparent;
    transition: .1s;
}

    .contactBtnFooter:hover {
        background-color: transparent;
        border: 1px solid black;
        color: black;
    }

.footericons svg {
}

    .footericons svg:hover {
        opacity: .50;
    }


.footericons svg {
    height: 20px;
    width: auto;
    color: var(--renk2);
    cursor: pointer;
}

ul li {
    user-select: none;
}

a {
    user-select: none;
    text-decoration: none;
}

.copyright img {
    height: 60px;
    position: relative;
    top: -10px;
}

.urunCnt {
    display: flex;
    user-select: none;
    flex-direction: column;
    border-right: 1px solid #e4e6e8;
    background-color: #f6f7f8;
    cursor: pointer;
    transition: .15s;
}

    .urunCnt:hover {
        background-color: #ffffff !important;
    }

.urunSatir {
    display: flex;
    border-bottom: 1px solid #e1e1e1;
    padding: 14px 15px;
}

.urunhead {
    width: 145px;
    color: var(--renk2);
    font-weight: 400;
    font-size: 14px;
}

.urunheadAcikla {
    color: var(--renk2);
    font-weight: 700;
    font-size: 14px;
}


.swiper-button-next {
    right: -3rem;
    background: var(--renk2);
    height: 30px;
    width: 30px;
    border-radius: 50%;
    user-select: none;
}


.swiper-button-prev {
    left: -3rem;
    background: var(--renk2);
    height: 30px;
    width: 30px;
    border-radius: 50%;
    user-select: none;
}

    .swiper-button-prev::after {
        font-size: 14px;
        color: white;
    }

.swiper-button-next::after {
    font-size: 14px;
    color: white;
}

.mySwiper .swiper-slide:nth-child(even) .urunCnt {
    background-color: #ececec;
}

.urunCnt .urunSatir:first-child {
    background: #c3c3c3;
}


.sertLink {
    display: flex;
    width: 100%;
    position: relative;
    margin-top: 25px;
}

    .sertLink a {
        position: absolute;
        right: 0;
    }

    .sertLink a {
        border: 1px solid #c6c6c6;
        border-radius: 30px;
        text-decoration: none;
        color: var(--renk2);
        font-size: 14px;
        padding: 6px 25px;
        transition: .25s;
    }

.kb {
    position: absolute;
    left: -4rem;
    color: #919191;
}

.sertLink a:hover {
    background-color: var(--renk2);
    color: white;
    border: 1px solid var(--renk2);
}

.sertLink p {
    margin: 0;
    position: relative;
    bottom: -15px;
    color: var(--renk2);
}

.sertlink a svg {
    height: 15px;
    width: auto;
    position: relative;
    top: -2px;
    margin-left: 6px;
}

.sertBg {
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 30px;
    padding-top: 20px;
}

.hakCizgi {
    height: 2.5px;
    width: 100%;
    background-color: var(--renk2);
    position: relative;
    top: -58px;
}


    .hakCizgi::after {
        width: 21px;
        height: 21px;
        background-color: var(--renk2);
        position: absolute;
        top: -9px;
        right: -4px;
        content: "";
        transform: rotate(45deg);
    }

.hakCol span {
    font-size: 32px;
    line-height: 1.65;
    color: var(--renk2);
    font-weight: 500;
}

.hakBaslik {
    font-size: 18px !important;
    font-weight: 400 !important;
    margin-right: 30px !important;
    color: var(--renk2) !important;
}

.decorationAnim {
    text-decoration: underline;
    position: relative;
    z-index: 2;
    cursor: pointer;
}

.hakCol {
    position: relative;
    padding-bottom: 6rem;
}

.hakPad {
    padding-top: 3rem;
    padding-bottom: 5rem;
}

.hakContent p {
    font-weight: 400;
    width: 95%;
    color: #545454;
    margin-top: 20px;
    position: relative;
    font-size: 16.5px;
    line-height: 1.9;
}

.hakContent b {
    font-size: 23px;
    display: block;
    color: var(--renk2);
}

.hakTabs {
    padding-top: 6rem;
    display: flex;
}

    .hakTabs span {
        background-color: var(--renk);
        color: white;
        padding: 6px 20px;
        font-size: 16px;
    }

        .hakTabs span.active {
            background-color: var(--renk2);
        }

.hakGaleri img {
    width: 100%;
    height: 10rem;
    object-fit: cover;
}

.pagina2 {
    top: inherit;
    bottom: -2rem !important;
}

.swiper-pagination-bullet {
    padding: 7px;
}

.swiper-pagination-bullet-active {
    background: var(--renk);
}



.hakGaleri {
    user-select: none;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    margin: 0 4px;
}


    .hakGaleri::before {
        position: absolute;
        height: 100%;
        width: 100%;
        background: linear-gradient(to top, #222222c7 20%, rgba(255, 0, 0, 0) 86%);
        content: "";
        transition: .3s;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        opacity: 1;
        pointer-events: none;
    }

.trLang {
    position: relative;
    right: -13px;
}

.hakBrdr {
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    box-shadow: rgba(100, 100, 111, 0.15) 0px 7px 29px 0px;
    border: 1px solid #d3d3d3;
}

.hakLogo {
    position: absolute;
    left: -163px;
    background: white;
    height: 120px;
    width: 163px;
    top: -1px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-left-radius: 30px;
    border: 1px solid #d3d3d3;
    border-right: 0px;
    border-bottom-left-radius: 30px;
    padding-left: 3rem;
}

    .hakLogo img {
        height: 65px;
    }


.hakFoto {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hkFotoDiv {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    overflow: hidden;
    height: 80%;
    position: relative;
    top: 5rem;
}

.col8Bg {
    position: relative;
}

    .col8Bg::before {
        position: absolute;
        height: 160%;
        width: 120%;
        background-color: white;
        content: "";
        left: -10%;
        top: -30%;
        z-index: -1;
        border-bottom-left-radius: 30px;
        border: 1px solid #d3d3d3;
        border-bottom-right-radius: 30px;
        box-shadow: rgba(100, 100, 111, 0.15) 0px 7px 29px 0px;
        display: none;
    }



.searchBar {
    position: absolute;
    width: 350px;
    height: max-content;
    background-color: white;
    right: 0;
    top: 3rem;
    display: flex;
    flex-direction: column;
    padding: 15px 10px;
    padding-top: 20px;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    display: none;
    cursor: auto;
}

    .searchBar input {
        border: 1px solid #bdbdbd;
        outline: none;
        padding: 8px;
    }

    .searchBar label {
        color: gray;
        font-weight: 400;
        position: relative;
        top: 10px;
        left: 5px;
        background: white;
        width: max-content;
        padding: 0 8px;
        position: absolute;
        height: max-content;
    }

    .searchBar input::placeholder {
        color: #dbdbdb;
    }

#searce {
    position: absolute;
    right: 0;
    top: 32px;
    right: 20px;
    color: gray;
}

.urunProdSlide {
    width: 100%;
    cursor: pointer;
}

    .urunProdSlide::before {
        position: absolute;
        height: 100%;
        width: 100%;
        background-color: #142c5b59;
        z-index: 2;
        content: "";
        transition: .2s;
    }

    .urunProdSlide img {
        width: 100%;
        height: 17.5rem;
        object-fit: cover;
    }

.urndfpC {
    position: absolute;
    z-index: 2;
    bottom: 1rem;
    left: 1rem;
    padding-right: 1rem;
}

.urunProdSlide:hover::before {
    background-color: #0d1f428c;
}

.urunProdSlide h4 {
    color: white;
    font-size: 20px;
    font-weight: 500;
}

.urunProdSlide p {
    color: white;
    opacity: .90;
    font-size: 13px;
}



.hakGaleri span {
    position: absolute;
    bottom: 10px;
    z-index: 1;
    color: white;
    left: 15px;
}

.footericons div:first-child {
    justify-content: end;
}

#mobilMenuAc {
    display: none;
}

.mobilMenu {
    display: none;
}


.headerTop {
    background-color: #fff;
    padding-top: 6rem;
    padding-bottom: 10px;
    position: relative;
    width: 100%;
}

    .headerTop .title {
        font-size: 2.45rem;
        margin-top: 15px;
        font-style: normal;
        font-weight: 500;
        color: var(--renk2);
        font-stretch: normal;
        letter-spacing: normal;
        margin-bottom: 15px;
    }


.block-system-breadcrumb-block .breadcrumb {
    background-color: transparent;
    padding: 0;
}

    .block-system-breadcrumb-block .breadcrumb .breadcrumb-item a {
        color: #979797;
        text-decoration: none;
        font-weight: 400;
        font-size: 17px;
    }

    .block-system-breadcrumb-block .breadcrumb .breadcrumb-item {
        font-weight: 500;
        font-size: 17px;
        color: #000;
    }

.block-system-breadcrumb-block .breadcrumb-item.active a {
    color: #332a31;
}

.breadcrumb-item.active a {
    font-weight: 600 !important;
}

.breadcrumb-item.active {
    font-weight: 600 !important;
}

.block-system-breadcrumb-block .breadcrumb-item + .breadcrumb-item::before {
    color: #03438f;
}


.headerTop .paragraph p {
    font-size: 1.25rem;
    line-height: 2rem;
    color: #2D2D2D;
    font-style: normal;
    font-weight: 400;
}

.headerTop .icon-arrow {
    margin-top: 30px;
    display: block;
    height: 40px;
    width: 40px;
}

    .headerTop .icon-arrow i {
        font-size: 40px;
        color: #00aeef;
    }

.pageBanner {
    position: relative;
    width: 100%;
    height: 550px;
    padding: 0;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.boxNextimg {
    height: 13rem;
    object-fit: cover;
}


.kurumsalPage {
    position: relative;
    width: 100%;
    padding: 50px 0;
    margin: 0;
    background-color: #fff;
    z-index: 9;
}

.socialBox {
    border: 1px solid #c1c1c1;
    border-radius: 0;
    padding: 30px 35px;
    width: 85%;
    display: flex;
    flex-direction: column;
    align-items: center;
}


    .socialBox p {
        font-size: 18px;
        font-weight: 300;
    }


    .socialBox.sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 10rem;
        z-index: 9;
    }

    .socialBox .sbox {
        display: flex;
        width: 176px;
        flex-wrap: wrap;
        gap: 1rem;
        justify-content: center;
        column-gap: 2rem;
    }

        .socialBox .sbox a {
            color: #000;
        }

            .socialBox .sbox a svg {
                height: 25px;
                width: 25px;
            }

.navic {
    transform: translateY(0%);
    padding-left: 0;
    height: auto;
    position: relative;
    z-index: 0;
}

    .navic ol {
        margin-bottom: 0;
        padding: 0;
    }

.kurumsalBox {
    height: 500px;
    min-height: 300px;
    background-position: center;
    background-size: cover;
    margin-bottom: 2rem;
    position: relative;
    overflow: hidden;
}


    .kurumsalBox .block-link {
        width: 100%;
        height: 100%;
        font-size: 0;
        display: block;
    }


.kurumsalBoxLower .competency-block-lower {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 100%;
    min-width: 100%;
    z-index: 1;
    background: #fff;
}

    .kurumsalBoxLower .competency-block-lower .competency-link-title {
        display: flex;
        padding: 1.5rem 4rem 1.5rem 1.5rem;
        background: #282D30;
        position: relative;
    }

        .kurumsalBoxLower .competency-block-lower .competency-link-title a {
            font-size: 22px;
            width: 100%;
            color: white;
            font-weight: 400;
            display: block;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            text-decoration: none;
        }

        .kurumsalBoxLower .competency-block-lower .competency-link-title .arrow-right {
            position: unset;
            transform: none;
        }

        .kurumsalBoxLower .competency-block-lower .competency-link-title .arrow-right {
            color: #00aeef;
            margin-left: 0.5rem;
            position: absolute;
            right: 2rem;
            top: 50%;
            transform: translateY(-50%);
        }

            .kurumsalBoxLower .competency-block-lower .competency-link-title .arrow-right path:nth-child(1) {
                stroke: #00aeef;
                transition: transform 0.3s;
            }

            .kurumsalBoxLower .competency-block-lower .competency-link-title .arrow-right path:nth-child(2) {
                stroke: #00aeef;
                fill: #00aeef;
                transition: transform 0.3s;
            }

        .kurumsalBoxLower .competency-block-lower .competency-link-title:hover .arrow-right path:nth-child(1) {
            transition: transform 0.3s;
            transform: scaleX(2.5);
            stroke: #00aeef;
        }

        .kurumsalBoxLower .competency-block-lower .competency-link-title:hover .arrow-right path:nth-child(2) {
            transition: transform 0.3s;
            transform: translateX(10px);
            stroke: #00aeef;
            fill: #00aeef;
        }

.boxNext {
    border-top: 1px solid #000;
    padding-top: 30px;
    padding-left: 1rem;
}

    .boxNext .boxNextTitle {
        color: var(--renk2);
        font-size: 37px;
        font-weight: 600;
        line-height: normal;
        margin: 0;
        margin-bottom: 17px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .boxNext .boxNextText {
        color: #282d30;
        font-size: 1.2rem;
        font-weight: 300;
        line-height: normal;
        margin: 0;
        margin-bottom: 10px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }


    .boxNext .btnRead {
        color: #282D30;
        font-size: 1rem;
        font-weight: 300;
        display: flex;
        text-decoration: none;
    }

.readMore {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    color: #282D30;
    margin-bottom: 0.5rem;
    margin-top: 3rem;
}

.pageIcerik {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    color: #332a31;
}



.uzun-kutu {
    background-color: #f9f9f9;
    margin-bottom: 8%;
}

    .uzun-kutu img {
        height: 210px;
        object-fit: cover;
    }

.uk-yazi {
    padding: 10%;
    height: 250px;
}

.searchh {
    color: black;
    position: relative;
    top: 7px;
}

    .searchh a {
        color: var(--renk) !important;
    }

.uk-baslik {
    color: #013a81;
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 15px;
    height: 100%;
    overflow: hidden;
}

.uk-yazi p {
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: .01em;
    margin-top: 20px;
    height: 140px;
    /* background-color: black; */
    overflow: hidden;
    color: #000;
}

.uk-footer {
    border-top: 1px solid #dae6ed;
    margin: 0 auto;
    width: calc(100% - 60px);
    padding: 5% 0;
}

    .uk-footer .button-text {
        color: #013a81;
        font-size: 13px;
        line-height: 1.5;
        letter-spacing: .1em;
        text-transform: uppercase;
        font-weight: 700;
        text-align: left;
    }

.button-text i {
    padding-left: 4%;
}


.ilgili-urun {
    background-color: #f9f9f9;
    padding-top: 2%;
}

    .ilgili-urun .uzun-kutu {
        background-color: #fff;
        margin-bottom: 32%;
    }


.ilgili-urun-baslik p::after {
    bottom: 10px;
    position: absolute;
    content: "";
    width: 40px;
    height: 4px;
    border-radius: 2px;
    background-color: #013a81;
    display: block;
}

.ilgili-urun-baslik p {
    font-size: 44px;
}

.ilgili-urun-baslik {
    display: flex;
    justify-content: space-between;
    margin: 3% 0px;
}

.bannerLink span {
    position: relative;
    z-index: 1;
}

.bannerLink {
    background-color: #03428e;
    color: white;
    padding: 10px 27px;
    font-weight: 500;
    text-decoration: none;
    padding-right: 74px;
    position: relative;
    z-index: 0;
}

    .bannerLink svg {
        height: 100%;
        width: 50px;
        border-left: 1px solid white;
        position: absolute;
        right: 0;
        top: 0;
        padding-left: 14.5px;
        padding-right: 14.5px;
        z-index: 2;
    }


.bannerLinks a:hover .bannerLinkAnimBgBefore {
    width: 100%;
}

.bannerLink:hover .bannerLinkAnimBgBefore {
    width: 100%;
}

.bannerLinkAnimBgBefore {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0%;
    transition: .42s;
    background: #ebebeb;
    z-index: 1;
}

.bannerLinks a span {
    position: relative;
    z-index: 3;
}

.bannerLink:hover {
    color: var(--renk);
}

    .bannerLink:hover svg {
        color: var(--renk);
        border-left: 1px solid var(--renk);
    }

.ilgili-urun-baslik .bannerLink {
    margin: 2%;
}

.contactPage {
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    overflow: hidden;
    padding-bottom: 50px;
    background: #fff;
}

    .contactPage::before {
        content: "";
        background-color: rgb(40 45 48);
        width: 100%;
        height: 400px;
        left: 0;
        top: 0;
        position: absolute;
    }


    .contactPage h2 {
        color: #fff;
        font-size: 58px;
        position: relative;
        font-weight: 300;
    }

        .contactPage h2:before {
            content: "";
            position: absolute;
            top: -20px;
            left: -30px;
            width: 30px;
            height: 30px;
            background: url(../image/chevron.png);
            background-size: contain;
        }

    .contactPage div {
        color: #fff;
        position: relative;
    }

.detailed-information {
    background: #e9e9e9;
    padding-bottom: 1rem;
}

.contactPage .container {
    padding-top: 6rem;
    z-index: 9;
    padding-bottom: 5rem;
}


.main-office {
    transform: translate(0, -100px);
    margin-bottom: -160px;
}

.contactPage .office-card-details {
    height: 250px;
    background-color: #fff;
}

.contactPage .office-card-detailsmap {
    background-color: #fff;
}

.location-details p, .location-details a, .phone_numbers p, .phone_numbers a, .job-opening p, .job-opening a {
    color: #332a31;
    font-size: 1rem;
    line-height: 1.75rem;
    margin-bottom: 0;
    font-weight: 600;
}

.office-card-details .location-details {
    padding: 1.5rem 0 0 2rem;
}

.office-card-details .phone_numbers {
    padding: 1.5rem 0 0 2rem;
}


.aspect-ratio-box {
    height: 0;
    overflow: hidden;
    padding-top: 62%;
    position: relative;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.aspect-ratio-box {
    height: 100%;
}

.location-details .img-fluid, .phone_numbers .img-fluid {
    margin-bottom: 1rem;
}

.location-details img {
    max-width: 25px;
}

.phone_numbers img {
    max-width: 20px;
}


.pardot-form {
    padding: 3.5rem 0 6.5rem;
    background: #282D30;
}

@media (min-width: 576px) {
    .pardot-title {
        font-size: 3.9rem;
    }
}

.pardot-title {
    font-style: normal;
    font-weight: 300;
    color: #fff;
    font-size: 2.9rem;
    line-height: 1.1;
    margin-bottom: 40px;
    padding: 0;
    position: relative;
}

.onecolumn .pardot-form .pardot-title {
    text-align: center;
    padding-top: 20px;
    margin: 0 auto 1rem;
}

.pardot-description {
    width: 85%;
    margin: 0 auto;
    text-align: justify;
    color: #fff;
    margin-bottom: 20px;
}

.paragraph .pardot-description p {
    color: #fff;
    font-size: 1rem;
    padding: 20px 0px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.6;
    letter-spacing: normal;
}


.contactForm .form-control {
    display: block;
    width: 100%;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    height: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    font-size: 1.1rem;
    padding: 20px 18px;
}

.contactForm .form-select {
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    font-size: 1.1rem;
    padding: 20px 18px !important;
}

.btnForm {
    background-color: #00aeef;
    border-radius: .25rem;
    color: #282d30;
    font-size: 1.1rem;
    font-weight: 900;
    padding: 10px 40px;
    float: right;
}


    .btnForm:hover {
        background-color: #9ee5ff;
        color: #282d30;
        cursor: pointer;
    }

.contact-mail {
    color: #fff;
    margin-left: 0px;
    font-size: 19px;
    margin-top: -20px;
}

    .contact-mail a {
        color: #00aeef;
        text-decoration: none;
    }

.contactForm {
    position: relative;
}

    .contactForm::after {
        background-image: url(../image/chevron.png);
        background-repeat: no-repeat;
        background-size: 100%;
        bottom: -60px;
        content: "";
        height: 100px;
        left: -20px;
        position: absolute;
        transform: rotate(-90deg);
        width: 50px;
    }

.container-small {
    padding: 0 28%;
}

.documentbox {
    padding: 15px 0;
    position: relative;
    width: 100%;
}

    .documentbox p {
        background: #f5f5f5;
        padding: 10px;
        margin-bottom: 15px;
    }

    .documentbox a {
        color: #013a81;
        text-decoration: none;
    }

        .documentbox a i {
            color: red;
            font-size: 25px;
        }

.searchbox {
    padding: 30px;
    background-color: #f7f7f7;
    border-radius: 10px;
}


.form-search {
    position: relative;
    width: 100%;
    margin: 15px 0;
    padding: 0;
}

    .form-search label {
        text-align: center;
        width: 100%;
        font-size: 30px;
        margin-bottom: 20px;
    }

    .form-search .form-control {
        padding: 15px;
        border-radius: 30px;
        position: relative;
    }

    .form-search .buttonn-search {
        position: absolute;
        right: 20px;
        top: 80px;
        border: 0;
        background-color: transparent;
    }


.alfaPortalBg {
    background-color: var(--renk2);
    padding: 10px 20px;
    border-radius: 7px;
    display: flex;
    align-items: center;
    position: relative;
}

.portal-list {
    position: absolute;
    right: 1rem;
    height: 100%;
    top: 0;
    max-width: 70%;
    padding: 7px 0;
}

.alfaPortalBg span {
    color: white;
    margin-left: 20px;
    font-size: 18.5px;
}

.portal-list ul {
    display: flex;
    gap: 6px;
    column-gap: 55px;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
    justify-content: right;
    margin: 0;
    padding: 0;
}

    .portal-list ul li {
        list-style: none;
        color: white;
        width: 200px;
        font-weight: 200;
        font-size: 15px;
    }


        .portal-list ul li a {
            color: white;
            opacity: .8;
        }

            .portal-list ul li a:hover {
                opacity: 1;
            }

            .portal-list ul li a.active {
                font-weight: 500;
                opacity: 1;
            }

.portalBilgiBg {
    background-color: white;
    padding: 30px 50px;
}

.bilgiTitle {
    display: flex;
    gap: 20px;
    margin-bottom: 2rem;
}

    .bilgiTitle a {
        background-color: var(--renk);
        padding: 6px 14px;
        border-radius: 10px;
        color: white;
    }

        .bilgiTitle a.active {
            border-bottom: 2px solid var(--renk2);
        }

.portalSert {
    padding: 1rem 1rem;
    background-color: rgb(240, 240, 240);
    margin-top: 1.5rem;
}

    .portalSert h5 {
        margin-top: 10px;
        text-align: center;
        color: var(--renk2);
    }

    .portalSert img {
        height: 20rem;
    }

.katLinksPortal {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
}

    .katLinksPortal a {
        background-color: rgb(243, 243, 243);
        color: var(--renk2);
        padding: 7px 14px;
        border-radius: 10px;
    }

        .katLinksPortal a.active {
            background-color: var(--renk2);
            color: white;
        }

.filterDiv {
    display: flex;
    flex-direction: column;
    width: 25%;
    border: 1px solid rgb(219, 219, 219);
    padding: 10px;
    position: relative;
}

.bx-sfgk {
    position: absolute;
    right: 0;
    top: 0;
    background: var(--renk);
    border: 0;
    color: white;
    height: 100%;
    padding: 0 15px;
}

.filterDiv::after {
    position: absolute;
    height: 22px;
    width: 22px;
    background-color: rgb(226, 226, 226);
    content: attr(data-text);
    top: -10px;
    left: -10px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bolder;
    font-size: 13px;
}

.filterDiv select {
    background-color: rgb(226, 226, 226);
    outline: none;
    border: 0;
    padding: 6px 14px;
}

.filterDiv label {
    font-size: 13px;
    margin-bottom: 4px;
}

.filters {
    display: flex;
    width: 100%;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.filterTableTab {
    border: 1px solid rgb(236, 236, 236);
}

    .filterTableTab th {
        font-size: 14px;
        background-color: rgb(241, 244, 248);
        padding: 10px 5px;
        border-right: 1px solid rgb(222, 228, 235);
        border-left: 1px solid rgb(222, 228, 235);
        border-bottom: 3px solid var(--renk);
        text-align: center;
    }

    .filterTableTab td {
        padding: 1rem 5px;
        border-right: 1px solid #efefef;
        text-align: center;
    }

    .filterTableTab tr:hover td {
        background: rgb(238 242 245) !important;
        cursor: pointer;
    }

    .filterTableTab tr:nth-child(even) td {
        background-color: rgb(249, 251, 253);
    }

    .filterTableTab td a {
        color: var(--renk2);
        font-weight: 800;
    }


.tdsUyelikBg {
    position: fixed;
    background: #0000007a;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 999;
    display: none;
    justify-content: center;
    align-items: center;
}

    .tdsUyelikBg form {
        display: flex;
        flex-direction: column;
    }

.tdsBgSecond {
    background: white;
    padding: 30px;
    max-width: 30vw;
    position: relative;
}

    .tdsBgSecond .bx {
        position: absolute;
        right: 1rem;
        top: 1rem;
        font-size: 22px;
        cursor: pointer;
    }

.tdsUyelikBg form label {
    font-size: 13px;
}

.kayitOl {
    display: none;
}


.tdsUyelikBg form input {
    border: 0;
    outline: none;
    border: 1px solid #d3d3d3;
    padding: 8px;
    margin-bottom: 22px;
}

.tdsUyelikBg form button {
    background: var(--renk2);
    color: white;
    border: 0;
    padding: 8px;
}

.tdsBgSecond span {
    font-weight: bolder;
    color: #1893c1;
    cursor: pointer;
}

.filterTable {
    overflow-y: auto;
}


.urunsadgsa {
    height: 34rem;
}


.mobil-show {
    display: none !important;
    top: 0;
}


.divBasarili {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    height: 100%;
    width: 100%;
    background: #0000008a;
    display: flex;
    justify-content: center;
    align-items: center;
}


.sdfqasfs {
    position: absolute;
    right: 5px;
    top: 6px;
    font-size: 25px;
    cursor: pointer;
}

.basarBg {
    background: white;
    padding: 25px 35px;
    width: 23rem;
    text-align: center;
    position: relative;
}

@media (max-width: 991px) {

    .basarBg{
        width: 90%;
    }
    .portal-list ul li {
        width: max-content;
    }

    .mobil-none {
        display: none !important;
    }

    .mobil-show {
        display: block !important;
    }

    .urunGrupContent h1 {
        font-size: 2.5rem;
    }


    .urunDetayw50 span {
        width: 100%;
    }

    .safwasasfg {
        gap: 1rem !important;
    }

    .eksdFLe {
        display: flex;
        flex-direction: column;
    }

        .eksdFLe a {
            margin-top: 4rem;
        }

    .urunDetayw50 {
        width: 100%;
        margin-top: 1rem;
    }

    .tdsBgSecond {
        max-width: 90vw;
    }


    .eksdFLe a strong {
        position: absolute;
        top: -28px;
        color: var(--renk2);
        transform: rotate(0deg);
        left: 25px;
    }


    .ekBilgiFLex strong {
        width: max-content;
        margin-bottom: 5px;
    }

    .ekBilgiFLex p {
        display: flex;
        flex-direction: column;
    }

    .safsdgew {
        flex-direction: column;
    }


    .filterDiv {
        width: 100%;
    }


    .filterTable {
        overflow-y: auto;
    }

    .portal-list {
        position: relative;
        /* text-align: center; */
        width: 100%;
        right: inherit;
        max-width: inherit;
    }

    .filters {
        flex-direction: column;
    }


    .alfaPortalBg {
        flex-direction: column;
        margin-top: 1rem;
    }

    .portal-list ul {
        width: 100%;
        padding: 0;
        margin: 0;
        flex-direction: column;
        align-items: center;
        gap: 8px;
        margin-top: 1rem;
    }





    .footCoprlUl {
        position: relative;
        top: 20px;
    }

    footer {
        padding: 3rem 0 !important;
        background-color: rgb(216 218 219);
    }

    .hakLogo {
        display: none;
    }

    .bannerBtn {
        margin-top: 0px;
    }

    .headerTop .title {
        font-size: 1.75rem;
    }

    .footericons {
        margin-top: 2rem;
    }

    .flexi-Mob {
        flex-wrap: wrap;
        gap: 19px;
        margin-top: 3rem;
        margin-bottom: 1rem;
    }

    .banner-content p {
        font-size: 20px;
    }

    nav #logo {
        background: white;
        border-radius: 30px;
        padding: 0 2rem;
    }

    nav {
        background-color: white !important;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    }

        nav.navic {
            background-color: transparent !important;
            box-shadow: none;
        }

    .mbSearch input {
        width: 100%;
        background: transparent;
        border: 1px solid white;
        border-radius: 15px;
        padding: 10px;
        color: white;
    }

    .mbSearch label {
        color: white;
        text-align: center;
        margin-bottom: 6px;
    }

    .lang-link a {
        background: transparent !important;
        color: white !important;
        padding: 0 !important;
    }

    #mobilMenu .langs ul li {
        padding: 0 6px;
        font-size: 15px;
    }

    #mobilMenu .langs ul {
        display: flex;
        flex-direction: column;
        gap: 9px;
        background-color: transparent;
        padding: 0;
        margin: 0;
        padding: 8px 15px;
        border-radius: 5px;
        flex-direction: row !important;
    }

    .mbSearch {
        display: flex;
        flex-direction: column;
        margin: 1rem 2rem;
    }

    .mobilDropdown {
        display: flex;
        flex-direction: column;
        justify-content: start !important;
    }

        .mobilDropdown ul li {
            font-weight: 300 !important;
            font-size: 15px !important;
        }

        .mobilDropdown.active .bx-chevron-right {
            transform: rotate(180deg);
        }

    .container-small {
        padding: 0 3%;
    }
}

@media (max-width: 991px) {

    .portalBilgiBg h3 {
        text-align: center;
    }

    #logout-container {
        text-align: center;
        flex-direction: column;
        align-items: center;
    }

    .btnForm {
        margin-top: 2rem;
    }

    .contactForm::after {
        background-image: url(../image/chevron.png);
        background-repeat: no-repeat;
        background-size: 100%;
        bottom: -94px;
        content: "";
        height: 100px;
        left: 37px;
        position: absolute;
        transform: rotate(-90deg);
        width: 50px;
    }

    .pardot-form {
        padding: 3.5rem 1rem 6.5rem;
        background: #282D30;
    }

    .contactPage::before {
        content: "";
        background-color: rgb(40 45 48);
        width: 100%;
        height: 432px;
        left: 0;
        top: 0;
        position: absolute;
    }

    .detailed-information {
        background: transparent;
        padding-bottom: 1rem;
    }

    .main-office {
        padding-bottom: 0rem !important;
    }

    .contactPage .container {
        padding-top: 5rem;
        z-index: 9;
        padding-bottom: 5rem;
    }

    .contactPage .office-card-details {
        height: max-content;
    }

    .contactPage h2:before {
        display: none;
    }

    .uk-footer .button-text {
        font-size: 11px;
    }

    .ilgili-urun-baslik .bannerLink {
        width: 100%;
    }

    .ilgili-urun-baslik p {
        font-size: 24px;
        margin-bottom: 2rem;
    }

    .ilgili-urun-baslik {
        flex-wrap: wrap;
    }


    .mobilDropdown .bx-chevron-right {
        position: absolute;
        right: 1rem;
        transition: .5s;
    }

    .mobilMenu ul li a {
        color: white;
        text-decoration: none;
    }

    .mobilDropdown.active ul {
        display: flex !important;
    }

    .mobilDropdown.active {
        position: absolute;
        height: 100%;
        width: 100%;
        z-index: 1;
        background-color: #050B20;
    }

    .mobilDropdown ul {
        gap: 15px !important;
        display: none !important;
    }

    #mobilMenu .langs {
        right: inherit;
        left: 1rem;
        top: auto;
        bottom: 1rem;
        display: block !important;
        height: max-content;
        position: absolute;
    }

    .mobilMenu ul {
        display: flex;
        flex-direction: column;
        gap: 34px;
        width: 100%;
        position: relative;
        padding-right: 30px;
        padding-left: 0;
        padding-top: 20px;
    }

        .mobilMenu ul li {
            color: white;
            font-size: 22px;
            display: flex;
            width: 100%;
            justify-content: space-between;
            font-weight: 400;
            padding: 0 35px;
        }

    .mobilMenu {
        position: fixed;
        left: 0;
        top: 0;
        width: 85%;
        height: 100%;
        transform: translateX(-100%);
        background-color: #050B20;
        z-index: 996;
        transition: .25s;
        display: flex;
        flex-direction: column;
        padding-top: 6rem;
    }

    #mobilMenuAc {
        display: flex;
    }

        #mobilMenuAc svg {
            height: 27px;
            width: auto;
            position: absolute;
            right: 1rem;
            top: 11px;
            color: var(--renk2);
        }



    #mobilHambKapatBtn {
        display: none;
    }

    nav ul {
        display: none;
    }

    .swiper-button-next {
        right: 1rem;
        background-color: white;
    }

    .swiper-button-prev {
        left: 1rem;
        background-color: white;
    }

        .swiper-button-prev::after {
            color: var(--renk2);
        }

    .swiper-button-next::after {
        color: var(--renk2);
    }

    .mobilNone {
        display: none !important;
    }

    .urunGrupContent {
        padding: 2rem;
    }

    .banner-content {
        position: absolute;
        z-index: 2;
        left: 0rem;
        bottom: 0rem;
        width: 100%;
        color: white;
        padding: 0 1rem;
    }

        .banner-content h1 {
            font-size: 48px;
        }

    .social {
        right: 2rem;
        top: 7rem;
    }

    .cover {
        display: none;
    }

    .hkFotoDiv {
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
        overflow: hidden;
        height: 100%;
        position: relative;
        top: 0rem;
        width: 100%;
    }

    .urunGrupBasik {
        font-size: 33px;
        color: var(--renk2);
        z-index: -1;
        font-weight: 400;
        margin-bottom: 1rem;
        position: relative;
        left: 43px;
        width: max-content;
    }

    .hakGaleri {
        margin-top: 15px;
    }

    .hakPad {
        padding-bottom: 0rem;
    }

    .marginAz {
        margin: 1rem 0 !important;
    }

    .postSirala {
        margin-bottom: 1rem;
        margin-top: 0 !important;
    }

    .mobilFooterTop {
        margin-top: 2.5rem;
    }

    .mobilRelative {
        position: relative !important;
    }

    .copyright {
        flex-direction: column;
        align-items: center;
    }

    footer ul {
        padding-left: 11px;
    }
}



@media screen and (min-device-width: 992px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 1) {

    .alfaPortalBg span {
        font-size: 15.5px;
    }

    .postContent b {
        font-size: 15px;
    }

    .urunGrupContent h1 {
        font-size: 3rem;
    }

    nav ul li {
        font-size: 13px;
    }

        nav ul li a {
            font-size: 13px;
        }


    nav ul {
        gap: 13px;
    }

    .trLang {
        position: relative;
        right: -6px;
    }
}
