/*
Diyar
2023-05
Diypa571
 https://github.com/diypa571
*/


.navbar-logo {
  position: absolute;
  top: 10;
  right: 0;
  height: 30px; /* Adjust the height as needed */
  /* Add any other styles specific to the logo */
}

.border-bottom-dark {
    border-bottom: 2px solid #000;
  }




@media (min-width: 992px) {
    .bg-image {
    background-size: 50% auto;
    background-position: center;
    }
    }
