.banner-form-wrapper{
    padding: 2rem;
    background: #fafafa;
    border-radius: 10px
}
::placeholder{
    color: #333 !important;
}

.banner-form-wrapper input.form-control{
    border: 1px solid #ccc;
    padding: 1.5rem 1rem;
}
.banner-form-wrapper input.form-control:focus{
    box-shadow: 0 0 0 0.2rem #ff990092;
}
nav.main-header{
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    padding: 20px 0;
}
nav.main-header.navShadow{
    height: auto;

}
#brand{
    width: auto;
    padding-left: unset;
}
.logo a img {
    max-width: 300px;
    width: 100%;
}
.banner{
    background-image: url('../images/soundideaz-event_new.jpeg') ;
}
.banner:after, .inner_banner:after {
    opacity: 0.6;
}
.event-list > li {
    list-style-type: disc;
}
.event-list {
    padding-left: 2rem;

}
#terms .event-list{
    padding-left: 15px;
}
a{
    color: #FF9800;
}
a:hover{
    color: #333;
}
.section-heading{
    color: #333;
    font-weight: 600;
}
#about,#terms{
    background-color: #fafafa;
}
p{
    line-height: 1.4;
}
#home p{
    color: #fff;
    font-size: 18px;
}
.banner-content{
    width: 95%;
}
.agileinfo-logo h2{
    line-height: 1.2;
}
#brand {
    column-gap: 20px;
}
img {
    border-radius: 10px;
}
@media only screen and (max-width:1600px){

    .banner-text {
        padding: unset;
        min-height: 100vh;
    }
}
@media only screen and (max-width:991px){
    
    .banner-text{
        padding: 7rem 0;
        min-height: auto;
    }
    .logo a img {
        max-width: 220px;
    }.banner-content{
        width: 100%;
    }
    #brand {
        margin: 0 20px;

    }

}
@media only screen and (max-width:420px){
    .agileinfo-logo h2{
        font-size: 2.1rem;
        line-height: 1.6;
        
    }
    h3.txt-w3_agile{
        font-size: 1.8rem;
        line-height: 1.6;

    }
}

@media only screen and (max-width:991px) and (min-height:668px){
    .banner-text{
        padding: 8rem 0;
        min-height: auto;
    }
}