﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
h2 {
    letter-spacing: -0.03em;
}
.surdurulebilirlik{
    display: flex;
    flex-direction: column;
}
.surdurulebilirlikSection {
    background-size: cover;
    background-position: center;
}
.heroSection {
    width: 100%;
    padding: 50px 100px;
}

.heroSectionWrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 1720px;
    height: auto;
    min-height: 700px;
    display: flex;
    align-items: center;
    border-radius:50px;
}

#heroBackground {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.7;
}

.heroSectionContent {
    position: relative;
    width: 819px;
    gap: 30px;
    color: white;
    z-index: 1;
    margin-left: 100px;
    margin-right: 801px;
}

    .heroSectionContent h2 {
        text-align: left;
        margin-bottom: 30px;
    }

    .heroSectionContent p {
        width: 651px;
        font-size: 20px;
        line-height: 25px;
        text-align: left;
    }

/*effect s*/
.effectSection {
    width: 100%;
    max-width: 1920px;
    height: auto;
    position: relative;
    overflow: hidden;
    background-color: black;
    padding-top: 100px;
}

.effectSectionTitle {
    position: relative;
    justify-content: center;
    width: auto;
    
}

    .effectSectionTitle h2 {
        color: white;
        letter-spacing: -0.03em;
        text-align: center;
    }

.effectWrapper {
    padding: 100px 50px;
    justify-content: space-between;
    display: flex;
    flex-wrap:wrap;
    max-width: 1620px;
    margin: auto;
    gap:50px;
}

.effectItem {
    width: 376px;
    gap: 20px;
    display: flex;
    align-items: flex-start;
}

.effectItemLogo svg {
    width: 100px;
    height: 100px;
}

.effectItemDetails {
    display: flex;
    flex-direction: column;
}

.effectItemValue {
    width: 100%;
    height: auto;
    white-space: nowrap;
    margin: 0;
    padding: 0;
}

    .effectItemValue p {
        font-family: "MuseoSlab";
        font-size: 65px;
        font-weight: 600;
        line-height: 78px;
        letter-spacing: -0.03em;
        text-align: left;
        background: linear-gradient(264.62deg, #40E645 -3.65%, #1CF7FA 97.46%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

.effectItemContent {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}

    .effectItemContent p {
        color: rgba(255, 255, 255, 1);
        font-family: SourceSans;
        font-size: 20px;
        font-weight: 400;
        line-height: 25.14px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }
/*effect f*/

/*ska s*/
.skaSection {
    position: relative;
    width: 100%;
    max-width: 1920px;
    height: auto;
    min-height: 551px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    text-align: center;
    overflow: hidden;
}
.skaImageContainer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#skaBackground {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.skaOverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0.45) 50%, #000000 100%);
    z-index: 0;
}
.skaSectionContent {
    position: relative;
    z-index: 1;
    color: white;
    max-width: 1084px;
    margin: auto;
    padding: 0 20px;
}

    .skaSectionContent h2 {    
        text-align: center;
    }

    .skaSectionContent p {
        font-size: 20px;
        font-weight: 400;
        line-height: 25.14px;
        text-align: center;
        padding: 30px 56px 40px 56px;
    }

    .skaSectionContent a {
        display: inline-block;
        background: linear-gradient(135.34deg, #10E017 2.79%, #5FEA64 51.4%, #E7FCE8 100%);
        color: black;
        text-decoration: none;
        border-radius: 8px;
        transition: background-color 0.3s ease;
        font-size: 20px;
        font-weight: 600;
        text-align: center;
        padding: 12px 20px;
        line-height: 1.2;
    }

    /*ska f*/

    /*sosyal sorumluluk S*/
.sosyalSorumlulukSection {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    padding-bottom: 70px;
}
.sosyalSorumlulukWrapper {
    position: relative !important;
    margin: 0 auto;
    margin-top: 100px;
    width: 100%;
    max-width: 1386px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: auto;
    padding: 0 50px;
}
.sosyalSorumlulukHeaderWrapper{
    width:100%;
    display:flex;
    justify-content:flex-start;
}
.sosyalSorumlulukWrapper h2 {
    max-width:788px
}
.sosyalSorumlulukWrapperContent {
    max-width: 1286px;
    height: 474px;
    margin-top: 60px;
    margin-bottom: 55px;
    padding: 40px 50px 40px 50px;
    border-radius: 24px;
    background-color: rgba(7, 94, 10, 0.2);
    display: flex;
    gap: 100px;
    border: 1px solid rgb(89 89 89 / 44%);
}
.sosyalSorumlulukWrapperContentDescription {
    width: 566px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.descriptionHeader {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
    .descriptionHeader h3 {
        font-family: "MuseoSlab";
        font-size: 35px;
        line-height: 42px;
        background: linear-gradient(264.62deg, #40E645 -3.65%, #1CF7FA 97.46%);
        -webkit-text-fill-color: transparent;
        -webkit-background-clip: text;
    }

    .descriptionHeader p {
        border-radius: 24px;
        padding: 4px 12px 4px 12px;
        background-color: rgba(9, 123, 13, 0.15);
        border: 1px solid rgba(7, 94, 10, 1);
        font-size: 15px;
        line-height: 19px;
        color: rgba(255, 255, 255, 1);
        width: fit-content;
    }
.descriptionText {
    display: flex;
    flex-direction: column;
    gap: 25px;
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
    .descriptionText::-webkit-scrollbar{
        display: none;
    }
    .descriptionText p {
        font-size: 20px;
        line-height: 25px;
        color: rgba(242, 243, 243, 1);
    }
.sosyalSorumlulukWrapperContentImage {

    overflow: hidden;
    align-self: center;
}
    .sosyalSorumlulukWrapperContentImage img {
        object-fit: contain;
        border-radius: 12px;
        overflow: hidden;
        align-self: center;
    }
.sosyalSorumlulukIcon {
    width: auto;
    height: auto;
    position: absolute;
    right: 0;
}
    .sosyalSorumlulukIcon img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
.sosyalSorumlulukSlider {
    position: relative;
    width: 100%;
    overflow: hidden;
    gap: 40px;
}

.separator {
    color: rgba(255, 255, 255, 0.15);
}
.joinCustomControlsContainer {
    display: flex;
    justify-content: center;
    width: 100%;
    padding-right: 20px;
}
.customControlsWrapper, .joinCustomControlsWrapper {
    width: 365px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}
.currentSlide {
    font-size: 20px;
    color: white;
}
.totalSlides {
    color: #6B7379;
    font-size: 20px;
}
.customProgressBar, .joinCustomProgressBar {
    flex-grow: 1;
    height: 4px;
    background-color: rgba(255, 255, 255, 0.15);
    border-radius: 2px;
    overflow: hidden;
    position: relative;
}
.customProgressFill, .joinCustomProgressFill {
    height: 100%;
    width: 0%;
    background: linear-gradient(90deg, #40E645, #1CF7FA);
    transition: width 0.4s ease;
}
.customNav, .joinCustomNav {
    display: flex;
    gap: 10px;
}
    .customNav button, .joinCustomNav button {
        background: transparent;
        border: 2px solid rgba(255, 255, 255, 0.15);
        width: 40px;
        height: 40px;
        border-radius: 50%;
        cursor: pointer;
        transition: transform 0.2s ease, border-color 0.2s ease;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
    }

        .customNav button img, .joinCustomNav button img {
            width: 50%; 
            height: 50%;
            object-fit: contain;
            /*pointer-events: none;*/ 
        }

/*sosyal sorumluluk f*/

/*join process s*/
.join-process {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
}
.join-process h2,
.joinProcess h2{
    text-align: center;

}
.sustainabilityHeader{
    margin-bottom:100px;
    max-width:740px;
}
.steps {
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.stepsMobile{
    display:none;
}
.step {
    max-width: 885px;
    display: flex;
    align-items: flex-start;
    gap: 25px;
    padding: 40px;
    border-radius: 18px;
    background: transparent;
    border: 1px solid rgb(89 89 89 / 44%);
    overflow: hidden;
    z-index: 1;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(15px)
}   
.icon {
    z-index: 1;
    margin-top:-5px;
}
.contentCareer {
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.step h3 {
    font-family: "MuseoSlab";
    font-weight: 600;
    font-size: 35px;
    line-height: 100%;
    letter-spacing: 0.25%;
    vertical-align: middle;
    color: rgba(255,255,255,1);
    margin: 0;
}

.step p {
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgba(255,255,255,1);
    margin: 0;
}
.icon svg {
    width: 45px;
    height: 44px;
}
.katki-logo{
    z-index: -1;
    width: 1570px;
    height: 1642.62px;
    position: absolute;
    left: 763px;
}
.katki-logo img{
    object-fit: cover;
}

.top-left-image{
    width: auto;
    height: auto;
    position: absolute;
    left: 0;
    top: 314px;
}
.top-left-image img{
    object-fit: cover;
}

/*join process f*/
@media (max-width:1440px) {
    .sosyalSorumlulukIcon{
        display:none;
    }
    .top-left-image{
        display:none;
    }
    .katki-logo{
        display:none;
    }
}
@media (max-width: 992px) {
    .heroSection {
        padding: 0 20px;
    }
    .heroSectionWrapper {
        min-height: 412px;
    }
    .heroSectionContent {
        width: 100%;
        margin: 0 30px;
        max-width:375px;
    }
        .heroSectionContent h2 {
            margin-bottom: 15px;
        }
        .heroSectionContent p {
            width: 100%;
            font-size: 14px;
            line-height: 20px;
        }

    .effectSection {
        padding-top: 50px;
        padding-bottom: 20px;
    }
    .effectItemLogo svg {
        width: 55px;
        height: 55px;
    }
    .effectWrapper {
        padding: 30px 20px;
        gap: 20px;
    }
    .effectItemValue p {
        font-size: 24px;
        line-height: 29px;
    }

    .effectItemContent p {
        font-size: 14px;
        line-height: 20px;
    }
    .effectItem {
        width: 210px;
    }
    .skaSection {
        min-height: 279px;
        padding: 50px 20px;
    }
    .skaSectionContent p {
        font-size: 14px;
        line-height: 20px;
        padding: 15px 44px 30px 44px;
    }
    .skaSectionContent a {
    font-size: 16px;
    padding: 10px 16px;
}
    .sosyalSorumlulukSection {
        padding-bottom: 50px;
    }
    .sosyalSorumlulukWrapper {
        margin-top: 0px;
        padding: 50px 20px 0 20px;
    }
    .sosyalSorumlulukWrapperContent {
        height: 340px;
        margin-top: 20px;
        margin-bottom: 30px;
        padding: 30px 20px;
        gap: 30px;
    }
    
    .descriptionHeader h3 {
        font-size: 24px;
        line-height: 30px;
    }
    .descriptionHeader {
        gap: 10px;
    }
    .sosyalSorumlulukWrapperContentDescription {
        min-width: 200px;
        gap: 10px;
    }
    .sosyalSorumlulukWrapperContentImage {
        min-width: 200px;
    }
    .descriptionText p {
        font-size: 14px;
        line-height: 20px;
    }
    .customNav button {
        width: 36px;
        height: 36px;
    }
    .join-process-header {
        width: 100%;
        margin-bottom: 0px;
        padding: 50px 20px 20px;
    }
    .join-process h2 {
        font-size: 36px !important;
        line-height: 48px;
    }
    .steps {
        display: none;
    }

    .stepsMobile {
        display: block;
        padding-left: 20px;
    }
    .sosyalSorumlulukSection {
        padding-bottom: 50px;
    }
    .join-process {
        padding-top: 50px;
        padding-bottom: 50px;
        display: unset;
    }
    .icon svg {
        width: 55px;
        height: 55px;
    }
    .step {
        width: 260px;
        height:307px;
        padding: 30px 20px;
        border: 1px solid rgb(89 89 89 / 44%);
        border-radius: 24px;
        flex-direction:column;
        gap:15px;
    }
        .step h3 {
            font-size: 24px;
            line-height: 30px;
        }
        .step p {
            font-size: 14px;
            line-height: 20px;
        }
}
@media (max-width:580px){
    .sosyalSorumlulukWrapperContent{
        flex-direction:column;
        height:100%;
        margin-bottom:0;
    }
    .sosyalSorumlulukWrapperContentDescription {
        width: 100%;
        min-width: 100%;
    }
    .descriptionText {
        gap: 15px;
        max-height: 240px;
        min-height: 240px;
    }
    .sosyalSorumlulukWrapper h2 {
        text-align: center;
    }
    .customControlsWrapper, .joinCustomControlsWrapper {
        width: 320px;
        margin-top: 30px;
        margin-bottom: 50px;
    }
}
@media (max-width: 480px) {
    .heroSectionWrapper {
        min-height: 580px;
        align-items: flex-end;
    }

    .heroSectionContent {
        margin: 0 20px;
        max-width: 280px;
        padding-bottom: 110px;
    }
    .effectSection {
        padding-top: 20px;
        padding-bottom: 0;
    }
    .effectWrapper {
        padding: 20px 40px;
        justify-content: center;
        gap:40px;
    }
    .effectItem {
        width: 278px;
    }
    .skaSection {
        min-height: 447px;
    }
    .skaSectionContent {
        padding: 0;
    }
        .skaSectionContent h2 {
            font-size: 28px;
            line-height: 34px;
        }
        .skaSectionContent p {
            padding: 15px 30px 30px;
        }
    

}

