.actTitle {
  font-size: 40px;
  color: #23364d;
  padding-top: 40px;
  padding-bottom: 30px;

  width: 90%;
  margin-left: 5%;
  margin-top: 100px;
}

.shapesContainer {
  width: 90%;
  height: auto;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  margin-bottom: 100px;
  margin-left: 5%;
}

.scrollToRightEvent {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding: 5px;
  background-color: rgb(231, 231, 231);
  position: absolute;
  top: 250px;
  z-index: 9999;
  cursor: pointer;
}

.scrollToRightEvent {
  right: 5px;
}

.scrollEvents {
  width: 100%;
  height: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
  margin-left: 0%;
}

.scrollEvents::-webkit-scrollbar {
  height: 1px;
}

.scrollEvents::-webkit-scrollbar-thumb {
  background: rgba(221, 221, 221, 0.719);
  border-radius: 0px;
}

.events {
  width: auto;
  height: 560px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  bottom: 0;
  overflow-x: scroll;
  z-index: 0;
}

.events::-webkit-scrollbar {
  height: 4px;
}

.events::-webkit-scrollbar-thumb {
  background: rgba(221, 221, 221, 0.719);
  border-radius: 0px;
}

.oneShape:first-of-type {
  margin-left: 0px !important;
}

.oneShape {
  width: 350px;
  min-width: 350px;
  height: 550px;
  position: relative;
  background: linear-gradient(135deg, rgb(223, 233, 255) 30%, rgba(255, 255, 255, 0.3));
  border-top: 5px #617cff solid;
  margin-left: 30px;
}

.eventImgContainer {
  margin-top: 5px;
  width: 100%;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.eventImgContainer > img {
  width: 100%;
  height: auto;
}

.eventTitle {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 5%;
  padding-right: 5%;
  font-size: 24px;
  color: #23364d;
}

.eventDescription {
  font-size: 20px;
  padding-top: 0px;
  padding-bottom: 20px;
  padding-left: 5%;
  padding-right: 5%;
  color: #23364d;

  line-height: 30px;
  text-indent: 10px;
  word-spacing: 2px;
}

.readMoreAboutEvent {
  width: 96%;
  margin-left: 2%;
  margin-right: 2%;
  position: absolute;
  border: 2px #23364d solid;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #23364d;
  padding: 5px;
  bottom: 5px;
  cursor: pointer;
}

.readMoreAboutEvent:hover {
  color: rgb(231, 231, 231);
  background-color: #23364d;
}

@media (max-width: 700px) {
  .actTitle {
    width: 90%;
    margin-left: 5%;
  }
  .shapesContainer {
    width: 90%;
    margin-left: 5%;
  }
}

@media (max-width: 400px) {
  .actTitle {
    width: 94%;
    margin-left: 3%;
  }
  .shapesContainer {
    width: 94%;
    margin-left: 3%;
  }
}

.eventDetailsContainer {
  width: 100%;
  height: 100%;
  background-color: #0000004d;
  position: fixed;
  top: 0;
  z-index: 99999;
  overflow-y: auto;
  overflow-x: hidden;
  display: block;
}

.closeIconForEventDetails {
  width: 100%;
  height: 40px;
  direction: rtl;
  display: block;
}

.closeIconForEventDetails > img {
  padding: 10px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #ffffffb0;
}

.eventDetails {
  width: 100%;
  min-height: 100vh;
  background-color: #fff;
  border-radius: 10px;
}

.titleInfoAboutEvent {
  width: 90%;
  height: auto;
  margin-left: 5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.eventBigTitle {
  width: 30%;
  height: 400px;
  font-size: 70px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #23364d;
  margin-top: 50px;
  flex-grow: 1;
}

.imageTitleContainer {
  width: 70%;
  height: 400px;
  overflow: hidden;
  margin-top: 50px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.imageTitleContainer > img {
  height: 100%;
  width: auto;
  border-radius: 5px;
}

.eventDetailsTextAboutEvent {
  color: #23364d;
  padding-top: 30px;
  padding-left: 5%;
  padding-right: 5%;
  padding-bottom: 80px;
  font-size: 20px;

  line-height: 45px;
  text-align: justify;
  text-indent: 50px;
  hyphens: auto;
}

@media (max-width: 1000px) {
  .eventBigTitle {
    width: 50%;
    height: auto;
  }
  .imageTitleContainer {
    width: 50%;
    height: auto;
    display: block;
  }
  .imageTitleContainer > img {
    height: auto;
    width: 100%;
    border-radius: 5px;
  }
  .eventDetailsTextAboutEvent {
    padding-bottom: 40px;
    font-size: 18px;
    line-height: 35px;
    text-indent: 30px;
  }
}

@media (max-width: 700px) {
  .eventBigTitle {
    width: 100%;
    height: auto;
    font-size: 40px;
  }
  .imageTitleContainer {
    width: 100%;
    height: auto;
    margin-top: 10px;
    display: block;
  }
  .imageTitleContainer > img {
    height: auto;
    width: 100%;
    border-radius: 5px;
    position: relative;
  }
  .eventDetailsTextAboutEvent {
    padding-bottom: 4px;
    font-size: 18px;
    line-height: 35px;
    text-indent: 30px;
  }
}
