
.mainDiv {
	position: relative;
    opacity: 0;
    transition: all 1s ease 1s;
}
.thumbnail{
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
	left: 0;
	opacity:1;
	object-fit: cover;
	z-index: -2;
 -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.year{
	width: 88px;
	height: 88px;
	margin-left: -44px;
	border-radius: 50%;
	background-color: #0E90CF;
	position: absolute;
	left: 50%;
}

.dot{
	width: 14px;
	height: 14px;
	margin-left: -7px;
	border-radius: 50%;
	background-color: #0E90CF;
	position: absolute;
	left: 50%;
}

.year h3 {
	position: absolute;
	width: inherit;
	text-align: center;
	margin-top: 28px;
}

.time{
	width: 4px;
	margin-left: -2px;
	left: 50%;
	position: absolute;
	background-color: #0E90CF;
}

.box0{
	white-space: break-spaces;
	width: 50%;
	max-width: 350px;
	height: fit-content;
    	max-height: 250px;
	border-radius: 5px;
	right: 50%;
	margin-right: 30px;
	position: absolute;
	/* background-color: rgba(9,65,111,0.7); */
	box-sizing: border-box;
	padding: 20px;
	overflow: hidden;
	z-index: 10;
	transform:translateY(0px);
	transition: transform 0.5s,max-height 0.5s;

}

.box0:hover{
	background-color: #78237580;
	z-index:99;
	transform:translateY(-17px);
	max-height: fit-content;
	box-shadow: #000000c0 0px 7px 18px -10px;
}

.arrow0 {
	position: absolute; 
	left: 50%;
	margin-left: -30px;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent; 
	border-left: 10px solid rgba(9,65,111); 
}


.box1{
	white-space: break-spaces;
	width: 50%;
	overflow: hidden;
	max-width: 350px;
	height: fit-content;
    	max-height: 250px;
	border-radius: 5px;
	left: 50%;
	margin-left: 30px;
	position: absolute;
	box-sizing: border-box;
	padding: 20px;
	z-index: 10;
	transform:translateY(0px);
	transition: transform 0.5s,max-height 0.5s;

}

.box1:hover{
	z-index:99;
	transform:translateY(-17px);
	max-height: fit-content;
	background-color: #78237580;
	box-shadow: #000000c0 0px 7px 18px -10px;
}


.arrow1 {
	position: absolute; 
	left: 50%;
	margin-left: 20px;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent; 
	border-right: 10px solid rgba(9,65,111); 
}

.box0 table, .box1 table {
	width: 100%;
	padding: 5px;
}

.box0 td, .box1 td{
	padding: 5px;
}


.box0 tr:first-of-type td, .box1 tr:first-of-type td {
	border-bottom: 1px solid white;
	font-size: 16pt;
}

.boxMilestone{
	background-color: #782375;
}

.boxMilestone0{
	background-color: #78237580;

	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
	left: 0;
	z-index: -1;
	background-image: linear-gradient(to left,#782375,#78237580);}


.boxMilestone1{
	background-color: #78237580;

	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
	left: 0;
	z-index: -1;
	background-image: linear-gradient(to right,#782375,#78237580);
}

.boxNormal0{
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
	left: 0;
	z-index: -1;
	background-image: linear-gradient(to left,rgba(9,65,111),rgba(9,65,111,0.6));
}

.boxNormal1{
	position: absolute;
	width: 100%; 
	height: 100%;
	top:0;
	left: 0;
	z-index: -1;
	background-image: linear-gradient(to right,rgba(9,65,111),rgba(9,65,111,0.6));
}
.arrowMilestone0{
	position: absolute; 
	left: 50%;
	margin-left: -30px;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent; 
    border-left: 10px solid #782375;
}

.arrowMilestone1{
	position: absolute; 
	left: 50%;
	margin-left: 20px;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent; 
    border-right: 10px solid #782375;
}
.seeMoreMilestone{
    width: 100%;
    z-index: 100;
    height: 32px;
    position: absolute;
    bottom: 0;
    background-image: linear-gradient(to top,#782375,#78237500);
    left: 0;
}
.seeMoreNormal{
    width: 100%;
    z-index: 100;
    height: 32px;
    position: absolute;
    bottom: 0;
    background-image: linear-gradient(to top,rgba(9,65,111),rgba(9,65,111,0.0));
    left: 0;
}