*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.foot{
  color:  rgb(237, 50, 55);
}


.row::after {
  content: "";
  clear: both;
  display: block;
}

[class*="col-"] {
  float: left;
  /* padding: 15px; */
} 


  /* For mobile phones: */
  [class*="col-"] {
    width: 100%;
  }

  @media only screen and (min-width: 600px) {

    /* For tablets: */
    .col-m-1 {
      width: 8.33%;
    }

    .col-m-2 {
      width: 16.66%;
    }

    .col-m-3 {
      width: 25%;
    }

    .col-m-4 {
      width: 33.33%;
    }

    .col-m-5 {
      width: 41.66%;
    }

    .col-m-6 {
      width: 50%;
    }

    .col-m-7 {
      width: 58.33%;
    }

    .col-m-8 {
      width: 66.66%;
    }

    .col-m-9 {
      width: 75%;
    }

    .col-m-10 {
      width: 83.33%;
    }

    .col-m-11 {
      width: 91.66%;
    }

    .col-m-12 {
      width: 100%;
    }
  }

  @media only screen and (min-width: 768px) {

    /* For desktop: */
    .col-1 {
      width: 8.33%;
    }

    .col-2 {
      width: 16.66%;
    }

    .col-3 {
      width: 25%;
    }

    .col-4 {
      width: 33.33%;
    }

    .col-5 {
      width: 41.66%;
    }

    .col-6 {
      width: 50%;
    }

    .col-7 {
      width: 58.33%;
    }

    .col-8 {
      width: 66.66%;
    }

    .col-9 {
      width: 75%;
    }

    .col-10 {
      width: 83.33%;
    }

    .col-11 {
      width: 91.66%;
    }

    .col-12 {
      width: 100%;
    }
  }




  @media screen and (max-width: 600px) {
    .fg h1, .power {
      text-align: center;
    }
  }


  @media screen and (max-width: 600px) {
    .power {
      text-align: center;
      font-size: 15px;
    }
  }


body{
  font-family: monospace;
  margin: auto;
  /* style="margin-left: auto; margin-right: auto;" */
}


header.logo-head{
  height: 15vh;
  background-color: darkslategray;
}


.logooo img{
  height: 40px;
  width: 120px;
  border: 1px solid darkslategray;
}



.fg h1 {
  width: auto;
  float: right;
  color:white;
  font-size: 30px;
}


.power{
  margin-top: 5px;
  text-align: center;
  font-size: 23px;
  /* background-color: rgb(237, 50, 55);; */
  /* background-color: black; */
} 


.power span{
  color: darkslategray;
  border-radius: 30px;
  font-weight: 700;
  
  /* border: 2px solid darkslategray; */
}


.logoo .logoe{
  height: 55px;
  width: 150px;
}


.rightsec{
  background-color: rgb(78, 180, 30, 0.219);
  padding: 10px;
  text-align: center;
  text-justify: auto;
}

#signup, #login{
  width: 100px;
  padding: 10px;
  margin: 0px;
  background-color:  orange;
  color: black;
  font-size: small;
  border: solid rgba(78, 180, 30, 0.219) 4px;
}


#login:hover{
  background-color: rgba(78, 180, 30, 0.219);
}
#signup:hover{
  background-color: rgba(78, 180, 30, 0.219);
}


#develop{
  text-align: center;
  font-style: italic;
}

 #myimg{
  display: block;
  width: 20vh;
  height: 30vh;
  margin: auto;
}

.square strong{
  font-family: 'Courier New', Courier, monospace;
 text-align: justify;
}

.square{
  text-align: center;
  text-justify: auto;
  text-align: justify;
}

.bodysec{
  height: 500px;
  /* width: 350px; */
    width: 90%;
  background: white;
  display: flex;
  transition: 0.9s all ease;
  justify-content: center;
  align-items: center;
  border: solid 10px;
  border-radius: 15px;
  margin-right: auto;
  position: relative;
  top: 0;
  margin: auto;
  margin-top: 10px;
  background-color: darkslategray;
  /* box-sizing: unset; */
 /* margin-top: 40px; */
 margin-bottom: 5px;

}


.bodysec2{
  height: 475px;
  /* width: 325px; */
   width: 90%;
  background-color:white;
  border-radius: 15px;
  text-align: center;
  position: absolute;
  /* box-sizing: unset; */
}

.screenbox{
border: solid 4px;
border-radius: 15px;
/* height: 100px; */
height: 144px;
/* width: 300px; */
  width: 100%;
justify-content: center;
align-items: center;
margin-top: 0px;
padding-top: 0px;
padding: 9px;
/* box-sizing: unset; */
}

img{
  width: 60px;
  height: 30px;
}

hr{
  border: solid .5px;
}

.screen{
height: 15px;
/* height: 75px; */
/* width: 300px; */
  width: 100%;
border: thin;
background-color: black;
padding-bottom: 7px;
padding-top: 12px;

/* padding-bottom: 12px; */
display: flex;
font-size: 25px;
margin: 0 auto;
color: white;
/* border: 2px solid lightgrey; */
/* overflow:auto; */
/* direction: rtl; */
direction: ltr;
box-sizing: unset;
}

#downScreen{
  /* direction: rtl; */
  direction: ltr;
  /* padding:5px; */
  text-indent: 10%;
  font-size: 15px;
  color: rgb(237, 50, 55);
    /* padding-bottom: 12px; */
  /* background-color: cornflowerblue; */
}

#screenid{
  margin-top: 0%;
  text-indent: 10%;
    font-size: 30px;
  padding-bottom: 12px;
  overflow: hidden;
  height: 25px;
}

.name2{
 text-shadow: 2px 2px darkgreen;
 letter-spacing: 6px;
 font-size: 25px;
}

 @media screen and (max-width: 600px) {
    .name2{
    text-shadow: 2px 2px darkgreen;
    letter-spacing: 6px;
   font-size:15px ;
    }
  }

  @media screen and (max-width: 348px) {
    .name2{
    text-shadow: 2px 2px darkgreen;
    letter-spacing: 6px;
   font-size:10px ;
    }
  }

  @media screen and (max-width: 277px) {
    .name2{
    text-shadow: 2px 2px darkgreen;
    letter-spacing: 6px;
    font-size:7px ;
    }
  }




.punchsec{
border: solid 4px;
height: 275px;
/* width: 300px; */
/* width: 100%; */
max-width: 90%;
justify-content: center;
align-items: center;
margin-top: 0px;
padding: 9px;
position: relative;
box-sizing: unset;
}

.punchsec.numbersec{
height: 80px;
/* width: 350px; */
width: 100%;
margin: auto;
list-style: none;
justify-content: center;
align-items: center;
padding: auto;
position: absolute;
}

@media screen and (min-width: 600px) {
 .bodysec{
  width: 350px;
  box-sizing: unset;
 }

 .bodysec2{
  width: 325px;
  box-sizing: unset;
 }

 .screenbox{
 width: 300px;
 box-sizing: unset;
 }

 .screen{
 width: 300px;
 box-sizing: unset;
 }

 .punchsec{
 width: 300px;
 box-sizing: unset;
 }

 .punchsec.numbersec{
 width: 350px;
 }

 .btn-me{
  width: 300px;
 }

}

.btn-me{
  background-color: darkslategray;
  color: white;
  margin: auto;
  height: 288px;
  /* width: 300px; */
  /* width: 100%; */
  justify-content: center;
  align-items: center;
}


.punchsec.numbersec.btn-me,button{
  background-color:darkslategray;
  color: white;
  margin: 2px;
  padding: 0px 30px 49px 30px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 15px;
  border-radius: 15px;
  text-align: center;
  font-size: 30px;
}

  /* @media screen and (max-width: 600px) {
    .punchsec.numbersec.btn-me,button {
    margin: 2px;
    padding: 0px 30px 49px 30px;
    }
  } */

  @media screen and (max-width: 476px) {
    .punchsec.numbersec.btn-me,button {
    margin: 2px;
    padding: 0px 15px 24px 15px;
    width: 55px;
    height: 45px;
    border-radius: 15px;
    font-size: 30px;
    }
  }

  @media screen and (max-width: 447px) {
    .punchsec.numbersec.btn-me,button {
    margin: 2px;
    padding: 0px 7px 12px 7px;
    width: 35px;
    height: 45px;
    border-radius: 15px;
    font-size: 30px;

    }
  }

  @media screen and (max-width: 348px) {
    .punchsec.numbersec.btn-me,button {
    margin: -0px;
    padding: 4px 3px 6px 3px;
    width: 35px;
    height: 55px;
    border-radius: 15px;
    font-size: 20px;
    }
  }


  @media screen and (max-width: 300px) {
    .punchsec.numbersec.btn-me,button {
    margin: -10px;
    padding: 4px 10px 6px 3px;
    /* width: 35px; */
    width: 45px;
    height: 75px;
    border-radius: 5px;
    font-size: 20px;
    }

  }

  @media screen and (max-width: 228px) {
    .punchsec.numbersec.btn-me,button {
    margin: -15px;
    padding: 4px 32px 6px 3px;
    width: 45px;
    height: 84px;
    border-radius: 5px;
    font-size: 20px;
    }
  }

   @media screen and (max-width: 181px) {
    .punchsec.numbersec.btn-me,button {
    margin: -20px;
    padding: 0%;
    }
  }







h3{
  background-color: orange
}

footer{
  text-align: center;
  height: 10vh;
  background-color: darkslategray;
  font-style: italic;
  color: rgba(255, 255, 255, 0.61);
}


#visit{
  width: 200px;
  padding: 30px;
  margin: 0px;
  background-color:  orange;
  color: black;
  font-size: large;
  border: solid rgba(78, 180, 30, 0.219) 4px;
}

#visit:hover{
  background-color: rgba(78, 180, 30, 0.219);
}

.social{
  width: 20px;
  height: 25px;
}


.social1{
  width: 20px;
  height: 25px;
  margin: auto;
  display: block;
}
.nom{
  margin: auto;
  text-align: center;
}


#home{
  width: 100px;
  padding: 10px;
  margin: 0px;
  background-color:  orange;
  color: black;
  font-size: small;
  border: solid rgba(78, 180, 30, 0.219) 4px;
}


#home:hover{
  background-color: rgba(78, 180, 30, 0.219);
}
#home:hover{
  background-color: rgba(78, 180, 30, 0.219);
}


























 /* Login Sec */
.bg-modal-login{
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  justify-content: center;
  align-items: center;
  display: none;
}

.modal-content-login{
  width: 400px;
  height: 300px;
  background-color: white;
  border-radius: 6px;
  text-align: center;
  padding: 20px;
  position: relative;
}

.show{
  font-family: monospace;
  color: darkslategray;
}

.logoo{
  height: 70px;
  width: 70px;
  border-radius: 50%;
  padding: 2px;
  border: 1px solid darkslategray;
}

.modalbtn{
background-color: darkslategray;
text-decoration: none;
padding: 8px 40px;
border-radius: 20px;
color: white;
border: 2px solid darkslategray;
}

.modalbtn:hover{
  background: none;
  border: 2px solid darkslategray;
  color: darkslategray;
  font-weight: bold;
  transition: 0.5s ease;
}

input{
  width: 50%;
  display: block;
  margin: 20px auto;
  padding: 10px 40px 10px 10px;
  border-radius: 5px;
  box-shadow: black;
}

input::placeholder{
  font-family: arial;
  font-size: 15px;
}

.close-login{
  position: absolute;
  top: 0;
  right: 14px;
  font-size: 40px;
  transform: rotate(45deg);
  color:darkslategray;
  cursor: pointer;
}


/* Register Sec. */
.bg-modal-reg{
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0; 
  justify-content: center;
  align-items: center;
  display: none;
}

.modal-content-reg{
  width: 500px;
  height: 500px;
  background-color: white;
  border-radius: 6px;
  text-align: center;
  padding: 20px;
  position: relative;
}

.close-reg{
  position: absolute;
  top: 0;
  right: 14px;
  font-size: 40px;
  transform: rotate(45deg);
  color: darkslategray;
  cursor: pointer;
}

