/**{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
  width: 100%;
  height: 100vh;
  background-color: #e9e9e9;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}*/
/*.graph_container{
    width: 100%;
  height: 80vw;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  border: 3px solid black;
  padding: 200px 20px;
  padding-bottom: 400px;
  padding-top: 10px;
}*/
/*.background_grid {
    position: absolute;
    width: 100%;
    height: 100%;
}*/
.wd_40_pr{
    width: 30%;
}
wd_45_pr{
    width: 30%;
}
/*.margin_top{
    margin-top: -60px;
    margin-left: -40px
}*/
.padding_10px{
    padding: 20px;
}
.wd_pr{
    width: 50%;
}
/*.background_grid .grid_line{
    position: relative;
    width: 100%;
    height: calc(160px / 5);
    border-top: 1px solid #aaa;
    z-index: 1;
}
.background_grid .grid_line::before{
   content: attr(value);
   position: absolute;
   left: -20px;
   transform: translateY(-50%);
   font-size: 12px;
   color: #222;
}*/
.mainblack{
    /*display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    margin: 0px;
    padding: 0px;
    height: 300px;
    border: 2px solid black;
    padding: 70px;
    text-align: center;
    gap: 50px;*/
    
    margin: 0.1em;
    padding: 0.1em;
    border: 2px solid tomato;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    height: auto;
    width: 99%;
}
.black{
   /* height: 90%;
    width: 25%;
    margin: 0.1em;
    padding: 0.1em;
    order: 2;
    flex: 2 2 28em;
    border: 2px solid black;
    padding: 70px;
    margin-top: -50px;
    /*margin-left:-50px;*/
   
    border: 2px solid blue;
    border-right: 2px solid blue !important;
    margin: 0.2em;
    padding: 0.1em;
    height: 350px;
    border-radius: 5px;
    order: 2;
    flex: 2 2 35em;
}
.black1{
    border: 2px solid blue;
    border-right: 2px solid blue !important;
    margin: 0.2em;
    padding: 0.1em;
    height: 350px;
    border-radius: 5px;
    order: 2;
    flex: 2 2 35em;
    
    /*height: 90%;
    width: 25%;
    margin: 0.1em;
    padding: 0.1em;
    order: 2;
    flex: 2 2 28em;
    border: 2px solid black;
    padding: 70px;
    margin-top: -50px;
    /*margin-top: -90px;*/
    
}
canvas{
    width: 70%;
    height: 500px;
    margin-left: 200px;
    
}
/*.container{
    position: absolute;
    margin-top: 200px;
    width: 70%;
    height: 350px;
    background-color: rgba(0,0,0, 0.1);
    z-index: -1;
    border: 3px solid black;
}*/
/*.cylinder_container{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
    z-index: 3;
}*/
/*.cylinder_container .cylinder ,#cylinder {
    position: relative;
    width: 3%;
    height: 100%;
    background-color: lightpink;
    background-image: linear-gradient(90deg, rgba(255,255,255,0)0%,
                       rgba(255,255,255,0.35)50%, rgba(255,255,255,0)100%);
    border-radius: 100px /30px;
    bottom: -13px;
    z-index: 4;
    animation: animate 5s cubic-bezier(1,0,0.5,1);
    animation-delay: 100s cubic-bezier(1,0,0.5,1);

}*/
@keyframes animate{
    0%{
        height: 0%;
    }
    100%{
        height: 100%;
    }
}
/*.cylinder_container .cylinder::before,
#cylinder_container #cylinder::before{
    content: '';
    position: absolute;
    width: inherit;
    height: 8px;
    top: 0;
    left: 0;
    border-radius: 100px / 30px;
    background-color: lightpink;
}
.cylinder p,#cylinder p{
    margin-top: -15px;
    font-size: 12px;
    text-align: center;
    color: #000;
}
.cylinder p:hover{
    font-size: 15px;
    cursor: pointer;
}*/
/*.cylinder_container .cylinder1 ,#cylinder1 {
    position: relative;
    width: 3%;
    height: 100%;
    margin-right: 2%;
    background-color: lightcoral;
    background-image: linear-gradient(90deg, rgba(255,255,255,0)0%,
                       rgba(255,255,255,0.35)50%, rgba(255,255,255,0)100%);
    border-radius: 100px /30px;
    bottom: -13px;
    z-index: 4;
    animation: animate 5s cubic-bezier(1,0,0.5,1);
    animation-delay: 100s cubic-bezier(1,0,0.5,1);

}
@keyframes animate{
    0%{
        height: 0%;
    }
    100%{
        height: 100%;
    }
}
.cylinder_container .cylinder1::before,
#cylinder_container #cylinder1::before{
    content: '';
    position: absolute;
    width: inherit;
    height: 8px;
    top: 0;
    left: 0;
    border-radius: 100px / 30px;
    background-color: lightcoral;
}
.cylinder1 p,#cylinder1 p{
    margin-top: -15px;
    font-size: 12px;
    text-align: center;
    color: #000;
}
.cylinder1 p:hover{
    font-size: 15px;
    cursor: pointer;
}*/
.heading{
    font-size: 50px;
    padding: 40px;
    text-align: center;
    color: black;
    text-shadow: 1px -1px 1px lightblack,
                -1px 1px 1px lightblack;
}
line{
    position: absolute;
    left: 20px;
    top: 20px;
}
.labels{
    position: absolute;
    width: 100%;
    bottom: -40px;
    display: grid;
    grid-template-columns: repeat(12,1fr);
}
.labels div{
    color: #222;
    text-align: center;
    font-weight: 80;
    font-size: 15px;
   /*transform: rotate(-30deg);*/
}
.margin_left_1_pr{
    margin-left: 1% !important;
}
.stage{
    position: absolute;
    width: calc(100% + 14px);
    height: 16px;
    top: 100%;
    left: 0;
    background-color: rgba(0,0,0, 0.2);
    clip-path:polygon(0% 0%, 98.3% 0%, 99.5% 100%, 0.7% 100%);
    z-index: 2;
}
.transfrom_rotate_30deg{
    transform: rotate(-30deg);
}

/* css HP starts  */




/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .labels div {transform: rotate(-60deg);}
  /*.cylinder_container {min-width:30%;}*/
  }

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .labels div {transform: rotate(-30deg);}
  /*.cylinder_container {width: 30%;}*/
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .labels div {transform: rotate(-30deg);}
  /*.cylinder_container {min-width: 40%;}*/
 } 

 /*Large devices (laptops/desktops, 992px and up)*/ 
@media only screen and (min-width: 992px) {
  .labels div {transform: rotate(360deg);}
  } 

/* Extra large devices (large laptops and desktops, 1200px and up) */
/*@media only screen and (min-width: 1200px) {*/
  /*.labels div {transform: rotate(30deg);}*/


