/* Created By AkinaCss */
/* Kurumsal area */

.kurumMain {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 20vh;
    z-index: 1;
    display: flex;
    justify-content: center;
}

.kurumRow {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: stretch;
    min-height: 400px;
    max-height: 500px;
}

.kurumLeft {
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    z-index: 1;
}

.kurumTxt {
    width: 130%;
    background-color: #ffffffab;
    border-radius: 4px;
    position: relative;
    top: 50px;
    left: 150px;
    overflow: hidden;
}
.kurumTxt h2 {
    padding: 10px;
}
.kurumTxt p {
    padding: 10px;
    font-family: var(--text);
    font-size: clamp(16px, 0.938vw, 18px);
}

.kurumRight {
    width: 70%;
    position: relative;
    overflow: hidden;
    z-index: 0;
}
.kurumRight img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ===================================================== */

/* Yaklasim Css */

.yaklasim {
    padding: 50px 0px;
    margin-top: 70px;
    background: rgb(241,241,241);
    background: linear-gradient(100deg, rgba(241,241,241,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
}

.yaklasimCol {
    width: 72%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.baslikY {
    width: 100%;
    text-align: end;
    display: flex;
    flex-direction: column;
    align-items: end;
}
.baslikY h2 {
    width: 100%;
    font-size: clamp(82px, 4.271vw, 92px);
}
.hrY {
    margin-top: 20px;
    width: 50%;
    border: none;
    height: 2px;
    background-color: var(--black);
}

.yaklasimTxt {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    gap: 20px;
}

.yaklasimIc {
    width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: end;
    gap: 20px;
    padding: 20px 0px;
}

.yaklasimUst {
    width: 85%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: justify;
    gap: 20px;
    padding: 20px 0px;
}

.yaklasimUst p {
    font-family: var(--text);
    font-size: clamp(16px, 0.938vw, 18px);
}

.yaklasimAlt {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    padding: 20px 0px;
}

.yakAltBox {
    width: 45%;
}

.yakAltBox h3 {
    margin-bottom: 10px;
    font-size: clamp(20px, 1.302vw, 22px);
}

.yakAltBox p {
    font-family: var(--text);
    font-size: clamp(16px, 0.833vw, 18px);
}

.numberYak {
    width: 30%;
    display: flex;
    justify-content: flex-end;
    align-items: end;
}

.numberAyar {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    text-align: center;
    color: var(--main);
    position: relative;
    bottom: 0;
    transition: transform 0.5s, bottom 0.5s;
}
.numberAyar h3 {
    font-size: clamp(130px, 6.771vw, 150px);
    font-family: var(--text);
    line-height: 1;
    margin-top: 100px;
    text-shadow:1px 1px 2px rgba(255, 255, 255, 0.3), 20px 15px 0.5em rgba(0, 0, 0, 0.1), 20px 15px 1em rgb(0, 0, 0.1);
}
.numberAyar p {
    font-weight: 600;
    font-size: clamp(25px, 1.302vw, 27px);
}

/* ===================================================== */

/* Yaklasim alt Css */

.kisiArea {
    flex-direction: column;
    padding: 50px 0px;
    background: rgb(241,241,241);
    background: linear-gradient(100deg, rgba(241,241,241,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
}

.kisiRow {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: start;
}

.kisiImg {
    width: 50%;
    display: flex;
    justify-content: flex-end;
    align-items: end;
}
.kisiImg img {
    width: 20%;
    object-fit: cover;
    filter: drop-shadow(0px 0px 10px #000000);
    position: relative;
    transition: 0.1s ease-out;
}

.kisiTxt {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: start;
}

.kisiTxtIc {
    width: 45%;
    display: flex;
    flex-direction: column;
    gap: 5px;
    justify-content: flex-start;
    align-items: start;
    padding: 10px 20px;
    overflow: hidden;
}
.kisiTxtIc p {
    font-family: var(--text);
}

.quotation {
    width: 30px;
    height: 30px;
    object-fit: cover;
}
.quotation1 {
    width: 30px;
    height: 30px;
    object-fit: cover;
    transform: rotate(180deg);
    margin: auto;
}

.guvence {
    width: 72%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
}

.yakAltBox1 {
    width: 40%;
}

.yakAltBox1 h3 {
    margin-bottom: 10px;
    font-size: clamp(20px, 1.302vw, 22px);
}

.yakAltBox1 p {
    font-family: var(--text);
    font-size: clamp(16px, 0.833vw, 18px);
}

/* ===================================================== */

/* Biliyormu Css */

.biliyor {
    width: 72%;
    padding: 150px 0px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    gap: 100px;
    overflow: hidden;
}

.biliyorLeft {
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    gap: 50px;
}

.biliyorRow {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: start;
    gap: 20px;
    color: var(--main);
}

.biliyorRow p {
    font-size: clamp(16px, 0.833vw, 18px);
    font-family: var(--text);
    width: 70%;
    text-shadow: 1px 1px 2px #FFFFFF, 5px 5px 0.7em #00000000, 5px 5px 1em #0000007e;
}
.biliyorRow h2 {
    font-size: clamp(62px, 3.229vw, 62px);
    width: fit-content;
    line-height: 1;
    text-align: right;
}

.biliyorRight {
    width: 70%;
}
.biliyorRight h2 {
    font-size: clamp(32px, 2.708vw, 62px);
    margin-bottom: 10px;
    line-height: 1;
    font-weight: 600;
}
.biliyorRight p {
    font-family: var(--text);
    font-size: clamp(16px, 0.938vw, 18px);
}

/* ===================================================== */

.numberAyar.scrollAnima {
    transform: scale(1.3);
    bottom: 100px;
}

.guvence.mb-5 {
    margin-bottom: 100px;
}

/* ===================================================== */

/* Responsive Css */

@media (min-width: 1921px) {
    .kurumRow, .yaklasimCol, .biliyor, .kisiRow, .guvence {
        max-width: 1800px;
        min-width: 1800px;
    }
    .yakAltBox1 {
        width: 30%;
    }

    .kurumTxt {
        left: 0px;
    }
}


@media (max-width: 1600px) {
    .kurumTxt {
        left: 100px;
    }
    .hrY {
        width: 60%;
    }
    .kisiImg img {
        width: 25%;
    }
}

@media (max-width: 1430px) {
    .kurumTxt {
        left: 50px;
    }
}

@media (max-width: 1300px) {
    .hrY {
        width: 70%;
    }
    .yaklasimCol {
        width: 80%;
    }
    
    .kisiImg img {
        width: 30%;
    }
    .kisiTxtIc {
        width: 60%;
    }
    .biliyorRight {
        width: 100%;
    }
}

@media (max-width: 1080px) {
    .yaklasimIc {
        width: 100%;
    }
}

@media (max-width: 1000px) {
    .kisiImg img {
        width: 35%;
    }
    .kisiTxtIc {
        width: 80%;
    }
    .guvence {
        width: 85%;
    }
    .biliyor {
        width: 85%;
    }
}

@media (max-width: 950px) {
    .yaklasimUst {
        width: 100%;
    }
    .biliyorLeft {
        width: 50%;
    }
}

@media (max-width: 870px) {
    .kurumRight {
        width: 100%;
        height: 300px;
    }
    .kurumRow {
        flex-direction: column-reverse;
        max-height: max-content;
    }
    .kurumTxt {
        left: 0px;
        top: 0;
        width: 100%;
    }
    .kurumLeft {
        width: 100%;
    }

    .kisiImg img {
        width: 40%;
    }
}

@media (max-width: 800px) {
    .biliyor {
        flex-direction: column-reverse;
        padding: 70px 0px;
    }
    .biliyorLeft {
        width: 100%;
    }
}

@media (max-width: 730px) {
    .yaklasimAlt {
        flex-direction: column;
        justify-content: flex-start;
        align-items: start;
    }
    .yakAltBox {
        width: 100%;
    }
    .baslikY h2 {
        width: 100%;
        font-size: max(4.271vw, 62px);
    }

    .kisiImg img {
        width: 50%;
    }
}

@media (max-width: 700px) {
    .yakAltBox1 {
        width: 45%;
    }
}

@media (max-width: 650px) {
    .kisiImg {
        width: 30%;
    }
    .kisiImg img {
        width: 100%;
    }
    .kisiTxt {
        width: 70%;
    }
    .kisiTxtIc {
        width: 100%;
    }
    .kisiRow {
        padding: 0px 20px;
    }
}

@media (max-width: 620px) {
    .guvence {
        flex-direction: column;
        gap: 20px;
        margin-top: 20px;
    }
    .yakAltBox1 {
        width: 100%;
    }
}

@media (max-width: 600px) {
    .yaklasimTxt {
        flex-direction: column-reverse;
    }
    .numberYak {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 30px 0px;
    }
    .yaklasimIc, .yaklasimUst {
        padding-top: 0px;
    }
    .baslikY {
        width: 100%;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .baslikY h2 {
        width: 100%;
        font-size: max(4.271vw, 40px);
    }
    .numberAyar.scrollAnima {
        transform: scale(1);
        bottom: 0px;
    }
    .numberAyar h3 {
        margin-top: 0px;
    }
}

@media (max-width: 440px) {
    .biliyorRow h2 {
        font-size: max(3.229vw, 42px);
    }
}

@media (max-width: 370px) {
    .biliyorRight h2 {
        font-size: max(2.708vw, 42px);
    }
}

@media (max-width: 345px) {
    .kurumTxt h2 {
        padding: 10px;
        font-size: max(1.667vw, 25px);
    }
    
    .baslikY h2 {
        width: 100%;
        font-size: max(4.271vw, 32px);
    }
}