@import url('https://fonts.cdnfonts.com/css/helvetica-neue-lt-pro-55');
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital@1&display=swap');


/* CUSTOM FONTS FROM HOST ********************/

@font-face {
    font-family: 'helvetica_neue_lt_probold';
    src: url('../fonts/helvetica_neue_lt_pro_77_bold_condensed-webfont.woff2') format('woff2'),
         url('../fonts/helvetica_neue_lt_pro_77_bold_condensed-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Helvetica Neue LT Pro';
    src: url('../fonts/Helvetica-Neue-LT-Pro-45-Light.woff2') format('woff2'),
         url('../fonts/Helvetica-Neue-LT-Pro-45-Light.woff') format('woff'),
}

/* CUSTOM COLORS VARIABLES *******************/

:root {
    --main-color: #1a1a1a;
    --highlight-color: #ff8c74;
    --secondary-color: #d8d5d3;
    --gradient-color: transparent;
    --gradient-color2: #a9d3e2;
}
body {
    font-family: 'Helvetica Neue LT Pro', sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 24px;
}
i:not([class*="fa-"]) {
    font-family: "Libre Baskerville", serif;
    font-weight: 400;
    font-style: italic;
}
b, strong {
    font-weight: 400;
    font-size: larger;
    text-shadow: 0 0 1px rgba(0, 0, 0, 1);
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'helvetica_neue_lt_probold', sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
    line-height: 1;
}
#widget-8 h1 {
    color: #b6b4b2;
}
#widget-8 h2 {
    font-size: 36px;
}
/*
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-family: 'your_own_font2', sans-serif;
    font-weight: 200;
    text-transform: uppercase;
    letter-spacing: 0.09em;
}*/

/* H2 CUSTOM *********************************

h2 {
    font-size: 52px;
    position: relative;
    margin-bottom: 70px;
}*/

/* H2 UNDERLINE ******************************

h2::after {
    content: '';
    display: block;
    width: 200px;
    height: 1px;
    background: var(--highlight-color);
    position: absolute;
    bottom: -30px;
    left: 0;
}
h2.text-center::after, h2[style*="text-align:center"]::after,
.text-center h2::after, [style*="text-align:center"] h2::after {
    transform: translateX(-50%);
    margin-left: 50%;
    left: auto !important;
}*/

.preheader .btn {
    border-radius: 0;
    padding-top: 23px;
    padding-bottom: 23px;
    color: var(--main-color);
    background-color: var(--highlight-color);
}
.btn::before {
    top: 50%;
    margin-top: -10px;
    height: 20px;
}
header.header-1 .main-menu ul>li>a {
    font-family: 'helvetica_neue_lt_probold', serif;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 22px;
    text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
}
header.header-1 .main-menu ul>li>ul {
    width: auto;
    max-width: 320px;
}
header.header-1 .main-menu ul>li>ul>li>a {
    white-space: nowrap;
}
header.header-1 .main-menu ul>li>ul>li>a:hover {
    color: var(--highlight-color);
}
.mobile-nav__contact li {
    font-size: 18px;
    font-weight: normal;
}
.hero-1 .hero-contents h1 {
    color: var(--highlight-color);
    font-size: 46px;
    text-transform: none;
    line-height: 46px;
}

/* SLIDE HEADING *****************************/

.hero-1 .hero-contents h1 {
    color: var(--highlight-color);
    font-size: 72px;
    text-transform: none;
    line-height: .3;
}
.hero-1 .hero-contents h1 small {
    font-family: 'helvetica_neue_lt_probold', serif;
    color: var(--main-color);
    font-size: 68px;
    text-transform: none;
}
.hero-1, .hero-1 .owl-item, .hero-1 .single-slide.bg-cover {
    height: calc(100vh);
    min-height: 700px;
    max-height: 1440px;
}
.hero-1 .hero-contents {
    top: 25%;
}
@media (min-width: 1601px) {
    .hero-1 .hero-contents {
        top: 25%;
    }
}
.hero-1 .hero-contents p, .parallax-wrap p, .video-content p {
    margin-bottom: 20px;
    color: var(--main-color);
    font-size: 40px;
    line-height: 44px;
}
.hero-1 .single-slide.bg-cover::before {
    display: none;
}
.hero-social-elements .flp-text p {
    font-weight: 500;
}

/* CUSTOM BUTTONS ****************************/

.btn {
    color: var(--main-color);
    line-height: 1;
    padding: 27px 53px;
    font-size: 20px;
    border-radius: 33px;
    letter-spacing: 2px;
    font-family: 'helvetica_neue_lt_probold';
    border-width: 0;
    text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
}
.btn:hover {
    padding-left: 65px;
    padding-right: 41px;
    background-color: #5C636A;
}
.btn-secondary {
    background-color: var(--secondary-color);
}
/* SERVICE CARD WITHOUT BORDERS **************/

.single-service-card {
    border: none;
    background-color: transparent;
    box-shadow: none;
}
.single-service-card .content {
    padding: 20px 0;
}
.single-service-card .content h4 {
    font-size: 16px;
}
.single-service-card .content .read-more {
    color: var(--highlight-color);
    text-transform: uppercase;
    font-weight: normal;
    font-size: 16px;
    font-family: 'helvetica_neue_lt_probold';
}
.img-container, .image-link {
    border-radius: 15px;
}
.image-link {
    overflow: hidden;
    display: inline-block;
}
.project-item-card .img-container.md {
    height: 486px;
}
.project-item-card .contents {
    left: 0;
    opacity: 1;
    visibility: visible;
}
p.lead a {
    color: var(--highlight-color);
}
@media (min-width: 1800px) {
    .d-xxl-block {
        display: block !important;
    }
}
@media (max-width: 1799px) {
    .d-xxl-block {
        display: none !important;
    }
}

/* PARALLAX POLYGON **************************

.parallax-wrap {
    background-color: #434F5B;
    padding: 10vh 10vh 8vh 10vh;
    min-height: 450px;
    transform: translate3d(0, 0, 0);
    clip-path: polygon(0 18%, 100% 0, 100% 100%, 0% 100%);
}*/

/* INVERSE FOOTER COLORS *********************

.footer-2 .footer-widgets-wrapper {
    background-color: #fff;
}
.footer-2 .footer-bottom {
    background-color: var(--main-color);
}
.footer-wrap .single-footer-wid.site_info_widget .single-contact-info .icon {
    color: var(--highlight-color)!important;
}
.footer-bottom * {
    color: #fff!important;
}*/

@media (min-width: 1600px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1520px;
    }
}
@media (min-width: 1800px) {
    .container-padding {
        padding-left: 120px;
        padding-right: 120px;
    }
    header.header-1>.container-fluid,
    .hero-1 .container-fluid {
        padding: 30px 140px 20px 260px;
    }
}

#widget-14 {
    background: linear-gradient(90deg, #262625 60%, #584e4c);
    font-size: 36px;
    line-height: normal;
}
#widget-14 a[href^="tel:"] {
    font-size: 40px;
    color: var(--highlight-color) !important;
    font-family: 'helvetica_neue_lt_probold';
    line-height: 1;
    display: inline-block;
    margin-bottom: 15px;
}
#widget-14 a[href^="tel:"]::before {
    font-family: 'Font Awesome 6 Pro';
    content: '\f095';
    margin-right: 15px;
}
.footer-widgets-wrapper {
    background-image: url(../images/bg-footer.jpg);
    background-repeat: no-repeat;
    background-position: top left;
}
@media (max-width: 1400px) {
    .logo img {
        max-height: 150px;
    }
}
@media (max-width: 992px) {
    body {
        font-size: 16px;
        line-height: 22px;
    }
    header .preheader {
        height: 52px;
        line-height: 52px;
    }
    .preheader .btn {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .hero-1 .hero-contents {
        top: 30%;
    }
    .hero-1 .hero-contents h1, .hero-1 .hero-contents h1 small {
        font-size: 46px;
        line-height: 46px;
        margin-top: 0;
    }
    .hero-1 .hero-contents p, .parallax-wrap p, .video-content p {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 0;
    }
    .btn {
        font-size: 16px;
        padding-left: 40px;
        padding-right: 40px;
        letter-spacing: 0px;
    }
    .btn:hover {
        padding-left: 52px;
        padding-right: 28px;
    }
    #widget-14 {
        font-size: 32px;
    }
    #widget-14 a[href^="tel:"] {
        font-size: 36px;
    }
}
figure.table td {
    padding: 10px;
}
.content  p.lead {
    border-left: 10px solid var(--highlight-color);
    line-height: 1.2;
    background: #212121;
    color: #fff;
    padding: 30px;
    border-radius: 20px;
}
footer .btn:not(:hover) {
    color: #212121 !important;
}
