.block-achievements{
    padding: 10vh 0;
    background: #fff;
    position: relative;
    overflow: hidden;
    margin-left: calc((-100vw + 1128px) / 2 );
    width: 100vw;
    background: linear-gradient(270deg, #525252 0%, #303030 100%);
    height: 60vh;
}
.block-achievements .wrapper{
    display: flex;
    flex-wrap: wrap;
}
.block-achievements .sque-box{
    position: absolute;
    bottom:40px;
}
.block-achievements .sque-title {
    color: #fff;
    bottom: 245px;
}
.block-achievements .sque-title::after {
    background-color: #fff;
}
.achievements-slide{
    position: relative;
}
.block-achievements .slider-percent{
    right: -10%;
    width: 290px;
    position: absolute;

}
.block-achievements .slider-year{
    position: absolute;
    bottom: 0;
    left: -25%;
    margin: auto;
    z-index: 0;
    width: 100%;
    display: flex;
    align-items: center;
    z-index: 1;
    opacity: 0.37;
}

.block-achievements .slider-year .year-achievements{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    font-size: 203.93px;
    line-height: 239px;
    text-transform: uppercase;
    color: #FFFFFF;

}
.block-achievements .slider-text{
    position: absolute;
    left: 0px;
    z-index: 0;
    width: 100%;
    height: 60vh;
    display: flex;
    align-items: center;
    top: 5vh;

    margin: auto;
    min-width: 380px;
    max-width: 30%;
    z-index: 6;
}
.block-achievements .slider-text .ach-title{

    font-weight: 800;
    font-size: 40px;
    line-height: 48px;

    letter-spacing: 0.03em;
    text-transform: uppercase;

    color: #FFFFFF;
}
.block-achievements .slider-text .ach-excerpt{
    margin-bottom: 50px
}
.block-achievements .slider-text .ach-excerpt p{
    font-size: 17px;
    line-height: 29px;
    color: #FFFFFF;
}
.block-achievements .slider-text .global-button{
    color: #fff;
}
.block-achievements .slider-text .global-button:after{
    color: #FFFFFF;
}

.block-achievements .achievements-slide{
    width: calc(100% - 80px);
    left: 80px;
    bottom: 5vh;
}
.block-achievements .slider-first-image{
    width: 183px;
    height: 105px;
    position: absolute;
    left: 0;
    top: 5vh
}
.block-achievements .slider-second-image{
    width: 210px;
    height: 180px;
    position: absolute;
    left: 0;
    bottom: 5vh
}
.block-achievements .slider-third-image{
    width: 100%;
    height: auto;
    position: absolute;
    right: 0;
    top: 0vh
}
.block-achievements  .right-ach{
    position: absolute;
    right: 0;
    width: 55%;
    height: 60vh;
}
.block-achievements .achievements-navigation{
    flex: 0 0 100%;
    position: absolute;
    bottom: 40px;
    display: flex;
    width: 100%;
}
.block-achievements .achievements-navigation:before{
    content: '';
    position: absolute;
    width: 968px;
    height: 1px;
    background: rgba(255,255,255,.35);
    left: 40px;
    bottom: 20px;
}
.block-achievements .achievements-navigation .slider-navigation{
    margin-left: 80px;
    width:928px;
}
.block-achievements .achievements-slider-controls{
    position: relative;
    right: 0;
    top: 0;
    display: flex;
    width: 100px;
    justify-content: flex-end;
    align-items: flex-end;
}
.block-achievements .achievements-slider-controls .slick-arrow{
    display: inline-block;
    width: 40px;
    height: 40px;
    background: transparent;
    border: none;
    color: #fff;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    cursor: pointer;
}
.block-achievements .achievements-slider-controls .slick-arrow i,
.block-achievements .achievements-slider-controls .slick-arrow svg{
    font-size: 20px;
    color: #fff;
    transition: all 0.5s ease ;
    -webkit-transition: all 0.5s ease ;
    -moz-transition: all 0.5s ease ;
    -o-transition: all 0.5s ease ;
}
.block-achievements .achievements-slider-controls .slick-arrow:hover i,
.block-achievements .achievements-slider-controls .slick-arrow:hover svg{
    transition: all 0.5s ease ;
    -webkit-transition: all 0.5s ease ;
    -moz-transition: all 0.5s ease ;
    -o-transition: all 0.5s ease ;
    color: #BC1E21;
}
.block-achievements .nav-achievements{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 85px;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: #A4A4A4;
    display: flex;
    flex-direction: column;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    cursor: pointer;
}
.block-achievements .nav-achievements:after{
    margin-top: 20px;
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    border: 8px solid #fff;
    background: #BC1E21;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    cursor: pointer;
}
.block-achievements .nav-achievements:hover:after,
.block-achievements .nav-achievements.slick-current:after {
    width: 8px;
    height: 8px;
}
.block-achievements .nav-achievements:hover,
.block-achievements .nav-achievements.slick-current{
    color: #fff;
    font-size: 24px;
    line-height: 25px;
}
.block-achievements .slider-track {
    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
}
.block-achievements .image1-achievements img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    transform: scale(1.2);
}
.block-achievements .image2-achievements img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    transform: scale(1.2);

}
.block-achievements .image3-achievements{
    position: relative;
}
.block-achievements .image3-achievements:before{
    content: "";
    width: 100%;
    height: 100%;
    background: #1A1B1F;
    opacity: 0.45;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.block-achievements .image3-achievements img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    transform: scale(1.2);

}
.block-achievements .slick-active img {
    transform: scale(1);
}
.percent-achievements{
    height: 60vh;
    display: flex!important;
    justify-content: center;
    align-items: center;
}
.percent-achievements .percent-box{
    position: absolute;
    width: 290px;
    height: 290px;
    display: block;
    bottom: 20px;
    right: 0;
    margin: auto;
}
.percent-achievements .percent-box .circle-text{
    position: absolute;
    width: 100%;
    text-align: center;
    font-weight: 800;
    align-items: center;
    text-transform: uppercase;
    color: #FFFFFF;
    top: -30px;
}
.percent-achievements .circliful {
    position: relative;
    margin: 0 auto 10px;
}
.percent-achievements .circliful.showpercent:after{
    content: "%";
    font-size: 32px;
    font-weight: 800;
    color: #fff;
    display: block;
    position: absolute;
    top: 25%;
    right: 22%;
}
.percent-achievements .percent-box .text-percent{
    position: absolute;
    bottom: 65px;
    width: 100%;
    height: 65px;
    font-weight: 800;
    font-size: 35px;
    line-height: 35px;
    display: flex;
    justify-content: center;
    text-transform: uppercase;
    color: #FFFFFF;
    text-align: center;
}

.block-achievements .video-achievements{
    position: absolute;
    top: 60px;
    left: 60px;
    z-index: 3;
}
.block-achievements .video-achievements .button-play{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 84px;
    height: 84px;
    line-height: normal;
    border: 1px solid #fff;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    color: #fff;
    box-sizing: border-box;

}
.block-achievements .video-achievements .button-play:hover{
    border: 42px solid #BC1E21;
}
.block-achievements .video-achievements i,
.block-achievements .video-achievements svg{
    font-size: 24px;
}

/* Arabic */

.lang-ar .block-achievements .achievements-navigation::before{
    right: 40px;
    left: auto;
}

.lang-ar .block-achievements{
    margin-left: 0;
    margin-right: calc((-100vw + 1128px) / 2 );
}
.lang-ar .block-achievements .achievements-slider-controls{
    flex-direction: row-reverse;
    margin-right: 20px;
}

@media only screen and (max-width: 1250px) {
    .block-achievements{
        margin-left: -2vw;
    }
}
@media only screen and (max-width: 1024px) {
    .block-achievements{
        margin-left: 0;
        height: auto;
        width: 96vw;
        padding: 7vh 0;
    }


    .block-achievements .sque-box{
        display: none;
    }
    .block-achievements .achievements-slide {
        width: 100%;
        left: 0;
    }
    .block-achievements .slider-text {
        top: 0;
        max-width: 100%;
        position: relative;
        width: 100%;
        height: auto;
    }
    .block-achievements .achievements-slide {
        width: 100%;
        display: flex;
        flex-direction: column-reverse;
        box-sizing: border-box;
        padding: 0 4vw;
    }
    .block-achievements .right-ach {
        position: relative;
        right: 0;
        width: 100%;
        height: auto;
        margin-bottom: 10vh;
        display: flex;
        flex-direction: column;
    }
    .block-achievements .achievements-navigation .slider-navigation {
        margin-left: 0;
        width: 100%;
    }
    .block-achievements .achievements-navigation {
        position: relative;
        bottom: 0;
        flex-direction: column-reverse;
        flex: 0 0 60%;
        width: 60%;
    }
    .block-achievements .achievements-navigation::before{
        right: 20%;
        left: auto;
    }
    .block-achievements .wrapper {
        box-sizing: border-box;
        padding: 0;
    }
    .block-achievements .slider-third-image {
        position: relative;
    }
    .block-achievements .slider-percent{
        right: 0%;
        width: 180px;
        bottom: -5vh;
    }
    .block-achievements .slider-second-image {
        width: 150px;
        height: 100px;
        bottom: 8vh;
    }
    .block-achievements .slider-first-image{
        width: 115px;
        height: 70px;
    }

    .block-achievements .slider-year{
        left: 0;
        bottom: -5vh;
    }
    .block-achievements .slider-year .year-achievements{
        text-align: left;
        font-size: 22vw;
        line-height: 22vw;
    }
    .percent-achievements .percent-box{
        width: 180px;
        height: 180px;
    }
    .block-achievements .slider-text{
        min-width: auto;
    }
    .percent-achievements .percent-box .text-percent{
        font-size: 21.7423px;
        line-height: 30px;
        bottom: 15px;
    }
    .percent-achievements .percent-box .circle-text{
        font-size: 59.2972px;
        line-height: 81px;
        top: -15px;
        left: -10px;

    }
    .percent-achievements .circliful.showpercent::after {
        font-size: 25px;
    }
    .block-achievements .achievements-slider-controls{
        position: absolute;
        right: -50%;
        top: 40px;
    }
}
