
body{
  font-family: 'Open Sans', sans-serif;
  margin: 0;
}
.body_section{
  padding : 3% 5% 1%;
}

p{
font-size: 18px;
}

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;
}

.brand-name.navbar-brand:hover {
  color: #5800FF;
}



.headerachor {
  color: black;
  margin: 0 7px 0 7px;
  font-size: 25px;
}

.headerachor:hover {
  background-color: #f1f1f1;
}

/* Section 1 */
 .column1{
     background-image: linear-gradient(#fefcfe,#ffffff);
     padding : 8px 16px;
 }

.section-1{
  margin-top: 6%;
  text-align: left;
  position: relative;
}
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) }
}

.first-image{
  position: absolute;
  right:0;
}
.boyimage{
height: 400px;
}

@media only screen and (max-width : 1183px){
.first-image{
  right:160px;
}

}
.boy{
width: 100%;
height: 100%;
animation: bounce 1.2s;
animation-direction: alternate;
animation-iteration-count: infinite;
}

@keyframes bounce{
from{
    transform: translate3d(0,0,0);
}
to{
    transform: translate3d(0,20px,0);
}
}

.Image-boy{
text-align: center;
align-items: center;
}

@media only screen and (min-width:951px){
.Image-boy{
  display:none;
}
}
.Hello{
    margin-bottom: 20px;
    /* font-size: 6vw; */
}
p{
    line-height: 2;
    color: #868e96;
}


.btn {
  display: inline-block;
  width: 4.37rem;
  height: 4.37rem;
  background: #e9e9e9;
  padding: 0px 0px;
  margin: 10px;
  border-radius: 30%;
  box-shadow: 0 5px 15px -5px #00000070;
  color: #3498db;
  overflow: hidden;
  position: relative;
}

.btn i {
  line-height: 70px;
  font-size: 1.625rem;
  transition: 0.2s linear;
}

.btn:hover i {
  transform: scale(1.3);
  color: #f1f1f1;
}

.btn::before {
  content: "";
  position: absolute;
  width: 120%;
  height: 120%;
  background: #3498db;
  transform: rotate(45deg);
  left: -110%;
  top: 90%;
}




.btn:hover::before {
  animation: aaa 0.7s 1;
  top: -10%;
  left: -10%;
}

@media only screen and (max-width:470px){
  .btn{
    width: 2.5rem;
    height: 2.5rem;
    margin: 7px;
  }
  .btn i {
    line-height: 40px;
    font-size: 1em;
  }
}

#Whatido{
   text-align: center;
   padding-top: 7%;
}

/* Section 2 */
.feature-1{
    padding-top: 5%;
    text-align: center;
    }
.feature-2{
  padding-top: 5%;
  text-align: center;
}
.feature-3{
padding-top: 5%;
padding-bottom: 20px;
text-align: center;
}

.Feature-Heading{
    font-family: "Montserrat";
    font-weight: 300;
}

.Feature-first-image{
    padding : 0 2% 10%;
}

.Feature-second-image{
    padding : 5% 2% 0;
}





.Feature-svg-image{
    width: 100%;
    height:100%;
}
.Feature-svg-image-3{
  width: 84%;
  height: 84%;
}




.dev-icon{
    list-style: none;
    display: inline;
    padding: 0%;
}


.numpy{
  max-width: 100%;
  width : 25%;
  height: 19%;
  padding-bottom: 0%;
}

.pandas{
  max-width: 100%;
  max-height: 100%;
  width : 23%;
  height: 15%;
  padding-bottom: 7%;
  padding-left :0;
}

li{
  display: inline;
}

.Data-Analytic{
    text-align: left;
}

.Features-paragraph{
    margin-top : 8px;
    margin-bottom: 8px;
}

@media only screen and (max-width : 764px){
  .feature-2{
    display: flex;
    flex-direction: column;
  }
  .feature-web{
    order:2;
  }
    
    .brand-name ,.navbar-light .navbar-brand{
    /* font-family: "Brush Script MT"; */
    /* margin-bottom: 3px; */
    font-family: "Lovely Home";
    font-size: 40px;
    font-weight: bold;
    color: #351458;
}
}
@media only screen and (max-width : 991px) and (min-width: 951px){
  .section-1{
    margin-top: auto;
    padding-right: 400px;
  }
}
@media only screen and (max-width : 950px){

  body,html{
    text-align: center;
    font-size: 16px;
    line-height: normal;
  }
  .Hello{
    margin-bottom: 10px;
  }
  h1{
    font-size: 25px;
  }
  p{
    font-size: 15px;
    line-height: normal;
  }
    .section-1{
        text-align: center;
    }
    .first-image{
        display: none;
    }

    .pandas{
      width: 23%;
      height: 15%;
    }
}

.Hello
      {
          font-size: 2.3vw;
          width: 100%;
          white-space:nowrap;
          overflow:hidden;
          -webkit-animation: ketik 5s steps(50, end);
          animation: ketik 5s steps(50, end);
      }

      @keyframes ketik{
          from { width: 0; }
      }

      @-webkit-keyframes ketik{
          from { width: 0; }
      }




footer{
padding-top: 2%;
color: #868e96;
text-align: center;
}
