.categories_section {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-top: 50px;
}
.categories_title {
  font-size: 30px;
  font-weight: 700;
  padding-left: 75px;
  width: 100%;
  text-align: left;
}
.categories_container {
  display: flex;
  overflow-x: scroll;
  padding-bottom: 25px;
  padding-left: 45px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.categories_container::-webkit-scrollbar {
  display: none;
}
.ourEvents_title_ar {
  font-size: 30px;
  font-weight: 700;
  width: 100%;
  padding-right: 75px;
  text-align: right;
}
.categories_section {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.categories_container {
  display: flex;
  overflow-x: scroll;
  padding-bottom: 25px;
  padding-left: 45px;
}
.first_div_category {
  margin-left: 25px;
  margin-right: 25px;
  min-height: 170px;
  min-width: 365px;
  max-height: 170px;
  max-width: 365px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: 700;
  border-radius: 10px;
}
.blue{
  background: linear-gradient(rgba(85, 148, 242, 1), rgba(49, 86, 140, 1));
}
.green{
  background: linear-gradient(rgba(88, 242, 85, 1), rgba(21, 138, 19, 1));
}
.gold{
  background: linear-gradient(rgba(242, 170, 85, 1), rgba(186, 106, 12, 1));
}
.purple{
  background: linear-gradient(rgba(95, 66, 176, 1), rgba(55, 20, 153, 1));
}
.wine{
  background: linear-gradient(rgba(159, 52, 52, 1), rgba(144, 12, 12, 1));
}
.category_phrase {
  margin-right: 30px;
}
@media only screen and (max-width: 767px) {
  .categories_container {
    padding-left: 12px;
  }
  .ourEvents_title_ar {
    font-size: 20px;
    text-align: center;
    padding-right: 0px;
  }
  .categories_container {
    padding-left: 12px;
  }
  .categories_title {
    font-size: 20px;
    padding-left: 16px;
  }
  .first_div_category {
    margin-left: 7px;
    margin-right: 7px;
    min-height: 100px;
    min-width: 150px;
    max-height: 100px;
    max-width: 150px;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    border-radius: 5px;
  }
  .category_icons {
    max-width: 40px;
    max-height: 40px;
  }
  .category_phrase {
    margin: 0px;
    margin-top: 7px;
  }
}
