:root{
    --color-black : #000;
    --china-doll : #28E98C; 
}
*{
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

body{
    background-color:var(--color-black);
}

.pt-50{
    padding-top:50px;
}
.pb-50{
    padding-bottom:50px;
}
.pt-100{
    padding-top:100px;
}
.pb-100{
    padding-bottom:100px;
}

.china-doll{
    color:#28E98C;
}
.circle-blur{
    width:300px;
    height:300px;
    position: absolute;
    background-color: var(--china-doll);
    border-radius: 100%;
    filter: blur(172px);
}

.common-heading {
    position:relative;
    z-index: 0;
}
.heading-1{
    color: var(--china-doll);
    background: #fff;
    font-size: 16px;
    border-radius: 30px;
    border: 1px solid #dfdfdf;
    width: fit-content;
    padding: 2px 20px;
}
.heading-3{
    font-size: 25px;
    line-height: normal;
}
.heading-text{
    position:absolute;
    font-size: 134px;
    font-weight: 900;
    background: -webkit-linear-gradient(90deg, #6a6a6a, #42e98c 54%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    z-index: -1;
    top: -70px;
    line-height: normal;
}

.common-para{
    font-size: 16px;
    color: #444444;
}

.timeline{
    background-color: var(--color-black);
    border-radius: 30px;
    padding: 30px;
    overflow: hidden;
}
.timeline .timeline-body{
    
}
.timeline-heading{
margin-bottom: 30px;
}
.timeline-heading h4{
    color: #fff;
    font-size: 16px;
}