html { scroll-behavior: smooth; overflow:  hidden; }
p.subtitle {
    font-size: 24px;
}
.main-desc {
    height: 100vh;
    padding: 60px;
    text-align: center;
    color: #777;
}
p.main-title {
    font-size: 46px;
    font-weight: 800;
}
.content {
    margin-top: 40px;
}
.scroll-down a {
    display: inline-block;
    height: 40px;
    width: 40px;
    margin-top: 60px;
    padding: 10px;
    animation: bounce 1s infinite 0s linear;
}
.scroll-down a img{
  height: 100%;
  width: 100%;
  object-fit: contain;
  opacity: 0.6;
}
.scroll-down a:hover{
  animation:stop 1s infinite 0s linear;
}

@keyframes bounce{
    0%{
        }
    50%{
        transform: translateY(-20px) scale(1.2);
        opacity: 0.8;
        }
    100%{
        transform: translateY(0px) scale(1.1);
        opacity:1;

        }
}
@keyframes stop{
  0%{
    transform: translateX(0) scale(1.2);
    opacity: 1;
  }
  50%{
        transform: translateX(0) scale(1.4);
    opacity: 1;
        }
    100%{
        transform: translateX(0) scale(1.2);
    opacity: 1;

        }
}
.timeline{
  color: #596e79;
}
p.year {
    font-size: 46px;
    font-weight: 800;
    margin: 0;
}
.headlines{
  text-align: center;
  padding: 40px 60px;
}
p.topic {
    font-size: 22px;
    font-style: italic;
    position: relative;
}
.main-content{
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.main-content .right {
    position: relative;
    height: 320px;
    padding: 20px;
    padding-left: 30px;
}
.main-content .right figure{
  height: 220px;
  width: 360px;
      background: #fff;
      padding: 5px;
}
.main-content .right figure img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
figure.img-1 {
    position: relative;
    top: 100px;
    box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
    animation: fadeInDown;
}
figure.img-2 {
    position: absolute;
    top: 0;
    right: 35px;
    box-shadow: -6px 5px 14px rgba(0, 0, 0, 0.33);
}
.breif {
    clear: both;
    position: absolute;
    bottom: 0px;
    display: none;
}
.year-wrap {
    height: 100vh;
    overflow: hidden;
    background:   #fff;
    box-shadow: 0px 5px 8px rgba(0,0,0,0.2);
}
.left {
    padding: 30px;
    text-align: right;
}
p.title {
    font-size: 19px;
    font-style: italic;
}
.owl-theme .owl-nav{
  display: none;
}
p.topic:before {
    position: absolute;
    content: '';
    height: 15px;
    width: 15px;
    background: #777;
    border-radius: 50px;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
}
p.topic:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 430px;
    top: 45px;
    background: linear-gradient(to bottom, #777,#fff);
    left: 50%;
    transform: translateX(-50%);
}
.owl-dots {
    position: absolute;
    transform: rotate(90deg);
    top: 310px;
    left: -150px;
}

.owl-item:nth-child(2n) .item .year-wrap .main-content figure.img-2{
  top: auto;
  bottom: -55px;
}

.owl-item:nth-child(2n) .item .year-wrap .main-content figure.img-1{
  top: 0;
}
/*.owl-item:nth-child(2n) .item .year-wrap .main-content .left{
  text-align: center;
    padding-left: 50px;
  }*/
