/* subscription.css */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Cairo', sans-serif;
    background: white;
    overflow-x: hidden;
}

/* ==================== subscription-section ==================== */
.subscription-section {
    max-width: 1240px;
    height: 407px;
    min-height: 407px;
    direction: rtl;
    margin: 0 auto;
    background-color: #71BDFF;
    padding: 20px;
    display: flex;
    align-items: center;
}

.subscription-section h1 {
    font-family: Cairo;
    font-weight: 900;
    font-size: 32px;
    line-height: 55px;
    text-align: right;
    color: white;
    padding: 5px;
}

.subscription-section p {
    font-family: Cairo;
    font-weight: 500;
    font-size: 20px;
    line-height: 200%;
    text-align: right;
    color: white;
}

.subscription-section .col-4 {
    position: relative;
    overflow: hidden;
}

.subscription-section .col-4 img {
    width: 185%;
    height: 100%;
    object-fit: cover;
    position: relative;
    top: -19px;
    left: 165px;
}

/* ==================== education-section ==================== */
.education-section {
    text-align: center;
    margin-bottom: 50px;
}

.education-section .title {
    font-family: Cairo;
    font-weight: 800;
    font-size: 40px;
    line-height: 100%;
    text-align: center;
    padding-bottom: 20px;
}

.education-section .title span {
    font-family: Cairo;
    font-weight: 800;
    font-size: 40px;
    line-height: 100%;
    text-align: center;
    color: #71BDFF;
}

.education-section p {
    font-family: Cairo;
    font-weight: 500;
    font-size: 28px;
    line-height: 100%;
    color: #888888;
    margin-bottom: 50px;
}

.education-section div {
    overflow: hidden;
}

.education-section img {
    transform: scale(1);
    height: 248px;
    width: 100%;
    object-fit: cover;
}

.education-section .div1, .div2, .div4, .div5 {
    overflow: hidden;
    border-radius: 20px;
    margin: 10px 0px;
}

.education-section .div3 img {
    height: 498px;
}

.education-section .div3 {
    overflow: hidden;
    border-radius: 20px;
    margin: 10px 0px;
}

/* ==================== differnt-section ==================== */
.differnt-section {
    text-align: center;
    margin-bottom: 50px;
}

.differnt-section .title {
    font-family: Cairo;
    font-weight: 800;
    font-size: 40px;
    line-height: 100%;
    text-align: center;
    padding-bottom: 20px;
}

.differnt-section .title span {
    font-family: Cairo;
    font-weight: 800;
    font-size: 40px;
    line-height: 100%;
    text-align: center;
    color: #71BDFF;
}

.differnt-section p {
    font-family: Cairo;
    font-weight: 500;
    font-size: 28px;
    line-height: 100%;
    color: #888888;
    margin-bottom: 50px;
}

.differnt-section .content .title {
    font-size: 32px;
    text-align: center;
}

.differnt-section .content p {
    font-size: 24px;
    text-align: center;
    line-height: 140%;
}

.differnt-section img {
    width: 559px;
    height: 293px;
    object-fit: cover;
    border-radius: 15px;
}

/* ==================== pakage-section ==================== */
.pakage-section .card {
    border: 4px solid #CECECE;
    border-radius: 10px;
}

.pakage-section .card-header {
    font-family: Cairo;
    font-weight: 700;
    font-size: 28px;
    line-height: 100%;
    color: #FFFFFF;
    background-color: #CECECE;
}

.pakage-section .card-text {
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Cairo;
    font-weight: 700;
    font-size: 36px;
    line-height: 100%;
    color: #71BDFF;
}

.pakage-section .card-text span {
    font-family: Cairo;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    color: #CECECE;
}

.pakage-section .card .subscrip {
    background: #CECECE;
    font-family: Cairo;
    font-weight: 600;
    font-size: 13px;
    line-height: 100%;
    color: #FFFFFF;
    border-radius: 50px !important;
    padding: 10px 50px !important;
}

/* ==================== payments ==================== */
.payments .title {
    margin-bottom: 50px;
    text-align: center;
    font-family: Cairo;
    font-weight: 700;
    font-size: 40px;
    line-height: 100%;
}

.payments .circle {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    overflow: hidden;
    background-color: white;
    /* border: 2px solid black; */
    box-shadow: 0px 0px 17.6px 2px #71BDFF47;
    position: relative;
    margin: 0 auto;
}

.payments .circle img {
    width: 100%;
    height: 100%;
    /* transform: scale(2.2);
    position: absolute;
    top: 41px; */
}

/* ==================== MEDIA QUERIES ==================== */

/* Large devices (1200px and up) */
@media (min-width: 1200px) {
    .subscription-section {
        height: 407px;
        min-height: 407px;
    }
}

/* Medium devices (992px to 1199px) */
@media (max-width: 1199px) {
    .subscription-section {
        height: 350px;
        min-height: 350px;
    }

    .subscription-section h1 {
        font-size: 28px;
        line-height: 45px;
    }

    .subscription-section p {
        font-size: 18px;
        line-height: 180%;
    }

    .subscription-section .col-4 img {
        width: 170%;
        left: 70px;
    }

    .education-section .title,
    .education-section .title span,
    .differnt-section .title,
    .differnt-section .title span {
        font-size: 35px;
    }

    .education-section p,
    .differnt-section p {
        font-size: 24px;
    }

    .education-section img {
        height: 220px;
    }

    .education-section .div3 img {
        height: 450px;
    }

    .differnt-section .content .title {
        font-size: 28px;
    }

    .differnt-section .content p {
        font-size: 20px;
    }

    .differnt-section img {
        width: 100%;
        height: 250px;
    }

    .pakage-section .card-header {
        font-size: 24px;
    }

    .pakage-section .card-text {
        font-size: 32px;
        height: 130px;
    }

    .pakage-section .card-text span {
        font-size: 24px;
    }

    .pakage-section .card .subscrip {
        font-size: 16px;
        padding: 8px 40px !important;
    }

    .payments .title {
        font-size: 35px;
    }

    .payments .circle {
        width: 160px;
        height: 160px;
    }

    .payments .circle img {
        width: 100%;
        height: 100%;
        /* transform: scale(2);
        top: 36px; */
    }
}

/* Small devices (768px to 991px) */
@media (max-width: 991px) {
    .subscription-section {
        height: 300px;
        min-height: 300px;
    }

    .subscription-section h1 {
        font-size: 22px;
        line-height: 35px;
    }

    .subscription-section p {
        font-size: 16px;
        line-height: 160%;
    }

    .subscription-section .col-4 img {
        width: 160%;
        left: 50px;
        top: -15px;
    }

    .education-section .title,
    .education-section .title span,
    .differnt-section .title,
    .differnt-section .title span {
        font-size: 30px;
    }

    .education-section p,
    .differnt-section p {
        font-size: 20px;
        margin-bottom: 40px;
    }

    .education-section img {
        height: 200px;
    }

    .education-section .div3 img {
        height: 400px;
    }

    .differnt-section .content .title {
        font-size: 24px;
    }

    .differnt-section .content p {
        font-size: 18px;
    }

    .differnt-section img {
        height: 220px;
    }

    .pakage-section .card-header {
        font-size: 22px;
    }

    .pakage-section .card-text {
        font-size: 28px;
        height: 120px;
    }

    .pakage-section .card-text span {
        font-size: 20px;
    }

    .pakage-section .card .subscrip {
        font-size: 14px;
        padding: 8px 35px !important;
    }

    .payments .title {
        font-size: 30px;
        margin-bottom: 40px;
    }

    .payments .circle {
        width: 150px;
        height: 150px;
    }

    .payments .circle img {
        width: 150px;
        /* transform: scale(1.8);
        top: 32px; */
    }
}

/* Mobile devices (576px to 767px) */
@media (max-width: 767px) {
    .subscription-section {
        height: 250px;
        min-height: 250px;
        padding: 15px;
    }

    .subscription-section h1 {
        font-size: 18px;
        line-height: 28px;
    }

    .subscription-section p {
        font-size: 14px;
        line-height: 140%;
    }

    .subscription-section .col-4 img {
        width: 150%;
        left: 40px;
        top: -12px;
    }

    .education-section .title,
    .education-section .title span,
    .differnt-section .title,
    .differnt-section .title span {
        font-size: 26px;
    }

    .education-section p,
    .differnt-section p {
        font-size: 18px;
        margin-bottom: 30px;
    }

    .education-section img {
        height: 180px;
    }

    .education-section .div3 img {
        height: 360px;
    }

    .education-section .div1, .div2, .div3, .div4, .div5 {
        margin: 8px 0px;
        border-radius: 15px;
    }

    .differnt-section .content .title {
        font-size: 22px;
    }

    .differnt-section .content p {
        font-size: 16px;
    }

    .differnt-section img {
        height: 200px;
    }

    .differnt-section .row {
        margin-bottom: 30px !important;
        padding-bottom: 30px !important;
    }

    .pakage-section .card-header {
        font-size: 20px;
        padding: 15px !important;
    }

    .pakage-section .card-text {
        font-size: 24px;
        height: 100px;
    }

    .pakage-section .card-text span {
        font-size: 18px;
    }

    .pakage-section .card .subscrip {
        font-size: 14px;
        padding: 6px 30px !important;
    }

    .payments .title {
        font-size: 26px;
        margin-bottom: 30px;
    }

    .payments .circle {
        width: 130px;
        height: 130px;
    }

    .payments .circle img {
        width: 130px;
        /* transform: scale(1.6);
        top: 28px; */
    }
}

/* Small mobile devices (428px to 575px) */
@media (max-width: 575px) {
    .subscription-section {
        height: 200px;
        min-height: 200px;
        padding: 10px;
    }

    .subscription-section h1 {
        font-size: 14px;
        line-height: 22px;
    }

    .subscription-section p {
        font-size: 12px;
        line-height: 130%;
    }

    .subscription-section .col-4 img {
        width: 140%;
        left: 30px;
        top: -10px;
    }

    .education-section .title,
    .education-section .title span,
    .differnt-section .title,
    .differnt-section .title span {
        font-size: 22px;
    }

    .education-section p,
    .differnt-section p {
        font-size: 16px;
        margin-bottom: 25px;
    }

    .education-section img {
        height: 150px;
    }

    .education-section .div3 img {
        height: 300px;
    }

    .education-section .div1, .div2, .div3, .div4, .div5 {
        margin: 5px 0px;
        border-radius: 12px;
    }

    .differnt-section .content .title {
        font-size: 20px;
    }

    .differnt-section .content p {
        font-size: 14px;
    }

    .differnt-section img {
        height: 180px;
    }

    .pakage-section .card-header {
        font-size: 18px;
        padding: 12px !important;
    }

    .pakage-section .card-text {
        font-size: 20px;
        height: 80px;
    }

    .pakage-section .card-text span {
        font-size: 16px;
    }

    .pakage-section .card .subscrip {
        font-size: 14px;
        padding: 5px 25px !important;
    }

    .payments .title {
        font-size: 22px;
        margin-bottom: 25px;
    }

    .payments .circle {
        width: 110px;
        height: 110px;
    }

    .payments .circle img {
        width: 110px;
        /* transform: scale(1.4);
        top: 24px; */
    }
}

/* Extra small mobile devices (428px and down) */
@media (max-width: 428px) {
    .subscription-section {
        height: 150px;
        min-height: 150px;
    }

    .subscription-section h1 {
        font-size: 12px;
        line-height: 18px;
    }

    .subscription-section p {
        font-size: 10px;
        line-height: 120%;
    }

    .subscription-section .col-4 img {
        width: 130%;
        left: 20px;
        top: -8px;
    }

    .education-section .title,
    .education-section .title span,
    .differnt-section .title,
    .differnt-section .title span {
        font-size: 20px;
    }

    .education-section p,
    .differnt-section p {
        font-size: 14px;
    }

    .education-section img {
        height: 130px;
    }

    .education-section .div3 img {
        height: 260px;
    }

    .differnt-section .content .title {
        font-size: 18px;
    }

    .differnt-section .content p {
        font-size: 13px;
    }

    .differnt-section img {
        height: 160px;
    }

    .pakage-section .card-header {
        font-size: 16px;
    }

    .pakage-section .card-text {
        font-size: 18px;
        height: 70px;
    }

    .pakage-section .card-text span {
        font-size: 14px;
    }

    .pakage-section .card .subscrip {
        font-size: 13px;
        padding: 4px 20px !important;
    }

    .payments .title {
        font-size: 20px;
    }

    .payments .circle {
        width: 90px;
        height: 90px;
    }

    .payments .circle img {
        width: 90px;
        /* transform: scale(1.2);
        top: 20px; */
    }
}
