/* Created By AkinaCss */
/* Main area */

.main {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.videoplay {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: auto;
    object-fit: contain;
}

video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.8);
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.content {
    width: 100%;
    height: 100%;
    min-height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 3;
    color: var(--white);
    text-align: center;
    opacity: 0;
    transition: opacity 2s, transform 2s;
    transform: translateY(150px);
}

.context {
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.context h1 {
    font-size: clamp(42px, 2.604vw, 52px);
}

.context p {
    font-size: clamp(18px, 1.1vw, 18px);
    font-family: var(--text);
}

.button {
    padding: 12px 25px;
    border-radius: 40px;
    transition: 0.3s;
}

.mainclr {
    background-color: var(--main);
    color: var(--white);
    padding: 16px 27px;
    font-size: clamp(18px, 1.1vw, 18px);
    font-weight: 600;
}
.mainclr:hover {
    background-color: var(--white);
    color: var(--mainBold);
}

/* ===================================================== */

/* Tanim Css Start */

section {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
    z-index: 0;
}

.bgwhite {
    background-color: var(--white);
    padding: 30px 0px;
    flex-direction: column;
}

.p-50 {
    padding: 100px 0px;
}

.baslik {
    width: 100%;
    margin-bottom: 30px;
    transition: 0.3s;
    opacity: 0;
    transition: opacity 0.5s, transform 0.5s;
    transform: translateY(50px);
}

.baslik.scrollAnima {
    opacity: 1;
    transform: translateY(0px);
}

.baslik p {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 16px;
    color: var(--main);
}

.baslik h2 {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: clamp(32px, 2.604vw, 52px);
    color: var(--black);
}

.baslikhr {
    width: 200px;
    border: none;
    height: 3px;
    border-radius: 20px;
    background-color: var(--black);
}

.tanimBox {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: start;
    align-items: start;
    width: 80%;
    min-width: 270px;
    position: relative;
    min-height: 130px;
    transition: all 1s ease;
    gap: 100px;
    overflow: hidden;
}

.tanimBox-left {
    flex: 1 0 55%;
    width: 55%;
    max-width: calc(55% - 100px);
    box-sizing: border-box;
    min-width: 170px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    padding: 10px 0px;
    gap: 20px;
    z-index: 4;
    transition: opacity 0.5s, transform 0.5s;
    opacity: 0;
    transform: translateX(-100px);
}

.tanimBox-left.scrollAnima {
    opacity: 1;
    transform: translateX(0px);
}

.tanimBox-left p {
    font-family: var(--text);
    font-size: clamp(14px, 0.729vw, 16px);
}

.tanimBox-left a {
    font-family: var(--text);
    color: var(--main);
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: clamp(14px, 0.729vw, 16px);
}
.tanimBox-left a:hover {
    color: var(--mainBold);
}
.tanimBox-left a svg {
    width: 30px;
    height: 30px;
    transition: 0.3s;
}

.tanimBox-left a:hover svg {
    transform: translateX(10px);
}
.tanimBox-left a:hover svg path {
    stroke: var(--mainBold);
}

.tanimBox-left a svg path {
    stroke: var(--main);
    transition: 0.3s;
}

.tanimBox-right {
    flex: 1 0 45%;
    width: 45%;
    box-sizing: border-box;
    min-width: 170px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    border-radius: 10px;
    height: max-content;
    gap: 30px;
    z-index: 4;
    opacity: 0;
    transition: opacity 0.5s, transform 0.5s;
    transform: translateX(100px);
}

.tanimBox-right.scrollAnima {
    opacity: 1;
    transform: translateX(0px);
}
/* ===================================================== */

/* What We Do Css Start */

.bgDark {
    flex-direction: column;
    background-repeat: no-repeat;
    background-size: cover;
}

.maksbg {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.weDoBox {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    padding-top: 70px;
}

.weDoBox-inside {
    flex: 1 1 50%;
    width: 50%;
    max-width: 50%;
    box-sizing: border-box;
    min-width: 170px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    height: max-content;
    gap: 30px;
    z-index: 4;
}

.weDoLeft {
    color: var(--black);
    padding: 30px;
}

.weDoLeft h2 {
    font-size: max(2.708vw, 52px);
}

.weDoLeft p {
    font-family: var(--text);
    font-size: clamp(14px, 0.729vw, 16px);
}

.mainDeger {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    width: 60%;
}

.degerBox {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: start;
    gap: 5px;
    font-family: var(--text);
}

.degernumb {
    font-size: clamp(35px, 1.823vw, 35px) !important;
    font-weight: 900;
    color: var(--black);
}
.degernumb1 {
    font-size: clamp(35px, 1.823vw, 35px) !important;
    line-height: 1;
    font-weight: 900;
    color: var(--black);
}
.degertxt {
    font-size: clamp(18px, 0.938vw, 18px) !important;
    line-height: 1;
    color: var(--black);
}


.abtn {
    border-width: 1px;
    cursor: pointer;
    display: inline-flex;
    font-size: max(0.833vw, 16px);
    font-weight: 500;
    justify-content: center;
    padding: 10px 18px;
    text-align: center;
    transition: box-shadow 0.3s !important;
}

.blackBtn {
    background-color: var(--black);
    color: var(--white);
}
.blackBtn:hover {
    box-shadow: 0 0px 14px var(--black);
}

.whiteBtn {
    background-color: var(--white);
    color: var(--black);
}
.whiteBtn:hover {
    box-shadow: 0 0px 14px #fff;
}

.weDogallery {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: start;
    gap: 0;
}

.overlayDiv {
    width: 50%;
    height: 300px;
    box-sizing: border-box;
    overflow: hidden;
}

.image-overlay {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.image-overlay img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.6);
    color: var(--white);
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 20px;
}

.image-overlay:hover img {
    transform: scale(1.25);
}

/* ===================================================== */

/* Proje Css Start */

.bumper {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    /* padding: 100px 16px 0px 16px; */
    background-color: var(--white);
    color: var(--main);
}

/* .bumper h2 {
    font-size: max(2.708vw, 52px);
} */

.bumperhr {
    margin-top: 20px;
    width: 200px;
    border: none;
    height: 5px;
    background-color: var(--main);
}

/* .bumper p {
    font-size: max(1.146vw, 22px);
} */

.containerProje {
    position: relative;
    width: 100%;
    min-height: 100vh;
    background-color: var(--white)
}

.bgMetin {
    font-weight: 800;
    position: sticky;
    left: 100px;
    top: 73%;
    font-size: clamp(130px, 6.771vw, 130px);
    z-index: 0;
    height: fit-content;
    width: fit-content;
    color: var(--main);
}

.space-holder {
    position: relative;
    width: 100%;
}

.stickyPro {
    position: sticky;
    top: 0;
    height: 100vh;
    width: 100%;
    overflow-x: hidden;
}

.horizontalPro {
    position: absolute;
    height: 100%;
    will-change: transform;
    z-index: 1;
}

.cardsPro {
    position: relative;
    height: 100%;
    width: 100%;
    padding: 0 0 0 150px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
}

.Pro-card {
    position: relative;
    height: 60%;
    width: 500px;
    margin-right: 75px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
    overflow: hidden;
}

.Pro-card.unique-1 {
    height: 60%;
    width: 790px;
    margin-right: 100px;
    min-height: 500px;
}
.Pro-card.unique-2 {
    height: 45%;
    width: 800px;
    margin-right: 200px;
    min-height: 500px;
}

.Probaslik {
    color: var(--main);
    font-size: .9rem;
    font-family: var(--textBold);
}

.Pro-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.proHover {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    gap: 5px;
    transition: opacity 0.3s;
}

.proHover p {
    font-family: var(--text);
    color: var(--black);
    font-size: .8rem;
}

.proHover p span {
    font-family: var(--textBold);
    color: var(--black);
    font-size: .8rem;
}

/* ===================================================== */

/* Katalog Css Start */

.bgKatalog {
    flex-direction: column;
    /* background: url(../img/katolog/bgkatolog.jpg) center center; */
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 0px 70px 0px;
}

.katologInside {
    width: 100%;
    height: 100%;
    /* background-color: #00000079; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    min-height: 400px;
}

.katologTxt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 20px;
    width: 50%;
    color: var(--black);
}

.katologTxt h2 {
    font-size: clamp(52px, 2.708vw, 60px);
}
.katologTxt h2 span {
    font-weight: 400;
}
.katologTxt p {
    font-size: clamp(20px, 1.146vw, 22px);
    font-family: var(--text);
    padding: 20px 0px;
}
.katologTxt a {
    font-size: clamp(16px, 1.146vw, 18px);
    font-weight: 700;
    font-family: var(--text);
}

/* ===================================================== */
/* ===================================================== */
/* ===================================================== */

/* Responsive Css Start */

@media (min-width: 1921px) {
    .context {
        max-width: 1290px;
    }

    .maksbg {
        /* background: rgb(255,255,255);
        background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 60%, #5c5c5c 60%, #000000 100%); */
    }

    .overlayDiv {
        height: 350px;
    }
}

@media (min-width: 1921px) {
    .baslik, .tanimBox, .weDoBox, .katologInside {
        max-width: 1920px;
    }
    .tanimBox {
        width: 100%;
    }
}


@media (max-width: 1600px) {
    .mainDeger {
        width: 80%;
    }
}

@media (max-width: 1180px) {
    .mainDeger {
        width: 100%;
    }
}

@media (max-width: 1160px) {
    .baslik, .tanimBox {
        width: 75%;
    }
    .baslik h2 {
        font-size: 40px;
    }
}

@media (max-width: 1150px) {
    .weDoLeft {
        flex: 1 1 40%;
        width: 40%;
        max-width: 40%;
    }
    .weDogallery {
        flex: 1 1 60%;
        width: 60%;
        max-width: 60%;
    }

    .weDoLeft h2 {
        font-size: max(2.083vw, 40px);
    }

    .degernumb {
        font-size: max(1.823vw, 25px) !important;
    }
    .degernumb1 {
        font-size: max(1.823vw, 25px) !important;
    }
    .degertxt {
        font-size: max(0.938vw, 16px) !important;
    }
    
}

@media (max-width: 1200px) {
    .bgMetin {
        left: 50px;
        top: 75%;
        font-size: max(6.771vw, 90px);
    }
}

@media (max-width: 1080px) {
    .context {
        width: 70%;
    }
}

@media (max-width: 1000px) {
    .context {
        width: 70%;
    }
    .context h1 {
        font-size: max(2.604vw, 35px);
    }
    .context p {
        font-size: max(1.1vw, 16px);
    }

    .tanimBox {
        flex-direction: column;
    }
    .tanimBox-left, .tanimBox-right {
        flex: 1 0 100%;
        width: 100%;
        max-width: 100%;
    }
    .baslik {
        margin-bottom: 0px;
    }
}

@media (max-width: 950px) {
    .baslik, .tanimBox {
        width: 85%;
    }
    .weDoBox {
        flex-direction: column;
        padding-top: 0px;
    }
    .weDoLeft {
        flex: 1 1 85%;
        width: 85%;
        max-width: 85%;
        padding: 50px 0px;
    }
    .weDogallery {
        flex: 1 1 100%;
        width: 100%;
        max-width: 100%;
    }
    .mainDeger {
        width: 60%;
    }

    .p-50 {
        padding-top: 50px;
        padding-bottom: 0px;
    }
    .tanimBox {
        gap: 50px;
    }
}

@media (max-width: 900px) {
    .bumper h2 {
        font-size: max(2.708vw, 40px);
    }
}

@media (max-width: 850px) {
    .context {
        width: 80%;
    }
    
    .mainDeger {
        width: 70%;
    }

    .Pro-card.unique-1 {
        height: 60%;
        width: 500px;
    }
    .Pro-card.unique-2 {
        height: 40%;
        width: 550px;
    }
    
    .bgMetin {
        left: 50px;
        top: 75%;
        font-size: max(6.771vw, 70px);
    }
}


@media (max-width: 730px) {
    .context h1 {
        font-size: max(2.604vw, 32px);
    }
    .context p {
        font-size: max(1.1vw, 14px);
    }
}

@media (max-width: 730px) {
    .context {
        width: 90%;
    }
    .context h1 {
        font-size: max(2.604vw, 30px);
    }
}

@media (max-width: 650px) {
    .mainDeger {
        width: 80%;
    }
}

@media (max-width: 650px) {
    .bgMetin {
        left: 50px;
        top: 75%;
        font-size: max(6.771vw, 60px);
    }
    .mainclr {
        padding: 8px 27px;
        font-size: clamp(14px, 1.1vw, 16px);
    }
}

@media (max-width: 600px) {
    .Pro-card {
        width: 350px;
    }
}

@media (max-width: 560px) {
    .overlayDiv {
        width: 100%;
        height: 200px;
        box-sizing: border-box;
        overflow: hidden;
    }
    
    .mainDeger {
        width: 100%;
    }
    
    .Pro-card.unique-1 {
        height: 60%;
        width: 400px;
        margin-right: 100px;
    }
    .Pro-card.unique-2 {
        height: 35%;
        width: 450px;
        margin-right: 200px;
    }
    .bgMetin {
        display: none;
        /* left: 50px;
        top: 70%;
        font-size: max(6.771vw, 50px); */
    }
    .bgKatalog {
        padding: 0px 0px 70px 0px;
    }
    .katologInside {
        min-height: auto;
    }
}

/* @media (max-width: 490px) {
    .bgMetin {
        left: 20px;
        top: 70%;
        font-size: max(6.771vw, 40px);
    }
} */

@media (max-width: 430px) {
    .Pro-card.unique-1 {
        height: 50%;
        width: 350px;
        margin-right: 50px;
    }
    .Pro-card.unique-2 {
        height: 30%;
        width: 350px;
        margin-right: 100px;
    }

    /* .bgMetin {
        left: 20px;
        top: 68%;
        font-size: max(6.771vw, 40px);
    } */
}

@media (max-width: 400px) {
    .Pro-card {
        width: 300px;
    }
}

@media (max-width: 683px) {
    .baslik h2, .weDoLeft h2 {
        font-size: 30px;
    }
}

@media (max-width: 515px) {
    .baslik h2, .weDoLeft h2 {
        font-size: 25px;
    }
}

@media (max-width: 450px) {
    .baslik h2, .weDoLeft h2 {
        font-size: 22px;
    }
}

@media (max-width: 550px) {
    .context h1 {
        font-size: max(2.604vw, 25px);
    }
}

@media (max-width: 457px) {
    .context h1 {
        font-size: max(2.604vw, 22px);
    }
}

@media (max-width: 675px) {
    .ayarImg {
        display: none;
    }
}
/* =================================================== */

/* Animation Css Area */

.wedoanima {
    opacity: 0;
    transition: opacity 0.5s, transform 0.5s;
    transform: translateX(50px);
}
.wedoanima.scrollAnima {
    opacity: 1;
    transform: translateX(0px);
}

.degerBox {
    opacity: 0;
    transition: opacity 0.5s, transform 0.5s;
    transform: translateY(50px);
}
.degerBox.scrollAnima {
    opacity: 1;
    transform: translateY(0px);
}

.hizmetAni {
    opacity: 0;
    transition: opacity 0.5s, transform 0.5s;
    transform: translateY(50px);
    font-size: clamp(16px, 1.146vw, 18px);
}
.hizmetAni.scrollAnima {
    opacity: 1;
    transform: translateY(0px);
}

.leftAni {
    opacity: 0;
    transition: opacity 0.5s, transform 0.5s;
    transform: translateX(-50px);
}
.leftAni.scrollAnima {
    opacity: 1;
    transform: translateX(0px);
}

.rightAni {
    opacity: 0;
    transition: opacity 0.5s, transform 0.5s;
    transform: translateX(50px);
}
.rightAni.scrollAnima {
    opacity: 1;
    transform: translateX(0px);
}

.upAni {
    opacity: 0;
    transition: opacity 0.5s, transform 0.5s;
    transform: translateY(50px);
}
.upAni.scrollAnima {
    opacity: 1;
    transform: translateY(0px);
}

.Pro-card {
    opacity: 0;
    transition: opacity 0.6s, transform 0.6s;
    transform: translateY(50px);
}
.Pro-card.scrollAnima {
    opacity: 1;
    transform: translateY(0px);
}

.showAni {
    opacity: 0;
    transition: opacity 0.5s, transform 0.3s;
    transform: scale(0.8);
}

.showAni.scrollAnima:nth-child(1) {
    opacity: 1;
    transform: scale(1);
    transition-delay: 0s;
}
.showAni.scrollAnima:nth-child(2) {
    opacity: 1;
    transform: scale(1);
    transition-delay: 0.2s;
}
.showAni.scrollAnima:nth-child(3) {
    opacity: 1;
    transform: scale(1);
    transition-delay: 0.4s;
}

.showAni.scrollAnima {
    opacity: 1;
    transform: scale(1);
    transition-delay: 0s;
}