@charset "UTF-8";

@font-face {
  font-family: Biondi;
  src: url('Biondi Font.ttf');
}

.biondi {
  font-family: Biondi;
  font-size: 4.2em;
}

.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  border-radius: 35px;
  font-size: 12px;
  text-align: center;
}

#cfooter {
  background: #061D25;
  padding: 10px 0;
}

#lieidEffect{
  background: linear-gradient(
    to right, #d5ff03, #ffffff,
     #ffb907, #ffffff);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
#lieidingSustainablyEffect{
  background: linear-gradient(
    to right, #ffffff, #ffffff,
     #023901, #ffffff);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
#afotter { 
  color: #17e7ee;
  font-size: 20%;
  margin-left: 0.5%;
  padding: 1%;
  border-radius: 50%;
  font-size: 200%;
  /* border-radius: 50%; */
  border: 2px solid rgb(128, 128, 128);
  /* padding: 10px; */
  /* transition: all .5s ease; */
}
#twitter-icon{
  color: #1DA1F2;
}
#linkedin-icon{
  color: #0077b5;
}
#uhatsapp-icon{
  color:#25D366;
}
/* #roundIcon :hover {
  color: white;
  border-radius: 50%;
} */


.input-contact-style{
  background-color: transparent;
  color:rgb(255, 255, 255);
}

.input-contact-style::placeholder{
  color: rgb(0, 0, 0);
  /* background-color: transparent;
  color:rgb(255, 255, 255); */
}