.imgholder{
    height: 100%;
    width: 100%;
    position: relative;
}
.imagefit{
    width: 100% !important;
    object-fit: cover;
    height: inherit !important;
}
.height-230{height:14.375rem}
.height-320{height:20rem;}
.list-pagination-1 .dots {
    padding: 0 5px;
}
.amenities-list{
    height: 20px;
}
.filteramenities{
    height: 18px;
}
.category-card-btn.noprice{
    bottom: 40%;
}
.info-map img{
    border-radius: 18px;
}
.policy_columns{
    display: grid;
    gap: 10px;
}
.policy_columns p {
    padding: 10px;
}

@media screen and (max-width: 600px) {
    .policy_columns {
        grid-template-columns: 1fr;
    }
}
.imgholdermain{
    height: 32.625rem;
}
.imgholdersmall{
    height: 10.7rem;
}
.imgholdermain .img, .imgholdersmall .img{
    height: 100%;
    width: 100%;
    position: relative;
}
.imgholdermain .img img, .imgholdersmall .img img{
    width: 100%;
    object-fit: cover;
    height: inherit;
}
.card-columns {
        column-count: 5;
}
.card-columns .card{
    overflow: hidden;
}
.card-columns img{
    width: 100%;
    transition: transform 0.3s ease; /* Dodajemo prijelaz za glatki efekat */
}
.card-columns img:hover{
    transform: scale(1.1); /* Povećavamo veličinu slike na 110% kad je miš iznad */
}
@media screen and (max-width: 768px) {
    .card-columns {
        column-count: 2;
    }
}
.imgmodal{
    position: fixed;
    z-index: 99999;
    width: 90%;
    top: 5%;
    background: white;
    padding: 20px;
    left: 5%;
    height: 90%;
    border-radius: 15px;
    overflow: auto;
    box-shadow: 0px 0px 25px #00000040;
}
.closeimgmodal{
    text-align: right;
    margin: 0px 5px 20px;
}
.sticky-menu {
    top: 0px;
}
.sticky-menu.sticky {
    top: 130px;
    position: fixed;
    width: 100%;
    background-color: #ffffff;
    z-index: 1000;
    transition: top 0.3s ease;
    border-radius: 10px;
    box-shadow: 0px 0px 25px #00000040;
}
#reserve{
    border: 0px;
    width: 100%;
    text-transform: uppercase;
}
.alert-success{
    color: #006957;
    background-color: #ccf4ed;
    border-color: #b8f0e6;
}
.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 0 solid transparent;
    border-radius: 0.3125rem;
}

input.error {
    border: 2px solid red;
    animation: fadeOut 3s forwards;
}
/* Define the fadeOut animation */
@keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
.dropdown-menu .dropdown-header{
    padding-left: 0px;
}
.dropdown-select.bootstrap-select .dropdown-header .text{
    font-size: inherit;
}
.dropdown-select.bootstrap-select .dropdown-header .text:hover{
    cursor: pointer;
}
.list-acc img {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    width: 100%;
    height: auto;
}
.filter-option-inner-inner{
    display: block!important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.bs-ok-default,.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark{
    display: inline-block !important;
    position: relative;
    width: 15px;
    height: 15px;
    right: inherit !important;
    top: inherit !important;
}
.bs-ok-default:before{
    content:"";
    width: 20px;
    height: 20px;
    position: absolute;
    border: 1px solid #67747c;
    border-radius: 50%;
    left: -10px;
}
.bs-ok-default:after{
    left: -4px;
    position: absolute;
    top: 2px;
    opacity:0;
}
.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark:after{
    opacity:1;
}
#children-ages, #children-ages1{
    margin-right: 0px;
    margin-left: 0px;
    padding: 6px;
}
.blogs-date.d-flex{
    justify-content: space-between;
    align-items: center;
}
.googlemapsbox{
    text-align: center;
}
.googlemapsbox h3{
    font-size: 18px;
}
.googlemapsbox p a{
    background: #297cbb;
    color: white;
    padding: 5px 10px;
    border-radius: 15px;
    margin-top: 10px;
    font-weight: 400;
    display: inline-block;
}
.googlemapsbox img{
    border-radius: 5px;
}