﻿
h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    line-height: 1.3em;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 15px;
}

.bg-image {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.bg-overlay {
    position: relative;
}

    .bg-overlay:before {
        content: "";
        position: absolute;
        background-color: black;
        width: 100%;
        height: 100%;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 1;
        opacity: 0.5;
    }

    .bg-overlay > div {
        position: relative;
        z-index: 2;
    }


.hero-block {
    color: black;
    padding-top: 200px;
    padding-bottom: 300px;
    margin-bottom:50pt;
}

    .hero-block .hero-title {
        font-weight: normal;
        color: black;
        font-size: 80px;
        position: relative;
        margin-bottom: 12px;
        line-height: 1.3em;
    }

        .hero-block .hero-title > span {
            font-weight: 700;
            display: block;
        }

@media only screen and (max-width: 1366px) {
    .hero-block {
        margin-bottom: 0pt;
    }
    
}

@media only screen and (max-width: 1199px) {
    .hero-block .hero-title {
        font-size: 60px;
        line-height: 1.2em;
        margin-bottom: 15px;
    }
    .hero-block .hero-title {
        font-size: 72px;
    }
}

@media only screen and (max-width: 991px) {
    .hero-block .hero-title {
        font-size: 54px;
    }

   
}

@media only screen and (max-width: 767px) {
    .hero-block .hero-title {
        font-size: 44px;
    }
}

@media only screen and (max-width: 575px) {
    .hero-block .hero-title {
        font-size: 40px;
    }
}

@media only screen and (max-width: 420px) {
    .hero-block .hero-title {
        font-size: 32px;
    }
}



.row-hero {
    display: flex;
    align-items: center
}


@media (max-width:750px){

    .row-hero {
        display: block;
    }
   
}


.frontpage-banner-section.frontpage-banner-style-two {
    position: relative;
    height: 400px;
    margin-bottom:50pt;
}

@media only screen and (max-width: 1500px) {
    .frontpage-banner-section.frontpage-banner-style-two {
        margin-bottom: 0pt;
    }
}

@media only screen and (max-width: 1366px) {
    .frontpage-banner-section.frontpage-banner-style-two {
        height: 500px;
        margin-bottom:0pt;
    }
}

@media only screen and (max-width: 991px) {
    .frontpage-banner-section.frontpage-banner-style-two {
        height: 500px;
        margin-bottom: 0pt;
    }
}

@media only screen and (max-width: 767px) {
    .frontpage-banner-section.frontpage-banner-style-two {
        height: 300px;
        margin-bottom: 0pt;
    }
}

@media only screen and (max-width: 575px) {
    .frontpage-banner-section.frontpage-banner-style-two {
        height: 280px;
        margin-bottom: 0pt;
    }
}

@media only screen and (max-width: 420px) {
    .frontpage-banner-section.frontpage-banner-style-two {
        height: 200px;
        margin-bottom: 0pt;
    }
}

.frontpage-banner-section.frontpage-banner-style-two .frontpage-bg {
    position: absolute;
    right: 0;
    top: 0;
    width: calc(49% + 195px);
    height: 100%;
   /* border-top-left-radius: 10px;*/
    overflow: hidden;
    background-image:url('../img/background/ListGreenLine.webp');
}

.frontpage-banner-section.frontpage-banner-style-two .frontpage-bg.greenline-bg {
    background-image: url('../img/background/ListGreenLine.webp');
}

    .frontpage-banner-section.frontpage-banner-style-two .frontpage-bg.customschemas-bg {
        background-image: url('../img/background/ListCustom.webp');
    }

/*@media only screen and (max-width: 1500px) {
    .frontpage-banner-section.frontpage-banner-style-two .frontpage-bg {
        width: calc(50% + 170px);
    }
}*/

/*@media only screen and (max-width: 1500px) {
    .frontpage-banner-section.frontpage-banner-style-two .frontpage-bg {
        width: calc(52% + 160px);
    }
}*/
/*
@media only screen and (max-width: 1355px) {
    .frontpage-banner-section.frontpage-banner-style-two .frontpage-bg {
        width: calc(40% + 155px);
    }
}*/

/*@media only screen and (max-width: 1200px) {
    .frontpage-banner-section.frontpage-banner-style-two .frontpage-bg {
        width: calc(42% + 128px);
    }
}

@media only screen and (max-width: 991px) {
    .frontpage-banner-section.frontpage-banner-style-two .frontpage-bg {
        width: calc(50% + 80px);
    }
}

@media only screen and (max-width: 767px) {
    .frontpage-banner-section.frontpage-banner-style-two .frontpage-bg {
        width: calc(50% + 58px);
    }
}*/

@media only screen and (max-width: 1500px) {
    .frontpage-banner-section.frontpage-banner-style-two .frontpage-bg {
        width: 100%;
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }
}

.frontpage-banner-section.frontpage-banner-style-two .frontpage-bg:before {
    opacity: 0.3;
}

@media only screen and (max-width: 575px) {
    .frontpage-banner-section.frontpage-banner-style-two .frontpage-bg:before {
        opacity: 0.6;
    }
}

.frontpage-banner-section.frontpage-banner-style-two .frontpage-bg + div {
    position: relative;
    z-index: 1;
}

.frontpage-banner-section.frontpage-banner-style-two .frontpage-banner-content {
    background-color: white;
    width: 405px;
    white-space: nowrap;
}

/*@media only screen and (max-width: 1500px) {
    .frontpage-banner-section.frontpage-banner-style-two .frontpage-banner-content {
        width: 470px;
    }
}

@media only screen and (max-width: 1365px) {
    .frontpage-banner-section.frontpage-banner-style-two .frontpage-banner-content {
        width: 400px;
    }
}

@media only screen and (max-width: 1000px) {
    .frontpage-banner-section.frontpage-banner-style-two .frontpage-banner-content {
        width: 320px;
    }
}

@media only screen and (max-width: 800px) {
    .frontpage-banner-section.frontpage-banner-style-two .frontpage-banner-content {
        width: 245px;
    }
}
*/
@media only screen and (max-width: 1500px) {
    .frontpage-banner-section.frontpage-banner-style-two .frontpage-banner-content {
        width: 100%;
        white-space: normal;
        text-align: center;
        background-color: transparent;
    }
}

.frontpage-banner-section.frontpage-banner-style-two .hero-title {
    color: #fff;
    mix-blend-mode: difference;
    font-family: "Barlow", sans-serif;
    font-size: 176px;
    font-weight: 700;
    margin-left: -8px;
    line-height: 1em;
    margin-top:15%;
}

@media only screen and (max-width: 1500px) {
    .frontpage-banner-section.frontpage-banner-style-two .hero-title {
        margin-top:5%;
        margin-left:25%;
        font-size:135px;
    }
}

@media only screen and (max-width: 1366px) {
    .frontpage-banner-section.frontpage-banner-style-two .hero-title {
        font-size: 150px;
        margin-left: 25%;
    }
}

@media only screen and (max-width: 1200px) {
    .frontpage-banner-section.frontpage-banner-style-two .hero-title {
        margin-left: 40%;
    }
}

@media only screen and (max-width: 991px) {
    .frontpage-banner-section.frontpage-banner-style-two .hero-title {
        font-size: 120px;
        margin-left: 0pt;
        margin-top: 17%;
    }
}

@media only screen and (max-width: 767px) {
    .frontpage-banner-section.frontpage-banner-style-two .hero-title {
        font-size: 90px;
    }
}

@media only screen and (max-width: 575px) {
    .frontpage-banner-section.frontpage-banner-style-two .hero-title {
        margin-left: 0;
        font-size: 75px;
        line-height: 1.1;
    }
}

@media only screen and (max-width: 420px) {
    .frontpage-banner-section.frontpage-banner-style-two .hero-title {
        font-size: 54px;
    }
}

.frontpage-banner-section.frontpage-banner-style-two .hero-title > span {
    display: block;
    font-weight: lighter;
    font-size: 120px;
    margin-left: 3px;
    line-height: 1em;
}

@media only screen and (max-width: 1366px) {
    .frontpage-banner-section.frontpage-banner-style-two .hero-title > span {
        font-size: 90px;
    }
}

@media only screen and (max-width: 991px) {
    .frontpage-banner-section.frontpage-banner-style-two .hero-title > span {
        font-size: 72px;
    }
}

@media only screen and (max-width: 767px) {
    .frontpage-banner-section.frontpage-banner-style-two .hero-title > span {
        font-size: 54px;
        margin-left: 6px;
    }
}

@media only screen and (max-width: 575px) {
    .frontpage-banner-section.frontpage-banner-style-two .hero-title > span {
        margin-left: 0;
        font-size: 48px;
    }
}

@media only screen and (max-width: 420px) {
    .frontpage-banner-section.frontpage-banner-style-two .hero-title > span {
        font-size: 32px;
    }
}

.frontpage-banner-section.frontpage-banner-style-two .hero-title > span > b {
    font-weight: 600;
}


.frontpage-banner-section .hero-title {
    font-weight: normal;
    color: black;
    font-size: 85px;
    position: relative;
    margin-bottom: 30px;
    line-height: 1.05em;
    font-weight: 700;
}

@media only screen and (max-width: 1199px) {
    .frontpage-banner-section .hero-title {
        font-size: 72px;
        margin-bottom: 25px;
    }
}

@media only screen and (max-width: 991px) {
    .frontpage-banner-section .hero-title {
        font-size: 66px;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .frontpage-banner-section .hero-title {
        font-size: 56px;
    }
}

@media only screen and (max-width: 575px) {
    .frontpage-banner-section .hero-title {
        font-size: 42px;
    }
}

@media only screen and (max-width: 420px) {
    .frontpage-banner-section .hero-title {
        font-size: 36px;
    }
}


