@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+Malayalam:wght@300;400;500;600;700&family=Poppins:wght@300;400;500;600;700&family=Raleway:wght@300;400;500;600;700&family=Roboto:wght@300;400;500&display=swap');
body{

}
.ml-heading{
  font-family:'noto serif malayalam';
  font-size: 1.5rem;
  font-weight: 700;
}
nav{
  box-shadow: 1px 1px 9px 0 #bcbcbc;
}
/*Footer*/
/*-------------------------*/
.home-footer{
    background: rgb(233 30 99 / 35%);
    background: rgb(83 108 120 / 35%);
    border-top: var(--ec-borderOne) 1px solid;
    color: #000;
    font-size: .64rem;
}
.f-content{
      display: flex;
    flex-direction: row;
    align-items: center;
    min-height: 2.4rem;
    flex-wrap: wrap;
    justify-content: space-around;
}
.f-content a{
  text-decoration: none;
  color: #e91e63;
  font-weight: 600;
}
.f-content a:hover{
  color:red;
}
:-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #ffcb0b;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #002c5a;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #1174A8;
}
.btn-nav {
  color: #fff;
  background-color: #002c5a;
  border-color: #002c5a;
}
.btn-nav:hover {
  color: #fff;
  background-color: #0d57aa;
  border-color: #0d57aa;
}
