.navbar.sticky{
    z-index: 999999;
}
.top{
    min-height: 550px;
}

.top .wave svg{
    position: absolute;
    z-index: -999;
    top: 0;
}

.top .top-title{
    font-size: 5rem;
    color: var(--secondary);
    padding-top: 190px;
    padding-right: 100px;
}

.top-title-container{
    justify-content: center;
    align-items: center ;
}

.top .hide{
    display: none;
}

.top .cover-img{
    height: 100%;
}

.top-video video{
    height: 100%;
}

.top-video{
    height: 325px;
    position: relative;
    width: 560px;
    right: 35px;
    top: 130px;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.top-video:hover .pause{
    opacity: 1;
}

.top-btns{
    height: 140px;
    width: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 36%;
    left: 40%;
    z-index: 9999;
}


.success_vid .top-btns .i{
    width: 80px !important;
    height: 80px !important;
    cursor: pointer;
}

.top_btnAn .play-an3,
.top_btnAn .play-an2,
.top_btnAn .play-an1{
    animation: topPlayAn 2s infinite !important;
}

.top_btnAn .play-an2{
    animation-delay: .7s !important;
}

.top_btnAn .play-an3{
    animation-delay: 1.3s !important;
}

@keyframes topPlayAn {
    0%{
        opacity: 1;
    }
    100%{
        opacity: 0;
        width: 160px;
        height: 160px;
    }
}

@media screen and (max-width: 991px) {
    .top .wave svg{
        left: -120%;
    }

    .top .top-title{
        color: #fff;
        text-align: center;
        padding-top: 36px;
        padding-bottom: 69px;
        padding-right: 0;
    }

    .top-video{
        position: static;
    }

    .top-video-container{
        display: flex;
        justify-content: center;
    }

}






  .mentor-container .mentor-data,
  .mentor-container .mentor-img{
    height: 370px;
    align-items: center;
  }

  .mentor-img svg{
    position: absolute;
    width: 85%;
  }


  .mentor-img .blob{
    width: 90% !important;
    transform: rotate(20deg);
  }




@media screen and (max-width: 991px) {
    .top-video{
        height: 250px;
        width: 400px;
    }

    .top .top-title{
        font-size: 2rem;
    }

    .top{
        min-height: 400px;
    }
}

@media screen and (max-width: 567px){
    .mentor-section{
        text-align: center;
    }

    .mentor-img{
      height: 200px !important;
      margin-top: 30px;
      margin-bottom: 10px;
      justify-content: center !important;
    }

    .s-img{
        flex-direction: column-reverse;
    }
}

.custom-hero-img,
.custom-hero-data{
    min-height: 400px;
    flex-direction: column;
    justify-content: center;
    position: relative;
    padding: 40px;
    top: 0;
    height: 100%;
    animation: topAn 3s;
}

@keyframes topAn {
    0%{
        top: 100px;
        opacity: 0;
    }
    100%{
        top: 0;
        opacity: 1;
    }
}

.custom-hero-img{
    padding: 40px 0;
}

.and-many{
    width: auto !important;
    font-weight: 700;
    color: var(--primary);
}

.custom-hero-img .custom-hero-main-img{
    width: 100%;
}

.custom-hero-data-title{
    padding: 5px 0 10px;
    font-size: 3rem;
}

.custom-hero-data-sub-title{
    padding-left: 5px;
    color: var(--primary);
}

.custom-hero-data-pra{
    padding: 10px 0 30px 5px;
}

.btn-new{
    background-image: linear-gradient(to right, #c21500 0%, #ffc500  51%, #c21500  100%);
    margin: 10px;
    padding: 15px 45px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    font-weight: 900;
    background-size: 200% auto;
    color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    display: block;
}

.btn-new:hover {
    background-position: right center; /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
}

.mrp-price{
    color: red;
    text-decoration: line-through;
}

.real-price{
    color: green;
}

.gray-price{
    color: gray;
}

.course_descripton{
    font-weight: 500;
}

.rgr-stats{
    height: auto !important;
}

.rgr-st .stats-item .stat-icon-box{
    width: 65px;
    height: 65px;
}

.rgr-stats .stat-title{
    margin: 0 !important;
}

.stats-item .row{
    align-items: center;
}
.rgr-stats{
    margin-bottom: 30px !important;
}

.rgr-stats .row{
    padding-left: 40px;
}

.rgr-btn {
    width: auto;
    position: relative;
    z-index: 99;
    margin: 0;
}


.top-company-logo{
    width: 110px;
    padding: 10px 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    background-color: #fff;
    position: absolute;
}

.top-company-logo img{
    width: 100%;
}

.top-company-logo-one{
    top: 30%;
    left: 70%;
    animation: topCompanyLogoOne 5s infinite;
}

@keyframes topCompanyLogoOne {
    0%{
        top: 30%;
    }
    30%{
        top: 25%;
    }
    50%{
        top: 35%;
    }
    70%{
        top: 30%;
    }
    100%{
        top: 30%;
    }
}

.top-company-logo-two{
    left: 60%;
    top: 80%;
    animation: topCompanyLogoTwo 5s infinite;
}

@keyframes topCompanyLogoTwo {
    0%{
        top: 80%;
    }
    30%{
        top: 75%;
    }
    50%{
        top: 85%;
    }
    70%{
        top: 80%;
    }
    100%{
        top: 80%;
    }
}


.top-company-logo-three{
    top: 40%;
    animation: topCompanyLogoThree 5s  infinite;
}

@keyframes topCompanyLogoThree {
    0%{
        top: 30%;
    }
    30%{
        top: 25%;
    }
    50%{
        top: 35%;
    }
    70%{
        top: 30%;
    }
    100%{
        top: 30%;
    }
}

.top-effact{
    width: 300px;
    height: 300px;
    border-radius: 50%;
    position: absolute;
    background-color: var(--primary);
    z-index: -99;
}

.top-effact-one{
    top: 10%;
    left: -14%;
}

.top-effact-two{
    top: 40%;
    right: -13%;
}

@media screen and (min-width: 1526px) {
    .top-effact-one{
        top: 10%;
        left: -5%;
    }

    .top-effact-two{
        top: 40%;
        right: 0;
    }
}

.home-top-blur{
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
    left: 0;
    filter: blur(58px);
    background-color: rgba(0, 0, 0, .1);
    -webkit-filter: blur(90px);
    overflow: hidden;
}

.custom-hero-data-title{
    position: relative;
}

.custom-hero-data-title::after{
    content: '';
    position: absolute;
    height: 100%;
    width: 70px;
    background-color: #fff;
    opacity: 0;
    top: 0;
    left: -100%;
    filter: blur(5px);
    animation: topTitle 3s infinite;
}

@keyframes topTitle {

    0%{
        opacity: 0;
        left: 0;
    }
    2%{
        opacity: 1;
        left: 0;
    }
    50%{
        opacity: 0;
        left: 100%;
    }
    100%{
        opacity: 0;
        left: 100%;
    }
}

.webinar-price-box{
    padding: 0 20px 10px;
}

.rgr-webinar-title{
    padding: 0 20px;
}

@media screen and (max-width: 991px) {
    .custom-hero-img,
    .custom-hero-data{
        padding: 25px !important;
    }
    .top-effact-two{
        top: 65%;
        right: -15%;
    }

    .top-effact-one{
        top: 5%;
        left: -25%;
    }
}

@media screen and (max-width: 567px) {
    .top-effact-two{
        top: 80%;
        right: -5%;
    }

    .top-effact-one{
        top: 20%;
        left: -35%;
    }
}

@media screen and (max-width: 450px) {
    .course_img img, .course_img{
        width: 270px;
    }
    .rgr-stats{
        margin: 0 !important;
    }
}

@media screen and (max-width: 370px) {
    .course_img img, .course_img{
        width: 200px;
    }
    .custome_learning_section{
        top: -300px;
    }
}

@media screen and (max-width: 270px) {
    .course_img img, .course_img{
        width: 100%;
        padding: 0 10px;
    }
    .custome_learning_section{
        top: -400px;
    }
}

@media screen and (575px > width > 386px) {
    .webinarDemoVideoBtn img{
        height: 100% !important;
    }
    .webinarDemoVideoBtn .img{
        height: 270px;
    }
    .webinarDemoVideoBtn{
        margin-left: 20px;
        margin-right: 20px;
    }
    .webinarDemoVideoBtn .vid video{
        width: 100%;
        height: auto;
    }
}

.top-antext{
    color: red;
    animation: topAnTextP 1s infinite;
}

@keyframes topAnTextP {
    0%{
        opacity: 1;
    }
    50%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}
.custom_course_title{
    position: relative;
}
.custom_course_title::after
{
    content: '';
    position: absolute;
    width: 70px;
    height: 100%;
    background-color: #fff;
    filter: blur(10px);
    left: 0;
    top: 0;
    opacity: 0;
    animation: customCourseTitle 3s infinite;
}
@keyframes customCourseTitle {
    0%{
        left: -10%;
        opacity: 0;
    }
    1%{
        opacity: 1;
    }
    99%{
        opacity: 1;
    }
    100%{
        left: 100%;
        opacity: 0;
    }
}
.nav-item:nth-child(5) .nav-link{
    width: 130px !important;
}

.reward-img img{
    display: none;
}

.reward-img-mobile{
    padding: 0 5px;
}

.reward-img-mobile img{
    width: 100%;
    display: block;
    margin-top: 50px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}
.company-img img{
    width: 100%;
}

@media screen and (min-width: 992px) {
    .reward-img img{
        display: block;
        width: 100%;
        margin-top: 50px;
        border-radius: 10px;
        box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    }

    .reward-img{
        padding: 0 17px;
    }

    .reward-img-mobile img{
        display: none;
    }
    .company-container {
        gap: 1px 30px;
    }
    .company-img img {
        width: 145%;
    }
}


@media  screen and (max-width: 991px){
    .m-center{
        justify-content: center;
        text-align: center;
    }
}
/* @media screen and (min-width: 767px){ */
    .rgr-stats .stat-title {
        width: 70%;
    }
/* } */
.company-img{
    display: flex;
    justify-content: center;
}
.company-container {
    /* gap: 1px 30px; */
    justify-content: center;
    align-items: center;
}
@media screen and (max-width: 991px){
    .mentor-data-cont {
        text-align: center;
        padding-bottom: 20px;
    }
    .mentor-img-cont {
        display: flex;
        justify-content: center;
        padding-bottom: 20px;
    }
    .top-mentor {
        flex-direction: column-reverse;
    }
}
.row .course_link {
    margin: 0px auto;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}
@media screen and (max-width: 767px){
    .company-container {
        gap: 1px 20px;
    }
    .company-container .company-img img {
        width: 140%;
    }
}
.webinarDemoVideoBtn {
    cursor: pointer;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 3px 10px 1px rgba(0, 0, 0, .1);
    padding-bottom: 22px;
    display: flex;
    flex-direction: column;
    position: relative;
    top: 0px;
    align-items: center;
    overflow: hidden;
    justify-content: center;
    transition: .3s;
}
