@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:wght@500;700;900&display=swap');
*{
    padding: 0;
    margin: 0;
}
.container{
    height: 100vh;
    width: 100vw;
    background-image: url(/images/pattern-background-desktop.svg);
    background-repeat: no-repeat;
    background-color: hsl(225, 100%, 94%);

    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Red Hat Display', sans-serif;
}
.card{
    display: flex;
    flex-direction: column;
    align-items: center;

    height: 600px;
    width: 450px;
    /* border: 2px solid red; */
    border-radius: 15px;
    background-color: white;
    box-shadow: 0px 10px hsl(220, 10%, 88%);
}
.card img{
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.card h3{
    height: 30px;
    padding: 30px;
    font-size: 28px;
    color: hsl(223, 47%, 23%);
}
.card p{
    padding: 0px 65px;
    text-align: center;
    font-size: 16px;
    color: hsl(224, 23%, 55%);
}
.annualplandiv{
    display: flex;
    align-items: center;
    background-color: hsl(225, 100%, 98%);
    padding: 20px 30px;
    margin: 15px 0px;
    border-radius: 10px;
}
.annualplandiv_left{
    display: flex;
    align-items: center;
}
.annualplandiv_right{
    font-size: 12px;
}
.annualplandiv_left_left{
    padding: 0px 20px;
    padding-left: 0px;
}
.annualplandiv_left_right{
    display: flex;
    justify-content: center;
    /* align-items: center; */
    flex-direction: column;
}
.annualplandiv_left_right h4{
    color: hsl(223, 47%, 23%);
}
.annualplandiv_left_right p{
    padding-left: 0px;
}
.annualplandiv_right a{
    color: hsl(245, 75%, 52%);
    /* text-decoration: none; */
}

.proceedtopaymentdiv{
}
.btn{
    width: 324.983px;
    height: 35px;
    background-color: hsl(245, 75%, 52%);
    border-radius: 10px;
    color: white;
    box-shadow: 0px 10px hsl(225, 100%, 98%);
}
.card h6{
    margin: 20px 0px;
}
