@import "menu-drawer.css";
@import "body.css";
@import "footer.css";
@import "main-page/main-page-content.css";
@import "gallery-page/gallery-page.css";
@import "contact-page/contact-page.css";
@import "granites-page/granites-page.css";
@import "offer-page/offer-page-content.css";
@import "monuments-page/monuments-page.css";

* {
    margin: 0;
    padding: 0;
}


@media not screen and (max-width: 1024px) {
    #header {
        padding-left: 264px;
    }

    #content {
        padding-left: 240px;
    }

    .drawer {
        left: 0px;
    }
}

#offer-page, #monuments-page ul li {
    list-style-type: disc;
}


.fullscreen-spinner-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

#scroll-to-up-button {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #ff7034;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
}

#scroll-to-up-button:hover {
    background-color: #555;
}

#gallery-page img, #granites-page img, #monuments-page img, #offer-page img, #main-page img {
    background: url("../assets/gifs/giphy.gif") no-repeat center center;
}

.page-item.active .page-link{
    z-index: 0!important;
}