diff --git a/index.html b/index.html index 6f4d5de..0e3a22f 100644 --- a/index.html +++ b/index.html @@ -322,26 +322,7 @@ } /* Custom Carousel Arrow */ - .arrow-slide-btn { - position: absolute; - right: 30px; - top: 50%; - transform: translateY(-50%); - width: 70px; - height: 70px; - border-radius: 50%; - background: rgba(255, 255, 255, 0.15); - backdrop-filter: blur(15px); - border: 2px solid rgba(255, 255, 255, 0.3); - color: #ffffff; - cursor: pointer; - display: flex; - align-items: center; - justify-content: center; - transition: var(--transition); - z-index: 10; - } - + .arrow-slide-btn:hover { background: rgba(255, 255, 255, 0.25); transform: translateY(-50%) scale(1.1);