@media (max-width: 800px) {
   .nav-mobile-style {
    background-color: rgba(0, 0, 0, 0.75) !important;
}
}

/* Full screen container for background rotation */
/*.rotating-bg-container {
  position: relative;
  width: 100%;
  height: 100vh; /* Full viewport height */
 /* background-size: cover;
  background-position: center;
  animation: rotateBackground 20s infinite linear;
  transition: none; /* Ensure no transitions */
/*}*/

/* Keep the content centered and unaffected by background rotation */
/*.static-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1; /* Keep content above the rotating background */
  /*color: white;
  text-align: center;
}*/

/* Keyframes for rotating background images without fading */
/*@keyframes rotateBackground {
  0% {
    background-image: url('https://i.postimg.cc/RC3gqNwt/Final-Selection-Ana-Markovych-1.jpg');
  }
  25% {
    background-image: url('hhttps://i.postimg.cc/RC3gqNwt/Final-Selection-Ana-Markovych-1.jpg');
  }
  50% {
    background-image: url('https://i.postimg.cc/RC3gqNwt/Final-Selection-Ana-Markovych-1.jpg');
  }
  75% {
    background-image: url('https://i.postimg.cc/RC3gqNwt/Final-Selection-Ana-Markovych-1.jpg');
  }
  100% {
    background-image: url('https://i.postimg.cc/RC3gqNwt/Final-Selection-Ana-Markovych-1.jpg');
  }
}*/