.main-image {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.main-image-text {
  z-index: 3;
}
.main-image2 {
  /* position: absolute;
  top: 0; */
  height: 100%;
  object-fit: cover;
}
.main-image3 {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.main-image4 {
  width: 50%;
  height: 100%;
}
.category-headings {
  color: #e09b23;
  font-size: 2rem;
  font-weight: 500;
}
.bg-image {
  background-image: url("./../img/demos/burger.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;

  width: 100%;
}

.sliderImage {
  height: 90vh;
}
.smallText {
  font-size: 90px;
}

.logoImage {
  width: 50%;
  margin-top: 20px;
}

@media screen and (max-width: 900px) {
  .sliderImage {
    height: 80vh !important;
  }
  .smallText {
    font-size: 75px;
  }
}
@media screen and (max-width: 600px) {
  .sliderImage {
    height: 50vh !important;
  }
  .smallText {
    font-size: 65px;
  }
}
@media screen and (max-width: 425px) {
  .sliderImage {
    height: 50vh !important;
  }
  .smallText {
    font-size: 50px;
  }
}
