/******************************************************************************* Navbar styles starts here */
.navbar-custom {
    
    /* background: linear-gradient(90deg,rgb(55, 165, 238) 0%, rgb(20, 59, 187) 36%, rgb(16, 17, 114) 100%); */
    background: linear-gradient(90deg,rgb(16, 17, 114) 0%, rgb(20, 59, 187) 36%, rgb(55, 165, 238) 100%);
}

/* change the brand and text color */
.navbar-custom .navbar-brand,
.navbar-custom .nav-link {
    color: rgba(255,255,255);
    
}
/* hover effect for brand */
.navbar-custom .navbar-brand:hover {
    
    color: rgb(197, 185, 17);
    /* transform: scale(1.1);  */
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;   
    
}
/* hover effect for links */
.navbar-custom .nav-item .nav-link:hover {
    
    color: rgb(197, 185, 17);
    transform: scale(1.1); 
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;   
  
/* size of language flags */
}
.language-flags{
    width: 20px;
}

/******************************************************************************* Index styles starts here */

.bg-cover {
    background-attachment: static;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* change goals header background color */
.container-fluid .card-deck .card .card-header{
    background-color:rgb(102, 103, 163);
    color: white;
}
/* change goals header body color */
.container-fluid .card-deck .card .card-body{
    background-color:rgb(16, 17, 114);
    color: white;
}

/******************************************************************************* Our Team styles starts here */

/******************************************************************************* Footer styles starts here */

