/* Created By AkinaCss */
/* Main Services area */

.hizmetMain {
    position: relative;
    width: 100%;
    height: 100px;
    overflow: hidden;
}

.hizmetImg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.hizmetImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.overlayHizmet {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1;
}

.contentmain {
    width: 100%;
    height: 100%;
    min-height: 300px;
    margin-top: 100px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 50px 0px;
    align-items: center;
    position: relative;
    z-index: 3;
    color: var(--white);
    text-align: left;
}

.contextmain {
    width: 72%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: start;
    gap: 30px;
}

.contextmain h1 {
    font-size: max(1.823vw, 35px);
}

.contextmain p {
    font-size: max(1.1vw, 18px);
    font-family: var(--text);
}

/* ===================================================== */

/* Kapsam Css */

.kapsam {
    width: 72%;
    padding: 30px 0px 70px 0px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}

.baslikMain {
    width: 100%;
    max-width: 1000px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: start;
    gap: 10px;
    overflow: hidden;
}

.baslikMain.end {
    text-align: end;
}

.baslikMain h2 {
    width: 100%;
    font-size: clamp(32px, 2.708vw, 52px);
    line-height: 1;
}

.baslikMain p {
    font-size: clamp(16px, 0.833vw, 18px);
    font-family: var(--text);
    padding: 20px 0px;
}

.kapsamInside {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: 20px;
    width: 100%;
}

.kapsamBox {
    flex: 1 1 33%;
    width: 33%;
    max-width: 320px;
    min-width: 250px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: start;
    gap: 10px;
    padding: 15px;
    border: 1px solid var(--black);
    border-radius: 10px;
}

.kapsamBox h3 {
    font-size: clamp(20px, 1.146vw, 22px);
}

.kapsamBox img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 10px;
}

.kapsamBox ul {
    width: 100%;
    padding: 0px 30px;
}

.kapsamBox ul li {
    font-size: clamp(14px, 0.833vw, 16px);
    font-family: var(--text);
    margin-top: 5px;
}

.kapsamhr {
    margin-top: 20px;
    width: 65%;
    border: none;
    height: 2px;
    background-color: var(--black);
}

/* ===================================================== */

/* Tasarım Css */

.tasarim {
    width: 85%;
    padding: 100px 0px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 20px;
    position: relative;
}

.pt-0 {
    padding-top: 0px;
}

.tasarimBox {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: start;
    position: relative;
}

.tasarimImg {
    width: 70%;
    position: relative;
    overflow: hidden;
}

.tasarimImg img {
    width: 100%;
    object-fit: scale-down;
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0px 100px;
}

.w-40 {
    width: 30%;
}

.w-40 p {
    font-size: clamp(20px, 0.833vw, 22px);
}

.tasarimCol {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: start;
    position: relative;
    gap: 30px;
}

.tasarimRow {
    width: 70%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    gap: 30px;
}

.w-100 {
    width: 100%;
}

.tasarimRow.end {
    width: 100%;
    justify-content: flex-end;
    align-items: center;
}

.tasarimMadde {
    flex: 1 1 50%;
    width: 50%;
    max-width: calc(50% - 30px);
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 30px;
}

.tasarimMadde.end2 {
    flex: 1 1 33%;
    width: 33%;
    max-width: calc(33% - 30px);
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 30px;
}

.tasarimMadde.end {
    flex: 1 1 35%;
    width: 35%;
    max-width: calc(35% - 30px);
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 30px;
}

.tasarimMadde img {
    width: 100px;
    height: 220px;
    object-fit: scale-down;
}

.maddeInside {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: start;
    gap: 10px;
    overflow: hidden;
}

.maddeInside svg {
    width: 40px;
    height: 40px;
    margin-left: 20px;
}

.maddeInside h3 {
    font-size: clamp(20px, 1.146vw, 22px);
}

.maddeInside p {
    font-size: clamp(16px, 0.833vw, 18px);
    font-family: var(--text);
    width: 90%;
}

/* ===================================================== */

/* Uygulama Css */

.uygulamaImg {
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 0.5;
    width: 40%;
    object-fit: scale-down;
}

.mb-10 {
    margin-bottom: 250px;
}

.h-10 {
    height: 220px;
}

.bgAra {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 200px;
    background: url(../img/hizmetler/bgAra.png);
    filter: drop-shadow(0px 10px 10px #000000b4);
    background-size: contain;
    opacity: 0.2 !important;
}

.bgAra1 {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 200px;
    transform: rotate(180deg);
    background: url(../img/hizmetler/bgAra1.png);
    filter: drop-shadow(0px 10px 10px #000000c7);
    background-size: contain;
    opacity: 0.1 !important;
}

.bgAra2 {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 200px;
    background: url(../img/hizmetler/bgAra1.png);
    filter: drop-shadow(0px 10px 10px #000000c7);
    background-size: contain;
}

/* ===================================================== */

/* Isletme Css */

.tasarimImg2 {
    width: 70%;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: start;
    overflow: hidden;
    gap: 20px;
}

.tasarimImg2Box {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.tasarimImg2 img {
    flex: 1 1 20%;
    width: 20%;
    max-width: 20%;
    object-fit: scale-down;
}

.tasarimImg2Box {
    flex: 1 1 12%;
    width: 12%;
    max-width: 12%;
}
.tasarimImg2Box img {
    width: 100%;
    max-width: 100%;
    object-fit: scale-down;
}

.mt-10 {
    margin-top: 150px;
}

/* Responsive Css */

@media (min-width: 1921px) {
    .kapsam, .tasarim {
        max-width: 1600px;
    }

    .uygulamaImg {
        max-width: 30%;
    }
    .kapsamBox {
        max-width: 320px;
    }
}

@media (max-width: 1210px) {    
    .mb-10 {
        margin-bottom: 200px;
    }

    .baslikMain.w-40.end {
        width: 40%;
    }
    .tasarimMadde.end2 {
        flex: 1 1 50%;
        width: 50%;
        max-width: calc(50% - 30px);
    }
    .uygulamaImg {
        width: 80%;
    }
}

@media (max-width: 1096px) {
    /* .kapsamBox {
        flex: 1 1 50%;
        width: 50%;
        max-width: calc(50% - 20px);
        min-width: 300px;
    } */
    /* .kapsamBox.enerji {
        flex: 1 1 100%;
        width: 100%;
        max-width: 100%;
    } */
}

@media (max-width: 1080px) {
    .contextmain {
        width: 78%;
    }
    .kapsam {
        width: 78%;
    }
}

@media (max-width: 1050px) {
    .tasarimRow {
        width: 90%;
    }
    .tasarimMadde.end {
        flex: 1 1 40%;
        width: 40%;
        max-width: calc(40% - 30px);
    }
}

@media (max-width: 950px) {
    .contextmain {
        width: 85%;
    }
    
    .kapsam {
        width: 85%;
    }

    .tasarimBox {
        flex-direction: column;
    }
    .tasarimBox.end {
        flex-direction: column-reverse;
    }
    .w-40 {
        width: 100%;
    }
    .baslikMain.w-40.end {
        width: 100%;
        text-align: left;
    }
    .tasarimImg {
        width: 100%;
    }
    .tasarimImg img {
        position: relative;
        width: 100%;
        padding: 0px 0px;
    }

    .tasarimCol {
        margin-top: 30px;
    }

    .tasarimImg2 {
        width: 100%;
        justify-content: flex-start;
    }
    .tasarimImg2Box {
        flex: 1 1 20%;
        width: 20%;
        max-width: 20%;
    }
}

@media (max-width: 850px) {
    .tasarimRow {
        width: 100%;
    }
    .tasarimMadde.end {
        flex: 1 1 50%;
        width: 50%;
        max-width: calc(50% - 30px);
    }
    .tasarimRow.end {
        width: 100%;
        justify-content: flex-start;
        align-items: center;
    }
}

@media (max-width: 750px) {
    .tasarimMadde img {
        min-width: 100px;
    }
    .tasarimCol {
        gap: 10px;
    }
}

@media (max-width: 730px) {
    /* .kapsamBox {
        flex: 1 1 100%;
        width: 100%;
        max-width: 100%;
        min-width: 300px;
    } */
    .tasarimMadde {
        flex: 1 1 100%;
        width: 100%;
        max-width: 100%;
    }
    .tasarimMadde.end {
        flex: 1 1 100%;
        width: 100%;
        max-width: 100%;
    }
    .mb-10 {
        margin-bottom: 100px;
    }
    .tasarimMadde.end2 {
        flex: 1 1 100%;
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 700px) {
    .bgAra {
        background-size: contain;
    }
    
    .bgAra1 {
        background-size: cover;
    }
    
    .bgAra2 {
        background-size: cover;
    }
}

@media (max-width: 630px) {
    .kapsam h2, .baslikMain h2 {
        font-size: max(2.083vw, 40px);
    }
    .kapsam p, .baslikMain p {
        font-size: max(0.833vw, 14px);
    }
    
    .uygulamaImg {
        width: 70%;
    }
    .tasarim {
        width: 85%;
        padding: 0px 0px 50px 0px;
    }
}

@media (max-width: 478px) {
    .kapsam h2 {
        font-size: max(2.083vw, 32px);
    }
}

@media (max-width: 400px) {
    .tasarimMadde img {
        min-width: 70px;
        width: 70px;
    }
}

@media (max-width: 350px) {
    .kapsamBox {
        min-width: 200px;
    }
}