body{
    margin-left: 2vw;
    margin-right: 2vw;
    margin: 0px;
}
.app-main-container{
    position: relative;
}
.info-streams-header-2{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 1vw;
    width: 95vw;
    position: fixed;
    background-color: rgb(249, 218, 159);
}
.info-streams-header-2-btm{
    background-color: white;
    height: 10vh;
}
.info-streams-header-2-logo{
    height: 6vh;
    width: 8vw;
    border-radius: 3px;
}
.info-streams-about-us-top-container{
    background-image: url("images/info-streams-bg-3.jpg");
    height: 30vh;
    display: flex;  
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-size: cover;
}
.info-streams-about-us-head{
    color: white;
    font-family:  Roboto;
    font-size: 4vw;
}

.info-streams-about-us-top2-container{
    background-color: rgb(248, 243, 237);
    height: 10vh;
    display: flex;  
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background-size: cover;
    padding-left: 2vw;
    padding-right: 2vw;
}
.info-streams-about-us-top3-container{
    display: flex;  
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.info-streams-about-us-top4-container{
    display: flex;  
    flex-direction: row;
    width: 12vw;
    justify-content: space-between;
    align-items: center;
}
.head-icon{
    color: rgb(249, 206, 49);
}
.info-streams-about-us-top3-item{
    font-size: 1.5vw;
    font-weight: 500;
    margin-left: 0.5vw;
}
.info-streams-about-us-section1-container{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 2vw;
    height: 50vh;
    
}

.info-streams-about-us-section1-sub-container{
    padding: 1vw;
    width: 50vw;
}
.info-streams-about-us-section1-sub-image{
    height: 40vh;
    width: 50vw;
}
.info-streams-about-us-section1-sub-head{
    font-family: Roboto;
    font-size: 3vw;
}
.info-streams-about-us-section1-sub-head-span, .info-streams-about-us-section2-sub3-span{
    color: rgb(240, 140, 33);
}
.info-streams-about-us-section1-sub-desc{
    font-family: roboto;
    width: 40vw;
}
.info-streams-about-us-section2-container{
    height: 60vh;
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: rgb(219, 216, 245); 
    width: 98vw;

}
.info-streams-about-us-section2-sub1-container{
    background-image: url("images/info-streams-services.jpg");
    width: 50vw;
    height: 65vh;
    position: relative;
    background-size: cover;
    background-position: center;
}
.info-streams-about-us-section2-sub1-container::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(8, 14, 70, 0.5); 
}
.info-streams-about-us-section2-sub2-container{
    position: relative;
    z-index: 1;
    color: white;
    display: flex;
    height: 70vh;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    justify-content: center;
}
.info-streams-about-us-section2-sub3-container{
    width: 20vw;
    margin-right: 20vw;
    height: 50vh;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.info-streams-about-us-section2-sub3-button{
    background-color: transparent;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 5px;
    color: white;
    width: 4vw;
    height: 5vh;
    font-size: 1.5vw;
    text-align: center;
    margin-right: 0.5vw;
    cursor: pointer;
}
.info-streams-about-us-section2-sub3-button:hover{
    background-color: rgb(252, 158, 26);
    border: none;
}


.info-streams-about-us-section2-sub3-head{
    font-size: 3vw;
    font-family: Roboto;
}
.info-streams-about-us-section2-sub3-button-container{
    align-items: center;
}


/* Scroll start */
.info-streams-about-us-section2-sub4-container {
    height: 50vh;
    position: absolute;
    left: 38%;
    display: flex;
    flex-direction: row;
    overflow-y: hidden;
    width: 60vw;


  }

  .info-streams-about-us-section2-sub4-container-card {
    padding: 1vw;
    margin-right: 1vw;
    overflow-y: hidden;
    width: 15vw;
    background-color: white;
    border-radius: 5px;
    height: 50vh;
  }
  
  /* Animation */
  @keyframes scroll {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-100%);
    }
  }
  
  .info-streams-about-us-section2-sub4-container-card {
    animation: scroll 8s linear infinite; /* Adjust timing and direction as needed */
  }
  .info-streams-about-us-section2-sub4-container-card-head{
    font-size: 1.3vw;
  }
  .info-streams-about-us-section2-sub4-container-card-desc{
    font-size: 1.2vw;
    font-family: roboto;
  }
  .card-icon{
    color: #f6b129;
    font-size: 2vw;
    text-align: center;
  }
/* Scroll ens */


@media  screen and (min-width:0px) and (max-width:767px) {

    .info-streams-about-us-section1-sub-container{
        padding: 1vw;
        width: 88vw;
    }
    .info-streams-about-us-section1-container{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 2vw;
        height: 50vh;
        margin-top: 10vh;
        
    }
    .info-streams-about-us-section1-sub-desc{
        font-family: roboto;
        width: 80vw;
    }
    .info-streams-about-us-section1-sub-image{
        height: 50vh;
        width: 90vw;
    }
    .info-streams-about-us-section2-container{
        height: 60vh;
        display: flex;
        flex-direction: row;
        align-items: center;
        background-color: rgb(37, 16, 221); 
        width: 98vw;
        margin-top: 20vh;
    
    }
    .info-streams-about-us-section2-sub1-container{
        background-image: url("images/info-streams-services.jpg");
        width: 100vw;
        height: 65vh;
        position: relative;
        background-size: cover;
        background-position: center;
    }
    .info-streams-about-us-section2-sub2-container{
    position: relative;
    z-index: 1;
    color: white;
    display: flex;
    height: 70vh;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    justify-content: center;
}
.info-streams-about-us-section2-sub3-container{
    width: 76vw;
    height: 50vh;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.info-streams-about-us-section2-sub4-container {
    height: 50vh;
    position: absolute;
    left: 2%;
    display: flex;
    flex-direction: row;
    overflow-y: hidden;
    width: 96vw;
    margin-top: 35vh;
    height: 20vh;
  }
  .info-streams-about-us-section2-sub4-container-card {
    padding: 1vw;
    margin-right: 1vw;
    overflow-y: hidden;
    width: 45vw;
    background-color: white;
    border-radius: 5px;
    height: 50vh;
  }
}