.home-top-container{
    height: 80vh;
    margin: 0px;

}
.first-nav-main-container {
    display: flex;
    justify-content: space-between;
    background-color: rgb(4, 41, 97);
}
.app-main-container{
    position: relative;
}

.home-first-nav-container {
    display: flex;
    flex-direction: row;
    padding: 0.5vw;
    font-size: 1.1vw;
    padding-top: 2vh;
    padding-left: 4vw;
    color: white;
}

.socialmedia-container {
    padding: 1vw;
    width: 15vw;
    display: flex;
    justify-content: space-around;
    color: white;
}

.email-icon {
    margin-right: 1vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}


.home-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 2vh;
    align-items: center;
}

.home-header-content {
    width: 50vw;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.main-logo {
    height: 6vh;
    width: 9vw;
    margin-left: 2vh;
    border-radius: 3px;
}

.home-header-nav-button {
    text-align: center;
    text-decoration: none;
    color: white;
    border-radius: 2px;
    width: 8vw;
    font-size: 1vw;
    font-family: roboto;
    background-color: rgb(4, 41, 97);
    text-align: center;
    padding: 0.5vw;
}

.home-header-content-about:hover {
    background-color: #f0aa29;

}

.carousel-style {
    height: 70vh;
}

.carousel-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    /* Text color */
}

.carousel-caption-h5 {
    font-size: 5vw;
    /* Heading font size */
    margin-bottom: 10px;
    /* Spacing between heading and paragraph */
    width: 100vw;
    padding-left: 40vw;
    font-weight: bold;
    font-family: roboto;
}

.carousel-caption-p {
    font-size: 1.2vw;
    /* Paragraph font size */
    padding-left: 40vw;
    width: 100vw;
    font-family: roboto;
}

.carousel-caption-button {
    font-size: 1.2vw;
    margin-left: 64vw;
    padding: 0.2vw;
    width: 13vw;
    background-color: #f0aa29;
    border: none;
    border-radius: 0.2vw;
    font-size: 1.3vw;
    font-weight: bold;
    color: white;
}
.carousel-caption-button:hover{
    background-color: transparent;
    color: white;
    border: 1px solid white;
}

.blur-image {
    filter: blur(2px);
}

.carousel-caption-h6 {
    font-size: 5vw;
    margin-bottom: 10px;
    width: 100vw;
    padding-left: 40vw;
    font-weight: bold;
    font-family: roboto;
}

.button-container {
    display: flex;
    flex-direction: row;
    width: 100vw;
}

.carousel-caption-button1 {
    font-size: 1.2vw;
    margin-left: 56vw;
    padding: 0.2vw;
    width: 13vw;
    background-color: #f0aa29;
    border: none;
    color: white;
    border-radius: 0.2vw;
    font-size: 1.3vw;
    font-weight: bold;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.carousel-caption-button1:hover{
    background-color: transparent;
    color: white;
    border: 1px solid white;
}

.carousel-caption-button2 {
    margin-left: 2vw;
    width: 13vw;
    padding: 0.2vw;
    font-size: 1.3vw;
    border-radius: 0.2vw;
    font-weight: bold;
    background-color: transparent;
    color: white;
    border: 1px solid white;
}
.carousel-caption-button2:hover{
    border: none;
    background-color:#f0aa29;
}

.carousel-caption-h7 {
    font-size: 3vw;
    margin-bottom: 10px;
    width: 100vw;
    padding-left: 2vw;
    font-weight: bold;
    font-family: roboto;
}

.carousel-caption-p3 {
    font-size: 1.2vw;
    padding-left: 33vw;
    width: 70vw;
    font-family: roboto;
}

.button-container2 {
    display: flex;
    flex-direction: row;
    width: 100vw;
}

.carousel-caption-button3 {
    font-size: 1.2vw;
    margin-left: 38vw;
    padding: 0.2vw;
    width: 13vw;
    background-color: #f0aa29;
    border: none;
    color: white;
    border-radius: 0.2vw;
    font-size: 1.3vw;
    font-weight: bold;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.home-section2-conatiner{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 30vh;
}
.home-section2-conatiner1{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 30vh;
}

.home-section2-heading{
    font-size: 3vw;
}
.home-section2-span{
    color: #f0aa29;
}
.home-section2-description{
    font-size: 1.1vw;
    padding: 2vh;
    border-bottom: 1vh solid #f0aa29;
}
.home-section3-conatiner{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding: 1vw;
    width: 100vw;
}
.home-section3-sub-conatiner{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 29vw;
    padding: 1vw;
    background-color: white;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.home-section3-sub-image{
    width: 27vw;
    margin-bottom: 1vh;
}
.home-section3-sub-icon{
    font-size: 4vw;
    background-color: #f0aa29;
    padding: 0.5vw;
    color: white;
    border-radius: 5px;
    margin-bottom: 1vh;
}
.home-section3-sub-head{
    font-size: 1.8vw;
}
.home-section3-sub-descreption{
    font-size: 1vw;
}
.infostreams-main-head{
    color: #f0aa29;
}

.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;
    margin-bottom: 2vh;
}
.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;
    margin-bottom: 16vh;

}
.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";
    padding-top: 5vh;
}
.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;
}


@media  screen and (min-width:0px) and (max-width:767px) {
    .home-section2-conatiner{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100vw;
        height: 30vh;
    }
    .bg1{
        margin: 0px;
        height: 40vh;
        
    }
    .imgc1{
        height: 33vh;
    }
    .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;
}

}







