:root{
--black-color:#000000;
--white-color:#FFFFFF;
--Light-Gray-color:#EBEDED;
--dark-gray-color:#414042;
--Orange-color:#FF9E18;
--green-color:#36C630;
--blue-color:#54C0E8;
--light-red-color:#B96955;
}
.gray-background{
    background-color: var(--Light-Gray-color);
    width: 100%;
    height: auto;
    margin-top: 250px;
    position: relative;
}
.top-section{
    padding-bottom: 4rem;
}
.circle{   
    position: absolute;
    top: -40%;
    width: 12%;
    z-index: 1;
}
.circle-ar {
    position: absolute;
    top: -40%;
    width: 12%;
    z-index: 1;
    transform: rotate(-180deg);}
.group2{
    bottom: 8%;
    left: 4%;
    position: absolute;
    width: 4%;
}
.text{
    width: 50%;
    z-index: 2;
}
.text h2{
    position: absolute;
    top: -70px;
    color: var(--blue-color);
    font-size: 40px;
    font-weight: 700;
    font-family: 'Roboto';
}
.text p{
    width: 100%;
    padding-top: 50px;
    color: var(--dark-gray-color);
    font-family: 'Tajawal';
    font-size: 15px;
    font-weight: 400px;
    margin-bottom: 50px;
}
.photo{
    width: 50%;
    position: relative;
    top: -80px;
    text-align: right;
}
.photo-ar{
    text-align: left !important;
}
.photo .group1{
    width: 10%;
    left: -10%;
    top: -17%;
    position: absolute;
}
.photo img{
    width: 90%;
    height: auto;
}
.mobile-bg{
    position: relative;
}
.why-akrem{
    background-color: var(--white-color);
    border-radius: 20px;
    top: -40px;
    position: relative;
    text-align: center;
    padding: 20px;
    padding-top: 40px;
    height: auto;
}
 h2{
    color: var(--dark-gray-color);    
    font-size: 46px;
    margin-bottom: 0px;
    font-family: 'Roboto';
}
.cards{
    margin: auto;
    width: 80%;
}
.card{
    text-align: center;
    border-radius: 20px;
    position: relative;
    border: none;
    height: auto;
    margin: 20px auto 0px;
    padding: 0px 30px;
    width: 45%;
}
.card1{
    
    background-color: var(--blue-color);
}
.card2{
    
    background-color: var(--Orange-color);
}
.card3{
    
    background-color: var(--green-color);
}
.card4{
    
    background-color: var(--light-red-color);
}
.card h3{
    color: var(--white-color);
    margin:auto;
    height: 140px;
    font-size: 26px;
}
.card .icon-circle{
    margin: auto;
    position: relative;
    top: -50px;
    background-color: white;
    border-radius: 50%;
    width: 120px;
    height: 120px;
}
.circle2{   
    position: absolute;
    right: 0%;
    bottom: -15%;
    width: 15%;
    z-index: 1;
}
.security{
    position: relative;
    background-color: var(--blue-color);
    height: auto;
    width: 100%;
    margin-top: 50px;
    padding: 50px 0px;
    margin-bottom: 50px;
}
.security-section{
    width: 80%;
    margin: auto;
}
.security .circle3{
    position: absolute;
    width: 10%;
    top: 40%;
}
.photo-security{
    text-align: center;
}
.photo-security img{
    width: 45%;
    height: 250px;
    margin: auto;
    object-fit: contain;
}
.security-info{
    width: 45%;
    margin: auto;
}
.security-info h2{
    margin: 20px 0px;
    color: var(--white-color) !important;
}
.security-info p{
    color: var(--white-color);
    font-family: 'Tajawal';
    font-size: 17px;
    font-weight: 500px;
}
.slider{
    position: relative;
    width: 90%;
    margin: auto;
}
 .item img{
    width: 70%;
    height: 150px;
    object-fit: contain;
   margin: auto;
}
.next,.prev{
    top: 38%;
    position: absolute;
    display: flex;
    justify-content: center;
    color: var(--white-color);
    background-color: var(--dark-gray-color);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    align-items: center;
    cursor: pointer;
}
.next{
    left: -6%;
}
.prev{
    right: -7%;
}
@media(max-width:1200px){
    .card{
        padding: 0px;
    }
    .card h3{
        font-size: 20px;
    }
    .security .circle3{
        top: 70%;
    }
    .group2{
        left: 0%;
    }
}
@media(max-width:1000px){
  .top-section{
    max-width: 100% !important;
  }
  .text h2{
    font-size: 35px;
  }
}
@media(max-width:850px){
    .circle{
        top: -30%;
    }
    .circle-ar{
        top: -30%;
    }
    .group2{
        display: none;
    }
  }
@media (max-width:767px){
    .item img {
        width: 50%;
    }
.text h2 {
    position: absolute;
    top: -100px;}
    .know-more-ar{
        right: 33%;   
    }
    .gray-background{
        margin-top: 160px;
    }
    .text,.photo{
        width: 100%;
        text-align: center;
    }
    .text p{
        width: 100%;
    }
    .photo{
        top: 0px;
        margin-top: 0px;
    }
    .photo-ar{
        text-align: center !important;
    }
    .mobile-bg{
        background-color: var(--Light-Gray-color);
        width: 100%;
        height: auto;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .why-akrem{
        top: 0px;
        margin-top: 20px;
    }
    .card{
        width: 80%;
        padding: 0px;
    }
    .card h3{
        font-size: 17px;
    }
    .photo-security img{
        height: 175px;
    }
    .security-info{
        margin-top: 40px;
        text-align: center;
        width: 100%;
    }
    .security-section{
        width: 100%;
    }
    .circle{
        top: -15%;
        width: 20%;
    }
    .circle-ar{
        top: -15%;
        width: 20%;
    }
    .photo .group1{
        left: 0%;
    }
    .group2{
        display: none;
    }
    .circle2 {
        bottom: -5%;
        width: 25%;
    }   
    .security .circle3{
        width: 15%;
        top: 88%;
    } 
    h2 {
        text-align: center;
        font-size: 36px;
    }
    .cards {
        margin: auto;
        width: 100%;
    }
}

@media (max-width:450px){
.know-more-ar{
    right: 25%;   
}
}