@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700");

.slider-wrap {
  background-image: linear-gradient(90deg, #5ef9ff 0%, #5ef9ff 100%);
  height: 500px;
  width: 100%;
}
.slider-wrap .slider {
  position: relative;
  width: 100%;
  left: 15px;
  top: 15px;
}

.slider-item {
  width: 90%;
  padding: 20px 0 25px 30px;
  border-radius: 10px;
  background-color: #bdf9f6;
  display: flex;
  justify-content: flex-start;
  position: absolute;
  opacity: 0;
  z-index: 0;
  box-shadow: 0 4px 9px #070072;
  position: absolute;
  left: 0;
  top: 0;
}
.slider-item .animation-card_image {
  max-width: 110px;
  max-height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  box-shadow: 0 4px 9px rgba(241, 241, 244, 0.72);
  background-color: #bdf9f6;
}
.slider-item .animation-card_image img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
}
.slider-item .animation-card_content {
  width: 100%;
  max-width: 80%;
  margin-left: 26px;
  font-family: "Open Sans", sans-serif;
}
.slider-item .animation-card_content .animation-card_content_title {
  color: #0e1555;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.18px;
  line-height: 24px;
  margin: 0;
}
.slider-item .animation-card_content .animation-card_content_description {
  color: #001c1c;
font-family : 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 24px;
  margin: 10px 0 0 0;
}
.slider-item .animation-card_content .animation-card_content_city {
  font-size: 11px;
  margin: 10px 0 0 0;
  font-size: 14px;
  letter-spacing: 0.18px;
  font-weight: 600;
  text-transform: uppercase;
  color: #070072;
}
