
body{

}
img{
  width:500px;
  margin-top: 40px;
  margin-left: 75px;
}


h1{
  margin-top: 30px;
  margin-left:55px;
  font-weight: bold;
  font-size: 3rem;
}

.bcon{
  margin-top: -5px;
  padding-top:  5px;
  height: 510px;
  width:100%;
  margin-left: 40px;

}

.sagar{

    margin-top: 5px;
    height:480px;
    width: 720px;
    background-color: rgb(0, 0, 0);
    position: absolute;
}

.sagar img{
  height: auto;
  width:100%;

  margin-left: 0;
  position: relative;
  opacity: 0.8;
}

.sagar img:hover, .sagar img:focus{
  background-color: rgba(0,0,0,1);
  cursor: pointer;
    opacity: 1;
}

#btn{
  left:830px;
  position: absolute;
  top:475px;
}

#btn button{
  height:40px;
  width: 95px;
  margin-top:40px;
  background-color: rgb(66, 186, 92);
  border: 1px solid black;
  color:black;
  font-size: 1rem;
}

#btn button:hover, #btn button:focus{
  text-decoration: underline;
  background-color: rgb(5, 173, 42);
}
#mymodal{
  display: none;
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.63);
  top: 0px;
  left: 0px;
  z-index: 1;
  overflow: auto;
  padding-top: 160px;
  padding-left: ;
}

#pcon{

  background-color: rgb(199, 199, 199);
  width: 70%;
  margin: 0 auto;
  border-radius: 10px;
  height: 55%;
  opacity: 0.8;
  position: relative;

}

#header{
  background-color: white;
  margin:0;

  padding:10px;
  text-align: center;
  font-size: 2.7rem;
    border-radius: 10px;
    border-bottom-left-radius: 0;
      border-bottom-right-radius:  0;
      color: rgba(0, 0, 0, 0.86);

}

#pcon p{

    margin-left: 45px;
    margin-top: 30px;
    font-size: 1.7rem;
    font-weight: bold;
    rgba(0, 0, 0, 0.86);


}

#pcon ul{
  margin-left: 40px;
  font-size: 25px;
}

#pcon li{
  margin-bottom: 10px;
}

#pcon a{
text-decoration: none;
color: rgb(26, 32, 51);
font-size: 25px;
font-weight: bold;
margin-bottom:;
}


#pcon a:hover{
  text-decoration: underline;
  color: black;
}

#cf{
position: absolute ;
bottom: 0;
right: 0px;
width: 100%;
font-size: 1.2rem;

padding-right: 0px;
padding-top: 10px;
font-weight:bolder;
   background-color: rgba(236, 235, 235, 0.68);
  color:   rgb(85, 83, 93);
  border-bottom-left-radius: 10px;
    border-bottom-right-radius:  10px;
  text-align: right;
  height: 37px;

}


/*---------------------------------------------------------------
------------------------- For Mobile---------------------------------
----------------------------------------------------------------- */


@media only screen and (max-width: 600px){

  body{

  }
  html{
    width: 720px;
  }


  img{
    width:600px;
    margin-top: 80px;
    margin-left: 45px;
  }

  h1{
    margin-top: 30px;
    margin-left:55px;
    font-weight: bold;
    font-size: 3rem;
    color: black;

  }

  .bcon{
    margin-top: -5px;
    padding-top:  5px;
    height: 510px;
    width:100%;
    margin-left: 40px;

  }
  .sagar{
        left:30px;

      margin-top: 5px;
      height:480px;
      width: 720px;
      background-color: rgb(0, 0, 0);
      position: absolute;
  }

  .sagar img{
    height: auto;
    width:100%;
    margin-top: 30px;

    margin-left: 0;
    position: relative;

  }

  #btn{
    left:763px;
    position: absolute;
    top:594px;
  }

  #btn button{
    height:40px;
    width: 85px;
    margin-top:40px;
    background-color: rgb(66, 186, 92);
    border: 1px solid black;
    color:black;
    font-size: 1rem;
  }

  #mymodal{
    display: none;

  }


#pcon{
    height: 35%;
}


#cf{
height:60px;
font-size: 1.5rem;
padding-top: 20px;

}


}
