.hero-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap:32px;
    margin-bottom: 32px;
}

.hero-top-section {
    padding: 64px 0 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    width: 100%;
}

.hero-top-section>* {
    width: 100%
}

.client-testimonials {
    text-align: center;
    width: 85%;
}

.client-testimonials img {
    width: 70%;
}

.client-testimonials .text-wrapper {
    font-weight: bold;
    font-size: 1.7rem;
    justify-self: center;
    font-family: "inter", sans-serif;
}

.client-testimonials>p {
    font-size: 12px;
    font-family: "inter", sans-serif;
    margin-bottom: 30px !important;
}

.nav-tabs {
    display: flex;
    justify-content: center
}

.section-title {
    font-family: "Playfair display", serif;
    font-size: 56px;
    font-weight: 600;
    text-align: center
}

.featureSecApps {
    padding: 24px 0;
    display: flex;
    gap: 32px;
    flex-direction: column;
    align-items: center;
    width: 100%;
    background-color: var(--secondaryblue)
}

.featureSecBooks {
    background-color: var(--orange);
    padding: 80px 250px 20px
}

.swiper-button-prev::after {
    display: none
}

.swiper-button-next::after {
    display: none
}

.align-swiper .swiper-wrapper {
    justify-content: center !important;
    display: flex !important
}

.featureSection {
    text-align: center
}

.bookNavItem,
.appNavItem {
    font-size: 16px !important;
    font-weight: 600 !important;
    padding: 8px 16px 0 16px !important;
    border-radius: 16px 16px 0 0 !important;
    border: 0 !important
}

.bookNavItem.active {
    background: var(--orange) !important;
    color: #fff !important
}

.appNavItem.active {
    background: var(--secondaryblue) !important;
    color: #fff !important
}

.book-carousel {
    display: flex !important;
    gap: 45px !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important
}

.feature-caption {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding-top: 12px !important;
}

/*.product-card{*/
/*    max-width:310px;*/
/*    margin-right:50px;*/
/*}*/

.product-card.swiper-slide {
    display: flex;
    flex-direction: column;
    width: fit-content;
    align-items: center;
    gap: 7px;
    background-color: var(--grey);
    border-radius: 14px !important;
    border: 1px solid #ffc6a1;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, .3);
    animation: mouseOut .3s ease-in-out forwards;
    max-width:400px;
}

.product-card.swiper-slide:hover {
    animation: mouseIn .3s ease-in-out forwards
}

@keyframes mouseIn {
    from {
        transform: scale(1)
    }

    to {
        transform: scale(.95)
    }
}

@keyframes mouseOut {
    from {
        transform: scale(.95)
    }

    to {
        transform: scale(1)
    }
}

.slide-container.swiper {
    overflow: unset !important;
    padding: 20px;
    overflow-x: hidden !important
}

.product-img {
    padding: 20px;
    width: 100%;
    object-fit: cover
}

.carousel-slider {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 20px !important;
    margin-top: 0 !important;
    padding-top: 20px
}

.carousel-slider>* {
    position: relative !important
}

.carousel-control-prev,
.carousel-control-next {
    background: #fff;
    color: var(--blue);
    font-size: 24px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center
}

.card-details-holder {
    width: 100%;
    background-color: #fff;
    border-radius: 12px
}

.card-details {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 10px 0
}

.card-details * {
    color: var(--baseblack)
}

.product-card .star {
    position: relative;
    width: 11.07px;
    height: 10.62px
}

.product-card .img {
    position: relative;
    width: 11.7px;
    height: 10.88px;
    padding-top: 20px
}

.carousel-slider {
    display: inline-flex;
    align-items: center;
    gap: 20.47px;
    position: relative
}

.right-slide,
.left-slide {
    background: #fff !important;
    color: var(--blue) !important;
    font-size: 16px !important;
    padding: 10px 14px !important;
    border-radius: 4px !important;
    border: 0;
    width: fit-content !important;
    height: fit-content;
    opacity: 100 !important
}

.product-name {
    font-family: "inter", sans-serif !important;
    font-size: 20px !important;
    font-weight: 600;
    white-space: nowrap;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis
}

.product-name-type {
    font-family: "inter", sans-serif !important;
    font-size: 16px !important
}

#kindergarten-carousel,
#Primary-carousel {
    display: flex !important;
    flex-direction: column !important;
    gap: 16px !important
}

.digital-products {
    display: flex;
    gap: 40px;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap
}

.text-wrapper {
    width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.app-image-holder {
    display: flex;
    justify-content: center;
    height: 450px;
    width: 200px;
    border-radius: 24px;
    overflow: hidden;
    transition: width .3s ease-in-out;
    border: 2px solid var(--basewhite)
}

.app-image {
    height: 100%;
    filter: blur(20px);
    transition: filter .3s ease-in-out
}

.expanded {
    width: 450px !important
}

.expanded .app-image {
    filter: blur(0) !important
}

.app-image-holder {
    position: relative
}

.app-description {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    height: 120px;
    position: absolute;
    font-size: 32px;
    font-weight: 600;
    color: var(--basewhite);
    bottom: 0;
    width: 100%;
    z-index: 49;
    background: rgba(0, 0, 0, .4);
    backdrop-filter: blur(16px) brightness(100%);
    opacity: 0;
    transition: opacity .3s ease-in-out
}

.expanded .app-description {
    opacity: 1
}

.new-custom-carousel-item {
        position: relative !important;
        width: 100% !important;
        height: 100% !important;
      }

      .carousel-inner {
        width: 100% !important;
        height: 100% !important;
      }

      .new-custom-carousel {
        overflow: hidden;
        position: relative;
        height: 60vh !important;
        overflow: hidden;
      }
      .align-img-wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100% !important;
        height: 100% !important;
      }
      .align-img-wrapper img {
        width: 100%;
        object-fit: cover;
      }
      @media only screen and (max-width: 1024px) {
        .new-custom-carousel {
          height: 320.438px !important;
        }
      }
      @media only screen and (max-width: 600px) {
        .new-custom-carousel {
          height: 240px !important;
        }
      }
      @media only screen and (max-width: 420px) {
        .new-custom-carousel {
          height: 150px !important;
        }
      }

.landing-page .scroll-container {
    display: flex;
    justify-content: center;
    align-items: center
}

.landing-page .scroll-container .infinite-scroll-wrapper {
    overflow: hidden;
    width: 90%;
    position: relative
}

.landing-page .infinite-scroll-wrapper:after {
    position: absolute;
    top: 0;
    right: 0;
    width: 150px;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff);
    content: "";
    z-index: 2
}

.landing-page .infinite-scroll-wrapper:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    height: 100%;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), #fff);
    content: "";
    z-index: 2
}

.landing-page .infinite-scroll-wrapper .infinite-scroll-content {
    display: flex;
    flex-direction: row;
    white-space: nowrap;
    animation: scroll 50s linear infinite;
    width: 100%;
    gap: 70px
}

.landing-page .infinite-scroll-wrapper .infinite-scroll-items {
    display: flex;
    flex-direction: row;
    flex-shrink: 0;
    gap: 70px
}

.landing-page .infinite-scroll-items .item-wrap {
    position: relative;
    min-width: 120px;
    height: 120px;
    flex-shrink: 0;
    overflow: hidden;
    background: #fff
}

.landing-page .item-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .3s ease
}

.landing-page .item-wrap .text {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 10;
    color: #fff;
    font-weight: 500
}

.landing-page .item-wrap:hover img {
    transform: scale(1.05)
}

@media(min-width:1024px) {
    .landing-page .infinite-scroll-wrapper:hover .infinite-scroll-content {
        animation-play-state: paused
    }
}

@keyframes scroll {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-50%)
    }
}

.learning-container,
.foundation-wheel {
    /* margin-top: 60px; */
    padding: 70px 20px;
    position: relative;
    color: #fff;
    background: linear-gradient(.25turn, #ff3232, #F6922799)
}

.imagewrapper {
    position: absolute;
    top: -41px;
    right: 20%
}

.learning-container .text-holder .para {
    font-size: 24px;
    line-height: normal;
}

.learning-container .text-holder,
.foundation-wheel .text-wrapper {
    display: flex;
    flex-direction: column;
    max-width: 400px;
    margin-left: 20%;
    white-space: pre-wrap;
    height: 280px;
    justify-content: center
}

.learning-container .diverse-txt {
    font-size: 40px
}

.learning-container .learning-txt,
.foundational-txt {
    font-size: 56px;
    font-weight: 800;
    line-height: 1
}
.foundational-txt span{
    font-size: 28px;
}

.learner-centric-container {
    display: flex;
    align-items: center;
    gap: 32px;
    justify-content: center;
    padding: 70px 20px;
}

.learner-centric-container .txt-content {
    max-width: 600px
}

.learner-centric-container .title-1 {
    font-size: 32px;
    font-weight: 600;
    color: var(--baseblack);
    line-height: 1
}

.learner-centric-container .title-1 span {
    font-size: 44px;
    font-weight: 700
}

.learner-centric-container .title-2 {
    font-size: 32px;
    color: #4469bd;
    line-height: 1
}

.learner-centric-container .title-2 span {
    font-size: 36px;
    font-weight: 700
}

.learner-centric-container .point-box {
    position: relative;
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr;
    /* grid-template-rows: 1fr 1fr; */
    flex-wrap: wrap
}

.learner-centric-container .box {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    justify-self: center;
    max-width: 400px;
    height: 100px;
    background: #fff;
    border: 1px solid var(--orange);
    padding: 10px;
    border-radius: 10px
}

.learner-centric-container .l-centric-img {
    width: 100%;
    max-width: 550px
}

.foundation-wheel .fefdy-logo-holder {
    background: #fff;
    width: fit-content;
    padding: 4px 8px;
    border-radius: 20px
}

.foundation-wheel .imagewrapper {
    position: absolute;
    width: 500px;
    top: -58px;
    right: 14%
}

.appoinment-section {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    padding: 2rem;
    background: #f9f9f9;
    align-items: center;
    justify-content: center
}

.appoinment-section .grid-col {
    flex: 1 1 500px;
    max-width: 600px;
    height: fit-content
}

.appoinment-section .image-wrapper img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .1)
}

.form-wrapper {
    background: #fff;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .05);
    font-family: "inter", sans-serif
}

.form-wrapper>.mb-3 * {
    font-family: "inter", sans-serif
}

.form-desc {
    margin-bottom: 1.5rem
}

.form-title {
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: .5rem
}

.form-caption {
    font-size: 1rem;
    color: #666
}

.form-label {
    font-weight: 500;
    margin-bottom: .5rem
}

.form-control {
    width: 100%;
    padding: .75rem 1rem;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 1rem;
    transition: border-color .3s ease
}

.form-control:focus {
    border-color: #007bff;
    outline: 0
}

@media screen and (max-width:1500px) {
    .learner-centric-container {
        justify-content: center;
        padding: unset
    }
    .featureSecBooks {
        padding: 80px 32px 20px
    }

    #mySlider1 {
        left: -250px;
        width: 100%
    }

    .learning-container .imagewrapper img,
    .foundation-wheel .imagewrapper img {
        width: 400px;
        height: 400px;

    }

    .learning-container .imagewrapper,
    .foundation-wheel .imagewrapper {
        top: -1px;
        right: 15%
    }

    .learning-container .text-holder .para {
        
        font-size: 20px
    }

    .learning-container .text-holder,
    .foundation-wheel .text-wrapper {
        max-width: 280px
    }

    .foundational-txt {
        font-size: 40px
    }
    .foundational-txt span{
    font-size: 18px;
}
}

@media  (min-width:1025px) and (max-width:1400px){
    .foundational-txt {
    font-size: 40px;
    font-weight: 800;
    line-height: 1
}
.foundational-txt span{
    font-size: 28px;
    display: block;
}
}


@media only screen and (max-width:1024px) {
    .navbar-collapse {
        height: fit-content !important
    }

    .hero-top-section {
        padding-top: 60px
    }

    .expanded {
        width: 200px !important
    }

    .app-image {
        height: 100%;
        filter: blur(0)
    }

    .app-description {
        font-size: 18px;
        font-weight: 600;
        height: 100px;
        color: var(--basewhite);
        opacity: 1
    }

    .learning-container,
    .foundation-wheel,
    .learner-centric-container {
        display: flex;
        flex-direction: column;
        padding: 20px 20px;
        gap: 20px
    }

    .learner-centric-container .box {
        /* height: 150px; */
        width: 100%;
        line-height:normal;
    }

    .learning-container .imagewrapper,
    .foundation-wheel .imagewrapper {
        position: relative;
        right: unset !important;
        top: unset !important;
        align-self: center
    }

    .learning-container .text-holder,
    .foundation-wheel .text-wrapper,
    .learner-centric-container .txt-content {
        max-width: 450px !important;
        margin: unset;
        text-align: center;
        height: fit-content;
        align-items: center;
        align-self: center
    }
}

@media only screen and (max-width:991px) {
    .landing-page .infinite-scroll-wrapper:after {
        position: absolute;
        top: 0;
        right: 0;
        width: 70px;
        height: 100%;
        background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff);
        content: "";
        z-index: 2
    }

    .landing-page .infinite-scroll-wrapper:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 70px;
        height: 100%;
        background: linear-gradient(to left, rgba(255, 255, 255, 0), #fff);
        content: "";
        z-index: 2
    }

    .landing-page .infinite-scroll-items .item-wrap {
        position: relative;
        min-width: 100px;
        height: 100px;
        flex-shrink: 0;
        overflow: hidden;
        background: #fff
    }

    .landing-page .infinite-scroll-wrapper .infinite-scroll-content,
    .landing-page .infinite-scroll-wrapper .infinite-scroll-items {
        gap: 30px
    }

    .landing-page .infinite-scroll-wrapper .infinite-scroll-content {
        animation: scroll 10s linear infinite
    }

    .hero-review {
        padding: 0
    }

    /* .learner-centric-container .point-box {
        grid-template-columns: 1fr;
        grid-template-rows: unset
    } */

    .product-nav-dropdown {
        top: unset
    }
}

@media only screen and (max-width:768px) {
    .hero-section {

    margin-bottom: 16px;
}
    .featureSecBooks {
        padding: 20px 32px 20px !important;
    }

    .digital-products {
        gap: 10px;
        /* padding: 80px 10px */
    }

    .app-image-holder {
        height: 250px
    }

    .app-image {
        height: 100%;
        filter: blur(0)
    }

    .expanded {
        width: 200px !important
    }

    .P-t,
    .detail-list {
        flex-direction: column;
        align-items: center
    }

    .app-description {
        font-size: 16px;
        font-weight: 600;
        height: 100px;
        color: var(--basewhite);
        opacity: 1
    }

    .explore-btn {
        width: 80% !important
    }

    .featureSecTitle {
        font-size: 40px
    }

    .events-review-container,
    .hero-events-holder {
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 1fr;
        gap: 10px
    }

    .hero-events {
        max-width: 100%
    }

    .event-title {
        text-align: center
    }

    .carousel-item {
        padding: 0 10px
    }

    .appoinment-section {
        flex-direction: column
    }

    .form-wrapper {
        padding: 1.5rem
    }

    .appoinment-section .grid-col {
        flex: unset
    }

    .section-title {
        font-size: 24px
    }
    .bookNavItem, .appNavItem{
        font-size: 12px !important;
    }

    .learner-centric-container .title-1 span {
        display: inline;
    }
}

@media only screen and (max-width:600px) {
     .learner-centric-container .point-box {
        gap: 8px;
    } 
    .learning-container, .foundation-wheel{
        margin-top: unset;
    }
    .learning-container .diverse-txt {
        font-size: 1.2rem;
        line-height: normal;
    }

    .learning-container .learning-txt,
    .foundational-txt,  .learner-centric-container .title-1 span, .learner-centric-container .title-1, .learner-centric-container .title-2 span  {
        font-size: 1.2rem;
        line-height: 1;
    }
    .foundational-txt span{
    font-size: .8rem;
}

    .learner-centric-container .title-2 {
        font-size: 1.2rem;
        color: #4469bd;
        line-height: 1
    }
    .landing-page .infinite-scroll-items .item-wrap {

        min-width: 50px;
        height: 50px;

    }
    .learning-container .imagewrapper img {
        width: 200px !important;
        height: 200px !important;
    }
    .foundation-wheel .imagewrapper img {
        width: 250px !important;
        height: 250px !important;
    }
    .foundation-wheel .imagewrapper{
         width: 268px !important;
    }
    .learning-container .text-holder .para{
        font-size: .8rem;
    }

    .client-testimonials .text-wrapper{
        font-size: .8rem;
    }
    .client-testimonials>p, .learner-centric-container .box{
        font-size: .7rem;
    }

    .fefdy-logo-holder img {
        width:40px;
        height:40px
    }
    .fefdy-logo-holder div {
        font-size: 24px !important;
    }

    .foundation-wheel .fefdy-logo-holder{
        border-radius: 8px;
    }
    .foundation-wheel p{
        font-size:12px !important;
    }
    .foundation-wheel .text-wrapper{
        gap:8px;
    }
    .product-name{
        font-size: 16px !important;
    }
    .product-name-type{
        font-size: 12px !important;
    }
    #primaryTab{
        padding: 0 20px;
    }

    .feature-caption p{
        font-size: 12px  !important;
    }
}

      .new-custom-carousel-item {
        position: relative !important;
        width: 100% !important;
        height: 100% !important;
      }

      .carousel-inner {
        width: 100% !important;
        height: 100% !important;
      }

      .new-custom-carousel {
        overflow: hidden;
        position: relative;
        height: 60vh !important;
        overflow: hidden;
      }
      .align-img-wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100% !important;
        height: 100% !important;
        /* background: black !important;
        border: 1px solid white !important; */
      }
      .align-img-wrapper img {
        width: 100%;
        object-fit: cover;
      }
      @media only screen and (max-width: 1024px) {
        .new-custom-carousel {
          height: 320.438px !important;
        }
      }
      @media only screen and (max-width: 600px) {
        .new-custom-carousel {
          height: 240px !important;
        }
      }
      @media only screen and (max-width: 420px) {
        .new-custom-carousel {
          height: 150px !important;
        }
      }