@import url('https://fonts.googleapis.com/css2?family=Hind+Siliguri:wght@300;400;500;600;700&family=Roboto:ital,wght@0,400;0,700;1,400&display=swap');

@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.2/font/bootstrap-icons.css");

*
{
    margin: 0;
    padding: 0;
    font-family: 'Hind Siliguri', sans-serif;

}

body
{
    background: #acb6e5;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #86fde8, #acb6e5);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #86fde8, #acb6e5); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.container
{
    margin-top: 150px;
    justify-content: center !important;
}
.container h1
{
    font-size: 30px;
    text-align: center;
    padding-bottom: 15px;
    color:#fff;
    text-shadow: #474747 2px 2px 2px;
}
.header
{
    text-align: center;
}
.header h1
{
    padding-top: 200px;
    padding-bottom: 0;
    font-size: 55px;
}
.header a img
{
    width: 90px;
    float: left;
    margin-left: 40px;

}
.navbtn
{
    margin-left: 50px;
    margin-right: 50px;
}
.nav-item a
{
    font-size: 20px;
}
.navbar-toggler
{
    position: absolute;
    right: 15px;
    top: 12px;
}
.col a
{
    text-decoration: none;
}
.card
{
    background: rgba(255,255,255,0.5) !important;
    border-radius: 10px;
    border: 1px solid rgba(255,255,255,0.5);
    position:relative;
    color:white;
    z-index:1;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);

}
.card img
{
    width: 80px;
    margin: auto;
    transition: 0.5S;
}
.card h5
{
    font-size: 18px;
    margin: auto;
    text-decoration: none;
    color:#3D3D3D ;
}

.card:hover img
{
    transform: scale(1.2);
}
.card:hover
{
    box-shadow:7px 7px 10px rgba(0, 0, 0, 0.40);
    cursor: pointer;
}
.scrollup {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 50px;
    right: 10px;
    text-align: center;
    padding: 10px;
    z-index: 100;
    display: none;
    background-color: #4A6163;
    border-radius: 35px;
    box-shadow:7px 7px 10px rgba(0, 0, 0, 0.40);
  }
  .scrollup .bi
  {
    color: #F48200;
  }
