.video-container {
    display: flex;
    align-content: center;
    justify-content: center;
    min-height: 45rem;
}

.video-container video {
    width: 550px;
    height: auto;
}

.heading-with-video-content {
    display: flex;
    justify-content: space-between; 
    width: 100%;
}

.page-content, .site-header {
    animation: fade-in 1s ease forwards;
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.apl-background {
    background: #fff!important;
}

.ar-work-image svg {
    position: absolute;
    left: calc(50% - 48px);
    top: calc(43% - 48px);
}
.video-fullwidth {
    width:100vw; 
    height: auto; 
    object-fit: cover;
}

/* video animation adjustments */
@media only screen and (min-width: 1600px) {
    .media-yetenekler video {
        margin-top:-3rem;
        margin-left:2rem!important;
        width: 75%!important;
    }
    .media-insanlar video {
        margin-top:-5rem;
        width: 90%!important;
    }
    .media-markalar video {
        margin-top:-5rem;
        width: 80%!important;
    }
}


.people-wrapper {
    display:flex; 
    flex-wrap: wrap;
}
@media only screen and (max-width: 450px) {
    .people-wrapper {
        flex-direction: column;
    }
    .video-fullwidth {
        width:100vw;
        aspect-ratio: 1/1;
        object-fit: cover;
    }
}

.c-col-4 video {
    clip-path: inset(2px 2px)!important;
}

.what-we-do {
    border-left:3px solid var(--graf-yellow); 
    padding:0px 20px
}

.tech-stack-logos {
    display:grid; 
    grid-template-columns: repeat(9,  1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    place-items:center;
    margin-bottom:2rem;
}

.tech-stack-logos svg{
    opacity:.7;
    transition: all .3s;
    
}

.tech-stack-logos svg:hover{
    opacity:1;
}

@media only screen and (max-width: 1599px) {
    .tech-stack-logos svg {
        scale:0.8;
    }
}
@media only screen and (max-width: 1199px) {
    .tech-stack-logos {
        grid-template-columns: repeat(auto-fill, minmax(90px, 1fr));
    }
}

.solutions-item {
    padding:2rem;
    transition: all .3s;
    color: rgba(25,27,29,.6)
}
.solutions-item h2 {
    transition: all .3s;
}

.solutions-item:hover h2 {
    color: var(--graf-yellow);
}

.text-wrapper h4 {
    margin-top:4rem;
}

.section-dark {
    background: #131313;
    color: #fff;
}
.section-dark * {
    color: #fff;
}
.footer-doc-links {
    display: flex;
    gap:1rem;
    margin-top: 2rem;
}
.footer-doc-links a {
        font-size: 14px;
        color: #888;
        font-weight: 300;
        line-height: 22px;
        text-decoration: underline;
        letter-spacing: 0;
}

.contact-links a {
    color: #888;
    text-decoration: underline;
    letter-spacing: 0;
}
