.side-navbar {
  width: 250px;
  height: 100%;
  position: fixed;
  margin-left: -300px;
  background-color: #100901;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.imgfix img{
  width:  -webkit-fill-available !important;
}

.nav-link:active,
.nav-link:focus,
.nav-link:hover {
  background-color: #ffffff26;
}

.my-container {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.active-nav {
  margin-left: 0;
}

/* for main section */
.active-cont {
  margin-left: 250px;
}

#menu-btn {
  background-color: #100901;
  color: #fff;
  margin-left: -62px;
}

.my-container input {
  border-radius: 2rem;
  padding: 2px 20px;
}


@media only screen and (min-width: 992px) {
  .text-sm{
    font-size: 0.85rem;
  }
  .text-sm-p{
 font-size: 0.77rem;
  }
  .text-sm-span{
    font-size: 0.81rem;
    font-weight: 500;
  }
}
@media only screen and (min-width: 1590px) {
  .text-sm{
    font-size: 0.936rem;
  }
  .text-sm-p{
font-size: 0.856rem;
  }
  .text-sm-span{
   font-size: 0.916rem;
  }
}
#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
}
