.main-wrapper{
    position:relative;
}
#theme_header{
    position:absolute;
}
    #theme_header.header_sticky.sticky {
        position: fixed;
        background-color: var(--background-color);
        top:0;
    }
#preloader {
    opacity: 0.8;
}
#hotellista .strip_list {
}

#hotellista .strip_list figure {
    border-radius: var(--bs-border-radius-sm) !important;
    width: 183px;
    height: 185px;
}

    #hotellista .strip_list figure img {
        height: 100%
    }

@media (max-width: 767px) {
    #hotellista .strip_list figure img {
        /* For less than 767px */
        height: 150px;
    }
}

#toTop{
    bottom:80px;
}

#hotellista .tags a {
    background-color: #d2d2d2;
    color: gray;
    padding: 3px;
    font-size: 75%;
    border-radius: 1px;
}

#hotellista .strip_list ul {
    margin-left: 0 !important
}

#hotellista .custom-title-1 {
    background-color: #ffffff !Important;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
}
@media only screen and (max-width: 991px) {

    .main-menu {
        overflow-y: auto;
    }
}



/* Componentlerdeki Carousel için Global CSS*/

.carousel .carousel-control-prev,
.carousel .carousel-control-next {
    width: 85px;
    background: rgb(0 0 0 / 34%);
    border-radius: 4px;
    min-height: 100px;
    height: 25%;
    top: 0;
    transform: translateY(0);
    position: absolute;
    opacity: 0.3;
}

.carousel .carousel-control-prev {
    left: 0;
}

.carousel .carousel-control-next {
    right: 0;
}

.carousel:hover .carousel-control-prev,
.carousel:hover .carousel-control-next {
    opacity: 1;
}
 
@media (max-width: 768px) {
    .carousel .carousel-control-prev {
        left: 0;
    }

    .carousel .carousel-control-next {
        right: 0;
    }
}

/* Componentlerdeki Carousel için Global CSS*/
