﻿@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');
@import url('https://fonts.cdnfonts.com/css/baskerville');

::-webkit-scrollbar {
    width: 11px;
}

:root {
    --renk: #0f7ad1;
    --renk2: #003d7b;
}



::-webkit-scrollbar-thumb {
    background: #cccccc;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #cccccc;
    }


@keyframes opacity {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}


body {
    font-family: Lato;
    overflow-x: hidden;
}

.banner {
    height: 40rem;
    margin-top: 63px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bannerContent {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 47rem;
    z-index: 3;
    top: 10rem;
}

    .bannerContent h1 {
        color: white;
        text-align: center;
        font-size: 44px;
        font-weight: 300;
    }

    .bannerContent p {
        font-family: 'Baskerville BT', sans-serif;
        color: white;
        font-style: italic;
        font-size: 26px;
        text-align: center;
        margin: 10px 0;
    }

.banner::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #003d7b5c;
    content: "";
}

.banner video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

nav {
    height: 63px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0 2rem;
    background: #f6f6f6;
    z-index: 999;
}

.rightUl li a {
    color: var(--renk2);
}

.rightUl li:hover a {
    color: var(--renk);
}


nav ul {
    display: flex;
    padding: 0;
    margin: 0;
    gap: 30px;
    position: absolute;
    width: 100%;
    justify-content: center;
    font-weight: 600;
}

ul li {
    list-style: none;
}

nav ul li {
    color: var(--renk2);
    cursor: pointer;
    transition: .15s;
}

    nav ul li a {
        color: var(--renk2);
        cursor: pointer;
        transition: .15s;
    }

    nav ul li:hover {
        color: var(--renk) !important;
    }


#searchAc {
    font-size: 24px;
    color: var(--renk);
    transition: .15s;
}

    #searchAc:hover {
        transform: scale(1.10);
        color: var(--renk2);
    }

.navPhone {
    position: absolute;
    right: 0;
    height: 100%;
    background-color: var(--renk2);
    display: flex;
    align-items: center;
    color: white;
    text-decoration: none;
    padding: 0 3rem;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    overflow: hidden;
    font-size: 17px;
    transition: .15s;
    width: 16rem;
}

    .navPhone:hover {
        padding: 0 3.25rem;
        font-size: 18.5px;
    }

.bannerBtns {
    display: flex;
    gap: 7px;
    position: relative;
    top: 2rem;
}

    .bannerBtns a {
        text-decoration: none;
        color: white;
        border-radius: 30px;
        background-color: white;
        color: var(--renk2);
        padding: 6px 20px;
        font-weight: 300;
        transition: .15s;
    }

        .bannerBtns a:first-child {
            background-color: var(--renk);
            color: white;
        }

        .bannerBtns a:hover {
            padding: 6px 25px;
            opacity: .75;
        }

.ilkYonlendir {
    padding: 3rem 0;
    position: absolute;
    width: 100%;
    bottom: -16rem;
    z-index: 5;
}



    .ilkYonlendir h3 {
        width: max-content;
    }

    .ilkYonlendir span {
        color: white;
        font-size: 2rem;
        display: block;
        font-weight: 300;
    }

.yonlendirBg h3 {
    color: white;
    font-weight: 300;
    margin-top: 20px;
    font-size: 40px;
    transition: .2s;
}

.yonlendirBg {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #ffffff0a;
    width: 100%;
    position: relative;
    height: 14rem;
    justify-content: center;
    cursor: pointer;
    border-radius: 5px;
    overflow: hidden;
}

    .yonlendirBg::before {
        position: absolute;
        height: 100%;
        width: 100%;
        background-color: #0433632e;
        content: "";
        transition: .2s;
    }

    .yonlendirBg::after {
        position: absolute;
        height: 100%;
        width: 100%;
        background: linear-gradient(to top, #051e3994 20%, rgba(255, 0, 0, 0) 86%);
        content: "";
    }

    .yonlendirBg img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .yonlendirBg:hover::before {
        background-color: #0433636e;
    }

    .yonlendirBg svg {
        height: auto;
        width: 25rem;
        padding: 0 7rem;
        color: white;
        position: absolute;
        transform: rotate(353deg);
        top: 1.2rem;
        opacity: 4%;
    }

    .yonlendirBg span {
        position: absolute;
        bottom: 19px;
        left: 19px;
        z-index: 3;
        font-size: 22px;
        font-weight: 400;
    }

    .yonlendirBg a {
        color: white;
        font-weight: 300;
        padding: 5px 15px;
        border-radius: 5px;
        margin-top: 20px;
    }

    .yonlendirBg:hover {
        background-color: #ffffff49;
    }

        .yonlendirBg:hover h3 {
            font-size: 26px;
            font-weight: 500;
        }

        .yonlendirBg:hover svg {
            opacity: 7%;
        }

.callCenterDisBg {
    position: absolute;
    margin-top: 0px;
}

.callCenterTel {
    display: flex;
    flex-direction: column;
    color: white;
    line-height: 0.9;
    font-size: 23px;
    margin-left: 10px;
    align-items: center;
}

    .callCenterTel span:last-child {
        font-weight: 600;
        position: relative;
        top: -1px;
    }

.callCenterDisBg svg {
    padding: 5px;
    height: 40px;
    width: auto;
    border-radius: 13px;
    background: #fffffff5;
}

.postTitle {
    color: var(--renk2);
    font-size: 2.4rem;
    position: relative;
    display: flex;
    margin-top: 3rem;
}

.announcSvg {
    position: absolute;
    height: 7rem;
    width: auto;
    color: var(--renk2);
    opacity: .07;
    top: -2rem;
    left: -3rem;
    transform: rotate(347deg);
}

.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 {
    position: absolute;
    height: 6rem;
    width: auto;
    display: none;
}

    .statSvg img.active {
        display: block;
    }

.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: var(--renk2);
        line-height: 1.2;
        text-align: right;
        font-weight: 300;
    }

    .statisticBox span {
        font-size: 100px;
        font-weight: 500;
        color: var(--renk);
        margin-right: 20px;
        display: block;
    }

.rightTxt.active {
    display: flex;
}

.rightTxt {
    line-height: 1.8;
    color: var(--renk2);
    height: 100%;
    display: none;
    align-items: center;
    border-left: 1px solid #c3d6eebf;
    padding-left: 4rem;
    animation: opacity 1.5s;
    padding-top: 23px;
}

    .rightTxt p {
        font-weight: 350;
        font-size: 20px;
        padding-right: 50px;
    }

#mobilClc1 {
    display: none !important;
}

.footerBgPath {
    position: absolute;
    right: 2rem;
    bottom: 0;
}

footer ul {
    margin: 0;
    display: flex;
    flex-direction: column;
    padding: 0;
    gap: 8px;
}

    footer ul li:first-child {
        font-size: 20px;
        opacity: 1;
        font-weight: 600;
        margin-bottom: 5px;
    }

    footer ul li {
        color: rgba(255, 255, 255, 1);
        opacity: .75;
        transition: .25s;
        font-weight: 400;
        cursor: pointer;
    }

        footer ul li:hover {
            opacity: 1;
        }

footer {
    background-color: #03305d;
    position: relative;
}


    footer ul li a {
        color: white;
        text-decoration: none;
    }

.otherFootherUl {
    display: flex;
    flex-direction: row;
    gap: 30px;
    height: 100%;
    display: flex;
    align-items: center;
}

    .otherFootherUl li {
        color: rgba(255, 255, 255, 1);
        opacity: .75;
        font-weight: 400;
        font-size: 14px !important;
        font-weight: 400 !important;
        opacity: .5 !important;
    }

.whiteLogo path {
    fill: white;
}

.rowTopBorder {
    border-top: 1px solid #ffffff3b;
}

.dropdownAc {
    position: relative;
}




/*
.dropdownAc:hover .dropdown{
    display: block;
}

*/

.dropdown.bilgilendirmeYok {
    top: 90px !important;
}

.dropdown {
    position: fixed;
    display: none;
    top: 63px;
    width: 100%;
    background-color: white;
    border-top: rgba(128, 128, 128, 0.180) 1px solid;
    height: max-content;
    left: 0;
    border-bottom: 1px solid #dee0e2;
    padding: 1.7rem 0;
}




.menuAyirici {
    display: flex;
    height: 100%;
}




.dropdown ul li {
    border-radius: 7px;
    color: var(--renk2);
}

    .dropdown ul li:hover {
        color: var(--renk);
    }




.menuAyirici {
    display: flex;
    height: 100%;
}

.menuLinks {
    width: 70%;
    display: flex;
}



.dropdown ul {
    display: flex;
    flex-wrap: wrap;
    width: 50%;
    gap: 20px;
    border-left: 0;
    display: flex;
    flex-direction: column;
    align-items: start;
}

.navFirst ul {
    display: flex;
    gap: 40px;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 68%;
    margin: -2px 0;
    /* padding: 5px 0px; */
    padding-left: 25px;
    margin-left: 25px;
    align-items: center;
}

.dropdown ul li {
    border-radius: 7px;
    color: var(--renk2);
}

.navFirst ul li {
    color: var(--renk2);
    font-weight: 600;
    cursor: pointer;
    transition: .15s;
    font-size: 15px;
}

    .navFirst ul li a {
        color: var(--renk2);
    }

.targetLi li a {
    color: var(--renk2);
}

.targetLi li:hover a {
    color: var(--renk);
}

.menuReklam {
    background-color: rgb(245, 245, 245);
    border-radius: 25px;
    height: 100%;
    width: 25%;
    overflow: hidden;
    position: relative;
}

    .menuReklam span {
        position: absolute;
        z-index: 2;
        bottom: 30px;
        left: 30px;
        color: white;
        font-size: 20px;
        padding-right: 30px;
    }

    .menuReklam::before {
        position: absolute;
        height: 100%;
        width: 100%;
        background-color: #003d7b60;
        content: "";
    }

    .menuReklam img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.rightUl {
    display: none;
    width: 50%;
    animation: opacity .25s;
    border-left: rgba(128, 128, 128, 0.180) 1px solid;
    padding-left: 2rem;
}

.menuLinks ul {
    width: 50%;
    flex-direction: column;
    flex-wrap: nowrap;
    position: relative;
    justify-content: start;
}

a {
    text-decoration: none;
}

.targetLi li.active {
    transform: scale(1.15);
}

.searchBg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 998;
    animation: opacity .4s;
}

    .searchBg.active {
        display: flex;
    }

.sbkapat {
    width: 75%;
    background-color: rgba(0, 0, 0, 0.363);
}

.search {
    padding-top: 180px;
    width: 25%;
    height: 100%;
    background-color: rgb(235, 235, 235);
    padding-right: 70px;
    padding-left: 70px;
}

    .search p {
        font-family: "Lora", serif;
        font-size: 35px;
        color: var(--renk2);
    }

    .search form {
        display: flex;
        margin-top: 30px;
        flex-direction: column;
    }


    .search input {
        border: 1px solid var(--renk2);
        border-radius: 5px;
        outline: none;
        background-color: transparent;
        padding: 10px;
    }

    .search label {
        font-size: 13px;
        color: var(--renk2);
    }

.searchClose {
    position: absolute;
    right: -2rem;
    font-size: 30px;
    top: -3.5rem;
    color: var(--renk2);
    cursor: pointer;
}

.posts {
    width: 100%;
    border-radius: 30px;
    overflow: hidden;
    height: 20rem;
    position: relative;
    background-position: center;
    background-size: cover;
    cursor: pointer;
}

    .posts:hover .postContent {
        transform: translateY(-6px);
    }

.postContent {
    position: absolute;
    bottom: 1rem;
    padding-left: 2rem;
    z-index: 2;
    padding-right: 5rem;
    width: 100%;
    transition: .3s;
    color: white;
}

    .postContent b {
        color: white;
        font-size: 25px;
        display: block;
    }

.arrowPost {
    position: absolute;
    right: 1rem;
    color: white;
    bottom: 1rem;
}

.posts:hover .arrowPost svg {
    background-color: white;
    color: var(--renk2);
    transform: translateX(-6px);
}

.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 .postSirala:nth-of-type(3n+1) .posts::before {
    background-color: #003d7b9d;
    transition: .3s;
}

.postEvh .postSirala:nth-of-type(3n+1) .posts:hover::before {
    background-color: #003d7bb4;
}

.postEvh .postSirala:nth-of-type(3n+2) .posts::before {
    background-color: #0088ff75;
    transition: .3s;
}

.postEvh .postSirala:nth-of-type(3n+2) .posts:hover::before {
    background-color: #0088ff9a;
}

.postEvh .postSirala:nth-of-type(3n+3) .posts::before {
    background-color: #3875ff75;
    transition: .3s;
}

.postEvh .postSirala:nth-of-type(3n+3) .posts:hover::before {
    background-color: #3874ff98;
}


.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;
}

.parallaxImg {
    height: 23rem !important;
    object-fit: cover;
}

.parallaxContent {
    height: 100%;
    display: flex;
    padding: 1rem 2rem;
    flex-direction: column;
    background: #f9f9f9;
    border-radius: 30px;
    margin: 0 8px;
    border: 1px solid #eeeeee;
}

    .parallaxContent b {
        font-size: 2rem;
        color: #1f5b8c;
        font-weight: 400;
        margin-bottom: 15px;
    }

    .parallaxContent p {
        color: white;
        font-weight: 300;
        width: 100%;
        line-height: 1.8;
    }

    .parallaxContent a {
        color: var(--renk2);
        width: max-content;
        padding: 6px 25px;
        border-top: 1px solid white;
        border-bottom: 1px solid white;
        color: white;
        margin-top: 1rem;
        transition: .2s;
    }

        .parallaxContent a:hover {
            background-color: white;
            color: var(--renk2);
        }

.footerContact {
    background-color: var(--renk);
    padding: 3rem 0;
}

    .footerContact p {
        margin: 0;
    }

    .footerContact b {
        color: white;
        font-size: 2.6rem;
    }

    .footerContact p {
        color: white;
        font-family: 'Baskerville BT', sans-serif;
        font-style: italic;
        font-size: 25px;
    }

.contactArrow {
    position: absolute;
    right: 0;
    border-radius: 50%;
    border: 2px solid white;
    top: 3.8rem;
    cursor: pointer;
    transition: .2s;
}

.arrowScs:hover .contactArrow {
    background-color: white;
}

    .arrowScs:hover .contactArrow svg {
        color: var(--renk2);
    }

.contactArrow svg {
    height: 4rem;
    width: auto;
    color: white;
}

.visBut {
    background-color: transparent !important;
    border-bottom: 2px solid white !important;
    border-radius: 0 !important;
    margin-left: 10px;
    opacity: .5 !important;
    color: white !important;
}

    .visBut.active {
        opacity: 1 !important;
    }

.visTitle {
    color: var(--renk);
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 8px;
    display: block;
}

.visP p {
    font-size: 19px;
    color: var(--renk2) !important;
}

.parallaxContent h4 {
    margin-top: 28px;
    display: block;
    color: var(--renk2);
    font-size: 22px;
}

.mobilMenu {
    display: none;
}

#mobilMenuAc {
    display: none;
}

.aramaveLogn {
    display: none;
}

.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 {
    height: 17.5rem !important;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.banner1ContentTop {
    position: relative;
    background: #f6f8fb;
    top: -7rem;
    padding: 30px 50px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding-bottom: 2rem;
}


.banner1Img.iki {
    height: 25rem !important;
}


.pageBannerTitle {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5rem;
    background: #008affdb;
    border-top-left-radius: 3rem;
    border-top-right-radius: 3rem;
    padding-left: 3rem;
    display: flex;
    align-items: center;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.cookiesBg {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 999;
    background: white;
    padding: 3rem 0;
    border-top: 1px solid #cfcfcf;
    background: #fafafa;
}

.mobilCookWrap {
    transition: .15s;
}

.switch {
    position: relative;
    display: inline-block;
    width: 56px;
    height: 28px;
}


    .pageBannerTitle h3 {
        color: white;
        margin: 0;
    }


.ıcSayfaBg ul li {
    list-style: inherit !important;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.sliderInput {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--renk2);
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 30px;
}

    .sliderInput:before {
        position: absolute;
        content: "";
        height: 20px;
        width: 20px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
        border-radius: 50%;
    }

.cookiesBg button:last-child {
    background: var(--renk2);
}

input:checked + .sliderInput {
    background-color: var(--renk);
}

input:focus + .sliderInput {
    box-shadow: 0 0 1px orangered;
}

input:checked + .sliderInput:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.cookiesBg button {
    background: var(--renk);
    color: white;
    border: 0;
    padding: 10px 30px;
    width: 100%;
}


    .banner1ContentTop h1 {
        margin-bottom: 37px;
        font-weight: 400;
        color: var(--renk2);
    }

    .banner1ContentTop p {
        line-height: 1.8;
        font-size: 15px;
        color: #555555;
    }


.otherPages {
    background: var(--renk);
    padding: 10px 0px;
    border-radius: 4px;
    color: white;
    cursor: pointer;
    height: 45px;
    position: relative;
    overflow: hidden;
    padding-bottom: 0;
    transition: .35s;
}


    .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 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.active .bx {
        transform: rotate(180deg);
        top: 26px;
    }

        .otherPages ul li a{
           color: white;
        }


    .otherPages.active i {
        padding: 8px 30px;
        font-size: 17px;
        font-style: normal;
        /* height: 100%; */
        display: block;
        width: 100%;
        background: #ffffff40;
    }

    .otherPages.active {
        height: max-content;
    }

        .otherPages ul li {
            height: 28px;
            font-size: 15px;
            transition: .25s;
            border-radius: 8px;
            padding-left: 10px;
            padding-right: 10px;
        }


.contactRight.kry {
    padding-right: 3rem;
    width: max-content;
}

.contactRight {
    background: #f6f8fb;
    border-radius: 10px;
    width: 250px;
    height: 250px;
    display: flex;
    flex-direction: column;
    padding-left: 3rem;
    justify-content: center;
}

    .contactRight b {
        font-size: 20px;
        color: var(--renk2);
        margin-bottom: 12px;
        display: block;
    }

    .contactRight p {
        font-size: 17px;
        color: #595959;
    }

.contactIc2 {
    color: white;
    margin-top: 30px;
    border-radius: 7px;
    margin-bottom: 30px;
    position: relative;
}

.contactIc2 {
    padding: 30px;
    background: var(--renk2);
}

    .contactIc2::before {
        position: absolute;
        left: 8px;
        top: 8px;
        height: 11px;
        width: 11px;
        background: white;
        content: "";
        border-radius: 50%;
    }

    .contactIc2 p {
        color: white;
        opacity: .87;
    }

.pageNext {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 14px;
}

    .pageNext span.active {
        background-color: var(--renk2);
        color: white;
    }

.banner1Margin{
    margin-top: 63px;
}

.pageNext span {
    color: var(--renk2);
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    cursor: pointer;
    align-items: center;
    transition: .25s;
}

.hbrBanner {
    height: 30rem;
    background: var(--renk2);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    display: flex;
    align-items: center;
    padding: 0 6rem;
    text-align: center;
    padding-bottom: 4rem;
    color: white;
    justify-content: center;
}

.haberImgg {
    height: 30rem;
    width: 100%;
    position: relative;
    top: -8rem;
    object-fit: cover;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.search.ic {
    padding-top: 180px;
    width: 100%;
    height: 100%;
    background-color: rgb(235, 235, 235);
    padding-right: 70px;
    padding-left: 70px;
    padding: 70px 6rem;
}

    .search.ic .searchClose {
        display: none;
    }

.searchClose {
    position: absolute;
    right: -2rem;
    font-size: 30px;
    top: -1.5rem;
    color: var(--renk2);
    cursor: pointer;
}

.searchSonuc {
    display: flex;
    flex-direction: column;
    gap: 11px;
    margin-top: 11px;
}

    .searchSonuc a {
        background: gainsboro;
        color: black;
        padding: 20px;
        font-size: 18px;
        font-weight: 400;
        transition: .3s;
    }

.searchBgg {
    background: var(--renk2);
    height: 17rem;
}

.sBgDfl {
    display: flex;
    align-items: center;
    padding-top: 8.7rem;
    color: white;
}

.dortyuzdort {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80vh;
    flex-direction: column;
    background: #ffffff;
}

    .dortyuzdort a {
        background: var(--renk2);
        color: white;
        padding: 4px 30px;
        border-radius: 22px;
        margin-top: 1rem;
    }

    .dortyuzdort p {
        font-size: 35px;
        color: gray;
        font-weight: 300;
        margin-top: 2rem;
    }

.PopUp {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #0000004f;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.popUpContent {
    background: white;
    max-height: 70vh;
    overflow: auto;
    max-width: 70vw;
    position: relative;
    padding: 30px;
}

#popClose {
    position: absolute;
    right: 11px;
    top: 11px;
    cursor: pointer;
    transition: .20s;
}

    #popClose svg {
        height: 21px;
        width: auto;
    }

@media (max-width: 991px) {

    .dortyuzdort img{
        width: 100%;
    }

    .dortyuzdort{
        padding: 0 1.5rem;
    }

    .ilkYonlendir span {
        text-align: center;
    }

    .edefa{
        margin-top: 1.5rem;
    }

    .mobilCookWrap {
        flex-wrap: wrap;
        justify-content: center;
        margin: 8px 0;
        gap: 10px;
    }

    .popUpContent {
        max-height: 80vh;
        max-width: 90vw;
    }

    .postTitle {
        text-align: center;
        display: block;
    }

    .postContent b {
        max-height: 150px;
        overflow: hidden;
    }

    .col-9.haberContent {
        overflow-x: hidden;
    }

    .mobilMenu {
        padding-top: 91px;
    }

    ul {
        padding: 0;
        margin: 0;
    }

    .ıcSayfaBg ul{
        padding-left: 2rem;
    }

    .callCenterDisBg {
        width: 100%;
        justify-content: center;
    }

    .details {
        margin-bottom: 5rem;
    }


    .statisticBox p {
        font-size: 35px;
        text-align: center;
    }

    .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;
    }


    .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: 30px;
        width: auto;
        position: absolute;
        right: 0rem;
        top: 1rem;
    }

    nav {
        padding: 0 1rem;
    }

        nav img {
            height: 20px;
        }

    #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;
        left: 0;
        top: 0;
        width: 85%;
        height: 100%;
        transform: translateX(-100%);
        background-color: #050B20;
        z-index: 996;
        transition: .25s;
        display: flex;
        flex-direction: column;
    }


    #mobilClc1 {
        display: flex !important;
    }

    .search.ic {
        padding: 37px 2rem;
    }

    .sBgDfl {
        padding-top: 0px;
    }

    .contentGzB {
        margin-top: 6rem;
    }

    .gizliBanner p {
        color: white;
        width: 100%;
    }

    .contactAdvBg {
        height: max-content;
        width: 100%;
    }

    .contactRight {
        margin-bottom: 2rem;
    }

    .otherPages {
        margin-bottom: 3rem;
    }

    .swiper-slide h1 {
        margin-top: 201px;
    }

    .bilgContent a {
        margin-top: 6px;
    }

    .bilgContent {
        flex-direction: column;
    }

    .navBilgilendirme {
        height: max-content;
        padding: 1rem 0;
    }

    .aramaveLogn {
        width: 100%;
        flex-direction: column;
        gap: 5px;
        justify-content: center;
        /* padding-right: 30px; */
        position: relative;
        height: 100%;
        display: flex;
        align-items: center;
    }

    .rightTxt p {
        padding-right: 0px !important;
    }

    .statArrowBir svg {
        transform: rotate(270deg);
    }

    .statArrowİki svg {
        transform: rotate(90deg);
    }

    .statisticBox span {
        font-size: 35px;
    }

    div#mobilClc1 {
        display: flex !important;
        flex-direction: row !important;
        justify-content: space-between !important;
        margin-top: -8rem;
    }

    .statisticBox span {
        font-size: 59px;
    }

    .rightTxt {
        padding-left: 2rem;
        padding-top: 0;
    }

    .mobil-none {
        display: none !important;
    }

    .leftCircle {
        height: 10rem;
        width: 82%;
        top: -5rem;
        position: absolute;
        background-color: #eff3f6;
        border-top-right-radius: 200px;
        border-bottom-right-radius: 200px;
        left: 0;
    }

    footer ul li {
        text-align: center;
    }

    .announcSvg {
        left: 0rem;
    }

    .colmbFt {
        display: flex;
        justify-content: center !important;
        margin-top: 2rem;
    }

    .parallax b {
        font-size: 2rem;
        text-align: center;
    }

    .hesaplaInfoText {
        padding: 0 !important;
        text-align: center;
        font-size: 15px;
    }

    .select {
        width: 100%;
    }

    .ınputsCalc button {
        border: 0;
        background-color: var(--renk);
        color: white;
        font-weight: 600;
        margin-bottom: 5px;
        height: 40px;
        border-radius: 30px;
        padding: 4px 25px;
        /* margin-left: 1rem; */
        width: 100%;
    }

    .calcTitle span.snc {
        width: 100%;
    }

    .inpFl {
        display: flex;
        flex-direction: column;
    }

    .select-styled {
        width: 100%;
    }

    .ınputsCalc {
        display: flex;
        gap: 15px;
        position: relative;
        width: 100%;
        padding: 4px;
        flex-direction: column;
        border-radius: 30px;
    }

    .calcBg {
        margin-top: 15px;
        background: white;
        border-radius: 25px;
        padding: 30px 22px;
        display: flex;
        /* justify-content: center; */
        flex-direction: column;
        align-items: center;
    }

    .calcTitle span {
        background: var(--renk);
        display: flex;
        color: white;
        justify-content: center;
        height: 100%;
        padding: 20px 17px;
        font-size: 14px;
        border-radius: 100px;
        width: max-content;
        font-weight: 600;
    }

    .calcUstuTitle {
        font-size: 46px;
        padding: 0 1rem;
        margin-bottom: 3.1rem;
    }

    #searchAc {
        display: none;
    }

    .langOpen {
        display: none;
    }

    .aramaveLogn a {
        background-color: #008aff;
        padding: 3px 10px;
        font-size: 13px;
        font-weight: 600;
        border-radius: 6px;
        width: max-content;
        display: block;
        position: absolute;
        color: white;
        right: 3rem;
    }

    .navFirst img {
        height: 20px;
    }

    .navFirst ul {
        display: none;
    }

    .swiper-slide h1 {
        font-size: 1.5em;
    }

    .parttwo {
        width: 100%;
        height: 100%;
    }

    .partone {
        width: 100%;
        height: 30%;
        overflow: hidden;
        position: relative;
        display: none;
    }

    .projectSlider {
        flex-direction: column;
    }



    nav ul {
        display: none;
    }

    .navPhone {
        display: none;
    }

    .banner {
        width: 100%;
        height: 60rem;
    }

    .sdfe {
        margin-top: 1.5rem;
    }

    .yonlendirBg span {
        position: absolute;
        bottom: 19px;
        left: 0;
        z-index: 3;
        font-size: 20px;
        font-weight: 400;
        width: 100%;
        display: block;
    }

    .mobil-none {
        display: none !important;
    }

    .statisticBox p {
        text-align: center;
    }

    .statisticBox span {
        margin-right: 0px;
    }

    .announcSvg {
        left: 0rem;
    }

    .parallaxContent {
        margin-bottom: 1rem !important;
    }

    footer ul {
        margin-top: 1.5rem;
    }

        footer ul li {
            text-align: center;
        }

    .announcSvg {
        left: 0rem;
    }

    .colmbFt {
        display: flex;
        justify-content: center !important;
        margin-top: 2rem;
        margin-bottom: 1rem;
    }

    .bannerContent {
        width: 100%;
        padding: 0 1rem;
        top: 4.5rem;
    }
}



.bmksForm {
    width: 100%;
}

    .bmksForm input {
        width: 100%;
        background: #fff;
        border: 1px solid #ebecee;
        padding: 12px 6px;
        border-radius: 6px;
        outline: none;
    }

    .bmksForm div {
        width: 100%;
    }

    .bmksForm label {
        margin-bottom: 6.5px;
        color: gray;
    }

    .bmksForm textarea {
        width: 100%;
        background: #fff;
        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;
}






.carousel-banner {
    border-bottom-right-radius: 100px;
    border-bottom-left-radius: 100px;
}

@media (max-width: 767.98px) {
    .carousel-banner {
        border-radius: 0
    }
}

.carousel-banner {
    min-height: 100vh;
    position: relative;
}


@media (max-width: 1439.98px) {
    .carousel-banner {
        min-height: calc(100vh - 120px)
    }
}

@media (max-width: 999.98px) {
    .carousel-banner {
        min-height: calc(100vh - 110px)
    }
}

@media (max-width: 767.98px) {
    .carousel-banner {
        min-height: calc(100vh - 100px)
    }
}

.carousel-banner .swiper-container {
    height: 100vh;
    overflow: hidden;
    width: 100%
}

.carousel-banner .swiper-slide {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    width: 100%
}

    .carousel-banner .swiper-slide .container {
        padding-left: 0;
        padding-right: 0
    }

    .carousel-banner .swiper-slide .slide-image {
        border-bottom-right-radius: 100px;
        border-bottom-left-radius: 100px;
        bottom: 0;
        height: 100%;
        left: 0;
        object-fit: cover;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        z-index: -3
    }

    .carousel-banner .swiper-slide::before {
        content: "";
        border-bottom-right-radius: 100px;
        border-bottom-left-radius: 100px;
        bottom: 0;
        height: 100%;
        left: 0;
        object-fit: cover;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        z-index: -1;
        background-color: #053e7a9c;
    }

@media (max-width: 767.98px) {
    .carousel-banner .swiper-slide .slide-image {
        border-radius: 0
    }
}

@media only screen and (min-width: 813px) and (max-width:1024px) and (orientation:landscape) {
    .carousel-banner .swiper-slide .slide-image {
        border-radius: 0
    }
}

.carousel-banner .swiper-slide .swiper-slide-inner {
    margin-bottom: 100px
}

@media (max-width: 767.98px) {
    .carousel-banner .swiper-slide .swiper-slide-inner {
        margin-bottom: 0
    }
}



.carousel-banner .swiper-pagination {
    align-items: flex-start;
    bottom: 50px;
    display: flex
}

@media (max-width: 999.98px) {
    .carousel-banner .swiper-pagination {
        bottom: 20px
    }
}

@media (max-width: 767.98px) {
    .carousel-banner .swiper-pagination {
        display: none
    }
}

@media only screen and (min-width: 321px) and (max-width:820px) and (orientation:landscape) {
    .carousel-banner .swiper-pagination {
        display: none
    }
}

.carousel-banner .swiper-pagination .swiper-pagination-bullet {
    align-items: center;
    background: none;
    color: #fff;
    display: inline-flex;
    font-size: 16px;
    font-weight: 600;
    height: unset;
    line-height: 35px;
    opacity: 1;
    width: unset
}

    .carousel-banner .swiper-pagination .swiper-pagination-bullet:not(:last-child) {
        margin-right: 50px
    }

@media (max-width: 999.98px) {
    .carousel-banner .swiper-pagination .swiper-pagination-bullet:not(:last-child) {
        margin-bottom: 30px;
        margin-right: 0
    }
}

.carousel-banner .swiper-pagination .swiper-pagination-bullet .indicator-number {
    background: #ffffff4d;
    border-radius: unset;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    display: inline-flex;
    flex-direction: column;
    height: 40px;
    justify-content: center;
    margin-right: 10px;
    width: 40px
}

.carousel-banner h2 {
    color: #fff;
    font-size: 3rem;
    font-weight: 600;
    margin-bottom: 20px;
}

.carousel-banner p
{
    color:#fff;
    font-size:22px;
    font-weight:400;
    margin-bottom:20px;
}

.carousel-banner .button-read {
    border-radius: 30px;
    padding: 10px 20px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    background-color: #003d7b;
    position: relative;
    font-size: 16px;
    font-weight: 400;
    transition: .3s;
}

    .carousel-banner .button-read:hover {
        border-radius: 30px;
        padding: 10px 20px;
        text-align: center;
        color: #003d7b;
        text-decoration: none;
        background-color: #fff;
        position: relative;
        font-size: 16px;
        font-weight: 400;
        transition: .3s;
    }


.demobtn a {
    position: absolute;
    bottom: 20px;
    left: 50%;
    z-index: 2;
    display: inline-block;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #fff;
    font: normal 400 20px/1 'Josefin Sans', sans-serif;
    letter-spacing: .1em;
    text-decoration: none;
    transition: opacity .3s;
}

    .demobtn a:hover {
        opacity: .5;
    }



#section10 a {
    padding-top: 60px;
}

    #section10 a span {
        position: absolute;
        top: 0;
        left: 50%;
        width: 30px;
        height: 50px;
        margin-left: -15px;
        border: 2px solid #ffffff8a;
        border-radius: 50px;
        box-sizing: border-box;
    }

        #section10 a span::before {
            position: absolute;
            top: 10px;
            left: 50%;
            content: '';
            width: 6px;
            height: 6px;
            margin-left: -3px;
            background-color: #fff;
            border-radius: 100%;
            -webkit-animation: sdb10 2s infinite;
            animation: sdb10 2s infinite;
            box-sizing: border-box;
        }

@-webkit-keyframes sdb10 {
    0% {
        -webkit-transform: translate(0, 0);
        opacity: 0;
    }

    40% {
        opacity: 1;
    }

    80% {
        -webkit-transform: translate(0, 20px);
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes sdb10 {
    0% {
        transform: translate(0, 0);
        opacity: 0;
    }

    40% {
        opacity: 1;
    }

    80% {
        transform: translate(0, 20px);
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}