.topTitleBox {
  background-color: var(--aqua);
  height: 300px;
  color: white;
  background-size: cover;
  background-position: center;
  background-image: url("../images/general_topbar.png") !important;
  position: relative;
  overflow: hidden;
}

.contentShape {
  position: absolute;
  bottom: 0;
  right: 5%;
  width: 45%;
}
.rtl .contentShape {
  right: auto;
  left: 5% !important;
}

.trainShaps {
  position: absolute;
  bottom: 0;
  left: 5%;
  width: 40%;
}
.topTitleBox h2 {
  font-size: 3.6rem;
  padding: 10px 0;
  font-weight: 800;
  text-align: center;
  position: relative;
  z-index: 5;
}
.topTitleContainer {
  height: 100%;
  padding: 10px 2.5%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}

/*  content */
.intro {
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column-reverse;
  padding: 40px 10px;
}
.intro img {
  width: 60%;
  margin-top: 20px;
}

.places {
  padding: 0%;
}

.boxContent,
.contentIntro {
  padding: 20px;
}

.imgBox img {
  width: 100%;
  height: 100%;
  object-fit: fill;
  object-position: center;
  margin: 0 0;
  padding: 0%;
}

.places .imgBox {
  min-height: 250px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
  margin: 30px 0;
  padding: 0% !important;
}

.places li {
  margin: 1rem 0;
  font-weight: 600;
  font-size: 1.1rem;
  padding: 0;
  line-height: 1.8rem;
  text-transform: capitalize;
  color: var(--petrol);
}
.places ul {
  list-style-position: inside;
  padding-left: 0;
  padding-right: 0;
}


.boxContent {
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
  padding: 25px;
}

.boxContent p {
  padding: 10px 0;
}
.boxContent * {
  background-size: cover;
  background-position: start center;
}

/* ----- bg ------ */

.jadaDesImg {
  background-image: url("../images/Content/bright-arabic-ksa-boundary-secondary.png");
}
.BrushingImg {
  background-image: url("../images/Content/dark-matter-arabic-ksa-boundary.png");
}
.allPlacesImg {
  background-image: url("../images/Content/basic-arabic-ksa-buildings.png");
}

/* observe */
.Geoclip {
  background-image: url("../images/observe/geoclib.png");
}
.customize {
  background-image: url("../images/observe/dashbourd.png");
}

.saudi {
  background-image: url("../images/observe/Picture2.png");
}
.insight {
  background-image: url("../images/observe/light.png");
}
@media screen and (min-width: 992px) {
  .contentShape {
    right: 10%;
    width: 35%;
  }
  .rtl .contentShape {
    right: auto;
    left: 10%;
  }
  .places > * {
    width:50% ;
  }
  .places {
    flex-direction: row;
   height: 500px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0%;
    margin: 0%;
  }
  .intro {
    flex-direction: row;
    text-align: inherit;
    padding: 15px 10px;
  }
  .intro img {
    width: 70%;
    margin-top: 0;
  }
  .introImgBox {
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .contentIntro {
    width: 50%;
  }
  .boxContent,
  .places .imgBox {
    height: 100%;
    width: 50%;
    margin: 0%;
  }
  .boxContent p {
    margin: 0%;
  }
  .topTitleBox {
    height: 350px;
  }
  .boxContent {
    height: 100%;
  }
  .roundBaseMapImg {
    background-size: 40%;
    background-position: center;
  }



  .topTitleBox h2 {
    font-size: 5.5rem;
    width: 75%;
    text-align: left;
    margin-right: auto;
  }
  .rtl .topTitleBox h2 {
    margin-right: 0;
    margin-left: auto;
    text-align: right;
  }
  .topTitleBox img {
    width: 200px;
  }
  .intro img {
    width: 60%;
  }
  img.contentShape {
    width: 30%;
  }
  img.trainShaps {
    left: 15%;
    width: 30%;
  }
}

@media screen and (min-width: 1100px) {
  .boxContent {
    padding: 5px 25px ;
  }
  img.contentShape {
    width: 25%;
  }

  img.trainShaps {
    width: 18%;
  }
}
