body,
html {
  height: 100%;
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  color: rgb(44, 44, 53);
  font-family: "domine";
}

p {
  line-height: 150%;
}

.pimg1,
.pimg2,
.pimg3 {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;

  /*
    fixed = parallax
    scroll = normal
  */
  background-attachment: fixed;
}

.pimg1 {
  background-image: url("./img/yellowcups.png");
  min-height: 100%;
}

.pimg2 {
  background-image: url("./img/3PICS.png");
  min-height: 900px;
}

.pimg3 {
  background-image: url("./img/oldtv.gif");
  min-height: 700px;
}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

.fixed p {
  padding-right: 30px;
}
.fixed > a:link,
.fixed > a:visited {
  text-align: right;
  text-decoration: none;
  color: #000;
}

.fixed > a:hover,
.fixed > a:active {
  text-decoration: underline;
}

#scroll a {
  right: 50%;
  top: 90%;
  transform: translate(0%, 90%);
  position: absolute;
}
#scroll a span {
  padding: 10px;
  position: absolute;
  top: 0;
  left: 50%;
  width: 30px;
  height: 50px;
  margin-left: -15px;
  border: 2px solid #fff;
  border-radius: 50px;
  box-sizing: border-box;
}
#scroll a span::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: "";
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sdb10 2s infinite;
  animation: sdb10 2s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb10 {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb10 {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.section {
  text-align: left;
  padding: 80px 40px;
}

.sec {
  text-align: center;
  padding: 90px 60px;
}

.section-first {
  background-color: #f9f0b8;
  color: #666;
}

.section-first h1 {
  color: rgb(242, 175, 31);
}

.section-sec,
.section-four {
  padding: 10px !important;
}

.section-first h3 {
  color: #666;
  text-align: left;
}

@media (max-width: 568px) {
  .pimg1,
  .pimg2,
  .pimg3 {
    background-attachment: scroll;
  }
}

.box1,
.box2,
.box3 {
  display: flex;
}

.leftside {
  flex: 1;
  padding: 25px;
  text-align: center;
}
.leftside p {
  padding-left: 25px;
  padding-right: 25px;
  text-align: left;
}

.left {
  flex: 2;
}
.right {
  flex: 3;
}

ul,
li {
  list-style: none;
  font-size: 0.8rem;
}

ul {
  margin: 50px 0;
}
li {
  margin: 5px 0;
}

.point {
  font-weight: 900;
}

.section h1 {
  font-size: 2.1rem;
  padding-left: 30px;
}

.small-box {
  display: flex;
}
.small-left {
  flex: 2;
}

.small-right {
  flex: 3;
}

.box2 {
  margin: 20px 0;
  padding: 35px;
}

.column {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 75%;
}

.section-five {
  background-image: url("img/Packagingwithp.jpg");

  /* Full height */
  height: 100%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-third {
  background-image: url("img/ignition-card.png");

  /* Full height */
  height: 100%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.color {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 75%;
}

.packcovers {
  display: block;
  margin-left: 150px;
  max-width: 75%;
}

.box4 {
  padding: 20px 50px;
  margin: 25px;
}

/*====Media query=====*/

@media (min-width: 285px) and (max-width: 767px) {
  .box1 {
    display: block;
    width: 85%;
  }

  .box2 {
    flex-direction: column;
    padding: 0px;
  }

  .box3 {
    flex-direction: column-reverse;
  }
  .box4 {
    margin: 0px;
  }

  .section-first h1 {
    font-size: 10vw;
    padding-left: 30px;
  }

  ul {
    padding: 0px;
    padding-inline-start: 30px;
  }

  .section-third {
    background-image: url("img/ignition-card.png");

    /* Full height */
    height: 50%;

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .packcovers,
  .right,
  .left {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }

  .right {
    padding-left: 30px;
  }

  .column {
    max-width: 95%;
  }

  .color {
    max-width: 95%;
  }

  .packcovers {
    max-width: 95%;
  }
}

@media (max-width: 284px) {
  .box1 {
    display: block;
    width: 65%;
  }

  .small-box {
    display: block;
  }

  .box2 {
    flex-direction: column;
    padding: 0px;
  }

  .box3 {
    flex-direction: column-reverse;
  }
  .box4 {
    margin: 0px;
  }

  .packcovers,
  .right,
  .left {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }

  .right {
    padding-left: 30px;
  }

  .column {
    max-width: 90%;
  }

  .color {
    max-width: 85%;
  }

  .packcovers {
    max-width: 95%;
  }
}
