.lang li a{ position: relative; text-align: center}
li.icon.user.langeng {
    text-align: center;
    margin: auto;
}

.activelang{
  
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -o-filter: grayscale(1);
  
  
}
.activelang:hover{
  
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -o-filter: grayscale(0);
  
  
}

.header-left .logo img {
    min-width: 50px;
    width: 180px;
}

.banner-three-right-wrapper::before{ display: none}


.arty  {
    padding: 10px;
    background: var(--color-terciary);
    border-radius: 52%;
    font-size: 24px;
    line-height: 21px;
    color: #000000;
  margin-right: 25px
}

.login-wrapper {
    background: #383785;
}
.bg_image--3 {
  background-image: url(../images/bg/bg-image-3.png);
}


.about-style-one .about-left .thumbnail .about-badge.nft .-user img.user-2 {
    margin-left: 0;
    margin-bottom: -45px;
    position: relative;
}


img.user.avatar.user-1 {
    display: none;
}







