
.bg-dark-1{
    background: #0E0E0E;
}

p{
    br{
        @media #{$md-layout} {
            display: none;
        }
        @media #{$sm-layout} {
            display: none;
        }
    }
}

.our-approch-area-style-one{
    position: relative;
    z-index: 10;
    .grid-lines-wrapper{
        top: 0;
        .grid-lines{
            .grid-line{
                background: #0E0E0E;
            }
        }
    }
}
.single-approach-area-start{
    padding: 32px;
    background-color: #111111;
    border-radius: 6px;
    position: relative;
    transition: .3s;
    overflow: hidden;
    z-index: 2;
    width: 519px;
    border: 1px solid #242323;
    @media #{$laptop-device} {
        width: 100%;
    }
    @media #{$smlg-device} {
        width: 100%;
    }
    @media #{$md-layout} {
        width: 100%;
    }
    @media #{$sm-layout} {
        width: 100%;
    }
    @media #{$small-mobile} {
        padding: 15px;
    }
    &.two{
        &::after{
            content: '02' !important;
        }
        &::before{
            background-image: url(../images/banner/24.jpg);
        }
    }
    &.three{
        &::after{
            content: '03' !important;
        }
        &::before{
            background-image: url(../images/banner/25.jpg);
        }
    }
    & img{
        width: 0%;
        height: 100% !important;
        z-index: -1;
        position: absolute;
        right: 0;
        top: 0;
        transition: .6s;
    }
    &:hover{
        .title{
            font-style: italic;
            &::after{
                width: 100%;
                left: 0;
            }
            & i {
                font-size: 22px;
                right: -35px;
                opacity: 1;
            }
        }
        p.disc{
            color: #fff;
        }
        & img {
            z-index: -1;
            width: 100%;
            left: 0;
            top: 0;
        }
        & .number{
            color: rgba(0, 0, 0, 0);
            -webkit-text-fill-color: rgba(255, 255, 255, 0); /* Will override color (regardless of order) */
            -webkit-text-stroke-width: 1px;
            -webkit-text-stroke-color: #bdbdbd;
        }
    }
    & .number{
        position: absolute;
        font-size: 80px;
        right: 20px;
        top: 0;
        color: rgba(0, 0, 0, 0);
        -webkit-text-fill-color: rgba(255, 255, 255, 0); /* Will override color (regardless of order) */
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: #cccccc;
        font-weight: 700;
        transition: .3s;
        line-height: 1;
    }
    .title{
        color: #fff;
        text-transform: uppercase;
        font-weight: 400;
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 10px;
        transition: all .1s;
        position: relative;
        max-width: max-content;
        i{
            position: absolute;
            right: -0px;
            font-weight: 300;
            top: 50%;
            transform: translateY(-50%);
            font-size: 0;
            transition: all .5s;
            opacity: 0;
        }
        &::after{
            position: absolute;
            content: '';
            right: 0;
            bottom: 0;
            height: 1px;
            background: #fff;
            width: 0%;
            transition: .5s;
        }
    }
    p.disc{
        color: #74787C;
        margin: 0;
        br{
            @media #{$md-layout} {
                display: none;
            }
            @media #{$sm-layout} {
                display: none;
            }
        }
    }
}



.main-wrapper-case-studies{
    .title{
        font-weight: 800;
        font-size: 200px;
        line-height: 210px;
        color: #fff;
        text-transform: uppercase;
        @media #{$laptop-device} {
            font-size: 180px;
        }
        @media #{$smlg-device} {
            font-size: 150px;
            @media #{$md-layout} {
                font-size: 120px;
            }
            @media #{$sm-layout} {
                font-size: 100px;
            }
        }
        span{
            -webkit-text-stroke-width: 1px;
            -webkit-text-stroke-color: #74787C;
            color: #0E0E0E;
        }
    }
}
.container-full-150{
    padding: 0 150px;
    @media #{$sm-layout} {
        padding: 0 15px;
    }
}
.flot-right-150{
  width: 110%;
  @media #{$large-mobile} {
    width: 100%;
  }
}


.carticle-slide-active{
    .title{ 
        @media #{$sm-layout }{
            color: #fff;
            font-weight: 700;
            font-size: 28px;
            text-transform: uppercase;
            line-height: 43px;
        }
    }
}








