﻿.HCContainer {
    position: relative;
    max-width: 1920px;
    margin:auto;
    /*height: 892px;*/
    display: flex;
    gap: 96px;
    padding:150px 100px;
}

.HCContextC {
/*    width: 803px;
    height: 339px;
    top: 290px;
    left: 97px;
    gap: 20px;
    position:absolute;*/
}

.HCHeader {
    margin-bottom:24px;
}

.HCDesc {
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    text-align: left;
    color:white;
    margin-bottom:40px;
}

.HCBtn1C {
    
    background: linear-gradient(105.03deg, rgba(255, 255, 255, 0.5) 0.98%, rgba(255, 255, 255, 0) 29.24%, rgba(255, 255, 255, 0) 59.71%, rgba(255, 255, 255, 0.5) 98.4%);
    border-radius: 6px;
    width: 251px;
    height: 53px;
}
.HCBtns{
    display:flex;
    align-items:center;
    gap:20px;
}

.HCVideoThumb {
    border-radius: 24px;
    /*    position: absolute;
    width: 803px;
    height: 452px;
    top: 251px;
    left: 996px;
    border-radius: 24px;
    border: 1px solid;
    cursor: pointer;*/
}

.HCVideoThumb img {
    filter:blur(1px);
}

    .HCShape1 {
    position: absolute;
    background-image: url("/Dosyalar/HomeCareer/homeCareerBg.png");
    width: 878px;
    height: 435px;
    top: 0;
    left: 236px;
    gap: 10px;
}

.HCShape2 {
    background-image: url("/Dosyalar/HomeCareer/Gradient Shape Bar.png");
    width: 152px;
    height: 152px;
    top: 100px;
    left: 620px;
    position: absolute;
    background-size: cover;
}

.HCShape3 {
    background-image: url("/Dosyalar/HomeCareer/arrow_2.png");
    position: absolute;
    width: 106px;
    height: 106px;
    bottom: 170px;
    left: 450px;
    background-size: cover;
}

.HCShape4 {
    background-image: url("/Dosyalar/HomeCareer/arrow_3.png");
    position: absolute;
    width: 164px;
    height: 164px;
    right: 20%;
    top: 70px;
    background-size: cover;
}

.HCShape5 {
    background-image: url("/Dosyalar/HomeCareer/arrow_4.png");
    position: absolute;
    width: 226px;
    height: 226px;
    background-size: cover;
    z-index: 1;
    bottom: 8px;
    right: 250px;
}

.HCShape6 {
    background-image: url("/Dosyalar/HomeCareer/amblem.svg");
    background-repeat: no-repeat;
    position: absolute;
    width: 208px;
    height: 255px;
    right: 0;
    top: calc(50% - 120px);
    gap: 0px;
    z-index: 1;
}


.HcVideoPopupC {
    display:none;
    align-items:center;
    justify-content:center;
    position: fixed;
    top:0;
    left:0;
    width: 100vw;
    height: 100vh;
    z-index: 6;
    background: #00000080;
    backdrop-filter: blur(5px);
}

.HcVideoPopup {
    position: relative;
    width: min(80vw, 1140px);
    max-height:80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 16 / 9;
}

.HcVideo {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
    margin: auto;
}
.videoWrapper{
    position:relative;
}
.HcExitbtn {
    cursor: pointer;
    position: absolute;
    top: -54px;
    right: 0;
}
.homeGencYetenekSection {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    flex-direction: column;
 
}

.homeGencYetenekContainer {
    position: relative;
    width: min(90vw, 1580px);
    display: flex;
    align-items: center;
    gap: 50px;
    justify-content: center;
}

.homeGencYetenekItem {
    width: 100%;
    height: 719px;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-direction: column;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    /* background: linear-gradient(124.48deg, rgba(255, 255, 255, 0.3) -0.5%, rgba(255, 255, 255, 0.1) 49.75%, rgba(255, 255, 255, 0.3) 100%);*/
    background-color: rgba(0, 0, 0, 1);
    text-align: center;
    overflow: hidden;
}

.homeGencYetenekImage {
    width: 100%;
    max-height: 380px;
    min-height: 380px;
    border-radius: 24px 24px 0 0;
    overflow: hidden;
}

    .homeGencYetenekImage img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
.careerImageTablet{
    display:none;
}
.careerImageMobile {
    display: none;
}
.homeGencYetenekContent {
    padding: 50px 55.5px;
    background-color: rgba(0,0,0,1);
}

.homeGencYetenekContentHeader {
    margin-bottom: 20px;
}

.homeGencYetenekContent h3 {
    font-family: 'MuseoSlab';
    color: rgba(255, 255, 255, 1);
    font-size: 45px;
    line-height: 54px;
    text-align: center;
    margin: 0;
}

.homeGencYetenekContentDescription {
    margin-bottom: 20px;
}

.homeGencYetenekContent p {
    color: rgba(255, 255, 255, 1);
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    margin: 0;
    min-height: 75px;
}

.homeGencYetenekContentButton {
    display: flex;
    justify-content: center;
    margin-top: 44px;
}



.closeButton {
    position: absolute;
    top: 20px;
    right: 30px;
}

    .closeButton img {
        width: 24px;
        height: 24px;
        cursor: pointer;
    }

@media (max-width:1440px){
    .HCContainer {
        gap: 48px;
    }
    .HcExitbtn {
        width: 22px;
        height: 22px;
    }
}
@media (max-width:1340px){
    .HCShape5 {
        width: 160px;
        height: 160px;
        bottom: 175px;

    }
    .homeGencYetenekContent {
        padding: 40px 20px;
    }
    .homeGencYetenekContainer{
        gap:30px;
    }
}
@media (max-width:1200px){
    .HCContainer {
        flex-direction:column;
        gap:0;
        padding: 50px 60px 164px;
    }
    .HCShape1{
        display:none;
    }
    .HCShape2 {
        width: 52px;
        height: 52px;
        top: 196px;
        left: 870px;
    }
    .HCShape3 {
        bottom: 266px;
        left: 32px;
    }
    .HCShape4 {
       display:none;
    }
    .HCShape5 {
       display:none;
    }
    .HCShape6{
        display:none;
    }
    .HCVideoC {
        max-width: 800px;
        margin: auto;
    }
    .HCBtnsWrapper {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .HCBtns {
        flex-direction: column;
        width: 342px;
        align-items: center;
        justify-content: center;
    }
    .HCHeader{
        text-align:center;
    }
    .HCDesc {
        text-align: center;
    }
    .width100 {
        width: 100%;
    }

}
@media (max-width: 992px) {
    .homeGencYetenekContainer{
        gap:25px;
    }
    .homeGencYetenekItem {
        height: 488px;
    }
    .homeGencYetenekContent {
        padding: 20px;
    }
        .homeGencYetenekImage {
        min-height: 249px;
        max-height: 249px;
    }
    .homeGencYetenekContentHeader{
        margin-bottom:10px;
    }
    .homeGencYetenekContent h3 {
        font-size: 24px;
        line-height: 25px;
    }
    .homeGencYetenekContent p{
        font-size:14px;
    }
    .homeGencYetenekContentButton {
         margin-top: 0; 
    }
   
    .HCContainer {
        padding: 50px 20px 140px;
        margin-bottom: 50px;
    }

    .HCContextC {
        max-width: 562px;
        margin: auto;
    }

    .HCHeader {
        margin-bottom: 15px;
    }

    .HCDesc {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 30px;
    }

    .HCVideoC {
        max-width: 450px;
    }

    .HCPlyBtn {
        width: 55px;
    }

    .HCShape2 {
        width: 50px;
        height: 50px;
        top: 153px;
        left: unset;
        right: 38%;
    }

    .HCShape3 {
        width: 50px;
        height: 50px;
        bottom: 270px;
        left: 44px;
    }

    .HCShape5 {
        display: block;
        width: 50px;
        height: 50px;
        bottom: 115px;
        right: 320px;
    }
    .careerImageWeb{
        display:none;
    }
    .careerImageTablet {
        display: block
    }
    .HcExitbtn {
        cursor: pointer;
        position: absolute;
        top: -30px;
        right: 0;
    }
}
@media (max-width: 768px) {

    .homeGencYetenekContainer {
        gap: 16px;
    }
        .homeGencYetenekContent p {
            line-height:20px;
            min-height:100px;
        }

}
@media (max-width:600px){
    .homeGencYetenekSection {
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

        .homeGencYetenekSection::-webkit-scrollbar {
            display: none;
        }
    .homeGencYetenekContainer {
        flex-direction:column;
        position:absolute;
        top: 65px;
    }

    #gencYetenekCloseBtn {
        position: absolute;
        margin: 0;
        top: -24px;
    }
    .homeGencYetenekContent p {
        min-height: 90px;
    }
  
 
}
@media (max-width:480px) {
    .HCHeader {
        text-align: left;
    }

    .HCDesc {
        text-align: left;
    }

    .HCShape2 {
        top: 60px;
        right: 15%;
    }
    .careerImageWeb {
        display: none;
    }

    .careerImageTablet {
        display: none
    }

    .careerImageMobile {
        display: block;
    }
    .HcExitbtn {
        cursor: pointer;
        position: absolute;
        top: -29px;
        right: 0;
    }
    .HCBtns {
        width: 320px;
    }
}
@media (max-width: 375px) {
    .homeGencYetenekSection {
        padding: 10px 0;
        overflow-y: auto;
    }

    .homeGencYetenekContainer {
        padding: 10px;
    }

    .homeGencYetenekContent {
        padding: 16px;
    }

        .homeGencYetenekContent h3 {
            font-size: 20px;
            line-height: 26px;
        }

        .homeGencYetenekContent p {
            font-size: 14px;
            line-height: 20px;
        }


    .HcExitbtn {
        width: 22px;
        height: 22px;
    }
}


