/* **************banner starts**************** */
.webinar-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);
    }
}

.webinar-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************* */

/* *************webinar content*********** */

.webinar-content {
    padding: 50px 0;
    background-color: #01010f;
}

.webinar-content h3 {
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
}

.wbnr-block {
    padding: 15px;
    border-radius: 15px;
    margin-bottom: 50px;
}

.wbnr-block1 {
    border-top: 10px solid #85fd99;
}

.wbnr-block2 {
    border-top: 10px solid #85fdf3;
}

.wbnr-block3 {
    border-top: 10px solid #e185fd;
}

.wbnr-block4 {
    border-top: 10px solid #fdc585;
}

.wbnr-block5 {
    border-top: 10px solid #fd85bd;
}

.wbnr-number {
    text-align: center;
}

.wbnr-para h4 {
    color: #fff;
    margin-bottom: 20px;
}

.webinar-ul li {
    color: #fff;
}

.wbnr-number p {
    font-size: 60px;
    width: 100px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    position: relative;
    bottom: 44px;
}

.wbnr-number1 p {
    background: linear-gradient(to bottom, #85fd99 0%, #ffffff 100%);
}

.wbnr-number2 p {
    background: linear-gradient(to bottom, #85fdf3 0%, #ffffff 100%);
}

.wbnr-number3 p {
    background: linear-gradient(to bottom, #e185fd 0%, #ffffff 100%);
}

.wbnr-number4 p {
    background: linear-gradient(to bottom, #fdc585 0%, #ffffff 100%);
}

.wbnr-number5 p {
    background: linear-gradient(to bottom, #fd85bd 0%, #ffffff 100%);
}

.webinar-icon-sp {
    text-align: right;
}

.wbnr-block1 .webinar-ul li b {
    color: #85fd99;
}

.wbnr-block2 .webinar-ul li b {
    color: #85fdf3;
}

.wbnr-block3 .webinar-ul li b {
    color: #e185fd;
}

.wbnr-block4 .webinar-ul li b {
    color: #fdc585;
}

.wbnr-block5 .webinar-ul li b {
    color: #fd85bd;
}

/* ***********benifits*********** */

.webinar-benifits {
    text-align: center;
    padding: 50px 0 0 0;
    position: relative;
}

.wbnr-divider {
    display: flex;
    justify-content: center;
}

.bnft-point {
    margin: 20px 5px;
    max-width: 250px;
    padding: 15px;
    border-radius: 10px;
}

.webinar-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%);
}

.bnft-point6 {
    background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(201, 255, 184) 100%);
}

/* ***********benifits*********** */

/* **********question******** */

.bottom-webinar {
    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;
}

.webinar-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-webinar-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%);
}

/* **********smarter*************** */

.manage-sec {
    overflow: hidden;
    background-color: #fff;
    padding-bottom: 50px;
}

.manage-sec h2 {
    margin-bottom: 15px;
}

.manage-sec p {
    margin-bottom: 20px;
    position: relative;
}

.manage-sec p::after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: -14px;
    right: 0;
    width: 5px;
    height: 20px;
    border-radius: 50px;
    background: linear-gradient(to bottom, rgb(255 145 195) 0%, #9086d4 100%);
}

.to-show-nm2 {
    display: none;
}

.to-hide-im1 {
    display: none;
}

@media (max-width: 992px) {
    .webinar-row {
        flex-direction: column;
    }

    .bnft-point {
        max-width: 100%;
    }

    .qu-dtls {
        margin-left: 0;
    }

    .webinar-qu img {
        margin-top: 20px;
    }

    .wbnr-divider {
        flex-direction: column;
    }

    .wbnr-number1 p {
        top: -22px;
    }

    .wbnr-number2 p {
        bottom: 270px;
    }

    .wbnr-number3 p {
        top: -22px;
    }

    .wbnr-number4 p {
        bottom: 316px;
    }

    .wbnr-number5 p {
        top: -22px;
    }

    .to-hide-im1 {
        display: block;
    }

    .to-hide-im2 {
        display: none;
    }

    .resp-mtr {
        display: flex;
        justify-content: space-between;
    }

    .manage-sec img {
        text-align: center;
        margin-bottom: 20px;
        width: 100%;
    }

    .manage-para {
        padding: 0 15px;
    }
}

@media (max-width: 768px) {
    .wbnr-number2 p {
        bottom: 290px;
    }
}

@media (max-width: 539px) {
    .wbnr-number4 p {
        bottom: 340px;
    }

    .wbnr-number2 p {
        bottom: 315px;
    }
}

@media (max-width: 457px) {
    .wbnr-number4 p {
        bottom: 360px;
    }
}

@media (max-width: 411px) {
    .wbnr-number4 p {
        bottom: 392px;
    }
}

@media (max-width: 405px) {
    .wbnr-number4 p {
        bottom: 416px;
    }

    .wbnr-number2 p {
        bottom: 344px;
    }
}

@media (max-width: 379px) {
    .wbnr-number2 p {
        bottom: 368px;
    }
}

@media (max-width: 363px) {
    .wbnr-number2 p {
        bottom: 392px;
    }
}