
.header {
    background: transparent linear-gradient(0180deg, #000000c3 0%, #00000038 100%) 0% 0% no-repeat padding-box;
    border-radius: 16px;  
    position: fixed;
    top: 10px!important;              
    left: 10px;           
    right: 10px;             
    width: calc(100% - 20px); 
    margin: 0 auto;          
    z-index: 1000;
}


.header>div:first-of-type>div>.header-logo img {
    padding-right: .75rem;    
    width: 22rem;
}


#menu #menu-main>li>a {
    color: #ffffff;
}
#menu #menu-main>li>a span{
    color: #FC2D57;
}


#menu #menu-main>li>a:hover {
    color: #4D0595;
    background-color: rgb(250 250 250 / 0.3);
}

.hero-26 {
  position: relative;
  width: calc(100% - 20px);
  height: 100vh;
  border-radius: 16px;
  overflow: hidden; 
  top: 10px;              
  left: 10px;           
  right: 10px;
  margin-top: 0;
}

.hero-26 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: absolute;
}

@media only screen and (max-width: 640px) {
             
  .menu-contact {
    display: none!important;
  }

  #menu #menu-main>li>a {
    color: #4D0595;
    }
.hamburger-inner, .hamburger-inner::after, .hamburger-inner::before {
    background-color: #ffffff;
}
}
