body{
    background-image: url(bgimage.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }
  #logo{
    width:50px;
    height:50px;
    border-radius: 50px;
    line-height: 80px;
  }
  *{
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
  }
  nav{
    background: rgb(250, 164, 5);
    height: 80px;
    width: 100%;
  }
  #bar{
    display: none;
  }
  #sofo{
    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:black;
    font-size: 17px;
    font-weight: bold;
  }
  a.hover{
    transition: .5s;
  }
  .checkbtn{
    font-size: 30px;
    color: black;
    float: right;
    line-height: 80px;
    margin-right: 40px;
    cursor: pointer;
  }
  #check{
    display: none;
  }
  #col1{
    float:left;
    width: 450px;
    height: 500px;
    margin-top: 150px;
    margin-left:  150px;
  }
  #r1hd1{
    font-size: 70px;
    color: white;
    margin-top: 40px;
  }
  #r1hd2{
    font-size: 60px;
    color: white;
    margin-top: 20px;
  }
  #r1hd3{
    font-size: 40px;
    color: white;
    margin-top: 20px;
  }
  #r1hd4{
    font-size: 30px;
    color: white;
    margin-top: 20px;
  }
  #r1hd5{
    font-size: 30px;
    color: white;
    margin-top: 20px;
  }
  #b1{
    background:  rgb(250, 164, 5);
    color: white;
    font-weight: bold;
    width: 300px;
    height: 60px;
    border-radius: 15px;
    font-size: 30px;
    margin-top: 60px;
    border: white;
  }
  #span1{
    color:  rgb(250, 164, 5);
    padding-left: 20px;
  }
  #row2{
    background:  rgb(250, 164, 5);
    margin-top: 250px;
    margin-bottom: 50px;
    float: left;
    width: 100%;
  }
  #r2hd1{
    color: black;
    text-align: center;
    margin-top: 50px;
    font-size: 40px;
  }
  #r2hd2{
    color: black;
    text-align: center;
    margin-top: 30px;
    font-size: 25px;
  }
  #r2c1{
    float: left;
    background: green;
    width: 450px;
    height: 300px;
    border-radius: 15px;
    margin-top: 50px;
    margin-left: 150px;
  }
  #r2c2{
    float: left;
    background: green;
    width: 450px;
    height: 300px;
    border-radius: 15px;
    margin-top: 50px;
    margin-left: 150px;
  }
  #r2c3{
    float: left;
    background: green;
    width: 450px;
    height: 300px;
    border-radius: 15px;
    margin-top: 50px;
    margin-left: 150px;
    margin-bottom:50px;
  }
  #r2c4{
    float: left;
    background: green;
    width: 450px;
    height: 300px;
    border-radius: 15px;
    margin-top: 50px;
    margin-left: 150px;
    margin-bottom:50px;
  }
  #r2c1h1{
    text-align: center;
    margin: 10px;
  }
  #pie-chart{
    width: 200px;
    height: 200px;
    border-radius: 150px;
    background: conic-gradient(
      red 0% 40%,
      blue 40% 70%,
      yellow 70% 100%);
    margin: 8px;
    float: left;
  }
  #options{
    float:left;
    width: 200px;
    height: 150px;
    margin: 8px;
  }
  .c1{
    width: 20px;
    height:20px;
    border-radius: 15px;
    background-color: red;
    margin: 10px;
  }
  .c2{
    width: 20px;
    height:20px;
    border-radius: 15px;
    background-color: blue;
    margin: 10px;
  }
  .c3{
    width: 20px;
    height:20px;
    border-radius: 15px;
    background-color: yellow;
    margin: 10px;
  }
  #d1{
    margin-left: 25px;
    color: black;
    font-size: 20px;
    font-weight: bold;
  }
  #r2buttons{
    margin: 18px;
    width: 400px;
    height: 200px;
  }
  #r2b1{
    width: 400px;
    height: 35px;
    border: 2px solid white;
    border-radius: 10px;
    background: transparent;
    margin: 8px;
    font-size: 20px;
    color: white;
  }
  #r2b2{
    width: 400px;
    height: 35px;
    border: 2px solid white;
    border-radius: 10px;
    background: transparent;
    margin: 8px;
    font-size: 20px;
    color: white;
  }
  #r2b3{
    width: 400px;
    height: 35px;
    border: 2px solid white;
    border-radius: 10px;
    background: transparent;
    margin: 8px;
    font-size: 20px;
    color: white;
  }
  #r2b4{
    width: 400px;
    height: 35px;
    border: 2px solid white;
    border-radius: 10px;
    background: transparent;
    margin: 8px;
    font-size: 20px;
    color: white;
  }
  #r2span{
    margin-right: 10px;
  }
  #row3{
    float: left;
    width: 100%;
  }
  #r3hd1{
    color: white;
    text-align: center;
    margin-top: 50px;
    font-size: 40px;
  }
  #r3hd2{
    color: white;
    text-align: center;
    margin-top: 30px;
    font-size: 25px;
  }
  #v1{
    width: 1000px;
    height:300px;
    margin-top: 100px;
    margin-left: 180px;
    background:  rgb(250, 164, 5);
    border-radius: 50px;
  }
  #r3h1{
    color:black;
    text-align: left;
    padding-left: 50px;
    font-size: 40px;
    padding-top: 40px;
  }
  #r3h2{
    color:black;
    text-align: left;
    padding-left: 50px;
    font-size: 30px;
    padding-top: 20px;
  }
  #r3p1{
    color:black;
    text-align: left;
    padding-left: 50px;
    padding-right: 30px;
    font-size: 20px;
    padding-top: 20px;
  }
  #v2{
    width: 1000px;
    height:300px;
    margin-top: 100px;
    margin-left: 180px;
    background:  rgb(250, 164, 5);
    border-radius: 50px;
  }
  #row4{
    float: left;
    width: 100%;
  }
  #prohead{
    width: 900px;
    height: 50px;
    border-radius: 20px;
    background:  rgb(250, 164, 5);
    margin-top: 50px;
    margin-left: 220px;
  }
  #prh{
    float:left;
    margin: 9px;
  }
  #probut{
    width:90px;
    height: 30px;
    background-color: blue;
    border: 1px white;
    border-radius: 5px;
    color: white;
    font-weight: bold;
    margin: 10px;
  }
  #pro1{
    background:  rgb(250, 164, 5);
    width: 400px;
    height: 400px;
    margin-top: 100px;
    margin-left: 40px;
    float: left;
    border-radius: 15px;
  }
  #pr1img{
    width: 380px;
    height: 180px;
    border: 1px black;
    border-radius: 15px;
    margin: 10px;
  }
  #pr2img{
    width: 380px;
    height: 120px;
    border: 1px black;
    border-radius: 15px;
    margin: 10px;
  }
  #pro2{
    background:  rgb(250, 164, 5);
    width: 400px;
    height: 400px;
    margin-top: 100px;
    margin-left: 30px;
    float: left;
    border-radius: 15px;
  }
  #pro3{
    background:  rgb(250, 164, 5);
    width: 400px;
    height: 400px;
    margin-top: 100px;
    margin-left: 30px;
    float:left;
    border-radius: 15px;
  }
  #proh1{
    font-size: 28px;
    margin: 10px;
  }
  #proh2{
    font-size: 18px;
    margin: 10px;
    padding: 10px;
  }
  #row5{
    float: left;
    width: 100%;
  }
  #row6{
    float: left;
    width: 100%;
  }
  #conform{
    background:  rgb(250, 164, 5);
    width: 520px;
    height: 700px;
    border-radius: 15px;
    margin-top: 70px;
    margin-left: 100px;
    float: left;
  }
  #r6h1{
    text-align: center;
    padding: 30px;
  }
  #r6l{
    font-size: 20px;
    padding-top: 10px;
    padding-left: 30px;
  }
  #r6in1{
    width: 450px;
    height: 40px;
    border-radius: 15px;
    margin-left: 30px;
    margin-top: 10px;  
    border:1px black solid;    
  }
  textarea{
    width: 450px;
    height: 200px;
    margin-left: 30px;
    margin-top: 10px; 
    border:1px black solid;
    border-radius: 15px;
  }
  #r6b1{
    background: blue;
    margin-top: 20px;
    margin-left: 30px;
    width: 450px;
    height: 50px;
    font-size: 20px;
    font-weight: bold;
    color: white;
    border:white;
    border-radius: 15px;
  }
  #contact{ 
    float: left;
    width: 500px;
    height: 500px;
    border: 1px solid black;
    background:rgb(250, 164, 5);
    border-radius: 15px;
    float: left;
    margin-left: 100px;
    margin-top: 200px;
  }
  ol li{
    font-size: 20px;
    padding: 10px;
    border: 1px solid black;
    margin: 10px;
    background: white;
  }
  #span2{
   margin-right: 20px;
   float: right;
  }
  #cp{
    padding-left: 30px;
    margin-top: 10px;
  }
  #row8{
    float: left;
    margin-top: 100px;
    width: 100%;
    background: rgb(250, 164, 5);
  }
  #r8h1{
    text-align: center;
    margin-top: 30px;
    font-weight: bold;
  }
  #r8p{
    text-align: center;
    margin-top: 30px;
    margin-right: 20px;
  }
  #r8icon{
    font-size: 25px;
    text-align: center;
    margin-top: 30px;
  }
  #r8ic{
    margin-right:30px;
  }
  #r8p1{
    text-align: center;
    margin-top: 30px;
  }



  @media  (max-width: 600px) {
    nav{
        background: rgb(250, 164, 5);
        height: 50px;
        width: 100%;
    }
    #bar{
      display: block;
    }
    #list1{
      display: none;
    }
    #logo{
        width:30px;
        height:30px;
        border-radius: 30px;
    }
    #sofo{
        color: white;
        font-size: 20px;
        padding: 0 20px;
        font-weight: bold;
    }
    #col1{
      float:left;
      width: 250px;
      height: 400px;
      margin-top: 50px;
      margin-left: 50px;
    }
    #r1hd1{
      font-size: 35px;
      color: white;
      margin-top: 10px;
    }
    #r1hd2{
      font-size: 30px;
      color: white;
      margin-top: 10px;
    }
    #r1hd3{
      font-size: 25px;
      color: white;
      margin-top: 20px;
    }
    #r1hd4{
      font-size: 20px;
      color: white;
      margin-top: 20px;
    }
    #r1hd5{
      font-size: 18px;
      color: white;
      margin-top: 20px;
    }
    #b1{
      background:  rgb(250, 164, 5);
      color: white;
      font-weight: bold;
      width: 200px;
      height: 40px;
      border-radius: 15px;
      font-size: 17px;
      margin-top: 40px;
      border: white;
      margin-left: 30px;
    }
    #row2{
      background:  rgb(250, 164, 5);
      margin-top: 150px;
      margin-bottom: 20px;
      float: left;
      width: 100%;
    }
    #r2hd1{
      color: black;
      text-align: center;
      margin-top: 20px;
      font-size: 20px;
    }
    #r2hd2{
      color: black;
      text-align: center;
      margin-top: 10px;
      font-size: 17px;
    }
    #r2c1{
      float: left;
      background: green;
      width: 300px;
      height: 200px;
      border-radius: 15px;
      margin-top: 25px;
      margin-left: 20px;
    }
    #r2c1h1{
      text-align: center;
      margin: 10px;
      font-size: 20px;
    }
    #pie-chart{
      width: 80px;
      height: 80px;
      border-radius: 50px;
      background: conic-gradient(
        red 0% 40%,
        blue 40% 70%,
        yellow 70% 100%);
      margin: 8px;
      float: left;
    }
    #options{
      float:left;
      width: 100px;
      height: 100px;
      margin: 3px;
    }
    .c1{
      width: 12px;
      height: 12px;
      border-radius: 6px;
      background-color: red;
      margin: 8px;
    }
    .c2{
      width: 12px;
      height: 12px;
      border-radius: 6px;
      background-color: blue;
      margin: 8px;
    }
    .c3{
      width: 12px;
      height: 12px;
      border-radius: 6px;
      background-color: yellow;
      margin: 8px;
    }
    #d1{
      margin-left: 15px;
      color: black;
      font-size: 17px;
      font-weight: bold;
    }
    #r2c2{
      float: left;
      background: green;
      width: 300px;
      height: 200px;
      border-radius: 15px;
      margin-top: 25px;
      margin-left: 20px;
    }
    #r2c1h1{
      text-align: center;
      margin: 10px;
    }
    #r2buttons{
      margin: 8px;
      width: 280px;
      height: 200px;
    }
    #r2b1{
      width: 260px;
      height: 20px;
      border: 2px solid white;
      border-radius: 15px;
      background: transparent;
      margin: 5px;
      font-size: 15px;
      color: white;
    }
    #r2b2{
      width: 260px;
      height: 20px;
      border: 2px solid white;
      border-radius: 15px;
      background: transparent;
      margin: 5px;
      font-size: 15px;
      color: white;
    }
    #r2b3{
      width: 260px;
      height: 20px;
      border: 2px solid white;
      border-radius: 15px;
      background: transparent;
      margin: 5px;
      font-size: 15px;
      color: white;
    }
    #r2b4{
      width: 260px;
      height: 20px;
      border: 2px solid white;
      border-radius: 15px;
      background: transparent;
      margin: 5px;
      font-size: 15px;
      color: white;
    }
    #r2c3{
      float: left;
      background: green;
      width: 300px;
      height: 200px;
      border-radius: 15px;
      margin-top: 25px;
      margin-left: 20px;
    }
    #r2c4{
      float: left;
      background: green;
      width: 300px;
      height: 200px;
      border-radius: 15px;
      margin-top: 25px;
      margin-left: 20px;
    }
    #r2span{
      margin-right: 2px;
    }
    #row2{
      margin-top: 50px;
      margin-bottom: 20px;
      float: left;
      width: 100%;
    }
    #row3{
      float: left;
      width: 100%;
    }
    #r3hd1{
      color: white;
      text-align: center;
      margin-top: 20px;
      font-size:20px;
    }
    #r3hd2{
      color: white;
      text-align: center;
      margin-top: 10px;
      font-size: 17px;
    }
    #v1{
      width: 300px;
      height:250px;
      margin-top: 20px;
      margin-left: 5px;
      background:  rgb(250, 164, 5);
      border-radius: 20px;
    }
    #v2{
      width: 300px;
      height:300px;
      margin-top: 20px;
      margin-left: 5px;
      background:  rgb(250, 164, 5);
      border-radius: 20px;
    }
    #r3h1{
      color:black;
      text-align: left;
      padding-left: 15px;
      font-size: 20px;
      padding-top: 40px;
    }
    #r3h2{
      color:black;
      text-align: left;
      padding-left: 15px;
      font-size: 17px;
      padding-top: 20px;
    }
    #r3p1{
      color:black;
      text-align: left;
      padding-left: 15px;
      padding-right: 30px;
      font-size: 15px;
      padding-top: 20px;
    }
    #row4{
      float: left;
      width: 100%;
    }
    #prohead{
      width: 290px;
      height: 70px;
      border-radius: 15px;
      background:  rgb(250, 164, 5);
      margin-top: 20px;
      margin-left: 5px;
    }
    #prh{
      float:left;
      margin: 5px;
      font-size: 15px;
    }
    #pro1{
      background:  rgb(250, 164, 5);
      width: 300px;
      height: 400px;
      margin-top: 10px;
      margin-left: 5px;
      float: left;
      border-radius: 15px;
    }
    #pr1img{
      width: 280px;
      height: 100px;
      border: 1px black;
      border-radius: 15px;
      margin: 10px;
    }
    #pr2img{
      width: 280px;
      height: 100px;
      border: 1px black;
      border-radius: 15px;
      margin: 10px;
    }
    #pro2{
      background:  rgb(250, 164, 5);
      width: 300px;
      height: 400px;
      margin-top: 10px;
      margin-left: 5px;
      float: left;
      border-radius: 15px;
    }
    #pro3{
      background:  rgb(250, 164, 5);
      width: 300px;
      height: 450px;
      margin-top: 10px;
      margin-left: 5px;
      float: left;
      border-radius: 15px;
    }
    #row6{
      float: left;
      width: 100%;
    }
    #conform{
      background:  rgb(250, 164, 5);
      width: 300px;
      height: 450px;
      border-radius: 15px;
      margin-top: 10px;
      margin-left: 5px;
      float: left;
    }
    #contact{ 
      float: left;
      width: 300px;
      height: 350px;
      border: 1px solid black;
      background:rgb(250, 164, 5);
      border-radius: 15px;
      float: left;
      margin-left: 5px;
      margin-top: 10px;
    }
    #r6h1{
      text-align: center;
      padding: 30px;
      font-size: 20px;
    }
    #r6l{
      font-size: 17px;
      padding-top: 2px;
      padding-left: 2px;
    }
    #r6in1{
      width: 280px;
      height: 30px;
      border-radius: 15px;
      margin-left: 2px;
      margin-top: 2px;  
      border:1px black solid;    
    }
    textarea{
      width: 280px;
      height: 100px;
      margin-left: 2px;
      margin-top: 2px; 
      border:1px black solid;
      border-radius: 15px;
    }
    #r6b1{
      background: blue;
      margin-top: 2px;
      margin-left: 50px;
      width: 200px;
      height: 30px;
      font-size: 17px;
      font-weight: bold;
      color: white;
      border:white;
      border-radius: 15px;
    }
    ol li{
      font-size: 15px;
      padding: 5px;
      border: 1px solid black;
      margin: 10px;
      background: white;
    }
    #span2{
      margin-right: 20px;
      float: right;
     }
     #cp{
       padding-left: 30px;
       margin-top: 5px;
     }
     #row8{
      float: left;
      margin-top: 100px;
      width: 100%;
      background: rgb(250, 164, 5);
    }
    #r8h1{
      text-align: center;
      margin-top: 20px;
      font-weight: bold;
    }
    #r8p{
      text-align: center;
      margin-top: 10px;
      margin-right: 20px;
    }
    #r8icon{
      font-size: 20px;
      text-align: center;
      margin-top: 30px;
    }
    #r8ic{
      margin-right: 20px;
    }
    #r8p1{
      text-align: center;
      margin-top: 20px;
    }
  }
  