.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  box-shadow: 0px 15px 10px -15px #1115;
}

.flag-lang {
  vertical-align: center;
  width: 48px;
  right: 24px;
  border: 1px;
  border-radius: 10px;
  
}


.firstsec {
  padding-top: 40px;
}

.firstsecmove {
  padding-top: 120px;
}

.profile-pic{
  max-width: 100px;
  border-radius: 50px;
}

.roundBorder{
  border-radius: 5px;
}

.textemph {
  color: #379392;
}

.specandroid {
  padding-top:260px; 
  margin-bottom: 160px;
}
@media screen and (max-width:820px) {
  .specandroid {
    padding-top:40px; 
    margin-bottom: 10px;
  }
}

body {
    opacity: 1;
    transition: 1s opacity;
}
body.fade-out {
    opacity: 0;
    transition: none;
