@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Text:ital@0;1&family=Mulish:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');

body {
    background: #1C1C20;
    color: #FFFFFF;
}

h1 {
    font: italic 400 60px/0.9em 'DM Serif Text', sans-serif;
    letter-spacing: 0.04em;
    color: #460000;
    text-transform: uppercase;
}

h1 .word span {
    font-size: 85px;
}

h2,
h3 {
    font: italic 400 36px/1.6em 'DM Serif Text', sans-serif;
    color: #FFFFFF;
}

div,
p {
    font: 400 14px/1.5em 'Mulish', sans-serif;
    color: #222222;
}

a {
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.3s ease-out;
}

ul {
    list-style-type: none;
}

.word {
    white-space: nowrap;
}

.subtitle,
.subtitle a {
    font: 800 13px/1.2em 'Nulish', sans-serif;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #BAA375;
}

.section-title {
    font: italic 400 28px/1.6em 'DM Serif Text', sans-serif;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #FFFFFF;
}

.section-title .word span {
    text-transform: uppercase;
    font-size: 36px;
    color: #FFFFFF;
}

.background-dark {
    background: #1C1C20;
}

/* Top bar */

section.top-bar {
    position: absolute;
    width: 100%;
    padding: 38px 0;
    z-index: 10;
}

section.top-bar .row {
    align-items: center;
}

section.top-bar .primary-menu-wrap {
    display: flex;
    justify-content: flex-end;
    align-content: center;
}


/* NAVIGATION */
#navigation.primary-wrap {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 100%;
    text-align: center;
    overflow-y: auto;
    width: 100%;
    padding: 60px 48px;
    background: rgba(255, 2555, 255, 0.9);
    transition: all 0.3s ease-out;
    z-index: 9999;
}

#navigation.primary-wrap.show {
    left: 0;
    transition: all 0.2s ease-in;
}

#navigation .nav-button-close {
    width: 100%;
    text-align: right;
}

#navigation .nav-button-close a {
    display: inline-block;
    padding: 10px;
    width: 18px;
    height: 18px;
    box-sizing: content-box;
}

#navigation .nav-button-close a::before {
    content: '';
    width: 18px;
    height: 18px;
    display: block;
    background: url("../img/close-ico.svg") 0 0 / contain;
}

#navigation .nav-button-close a:hover {
    opacity: 0.4;
}

#navigation.primary-wrap #menu-primary-menu {
    display: inline-block;
    text-align: left;
}

#navigation.primary-wrap a {
    font: 700 18px/1.4em 'Mulish', sans-serif;
    text-transform: none;
    color: #222222;
}

#navigation.primary-wrap li {
    position: relative;
}

#navigation.primary-wrap .button-show {
    position: absolute;
    top: 30px;
    left: -40px;
    display: inline-block;
    width: 14px;
    height: 14px;
    cursor: pointer;
    background: url("../img/plus-ico.svg") center center / contain;
}

#navigation.primary-wrap li.show .button-show {
    background: url("../img/minus-ico.svg") center center / contain;
}

#navigation.primary-wrap li .sub-menu {
    max-height: 0;
    overflow: hidden;
    transition: all 0.4s ease-out;
}

#navigation.primary-wrap li.show .sub-menu {
    max-height: 100vh;
    transition: all 0.3s ease-in;
}

#navigation.primary-wrap .sub-menu li {
    margin-bottom: 18px;
}

#navigation.primary-wrap #menu-primary-menu .sub-menu a {
    font: normal 700 18px/1.2em 'Mulish', sans-serif;
    text-transform: none;
    letter-spacing: 0.02em;
    color: #222222;
}

#navigation.primary-wrap #menu-primary-menu a {
    font: italic 400 24px/3em 'DM Serif Text', sans-serif;
    text-transform: uppercase;
    color: #460000;
}

#navigation.primary-wrap #menu-primary-menu .uppercase a {
    font-size: 24px;
    font-weight: 400;
}

#navigation.primary-wrap #menu-primary-menu a .word {
    font-size: 24px;
    font-weight: 400;
}

#navigation.primary-wrap #menu-primary-menu .uppercase a .word,
#navigation.primary-wrap #menu-primary-menu a .word span {
    font-size: 30px;
    font-weight: 400;
}

#navigation.primary-wrap #menu-primary-menu .uppercase a .word span {
    text-transform: none;
}

#navigation.primary-wrap #menu-primary-menu a:hover {
    opacity: 0.4;
}

/* END NAVIGATION */


section.top-bar .primary-menu-button {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: end;
    width: 50px;
    height: 36px;
    margin-right: -10px;
    padding: 10px;
}

section.top-bar .primary-menu-button:hover {
    opacity: 0.4;
}

section.top-bar .primary-menu-button span {
    display: inline-block;
    background: #640000;
    width: 100%;
    height: 2px;
}

section.top-bar .primary-menu-button span:first-child,
section.top-bar .primary-menu-button span:last-child {
    width: 22px;
}

.fc-button {
    font: 700 14px/1.1em 'Mulish', sans-serif;
    display: inline-block;
    padding: 15px 32px;
    background: #640000;
    color: #FFFFFF;
    border: 1px solid #640000;
}

.fc-button:hover,
.fc-button:active {
    color: #640000;
    background: #FFFFFF;
}

.logo-wrap {
    max-width: 190px;
}


/* SLIDER pagination */
.splide__pagination__page {
    width: 6px;
    height: 6px;
    padding: 8px;
    border: 1px solid transparent;
    background: transparent;
    position: relative;
}

.splide__pagination__page::before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #FFFFFF;
    position: absolute;
    top: 5px;
    left: 5px;
}

.splide__pagination__page.is-active {
    transform: none;
    border-color: #FFFFFF;
    background: transparent;
}

.splide__pagination {
    bottom: 60px;
}

.container-fluid {
    padding: 0 45px;
}

.description {
    font: 400 14px/1.8em 'Mulish', sans-serif;
    color: #FFFFFF;
}


/* FOOTER */

.site-footer .footer-wrap {
    padding: 82px 0 116px 0;
}

.site-footer * {
    font-size: 14px;
    color: #BAC2C9;
    margin: 0;
    text-transform: none;
}

.site-footer .form-description {
    color: #FFFFFF;
}

.site-footer #site-info .content-wrap {
    display: flex;
    align-items: center;
    height: 60px;
    border-top: 1px solid rgba(186, 194, 201, 0.6);
}

.site-footer .section-title,
.site-footer .section-title .word {
    margin-bottom: 18px;
    color: #FFFFFF;
    text-transform: uppercase;
}

.site-footer .request-form {
    padding-right: 68px;
}

.site-footer .request-form .section-title,
.site-footer .request-form .section-title .word {
    font-size: 24px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #BAA375;
    margin-bottom: 10px;
}

.site-footer .request-form .form-code {
    margin-top: 24px;
}

.site-footer .request-form .section-title .word span {
    text-transform: uppercase;
    color: #BAA375;
    font-size: 30px;
}

.site-footer .section-title .word span {
    font-size: 18px;
}

.site-footer .menu-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.site-footer .menu-section > div:nth-child(2n) {
    width: 100%;
    max-width: 206px;
}

.site-footer .email a {
    text-transform: none;
}

.site-footer .address,
.site-footer .phone {
    margin-bottom: 14px;
    max-width: 241px;
}

.site-footer #site-info * {
    font-size: 13px;
}

.site-footer #site-info .content-wrap {
    display: flex;
    justify-content: space-between;
}

.site-footer ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.site-footer .footer-wrap ul {
    margin-bottom: 52px;
}

.site-footer .footer-wrap ul.footer-menu-wrap li:not(:last-child) {
    margin-bottom: 10px;
}

.site-footer #site-info #menu-privacy-policy-menu {
    display: flex;
}

.site-footer #site-info #menu-privacy-policy-menu li:not(:last-child) {
    margin-right: 32px;
}

.site-footer .address {
    padding-left: 24px;
    position: relative;
}

.site-footer .address:before {
    content: '';
    width: 12px;
    height: 12px;
    background: no-repeat url("../img/address-ico.svg") 0 0 / contain;
    position: absolute;
    top: 4px;
    left: 0;
    display: block;
}

.site-footer .phone {
    padding-left: 24px;
    position: relative;
}

.site-footer .phone:before {
    content: '';
    width: 16px;
    height: 16px;
    background: no-repeat url("../img/phone-ico.svg") 0 0 / contain;
    position: absolute;
    top: 2px;
    left: 0;
    display: block;
}

.site-footer .email {
    padding-left: 24px;
    position: relative;
}

.site-footer .email:before {
    content: '';
    width: 14px;
    height: 10px;
    background: no-repeat url("../img/email-ico.svg") 0 0 / contain;
    position: absolute;
    top: 6px;
    left: 0;
    display: block;
}


/* SOCIAL BUTTONS */
.site-footer ul.social-buttons {
    list-style-type: none;
    display: flex;
    padding: 0;
    margin: 0;
}

.site-footer ul.social-buttons li {
    margin-right: 10px;
    display: flex;
    align-items: center;
}

.site-footer ul.social-buttons li:last-child {
    margin-right: 0;
}

.footer-social svg path {
    fill: #FFFFFF;
}

.footer-social ul.social-buttons a svg {
    width: 14px;
    height: auto;
}

ul.social-buttons a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    width: 30px;
    height: 28px;
    color: #4E565C;
    border: 1px solid;
}

ul.social-buttons a svg path {
    transition: all 0.4s ease-out;
}

.site-footer a:hover {
    color: #640000;
}

ul.social-buttons a:hover svg path {
    fill: #640000;
}

/* END SOCIAL BUTTONS */

.row > * {
    padding-right: 15px;
    padding-left: 15px;
}


/* MEDIA */

@media only screen and (max-width: 1200px) {
    footer.site-footer .footer-wrap .menu-section > div {
        max-width: 50%;
    }
}

/* ( < 1200 ) */


@media only screen and (max-width: 768px) {
    .container,
    .container-fluid,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        padding: 0 15px;
    }

    h1 {
        font-size: 40px;
    }

    h1 .word span {
        font-size: 54px;
    }

    .subtitle {
        font-size: 11px;
    }

    section.services-slider .subtitle,
    section.title-description .subtitle {
        margin-bottom: 10px;
    }

    section.billboard-slider .splide__slide .billboard-description {
        font-size: 16px;
    }

    .section-title div {
        font-size: 24px;
    }

    .section-title .word {
        font-size: 24px;
    }

    .section-title .word span {
        font-size: 30px;
    }

    .description {
        font-size: 13px;
    }

    section.testimonials-slider .slider .item-title,
    #navigation.primary-wrap a {
        font-size: 16px;
    }

    section.testimonials-slider .slider .item-description {
        font-size: 14px;
    }

    .primary-wrap ul {
        padding-left: 20px;
    }

    .site-footer .request-form {
        padding: 0;
    }

    .site-footer .section-title .word {
        font-size: 14px;
    }

    .site-footer .section-title .word span {
        font-size: 18px;
    }

    .site-footer .row {
        margin: 0 -15px;
    }

    .site-footer .menu-section {
        margin-top: 44px;
    }

    .site-footer #footer1,
    .site-footer #footer2 {
        max-width: 50%;
    }

    .site-footer .social-media {
        margin-top: 30px
    }

    .site-footer .footer-wrap {
        padding: 40px 0 50px 0;
    }

    .site-footer #site-info * {
        font-size: 11px;
    }

    footer.site-footer .footer-wrap .menu-section > div:not(.widget-area) {
        max-width: 100%;
    }
}

/* ( < 768 ) */


/* Projects */
section.projects {
    max-width: 1490px;
    margin: 0 auto;
}

section.projects .gallery-categories {
    margin-top: 80px;
}

section.projects .gallery-categories .categories-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

section.projects .gallery-categories .item {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 54px;
    position: relative;
}

section.projects .gallery-categories .item:hover::before,
section.projects .gallery-categories .item.active::before {
    content: '';
    position: absolute;
    width: 60px;
    height: 2px;
    background: #BAA375;
    top: 0;
    left: 50%;
    margin-left: -30px;
}

section.projects .gallery-categories .item:hover::after,
section.projects .gallery-categories .item.active::after {
    content: '';
    position: absolute;
    width: 60px;
    height: 2px;
    background: #BAA375;
    bottom: 0;
    left: 50%;
    margin-left: -30px;
}

section.projects .gallery-categories a {
    font: 700 14px/54px 'Mulish', sans-serif;
    color: #FFFFFF;
}

section.projects .gallery-wrap {
    margin-top: 50px;
}

section.projects .gallery-wrap .item {
    margin-top: 30px;
}

section.projects .gallery-wrap .item-image {
    position: relative;
    height: 0;
    padding-top: 90%;
}

section.projects .gallery-wrap .image-wrap {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

section.projects .gallery-wrap .image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.projects .gallery-wrap .item-title,
section.projects .gallery-wrap .item-title a {
    font: italic 400 24px/2em 'DM Serif Text', sans-serif;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    text-transform: capitalize;
    margin-top: 15px;
}

section.projects .gallery-wrap .subtitle,
section.projects .gallery-wrap .subtitle a {
    font-size: 14px;
}

section.projects .pagination-wrap {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    color: #FFFFFF;
}

section.projects .pagination-wrap a,
section.projects .pagination-wrap .current {
    font: 600 16px/1.4em 'Mulish', sans-serif;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 44px;
    margin-left: 6px;
    padding: 0 12px;
    position: relative;
}

section.projects .pagination:not(:empty) {
    border: 1px solid rgba(255, 255, 255, 0.2);
}

section.projects .pagination-wrap a:not(.next):not(.prev):hover::after,
section.projects .pagination-wrap .current::after {
    content: '';
    display: block;
    width: 10px;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    background: #BAA375;
}

section.projects .pagination .prev,
section.projects .pagination .next {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 44px;
    margin: 0;
    padding: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 0;
    position: relative;
}

section.projects .pagination .prev::after,
section.projects .pagination .next::after {
    content: '';
    width: 8px;
    height: 8px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -4px 0 0 -4px;
    background: url("../../img/arrow-prev-ico.svg") 0 0 / contain;
    transition: all 0.3s;
}

section.projects .pagination .next::after {
    background: url("../../img/arrow-next-ico.svg") 0 0 / contain;
}

section.projects .pagination .prev {
    border-left: none;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

section.projects .pagination .prev:hover::after,
section.projects .pagination .next:hover::after {
    opacity: 0.4;
}

section.projects .pagination .dots {
    display: flex;
    align-items: flex-end;
    padding-bottom: 4px;
    justify-content: center;
    margin-left: 7px;
}


/*.projects .item-title, .projects .subtitle {
    display: none;
}*/

div#categories-slider {
    margin-bottom: 39px;
}

.project-gallery {
    display: flex;
    flex-wrap: wrap;
    margin: -10px; 

.gallery-item {
    width: calc(49% - 20px);
    margin: 10px;
    box-sizing: border-box;
}

.gallery-item img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 5px;
}

@media (max-width: 768px) {
    .gallery-item {
        width: calc(49% - 20px);
    }
}

@media (max-width: 480px) {
    .gallery-item {
        width: calc(100% - 20px);
    }
}

/* MEDIA */

@media only screen and (min-width: 991px) {
    section.projects .splide.is-initialized:not(.is-active) .splide__list {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    section.projects .slider.splide {
        width: 100%;
    }

    section.projects .splide__track {
        overflow: visible;
    }
}

/* ( > 991 ) */


@media only screen and (max-width: 1200px) {
    section.projects .gallery-categories a {
        font-size: 13px;
    }
}

/* ( < 1200 ) */


@media only screen and (max-width: 991px) {
    section.projects .slider.splide {
        max-width: 100%;
    }

    section.projects .slider.splide a {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
}

/* ( < 991 ) */
