.hero {
    position: relative;
    overflow: visible;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: start;
    min-height: 751px;
    padding-top: 219px;
    padding-bottom: 87px;
    overflow: hidden;
    &::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: url("../img/bg.jpg") center no-repeat;
        background-size: cover;
        -webkit-animation: scaleBg 7s linear forwards; /* Safari 4+ */
        -moz-animation: scaleBg 7s linear forwards; /* Fx 5+ */
        -o-animation: scaleBg 7s linear forwards; /* Opera 12+ */
        animation: scaleBg 7s linear forwards;
        transition: 0.3s all ease;
    }
    @media (max-width: 1023px) {
        min-height: 670px;
    }
    @media (max-width: 767px) {
        min-height: 410px;
        padding-top: 150px;
    }

    .section_title {
        display: inline-block;
        color: white;

        .img-wrapper {
            position: relative;
            display: inline-block;
        }
        img {
            &:nth-of-type(1) {
                display: inline-block;
                max-width: 108px;
                margin: 0 13px -8px 21px;
                position: relative;
                z-index: 1;
                @media (max-width: 1679px) {
                    margin: 5px 13px -8px 21px;
                }
                @media (max-width: 1439px) {
                    margin: 7px 18px 0 10px;
                    margin: 7px 12px 0 18px;
                }
                @media (max-width: 1279px) {
                    margin: 7px 12px 0 18px;
                    max-width: 75px;
                }
                @media (max-width: 767px) {
                    display: none;
                }
            }
        }
    }

    .section_title {
        margin: 0 auto;
        max-width: 950px;
        @media (max-width: 1679px) {
            max-width: 760px;
        }
        @media (max-width: 1279px) {
            max-width: 590px;
        }
        @media (max-width: 1023px) {
            max-width: 510px;
        }
        @media (max-width: 767px) {
            max-width: 465px;
        }
    }

    .sup {
        font-size: 13px;
    }
}

.hero_inner {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    z-index: 2;
}

.hero_bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 120vh;
    max-height: 1018px;
    overflow: hidden;
    z-index: 0;
    @media (max-width: 767px) {
        height: 70vh;
    }
    .img_wrap {
        position: absolute;
    }
}

/* Aimation On Load */

.heroFadeRight {
    -webkit-transform: translate3d(150px, 0, 0);
    transform: translate3d(150px, 0, 0);
    transition: transform 1s ease;
}

.heroFadeLeft {
    -webkit-transform: translate3d(-150px, 0, 0);
    transform: translate3d(-150px, 0, 0);
    transition: transform 1s ease;
}

.innerAnimated .heroFadeRight {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible;
}

.innerAnimated .heroFadeLeft {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible;
}

/* Hero BG Animation */

@keyframes scaleBg {
    0% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

.barlow {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}

.hero {
    position: relative;
    overflow: visible;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: start;
    min-height: 751px;
    padding-top: 219px;
    padding-bottom: 87px;
    overflow: hidden;
}

.center {
    text-align: center;
}

section,
footer {
    overflow: hidden;
    position: relative;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../img/hero/bg.jpg) center no-repeat;
    background-size: cover;
    -webkit-animation: scaleBg 7s linear forwards;
    -moz-animation: scaleBg 7s linear forwards;
    -o-animation: scaleBg 7s linear forwards;
    animation: scaleBg 7s linear forwards;
    transition: 0.3s all ease;
}

.hero_inner {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    z-index: 2;
}

.cont_sm {
    max-width: 1450px;
}

.cont {
    padding: 0 var(--cont-pd);
    margin: 0 auto;
    width: 100%;
}

.cont_sm {
    max-width: 1450px;
}

.cont {
    padding: 0 var(--cont-pd);
    margin: 0 auto;
    width: 100%;
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
}

.animated,
.innerAnimated {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    visibility: visible;
}

.hero .section_title {
    margin: 0 auto;
    max-width: 950px;
}

.hero .section_title {
    display: inline-block;
    color: #fff;
}

.hero .section_title .img-wrapper {
    position: relative;
    display: inline-block;
}

/* h1 {
            font-size: 8.3rem;
            letter-spacing: -0.03em;
            line-height: 0.855;
        } */
