.nav-wrapper{
 background-color: transparent;
    background-image: linear-gradient( 80deg,#2F2A93 0%,#DF1D55 100%);
    opacity: .95;
    transition: background .3s,border-radius .3s,opacity .3s; 
  position:relative;
}
.nav-content{
  padding:2% 0%; 
}
.nav-logo{
  width:20%; 
}
.nav-logo img{
      width: 207px!important; 
}
.nav-text{
      width: 90%;
    padding: 50px 0px;
}
.nav-text h1,
.nav-text h2,
.nav-text p,
.nav-text span{
  color:white; 
}
.nav-block{
 display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center; 
}
.nav-menu{
      width: 80%; 
      display: flex;
    flex-direction: row;
  justify-content: flex-end;
}
.lang-wrap>ul li.hs-item-has-children{
  margin:0; 
  margin-right:0px!important;
}
.tilt-bottom svg{
      height: 75px;
    width: 100%;
    display: block;
    transform: rotateX(180deg); 
}
.mobile-dropdown{
      padding: 0px 10px;
      z-index: 100;
    position: relative;
}
.mobile-nav{
  display:none; 
}
.menu-button i{
  color:white;
  font-size:25px;
}

.button-menu{
    position: absolute;
    background-color: #FFF;
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    z-index: 25;
    -webkit-transform: perspective(300px) rotateY( 
-90deg
 );
    transform: perspective(300px) rotateY( 
-90deg
 );
    display: block!important;
    bottom: auto;
    width: 100%;
}
.button-menu-open{
      height: auto;
    width: 100%;
    position: relative;
     -webkit-transform: perspective(300px) rotateY(
0deg
);
    transform: perspective(300px) rotateY(
0deg
);
    -webkit-animation: d .4s ease 0s;
    animation: d .4s ease 0s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards; 
}

@media(max-width:1175px){
  .nav-menu{
    display:none; 
  }
  .mobile-nav{
  display:block; 
}
  .tilt-bottom{
    display:none; 
  }
  .nav-logo{
    width:40%; 
  }
}