.timeline-full-container{
    background-image: linear-gradient(to right, #f1e8e8, #c7c0c0, #9e9999, #777474, #525151);
    /* background-image: linear-gradient(to right, #fffafa, #c3bfc0, #8a8889, #555555, #262626); */
}




.timeline {
    /* background-color: black; */
    /* background-image: linear-gradient(to right top, #020202, #26282a, #444b4c, #67716c, #94978c); */
    position: relative;
    margin: -10px auto;
    padding: 60px 0;
    width: 1000px;
}

.timeline h1 {
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    margin: 0 0 20px 0;
}

.timeline ul li h4 {
    color: white;
}

.timeline ul li p {
    color: white;
}

.timeline ul:before {
    content: '';
    position: absolute;
    left: 50%;
    width: 5px;
    height: 83%;
    background: #c5c5c5;
    top: 120px;
}

.timeline ul {
    margin: 0;
    padding: 0;
}

.timeline ul li {
    list-style: none;
    position: relative;
    width: 50%;
    padding: 50px 40px;
    box-sizing: border-box;
    color: white;
    font-size: 16px;
}

.timeline ul li:nth-child(odd) {
    float: right;
    text-align: left;
    clear: both;
}

.timeline ul li:nth-child(even) {
    float: left;
    text-align: right;
    clear: both
}

.content {
    padding-bottom: 10px;
}

.timeline ul li:nth-child(odd)::before {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    left: -10px;
    top: 53px;
    border-radius: 50%;
}

.timeline ul li:nth-child(even)::after {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    left: 490px;
    top: 53px;
    border-radius: 50%;
}

.timeline ul li:nth-child(1)::before {
    background: #EA4335;
    box-shadow: 0 0 0 3px rgba(233, 33, 99, 0.2);
}

.timeline ul li:nth-child(3)::before {
    background: #FBBC04;
    box-shadow: 0 0 0 3px rgba(251, 188, 4, 0.2);
}

.timeline ul li:nth-child(2)::after {
    background: #4285F4;
    box-shadow: 0 0 0 3px rgba(66, 133, 244, 0.2);
}

.timeline ul li:nth-child(4)::after {
    background: #0f9D58;
    box-shadow: 0 0 0 3px rgba(15, 157, 88, 0.2);
}

.timeline ul li:nth-child(5)::before {
    background: #EA4335;
    box-shadow: 0 0 0 3px rgba(233, 33, 99, 0.2);
}

.timeline ul li:nth-child(7)::before {
    background: #FBBC04;
    box-shadow: 0 0 0 3px rgba(251, 188, 4, 0.2);
}

.timeline ul li:nth-child(6)::after {
    background: #4285F4;
    box-shadow: 0 0 0 3px rgba(66, 133, 244, 0.2);
}

.timeline ul li:nth-child(8)::after {
    background: #0f9D58;
    box-shadow: 0 0 0 3px rgba(15, 157, 88, 0.2);
}

.timeline ul li:nth-child(9)::before {
    background: #EA4335;
    box-shadow: 0 0 0 3px rgba(233, 33, 99, 0.2);
}

.timeline ul li:nth-child(11)::before {
    background: #FBBC04;
    box-shadow: 0 0 0 3px rgba(251, 188, 4, 0.2);
}

.timeline ul li:nth-child(10)::after {
    background: #4285F4;
    box-shadow: 0 0 0 3px rgba(66, 133, 244, 0.2);
}

.timeline ul li .content {
    border-radius: 20px;
}

.timeline ul li:nth-child(1) .content {
    background: #EA4335;
    padding: 20px;
    box-shadow: 0 0 0 3px rgba(233, 33, 99, 0.2);
}

.timeline ul li:nth-child(2) .content {
    background: #4285F4;
    padding: 20px;
    box-shadow: 0 0 0 3px rgba(66, 133, 244, 0.2);
}

.timeline ul li:nth-child(3) .content {
    background: #FBBC04;
    box-shadow: 0 0 0 3px rgba(251, 188, 4, 0.2);
    padding: 20px;
}

.timeline ul li:nth-child(4) .content {
    background: #0f9D58;
    box-shadow: 0 0 0 3px rgba(15, 157, 88, 0.2);
    padding: 20px;
}

.timeline ul li:nth-child(5) .content {
    background: #EA4335;
    padding: 20px;
    box-shadow: 0 0 0 3px rgba(233, 33, 99, 0.2);
}

.timeline ul li:nth-child(6) .content {
    background: #4285F4;
    padding: 20px;
    box-shadow: 0 0 0 3px rgba(66, 133, 244, 0.2);
}

.timeline ul li:nth-child(7) .content {
    background: #FBBC04;
    box-shadow: 0 0 0 3px rgba(251, 188, 4, 0.2);
    padding: 20px;
}

.timeline ul li:nth-child(8) .content {
    background: #0f9D58;
    box-shadow: 0 0 0 3px rgba(15, 157, 88, 0.2);
    padding: 20px;
}

.timeline ul li:nth-child(9) .content {
    background: #EA4335;
    padding: 20px;
    box-shadow: 0 0 0 3px rgba(233, 33, 99, 0.2);
}

.timeline ul li:nth-child(10) .content {
    background: #4285F4;
    padding: 20px;
    box-shadow: 0 0 0 3px rgba(66, 133, 244, 0.2);
}

.timeline ul li:nth-child(11) .content {
    background: #FBBC04;
    box-shadow: 0 0 0 3px rgba(251, 188, 4, 0.2);
    padding: 20px;
}

.timeline ul li:nth-child(12) .content {
    background: #0f9D58;
    box-shadow: 0 0 0 3px rgba(15, 157, 88, 0.2);
    padding: 20px;
}

.timeline ul li:nth-child(13) .content {
    background: #ffffff;
}

@media (max-width:320px){
     .timeline {
        margin: -50px auto!important;
        padding: 60px 0;
        width: 100%;
    }
    .timeline ul:before {
        left: 15px!important;
        width: 3.5px;
        height: 84% !important;
    }
    .timeline ul li h4 {
        font-size: 25px;
        padding-bottom: 10px;
    }
    .timeline ul li {
        font-size: 14px;
        width: 100%;
        padding: 50px 0px 0px 50px;
    }
    .timeline ul li:nth-child(odd) {
        float: left;
        text-align: left;
        clear: both;
    }
    .timeline ul li:nth-child(even) {
        float: left;
        text-align: left;
        clear: both
    }
    .timeline ul li:nth-child(odd)::before {
        content: '';
        position: absolute;
        width: 16px;
        height: 16px;
        left: 9px!important;
        top: 53px;
        border-radius: 50%;
    }
    .timeline ul li:nth-child(even)::after {
        content: '';
        position: absolute;
        width: 16px;
        height: 16px;
        left: 9px!important;
        top: 55px;
        border-radius: 50%;
    }
    .timeline ul li .content {
        width: 100%;
        margin-left: -10px;
    }
    
    .timeline h4{
        font-size: 16px !important;
    }
}


@media (min-width:321px) and (max-width:400px){
   .timeline {
        margin: -50px auto !important;
        padding: 60px 0;
        width: 100%;
    }
    .timeline ul:before {
        left: 15px!important;
        width: 3.5px;
        height: 83.5% !important;
    }
    .timeline ul li h4 {
        font-size: 25px;
        padding-bottom: 10px;
    }
    .timeline ul li {
        font-size: 14px;
        width: 100%;
        padding: 50px 0px 0px 50px;
    }
    .timeline ul li:nth-child(odd) {
        float: left;
        text-align: left;
        clear: both;
    }
    .timeline ul li:nth-child(even) {
        float: left;
        text-align: left;
        clear: both
    }
    .timeline ul li:nth-child(odd)::before {
        content: '';
        position: absolute;
        width: 16px;
        height: 16px;
        left: 9px!important;
        top: 53px;
        border-radius: 50%;
    }
    .timeline ul li:nth-child(even)::after {
        content: '';
        position: absolute;
        width: 16px;
        height: 16px;
        left: 9px!important;
        top: 55px;
        border-radius: 50%;
    }
    .timeline ul li .content {
        width: 100%;
        margin-left: -10px;
    }
    
    .timeline h4{
        font-size: 20px !important;
    }
}


/*      RESPONSIVE DESIGN FOR DEVICE IN 600PX  */

@media (min-width:401px) and (max-width:600px) {
    .timeline {
        margin: -50px auto !important;
        padding: 60px 0;
        width: 100%;
    }
    .timeline ul:before {
        left: 15px!important;
        width: 3.5px;
        height: 83% !important;
    }
    .timeline ul li h4 {
        font-size: 25px;
        padding-bottom: 10px;
    }
    .timeline ul li {
        font-size: 14px;
        width: 100%;
        padding: 50px 0px 0px 50px;
    }
    .timeline ul li:nth-child(odd) {
        float: left;
        text-align: left;
        clear: both;
    }
    .timeline ul li:nth-child(even) {
        float: left;
        text-align: left;
        clear: both
    }
    .timeline ul li:nth-child(odd)::before {
        content: '';
        position: absolute;
        width: 16px;
        height: 16px;
        left: 9px!important;
        top: 53px;
        border-radius: 50%;
    }
    .timeline ul li:nth-child(even)::after {
        content: '';
        position: absolute;
        width: 16px;
        height: 16px;
        left: 9px!important;
        top: 55px;
        border-radius: 50%;
    }
    .timeline ul li .content {
        width: 100%;
        margin-left: -10px;
    }
    
    .timeline h4{
        font-size: 20px !important;
    }
}


/*      RESPONSIVE DESIGN FOR DEVICE IN 768PX  */

@media (min-width:768px) and (max-width:990px) {
    .timeline {
        margin: -10px auto !important;
        padding: 60px 0;
        width: 100%;
    }
    .timeline ul:before {
        left: 10px;
        width: 3.5px;
        height: 84.5%!important;
    }
    .timeline ul li h4 {
        font-size: 25px;
        padding-bottom: 10px;
    }
    .timeline ul li {
        font-size: 14px;
        width: 100%;
        padding: 50px 0px 0px 50px;
    }
    .timeline ul li:nth-child(odd) {
        float: left;
        text-align: left;
        clear: both;
    }
    .timeline ul li:nth-child(even) {
        float: left;
        text-align: left;
        clear: both
    }
    .timeline ul li:nth-child(odd)::before {
        content: '';
        position: absolute;
        width: 16px;
        height: 16px;
        left: 3px;
        top: 53px;
        border-radius: 50%;
    }
    .timeline ul li:nth-child(even)::after {
        content: '';
        position: absolute;
        width: 16px;
        height: 16px;
        left: 3px;
        top: 55px;
        border-radius: 50%;
    }
    .timeline ul li .content {
        width: 100%;
        margin-left: -10px;
    }
}


/*      RESPONSIVE DESIGN FOR DEVICE IN 991PX  */
@media (max-width:991px){
    .timeline{
    margin: 50px auto;
    padding: 60px 0;
    width: 100%;
}
    
    .timeline ul:before{
        left:10px;
        width: 3.5px;
        height: 90%;
}
    
    
    
    .timeline ul li h3{
        font-size: 25px;
        padding-bottom: 10px;
    }
    
    .timeline ul li{
    font-size: 14px;
    width: 100%;
    padding: 50px 0px 0px 50px;
}
    
    .timeline ul li:nth-child(odd){
    float: left;
    text-align:left;
    clear: both;
    
}

.timeline ul li:nth-child(even){
    float: left;
    text-align: left;
    clear: both
}
    
    .timeline ul li:nth-child(odd)::before{
     content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    left: 3px;
    top: 53px;
    border-radius: 50%;
}

.timeline ul li:nth-child(even)::after{
     content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    left: 3px;
    top: 55px;
    border-radius: 50%;
}
    
.timeline ul li .content{
    width: 100%;
    margin-left: -10px;
    
    }
    
.projectSec .devfest{
        padding-top: 30px;
    }
    
    
}

@media (min-width:991px) and (max-width:1024px){
    .timeline ul li:nth-child(even)::after{
     content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    left: 470px!important;
    top: 55px;
    border-radius: 50%;
}
}

@media (min-width:1025px) and (max-width:1200px){
    .timeline ul li:nth-child(even)::after{
     content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    left: 471px!important;
    top: 55px;
    border-radius: 50%;
}
}