.disabled-foot-item{opacity:.4}

.hero-section{
    background: linear-gradient(108deg, #EAFBF5 0%, #EDE5FC 100%);
    padding: 4rem 0 0 0;
    position: relative;
}
.hero-section .hero-title{
    color: #0F2239;
    font-family: Lalezar;
    font-size: 50px;
    font-weight: 400;
    line-height: 78px; /* 156% */
}
.hero-section .hero-title span{
    color: #FF7F46;
    font-family: Lalezar;
    font-size: 67px;
    font-style: normal;
    font-weight: 400;
    line-height: 78px;
    text-decoration-line: underline;
}
.hero-section .hero-description{
    color: var(--text);
    font-family: Rubik;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
}
.hero-section .hero-img-container{
    display: flex;
    justify-content: end;
}
.hero-section .hero-cta-btn-container{
    margin: 2rem 0;
}
.hero-section .hero-cta-btn-container a:first-of-type{
    margin-right: 2rem;
}
.hero-section .hero-pen-img{
    position: absolute;
    top: 0;
    animation: penmovement 5s infinite;
}

@keyframes penmovement {
    0% {
        transform: translateX(0) scale(1);
    }
    50% {
        transform: translateX(10px) scale(1.3);
      }
    100% {
        transform: translateX(0) scale(1);
    }
  }
  @keyframes steparrowmovement{
    0% {
        transform: translateX(0) scale(1);
    }
    50% {
        transform: translateX(10px) scale(0.5);
      }
    100% {
        transform: translateX(0) scale(1);
    }
  }
.hero-section .hero-arrow-img{
    position: absolute;
    rotate: 20deg;
    top: 10%;
    right: 5vw;
    animation: penmovement 3s infinite;
}
/* .hero-section .container{
    position: relative;
} */

.about-section{
    background: url(../images/other/home-about-bg.png);
    background-position: top;
    background-repeat: no-repeat;
    padding: 4rem 0;
    position: relative;
}
.row.title-row{
    text-align: center;
}
.title-row .section-supertitle{
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--blue);
    font-family: Rubik;
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 1rem;
}
.title-row .section-title{
    color: var(--heading-black);
    font-family: Lalezar;
    font-size: 40px;
    font-weight: 400;
    line-height: 48px;
    text-transform: capitalize;
    margin-bottom: 2rem;
}
.about-text-container{
    margin: auto;
    position: relative;
}
.about-section .about-text-container p{
    color: #636363;
    font-family: Rubik;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
}
.about-section .about-text-container .about-pseudo-book{
    position: absolute;
    top: -40%;
    left: 5%;
    animation: penmovement 5s infinite;
}
.about-section .about-img-container{
    margin-top: 2rem;
    position: relative;
    z-index: 1;
}
.about-section .about-img-container .abt-hero-img{
    width: 100%;
}
.about-section .about-shape-orange{
    position: absolute;
    top: -3.7vw;
    right: -3.1vw;
    z-index: -1;
}
.about-section .about-shape-grey{
    position: absolute;
    top: 30vw;
    left: -3vw;
    z-index: -1;
}
.about-section .about-float-data{
    border-radius: 30px;
    background: var(--blue);
    padding: 1.5rem 1.5rem;
    text-align: center;
    width: fit-content;
    color: var(--white);
    position: absolute;
    bottom: 1.5vw;
    left: 7vw;
}
.about-section .about-float-data img{
    margin-bottom: 10px;
}
.about-section .about-float-data .float-data-number{
    font-size: 30px;
    font-weight: 500;
}
.about-section .about-float-data .float-data-title{
    font-family: Rubik;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 0;
}

.features-section{
    padding: 4rem 0;
}
.features-section .feature-card{
    border-radius: 0px 70px;
    border: 1px solid #DDD;
    background: #FFF;
    padding: 3rem 2rem;
    text-align: center;
    height: 100%;
}
.features-section .feature-card.purple:hover{
    border: 1px dashed #8E56FF;
    background-color: #fcfcfc;
}
.features-section .feature-card.orange:hover{
    border: 1px dashed #FF7F46;
    background-color: #fcfcfc;
}
.features-section .feature-card.blue:hover{
    border: 1px dashed #5287F8;
    background-color: #fcfcfc;
}
.features-section .feature-card.green:hover{
    border: 1px dashed #1AB69D;
    background-color: #fcfcfc;
}
.features-section .feature-card img{
    width: 90px;
    height: 90px;
    padding: 15px;
    border-radius: 50px;
}
.features-section .feature-card-title{
    margin: 1.5rem 0 0.5rem 0;
}
.features-section .feature-card p{
    color: #636363;
    font-family: Rubik;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    text-transform: capitalize;
}

.how-it-works-section{
    padding: 4rem 0;
    position: relative;
}
.how-it-works-section .working-step-card{
    text-align: center;
    padding: 0 3rem 3rem 3rem;
    position: relative;
}
.how-it-works-section .lower-half-circle{
    width: 4rem;
    height: 4rem;
    background: white;
    margin: auto;
    position: absolute;
    bottom: -1.8rem;
    border-radius: 50%;
    text-align: center;
    left: 44%;
    right: 44%;
}
.how-it-works-section .working-step-card .step-title{
    font-size: 24px;
}
.how-it-works-section .working-step-card.bg-orange .step-title{
    color: #812800;
}
.how-it-works-section .working-step-card.bg-green .step-title{
    color: #00453A;
}
.how-it-works-section .working-step-card.bg-pink .step-title{
    color: #8B0001;
}
.working-step-card.cheers, .working-step-card.sign{
    margin-top: 3rem;
    height: 21.5rem;
}

.working-step-card.otp{
    height: 24.5rem;
    background: url(../images/pseudo/book-feature-bg.png);
    background-size: contain;
    background-color: #08b195;
    background-repeat: no-repeat;
    
}
.working-step-card:hover{
    transition: 1s linear; 
    background-color:#4582FF;
}
.how-works-arrow{
    position: absolute;
    top: -8%;
    right: 7%;
    animation: steparrowmovement 5s infinite;
}
.how-it-works-section .working-step-card .step-description{
    color: var(--white);
    font-size: 18px;
    font-weight: 500;
}

.statistics-section{
    padding: 6rem 0;

}
.statistics-section .statistics-container{
    /* border-radius: 10px;
    background: #FFF;
    box-shadow: 1px 1.732px 60px 0px #1D42D9;
    padding: 3.5rem 1rem;
    position: relative; */


    border-radius: 10px;
    background: url(../images/other/statistics-bg.jpg);
    box-shadow: rgb(218 218 218) 1px 1.732px 60px 0px;
    border: 1px dashed rgb(204 204 204);
    padding: 3.5rem 1rem;
    position: relative;
}
.statistics-section .statistics-container img{
    width: auto;
}
.statistics-section .statistics-container .statistics-card{
    width: 25%;
    display: flex;
    justify-content: center;
}
.statistics-section .statistics-container .statistics-card:not(:last-of-type){
    border-right: 1px dashed grey;
}

.statistics-section .statistics-card h5{
    color: #777;
    font-family: Rubik;
    font-size: 16px;
    font-weight: 400;
    display: flex;
    align-items: center;
}
.statistics-section .statistics-card .statistics-number{
    color: #BA0F30;
    font-family: Rubik;
    font-size: 50px;
    font-weight: 800;
}
.statistics-container .statistics-shape-1{
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
}
.statistics-container .statistics-shape-2{
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0;
}


.lms-section{
    padding: 4rem 0;
}
.title-row-left .section-supertitle{
    display: flex;
    align-items: center;
    color: var(--blue);
    font-family: Rubik;
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 1rem;
}
.title-row-left .section-title{
    color: var(--heading-black);
    font-family: Lalezar;
    font-size: 40px;
    font-weight: 400;
    line-height: 48px;
    text-transform: capitalize;
    margin-bottom: 2rem;
}
.lms-section p{
    color: var(--text);
    font-family: Rubik;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}
.lms-section ul{
    list-style-type: none;
    padding-left: 0;
}
.lms-section ul li{
    margin-bottom: 10px;
    color: var(--text);
    font-family: Rubik;
    font-size: 18px;
    font-weight: 400;
    line-height: 130%;
    display: flex;
    align-items: center;
}
.lms-section ul li img{
    align-self: flex-start;
    margin-right: 10px;
}
.lms-context-container{
    margin: auto;
    padding-left: 1rem;
}
.lms-section .lms-image-container{
    position: relative;
}
.lms-section .lms-image-container .lms-pseudo{
    position: absolute;
    left: 0.5rem;
    top: 2rem;
    z-index: -1;
    transform: rotate(40deg);
}



.cta-section{
    padding: 5rem 0;
    position: relative;
}
.cta-section .cta-card{
    background: url(../images/other/home-cta-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 10px;
    border-radius: 10px;
}
.cta-section .cta-card img{
    border-radius: 10px;
}
.cta-section .cta-card .cta-context-container{
    margin: auto;
    color: var(--white);
}

.cta-section .cta-shape-orange{
    position: absolute;
    top: 0;
    right: 12%;
    z-index: -1;
    transform: rotate(45deg);
}
.cta-section .cta-shape-grey{
    position: absolute;
    bottom: 10px;
    left: 12%;
    z-index: -1;
    transform: rotate(45deg);
}
.hide-desktop{
    display: none;
}

img{
    max-width: 100%;
}









/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    img{
        max-width: 100%;
    }
    .how-it-works-section .working-step-card{
        padding: 0 1rem 1rem 1rem;
    }
    .working-step-card.cheers, .working-step-card.sign, .working-step-card.otp{
        height: 23rem;
    }
    .how-it-works-section .lower-half-circle {
        left: 40%;
        right: 40%;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) and (max-width: 992px) {
    .hide-mobile{
        display: none;
    }
    .hero-section .hero-title{
        font-size: 45px;
        line-height: 65px;
    }
    .hero-section .hero-title span{
        font-size: 62px;
        line-height: 70px;
    }
    .hero-img-container img{
        width: 100%;
    }
    .hero-section .hero-arrow-img {
        top: 50%;
        right: 6vw;
        transform: rotate(45deg);
    }
    .about-section .about-text-container .about-pseudo-book{
        display: none;
    }
    .title-row .section-supertitle {
        font-size: 18px;
        margin-bottom: 1rem;
    }
    .title-row .section-title{
        font-size: 35px;
        font-weight: 400;
        line-height: 48px;
        text-transform: capitalize;
        margin-bottom: 2rem;
    }
    .features-section {
        padding: 1rem 0;
    }
    .features-section .feature-card-title{
        font-size: 30px;
    }
    .features-section .feature-card {
        padding: 2rem 1rem;
        margin: 1rem;
        height: auto;
    }
    .how-works-arrow{
        display: none;
    }
    .how-it-works-section {
        padding: 1rem 0;
    }
    .working-step-card.otp {
        height: 21.5rem;
    }
    .working-step-card.sign{
        margin-top: 0;
        height: 21.5rem;
    }
    .working-step-card.cheers{
        margin-top: 1.5rem;
        height: 21.5rem;
    }
    .statistics-section {
        padding: 2rem 0;
    }
    .statistics-section .statistics-container .statistics-card{
        width: 100%;
    }
    .statistics-section .statistics-container .statistics-card:not(:last-of-type) {
        border-bottom: 1px dashed grey;
        border-right: none;
    }
    .statistics-section .statistics-container{
        padding: 0;
        margin: 1rem;
    }
    .statistics-section .statistics-card h5{
        margin: 10px 0;
    }
    .lms-section{
        padding: 2rem 0;
    }
    .cta-section .cta-card img{
        width: 100%;
    }
    .hide-desktop {
        display: block;
    }
    .cta-section .cta-context-title{
        margin-top: 1rem;
        font-size: 25px;
    
    }
    img{
        max-width: 100%;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) and (max-width: 768px) {
    .hide-mobile{
        display: none;
    }
    .hero-section .hero-title{
        font-size: 45px;
        line-height: 65px;
    }
    .hero-section .hero-title span{
        font-size: 62px;
        line-height: 70px;
    }
    .hero-img-container img{
        width: 100%;
    }
    .hero-section .hero-arrow-img {
        top: 50%;
        right: 6vw;
        transform: rotate(45deg);
    }
    .about-section .about-text-container .about-pseudo-book{
        display: none;
    }
    .title-row .section-supertitle {
        font-size: 18px;
        margin-bottom: 1rem;
    }
    .title-row .section-title{
        font-size: 35px;
        font-weight: 400;
        line-height: 48px;
        text-transform: capitalize;
        margin-bottom: 2rem;
    }
    .features-section {
        padding: 1rem 0;
    }
    .features-section .feature-card-title{
        font-size: 30px;
    }
    .features-section .feature-card {
        padding: 2rem 1rem;
        margin: 1rem;
        height: auto;
    }
    .how-works-arrow{
        display: none;
    }
    .how-it-works-section {
        padding: 1rem 0;
    }
    .working-step-card.cheers, .working-step-card.sign{
        margin-top: 0;
        height: 21.5rem;
    }
    .statistics-section {
        padding: 2rem 0;
    }
    .statistics-section .statistics-container .statistics-card{
        width: 100%;
    }
    .statistics-section .statistics-container .statistics-card:not(:last-of-type) {
        border-bottom: 1px dashed grey;
        border-right: none;
    }
    .statistics-section .statistics-container{
        padding: 0;
        margin: 1rem;
    }
    .statistics-section .statistics-card h5{
        margin: 10px 0;
    }
    .lms-section{
        padding: 2rem 0;
    }
    .hide-desktop {
        display: block;
    }
    .cta-section .cta-context-title{
        margin-top: 1rem;
        font-size: 25px;
    
    }
    img{
        max-width: 100%;
    }
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .hide-mobile{
        display: none;
    }
    .hero-section .hero-title{
        font-size: 45px;
        line-height: 65px;
    }
    .hero-section .hero-title span{
        font-size: 62px;
        line-height: 70px;
    }
    .hero-img-container img{
        width: 100%;
    }
    .hero-section .hero-arrow-img {
        top: 50%;
        right: 6vw;
        transform: rotate(45deg);
    }
    .about-section .about-text-container .about-pseudo-book{
        display: none;
    }
    .title-row .section-supertitle {
        font-size: 18px;
        margin-bottom: 1rem;
    }
    .title-row .section-title{
        font-size: 35px;
        font-weight: 400;
        line-height: 48px;
        text-transform: capitalize;
        margin-bottom: 2rem;
    }
    .features-section {
        padding: 1rem 0;
    }
    .features-section .feature-card-title{
        font-size: 30px;
    }
    .features-section .feature-card {
        padding: 2rem 1rem;
        margin: 1rem;
        height: auto;
    }
    .how-works-arrow{
        display: none;
    }
    .how-it-works-section {
        padding: 1rem 0;
    }
    .working-step-card.cheers, .working-step-card.sign{
        margin-top: 0;
        height: 21.5rem;
    }
    .statistics-section {
        padding: 2rem 0;
    }
    .statistics-section .statistics-container .statistics-card{
        width: 100%;
    }
    .statistics-section .statistics-container .statistics-card:not(:last-of-type) {
        border-bottom: 1px dashed grey;
        border-right: none;
    }
    .statistics-section .statistics-container{
        padding: 0;
        margin: 1rem;
    }
    .statistics-section .statistics-card h5{
        margin: 10px 0;
    }
    .lms-section{
        padding: 2rem 0;
    }
    .hide-desktop {
        display: block;
    }
    .cta-section .cta-context-title{
        margin-top: 1rem;
        font-size: 25px;
    
    }
    img{
        max-width: 100%;
    }
    body *{
        /* border: 1px solid red; */
    }
}