/*media quary*/


/*ipad*/

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {

    .home-sec-6 .product-cards {
        min-width: 45% !important;
    }

}

/*ipad*/

/*ipad pro*/

@media only screen and (min-device-width: 1024px) and (max-device-width: 1336px) {

    .home-sec-6 .product-cards {
        margin-right: 10px !important;
    }

    .home-sec-3 .down-col h1 {
        margin-left: -55px;
    }

    .home-sec-2 .cat-button-sec a button.retail-bt {
        margin-top: 20px;
    }

}

/*ipad-pro-cloose*/

@media (max-width: 850px) {

    section.home-sec-1 {
        background-position: center;
    }

    .home-sec-1 .ama-sec {
        padding-right: 30px !important;
    }

    .home-sec-1 .ama-sec h1 {
        font-size: 60px;
        text-align: center !important;
    }

    .home-sec-1 .ama-sec h2 {
        font-size: 25px;
        text-align: center !important;
        padding-left: 25px;
    }

    .home-sec-1 .ama-sec p {
        text-align: center !important;
    }

    .home-sec-1 .ama-sec button.view-bt {
        text-align: center;
        margin: 0 auto;
        display: table;
        float: none !important;
    }

    .home-sec-2 .cat-button-sec a button.food-bt {
        margin-bottom: 15px;
        min-width: 180px;
    }

    .home-sec-2 .cat-button-sec a button.travel-bt {
        margin-bottom: 15px;
        min-width: 180px;
    }

    .home-sec-2 .cat-button-sec a button.fitness-bt {
        min-width: 180px;
        margin-bottom: 15px;
    }

    .home-sec-2 .cat-button-sec a button.leisure-bt {
        margin-bottom: 15px;
        min-width: 180px;
    }

    .home-sec-2 .cat-button-sec a button.retail-bt {
        margin-bottom: 15px;
        min-width: 180px;
    }

    .home-sec-2 .cat-button-sec a button.saloon-bt {
        min-width: 180px;
        margin-left: -15px;
    }

    section.home-sec-3 {
        height: auto;
    }

    .home-sec-3 .down-col h1 {
        font-size: 40px !important;
        text-align: right !important;
        padding-top: 60px;
    }

    .home-sec-3 .down-col {
        padding-top: 0 !important;
        height: 250px;
        padding-right: 30px !important;
    }

    .home-sec-3 .down-col p {
        font-size: 15px !important;
        line-height: 18px !important;
        margin-left: 34%;
        text-align: right !IMPORTANT;
    }

    .home-sec-3 .down-col img {
        width: 100px;
        float: right;
    }

    .home-sec-5 {
        padding-top: 0 !important;
        height: 250px !important;
    }

    .home-sec-5 .thous-col h1 {
        font-size: 40px !important;
        padding-top: 70px;
        margin-left: -12px !important;
        padding-bottom: 15px !important;
    }

    .home-sec-5 .thous-col {
        padding-left: 30px !important;
    }

    .home-sec-5 .thous-col p {
        font-size: 15px !important;
        line-height: 16px !important;
        width: 62%;
    }

    .home-sec-5 .thous-col button.view-bt {
        font-size: 15px !important;
        width: 110px !important;
    }

    .home-sec-6 .product-cards {
        min-width: 95%;
    }

    .home-sec-7 .brands_item img {
        padding: 30px !important;
        width: 194px !important;
        height: 100% !important;
        margin-left: -5px;

    }

}


/*home-sec-1*/

.home-sec-1 .ama-sec {
    padding-top: 200px;
    padding-bottom: 150px;
    padding-right: 50px;
}

.home-sec-1 {
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
}

.home-sec-1 .ama-sec h2 {
    font-size: 46px;
    text-align: right;
    font-family: festival-budaya;
    margin-bottom: 0;
}

.home-sec-1 .ama-sec h1 {
    text-align: right;
    font-size: 89px;
    color: #92278f;
    font-family: eyes-wide-open;
    line-height: 15px;
    padding-bottom: 35px;
}

.home-sec-1 .ama-sec p {
    text-align: right;
    color: black;
    font-family: 'ProductSans-Regular';
}

.home-sec-1 .ama-sec button.view-bt {
    float: right;
    background-color: #fcaf17;
    font-size: 24px;
    text-decoration: none;
    color: white;
    font-family: ProductSans-Bold;
    width: 165px;
    padding: 5px;
    border: #fcaf17;
    border-radius: 15px;
    box-shadow: 3px 18px 25px -10px #fcaf17;
}

/*home-sec-1-cloose*/

/*home-sec-2*/

.home-sec-2 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.home-sec-2 .cat-col {
    padding-left: 50px;
    padding-right: 50px;
}

.home-sec-2 h3 {
    text-align: center;
    font-size: 39px;
    color: #303030;
}

.home-sec-2 p {
    text-align: center;
    padding-top: 10px;
}

.home-sec-2 .cat-button-sec {
    text-align: center;
    padding-top: 20px;
}

.home-sec-2 .cat-button-sec img {
    width: 55px;
    padding: 5px;
}

.home-sec-2 .cat-button-sec a button.food-bt {
    background-color: #e5454c;
    text-align: left;
    font-size: 18px;
    text-decoration: none;
    color: white;
    margin-right: 15px;
    font-family: ProductSans-Bold;
    width: 155px;
    border: #e5454c;
    border-radius: 15px;
    box-shadow: 3px 18px 25px -10px #e5454c;
}

.home-sec-2 .cat-button-sec a button.travel-bt {
    background-color: #5653d4;
    text-align: left;
    font-size: 18px;
    text-decoration: none;
    color: white;
    font-family: ProductSans-Bold;
    width: 155px;
    margin-right: 15px;
    border: #5653d4;
    border-radius: 15px;
    box-shadow: 3px 18px 25px -10px #5653d4;
}

.home-sec-2 .cat-button-sec a button.fitness-bt {
    background-color: #4bc8ca;
    text-align: left;
    font-size: 18px;
    text-decoration: none;
    color: white;
    font-family: ProductSans-Bold;
    width: 155px;
    margin-right: 15px;
    border: #4bc8ca;
    border-radius: 15px;
    box-shadow: 3px 18px 25px -10px #4bc8ca;
}

.home-sec-2 .cat-button-sec a button.leisure-bt {
    background-color: #f19b38;
    text-align: left;
    font-size: 18px;
    text-decoration: none;
    color: white;
    font-family: ProductSans-Bold;
    width: 155px;
    margin-right: 15px;
    border: #f19b38;
    border-radius: 15px;
    box-shadow: 3px 18px 25px -10px #f19b38;
}

.home-sec-2 .cat-button-sec a button.retail-bt {
    background-color: #b54b94;
    text-align: left;
    font-size: 18px;
    text-decoration: none;
    color: white;
    font-family: ProductSans-Bold;
    width: 155px;
    margin-right: 15px;
    border: #b54b94;
    border-radius: 15px;
    box-shadow: 3px 18px 25px -10px #b54b94;
}

.home-sec-2 .cat-button-sec a button.saloon-bt {
    background-color: #08a791;
    text-align: left;
    font-size: 18px;
    text-decoration: none;
    color: white;
    font-family: ProductSans-Bold;
    border: #08a791;
    border-radius: 15px;
    box-shadow: 3px 18px 25px -10px #08a791;
}

/*home-sec-2-cloose*/

/*home-sec-3*/

.home-sec-3 .down-col {
    padding-top: 270px;
    padding-bottom: 135px;
    padding-right: 50px;
}

.home-sec-3 {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 600px;
}

.home-sec-3 .down-col h1 {
    color: white;
    font-size: 89px;
    font-family: 'festival-budaya';
    text-align: center;
    margin-bottom: 0;
    line-height: 50px;
}

.home-sec-3 .down-col p {
    text-align: center;
    color: white;
    font-size: 25px;
    line-height: 30px;
}

.home-sec-3 .down-col img {
    text-align: center;
    margin: 0 auto;
    display: table;
}

/*home-sec-3-cloose*/


/*home-sec-4*/

.home-sec-4 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.home-sec-4 h3 {
    text-align: center;
    margin: 0 auto;
    font-size: 39px;
    color: #303030;
}

.home-sec-4 p {
    text-align: center;
    padding-top: 20px;
    display: table;
    margin: 0 auto;
    letter-spacing: 1px;
}

.home-sec-4 .use-col {
    padding-left: 50px;
    padding-right: 50px;
}

.home-sec-4 img {
    width: 100%;
    padding-top: 20px;
}

/*home-sec-4-cloose*/


/*home-sec-5*/

.home-sec-5 {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 170px;
    padding-bottom: 130px;
    height: 600px;
}

.home-sec-5 .thous-col {
    padding-right: 50px;
    padding-left: 50px;
}

.home-sec-5 .thous-col h1 {
    font-size: 89px;
    color: white;
    font-family: eyes-wide-open;
    margin-left: -35px;
    line-height: 15px;
    padding-bottom: 35px;
}

.home-sec-5 .thous-col p {
    color: white;
    font-size: 24px;
    line-height: 30px;
}

.home-sec-5 .thous-col button.view-bt {
    background-color: #fcaf17;
    font-size: 24px;
    text-decoration: none;
    color: white;
    font-family: ProductSans-Bold;
    width: 165px;
    padding: 5px;
    border: #fcaf17;
    border-radius: 15px;
    box-shadow: 3px 18px 25px -10px #fcaf17;
}

/*home-sec-5-cloose*/


/*home-sec-6*/

.home-sec-6 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.home-sec-6 h3 {
    text-align: center;
    margin: 0 auto;
    font-size: 39px;
    color: #303030;
    width: 100%;
}

.home-sec-6 p {
    text-align: center;
    padding-top: 20px;
    width: 100%;
}

.home-sec-6 .prod-col {
    padding-right: 50px;
    padding-left: 50px;
}

.home-sec-6 .our-cards {
    padding-left: 20px;
}

.home-sec-6 .product-cards {
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
    margin: 0 auto;
    margin-top: 50px;
    max-width: 23%;
    margin-right: 20px;
    border: 1px solid white;
    box-shadow: 2px 10px 15px -2px #92278f;
    border-radius: 15px;
}

.home-sec-6 .product-cards img {
    text-align: center;
    margin: 0 auto;
    display: table;
}

.home-sec-6 .product-cards h4 {
    text-align: center;
    font-size: 22px;
    padding-top: 40px;
}

.home-sec-6 .product-cards p {
    font-size: 15px;
}

/*home-sec-6-cloose*/


/*home-sec-7*/

.home-sec-7 {
    padding-bottom: 50px;
}

.home-sec-7 h3 {
    text-align: center;
    margin: 0 auto;
    font-size: 39px;
}

.home-sec-7 .brands {
    width: 100%;
    padding-top: 90px;
    padding-bottom: 90px
}

.home-sec-7 .brands_slider_container {
    height: 130px;
    border: solid 1px white;
    padding-left: 97px;
    padding-right: 97px;
    background: #fff
}

.home-sec-7 .brands_slider {
    height: 100%;
    margin-top: 50px
}

.home-sec-7 .brands_item {
    height: 100%
}

.home-sec-7 .brands_item img {
    width: 200px;
    height: 180px;
    padding: 50px;
}

.home-sec-7 .brands_nav {
    position: absolute;
    top: 100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 5px;
    cursor: pointer
}

.home-sec-7 .brands_nav i {
    color: #a9a9a9;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.home-sec-7 .brands_nav:hover i {
    color: #676767
}

.home-sec-7 .brands_prev {
    left: 40px
}

.home-sec-7 .brands_next1 {
    right: 40px;
}

/*home-sec-7-cloose*/


