@font-face {
  font-family: 'latosemibold_italic';
  src: url('./fonts/lato-semibolditalic-webfont.eot');
  src: url('./fonts/lato-semibolditalic-webfont.eot?#iefix') format('embedded-opentype'),
    url('./fonts/lato-semibolditalic-webfont.woff2') format('woff2'),
    url('./fonts/lato-semibolditalic-webfont.woff') format('woff'),
    url('./fonts/lato-semibolditalic-webfont.ttf') format('truetype'),
    url('./fonts/lato-semibolditalic-webfont.svg#latosemibold_italic') format('svg');
  font-weight: normal;
  font-style: normal;

}

/*Body properties*/
body {
  margin: 0;
  padding: 0;
  width: 1920px;
  height: 1080px;
  overflow: hidden;
  background-repeat: no-repeat;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.main-container {
  width: 1920px;
  height: 1080px;
  background: url('../assets/bg.png');
  background-size: cover;
  background-position: center;
  position: relative;
}

h1 {
  font-family: latosemibold_italic;
  font-weight: 800;
  font-size: 40px;
  line-height: 120px;
  color: #ffffff;
}

.header-template {
  width: 1580px;
  height: 117px;
  margin-left: 172px;
  top: 20px;
  display: flex;
  position: relative;
  justify-content: space-between;
}

.pack-price-container-left {
  width: 500px;
  height: 712px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  text-align: center;
}

.pack-price {
  width: 450px;
  height: 21px;
  margin: 25px;
}

.item-price {
  height: 53px;
  margin: 9px;
  text-align: center;
}

.carton-price-container-rigth {
  width: 516px;
  height: 712px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  text-align: center;
}

.carton-price {
  width: 450px;
  height: 21px;
  margin: 25px;
}

.container-price {
  width: 1920px;
  height: 705px;
  margin-top: 40px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
}

p.item-pack-price {
  font-family: latosemibold_italic;
  color: #000000;
  font-size: 50px;
}

p.item-carton-price {
  font-family: latosemibold_italic;
  color: #289300;
  font-size: 50px;
}

p.item-mid-title {
  font-family: latosemibold_italic;
  color: #000000;
  font-size: 50px;
}
p.item-mid-title-red{
  font-family: latosemibold_italic;
  color: d#fd0000;
  font-size: 50px;
}

.item-container-mid{
  width: 930px;
  height: 712px;
  margin-top: 17px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
}