@charset "UTF-8";

.ocf-container {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	height: 100%;
	flex-direction: column;
}


.ocf-timeline {
	width: 100%;
	background-color: #fff;
	/* box-shadow: 0 5px 25px 5px rgba(0, 0, 0, 0.2); */
}
.ocf-timeline .swiper-container {
  height: 400px;
  width: 100%;
  position: relative;
}
.ocf-timeline .swiper-wrapper {
  /* transition: 2s cubic-bezier(0.68, -0.4, 0.27, 1.34) 0.2s; */
  transition: 2s cubic-bezier(0.68, 0, 0.27, 1.34) 0.2s;
}
.ocf-timeline .swiper-slide {
  position: relative;
  color: #fff;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.ocf-timeline .swiper-slide::after {
  content: "";
  position: absolute;
  z-index: 1;
  right: -115%;
  bottom: -10%;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  box-shadow: -230px 0 150px 60vw rgba(0, 0, 0, 0.7);
  border-radius: 100%;
}
.ocf-timeline .swiper-slide-content {
  position: absolute;
  text-align: center;
  width: 80%;
  /* max-width: 310px; */
  max-width: 500px;
  right: 50%;
  top: 13%;
  transform: translate(50%, 0);
  font-size: 12px;
  z-index: 2;
}
.ocf-timeline .swiper-slide .ocf-timeline-year {
  display: block;
  font-style: italic;
  font-size: 30px;
  /*margin-bottom: 50px;*/
  transform: translate3d(20px, 0, 0);
  color: #d4a024;
  color: #f5ae05;
  text-shadow: 1px 1px 2px black;
  font-weight: 300;
  opacity: 0;
  transition: 0.2s ease 0.4s;
}
.ocf-timeline .swiper-slide .ocf-timeline-title {
  font-weight: 800;
  font-size: 34px;
  margin: 0 0 15px 0;
  opacity: 0;
  transform: translate3d(20px, 0, 0);
  transition: 0.2s ease 0.5s;
}
.ocf-timeline .swiper-slide .ocf-timeline-text {
  line-height: 1.5;
  opacity: 0;
  transform: translate3d(20px, 0, 0);
  transition: 0.2s ease 0.6s;
}
.ocf-timeline .swiper-slide-active .ocf-timeline-year {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: 0.4s ease 1.6s;
}
.ocf-timeline .swiper-slide-active .ocf-timeline-title {
  opacity: 1;
  color: #fff;
  transform: translate3d(0, 0, 0);
  transition: 0.4s ease 1.7s;
}
.ocf-timeline .swiper-slide-active .ocf-timeline-text {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: 0.4s ease 1.8s;
}
.ocf-timeline .swiper-pagination {
  right: 15% !important;
  height: 100%;
  display: none;
  flex-direction: column;
  justify-content: center;
  font-style: italic;
  font-weight: 300;
  font-size: 18px;
  z-index: 1;
}
.ocf-timeline .swiper-pagination::before {
  content: "";
  position: absolute;
  left: -30px;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.2);
}
.ocf-timeline .swiper-pagination-bullet {
  width: auto;
  height: auto;
  /* text-align: center; */
  text-align: left;
  opacity: 1;
  background: transparent;
  color: #d4a024;
  color: #f5ae05;
  text-shadow: 1px 1px 2px black;
  margin: 8px 0 !important;
  position: relative;
}
.ocf-timeline .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: 8px;
  left: -32.5px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #d4a024;
  background-color: #f5ae05;
  text-shadow: 1px 1px 2px black;
  transform: scale(0);
  transition: 0.2s;
}
.ocf-timeline .swiper-pagination-bullet-active {
  color: #d4a024;
  color: #f5ae05;
  text-shadow: 1px 1px 2px black;
}
.ocf-timeline .swiper-pagination-bullet-active::before {
  transform: scale(1);
}
.ocf-timeline .swiper-button-next,
.ocf-timeline .swiper-button-prev {
  background-size: 20px 20px;
  top: 15%;
  width: 20px;
  height: 20px;
  margin-top: 0;
  z-index: 2;
  transition: 0.2s;
}
.ocf-timeline .swiper-button-prev {
	left: 8%;
	/* background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23d4a024'%2F%3E%3C%2Fsvg%3E"); */
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.ocf-timeline .swiper-button-prev:hover {
  transform: translateX(-3px);
}
.ocf-timeline .swiper-button-next {
  right: 8%;
  /* background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23d4a024'%2F%3E%3C%2Fsvg%3E"); */
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.ocf-timeline .swiper-button-next:hover {
  transform: translateX(3px);
}





@media screen and (min-width: 968px) {
  .ocf-timeline .swiper-slide::after {
    right: -30%;
    bottom: -8%;
    width: 240px;
    height: 50%;
    box-shadow: -230px 0 150px 50vw rgba(0, 0, 0, 0.7);
  }
  .ocf-timeline .swiper-slide-content {
    right: 35%;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    text-align: left;
    padding: 15px;
  }
  .ocf-timeline .swiper-slide .ocf-timeline-year {
    margin-bottom: 0;
    text-shadow: 1px 1px 2px black;
  }
  .ocf-timeline .swiper-slide .ocf-timeline-title {
    color: #fff;
    margin: 0px 0px 20px 0px;
    text-shadow: 1px 1px 2px black;
  }
  .ocf-timeline .swiper-pagination {
    display: flex;
  }
  .ocf-timeline .swiper-button-prev {
    top: 10%;
    left: auto;
    right: 18%;
    transform: rotate(90deg) translate(0, 10px);
  }
  .ocf-timeline .swiper-button-prev:hover {
    transform: rotate(90deg) translate(-3px, 10px);
  }
  .ocf-timeline .swiper-button-next {
    top: auto;
    bottom: 10%;
    right: 18%;
    transform: rotate(90deg) translate(0, 10px);
  }
  .ocf-timeline .swiper-button-next:hover {
    transform: rotate(90deg) translate(3px, 10px);
  }
}
/*
@media screen and (min-width: 1024px) {
  .ocf-timeline .swiper-slide::after {
    right: -20%;
    bottom: -12%;
    width: 240px;
    height: 50%;
    box-shadow: -230px 0 150px 39vw rgba(0, 0, 0, 0.7);
  }
  .ocf-timeline .swiper-slide-content {
   /* right: 25%; *
  }
}*/
