.brxe-button{ z-index:2; } .brxe-button:hover .btn-slide-show-text1 { margin-left: 65px; } .btn-down { border: none; outline: none; background: none; text-align: center; display: inline-block; position: relative; overflow: hidden; transition: color 0.5s; } .btn-down::before { content: ""; position: absolute; z-index: -1; height: 200px; width: 450px; border-radius: 50%; bottom: 100%; left: -30px; transition: 0.7s; } .btn-down:hover { color: rgb(255, 255, 255); } .btn-down:hover::before { bottom: -50px; } .bricks-background-primary { color: rgb(240, 45, 68); border: 2px solid rgb(240, 45, 68); } .bricks-background-primary::before { background: black; } .btn-down--color { color: rgb(240, 45, 68); border: 2px solid rgb(240, 45, 68); } .btn-down--color::before { background: var(--bricks-color-ktuuih); }