﻿@import url('https://fonts.cdnfonts.com/css/tt-commons');
@import url('https://fonts.cdnfonts.com/css/tt-livret-display-trl');

::-webkit-scrollbar {
    width: 11px;
}
a {
    text-decoration: none !important;
}


::-webkit-scrollbar-thumb {
    background: #cccccc;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #cccccc;
    }


.aboutStats.farklike a {
    text-decoration: none !important;
}

body {
    font-family: 'TT Commons', sans-serif;
    overflow-x: hidden !important;
    background-color: rgb(245, 245, 245);
}

:root {
    --renk: #084d96;
}


.banner {
    height: 100vh;
    overflow: hidden;
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}


    .banner::before {
        position: absolute;
        height: 100%;
        width: 100%;
        content: "";
        background-color: rgba(5, 2, 24, 0.63);
        left: 0;
        top: 0;
        z-index: 1;
    }


.bannerBottom {
    display: flex;
    height: 360px;
    margin-top: 50px;
    position: relative;
    z-index: 2;
    gap: 5rem;
}

    .bannerBottom .left {
        width: 60%;
        border-top: 1px solid rgba(255, 255, 255, 0.388);
        border-bottom: 1px solid rgba(255, 255, 255, 0.388);
        overflow: hidden;
        position: relative;
    }

.bannerButtons {
    position: absolute;
    bottom: 5px;
    display: flex;
    gap: 7px;
    z-index: 11;
    left: 2.5px;
    margin-bottom: 10px;
}

.bannerButtonItem {
    background-color: white;
    padding: 0 15px;
    border-radius: 8px;
    cursor: pointer;
    transition: .2s;
}

    .bannerButtonItem:hover {
        background-color: var(--renk);
    }

        .bannerButtonItem:hover svg {
            color: white;
        }

.bannerBottom .right {
    width: 40%;
}

.bannerTitle {
    color: white;
    position: absolute;
    z-index: 2;
    font-weight: 300;
    width: 50%;
    margin-bottom: 1.5rem;
    line-height: 0.80;
    bottom: 25.25rem;
    text-align:left;
}

    .bannerTitle span {
        font-size: 2.8rem;
    }

    .bannerTitle p {
        font-weight: 200;
        font-size: 30px;
        margin-top: 2rem;
        line-height: 40px;
    }

.bannerBottom .right svg path {
    fill: #b6cbf9;
}

.bannerBottom .right svg {
    height: 100%;
}

.bannerBox {
    position: relative;
    backdrop-filter: blur(4px);
    background-color: rgba(255, 255, 255, 0.123);
    border-radius: 38px;
    overflow: hidden;
}

    .bannerBox h1 {
        position: absolute;
        bottom: 3rem;
        left: 3rem;
        color: white;
        font-weight: 400;
        font-family: 'TT Livret Display Trl', sans-serif;
    }



    .bannerBox .bi {
        position: absolute;
        top: 3rem;
        left: 3rem;
        height: max-content !important;
        width: 50px;
        height: auto;
    }

    .bannerBox.elli h1 {
        font-size: 23px;
    }

.bannerContactUs {
    background-color: white;
    color: black;
    width: 76%;
    margin-left: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 0;
    text-decoration: none;
    margin-top: 10px;
    border-radius: 15px;
}


.bannerSlider {
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .bannerSlider h1 {
        font-family: 'TT Livret Display Trl', sans-serif;
        color: white;
    }

    .bannerSlider p {
        color: white;
        font-size: 24px;
        font-weight: 300;
        width: 70%;
    }

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
    display: flex;
    justify-content: end;
}

    .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 4px;
        padding: 8px;
    }

.swiper-pagination-bullet-active {
    opacity: 1 !important;
    background: white;
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: white;
    opacity: .35;
}


.swiper-wrapper {
    transition: .75s !important;
}

.swiper-slide-prev {
    transition: 1s;
}

.swiper-slide-active {
    opacity: 1 !important;
    transition: 1s;
}

.swiper-slide-next {
    transition: 1s;
}

.bannerBox.yirmi h1 {
    font-size: 17px;
    bottom: 1.5rem;
    left: 30px;
    width: 50%;
    color: white;
    font-weight: 500;
}

.bannerBox.yirmi {
    border: 3px solid var(--renk);
    margin-top: 10px;
    width: 100%;
    background-color: var(--renk);
    border-radius: 24px;
}

.bannerBox {
    transition: .50s;
    cursor: pointer;
}

    .bannerBox:hover {
        transform: scale(0.95);
        backdrop-filter: blur(10.5px);
    }

    .bannerBox.elli h1 {
        left: 2rem;
        bottom: 2rem;
    }

.navbar {
    position: fixed;
    top: 0;
    z-index: 999;
    left: 0;
    transition: .3s;
    height: 100px;
    padding: 0.4rem 4rem;
    width: 100%;
}

    .navbar.scroll .bi-globe-asia-australia {
        color: var(--renk);
    }

    .navbar.scroll {
        background-color: #fcfcfc;
        height: 56px;
    }

        .navbar.scroll ul li {
            color: black;
        }

.logo {
    height: 100%;
    padding: 6px 0;
    position: relative;
    top: 1rem;
    transition: .2s;
}

.navbar.scroll .logo {
    padding: 0;
    top: 0;
}

.navbar ul {
    display: flex;
    gap: 30px;
    height: 100%;
    margin: 0;
    padding: 0;
    align-items: center;
    color: white;
}

.navbar.scroll ul li a {
    color: black;
   
}

.navbar ul li a {
    color: white;
    text-decoration: none;
    transition: .2s;
}
    .navbar ul li {
        list-style: none;
        font-size: 17px;
        font-weight: 300;
        transition: .2s;
        color: white;
    }

        .navbar ul li:hover {
            color: #dbdbdb;
            cursor: pointer;
        }

.logoSide {
}

.contentSide {
    height: 100%;
}

.banner video {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.aboutus {
    background-color: #161616;
    padding: 5rem 0;
    position: relative;
    background-position: center top !important;
    background-image: url(/bg.svg);
}

.about2 {
    background-color: #161616;
    padding-top: 5rem;
    padding-bottom: 5rem;
    overflow: hidden;
    height: max-content;
    position: relative;
}


.aboutus::after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: linear-gradient(to top, #14162a -4%, rgba(255, 0, 0, 0) 8rem);
}

.about2::before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: rgb(18 21 61 / 50%);
}


.aboutus::before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: rgb(18 21 61 / 50%);
}

.aboutArkaFirma {
    height: 550px;
}




.aboutUsText {
    color: white;
    transition: .5s;
    z-index: 5;
}

    .aboutUsText b {
        font-size: 80px;
        font-weight: 500;
    }

    .aboutUsText p {
        font-weight: 300;
        font-size: 35px;
        margin-bottom:30px;
    }

.linearBg {
    opacity: .09;
    transform: scale(2);
    position: absolute;
    left: 0;
}

.linearBg2 {
    opacity: .09;
    transform: scale(2);
    position: absolute;
    right: 0;
}

.linearBg3 {
    opacity: .09;
    transform: scale(2);
    position: absolute;
    left: 0;
}

.linearBg4 {
    opacity: .09;
    transform: scale(2);
    position: absolute;
    right: 20rem;
    top: 50rem;
}

.linearBg5 {
    opacity: .09;
    transform: scale(2.2);
    position: absolute;
    right: 20rem;
    bottom: 0rem;
}

.aboutUsText a {
    color: white;
    background-color: transparent;
    border: 0.5px solid white;
    border-radius: 30px;
    margin-top: 2rem;
    text-decoration: none;
    transition: .2s;
    padding: 7px 25px;
}

    .aboutUsText a:hover {
        background-color: white;
        color: black;
    }

.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;
    margin: 10px 15px;
    display: inline-block;
}

    .daireButon:hover {
        background-color: white;
        color: black !important;
    }

.abH1 {
    width: 80%;
}

.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.white {
        color: white;
        border: 1px solid white;
    }

    .detayliButon.white:hover{
        background: white;
        color: black;
    }
        .detayliButon:hover {
        background-color: rgb(90, 90, 90);
        color: white;
    }

    .detayliButon.blue {
        background-color: var(--renk);
        color: white;
        border: 1px solid var(--renk);
    }

        .detayliButon.blue:hover {
            background-color: rgb(90, 90, 90);
            color: white;
            border: 0.5px solid rgb(90, 90, 90);
        }

.hakCol {
    position: relative;
    z-index: 2;
}

    .hakCol span {
        color: white;
        font-size: 18.5px;
    }

    .hakCol h1 {
        color: white;
        margin: 1.3rem 0;
    }

    .hakCol p {
        color: white;
        width: 85%;
        font-size: 20px;
        line-height: 1.3;
        font-weight: 300;
    }

.bg3 {
    position: absolute;
    height: 15rem;
    bottom: -2rem;
    opacity: 0.2;
    filter: grayscale(100%);
}

.aboutStats {
    display: flex;
    gap: 15px;
    margin-top: 4rem;
}

.statBox {
    height: max-content;
    width: 23rem;
    padding: 1rem 3rem;
    background-color: var(--renk);
    background-image: url(img/stat.png);
}

.hakStatBox {
    transition: 3.6s;
}

.statBox:last-child {
    background-color: white;
}

.statBox span {
    font-size: 75px;
}

.statBox:last-child span {
    color: var(--renk);
}

.statBox:last-child p {
    color: black;
}

.statRight p {
    font-size: 24px;
    font-weight: 300;
}

.starBlue {
    color: var(--renk);
    margin: 2.5rem 0;
}

    .starBlue svg {
        width: 50px;
        height: auto;
    }

.statBox.farkli {
    background-color: var(--renk);
    height: 5rem;
    padding: 0;
    display: flex;
    align-items: center;
    padding-left: 2rem;
}

    .statBox.farkli span {
        color: white;
    }

    .statBox.farkli span {
        color: white;
        font-size: 25px;
        font-weight: 300;
    }

    .statBox.farkli p {
        color: white;
    }

.aboutStats.farklike {
    flex-wrap: wrap;
}

.statRight {
    padding-top:4%;
}

.starBlue.white svg {
    color: white;
}

.hakCol.black h1 {
    color: black;
    font-family: 'TT Livret Display Trl', sans-serif;
}

.hakCol.black p {
    color: black;
}

.year b {
    color: rgb(34, 34, 34);
    font-size: 14rem;
    font-weight: 400;
    display: block;
}

.year h1 {
    color: rgb(34, 34, 34);
    position: relative !important;
    font-family: 'TT Livret Display Trl', sans-serif;
    width: 65%;
    height: 6rem;
}

.year p {
    color: rgb(34, 34, 34);
    font-weight: lighter;
    width: 95%;
}

.year {
    position: absolute;
    bottom: 15%;
    animation: opacity 1s;
}




.yearApp {
    display: flex;
    gap: 40px;
    min-height: 20rem;
}

.imgSide {
    width: 100%;
    position: relative;
}

.yearSide {
    width: max-content;
    display: flex;
    flex-direction: column;
    gap: 26px;
}

.yearImg {
    border: 20px solid #313131;
    position: absolute;
}

.yearCircle {
    height: 9.5px;
    border-radius: 50%;
    width: 9.5px;
    background-color: rgb(175, 175, 175);
}

.yearTFlex {
    display: flex;
    align-items: center;
    gap: 18px;
    color: gray;
    cursor: pointer;
}

    .yearTFlex span {
        color: rgb(175, 175, 175);
    }

    .yearTFlex.active span {
        color: black;
    }

    .yearTFlex.active .yearCircle {
        background-color: var(--renk);
        position: relative;
    }

        .yearTFlex.active .yearCircle::before {
            position: absolute;
            height: 25px;
            width: 25px;
            background-color: transparent;
            border: 1px solid var(--renk);
            content: "";
            border-radius: 50%;
            top: -7.7px;
            left: -7.7px;
        }

.year {
    display: none;
}

    .year.active {
        display: block;
    }

@keyframes opacity {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.yearImg {
    animation: opacity .3s;
    opacity: 0;
    transition: .6s;
}



.cıbık {
    width: 0.5px;
    height: 100%;
    position: absolute;
    left: 4px;
    background-color: rgb(175, 175, 175);
    opacity: .4;
}

.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 h1 {
        font-family: 'TT Livret Display Trl', sans-serif;
    }

    .sorumlulukBg svg {
        height: 50px;
        width: auto;
        color: var(--renk);
    }

    .sorumlulukBg p {
        font-weight: 200;
        font-size: 19px;
        line-height: 1.8;
    }

.sorumlulukDis {
    height: 58.5rem;
    overflow: hidden;
}

footer {
    background-color: #02172d;
    height: 22rem;
}

    footer img {
        position: relative;
        top: 4rem;
        left: -26px;
    }

    footer ul {
        margin: 0;
        padding-top: 2rem;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

        footer ul li {
            list-style: none;
            font-weight: 200;
            font-size: 16px;
            color: white;
            cursor: pointer;
            transition: .2s;
        }

            footer ul li a {
                list-style: none;
                font-weight: 200;
                font-size: 16px;
                color: white;
                cursor: pointer;
                text-decoration: none !important;
                transition: .2s;
            }
            footer ul li:hover {
                opacity: .5;
            }

.socials i {
    display: flex;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
}

.socials a{
    text-decoration: none !important;
}


.banner1Margin{
    padding-top: 130px;
}

.icSayfaKat{
    min-height: 70vh;
}

.icSayfaBanner span {
    color: white;
    font-weight: lighter;
    opacity: .6;
    display: flex;
    gap: 9px;
}

.arrowScs {
    background-color: var(--renk);
    cursor: pointer;
}

.contactArrow {
    position: absolute;
    right: 0;
    border-radius: 50%;
    border: 2px solid white;
    top: 1rem;
    cursor: pointer;
    transition: .2s;
}

    .contactArrow svg {
        height: 4rem;
        width: auto;
        color: white;
    }

.arrowScs:hover .contactArrow {
    background-color: white;
}

    .arrowScs:hover .contactArrow svg {
        color: var(--renk2);
    }

.footerContact b {
    color: white;
    font-size: 30px;
}

.posts:hover .arrowPost svg {
    background-color: white;
    color: black;
    transform: translateX(-6px);
}

.footerContact p {
    color: white;
    font-family: 'Baskerville BT', sans-serif;
    font-style: italic;
    font-size: 25px;
}

.posts:hover .postContent {
    transform: translateY(-6px);
}

.icSayfaKoyu h1{
    color: white;
}

.icSayfaKoyu {
    background: #02172d;
}

.icSayfaBanner {
    /* height: 8rem; */
    display: flex;
    flex-direction: column;
    gap: 13px;
    padding-bottom: 1rem;
}


.posts::before {
    position: absolute;
    height: 100%;
    background: #1010104f !important;
    width: 100%;
    content: "";
}

.posts {
    width: 100%;
    border-radius: 30px;
    overflow: hidden;
    height: 20rem;
    position: relative;
    background-position: center;
    background-size: cover;
    cursor: pointer;
    background-repeat: no-repeat;
}

.postContent {
    position: absolute;
    bottom: 1rem;
    padding-left: 2rem;
    z-index: 2;
    padding-right: 5rem;
    width: 100%;
    transition: .3s;
}

.arrowPost {
    position: absolute;
    right: 1rem;
    color: white;
    bottom: 1rem;
}

.postContent b {
    color: white;
    font-size: 25px;
    display: block;
}

    .arrowPost svg {
        height: 35px;
        transition: .3s;
        width: auto;
        border: 2px solid white;
        border-radius: 50%;
    }

.copyright {
    position: absolute;
    bottom: -1.3rem;
    font-size: 17.5px;
    color: #c4c4c4;
    font-weight: 200;
}

.copyrightSag {
    position: absolute;
    bottom: -1.3rem;
    gap: 30px;
    margin-bottom: 1rem;
    display: flex;
    z-index: 2;
}

    .copyrightSag p {
        color: #c4c4c4;
        font-size: 14px;
    }

    .copyrightSag a {
        font-size: 14px;
        text-decoration: none;
        color: #c4c4c4;
        cursor: pointer;
        font-weight: 200;
    }

.socials {
    display: flex;
    gap: 20px;
}

    .socials i {
        /* background-color: rgb(197, 197, 197); */
        padding: 15px;
        cursor: pointer;
        margin-top: 1rem;
        height: max-content;
        transition: .2s;
        border-radius: 50%;
        color: white;
        font-size: 19px;
        border: 1px solid white;
    }


        .socials i:hover {
            background-color: white;
            color: rgb(7, 2, 37);
        }

.statBox.farkli {
    transition: .2s;
    cursor: pointer;
}

    .statBox.farkli:hover {
        padding-left: 2.5rem;
        background-color: gray;
    }


.dropdown {
    position: fixed;
    left: 0;
    top: 56px;
    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;
}

.dropdownAc.active {
    opacity: 1 !important;
}

.navbar.scrollBg .logo {
    padding: 0;
    top: 0;
}



.navbar.scrollBg {
    background-color: #dadbdc;
    height: 56px;
}

    .navbar.scrollBg ul li {
        color: black;
    }

.dropdownAc span {
    display: block;
}

.dropdownAc.active span {
    transform: scale(1.10);
    font-weight: 500;
    color: black;
}

.dropdownImg {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.dropdownImgSide {
    position: relative;
    width: 30%;
    height: 100%;
}

    .dropdownImgSide::before {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.700);
        content: "";
    }

.navbar.scrollBg ul li a {
    color: black;
}

    .dropdownImgSide b {
        color: white;
        font-size: 40px;
        font-weight: 300;
        width: 250px;
        font-family: 'TT Livret Display Trl', sans-serif;
    }

.dropdownBtnContent {
    position: absolute;
    bottom: 2rem;
    /* left: 3rem; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 3rem;
}

    .dropdownBtnContent a {
        position: absolute;
        bottom: 0;
        right: 2.5rem;
    }

    .dropdownBtnContent .daireButon {
        margin: 0;
    }

.dropdownLinks {
    padding: 3rem;
    width: 70%;
}

    .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;
            top: 12px;
            transition: .2s;
            color: var(--renk);
        }

    .dropdownLinks ul {
        align-items: start;
        width: 100%;
        flex-wrap: wrap;
        gap: 0px;
        column-gap: 35px;
        justify-content: flex-start;
    }

        .dropdownLinks ul li {
            width: 320px;
            opacity: 1 !important;
        }

            .dropdownLinks ul li:hover a {
                border-bottom: 1px solid var(--renk);
            }

                .dropdownLinks ul li:hover a i {
                    right: 5px;
                }

.dropdownAc span i {
    font-size: 8.5px;
    margin-left: 6px;
    position: relative;
    bottom: 2px;
}

.loading {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #21215a;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .loading img {
        height: 100%;
    }

.loadingLogos {
    position: relative;
    height: 125px;
    width: 130px;
}

    .loadingLogos img {
        position: absolute;
    }


.logoUp {
    width: 0%;
    height: 100%;
    position: absolute;
    overflow: hidden;
}


#loadingNumber {
    position: absolute;
    bottom: -2.2rem;
    left: 58px;
    color: rgb(15, 15, 59);
    font-weight: 500;
}

#loadingLogos {
    transition: .3s;
}

.stepTwoBg {
    position: absolute;
    width: 1100px;
    overflow: hidden;
    height: 0px;
    transition: 1s;
    background-color: rgb(15, 15, 59);
    display: flex;
    align-items: end;
    justify-content: center;
    gap: 50px;
}

#stepTwoBg span {
    color: white;
    font-size: 9rem;
    font-weight: 200;
    opacity: .6;
}


#letter1 {
    transform: translateX(-80rem);
    display: block;
    transition: 2s;
    padding-bottom: 4rem;
}

#letter2 {
    transform: translateX(80rem);
    display: block;
    transition: 2s;
    padding-bottom: 4rem;
}


#loading {
    transition: .6s;
}

#bannerTitle {
    transform: translateX(-4rem);
    transition: 1s;
    opacity: 0;
}


.bg3 {
    transition: 1.5s;
}

#hakCol {
    transition: 1s;
}

.gursoySirketler {
    position: fixed;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    right: 2rem;
    bottom: 0;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    height: 49px;
    background-color: white;
    width: 300px;
    overflow: hidden;
    z-index: 10;
}

.sirketTitle {
    height: 49px;
    width: 100%;
    font-size: 18px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    font-weight: 300;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: .2s;
}

    .sirketTitle.active {
        background-color: var(--renk);
        color: white;
    }

        .sirketTitle.active svg {
            color: white;
        }

    .sirketTitle:hover {
        background-color: var(--renk);
        color: white;
    }

        .sirketTitle:hover svg {
            color: white;
        }

    .sirketTitle svg {
        color: var(--renk);
        height: 22px;
        width: auto;
        margin-right: 9px;
    }

#gursoySirketler {
    transition: .35s;
}

.links ul li {
    font-weight: 300;
    list-style: none;
    font-size: 22px;
    border-bottom: 1px solid #e1e1e1;
    padding: 9px 0;
    width: 100%;
    display: flex;
    justify-content: center;
    cursor: pointer;
    transition: .35s;
}

    .links ul li a {
    color: black;
    text-decoration: none !important;
    }

        .links ul li a.active {
            background: #cadbe2a1;
            padding: 6px;
        }


    .links ul {
    margin: 0;
    padding: 1rem 1.2rem !important;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.links {
    max-height: 400px;
    overflow: auto;
}

    .links ul li:hover {
        background-color: #eeeeee;
    }

.footerTxts {
    text-align: right;
}

    .footerTxts p {
        color: white;
        width: 24rem;
    }

    .footerTxts b {
        color: white;
        margin-bottom: 10px;
        display: block;
    }

.haberBgHome {
    display: flex;
    flex-direction: column;
    cursor: pointer;
    transition: .25s;
}


    .haberBgHome:hover b {
        transform: translateX(6px);
    }

    .haberBgHome:hover span {
        transform: translateX(6px);
    }

    .haberBgHome span {
        margin-top: 20px;
        display: block;
        font-size: 14px;
        color: rgb(148 148 148);
        font-weight: 600;
        margin-bottom: 4px;
        transition: .25s;
    }

    .haberBgHome b {
        font-size: 19px;
        color: white;
        transition: .25s;
    }

    .haberBgHome img {
        height: 12rem;
        object-fit: cover;
    }


.banner1BreadCrumb {
    min-height: 42px;
    font-weight: 400;
    width: 100%;
    background: #f1f1f1;
    color: #8a8a8a;
    display: flex;
    font-size: 15px;
    align-items: center;
    padding: 8px 10px;
}

    .banner1BreadCrumb span {
        display: flex;
        gap: 13px;
    }

.banner1Img.iki {
    height: 25rem !important;
}

.bannerBefor {
    position: relative;
    min-height: 25rem;
}

    .bannerBefor::before {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: #07072f82;
        content: "";
        z-index: 1;
    }



.pageBannerTitle {
    position: absolute;
    bottom: 4rem;
    left: 0;
    width: 100%;
    height: 5rem;
    padding-left: 3rem;
    display: flex;
    align-items: center;
    z-index: 2;
}
    .pageBannerTitle h3 {
        color: white;
        margin: 0;
        display: flex;
        height: 100%;
        align-items: center;
        width: max-content;
        padding-left: 4rem;
        font-size: 3rem;
    }


.otherPages.active {
    height: max-content;
}

.icSayfaDis {
    background: white;
    position: relative;
    top: -3rem;
    z-index: 5;
    padding: 30px 40px;
    border-radius: 20px;
}

.otherPages {
    background: var(--renk);
    padding: 10px 0px;
    color: white;
    cursor: pointer;
    height: 45px;
    position: relative;
    overflow: hidden;
    padding-bottom: 0;
    transition: .35s;
}

    .otherPages.active i {
        padding: 8px 30px;
        font-size: 17px;
        font-style: normal;
        /* height: 100%; */
        display: block;
        width: 100%;
        background: #ffffff40;
    }

    .otherPages i {
        padding: 0 30px;
        font-size: 17px;
        font-style: normal;
    }

    .otherPages .bx {
        position: absolute;
        right: 13px;
        top: 18px;
        opacity: .6;
        font-size: 10px;
        padding: 0 !important;
        background: transparent !important;
        width: max-content !important;
        display: inherit !important;
        font-size: 10px !important;
    }

    .otherPages.active .bx {
        transform: rotate(180deg);
        top: 26px;
    }

.ıcSayfaMin{
    min-height: 30vh;
}

.otherPages ul {
    margin-top: 16px;
    padding-left: 0;
    margin-left: 0;
    padding: 0 20px;
    background: var(--renk);
    color: white;
    padding-bottom: 10px;
    display: flex;
    flex-direction: column;
    gap: 3px;
}

        .otherPages ul li {
            font-size: 15px;
            transition: .25s;
            border-radius: 8px;
            padding-left: 10px;
            padding-right: 10px;
            list-style: none;
        }



            .otherPages ul li a {
                color: white;
                text-decoration: none !important;
            }


.searchBar {
    position: absolute;
    width: 350px;
    height: max-content;
    background-color: white;
    right: 20px;
    top: 5rem;
    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 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;
    }

#searce {
    position: absolute;
    right: 0;
    top: 36px;
    right: 20px;
    color: gray;
}

    .searchBar input {
        border: 1px solid #bdbdbd;
        outline: none;
        padding: 8px;
    }

.contactBykBaslk {
    font-size: 40px;
    color: var(--renk);
    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 {
    text-align: center;
    margin-bottom: 51px;
    font-size: 20px;
    line-height: 2;
    color: #4e4e4e;
    font-weight: 500;
    min-width: 54rem;
}

.bmksForm {
    width: 100%;
}

.arrowScs a{
    text-decoration: none;
}

    .bmksForm div {
        width: 100%;
    }

.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 label {
    margin-bottom: 6.5px;
    color: gray;
}

.bmksForm textarea {
    width: 100%;
    background: #f5f6f8;
    border: 1px solid #ebecee;
    padding: 12px 6px;
    height: 12rem;
    border-radius: 6px;
    outline: none;
}


.bmksForm input {
    width: 100%;
    background: #f5f6f8;
    border: 1px solid #ebecee;
    padding: 12px 6px;
    border-radius: 6px;
    outline: none;
}

.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;
        font-weight: 700;
    }

    .iletisimBasarili p {
        font-size: 20px;
        font-weight: 400;
    }

    .iletisimBasarili a {
        background: var(--renk);
        padding: 7px 20px;
        color: white;
        margin-top: 16px;
    }

.searchbox {
    padding: 30px;
    background-color: #f7f7f7;
    border-radius: 10px;
    display: flex;
    justify-content: center;
}

.form-search {
    position: relative;
    width: 73%;
    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;
}

.aramalar {
    background-color: #fafbfb;
    margin-bottom: 10px;
    padding: 15px;
    border: 1px solid #ededed;
    border-radius: 10px;
}

.aramaBaslik {
    color: #03438f;
    font-weight: bold;
}

.arama-col a {
    text-decoration: none !important;
}

.kurumsalPage{
    min-height: 60vh;
}

.mobilMenu {
    display: none !important;
}

#mobilMenuAc{
    display: none;
}

aboutStats .swiper {
    width: 100%;
    height: 100%;
}

aboutStats .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

    aboutStats .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

@media (max-width: 1444px) {
    .bannerTitle {
        color: white;
        position: absolute;
        z-index: 2;
        font-weight: 300;
        width: 50%;
        margin-bottom: 1.5rem;
        line-height: 0.80;
        bottom: 10.25rem;
        text-align: left;
    }
}

    @media (max-width: 991px) {
        .form-search .buttonn-search {
            display: none;
        }

        .mbSearch label {
            color: white;
            text-align: center;
            margin-bottom: 6px;
        }

        .mbSearch {
            display: flex;
            flex-direction: column;
            margin: 1rem 2rem;
        }

            .mbSearch input {
                width: 100%;
                background: transparent;
                border: 1px solid white;
                border-radius: 15px;
                padding: 10px;
                color: white;
            }

        #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;
        }

        #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;
            }



        #mobilMenuAc svg {
            height: 33px;
            width: auto;
            position: relative;
            color: white;
        }

        .scroll #mobilMenuAc svg {
            color: black;
        }

        #mobilHambKapatBtn {
            display: none;
        }

        .mobilMenu .normal-btn {
            width: 100%;
        }

        .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;
            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;
        }


        #mobilClc1 {
            display: flex !important;
        }

        .logo {
            height: 100%;
            padding: 6px 0;
            position: relative;
            top: 1rem;
            transition: .2s;
            padding: 11px 0;
        }

        .footerTxts {
            text-align: center;
        }

        .contactArrow svg {
            display: none !important;
        }

        .copyrightSag {
            position: absolute;
            bottom: -26px;
            gap: 1px;
            margin-bottom: 1rem;
            display: flex;
            z-index: 2;
            flex-direction: column;
            align-items: center;
            left: 0;
            width: 100%;
        }

        .socials {
            display: flex;
            gap: 20px;
            width: 100%;
            justify-content: center;
            margin-bottom: 1rem;
        }

        .iletisimUstYazi {
            min-width: inherit;
        }

        .footerContact {
            text-align: center;
        }

        footer {
            height: max-content;
        }

        .statRight {
            padding-top: 3rem !important;
        }

        .rowTers {
            flex-direction: column-reverse !important;
        }

        .year {
            position: relative;
        }

        .sorumlulukBg {
            height: max-content;
        }

        .sorumluluk {
            height: max-content;
        }

        .sbOn {
            display: none !important;
        }



        .imgSide {
            display: none !important;
        }

        .sorumluluk {
            background-image: none !important;
        }

        .sorumlulukDis {
            height: max-content;
        }

        .haberBgHome {
            margin-top: 1.25rem;
        }

        .yearSide {
            flex-direction: row;
            flex-wrap: wrap;
            width: 100%;
            justify-content: center;
        }

        .cıbık {
            display: none;
        }

        .yearApp {
            flex-direction: column;
            min-height: inherit !important;
        }

        .year b {
            font-size: 10rem;
        }

        .daireButon {
            margin-top: 0.5rem;
            display: flex;
            justify-content: center;
        }

        .hakCol p {
            width: 100%;
            text-align: center;
        }

        .linearBg {
            display: none;
        }

        .linearBg2 {
            display: none;
        }

        .linearBg3 {
            display: none;
        }

        .linearBg4 {
            display: none;
        }

        .linearBg5 {
            display: none;
        }

        .bannerTitle {
            width: 100%;
        }

            .bannerTitle span {
                font-size: 2.8rem;
            }

        .navbar {
            padding: 0.4rem 1rem;
        }

            .navbar ul {
                display: none;
            }

        .bannerTitle p {
            font-size: 21px;
        }

        .aboutUsText b {
            font-size: 80px;
            font-weight: 500;
            display: block;
            text-align: center;
            line-height: 1;
            margin-bottom: 1rem;
        }

        .gursoySirketler {
            display: none !important;
        }

        .pageBannerTitle {
            padding-left: 0rem;
            bottom: 6rem;
        }

            .pageBannerTitle h3 {
                color: white;
                margin: 0;
                display: block;
                height: 100%;
                align-items: center;
                padding-left: 0rem;
                font-size: 3rem;
                width: 100%;
                word-wrap: break-word;
                font-size: 25px;
                text-align: center;
            }

        .footerTxts {
            margin-top: 3rem;
        }

        .footerPadMB {
            padding-bottom: 6rem;
        }

        .aboutUsText p {
            width: 82%;
            text-align: center;
            font-weight: 300;
            font-size: 25px;
        }

        footer ul {
            padding: 0;
        }

            footer ul li {
                text-align: center;
            }

        footer img {
            height: 2.5rem;
            position: relative;
            top: 0;
            left: 0;
            margin-bottom: 1rem;
        }

        .aboutUsText {
            top: -1rem;
            position: relative !important;
        }

        .mobil-none {
            display: none !important;
        }

        .aboutArkaFirma {
            height: 550px;
            margin-top: 2rem;
        }

        .about2 {
            padding-top: 5rem;
        }
		
		.banner {
    height: 27vh;

}
    }