/* Hearder */

header .slider-images img {
    -o-object-position: bottom;
    object-position: bottom;
}

/* Services */

.services .filter i {
    width: 85px;
    height: 85px;
    border-radius: 24px;
    font-size: 42px;
    padding: 21px 0;
    background: #F4F9FF;
    color: #7688a2;
    -webkit-box-shadow: inset 0 0 15px rgba(55, 84, 170, 0.15);
    box-shadow: inset 0 0 15px rgba(55, 84, 170, 0.15);
    cursor: pointer;
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

.filter div.active i {
    color: #fff
}

.filter div.active.green i {
    background: #26c195;
}

.filter div.active.yellow i {
    background: #F8C545
}

.filter div.active.blue i {
    background: #0087ff
}

.filter div.active.red i {
    background: #EB6872
}

.services .filter h3 {
    color: #7688a2;
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

.filter div.active h3 {
    color: #1b305b;
}

.services .info {
    background: #f1f6fe;
    border-radius: 24px;
    padding: 3%;
    margin-top: 4%;
    overflow: hidden;
    -webkit-box-shadow: inset 0 0 15px rgba(55, 84, 170, 0.15);
    box-shadow: inset 0 0 15px rgba(55, 84, 170, 0.15)
}

.services .info.animation {
    -webkit-animation: changeContent .75s ease-in-out;
    animation: changeContent .75s ease-in-out
}

@-webkit-keyframes changeContent {
    0 {
        -webkit-filter: grayscale(0);
        filter: grayscale(0);
        -webkit-transform: rotate(0) translate(0, 10px);
        transform: rotate(0) translate(0, 10px)
    }

    50% {
        -webkit-filter: grayscale(1);
        filter: grayscale(1);
        opacity: 0.1;
        -webkit-transform: rotate(0) translate(0, 50px);
        transform: rotate(0) translate(0, 50px)
    }

    100% {
        -webkit-filter: grayscale(0);
        filter: grayscale(0)
    }
}

@keyframes changeContent {
    0 {
        -webkit-filter: grayscale(0);
        filter: grayscale(0);
        -webkit-transform: rotate(0) translate(0, 10px);
        transform: rotate(0) translate(0, 10px)
    }

    50% {
        -webkit-filter: grayscale(1);
        filter: grayscale(1);
        opacity: 0.1;
        -webkit-transform: rotate(0) translate(0, 50px);
        transform: rotate(0) translate(0, 50px)
    }

    100% {
        -webkit-filter: grayscale(0);
        filter: grayscale(0)
    }
}

.services .info .categores {
    margin-bottom: 30px;
    margin-top: 0
}

.services .info .categores li {
    display: inline-block;
    padding: 10px;
    background: #ffffff;
    border-radius: 4px;
    width: calc(100% / 4 - 10px);
    margin-bottom: 14px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

.services .info .categores li.active {
    color: #fff
}

.services .info .web .categores li.active {
    background: #26c195;
    -webkit-box-shadow: 0 0 10px rgba(38, 193, 149, 0.5);
    box-shadow: 0 0 10px rgba(38, 193, 149, 0.5)
}

.services .info .software .categores li.active {
    background: #F8C545;
    -webkit-box-shadow: 0 0 10px rgba(248, 197, 69, 0.5);
    box-shadow: 0 0 10px rgba(248, 197, 69, 0.5)
}

.services .info .marketing .categores li.active {
    background: #0087ff;
    -webkit-box-shadow: 0 0 10px rgba(0, 135, 255, 0.5);
    box-shadow: 0 0 10px rgba(0, 135, 255, 0.5)
}

.services .info .mobile .categores li.active {
    background: #EB6872;
    -webkit-box-shadow: 0 0 10px rgba(235, 104, 114, 0.5);
    box-shadow: 0 0 10px rgba(235, 104, 114, 0.5)
}

.services .info > div {
    display: none;
}

.services .info > div.current {
    display: block;
}

.services .info div.flex:last-of-type {
    margin-bottom: 0
}

.services .info div.flex.show {
    z-index: 50
}

.services .info div.flex:not(.show) {
    position: absolute;
    left: 0
}

.services .info div.flex div {
    position: absolute;
    top: 0;
    opacity: 0;
    -webkit-transition: left 0.4s cubic-bezier(0.47, 0, 0.75, 0.72),
        right 0.4s cubic-bezier(0.47, 0, 0.75, 0.72),
        opacity 0.4s cubic-bezier(0.47, 0, 0.75, 0.72);
    transition: left 0.4s cubic-bezier(0.47, 0, 0.75, 0.72),
        right 0.4s cubic-bezier(0.47, 0, 0.75, 0.72),
        opacity 0.4s cubic-bezier(0.47, 0, 0.75, 0.72)
}

.services .info div.flex.show div {
    opacity: 1;
    -webkit-transition: left 0.4s cubic-bezier(0.39, 0.58, 0.57, 1) 0.4s,
        right 0.4s cubic-bezier(0.39, 0.58, 0.57, 1) 0.4s,
        opacity 0.8s cubic-bezier(0.39, 0.58, 0.57, 1) 0.4s;
    transition: left 0.4s cubic-bezier(0.39, 0.58, 0.57, 1) 0.4s,
        right 0.4s cubic-bezier(0.39, 0.58, 0.57, 1) 0.4s,
        opacity 0.8s cubic-bezier(0.39, 0.58, 0.57, 1) 0.4s
}

.services .info div.flex div:first-of-type {
    width: 54%;
    left: -60%
}

.services .info div.flex div:last-of-type {
    width: 38%;
    right: -44%
}

.services .info div.flex div:last-of-type:after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 20%;
    right: -30%;
    width: 75%;
    height: 95%;
    border-radius: 35% 60% / 60% 20%;
}

.services .info .web div.flex div:last-of-type:after {
    background: rgba(38, 193, 149, 0.2);
}

.services .info .software div.flex div:last-of-type:after {
    background: rgba(248, 197, 69, 0.2)
}

.services .info .marketing div.flex div:last-of-type:after {
    background: rgba(0, 135, 255, 0.2)
}

.services .info .mobile div.flex div:last-of-type:after {
    background: rgba(235, 104, 114, 0.2)
}

.services .info div.flex.show div:first-of-type {
    left: 0
}

.services .info div.flex.show div:last-of-type {
    right: 0
}

.services .info h3 {
    margin-top: 0;
}

.services .info .web h3 {
    color: #26c195
}

.services .info .software h3 {
    color: #F8C545
}

.services .info .marketing h3 {
    color: #0087ff
}

.services .info .mobile h3 {
    color: #EB6872
}

.services .info img {
    border-radius: 24px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    height: 550px;
    -webkit-box-shadow: 10px 10px 15px rgba(55, 84, 170, 0.15);
    box-shadow: 10px 10px 15px rgba(55, 84, 170, 0.15)
}

.services .info p {
    color: #1b305b
}

.services .info ul {
    font-family: 'Poppins';
    font-size: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
    color: #7688a2
}

@media (max-width: 1200px) {
    .services .flex-4 > div {
        width: calc((100% / 4) - 2%);
        margin-bottom: 0px
    }
}

@media (max-width: 768px) {

    .services .info .categores {
        margin-bottom: 10px
    }
    
    .services .flex-4 > div {
        width: 48%
    }

    .services .info .categores li {
        width: 100%
    }

    .services .info img {
        height: 300px
    }

    .services .info div.flex div {
        width: 100% !important
    }

    .services .info div.flex div:last-of-type {
        display: none
    }
}
