body {
    /* background-color: #01010f; */
    padding: 0;
    margin: 0;
}

/* **************banner starts**************** */
.premium-content-sec {
    background-color: #fbfbfb;
    padding: 80px 0;
}

.bubble-wrap {
    position: absolute;
    inset: 0;
    overflow: hidden;
    z-index: 0;
}

.bubble-wrap span {
    position: absolute;
    display: block;
    border-radius: 50%;
    opacity: 0.4;
    animation: bubbleFloat 5s infinite;
    background: radial-gradient(circle at center, #ff9a9e, #fad0c4);
}

/* Example different bubble sizes + positions */
.bubble-wrap span:nth-child(1) {
    width: 120px;
    height: 120px;
    top: 12%;
    left: 5%;
    background: radial-gradient(circle at center, #5281cc, #86d4f8);
    animation-delay: 0s;
}

.bubble-wrap span:nth-child(2) {
    width: 180px;
    height: 180px;
    top: 20%;
    left: 55%;
    background: radial-gradient(circle at center, #ffcf67, #eeb02c);
    animation-delay: 3s;
}

.bubble-wrap span:nth-child(3) {
    width: 100px;
    height: 100px;
    bottom: 15%;
    left: 20%;
    background: radial-gradient(circle at center, #f4c6ff, #d57eeb);
    animation-delay: 6s;
}

.bubble-wrap span:nth-child(4) {
    width: 200px;
    height: 200px;
    bottom: 15%;
    right: 10%;
    background: radial-gradient(circle at center, #4fb846, #85fd99);
    animation-delay: 9s;
}

@keyframes bubbleFloat {

    0%,
    100% {
        transform: translateY(0) translateX(0);
    }

    50% {
        transform: translateY(-60px) translateX(30px);
    }
}

.premium-content-banner {
    border-radius: 15px;
    backdrop-filter: blur(10px);
    box-shadow: 0px 0px 25px 0px #d7d7d7;
    padding: 50px 0;
    position: relative;
}

.banner-img img {
    width: 100%;
    padding-right: 30px;
}

.banner-con {
    padding: 0 25px;
}

.banner-con h2 {
    color: #000000;
    margin-bottom: 20px;
}

.banner-con p {
    color: #000000;
    font-weight: 100;
    margin-bottom: 15px;
}

.banner-con b {
    font-weight: 900;
    color: #FA7F46;
}

/* **************banner ends************* */

/* ********content********** */

.premium-content-details {
    background-color: #01010f;
    padding: 50px 0;
    overflow: hidden;
}

.premium-content-details h3 {
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
}

.step {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    position: relative;
    justify-content: right;
}

.content-box {
    padding: 20px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 70px;
    width: 800px;
    min-height: 300px;
    max-height: 300px;
    position: relative;
    border-top-left-radius: 200px;
    border-bottom-left-radius: 200px;
    box-shadow: 0px 1px 9px 0px #000;
}

.oval-div {
    position: absolute;
    content: "";
    top: 38px;
    bottom: 0;
    left: 26%;
    right: 0;
    color: #000000;
    width: 400px;
    height: 230px;
    text-align: left;
    border-top-left-radius: 200px;
    border-bottom-left-radius: 200px;
    display: flex;
    justify-content: left;
    align-items: center;
    font-size: 60px;
    padding-left: 4%;
}

.oval-color {
    background: radial-gradient(circle at center, #ff9a9e, #fad0c4);
}

.oval-color2 {
    background: radial-gradient(circle at center, #5281cc, #86d4f8);
}

.oval-color3 {
    background: radial-gradient(circle at center, #ffcf67, #eeb02c);
}

.oval-color4 {
    background: radial-gradient(circle at center, #f4c6ff, #d57eeb);
}

.oval-color5 {
    background: radial-gradient(circle at center, #4fb846, #85fd99);
}

.content-color {
    background-color: #ffe7e0;
}

.content-color2 {
    background-color: #e2e4ff;
}

.content-color3 {
    background-color: #fff0ce;
}

.content-color4 {
    background-color: #f4ceff;
}

.content-color5 {
    background-color: #d4ffdc;
}

.content-box2 {
    padding: 20px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 70px;
    width: 800px;
    min-height: 300px;
    max-height: 300px;
    position: relative;
    border-top-right-radius: 200px;
    border-bottom-right-radius: 200px;
    box-shadow: 0px 1px 9px 0px #000;
}

.step-2 {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    position: relative;
    justify-content: left;
}

.oval-div2 {
    position: absolute;
    content: "";
    top: 38px;
    bottom: 0;
    left: 44%;
    right: 0;
    background-color: #f4c6ff;
    color: #000000;
    width: 400px;
    height: 230px;
    text-align: left;
    border-top-right-radius: 200px;
    border-bottom-right-radius: 200px;
    display: flex;
    justify-content: right;
    align-items: center;
    font-size: 60px;
    padding-right: 4%;
}

.prm-con h4 {
    margin-bottom: 10px;
    font-weight: 900;
}

/* ********content********** */


/* ***********benifits*********** */

.premium-benifits {
    text-align: center;
    padding: 50px 0 0 0;
    position: relative;
}

.premium-row {
    display: flex;
    justify-content: space-between;
}

.bnft-point {
    margin: 20px 5px;
    max-width: 250px;
    padding: 15px;
    border-radius: 10px;
}

.premium-benifits h3 {
    margin-bottom: 20px
}

.bnft-point h5 {
    font-size: 18px;
    font-weight: 900;
}

.bnft-point1 {
    background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(255, 244, 145) 100%);
}

.bnft-point2 {
    background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(158, 220, 255) 100%);
}

.bnft-point3 {
    background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, #e298ff 100%);
}

.bnft-point4 {
    background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(164, 170, 255) 100%);
}

.bnft-point5 {
    background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(255, 184, 184) 100%);
}

/* ***********benifits*********** */

/* **********question******** */

.bottom-premium {
    background-color: #fff;
    position: relative;
    padding: 50px 0;
}

.custom-shape-divider-bottom-1758534211 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1758534211 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 150px;
}

.custom-shape-divider-bottom-1758534211 .shape-fill {
    fill: #01010f;
}

.premium-qu img {
    animation: floatUpDown 3s ease-in-out infinite;
    width: 55%;
    margin-left: 22%;
}

@keyframes floatUpDown {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }

    100% {
        transform: translateY(0);
    }
}

.qu-dtls {
    margin-left: 25%;
}

.qu-dtls h2 {
    color: #000000;
    margin-bottom: 10px;
}

.qu-dtls p {
    color: #000000;
    margin-bottom: 20px;
}

.qu-dtls ul li {
    color: #000000;
    margin-bottom: 20px;
}

.btm-premium-list p {
    border: 1px solid #fff;
    border-radius: 15px;
    padding: 15px;
    color: #000;
    background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, #d5baff 100%);
}

@media (max-width: 1400px){
    .oval-div{
        left: 0%;
    }

     .oval-div2{
        left: 60%;
    }
}

@media (max-width: 992px) {
    .bnft-point {
        max-width: 100%;
    }

    .premium-row {
        flex-direction: column;
    }

    .qu-dtls {
        margin-left: 0;
    }

    .combo-qu img {
        margin-top: 20px;
    }

    .oval-div,
    .oval-div2 {
        display: none;
    }
}

@media (max-width: 768px) {

    .content-box,
    .content-box2 {
        max-height: 900px;
        border-top-left-radius: 250px;
        border-top-right-radius: 250px;
        border-bottom-right-radius: 0px !important;
        border-bottom-left-radius: 0px !important;
        box-shadow: 0px 1px 9px 0px #000;
        flex-direction: column;
        gap: 40px;
    }

       .content-box2 {
        flex-direction: column-reverse;
       }

    .prm-con {
        text-align: center;
    }

}