@font-face {
    font-family: 'ProductSans';
    src: url('../fonts/Product-Sans-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ProductSans';
    src: url('../fonts/Product-Sans-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: bold;
}

@font-face {
    font-family: 'Ganganee';
    src: url('../fonts/UN-Ganganee.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Bindumathi';
    src: url('../fonts/UN-Bindumathi.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

:root {
    --main-bg-color: #000000;
}


body {
    font-family: 'ProductSans', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: var(--main-bg-color);
    font-size: 14px;
}

.helago-tittle-gng {
    font-family: 'Ganganee', 'ProductSans', sans-serif;
    line-height: 1.2;
    color: white;
}

.helago-sub-tittle-gng {
    font-family: 'Bindumathi', 'ProductSans', sans-serif;
    line-height: 1.2;
    color: white;
    font-size: 26px;
}

.helago-sub-title {
    font-family: 'ProductSans', sans-serif;
    line-height: 1.2;
    color: white;
    font-size: 26px;
}


.helago-mb-100 {
    margin-bottom: 100px;
}

.helago-mb-120 {
    margin-bottom: 120px;
}

.helago-mb-80 {
    margin-bottom: 80px;
}

.helago-mt-80 {
    margin-top: 80px;
}

.helago-mb-50 {
    margin-bottom: 50px;
}

.helago-mb-40 {
    margin-bottom: 40px;
}



.hotline {
    font-family: 'ProductSans', sans-serif;
    position: fixed;
    z-index: 100;
    bottom: 80px;
    right: 0px;
    background: #fff;
    color: #2A9C63;
    padding: 16px 16px 16px 16px;
    border-radius: 50px 0 0 50px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 1.5rem;
}

.hotline a {
    text-decoration: none;
    color: #2A9C63;
}

.hero {
    min-height: 100vh;
    color: rgb(0, 0, 0);
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.hero .text-col {
    z-index: 2;
}

.hero .image-bg {
    background: url('../images/bg-dt.jpg') no-repeat bottom right;
    background-size: cover;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 1;
}

.image-bg::before {
    content: "";
    position: absolute;
    inset: 0;
}

.cta-btn {
    background-color: #2A9C63;
    border: none;
    padding: 20px 30px;
    font-family: 'ProductSans', sans-serif;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.2;
    border-radius: 40px;
}

.social-icons a {
    margin: 0 5px;
}

.ht-mb {
    visibility: hidden;
}

@media (min-width: 600px) and (max-width: 1024px) {
    .image-bg {
        background: url('../images/bg-mobile.png') no-repeat top center !important;
        background-position: center -240px !important;
        background-size: 100% auto !important;
        width: 100vw;
        height: auto;
        display: block;
        position: relative;
    }


    .ht-dt {
        display: none;
    }


    .ht-mb {
        visibility: visible;
    }

    .hero {
        text-align: center;
        padding: 2rem 1rem;
    }

    .helago-tittle-gng {
        font-size: 24px;
    }

    .helago-sub-tittle-gng {
        font-size: 16px;
    }

    .cta-btn {
        background-color: #2A9C63;
        border: none;
        padding: 16px 30px;
        font-family: 'ProductSans', sans-serif;
        font-weight: bold;
        font-size: 22px;
        line-height: 1.2;
        border-radius: 40px;
    }

    .social-icons a {
        margin: 0;
    }

    .social-icons {
        margin-top: 20px;
    }

    .helago-tittle-gng {
        margin-top: 60%;
    }

    .hero {
        align-items: flex-start !important;
        /* content aligns to top */
        padding-top: 30px !important;
        /* remove top padding if present */
    }

    .hero .container,
    .hero .col-lg-6 {
        padding-top: 0 !important;
        margin-top: 0 !important;
    }

    .hotline {
        background: none !important;
        color: white;
        font-size: 18px;
        position: inherit;
        margin-top: 30px;
    }

    .hotline a {
        text-decoration: none;
        color: white;
    }

}

@media (min-width: 520px) and (max-width: 599px) {
    .image-bg {
        background: url('../images/bg-mobile.png') no-repeat top center !important;
        background-position: center -190px !important;
        background-size: 100% auto !important;
        width: 100vw;
        height: auto;
        display: block;
        position: relative;
    }


    .ht-dt {
        display: none;
    }


    .ht-mb {
        visibility: visible;
    }

    .hero {
        text-align: center;
        padding: 2rem 1rem;
    }

    .helago-tittle-gng {
        font-size: 24px;
    }

    .helago-sub-tittle-gng {
        font-size: 16px;
    }

    .cta-btn {
        background-color: #2A9C63;
        border: none;
        padding: 16px 30px;
        font-family: 'ProductSans', sans-serif;
        font-weight: bold;
        font-size: 22px;
        line-height: 1.2;
        border-radius: 40px;
    }

    .social-icons a {
        margin: 0;
    }

    .social-icons {
        margin-top: 20px;
    }

    .helago-tittle-gng {
        margin-top: 60%;
    }

    .hero {
        align-items: flex-start !important;
        /* content aligns to top */
        padding-top: 30px !important;
        /* remove top padding if present */
    }

    .hero .container,
    .hero .col-lg-6 {
        padding-top: 0 !important;
        margin-top: 0 !important;
    }

    .hotline {
        background: none !important;
        color: white;
        font-size: 18px;
        position: inherit;
        margin-top: 30px;
    }

    .hotline a {
        text-decoration: none;
        color: white;
    }

}


@media (max-width: 519px) {
    .image-bg {
        background: url('../images/bg-mobile.png') no-repeat top center !important;
        background-position: center -100px !important; /*-80*/
        background-size: 100% auto !important;
        width: 100vw;
        height: auto;
        display: block;
        position: relative;
    }

    .ht-dt {
        display: none;
    }


    .ht-mb {
        visibility: visible;
    }

    .hero {
        text-align: center;
        padding: 2rem 1rem;
    }

    .helago-tittle-gng {
        font-size: 24px;
    }

    .helago-sub-tittle-gng {
        font-size: 16px;
    }

    .cta-btn {
        background-color: #2A9C63;
        border: none;
        padding: 16px 30px;
        font-family: 'ProductSans', sans-serif;
        font-weight: bold;
        font-size: 20px;
        line-height: 1.2;
        border-radius: 40px;
    }

    .social-icons a {
        margin: 0;
    }

    .social-icons {
        margin-top: 20px;
    }

    .helago-tittle-gng {
        margin-top: 60%;
    }

    .hero {
        align-items: flex-start !important;
        padding-top: 30px !important;
    }

    .hero .container,
    .hero .col-lg-6 {
        padding-top: 0 !important;
        margin-top: 0 !important;
    }

    .hotline {
        background: none !important;
        color: white;
        font-size: 18px;
        position: inherit;
        margin-top: 30px;
    }

    .hotline a {
        text-decoration: none;
        color: white;
    }


}