@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700&display=swap');

* {
    padding: 0;
    margin: 0;
}



section#counter-stats {
    display: flex;
    justify-content: center;
    padding: 3rem 0;
}

.counter_txt {
    display: flex;
    justify-content: center;
}

.stats {
    text-align: center;
    font-size: 35px;
    font-weight: 700;

}

.stats i {
    color: #00c3ff;
    font-size: 60px;
}

.confused_student {
    padding: 3rem 0;
    position: relative;
    /* box-shadow: 0px -4px 3px rgb(41 41 40 / 15%); */
}

.confused_student .student_wrap h3 {
    text-align: center;
    font-size: 27px;
    font-weight: 700;
    margin-bottom: 19px;
    margin-top: 40px;
    /* color: #ff1949; */
}

.confused_student .student_wrap {
    padding: 49px 25px;
    /* background: #fff; */
    /* box-shadow: 0 0.5rem 1rem rgba(0,0,0,.15); */
}



.confused_student::before{
    content: '';
    position: absolute;
    height: 150px;
    width: 150px;
    z-index: -1;
    bottom: 96px;
    left: 124px;
    background-image: linear-gradient(to right, #ff1949, #5b7179);
    border-bottom-left-radius: 5px;
    box-shadow: rgb(50 50 93 / 0%) 0px 50px 100px -20px, rgb(0 0 0 / 0%) 0px 30px 60px -30px, rgb(10 37 64 / 19%) 0px -2px 6px 0px inset !important;
}
.confused_student::after {
    content: '';
    position: absolute;
    height: 150px;
    width: 150px;
    z-index: -1;
    top: 132px;
    right: 123px;
    background-image: linear-gradient(to right, #ff1949, #5b7179);
    border-top-right-radius: 5px;
    box-shadow: rgb(50 50 93 / 0%) 0px 50px 100px -20px, rgb(0 0 0 / 0%) 0px 30px 60px -30px, rgb(10 37 64 / 19%) 0px -2px 6px 0px inset !important;
}

.confused_student .student_card {
    position: relative;
    overflow: hidden;
    padding: 33px 15px;
    background: #fff;
}

.confused_student .student_card img {
    margin: auto;
    position: relative;
    z-index: 3;
    display: block;
    width: 50px;
}

.confused_student .student_card .img-box::before {
    content: '';
    position: absolute;
    height: 70px;
    width: 70px;
    background: #eb234e;
    top: -9px;
    left: 242px;
    z-index: 2;
    border-radius: 50%;
}

.confused_student .student_card .img-box::after {
    content: '';
    position: absolute;
    height: 75px;
    width: 75px;
    top: -11px;
    background: #5d7078;
    z-index: 1;
    left: 252px;
    border-radius: 50%;
}

.confused_student .student_card .img-box {
    position: relative;
}

.confused_student .student_card .img-box h5 {
    text-align: center;
    font-size: 21px;
    color: #263239;
}

.confused_student .student_card .img-box b {
    display: block;
    text-align: center;
    font-size: 25px;
    font-weight: 700;
    color: #606e77;
}

.confused_student .student_card .img-box p {
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    color: #252525;
}

.confused_student .student_card ul {
    list-style: none;
    margin: 0;
    /* border-top: 1px solid #ff1949; */
    display: flex;
    flex-direction: column;
    align-items: center;
}

.confused_student .student_card ul li {
    font-size: 13px;
    font-weight: 400;
    color: #000;
    margin-top: 7px;
}

.confused_student .student_card ul li:first-child {
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    padding: 3px 19px;
    /* background-image: linear-gradient(to right, #ff1949, #5b7179); */
    /* padding: 5px; */
    /* border: 1px solid; */
    border-radius: 7px;
    box-shadow: rgb(0 0 0 / 17%) 0px -23px 25px 0px inset, rgb(255 25 73) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgb(0 0 0 / 0%) 0px 16px 8px, rgb(0 0 0 / 0%) 0px 32px 16px;
}


.confused_student .student_card span {
    display: block;
    text-align: center;
    margin-top: 10px;
    border: 1px solid #fe4c1c;
    border-radius: 28px;
    padding: 3px 0;
    font-weight: 500;
}

.confused_student .splheadding {
    display: block;
    font-size: 35px;
    font-weight: 700;
    color: #fe4c1c;
    margin-bottom: 25px;
    letter-spacing: 1px;
    text-align: left !important;
}

.confused_student .splheadding .siteclr1 {
    color: #00c3ff;
}

.our_process {
    box-shadow: none;
}

.our_process .student_card img {
    margin: auto;
    position: relative;
    z-index: 3;
    display: block;
    width: 98px;
}

.our_process .student_wrap {
    padding: 0;
    background: transparent;
}

.our_process .number-box {
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: 900;
    display: inline-block;
    position: absolute;
    left: 50%;
    top: -35px;
    margin-left: -35px;
    margin-bottom: 45px;
    border-radius: 50%;
    background-color: #0039e4;
    background-image: linear-gradient(145deg, #0039e4, #04dbf1);
    box-shadow: 10px 10px 30px 0px rgba(2, 156, 236, 0.3);
}

.our_process .student_card {
    overflow: visible;
}

.our_process .student_wrap h3 {
    text-align: center;
    font-size: 21px;
    font-weight: 500;
    margin-bottom: 6px;
    margin-top: 20px;
    color: #00c3ff;
}

.our_process .student_card p {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
}

.our_process::before {
    background: #fff;
}

.our_process::after {
    background: #fff;
}


@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.jj {
    text-align: center;
    /* padding: 30px 0 0; */
    padding-top: 32px;
}

.jj a {
    padding: 10px 21px;
    font-size: 16px;

}
@media screen and (max-width: 600px){
    .mh{
        text-align: center;
      /* font: bold 50px Sans-Serif; */
      padding: 0px 0px;
      border-radius: 10px;
        margin-left: 5px !important;
        color: white;
        font-size: 20px !important;
        text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
        /* color: white;
        text-shadow: 0 1px 0 #ccc,
                     0 2px 0 #c9c9c9,
                     0 3px 0 #bbb,
                     0 4px 0 #b9b9b9,
                     0 5px 0 #aaa,
                     0 6px 1px rgba(0,0,0,.1),
                     0 0 5px rgba(0,0,0,.1),
                     0 1px 3px rgba(0,0,0,.3),
                     0 3px 5px rgba(0,0,0,.2),
                     0 5px 10px rgba(0,0,0,.25),
                     0 10px 10px rgba(0,0,0,.2),
                     0 20px 20px rgba(0,0,0,.15); */
      
      }
      .marquee{
        height: 30px  !important;
        margin-bottom: 10px;
      } 
}
.marquee {
    position: relative;
    width: 100vw;
    max-width: 100%;
    height: 50px;
    overflow-x: hidden;
    text-align: center;
    /* border: 1px solid red; */
    background: #eb234e;
  }
  .mh{
    text-align: center;
  /* font: bold 80px Sans-Serif; */
  padding: 0px 20px;
  border-radius: 10px;
    margin-left: 50px;
    /* background: #eb234e; */
    font-size: 30px;
    color: white;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
  
  }
  .track {
    position: absolute;
    white-space: nowrap;
    will-change: transform;
    animation: marquee 30s linear infinite;
    /* border: 1px solid black; */
    left: 100px;
  }
  
  @keyframes marquee {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
  }