.education-for-a {
    margin: 0;
}

.education-for-a-container {
    margin: 0;
    align-self: stretch;
    /* height: 100px; */
    position: relative;
    font-size: inherit;
    line-height: 105.02%;
    font-weight: 800;
    font-family: inherit;
    display: inline-block;
}

.subscribe {
    cursor: pointer;
    position: relative;
    font-size: var(--font-size-sm);
    font-weight: 500;
    font-family: var(--font-inter);
    color: var(--color-white);
    text-align: left;
}

.icinterfacearrow-right-icon {
    width: 24px;
    position: relative;
    height: 24px;
    object-fit: cover;
}

.hub-cta {
    cursor: pointer;
    border: 0;
    padding: var(--padding-6xs) var(--padding-mid);
    background-color: var(--color-steelblue);
    border-radius: var(--br-base);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: var(--gap-sm);
}

.katon-360-apps {
    flex: 1;
    position: relative;
    font-weight: 500;
}

.cta-text {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: var(--gap-15xl);
    text-align: left;
    font-size: var(--font-size-3xs);
    color: var(--color-gray-100);
    font-family: var(--font-inter);
}

.header-content,
.hero-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.header-content {
    align-self: stretch;
    gap: var(--gap-sm);
    text-align: left;
    font-size: var(--font-size-29xl);
    color: var(--color-black);
    font-family: var(--font-inter);
}

.hero-content {
    width: 384px;
    padding: var(--padding-41xl) 0 0;
    box-sizing: border-box;
}

.image-child {
    width: 598px;
    position: relative;
    height: 380px;
    object-fit: cover;
}

.image,
.main-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.main-content {
    width: 1280px;
    flex-direction: row;
    justify-content: center;
    padding: 0 var(--padding-lgi) 0 196px;
    box-sizing: border-box;
    gap: 83px;
}

.sec-1-knowledge-hub-banner-13 {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding: 236px 0 var(--padding-85xl);
    box-sizing: border-box;
    /* background-image: url(./public/sec-knowledge-hub-banner@3x.png); */
    /* background-size: cover; */
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: top;
    background-color: #f1f1f1;
}

@media screen and (max-width: 2100px) {
    .sec-1-knowledge-hub-banner-13{
        background-size: 100% 100%;
    }
}
@media screen and (max-width: 500px) {
    .sec-1-knowledge-hub-banner-13{
        background-image: unset !important;
    }
}
@media screen and (max-width: 1200px) {
    .education-for-a-container {
        font-size: var(--font-size-29xl);
        flex: 1;
    }

    .header-content {
        gap: var(--gap-sm);
    }

    .hero-content {
        flex: 1;
    }

    .image-child {
        align-self: stretch;
        width: auto;
        flex: 1;
    }

    .image {
        width: 50%;
    }

    .main-content,
    .sec-1-knowledge-hub-banner-13 {
        width: auto;
        padding-right: var(--padding-lgi);
        box-sizing: border-box;
    }

    .main-content {
        align-self: stretch;
        padding-left: 58px;
    }

    .sec-1-knowledge-hub-banner-13 {
        align-self: unset;
        padding-left: var(--padding-119xl);
    }
}

@media screen and (max-width: 960px) {
    .education-for-a-container {
        font-weight: 700;
        font-family: var(--font-inter);
        font-size: var(--font-size-23xl);
    }

    .hero-content {
        width: 300px;
    }

    .main-content {
        align-self: stretch;
        width: auto;
        flex: 1;
        gap: var(--gap-11xl);
        align-items: center;
        justify-content: center;
        padding-left: 0;
        padding-right: 0;
        box-sizing: border-box;
    }

    .sec-1-knowledge-hub-banner-13 {
        width: auto;
        align-self: unset;
        gap: var(--gap-45xl);
        padding-left: var(--padding-31xl);
        padding-right: var(--padding-31xl);
        box-sizing: border-box;
    }
}

@media screen and (max-width: 430px) {
    .education-for-a-container {
        font-weight: 800;
        font-family: var(--font-inter);
        font-size: var(--font-size-21xl);
    }

    .header-content {
        gap: var(--gap-xl);
        align-items: flex-start;
        justify-content: flex-start;
    }

    .hero-content,
    .image-child {
        align-self: stretch;
        width: auto;
    }

    .image-child {
        flex: 1;
    }

    .image {
        width: 100%;
    }

    .main-content {
        align-self: stretch;
        width: auto;
        flex: 1;
        flex-direction: column;
        gap: 94px;
        padding-left: 0;
        padding-right: 0;
        box-sizing: border-box;
    }

    .sec-1-knowledge-hub-banner-13 {
        width: auto;
        align-self: unset;
        align-items: center !important;
        justify-content: flex-start !important;
        padding: var(--padding-131xl) var(--padding-base) 65px;
        box-sizing: border-box !important;
        padding-top: 72px !important;
    }
}

@media screen and (max-width: 420px) {
    .education-for-a-container {
        font-weight: 700;
        font-family: var(--font-inter);
        font-size: var(--font-size-21xl);
    }

    .header-content,
    .hero-content {
        height: auto;
        box-sizing: border-box;
    }

    .header-content {
        gap: var(--gap-xl);
        padding-top: var(--padding-xl);
    }

    .hero-content {
        align-self: stretch;
        width: auto;
        align-items: flex-start;
        justify-content: flex-start;
        padding-top: 0;
    }

    .main-content,
    .sec-1-knowledge-hub-banner-13 {
        align-items: center;
        justify-content: flex-end;
        box-sizing: border-box;
    }

    .main-content {
        align-self: stretch;
        width: auto;
        flex: 1;
        flex-direction: column;
        gap: var(--gap-45xl);
        padding-left: 0;
        /* padding-top: var(--padding-41xl); */
        padding-right: 0;
    }

    .sec-1-knowledge-hub-banner-13 {
        height: auto;
        gap: var(--gap-5xl);
        /* padding: 110px var(--padding-base); */
    }
}

@media screen and (max-width: 375px) {
    .education-for-a-container {
        font-size: var(--font-size-19xl);
    }

    .hero-content,
    .image-child {
        align-self: stretch;
        width: auto;
    }

    .image-child {
        flex: 1;
    }

    .image {
        width: 100%;
    }

    .main-content {
        align-self: stretch;
        width: auto;
        flex-direction: column;
        padding-left: 0;
        padding-right: 0;
        box-sizing: border-box;
    }

    .sec-1-knowledge-hub-banner-13 {
        width: auto;
        align-self: unset;
        height: auto;
        padding-top: var(--padding-101xl);
        padding-bottom: var(--padding-101xl);
        box-sizing: border-box;
    }
}

@media screen and (max-width: 350px) {
    .education-for-a-container {
        font-size: var(--font-size-19xl);
    }

    .header-content {
        gap: var(--gap-xl);
        align-items: center;
        justify-content: flex-start;
    }

    .hero-content,
    .image-child {
        align-self: stretch;
        width: auto;
    }

    .image-child {
        flex: 1;
    }

    .image {
        width: 100%;
    }

    .main-content,
    .sec-1-knowledge-hub-banner-13 {
        width: auto;
        height: auto;
        align-items: center;
        box-sizing: border-box;
    }

    .main-content {
        align-self: stretch;
        flex-direction: column;
        gap: var(--gap-35xl);
        justify-content: center;
        padding-left: 0;
        padding-right: 0;
    }

    .sec-1-knowledge-hub-banner-13 {
        align-self: unset;
        gap: var(--gap-41xl);
        justify-content: flex-end;
        padding: var(--padding-81xl) var(--padding-base) var(--padding-101xl);
    }
}








.become-a-katon {
    margin: 0;
}

.become-a-katon-container,
.join-a-community {
    margin: 0;
    position: relative;
    display: inline-block;
}

.become-a-katon-container {
    align-self: stretch;
    width: 400px;
    font-size: inherit;
    line-height: 96%;
    font-weight: 700;
    font-family: inherit;
}

.join-a-community {
    width: 467px;
    font-size: var(--font-size-sm);
    line-height: 19.32px;
    font-weight: 300;
    height: 55px;
    flex-shrink: 0;
}

@media screen and (max-width: 960px) {
    .sec-1-knowledge-hub-banner-13{
        padding-top: 140px !important;
        padding-left: 40px !important;
    }
}
@media screen and (max-width: 490px){
    .join-a-community{
        width: 100% !important;
    }
    .become-a-katon-container{
        height: auto !important;
    }
    .experience-an-educational {
        width: 100% !important;
    }
    .the-katon-smart{
        width: 100% !important;
    }
    .podcast-sessions{
        height: auto !important;
    }
    .at-katon-360{
        width: 100% !important;
    }
    .sec-5-podcast-sessions{
        gap: 0px !important;
    }
    .katonNetworkSection{
        gap: 0px !important;
    }
}

.apply-now,
.header {
    font-family: var(--font-inter);
    text-align: left;
}

.header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: var(--gap-base);
    font-size: var(--font-size-29xl);
    color: var(--color-black);
}

.apply-now {
    cursor: pointer;
    position: relative;
    font-size: var(--font-size-sm);
    font-weight: 500;
    color: var(--color-white);
}

.icinterfacearrow-right-icon3 {
    width: 24px;
    position: relative;
    height: 24px;
    object-fit: cover;
}

.content5,
.cta5 {
    display: flex;
    justify-content: flex-start;
}

.cta5 {
    cursor: pointer;
    border: 0;
    padding: var(--padding-6xs) var(--padding-mid);
    background-color: var(--color-steelblue);
    border-radius: var(--br-base);
    flex-direction: row;
    align-items: center;
    gap: var(--gap-sm);
}

.content5 {
    flex-direction: column;
    align-items: flex-start;
    gap: var(--gap-13xl);
}

.image-item {
    width: 353px;
    position: relative;
    border-radius: 36.9px;
    height: 512px;
    object-fit: cover;
}

.image2,
.main-container,
.sec-2-join-katon {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.main-container,
.sec-2-join-katon {
    justify-content: center;
}

.main-container {
    flex: 1;
    gap: 125px;
}

.sec-2-join-katon {
    width: 100%;
    position: relative;
    background-color: #f1f1f1;
    flex-wrap: wrap;
    padding: var(--padding-85xl) var(--padding-119xl) var(--padding-85xl) 197px;
    box-sizing: border-box;
}
.AppImagesSection{
    display: flex;
    gap: 17px;
}
@media screen and (max-width: 1200px) {
    .main-container {
        flex: unset;
        align-self: stretch;
        gap: 60px;
    }

    .sec-2-join-katon {
        width: 100%;
        /* flex-direction: column; */
        padding-left: var(--padding-119xl);
        padding-right: var(--padding-119xl);
        box-sizing: border-box;
    }
}
@media screen and (max-width: 814px) {
    .content5{
        gap: 45px;
    }
}
@media screen and (max-width: 960px) {
    .become-a-katon-container {
        font-size: var(--font-size-23xl);
    }

    .content5 {
        flex: 1;
    }

    .image-item {
        width: 100%;
        height: 468px;
    }

    .image2 {
        flex: 1;
    }

    .main-container {
        width: auto;
        align-self: unset;
        gap: 125px 55px;
        padding-left: 0;
        padding-right: 0;
        box-sizing: border-box;
    }

    .sec-2-join-katon {
        width: 100%;
        padding-left: var(--padding-31xl);
        padding-right: var(--padding-31xl);
        box-sizing: border-box;
    }
}

@media screen and (max-width: 800px) {
    .become-a-katon{
        font-size: 32px;
    }
}
@media screen and (max-width: 815px) {
    .become-a-katon-container{
        width: 290px;
    }
    .join-a-community{
        width: 289px;
    }
}
@media screen and (max-width: 700px) {
    .main-container{
        flex-direction: column;
    }
}
@media screen and (max-width: 428px) {
    .become-a-katon-container {
        font-size: var(--font-size-21xl);
    }

    .header,
    .join-a-community {
        align-self: stretch;
        width: auto;
    }

    .image-item {
        flex: 1;
    }

    .image2 {
        align-self: stretch;
        width: auto;
    }

    .main-container,
    .sec-2-join-katon {
        flex-direction: column;
        gap: 40px 125px;
    }

    .main-container {
        flex: unset;
        align-self: stretch;
    }

    .sec-2-join-katon {
        width: 100%;
        /* padding-left: var(--padding-base);
        padding-right: var(--padding-base); */
        box-sizing: border-box;
    }
}

@media screen and (max-width: 420px) {
    .become-a-katon-container {
        font-size: var(--font-size-19xl);
    }

    .become-a-katon-container,
    .content5,
    .header,
    .join-a-community {
        align-self: stretch;
        width: auto;
    }

    .image-item {
        width: 100%;
    }

    .image2,
    .main-container {
        align-self: stretch;
        width: auto;
    }

    .image2 {
        flex: 1;
    }

    .main-container {
        flex-direction: column;
        gap: 40px 125px;
        padding-left: 0;
        padding-right: 0;
        box-sizing: border-box;
    }

    .sec-2-join-katon {
        /* padding: var(--padding-61xl) var(--padding-base); */
        box-sizing: border-box;
    }
}

@media screen and (max-width: 375px) {
    .image-item {
        width: 100%;
        height: 450px;
    }
}
@media screen and (max-width: 360px) {
    .content5{
        gap: 60px;
    }
}
@media screen and (max-width: 350px) {
    .become-a-katon-container {
        font-size: var(--font-size-13xl);
    }

    .image-item {
        width: 100%;
        height: 420px;
    }

    .main-container {
        flex: unset;
        align-self: stretch;
    }

    .sec-2-join-katon {
        flex-direction: column;
        /* padding-left: var(--padding-base);
        padding-right: var(--padding-base); */
        box-sizing: border-box;
    }
}




.tailored-learning {
    margin: 0;
    width: 561px;
    line-height: 50px;
}
@media screen and (max-width: 800px) {
    .tailored-learning{
        font-size: 32px;
        line-height: 38px;
    }
}
@media screen  and (max-width: 720px){
    .tailored-learning{
        width: 348px;
        line-height: normal;
    }
}

@media screen and (max-width: 380px) {
    .tailored-learning{
        width: 100%;
    }
}
.tailored-learning-flexible-container {
    margin: 0;
    /* align-self: stretch; */
    position: relative;
    font-size: inherit;
    line-height: 96%;
    font-weight: 700;
    font-family: inherit;
}

.experience-an-educational {
    margin: 0;
    width: 483px;
    position: relative;
    font-size: var(--font-size-sm);
    line-height: 105.02%;
    font-weight: 300;
    display: inline-block;
    height: 55px;
    flex-shrink: 0;
}

.header25 {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    /* gap: var(--gap-base); */
    gap: 30px;
    text-align: center;
    font-size: var(--font-size-29xl);
    color: var(--color-black);
    font-family: var(--font-inter);
}

.frame-child3 {
    align-self: stretch;
    position: relative;
    border-radius: 25.81px;
    max-width: 100%;
    overflow: hidden;
    height: 134.2px;
    flex-shrink: 0;
    object-fit: cover;
}

.card1-inner3 {
    align-self: stretch;
    box-shadow: -4.3px 3.4px 21.51px 6.02px rgba(0, 0, 0, 0.04);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    border-radius: 25.81px;
}

.student-app1 {
    margin: 0;
    position: relative;
    font-size: inherit;
    line-height: 105.02%;
    font-weight: 800;
    font-family: inherit;
    text-transform: uppercase;
}

.the-katon-student1 {
    margin: 0;
    align-self: stretch;
    position: relative;
    font-size: var(--font-size-sm-8);
    line-height: 155.02%;
    font-weight: 300;
    width: 179px;
}

.card14,
.content11 {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.content11 {
    padding: 0 var(--padding-xl);
    gap: var(--gap-7xs);
    text-align: left;
    font-size: var(--font-size-base);
    color: var(--color-black);
    font-family: var(--font-inter);
}

.card14 {
    width: 239px;
    border-radius: var(--br-6xl);
    background-color: var(--color-white);
    box-shadow: -4.3px 3.4px 21.51px 6.02px rgba(0, 0, 0, 0.04);
    flex-shrink: 0;
    padding: 0 0 var(--padding-36xl);
    box-sizing: border-box;
    gap: var(--gap-6xl);
}

.education-is-not1 {
    display: block;
    width: 183px;
}

.card15,
.card16,
.content12 {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.content12 {
    padding: 0 var(--padding-xl);
    gap: var(--gap-7xs);
    text-align: left;
    font-size: var(--font-size-base);
    color: var(--color-white);
    font-family: var(--font-inter);
}

.card15,
.card16 {
    width: 239px;
    border-radius: var(--br-6xl);
    background-color: var(--color-steelblue);
    flex-shrink: 0;
    padding: 0 0 var(--padding-36xl);
    box-sizing: border-box;
    gap: var(--gap-6xl);
}

.card16 {
    background-color: var(--color-white);
}

.classroom1 {
    margin: 0;
    align-self: stretch;
    position: relative;
    font-size: inherit;
    line-height: 105.02%;
    font-weight: 800;
    font-family: inherit;
    text-transform: uppercase;
}

.card17 {
    align-self: stretch;
    width: 239px;
    border-radius: var(--br-6xl);
    background-color: var(--color-steelblue);
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0 0 var(--padding-36xl);
    box-sizing: border-box;
    gap: var(--gap-6xl);
}

.card1-parent {
    align-self: stretch;
    /* overflow-x: auto; */
    flex-direction: row;
    gap: var(--gap-3xl);
}

.card1-group,
.card1-parent,
.main-cont1 {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.main-cont1 {
    width: 1022px;
    flex-direction: column;
}

.card1-group {
    align-self: stretch;
    overflow-x: auto;
    flex-direction: row;
    gap: var(--gap-3xl);
}

.main-content8,
.mob,
.sec-3-4features {
    flex-direction: column;
    justify-content: flex-start;
}

.mob {
    width: 1022px;
    overflow-x: auto;
    display: none;
    align-items: flex-start;
    &::-webkit-scrollbar {
        display: none;
     }
}

.main-content8,
.sec-3-4features {
    display: flex;
    align-items: center;
}

.main-content8 {
    align-self: stretch;
    gap: var(--gap-17xl);
}

.sec-3-4features {
    position: relative;
    background-color: #f1f1f1;
    width: 100%;
    padding: var(--padding-61xl) var(--padding-110xl) var(--padding-101xl);
    box-sizing: border-box;
}

@media screen and (max-width: 1200px) {
    .card14 {
        flex: 1;
    }

    .card15 {
        flex: 1;
        padding-bottom: var(--padding-36xl);
        box-sizing: border-box;
    }

    .sec-3-4features {
        width: 100%;
    }
}

@media screen and (max-width: 960px) {
    .card14 {
        width: 244px;
    }

    .main-cont1 {
        display: none;
        padding-left: 0;
        padding-right: 0;
        box-sizing: border-box;
    }

    .card1-group {
        width: auto;
        align-self: unset;
        padding-right: 0;
    }

    .card1-group,
    .main-content8,
    .mob {
        padding-left: 0;
        box-sizing: border-box;
    }

    .mob {
        display: flex;
        align-self: stretch;
        width: auto;
        padding-right: var(--padding-31xl);
    }

    .main-content8 {
        align-items: flex-start;
        justify-content: center;
        padding-right: 0;
    }

    .sec-3-4features {
        width: auto;
        align-self: unset;
        padding-left: var(--padding-31xl);
        padding-right: var(--padding-31xl);
        box-sizing: border-box;
    }
}

@media screen and (max-width: 430px) {
    .sec-3-4features{
        padding-left: 35px;
        padding-right: 35px;
    }    
    .sec-our-4-features{
        padding-left: 29px;
        padding-right: 29px;
    }
    .header25{
        text-align: left;
        align-items: unset;
        gap: 10px;
    }
    .become-a-katon{
        font-size: 40px;
        width: 326px;
        line-height: 38px;
    }
    .tailored-learning-flexible-container{
        font-size: 40px;
        width: 348px;
    }
    .tailored-learning{
        font-size: 40px;
    }
    .main-content8{
        gap: 4px;
    }
}

@media screen and (max-width: 428px) {
    /* .tailored-learning-flexible-container {
        font-size: var(--font-size-21xl);
    } */

    .experience-an-educational {
        align-self: stretch;
        width: auto;
    }

    .main-cont1 {
        display: none;
    }

    .card1-group,
    .main-cont1,
    .mob {
        width: auto;
        align-self: unset;
    }

    .mob {
        display: flex;
        align-self: stretch;
    }

    .sec-3-4features {
        width: 100%;
        /* padding-left: var(--padding-base);
        padding-right: var(--padding-base); */
        box-sizing: border-box;
    }
}
@media screen and (max-width: 420px) {
    /* .tailored-learning-flexible-container {
        font-size: var(--font-size-19xl);
    } */

    .experience-an-educational,
    .tailored-learning-flexible-container {
        /* text-align: center; */
        align-self: stretch;
        width: auto;
    }

    .header25 {
        align-self: stretch;
        width: auto;
        align-items: center;
        justify-content: center;
        padding-left: 0;
        padding-right: 0;
        box-sizing: border-box;
    }

    .sec-3-4features {
        /* padding: var(--padding-61xl) var(--padding-base); */
        box-sizing: border-box;
    }
}
@media screen and (max-width: 380px) {
    .become-a-katon{
        width: auto;
    }
}
@media screen and (max-width: 375px) {
    .tailored-learning-flexible-container {
        /* text-align: center; */
        align-self: stretch;
        width: auto;
    }

    /* .experience-an-educational {
        text-align: center;
    } */

    .header25,
    .mob {
        align-self: stretch;
        width: auto;
    }

    .sec-3-4features {
        width: 100%;
    }
}

@media screen and (max-width: 350px) {
    /* .tailored-learning-flexible-container {
        font-size: var(--font-size-13xl);
    } */

    .card1-group,
    .mob {
        width: auto;
        align-self: unset;
    }

    .mob {
        align-self: stretch;
    }

    .sec-3-4features {
        padding: var(--padding-61xl) var(--padding-base);
        box-sizing: border-box;
    }
}












.our-features {
    margin: 0;
    align-self: stretch;
    position: relative;
    font-size: inherit;
    line-height: 96px;
    font-weight: 700;
    font-family: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 58px;
    flex-shrink: 0;
    text-transform: uppercase;
}

.the-katon-smart {
    margin: 0;
    width: 483px;
    position: relative;
    font-size: var(--font-size-sm);
    line-height: 105.02%;
    font-weight: 300;
    display: inline-block;
}

.header1 {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: var(--gap-base);
    text-align: center;
    font-size: var(--font-size-29xl);
    color: var(--color-black);
    font-family: var(--font-inter);
}

.fluentlibrary-28-filled-icon {
    width: 24px;
    height: 24px;
    overflow: hidden;
    flex-shrink: 0;
    object-fit: cover;
}

.rate {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: var(--gap-8xs);
    text-align: center;
    font-size: var(--font-size-sm);
    color: var(--color-black);
    font-family: var(--font-inter);
}

.past-questions-online {
    align-self: stretch;
    position: relative;
    font-weight: 300;
    display: inline-block;
    min-height: 46px;
}

.e-library,
.media {
    width: 237px;
    border-radius: var(--br-xs);
    background-color: var(--color-white);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: var(--padding-11xl) var(--padding-mini);
    box-sizing: border-box;
    gap: var(--gap-4xl);
    text-align: center;
    font-size: var(--font-size-xs);
    color: var(--color-black);
    font-family: var(--font-inter);
}

.fluentlibrary-28-filled-icon3 {
    width: 24px;
    position: relative;
    height: 24px;
    overflow: hidden;
    flex-shrink: 0;
    object-fit: cover;
}

.student-tutor {
    margin: 0 auto;
    width: 127px;

}

.e-payment-integration {
    position: relative;
    font-weight: 600;
}

.e-paymennt {
    width: 237px;
    border-radius: var(--br-xs);
    background-color: var(--color-white);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: var(--padding-11xl) var(--padding-mini);
    box-sizing: border-box;
    gap: var(--gap-4xl);
    text-align: center;
    font-size: var(--font-size-xs);
    color: var(--color-black);
    font-family: var(--font-inter);
}

.fluentlibrary-28-filled-icon7 {
    width: 28px;
    height: 24px;
    object-fit: cover;
}

.android-ios {
    align-self: stretch;
    position: relative;
    /* font-weight: 300; */
    /* white-space: pre-wrap; */
    display: inline-block;
    min-height: 46px;
}

.web-card {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: var(--gap-xl);
}


/* .e-library, .media, .e-paymennt {
    transition: 0.5s;
}

.e-library:hover {
    transform: scale(1.1)
}
.media:hover {
    transform: scale(1.1)
}

.e-paymennt:hover {
    transform: scale(1.1)
} */



.group-icon {
    width: 25px;
    position: relative;
    height: 23.8px;
    object-fit: cover;
}

.fluentlibrary-28-filled,
.rate8 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.fluentlibrary-28-filled {
    width: 24px;
    height: 24px;
    overflow: hidden;
    flex-shrink: 0;
    padding: 0  1px solid;
    box-sizing: border-box;
}

.rate8 {
    align-self: stretch;
    gap: var(--gap-8xs);
}

.past-questions-online1 {
    align-self: stretch;
    position: relative;
    font-size: var(--font-size-xs);
    font-weight: 300;
    display: inline-block;
    min-height: 46px;
}

.e-library2 {
    width: 237px;
    border-radius: var(--br-xs);
    background-color: var(--color-white);
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: var(--padding-11xl) var(--padding-mini);
    box-sizing: border-box;
    gap: var(--gap-4xl);
}

.group-icon1 {
    width: 23px;
    position: relative;
    height: 19.2px;
}

.fluentlibrary-28-filled1,
.media2 {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
}

.fluentlibrary-28-filled1 {
    width: 24px;
    height: 24px;
    overflow: hidden;
    justify-content: center;
    padding: 2px;
}

.media2 {
    width: 237px;
    border-radius: var(--br-xs);
    background-color: var(--color-white);
    justify-content: flex-start;
    padding: var(--padding-11xl) var(--padding-mini);
    gap: var(--gap-4xl);
}

.group-icon2 {
    width: 19px;
    position: relative;
    height: 22px;
}

.fluentlibrary-28-filled2 {
    width: 24px;
    height: 24px;
    overflow: hidden;
    flex-shrink: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 4px var(--padding-6xs);
    box-sizing: border-box;
}

.fluentlibrary-28-filled-icon8 {
    width: 24px;
    position: relative;
    height: 24px;
    overflow: hidden;
    flex-shrink: 0;
}

.mob-card {
    width: 500px;
    overflow-x: auto;
    display: none;
    /* flex-direction: row; */
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: var(--gap-xl);
    &::-webkit-scrollbar {
        display: none;
     }
}
.first-row-style,.second-row-style{
   display: flex;
   gap: 20px;
}

.main-container1,
.sec-our-4-features {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.main-container1 {
    width: 1008px;
    gap: var(--gap-17xl);
    text-align: center;
    font-size: var(--font-size-sm);
    color: var(--color-black);
    font-family: var(--font-inter);
}

.sec-our-4-features {
    width: 100%;
    position: relative;
    background-color: #f1f1f1;
    padding: var(--padding-101xl) var(--padding-117xl);
    box-sizing: border-box;
}
@media screen and (max-width: 1360px) {
    .katon-video{
        width: 100%;
    }
}
@media screen and (max-width: 1300px) {
    .katon-video{
        height: 340px !important;
    }
}
@media screen and (max-width: 1200px) {
    .sec-our-4-features {
        width: 100%;
    }
}
@media screen and (max-width: 1115px){
    .katon-video{
        height: 277px !important;
    }
}
@media screen and (max-width: 960px) {
    .our-features {
        font-size: var(--font-size-23xl);
    }

    .e-library,
    .e-paymennt {
        width: 100%;
        align-self: stretch;
        height: auto;
        margin-bottom: 20px;
    }

    .media {
        width: 100%;
        align-self: stretch;
        height: auto;
        margin-bottom: 20px;
    }

    .e-paymennt {
        display: flex;
    }

    .web-card {
        align-self: stretch;
        width: auto;
        justify-content: center;
    }

    .e-library2,
    .media2 {
        width: 23%;
        align-self: stretch;
        height: auto;
    }

    .main-container1,
    .mob-card {
        align-self: stretch;
        width: auto;
    }

    .sec-our-4-features {
        width: auto;
        align-self: unset;
        padding-left: var(--padding-31xl);
        padding-right: var(--padding-31xl);
        box-sizing: border-box;
    }
}

/* @media screen and (max-width: 800px) {
    .our-features{
        font-size: 32px;
    }
} */
@media screen and (max-width: 875px) {
    .education-for-a-container{
        width: 100%;
    }
}
@media screen and (max-width: 595px) {
    .katon-video{
        height: 240px !important;
        border-radius: 15px;
    }
}
@media screen and (max-width: 550px) {
    /* .web-card{
        display: none;
    } */
    .mob-card{
        display: flex;
        flex-direction: column;
    }
}
@media screen and (max-width: 430px) {
    .our-features {
        font-size: 48px;
    }

    .the-katon-smart {
        align-self: stretch;
        width: auto;
    }

    .web-card {
        /* display: none; */
        display: block;
    }

    .e-library2,
    .media2 {
        width: 237px;
        height: 175px;
        padding-left: 21px;
        padding-right: 25px;
    }

    .mob-card {
        display: flex;
        /* flex-direction: row; */
        flex-direction: column;
    }

    .main-container1,
    .mob-card {
        align-self: stretch;
        width: auto;
        gap: 48px;
    }

    .sec-our-4-features {
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
        box-sizing: border-box;
    }
    .katon-video{
        height: 195px !important;
    }
    .past-questions-online1{
        width: 196px;
    }
}

@media screen and (max-width: 420px) {
    /* .our-features {
        font-size: var(--font-size-19xl);
    } */

    .our-features,
    .the-katon-smart {
        align-self: stretch;
        width: auto;
    }

    .header1 {
        gap: 13px 16px;
    }

    .e-library {
        flex: 1;
    }

    .e-paymennt,
    .media,
    .web-card {
        display: flex;
    }

    .web-card {
        align-self: stretch;
        width: auto;
        flex-direction: row;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .e-library2,
    .media2 {
        width: 237px;
    }

    .media2 {
        display: flex;
    }

    .main-container1,
    .mob-card {
        align-self: stretch;
        width: auto;
    }

    .mob-card {
        display: none;
        /* flex-direction: row; */
        align-items: flex-start;
        justify-content: flex-start;
    }

    .main-container1 {
        flex-direction: column;
    }

    .sec-our-4-features {
        width: 100%;
        /* padding: var(--padding-61xl) var(--padding-base); */
        box-sizing: border-box;
    }
}

@media screen and (max-width: 375px) {


    .media2,
    .mob-card {
        display: flex;
    }

    .main-container1 {
        align-self: stretch;
        width: auto;
    }

    .sec-our-4-features {
        width: 100%;
        padding: var(--padding-61xl) var(--padding-base);
        box-sizing: border-box;
    }
}

@media screen and (max-width: 350px) {
    /* .our-features {
        font-size: var(--font-size-13xl);
    } */


    .mob-card {
        display: flex;
    }

    .sec-our-4-features {
        width: 100%;
        padding: var(--padding-61xl) var(--padding-base);
        box-sizing: border-box;
    }
    .katon-video{
        height: 130px !important;
    }
}

@media screen and (max-width: 330px) {
    .our-features{
        font-size: 40px;
    }
}

.podcast-sessions,
.valuable-content-fight {
    margin: 0;
    align-self: stretch;
    position: relative;
    line-height: 96%;
    font-weight: 700;
    font-family: inherit;
}

.podcast-sessions {
    font-size: inherit;
    display: inline-block;
    height: 58px;
    flex-shrink: 0;
}

.valuable-content-fight {
    font-size: var(--font-size-5xl);
}

.heading-content {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: var(--gap-7xs);
    text-align: center;
    font-size: var(--font-size-29xl);
    color: var(--color-black);
    font-family: var(--font-inter);
}

.at-katon-360 {
    margin: 0;
    width: 483px;
    position: relative;
    line-height: 105.02%;
    font-weight: 300;
    display: inline-block;
    height: 55px;
    flex-shrink: 0;
}

.header2 {
    align-self: stretch;
    height: 158px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 36px;
    text-align: center;
    font-size: var(--font-size-sm);
    color: var(--color-black);
    font-family: var(--font-inter);
}

.video-card-icon {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.sec-5-podcast-sessions {
    position: relative;
    background-color: #f1f1f1;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: var(--padding-101xl) 246px;
    box-sizing: border-box;
    gap: 55px;
}
.katon-video {
    height: 448px;
    display: flex;
    margin: 0px auto;
    border-radius: 32px;
}


@media screen and (max-width: 1200px) {
    .sec-5-podcast-sessions {
        width: 100%;
    }
    .katonNetworkSection{
        width: 100% !important;
    }
}

@media screen and (max-width: 960px) {
    .podcast-sessions {
        font-size: var(--font-size-23xl);
        white-space: nowrap;
        align-self: unset;
    }

    .valuable-content-fight {
        font-size: var(--font-size-5xl);
    }

    .sec-5-podcast-sessions {
        padding-left: var(--padding-31xl);
        padding-right: var(--padding-31xl);
        box-sizing: border-box;
    }
    .katonNetworkSection{
        padding-left: var(--padding-31xl) !important;
        padding-right: var(--padding-31xl) !important;
        box-sizing: border-box !important;
    }
}
@media screen and (max-width: 800px) {
    .podcast-sessions{
        font-size: 40px;
    }
}
@media screen and (max-width: 450px) {
    .valuable-content-fight{
        display: none;
    }
}
@media screen and (max-width: 430px) {
    .sec-5-podcast-sessions{
        padding-bottom: 130px;
    }
}
@media screen and (max-width: 428px) {
    .podcast-sessions {
        font-size: var(--font-size-21xl);
        align-self: stretch;
        width: auto;
    }

    .heading-content {
        gap: 30px 6px;
    }

    .at-katon-360 {
        align-self: stretch;
        width: auto;
    }

    /* .header2 {
        height: auto;
    } */

    .video-card-icon {
        width: 100%;
    }

    .sec-5-podcast-sessions {
        padding-left: var(--padding-base);
        padding-right: var(--padding-base);
        box-sizing: border-box;
    }
    .katonNetworkSection{
        padding-left: var(--padding-base) !important;
        padding-right: var(--padding-base) !important;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 420px) {
    .podcast-sessions {
        font-size: 38px;
        flex: 1;
    }

    .valuable-content-fight {
        font-size: var(--font-size-lg);
    }

    .heading-content {
        gap: 16px 6px;
    }

    .at-katon-360 {
        align-self: stretch;
        width: auto;
    }

    .header2 {
        gap: var(--gap-base);
    }

    .video-card-icon {
        width: 100%;
    }

    .sec-5-podcast-sessions {
        width: 100%;
        gap: 24px 36px !important;
        padding: var(--padding-61xl) var(--padding-base) 130px;
        box-sizing: border-box;
    }
    .katonNetworkSection{
        width: 100% !important;
        gap: 24px 36px !important;
        padding: var(--padding-61xl) var(--padding-base) !important;
        box-sizing: border-box;
    }

    .katon-video {
        height: 150px;
        display: flex;
        margin: 0px auto;
        border-radius: 16px;
    }
}

@media screen and (max-width: 375px) {
    .sec-5-podcast-sessions {
        width: 100%;
    }
    .katonNetworkSection{
        width: 100% !important;
    }
}

@media screen and (max-width: 350px) {
    .podcast-sessions {
        font-size: var(--font-size-13xl);
    }

    .sec-5-podcast-sessions {
        padding-left: var(--padding-base);
        padding-right: var(--padding-base);
        box-sizing: border-box;
    }
    .katonNetworkSection{
        padding-left: var(--padding-base) !important;
        padding-right: var(--padding-base) !important;
        box-sizing: border-box;
    }
}



/* card moving animation */
 .come-in {
     /*transform: translateY(100px);*/
     transform: translate3d(0, 100px, 0);
     animation: come-in 0.8s ease forwards;
 }

 .come-in:nth-child(odd) {
     animation-duration: 0.8s;
 }

 .already-visible {
     /*transform: translateY(0);*/
     transform: translate3d(0, 0, 0);
     animation: none;
 }

 @keyframes come-in {
     to {
         transform: translate3d(0, 0, 0);
     }
 }



 /* popup related */




 .union-icon {
     width: 8.6px;
     position: relative;
     height: 8.6px;
     object-fit: cover;
 }

 .solidinterfacecross {
     width: 646px;
     display: flex;
     flex-direction: column;
     align-items: flex-end;
     justify-content: flex-start;
     padding: var(--padding-5xs);
     box-sizing: border-box;
 }

 .image-popup-1 {
     width: 540px;
     position: relative;
     height: 344px;
     object-fit: cover;
 }

 .image4 {
     align-self: stretch;
 }

 .container29,
 .image4,
 .phone-pop {
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: flex-start;
 }

 .container29 {
     align-self: stretch;
     gap: var(--gap-3xs);
 }

 .phone-pop {
     position: relative;
     border-radius: var(--br-6xl);
     /* background-color: var(--color-whitesmoke-100); */
     width: 100%;
     padding: var(--padding-lgi) var(--padding-5xl) 53px;
     box-sizing: border-box;
 }

 @media screen and (max-width: 1280px) {
    .knowledge-video{
        height: 100% !important;
    }
 }

 @media screen and (max-width: 1200px) {

     .image-popup-1,
     .solidinterfacecross {
         align-self: stretch;
         width: auto;
     }

     .image-popup-1 {
         flex: 1;
     }

     .image4 {
         width: 100%;
     }
 }

 @media screen and (max-width: 960px) {

     .image-popup-1,
     .solidinterfacecross {
         align-self: stretch;
         width: auto;
     }

     .image-popup-1 {
         flex: 1;
     }

     .image4 {
         width: 100%;
         display: block;
     }

     .phone-pop {
         padding-left: var(--padding-31xl);
         padding-right: var(--padding-31xl);
         box-sizing: border-box;
         overflow: auto;
         display: block;
     }
 }

 @media screen and (max-width: 428px) {

     .image-popup-1,
     .solidinterfacecross {
         align-self: stretch;
         width: auto;
     }

     .image-popup-1 {
         flex: 1;
     }

     .image4 {
         width: 100%;
     }

     .phone-pop {
         padding-left: var(--padding-base);
         padding-right: var(--padding-base);
         box-sizing: border-box;
     }
 }

 @media screen and (max-width: 420px) {
     .image-popup-1 {
         align-self: stretch;
         width: auto;
         flex: 1;
     }

     .image4 {
         width: 100%;
     }

     .phone-pop {
         padding-left: var(--padding-base);
         padding-right: var(--padding-base);
         box-sizing: border-box;
     }
 }

 @media screen and (max-width: 375px) {

     .image-popup-1,
     .solidinterfacecross {
         align-self: stretch;
         width: auto;
     }

     .image-popup-1 {
         flex: 1;
     }

     .image4 {
         width: 100%;
     }

     .phone-pop {
         padding-left: var(--padding-base);
         padding-right: var(--padding-base);
         box-sizing: border-box;
     }
 }

 @media screen and (max-width: 350px) {
     .image-popup-1 {
         align-self: stretch;
         width: auto;
         flex: 1;
     }

     .image4 {
         width: 100%;
     }

     .phone-pop {
         padding-left: var(--padding-base);
         padding-right: var(--padding-base);
         box-sizing: border-box;
     }
 }

 .modalbox {
     min-width: 100%;
     position: fixed;
     top: 0;
     right: 0;
     bottom: 0;
     left: 0;
     background: rgba(105, 105, 105, 0.5);
     z-index: 99999;
     pointer-events: auto;
     display: none;
     overflow-y: auto;
     -webkit-overflow-scrolling: touch;
 }

 .modalbox>.dialog {
     max-width: 45%;
     position: relative;
     top: 10px;
     margin: 7% auto;
     padding: 20px 30px 13px 20px;
     -moz-border-radius: 10px;
     -webkit-border-radius: 10px;
     border-radius: 20px;
     background: #ECEFF1;
     /* box-shadow: 0 0 10px #000000; */
     /* -moz-box-shadow: 0 0 10px #000000; */
     /* -webkit-box-shadow: 0 0 10px #000000; */
     display: block;
     pointer-events: auto;
 }

 .closebutton {
     float: right;
     font-size: 21px;
     font-weight: 700;
     color: #000;
     text-shadow: 0  1px solid 0 #fff;
     filter: alpha(opacity=20);
     z-index: 9999;
     cursor: pointer
 }


 /* card scroll animation */

 .come-in {
     /*transform: translateY(100px);*/
     transform: translate3d(0, 150px, 0);
     animation: come-in 0.9s ease forwards;
 }

 .come-in:nth-child(1) {
     animation-duration: 1.2s;
 }
 .come-in:nth-child(2) {
     animation-duration: 1s;
 }
 .come-in:nth-child(3) {
     animation-duration: 0.8s;
 }
 .come-in:nth-child(4) {
     animation-duration: 0.6s;
 }

 .already-visible {
     /*transform: translateY(0);*/
     transform: translate3d(0, 0, 0);
     animation: none;
 }

 @keyframes come-in {
     to {
         transform: translate3d(0, 0, 0);
     }
 }

.imageContainer{
    height: 100%;
    position: relative;
    background-size: cover;
    background-position: center;
 }

 #displayed-image{
    width: 100%;
    height: 100%;
    filter: brightness(55%);
    object-fit: cover;
    transition: opacity 2s ease-in-out;
    opacity: 0;
 }
 #displayed-image.fade-in {
    opacity: 1;
}
 .image-button {
    margin-right: 10px;
    padding: 10px 20px;
    color: #fff;
    background-color: rgba(255,255,255,0.3);
    border: 1.5px solid #fff;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 500;
    font-size: 12px;
    width: 130px;
    height: 37px;
    border-radius: 16px;
}
 .image-button.active 
{
    background-color: #fff;
    color: black;
    opacity: 1;
}
.imagesCarouselSection{
    position: relative;
    width: 100%;
    background-color: #eceff1;
    display: flex;
    justify-content: center;
}


.sliderButtonsContainer{
    position: absolute;
    top: 630px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 40px;
}
.textContainer{
    position: absolute;
    top: 200px;
}
.headingStyle{
    font-size: 48px;
    text-transform: uppercase;
    font-weight: 800;
    font-family: var(--font-inter);
    text-align: center;
    color: #fff;
    transition: opacity 2s ease-in-out;
    opacity: 0.2;
}

.headingStyle.fade-in{
    opacity: 1;
}
.paraTextStyle{
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    transition: opacity 2s ease-in-out;
    opacity: 0.5;
}

.paraTextStyle.fade-in{
    opacity: 1;
}



@media screen and (max-width: 1260px) {
    .sliderButtonsContainer{
        top: 86%;
    }
}
@media screen and (max-width: 960px) {
    .textContainer{
        top: 22%;
    }
}
@media screen and (max-width: 900px) {
    .headingStyle{
        font-size: 40px;
    }
    .paraTextStyle{
        font-size: 14px;
    }
}
@media screen and (max-width: 720px) {
    .headingStyle{
        font-size: 30px;
    }
    .paraTextStyle{
        font-size: 12px;
    }
}
@media screen and (max-width: 600px) {
    .sliderButtonsContainer{
        width: 35%;
    }
    .image-button{
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}
@media screen and (max-width: 450px) {
    .sliderButtonsContainer{
        gap: 0;
        top: 73%;
    }
}
@media screen and (max-width: 430px) {
    .textContainer{
        top: 14%;
    }
}

@media screen and (max-width: 410px) {
    .headingStyle{
        font-size: 20px;
    }
}
@media screen and (max-width: 330px) {
    .textContainer{
        top: 5%;
    }
    .image-button{
        height: 30px;
        line-height: 12px;
    }
}


/* mobile images slider section styles */


.mobileImagesSliderSection{
    width: 100%;
    background-color: #f1f1f1;
    /* padding: 104px 0; */
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 100px;
    /* padding-left: 315px; */
    padding-left: 10%;
    margin: 0 auto;
    position: relative;
}
.firstBlockParaStyle{
    margin: 0;
}
.firstBlock{
    /* width: 50%; */
    display: flex;
    flex-direction: column;
    gap: 115px;
    margin-top: 115px;
}
.subFirstBlock{ 
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.secondBlock{
    width: 760px;
    position: relative;
}
.subSecondBlock{
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: center;
}
.kidsAppSection{
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: center;
    margin-top: 96px;
}
.firstBlockHeadingStyle{
    width: 323px;
    font-family: var(--font-inter);
    font-size: 48px;
    font-weight: 700;
    margin: 0;
    line-height: 50px;
}
.firstBlockParaStyle{
    font-family: var(--font-inter);
    font-size: 16px;
    margin: 0;
    font-weight: 600;
    width: 339px;
    line-height: 20.48px;
}

.gallery-container {
    align-items: center;
    display: flex;
    margin: 0 auto;
    position: relative;
    height: 725px;
    overflow: hidden;
}

.gallery-item{
    height: 200px;
    position: absolute;
    transition: 1s ease-in-out;
    width: 330px;
    border-radius: 15px;
    background-size: contain;
}

@keyframes bounce-in-right {
    0% {
      transform: translateX(-20%);
    }
    60% {
      transform: translateX(0%);
    }
  }
  @keyframes bounce-in-right2 {
      0% {
        transform: translateX(-50%);
      }
      60% {
        transform: translateX(-57%);
      }
    }
  
  .bounce-in-right {
      animation: bounce-in-right 3s ease-in-out;
  }
  .bounce-in-right2{
      animation: bounce-in-right2 2s ease-in-out;
  }

.gallery-item-1{
    height: 600px;
    left: 3%;
    opacity: 1;
    z-index: 1;
}
@keyframes zoom-out {
    from {
        transform: scale(1);
      }
    to {
        transform: scale(0.2);
      }
  }

.gallery-item-2{
    height: 550px;
    opacity: 1;
    z-index: 1;
}

.gallery-item-2{
    left: 67%;
    transform: translateX(-50%);
}

.gallery-item-3{
    left: 103%;
    height: 500px;
    width: 230px;
    border:  1px solid solid green;
    transform: translateX(-50%);
    transition:  none;
}

.gallery-item-4{
    height: 200px;
    width: 100px;
    z-index: -1;
    left: 15%;
}


.belowDotContainer{
    position: absolute;
    display: flex;
    left: 145px;
    bottom: 42px;
    gap: 15px;
}
.belowDotStyle{
    width: 15px;
    height: 15px;
    background-color: #D9D9D9;
    border-radius: 50%;
    transition: background-color 0.5s ease-in-out;
}
.belowDotStyle.active {
    background-color: #575757;
}

@media screen and (max-width: 1345px) {
    .mobileImagesSliderSection{
        justify-content: flex-end;
    }
}
@media screen and (max-width: 1277px) {
    .secondBlock{
        width: 695px;
    }
    .gallery-item-1{
        height: 450px !important;
        width: 250px !important;
        left: 19%;
    }
    .gallery-item-2{
        height: 400px !important;
        width: 220px !important;
        left: 70.5%;
    }
    .gallery-item-3{
        height: 350px !important;
        width: 250px !important;
    }
    .belowDotContainer{
        left: 215px;
        bottom: 117px;
    }
}

@media screen and (max-width: 1220px) {
    .gallery-item-3{
        width: 200px !important;
    }
}
@media screen and (max-width: 1170px) {
    .gallery-item-1{
        left: 14%;
    }
    .gallery-item-4{
        left: 15%;
    }
    .belowDotContainer{
        left: 169px;
    }
}

@media screen and (max-width: 1135px) {
    .gallery-item-1{
        left: 10%;
    }
    .belowDotContainer{
        left: 141px;
    }
}
@media screen and (max-width: 1112px) {
    .gallery-item-1{
        left: 8%;
    }
    .gallery-item-2{
        left: 68%;
    }
}
@media screen and (max-width: 1095px) {
    .gallery-item-1{
        left: 5%;
    }
    .gallery-item-2{
        left: 67%;
    }
    .belowDotContainer{
        left: 115px;
    }
}
@media screen and (max-width: 1080px) {
    .gallery-item-1{
        left: 1%;
    }
    .belowDotContainer{
        left: 88px;
    }
}
@media screen and (max-width: 1050px) {
    .gallery-item-1{
        left: -1%;
    }
    .gallery-item-2{
        left: 65%;
    }
}

@media screen  and (max-width: 1020px){
    .mobileImagesSliderSection{
        flex-direction: column;
        gap: 0;
    }
    .secondBlock{
        width: 515px;
    }
    .belowDotContainer{
        left: 81px;
    }
}

@media screen and (max-width: 580px) {
    .secondBlock{
        width: 100%;
    }
}

@media screen and (max-width: 430px) {
    .mobileImagesSliderSection{
        padding-left: 13%;
        padding-right: 5%;
    }
}
/* Parent teacher app section style*/

.sideImageStyle{
    width: 353px;
    height: 512.9px;
}
.parentTeacherAppSection{
    width: 100%;
    display: flex;
    background: #ECEFF1;
    padding: 104px 185px 104px 180px;
    justify-content: center;
    align-items: center;
    gap: 75px;
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100% 100%;

}
.parentTeacherHeadingStyle{
    margin: 0;
    width: 451px;

    font-family: Inter;
    font-size: 48px;
    font-weight: 800;
    line-height: 46.08px;
    text-align: left;
    color: #000000;    
    text-transform: uppercase;
}
.parentTeacherParaStyle{
    margin: 0;
    width: 471px;

    font-family: Inter;
    font-size: 16px;
    font-weight: 300;
    line-height: 20.48px;
    text-align: left;
    color: #000000;    
}

.parentTeacherAppPrimary{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.downloadAppSection{
    display: flex;
    flex-direction: column;
    gap: 30px;
}


/* classroom section styles */

.katon360ClassroomSection{
    width: 100%;
    display: flex;
    background-color: #f1f1f1;
    padding: 104px 138px 205px 197px;
    justify-content: center;
    align-items: center;
    gap: 95px;
}

.classroomHeadingStyle{
    margin: 0;
    width: 258px;
    font-size: 48px;
    font-family:  var(--font-inter);
    font-weight: 700;
    line-height: 46px;
}

.classroomParaStyle{
    margin: 0;
    width: 373px;
    font-size: 16px;
    font-family: var(--font-inter);
    font-weight: 300    ;
    line-height: 20.48px;
}

.topPrimarySection{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.TalkToUsBtnStyle{
    width: 130px;
    height: 38px;
    border-radius: 16px;
    background-color: var(--color-steelblue);
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 14px;
    font-weight: 500;
    gap: 12px;
}
.talkToUsArrowStyle{
    width: 24px;
    height: 24px;
    position: relative;
    object-fit: cover;
}

.classroomPrimarySection{
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.classroomSideImageStyle{
    width: 483px;
    height: 406px;
    object-fit: cover;
}

@media screen and (max-width: 1030px) {
    .parentTeacherAppSection{
        width: 100%;
        padding-left: 140px;
    }
    .parentTeacherHeadingStyle{
        width: 404px;
    }
    .katon360ClassroomSection{
        padding-left: 130px;
    }
    .classroomSideImageStyle{
        width: 372px;
        height: 324px;
    }
}

@media screen and (max-width: 890px) {
    .sideImageStyle{
        width: 300px;
        height: 450.9px;
    }
    .downloadAppSection{
        gap: 45px;
    }
    .parentTeacherAppSection{
        gap: 49px;
    }
    .classroomHeadingStyle{
        width: 252px;
    }
    .classroomParaStyle{
        width: 308px;
    }
    .katon360ClassroomSection{
        gap: 60px;
    }
}

@media screen and (max-width: 800px) {
    .parentTeacherHeadingStyle{
        width: 328px;
        font-size: 32px;
        line-height: 36px;
    }
    .parentTeacherAppSection{
        gap: 22px;
    }
    .parentTeacherHeadingStyle{
        font-size: 32px;
        line-height: 36px;
    }
    .classroomHeadingStyle{
        font-size: 32px;
        line-height: 35px;
    }
    .classroomParaStyle{
        width: 252px;
    }
    .katon360ClassroomSection{
        gap: 40px;
    }
}

@media screen and (max-width: 700px) {
    .parentTeacherAppSection{
        flex-direction: column;
    }
    .katon360ClassroomSection{
        flex-direction: column;
        padding-bottom: 140px;
    }
}
@media screen and (max-width: 800px) {
    .firstBlockHeadingStyle{
        font-size: 32px;
        line-height: 35px;
    }
}
@media screen and (max-width: 444px) {
    .firstBlockHeadingStyle{
        font-size: 32px;
    }
    .firstBlockParaStyle{
        width: 275px;
    }
}
@media screen and (max-width: 430px) {
    .parentTeacherAppSection{
        padding-left: 43px;
        padding-right: 43px;
        padding-bottom: 40px;
    }
    .sec-2-join-katon{
        padding-left: 35px !important;
        padding-right: 39px !important;
    }
    .katon360ClassroomSection{
        padding-bottom: 65px !important;
    }
    .katonKidsSection{
        padding-bottom: 95px !important;
    }
    .downloadAppSection{
        width: 100%;
    }
    .googleImage, .applieImage {
        width: 135px;
    }
    .parentTeacherHeadingStyle{
        width: 100%;
    }
    .parentTeacherParaStyle{
        width: 100%;
    }
    .firstBlock{
        gap: 50px;
    }
}
@media screen and (max-width: 428px) {
    .classroomSideImageStyle{
        width: 294px;
        height: 244px;
    }
    .firstBlockHeadingStyle{
        width: 100%;
    }
}
@media screen and (max-width: 375px) {
    .parentTeacherHeadingStyle{
        width: 100%;
    }
    .parentTeacherParaStyle{
        width: 100%
    }
    .parentTeacherAppSection{
            padding-left: 43px;
            padding-right: 40px;
    }
    .googleImage{
        width: 110px;
    }
    .applieImage{
        width: 110px;
    }
    .sideImageStyle{
        width: 263px;
        height: 400.9px;
    }
}

/* Katon kids section */

.katonKidsSection{
    width: 100%;
    display: flex;
    background-color: #f1f1f1;
    padding: 291px 138px 205px 110px;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.rightSideHeadingStyleForKids{
    width: 256px;
    font-weight: 700;
    font-size: 48px;
    font-family: var(--font-inter);
    margin: 0;
    line-height: 46px;
}

.rightSideParaStyleForKids{
    margin: 0;
    width: 346px;
    line-height: 14.7px;
    font-family: var(--font-inter);
    font-size: 14px;
    font-weight: 300;

}

.kidsSectionSecondarySection{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.kidsSectionPrimarySection{
    position: relative;
}
.KidsImage1{
    position: absolute;
    width: 63px;
    height: 63px;
    left: 88px;
    top: -27px;
}
.KidsImage2{
    position: absolute;
    width: 63px;
    height: 63px;
    left: 215px;
    top: -72px;
}
.KidsImage3{
    position: absolute;
    width: 63px;
    height: 63px;
    left: 358px;
    top: -100px;
}
.KidsImage4{
    position: absolute;
    width: 63px;
    height: 63px;
    left: 480px;
    top: -28px;
}


@media screen and (max-width: 1068px) {
    .kidsSectionLeftImage{
        width: 500px;
    }
    .KidsImage1{
        left: 66px;
    }
    .KidsImage2{
        left: 169px;
    }
    .KidsImage3{
        left: 263px;
    }
    .KidsImage4{
        left: 367px;
    }
}
@media screen and (max-width: 895px) {
    .kidsSectionLeftImage{
        width: 415px;
    }
    .KidsImage1{
        left: 42px;
    }
    .KidsImage2{
        left: 129px;
    }
    .KidsImage3{
        left: 211px;
    }
    .KidsImage4{
        left: 305px;
    }
}
@media screen and (max-width: 880px) {
    .kidssectionLeftImage{
        width: 395px;
    }
    .rightSideHeadingStyleForKids{
        font-size: 32px;
    }
}
@media screen and (max-width: 750px) {
    .rightSideParaStyleForKids{
        width: 256px;
    }
}
@media screen and (max-width: 725px) {
    .kidsSectionLeftImage{
        width: 365px;
    }
}
@media screen and (max-width: 700px) {
    .katonKidsSection{
        flex-direction: column;
    }
}
@media screen and (max-width: 360px){
    .KidsImage4{
        top: -38px;
        left: 264px;
    }
    .KidsImage3{
        left: 185px;
    }
    .KidsImage2{
        left: 108px;
    }
}
@media screen and (max-width: 320px) {
    .kidsSectionLeftImage{
        width: 330px;
    }
}
/* Katon network section */

.katonNetworkSection{
    position: relative;
    background-color: #f1f1f1;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: var(--padding-101xl) 246px;
    box-sizing: border-box;
    gap: 55px;
}

.katonNetworkVideoWithIconContainer{
    position: relative;
}
.podcastVideoWithIconContainer{
    position: relative;
}
.video-play-icon-network{
    width: auto;
    height: 65px;
    position: absolute;
    top: 44%;
    left: 46%;
}

.video-play-icon-podcast{
    width: auto;
    height: 65px;
    position: absolute;
    top: 44%;
    left: 46%;
}

@media screen and (max-width: 500px) {
    .video-play-icon-network{
        height: 40px;
        left: 44%;
        top: 38%;
    }
    .video-play-icon-podcast{
        height: 40px;
        left: 44%;
        top: 38%;
    }
}


/* expand view for vast projector video*/

.expandContainer{
    position: fixed;
    top: 1%;
    bottom: 1%;
    left: 1%;
    right: 1%;
    width: 100%;
    z-index: 9999;
    display: none;
  }
  
  .expandFirstSectionVideo{
    outline: none;
    height: 100%;
    width: 100%;
    position: relative;
    object-fit: cover;
  }
  
  .closeIconContainer{
    position: absolute;
    top: 33px;
    right: 33px;
    color: #000;
    font-size: 38px;
    cursor: pointer;
    background-color: #e9e9e9;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    border-radius: 100px;
  
  }
  

  @media screen and (max-width: 768px) {
    .expandFirstSectionVideo{
        object-fit: contain;
    }
    .expandContainer{
        background-color: black;
        top: 0;
        bottom: 0;
      }
      .closeIconContainer{
        font-size: 28px;
        width: 40px;
        height: 40px;
      }
  }