.OrbitOfRotatingCircleMain {
    position: absolute;
    top: 31%;
    left: 40%;
    width: 288px;
    aspect-ratio: 1;
    animation: rotateRight 10s linear infinite alternate-reverse;
    border-radius: 50%;
    transform-origin: center;
}


.RotatingCircleMain {
    position: absolute;
    width: 350px;
    aspect-ratio: 1;
    border-radius: 50%;
    filter: blur(60px);
}

.RotatingCircleMain:nth-child(1) {
    top: 0;
    left: 0%;
    background-color: rgba(253, 253, 123, 0.50);
    transform: translate(-50%, -50%);
}

.RotatingCircleMain:nth-child(2) {
    bottom: -100%;
    left: 100%;
    transform: translate(-50%, -50%);
    background-color: rgba(123, 253, 210, 0.50);
}


@keyframes rotateRight {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(-360deg);
    }
}






.CustomizedCourseUsp {
    padding: 7rem 0;
    position: relative;
    height: 280vh;

}

.CustomizedCourseUsp_FirstSection {
    position: sticky;
    top: -15vh;
}


.CustomizedCourseUsp_Heading {
    color: var(--Neutral-Black, #1A1A1A);
    text-align: center;
    font-family: Inter;
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.0625rem;
}


.CustomizedCourseUsp_Para {
    color: var(--Neutral-Dark-Grey, #4F4F4F);
    text-align: center;
    font-family: var(--Font-Family-Display-style---Web, Inter);
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 1.6875rem */

    width: 60%;
    margin: 2.62rem auto 4.81rem;
}



.CustomizedCourseUsp_content {
    height: 100vh;
    width: 100vw;
    position: relative;
}


.centralhandImg {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
}


.concentricCircles {
    width: 40vh;
    aspect-ratio: 1;
    border-radius: 50%;
    border: 1.5px solid rgba(169, 150, 106, 0.80);



    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    z-index: 1;
}


.concentricCircles1 {
    width: 40vh;
    opacity: .18;
}

.concentricCircles2 {
    width: 60vh;
    opacity: .16;
}

.concentricCircles3 {
    width: 80vh;
    opacity: .14;
}

.concentricCircles4 {
    width: 100vh;
    opacity: .12;
}

.concentricCircles5 {
    width: 120vh;
    opacity: .4;
    opacity: .1;
}



.CustomizedCourseUsp_ContentBox {

    background: linear-gradient(111deg, rgba(255, 255, 255, 0.05) -6.36%, rgba(255, 249, 229, 0.14) 33.76%, rgba(255, 255, 255, 0.16) 81.83%);


    display: flex;
    width: 17rem;
    height: max-content;
    padding: 1.5rem;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 1rem;
    flex-shrink: 0;

    border-radius: 2rem;
    box-shadow: 0px 6px 32px 0px rgba(29, 207, 80, 0.15);
    backdrop-filter: blur(6px);
    z-index: 3;
}



.ccusp_Heading {
    color: var(--Neutral-Black, #1A1A1A);
    font-feature-settings: 'dlig' on;
    font-family: Inter;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    /* 2.1rem */
    letter-spacing: -0.03125rem;
}

.ccusp_Para {
    color: var(--Neutral-Dark-Grey, #4F4F4F);
    font-family: var(--Font-Family-Display-style---Web, Inter);
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 1.5rem */
    letter-spacing: -0.03125rem;
}



.CustomizedCourseUsp_ContentBox_1 {
    border: 1px solid rgba(29, 207, 79, 0.3);
    position: absolute;
    left: 18%;
    top: 3%;
}

.CustomizedCourseUsp_ContentBox_2 {
    border: 1px solid rgb(255, 184, 28, 0.3);
    position: absolute;
    left: 64%;
    top: 7%;
}

.CustomizedCourseUsp_ContentBox_3 {
    border: 1px solid rgb(45, 124, 251, 0.3);
    position: absolute;
    left: 10%;
    top: 43%;
}

.CustomizedCourseUsp_ContentBox_4 {
    border: 1px solid rgb(220, 68, 162, 0.3);
    position: absolute;
    left: 70%;
    top: 50%;
}

/* ======================================= WAVE SECTION =========================== */


.OrbitOfRotatingCircle_wave {
    position: absolute;
    top: 35%;
    left: 40%;
    width: 23vw;
    aspect-ratio: 1;
    animation: rotateRight 10s linear infinite alternate-reverse;
    border-radius: 50%;
    transform-origin: center;
}


.RotatingCircle_wave {
    position: absolute;
    width: 250px;
    aspect-ratio: 1;
    border-radius: 50%;
    filter: blur(60px);
}

.RotatingCircle_wave:nth-child(1) {
    top: 0;
    left: 0%;
    background-color: rgba(253, 253, 123, 0.50);
    transform: translate(-50%, -50%);
}

.RotatingCircle_wave:nth-child(2) {
    bottom: -100%;
    left: 100%;
    transform: translate(-50%, -50%);
    background-color: rgba(123, 253, 210, 0.50);
}


@keyframes rotateRight {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(-360deg);
    }
}





.CustomizedCourse_WaveSection {
    margin-top: 5rem;
    padding: 6rem;

    position: relative;

}


.CustomizedCourse_WaveSection_Heading {
    color: var(--Neutral-Black, #1A1A1A);
    font-family: Inter;
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    /* 3.5rem */
    letter-spacing: -0.0625rem;

    width: 50%;
}



.CustomizedCourse_WaveSection_Content {
    padding: 5rem 0;
}

.wavelineArea {
    width: 90vw;
    min-height: 50vh;
    margin: 0 auto;
    position: relative;

}

.waveline {
    width: 100%;
    position: absolute;
}



.wavelineTags {
    border-radius: var(--radius-100, 62.5rem);
    border: var(--icon-stroke, 1.5px) solid #FFDC83;
    background: var(--Button-Gradient, linear-gradient(0deg, #F9C935 0%, #FFDA57 100%));
    box-shadow: 0px 12px 20px 0px rgba(251, 189, 45, 0.24);

    width: 60px;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;

    position: absolute;
    z-index: 2;
}


.wavelineTag1 {
    bottom: 9%;
    left: 5%;
}

.wavelineTag2 {
    top: 34%;
    left: 35%;
}

.wavelineTag3 {
    bottom: 24%;
    left: 69%;
}

.wavelineTag4 {
    top: 8%;
    right: 8%;
}


.wavetag_textbox {
    width: 310px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;

    position: absolute;
}

.wavetag_textbox_Heading {
    color: var(--Neutral-Black, #1A1A1A);
    font-family: Inter;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    /* 1.875rem */

    margin-bottom: .75rem;
}

.wavetag_textbox_Para {
    color: var(--Neutral-Dark-Grey, #4F4F4F);
    font-family: Inter;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 1.5rem */
}


.wavetag_textbox1 {
    bottom: 30%;
    left: 0;
}

.wavetag_textbox2 {
    bottom: -12%;
    left: 30%;
}

.wavetag_textbox3 {
    bottom: -15%;
    left: 65%;
}

.wavetag_textbox4 {
    top: -30%;
    right: 5%;
}

.wavetag_textbox::after {
    content: "";

    display: block;
    width: 100px;
    height: 100px;

    position: absolute;
    top: -50%;
    right: -10%;


    background-repeat: no-repeat;
    background-position: center;
}

.wavetag_textbox1::after {
    background-image: url("../../../assets/courses/mainpage/enrollment/1.png");

}

.wavetag_textbox2::after {
    background-image: url("../../../assets/courses/mainpage/enrollment/2.png");

}

.wavetag_textbox3::after {
    background-image: url("../../../assets/courses/mainpage/enrollment/3.png");

}

.wavetag_textbox4::after {
    background-image: url("../../../assets/courses/mainpage/enrollment/4.png");

}



.showInMobView_CCuspbox {
    display: none;
}

.wavelineAreaMobile {
    display: none;
}



.downarrowMob{
    display: none;
}


@media screen and (width<700px) {


    .downarrowWeb{
        display: none;
    }

    .downarrowMob{
        display: flex;
    }


    .downarrowMob {
        animation: bounceDown .9s ease-in-out forwards infinite;
    }
    
    
    @keyframes bounceDown {
        0% {
            transform: translateY(.3rem)
        }
    
        50% {
            transform: translateY(0)
        }
    
        100% {
            transform: translateY(.3rem)
        }
    
    }
    


    .CustomizedCourseUsp {
        padding: 7rem 1.25rem 5rem;
        height: max-content;
    }

    .CustomizedCourseUsp_Heading {
        font-size: 1.5rem;
        text-align: left;
    }

    .CustomizedCourseUsp_Para {
        text-align: left;
        margin: 0;
        margin: 1.5rem 0 4.7rem;
        width: 95%;

    }

    .CustomizedCourseUsp_content {
        width: calc(100vw - 3rem);
        height: max-content;
        min-height: 40vh;
    }


    .centralhandImg {
        width: 60vw;
    }


    .concentricCircles1 {
        width: 70vw;

    }

    .concentricCircles2 {
        width: 50vw;
    }

    .concentricCircles5,
    .concentricCircles4,
    .concentricCircles3 {
        display: none;
    }

    #ccuspbox1,
    #ccuspbox2,
    #ccuspbox3,
    #ccuspbox4 {
        display: none;
    }


    .showInMobView_CCuspbox {
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
    }



    .CustomizedCourseUsp_ContentBox {
        width: calc(100vw - 2.5rem);
        height: max-content;
        box-shadow: none;
    }

    .CustomizedCourseUsp_ContentBox:nth-child(1) {
        border: 1px solid rgba(29, 207, 79, 0.49);
    }

    .CustomizedCourseUsp_ContentBox:nth-child(2) {
        border: 1px solid rgba(45, 124, 251, 0.491);
    }

    .CustomizedCourseUsp_ContentBox:nth-child(3) {
        border: 1px solid rgba(255, 183, 28, 0.496);
    }

    .CustomizedCourseUsp_ContentBox:nth-child(4) {
        border: 1px solid rgba(220, 68, 162, 0.496);
    }


    .OrbitOfRotatingCircleMain {
        position: absolute;
        top: 35% ;
        left: 35% ;
        width: 28vw ;
    }


    .RotatingCircleMain {
        position: absolute;
        width: 130px;
        aspect-ratio: 1;
        border-radius: 50%;
        filter: blur(20px);
    }


    .ccusp_Heading {
        font-size: 1.25rem;

    }

    .ccusp_Para {
        font-size: .95rem;

    }



    /* ============================================ wave line area ============ */


    .wavelineArea {
        display: none;
    }

    .wavelineAreaMobile {
        display: flex;
        height: max-content;
        width: 100vw;
        overflow-x: hidden;

    }

    .CustomizedCourse_WaveSection {
        padding: 5rem 1.25rem;

        width: 100vw;
        overflow-x:hidden ;
    }


    .CustomizedCourse_WaveSection_Heading {
        font-size: 1.5rem;
        width: 90vw;
    }



    .wavetag_textbox{
        width: 65vw;
    }
    .wavetag_textbox1 {
        top: 19.5%;
        right: 1.3rem;
        left: unset;
        height: max-content;
    }

    .wavetag_textbox2 {
        top: 36%;
        right: 1.3rem;
        left: unset;
        height: max-content;
        width: 63%;

    }

    .wavetag_textbox3 {
        top: 54%;
        right: 1.3rem;
        left: unset;
        height: max-content;
        width: 57%;

    }

    .wavetag_textbox4 {
        top: 72%;
        right: 1.3rem;
        left: unset;
        width: 70%;
        height: max-content;
    }


    .wavetag_textbox_Heading{
        font-size: 1.125rem;

    }

    .wavetag_textbox_Para{
        font-size: 0.875rem;

    }



    .OrbitOfRotatingCircle_wave{
        width: 70vw;
    }



}





@media screen and (width<700px) {
    

    .wavetag_textbox{
        width:55vw;
    }

    .wavetag_textbox_Heading{
        width: 70%;
    }

    .wavetag_textbox::after {
        content: "";
        display: block;
        width: 69px;
        height: 69px;
        position: absolute;
        top: -25%;
        right: 3%;
        background-repeat: no-repeat;
        background-position: center;
    }





    .wavetag_textbox1{
        width: 60%;
    }
    .wavetag_textbox2{
        width: 53%;
    }
    .wavetag_textbox3{
        width: 50%;
    }
    .wavetag_textbox4{
        width: 63%;
    }
  
}
