/*fitur*/



#glowing{
    background-image: linear-gradient( 90deg,#ffffff,#008DEB ,#002843 ,#008DEB ,#ffffff);
    background-size: 300% 300%;
    animation: gradient 4s ease infinite;
    -webkit-background-clip: text;
    font-weight: 700;

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
}

@keyframes gradient {
    0% {
        background-position: 25% 0%;
    }

    25% {
        background-position: 50% 0%;
    }

    50% {
        background-position: 75% 0%;
    }

    75% {
        background-position: 50% 0%;
    }

    100% {
        background-position: 25% 0%;
    }

}

#container,#container1,#container2 {
    position: relative;
}

#image {
    display: block;
    width: 500px;
    height: auto;
}

#overlay,#overlay1,#overlay2 {
    opacity:0%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin-left:4.25%;
    margin-top:4.4%;
    position: absolute;
    background: #008DEB;
    clip-path: circle(0%);
    height: 92%;
    transition: clip-path 1s;
    width: 89.5%;
    overflow: hidden;


}

#text {
    color: white;
    font-size: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.fitur-title{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 76px;
    letter-spacing: -0.022em;
    color: rgba(67, 67, 67, 0.96);
}

.fitur-title-2{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 60px;
    line-height: 76px;
    letter-spacing: -0.022em;

}

.fitur-fitur-title{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 36px;
    letter-spacing: -0.021em;
    color: #434343;
}

.fitur-fitur-desc{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.011em;
    color: rgba(67, 67, 67, 0.75);
}

#mulai-store2gomob{
    display: none;
}

@media (max-width: 480px) {
    #mulai-store2goweb{
        display: none;
    }

    #mulai-store2gomob{
        display: block;
    }

    .fitur-title{
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 600;
        font-size: 24px;
        line-height: 40px;
        text-align: center;
        letter-spacing: -0.017em;
        color: rgba(67, 67, 67, 0.96);
    }

    .fitur-title-2{
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 700;
        font-size: 32px;
        line-height: 40px;
        text-align: center;
        letter-spacing: -0.017em;

    }

    .fitur-fitur-title{
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 28px;
        letter-spacing: -0.017em;
        color: #434343;
    }

    .fitur-fitur-desc{
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: -0.006em;
        color: rgba(67, 67, 67, 0.75);
    }

}

@media (max-width: 768px) and (min-width: 480px) {

    .fitur-title{
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 600;
        font-size: 36px;
        line-height: 40px;
        text-align: center;
        letter-spacing: -0.017em;
        color: rgba(67, 67, 67, 0.96);
    }

    .fitur-title-2{
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 700;
        font-size: 48px;
        line-height: 40px;
        text-align: center;
        letter-spacing: -0.017em;

    }


}

@media (min-width: 767px) and (max-width: 1223px){

    .fitur-title{
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 600;
        font-size: 40px;
        line-height: 76px;
        letter-spacing: -0.022em;
        color: rgba(67, 67, 67, 0.96);
    }

    .fitur-title-2{
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 700;
        font-size: 52px;
        line-height: 76px;
        letter-spacing: -0.022em;

    }
}


@media (max-width: 1480px) and (min-width: 1224px) {


    .fitur-title{
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 600;
        font-size: 44px;
        line-height: 76px;
        letter-spacing: -0.022em;
        color: rgba(67, 67, 67, 0.96);
    }

    .fitur-title-2{
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 700;
        font-size: 56px;
        line-height: 76px;
        letter-spacing: -0.022em;

    }
}

/*fitur*/


/*fitur marketplace*/

#marketplace-integration-background{
    min-height: 536px;
}

.fitur-marketplace-title{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 50px;
    line-height: 80px;
    letter-spacing: -0.021em;
    color: rgba(67, 67, 67, 0.96);

}

.fitur-marketplace-title-2{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: bold;
    font-size: 50px;
    line-height: 80px;
    letter-spacing: -0.021em;
    color: #0071BD;
    font-weight: 600;
}

@media (max-width: 480px) {

    #marketplace-integration-background{
        min-height: 0;
    }

    .fitur-marketplace-title{
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 28px;
        text-align: center;
        letter-spacing: -0.017em;
        color: rgba(67, 67, 67, 0.96);
    }

    .fitur-marketplace-title-2{
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 700;
        font-size: 20px;
        line-height: 28px;
        text-align: center;
        letter-spacing: -0.017em;
        color: #0071BD;
    }

}

/* Media Query for low resolution  Tablets, Ipads */
@media (min-width: 481px) and (max-width: 767px) {

    .fitur-marketplace-title{
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 600;
        font-size: 24px;
        line-height: 32px;
        text-align: center;
        letter-spacing: -0.017em;
        color: rgba(67, 67, 67, 0.96);
    }

    .fitur-marketplace-title-2{
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 700;
        font-size: 24px;
        line-height: 32px;
        text-align: center;
        letter-spacing: -0.017em;
        color: #0071BD;
    }


}


@media (max-width: 1224px) and (min-width: 767px) {

    .fitur-marketplace-title{
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 600;
        font-size: 34px;
        line-height: 64px;
        letter-spacing: -0.021em;
        color: rgba(67, 67, 67, 0.96);

    }

    .fitur-marketplace-title-2{
        font-family: 'Poppins';
        font-style: normal;
        font-weight: bold;
        font-size: 34px;
        line-height: 64px;
        letter-spacing: -0.021em;
        font-weight: 700;
        color: #0071BD;

    }

}


@media (max-width: 1480px) and (min-width: 1224px) {


    .fitur-marketplace-title{
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 600;
        font-size: 42px;
        line-height: 72px;
        letter-spacing: -0.021em;
        color: rgba(67, 67, 67, 0.96);

    }

    .fitur-marketplace-title-2{
        font-family: 'Poppins';
        font-style: normal;
        font-weight: bold;
        font-size: 42px;
        line-height: 72px;
        font-weight: 700;
        letter-spacing: -0.021em;
        color: #0071BD;

    }

}

/*fitur marketplace*/

/*fitur social commerce*/
#fitur-social-commerce-background{
    min-height: 644px;
}


#fitur-social-commerce-title{
    font-family: 'Poppins';
    font-style: normal;
    font-size: 50px;
    line-height: 80px;
    letter-spacing: -0.021em;
    color: rgba(67, 67, 67, 0.96);
}

/*fitur social commerce*/


/*fitur ecommerce*/

#fitur-ecommerce-title{

    font-family: 'Poppins';
    font-style: normal;
    font-size: 50px;
    line-height: 80px;
    letter-spacing: -0.021em;
    background: linear-gradient(90deg, rgba(0, 113, 189, 0.96) 0%, rgba(0, 65, 108, 0.96) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;


}

#fitur-ecommerce-title-2{

    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 50px;
    line-height: 80px;
    letter-spacing: -0.021em;
    color: rgba(67, 67, 67, 0.96);


}

/*fitur ecommerce*/
@media (max-width: 480px) {
    #fitur-ecommerce-title {

        font-family: 'Poppins';
        font-style: normal;
        font-weight: 700;
        font-size: 20px;
        line-height: 28px;
        text-align: center;
        letter-spacing: -0.017em;
        color: #0071BD;

    }

    #fitur-ecommerce-title-2 {

        font-family: 'Poppins';
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 28px;
        text-align: center;
        letter-spacing: -0.017em;
        color: rgba(67, 67, 67, 0.96);

    }
}

/* Media Query for low resolution  Tablets, Ipads */
@media (min-width: 481px) and (max-width: 767px) {


    #fitur-ecommerce-title {

        font-family: 'Poppins';
        font-style: normal;
        font-weight: 700;
        font-size: 24px;
        line-height: 32px;
        text-align: center;
        letter-spacing: -0.017em;
        color: #0071BD;

    }

    #fitur-ecommerce-title-2 {

        font-family: 'Poppins';
        font-style: normal;
        font-weight: 600;
        font-size: 24px;
        line-height: 32px;
        text-align: center;
        letter-spacing: -0.017em;
        color: rgba(67, 67, 67, 0.96);

    }

}


@media (max-width: 1224px) and (min-width: 767px) {

    #fitur-ecommerce-title{

        font-family: 'Poppins';
        font-style: normal;
        font-size: 34px;
        line-height: 64px;
        letter-spacing: -0.021em;
        background: linear-gradient(90deg, rgba(0, 113, 189, 0.96) 0%, rgba(0, 65, 108, 0.96) 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        text-fill-color: transparent;

    }

    #fitur-ecommerce-title-2{

        font-family: 'Poppins';
        font-style: normal;
        font-weight: 600;
        font-size: 34px;
        line-height:64px;
        letter-spacing: -0.021em;
        color: rgba(67, 67, 67, 0.96);


    }

}


@media (max-width: 1480px) and (min-width: 1224px) {


    #fitur-ecommerce-title{

        font-family: 'Poppins';
        font-style: normal;
        font-size: 42px;
        line-height: 72px;
        letter-spacing: -0.021em;
        background: linear-gradient(90deg, rgba(0, 113, 189, 0.96) 0%, rgba(0, 65, 108, 0.96) 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        text-fill-color: transparent;


    }

    #fitur-ecommerce-title-2{

        font-family: 'Poppins';
        font-style: normal;
        font-weight: 600;
        font-size: 42px;
        line-height: 72px;
        letter-spacing: -0.021em;
        color: rgba(67, 67, 67, 0.96);


    }
}


/*fitur ecommerce*/
