@font-face {
    font-family: 'Qanelas Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Qanelas Regular'), url('../fonts/QanelasRegular.woff') format('woff');
}


@font-face {
    font-family: 'Qanelas Regular Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Qanelas Regular Italic'), url('../fonts/QanelasRegularItalic.woff') format('woff');
}


@font-face {
    font-family: 'Qanelas Thin';
    font-style: normal;
    font-weight: normal;
    src: local('Qanelas Thin'), url('../fonts/QanelasThin.woff') format('woff');
}


@font-face {
    font-family: 'Qanelas UltraLight';
    font-style: normal;
    font-weight: normal;
    src: local('Qanelas UltraLight'), url('../fonts/QanelasUltraLight.woff') format('woff');
}


@font-face {
    font-family: 'Qanelas Thin Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Qanelas Thin Italic'), url('../fonts/QanelasThinItalic.woff') format('woff');
}


@font-face {
    font-family: 'Qanelas UltraLight Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Qanelas UltraLight Italic'), url('../fonts/QanelasUltraLightItalic.woff') format('woff');
}


@font-face {
    font-family: 'Qanelas Light';
    font-style: normal;
    font-weight: normal;
    src: local('Qanelas Light'), url('../fonts/QanelasLight.woff') format('woff');
}


@font-face {
    font-family: 'Qanelas Light Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Qanelas Light Italic'), url('../fonts/QanelasLightItalic.woff') format('woff');
}


@font-face {
    font-family: 'Qanelas Medium';
    font-style: normal;
    font-weight: normal;
    src: local('Qanelas Medium'), url('../fonts/QanelasMedium.woff') format('woff');
}


@font-face {
    font-family: 'Qanelas Medium Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Qanelas Medium Italic'), url('../fonts/QanelasMediumItalic.woff') format('woff');
}


@font-face {
    font-family: 'Qanelas SemiBold';
    font-style: normal;
    font-weight: normal;
    src: local('Qanelas SemiBold'), url('../fonts/QanelasSemiBold.woff') format('woff');
}


@font-face {
    font-family: 'Qanelas SemiBold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Qanelas SemiBold Italic'), url('../fonts/QanelasSemiBoldItalic.woff') format('woff');
}


@font-face {
    font-family: 'Qanelas Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Qanelas Bold'), url('../fonts/QanelasBold.woff') format('woff');
}


@font-face {
    font-family: 'Qanelas Bold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Qanelas Bold Italic'), url('../fonts/QanelasBoldItalic.woff') format('woff');
}


@font-face {
    font-family: 'Qanelas ExtraBold';
    font-style: normal;
    font-weight: normal;
    src: local('Qanelas ExtraBold'), url('../fonts/QanelasExtraBold.woff') format('woff');
}


@font-face {
    font-family: 'Qanelas ExtraBold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Qanelas ExtraBold Italic'), url('../fonts/QanelasExtraBoldItalic.woff') format('woff');
}


@font-face {
    font-family: 'Qanelas Black';
    font-style: normal;
    font-weight: normal;
    src: local('Qanelas Black'), url('../fonts/QanelasBlack.woff') format('woff');
}


@font-face {
    font-family: 'Qanelas Heavy';
    font-style: normal;
    font-weight: normal;
    src: local('Qanelas Heavy'), url('../fonts/QanelasHeavy.woff') format('woff');
}


@font-face {
    font-family: 'Qanelas Black Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Qanelas Black Italic'), url('../fonts/QanelasBlackItalic.woff') format('woff');
}


@font-face {
    font-family: 'Qanelas Heavy Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Qanelas Heavy Italic'), url('../fonts/QanelasHeavyItalic.woff') format('woff');
}


@font-face {
    font-family: 'Belgiano Serif';
    src: url('../fonts/BelgianoSerif-Regular.woff2') format('woff2'),
    url('../fonts/BelgianoSerif-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Belgiano Serif';
    src: url('../fonts/BelgianoSerif-Regular.woff2') format('woff2'),
    url('../fonts/BelgianoSerif-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



body {
    position: relative;
    font-family: 'Qanelas Regular', sans-serif;
    font-size: 18px;
}

p {
    line-height: 1.2222;
}

body.loading {
    overflow-y: hidden;
    height: 100vh;
}

.loader {
    /*background-image: url('../img/0.jpg');*/
    background-color: #47777a;
    z-index: 9999;
    position: fixed;

    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100%;
    pointer-events: none;
}

.loader #animation {
    margin: 0 auto;
    transform: scale(1.2);
    animation: scaleDown 3.5s ease-out forwards;
}

@keyframes scaleDown {
    from {
        transform: scale(1.2);
    }
    to {
        transform: scale(1);
    }
}

.loader {
    opacity: 1;
    transition: opacity 1s ease-out;
}
.loader.fade-out {
    opacity: 0;
}

h1, h2, h3, h4 {
    font-family: "Qanelas Black", sans-serif;
}

h2 {
    margin-bottom: 0;
}

h4 {
    margin-bottom: .25rem;
}

.headline-1 {
    margin-bottom: 1rem;
}

.headline-benefit {
    font-size: 22px;
    margin-top: 1rem;
}

.icon-headline {
    font-size: 22px;
    margin-bottom: .25rem;
    margin-top: 1.5rem;
}

b, strong {
    font-family: "Qanelas ExtraBold", sans-serif;
}

.serif {
    font-family: "Belgiano Serif", serif;
}

.text-lead {
    font-size: 1.5rem;
}

.text-lead-2 {
    font-size: 22px;
}

.navbar {
    position: absolute;
    width: 100%;
    z-index: 10;
}

.navbar .nav-link {
    color: #FFFFFF;
    text-decoration: none;
    padding: 0 10px;
    transition: .2s all;
}

.navbar .nav-link:hover {
    color: #d8d8d8;
}

.navbar-toggler {
    border: none;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

nav .menu {
    text-align: right;
}

nav .menu a {
    color: #fff;
    text-decoration: none;
    padding: 0 10px;
    transition: .2s all;
}

nav .menu a:hover {
    color: #d8d8d8;
}

nav .menu a:after {
    content: '|';
    padding-left: 20px;
    color: #fff;
}

nav .menu a:last-of-type:after {
    content: '';
    padding-left: 0;
}

.header-wrapper {
    height: 80vh;
    background-image: url('../img/header-2.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.header-wrapper .headline-wrapper {
    text-align: center;
    color: #fff;
}

.header-wrapper .headline-wrapper h1 {
    font-size: 3rem;
    font-family: "Qanelas Black", sans-serif;
    text-shadow: 0 11px 36px rgba(0, 0, 0, 1);
    line-height: 1;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.header-wrapper .headline-wrapper h1 .serif {
    font-family: "Belgiano Serif", serif;
}

.header-wrapper .subline {
    text-shadow: 0 5px 15px rgba(0, 0, 0, 1);
    font-size: 1.35rem;
}


.btn {
    padding: 5px 15px;
    border-radius: 15px;
}

.btn-outline {
    color: #fff;
    border: 2px solid #fff;
    transition: .4s all;
}

.btn-outline:focus,
.btn-outline:hover {
    background-color: #fff;
    border: 2px solid #fff;
    color: #000000;
}

section {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.bg-green {
    color: #fff;
    background-color: #47777a;
}

.bg-lightgreen {
    background-color: #d6f0f0;
}

.bg-image-right {
    background-image: url('../img/city.jpg');
    background-repeat: no-repeat;
    background-position: 100% center;
    background-position-x: 100%;
    background-size: 50% 100%;

}

.text-green {
    color: #47777a;
}

.half-bg-left {
    position: relative;
    width: 100%;
    background: transparent;
}

.half-bg-left::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
}

.half-bg-left .container {
    position: relative;
    z-index: 1;
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.half-bg-right {
    position: relative;
    width: 100%;
    background: #47777a;
}

.half-bg-right::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
}


.half-bg-right .container {
    position: relative;
    z-index: 1;
    padding-top: 4rem;
    padding-bottom: 4rem;
}

footer {
    background-color: #000000;
    color: #fff;
    padding: 4rem 0;
    font-size: 1rem;
}

footer ul {
    list-style: none;
    padding: 0;
}

footer ul li a {
    color: #fff;
    text-decoration: none;
}

footer ul li a:hover {
    text-decoration: underline;
}

footer a {
    color: #fff;
    text-decoration: none;
}



@media (min-width: 576px) { }

@media (min-width: 768px) {

    h2 {font-size: 50px;}
    h2 .serif {font-size: 63px;}

    h3 {font-size: 40px;}
    h3 .serif {font-size: 43px;}

    .headline-1 {
        font-size: 60px;
    }

    .header-wrapper {
        min-height: 720px;
    }

    .header-wrapper .headline-wrapper h1 {
        font-size: 70px;
    }

    .header-wrapper .subline {
        font-size: 25px;
    }

    .header-wrapper .btn-outline {
        font-size: 24px;
        border-radius: 30px;
        padding: 10px 80px;
    }

    section {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }

    .bg-image-right {
        padding-top: 7rem;
        padding-bottom: 7rem;
    }

    .image-right {
        position: absolute;
        bottom: 0;
        left: 50%;
    }

    .text-lead-2 {
        font-size: 22px;
    }

    .border-right-white {
        border-right:#FFFFFF 2px solid;
    }

    .border-right-green {
        border-right:#47777a 2px solid;
    }

    footer ul {
        padding-left: 2rem;
    }

    .navbar .nav-link:after {
        content: '|';
        padding-left: 20px;
        color: #fff;
    }

    .navbar .nav-link.last:after {
        content: '';
        padding-left: 0;
    }

}

@media (min-width: 992px) {

    .half-bg-left::before {
        background-image: url('../img/image-1.jpg');
    }

    .half-bg-right::before {
        background-image: url('../img/city.jpg');
    }
}

@media (min-width: 1200px) {
    h2 {font-size: 50px;}
    h2 .serif {font-size: 63px;}

    h3 {font-size: 40px;}
    h3 .serif {font-size: 43px;}

    .header-wrapper {
        min-height: 720px;
    }

    .header-wrapper .headline-wrapper h1 {
        font-size: 103px;
    }

    .header-wrapper .subline {
        font-size: 35px;
    }


}

@media (min-width: 1400px) { }