
.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;
    text-decoration: underline;
}


body {
    padding-top: 70px;
    background-color: #048be4;
    font-family: 'Open Sans', sans-serif;
    background-repeat: repeat-y;
    background-attachment: fixed;
    background-image: -webkit-image-set(
        url("Sky.avif") type("image/avif"),
        url("Sky.webp") type("image/webp"),
        url("Sky.jpg") type("image/jpeg")
    );
    background-image: image-set(
        url("Sky.avif") type("image/avif"),
        url("Sky.webp") type("image/webp"),
        url("Sky.jpg") type("image/jpeg")
    );
}
.imgratio {
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 2;
}
.luckyfont {
    font-family: 'Luckiest Guy', cursive;
}
.boogaloo {
    font-family: 'Boogaloo', cursive;
    text-transform: uppercase;
    font-size: 20px;
}

.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;
}

.dropdown-menu li {
    display: flex;
    justify-content: space-evenly ;
    align-items: space-evenly ;
    text-align: space-evenly ;
  }
  
  .dropdown-menu a {
    display: flex;
    align-items: space-evenly ;
    justify-content: space-evenly ;
    gap: 6px;
    width: 100%;
  }

  
.link-heading-clean {
  color: inherit;
  text-decoration: none;
  display: inline-block;
  transition: transform 0.2s ease;
}

.link-heading-clean:hover {
  transform: scale(1.05); 
  opacity: 0.9;
}
.link-heading-clean:focus {
  color: inherit;
  text-decoration: none;
  transform: translateY(-7px);
}

.link-heading-clean:visited {
  color: inherit;
  text-decoration: none;
}

.img-link-hover img {
  transition: transform 0.25s ease, filter 0.25s ease;
  display: block;
  cursor: pointer;
}

.img-link-hover:hover img {
  transform: scale(1.03);
  filter: brightness(1.15);
  cursor: pointer;       
}



@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;
    }
}

.visually-hidden { position: absolute; width: 1px; height: 1px; margin: -1px; clip: rect(0 0 0 0); overflow: hidden; }

.carousel-item figure {
  margin: 0;
}

.bg-white-transparent {
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}
@media (max-width: 991.98px) {
  .navbar-collapse {
    max-height: calc(100vh - 76px);
    overflow-y: auto;
    overflow-x: hidden;
    overscroll-behavior: contain;
    padding-bottom: 1rem;
  }

  .navbar .dropdown-menu {
    position: static !important;
    transform: none !important;
    width: 100%;
    max-height: none;
    overflow: visible;
  }
}
@media all and (max-width: 900px) {
.imgcarusel {
    object-fit: cover;
    vertical-align: middle;
    border-style: none;
    overflow: hidden;
    height: auto;
}
body{
    padding-top: 65px;
}
.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: 24px;
    text-align: center;
    flex-direction: column;
}

.punkt {
    padding: 10px 0;
}

.bg-white-transparent {
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

}

@media all and (min-width: 900px) {
body {
    background-size: cover;
}
.bg-white-transparent {
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}
}