.banner {
    background-image: url('/template/e509bc3a/images/banner-bg-up.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding: 473px 0 170px;
}
section.banner:before {
    content: '';
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-image: url(/template/e509bc3a/images/gradient-banner-overlay.png);
    position: absolute;
}
body.widget-snippet section.banner:before {
    content: '';
    top: 16px;
    left: 16px;
    height: 96%;
    width: 98%;
}
.banner .banner-content {
    position: relative;
    max-width: 1520px;
    margin: 0 auto;
    padding: 0 60px;
}

.banner .subtitle {
    margin: 0;
    font-family: Familjen Grotesk;
    font-weight: 700;
    font-size: 49px;
    line-height: 60px;
    letter-spacing: -0.01em;
    color: #fff;
    padding: 0;
}

.banner .main-title {
    margin: 0 0 45px;
    font-family: Familjen Grotesk;
    font-weight: 700;
    font-size: 107px;
    line-height: 130px;
    letter-spacing: -0.02em;
    padding: 0;
    color: #fff;
}

.banner .btn {
    padding: 5px 10px;
    background-color: transparent;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    border: 1px solid #EE3E35;
    border-radius: 37px;
    font-family: Manrope;
    font-weight: 600;
    font-size: 15px;
    line-height: 27px;
    letter-spacing: 0;
    min-width: 186px;
    width: auto;
    text-transform: capitalize;
    margin: 0;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.banner .btn:hover {
    background-color: #EE3E35;
    color: #fff;
}

/* Responsive Breakpoints */

@media (max-width: 1440px) {
    .banner {
        padding: 400px 0 150px;
    }

    .banner .banner-content {
        max-width: 100%;
        padding: 0 50px;
    }

    .banner .subtitle {
        font-size: 45px;
        line-height: 55px;
    }

    .banner .main-title {
        font-size: 95px;
        line-height: 115px;
        margin: 0 0 40px;
    }
}

@media (max-width: 1366px) {
    .banner {
        padding: 350px 0 130px;
    }

    .banner .banner-content {
        max-width: 100%;
        padding: 0 45px;
    }

    .banner .subtitle {
        font-size: 42px;
        line-height: 52px;
    }

    .banner .main-title {
        font-size: 85px;
        line-height: 105px;
        margin: 0 0 35px;
    }
}

@media (max-width: 1280px) {
    .banner {
        padding: 320px 0 80px;
    }

    .banner .banner-content {
        max-width: 100%;
        padding: 0 40px;
    }

    .banner .subtitle {
        font-size: 38px;
        line-height: 48px;
    }

    .banner .main-title {
        font-size: 75px;
        line-height: 95px;
        margin: 0 0 30px;
    }
}

@media (max-width: 1200px) {
    .banner {
        padding: 300px 0 55px;
    }

    .banner .banner-content {
        max-width: 100%;
        padding: 0 20px;
    }

    .banner .subtitle {
        font-size: 35px;
        line-height: 45px;
    }

    .banner .main-title {
        font-size: 65px;
        line-height: 85px;
        margin: 0 0 28px;
    }

    .banner .btn {
        font-size: 14px;
        line-height: 25px;
        min-width: 170px;
    }
}

@media (max-width: 991px) {
    .banner {
        /*! padding: 300px 0 80px; */
    }

    .banner .banner-content {
        max-width: 100%;
        padding: 0 20px;
    }

    .banner .subtitle {
        font-size: 30px;
        line-height: 40px;
    }

    .banner .main-title {
        font-size: 55px;
        line-height: 70px;
        margin: 0 0 25px;
    }

    .banner .btn {
        font-size: 13px;
        line-height: 23px;
        min-width: 160px;
    }
}

@media (max-width: 767px) {
  .banner {
    padding: 300px 0 50px;
  }

    .banner .banner-content {
        max-width: 100%;
        padding: 0 15px;
    }

    .banner .subtitle {
        font-size: 24px;
        line-height: 32px;
    }

    .banner .main-title {
        font-size: 40px;
        line-height: 50px;
        margin: 0 0 20px;
    }

    .banner .btn {
        font-size: 12px;
        line-height: 22px;
        min-width: 140px;
        padding: 4px 8px;
    }
}
