* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.pdiv1 {
    width: 82%;
    margin: auto;
    position: relative;
    /* background-color: rgb(71, 126, 173); */
}

.pdiv1 h1 {
    font-family: "Poppins";
    font-weight: 600;
    font-size: 68px;
    line-height: 80px;
    padding: 12% 30% 2% 0.5%;
    color: #2E5581;
    /* background-color: antiquewhite; */
}

.pdiv1 p {
    font-family: "Poppins";
    font-weight: 300;
    font-size: 20px;
    line-height: 35px;
    padding: 0.1% 50% 1% 0.5%;
    /* background-color: aquamarine; */
}

.getstarted {
    font-size: 17px;
    font-family: "Poppins";
    font-weight: 500;
    color: white;
    background: linear-gradient(to right, #2E5581, #167B83);
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
}

.helpcenter {
    font-family: "Poppins";
    font-weight: 600;
    color: #2E5581;
    padding: 8px 30px;
    font-size: 14px;
    margin-left: 1%;
    border: 1px solid #2E5581;
    border-radius: 5px;
}

.blurr1 {
    width: 20%;
    height: 70%;
    border-radius: 50%;
    background: linear-gradient(to right, #2E5581, #167B83);
    filter: blur(85px);
    opacity: 0.8;
    /* position: absolute; */
}

.blurr2 {
    width: 20%;
    height: 70%;
    border-radius: 10%;
    background-color: #847FFF;
    filter: blur(85px);
    opacity: 0.8;
    /* position: absolute; */
}

.bgblurr {
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    top: 85%;
    left: 43%;
    transform: rotateZ(45deg);
}

.dummypic {
    width: 43%;
    height: 96%;
    position: absolute;
    top: 20%;
    left: 60%;
    overflow: hidden;
    /* background-color: #167B83; */
}

.dummypic img {
    width: 70%;
    object-fit: cover;
    object-position: center;
    transform: rotatey(180deg);
}

.plans {
    width: 82%;
    margin: 10% auto;
    text-align: center;
}

.plansheader p {
    font-family: "Poppins";
    font-size: 20px;
}

.fa-check {
    color: #2E5581;
    margin-right: 8px;
}

.planscards {
    width: 100%;
    display: flex;
    flex-direction: row;
    font-family: "Poppins";
    flex-wrap: wrap;
    justify-content: space-between;
}

/* #p2 button {
    background-color: #2E5581;
    color: white;
} */

.pcard {
    margin: 8% 0;
    width: 32%;
    padding: 2%;
    border: 2px solid #2E5581;
    border-radius: 10px;
    text-align: left;
    font-family: "Poppins";
}

/* .pcard:hover {
    transform: translateY(-10px) scale(1.05);
    box-shadow: 0 15px 30px rgba(0,0,0,0.2);
}

.pcard:hover button{
   background-color: #2E5581;
    color: white;
} */

.pcard ul {
    list-style: none;
    text-align: left;
    font-size: 13px;
    line-height: 30px;
}

.mini {
    font-size: 8px;
    margin-left: 30%;
    border: 1px solid #2E5581;
    padding: 2%;
    border-radius: 10px;
    color: #2E5581;
}

.mini2 {
    font-size: 10px;
    text-align: center;
    color: rgb(109, 108, 108);
}

.striked {
    text-decoration: line-through;
    color: #909192;
    padding: 2%;
}

.pcard button {
    width: 90%;
    margin: 10% 5%;
    font-size: 13px;
    padding: 2%;
    font-weight: 600;
    border-radius: 5px;
    border: 1.2px solid #2E5581;
    font-family: "Poppins";
    color: #2E5581;
    background: transparent;
}

.pcard h5 {
    font-size: 16px;
    font-weight: 800;
}

.pcard p {
    font-size: 13px;
    font-weight: 600;
    color: rgb(109, 108, 108);
}

.pcard h4 {
    font-weight: 700;
    color: rgb(89, 89, 89);
}

.pcard h6 {
    font-size: 13px;
    font-weight: 700;
}