* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
     font-family: "Rubik", sans-serif;
}



.parent {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.child-1 {
    display: flex;
    width: 95%;
    padding: 20px;
    gap: 20px;
    /* background: linear-gradient(to top,#7ccdf3, rgb(230, 230, 230)); */
    padding-bottom: 80px;
    padding-top: 50px;
    border-bottom: 1px solid rgba(225, 225, 225, 1);
}

.child-1 p {
    margin-bottom: 0;
}

.left-child-1 {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.course-name {
    font-size: 35px;
    font-weight: 700;
}

/* same p tag */
.fa-star {
    color: gold;
}
.five-point-zero {
    font-weight: 700;
}
.reviews {
    color: #007ab3;
}
/* same p tag */


.four-points {
    display: grid;
    grid-template-columns: auto auto;
    gap: 20px;
    margin-top: 20px;
}

.fa-circle-check {
    color: #007ab3;
}

.two-btns {
    display: flex;
    gap: 20px;
    margin-top: 30px;
}

.join-now {
    text-decoration: none;
    text-align: center;
    padding: 8px;
    width: 140px;
    border: none;
    background-color: #007ab3;
    color: white;
    font-weight: 700;
    border-radius: 6px;
}

.mobile-join-now {
    display: none;
}

.see-syllabus {
    text-decoration: none;
    text-align: center;
    padding: 8px;
    width: 140px;
    background-color: transparent;
    color: #007ab3;
    font-weight: 700;
    border-radius: 6px;
    border: 1px solid #007ab3;
}



.right-child-1 {
    width: 50%;
    display: flex;
    justify-content: end;
    align-items: center;
}

.right-child-1 .image {
    width: 90%;
    align-items: center;
}

.right-child-1 .image img {
    width: 100%;
    border-radius: 10px;
}



/* child 2 start */
.child-2 {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 95%;
    padding: 20px;
}

.mobile-heading {
    display: none;
}

.heading {
  display: flex;
  gap: 10px;
  border-radius: 30px;
  padding: 5px;
  box-shadow: 1px 1px 5px rgba(0,0, 0, 0.5);
  background-color: white;
  position: absolute;
  top: -20px;
  left: 420px;

}

.heading-btn {
  background: white;
  border: none;
  padding: 5px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  color: #007ab3;
}

.heading-btn.permanent {
   background-color:#007ab3;
   border-radius: 30px;
   color: white;
}

.left-right-child-2 {
    display: flex;
    gap: 20px;
}

.left-right-child-2 p {
    margin-bottom: 0;
}


.left-child-2 {
    margin-top: 30px;
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.overview {
    color: #007ab3;
    font-weight: 700;
}

.learning-objects {
    font-size: 28px;
    font-weight: 700;
}

ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 16px;
}

.right-child-2 {
     margin-top: 60px;
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.stack {
    font-size: 28px;
    font-weight: 700;
}

.courses {
    display: grid;
    grid-template-columns: auto auto auto auto;
    gap: 20px;
}

.courses button {
    background-color: white;
    color: #007ab3;
    font-weight: 700;
    border: 1px solid #007ab3;
    border-radius: 8px;
    padding: 8px;
}

.procedure {
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 20px;
}

.procedure p {
    color: orange;
}
/* child 2 end */








.child-3 {
    display: flex;
    flex-direction: column;
    width: 95%;
    padding-top: 30px;
}

.course-info {
    font-size: 25px;
    font-weight: 700;
    padding-left: 20px;
}

.sub-child-3 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 20px;
    padding-top: 0px;
    padding-bottom: 20px;
    position: relative;
}

.left-right-child-3 {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.batch-syllabus-heading {
    font-size: 45px;
    color: #007ab3;
    font-weight: bold;
}

.batch-syllabus {
    display: flex;
    flex-direction: column;
    gap: 13px;
    width: 60%;
    padding-top: 10px;
    margin-top: -20px;
}

.batch-syllabus p {
    margin-bottom: 0;
}


.second-two-btn {
    display: flex;
    gap: 10px;
    width: 100%;
}

#l-b-btn {
    width: 100%;
    padding: 10px;
    border-radius: 8px;
    border: none;
    background-color: #007ab3;
    color: white;
    box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.2);
}

#n-b-btn {
    width: 100%;
    padding: 10px;
    border-radius: 8px;
    border: none;
    background-color: #007ab3;
    color: white;
    box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.2);
}


.one-box {
    display: flex;  
    border: 1px solid rgb(209, 200, 200);
    border-radius: 10px;
    width: fit-content;
}

.one-box p {
    margin-bottom: 0;
}

.sub-one-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
    gap: 20px;
    width: 100%;
}

.sub-one-box img {
    width: 50px;
    height: 50px;
    border: 1px solid black;
    padding: 5px;
    border-radius: 5px;
    background-color: #b9e1f5;
    border: none;
}

.top { 
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    width: 100%;
}

.sub-top {
    width: 100%;
}



.pay-month-1 {
    font-size: 22px;
    font-weight: 700;
    padding-top: 10px;
    padding-bottom: 10px;
}



#book-btn {
    padding: 10px;
    border: none;
    background-color: #007ab3;
    color: white;
    border-radius: 4px;   
    margin-top: 20px; 
}

.course-plan {
    width: 40%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    border: 1px solid black;
    border-radius: 10px;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
    border: none;
    padding: 10px;
    position: sticky;
    top: 100px;
}

.course-plan p {
    margin-bottom: 0;
}

.sub-course-plan-1 {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}





.fixed-pro-classic {
    display: flex;
    flex-direction: column;
    /* border: 1px solid black; */
    width: 100%;
    padding: 1px;
    background-color: white;
    color: black;
    border-radius: 10px;
    gap: 10px;
}


.fixed-sub-pro-classic {
    display: flex;
    flex-direction: column;
    border-top: 1px solid rgb(236, 226, 226);
    /* border: 1px solid #007ab3; */
    /* background-color: #b9e1f5; */
    gap: 15px;
    width: 100%;
    padding: 20px;
}


.fixed-two-btn {
    display: flex;
    gap: 10px;
}

#t-f-m-btn {
    text-decoration: none;
    text-align: center;
    width: 50%;
    padding: 10px;
    border-radius: 8px;
    border: none;
    background-color: white;
    color: black;
    box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.2);
    font-weight: 700;
    cursor: pointer;
}

#p-a-p-btn {
    width: 50%;
    padding: 10px;
    border-radius: 8px;
    border: none;
    font-weight: 700;
    background-color: #007ab3;
    color: white;
    box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.2);
}



/* child 4 start  */
.child-4 {
    display: flex;
    flex-direction: column;
    width: 95%;
    padding-top: 30px;
}

.testimonial-heading {
    font-size: 25px;
    font-weight: 700;
    padding-left: 20px;
    margin-bottom: 0;
}

.sub-child-4 {
    display: flex;
    justify-content: center;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
}

.testimonial {
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border: 1px solid black;
    border-radius: 10px;
    padding: 10px;
    background-color: #007ab3;
    color: white;
    border: none;
}

.testimonial p {
    margin-bottom: 0;
}

.left-testimonial {
    width: 50%;
    
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.left-testimonial-text-1 {
    font-size: 30px;
    font-weight: 700;
}

.left-testimonial-text-2 {
    font-size: 12px;
}

.social-media-icons {
    display: flex;
    gap: 10px;
    margin-top: 10px;
    font-size: 28px;
}

.social-media-icons i {
    cursor: pointer;
}

.right-testimonial {
    width: 50%;
    height: 180px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.right-testimonial-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.testimonial .commas {
    width: 25px;
    height: 20px;
}

.testimonial-student {
    display: flex;
    align-items: center;
    gap: 15px;
    padding-bottom: 15px;
}

.testimonial-student .student {
    width: 45px;
    height: 45px;
} 

.sub-testimonial-student {
    display: flex;
   gap: 6px;
}
/* child 4 end */







.child-5 {
    display: flex;
    flex-direction: column;
    width: 95%;
    padding-top: 30px;
}

.faq-heading {
    font-size: 25px;
    font-weight: 700;
    padding-left: 20px;
    margin-bottom: 0;
}

.sub-child-5 {
    display: flex;
    justify-content: center;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
}

.faq {
    display: flex;
    width: 90%;
    border: 1px solid black;
    border-radius: 10px;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
    border: none;
    padding: 20px;
}

.accordion {
    width: 100%;
}



/*form start  */
.form-1 {
    display: none;
    border: 1px solid white;
    padding: 20px;
    background-color: white;
    color: #252525;
    border-radius: 5px;
    position: fixed;
    top: 5px;
    width: 400px;
    z-index: 999;
    box-shadow: 4px 4px 20px 4px ;
    overflow-y: scroll;
    height: 100vh;

}

#submit-1 {
    background-color: #007ab3;
    border-style: none;
    color: white;
    padding: 5px;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
    margin-bottom: 10px;
}

.form-heading-cancel {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.free-demo-class {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 0;
}

#cancel-1 {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: 1px solid white;
    width: 10%;
    font-size: 20px;
    margin-bottom: 0;
}



.otp {
    position: absolute;
}

#generate-otp {
    width: fit-content;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border-style: none; 
    background-color: #007ab3; 
    border-radius: 5px; 
    font-size: 13px; 
    color: white;
    position: absolute;
    right:4px;
    top:4px;
    padding: 5px;
}

#valid-otp {
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    width: fit-content; 
    border-style: none; 
    background-color: #007ab3; 
    border-radius: 5px; 
    font-size: 13px; 
    color: white;
    position: absolute;
    right: 5px;
    bottom:4.5px;
    padding: 5px;
}

.one{
    position: relative;
}

#heading-otp {
    display: none;
}



#brake1 {
    display: none;
}
/* form end */




@media screen and (min-width : 320px) and (max-width : 768px) 
{
    .child-1 {
        display: flex;
        flex-direction: column;
        padding-bottom: 30px;
        padding-top: 10px;
    }    

    .left-child-1 {
        width: 100%;
    }

    .rating {
        font-size: 12px;
    }

    .course-name {
        font-size: 24px;
    }

    .content {
        font-size: 14px;
    }

    .four-points {
        font-size: 14px;
    }

    .two-btns {
        display: flex;
        justify-content: center;
        font-size: 12px;
    }

    .join-now {
        display: none;
    }

    .mobile-join-now {
        display: unset;
        text-decoration: none;
        text-align: center;
        padding: 8px;
        width: 140px;
        border: none;
        background-color: #007ab3;
        color: white;
        font-weight: 700;
        border-radius: 6px;
    }

    .right-child-1 {
        width: 100%;
        display :flex;
        justify-content: center;
        
    }

    .right-child-1 .image {
        width: 100%;
    }


    .child-2 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .heading {
        display: none;
    }

    .mobile-heading {
        display: grid;
        grid-template-columns: auto auto auto;
        width: 100%;
        gap: 10px;
        border-radius: 10px;
        padding: 5px;
        box-shadow: 1px 1px 5px rgba(0,0, 0, 0.5);
        background-color: white;
        margin-top: 10px;

    }

    .mobile-heading-btn {
        background: white;
        border: none;
        padding: 5px;
        font-size: 10px;
        font-weight: 700;
        cursor: pointer;
        color: #007ab3;
        border-radius: 30px;
    }

    .mobile-heading-btn.mobile-permanent {
        background-color:#007ab3;
        border-radius: 30px;
        color: white;
    }


    .left-right-child-2 {
        display: flex;
        flex-direction: column;
    }

    .left-child-2 {
        width: 100%;
        margin-top: 20px;
    }

    ul {
        font-size: 14px;
    }

    .right-child-2 {
        width: 100%;
        margin-top: 0px;
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .courses {
        display: grid;
        grid-template-columns: auto auto;
        gap: 10px;
        width: 100%;
        font-size: 12px;
    }

    .procedure {
        display: grid;
        grid-template-columns: auto auto;
        font-size: 13px;
    }



    .child-3 {
        padding-top: 20px;
    }

    .course-info {
        font-size: 16px;
    }

    .left-right-child-3 {
        display: flex;
        flex-direction: column;
    }

    .batch-syllabus {
        width: 100%;
    }

    .batch-syllabus-heading {
        font-size: 28px;
    }

    .second-two-btn {
        font-size: 12px;
    }

    .one-box {
        width: 100%;
    }

    /* .sub-top {
        display: flex;
        flex-direction: column;
         justify-content: center;
        align-items: center; 
    }*/

    .course-plan {
        width: 100%;
        overflow-y: hidden;
    }

    .pay-month-1 {
        font-size: 18px;
    }


    .fixed-sub-pro-classic {
        padding: 0;
    }

    .fixed-two-btn {
        font-size: 12px;
    }


    /* child 4 start */
    .testimonial {
        display: flex;
        flex-direction: column;
        gap: 30px;
        padding: 15px;
    }

    .left-testimonial {
        width: 100%;
    }

    .left-testimonial-text-1 {
        font-size: 20px;
        font-weight: 700;
    }

    .left-testimonial-text-2 {
        font-size: 12px;
    }

    .social-media-icons {
        font-size: 15px;
    }

    .right-testimonial {
        width: 100%;
        height: unset;
    }

    .right-testimonial p {
        font-size: 14px;
    }
    /* child 4 end */


    /* form start */
    .form-1 {
        position: fixed;
        top: 65px;
        /* width: 400px; */
        border: 1px solid #80808040;
        box-shadow: unset;
        width: 90%;
        font-size: 10px;
        height: 85vh;
        overflow-y: scroll;
        border-radius: 23px;
    }

    .form-label {
        font-size: 12px;
    }

    #cancel-1 {
        position: absolute;
        top: 18px;
        right: 10px;
        cursor: pointer;
        border: 1px solid white;
        width: 10%;
        background-color: white;
        font-size: 20px;
    }

     #submit-1 {
        margin-bottom: 10px;
    }

     .animate-text {
        font-size: 10px;
    }
    /* form end  */

}