@charset "UTF-8";


a{
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.bg-detail-work-aspat {
    background: url('../img/detail-work/aspat/slider.jpg') center no-repeat;
    background-size: cover;
    z-index: -1;
    position: fixed;
    left: 0;
    height: 70vh;
    width: 70vw;
    left: 15vw;
    top: 15vh;
}
.bg-detail-work-bilkent {
    background: url('../img/detail-work/bilkentholding/slider.jpg') center no-repeat;
    background-size: cover;
    z-index: -1;
    position: fixed;
    left: 0;
    height: 70vh;
    width: 70vw;
    left: 15vw;
    top: 15vh;
}
.bg-detail-work-kale {
    background: url('../img/detail-work/kale/slider.jpg') center no-repeat;
    background-size: cover;
    z-index: -1;
    position: fixed;
    left: 0;
    height: 70vh;
    width: 70vw;
    left: 15vw;
    top: 15vh;
}
.bg-detail-work-meteksan {
    background: url('../img/detail-work/meteksan/slider.jpg') center no-repeat;
    background-size: cover;
    z-index: -1;
    position: fixed;
    left: 0;
    height: 70vh;
    width: 70vw;
    left: 15vw;
    top: 15vh;
}
.bg-detail-work-simbt {
    background: url('../img/detail-work/simbt/slider.jpg') center no-repeat;
    background-size: cover;
    z-index: -1;
    position: fixed;
    left: 0;
    height: 70vh;
    width: 70vw;
    left: 15vw;
    top: 15vh;
}
.bg-detail-work-petright {
    background: url('../img/detail-work/petright/slider.jpg') center no-repeat;
    background-size: cover;
    z-index: -1;
    position: fixed;
    left: 0;
    height: 70vh;
    width: 70vw;
    left: 15vw;
    top: 15vh;
}
.bg-detail-work-halkbank {
    background: url('../img/detail-work/halkbank/slider.jpg') center no-repeat;
    background-size: cover;
    z-index: -1;
    position: fixed;
    left: 0;
    height: 70vh;
    width: 70vw;
    left: 15vw;
    top: 15vh;
}
.bg-detail-work-gulumseyenkitap {
    background: url('../img/detail-work/gulumseyenkitap/slider.jpg') center no-repeat;
    background-size: cover;
    z-index: -1;
    position: fixed;
    left: 0;
    height: 70vh;
    width: 70vw;
    left: 15vw;
    top: 15vh;
}
.bg-detail-work-hayatsenin {
    background: url('../img/detail-work/hayatsenin/slider.jpg') center no-repeat;
    background-size: cover;
    z-index: -1;
    position: fixed;
    left: 0;
    height: 70vh;
    width: 70vw;
    left: 15vw;
    top: 15vh;
}
.bg-detail-work-iyilikbiriktir {
    background: url('../img/detail-work/iyilikbiriktir/slider.jpg') center no-repeat;
    background-size: cover;
    z-index: -1;
    position: fixed;
    left: 0;
    height: 70vh;
    width: 70vw;
    left: 15vw;
    top: 15vh;
}
.bg-detail-work-dermoscope {
    background: url('../img/detail-work/dermoscope/slider.jpg') center no-repeat;
    background-size: cover;
    z-index: -1;
    position: fixed;
    left: 0;
    height: 70vh;
    width: 70vw;
    left: 15vw;
    top: 15vh;
}
.text-slide {
    height: 60px;
    position: relative;
    overflow: hidden;
    position: absolute;
    bottom: 10%;
    left: 10%;
    width: 100%;
}
.text-slide h2.text-1 {
    position: absolute;
    color: transparent;
    font-weight: 900;
    font-size: 60px;
    letter-spacing: 2px;
    -webkit-text-stroke: 1px #fff;
    z-index: 4;
    pointer-events: none;
}
.partner-list img {
    filter: grayscale(1);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.partner-list img:hover {
    filter: grayscale(0);
}
.service-text {
    padding: 0;
}
.service-item {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 30px 30px;
    overflow: hidden;
    background: #f8f8f8;
    min-height: 400px;
}
p {
    font-size: 14px;
    color: #000;
    line-height: 25px;
    letter-spacing: .5px;
}