body{
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    margin: 0;
  }
.body_section{
    padding : 3% 5% 1%;
}

  @font-face{
    font-family: "Lovely Home";
    src:local('Lovely Home'), 
    url("Image/LovelyHome-9aBZ.ttf") format('truetype');

  }
  .Programming{
 

    width: 100%;
    height: 100%;
  }
img.Programming{
  display: block;
  margin: 0 auto;
}
  #Section1{

    padding: 4% 0 3%;
  }
.card-title{
  text-align: center;
}
#progress{
  background-color:#4e55bd;
  width: 0;
  height: 12px;
  position: fixed;
  top: 0;
  left: 0;
}
.brand-name ,.navbar-light .navbar-brand{
      /* font-family: "Brush Script MT"; */
      /* margin-bottom: 3px; */
      font-family: "Lovely Home";
      font-size: 50px;
      font-weight: bold;
      color: #351458;
  }
  @media only screen and (max-width : 764px){
      .brand-name ,.navbar-light .navbar-brand{
      font-family: "Lovely Home";
      font-size: 40px;
      font-weight: bold;
      color: #351458;
  }
}
span.wave {
  animation-name: wave-animation;
  animation-duration: 2.5s;
  animation-iteration-count: infinite;
  transform-origin: 70% 70%;
  display: inline-block;
}

@keyframes wave-animation {
    0% { transform: rotate(  0.0deg) }
   10% { transform: rotate(-10.0deg) }
   20% { transform: rotate( 12.0deg) }
   30% { transform: rotate(-10.0deg) }
   40% { transform: rotate(  9.0deg) }
   50% { transform: rotate(  0.0deg) }
  100% { transform: rotate(  0.0deg) }
}
.p{
  margin-left: 50px;
}
  .headerachor {
    color: black;
    margin: 0 7px 0 7px;
    font-size: 25px;
  }

  .headerachor:hover {
    background-color: #f1f1f1;
  }

  .projectimage{
      width:100%;
      height:100%;
  }

  .Section1{
    padding: 5% 0 3%;
  }

  .project-heading{
    margin: auto;
    width: 60%;
    padding: 10px;
    text-align: center;
  }
  .P-heading{
    padding-bottom: 10px;
    font-size : 40px;
  }

  .p-text{
    font-size: 18px;
    color:#868e96;
  }

  .Project-box{
    color:black;
    text-decoration: none;
    border-radius: 10px;
  }

  .col-sm-6{
    padding-bottom: 20px;
  }


  .boxx {
    background-color: #fff;
    border-color: white;
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.356);
  }
  .boxx:hover{
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.952);
  }


  .Project-box:hover{
    color: black;
    text-decoration: none;
  }
  .source_code_btn{
    padding: .6rem;
    background: var(--highlight-color);
    display: inline-block;
    transition: all .2s;
    border-radius: 2px;
    font-weight: bold;
    color:var(--secondary-color);
    -webkit-tap-highlight-color: transparent;
}
@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.source_code_btn:hover{
        box-shadow: 0 1rem 2rem rgba(0, 0, 0,.3);
        /* transform: rotate(5deg) scale(1.1); */
        cursor: pointer;
}
.source_code_btn:hover{
  box-shadow: 0 1rem 2rem rgba(0, 0, 0,.3);
  /* transform: rotate(5deg) scale(1.1); */
  cursor: pointer;
}
 .iconify{
   border-radius: 20px;
   width:96%;
   height:25%;
   display: block;
    margin: 0 auto;
    
 }
 .copyright__text__1{
  display: inline-block;
  font-size: 10px;
}
#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: rgb(65, 173, 245); /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}

#myBtn:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}

 .project-text{
   color :#868e96;
   font-family:Verdana, Geneva, Tahoma, sans-serif;
   border-radius: 10px;
   font-weight: 300;
   margin-left:9px;
   margin-top:3px;
 }

 
 @media only screen and (max-width : 764px){
   .project-heading{
     width: 100%;
   }
 
}


  footer{
    padding-top: 2%;
    color: #868e96;
    text-align: center;
  }
