@import url('https://fonts.googleapis.com/css2?family=Marcellus&display=swap');
.marcellus-regular {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
}
span li {
    color: #1b1b19;
    font-size: 17px !important;
    font-family: 'Gotham', sans-serif !important;
}
.copyright.text-left p {
    font-size: 13px !important;
}
.contact-enquire-form form button[type=submit] {
    background-color: #364025;
}
#backtoTopbutton {
    bottom: 22% !important;
    right: 4.5%;
}
p {
    font-size: 17px;
}
a.nav-link.active {
    text-underline-offset: 10px;
    text-decoration: underline;
    color: #374126 !important;
}
.hover-button-icon:hover {
    transform: scale(1.2);
}
.hover-button-icon {
    transition: transform .2s;
}
/* Force Owl's animate.css transitions to 5 seconds */
.owl-carousel .animated,
.owl-carousel .owl-animated-in,
.owl-carousel .owl-animated-out {
  animation-duration: 5s !important;
}
.footerContain .footer-titles {
    color: #ffffff !important;
    font-family: 'Marcellus' !important;
}
.middle-nav {
    margin-top: 40px !important;
}
.sticky-header {
    z-index: 100 !important;
}
.photo img:hover {
    transform: scale(1.1);
}
.photo img {
    overflow: hidden;
}
.photo img {
    width: 100%;
    height: auto;
    border-radius: 5px;
    object-fit: cover;
    display: block;
    width: 100%;
    height: auto;
    cursor: pointer;
    transition: transform 0.4s ease;
}
#backtoTopbutton {
    background-color: #364025 !important;
}
h1, h2, h3 {
    font-family: "Marcellus", serif !important;
    font-weight: 600;
}
.diy-page-introduction {
    margin-top: 10px !important;
}
.home-masonary-grid {
    background-color: #364025 !important;
    padding: 70px;
}
.home-feature-text {
    background-color: #364025 !important;
}
.home-feature-text .intro-article p {
    color: #ffffff !important;
}
.home-feature-text .text-center {
    text-align: center !important;
    color: white;
}
main {
    margin-top: -2px;
}
.swap-fonts, footer a, .website-design-by *, copyright * {
    color: #ffffff;
}
.owl-carousel.owl-theme.page-banner-slider.owl-loaded.owl-drag {
    margin-top: 110px;
}
.middle-nav .desktop-logo, .mobile-logo {
    max-width: 100%;
    width: 240px;
}
.desktop-logo {
    max-width: 250px;
    margin-top: 4px;
}
.navigation-block .nav-main {
    min-height: 14vh !important;
}
footer.container-fluid {
    background: #ffffff !important;
}
.home-introduction {
    background-color: #ffffff !important;
}
.home-feature-text .intro-article p {
    padding-bottom: 70px;
}
footer.container-fluid {
    background: #364025 !important;
}
.footerContain .footer-titles {
    color: #ffffff !important;
}
.owl-theme .owl-nav.disabled + .owl-dots {
    display: none;
}
@media only screen and (max-width: 1440px) {
    .article-info {
        line-height: 26px;
        padding-top: 20px;
        font-size: 15px !important;
        font-weight: 300;
    }
    span li {
        color: #1b1b19;
        font-size: 15px !important;
        font-family: 'Gotham', sans-serif !important;
    }
    p {
        font-size: 15px !important;
    }
    .specific.text .about_title {
        text-align: left !important;
    }

}
@media only screen and (max-width: 768px) {
    p {
        font-size: 15px !important;
    }
    #backtoTopbutton {
        bottom: 25% !important;
        right: 13.5%;
    }
    .articles span {
        height: 100% !important;
    }
    .desktop-logo, .mobile-logo {
        max-width: 60% !important;
    }
    button.grid-images-load-more.btn.see-more-btn.smlBtn {
        display: none;
    }
    .owl-carousel.owl-theme.page-banner-slider.owl-loaded.owl-drag {
        margin-top: 90px;
    }
    .home-masonary-grid {
        background-color: #364025 !important;
        padding: 20px !important;
    }
}
