.elementor-2163 .elementor-element.elementor-element-2489197{--display:flex;--margin-top:120px;--margin-bottom:60px;--margin-left:30px;--margin-right:30px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-loop-grid .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-loop-grid .elementor-pagination{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-loop-grid .e-load-more-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-2163 .elementor-element.elementor-element-9c9fd22{--grid-columns:5;}.elementor-2163 .elementor-element.elementor-element-9c9fd22 > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-2163 .elementor-element.elementor-element-8b81582{--display:flex;}body.elementor-page-2163:not(.elementor-motion-effects-element-type-background), body.elementor-page-2163 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-2ca98ae );}@media(max-width:1024px){.elementor-2163 .elementor-element.elementor-element-2489197{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2163 .elementor-element.elementor-element-9c9fd22{--grid-columns:2;}.elementor-2163 .elementor-element.elementor-element-9c9fd22 > .elementor-widget-container{padding:0px 0px 0px 0px;}}@media(max-width:767px){.elementor-2163 .elementor-element.elementor-element-9c9fd22{--grid-columns:1;}}/* Start custom CSS */body {
    background-size: cover;
    background-position: center center;
    background-attachment: fixed; 
    transition: background-image 0.3s ease-in-out;
    min-height: 100%; 
    width: 100%; 
    position: relative; 
    overflow-x: hidden; 
    background-color: #000000;
}

body::before {
    content: ''; 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6); 
    pointer-events: none; 
    z-index: 0; 
}

.bubble-container {
  position: relative;
  max-width: 1000px;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
  margin: 120px auto;
  padding:0 30px 0 30px;
}

.bubble-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;

}

@media (max-width: 766px) {
  .bubble-item {
    position: static;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  }
}


a.bubble-item[href*="devised-work"] {
    border-color: #e12ad1 !important
}

a.bubble-item[href*="devised-work"]:hover {
    border-color: #f24de6 !important}/* End custom CSS */