
body {
    color: #f2f2f2;
    width: 100%;
    height: 1800px;
    background: #000 url(../img/back.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
}
header {
  display: flex;
  justify-content: center;
  padding: 50px;
}
section {
  margin-top: 60px;
}
h1 {
    color: white;
    font-size: 90px;
    font-family: 'Bungee', sans-serif;
    text-transform: uppercase;
    text-align: left;
    position: relative;
}
section h1 {
  padding: 40px;
}
h2 {
    color: #cb16ce;
    font-size: 60px;
    font-family: 'Open Sans', sans-serif;
    text-align: left;
    position: relative;
}
h2 span {
    position: absolute;
    font-family: 'Dancing Script', cursive;
    font-size: 120px;
    top: -60px;
    left: 200px;
    -moz-transform: skew(0deg, 170deg);
    -webkit-transform: skew(0deg, 170deg);
    -o-transform: skew(0deg, 170deg);
    -ms-transform: skew(0deg, 170deg);
    transform: skew(0deg, 170deg);
}
.center-box h1 {
  color: white;
  font-size: 40px;
  text-align: center;
}
h3 {
  font-size: 28px;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.5;
  padding: 10px;
}
p {
  font-size: 20px;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  line-height: 1.4;
}
.ferde {
  margin: 40px 0;
}
.ferde-content {
    position: relative;
    padding: 60px 150px 80px 150px;
    color: #fff;
    text-align: center;
}
.ferde-content:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #cb16ce;
    content: "";
    transform: skewX(0deg) skewY(3deg);
    z-index: -1;
    opacity: 0.8;
}
.center-box {
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
}
.row {
  margin-top: 40px;
}
.product-item {
    padding: 20px;
    float: left;
    width: 25%;
}
.product-picture {
  max-width: 100%;
  padding: 10px;
}
img {
    width: 100%;
}
.product-text {
  text-align: center;
  padding: 20px;
}
.product-text span {
  text-decoration: line-through;
}
.btn {
  background: #cb16ce;
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: 'Open Sans';
  color: #ffffff;
  font-size: 26px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  display: block;
  margin: 20px;
}
.btn:hover {
  background: #eeacef;
  text-decoration: none;
  color: white;
}
footer {
  padding: 10px;
  color: #cb16ce;
  text-align: center;
}
footer a {
  color: #cb16ce;
  text-decoration: underline;
}
@media only screen and (max-width: 1080px) {
  .product-item {
    width: 50%;
  }
  .ferde-content {
      padding: 30px 30px 50px 30px;
  }
  section h1 {
    padding: 10px;
  }

}
@media only screen and (max-width: 580px) {
  .product-item {
    width: 100%;
  }
  p {
    font-size: 16px;
  }
  .center-box h1 {
    font-size: 30px;
  }
}
/* .row {
    display: block;
} */
/* .two-third, .one-third {
    display: block;
    width: 100%;
    height: 100%;
    float: none;
    clear: both;
  } */
