﻿@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.cdnfonts.com/css/itc-avant-garde-pro-md');



body {
    background-color: rgb(253, 253, 253) !important;
    font-family: "Inter", sans-serif !important;
    margin: 0;
}

::-webkit-scrollbar {
    width: 11px;
}

::-webkit-scrollbar-thumb {
    background: #cccccc;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #cccccc;
    }

:root {
    --renk: #0069b4;
    --size: 100px;
    --child-size: calc(var(--size) / 2);
    --sqrt3: 1.73205080757;
    --color1: var(--renk);
    --color2: #141212;
}

.banner {
    height: 87vh;
    width: 100%;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: end;
    justify-content: center;
}

.ikiHizmet a {
    color: white;
    text-decoration: none;
    position: relative;
    /* top: 1px; */
}




.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;
        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;
}

.banner::before {
    background: linear-gradient(to right, #133349 0%, rgba(255, 0, 0, 0) 90%);
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    height: 100%;
    width: 100%;
    z-index: 1;
}

.banner::after {
    background: #13334945;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    height: 100%;
    width: 100%;
    z-index: 0;
}

.banner .cntn {
    position: absolute;
    z-index: 1;
    margin-bottom: 6.5rem;
}

.banner div .bannerYazisi {
    color: white;
    font-size: 56px;
    width: 80%;
    line-height: 1.3;
    display: block;
}

.bannerYazisi p {
    font-family: 'ITC Avant Garde Pro Md', sans-serif;
}


.bannerLinks {
    margin-top: 40px;
    display: flex;
    gap: 10px;
}

    .bannerLinks a {
        background-color: #2a70c5;
        color: white;
        padding: 10px 27px;
        font-weight: 500;
        text-decoration: none;
        padding-right: 74px;
        position: relative;
        border: 1px solid transparent;
        transition: .2s;
    }

        .bannerLinks a:hover {
            background-color: #0e3d75 !important;
            border: 1px solid #0e3d75 !important;
        }

        .bannerLinks a:last-child {
            background-color: transparent;
            backdrop-filter: blur(5px);
            border: 1px solid white;
        }


.bannerLinkAnimBgBefore {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0%;
    transition: .42s;
    background: rgb(185, 211, 233);
    z-index: 1;
}

.bannerLinks a span {
    position: relative;
    z-index: 3;
}

.bannerKutu.iki:hover {
    background-color: #005c9e;
}

.bannerLink svg {
    height: 100%;
    width: 50px;
    border-left: 1px solid white;
    position: absolute;
    right: 0;
    top: 0;
    padding-left: 14.5px;
    padding-right: 14.5px;
    z-index: 2;
}

.bannerKutulari {
    position: absolute;
    right: 3rem;
    top: 0;
    height: 100%;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.bannerKutu:first-child {
    background: rgba(255, 255, 255, 0.418);
}

.bannerKutu.bir {
    margin-top: 60+px;
}

.bannerKutu {
    cursor: pointer;
    height: 290px;
    width: 290px;
    background: var(--renk);
    padding: 25px;
    display: flex;
    position: relative;
    transition: .2s;
    align-items: center;
}

.ikiBaslik {
    position: absolute;
    top: 2rem;
    font-size: 20px;
    color: white;
}

.bannerKutu.iki span {
    color: white;
    font-size: 36px;
    line-height: 1;
}

.bannerKutu.iki:hover .ikiHizmet {
    transform: translateX(10px);
}

.ikiHizmet {
    position: absolute;
    bottom: 2rem;
    transition: .2s;
    color: white;
}

    .ikiHizmet svg {
        margin-left: 10px;
        transition: .35s;
        width: 23px;
        height: 23px;
    }


nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    z-index: 9999;
    background-color: transparent;
    transition: .3s;
}

    nav.scroll {
        height: 90px;
        background-color: #ffffffdb;
        backdrop-filter: blur(3px);
    }

.logo {
    height: 100%;
    display:block;
    transition:.5s;
}

.logo2 {
    height: 100%;
    transition: .5s;
    display:none;
}

.scroll .logo {
    height: 100%;
    transition: .5s;
    display:none;
}

.scroll .logo2 {
    height: 100%;
    transition: .5s;
    display:block;
}

.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;
    font-size: 15px;
}

    .navUl li a {
        text-decoration: none;
        color: #fff;
        font-weight: 500;
        font-size: 15px;
        height: 100%;
        display: flex;
        align-items: center;
    }

    .navUl .dropdown li a {
        text-decoration: none;
        color: #555;
        font-weight: 500;
        font-size: 15px;
        height: 100%;
        display: flex;
        align-items: center;
    }


    .navUl li::before {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0%;
        content: "";
        background-color: var(--renk);
        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;
}


 .scroll   .navUl li {
        color: #555;
        font-weight: 500;
        position: relative;
        height: 100%;
        display: flex;
        align-items: center;
        cursor: pointer;
        font-size: 15px;
    }

    .scroll .navUl li a {
        text-decoration: none;
        color: #555;
        font-weight: 500;
        font-size: 15px;
        height: 100%;
        display: flex;
        align-items: center;
    }

.leftNav {
    width: 100%;
    position: relative;
    display: flex;
}

.rightNav {
    width: 40%;
    border-left: 1px solid #dee1eb;
}

    .rightNav li {
        font-weight: 400;
    }

.search {
    position: absolute;
    right: 2rem;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    cursor: pointer;
}

    .search svg {
        stroke: var(--renk);
        stroke-width: 2px;
    }

.lang {
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: 10px;
}

    .lang a{
        color: black;
        text-decoration: none;
    }

    .cl-a {
        stroke: var(--renk);
        stroke-miterlimit: 10;
        stroke-width: 1.5px;
        fill: none;
    }

.search:hover svg {
    stroke: black;
}


.cl-b {
    stroke: none;
}

.cl-a,
.cl-c {
    fill: none;
}


.lang::before {
    display: none;
}

.lang:hover .cl-a {
    stroke: black !important;
}

.bannerAlti {
    width: 100%;
    background-color: #141212;
    padding: 5rem 0;
}

.bannerAltiText {
    color: white;
    line-height: 1.3;
    text-align: justify;
}

.bannerAltiBtn {
    text-decoration: none;
    border: 1px solid var(--renk);
    color: white;
    padding: 13px 20px;
    font-weight: 500;
    margin-top: 2rem;
    display: block;
    width: max-content;
    border-radius: 10px;
    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: 30rem;
    object-fit: cover;
    width: 100%;
}

.czmContent {
    display: flex;
    flex-direction: column;
    align-items: end;
    height: 100%;
    text-align: right;
}

    .czmContent h1 {
        color: black;
        font-weight: 650;
        font-size: 47px;
    }

    .czmContent p {
        font-size: 20px;
        text-align: right;
        width: 80%;
        color: #4a4a4a;
        font-size: 23px;
        font-weight: 350;
        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;
}

.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%, #e12c25 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%, #000000 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%;
    height: 10rem;
    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-position:center;
    background-repeat:no-repeat;
    background-size:cover;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 5rem 0;
}

    .tanitim::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        background-color: #00000066;
        width: 100%;
        height: 100%;
    }

    .tanitiMCont {
        height: 30rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

.tanitimb {
    font-size: 3rem;
    color: white;
    position: relative;
    line-height: 1;
}


.sertifikabg {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 5rem 0;
}

    .sertifikabg .sertifika-title {
        font-size: 3rem;
        font-weight: 600;
        color: var(--renk);
        margin-bottom: 25px;
    }

    .sertifikabg .sertifika-text {
  
    font-size: 19px;
    font-weight: 300;
    margin-top: 1.6rem;

    }


.sonHaber {
    display: flex;
    border-bottom: 1px solid rgb(219 219 219);
    padding: 26px 0;
    padding-right: 6rem;
    margin-left: 4rem;
    position: relative;
    padding-left: 2rem;
    cursor: pointer;
    transition: .15s;
}


    .sonHaber span {
        font-size: 15px;
        display: block;
        width: 25%;
        color: #6b6b6b;
    }

    .sonHaber b {
        font-size: 18px;
        display: block;
        font-weight: 500;
        width: 75%;
        color: #3a3a3d;
        transition: .3s;
    }

.hbrSay .sonHaber:last-child {
    border: 0;
}

.okS {
    position: absolute;
    right: 26px;
    height: 100%;
    width: 30px;
    display: flex;
    align-items: center;
    top: 0;
    transition: .2s;
}

    .okS svg {
        height: 25px;
        width: auto;
    }

        .okS svg path {
            color: var(--renk);
        }

.sonHaber:hover b {
    opacity: .4;
}

.sonHaber:hover .okS {
    right: 17px;
}



.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: 15px;
        opacity: 1;
        font-weight: 500;
        margin-bottom: 5px;
        text-decoration: none !important;
        color: var(--renk) !important;
    }

    footer ul li {
        color: #1e1e1e !important;
        opacity: .75;
        transition: .25s;
        font-weight: 300;
        cursor: pointer;
        font-size: 13px;
    }

        footer ul li:hover {
            opacity: 1;
        }

footer {
    background-color: #f0f1f5;
    position: relative;
}


    footer ul li a {
        color: #1e1e1e;
        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:first-child {
        color: #6c6c6c !important;
    }

    .otherFootherUl li {
        color: #6c6c6c !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: 5rem;
}

.socials {
    display: flex;
    gap: 0px;
    column-gap: 4px;
    width: 12rem;
    flex-wrap: wrap;
    margin-left: 6px;
}

    .socials a{
        text-decoration:none;
    }

    .socials i {
        color: #ffffff;
        font-size: 17px;
        margin-top: 20px;
        transition: .15s;
        background: #042e4c;
        padding: 5px;
        border-radius: 50%;
        height: 40px;
        width: 40px;
        display: flex;
        cursor: pointer;
        justify-content: center;
        align-items: center;
    }


.wp-content2 {
    position: fixed;
    right: 0%;
    bottom: 5%;
    width: 5%;
    z-index: 999;
    transform: rotate(261deg);
}




.rowTopBorder {
    border-top: 1px solid #dee1eb;
}

footer ul li:hover {
    text-decoration: underline;
}


.socials i:hover {
    background-color: var(--renk);
}


.loader {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 99999999;
    background-color: #141212;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}


    .loader h1 {
        font-size: 6.5rem;
        color: white;
        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;
    margin-top: -84px;
}

    .loadersp::before {
        content: '';
        display: block;
        animation: loader-spin 2s infinite ease-out;
        border-bottom: calc(var(--size) * var(--sqrt3)) solid var(--color1);
        border-right: var(--size) solid transparent;
        border-left: var(--size) solid transparent;
    }

    .loadersp::after {
        content: '';
        display: block;
        animation: loader-spin-off 2s infinite ease-out;
        position: absolute;
        top: calc(var(--child-size) * var(--sqrt3));
        left: calc(var(--size) / 2);
        display: block;
        border-top: calc(var(--child-size) * var(--sqrt3)) solid var(--color2);
        border-right: var(--child-size) solid transparent;
        border-left: var(--child-size) solid transparent;
    }

@keyframes loader-spin {
    0% {
        transform: rotate(0deg);
    }

    25%, 50% {
        transform: rotate(-180deg);
    }

    75%, 100% {
        transform: rotate(-360deg);
    }
}

@keyframes loader-spin-off {
    0% {
        transform: translateY(0) rotate(0deg);
    }

    25% {
        transform: translateY(-200%) rotate(180deg);
    }

    25.01%, 50% {
        transform: translateY(100%) rotate(-180deg);
    }

    75%, 100% {
        transform: translateY(0) rotate(0deg);
    }
}

#loaderBg {
    transition: 2s;
    padding-top: 84px;
}


.searchAcildi {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgb(253, 253, 253);
    z-index: 100;
    display: none;
    animation: opacity .3s;
    border-left: 1px solid #dee1eb;
    padding-left: 1rem;
    border-bottom: 1px solid #dee1eb;
}

@keyframes opacity {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.searchAcildi svg path {
    height: 30px;
    stroke: none;
}

.searchAcildi svg {
    height: 13px;
    stroke: var(--renk);
    color: var(--renk);
    stroke-width: 2;
}

.svgler {
    display: flex;
    position: absolute;
    right: 1.5rem;
    gap: 2rem;
    height: 100%;
    align-items: center;
    top: 0;
}


    .svgler div:hover svg {
        color: black !important;
        stroke: black !important;
    }



    .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: 400;
    color: #232323;
}

    .searchAcildi input::placeholder {
        font-weight: 400;
    }

.homeReferans {
    display: flex;
    justify-content: space-around;
    margin-top: 1rem;
}

    .homeReferans img {
        height: 5rem;
    }

.homeAbout {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    .homeAbout p {
        width: 73%;
        font-size: 30px;
        color: #3a3a3d;
        text-align: center;
        font-weight: 350;
    }

    .homeAbout a {
        background-color: var(--renk);
        text-decoration: none;
        color: white;
        padding: 13px 26px;
        border-radius: 10px;
        margin-top: 2rem;
        font-weight: 300;
        transition: .2s;
        font-size: 14px;
    }

        .homeAbout a:hover {
            background-color: #0e3d75;
            ;
        }


        .homeAbout a svg {
            margin-left: 1rem;
        }


.aboutFotolar {
    height: 100%;
    position: absolute;
    width: 100%;
    opacity: 0;
    transition: 1s;
    right: 0;
}


    .aboutFotolar.active {
        opacity: 1;
    }


.about2Row a {
    background-color: white;
    text-decoration: none;
    color: var(--renk);
    padding: 13px 26px;
    border-radius: 10px;
    margin-top: 2rem;
    font-weight: 500;
    font-size: 14px;
    width: max-content;
    transition: .2s;
}

    .about2Row a:hover {
        background-color: var(--renk);
        color: white;
    }

        .about2Row a:hover svg path {
            color: white;
        }

    .about2Row a svg {
        margin-left: 1rem;
    }

.about2RowContent {
    padding: 0 5rem;
}

    .about2RowContent b {
        font-size: 50px;
        color: #3a3a3d;
        line-height: 1;
    }

    .about2RowContent p {
        font-size: 19px;
        font-weight: 300;
        margin-top: 1.6rem;
    }


.hakPaketBaslik {
    color: var(--renk);
    font-size: 28px;
}

.hakPaketImg {
    width:55%;
    position: relative;
    transform: scale(1) !important;
    transition: .75s;
}

.hakPaketText {
    color: #3a3a3d;
    width: 400px;
    font-weight: 300;
}

.hakPaketDetayButAc {
    width: max-content;
}

.hakPaketDetayBut {
    border: 1px solid var(--renk);
    width: max-content;
    padding: 10px;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    cursor: pointer;
}

    .hakPaketDetayBut svg {
        stroke: var(--renk);
        position: relative;
        z-index: 2;
    }

        .hakPaketDetayBut svg path {
            stroke: var(--renk);
            transition: .5s;
        }

.hakPaketDetayButAc a {
    text-decoration: none !important;
    margin-left: 1rem;
}

.hakPaketImgHover .row {
    padding-top: 20px;
    border-bottom: 1px solid #80808045;
    padding-bottom: 20px;
    transition: .30s;
}

.hakPaketImgHover:first-child .row {
    border-top: 1px solid #80808045;
    border-bottom: 1px solid #80808045;
}

.hakPaketImgHover .row {
    padding-top: 40px;
    border-bottom: 1px solid #80808045;
    padding-bottom: 40px;
    transition: .30s;
}



.hakPaketImgHover:hover .row {
    background-color: rgba(255, 255, 255, 0.612) !important;
    backdrop-filter: blur(1px);
    position: relative;
    z-index: 2;
}



.row.sec {
    background-color: rgba(255, 255, 255, 0.612) !important;
    backdrop-filter: blur(1px);
}



.hakPaketImgHover:hover .row {
    background-color: rgb(248, 248, 248);
}

.hakPaketImgHover:hover .hakPaketDetayBut::before {
    height: 100%;
}

.hakPaketImgHover:hover .hakPaketDetayBut svg path {
    stroke: white;
    color: white;
}




.hakPaketDetayBut::before {
    transition: .50s;
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    height: 0%;
    background: var(--renk);
    z-index: 0;
    /* top: 0; */
    width: 100%;
}

.hakPaketDetayButAc {
    cursor: pointer;
    transition: .2s;
}

    .hakPaketDetayButAc:hover {
        transform: translateX(10px);
    }

.koksalBtn {
    background-color: var(--renk);
    text-decoration: none;
    color: white;
    padding: 13px 26px;
    border-radius: 10px;
    margin-top: 2rem;
    font-weight: 300;
    font-size: 14px;
    transition: .2s;
}


    .koksalBtn:hover {
        background-color: #0e3d75;
    }

    .koksalBtn svg {
        margin-left: 1rem;
    }

.dropdownAc {
    position: relative;
}

nav.scroll .dropdown {
    top: 80px;
}

.dropdownAc::after {
    position: absolute;
    bottom: 0px;
    width: 150%;
    height: 33px;
    content: "";
    background-color: transparent;
}

.dropdown {
    position: absolute !important;
    transition: .2s;
    top: 68px;
    width: max-content;
    height: max-content;
    background-color: #ffffff;
    padding: 10px 20px;
    border: 1px solid #d2d2d2;
    display: none;
    border-radius: 4px;
    animation: opacity .3s;
}

.dropdownAc .bx {
    margin-left: 5px;
    transition: .2s;
}

.dropdownAc:hover .bx {
    transform: rotate(180deg);
}

.dropdownAc:hover .dropdown {
    display: flex;
}

.dropdown ul {
    padding: 0;
    display: flex;
    flex-direction: column;
}

    .dropdown ul li {
        min-width: 10rem;
        position: relative;
        font-weight: 500;
        padding: 7.5px 0;
    }

        .dropdown ul li:hover {
            font-weight: 700;
        }

            .dropdown ul li:hover svg {
                opacity: 1;
            }

        .dropdown ul li svg {
            position: relative;
            opacity: 0;
            margin-left: 14px;
        }

            .dropdown ul li svg path {
                color: var(--renk);
            }

        .dropdown ul li::before {
            display: none;
        }


.icBanner {
    height: 250px;
    background-size: cover !important;
    background-position: center !important;
    position:relative;
}

    .icBanner::before {
        position: absolute;
        height: 100%;
        width: 100%;
        content: "";
        background: #056182ab;
        top: 0;
        left: 0;
    }

    .icBannerContent {
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center;
    }

    .icBannerContent b {
        color: white;
        font-weight: 500;
        position: relative;
        font-size: 3rem;
    }

.urunlerList {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding-right: 1rem;
}

    .urunlerList a {
        text-decoration: none;
        color: var(--renk);
        font-weight: 300;
        font-size: 20px;
        border: 1px solid var(--renk);
        padding: 6px 22px;
        position: relative;
        width: 20rem;
        transition: .2s;
        border-radius: 50px;
    }

        .urunlerList a svg {
            position: absolute;
            height: 22px;
            width: auto;
            top: 10px;
            right: 22px;
            transition: .2s;
        }

        .urunlerList a:hover {
            background-color: var(--renk);
            ;
            color: white;
        }

.kategoriDetayResim {
    height: 19rem;
    object-fit: cover;
}

.kategoriDetayContent {
    display: flex;
    flex-direction: column;
    padding-top: 1.5rem;
    height: 100%;
}

    .kategoriDetayContent b {
        font-size: 28px;
        font-weight: 500;
        color: #001d40;
    }

    .kategoriDetayContent p {
        color: #414042;
        margin-top: 10px;
        font-weight: 300;
        font-size: 16px;
        width: 85%;
    }

    .kategoriDetayContent a {
        text-decoration: none;
        color: var(--renk);
        width: max-content;
        border: 1px solid var(--renk);
        padding: 6px 18px;
        border-radius: 23px;
        font-size: 14px;
        margin-top: 1rem;
        transition: .2s;
    }

        .kategoriDetayContent a:hover {
            background-color: var(--renk);
            color: white;
        }

.urunKatBorder {
    border-bottom: 1px solid #e0e0e0;
}

.table > thead:first-child > tr:first-child > th {
    color: #fff;
    background-color: #3268aa !important;
    border-bottom: none !important;
    font-weight: 300;
    font-size: 15px;
}

.syh-circle {
    color: #000000;
    font-size: 13px;
}

.byz-circle {
    color: #e7e8e9;
    font-size: 13px;
}

.mavi-circle {
    color: #47a4d2;
    font-size: 13px;
}

.sari-circle {
    color: #fad725;
    font-size: 13px;
}

.kirmizi-circle {
    color: #ee1d23;
    font-size: 13px;
}

.ysl-circle {
    color: #40ae49;
    font-size: 13px;
}

.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    font-size: 15px;
}

.pad-td {
    padding: 6px 20px !important;
    text-align: center !important;
}

.urunDetayTableTextFont p {
    font-size: 15px;
    color: rgb(44, 44, 44);
}

.urunDetayTableTextFont ul li {
    font-size: 15px;
    color: rgb(44, 44, 44);
}

.urunDetayTableTextFont b {
    font-weight: 650;
}


.st-stat b {
    font-size: 3rem;
    color: white;
    margin-bottom:20px;
}

.st-stat p {
    color: white;
    font-weight: 400;
    font-size:20px;
}


.st-stat i {
    font-weight: 200;
}

.st-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
}


.st-stat-title {
    font-size: 30px;
    color: white;
    margin-bottom: 2rem;
    font-weight: 200;
}

    .st-stat-title i {
        font-weight: 600;
    }


.ft-ustu-bilgi {
    background: #dbdde5;
    padding: 1rem 0;
}


.ft-ustu-flex {
    display: flex;
    justify-content: space-around;
}


.ft-ustu-div span {
    font-size: 11px;
    font-weight: 500;
}

.ft-ustu-div p {
    margin: 0;
    font-size: 14px;
    color: #023b64;
    font-weight: 500;
}

.ttrlogo {
    display: flex;
    justify-content: center;
}

.teknikBg {
    background: #f5f6f8b0;
    padding: 30px;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    transition: .4s;
    height: 100%;
    border-bottom: 3px solid #e0e0e0;
    padding-bottom: 10px;
}

    .teknikBg a {
        display: flex;
        width: 100%;
        color: var(--renk);
        position: absolute;
        bottom: 0.5rem;
        text-decoration: none;
    }

.tknkResmOnGor {
    height: 330px;
    margin-bottom: 15px;
    width: 100%;
}

.teknikBg span {
    font-size: 25px;
    text-align: center;
    color: var(--renk);
    display: block;
    font-weight: 600;
    margin-bottom: 10px;
}

.minColiHeg {
    min-height: 19rem;
}

.sadeceColMarginTop{
    margin-top: 70px;

}


.hbrDetayS b {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 12px;
    display: block;
    margin-top: 12px;
}

.haberBreads {
    background: #00aeee;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    padding: 0 6px;
    color: white;
}

.ilgiliUrun {
    display: flex;
    flex-direction: column;
}

    .ilgiliUrun img {
        height: 220px;
        width: 100%;
        object-fit: cover;
    }

    .ilgiliUrun div {
        font-size: 13px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

.ilgiliUrunButon {
    width: 100%;
    font-size: 14px;
    background-color: var(--renk);
    color: white !important;
    text-decoration: none;
    display: flex
;
    justify-content: center;
    align-items: center;
    padding: 4px 0;
}

.ilgiliUrun b {
    font-weight: 400;
    margin-bottom: 5px;
    display: block;
}


.bskHaber {
    color: #0069b4;
    display: block;
    margin-bottom: 1rem;
    border-top: 1px solid #0069b4;
    padding-top: 1rem;
}

.contactBykBaslk {
    font-size: 40px;
    color: #084d96;
    font-weight: 300;
}

.adresBgContact {
    padding: 50px;
    background: white;
}

    .adresBgContact b {
        font-weight: 400;
        color: #002855;
        font-size: 26px;
    }

    .adresBgContact p {
        color: gray;
        font-size: 19px;
        font-weight: 300;
    }

.iletisimUstYazi {
    font-size: 16px;
    line-height: 2;
    color: #4e4e4e;
    font-weight: 400;
}

.bmksForm {
    width: 100%;
}

    .bmksForm input {
        width: 100%;
        background: #f5f6f8;
        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: #f5f6f8;
        border: 1px solid #ebecee;
        padding: 12px 6px;
        height: 12rem;
        border-radius: 6px;
        outline: none;
    }



.tumUrunlerBtn {
    position: absolute;
    right: 3rem;
    bottom: 2rem;
    text-decoration: none;
    color: white;
    display: block;
    width: max-content;
    text-decoration: none;
    padding: 6px 40px;
    font-weight: 400;
    font-size: 16px !important;
    border-radius: 20px;
    margin-top: 35px;
    border: 2px solid transparent;
    transition: .25s;
}

.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 span {
        font-size: 40px;
        color: #034c97;
        font-weight: 700;
    }

    .iletisimBasarili p {
        font-size: 20px;
        font-weight: 400;
    }

    .iletisimBasarili a {
        background: #034c97;
        padding: 7px 20px;
        color: white;
        margin-top: 16px;
        border-radius: 15px;
        text-decoration: none;
    }

.uzun-kutu {
    background-color: #f9f9f9;
    margin-bottom: 8%;
    cursor: pointer;
}

    .uzun-kutu img {
        height: 210px;
        object-fit: cover;
    }

.uk-yazi {
    padding: 10%;
    height: 250px;
}

.uk-baslik {
    color: #013a81;
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 15px;
    height: 100%;
    overflow: hidden;
}

.uk-yazi p {
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: .01em;
    margin-top: 20px;
    height: 140px;
    /* background-color: black; */
    overflow: hidden;
    color: #000;
}

.uk-footer {
    border-top: 1px solid #dae6ed;
    margin: 0 auto;
    width: calc(100% - 60px);
    padding: 5% 0;
}

    .uk-footer .button-text {
        color: #013a81;
        font-size: 13px;
        line-height: 1.5;
        letter-spacing: .1em;
        text-transform: uppercase;
        font-weight: 700;
        text-align: left;
        display: block;
        transition: .2s;
    }

.button-text i {
    padding-left: 4%;
}

.urnDetayResmm {
    height: 36rem;
    object-fit: cover;
}

.footbtn2 {
    gap: 1.4rem;
    position: absolute;
    right: 2rem;
    width: max-content;
    top: 0;
}

.footerUst {
    background: #e2e3e7;
}

.form-search label {
    text-align: center;
    width: 100%;
    font-size: 30px;
    margin-bottom: 20px;
    color: #013a74;
}

.form-search .form-control {
    padding: 15px 25px;
    border-radius: 30px;
    position: relative;
    border: 0 !important;
    outline: none !important;
    box-shadow: none !important;
    background: #e8e9ee !important;
}

.form-search .buttonn-search {
    position: absolute;
    right: 20px;
    top: 80px;
    border: 0;
    background-color: transparent;
}

.urunProdSlide {
    position: relative;
    width: 100%;
}

    .urunProdSlide img {
        position: relative;
        width: 100%;
        height: 250px;
        object-fit: cover;
    }


.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;
}

.tesisbg
{
    width:100%;
    position:relative;
    padding:3rem 0;
}

    .tesisbg .tesis-tt
    {
        font-size:3rem;
        color:#000;
        margin-bottom:20px;
        font-weight:500;
        text-align:center;
    }

.tesisbox {
    width: 100%;
    height: 400px;
    position: relative;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}

    .tesisbox::before {
        content: "";
        top: 0;
        left: 0;
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: #00000024;
    }

    .tesisbox::after {
        content: "+";
        top: 39%;
        left: 47%;
        color: #fff;
        position: absolute;
        font-size: 50px;
        opacity: 0;
        transform: rotate(-180deg);
        transition: .5s;
    }

    .tesisbox:hover::after {
        content: "+";
        top: 39%;
        left: 47%;
        color: #fff;
        position: absolute;
        font-size: 50px;
        opacity: 1;
        transform:rotate(180deg);
        transition: .5s;
    }
.tesisbox img
{
    width:100%;
}
.tesis-title
{
    font-size:20px;
    text-align:center;
    margin-top:15px;
    margin-bottom:0;
    font-weight:600;
}
.modal-backdrop
{
    display:none !important;
}




.mobilMenu {
    display: none;
}

#mobilMenuAc, .mobilteklif {
    display: none;
}



@media (max-width:1640px) {
    .navUl {
        gap: 1rem;
    }

    nav {
        height: 85px;
    }

        nav.scroll {
            height: 85px;
        }

    .dropdownAc::after {
        position: absolute;
        bottom: 0px;
        width: 150%;
        height: 33px;
        content: "";
        background-color: transparent;
    }

}


@media (max-width: 1440px) {

    .dropdownAc::after {
        position: absolute;
        bottom: 0px;
        width: 150%;
        height: 45px;
        content: "";
        background-color: transparent;
    }
 
}

.hizmetbtn {
    position: absolute;
    right: 0;
    bottom: 2rem;
}

.ilettbtn {
    gap: 1.4rem;
    position: absolute;
    right: 2rem;
    width: max-content;
    top: 0
}

@media (max-width:1192px) {


    .ilettbtn {
        gap: 1.4rem;
        position: relative;
        right: 0;
        width: max-content;
        top: 0
    }
    .navUl {
        gap: 1rem;
        margin-left: 0.5rem;
    }

    nav {
        height: 60px;
    }

    .navUl li a {
        text-decoration: none;
        color: #fff;
        font-weight: 500;
        font-size: 13px;
        height: 100%;
        display: flex;
        align-items: center;
    }

    .navUl li {
        color: #fff;
        font-weight: 500;
        position: relative;
        height: 100%;
        display: flex;
        align-items: center;
        cursor: pointer;
        font-size: 13px;
    }

    nav.scroll {
        height: 60px;
    }

    .scroll .navUl li {
        color: #555;
        font-weight: 500;
        position: relative;
        height: 100%;
        display: flex;
        align-items: center;
        cursor: pointer;
        font-size: 13px;
    }

        .scroll .navUl li a {
            text-decoration: none;
            color: #555;
            font-weight: 500;
            font-size: 13px;
            height: 100%;
            display: flex;
            align-items: center;
        }

    .banner div .bannerYazisi {
        color: white;
        font-size: 45px;
        width: 80%;
        line-height: 1.3;
        display: block;
    }

    .ft-ustu-flex {
        display: flex;
        justify-content: left;
    }
}


    @media (max-width: 991px) {
        .sertifikabg .sertifika-title {
            font-size: 2rem;
            font-weight: 600;
            color: var(--renk);
            margin-bottom: 25px;
        }
        .st-stat b {
            font-size: 2rem;
            color: white;
            margin-bottom: 20px;
        }
        .navFirst ul {
            display: none;
        }

        .hizmetbtn {
            position: relative;
            right: 0;
            bottom: 2rem;
        }


        .navFirst .rightNav {
            display: none;
        }

        .mobilteklif {
            display: block;
            position: absolute;
            top: 40%;
            right: 12%;
        }

        .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 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;
        }


        .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: 1rem;
        }

        #mobilHambKapatBtn {
            display: none;
        }

        .mobilMenu .normal-btn {
            width: 100%;
        }

        .mobilMenu ul {
            display: flex;
            flex-direction: column;
            gap: 34px;
            width: 100%;
            height: 100%;
            position: relative;
            padding-right: 30px;
            padding-left: 0;
            padding-top: 20px;
            overflow-y: scroll;
        }


            .mobilMenu ul li {
                color: white;
                font-size: 18px;
                display: flex;
                width: 100%;
                justify-content: space-between;
                font-weight: 400;
                padding: 0 13px;
            }

                .mobilMenu ul li a {
                    color: white;
                    font-size: 15px;
                    width: 100%;
                    font-weight: 400;
                    text-decoration: none;
                }


        .mobilMenu {
            position: fixed;
            left: 0;
            top: 0;
            width: 85%;
            height: 100%;
            transform: translateX(-100%);
            background-color: #000;
            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: 80%;
            position: relative;
            display: flex;
        }

        .navic {
            width: 100%;
        }

        .urunlerList a {
            text-decoration: none;
            color: var(--renk);
            font-weight: 300;
            font-size: 17px;
            border: 1px solid var(--renk);
            padding: 6px 22px;
            position: relative;
            width: 35rem;
            transition: .2s;
            border-radius: 50px;
        }

        .about2RowContent b {
            font-size: 25px;
            color: #3a3a3d;
            line-height: 1;
            margin-top: 20px;
        }

        .about2RowContent {
            padding: 0 2rem;
        }

        .about2Row a {
            background-color: white;
            text-decoration: none;
            color: var(--renk);
            padding: 13px 26px;
            border-radius: 10px;
            margin-top: 1rem;
            margin-bottom: 1rem;
            font-weight: 500;
            font-size: 14px;
            width: max-content;
            transition: .2s;
        }

        .sonHaber {
            display: flex;
            border-bottom: 1px solid rgb(219 219 219);
            padding: 10px 0;
            padding-right: 0rem;
            margin-left: 0rem;
            position: relative;
            padding-left: 0rem;
            cursor: pointer;
            transition: .15s;
        }

        .aboutFotolar {
            height: 100%;
            position: relative;
            width: 100%;
            opacity: 1;
        }

        .wp-content2 {
            position: fixed;
            right: 3%;
            bottom: 5%;
            width: 15%;
            z-index: 999;
            transform: rotate(261deg);
        }

        .banner div .bannerYazisi {
            color: white;
            font-size: 30px;
            width: 100%;
            line-height: 1.3;
            display: block;
        }

        .ft-ustu-flex {
            display: flex;
            justify-content: left;
        }
    }
