/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 20 2023 | 13:03:29 */
  .slider {
            position: relative;
        }

        .sliderText {
            position: absolute;
            left: 0;
            top: 620px;
            width: 554px;
            height: 120px;
            color: white !important;
            text-align: left;
            font-size: 20px;
            flex-direction: column;
            align-items: left;
            justify-content: center;
        }

        .background {
            background-color: rgb(0 0 0 / 50%); /* Przeźroczyste tło z 50% opacity */
            position: absolute;
            width: 100%;
            height: 100%;
        }

        .sliderText h1 {
			opacity: 0.5;
            font-size: 35px;
            left: 50px;
                top:15px;
            position: absolute;
        }

        .sliderText p {
			opacity: 0.5;
                top: 63px;
                left: 50px;
                position: absolute;
        }
.sliderButton {
	    position: absolute;
	    left: 478px;
	    top: 740px;
	    background-color: #e3151a;
	    opacity: 0.5;
	    font-size: 18px;
	    text-decoration: none;
	    font-family: "Montserrat", Sans-serif;
	    color: white;
	    background: var(--e-global-color-accent);
	    /* font-weight: 700; */
	    padding: 13px 11px 12px 36px;
	    /* border-radius: 5px; */
	    width: 200px;
	    height: 52px;
}
.sliderButton:hover {
color: white;
}
.sliderButton i {
    margin-left:5px;
}
