﻿@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');


body {
    font-family: "Open Sans", sans-serif;
    overflow-x: hidden !important;
}

nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: #ffffff59;
    backdrop-filter: blur(20px);
    transition: .4s;
    border-bottom: 1px solid transparent;
}

    nav.scroll {
        background-color: white;
        border-bottom: 1px solid rgb(238 238 238);
    }

        nav.scroll .anaBar ul li {
            color: #131313;
        }

            nav.scroll .anaBar ul li a {
                color: #131313;
                text-decoration: none;
            }

.firstBar {
    height: 32px;
    background-color: #034c97;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .firstBar a {
        color: white;
        text-decoration: none;
        font-size: 12px;
        display: flex;
        align-items: center;
        gap: 5px;
    }

.navLogo {
    height: 100%;
    transform: scale(1.07);
}

.anaBar {
    height: 70px;
    padding: 15px 0;
}

    .anaBar ul {
        position: absolute;
        right: 0;
        top: 0;
        margin: 0;
        padding: 0;
        display: flex;
        gap: 2rem;
        height: 100%;
        align-items: center;
    }

        .anaBar ul li {
            list-style: none;
            font-size: 14px;
            font-weight: 600;
            color: white;
            cursor: pointer;
            transition: .2s;
            user-select: none;
        }

            .anaBar ul li a {
                color: white;
                text-decoration: none;
                transition: .2s;
            }


.firstBarLang {
    position: absolute;
    right: 0;
    color: white;
    top: 6px;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 38px;
}



.anaBar ul li i {
    font-size: 20px;
    color: #034c97;
}

    .anaBar ul li i.bxs-up-arrow {
        font-size: 10px;
        color: #034c97;
        transform: rotate(180deg);
        margin-left: 5px;
    }

.banner {
    width: 100%;
    height: 80vh;
    background-size: cover !important;
    position: relative;
    overflow: hidden;
    padding: 0 6rem;
    background-position: center !important;
    margin-top: 30px;
}


    .banner::before {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background: linear-gradient(to right, #002855d4 20%, rgb(10 10 10 / 36%) 86%);
        z-index: 1;
    }

.bannerContent {
    position: absolute;
    z-index: 2;
    display: flex;
    justify-content: end;
    width: 100%;
    height: 100%;
    flex-direction: column;
    padding-bottom: 5rem;
}

    .bannerContent b {
        font-size: 48px;
        color: white;
        font-weight: 700;
        line-height: 1;
    }

    .bannerContent p {
     color: white;
    margin-top: 1rem;
    margin-left: 3px;
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
    }

    .bannerContent a {
        background-color: white;
        width: max-content;
        padding: 13px 38px;
        border-radius: 27px;
        text-decoration: none;
        color: #034c97;
        font-weight: 700;
        transition: .2s;
        margin-top: 2rem;
    }

        .bannerContent a svg {
            transition: .2s;
        }

        .bannerContent a:hover {
            padding: 13px 40px;
        }

            .bannerContent a:hover svg {
                transform: translateX(5px);
            }

.homeBaslik {
    font-size: 40px;
    font-weight: 500;
    color: #062646;
}

.homeA {
    text-decoration: none;
    border: 1px solid #034c97;
    padding: 10px 30px;
    border-radius: 50px;
    color: #002f60;
    font-weight: 550;
    background-color: white;
}

.homeTarihceYazi {
    font-size: 20px;
    font-style: normal;
    line-height: 32px;
    font-weight: 350;
}

.timeline {
    display: flex;
    width: 100%;
    position: relative;
    padding: 0 8rem;
}

.time {
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3rem;
}

    .time b {
        font-size: 80px;
        color: #062646;
        font-weight: 550;
        text-align: center;
    }

    .time p {
        text-align: center;
        position: relative;
        width: 80%;
        font-size: 19px;
        font-weight: 350;
    }

        .time p::before {
            position: absolute;
            width: 2px;
            height: 40px;
            content: "";
            left: 50%;
            background-color: #034c97;
            top: -54px;
        }

.timeline::before {
    position: absolute;
    width: 100%;
    height: 2px;
    content: "";
    left: 0;
    background-color: #034c97;
    top: 55%;
}

.timeline::after {
    position: absolute;
    width: 30px;
    height: 30px;
    content: "...";
    right: 8px;
    background-color: transparent;
    top: 4rem;
    font-size: 50px;
    color: #034c97;
}

.sektorlerCol span {
    font-size: 0.875rem;
}

.sektorlerCol p {
    font-size: 20px;
    font-style: normal;
    line-height: 32px;
    font-weight: 350;
    margin-top: 1rem;
}

.sektorCard {
    height: 440px;
    width: 100%;
    border-radius: 20px;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}

    .sektorCard::before {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        content: "";
        background: linear-gradient(to bottom, #0d2b4a87 20%, rgb(3 36 70 / 30%) 86%);
        z-index: 1;
    }

.rss {
    position: relative;
}

    .rss::before {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        content: "";
        background: linear-gradient(to bottom, #0d2b4a87 20%, rgb(3 36 70 / 30%) 86%);
        z-index: 1;
    }

    .rss.tarih::after {
        position: absolute;
        left: 1rem;
        top: 1rem;
        content: attr(data-tarih);
        background-color: #ffffffc9;
        color: #062646;
        z-index: 10;
        font-size: 14px;
        padding: 3px 10px;
        border-radius: 9px;
        backdrop-filter: blur(9px);
    }

.sectorContent {
    position: absolute;
    z-index: 5;
    top: 1rem;
    left: 1.5rem;
}

    .sectorContent b {
        color: white;
        font-weight: 300;
        letter-spacing: 2px;
    }

    .sectorContent p {
        color: white;
        font-weight: 500;
        margin-top: 0.6rem;
        width: 93.5%;
    }

.yKurulu {
    height: 100vh;
    background-color: #001538;
}

.bannerAlti {
    border-radius: 20px;
    overflow: hidden;
    background-color: white;
    height: 31rem;
    border: 1px solid #e0e0e0;
}

    .bannerAlti.kucuk {
        height: 15rem;
    }

        .bannerAlti.kucuk img {
            height: 9rem;
            object-fit: cover;
        }

    .bannerAlti img {
        height: 25rem;
        object-fit: cover;
    }

    .bannerAlti .content {
        padding: 10px 20px;
    }

        .bannerAlti .content b {
            color: #062646;
            font-weight: 600;
        }

        .bannerAlti .content p {
            color: #4d4d4d;
            margin-top: 6px;
            font-size: 12px;
        }

.bannerAltiKucukFlex {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.haberBg {
    overflow: hidden;
    border-radius: 20px;
}

    .haberBg.kucuk img {
        height: 15rem;
        object-fit: cover;
    }

    .haberBg img {
        width: 100%;
        height: 571px;
        object-fit: cover;
    }



    .haberBg b {
        font-size: 20px;
        font-weight: 400;
        margin-top: 7px;
        margin-left: 5px;
        display: block;
        color: #062646;
    }



.haberKucukFlex {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.sorumlulukDis {
    height: 58.5rem;
    overflow: hidden;
}

.sorumluluk {
    background-image: url(/img/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 svg {
        height: 50px;
        width: auto;
        color: #06b466;
    }

    .sorumlulukBg h1 {
        font-family: 'TT Livret Display Trl', sans-serif;
        color: #062646;
    }

.detayliButon {
    color: rgb(90, 90, 90);
    background-color: transparent;
    border: 0.5px solid rgb(90, 90, 90);
    border-radius: 30px;
    width: max-content;
    margin-top: 2rem;
    text-decoration: none;
    transition: .2s;
    padding: 7px 25px;
    position: relative;
    z-index: 5;
}

    .detayliButon.blue {
        background-color: #06b466;
        color: white;
        border: 1px solid #06b466;
    }

.sorumlulukBg p {
    font-weight: 350;
    font-size: 20px;
    /* line-height: 1.3; */
}

.copyrightSag {
    position: absolute;
    bottom: 0rem;
    gap: 30px;
    margin-bottom: 1rem;
    display: flex;
    z-index: 2;
}

    .copyrightSag p {
        color: #c4c4c4;
        font-size: 12px;
    }

    .copyrightSag a {
        font-size: 12px;
        text-decoration: none;
        color: #c4c4c4;
        cursor: pointer;
        font-weight: 200;
    }

footer img {
    height: 3.7rem;
    position: relative;
}

footer ul {
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

    footer ul li {
        list-style: none;
        font-weight: 200;
        font-size: 15px;
        color: white;
        cursor: pointer;
        transition: .2s;
    }

        footer ul li a {
            font-weight: 200;
            font-size: 15px;
            color: white;
            cursor: pointer;
            transition: .2s;
            text-decoration: none;
        }


        footer ul li:hover {
            opacity: .6;
        }

.socials {
    display: flex;
    gap: 20px;
    position: absolute;
    bottom: 2rem;
}

    .socials a {
        text-decoration: none;
    }

    .socials i {
        /* background-color: rgb(197, 197, 197); */
        padding: 15px;
        cursor: pointer;
        margin-top: 4rem;
        height: 50px;
        width: 50px;
        transition: .2s;
        border-radius: 50%;
        color: white;
        font-size: 16px;
        border: 1px solid white;
        display: flex;
        justify-content: center;
        align-items: center;
        text-decoration: none;
    }

        .socials i:hover {
            background-color: white;
            color: #003872;
        }

footer {
    background-color: #003872;
    padding: 4rem 2rem !important;
    padding-bottom: 9rem !important;
}

.footerContactBtn {
    text-decoration: none;
    border: 1px solid white;
    padding: 10px 30px;
    border-radius: 50px;
    font-weight: 550;
    height: max-content;
    color: white;
    font-size: 15px;
    transition: .2s;
}

    .footerContactBtn:hover {
        background-color: white;
        color: #013b77;
    }

.postTitle {
    color: #013b77;
    font-size: 2.4rem;
    position: relative;
    display: flex;
    margin-top: 3rem;
    font-weight: 500;
}

.announcSvg {
    position: absolute;
    height: 7rem;
    width: auto;
    color: var(--renk2);
    opacity: .07;
    top: -2rem;
    left: -3rem;
    transform: rotate(347deg);
}

.posts {
    width: 100%;
    border-radius: 30px;
    overflow: hidden;
    height: 29rem;
    position: relative;
    background-position: center;
    background-size: cover;
    cursor: pointer;
}

    .posts.icHaberSayfasi {
        height: 20rem;
    }

    .posts:hover .postContent {
        transform: translateY(-6px);
    }

.postContent {
    position: absolute;
    bottom: 0rem;
    padding-left: 2rem;
    z-index: 2;
    padding-right: 5rem;
    width: 100%;
    transition: .3s;
    color: white;
}

    .postContent b {
        color: white;
        font-size: 15px;
        display: block;
    }

.arrowPost {
    position: absolute;
    right: 1rem;
    color: white;
    bottom: 1rem;
}

.posts:hover .arrowPost svg {
    background-color: white;
    color: var(--renk2);
    transform: translateX(-6px);
}

    .posts:hover .arrowPost svg path {
        fill: #034c97;
    }

.arrowPost svg {
    height: 35px;
    transition: .3s;
    width: auto;
    border: 2px solid white;
    border-radius: 50%;
}

.posts::before {
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
}




.postEvh .posts::before {
    background: linear-gradient(to top, #002855d4 -35%, rgb(10 10 10 / 0%) 86%);
    transition: .3s;
}


.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;
    margin-right: 20px;
}

.posts.afterGoster::after {
    display: block;
}

.leftCircle {
    height: 25rem;
    width: 100%;
    top: -4rem;
    position: absolute;
    background-color: #eff3f6;
    border-top-right-radius: 200px;
    border-bottom-right-radius: 200px;
    left: 0;
}

.statSvg img.active {
    display: block;
}

.statSvg img {
    position: absolute;
    height: 6rem;
    width: auto;
    display: none;
}

.statisticBox.active {
    display: block;
}

.statisticBox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    display: none;
    animation: opacity 1.5s;
    position: relative;
}

    .statisticBox p {
        font-size: 50px;
        position: relative;
        color: #003d7b;
        line-height: 1.2;
        text-align: right;
        font-weight: 300;
    }

    .statisticBox span {
        font-size: 100px;
        font-weight: 500;
        color: #008aff;
        margin-right: 20px;
        display: block;
    }

.rightTxt.active {
    display: flex;
}

.rightTxt {
    line-height: 1.8;
    color: var(--renk2);
    height: 100%;
    display: none;
    border-left: 1px solid #c3d6eebf;
    padding-left: 4rem;
    animation: opacity 1.5s;
    padding-top: 23px;
    flex-wrap: wrap;
    gap: 0rem;
    column-gap: 2rem;
}

    .rightTxt a {
        height: max-content;
        width: max-content;
        background-image: url(/img/stat.png);
        padding: 10px 2rem;
        text-decoration: none;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 1px solid #e3e3e3;
        border-radius: 33px;
        font-weight: 600;
    }

    .rightTxt p {
        font-weight: 350;
        font-size: 20px;
        padding-right: 50px;
    }

#mobilClc1 {
    display: none !important;
}

.parallaxContent {
    height: 100%;
    display: flex;
    padding: 1rem 2rem;
    flex-direction: column;
    background: #f9f9f9;
    border-radius: 30px;
    margin: 0 8px;
    border: 1px solid #eeeeee;
}

    .parallaxContent svg {
        height: 3rem;
        width: auto;
        color: rgb(3 76 151);
        border-right: 1px solid rgb(219 219 219);
        padding-right: 1rem;
    }

    .parallaxContent b {
        font-size: 30px;
        margin-left: 1rem;
        color: rgb(3 76 151);
    }

.prlFlex {
    display: flex;
    align-items: center;
    padding: 10px 20px;
}

.scIcons {
    background-color: #034c97;
    width: 9rem;
    height: 9rem;
    border-radius: 28px;
    padding: 26px;
}

    .scIcons img {
        height: 100%;
        width: 100%;
    }

.scIconsBg {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: max-content;
}

    .scIconsBg b {
        margin-top: 11px;
        display: block;
        color: #02284f;
        font-weight: 500;
        transition: .2s;
    }

.scFlexi {
    display: flex;
    justify-content: space-around;
}

.tmuButn {
    background: transparent;
    border: 1px solid #003872;
    text-decoration: none;
    padding: 8px 26px;
    border-radius: 50px;
    color: #003872;
    transition: .2s;
    font-size: 14px;
}

    .tmuButn:hover {
        background-color: #003872;
        color: white;
    }

.swiper-button-next {
    right: -2rem;
}

.swiper-button-prev {
    left: -2rem;
}

    .swiper-button-next:after, .swiper-button-prev:after {
        font-family: swiper-icons;
        font-size: 29px;
        text-transform: none !important;
        letter-spacing: 0;
        font-variant: initial;
        line-height: 1;
        color: #034c97;
    }

.swiper-pagination-bullet {
    background: white;
    opacity: .4;
}

.swiper-pagination-bullet-active {
    opacity: 1 !important;
}

.scIcons {
    cursor: pointer;
}

    .scIcons img {
        transition: .2s;
    }

.scIconsBg:hover img {
    transform: scale(0.9);
}


.scIconsBg:hover b {
    transform: translateX(6px);
    opacity: .6;
}

.dropdown {
    position: fixed;
    left: 0;
    top: 103px;
    width: 100%;
    height: 100%;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.333);
    cursor: auto;
    display: none;
}

    .dropdown.active {
        display: block;
    }

.dropdownBg {
    height: 20rem;
    width: 100%;
    background-color: #fcfcfc;
    display: flex;
}

.dropdownImgSide {
    position: relative;
    width: 40%;
    height: 100%;
    z-index: 3;
    background: #0e85ff;
}

.dropdownLinks {
    padding: 1.5rem 3rem;
    width: 60%;
    z-index: 3;
    background: white;
    position: relative;
}

.dropdownAc i {
    transition: .2s;
}

.dropdownBgClose {
    position: fixed;
    height: 100vh;
    width: 100%;
    background: #00000075;
    top: 0;
    left: 0;
    animation: opacity .5s;
    z-index: 100;
    display: none;
    backdrop-filter: blur(9px);
}

.dropdownLinks ul {
    align-items: start;
    width: 100%;
    flex-wrap: wrap;
    gap: 23px;
    column-gap: 35px;
    justify-content: flex-start;
    position: relative;
    flex-direction: column;
}

    .dropdownLinks ul li {
        width: 320px;
        opacity: 1 !important;
    }

.dropdownLinks a {
    text-decoration: none;
    color: black !important;
    font-weight: 400;
    border-bottom: 1px solid rgba(128, 128, 128, 0.418);
    display: block;
    padding-bottom: 11px;
    position: relative;
}

    .dropdownLinks a i {
        position: absolute;
        right: 0;
        font-size: 10px !important;
        top: 12px;
        transition: .2s;
        transform: rotate(0deg) !important;
        color: #084d96;
    }

.dropdownBtnContent {
    position: absolute;
    bottom: 2rem;
    /* left: 3rem; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 3rem;
}

.dropdownImgSide b {
    color: white;
    font-size: 29px;
    font-weight: 300;
    width: 250px;
    font-family: 'TT Livret Display Trl', sans-serif;
}

.dropdownBtnContent .daireButon {
    margin: 0;
}

.dropdownBtnContent a {
    position: absolute;
    bottom: 0;
    right: 2.5rem;
}

.daireButon {
    color: white !important;
    background-color: transparent;
    border: 0.5px solid white;
    border-radius: 30px;
    margin-top: 2rem;
    text-decoration: none;
    transition: .2s;
    padding: 7px 25px;
}


.dropdownImg {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.dropdownImgSide::before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: linear-gradient(to top, #002855ed 5%, rgb(10 10 10 / 36%) 117%);
}

.daireButon:hover {
    background-color: white !important;
    color: black !important;
}

.dropdownLinks ul li:hover a {
    border-bottom: 1px solid #034c97;
}

    .dropdownLinks ul li:hover a i {
        right: 5px;
    }

.icSayfaKoyu {
    background: #034c97;
    background-size: cover !important;
    background-position: center !important;
    position: relative;
}

    .icSayfaKoyu.surdur {
        background: #449454 !important;
    }

    .icSayfaKoyu.resimli::before {
        position: absolute;
        height: 100%;
        width: 100%;
        content: "";
        top: 0;
        left: 0;
        background: #02214199;
    }


.banner1Margin {
    padding-top: 130px;
}

.icSayfaBanner {
    /* height: 8rem; */
    display: flex;
    flex-direction: column;
    gap: 13px;
    padding-bottom: 1rem;
    position: relative;
    z-index: 2;
}

    .icSayfaBanner span {
        color: white;
        font-weight: lighter;
        opacity: .6;
        display: flex;
        gap: 9px;
    }

.icSayfaKoyu h1 {
    color: white;
    font-size: 2.35rem;
}

.duzicerikbg {
    background: #f9f9f9;
    padding: 3rem;
    border-radius: 2rem;
}


.uzun-kutu {
    background-color: #f9f9f9;
    margin-bottom: 8%;
    cursor: pointer;
}

    .uzun-kutu img {
        height: 210px;
        object-fit: cover;
    }

.uk-yazi {
    padding: 10%;
    height: 250px;
}

.uk-footer {
    border-top: 1px solid #dae6ed;
    margin: 0 auto;
    width: calc(100% - 60px);
    padding: 5% 0;
}

.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 .button-text {
    color: #013a81;
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-weight: 700;
    text-align: left;
    display: block;
    transition: .2s;
}

.button-text i {
    padding-left: 4%;
}

.uzun-kutu a {
    text-decoration: none;
}

.socialBox.sticky-top {
}

.socialBox {
    border: 1px solid #c1c1c1;
    border-radius: 0;
    padding: 22px 25px;
    width: max-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 7px;
    /* background: #fafafa; */
    position: absolute;
    bottom: 25px;
}

    .socialBox p {
        font-size: 18px;
        font-weight: 300;
    }

    .socialBox .sbox {
        display: flex;
        width: 176px;
        flex-wrap: wrap;
        gap: 1rem;
        justify-content: center;
        column-gap: 2rem;
    }

.sbox a {
    color: white !important;
    text-decoration: none;
    transition: .2s;
}

..sbox a:hover {
    opacity .5;
}

.arrowScs {
    background: #1575d9;
    cursor: pointer;
}

.contactArrow {
    position: absolute;
    right: 0;
    border-radius: 50%;
    border: 2px solid white;
    top: 3.8rem;
    cursor: pointer;
    transition: .2s;
}

    .contactArrow svg {
        height: 4rem;
        width: auto;
        color: white;
    }


.footerContact {
    background-color: #1575d9;
    padding: 3rem 0;
}

    .footerContact b {
        color: white;
        font-size: 30px;
        font-weight: 650;
    }

    .footerContact p {
        color: white;
        font-style: italic;
        font-size: 21px;
        font-weight: 400;
    }

.arrowScs:hover .contactArrow {
    background-color: white;
}

    .arrowScs:hover .contactArrow svg {
        color: #1575d9;
    }

.scfirmalarimiz {
    font-size: 21px;
    color: #034c97;
    font-weight: 500;
}

    .scfirmalarimiz i {
        font-size: 25px;
        position: relative;
        top: 3px;
        margin-left: 10px;
    }

.digersc .uk-baslik {
    height: max-content;
}

.digersc p {
    height: max-content;
    font-weight: 300;
    color: #1f1f1f;
}

.digersc .uk-yazi {
    height: max-content;
}

.uzun-kutu:hover .uk-footer .button-text {
    transform: translateX(6px);
}

.fAlanlariYazilar b {
    color: #034c97;
    font-size: 30px;
    font-weight: 400;
}

.fAlanlariYazilar p {
}

.flResimRow img {
    height: 564px;
}

.surdurGif {
    position: absolute;
    right: 0;
    height: 18rem;
    top: -62px;
}

.contactBykBaslk {
    font-size: 40px;
    color: #084d96;
    font-weight: 300;
}

.adresBgContact {
    padding: 50px;
    background: white;
}

    .adresBgContact b {
        font-weight: 400;
        color: #002855;
        font-size: 26px;
    }

    .adresBgContact p {
        color: gray;
        font-size: 19px;
        font-weight: 300;
    }


.iletisimUstYazi {
    font-size: 20px;
    line-height: 2;
    color: #4e4e4e;
    font-weight: 500;
}

.bmksForm {
    width: 100%;
}

    .bmksForm label {
        margin-bottom: 6.5px;
        color: gray;
    }

    .bmksForm input {
        width: 100%;
        background: #f5f6f8;
        border: 1px solid #ebecee;
        padding: 12px 6px;
        border-radius: 6px;
        outline: none;
    }

    .bmksForm textarea {
        width: 100%;
        background: #f5f6f8;
        border: 1px solid #ebecee;
        padding: 12px 6px;
        height: 12rem;
        border-radius: 6px;
        outline: none;
    }

.tumUrunlerBtn {
    position: absolute;
    right: 3rem;
    bottom: 2rem;
    text-decoration: none;
    color: white;
    display: block;
    width: max-content;
    text-decoration: none;
    padding: 6px 40px;
    font-weight: 400;
    font-size: 16px !important;
    border-radius: 20px;
    margin-top: 35px;
    border: 2px solid transparent;
    transition: .25s;
}

.bmksForm div {
    width: 100%;
}

.helpericn {
    width: 18rem;
    position: absolute;
    top: -39px;
}


.iletisimBasarili {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #ffffffbf;
    z-index: 99999999999999999999;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transform: translateY(-100%);
    transition: opacity 1s;
    opacity: 0;
}

    .iletisimBasarili a {
        text-decoration: none !important;
    }

    .iletisimBasarili span {
        font-size: 40px;
        color: #034c97;
        font-weight: 700;
    }

    .iletisimBasarili p {
        font-size: 20px;
        font-weight: 400;
    }

    .iletisimBasarili a {
        background: #034c97;
        padding: 7px 20px;
        color: white;
        margin-top: 16px;
    }


    .iletisimBasarili a {
        background: #034c97;
        padding: 7px 20px;
        color: white;
        margin-top: 16px;
        border-radius: 15px;
    }

.dstkHtGit {
}

.dstkicnsd {
    width: 85% !important;
    position: relative;
}

.dstkHatNmr i {
    color: white;
    font-size: 26px;
    margin-right: 10px;
    position: relative;
    top: 1px;
    background: #034c97;
    padding: 10px;
    border-radius: 50%;
}

.dstkHatNmr {
    color: #034c97;
    font-size: 35px;
}

.sbox i {
    height: 30px;
    width: 30px;
    background: #034c97;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.tarihceBaslkkB {
    font-size: 38px;
    color: var(--renk);
    margin-top: 56px;
    display: block;
}

.specialDiv {
    background: #f8f9fb;
    padding-bottom: 1rem;
    border-radius: 36px;
}

.trhArBg {
    background: #002855;
    padding: 13px;
    border-radius: 50%;
    cursor: pointer;
}

    .trhArBg svg {
        color: white;
    }

.tarihceKutu {
    height: max-content;
    width: 100%;
}

    .tarihceKutu span {
        -webkit-text-stroke: 1.5px #002855;
        color: transparent;
        font-size: 15rem;
        position: relative;
    }

.baslikCzg {
    width: 100%;
}

    .baslikCzg b {
        position: relative;
        display: block;
        width: 100%;
        font-weight: 400;
        color: #002855;
    }

        .baslikCzg b::before {
            position: absolute;
            width: 90%;
            height: 1.5px;
            content: "";
            background: #002855;
            left: 4.5rem;
            top: 11px;
        }

.dairetpc {
    position: relative;
    padding-left: 15px;
}

    .dairetpc::before {
        position: absolute;
        height: 4px;
        width: 4px;
        background: var(--renk);
        content: "";
        left: 0;
        top: 10px;
        border-radius: 50%;
    }

.yKuruli span {
    display: block;
    margin: 5px 0;
    font-weight: 200;
    color: #303030;
}

.yKuruli b {
    font-size: 22px;
    color: #003973;
}

.searchBar {
    position: absolute;
    width: 350px;
    height: max-content;
    background-color: white;
    right: 0px;
    top: 4rem;
    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;
}

#searce {
    position: absolute;
    right: 0;
    top: 35px;
    right: 20px;
    color: gray;
}

input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    appearance: none;
}

.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 {
    border: 1px solid #bdbdbd;
    outline: none;
    padding: 8px;
}


.form-search label {
    text-align: center;
    width: 100%;
    font-size: 30px;
    margin-bottom: 20px;
    color: #013a74;
}

.form-search .form-control {
    padding: 15px 25px;
    border-radius: 30px;
    position: relative;
    border: 0 !important;
    outline: none !important;
    box-shadow: none !important;
    background: #e8e9ee;
}

.form-search .buttonn-search {
    position: absolute;
    right: 20px;
    top: 80px;
    border: 0;
    background-color: transparent;
}

.arama-col a {
    text-decoration: none !important;
}

#mobilMenuAc {
    display: none !important;
}

.mobilMenu {
    display: none !important;
}

.ykKutu {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 11px;
    background: #ffffff;
    padding: 2rem 0;
    transition: .2s;
    border-radius: 20px;
}

    .ykKutu:hover {
        transform: translateY(-5px)
    }

    .ykKutu img {
        width: 17rem;
        height: 17rem;
        border-radius: 50%;
        object-fit: contain;
    }

.ykCont {
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .ykCont b {
        color: black;
        font-size: 20px;
    }

    .ykCont span {
        color: #034c97;
        font-style: italic;
        text-align: center;
    }

.ykDetayLeft {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 4rem 10rem;
}

    .ykDetayLeft b {
        font-size: 3rem;
        color: #034c97;
    }

    .ykDetayLeft span {
        color: #034c97;
        display: block;
        font-size: 20px;
        margin-top: 5px;
        margin-bottom: 1rem;
    }

    .ykDetayLeft p {
    }

.leftYCont {
    width: 80%;
    line-height: 1.8;
    color: #3c3c3c;
    font-weight: 400;
}

.bursYorm {
    background: #f8f9fb;
    padding: 25px 40px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
}

.gelecegeYuruduk {
    font-size: 3rem;
    color: #034c97;
    font-weight: 100;
}

.bursYorm b {
    font-size: 30px;
    color: black;
    font-weight: 500;
    color: #034c97;
    margin-bottom: 15px;
}

.bursYorm span {
    margin-bottom: 15px;
}

.sirketDetayFlex {
    display: flex;
    flex-direction: column;
    background: #eaedf1;
    padding: 20px 40px;
    border-radius: 10px;
}

    .sirketDetayFlex b {
        color: black;
        font-weight: 400;
        font-size: 14px;
    }

    .sirketDetayFlex span {
        font-size: 26px;
        color: #034c97;
    }

    .sirketDetayFlex a {
        font-size: 26px;
        color: #034c97 !important;
    }

.dropdown-container {
    position: relative;
    display: block;
    margin-left: 20px;
    margin-bottom: 10px;
    user-select: none;
}

.dropdown-toggle {
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    font-weight: bold;
    color: #034c97;
}

.nrmlBaslk {
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    font-weight: bold;
    color: #034c97;
    transition: .2s;
}

    .nrmlBaslk:hover {
        opacity: .6;
    }

.dropdown-content {
    display: none;
    margin-left: 20px;
}

    .dropdown-content.show {
        display: block;
    }

    .dropdown-content a {
        display: block;
        margin: 5px 0;
        text-decoration: none;
        color: #034c97;
        transition: .2s;
    }

        .dropdown-content a:hover {
            opacity: .6;
        }


.drpMb {
    min-height: 300px;
}

@media (max-width: 991px) {

    .scIcons {
        background-color: #034c97;
        width: 7rem;
        height: 7rem;
        border-radius: 28px;
        padding: 26px;
    }

    .bannerContent {
        left: 0;
        padding: 0 2rem;
        bottom: 20px;
    }

    .banner {
        height: 170px;
        background-size: contain !important;
        background-repeat: no-repeat;
        background-position: center !important;
        margin-top: 70px;
    }


    .dropdown-container {
        display: flex;
        margin-left: 0px;
        flex-direction: column;
        align-items: center;
    }



    .socialBox {
        position: relative;
    }

    .sirketDetayFlex {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .gelecegeYuruduk {
        font-size: 2rem;
        text-align: center;
    }

    .leftYCont {
        width: 100%;
    }

    .ykDetayLeft {
        padding: 1rem 1rem;
        text-align: center;
    }

    .tarihceKutu span {
        font-size: 6rem;
    }

    .tumUrunlerBtn {
        width: 100%;
        text-align: center;
    }

    .helpericn {
        width: 100%;
        position: relative;
        top: -39px;
    }

    .d-mobil-none {
        display: none !important;
    }

    .socials i {
        margin-top: 0px !important;
    }

    .dstkicnsd {
        width: 100% !important;
        position: relative;
        top: inherit !important;
    }

    .dstkHatNmr {
        margin-top: 20px;
    }

    #mobilMenuAc {
        display: flex !important;
    }

        #mobilMenuAc svg {
            height: 30px;
            width: auto;
            position: absolute;
            right: 1rem;
            top: 8px;
            color: #034c97;
        }


    #mobilHambKapatBtn {
        display: none;
    }

    .anaBar ul {
        display: none;
    }

    .scFlexi {
        flex-wrap: wrap;
    }



    .scIconsBg {
    }

    .scFlexi a:nth-child(1) .scIconsBg {
        margin-top: 0rem;
    }

    .scFlexi a:nth-child(2) .scIconsBg {
        margin-top: 0rem;
    }

    .banner {
        padding: 0 1rem;
    }

    .bannerContent b {
        font-size: 20px;
    }

    .bannerContent p {
        font-size: 15px;
    }

    .mbFooterCenter {
        display: flex !important;
        justify-content: center !important;
    }

    .copyrightSag {
        gap: 0px;
        column-gap: 35px;
        flex-wrap: wrap;
        left: 0;
        padding: 0 2rem;
        justify-content: center;
    }

    .socials {
        position: relative;
        bottom: inherit;
        padding: 2rem 0;
    }

    footer {
        padding-bottom: 5rem !important;
    }

    .swiper-button-next {
        right: 12px;
    }

    .swiper-button-prev {
        left: 12px;
    }

        .swiper-button-next:after, .swiper-button-prev:after {
            color: white;
        }

        .koyuSwip.swiper-button-next:after, .swiper-button-prev:after {
            color: black;
        }

    .announcSvg {
        left: 0rem;
    }

    .firstBarLang {
        right: 13px;
    }

    .navLogo {
        margin-left: 9px;
    }

    .footerContact p {
        width: 67%;
    }

    .contactArrow {
        right: 13px;
        top: 4.8rem;
    }

    .footerContact {
        padding-left: 17px;
    }

    .socialBox {
        width: 100%;
        margin: 0 !important;
    }

    .icSayfaKoyu h1 {
        font-size: 2rem;
        overflow: hidden;
    }

    .icSayfaBanner span {
        font-size: 14px;
    }

    .scfirmalarimiz {
        margin-bottom: 28px !important;
        text-align: center;
    }

        .scfirmalarimiz i {
            margin-left: 0px;
        }

    .mobilw100img {
        height: inherit !important;
        width: 100% !important;
    }

    .postSirala {
        margin-top: 1.5rem;
    }

    .postEvh .postSirala:first-child {
        margin-top: 0;
    }

    .surdurGif {
        display: none;
    }

    .iletisimUstYazi {
        font-size: 17px;
        line-height: 2;
        color: #4e4e4e;
        font-weight: 500;
        min-width: inherit !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;
    }

    #mobilMenu a {
        color: white;
        text-decoration: none;
    }

    #mobilMenu .langs {
        right: inherit;
        left: 1rem;
        top: auto;
        bottom: 1rem;
        display: block !important;
        height: max-content;
        position: absolute;
    }

    #mobilMenuAc {
        display: flex;
        align-items: center;
    }


    .mobilDropdown ul li {
        font-weight: 300 !important;
        font-size: 15px !important;
    }

    .mobilDropdown ul {
        gap: 15px !important;
        display: none !important;
    }

    .mobilDropdown.active ul {
        display: flex !important;
    }

    .mobilDropdown ul li:last-child {
        top: inherit !important;
    }

    .mobilDropdown {
        display: flex;
        flex-direction: column;
        justify-content: start !important;
    }

        .mobilDropdown.active {
            position: absolute;
            height: 100%;
            width: 100%;
            z-index: 1;
            background-color: #050B20;
        }

            .mobilDropdown.active .bx-chevron-right {
                transform: rotate(180deg);
            }

        .mobilDropdown .bx-chevron-right {
            position: absolute;
            right: 1rem;
            transition: .5s;
        }






    #mobilHambKapatBtn {
        display: none;
        height: 26px !important;
    }

    .mobilMenu .normal-btn {
        width: 100%;
    }

    .mbSearch input {
        width: 100%;
        background: transparent;
        border: 1px solid white;
        border-radius: 15px;
        padding: 10px;
        color: white;
    }

    .mbSearch {
        display: flex;
        flex-direction: column;
        margin: 1rem 2rem;
    }

        .mbSearch label {
            color: white;
            text-align: center;
            margin-bottom: 6px;
        }

    .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: 17px;
            display: flex;
            width: 100%;
            justify-content: space-between;
            font-weight: 400;
            padding: 0 35px;
        }

    .mobilMenu {
        position: fixed;
        padding-top: 112px;
        left: 0;
        top: 0;
        width: 85%;
        height: 100%;
        transform: translateX(-100%);
        background-color: #050B20;
        z-index: 996;
        transition: .25s;
        display: flex !important;
        flex-direction: column;
    }
}


@keyframes opacity {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
