
  /* .object-fit-cover {
    object-fit: cover;
    height: 100%;
  } */

.logo-image {
    position: relative;
    width: 130px;
    margin: 0;
}

.new-header, footer {
    background-image: linear-gradient(to right, rgb(226, 189, 23), rgb(175, 105, 14));
}

.carousel-img {
  width: 100%;
  height: 600px;
  object-fit: contain;
}

a {
  text-decoration: none;
}