@font-face{
    font-family: ubuntu;
    src: url("../font/Ubuntu-B.ttf");
}
@font-face{
    font-family: ubuntu-italic;
    src: url("../font/Ubuntu-RI.ttf");
}
@font-face{
    font-family: segoe-script;
    src: url("../font/segoescb.ttf");
}
@font-face{
    font-family: segoe-print;
    src: url("../font/segoeprb.ttf");
}
@font-face{
    font-family: open-light;
    src: url("../font/OpenSans-Light.ttf");
}
@font-face{
    font-family: open-sans;
    src: url("../font/OpenSans-Regular.ttf");
}
@font-face{
    font-family: centrale;
    src: url("../font/Centrale Sans Light.otf");
}
div{
    box-sizing: border-box;
}
body{
    background-color: #424242;
    font-size: 0;
}
body::-webkit-scrollbar{
    display: none;
}
.custom-navbar{
    margin-bottom: 0;
    height: 60px;
    background-color: #ebeef0;
    padding: 10px 5px;
    position: fixed;
    width: 100%;
    top: 0;
    font-size: 1.8rem;
    transition: all .375s ease;
    -webkit-transition: all .375s ease;
    z-index: 10000;
}
.custom-navbar.transparent{
    background-color: transparent;
}
.custom-navbar.transparent.back{
    background-color: #ebeef0;
}
.custom-navbar .navbar-title{
    display: inline-block;
    float: right;
    line-height: 40px;
    width: 15%;
    -webkit-transition: all .375s ease;
    transition: all .375s ease;
}
.navbar-title .company-logo, .custom-navbar.transparent.back .navbar-title .company-logo{
    background-image: url("../images/logo-grow.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    width: 100%;
    height: 40px;
    transition: all .375s ease;
}
.custom-navbar.transparent .navbar-title .company-logo{
    background-image: url("../images/logo-grow.png");
    background-size: contain;
}
.custom-navbar .button-container{
    position: fixed;
    left: 0;
    top: 60px;
    width: 80%;
    background-color: #ffffff;
    height: 100%;
    -webkit-transition: all ease .375s;
    transition: all ease .375s;
    overflow: hidden;
    transform: translate3d(-100%,0,0);
    -webkit-transform: translate3d(-100%,0,0);
}
.custom-navbar .button-container.expanded{
    height: 100%;
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
}
.navbar-trigger{
    width: 12%;
    float: left;
    height: 40px;
    max-width: 40px;
    text-align: center;
    border-radius: 5px;
    margin: 0;
    padding: 0;
    font-size: 0;
    cursor: pointer;
    color: #424242;
}
.navbar-trigger .menu-trigger, .custom-navbar.transparent.back .navbar-trigger .menu-trigger{
    background: url("../images/icon-menu-red.png") no-repeat center;
    background-size: 90%;
    display: inline-block;
    width: 70%;
    height: 100%;
    transition: all ease .375s;
    -webkit-transition: all ease .375s;
    transform: rotate3d(0,0,1,180deg);
    -webkit-transform: rotate3d(0,0,1,180deg);
}
.transparent .navbar-trigger .menu-trigger{
    background: url("../images/icon-menu-white.png") no-repeat center;
    background-size: 90%;
}
.navbar-trigger.back .menu-trigger, .custom-navbar.transparent.back .navbar-trigger.back .menu-trigger{
    background: url("../images/icon-back-red.png") no-repeat center;
    background-size: 90%;
    transform: rotate3d(0,0,1,0deg);
    -webkit-transform: rotate3d(0,0,1,0deg);
}
.transparent .navbar-trigger.back .menu-trigger{
    background: url("../images/icon-back-white.png") no-repeat center;
    background-size: 90%;
}
.button-container ul{
    margin: 0;
    padding: 0;
}
.scrollto-button{
    cursor: pointer;
    list-style: none;
    font-family: centrale;
    text-transform: uppercase;
    border-bottom: solid 1px #cf2f2f;
    padding: 20px 0 20px 30px;
    color: #424242;
}
.scrollto-button:hover{
    background-color: #ebeef0;
    color: #424242;
}

.section{
    position: relative;
    min-height: 640px;
    display: inline-block;
    width: 100%;
    background-size: cover;
    background-position: center top;
    padding-bottom: 50px;
}

#sec1{
    background-image: url('../images/home-banner.jpg');
}
.grow-banner-overlay{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    z-index: 0;
    top: 0;
    left: 0;
    padding: 0 5vw;
}
.header-title{
    font-size: 2.5rem;
    font-family: centrale;
    color: #ffffff;
    width: 100%;
    text-align: center;
    margin-top: 250px;
}
.header-subtitle{
    font-size: 1.35rem;
    width: 100%;
    text-align: center;
    font-family: open-sans;
    color: #ffffff;
}

#sec2{
    background-color: #f9f9f9;
    text-align: center;
}
.portfolio-title{
    font-size: 3rem;
    font-family: centrale;
    color: #424242;
    width: auto;
    text-align: center;
    margin-top: 50px;
    display: inline-block;
    border-bottom: 3px solid #95c6a7;

}
.grow-product-container{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
    padding: 10px;
}
.product-item{
    position: relative;
    background-color: #262626;
    text-align: center;
    background-size: cover;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
}
.product-image{
    width: 100%;
    padding: 10px;
}
.product-image img{
    width: 70%;
}
.product-title{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    font-family: gs-lite;
    color: #fff;
    padding: 10px;
    background-color: rgba(0,0,0,.5);
}
.product-detail{
    text-align: left;
    font-size: 1.5rem;
    font-family: centrale;
    color: #424242;
    padding: 10px;
}

#sec3{
    background-image: url(../images/about-us.jpg);
    text-align: center;
    min-height: 600px;
    padding-bottom: 0;
}
.about-title{
    font-size: 3rem;
    padding-bottom: 5px;
    font-family: centrale;
    color: #ffffff;
    width: auto;
    display: block;
    text-align: center;
    border-bottom: 3px solid #d6752f;
}
.about-wrapper{
    font-size: 2rem;
    font-family: centrale;
    color: #fafafa;
    text-align: justify;
    padding: 100px 5%;
    line-height: 40px;
    background-color: rgba(0,0,0,.5);
}

#sec5{
    background-image: url(../images/contact-us.jpg);
    text-align: center;
}
.contact-container{
    padding: 0 10px;
}
.contact-logo{
    width: 50%;
    text-align: center;
    margin: 0 auto;
}
.contact-logo img{
    width: 90%;
}
.contact-title{
    font-size: 2.5rem;
    font-family: centrale;
    color: #ffffff;
    width: auto;
    display: inline-block;
    text-align: left;
    margin-top: 50px;
    border-bottom: 5px solid #d71f47;
}
.contact-address{
    font-size: 1.5rem;
    color: #ffffff;
    font-family: centrale;
    text-align: left;
}
.contact-map{
    margin-top: 20px;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
}
.contact-map iframe{
    position: absolute;
    top: 0;
    left: 0;
}
.contact-message-title{
    font-size: 1.5rem;
    font-family: open-light;
    color: #ffffff;
    width: 100%;
    margin-top: 50px;
    text-align: center;
}
.contact-message-subject{
    text-align: left;
    margin: 30px 0;
}
.contact-message-subject input{
    font-size: 2rem;
    border-radius: 5px;
    border: none;
    padding: 5px;
    font-family: open-light;
    width: 100%;
}
.contact-message-subject label{
    font-size: 1.5rem;
    color: #ebeef0;
    font-family: open-light;
    text-align: left;
    margin: 0;
}
.contact-message-message textarea{
    width: 100%;
    font-size: 2rem;
    font-family: open-light;
    padding: 5px;
    margin: 10px 0;
    border-radius: 5px;
}
.contact-message-button button, .contact-message-button input{
    width: 100%;
    font-size: 2rem;
    background-color: #d71f47;
    border: none;
    border-radius: 5px;
    padding: 5px;
    font-family: open-sans;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 50px;
}
.contact-message-button button:hover, .contact-message-button input:hover{
    background-color: #e44567;
}

.footer{
    min-height: 100px;
    display: inline-block;
    width: 100%;
    background-color: #ccc;
}
.footer-logo{
    width: 100%;
    text-align: center;
    margin: 30px 0;
}
.footer-logo img{
    max-width: 100px;
}
.footer-copy{
    color: #ffffff;
    font-family: open-sans;
    font-size: 1.8rem;
    text-align: center;
    width: 100%;
}
.sosmed-container{
    width: 80%;
    margin: 0 auto;
    text-align: center;
}
.sosmed-item{
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 5px 10px 50px;
    cursor: pointer;
}
.sosmed-item.facebook{
    background: url('../images/icon-fb.png') no-repeat center;
    background-size: 100%;
}
.sosmed-item.facebook:hover{
    background: url('../images/icon-fb-hover.png') no-repeat center;
    background-size: 100%;
}
.sosmed-item.twitter{
    background: url('../images/icon-tw.png') no-repeat center;
    background-size: 100%;
}
.sosmed-item.twitter:hover{
    background: url('../images/icon-tw-hover.png') no-repeat center;
    background-size: 100%;
}
.sosmed-item.instagram{
    background: url('../images/icon-ig.png') no-repeat center;
    background-size: 100%;
}
.sosmed-item.instagram:hover{
    background: url('../images/icon-ig-hover.png') no-repeat center;
    background-size: 100%;
}

.popup-overlay{
    background-color: rgba(0,0,0,0.5);
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 10000;
    top: 0;
    left: 0;
}
.popup-container{
    background-color: #fafafa;
    width: 80%;
    max-width: 600px;
    margin: 100px auto;
    font-family: centrale;
    padding: 25px;
    border-radius: 5px;
    color: #424242;
}
.popup-title{
    font-size: 5rem;
}
.popup-title.success{
    color: #84e11e;
}
.popup-title.error{
    color: #cf2f2f;
}
.popup-message{
    font-size: 2rem;
    margin: 50px 0;
}
.popup-close{
    font-size: 2rem;
    font-family: open-sans;
    cursor: pointer;
    background-color: #1e84e1;
    color: #fafafa;
    padding: 20px;
    text-align: center;
}
.popup-close:hover{
    background-color: #129fea;
}

@media (min-width:768px){
    .custom-navbar.transparent{
        background-color: #ebeef0;
    }
    .custom-navbar .navbar-title{
        float: left;
        min-width: 60px;
        width: 100%;
        position: relative;
        text-align: center;
        height: 100px;
    }
    .custom-navbar .navbar-title .company-logo, .custom-navbar.transparent .navbar-title .company-logo{
        background-image: url("../images/logo-grow.png");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        background-color: #ebeef0;
        display: inline-block;
        width: 50px;
        height: 0;
        padding-bottom: 50px;
        transition: all .375s ease;
        margin: 0 auto;
        position: absolute;
        left: 50%;
        margin-left: -25px;
        top: 0;
    }
    .navbar-trigger{
        display: none;
    }
    .custom-navbar{
        height: 75px;
        padding: 10px;
    }
    .custom-navbar .button-container{
        width: 100%;
        position: absolute;
        display: inline-block;
        vertical-align: top;
        top: 0;
        background-color: transparent;
        padding: 10px 5%;
        height: auto;
        line-height: 55px;
        transform: translate3d(0,0,0);
        -webkit-transform: translate3d(0,0,0);
    }
    .button-container ul{
        text-transform: uppercase;
        color: #424242;
        font-weight: bold;
    }
    .transparent .button-container ul{
        color: #424242;
    }
    .scrollto-button{
        display: inline-block;
        margin: 0 20px;
        font-size: 1.6rem;
        border-bottom: none;
        padding: 0 20px;
        color: #424242;
    }
    .scrollto-button.left{
        float: left;
    }
    .scrollto-button.right{
        float: right;
    }
    .transparent .scrollto-button:hover{
        color: #424242;
    }
    .scrollto-button:hover{
        border-bottom: solid 4px #424242;
        padding-bottom: 7px;
        background-color: transparent;
        color: #424242;
    }
    .scrollto-button:nth-child(1):hover{
        border-bottom: solid 4px #424242;
    }
    .scrollto-button:nth-child(2):hover{
        border-bottom: solid 4px #1e84e1;
    }
    .scrollto-button:nth-child(3):hover{
        border-bottom: solid 4px #e11e84;
    }
    .scrollto-button:nth-child(4):hover{
        border-bottom: solid 4px #84e11e;
    }
    .scrollto-button:nth-child(5):hover{
        border-bottom: solid 4px #ff8f00;
    }

    .section{
        min-height: 800px;
    }

    #sec1{
        background-image: url('../images/home-banner.jpg');
        min-height: 100vh;
    }
    .header-title{
        font-size: 3.75rem;
        margin-top: 45vh;
    }
    .header-subtitle{
        font-size: 2rem;
    }

    .grow-product-container{
        grid-template-columns: 1fr 1fr 1fr;
    }
    .product-item{
    }
    .product-item:nth-child(odd){
    }
    .product-image{
        max-width: 400px;
        padding: 10px;
        display: inline-block;
    }
    .product-image img{
        width: 70%;
    }
    .product-detail-wrapper{
        display: inline-block;
        flex-grow: 1;
        padding-top: 25px;
    }
    .product-title{
        text-align: left;
        font-family: gs-lite;
        color: #fff;
        padding: 10px;
    }
    .product-detail{
        text-align: left;
        font-size: 2rem;
        font-family: centrale;
        color: #424242;
        padding: 10px;
    }

    .about-title{
        margin-bottom: 30px;
    }
    .about-wrapper{
        min-height: 600px;
        margin: 0 auto;
    }
    .outlet-item-container{
        width: 30%;
        display: inline-block;
        margin: 10px;
        max-width: 450px;
    }
    .contact-logo{
        text-align: left;
    }
    .contact-title{
        font-size: 3.75rem;
        margin-top: 100px;
    }
    .contact-address{
        font-size: 1.5rem;
        color: #ffffff;
        font-family: centrale;
        margin: 20px 0;
        text-align: left;
        line-height: 30px;
    }
    .contact-map{
        overflow: hidden;
        width: 100%;
        height: 0;
        padding-bottom: 65%;
    }
    .contact-message-container{
        padding-left: 50px;
    }
    .contact-message-title{
        font-size: 2rem;
        margin-top: 80px;
        text-align: left;
    }
    .sosmed-container{
        width: 25%;
    }
}

@media (min-width:1024px){
    .custom-navbar .navbar-title .company-logo, .custom-navbar.transparent .navbar-title .company-logo{
        width: 65px;
        padding-bottom: 65px;
        margin-left: -32.5px;
    }
    .custom-navbar .button-container{
        padding: 10px 15vw;
    }

    .grow-product-container{
        padding: 10px 15vw;
    }

    .about-wrapper{
        padding: 100px 15vw;
    }

    .contact-container{
        padding: 0 15vw;
    }
}

@media (min-width:1366px){
    .grow-product-container{
        grid-gap: 50px;
    }
}
