/* Services page */
.services {
    background: #131313;
    width: 100%;
    height: auto;
}

.services-title {
    width: 23%;
    height: auto;
    margin: auto;
    display: flex;
    padding: 15px 0 10px 0;
}

.title-content {
    width: 100%;
    font-size: 48px;
    font-weight: 700;
    text-align: center;
    margin: auto;
    color: #D9D9D9;
}

.title-red-dot {
    margin-top: 35px;
    width: 10px;
    height: 10px;
    background-color: #E11F26;

}



.parallax-image {
    width: 462px;
    height: 400px;
    border-radius: 4px;
}

.service-black {
    height: 768px;
    width: 100%;
    background-color: #242424;
    /* overflow-y: auto; */
    overflow-x: hidden;
    /* perspective: 10px; */
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
}

.service-white {
    height: 768px;
    width: 100%;
    background-color: #D9D9D9;
    /* overflow-y: auto; */
    overflow-x: hidden;
    /* perspective: 10px; */
    margin-top: 10px;
    margin-bottom: 10px;

}

.service-black::-webkit-scrollbar {
    display: none;
}

.service-white::-webkit-scrollbar {
    display: none;
}

.service-black-wrapper {
    padding-top: 100px;
    padding-bottom: 40px;
    display: grid;
    grid-template-columns: 1fr .5fr;
    margin: auto;
    width: 80%;
    height: auto;
    align-items: center;
    /* transform-style: preserve-3d; */
}

.service-white-wrapper {
    padding-top: 100px;
    padding-bottom: 40px;
    display: grid;
    grid-template-columns: .5fr 1fr;
    margin: auto;
    width: 80%;
    height: auto;
    align-items: center;
    /* transform-style: preserve-3d; */
}

.service-text {
    /* transform: translateZ(-5px) scale(1.5); */
    margin-top: 36px;
}



.service-title-white {
    color: #D9D9D9;
    font-size: 36px;
    font-weight: 700;
    padding: 80px 0 80px 0;
}

.service-title-black {
    text-align: right;
    color: #131313;
    font-size: 36px;
    font-weight: 700;
    padding: 80px 0 80px 0;
}

.service-description-white {
    color: #D9D9D9;
    font-size: 24px;
    font-weight: 400;
    text-align: justify;
    line-height: 29.05px;
    /* height: 100px; */
    padding-right: 40px;
}

.service-description-black {
    color: #131313;
    font-size: 24px;
    font-weight: 400;
    text-align: justify;
    line-height: 29.05px;
    /* height: 100px; */
    padding-left: 80px;
}

.service-media {
    margin: auto;
    /* margin-left: 40px; */
    width: 462px;
    height: 400px;
    /* padding: 10px 30px 0 30px; */
    /* transform: translateZ(-15px) scale(3); */
    padding-top: 50px;

}

.service-image {}

.service-photography {
    /* margin-left: -196px; */
}

.margin-left {
    margin-left: -50px;
}

div.service-black:nth-child(4) {
    background-color: #5F605D;
    margin-bottom: 0px;
}

/* div.service-image:nth-child(1){
    margin-left: 220px;
} */

.service-btn {
    margin-top: 50px;
    border: none;
    appearance: none;
    background: #E11F26;
    border-radius: 4px;
    box-sizing: border-box;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: Roobert, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    outline: none;
    padding: 10px 24px;
    text-align: center;
    text-decoration: none;
    transition: all 300ms cubic-bezier(.23, 1, 0.32, 1);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    will-change: transform;
}

.service-buttons-wrapper {
    margin: 0;
}

.float-right {
    float: right;
}

.previous-project-btn {
    margin: auto;
}

.contact-us-btn {
    margin: auto;
}

@keyframes item-fade-in {
    from {
        transform: translateY(200px);
        opacity: 0;
    }

    to {
        transform: translateY(0px);
        opacity: 1;
    }
}

.previous-work-contents {
    width: 85%;
    margin: auto;
    height: 340px;
    color: #D9D9D9;
    background-color: #D9D9D9;
    padding-bottom: 20px;
    animation: item-fade-in 450ms ease-out backwards;
    position: relative;
}

.fade-out-work-contents {
    animation: item-fade-out 450ms ease-in;

}

@keyframes item-fade-out {
    from {
        transform: translateY(0px);
        opacity: 1;
    }

    to {
        transform: translateY(200px);
        opacity: 0;
    }
}

.previous-work-contents-wrapper {
    display: flex;
    overflow: hidden;
    /* margin: auto auto; */
    padding: 20px 0;
    width: 95%;
    height: 100%;
    margin: auto;
    /* background-color: #D9D9D9; */

}

.previous-work-item {
    animation: fade;
    display: inline-block;
    /* position: relative; */
    width: 480px;
    height: 320px;
    /* margin: 0 12px; */
    padding-right: 10px;
}

.previous-items {
    width: 480px;
    height: 320px;
    background-color: #E11F26;
    /* margin: auto; */
    /* padding: 5px; */
}

.design-element {
    width: 50px;
    height: 50px;
    background-color: #D9D9D9;
    transform: rotate(45deg);
    z-index: 1;
    position: absolute;
    margin-left: 50px;
    margin-top: -8px;
    padding: 0%;
}


/* .owl-item {
    width: 500px !important;
} */

.previous-work-content-change {
    background-color: #5F605D;
}

.design-element-change {
    width: 50px;
    height: 50px;
    background-color: #5F605D;
    transform: rotate(45deg);
    /* perspective: 2px; */
    z-index: 1;
    position: absolute;
    margin-top: -10px;
    padding: 0%;
    margin-left: 92%;

}

.service-media-mobile {
    /* width: 90%; */
    height: auto;
    width: 370px;
    height: 325px;
    overflow: hidden;
}

.service-media {
    width: 90%;
    height: auto;
    width: 370px;
    height: 380px;
    overflow: hidden;
}

.service-media-wrapper {
    margin: 15px auto;
    padding-top: 20px;
    width: 100%;
    overflow: hidden;
    height: 580px;
    align-items: center;

}

.mySlides {
    width: 100% !important;
    border-radius: 4px !important;
}

@media screen and (min-width:376){
    .owl-item {
        width: 370px !important;
    }
}

.owl-item {
    width: 340px;
}