@font-face {
  font-family: "Beach";
  src: url("./fonts/Beach.otf");
  font-weight: 400;
  font-style: normal;
  line-height: normal;
  color: #fff;
}

@font-face {
  font-family: "Base";
  src: url("./fonts/basetwsanssmallcaps-bold.ttf");
  font-weight: 7;
  font-style: normal;
  line-height: normal;
}

/*Margin adjust on body*/
body {
  margin: 0;
  padding: 0;
}

/*main-content properties*/
.main-content {
  position: relative;
  width: 1080px;
  height: 1920px;
  overflow: hidden;
  background-color: black;
}

/*Info image properties*/
.info-image {
  position: absolute;
  top: 442px;
  left: 143px;
  z-index: 2;
}

/*Product image properties*/
.product-image {
  min-width: 688px;
  height: auto;
  animation: move 5s ease infinite;
  position: absolute;
  margin-top: 600px;
  z-index: 1;
}

@keyframes move {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px); /*Value to move down the product-image*/
  }
  100% {
    transform: translateY(0px); /*Value to move down the product-image*/
  }
}

/*P info properties*/
p.info {
  font-style: normal;
  font-weight: 400;
  text-transform: capitalize;
  text-align: center;
  margin-top: 0px;
  line-height: 1;
  z-index: 3;
}

/*content-0 position*/
#content-item-0 {
  position: absolute;
  top: 49px;
  left: 200px;
  bottom: 1697px;
  width: 750px;
  height: 180px;
  font-family: "Beach";
  font-size: 150px;
  color: #fff;
  text-align: center;
  word-wrap: break-word;
  overflow: hidden;
}

/*content-1 position*/
#content-item-1 {
  position: absolute;
  left: 0px;
  top: 210px;
  right: 53px;
  bottom: 1536px;
  width: 1070px;
  height: 320px;
  font-family: "Base";
  font-size: 150px;
  color: #ffffff;
  text-align: center;
  word-wrap: break-word;
  overflow: hidden;
}

/*content-2 position*/
#content-item-2 {
  position: absolute;
  left: 646px;
  top: 590px;
  right: 64px;
  width: 370px;
  height: 145px;
  font-family: "Base";
  font-size: 120px;
  color: #c00000;
  z-index: 3;
  text-align: center;
  word-wrap: break-word;
  overflow: hidden;
}

/*content-3 position*/
#content-item-3 {
  position: absolute;
  left: 750px;
  top: 690px;
  right: 64px;
  width: 300px;
  height: 160px;
  font-family: "Base";
  font-size: 120px;
  color: #c00000;
  z-index: 3;
  animation: beat 3s infinite;
  text-align: center;
  word-wrap: break-word;
  overflow: hidden;
}

@keyframes beat {
  0%,
  100% {
    transform: scale(1); /* Initial and final state (normal size) */
    opacity: 1;
  }
  50% {
    transform: scale(1.2); /* Middle of the animation (bigger size) */
    opacity: 0.7;
  }
}

/*content-4 position*/
#content-item-4 {
  position: absolute;
  left: 90px;
  top: 1730px;
  right: 197px;
  width: 900px;
  height: 100px;
  font-family: "Base";
  font-size: 75px;
  color: #ffffff;
  z-index: 3;
  text-align: center;
  word-wrap: break-word;
  overflow: hidden;
}

/*content-5 position*/
#content-item-5 {
  position: absolute;
  left: 175px;
  top: 1820px;
  right: 197px;
  width: 750px;
  height: 90px;
  font-family: "Base";
  font-size: 80px;
  color: #ffffff;
  z-index: 3;
  text-align: center;
  word-wrap: break-word;
  overflow: hidden;
}
