#blackhole {
  opacity: 0;

}

.partner_header_background-image {
  opacity: 0;
}

.gsap_split_word-mask {
  margin-bottom: -.05em;
  padding-bottom: .05em;

}

.operate_header_r1,
.operate_header_r2,
.operate_header_l1,
.operate_header_l2 {
  opacity: 0;
}

.navbar_header-tag {
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.navbar {
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.navbar_header-tag.scrolled {
  margin-top: 0px !important;
}

.navbar.scrolled {
  background: #131214b8 !important;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

////////
///////
/* CSS - Add this to your stylesheet */
.button {
  background: linear-gradient(45deg, #667eea 0%, #764ba2 100%);
  /* Add other button styles as needed */
}

////////
///////
