.an-portfolio-section {
    background: #5207a8;
    color: white;
    padding-top: 200px;
    text-align: center;
    padding-bottom: 100px;
}

.an-portfolio-section h1 {
    font-family: 'Inter';
    font-weight: 800;
    font-size: 80px;
    color: #fa602d;
    line-height: 70px;
    margin-bottom: 40px;
}

.an-portfolio-section h1 span {
    color: white;
    display: block;
    font-size: 30px;
}

.an-portfolio-section h1 + p {
    max-width: 80%;
    margin: auto;
    margin-bottom: 140px;
}

.portfolio-item {
    position: relative;
    background: #25313e;
    padding: 50px;
    text-align: left;
    margin-bottom: 30px;
    box-shadow: 0px 0px 19px 0px #0000001f;
    display: flex;
    justify-content: center;
}

.portfolio-item div {
    position: absolute;
    width: 100%;
    height: 250px;
    background: #000000c9;
    bottom: 0px;
    left: 0px;
    padding: 45px;
    z-index: 11;
}

.portfolio-item div h3 {
    font-family: 'Inter';
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 12px;
}

.portfolio-item div p {
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.an-portfolio-section>div .row:nth-child(2)>div:nth-child(even) {position: relative;top: 100px;}

.portfolio-item img {
    max-width: 52%;
    transition: 0.5s;
    position: relative;
    border-radius: 25px;
}

.portfolio-item img:nth-child(1) {
    margin-right: -10%;
    z-index: 1;
    box-shadow: 28px 47px 59px 0px #00000054;
}

.portfolio-item img:nth-child(2) {
    margin-left: -10%;
    transform: scale(0.85);
}

.portfolio-item:hover img:nth-child(2) {
    z-index: 1;
    transform: scale(1);
    box-shadow: 28px 47px 59px 0px #00000054;
}

.portfolio-item:hover img:nth-child(1) {
    z-index: 0;
    transform: scale(0.85);
}
.more-portfoilio-btn {
    margin-top: 160px;
    display: inline-block;
    padding: 14px 50px;
    background: #fa602d;
    border-radius: 50px;
    color: white;
    font-size: 18px;
}

.more-portfoilio-btn:hover {
    background: black;
}
.mf-android-cta {
    background: #f3b500;
}
.web-appitem {
    overflow: hidden;
}

.web-appitem img {
    max-width: initial;
    box-shadow: none !important;
}