* {
  margin: 0px;
  padding: 0pc;
  box-sizing: border-box;
}

.ro {
  background: url(../images/water6.jpg);
  height: 50vh;
  max-height: 100%;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-size: cover;
  background-position: bottom;
}

.ro-head {
  font-size: 48px;
  font-family: serif;
  font-weight: 800;
  color: #fffd;
}

/* centoeixwesd ist para */
.ro-paraf {
  font-size: 35px;
  font-family: serif;
  font-weight: 800;
  opacity: 0.6;
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgba(196, 196, 196, 0.867);
}

/* centoeixwesd ist para */

.accordion-button::after {
  width: unset !important;
}

.item1 {
  border: none !important;
}

.accordion-item:first-of-type .accordion-button {
  background-color: transparent !important;
  box-shadow: none !important;
  border: none !important;
  outline: none !important;
}

.accordion-button:not(.collapsed) {
  background-color: transparent !important;
  box-shadow: none !important;
  border: none !important;
  outline: none !important;
}

.section-last {
  background: #0affad;
}

.button-1 {
  padding: 10px 34px;
  border: none;
  background: #455c90;
  border-radius: 20px;
  color: #fff;
  font-size: 20px;
  white-space: nowrap;
}

/* model */
.modal-content {
  background: transparent;
  border: none;
}

.modal-img {
  max-width: 100%;
  max-height: 50vh;
}

.modal-icons {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  opacity: 9;
}

.modal-icons i {
  color: rgb(255, 255, 255);
  font-size: 2rem;
  cursor: pointer;
}

/* model */
/* industrial video */
.videowater {
  background-color: #143369;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*  */

/* industrial video */
.videowater {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("./assets/images/water-softener-by-UltraTec-UAE-background-video.jpg");
}

/*  */
/* Style the video container */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 aspect ratio */
}

/* Style the video element */
.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Style the play and pause buttons */
.play-button,
.pause-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  background-color: rgba(0, 0, 0, 0.6);
  border: none;
  border-radius: 50%;
  color: #fff;
  font-size: 24px;
  text-align: center;
  line-height: 100px;
  cursor: pointer;
}

/* Style for showing controls on pause */
.video-container.controls .play-button {
  display: none;
}

.video-container.controls .pause-button {
  display: block;
}