*{
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
    
  }
  body{
    font-family: montserrat;
  }
  nav{
    background: #0366b1;
    height: 80px;
    width: 100%;
  }
  
  .nav-btns{
    text-decoration: none;
  }
  
  label.logo{
    color: white;
    font-size: 35px;
    line-height: 80px;
    padding: 0 100px;
    font-weight: bold;
  }
  nav ul{
    float: right;
    margin-right: 20px;
  }
  nav ul li{
    display: inline-block;
    line-height: 80px;
    margin: 0 5px;
  }
  nav ul li a{
    color: white;
    font-size: 17px;
    padding: 7px 13px;
    border-radius: 3px;
    text-transform: uppercase;
  }
  a.active,a:hover{
    background: #1b9bff;
    transition: .5s;
  }
  .checkbtn{
    font-size: 30px;
    color: white;
    float: right;
    line-height: 80px;
    margin-right: 40px;
    cursor: pointer;
    display: none;
  }
  #check{
    display: none;
  }
  @media (max-width: 952px){
    label.logo{
      font-size: 30px;
      padding-left: 50px;
    }
    nav ul li a{
      font-size: 16px;
    }
  }
  @media (max-width: 858px){
    .checkbtn{
      display: block;
    }
    ul{
      position: fixed;
      width: 100%;
      height: 100vh;
      background: #2c3e50;
      top: 80px;
      left: -100%;
      text-align: center;
      transition: all .5s;
    }
    nav ul li{
      display: block;
      margin: 50px 0;
      line-height: 30px;
    }
    nav ul li a{
      font-size: 20px;
    }
    a:hover,a.active{
      background: none;
      color: #2195ee;
    }
    #check:checked ~ ul{
      left: 0;
    }
  }


.section-home{
    background: #347bb9;
    border-radius: 20px;
}

.img-section1{
    height: 60px;
    margin-top: 50px;
    margin-left: 68px;
}

.sectionhome-heading{
    margin-top: 40px;
    font-family:inherit;
    margin-left: 70px;
    font-weight: 100;
    font-size: 30px;
    
}

.sectionhome-heading2{
    margin-left: 70px;
    margin-top: 10px
}

.sectionhome-heading3{
    margin-left: 70px;
    margin-top: 30px;
    color: rgb(211, 202, 202);
}

.btn-section1{
    margin-left: 70px;
    margin-top: 45px;
    background-color:rgb(207, 58, 58);
    height: 35px;
    width: 150px;
    border: none;
    border-radius: 5px;
    color: white;
    font-size: 19px;
}

.coding-img{
    height:300px; border-radius: 40px;
}
.btn-section-pbl{
    margin-top: 45px;
    background-color:rgb(207, 58, 58);
    height: 40px;
    width: 150px;
    border: none;
    border-radius: 5px;
    color: white;
    font-size: 22px;
}

.main-heading-sec-register{
    font-weight: 200;
    font-family:'Times New Roman';
    margin-top: 50px;
}

.heading1-sec-register{
    font-weight: 100;
    font-size: 30px;
    margin-top: 40px;
}

.heading2-sec-register{
    font-weight: 400;
}

.btn-sec-register{
    background-color:rgb(207, 58, 58);
    color:white;
    margin-bottom: 40px;
    border: none;
    border-radius: 5px;
    height: 50px;
    width:150px;
}


.img-pbl{
    height:250px ;

}