body{
    font-family: 'Open Sans', sans-serif; 
    font-weight: 700;
    margin: 0;
  }
.body_section{
    padding : 3% 5% 1%;
}
.Be-positive {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(https://i.pinimg.com/originals/6b/e0/89/6be0890f52e31d35d840d4fe2e10385b.gif) center no-repeat #fff;
}
.skills{
  background-color: #ffffff;
  border-radius: 16px;
}
#progress{
  background-color:#3a238b;
  width: 0;
  height: 12px;
  position: fixed;
  top: 0;
  left: 0;
}

#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 */
  }

#myBtn:hover {

    background-color: #555; /* Add a dark-grey background on hover */
  
  }
  html {
      scroll-behavior: smooth;
  }
.filled{
  padding: 0.1rem 16px;
  border-radius:16px;
  text-align: center;
  color: #f6f5f8;
  background-color: #2b3796;
}
  a{
    text-decoration: none;
  }
  
   @font-face{
    font-family: "Lovely Home";
    src:local('Lovely Home'), 
    url("Image/LovelyHome-9aBZ.ttf") format('truetype');

  }

.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;
  }
}
  
  .headerachor {
    color: black;
    margin: 0 7px 0 7px;
    font-size: 25px;
  }
  
  .headerachor:hover {
    background-color: #f1f1f1;
  }


  #Section1{
    padding: 7% 0 3%;
  }

  .Programming{
 

    width: 100%;
    height: 100%;
  }
img.Programming{
  display: block;
  margin: 0 auto;
}
  .Coding{
    padding-top:3%;
    text-align: center;
  }
  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) }
  }
  .competitive_icon li{
    margin:0 2% 0;
    list-style:none;
    display: inline; 
  }

  .fab{
    color:#2ec866;
  }
  .fab:hover{
    color: black;
  }

  .iconify{
    color: gray;
    margin-bottom: 40px;
  }
  .iconify:hover{
    color: black;
  }

  .Heading{
    text-align: center;
  }
  
.timeline{
    margin-top:20px;
    position:relative; 
  }
  
  .timeline:before{
    position:absolute;
    content:'';
    width:4px;
    height:calc(100% - 150px);
    background: #6F67FF;
    left:14px;
    top:5px;
    border-radius:4px;
  }
  
  .timeline-month{
    color:black;
    position:relative;
    padding:4px 15px 4px 35px;
    background-color:#a6a1ff;
    display:inline-block;
    width:auto;
    border-radius:40px;
    border:1px solid #17191B;
    border-right-color:black;
    margin-bottom:30px;
  }
  
  .timeline-month span{
    position:absolute;
    top:-1px;
    left:calc(100% - 10px);
    z-index:-1;
    white-space:nowrap;
    display:inline-block;
    background-color:#111;
    padding:4px 10px 4px 20px;
    border-top-right-radius:40px;
    border-bottom-right-radius:40px;
    border:1px solid black;
    box-sizing:border-box;
  }
  
  .timeline-month:before{
    position:absolute;
    content:'';
    width:20px;
    height:20px;
    background: #362CFF;
    border-radius:100%;
    border:1px solid #17191B;
    left:5px;
  }
  
  .timeline-section{
    padding-left:35px;
    display:block;
    position:relative;
    margin-bottom:30px;
  }
  
  .timeline-date{
    margin-bottom:15px;
    padding:2px 15px;
    background:#a6a1ff;
    position:relative;
    display:inline-block;
    border-radius:20px;
    border:1px solid #17191B;
    color:black;
  text-shadow:1px 1px 1px rgba(0,0,0,0.3);
  }
  .timeline-section:before{
    content:'';
    position:absolute;
    width:30px;
    height:1px;
    background-color:#362CFF;
    top:12px;
    left:20px;
  }
  
  .timeline-section:after{
    content:'';
    position:absolute;
    width:10px;
    height:10px;
    background: #362CFF;
    top:7px;
    left:11px;
    border:1px solid #17191B;
    border-radius:100%;
  }
  
  
  
  .timeline-box{
    position:relative;
    color:black;
    background-color:#a6a1ff;
    border-radius:15px;
    border-top-left-radius:0px;
    border-bottom-right-radius:0px;
    border:1px solid #17191B;
    transition:all 0.3s ease;
    overflow:hidden;
  }
  
  .box-icon{
    position:absolute;
    right:5px;
    top:0px;
  }
  
  .box-title{
    padding:10px 15px;
    font-size: 25px;
    border-bottom: 1px solid #17191B;
  }

  .degree{
      font-size: 15px;
  }
 
  
  .box-title i{
    margin-right:5px;
  }
  
  .box-content{
    padding:5px 15px;
    background-color:white;
  }
  
  .box-item{
    margin-bottom:5px;
    color:#868e96;
    font-weight: 400;
  }

  .certificate{
    padding-top: 20px;
  }
  .certificate-text{
    text-align: center;
  }
  
  .box-shadow { box-shadow:5px 5px 5px #d9dbdf; }

  


  footer{
    padding-top: 2%;
    color: #868e96;
    text-align: center;
  }
  
