.about-us {
    position: relative;
    width: 100%;
    height: auto;
}
.human-resources-row{
    width: 100%;
    max-width: 1197px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    align-items: flex-start;
    column-gap: 80px;
    margin-top: 80px;
    margin-bottom: 60px;
    display: flex;
    align-items: baseline;
    justify-content: space-around;
    flex-direction: row-reverse;
}
.human-resources{
    padding: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    margin-top: 60px;
    margin-bottom: 100px;
}

.human-resources .human-resources-content{
    color: var(--color-8);
    font-size: 18px;
    line-height: 32px;
    margin-top: 0;
    margin-bottom: 10px;
}
.human-resources .human-resources-title{
    font-weight: 800;
    font-size: 48px;
    line-height: 1.2;
    letter-spacing: 0.4px;
    color: var(--color-9);
    text-align: left;
    font-family: var(--font-bold);
}


.custom-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #3498db;
    color: #fff;
    text-decoration: none; /* Bağlantı alt çizgisini kaldırın */
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease; /* Renk değişimi için geçiş efekti */
}


.open-positiones-button {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 100%;
    font-size: 16px;
    font-family: var(--font-semibold);
    padding: 10px 20px;
    background-color: var(--primary);
    color: #fff;
    text-decoration: none;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s
 }

 .open-positiones-button:hover {
    background-color: var(--primary-hover);
    transform: scale(1.05);
}










.about-us .entry {
    position: relative;
    width: 100%;
    height: auto;
    border-bottom: 16px solid var(--primary);
}

.about-us .entry-header {
    width: 100%;
    height: auto;
    background: var(--primary);
    padding-top: 15px;
    padding-bottom: 15px;
}

.about-us .entry-header .menu-list {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-left: 80px;
}

.about-us .entry-header .menu-item {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 600;
    letter-spacing: 0.8px;
    color: var(--color-0);
    font-family: var(--font-regular);
    text-decoration: none;
    transition: all 0.3s ease;
}

.about-us .entry-header .menu-item .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    width: fit-content;
    margin-left: 6px;
    margin-right: 6px;
}

.about-us .entry-header .menu-item:hover {
    text-decoration: underline;
}

.about-us .entry-wrap {
    width: 100%;
    height: 320px;
    position: relative;
    overflow: hidden;
}

.about-us .entry-wrap .media {
    width: 100%;
    height: 100%;
    background: #32313d;
}

.about-us .entry-wrap .media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    user-select: none;
    appearance: none;
    opacity: 0.4;
}

.about-us .entry-wrap .content {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    position: absolute;
    width: 100%;
    height: 100%;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 80px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.about-us .entry-wrap .content .title {
    font-weight: 800;
    font-size: 70px;
    line-height: 1.2;
    letter-spacing: 0.4px;
    color: var(--color-0);
    text-align: left;
    font-family: var(--font-bold);
    margin-bottom: 0;
}

.about-us .entry-wrap .content .title:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: -1px;
    width: 170px;
    height: 16px;
    background-color: var(--primary);
}

.about-us .intro {
    width: 100%;
    height: auto;
}

.about-us .intro .container {
    width: 100%;
    height: auto;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    margin-bottom: 100px;
}

.about-us .intro .container .wrap {
    width: 100%;
    height: auto;
    max-width: 640px;
    margin-right: auto;
}

.about-us .intro .container .title {
    font-weight: 800;
    font-size: 48px;
    line-height: 1.2;
    letter-spacing: 0.4px;
    color: var(--color-9);
    text-align: left;
    font-family: var(--font-bold);
}

.about-us .intro .container .paragraph {
    font-size: 17px;
    line-height: 1.5;
    font-weight: 600;
    color: var(--color-9);
    font-family: var(--font-regular);
    margin-top: 0;
}

.about-us .cta {
    width: 100%;
    height: auto;
}

.about-us .cta .row {
    width: 100%;
    height: auto;
    max-height: calc(100vh - 100px);
    display: flex;
    flex-direction: row;
}

.about-us .cta .row .media {
    width: 40%;
    height: auto;
}

.about-us .cta .row .media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    user-select: none;
    appearance: none;
}

.about-us .cta .row .content {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding: 60px 120px;
    width: 60%;
    height: auto;
    background: #f6f5f3;
}

.about-us .cta .row .content .wrap {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    max-width: 540px;
    margin-right: auto;
}

.about-us .cta .row .content .title {
    font-weight: 800;
    font-size: 44px;
    line-height: 1.2;
    letter-spacing: 0.4px;
    color: var(--color-9);
    text-align: left;
    font-family: var(--font-bold);
    margin-top: 0;
    margin-bottom: 16px;
}

.about-us .cta .row .content .paragraph {
    font-size: 15px;
    line-height: 1.5;
    font-weight: 600;
    color: var(--color-9);
    font-family: var(--font-regular);
    margin-top: 0;
}

.about-us .cta .row .content .btn {
    background: var(--primary);
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    color: #ffffff;
    padding: 18px 50px;
    text-decoration: none;
    border: 1px solid var(--primary);
    width: fit-content;
    transition: all 0.2s ease;
    font-family: var(--font-regular);
    letter-spacing: 0.4px;
    margin-top: 24px;
}

.about-us .cta .row .content .btn:hover {
    transform: translate3d(0, -4px, 0);
    box-shadow: var(--shadow-md);
}

.about-us .cta .row.reverse {
    flex-direction: row-reverse;
}

.about-us .cta .row.reverse .content {
    background: #343248;
}

.about-us .cta .row.reverse .content .title {
    color: var(--primary);
}

.about-us .cta .row.reverse .content .paragraph {
    color: var(--color-0);
}

.about-us .cta .row .content .btn-list {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: auto;
}

.about-us .cta .btn-item {
    width: 50%;
    height: auto;
    text-decoration: none;
    margin-top: 20px;
    margin-right: 50px;
}

.about-us .cta .btn-item:last-child {
    margin-right: 0;
}

.about-us .cta .btn-item .link {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: auto;
    padding-bottom: 15px;
    border-bottom: 2px solid var(--primary);
    transition: all 0.3s ease;
}

.about-us .cta .btn-item .link .text {
    font-size: 17px;
    line-height: 1.5;
    font-weight: 600;
    letter-spacing: 0.4px;
    color: var(--color-9);
    font-family: var(--font-regular);
}

.about-us .cta .btn-item .link .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
}

.about-us .cta .btn-item .link .icon svg {
    color: var(--primary);
    transition: all 0.3s ease;
}

.about-us .cta .btn-item:hover .link .icon svg {
    color: var(--color-9);
}

@media only screen and (max-width:600px){
    .about-us .intro .container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .cs{
        margin-left: 10px!important;
    
    }
    .human-resources-row{
        flex-direction: column;
    }
    .human-resources{
        margin: 0!important;
        padding: 10px;
        align-items: flex-start;
    }
    .human-resources .human-resources-title{
        font-size: 28px;
    }
    .about-us .entry-wrap .content .title{
        font-size: 49px; 
        margin-left: 10px;
    }

    .about-us .cta .row {
        max-height: auto;
        flex-direction: column;
    }

.about-us .cta .row .content {
    width: 100%;
        padding: 60px 40px;
}

.about-us .cta .row .media {
    width: 100%;
    height: 320px;
}

.about-us .cta .row.reverse {
    flex-direction: column;
   max-height: auto;
}

.about-us .intro .container .title {
    font-size: 44px;
}

.about-us .cta .btn-item .media {
    display: none;
}

.about-us .cta .btn-item .link .text {
    font-size: 15px;
}

.about-us .cta .row .content .title {
    font-size: 36px;
    margin-bottom: 20px;
}

}

@media (min-width:481px) and (max-width:767px){

}

@media (min-width:768px) and (max-width:1024px){

}

@media (min-width:768px) and (max-width:1024px) and (orientation:landscape){

} 