* {
  margin: 0;
  padding: 0;
  user-select: none;
}

body {
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
  max-width: 728px;
  height: 90px;
  position: relative;
  overflow: hidden;
}

.hidden {
  display: none;
}

.bor {
  border: 5px solid red;
}

.borb {
  border: 5px solid blue;
}

.hidden0 {
  display: none;
  opacity: 0;
}

.Wrapper {
  width: 728px;
  height: 90px;
  right: 0;
  left: 0;
  margin: auto;
  position: relative;
  overflow: hidden;
}

.slide1 {
  width: 728px;
  height: 90px;
  top: 0;
  left: 0;
  /* background: url("./img/bg.jpg") no-repeat; */
}

.pack {
  left: 14rem;
  bottom: 0rem;
  z-index: 99999;
  position: absolute;
}

.salt {
  left: 0;
  top: 0;
  position: absolute;
  z-index: 9992;
}

.logo {
  left: 6.5rem;
  margin: auto;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 9992;
}
.food {
  left: 12.2rem;
  bottom: 0;
  position: absolute;
  z-index: 9992;
}
.text {
  top: 0rem;
  bottom: 0;
  margin: auto;
  right: 7rem;
  position: absolute;
}



.bg {
  width: 728px;
  height: 90px;
  top: 0;
  left: 0;
}

.model {
  bottom: 0;
  right: 19rem;
  position: absolute;
  opacity: 0;
  display: none;
}




/*  Adfinix staf */

#adfinixAdLogo {
  background: #ededed;
  opacity: 0.8;
  transition: 0.2s;
  position: absolute;
  bottom: 0;
  display: inline-flex;
  right: 0;
  text-decoration: none;
  padding: 3px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Ubuntu, "Helvetica Neue", Oxygen, Cantarell, sans-serif;
  align-items: center;
}

#adfinixAdLogo img {
  width: 15px;
  height: 15px;
}

#adfinixAdLogo span {
  width: 0px;
  transition: 0.2s;
  margin-left: 2px;
  display: inline-block;
  font-size: 10px;
  visibility: hidden;
}

#adfinixAdLogo:hover {
  opacity: 1;
}

#adfinixAdLogo:hover span {
  width: 35px;
  visibility: visible;
}



.heartbeat {
  -webkit-animation: heartbeat 1.5s ease-in-out infinite both;
  animation: heartbeat 1.5s ease-in-out infinite both;
}

@-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}


.bounce-in-fwd {
  -webkit-animation: bounce-in-fwd 1.1s both;
  animation: bounce-in-fwd 1.1s both;
}


@media (max-width: 700px) {
  body {
    overflow: hidden;
    transform: scale(0.9, 0.9);
    margin: 0;
    padding: 0;
    text-align: center;
    transform-origin: top left;
  }
}

/* @media (max-width: 750px) {
body {
  overflow: hidden;
  transform: scale(0.8, 0.8);
  margin: 0;
  padding: 0;
  text-align: center;
  transform-origin: top left;
}
} */

@media (max-width: 500px) {
  body {
    overflow: hidden;
    /* width: fit-content; */
    transform: scale(0.46, 0.46);
    margin: 0;
    padding: 0;
    text-align: center;
    transform-origin: top left;
  }
}

@media (max-width: 350px) {
  body {
    overflow: hidden;
    /* width: fit-content; */
    transform: scale(0.4, 0.4);
    margin: 0;
    padding: 0;
    text-align: center;
    transform-origin: top left;
  }
}

@media (max-width: 299px) {
  body {
    overflow: hidden;
    /* width: fit-content; */
    transform: scale(0.376, 0.376);
    margin: 0;
    padding: 0;
    text-align: center;
    transform-origin: top left;
  }
}

@media (max-width: 250px) {
  body {
    overflow: hidden;
    /* width: fit-content; */
    transform: scale(0.32, 0.32);
    margin: 0;
    padding: 0;
    text-align: center;
    transform-origin: top left;
  }
}