@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500&display=swap');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}
.main{
  width: 100%;
  height: 100%;
  display: flex;
  margin-top:0px;
  padding-top:20px;
  align-items: center;
  justify-content: center;
  background-image: url(images/back.jpg);
  background-position: center;
  background-size: cover;
}


.main2{
  width: 100%;
  height: 100%;
  display: flex;
  margin-top:0px;
  padding-top:20px;
  align-items: center;
  justify-content: center;
  background-image: url(images/back.jpg);
  background-position: center;
  background-size: cover;
}
.profile-card{
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 400px;
  width: 100%;
  border-radius: 25px;
  padding: 30px;
  border: 1px solid #ffffff40;
  box-shadow: 0 5px 20px rgba(0,0,0,0.4);
}
.image{
  position: relative;
  height: 250px;
  width: 250px;
}
.image .profile-pic{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 0 5px 20px rgba(0,0,0,0.4);
}
.image2{
  position: relative;
  height: 100px;
  width: 100px;
}
.image2 .profile-pic2{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 0 5px 20px rgba(0,0,0,0.4);
}
.data{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 15px;
}
.data h2{
  font-size: 22px;
  font-weight: 600;
}
span{
  font-size: 14px;
  color:#666666;
  text-align:justify;
}
.row{
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.row .info{
  text-align: center;
  padding: 0 20px;
}
.buttons2{
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.buttons2 .btn2{
  color: #fff;
  text-decoration: none;
  margin: 0 5px;
  padding: 8px;
  border-radius: 5px;
  font-size: 12px;
  white-space: nowrap;
  background-color:#ff007f;
  background-image: linear-gradient(to right, #f857a6 0%, #ff5858  51%, #f857a6  100%);
  }
.buttons2 .btn2:hover{
  box-shadow: inset 0 5px 20px rgba(0,0,0,0.4);
}

.buttons{
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.buttons .btn{
  color: #fff;
  text-decoration: none;
  margin: 0 5px;
  padding: 8px;
  border-radius: 5px;
  font-size: 12px;
  white-space: nowrap;
  background-color:#3252AF;
  box-shadow: inset 0 5px 20px rgba(0,0,0,0.4);

}
.buttons .btn:hover{
  box-shadow: inset 0 5px 20px rgba(0,0,0,0.4);
}

.wrapper .social-icons{
  margin: 15px 0 25px 0;
}
.buttons button{
  background: #ecf0f3;
  box-shadow: -3px -3px 7px #ffffff,
               3px 3px 5px #ceced1;
}









.button:hover .description {
  transform: translateX(70px);
  opacity: 100%;
}

.footer_logo {
    padding-top: 20px;
    color: #000000;
    font-weight: bold;
    font-family: "Montserrat", sans-serif;
}



.btncall {
  background-color:#000;
  border: none;
  color: white;
  padding: 12px 18px;
  font-size: 20px;
  cursor: pointer;
  border-radius: 50%;
 
}
.btnwatsapp {
  background-color:#00CC33;
  border: none;
  color: white;
  padding: 12px 18px;
  font-size: 20px;
  cursor: pointer;
  border-radius: 50%;
}
.btnmail {
  background-color:#f00;
  border: none;
  color: white;
  padding: 12px 18px;
  font-size: 20px;
  cursor: pointer;
  border-radius: 50%;
}
.btnglobe {
  background-color:#9933FF;
  border: none;
  color: white;
  padding: 12px 18px;
  font-size: 20px;
  cursor: pointer;
  border-radius: 50%;
}

/* Darker background on mouse-over */
.btn:hover {
  background-color: RoyalBlue;
} 



.fa {
  text-align: center;
  text-decoration: none;
  border-radius: 10%;
}

.fa:hover {
    opacity: 0.9;
}

.fa-facebook {
  background: #3B5998;
  color: white;
  padding:10px 15px;
  margin:2px;
}
.fa-linkedin {
  background: #007bb5;
  color: white;
 padding:10px 15px;
  margin:2px;
}

.fa-youtube {
  background: #bb0000;
  color: white;
 padding:10px 15px;
  margin:2px;
}

.fa-instagram {
  background: linear-gradient(to bottom, #cd486b, #4c68d7 100%);
  color: white;
 padding:10px 15px;
  margin:2px;
}

.fa-twitter {
  background: #55ACEE;
  color: white;
}

.fa-google {
  background: #dd4b39;
  color: white;
}



.fa-snapchat-ghost {
  background: #fffc00;
  color: white;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.fa-skype {
  background: #00aff0;
  color: white;
}

.fa-android {
  background: #a4c639;
  color: white;
}  