
body{
  background-color: #fff;
}

li a{
color: #212529;
}
li a:hover{
color: #212529;
text-decoration: none;
}
.side-icons{
width:25px;
}
#mapa{
  border:var(--green) solid 1px;
}
#mapa iframe{
  z-index: -1;
  overflow: hidden;
}
.icons-top{
  width:55px;
  border:var(--green) solid 2px;
  border-radius:25px;
  padding: 5px;
}
.rounded-xl{
  border-radius: 1rem;
}
.anim-card{
  padding: 2px 2px 2px 2px;
  background-color: transparent;

}

.anim-card{

  overflow: hidden;
  position: relative;
  transition: all 1s;
}
.icon-zoom{
  overflow: hidden;
  position: relative;
  transition: all 0.5s;
}
.icon-zoom:hover{
  transform: scale(1.1);
}

.anim-card:hover{
  
  transform: translateY(-6px);
}


.slicni-icon{
  height: 100px;
}



@media only screen and (max-width: 420px) {
.tbl td{
  font-size:13px;
}

}
.klub-icons{
  width: 60px;
  height: 60px;
  margin: 0 auto;
}
@media only screen and (max-width: 993px) {
  .klub-ikonica-tekst{
    text-align: center!important;
  }
}


.img-gallery{
  padding: 0px;
 
  /* margin: 0px; */
}

.big-img{
  
  box-shadow:  0 0 0 5px #fff;
  /* position: absolute; */
  height: 700px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rounded-border{
  border: 3px solid #fff;
  border-radius: 20px;
}
.rounded-border img{
 
  border-radius: 15px;
}
.gallery-image-big{
  min-height: 250px;
}

.gallery-image-small{
  min-height: 200px;
}

.gallery-image-big img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures image scales proportionally and fills container */
}

@media only screen and (max-width: 420px) {
  .gallery-image-small{
     height: 100%;
     min-height:50px;
  }
  .gallery-img{
     height: 100%;
      width: 100%;
  }
     .gallery-image-big {
        height: auto;
        min-height: 150px; /* Adjust as needed */
    }

    .gallery-image-big img {
        object-fit: contain; /* Ensures no cropping on small screens */
    }

}
@media only screen and (max-width: 993px) {
  .gallery-image-small{
    height: 100%;
    min-height:50px;
    }
}



.big-img img{
   width: 100%;
    height: auto; /* Keeps aspect ratio intact */
    object-fit: cover; /* Ensures image fills the frame */
  box-shadow:  0 0 0 5px #fff;
}

.small-img{
  box-shadow:  0 0 0 5px #fff;

  width: 100%;
  height: 100%;
  object-fit: cover;
  
}

.gallery{
  border: 5px solid #fff;
}