.podpunkt:hover {
    text-decoration: underline;
}

.embed-responsive.embed-responsive-16by9 {
	padding-bottom: 56.25%;
}

.embed-responsive.embed-responsive-4by3 {
	padding-bottom: 75%;
}

.embed-responsive{
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden;
	width:100%;
}

.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.navbar{
background-color: #332c98;
}
.jumpcolor {
background-color: #332c98;
}
.jumfont {
color: #332c98;
} 
.redprice{
    color: red;
}
.redcolor {
background-color: yellow;
color: #332c98;
}
.pricecolor {
color: green;
}
.navelsi {
    font-size: 30px;
}
.elsi {
    font-family: 'Elsie Swash Caps', cursive;
}
.punkt:hover{
background-color: green;
color: white;
}
.podpunkt:hover{
    background-color: #98A8F8;
    color: white;
}
.podpunkt{
    vertical-align: middle;
}
body {
    padding-top: 80px;
    background-color: #048be4;
    font-family: 'Open Sans', sans-serif;
    background-repeat: repeat-y;
    background-attachment: fixed;
    background-image: -webkit-image-set(
        url("background5.avif") type("image/avif"),
        url("background5.webp") type("image/webp"),
        url("background5.jpg") type("image/jpeg")
    );
    background-image: image-set(
        url("background5.avif") type("image/avif"),
        url("background5.webp") type("image/webp"),
        url("background5.jpg") type("image/jpeg")
    );
}
.luckyfont {
    font-family: 'Luckiest Guy', cursive;
}
.boogaloo {
    font-family: 'Boogaloo', cursive;
    text-transform: uppercase;
    font-size: 20px;
}
.imgratio {
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 2;
}
.bo30 {
font-size: 40px;
}
.imgcarusel {
    object-fit: cover;
    vertical-align: middle;
    border-style: none;
    overflow: hidden;
    height: 85vh;
}
.imgcarusel1 {
    object-fit: cover;
    vertical-align: middle;
    border-style: none;
    overflow: hidden;
    height: 90vh;
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); 
}

.invbtn {
background: rgba(255, 255, 255, 0.2);
border-radius: 16px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
border: 1px solid rgba(255, 255, 255, 0.3);
}
.developmentAddress {
    color: #fff;
}
.development {
	font-family: Arial;
	color: #fff;
}

a[title]:hover:after {
    content: attr(title);
    background: #332c98;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    position: absolute;
    left: 0;
    bottom: 100%;
    z-index: 999;
}

.flossPink {
    color: rgb(253, 50, 192);
}

.flossBlue {
    color: rgb(49, 122, 248);
}

.snowRed {
    color: #de2679;
}
.snowOrange {
    color: rgb(255, 179, 0);
}
.snowLime {
    color: lime;
}

.opacity08{
    opacity: 0.8;
}

.card-body .btn {
    display: flex;
    align-items: center;
    justify-content: center; 
    text-align: center;
}

@media (min-width: 768px) {
    .cont1 {
        display: flex;
        flex-direction: column;
    }

    .card.cont1 {
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    .card-body {
        flex-grow: 1;
    }

    .list-group {
        flex-shrink: 0;
    }
}

.cookie-banner {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: #222;
    color: white;
    padding: 12px 20px;
    display: none;
    align-items: center;
    justify-content: space-between;
    border-radius: 8px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    font-size: 14px;
    z-index: 1000;
}

.cookie-banner p {
    margin: 0;
}

.cookie-banner a {
    color: #ffcc00;
    text-decoration: underline;
}

.cookie-banner button {
    background: #332c98;
    color: white;
    border: none;
    padding: 8px 14px;
    cursor: pointer;
    margin-left: 10px;
    border-radius: 5px;
    font-weight: bold;
}

.cookie-banner button:hover {
    background: #332c98;
}


@media all and (max-width: 900px) {
body {
    padding-top: 65px;}

.imgcarusel {
    object-fit: cover;
    vertical-align: middle;
    border-style: none;
    overflow: hidden;
    height: auto;
}
.imgcarusel1 {
    object-fit: cover;
    vertical-align: middle;
    border-style: none;
    overflow: hidden;
    height: auto;
}
.bo30 {
    font-size: 28px;
}
.navbar {
    font-size: 18px;
    text-align: center;
    flex-direction: column;
}
.navelsi {
    font-size: 22px;
    text-align: center;
    flex-direction: column;
}

.punkt {
    padding: 10px 0;
}

.card {
    margin: 10px;
    padding: 10px;
}
}

@media all and (min-width: 900px) {
body {
    background-size: cover;
}
}