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


/* horizontally scrolling part */
.scrolling-part {
    margin: 0;
    padding: 0;
    overflow: hidden;
}
 .headings{
    text-align: center;
    font-size: 30px;
    font-weight:800;
    color:#0A2A59;
    margin-bottom: 2%;
}

.headings .yellow{
    color: #FFD457;
    font-weight:600;
}
.headings .blue{
    color: #1352AE;
    font-weight:600;
}
.scroll-container {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    background-color: #ffffff;
    padding: 20px 0;
    margin-bottom: 5%;
}

.scrolling-items {
    display: flex;
    align-items: center;
    /* justify-content: center; */
    /* flex-wrap: nowrap;  */
    /* Ensure no wrapping occurs */
}

.scrolling-items p {
    line-height: 0;
    margin-top: 3%;
}

.scrolling-items img {
    width: 17%;
}

.scrolling-item {
    /* flex: 0 0 25%; 
    height: 25vh;
    text-align: center;
    font-weight: 500;
    */
    cursor: pointer;
    font-size: 24px;
    display: flex;
    flex-direction: column;
    flex: 0 0 25%;
    height: 25vh;
    justify-content: center;
    align-items: center;

}

.scrolling-item:nth-child(odd) {
    background-color: #0A2A59; /* Dark blue for odd items */
    color: #fff;
}

.scrolling-item:nth-child(even) {
    background-color: #ECECEB; /* Light grey for even items */
    color: #000;
}

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

@keyframes scrollLeftToRight {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(0);
    }
}

.right-to-left .scrolling-items {
    animation: scrollRightToLeft 10s linear infinite;
}

.left-to-right .scrolling-items {
    animation: scrollLeftToRight 10s linear infinite;
}



@media only screen and (min-width:2304px){
    .headings{
        font-size: 4.2rem;
    }
    .scrolling-items p {
        line-height: 0;
        margin-top: 5%;
        font-size: 2.9rem;
    }
    
    .scrolling-items img {
        width: 20%;
    }
    
    .scrolling-item {
        flex: 0 0 25%; 
        height: 23vh;
        text-align: center;
        font-weight: 500;
        font-size: 24px;
        cursor: pointer;
    }
}
 
@media only screen and (max-width:2303px){
    .headings{
        font-size: 3.5rem;
    }
    .scrolling-items p {
        line-height: 0;
        margin-top: 3%;
        font-size: 2.5rem;
    }
    
    .scrolling-items img {
        width: 20%;
    }
    
    .scrolling-item {
         cursor: pointer;
    font-size: 24px;
    display: flex;
    flex-direction: column;
    flex: 0 0 25%;
    height: 25vh;
    justify-content: center;
    align-items: center;
    }    
}

@media only screen and (max-width:1900px){
    .headings{
        font-size: 3.2rem;
    }
    .scrolling-items p {
        line-height: 0;
        margin-top: 5%;
        font-size: 2.3rem;
    }
    
    .scrolling-items img {
        width: 20%;
    }
    
    .scrolling-item {
          cursor: pointer;
    font-size: 24px;
    display: flex;
    flex-direction: column;
    flex: 0 0 25%;
    height: 25vh;
    justify-content: center;
    align-items: center;
    } 
}


@media only screen and (max-width:1700px){
    .headings{
        font-size: 2.8rem;
    }
    .scrolling-items p {
        line-height: 0;
        margin-top: 5%;
        font-size: 2rem;
    }
    
    .scrolling-items img {
        width: 20%;
    }
    
    .scrolling-item {
       cursor: pointer;
    font-size: 24px;
    display: flex;
    flex-direction: column;
    flex: 0 0 25%;
    height: 25vh;
    justify-content: center;
    align-items: center;
    } 
}
@media only screen and (max-width:1440px){
    .headings{
        font-size: 2rem;
    }
    .scrolling-items p {
        line-height: 0;
        margin-top: 5%;
        font-size: 1.6rem;
    }
    
    .scrolling-items img {
        width: 20%;
    }
    
    .scrolling-item {
     cursor: pointer;
    font-size: 24px;
    display: flex;
    flex-direction: column;
    flex: 0 0 25%;
    height: 25vh;
    justify-content: center;
    align-items: center;
    } 



}
@media only screen and (max-width:1024px){
    .headings{
        font-size: 1.8rem;
    }
    .scrolling-items p {
        line-height: 0;
        margin-top: 5%;
        font-size: 1.4rem;
    }
    
    .scrolling-items img {
        width: 18%;
    }
    
    .scrolling-item {
       cursor: pointer;
    font-size: 24px;
    display: flex;
    flex-direction: column;
    flex: 0 0 25%;
    height: 25vh;
    justify-content: center;
    align-items: center;
    } 

}
@media only screen and (max-width:890px){
    .headings{
        font-size: 1.8rem;
    }
    .scrolling-items p {
        line-height: 0;
        margin-top: 5%;
        font-size: 1.2rem;
    }
    
    .scrolling-items img {
        width: 20%;
    }
    
    .scrolling-item {
        cursor: pointer;
    font-size: 24px;
    display: flex;
    flex-direction: column;
    flex: 0 0 25%;
    height: 25vh;
    justify-content: center;
    align-items: center;
    } 

}
@media only screen and (max-width:768px){
    .headings{
        font-size: 1.6rem;
    }
    .scrolling-items p {
        line-height: 0;
        margin-top: 5%;
        font-size: 1rem;
    }
    
    .scrolling-items img {
        width: 20%;
    }
    
    .scrolling-item {
    cursor: pointer;
    font-size: 24px;
    display: flex;
    flex-direction: column;
    flex: 0 0 25%;
    height: 20vh;
    justify-content: center;
    align-items: center;
        } 
}

@media only screen and (max-width:576px){
    .headings{
        font-size: 1.4rem;
    }
    .scrolling-items p {
        line-height: 0;
        margin-top: 6%;
        font-size: 0.9rem;
    }
    
    .scrolling-items img {
        width: 20%;
    }
    

}
@media only screen and (max-width:480px){
    .headings{
        font-size: 1.3rem;
    }
    .scrolling-items p {
        line-height: 0;
        margin-top: 10%;
        font-size: 0.8rem;
    }
    
    .scrolling-items img {
        width: 25%;
    }
    .scrolling-item {
height: 12vh;
flex: 0 0 35%;
            } 
    

}

@media only screen and (max-width:380px){
    .headings{
        font-size: 1.2rem;
    }
    .scrolling-items p {
        line-height: 0;
        margin-top: 10%;
        font-size: 0.6rem;
    }
    
    .scrolling-items img {
        width: 25%;
    }
    .scrolling-item {
        height: 12vh;
        /* flex:0 0 25%; */
                    } 
    

}
@media only screen and (max-width:330px){
    .headings{
        font-size: 1.1rem;
    }
    .scrolling-items p {
        line-height: 0;
        margin-top: 10%;
        font-size: 0.8rem;
    }
    
    .scrolling-items img {
        width: 26%;
    }

}