.info-streams-about-footer{
    background-color: #24314f;
    height: 70vh;
}
.info-streams-about-footer1{
    height: 55vh;
    margin-top: 10vh;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 2vw;
    width: 95vw;
    border-bottom: 1px solid white;
}
.info-streams-about-footer-image{
    height: 8vh;
    width: 15vw;
    border-radius: 3px;
}
.info-streams-about-footer-sec{
    width: 30vw;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.info-streams-about-footer-sec-1{
    width: 30vw;
    display: flex;
    flex-direction: column;
    height: 35vh;
    justify-content: space-between;
    align-items: flex-start;
    margin-right: 2vw;
    padding: 1vw;

}
.info-streams-about-footer-sec-2{
    width: 20vw;
    display: flex;
    flex-direction: column;
    margin-right: 2vw;
}
.info-streams-about-footer-sec-1-desc{
    font-size: 1.2vw;
    color: white;
    width: 20vw;
}
.info-streams-about-footer-sec-1-head{
    font-size: 1.2vw;
    margin-bottom: 0px;
}
.subscribe-button{
    width: 15vw;
    height: 6vh;
    background-color: #f6b129;
    border: 1px solid #f6b129;
    color:white;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1.2vw;
}
.info-streams-about-footer-sec-1-head{
    font-family: Roboto;
    font-size: 2vw;
    color: white;
}
.info-streams-about-footer-sec-1-list{
    padding: 1vw;
    height: 25vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.copy-right{
    text-align: center;
    color: white;
    font-family: "Roboto";
}
.copy-right-span{
   color: #f6b129;
}
.info-streams-about-footer-sec-1-list-item{
    font-size: 1.2vw;
    color: white;
    margin-bottom: 1vw;
}
.hor-line{
    color: white;
}
.info-streams-about-footer-sec-1-list-item:hover{
    color: #f6b129;
    cursor: pointer;
}
.info-streams-input-container{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.info-streams-input{
    height: 5vh;
    width: 13vw;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border: none;
}
.subscribe-button1{
    height: 5.3vh;
    width: 6vw;
    background-color: #f6b129;
    border: none;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    color: white;
    font-size: 1.5vw;
    cursor: pointer;
}
.info-streams-header1-sec12{
    width: 15vw;
    margin-top: 1.5vh;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 5vh;
    align-items: center;
}
.head-icon1{
    color: white;
    font-size: 1.5vw;
    cursor: pointer;
    
}
.icon-container{
    border: 1px solid white;
    text-align: center;
    border-radius: 5vw;
    margin-right: 1vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1.5vh;
}
.icon-container:hover{
    background-color: #f6b129;
    border: none;
}








