@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;700;900&display=swap');
p {
    color: white;
    margin-bottom: 0 !important;
    font-family: "Poppins";
}
a {
    text-decoration: none !important;
    color: white !important;
    font-family: "Poppins";
}
li {
    color: white;
}
ul {
    margin: 0 !important;
    padding-left: 28px !important;
}
.wrapper {
    overflow: hidden;
}
.bg {
    background-color: #30498c;
    background-repeat: no-repeat;
    background-size: cover;
    height: fit-content;
    padding-left: 30px !important;
    padding-right: 30px !important;
}
.img {
    width: 174px;
    margin-top: 15px;

}
.text {
    display: flex;
    justify-content: space-around;
    gap: 70px;
    font-weight: 800;
    color: white;
    margin-top: 20px;
    font-size: 20px;
    flex-wrap: wrap;
}
.cards {
    display: flex;
    justify-content: center;
    width: 100%;
    height: fit-content;
    align-items: flex-end;
    flex-wrap: wrap;
}
.subscription {
    width: 440px;
    height: 510px;
    backdrop-filter: blur(13px);
    border-width: 3px;
    border-color: whitesmoke;
    border-style: solid;
}
.subscription-left {
    border-radius: 10% 0% 0% 0%;
}
.subscription-right {
    border-radius: 0% 10% 0% 0%;
}
.title {
    color: white;
    font-weight: 700;
    font-size: 42px;
    text-transform: uppercase;
    margin-top: 55px;
    margin-bottom: 51px;
}
.btn {
    border-radius: 35px !important;
    font-weight: 600 !important;
    margin-top: 5px;
    color: #30498c !important;
}
.monthly-members {
    width: 17vw;
}
@media (max-width : 1418px) and (min-width : 1001px) {
    .bg {
        height: fit-content;
    }
    .subscription-left {
        border-radius: 10% 10% 10% 10%;
    }
    .subscription-right {
        border-radius: 10% 10% 10% 10%;
    }
    .subscription {
        border-radius: 10% 10% 10% 10%;
    }
    .cards {
        gap: 25px;
        margin-bottom: 50px;
    }
    .monthly-members {
        width: fit-content;
    }
}
@media (max-width : 978px) and (min-width : 671px) {
    .bg {
        height: fit-content;
    }
    .subscription-left {
        border-radius: 10% 10% 10% 10%;
    }
    .subscription-right {
        border-radius: 10% 10% 10% 10%;
    }
    .subscription {
        border-radius: 10% 10% 10% 10%;
    }
    .cards {
        gap: 20px;
        margin-bottom: 50px;
    }
    .monthly-members {
        width: fit-content;
    }

}
@media (max-width : 670px) {
    .text {
        gap: 18px;
    }

    .img {
        width: 107px;
    }

    .bg {
        padding-left: 20px !important;
        padding-right: 20px !important;
        height: fit-content;
        padding-top: 10px !important;
    }

    .title {
        font-size: 24px;
        margin-top: 15px;
        margin-bottom: 15px !important;
    }

    .btn {
        margin-bottom: 10px;
    }
    .subscription-left {
        border-radius: 25px 25px 25px 25px;
    }
    .subscription-right {
        border-radius: 25px 25px 25px 25px;
    }
    .subscription {
        border-radius: 25px 25px 25px 25px;
        height: max-content;

    }
    .cards {
        gap: 20px;
        margin-bottom: 50px;
    }
    .monthly-members {
        width: fit-content;
    }
}
@media (max-width : 1000px) and (min-width : 979px) {
    .bg {
        height: fit-content;
    }
    .subscription-left {
        border-radius: 10% 10% 10% 10%;
    }
    .subscription-right {
        border-radius: 10% 10% 10% 10%;
    }
    .subscription {
        border-radius: 10% 10% 10% 10%;
    }
    .cards {
        gap: 20px;
        margin-bottom: 50px;
    }
    .monthly-members {
        width: fit-content;
    }
}