.gbg {
  background: url("../images/v5-1.jpg");
  background-position: top center;
  background-size: cover;
  min-height: 100vh;
}

.qualities {
  padding: 70px 0;
}
.qualities.qualities-top {
  background: url("../images/bg/v5-pen-bg.jpg");
}
.qualities.qualities-bottom {
  background: url("../images/bg/v5-pen-cartridge-bg.jpg");
}
.qualities .description p {
  font-family: "Poppins", Sans-Serif;
  font-weight: 300;
  font-size: 18px;
  color: #282828;
  text-align: center;
}
.qualities .heading {
  margin-bottom: 20px;
}
.qualities .heading h2 {
  font-family: "Times New Roman";
  font-size: 40px;
  text-align: center;
  font-weight: bold;
}
.qualities .heading h2 span {
  text-transform: uppercase;
  color: #0367b2;
  font-weight: bold;
}
.qualities .points ul {
  list-style: none;
  padding: 0 50px;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.qualities .points ul li {
  flex-basis: calc(50% - 10px);
  margin: 5px;
  position: relative;
  padding-left: 70px;
  font-size: 17px;
  min-height: 60px;
  line-height: 1.5;
  display: flex;
  align-items: center;
}
.qualities .points ul li:nth-child(1):before {
  width: 72px;
  height: 60px;
  background: url("../images/v-5-icons.png") -64px -2px;
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
}
.qualities .points ul li:nth-child(2):before {
  width: 67px;
  height: 60px;
  background: url("../images/v-5-icons.png") -137px -5px;
  z-index: 1;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
}
.qualities .points ul li:nth-child(3):before {
  width: 67px;
  height: 60px;
  background: url("../images/v-5-icons.png") 0 -4px;
  z-index: 1;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
}
.qualities .points ul li:nth-child(4):before {
  width: 80px;
  height: 60px;
  background: url("../images/v-5-icons.png") -204px 0;
  z-index: 1;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
}

.hero-container1 {
  height: auto;
  width: 100%;
  position: relative;
}
.hero-container1 .icon1 {
  width: 101px;
  height: 87px;
  background: url("../images/v-5-icons.png") -136px -190px;
  position: absolute;
  content: "";
  z-index: 1;
  left: 3%;
  top: 14%;
  zoom: 0.6;
}
.hero-container1 .icon2 {
  width: 112px;
  height: 82px;
  background: url("../images/v-5-icons.png") -210px -90px;
  position: absolute;
  content: "";
  z-index: 1;
  left: 30%;
  top: 23%;
  zoom: 0.6;
}
.hero-container1 .icon3 {
  width: 95px;
  height: 72px;
  background: url("../images/v-5-icons.png") -337px -89px;
  position: absolute;
  content: "";
  z-index: 1;
  left: 51%;
  top: 15%;
  zoom: 0.6;
}
.hero-container1 .icon4 {
  width: 157px;
  height: 139px;
  background: url("../images/v-5-icons.png") -264px -166px;
  position: absolute;
  content: "";
  z-index: 1;
  right: 5%;
  top: 10%;
  zoom: 0.6;
}
.hero-container1 .icon5 {
  width: 114px;
  height: 48px;
  background: url("../images/v-5-icons.png") -7px -216px;
  content: "";
  z-index: 1;
  zoom: 0.5;
}
.hero-container1 .hero-image {
  width: 100%;
  transition: all 0.3s ease; /* For smooth transitions */
}
.hero-container1 .hero-caption {
  position: absolute;
  top: 30%;
  left: 0;
  padding-left: 30px;
  color: #000000;
  font-size: 24px;
  width: 100%;
  height: 100%;
}
.hero-container1 .hero-caption h2 {
  color: #000000;
  font-size: 50px;
  font-weight: bold;
}
.hero-container1 .hero-caption h4 {
  font-weight: 500;
  font-size: 40px;
  color: #222222;
}
.hero-container1 .hero-caption .dots {
  bottom: 20px;
  right: 20px;
  display: flex;
}
.hero-container1 .hero-caption .dots .dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #000000;
  margin-right: 10px;
  cursor: pointer;
}
.hero-container1 .hero-caption .dots .dot:nth-child(1) {
  background-color: #000000;
}
.hero-container1 .hero-caption .dots .dot:nth-child(2) {
  background-color: #1c499d;
}
.hero-container1 .hero-caption .dots .dot:nth-child(3) {
  background-color: #30b04f;
}
.hero-container1 .hero-caption .dots .dot:nth-child(4) {
  background-color: #e42d30;
}
.hero-container1 .hero-caption .dots .dot:nth-child(5) {
  background-color: #f0802e;
}
.hero-container1 .hero-caption .dots .dot:nth-child(6) {
  background-color: #e84476;
}
.hero-container1 .hero-caption .dots .dot:nth-child(7) {
  background-color: #c81d51;
}
.hero-container1 .hero-caption .dots .dot:nth-child(8) {
  background-color: #36b8e2;
}
.hero-container1 .hero-caption .dots .dot:nth-child(9) {
  background-color: #e4bf2d;
}
.hero-container1 .hero-caption .dots .dot:nth-child(10) {
  background-color: #b5d33c;
}
.hero-container1 .hero-caption .dots .dot:nth-child(11) {
  background-color: #cc33cc;
}

.hero-container2 {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.hero-container2 .hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease; /* For smooth transitions */
}
.hero-container2 .hero-caption {
  position: absolute;
  top: 30%;
  left: 30px;
  color: #000000;
  font-size: 24px;
  width: 100%;
  height: 100%;
}
.hero-container2 .hero-caption h2 {
  color: #cd3030;
  font-size: 50px;
  font-weight: bold;
}
.hero-container2 .hero-caption h4 {
  font-weight: 500;
  font-size: 40px;
}
.hero-container2 .hero-caption img {
  height: 60px;
}
.hero-container2 .hero-caption .dots {
  bottom: 20px;
  right: 20px;
  display: flex;
}
.hero-container2 .hero-caption .dots .dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #e42d30;
  margin-right: 10px;
  cursor: pointer;
}
.hero-container2 .hero-caption .dots .dot:nth-child(1) {
  background-color: #e42d30;
}
.hero-container2 .hero-caption .dots .dot:nth-child(2) {
  background-color: #1c499d;
}
.hero-container2 .hero-caption .dots .dot:nth-child(3) {
  background-color: #30b04f;
}
.hero-container2 .hero-caption .dots .dot:nth-child(4) {
  background-color: #000000;
}

@media (max-width: 576px) {
  .qualities {
    padding: 50px 0;
    margin: 0;
  }
  .qualities .points ul {
    padding: 0 5px;
  }
  .qualities .points ul li {
    flex-basis: 100%;
  }
  .hero-container2 {
    height: auto;
    width: 100%;
  }
  .hero-container2 .hero-caption {
    top: 30%;
    left: 50px;
  }
  .hero-container2 .hero-caption h2 {
    color: #cd3030;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 0;
  }
  .hero-container2 .hero-caption h4 {
    font-weight: 500;
    font-size: 18px;
  }
  .hero-container2 .hero-caption img {
    height: 25px;
  }
  .hero-container2 .dots .dot {
    width: 15px;
    height: 15px;
  }
  .hero-container1 {
    margin-top: 60px;
  }
  .hero-container1 .icon1 {
    left: 3%;
    top: 14%;
    zoom: 0.4;
  }
  .hero-container1 .icon2 {
    left: 30%;
    top: 23%;
    zoom: 0.5;
  }
  .hero-container1 .icon3 {
    left: 51%;
    top: 15%;
    zoom: 0.5;
  }
  .hero-container1 .icon4 {
    right: 0;
    top: 2%;
    zoom: 0.3;
  }
  .hero-container1 .icon5 {
    zoom: 0.5;
  }
  .hero-container1 .hero-image {
    width: 100%;
    transition: all 0.3s ease; /* For smooth transitions */
  }
  .hero-container1 .hero-caption {
    position: absolute;
    top: 30%;
    left: 0;
    padding-left: 30px;
    color: #000000;
    font-size: 24px;
    width: 100%;
    height: 100%;
  }
  .hero-container1 .hero-caption h2 {
    color: #000000;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 0;
  }
  .hero-container1 .hero-caption h4 {
    font-weight: 500;
    font-size: 18px;
    color: #222222;
    margin-bottom: 0;
  }
  .hero-container1 .hero-caption .dots {
    margin-top: 10px;
    bottom: 20px;
    right: 20px;
    display: flex;
  }
  .hero-container1 .hero-caption .dots .dot {
    width: 12px;
    height: 12px;
    margin-right: 5px;
  }
}

/*# sourceMappingURL=v5-pens.css.map */
