body {
  overflow-x: hidden;
}
.logo {
  width: 150px;
  height: 60px;
}
.bio {
  display: flex;
  font-weight: bolder;
  justify-content: center;
}
#loader {

  width: 100%;
  height: 100%;
  z-index: 7777;
  background-color: #191f26;
  overflow-y: hidden;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  position: fixed;
}
.footerlogo {
  width: 300px;
  margin-left: -90px;
}

@media (max-width: 800px) {
  .footerlogo {
    width: 300px;
    margin-left: 0px;
  }
}
/* width
::-webkit-scrollbar {
    width: 20px;
  }

  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgb(194, 0, 0); 
    border-radius: 10px;
  }
   

  ::-webkit-scrollbar-thumb {
    background: red; 
    border-radius: 10px;
  }
  

  ::-webkit-scrollbar-thumb:hover {
    background: #b30000; 
  } */

.pop {
  display: flex;
  justify-content: center;
  word-break: break-word;
  width:100%;
  height: 100%;
  background:rgba(0, 0, 0, 0.425);
  position:absolute;
  z-index:55;
  justify-content: center;
  position:fixed;

}
.popup {
  color: rgba(0, 0, 0, 0.822);
  margin-top: 200px;
  background-image: url(https://lyncserve.com/images/design-team.jpg);
  text-transform: uppercase;
  font-weight: bold;
  width: 600px;
  display: flex;
  height: 370px;
  position: absolute;
  position: fixed;
  z-index: 100;

}
.info {
  padding: 15px;
  position: relative;
  left: 300px;
  height: 370px;
  width: 300px;
  background: white;
  background-position: center;
  background-size: cover;
}

.info h3{
  font-family: Arial Black;
  font-size: 1.4rem;
}
.info p{
  position: relative;
  top:30px;
  font-size: 0.7rem;
}
.cross button {
  position: relative;
  left: 290px;
  top: 160px;
  z-index: 300;
  display: flex;
  justify-content:center;
  align-items:center;
  font-size: 1.9rem;
  color: rgb(255, 255, 255);
  background: none;
  height: 40px;
  width: 40px;
  border: none;
  border-radius: 50%;
}
.cross button:focus{
  outline: none;

}

@media (max-width:622px) {
  .popup{
    width: 500px;
  }
  .info{
    width:300px;
    left:200px;
    padding: 10px;
    padding-top:-17px;

  }
  .info h3{
    font-size: 1rem;
  }
  .info p{
    font-size: 0.7rem;
  }
  .cross button{
    position: relative;
    left: 241px;
    top: 160px;
  }
}

@media (max-width:500px) {
  .pop{
    display: none;
  }
  .popup{
    width: 450px;
  }
  .info{
    width:250px;
    left:200px;
    padding: 10px;
    padding-top:-17px;

  }
  .info h3{
    font-size: 1rem;
  }
  .info p{
    font-size: 0.7rem;
  }

  .cross button{
    position: relative;
    left: 217px;
    top: 160px;
  }
}



@media (max-width:460px) {
  .popup{
    width: 410px;
  }
  .info{
    width:210px;
    left:200px;
    padding: 10px;
    padding-top:-17px;

  }
  .info h3{
    font-size: 1rem;
  }
  .info p{
    font-size: 0.7rem;
  }
  .cross button{
    position: relative;
    left: 190px;
    top: 160px;
  }
}


@media (max-width:412px) {
  .popup{
    width: 370px;
  }
  .info{
    width:170px;
    left:200px;
    padding: 10px;
    padding-top:-17px;

  }
  .info h3{
    font-size: 0.7rem;
  }
  .info p{
    font-size: 0.6rem;
  }

  .cross button{
    position: relative;
    left: 180px;
    top: 160px;
  }
}

@media (max-width:346px) {
  .popup{
    width: 350px;
  }
  .info{
    width:170px;
    left:200px;
    padding: 10px;
    padding-top:-17px;

  }
  .info h3{
    font-size: 0.7rem;
  }
  .info p{
    font-size: 0.6rem;
  }

  .cross button{
    position: relative;
    left: 150px;
    top: 160px;
  }
}

@media (max-width:370px) {
  .popup{
    width: 330px;
  }
  .info{
    width:130px;
    left:200px;
    padding: 10px;
    padding-top:-17px;

  }
  .info h3{
    font-size: 0.7rem;
  }
  .info p{
    font-size: 0.5rem;
  }

  .cross button{
    position: relative;
    left: 140px;
    top: 160px;
  }
}