
@font-face {
    font-family: 'DMSans-Regular';
    font-style: normal;
    font-weight: normal;
    src: url('./DMSans-Regular.woff') format('woff');
}
  
@font-face {
    font-family: 'DMSans-Bold';
    font-style: normal;
    font-weight: normal;
    src: url('./DMSans-Bold.woff') format('woff');
}
  

.mediaViewInfo {
    --web-view-name: Web 1920 – 2;
    --web-view-id: Web_1920__2;
    --web-scale-on-resize: true;
    --web-enable-deep-linking: true;
}

:root {
    --web-view-ids: Web_1920__2;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    border: none;
}

#Web_1920__2 {

    /* width: 1440px;
        height: 800px; */
    background-color: rgba(255, 255, 255, 1);
    overflow: hidden;
    --web-view-name: Web 1920 – 2;
    --web-view-id: Web_1920__2;
    --web-scale-on-resize: true;
    --web-enable-deep-linking: true;
}

img.logo {
    width: 150px;
}

.banner_bg {
    overflow: auto;
    padding: 20px;
    width: 100%;
    height: 100%;
    background: url('./banner_bg_potrait.png');
    background-size: cover;
    background-position: center;
}


#Building_a_connected__society_ {
    font-family: 'DMSans-Bold' !important;
    margin-top: 50px;
    text-align: center;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    color: rgba(255, 255, 255, 1);
}

#TaptapLah_seeks_to_transform_t {
    font-family: 'DMSans-Regular' !important;
    margin-top: 40px;
    text-align: center;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    color: rgba(255, 255, 255, 1);
}

#banner_iphone {
    display: flex;
    margin: auto;
    margin-top: 80px;
    width: 90%;
}

#Group_4 {
    margin-top: 30px !important;
    display: flex;
    margin: auto;
    justify-content: center;
}

#Group_3 {
    width: 50%;
    height: 50%;
}

#Group_6 {
    margin-top: 30px !important;
    display: flex;
    margin: auto;
    justify-content: center;
}

#Group_5 {
    width: 50%;
    height: 50%;
}

.container {
    max-width: 1320px;
    margin: auto;
}

@media screen and (min-width: 992px) {
    .banner_bg {
        background: url('./banner_bg.png');
        background-size: cover;
    }

    .flex-box {
        box-sizing: border-box;
        display: flex;
        flex-wrap: wrap;
    }

    .flex-box .flex-1 {
        width: 50%;
    }

    .flex-box .flex-2 {
        width: 50%;
    }

    #Building_a_connected__society_ {
        text-align: left;
        font-size: 60px;
    }

    #TaptapLah_seeks_to_transform_t {
        text-align: left;
    }

    #banner_iphone {
        margin-top: 0px;
        width: 100%;
    }

    .flex-button {
        display: flex;
        margin-top: 30px;
    }

    .flex-button #Group_4 {
        height: 90px;
        /* display: flex; */
        justify-content: flex-start;
        margin: unset;
        margin-top: 0px !important;

    }


    .flex-button #Group_6 {
        height: 90px;
        /* display: flex; */
        justify-content: flex-start;
        margin: unset;
        margin-top: 0px !important;
    }

    #Group_6 img {
        margin-left: 20px;
        width: 100%;
        height: 100%;
    }

    #Group_4 img {
        width: 100%;
        height: 100%;
    }
}

/* #banner_bg {
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    overflow: visible;
    background: url('./banner_bg.png');
    background-size: cover;
} */