*{
    margin:0px;
    padding:0px;
}

html{
  scroll-behavior: smooth;
}

body{
    background: rgb(10, 25, 47);
}

.navspan{
    color:#ff9a8d;
}

.maintitle{
    padding-top:100px;
    padding-left:10%;
    color:#aed6dc;
    padding-bottom: 20px;
}

.main h6{
    color:#ff9a8d;
    padding-bottom: 20px;
    padding-top: 20px;
    border-bottom: solid 1px #aed6dc;
}

.main span{
    color:#ff9a8d
}

.right-main{
    width: 70%;
    color: #ff9a8d;
    padding-top: 10px;
}

.main strong{ 
    color:#aed6dc;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.maintitle h6{
    color:#ff9a8d;
    font-size:50px;
}

.maintitle h1{
    font-size:80px;
}

.yes:hover{
    background:Green;
}

.timeline {
    position: relative;
    
    max-width: 1140px;
    margin: 100px 0 0 10%;
    
  }
  
  .timeline::after {
    content: '';
    position: absolute;
    width: 2px;
    background: #ff9a8d;
    top: 0;
    bottom: 0;
    left: 10px;
   
  }
  
  .containerr {
    padding: 15px 30px;
    position: relative;
    background: inherit;
    
  }
  
  .containerr.left {
    left: 0;
  }
  
  .containerr.right {
    left: 10px;
  }
  
  .containerr::after {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    top: calc(50% - 40px);
    right: -8px;
    background: #ffffff;
    border: 2px solid #aed6dc;
    border-radius: 16px;
    
  }
  
  .containerr.right::after {
    left: -8px;
  }
  
  .containerr::before {
    content: '';
    position: absolute;
    width: 22px;
    height: 2px;
    top: calc(50% - 33px);
    right: 8px;
    background: #aed6dc;
    
    
  }
  
  .containerr.right::before {
    left: 8px;
  }
  
  .containerr .date {
    position: absolute;
    display: inline-block;
    top: calc(50% - 8px);
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #006E51;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 1;
  }
  
  .containerr.left .date {
    right: -75px;
  }
  
  .containerr.right .date {
    left: -75px;
  }
  
  .containerr .icon {
    position: absolute;
    display: inline-block;
    width: 40px;
    height: 40px;
    padding: 9px 0;
    top: calc(50% - 20px);
    background: #F6D155;
    border: 2px solid #006E51;
    text-align: center;
    font-size: 18px;
    color: #006E51;
    z-index: 1;
  }
  
  .containerr.left .icon {
    right: 56px;
  }
  
  .containerr.right .icon {
    left: 56px;
  }
  
  .containerr .content {
    padding: 30px 90px 30px 30px;
    border:solid 2px #aed6dc;
    position: relative;
    -webkit-box-shadow: 20px 20px 50px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 20px 20px 50px 0px rgba(0,0,0,0.75);
box-shadow: 20px 20px 50px 0px rgba(0,0,0,0.75);
    
  }


  .firstdiv p{
    width:50%;
  }
  
 .containerr .content h6{
    color:#aed6dc;
    font-size: small
 } 
  
  .containerr .content h2 {
    margin: 0 0 10px 0;
    font-size: 18px;
    font-weight: normal;
    color: #ff9a8d;
    text-transform: uppercase;
  }
  
  .containerr .content p {
    margin: 0;
    font-size: 16px;
    line-height: 22px;
    color: #aed6dc;
  }


  @media (max-width: 3000px) {
    
    .left-first{
      max-width: 250px !important;
    }
  }
  
  @media (max-width: 1800px) {
    nav ul{
      padding-right:10px !important;
    }
  }
  
  @media (max-width: 1100px){
    .maintitle h6{
      font-size: 40px;
      width: 100% !important;
    }
    .maintitle h1{
      font-size:65px;
    }
    .maintitle{
      padding-bottom:0px;
    }
  }


  


  @media (max-width:1320px){
    .left-main{
      width:30% !important;
    }
    .right-main{
      width:65% !important
    }
    .containerr{
      width:90%;
    }
  }

  @media (max-width:1000px){
    .left-first img{
      width:250px !important;
      height:250px !important;
    }
    .left-first{
      min-width: 0 !important;
      height:250px !important;
      width:250px !important;
    }
  }
  @media (max-width:500px){
    .containerr.right .content{
      padding:30px !important;
    }
    .left-main{
      width:100% !important;
    }
    .right-main{
      width:100% !important
    }
    .timeline::after{
      left:0px;
    }
    #extra h6{
      font-size:30px;
    }

    .firstdiv{
      display:block !important;
      margin-bottom: 50px;
      height:600px !important;
    }
    .right-first h4{
      font-size: 30px !important;
    }
    .right-first p{
      width:100% !important;
    }

  }