@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.cdnfonts.com/css/aktiv-grotesk-cd-trial');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500&display=swap');

:root {
    --renk: #e1251b;
    --size: 15px;
}


a {
    text-decoration: none !important;
}

html {
    overflow-x: hidden;
}

body {
    font-family: 'Aktiv Grotesk VF Trial', sans-serif;
    cursor: url(img/cursor.png), pointer;
    overflow-x: hidden;
}


.projeDetayİstatistik span {
    color: var(--renk);
    font-size: 27px;
    font-weight: bolder;
}

.projeDetayİstatistik {
    margin-top: 4rem;
}

    .projeDetayİstatistik p {
        border-bottom: 1px solid var(--renk);
        padding-bottom: 10px;
        padding-top: 3px;
    }


.abs-center {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.custom-cursor {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: absolute;
    z-index: 900;
    top: -40px;
    left: -40px;
    pointer-events: none;
}

.cursor__small {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: red;
    z-index: 5;
    margin: -5px 0 0 -5px;
}

.cursor__big {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: black;
    color: #fff;
    z-index: 1;
    opacity: 1;
    margin: -40px 0 0 -40px;
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    -moz-transition: all 320ms cubic-bezier(0.26, 0.01, 0.17, 1);
    -o-transition: all 320ms cubic-bezier(0.26, 0.01, 0.17, 1);
    -webkit-transition: all 320ms cubic-bezier(0.26, 0.01, 0.17, 1);
    transition: all 320ms cubic-bezier(0.26, 0.01, 0.17, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}








.load {
    position: fixed;
    height: 100vh;
    width: 100%;
    background-color: black;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 1.5s;
    z-index: 99999;
    overflow: hidden;
}

.detayliOku {
    text-decoration: none;
    color: white !important;
    padding: 10px 20px;
    font-size: 16px;
    background-color: var(--renk);
    display: block;
    width: max-content;
    margin-top: 10px;
}


.loadLetter {
    color: white;
    font-size: 50px;
    opacity: 0;
    transition: .90s;
    transform: translateY(35%);
    line-height: 1;
    display: inline-block;
}


.investment {
    color: white;
    font-size: 40px;
    opacity: 0;
    transform: translateY(150%);
    transition: 1.30s;
}



#secondAnim {
    display: none;
    opacity: 0;
    transition: .75s;
}


.secondAnim {
    width: 1000px;
    height: 180px;
    overflow: hidden;
    position: absolute;
    left: 50px;
}


.secondText {
    line-height: 2.5;
    font-size: 95px;
    color: white;
    width: max-content;
    transform: translateY(-15rem);
    margin-left: 50px;
    transition: 1s;
}


.ortaYazi {
    font-size: 95px;
}

.ortaYaziDiv {
    color: white;
    position: absolute;
    transition: 1s;
    margin-right: 160px;
    margin-top: 5px;
    transform: translateY(9rem);
}

.nav {
    position: fixed;
    top: 0;
    left: 0;
    height: 90px;
    width: 100%;
    z-index: 999;
    display: flex;
    align-items: center;
    padding: 0 2rem;
}


.logo {
    height: 130px;
    position: relative;
    top: 20px;
    transition: .30s;
}

ul li {
    list-style: none;
}


.navLinks {
    display: flex;
    gap: 40px;
    position: absolute;
    right: 2rem;
    margin: 0;
    padding: 0;
}

    .navLinks li {
        font-size: 17px;
        color: white;
        position: relative;
        cursor: pointer;
        transition: .35s;
    }

        .navLinks li:hover {
            color: var(--renk);
        }

        .navLinks li::before {
            position: absolute;
            bottom: 0;
            content: "";
            width: 0%;
            height: 1px;
            background-color: var(--renk);
            transition: .35s;
        }

        .navLinks li:hover::before {
            width: 50%;
        }

#nav {
    transition: .35s;
}


.hakkımızdaBaslik {
    color: var(--renk);
    font-size: 40px;
    font-weight: lighter;
}


.footerbg img {
    height: 140px;
    width: auto;
    /* position: absolute; */
    top: 0;
}


.hakYazi p {
    font-size: 28px;
}

.navScroll img {
    height: 100px;
    top: 5px;
}

.navScroll {
    background-color: rgba(255, 255, 255, 0.90);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

    .navScroll .navLinks li {
        color: black;
    }


.number {
    color: var(--renk);
    font-size: 10rem;
    letter-spacing: -5px;
    font-weight: bold;
}

.plus {
    font-size: 6rem;
    position: relative;
    top: -50px;
    color: var(--renk);
}

.numbersCol {
    padding-left: 100px;
}

.deneyimText {
    font-size: 28px;
    margin-left: 13px;
}

.maddelerKapsa {
    display: flex;
    flex-direction: column;
}


.maddeler {
    padding: 17px 10px;
    border-bottom: 1px solid var(--renk);
    font-size: 24px;
    font-weight: bold;
    transition: .35s;
}

    .maddeler:hover {
        background-color: var(--renk);
        color: white;
    }

.maddelerKapsa .maddeler:first-child {
    border-top: 1px solid var(--renk);
}

.galeri {
    overflow: hidden;
}


    .galeri img {
        height: 550px;
        object-fit: cover;
        transition: .35s;
        cursor: pointer;
        border-bottom: 5px solid var(--renk);
    }

        .galeri img:hover {
            border-bottom: 18px solid var(--renk);
            transition: .35s;
        }

.icons {
    position: absolute;
    bottom: 1rem;
    right: 6.5rem;
    color: white;
    font-size: 4rem;
    cursor: pointer;
}

#video {
    height: 650px;
}

.videoText {
    position: absolute;
    right: -60px;
    transform: rotate(90deg);
    top: 40px;
    color: var(--renk);
    font-size: 3rem;
}


.text-anim {
    position: relative;
    font-size: 3em;
    width: max-content;
    color: var(--renk);
    font-weight: lighter;
}

    .text-anim > span {
        display: block;
        white-space: nowrap;
        overflow: hidden;
        animation: text-animation 4s linear infinite;
        border-right: 2px solid var(--renk);
    }

    .text-anim::after {
        content: attr(data-text);
        white-space: nowrap;
        position: absolute;
        left: 0;
        top: 0;
        color: transparent;
        -webkit-text-stroke: 1px var(--renk);
    }

@keyframes text-animation {
    0% {
        width: 0px;
    }

    50% {
        width: 100%;
    }

    100% {
        width: 0px;
    }
}

@-webkit-keyframes text-animation {
    0% {
        width: 0px;
    }

    50% {
        width: auto;
    }

    100% {
        width: 0px;
    }
}


.istatistik {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.istatistikKutu {
    border-bottom: 1px solid var(--renk);
    display: flex;
    padding-bottom: 20px;
}


.istatistikNumber {
    color: var(--renk);
    font-size: 40px;
    position: relative;
    top: 40px;
    margin-left: 40px;
    font-weight: bold;
}

.istatistikText {
    color: black;
    font-size: 27px;
    bottom: 0;
    position: relative;
    top: 50px;
    margin-left: 40px;
}


.istatistikKutu svg path {
    transition: .4s;
    stroke-width: 1px;
}

.istatistikKutu:hover svg path {
    stroke: red;
    stroke-width: 3px;
}


.swiper {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .swiper-slide img {
        object-fit: cover;
    }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: -40px;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: -40px;
}


.swiper-pagination-bullet {
    width: 17px;
    height: 17px;
}


.swiper-pagination-bullet-active {
    opacity: 1;
    background: red !important;
}

.swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
    margin-left: 5px;
}

.genelBilgi p {
    margin-top: 15px;
    font-size: 16px;
    color: rgb(105, 105, 105);
}

.genelBilgi b {
    font-size: 20px;
}


.footerbg {
    background-color: black;
}


.footerBaslik {
    color: white;
    font-size: 20px;
}

li {
    list-style: none;
}


.footerUl {
    color: white;
    margin: 0;
    padding: 0;
    margin-top: 10px;
    color: gray;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.iletisim {
    color: white;
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-top: 10px;
    font-weight: 300;
}

    .iletisim svg {
        width: 15px;
        height: 15px;
    }


.footerSlogan {
    position: absolute;
    right: 0;
    color: white;
    width: max-content;
    bottom: 2.5rem;
    font-family: Poppins;
    font-size: 35px;
}


.footerUl li {
    transition: .30s;
}


    .footerUl li:hover {
        color: var(--renk);
    }

.footerAnimTop {
    height: 24px;
    width: 24px;
    position: absolute;
    background-color: white;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    margin: 0;
    padding: 0;
    animation: moveAndRotate 15s infinite ease-in-out;
}

    .footerAnimTop::before {
        position: absolute;
        content: "";
        top: 4.5px;
        left: 7px;
        background-color: rgba(255, 0, 0, 0.685);
        height: 5px;
        width: 5px;
        border-radius: 50%;
    }

@keyframes moveAndRotate {
    0% {
        left: 0%;
        transform: rotate(0deg);
    }

    50% {
        left: 98.5%;
        transform: rotate(3200deg);
    }

    100% {
        left: 0%;
        transform: rotate(0deg);
    }
}


.footerTTR {
    color: gray;
    position: absolute;
    right: 0;
    width: max-content;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}


.hakBanner {
    height: 80vh;
    width: 100%;
    background: url("https://infinityconstructions.com.au/wp-content/uploads/2023/11/infinity-about-banner-min.webp");
    background-position: center;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
}



    .hakBanner::before {
        position: absolute;
        height: 100%;
        width: 100%;
        background: rgba(0, 0, 0, 0.329);
        content: attr(data-text);
        display: flex;
        align-items: center;
        padding-left: 12.25rem;
        font-size: 4.25rem;
        color: white;
        top: 0;
        left: 0;
    }


.scroll {
    color: white;
    position: absolute;
    z-index: 2;
    right: 0;
    transform: rotate(90deg);
    letter-spacing: 1.5px;
    font-weight: lighter;
}

    .scroll::before {
        position: absolute;
        content: "";
        width: 50px;
        height: 1.5px;
        background: white;
        top: 12px;
        left: 64px;
    }


.hakfirstfoto {
    height: 100vh;
    width: 100%;
    padding: 40px;
}


.scrollBefores {
    position: relative;
    height: 100%;
    object-fit: cover;
}

.scrollBeforesWhite {
    position: absolute;
    bottom: 0;
    left: 0;
    transition: 1s;
    height: 100%;
    width: 100%;
    background-color: white;
    content: "";
    z-index: 1233;
}


.hakYazi.devami {
    font-size: 15px;
}


.hakicBaslik {
    color: var(--renk);
}


.hakSiyahAlan {
    background: black;
}

.hakicBaslik.kirmizi {
    color: var(--renk);
}


.hakTarih {
    font-size: 9rem;
    color: white;
}

.denberi {
    color: rgba(255, 255, 255, 0.521);
    font-size: 24px;
    position: relative;
    bottom: 35px;
    display: flex;
    justify-content: end;
}

.redBorder {
    border-left: 1px solid var(--renk);
    position: relative;
    padding-left: 5rem;
}

    .redBorder::before {
        height: 9px;
        width: 9px;
        background: red;
        content: "";
        left: -5.5px;
        top: 0;
        position: absolute;
        transform: rotate(45deg);
    }


    .redBorder svg path {
        stroke: white;
    }

.svgYazi svg {
    margin-bottom: 13px;
}


.svgYazi {
    gap: 10px;
    font-size: 30px;
    font-weight: lighter;
    flex-direction: column;
    color: white;
}

    .svgYazi p {
        font-size: 20px !important;
        color: #ffffffc4;
    }

.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}


.hakSonYazi {
    position: relative;
    top: 100px;
    border-bottom: 1px solid var(--renk);
    padding-bottom: 30px;
    font-size: 20px;
    background: white;
}

    .hakSonYazi::before {
        position: absolute;
        bottom: -5px;
        left: -5px;
        content: "";
        height: 8px;
        width: 8px;
        background: var(--renk);
        transform: rotate(-45deg);
    }

.hakSonKısım {
    height: 35rem;
}


.sonyazibg {
    color: #f2f2f2;
    font-size: 6rem;
    position: absolute;
    /* right: 0rem; */
    top: 0rem;
    line-height: 1;
    font-weight: bold;
}


.ekipFoto1 img {
    width: 100%;
    margin-top: 6rem;
    margin-bottom: 1.5rem;
}


#banner2 {
    background: url(https://i.ibb.co/3SNpSdc/IMG-1489.jpg) no-repeat fixed 100% 100%;
    background-size: cover;
    color: #fff;
    height: 60vh;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-position: bottom !important;
}


.ekipflexs {
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--renk);
    padding-bottom: 25px;
}

    .ekipflexs span {
        color: var(--renk);
        font-size: 3rem;
    }

        .ekipflexs span:last-child {
            color: black;
            font-size: 25px;
            margin-left: 25px;
        }

.hakicBaslik.iletism {
    border-bottom: 1px solid var(--renk);
    padding-bottom: 15px;
    width: 100%;
    display: block;
}

.iletism::before {
    position: absolute;
    right: 0;
    bottom: -3px;
    background: var(--renk);
    height: 7px;
    width: 7px;
    content: "";
    transform: rotate(45deg);
}



.formm {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

    .formm input, textarea {
        border: 0;
        outline: none;
        border-bottom: 1px solid black;
    }

    .formm input {
        width: 100%;
        padding: 10px 0px;
    }

    .formm textarea {
        width: 100%;
        padding: 10px 0px;
        height: 230px;
        resize: none;
    }

    .formm input[type=button] {
        background: var(--renk);
        color: white;
        border-bottom: 0px;
    }


.iletisim.icsayfa {
    padding-top: 2rem;
    color: black;
    padding-bottom: 4rem;
}


.projeName {
    color: var(--renk);
    margin-top: 4px;
    font-size: 20px;
    border-bottom: 1px solid var(--renk);
    padding-bottom: 4px;
}


.projeAciklama {
    margin-top: 6px;
    color: gray;
}


.comingSoon {
    position: relative;
}


.dogrulama {
    user-select: none;
}

.comingSoon::before {
    position: absolute;
    right: 1.1rem;
    top: 0.5rem;
    height: 40px;
    width: 250px;
    color: white;
    background: var(--renk);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 7px;
    z-index: 99;
}

.textTetikle:hover .textContentt::before {
    background: rgba(0, 0, 0, 0.67);
}


.textContentt::before {
    background: rgba(0, 0, 0, 0.17);
    position: absolute;
    transition: .60s;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
}

.textContentt img {
    height: 440px;
    object-fit: cover;
}

#banner2::before {
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.425);
    top: 0;
    left: 0;
    z-index: 0;
    content: "";
}

.parallaxText {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
}



.textTetikle:hover .textContentt p {
    transform: translateY(0%);
}

.textContentt {
    position: relative;
    overflow: hidden;
}

    .textContentt p {
        transition: .50s;
        position: absolute;
        bottom: 0;
        color: white;
        left: 1rem;
        transform: translateY(130%);
    }


.navLinks {
    display: flex;
    align-items: center;
}

    .navLinks li {
        height: max-content;
    }

.talepFormu {
    background: var(--renk);
    padding: 10px;
    color: white !important;
}


.projeBefore {
    position: relative;
}

    .projeBefore::before {
        position: absolute;
        left: 0;
        top: -5px;
        height: 7.5px;
        width: 7.5px;
        background: var(--renk);
        content: "";
        transform: rotate(45deg);
    }


.dosyaSec {
    opacity: 1;
    position: relative;
}

    .dosyaSec::before {
        position: absolute;
        left: 0;
        height: 60%;
        width: 100%;
        background-color: black;
        content: "Dosya Seç";
        color: white;
        display: flex;
        justify-content: center;
        align-items: center;
    }


.talep {
    height: 160px !important;
}


.custom-checkbox {
    position: relative;
}

    .custom-checkbox input {
        display: none;
    }

    .custom-checkbox label {
        display: inline-block;
        width: 250px;
        height: 110px;
        background-color: #eee;
        border-radius: 5px;
        cursor: pointer;
        position: relative;
    }

    .custom-checkbox input:checked + label:after {
        font-size: 20px;
        color: #fff;
        content: "   ";
        position: absolute;
        height: 15px;
        width: 15px;
        background: var(--renk);
        bottom: 0.5rem;
        border-radius: 30px;
        right: 1rem;
        transform: translate(-50%, -50%);
    }

    .custom-checkbox label:before {
        font-size: 20px;
        color: #fff;
        content: " ";
        position: absolute;
        height: 28px;
        width: 28px;
        background: rgb(168, 168, 168);
        bottom: -5px;
        border-radius: 30px;
        right: 3px;
        transform: translate(-50%, -50%);
    }

.inptbaslik {
    position: absolute;
    left: 1rem;
    top: 1rem;
    z-index: 3;
}


.secmeKutular {
    display: flex;
    gap: 5px;
    margin-top: 50px;
    flex-wrap: wrap;
    column-gap: 14px;
}

.checkboxSvg {
    position: absolute;
    left: 1rem;
    bottom: 1.3rem;
    z-index: 3;
    color: var(--renk);
    font-weight: 600;
}

    .checkboxSvg svg path {
        stroke: var(--renk);
        stroke-width: 1.20px;
    }

#tapuFiyati {
    margin-top: 1.5rem;
    opacity: 0;
    transition: .30s;
    position: absolute;
    width: 90%;
    z-index: -1;
}

#tapuFiyati2 {
    z-index: -1;
    margin-top: 1.5rem;
    opacity: 0;
    transition: .30s;
    width: 90%;
    position: absolute;
}

#tapuFiyati3 {
    z-index: -1;
    margin-top: 1.5rem;
    opacity: 0;
    transition: .30s;
    width: 90%;
    position: absolute;
}

#tapuFiyati span {
    color: var(--renk);
    font-weight: bold;
    font-size: 40px;
}

.adgd {
    margin-bottom: 22rem;
}


@keyframes opacity {
    from {
        opacity: 0;
    }

    top {
        opacity: 1;
    }
}


.talepStepAnim::before {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    background: white;
    z-index: 222;
    animation: loadstep2 1.5s forwards;
}

.talepStepAnim::after {
    height: 25px;
    width: 25px;
    position: absolute;
    left: 50%;
    top: 50%;
    content: "/";
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    border-radius: 50%;
    background: var(--renk);
    z-index: 222;
    animation: loadstep 1.5s forwards !important;
}


.navLinks li.talepFormu:hover {
    background: black;
    color: white !important;
}

@keyframes loadstep2 {
    from {
        display: block;
    }

    to {
        display: none;
    }
}


@keyframes loadstep {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(960deg);
    }

    100% {
        display: none;
    }
}



#talepstep1 {
    padding-bottom: 5rem;
    animation: opacity .60s;
    position: relative;
}

#talepstep2 {
    display: none;
    animation: opacity .60s;
    position: relative;
    padding-bottom: 8rem;
}

.stepSayiAbs {
    position: absolute;
    right: 2rem;
    display: flex;
    gap: 20px;
    top: 15px;
}

    .stepSayiAbs span {
        position: relative;
        top: 0px;
        font-size: 23px;
    }


.stepSayi {
    height: 35px;
    width: 35px;
    background: red;
    color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
}


.verilcek {
    background: var(--renk);
    height: auto;
    padding: 20px;
    margin-top: 1rem;
    border-right: 1px solid rgba(255, 255, 255, 0.493);
}


    .verilcek span {
        color: white;
        font-size: 23px;
    }


    .verilcek p {
        color: #ffffffab;
        margin-top: 0.5rem;
    }

.ilerleStp {
    background: black;
    padding: 6px 18px;
    color: white;
    bottom: 1rem;
    border-radius: 10px;
    font-size: 16px !important;
}


.dogrulama {
    width: 100px;
    height: 46px;
    display: flex;
    border: 1px solid black;
    justify-content: center;
    align-items: center;
    margin-right: 1rem;
}


.dilLi {
    position: relative;
    left: 15px;
    display: flex;
    gap: 13px;
    color: white !important;
}

    .dilLi::before {
        display: none !important;
    }




    .dilLi a.active {
        color: white !important;
    }

    .dilLi a {
        color: #c1c1c1 !important;
    }

.navScroll .dilLi a.active {
    color: black !important;
}

.navScroll .dilLi a {
    color: #6c6c6c !important;
}


.comingSoons {
    position: absolute;
    bottom: 0;
    background: var(--renk);
    color: white;
    padding: 10px 60px;
    left: 12.25rem;
}


.projelereGerıDon {
    background: var(--renk);
    color: white !important;
    padding: 5px 25px;
    border-radius: 10px;
    position: absolute;
    right: 12.25rem;
    bottom: 1rem;
}

.mobilMenuu {
    display: none !important;
}


.ysmEvler {
    display: flex;
    justify-content: center;
    font-size: 48px;
    color: var(--renk);
    font-weight: bold;
}


.ysmEvlerP {
    padding: 0 18rem;
    text-align: center;
    display: block;
    margin-top: 1rem;
    margin-bottom: 2rem;
}


.evKutu {
    height: 30rem;
    width: 100%;
    position: relative;
    background-size: cover !important;
    background-position: center !important;
}

.evContent b {
    color: white;
    font-size: 27px;
    text-align: center;
    position: relative;
    height: max-content;
}


    .evContent b::before {
        position: absolute;
        left: 0;
        bottom: -10px;
        content: "";
        background: white;
        height: 1px;
        width: 100%;
    }

.evKutu:hover::before {
    background: #0000006b;
}


.oDmPlan {
    color: var(--renk);
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 35px;
}

.odemePlan {
    width: max-content;
    background: var(--renk);
    color: white;
    padding: 10px 30px;
    border-radius: 10px;
}


.evDetayPad {
    padding-top: 9rem;
}


.evStat2 {
    background: #f9f9f9;
    border-radius: 13px;
    display: flex;
    overflow: hidden;
}


.bxShadi {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.evStat2 .bAslk {
    width: 150px;
    min-width: 150px;
    text-align: center;
    padding: 26px;
    background: var(--renk);
    color: white;
    font-size: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.evStat2 .Stat2Text {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px;
    padding-left: 30px;
}


.evStats {
    background: black;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 65px;
}

    .evStats span {
        color: white;
        font-size: 26px;
        font-weight: bold;
    }


.ıcn {
    background: var(--renk);
    width: max-content;
    padding: 15px;
    border-radius: 12px;
    position: absolute;
    top: -15px;
    left: -15px;
}

    .ıcn svg {
        width: 32px;
        height: auto;
        color: white;
    }


.evDetayBaslik {
    font-size: 3.6rem;
    color: var(--renk);
}

.evKutu:hover .evContent {
    width: 240px;
}

.evKutu::before {
    position: absolute;
    height: 100%;
    width: 100%;
    background: #0000002b;
    content: "";
    transition: .45s;
}


.evContent {
    width: 220px;
    height: 100%;
    background: #00000075;
    position: relative;
    transition: .35s;
    z-index: 2;
    display: flex;
    padding: 1.5rem 0;
    flex-direction: column;
    align-items: center;
}


    .evContent span {
        color: white;
        margin-top: 80px;
        text-align: center;
        line-height: 2;
        font-size: 20px;
    }

    .evContent div {
        width: 100%;
        background: var(--renk);
        position: absolute;
        bottom: 2rem;
        display: flex;
        z-index: 2;
        flex-direction: column;
        align-items: center;
        padding: 8px 0px;
    }




        .evContent div b {
            font-weight: lighter;
        }

            .evContent div b::before {
                display: none;
            }

        .evContent div span {
            line-height: 1;
            margin: 0;
            padding: 0;
            font-size: 15px;
        }

.evDetail {
    position: absolute;
    right: 2rem;
    bottom: 2rem;
    color: white;
    font-size: 27px;
}

@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 1) {
    .projelereGerıDon {
        background: var(--renk);
        color: white;
        padding: 5px 25px;
        border-radius: 10px;
        position: absolute;
        right: 4.25rem;
        bottom: 1rem;
    }


    .comingSoons {
        left: 4.25rem;
    }

    .hakBanner::before {
        position: absolute;
        height: 100%;
        width: 100%;
        background: rgba(0, 0, 0, 0.329);
        content: attr(data-text);
        display: flex;
        align-items: center;
        padding-left: 4.25rem;
        font-size: 4.25rem;
        color: white;
        top: 0;
        left: 0;
    }

    .number {
        font-size: 6rem;
    }

    .plus {
        position: relative;
        top: -40px;
    }

    .maddeler {
        font-size: 21px;
    }

    .galeri img {
        height: 450px;
    }

    .istatistikNumber {
        font-size: 35px;
    }

    .istatistikText {
        font-size: 22px;
    }

    .istatistik {
        gap: 25px;
    }

    #video {
        height: 550px;
    }

    .videoText {
        right: 40px;
    }

    .icons {
        right: 12.5rem;
    }
}


@media (max-width: 991px) {

    .evDetail {
       display: none;
    }

    .ysmEvlerP {
        padding: 0 0rem;

    }

    .text-anim {
        font-size: 2.23em;
    }

    .load {
        display: none !important;
    }

    .adgd {
        margin-bottom: 29rem;
    }

    .secmeKutular {
        justify-content: center;
    }

    .stepSayi {
        margin-top: 8px;
        height: 27px;
        width: 27px;
        background: red;
        color: white;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 17px;
    }

    .stepSayiAbs span {
        position: relative;
        top: 0px;
        margin-top: 8px;
        font-size: 18px;
    }

    .ilerleStp {
        background: black;
        padding: 8px 12px;
        color: white;
        bottom: 1rem;
        border-radius: 10px;
        font-size: 13px !important;
    }

    .stepSayiAbs {
        right: 0.3rem;
        top: 0;
    }

    .textContentt::before {
        display: none !important;
    }

    .talepStepAnim {
        display: none !important;
    }

    .textContentt p {
        display: none !important;
    }

    .projelereGerıDon {
        background: var(--renk);
        color: white !important;
        padding: 5px 25px;
        border-radius: 10px;
        position: absolute;
        left: 0;
        bottom: 3.5rem;
    }

    .comingSoons {
        position: absolute;
        bottom: 0;
        background: var(--renk);
        color: white;
        padding: 10px 60px;
        left: 0;
    }

    .mobilToppe {
        margin-top: 60px;
    }

    .sonyazibg {
        display: none !important;
    }

    .hakSonYazi {
        position: relative;
        border-bottom: 1px solid var(--renk);
        padding-bottom: 30px;
        font-size: 15px;
        background: white;
        top: inherit !important;
        margin-top: 24px;
    }

    .scrollBeforesWhite {
        height: 0% !important;
    }

    .scroll {
        color: white;
        position: absolute;
        z-index: 2;
        right: 0;
        bottom: 10rem;
        transform: rotate(90deg);
        letter-spacing: 1.5px;
        font-weight: lighter;
    }

    .hakBanner::before {
        padding-left: 1.25rem;
        font-size: 3.25rem;
    }

    body {
        cursor: inherit;
    }

    .talepFormu {
        background: var(--renk);
        padding: 10px;
        color: white !important;
        width: 200px;
        display: block;
        display: flex;
        justify-content: center;
        margin-top: 1rem;
    }

    .dilLi a.active {
        color: black !important;
    }


    .mobilMenuu ul {
        display: flex;
        flex-direction: column;
        padding-top: 3rem;
        position: relative;
        gap: 10px;
        height: 100%;
    }

        .mobilMenuu ul li {
            color: black;
            font-size: 22px;
        }


    .mobilMenuu {
        display: flex !important;
        position: fixed;
        flex-direction: column;
        transform: translateX(100%);
        top: 0;
        right: 0;
        height: 100%;
        transition: .60s;
        width: 80%;
        background: white;
        border-left: 2px solid var(--renk);
        /* transform: translateX(20%); */
        z-index: 12999999999995;
    }

    .mobiLClosee {
        position: absolute;
        right: 1rem;
        top: 1rem;
        font-size: 40px;
    }

    .custom-cursor {
        display: none !important;
    }


    .mobilhamb i {
        color: white;
        font-size: 41px;
    }

    .navScroll .mobilhamb i {
        color: black !important;
        font-size: 41px;
    }

    .mobilhamb {
        display: block !important;
        position: absolute;
        right: 2rem;
        top: 12px;
    }

    #video {
        height: 213px !important;
    }

    .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
        display: none !important;
    }

    .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
        display: none !important;
    }



    .footerGokturk {
        font-size: 15px;
    }


    .footerTTR {
        position: static;
    }



    .mobil-center-column {
        margin-top: 30px;
        display: flex;
        align-items: center;
        flex-direction: column;
        margin-bottom: 30px;
    }

    .mobil-center {
        display: flex;
        justify-content: center;
    }

    .footerSlogan {
        position: static;
    }

    .icons {
        bottom: -10px;
        right: 10px;
    }

    #video {
        height: max-content;
    }

    .videoText {
        display: none !important;
    }

    .mobil-none {
        display: none !important;
    }

    .istatistikText {
        font-size: 18px;
    }

    .istatistikNumber {
        font-size: 24px;
    }

    .maddeler {
        font-size: 18px;
    }

    .numbersCol {
        padding-left: 0;
    }


    .navLinks {
        display: none !important;
    }

    .fnc-slide__content {
        width: 100% !important;
        top: 26% !important;
        left: 5% !important;
    }

    .fnc-slide__heading-line {
        font-size: 25px !important;
    }

    .fnc-nav__controls {
        display: flex;
    }

    .fnc-nav {
        z-index: 5;
        position: absolute;
        bottom: 0 !important;
        right: inherit !important;
    }

    .logo {
        height: 38px;
    }

    .nav {
        height: 63px;
    }
}
