.design-section {
  padding: 50px;
}

.design-wrapper {
  position: relative;
  width: 100%;
  z-index: 1000;
}

.design-wrapper-even {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: end;
}
.service-contact-form-control::placeholder {
    color: #212529;
}


.design-wrapper img {
  width: 700px;
  height: 400px;
  position: relative;
  border-radius: 5px;
}

.design-wrapper-even img {
  width: 700px;
  height: 400px;
  position: relative;
  border-radius: 5px;
}

.design-para-wrapper-odd {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
  width: 60%;
  display: flex;
  align-items: center;
  z-index: 1000;
}

.design-para-wrapper-even {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  width: 60%;
  display: flex;
  align-items: center;
  z-index: 1000;
}

.design-para {
  box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.15);
  padding: 50px;
  border: 0.5px rgb(2 45 98/10%) solid;
  background-color: #fff;
  border-radius: 5px;
  width: 100%;
  position: relative;
}

.design-para .dot-1 {
  width: 250px;
  height: 250px;
  position: absolute;
  top: 0;
  right: 0;
}

.design-para .dot-2 {
  width: 250px;
  height: 250px;
  position: absolute;
  top: 0;
  left: 0;
}

.design-para h3 {
  font-size: 34px;
  font-weight: 600;
  color: #000249;
  padding-bottom: 15px;
  letter-spacing: 0.2px;
}

.design-para p {
  font-size: 18px;
  margin-bottom: 20px;
  text-align: justify;
  color: #676c71;
  letter-spacing: 0.2px;
}

/* optimal solution */

.optimal-solution {
  background: url("../Images/BG.jpg") no-repeat center center;
}

.opt-wrapper {
  /* background-color: #000249; */
  height: 500px;
  display: flex;
  justify-content: space-between;
  padding: 0px 5px;
}

.opt-left {
  padding: 50px;
}

.opt-heading-section p {
  color: #676c71;
  font-weight: 600;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}

.opt-heading-section h3 {
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 0.2px;
  text-align: center;
}

.opt-left-wrapper {
  padding: 10px 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.opt-inner-wrapper {
  display: grid;
  place-items: center;
}

.opt-inner-wrapper img {
  display: flex;
  justify-content: center;
  width: 70px;
  margin-bottom: 20px;
}

.opt-left-wrapper h5 {
  color: #fff;
  text-align: center;
  font-size: 30px;
  opacity: 0.9;
  letter-spacing: 0.2px;
}

.opt-left-wrapper p {
  color: #fff;
  text-align: center;
  opacity: 0.8;
  font-size: 16px;
  letter-spacing: 0.2px;
}

.opt-wrapper {
}
.marq-wrapper {
  display: flex;
  justify-content: end;
  position: relative;
}

/* marquee {
  height: 500px;
  padding: 0 5px;
  z-index: 0;
  animation: marquee 12s infinite;
}
.marquee img{
  width: 200px;
  height:auto;
  white-space: nowrap; 
  will-change: transform;
  animation: marquee 12s linear infinite;
} */

/* @keyframes marquee {
  from { transform: translateY(-50%); }
  to { transform: translateY(0%); }
} */

.carousel-indicators {
  bottom: -20px;
}

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 10px;
  height: 10px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
  border-radius: 50%;
  margin-top: 30px;
}

.carousel-indicators .active {
  opacity: 1;
}

/* media queries */

@media (max-width: 576px) {
 
  .opt-wrapper .marq-wrapper {
    display: none;
  }

  .design-para-wrapper-odd {
    position: static;
    width: 100%;
  }

  .design-para-wrapper-even {
    position: static;
    width: 100%;
  }

  .design-section {
    padding: 10px;
  }

  .design-wrapper {
    display: block;
  }

  .design-wrapper-even {
    display: flex;
    flex-direction: column-reverse;
  }

  .design-wrapper img {
    width: 100%;
    height: auto;
  }

  .design-wrapper-even img {
    width: 100%;
    height: auto;
  }

  .design-para h3 {
    font-size: 25px;
  }

  .design-para {
    padding: 20px;
  }
  .design-para p {
    font-size: 13px;
  }

  .opt-left {
    padding: 20px;
  }
  .opt-wrapper {
    height: auto;
  }
  .opt-heading-section h3 {
    font-size: 30px;
  }

  .opt-left-wrapper {
    padding: 0;
  }
  .service-contact-wrapper, .service-contact-section {
    padding: 0px;
  }
  .service-contact-img-wrapper img {
    width: 300px;
    height: 400px;
    
}
.design-para .dot-1, .design-para .dot-2 {
  display: none;
}
}
@media (min-width: 768px) and (max-width: 991px) {
  .opt-wrapper .marq-wrapper {
    display: none;
  }
  .design-wrapper img {
    display: block;
  }

  .design-wrapper-even img {
    display: block;
  }
  .design-para-wrapper-odd {
    position: static;
    width: 100%;
  }

  .design-wrapper {
    display: block;
  }

  .design-wrapper-even {
    display: flex;
    flex-direction: column-reverse;
  }


  .design-para-wrapper-even {
    position: static;
    width: 100%;
  }
  .design-section {
    padding: 20px;
}
}
@media (min-width: 992px) and (max-width: 1399px) {
}
@media (min-width: 1400px) and (max-width: 1920px) {
  .design-wrapper img {
    width: 1000px !important;
  }
  .design-wrapper-even img {
    width: 1000px !important;
  }
  .design-para .dot-1, .design-para .dot-2 {
    width: 250px !important;
  }
}

/*AK :- Scroll Animate*/
.scroll-animate {
    opacity: 0;
    transform: scale(0.2);
    transition: all 0.8s ease-in-out;
}

    .scroll-animate.animate-in {
        opacity: 1;
        transform: scale(1);
    }