/* CUSTOM FONTS FROM GOOGLE ******************

@import url('https://fonts.googleapis.com/css2?family=your_own_font&display=swap');*/

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

@font-face {
    font-family: 'your_own_font2';
    src: local('your_own_font2'), url('../fonts/your_own_font2.woff') format('woff');
}*/
@font-face {
    font-family: 'museo_sans500';
    src: url('../fonts/museosans_500-webfont.woff2') format('woff2'),
         url('../fonts/museosans_500-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'MuseoSansCyrl-300';
    src: url('../fonts/MuseoSansCyrl-300.woff2') format('woff2'),
         url('../fonts/MuseoSansCyrl-300.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'MuseoSansCyrl-100';
    src: url('../fonts/MuseoSansCyrl-100.woff2') format('woff2'),
         url('../fonts/MuseoSansCyrl-100.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'MuseoSansCyrl-300', sans-serif;
    font-weight: 300;
}

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

:root {
    --main-color: #373737;
    --highlight-color: #64B7FF;
    --gradient-color: linear-gradient(to right, #000, #373737);
    --gradient-color2: linear-gradient(to right, #373737, #555);
}

/* CUSTOM HEADINGS ***************************/

h1, h2, .btn {
    font-family: "MuseoSansCyrl-300", sans-serif;
    font-weight: normal;
}
h3, h4, h5 {
    font-family: "MuseoSansCyrl-100", sans-serif;
    font-weight: normal;
}
.page-banner-wrap .page-heading h1 {
    font-size: 60px;
    line-height: 110%;
}
/*
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;
}*/

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

.hero-1 .hero-contents h1 {
    color: #0c1f31;
    font-size: 62px;
}*/

/* SLIDE PARAGRAPH ***************************

.hero-1 .hero-contents p {
    color: #888888;
}*/

/* HIDE SLIDE OVERLAY ************************

.hero-1 .single-slide.bg-cover::before {
    display: none;
}*/

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

.btn-primary.active, .btn-primary:hover, .btn-reverse {
    box-shadow: 80px 0 190px -100px var(--highlight-color) inset;
}

/*.btn {
    font-weight: normal;
    text-transform: uppercase;
    padding: 20px;
}*/

/* SERVICE CARD WITHOUT BORDERS **************

.single-service-card {
    border: none;
    background-color: transparent;
    box-shadow: none;
}*/

/* 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;
    border-top: 1px solid #ccc;
}
.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;
}

.project-item-card .contents {
    visibility: visible;
    opacity: 1;
    left: 0;
    position: relative;
}
.hero-1 .single-slide.bg-cover::before {
    background: none;
}
.sticky .flex-column .logo {
    display: none;
}
.side-info {
    background: rgb(57 77 135 / 50%);
    backdrop-filter: blur(7px);
}
.side-info .side-info-content .offset__widget.offset__header .offset__logo {
    width: auto;
}
.single-service-card .content .read-more {
    font-weight: 300;
}
.wid-title h3 {
    font-family: "MuseoSansCyrl-300", sans-serif;
}
.parallax-wrap h2 {
    font-size: 40px;
}
header.header-1 .main-menu ul>li>a {
    font-weight: 300;
}
body:not(#page-1) .img-container.md {
    height: 294px;
}
body:not(#page-1) .project-item-card .contents {
    position: absolute;
    bottom: 60px;
    width: 100%;
    text-align: center;
}
body:not(#page-1) .project-item-card .contents h3 {
    font-size: 1.3rem;
}
body:not(#page-1) .project-item-card .contents .project-link {
    top: -10px;
}