.products {
  background-color: #131212;
  color: white;
  background: url('/images/production-bg.webp') no-repeat center center;
  background-size: cover;
  height: auto;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.carousel {
  margin-top: 190px !important;
}

p {
  text-align: justify;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
span,
a,
button,
ul,
li {
  font-family: "Poppins", regular;
}

p,
ul li {
  line-height: 32px !important;
}

.app-design-head {
  text-align: -webkit-center;
  margin-bottom: 70px;
}

.app-design-head p {
  text-align: center;
  width: 70%;
}

.app-design-image img {
  width: 100%;
  height: 240px;
  object-fit: contain;
}

.helping .helping-image img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.head-shadow {
  box-shadow: 0 0 80px 30px #2f0b5d, 0 0 120px 60px #3e1f7c, 0 0 160px 90px #261c52;
  position: absolute;
  width: 100%;
  top: 166px;
  z-index: -1;
}

.helping-content h1,
h1 {
  font-size: 48px;
  line-height: 65px;
  font-weight: bold;
}

.helping-content p,
p {
  font-size: 16px;
  line-height: 22px;
}

.helping .helping-content {
  height: 100%;
  place-content: center;
  position: relative;
  z-index: 9;
  margin-top: 65px;
}

.helping-button a,
.web-development-button a,
.mobile-development-content a,
.app-design-content a,
.e-commerce-content a {
  text-decoration: none;
  padding: 2px 10px !important;
  border: 1px solid white;
  color: white;
  border-radius: 20px;
  font-size: 16px;
  line-height: 22px;
}

.helping-button {
  display: flex;
  gap: 25px;
  margin-top: 40px;
}

.web-development {
  /* background: url("/images//Production/web-development-background.png") no-repeat center center; */
  background-size: cover;
  /* height: 500px; */
  width: 100%;
  margin-top: 100px;
  padding: 40px 0px;
}

.web-develop {
  width: 50%;
}

.web-development-section {
  position: relative;
  z-index: 9999;
}

.web-development-section .web-development-image img {
  width: 100%;
}

.web-development-content {
  margin-top: 50px;
  /* margin-left: 0px; */
}

.web-development-content ul li,
li {
  font-size: 16px;
  line-height: 29px;
  /* margin-bottom: 10px; */
}

.web-development-button {
  margin-left: 15px;
  margin-top: 20px;
}

.mobile-development {
  /* background-color: #162254; */
  /* box-shadow: 0 0 80px 30px #162254, 0 0 120px 60px #1b1e42, 0 0 160px 90px #0d1028; */
  padding: 40px 0px;
  color: white;
  margin-top: 100px;

}

.mobile-development-content ul,
.e-commerce-content ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

.mobile-development-content li,
.e-commerce-content li {
  position: relative;
  margin: 0.75rem 0;
  color: white;
  padding-right: 20px;
  text-align: -webkit-right;
}

.mobile-development-content li::after,
.e-commerce-content li::after {
  content: '●';
  position: absolute;
  right: 0;
  color: #b39ddb;
  font-size: 1rem;
}

.mobile-development {
  position: relative;
  z-index: 9;
}

.mobile-development .mobile-development-image img {
  width: 100%;
  position: absolute;
  padding: 0px 0px;
  color: white;
  left: 0;
  z-index: -1;
  /* top: -500px; */
  /* margin-top: 67px; */
  height: 900px;
  object-fit: cover;
  box-shadow: 0 0 80px 30px #162254, 0 0 120px 60px #1b1e42, 0 0 160px 90px #0d1028;
}

.app-design {
  /* background-color: black; */
  color: white;
  margin-top: 400px;
  position: relative;
  z-index: 99999;
}

.app-design-content a {
  margin-left: 15px;
  margin-top: 30px;
}

.e-commerce {
  margin-top: 100px;
  margin-bottom: 100px;
}

.e-commerce-image {
  /* float: right; */
}

.e-commerce-image img {
  width: 100%;
  height: 450px;
  object-fit: contain;
}

.e-commerce-content {
  text-align: -webkit-right;
}


/* media query */

@media(max-width:991px) {
  .helping .helping-image img {
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
  }

  .helping-content h1 {
    font-size: 43px;
    line-height: 56px;
    font-weight: bold;
    /* width: 100%; */
  }

  .helping .helping-content {
    margin-top: 35px;
  }

  .mobile-development .mobile-development-image img {
    height: 680px;
  }

  .app-design {
    margin-top: 340px;
  }
}

@media(max-width:767px) {
  .web-develop {
    width: 100%;
  }

  .app-design-head p {
    text-align: center;
    width: 100%;
    /* height: 488px; */
  }

  .app-design {
    margin-top: 175px;
  }

  .web-development {
    margin-top: 0px;
  }

}

@media(max-width:567px) {
  .helping-content h1 {
    font-size: 40px;
  }

  .mobile-development .mobile-development-image img {
    object-fit: contain;
  }

  p {
    font-size: 14px;
  }

  li {
    font-size: 14px;
  }

}

@media(max-width:370px) {
  .mobile-development .mobile-development-image img {
    height: 920px;
  }
}