/* features section */
.features {
    margin: 75px 55px 140px;
}

.features-content .f1 {
    margin-top: 40px;
}

.features .f1 .img-content .screen-content {
    width: 231px;
    height: 470px;
    border-radius: 45px;
    position: relative;
    overflow: hidden;
}

.features .f1 .img-content img {
    width: 100%;
    height: 100%;
}

.features .f1 .img-content .img-holder.page1,
.features .f1 .img-content .img-holder.page2 {
    width: 208px;
    height: 451px;
    left: 12px;
    top: 12px;
}

.features .f1 .img-content .img-holder.page1 {
    top: 0;
    opacity: 1;
    transition: all 0.7s cubic-bezier(0.47, 0, 0.745, 0.715);
}

.features .f1 .img-content .img-holder.page2 {
    top: 450px;
    opacity: 0;
    transition: all 0.7s cubic-bezier(0.47, 0, 0.745, 0.715);
}

.features .f1:hover .img-holder.page1 {
    top: -450px;
    opacity: 0;
}

.features .f1:hover .img-holder.page2 {
    opacity: 1;
    top: 12px;
}

.features .f1 .img-content .box-holder.left-box {
	height: 109px;
	width: 187px;
	position: absolute;
	height: 109px;
	width: 187px;
	left: -130px;
	top: 150px;
	opacity: 1;
	transition: all 0.7s ease;
}

.features .f1:hover .box-holder.left-box {
    opacity: 0;
    left: -160px;
}

.features .f1 .img-content .box-holder.right-box {
	height: 126px;
	width: 208px;
	position: absolute;
	right: -170px;
	bottom: 70px;
    transition: all 0.7s ease;
    opacity: 0;
}

.features .f1:hover .box-holder.right-box {
	right: -135px;
    opacity: 1;
    transform: scale(0.5), translateX(-50%);
}

.features-content .f2 {
    margin-top: 30px;
}

.features-content .f2 .img-content {
    width: 457px;
    height: 460px;
}

.features-content .f2 .img-content .img-holder.ads-header {
    width: 230px;
    top: 0;
    left: 0;
    transition: all 0.7s ease;
}
.features-content .f2:hover .img-holder.ads-header {
    left: -4%;
}

.features-content .f2 .img-content .img-holder.ads-left {
    width: 230px;
	border-radius: 7px;
	left: -6%;
	top: 25%;
    transition: all 0.7s ease;
}
.features-content .f2:hover .img-holder.ads-left {
    left: -25%;
}

.features-content .f2 .img-content .img-holder.ads-right {
    width: 320px;
	border-radius: 10px;
	top: 20%;
	right: -7%;
    z-index: 10;
}

.features-content .f2 .img-content .img-holder.tw-insta {
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 7;
    opacity: 0;
    transition: all 0.7s ease;
}

.features-content .f2:hover .img-holder.tw-insta {
    top: 50%;
    left: 35%;
    opacity: 1;
    transform: translate(-50%, -50%), scale(1.2);
    z-index: 15;
}

.features-content .f3 {
    margin-top: 100px;
}

.features-content .f3 .img-content {
    width: 382px;
    height: 380px;
}

.features-content .f3 .img-content .img-holder.tab-screen {
    width: 382px;
    border-radius: 16px;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    transition: all 0.7s ease;
}

.features-content .f3:hover .img-holder.tab-screen {
    width: 336px;
}

.features-content .f3 .img-content .img-holder.img-bar {
    width: 228px;
	border-radius: 43px;
	top: 38%;
	right: -15%;
    transform: scale(0.8);
    opacity: 0;
    transition: all 0.7s ease;
}

.features-content .f3:hover .img-holder.img-bar {
    opacity: 1;
    transform: scale(1);
}

/* global */
.features-content .cont-center {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.features .img-content {
    position: relative;
}

.features .img-content .img-holder {
    position: absolute;
}

.features .img-content img {
    width: 100%;
}

.features-content .title-with-icon {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.features-content .title-with-icon .title {
    font-family: "FF Shamel Family", ui-sans-serif, system-ui, Helvetica, Arial, "Noto Sans", sans-serif, Symbol;
    font-size: 26px;
    font-weight: 700;
    line-height: 46px;
    letter-spacing: 0em;
    margin-right: -10px;
    color: #2E2E2E;
    width: 260px;
}

.features-content .part-desc {
    font-family: "IBM-arabic-regular";
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0em;
    margin-bottom: 0;
    width: 300px;
    color: #787878;
}

@media (max-width: 1199px) {
    .features-content .f2 .img-content {
        margin-left: 85px;
    }
}

/* Stop hovering */
@media (max-width: 576px) {
    .features .f1 .img-content .screen-content {
        width: 154px;
        height: 312px;
        border-radius: 30px;
    }
    .features .f1 .img-content .img-holder.page1,
    .features .f1 .img-content .img-holder.page2 {
        width: 140px;
        height: 300px;
        left: 5.5px;
    }
    .features .f1:hover .img-holder.page1 {
        top: 0;
        opacity: 1;
    }
    .features .f1:hover .img-holder.page2 {
        top: 450px;
        opacity: 0;
    }
    .features .f1 .cont-center .box-holder.left-box,
    .features .f1:hover .box-holder.left-box {
        left: -35%;
        opacity: 1;
        width: 130px;
        height: 72px;
        top: 33%;
    }
    .features .f1:hover .box-holder.right-box {
        opacity: 0;
    }
    .features .f1.active .img-holder.page1 {
        top: -450px;
        opacity: 0;
    }
    
    .features .f1.active .img-holder.page2 {
        opacity: 1;
        top: 12px;
    }
    .features .f1.active .box-holder.left-box {
        opacity: 0;
        left: -160px;
    }
    .features .f1 .img-content .box-holder.right-box {
        height: 85px;
        width: 140px;
        right: -150px;
        opacity: 0;
        bottom: 40px;
    }
    .features .f1.active .box-holder.right-box {
        right: -90px;
        opacity: 1;
    }
    .features-content .f2 .img-content {
        height: 320px;
        margin-left: 0;
    }
    .features-content .f2 .cont-center .img-holder.ads-header {
        width: 153px;
        left: 35%;
    }
    .features-content .f2.active .cont-center .img-holder.ads-header {
        left: 35%;
    }
    .features-content .f2 .cont-center .img-holder.ads-left {
        width: 160px;
        left: 29%;
        top: 20%;
        z-index: 30;
    }
    .features-content .f2.active .cont-center .img-holder.ads-left {
        left: 10%;
    }
    .features-content .f2 .img-content .img-holder.ads-right-mini {
        width: 180px;
        top: 15%;
        right: 21%;
        transition: all 0.5s ease;
    }
    .features-content .f2.active .img-content .img-holder.ads-right-mini {
        right: 10%;
    }
    .features-content .f2:hover .img-holder.tw-insta,
    .features-content .f2 .img-holder.tw-insta {
        width: 100px;
        opacity: 0;
        left: 80%;
        z-index: 0;
    }
    .features-content .f2.active .img-holder.tw-insta {
        top: 50%;
        left: 55%;
        opacity: 1;
        z-index: 15;
    }

    .features-content .f3 .img-content {
        height: 200px;
    }
    .features-content .f3:hover .img-holder.tab-screen,
    .features-content .f3 .cont-center .img-holder.tab-screen {
        width: 280px;
    }
    .features-content .f3.active .cont-center .img-holder.tab-screen {
        width: 260px;
    }
    .features-content .f3:hover .img-holder.img-bar,
    .features-content .f3 .cont-center .img-holder.img-bar {
        opacity: 0;
        transform: scale(1);
        width: 115px;
        top: 43%;
        right: 10%;
    }
    .features-content .f3.active .cont-center .img-holder.img-bar {
        opacity: 1;
        transform: scale(1.6);
    }
}