/* Import google font  */
@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@200;300;400;500;700;800;900&display=swap');
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Tajawal", sans-serif;
}

html{
    scroll-behavior: smooth;
    overflow-x: hidden;
}
/* start hero  */
.hero{
    margin-top: 7rem;
    height: 690px;
}
/* .hero .content{
    height: 687px;
} */
.hero #container-img-div{
    height: 655px;
    width: 512px;
}
.hero #container-word-div{
    width: 535px;
}
.hero .container-img{
    height: 655px;
    width: 100%;
}
.hero .container-img .color{
    top: 0;
    height: 616px;
    width: 100%;
    background: #5958B5;
    border-radius: 30px 0 0 0;
}
.hero .container-img img{
    height: 626px;
    width: 95%;
    top: 29px;
    right: 0px;
    border-radius: 16px 0px 0px 0px;
}
.hero .container-word{
    width: 100%;
}
.hero .container-word h2{
    color: #2F2B73;
    font-size: 39px;
    font-weight: 700;
}
.hero .container-word p{
    font-size: 20px;
    font-weight: 400;
    /* line-height: 40px; */
    text-align: justify;
}
/* md screen  */
@media (min-width: 768px) and (max-width: 992px){
    .hero{
        margin-top: 6rem;
        height: 1370px;
    }
    .hero #container-word-div{
        width: 665px;
    }
    .hero .container-word h2{
        font-size: 31px;
        width: 100%;
    }
    .hero .container-word p{
        font-size: 25px;
        width: 665px;
    }
}
/* sm screen  */
@media (max-width: 768px){
    .hero{
        margin-top: 84px;
        height: auto;
    }
    .hero .content{
        gap: 1.5rem !important;
    }
    .hero #container-img-div{
        display: none;
        width: 100%;
        height: 510px;
        background: #ff0000;
    }
    .hero #container-word-div{
        width: 100% !important;
        margin-top: 16px;
    }
    .hero .container-word h2{
        font-size: 24px;
        width: 100%;
    }
    .hero .container-word p{
        font-size: 15px;
        width: 343px;
        text-align: right;
    }
    .hero .container-img{
        height: 100%;
        width: 100%;
    }
    .hero .container-img .color{
        height: 100%;
        width: 100%;
    }
    .hero .container-img img{
        height: 95%;
        width: 92%;
        top: 20px;
        background-size: cover;
    }
}
/* end hero  */
/* start section view  */
.view .content-item .img .line{
    width: 3px;
    top: 92px;
    right: 50%;
    transform: translate(50% );
    height: 150px;
    overflow: hidden;
}
.view #img-view img{
    height: 400px;
    width: 170px;
    /* width: 240px ; */
}
.view #img-view{
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
/* نكمل بعد الصلاة , وصلت للصورة  */
.view .content .content-item .img .line-img{
    width: 3px;
}
.view .content .content-item .img img{
    width: 92px;
}
.view .content .content-item h2{
    font-size: 39px;
    font-weight: 700;
    color: #2F2B73;
}
.view .content .content-item p{
    width: 950px;
    font-size: 25px;
    font-weight: 400;
    text-align: justify;
    color: #14123A;
    position: relative;
    z-index: 1;
}
/* md screen  */
@media (min-width: 768px) and (max-width: 992px){
    .view .content-item .img .line{
        width: 3px;
        top: 64px;
        right: 50%;
        transform: translate(50% );
        height: 200px;
        overflow: hidden;
    }
    .view .start-0 img{
        height: 420px;
    }
    .view .content .content-item .img img{
        width: 80px;
    }
    .view .content .content-item h2{
        font-size: 31px;

    }
    .view .content .content-item p{
        width: 495px;
        font-size: 20px;
    }
}
/* sm screen  */
@media (max-width: 768px){
    .view .content-item .img .line{
        width: 3px;
        top: 64px;
        right: 50%;
        transform: translate(50% );
        height: 260px;
        overflow: hidden;
    }
    .view .start-0 img{
        height: 435px;
    }
    .view .content .content-item{
        position: relative;
    }
    .view .content .content-item .img img{
        width: 64px;
    }
    .view .content .content-item h2{
        font-size: 24px;
    }
    .view .content .content-item p{
        width: 100%;
        font-size: 16px;
    }
    .view #img-view img{
        height: 444px;
        width: 234px;
    }
}
/* end section view  */
/* start section value  */
.values{
    background-color: #ECECF7;
}
.values h2{
    font-size: 39px;
    font-weight: 700;
    color: #2F2B73;
}
.values .start-0 img{
    height: 136px;
}
.values .start-1 img{
    height: 50px;
}
.values .content .item img{
    width: 80px;
}

.values .content .item h3{
    font-size: 25px;
    font-weight: 500;
    color: #000000;
    text-align: right;
}
.values .content .item p{
    font-size: 20px;
    font-weight: 400;
    width: 336px;
    text-align: justify;
}
/* md screen  */
@media (min-width: 768px) and (max-width: 992px){
    .values h2{
        font-size: 31px;
    }
    .values .start-1{
        right: -18.75%;
    }
    .values .start-1 img{
        height: 63px;
    }
}
/* sm screen  */
@media (max-width: 768px){
    .values h2{
        font-size: 24px;
    }
    .values .start-1{
        right: -18.75%;
    }
    .values .start-1 img{
        height: 44px;
    }
    .values .start-0 img{
        height: 145px;
    }
    .values .start-0 {
        left: 12px!important;
    }
    .values .content .item p{
        font-size: 16px;
        width: 329px;
    }
}
/* end section value  */
/* start section team work  */
.team h2{
    font-size: 39px;
    font-weight: 700;
    color: #2F2B73;
}
.team .box{
    padding: 12px;
    border-radius: 10px;
    width: 354px;
    height: 325px;
    font-size: 20px;
    border: 1px solid #736FC4;
    font-weight: 400;
}
.team .box h5{
    font-size: 31px;
    color: #14123A;
    font-weight: 500;
    position: relative;
    z-index: 1;
}
.team .box p{
    
    position: relative;
    z-index: 1;
}
.team .box .img-1 img{
    width: 250px;
    border-radius: 10px;
    /* display: none; */
}
.team .box .img-2 img{
    width: 315px;
    border-radius: 10px;
    /* display: none; */
}
.slick-prev:before,
.slick-next:before{
    color: #5958B5;
}
/* md screen  */
@media (min-width: 768px) and (max-width: 992px){
    .team h2{
        font-size: 31px;
    }
    .team .box{
        width: 100%;
        height: 220px;
        font-size: 12.14px;
    }
    .team .box h5{
        font-size: 18.82px;
    }
    .team .box .img-1 img{
        width: 200px;
    }
    .team .box .img-2 img{
        width: 233px;
    }
}
/* sm screen  */
@media (max-width: 768px){
    .team {
        height: 320px;
    }
    .slick-dots{
        bottom: -50px;
        display: none !important;
    }
    .team h2{
        font-size: 24px;
    }
    .slick-next{
        top: 244px;
        left: 120px !important;
    }
    .slick-prev{
        top: 244px;
        right: 120px !important;
    }
    .team .box{
        width: 100%;
        height: 205px;
        font-size: 12.14px;
    }
    .team .box h5{
        font-size: 18.82px;
    }
    .team  p{
        width: 200px !important;
    }
    .team .box .img-1 img{
        width: 165px;
    }
    .team .box .img-2 img{
        width: 212px;
    }
}

/* end section team work  */