.section-selector{
    width:100% !important; 
  }
  
  @media (max-width:981px){ 
     .seletion-selector{ 
      padding-right: 5%!important;
      padding-left: 5%!important;
    }  
   
  }
  
  *, *:before, *:after {
    box-sizing: border-box;
  }
    
    .codeSection{
      background:#212121;
      border-radius:16px;
      color:#fecd00;
    }
  
  pre[class*="language-"] {
    position:relative;
    overflow: auto;
    margin:5px 0;
    padding:1.75rem 0 1.75rem 1rem;
    border-radius:10px;
  }

  #left-area{
    padding-bottom: 0!important;
  }
  
  .codeSection button{
      position: absolute;
      top: 5px;
      right: 5px;
      font-size: .9rem;
      padding: 4px 10px 6px;
      background-color: #fecc00;
      border: none;
      font-weight: bold;
      font-family: 'lato';
      border-radius: 30px;
  }
  
  .codeSection button:hover{
    cursor:pointer;
     background-color:#fdfe00;
  }
  
  /*For short inline snippets*/
  .code-style {
    background-color: #C3E0FE;
    color: #063761;
    border-radius: 4px;
    display: inline-block;
    line-height: 1.4;
    padding: 0 3px;
  }
  
  /*sidebar*/
     
    .sidebar-left {
      padding:25px;
      margin:0 0 0 100px;
      background:#ffffff;
      -webkit-box-shadow: 0px 5px 22px -5px #d0cfcf; 
          box-shadow: 0px 5px 22px -5px #d0cfcf;
      border-radius:20px;
      top: 60px;
      position: relative;
    }
    
    .sidebar-left ul{
      padding:0;
    }
      
    .heading-sidebar{
      font-weight:bold;
      margin: 0 0 16px;
      border-bottom: solid 1px #eeecec;
       padding:0 0 20px 0;
      display:block;  
       font-size:20px!important;
    }
    
    li.item-link a{
      font-size:18px;
      color:#4e4d4d;
    }
    
    li.item-link.active a{
      font-size:18px;
      color:#212121;
      font-weight:bold;
    }
   /* 
  .sidebar-left li.active {
      border-left: solid 6px;
      position: relative;
      right: 41px;
  }
    
   li.item-link.active a::before{
      content:"";
      border-left:solid 6px;
      position:absolute;
      width:30px;
      height:36px;
      left:0px;
    }*/
    
    a.item-link:hover{
      color:#212121;
      cursor:pointer;
    }
    
   .sidebar-left li{
      list-style-type: none;
      line-height:1.6em;
      padding: 0 0 0 30px;
      margin: 16px 0;
      width: 293px;
      position: relative;
      right: 35px;
    }
  
  .sidebar-left li.active {
      border-left: solid 6px;
      position: relative;
      right: 41px;
  }
    
    /*end sidebar*/
  
  .profile-pic{
      border-radius:100px;
      overflow:hidden;
      width:140px;
      height:140px;
      margin:0 30px 0 0
    }
    
    .profile-desc h2{
      padding:0;
      line-height:1.2em!important;
    }
    
    .profile-desc p{
      font-size:20px;
      margin:0 0 16px
    }
  .bullet-tutorial{
      display:inline-block;
      background: rgb(22,255,237);
        background: #1b80fe;
      border-radius:8px;
      padding:4px 14px;
      font-size:20px;
      margin: 0 14px 0 0;
    }
  
  .flex-container{
      display:flex;
    }
    .flex-item{
      width:70px;
      margin-right:30px;
    }
  
  .zip-icon{
      display:inline-block;
      position:relative;
      top:30px;
      right:24px
    }
    .download-project{ 
      text-align:center;
      background:#ffffff;
      border-radius:16px;
      padding:0 30px 30px;
    }
    
    .heading-project{
      margin: 0 0 30px;
    }
  .upper-roman li{
      list-style-type: decimal;
      padding: 0 0 0 20px;
      margin:0 0 10px;
    }
    ul.secondlist li{
    list-style-type: disc;
  } 
    .upper-roman li img{
      display:block;
      margin:15px 0
    }
  
  .frame{
    width:100%;
      height: 400px;
  }
  a.a-link{
    font-weight:bold;
    color:#1204e9;
    text-decoration:underline;
  }
  
  h2{
    font-size:36px!important}
  
  a.a-link:hover{
    color:#3529f1;
  }
  
  .gradient-font{
    background: rgb(240,135,0);
    background: linear-gradient(90deg, rgba(254,204,0,1.000) 0%,  rgb(254,204,0) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display:block;
  }
  
  a.big-btn{
    font-size:22px;
    min-width:200px;
    text-align:center
  }
  
  .w-text{
    color:#ffffff;
  }
  
  h1{
    font-size:60px!important;
  }
  
  .t-description{
    color:#ffffff;
    font-size:24px;
  }
  
  .flex-item-50 h3{
      font-size:24px!important;
      text-align:center;
    }
    
    a.flex-item-50 img{
      margin:0 0 20px;
    }
    
      .bullet-article, .bullet-tutorials{
      background: #b14202;
      padding: 0px 8px;
      position:relative;
      bottom:4px;
      margin-right: 10px;
      border-radius: 8px;
      font-size: 14px;
      color: #fff;
      display: inline-block;  
  }
    
    
  
  
  
  .justify{
      justify-content:space-between;
    }
    
    .flex-item-50{
      width:46%;
    }
  
  .bullet-tutorials{
    background:#263ce7;
  }
  
  
  @media (max-width:1600px){
    h1{
    font-size:40px!important;
  }
  }
  
  @media (max-width:981px){
    .flex-item-50 {
      width: 100%;
      margin: 0 0 50px;
  }
    .justify{
      flex-wrap:wrap;
    }
    .table-content{
      display:none;
    }
    
    .flex-container {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      text-align: center;
  }
    .profile-pic{margin:0 0 20px!important;display: block; width: 100%;}
    .profile-pic img{width:140px !important; height:140px!important; border-radius:100px;}
    .profile-section{width:100%!important; }
  }