body, html {
font-family: 'Proxima Nova Condensed', sans-serif !important;
}

/* scrollingpart designs */
/* horizontally scrolling part */
.scrolling-part {
    margin: 0;
    padding: 0;
    overflow: hidden;
    padding-bottom: 5%;
    margin-bottom: 0;
    /* background-color: #f0f0f0; */
}
.text-scroll{
    height:15vh;
}
.scroll-container {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    background-color: transparent;
    /* Space between scrolling sections */
}

.scroll-all {
    display: flex;
    flex-wrap: nowrap;
    /* Ensure no wrapping occurs */
}

.scroll-all p {
    line-height: 0;
    margin-top: 3%;
    font-size: 37px;
}

.scroll-all img {
    max-width: 100%;
}

.scroll-item {
    flex: 0 0 12%;
    height: 20vh;
    margin-top: 2%;
    text-align: center;
    font-weight: 500;
    font-size: 24px;
}

.outer-paragraph{
    text-align: center;
    align-content: center;
    align-items: center;
    height: 5vh;
}

.scrolling-part .headings {
    text-align: center;
    font-size: 48px;

    color: #0A2A59;
    margin: 0% 0 3% 0;
}

@keyframes scrollRightToLeft {
    0% {
        transform: translateX(0);
    }

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

.right-to-left .scroll-all {
    animation: scrollRightToLeft 12s linear infinite;
}



@media only screen and (min-width:2304px){
    .scrolling-part .headings {
        text-align: center;
        font-size: 48px;
        color: #0A2A59;
        margin: 8% 0 5% 0;
    }

    .scroll-all p {
        line-height: 0;
        margin-top: 3%;
        font-size: 37px;
    }
}


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


    .scrolling-part .headings {
        text-align: center;
        font-size: 44px;
        color: #0A2A59;
        margin: 8% 0 5% 0;
    }
}


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


    .scrolling-part .headings {
        text-align: center;
        font-size: 41px;
        color: #0A2A59;
        margin: 8% 0 5% 0;
    }
}


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


    .scrolling-part .headings {
        text-align: center;
        font-size: 36px;
        color: #0A2A59;
        margin: 8% 0 5% 0;
    }

    .scroll-all p {
        line-height: 0;
        margin-top: 3%;
        font-size: 25px;
    }
}


@media only screen and (max-width:1440px){
    .scrolling-part .headings {
        text-align: center;
        font-size: 36px;
        color: #0A2A59;
        margin: 8% 0 5% 0;
    }

    .scroll-all p {
        line-height: 0;
        margin-top: 10%;
        font-size: 22px;
    }

    .scroll-item {
    flex: 0 0 11%;
    height: 20vh;
    margin-top: 2%;
    text-align: center;
    font-weight: 500;
    font-size: 24px;
    }
    

}

@media only screen and (max-width:1370px){
    .scrolling-part .headings {
        text-align: center;
        font-size: 35px;
        color: #0A2A59;
        margin: 0% 0 3% 0;
    }

    .scroll-container {
        width: 100%;
        overflow: hidden;
        white-space: nowrap;
        position: relative;
        background-color: #ffffff;
        padding: 28px 0;
        margin-bottom: 3%;
    }

    .scroll-all p {
        line-height: 0;
        font-size: 23px;
    }

    .scroll-item {
        flex: 0 0 12%;
        height: 20vh;
        margin-top: 2%;
        text-align: center;
        font-weight: 500;
        font-size: 24px;
    }
}


@media only screen and (max-width:1200px){
    .scrolling-part .headings {
        text-align: center;
        font-size: 25px;
        color: #0A2A59;
        margin: 8% 0 5% 0;
    }


    .scroll-all img {
        max-width: 100%;
    }

    .scroll-all p {
        line-height: 0;
        margin-top: 0%;
        font-size: 23px;
    }

    .scroll-item {
        flex: 0 0 13%;
        height: 20vh;
        margin-top: 2%;
        text-align: center;
        font-weight: 500;
        font-size: 24px;
    }
}

@media only screen and (max-width:1000px){
    .scroll-all p {
        /* display: none; */
        /* line-height: 0;
        margin-top: 0%;
        font-size: 23px; */
    }


}

@media screen and (max-width: 1000px) and (min-width: 767px) {
  .scroll-container {
    overflow-x: auto;
    display: flex;
    flex-wrap: nowrap;
    scroll-behavior: smooth;
    padding: 10px 20px;
    gap: 30px;
  }

  .scroll-all {
    display: flex;
    align-items: center;
    gap: 30px;
  }

  .scroll-item {
    flex: 0 0 auto;
    text-align: center;
    align-content: center;
  }

  .scrollingItemImage {
    width: 100%;
    max-width: 100px;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.1));
  }

  .scroll-item p {
    margin-top: 8px;
    font-size: 14px;
    color: #333;
  }


    .punya-size{
        margin-top: 4%;
    }
}


@media only screen and (max-width:991px){
    .scrolling-part .headings {
        text-align: center;
        font-size: 20px;
        color: #0A2A59;
        margin: 8% 0 5% 0;
    }
}

@media (max-width: 768px) {
    .scrolling-part .headings {
        text-align: center;
        font-size: 18px;
        color: #0A2A59;
        margin: 8% 0 5% 0;
    }

    .scroll-item {
    flex: 0 0 8%;
    height: 160px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 1%;
    }

    .scroll-all {
    display: flex;
    flex-wrap: nowrap;
    width: 160vh;
}

.text-scroll {
    height: 10vh;
}

.outer-paragraph {
    text-align: center;
    align-content: center;
    align-items: center;
    height: 3vh;
}

    .scroll-all p {
        line-height: 0;
        margin-top: 0%;
        font-size: 20px;
    }

    /* .punya-size{
        margin-top: 2%;
    } */
}


@media only screen and (max-width:682px){
    .scrolling-part .headings {
        text-align: center;
        font-size: 17px;
        color: #0A2A59;
        margin: 8% 0 5% 0;
    } 
}


@media only screen and (max-width:500px){
    .scrolling-part .headings {
        text-align: center;
        font-size: 15px;
        color: #0A2A59;
        margin: 8% 0 5% 0;
    }

    .scroll-all img {
        max-width: 70%;
    }


    .scroll-item {
        flex: 0 0 10%;
        height: 160px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin: 1%;
    }

}

@media only screen and (max-width:444px){
    .scrolling-part .headings {
        text-align: center;
        font-size: 14px;
        color: #0A2A59;
        margin: 8% 0 5% 0;
    }
}

@media only screen and (max-width:330px){
    .scrolling-part .headings {
        text-align: center;
        font-size: 12px;
        color: #0A2A59;
        margin: 8% 0 5% 0;
    }
}


@media only screen and (max-width:241px){
    .scrolling-part .headings {
        text-align: center;
        font-size: 10px;
        color: #0A2A59;
        margin: 8% 0 5% 0;
    }
}






