/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.7.1778147324
Updated: 2026-05-07 11:48:44

*/

.karuzela-home .swiper{
	border-radius: 35px;
}

#music-toggle{
    position:fixed;
    bottom:20px;
    left:20px;
    z-index:999;
    border:none;
    border-radius:50px;
    padding:12px 18px;
    background:#014C3E;
    color:#fff;
    cursor:pointer;
}

#music-toggle:hover{
	background:#D4A559;
}

#scroll-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9999;
    width: 45px;
    height: 45px;
    background-color: #d4a559; 
    color: #ffffff;
    border: 1px solid #fff;
    border-radius: 50%;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 10px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
	padding: 22px;
}

#scroll-to-top:hover {
    transform: translateY(-3px);
}

/* Wygląd strzałki */
#scroll-to-top::before {
    content: '▲';
    font-size: 18px;
}


