@import url('https://fonts.cdnfonts.com/css/pp-neue-montreal');



body {
    background-color: white !important;
    font-family: 'PP Neue Montreal', sans-serif;
    margin: 0;
}

    body a {
        text-decoration: none;
    }

:root {
    --renk: #2354d4;
    --size: 100px;
    --child-size: calc(var(--size) / 2);
    --sqrt3: 1.73205080757;
    --color1: var(--renk);
    --color2: #141212;
}

.banner {
    height: 100vh;
    width: 100%;
    overflow: hidden;
    position: relative;
}

    .banner::before {
        position: absolute;
        height: 100%;
        width: 100%;
        content: "";
        background: linear-gradient(to right, rgb(0 0 0 / 57%), rgb(0 0 0 / 34%) 50%, rgb(0 0 0 / 64%));
    }



.banner video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.bannerContent {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 2;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 84px;

}

.bannerContent h1 {
    font-size: 6.5rem;
    color: white;
    text-align: center;
    line-height: 1;
    font-weight: 300;
}

.bannerContent h1 span {
    font-weight: 600;
}


.bannerContent a {
    background-color: var(--renk);
    color: white !important;
    padding: 13.5px 20px;
    text-decoration: none;
    font-weight: 500;
    margin-top: 2rem;
    transition: .3s;
}

#loaderBg a {
    background-color: var(--renk);
    color: white;
    padding: 13.5px 20px;
    text-decoration: none;
    font-weight: 500;
    margin-top: 2rem;
    transition: .3s;
    opacity: 0;
    pointer-events: none;
    user-select: none;
}

.bannerContent a:hover {
    opacity: .65;
}

nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 84px;
    z-index: 9;
    background-color: #2354d4;
    border-bottom: 1px solid #727171;
}

.modal
{
    z-index:999 !important; 
}

.modal-backdrop {
    display: none !important;
}


.logo {
    height: 100%;
}

.navFlex {
    display: flex;
    width: 100%;
    height: 100%;
}

.navUl li {
    list-style: none;
}

.navUl li {
    color: #fff;
    font-weight: 500;
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.navUl li a{
    color: #fff;
    font-weight: 500;
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    cursor: pointer;
    text-decoration:none;
    font-size:15px;
}

.navUl li::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    content: "";
    background-color: #fff;
    height: 4px;
    transition: .3s;
}

.navUl li:hover::before {
    width: 100%;
}

.navUl {
    display: flex;
    height: 100%;
    align-items: center;
    gap: 2rem;
    padding: 0;
    margin: 0;
    margin-left: 2.5rem;
}

.leftNav {
    width: 72%;
    position: relative;

    display: flex;
}

.rightNav {
    width: 28%;
    border-left: 1px solid #727171;
}

.rightNav li {
    font-weight: 400;
}

.search {
    position: absolute;
    right: 2rem;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    cursor: pointer;
    color: #fff;
}

.search svg {
    stroke: #000;
    stroke-width: 2px;
}

.lang {
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: 10px;
}

.cl-a {
    stroke: white;
    stroke-miterlimit: 10;
    stroke-width: 1.5px;
    fill: none;
}

.search:hover svg {
    stroke: var(--renk);
}


.cl-b {
    stroke: none;
}

.cl-a,
.cl-c {
    fill: none;
}


.lang::before {
    display: none;
}

.lang:hover .cl-a {
    stroke: var(--renk) !important;
}

.bannerAlti {
    width: 100%;

    background-color: #fff;
    padding: 5rem 0;

}

.bannerAltiText {
    color: #141212;
    line-height: 1.3;
    text-align: justify;
}

.bannerAltiBtn {
    text-decoration: none;
    border: 1px solid var(--renk);
    color: var(--renk);
    padding: 13px 20px;
    font-weight: 500;
    margin-top: 2rem;
    display: block;
    width: max-content;
    transition: .3s;
}

.bannerAltiBtn:hover {
    background-color: var(--renk);
    color: white;
}

.istatistik {
    display: flex;
    flex-direction: column;
    align-items: end;
    line-height: 1.25;
}

.istatistik span {
    color: white;
    font-size: 16px;
}

.istatistik b {
    color: var(--renk);
    font-weight: 600;
    font-size: 6rem;

}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {


    display: flex;
    justify-content: center;
    align-items: center;
}



.swiper-slide {
    width: 80%;
}

.swiper-slide:nth-child(2n) {
    width: 60%;
}

.swiper-slide:nth-child(3n) {
    width: 40%;
}

.cozumimg {
    height: 25rem;
    object-fit: cover;
    width: 100%;
}

.czmContent {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.czmContent h1 {
    color: black;
    font-weight: 600;
    font-size: 47px;
}

.czmContent p {
    font-size: 20px;
    text-align: right;
    width: 80%;
    color: #4a4a4a;
    font-size: 23px;
    font-weight: 300;
    margin-top: 2rem;
}

.bannerAltiBtn.black {
    color: black;
}

.bannerAltiBtn.black:hover {
    color: white;
}

.bannerAltiBtn.red {
    background-color: var(--renk);
    color: white;
}

.bannerAltiBtn.red.blacktext:hover{
    color: black;
}

.bannerAltiBtn.red:hover {
    background-color: transparent;

}

.czmSlid b {
    font-size: 30px;
    color: black;
    margin-top: 7px;
    display: block;
    width: max-content;
    position: absolute;
    bottom: 1rem;
    left: 2rem;
    z-index: 5;
    color: white;
    font-weight: 200;
}

.owl-nav {


    padding: 0;
    font-size: 0;
    transition: all .3s ease-in-out;
    display: flex;
    gap: 1rem;
    margin-top: 1rem;
    justify-content:end;
}

.owl-prev {
    border: 1px solid rgb(231, 231, 231);
    height: 50px;
    width: 50px;
    position: relative;
    transition: .3s;
    cursor: pointer;
}

.owl-prev:hover {
    background-color: rgb(231, 231, 231);
}

.owl-next:hover {
    background-color: rgb(231, 231, 231);
}


.owl-next {
    border: 1px solid rgb(231, 231, 231);
    height: 50px;
    width: 50px;
    position: relative;
    cursor: pointer;
    transition: .3s;
}



.owl-prev:before {
    content: "";
    display: inline-block;
    height: 100%;
    width: 100%;
    position: absolute;
    transition: none;
    background-repeat: no-repeat;
    background-position: center;
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5LjA5MSIgaGVpZ2h0PSIxNi4wNjEiIHZpZXdCb3g9IjAgMCA5LjA5MSAxNi4wNjEiPgogIDxwYXRoIGlkPSJpY24tYXJyb3ctbWVkaXVtLXdoaXRlLXJpZ2h0IiBkPSJNNy41LDE1LDAsNy41LDMuMTI1LDQuMzc1LDcuNSwwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg4LjAzIDE1LjUzKSByb3RhdGUoMTgwKSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMTQxMjEyIiBzdHJva2Utd2lkdGg9IjEuNSIvPgo8L3N2Zz4K);
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
}


.owl-next:before {
    content: "";
    display: inline-block;
    height: 100%;
    width: 100%;
    position: absolute;
    -ms-transform: none;
    transform: none;
    transition: none;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5LjA5MSIgaGVpZ2h0PSIxNi4wNjEiIHZpZXdCb3g9IjAgMCA5LjA5MSAxNi4wNjEiPgogIDxwYXRoIGlkPSJpY24tYXJyb3ctbWVkaXVtLXdoaXRlLXJpZ2h0IiBkPSJNNy41LDE1LDAsNy41LDMuMTI1LDQuMzc1LDcuNSwwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg4LjAzIDE1LjUzKSByb3RhdGUoMTgwKSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMTQxMjEyIiBzdHJva2Utd2lkdGg9IjEuNSIvPgo8L3N2Zz4K);
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
}

.czmimgdis {
    position: relative;
}


.czmimgdis:hover::before {

    opacity: 0;

}

.czmimgdis:hover::after {

    opacity: 1;

}


    .czmimgdis::before {
        content: '';
        position: absolute;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background: radial-gradient(farthest-corner at 10% 115%, #000000 0, rgb(0 0 0 / 8%) 70%);
        opacity: 1;
        z-index: 1;
        pointer-events: none;
        transition: opacity .25s ease, background .5s ease;
    }

    .czmimgdis::after {
        content: '';
        position: absolute;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background: radial-gradient(farthest-corner at 10% 115%, #2354d4 0, rgb(0 0 0 / 8%) 70%);
        opacity: 1;
        z-index: 1;
        pointer-events: none;
        transition: opacity .25s ease, background .5s ease;
        opacity: 0;
    }

.urunKat img {
    width: 100%;
    object-fit: cover;
    margin-bottom: 10px;
}

.urunKat b {
    font-weight: 700;
    font-size: 26px;
    color: black;
    display: block;
    transition: .15s;


}

.urunKat {
    cursor: pointer;
}

.urunKat p {
    margin-bottom: 0;
    margin-top: 12.5px;
    transition: .15s;
}

.urunKat:hover b {
    margin-left: 7px;
}

.urunKat:hover p {
    color: rgb(167, 167, 167);
}

.tanitim {
    background-color: #141212;
    width: 100%;

    height: 30rem;
    position: relative;
    overflow: hidden;

}

.tanitiMCont {
    height: 30rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.tanitimb {
    font-size: 3rem;
    color: white;
    font-weight: 700;
    position: relative;
    line-height: 1;
}

.tanitimb span {}

.sonHaber {
    display: flex;
    border-bottom: 1px solid rgb(192, 192, 192);
    padding: 2rem 0;
    padding-right: 6rem;
    margin-left: 4rem;
    background-color: #e02f28;
    position: relative;
    padding-left: 2rem;
    cursor: pointer;
    transition: .15s;
}


.sonHaber span {
    font-size: 19px;
    display: block;
    width: 25%;
    color: white;
}

.sonHaber b {
    font-size: 24px;
    display: block;
    width: 75%;
    color: white;
    transition: .3s;
}

.hbrSay .sonHaber:last-child {
    border: 0;
}

.okS {
    position: absolute;
    right: 26px;
    height: 100%;
    width: 30px;
    background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iaWNuX2Fycm93X2xpbmstd2hpdGUtc3ZnIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS4wNjkiIGhlaWdodD0iMjIuNTM1IiB2aWV3Qm94PSIwIDAgMjUuMDY5IDIyLjUzNSI+PGcgaWQ9Imljbl9hcnJvd19saW5rLXdoaXRlIiBkYXRhLW5hbWU9ImljbiBhcnJvdyBsaW5rIHdoaXRlIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtODczLjM4NyAtODQuNTI2KSI+PGcgaWQ9Ikdyb3VwZV8yMyIgZGF0YS1uYW1lPSJHcm91cGUgMjMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC04LjExMyAtNi40NjYpIj48cGF0aCBpZD0iaWNuLWFycm93LXdoaXRlIiBkPSJNMTAuOTA5LDIxLjQ2NiwwLDEwLjczMyw0LjU0Niw2LjI2MSwxMC45MDksMCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoOTA1LjUgMTEyLjk5Mykgcm90YXRlKDE4MCkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIxLjUiLz48bGluZSBpZD0iTGlnbmVfODIiIGRhdGEtbmFtZT0iTGlnbmUgODIiIHgxPSIyNCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoODgxLjUgMTAyLjI0OSkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIxLjUiLz48L2c+PC9nPjwvc3ZnPg==) right bottom no-repeat;
    top: 0;
    background-position: center;
    transition: .2s;
}

.sonHaber:hover  b{
    opacity: .6;
}

.sonHaber:hover .okS{
    right: 22px;
}

.sonHaber:hover{
    background-color: #ce2520;;
}

.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: 17px;
        opacity: 1;
        font-weight: 600;
        margin-bottom: 5px;
        text-decoration: none !important;
    }

    footer ul li {
        color: #fff;
        opacity: .75;
        transition: .25s;
        font-weight: 400;
        cursor: pointer;
        font-size: 14px;
    }

        footer ul li:hover {
            opacity: 1;
        }

footer {
    background-color: #2354d4;
    position: relative;
}


    footer ul li a {
        color: #fff;
        text-decoration: none;
    }

.otherFootherUl {
    display: flex;
    flex-direction: row;
    gap: 30px;
    height: 100%;
    display: flex;
    align-items: center;
}

.otherFootherUl.right{
    justify-content: end;
}

    .otherFootherUl li {
        color: #fff !important;
        font-weight: 400;
        font-size: 14px !important;
        font-weight: 400 !important;
        opacity: 1 !important;
        margin-bottom: 0 !important;
        font-size: 13.5px !important;
    }

    .otherFootherUl li:first-child:hover{
        text-decoration: underline !important;
    }


    footer ul li{
        list-style: none;
    }

    .footerLogo{
        height: 6rem;
    }

    .socials {
        display: flex;
        gap: 0px;
        column-gap: 9px;
        width: 7rem;
        flex-wrap: wrap;
        margin-left: 6px;
    }

    .socials i{
        color: #fff;
        font-size: 20px;
        margin-top: 20px;
        transition: .15s;
    }

    .rowTopBorder{
        border-top: 1px solid gray;
    }

    footer ul li:hover{
        text-decoration: underline;
    }


    .socials i:hover{
        color: #f7f7f7;
        cursor: pointer;
    }

.footerust
{
    position:relative;
    background-color:#f9f9f9;
}


.loader {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 99999999;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}


    .loader h1 {
        font-size: 6.5rem;
        color: #141212;
        text-align: center;
        line-height: 1;
        font-weight: 300;
        transform: scale(1.30);
        transition: 2s ease-in-out;
        
    }

    .loader h1.active{
        transform: scale(1);
    }

    .loader h1 span.active{
        transform: scale(1);

    }

    .loader h1 span {
        font-weight: 600;
        display: inline-block;
        transform: scale(1.30);
        transition: 2.5s ease-in-out;

    }


      

    #animatedText{
        opacity: 0;
     
    }

    #animatedText2{
        opacity: 0;
       
    }

.loadersp {
    position: absolute;
    transition: .65s;
    overflow: hidden;
    border-radius: 50%;
    transform: rotate(28deg);
}


.wave-wrapper {
    position: relative;
    height: 13rem;
    width: 13rem;
    overflow: hidden;
    border-radius: 50%;
    background-color: #f9f9f9;
}

.wave {
    position: absolute;
    top: 65%;
    left: -56%;
    width: 54rem;
    height: 47rem;
    background-color: #3c67ca;
    border-radius: 35%;
    -webkit-animation-name: waves;
    animation-name: waves;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

    .wave.one {
        -webkit-animation-duration: 7000ms;
        animation-duration: 7000ms;
        opacity: 1;
        background-color: #5f94e7;
    }

    .wave.two {
        background-color: #2c4f86;
        -webkit-animation-duration: 9000ms;
        animation-duration: 9000ms;
    }

    .wave.three {
        -webkit-animation-duration: 12000ms;
        animation-duration: 12000ms;
        background-color: #3c67ca;
    }

@-webkit-keyframes waves {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes waves {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}  

      
#loaderBg{
    transition: 2s;
    padding-top: 84px;
}


.searchAcildi{
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #fff;
    z-index: 100;
    display: none;
    animation: opacity .3s;
}

@keyframes opacity{
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
}

.searchAcildi svg path{
    height: 30px;
    stroke: none;
   
}

.searchAcildi svg{
    height: 30px;
    stroke: #000;
    color: #000;
}

.svgler{
    display: flex;
    position: absolute;
    right: 1.5rem;
    gap: 2rem;
    height: 100%;
    align-items: center;
    top: 0;
}


.svgler div:hover svg{
    color: var(--renk);
    stroke: var(--renk);
}



.svgler div{
    cursor: pointer;
}

.searchSvg svg{
    height: 20px !important;
}

.searchAcildi input {
    width: 100%;
    height: 100%;
    background: transparent;
    border: 0;
    outline: none;
    font-size: 17px;
    font-weight: 600;
    color: #bfbfbf;
}



.czmContent2 {

    height: 100%;

}

.czmContent2 h1 {
    color: black;
    font-weight: 650;
    font-size: 47px;
}

.czmContent2 p {
    font-size: 20px;
    color: #4a4a4a;
    font-size: 23px;
    font-weight: 350;
    margin-top: 2rem;
}



.headerTop {
    background-color: #fff;
    padding-top: 6rem;
    padding-bottom: 10px;
    position: relative;
    width: 100%;
}

    .headerTop .title {
        font-size: 2.45rem;
        margin-top: 15px;
        font-style: normal;
        font-weight: 500;
        color: var(--renk2);
        font-stretch: normal;
        letter-spacing: normal;
        margin-bottom: 15px;
    }


.block-system-breadcrumb-block .breadcrumb {
    background-color: transparent;
    padding: 0;
}

    .block-system-breadcrumb-block .breadcrumb .breadcrumb-item a {
        color: #979797;
        text-decoration: none;
        font-weight: 400;
        font-size: 17px;
    }

    .block-system-breadcrumb-block .breadcrumb .breadcrumb-item {
        font-weight: 500;
        font-size: 17px;
        color: #000;
    }

.block-system-breadcrumb-block .breadcrumb-item.active a {
    color: #"33"2a31;
}

.breadcrumb-item.active a {
    font-weight: 600 !important;
}

.breadcrumb-item.active {
    font-weight: 600 !important;
}

.block-system-breadcrumb-block .breadcrumb-item + .breadcrumb-item::before {
    color: #03438f;
}


.headerTop .paragraph p {
    font-size: 1.25rem;
    line-height: 2rem;
    color: #2D2D2D;
    font-style: normal;
    font-weight: 400;
}

.headerTop .icon-arrow {
    margin-top: 30px;
    display: block;
    height: 40px;
    width: 40px;
}

    .headerTop .icon-arrow i {
        font-size: 40px;
        color: #2354d4;
    }

.pageBanner {
    position: relative;
    width: 100%;
    height: 550px;
    padding: 0;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}


.kurumsalBox {
    height: 350px;
    min-height: 300px;
    background-position: top;
    background-repeat:no-repeat;
    background-size: cover;
    margin-bottom: 2rem;
    position: relative;
    overflow: hidden;
}


    .kurumsalBox .block-link {
        width: 100%;
        height: 100%;
        font-size: 0;
        display: block;
    }


.kurumsalBoxLower .competency-block-lower {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 100%;
    min-width: 100%;
    z-index: 1;
    background: #fff;
}

    .kurumsalBoxLower .competency-block-lower .competency-link-title {
        display: flex;
        padding: 1rem;
        background: #344d8f;
        position: relative;
    }

        .kurumsalBoxLower .competency-block-lower .competency-link-title a {
            font-size: 18px;
            width: 100%;
            color: white;
            font-weight: 400;
            display: block;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            text-decoration: none;
        }

        .kurumsalBoxLower .competency-block-lower .competency-link-title .arrow-right {
            position: unset;
            transform: none;
        }

        .kurumsalBoxLower .competency-block-lower .competency-link-title .arrow-right {
            color: #fff;
            margin-left: 0.5rem;
            position: absolute;
            right: 2rem;
            top: 50%;
            transform: translateY(-50%);
        }

            .kurumsalBoxLower .competency-block-lower .competency-link-title .arrow-right path:nth-child(1) {
                stroke: #fff;
                transition: transform 0.3s;
            }

            .kurumsalBoxLower .competency-block-lower .competency-link-title .arrow-right path:nth-child(2) {
                stroke: #fff;
                fill: #fff;
                transition: transform 0.3s;
            }

        .kurumsalBoxLower .competency-block-lower .competency-link-title:hover .arrow-right path:nth-child(1) {
            transition: transform 0.3s;
            transform: scaleX(2.5);
            stroke: #fff;
        }

        .kurumsalBoxLower .competency-block-lower .competency-link-title:hover .arrow-right path:nth-child(2) {
            transition: transform 0.3s;
            transform: translateX(10px);
            stroke: #fff;
            fill: #fff;
        }

.boxNext {
    border-top: 1px solid #000;
    padding-top: 30px;
    padding-left: 1rem;
}

    .boxNext .boxNextTitle {
        color: var(--renk2);
        font-size: 37px;
        font-weight: 600;
        line-height: normal;
        margin: 0;
        margin-bottom: 17px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .boxNext .boxNextText {
        color: #282d30;
        font-size: 1.2rem;
        font-weight: 300;
        line-height: normal;
        margin: 0;
        margin-bottom: 10px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }


    .boxNext .btnRead {
        color: #282D30;
        font-size: 1rem;
        font-weight: 300;
        display: flex;
        text-decoration: none;
    }

.readMore {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    color: #282D30;
    margin-bottom: 0.5rem;
    margin-top: 3rem;
}

.pageIcerik {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    color: #332a31;
}


.kurumsalPage {
    position: relative;
    width: 100%;
    padding: 50px 0;
    margin: 0;
    background-color: #fff;
}


.contactText {
    font-size: 30px;
    font-weight: 300;
    text-align: center;
    line-height: 41px;
    letter-spacing: 3px;
    width: 90%;
}


.iletisimSayfaForm input {
    height: 56px;
    width: 100%;
    border-color: black;
    border: 1px solid #a7a7a7;
    border-radius: 30px;
    padding: 15px;
}

.iletisimSayfaForm label {
    width: 100%;
    margin: 10px 0;
    font-weight: bold;
}

.iletisimSayfaForm textarea {
    height: 200px;
    width: 100%;
    border-color: black;
    border: 1px solid #a7a7a7;
    border-radius: 30px;
    padding: 15px;
}


.iletisimBox {
    background-color: #f7f7f7;
    border-radius: 30px;
    padding: 20px;
    width: 100%;
    margin-bottom: 20px;
}


    .iletisimBox .iletisimTitle {
        font-size: 18px;
        font-weight: bold;
        color: #000;
        margin-bottom: 10px;
    }

    .iletisimBox .contul {
        padding: 0px;
        margin: 0px;
        list-style: none;
    }

        .iletisimBox .contul li {
            padding-bottom: 5px;
        }

            .iletisimBox .contul li i {
                font-size: 17px;
                margin-right: 5px;
                color: #000000;
            }

            .iletisimBox .contul li a {
                font-size: 17px;
               text-decoration:none;
                color: #000000;
            }

                .iletisimBox .contul li a:hover {
                    font-size: 17px;
                    text-decoration: none;
                    color: #2354d4;
                }


.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6); /* siyah şeffaf arkaplan */
    z-index: 9999;
    justify-content: center;
    align-items: center;
    animation: fadeIn 0.3s;
}

.popup-inner {
    background-color: white;
    border: 2px solid black;
    padding: 20px;
    max-width: 700px;
    width: 100%;
    z-index: 10000;
    position: relative;
    animation: fadeIn 0.3s;
    border-radius: 8px;
}

/* Fade efekt */
@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.btngonder {
    color: #000;
    border: 1px solid #2354d4 !important;
    background-color: #fff !important;
    padding: 10px 15px;
    text-align: center;
    font-size: 16px !important;
    text-decoration: none;
    transition: .5s;
}

    .btngonder:hover {
        color: #fff !important;
        border: 1px solid #2354d4 !important;
        background-color: #2354d4 !important;
        padding: 10px 15px;
        text-align: center;
        font-size: 16px !important;
        text-decoration: none;
        transition: .5s;
    }


.popClose
{
    position:absolute;
    right:0px;
    top:-8%;
    color:#fff;
    font-size:22px;
    color:#fff;
}



.teklifForm .form-control {
    display: block;
    width: 100%;
    padding: 15px 20px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: 0;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.teklifForm .form-select {
    --bs-form-select-bg-img: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e);
    display: block;
    width: 100%;
    padding: 15px 25px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: 0;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}


.iletisimSayfaForm .form-control {
    display: block;
    width: 100%;
    padding: 15px 20px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: 0;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.iletisimSayfaForm .form-select {
    --bs-form-select-bg-img: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e);
    display: block;
    width: 100%;
    padding: 15px 25px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: 0;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.formSend {
    border-radius: 0px !important;
    border: 1px solid #2354d4 !important;
    background-color: #fff !important;
    color: #2354d4 !important;
    font-size: 16px;
    transition: .5s;
    width: 100%;
    padding: 15px 25px !important;
}


    .formSend:hover {
        border-radius: 0px !important;
        border: 1px solid #2354d4 !important;
        background-color: #2354d4 !important;
        color: #fff !important;
        font-size: 16px;
        transition: .5s;
        width: 100%;
        padding: 15px 25px !important;
    }


/*Sub menu kırılım CSS leri*/

 .main-menu {
    position: relative;
    display: inline-block; 
}

.submenu {
    display: none;
    position: absolute;
    left: 0 !important;
    background-color: #e1e1e1;
    width: 100%;
    z-index: 9999;
    height: auto;
    box-shadow: rgba(0, 0, 0, 0.226) 0px 20px 15px;
    padding: 17px 0px 25rem 0px;
}

    .submenu .menubox1 ul{
        list-style:none;
        padding:0;
        margin:0;
    }

        .submenu .menubox1 ul li {
            width: 100%;
            padding:5px 10px;
         
            transition:.5s;
        }

        .submenu .menubox1 ul li:hover {
            padding: 5px 10px;
            transition: .5s;
        }

            .submenu .menubox1 ul li a {
                color: black;
                font-size: 16px;
                display: block;
                padding: 2px 10px;
            }


.menubox1 li:hover > a {
    background: rgb(240, 240, 240);
}


.menubox1 ul.submenu1 {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    min-width: 200px;
    background: #d6d6d6;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
    z-index: 1000;
}

.menubox1 li:hover > ul.submenu1 {
    display: block;
}


.menubox1 ul.submenu1 ul.submenu1 {
    left: 100%;
    top: 0;
}

.menubox1 li > ul.submenu1 li a {
    white-space: nowrap;
}

.submenu2-wrapper {
    position: absolute;
    top: 0;
    left: 100%;
}

.submenu2 {
    display: none;
    background: rgb(240, 240, 240);
    min-width: 330px;
    z-index: 1000;
}

.submenu1:hover .submenu2 {
    display: block;
}



.submenu3-wrapper {
    position: absolute;
    top: 0;
    left: 100%;
    height: 100%;
}

.submenu3 {
    display: none;
    background: #f7f7f7;
    min-width: 330px;
    height: 100%;
    z-index: 1000;
}

.submenu2-item:hover .submenu3 {
    display: block;
}

.main-menu .submenu1 li {
    padding: 5px 0;
    border-bottom: 1px solid #ededed !important;
    transition: .5s;
}

    .main-menu .submenu1 li:hover {
        padding: 5px 0;
        border-bottom: 1px solid rgb(199 199 199) !important;
        transition: .5s;
    }

/*Submenu CSSLer bitis*/
.mobilMenu {
    display: none;
}

#mobilMenuAc, .mobilteklif {
    display: none;
}

.submenu .menubox1 ul li a {
    color: black;
    padding-right: 30px !important;
    font-size: 16px;
    display: block;
    padding: 2px 10px;
    position: relative;
}

    .submenu .menubox1 ul li a i {
        position: absolute;
        right: 0;
        top: 7px;
    }

.urunProdSlide {
    position: relative;
    width: 100%;
}

    .urunProdSlide img {
        position: relative;
        width: 100%;
        height: 250px;
        object-fit: cover;
    }


.documentBox {
    border-radius: 0;
    padding: 15px;
    border-top:1px solid #c1c1c1;
}



    .documentBox strong {
        font-size: 30px;
    }

    .documentBox p {
        font-size: 25px;
        font-weight: 300;
    }


        .documentBox .sbox a {
            color: #000;
        }


.respos {
    position: relative;
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
    width:35%;
}

.footbtn {
    gap: 1.4rem;
    position: absolute;
    right: 2rem;
    width: max-content;
    top: 0;
}



.product-details-kps {
    max-width: 100%;
    margin: auto;
    background-color: #fdfdfd;
    width:100%;
}

    .product-details-kps .urun-dty-img {
        position: relative;
    }

        .product-details-kps .urun-dty-img .number-img svg {
            position: absolute;
            top: 0px;
        }

            .product-details-kps .urun-dty-img .number-img svg path {
                fill: rgb(233, 105, 0);
                cursor: pointer;
            }

.product-list {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.product-details-kps .urun-dty-img .number-img .one-nb:hover .product-list ul li {
    color: red;
}


    .product-details-kps ul {
        list-style: auto;
    }

        .product-details-kps ul li {
            margin-bottom: 1.5rem;
        }

        .product-details-kps ul li a {
            font-size: 20px;
            font-weight: 500;
            color: #000;
            margin-bottom: 10px;
        }

            .product-details-kps ul li a:hover {
                font-size: 20px;
                font-weight: 500;
                color: #2354d4;
                margin-bottom: 10px;
            }

.anaProduct
{
    font-size:20px;
}

    .anaProduct p, .anaProduct ul li, .anaProduct strong
    {
        font-size:20px;
    }


    .parallax {
        position: relative;
        width: 100%;
        margin: 0;
        padding: 50px 0;
        background-size: 100%;
        background-attachment: fixed;
        background-repeat: no-repeat;
    }


.zoom-container {
    width: 100%;
    height:100vh;
    overflow: hidden;
    border: 1px solid #ccc;
    position: relative;
    cursor: grab;
}

#zoom-image {
    width: 100%;
    height: auto;
    transform-origin: center center;
    transition: transform 0.1s ease-out;
    position: absolute;
    left: 0;
    top: 0;
}


@media (max-width: 991px) {
    .navFirst ul {
            display: none;
        }


        .mobilteklif {
            display: block;
            position: absolute;
            top: 40%;
            right: 12%;
        }

    .mobilteklif a{
        color:#fff;
        text-decoration:none;
    }

        .mobilCookWrap {
            flex-wrap: wrap;
            justify-content: center;
            margin: 8px 0;
            gap: 10px;
        }


        .mobilMenu {
            padding-top: 50px;
            display: block;
        }


        .popup-inner {
            width: 75%;
        }


        .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 #646464;
                border-radius: 15px;
                padding: 10px;
                color: #000;
            }

        #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;
        }


        .langs {
            position: absolute;
            right: 0;
            display: none;
            top: 30px;
        }

        .search {
            display: none;
        }


        #mobilMenu .langs {
            right: inherit;
            left: 1rem;
            top: auto;
            bottom: 1rem;
            display: block !important;
            height: max-content;
        }

        .lang-link a {
            background: transparent !important;
            color: white !important;
            padding: 0 !important;
        }

        #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: 1rem;
            top: 2rem;
        }

        #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 ul li a{
                color: #000;
                font-size: 22px;
                width: 100%;
                font-weight: 400;
                padding: 0 35px;
                text-decoration:none;
            }


        .mobilMenu {
            position: fixed;
            left: 0;
            top: 0;
            width: 85%;
            height: 100%;
            transform: translateX(-100%);
            background-color: #fff;
            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;
        }

        div#mobilClc1 {
            display: flex !important;
            flex-direction: row !important;
            justify-content: space-between !important;
            margin-top: -8rem;
        }

        .mobil-none {
            display: none !important;
        }

        .teklifForm .form-control {
            display: block;
            width: 100%;
            padding: 10px;
            font-size: 1rem;
            font-weight: 400;
            line-height: 1.5;
            color: var(--bs-body-color);
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            background-color: var(--bs-body-bg);
            background-clip: padding-box;
            border: var(--bs-border-width) solid var(--bs-border-color);
            border-radius: 0;
            transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
        }

        .popClose {
            top: -5%;
        }

    .bannerContent h1 {
        font-size: 3.5rem;
        color: white;
        text-align: center;
        line-height: 1;
        font-weight: 300;
    }

    .czmContent h1 {
        color: black;
        font-weight: 600;
        font-size: 35px;
    }

    .czmimgdis {
        margin-bottom: 15px;
    }

    .cozumimg {
        height: 20rem;
        object-fit: cover;
        width: 100%;
    }

    .czmSlid b {
        font-size: 20px;
    }

    .footbtn {
        position: relative;
        width: max-content;
        right:0;
        top:20px;
    }

    .leftNav {
        width: 65%;
        position: relative;
        display: flex;
    }

    .navic
    {
        width:100%;
    }

    .rightNav {
        width: 41%;
        border-left: 1px solid #727171;
    }

    .parallax {
        background-size: cover;
    }


    }


