*{
    margin: 0%;
    padding: 0%;
}

@media (max-width: 1076px) {
    .carousel-item img {
        height: 350px;
    }
}

@media (max-width: 576px) {
    .carousel-item img {
        height: 250px;
    }
}

@media (min-width: 992px) { /* Adjust this breakpoint to your needs */
    .navbar .nav-item.dropdown:hover .dropdown-menu {
      display: block;
    }
  }
  .bg-primary{
    background-color: #519cff!important;
  }
  .btn-primary{
    background-color: #519cff!important;
  }
  .text-primary{
    color: #519cff!important;
  }
  .text-orange{
    color:#e36d09!important
  }

