@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap');
.bg-green{
    background: #001906;
}
.academy-card{
    width: 50%;
    padding: 48px 24px 0 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    box-sizing: border-box;
}
.academy-card-author{
    font-family: "Red Hat Display";
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 44px;
    color: #FFF;
    text-align: center;
    padding-top:12px;
    
}
.academy-card2 .academy-card-desc{
    padding:30px 0 30px 0;
}
.academy-card-desc{
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding:42px 0 28px 0;
}
.academy-card2 .academy-link{
    padding-bottom: 24px;
}
.academy-link{
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
}
.academy-link span{
    color: #F4FF2A;
    padding: 0 4px;
}
.academy-p2{
    position: relative;
    width: 100%;
    padding-bottom: 32px;
    height: 271px;
}
.academy-p2 img {
    width: 335px;
    
}
.academy-card2 .academy-p2 img{
    width:fit-content;
    height: 303px;
    max-width: 485px;
}
.academy-p2 svg{
    position: absolute;
    bottom: 32px;
    left: 0;
}
.academy-c2-img{
    margin-top: 32px;;
}
.academy-p1 .heading-md{
    margin: 0 auto;
    width:65%;
}
.academy-card2 .academy-p1 .heading-md{
    width:100%;
}
.academy-card2 .academy-p2{
    padding-bottom: 0;
    height: 300px;
}
.tajweedBanners{
    padding:18px 28px;
    display:flex; align-items:center;
    justify-content:space-between;
}
.part1{
    display:flex;
    flex-direction:column;
    gap:4px;
}
.part1h{
    color: #FFF;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 17px;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px
}
.part1t{
    color: #FFF;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140.5%; /* 19.67px */
}
.tajweedLinks{
    color: #FFF;
    font-family: "Red Hat Display";
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: 17px; /* 106.25% */
    display: flex;
    border-radius: 47px;
    border: 2px solid #FFF;
    width: 130px;
    padding: 14px 18px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}
.logotext{
    display: flex;
    align-items: center;
}
.academylogo{
    border-right: 0.5px solid rgba(255, 255, 255, 0.50); 
    margin-right:19px;
    padding-right: 11px;

}
@media (max-width:768px){
    .academy-card{
        width: -webkit-fill-available;
        padding:42px 22px 24px 22px;
    }
    .academy-card-desc{
        font-size: 15px;
        padding:24px 0;
    }
    .academy-link{
        font-size: 14px;
    }

    .academy-link svg{
        width: 16px !important;
        height: 16px !important;
        margin-top: 2px;
    }
    .academy-card-author{
        font-size: 18px;
        padding-top:8px;
        
    }
    .academy-p2{
        display: flex;
        height: auto !important;
        flex-direction: column-reverse;
        padding-bottom: 0;
    }
    .academy-p2 picture{
        margin: 0 auto;
        margin-bottom: -5px;
    }
    .academy-p2 img{
        width: auto;
    }
    .academy-p2 svg{
        position: relative;
        margin-top: 30px;
        bottom: 0;

    }
    .academy-card2{
        padding: 42px 22px 0 22px;
    }
    .academy-card2 .academy-p2{
        align-items: flex-end;
        flex-direction: row;
        justify-content: space-between;
    }
    .academy-card2 .academy-p2 img{
        max-width: 200px;
        height: auto;
    }
    .academy-card2 .academy-p1 .heading-md{
        max-width: 75%;
    }
    .academy-card2 .academy-p2 svg{
       bottom:22px;
       position: absolute;
    }
    .academy-p2 svg{
        width: 45px;
        height: 34px;
    }
    .tajweedBanners{
        padding:14px 16px;
      }
      .part1{
        display:flex;
        flex-direction:column;
        gap:0;
        width:100%;
      }
      .part1h{
        font-size: 16px;
        margin-bottom: 5px;
        white-space:nowrap;
        
      }
      .part1tm{
        color: #FFF;
        font-family: Poppins;
        font-size: 11px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        display: flex;
        justify-content:space-between;
        align-items: end;
        gap: 16px;
        margin-top: 6px;
      }
      .tajweedLinks{
        font-size: 10px;
        font-style: normal;
        font-weight: 800;
        width: 114px;
        height: 28px;
        line-height: 17px;
        white-space: nowrap;
        border-radius: 28px;
        box-sizing: border-box;
        padding:2px 0;
        border: 1px solid #FFF;
      }
      .part1h svg{
        width:37px !important;
        height: 18px !important;;
      }
      .academylogo{
        margin-right: 0;
      }
      .academylogo svg{
        width: auto !important;
        height: auto !important;
      }
}
