

/* Navbar  */
.navbar{
    padding: 0 !important;
}
.navbar-toggler-icon{
    color: #B4ACD7;
}
.navbar-img{
    width: 30px !important;
    
}

.header_wrapper .navbar{
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition:all 0.2s linear;

}
.navbar{
    background-color: #1B2E32 !important;
}

.header_wrapper .navbar-brand img{
    max-width:80px;
    height: auto;

}
.header_wrapper .menu-navbar-nav{
    
    display: flex;
    justify-content: center;
}

.header_wrapper .nav-item{
    margin: 0 10px;
}
.header_wrapper .nav-item .nav-link{
    font-weight: 500;
    font-size: 14px;
    color: white;
    padding: 5px !important;
}
.header_wrapper .nav-item .nav-link.active{
    color: #B4ACD7;
}
.header_wrapper .nav-item .nav-link:hover{
    color: #B4ACD7;
}
.header-scrolled{
    position: fixed;
    margin-top: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 85px;
    
    background-color: #0E1422;;
    box-shadow: 0 4px 6px rgba(12, 0, 46, .05);
}
.header-scrolled .navbar-brand img{
    
    height: auto;
    animation: animated 0.1s ease-in-out;
}

@keyframes animated{
    0%{
        width:110px;
    }
    50%{
        width: 80px;
    }
    100%{
        width: 60px;
    }


    
}
.header-scrolled .nav-item .nav-link {
    font-size: 17px;
} 
.btn-2>a{
text-decoration: none;
border-radius: 5px;
background-color: #B4ACD7;
color: #0E1422;
}
.nav-btn{
    text-decoration: none;
    color: #1B2E32;
    background-color: #B4ACD7;
    font-weight: 600;
    padding: 10px 15px;
    border-radius: 5px;
}

/* banner  */
.banner{
    color: white;
    position: relative;
}
.col-video{
    background-color: #1B2E32;
    height: 100vh;
}
.banner-form{
    position: absolute;
    display: flex;
    justify-content: flex-end;
   top: 120px;
    padding-right: 20px;
    
}
.banner-form>form{
    background-color: white;
    margin-top: 100px;
    display: flex;
   justify-content: flex-end;
   flex-direction: column;
   width: 20%;
   padding: 20px 50px;

  
}
.banner-form>form>input{
    margin-top: 20px;
    border: none;
    border-bottom: 1px solid rgb(169, 165, 165);
}
.banner-form>form>button{
    margin: 20px 0;
    border: none;
    background-color: #1B2E32;
    color: white;
    padding: 10px 0 10px 20px;
    border-radius: 10px;
   
}

/* about us section  */
.aboutus{
    background-color: #1B2E32;
    color: white;
}
.about-slider{
    background-color: white;
    height: 300px;
}