body {
    font-size: 16pt;
    padding: 0;
    margin: 0;
    width: 100%;
  scroll: smooth;
font-family: 'Source Sans Pro', sans-serif;
}

.carousel-inner{
  width: 100%;
 
  
}
.h{
  margin-left: 30px;
}
nav{
  color: black;
  width: 90%;
  line-height: 60px;
  margin-top: -20px;
  border-radius: 20px;
  margin-left: 5%;
  border: none;
  margin-top: 15px;
}
nav label{
  display: none;
  
}
#toggle{
  display: none;
}
.menu{
  width: 100%;
}
.menu a{
  text-decoration: none;
  margin-left: 20px;
  text-align: center;
  color:black;
  font-weight: bold;
  letter-spacing: 1px;
  
}
.msg{
  text-align: center;
  width: 400px;
  margin-top: -50px;
}
.msg p{
  width: 400px;
 color: white;
}
.msg button{
  width: 200px;
  height: 50px;
  font-weight: bold;
  border: none;
  outline: none;
  background: white;
  color: #202342;
  border-radius: 23px;
  font-family: 'Montserrat', sans-serif;
font-family: 'Source Sans Pro', sans-serif;
letter-spacing: 1px;
font-size: 19px;
}
.msg button:hover{
  background: none;
  border: 3px solid white;
  color: white;
}
#sign:hover{
  color: white;
}
.msg h1{
  color: white;
}
.container-fluid{
  justify-content: center;
  display :flex;
  flex-wrap: wrap;
}
.box{
  width: 280px;
  margin:10px;
  
  
}
btn{
  width: 280px;
  padding: 25px;
  font-size: 20px;
  font-weight: bold;
  color: white;
}
btn:hover{
  color: white;
}

.about{
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background: #202342;
  display: flex;
  color: white;
}
.text{
  margin-left: 40px;
  width: 350px;
 
}

.count{
  width: 100%;
 background: #54B68F;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  
}
.box1 {
  width: 300px;
  text-align: center;
  background: ;
  margin-top: 20px;
}
.box1 p{
  color: white;
}
.box1 h1{
  
  color: white;
  font-weight: bold;
}
.foot{
  width: 100%;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
}
.fo{
  margin-left: 20px;
}
.t{
  width: 300px;
  text-align: center;
background-image: linear-gradient(to right top, #cd15ac, #bc06b3, #a801b9);
  box-shadow: 0 0 5px ;
  border-radius: 7px;
  margin: 5px;
}
.team i{
  color: white;
  font-size: 20px;
  margin-top: -50px;
}
.t p{
  margin-top: -30px;
}
footer{
  
  
  width: 100%;
color: white;
  background: #111116;
  height: 300px;
  font-size: 15px;
  
}
hr{
  margin-top: 40px;
}
.container1{
  margin-left: 10px;
  list-style: none;
  
  color: #880DAE;
}
.bar{
  width: 90%;
  height: 4px;
  box-shadow: 0 0 5px #AD57C7;
  display: block;
  border-radius: 7px;
}
.html{
  width: 95%;
  height: 4px;
  background: #700F8E;
  display: block;
  animation: html;
  animation-duration: 5s;
  animation-iteration-count: infinite;
}
.css {
  width: 80%;
  height: 4px;
  background: #700F8E;
  display: block;
  animation: css;
  animation-duration: 5s;
  animation-iteration-count: infinite;
}
.javascript {
  width: 70%;
  height: 4px;
  background: #700F8E;
  display: block;
  animation:javascript;
  animation-duration: 5s;
  animation-iteration-count: infinite;
}
.php {
  width: 60%;
  height: 4px;
  background: #700F8E;
  display: block;
  animation: php;
  animation-duration: 5s;
  animation-iteration-count: infinite;
}
button{
  display: ;
}
@keyframes html{
  0%{width: 0%}
  100%{width:95% }
}
@keyframes css{
  0%{width: 0%}
  100%{width:80% }
}
@keyframes javascript{
  0%{width: 0%}
  100%{width:70% }
}
@keyframes php{
  0%{width: 0%}
  100%{width:60% }
}
h1{
  text-align: center;
}
 .part1{
   margin-top: 0px;
 }
 .part1 h1{
   
 }
 .ann{
   justify-content: center;
   display: flex;
   flex-wrap: wrap;
   background: rgba(0, 0, 0, 0.6)url(images/bac.jpg)no-repeat;
   background-blend-mode: darken;
   background-size: cover;
   height: 400px;
   padding: 10px;
   color: white;
  
 }
 .an{
   width: 350px;
   margin-left: 60px;
 }
 .form-control {
   height: 45px;
   margin-top: 10px;
   width: 100%;
   
 }
 form{
   
   padding: 10px;
 }
  .blogd p{
    font-size: 14px;
    
    margin-top: -5px;
    
  }
  .card{
    width: 280px;
    background: white;
    border: none;
    border-radius :2px;
    
    margin: 14px;
  }
  .blog{
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    padding-top: 10px;
    
    height: 100%;
  }
  .post{
    background: #D3D6DADE;
    margin-left: 0px;
  }
  .blogd{
    padding :19px;
  }
  .blogd h5{
    color:#3DB984 ;
  }
  .blog a{
    text-decoration: none;
    color: #38393A
  }
  .blog h2{
    font-size: 18px;
  }
@media only screen and (max-width:500px)
{
 .card{
      width: 330px;
      margin-left: 0px;
      margin: 13px;
    }
  .footer{
    height: 680px;
  }
  .fo{
    margin-top: 20px;
  }
  .ann{
    padding: 13px;
    height: 700px;
  }
  .an{
    width: 100%;
    margin-left: 0px;
  }
   
  button {
    display: none;
  }
   
  .menu{
    display: none;
    width: 100%;
  }
  #toggle{
    display: none;
  }
  .h{
    margin-left: 0px;
  }
  .text{
    display: block;
    margin-left: 0px;
    margin: 10px;
    padding: px;
    width: 100%;
  }
  .about{
    padding: 10px;
    margin-left: 0px;
  }
nav label{
  display:inline;
    color: white;
    padding: 10px;
    height: 30px;
    background: ;
   font-size: 30px;
   margin-top: 10px;
   text-align: center;
   border-radius: 10px;
   font-weight: bold;
  
  
}
nav{
  background:none ;
}
label{
  color: #54B68F;
  
}
.box{
  margin: 10px;
}

.box1{
  margin-left: 0px;
  width: 100%;
}
.msg{
  text-align: center;
  width: 320px;
}
.msg p{
  width: 320px;
 color: white;
}
.menu a{
  display: block;
  text-align: center;
  color: black;
}
#toggle:checked +.menu {
  display: block;
  
  text-align: center;
}
@keyframes demo{
  0%{width: 0%}
  
}
}