body .navbar.navbar-fixed-top,
body .navbar.navbar-fixed-top .site-header,
body .navbar.navbar-fixed-top .site-header .container,
body .navbar.navbar-fixed-top .site-header .row,
body .navbar.navbar-fixed-top .site-header-inner-container {
  background:
    linear-gradient(
      135deg,
      rgba(73, 10, 112, 0.72) 0%,
      rgba(150, 35, 215, 0.62) 42%,
      rgba(122, 13, 200, 0.72) 100%
    ) !important;

  background-color: rgba(73, 10, 112, 0.72) !important;
  box-shadow: none !important;
}

body .navbar.navbar-fixed-top .site-header {
  border-bottom: 1.5px solid rgba(240, 172, 0, 0.95) !important;

  background:
    linear-gradient(
      135deg,
      rgba(73, 10, 112, 0.72) 0%,
      rgba(150, 35, 215, 0.62) 42%,
      rgba(122, 13, 200, 0.72) 100%
    ) !important;

  background-color: rgba(73, 10, 112, 0.72) !important;
  box-shadow: none !important;

  backdrop-filter: blur(18px) saturate(170%) !important;
  -webkit-backdrop-filter: blur(18px) saturate(170%) !important;
}

/* MOBILE */

body .inner-body-container header.site-header,
body .inner-body-container .inner-body header.site-header,
body #inner_body_container header.site-header,
body #scroll_container header.site-header {
  background:
    linear-gradient(
      135deg,
      rgba(73, 10, 112, 0.72) 0%,
      rgba(150, 35, 215, 0.62) 42%,
      rgba(122, 13, 200, 0.72) 100%
    ) !important;

  background-color: rgba(73, 10, 112, 0.72) !important;
  background-image:
    linear-gradient(
      135deg,
      rgba(73, 10, 112, 0.72) 0%,
      rgba(150, 35, 215, 0.62) 42%,
      rgba(122, 13, 200, 0.72) 100%
    ) !important;

  box-shadow: none !important;
  border-bottom: 1.5px solid rgba(240, 172, 0, 0.95) !important;

  backdrop-filter: blur(18px) saturate(170%) !important;
  -webkit-backdrop-filter: blur(18px) saturate(170%) !important;
}
