.fontAlatsi {
    font-family: 'Alatsi', sans-serif;
}

/* Cabang atas dari Buy Now */
.Lbuynow {
    text-align: center;
    padding-bottom: 60px;
    padding-top: 0px;
}

.buynow {
    background-color: #1b332d;
    /* Green */
    border: none;
    color: white;
    padding: 10px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}

.swiper {
    width: 100%;
    height: 487px;
    background: #000;
}

.swiper-slide {
    font-size: 18px;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 60px;
    position: relative;
    left: 50%;
}

.parallax-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 130%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}

.swiper-slide .title {
    font-size: 41px;
    font-weight: 300;
}

.swiper-slide .subtitle {
    font-size: 21px;
}

.swiper-slide .text {
    font-size: 14px;
    max-width: 400px;
    line-height: 1.3;
}

.containerz .cardz {
    position: relative;
    max-width: 300px;
    height: 215px;
    margin: 30px 40px;
    padding: 20px 15px;

    display: flex;
    flex-direction: column;
    transition: 0.3s ease-in-out;
    border-radius: 15px;
}

.containerz .cardz:hover {
    height: 320px;
}


.containerz .cardz .imagez {
    position: relative;
    top: -20%;
    z-index: 1;
}

.containerz .cardz  img {
    max-width: 100%;
    border-radius: 15px;
}

.containerz .cardz .contentz {
    position: relative;
    top: -165px;
    padding: 10px 15px;
    color: black;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s ease-in-out;

}

.containerz .cardz:hover .contentz {
    margin-top: 90px;
    visibility: visible;
    opacity: 1;
    transition-delay: 0.2s;
}

.pNamePT10pxPB10px {
    padding-top: 10px;
    padding-bottom: 10px;
}

.pNameSubMT10px {
    text-align: center;
    margin-top: -10px;
}

.productDesc {
    font-size: 16px;
}

/* Kategori */
.containerk .cardk {
    height: 320px;
    transition: 0.3s ease-in-out;
}

.containerk .cardk:hover {
    height: 320px;
}


.containerk .cardk .imagek {
    position: relative;
    z-index: 1;
}

.containerk .cardk .imagek img {
    max-width: 100%;
}

.containerk .cardk .contentk {
    position: relative;
    top: -375px;
    padding: 36px 15px 15px 15px;
    color: white;
    text-align: center;
    text-align: justify;
    background: #00000059;
    width: 300px;
    height: 374px;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s ease-in-out;

}

.containerk .cardk:hover .contentk {
    visibility: visible;
    opacity: 1;
    transition-delay: 0.2s;

}

/* SLIDERS */

.judul1 {
    position: relative;
    right: 104px;
    top: 20px;
    padding-bottom: 50px;
    font-family: 'Grape Nuts', cursive;
    font-weight: bold !important;
}

.description1 {
    position: relative;
    top: 20px;
}

.link1 {
    background-color: #ffffff1c;
    border-radius: 0px;
    border-color: black;
    position: relative;
    left: -50px;
    top: 30px;
    padding-left: 20px;
    padding-right: 20px;
    text-decoration: none;
}

.judul2 {
    position: relative;
    right: 104px;
    top: 40px;
    padding-bottom: 30px;
    font-family: 'Grape Nuts', cursive;
    font-weight: bold;
}

.description2 {
    position: relative;
    top: 20px;
}

.link2 {
    background-color: #ffffff1c;
    border-radius: 0px;
    border-color: black;
    position: relative;
    left: -50px;
    top: 30px;
    padding-left: 20px;
    padding-right: 20px;
    text-decoration: none;
}

.judul3 {
    position: relative;
    right: 700px;
    top: 40px;
    padding-bottom: 30px;
    font-family: 'Grape Nuts', cursive;
    font-weight: bold;
}

.description3 {
    position: relative;
    top: 20px;
    right: 600px;
}

.link3 {
    background-color: #f1cd2eba;
    border-radius: 0px;
    border-color: black;
    position: relative;
    right: 650px;
    top: 30px;
    padding-left: 20px;
    padding-right: 20px;
    text-decoration: none;
}

.fontGFS {
    font-family: 'GFS Neohellenic', sans-serif;
    font-size: 16px;
}

/* PRODUCT LIST */
.productListPadding {
    padding-top: 60px;
    padding-bottom: 0px;
}

.productListPBottom {
    padding-bottom: 120px;
}

.imagePList{
    height: 287px;
}

/* CATEGORY */

.category {
    background-color: #e7e1d3;
    height: 507px;
}

/* ALL CATEGORY */

.kategoriP {
    padding: 90px 40px 20px 40px;
}

.kategoriR {
    padding: 90px 40px 20px 40px;
}

.kategoriG {
    padding: 90px 40px 20px 40px;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .kategoriP {
        padding: 90px 40px 20px 40px;
    }

    .kategoriR {
        padding: 90px 40px 20px 40px;
    }

    .kategoriG {
        padding: 90px 40px 20px 40px;
    }
}

/* ############ */

.contentk {
    font-size: 16px;
    color: white;
    font-family: cursive;
}

.submitCF {
    border-radius: 0px;
    border-color: #e7e1d3;
    background-color: #e7e1d3;
    padding-left: 40px;
    padding-right: 40px;
    position: relative;
    bottom: 467px;
    left: 0px;
    font-weight: bolder;
}

.submitR {
    border-radius: 0px;
    border-color: #e7e1d3;
    background-color: #e7e1d3;
    padding-left: 40px;
    padding-right: 40px;
    position: relative;
    bottom: 467px;
    left: 0px;
    font-weight: bolder;
}

.submitG {
    border-radius: 0px;
    border-color: #e7e1d3;
    background-color: #e7e1d3;
    padding-left: 40px;
    padding-right: 40px;
    position: relative;
    bottom: 467px;
    left: 0px;
    font-weight: bolder;
}

/* Gambar Background Category */
.imageG {
    width: 300px;
    height: 373.4px;
}

.btn:hover,
.btn:focus,
.btn:active {
    color: #fff;
    background-color: #389b06;
    border-color: #389b06;
    /*set the color you want here*/
}

.txtAlignCenter {
    text-align: center
}

/* ARTICLE */
.ARTICLE{
    padding-top: 50px;
    padding-bottom: 50px;
}
.articleP {
    padding: 20px 40px 80px 40px;
}

.imageArticle {
    width: 100%;
    margin-bottom: 16px;
}

.articlePDesc {
    padding: 46px 40px 10px 10px;
}

.articleJudul {
    background-color: #e7e1d3;
    width: 100%;
    padding: 10px 10px 20px 45px;
    font-family: 'Liu Jian Mao Cao', cursive;
    font-weight: bold;
    position: relative;
    right: 50px;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

    .swiper-slide .title {
        font-size: 41px;
        font-weight: 300;
    }

    .swiper-slide .text {
        font-size: 14px;
        max-width: 400px;
        line-height: 1.3;
    }

    /* SLIDERS */

    .judul1 {
        position: relative;
        top: 20px;
        right: 330px;
        font-family: 'Grape Nuts', cursive;
        font-weight: bold !important;
    }

    .description1 {
        position: relative;
        right: 230px;
    }

    .link1 {
        background-color: #000000cf;
        border-radius: 0px;
        border-color: black;
        position: relative;
        left: -280px;
        top: 30px;
        padding-left: 20px;
        padding-right: 20px;
        text-decoration: none;
    }

    .judul2 {
        position: relative;
        right: 339px;
        top: 10px;
        padding-bottom: 30px;
        font-family: 'Grape Nuts', cursive;
        font-weight: bold !important;
    }

    .description2 {
        position: relative;
        top: 20px;
        right: 240px;
    }

    .link2 {
        background-color: #ffffff1c;
        border-radius: 0px;
        border-color: black;
        position: relative;
        left: -134px;
        top: 30px;
        padding-left: 20px;
        padding-right: 20px;
        text-decoration: none;
    }

    .judul3 {
        position: relative;
        right: 370px;
        top: 40px;
        padding-bottom: 30px;
        font-family: 'Grape Nuts', cursive;
        font-weight: bold !important;
    }

    .description3 {
        position: relative;
        top: 20px;
        right: 270px;
    }

    .link3 {
        background-color: #f1cd2eba;
        border-radius: 0px;
        border-color: black;
        position: relative;
        right: 320px;
        top: 120px;
        padding-left: 20px;
        padding-right: 20px;
        text-decoration: none;
    }

    .fontGFS {
        font-family: 'GFS Neohellenic', sans-serif;
        font-size: 16px;
    }

    /* PRODUCT LIST # 600px */
    .productListPadding{
        padding-top: 60px;
        padding-bottom: 0px;
    }
    .imagePList{
        height: 227px;
    }

    .productListPBottom {
        padding-bottom: 58px;
    }

    .Lbuynow {
        text-align: center;
        padding-bottom: 60px;
        padding-top: 0px;
    }

    /* Kategori # 600px */

    .category {
        background-color: #e7e1d3;
        height: 1388px;
    }

    /* ARTICLE # 600px */

    .imageArticle {
        width: 100%;
        margin-bottom: 16px;
    }

    .articleP {
        padding: 50px 40px 0px 40px;
    }

    .articlePDesc {
        padding: 26px 40px 30px 40px;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .swiper-slide .title {
        font-size: 41px;
        font-weight: 300;
    }

    .swiper-slide .text {
        font-size: 14px;
        max-width: 400px;
        line-height: 1.3;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .swiper-slide .title {
        font-size: 41px;
        font-weight: 300;
    }

    .swiper-slide .text {
        font-size: 14px;
        max-width: 400px;
        line-height: 1.3;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .swiper-slide .title {
        font-size: 41px;
        font-weight: 300;
    }

    .swiper-slide .text {
        font-size: 14px;
        max-width: 400px;
        line-height: 1.3;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .swiper-slide .title {
        font-size: 41px;
        font-weight: 300;
    }

    .swiper-slide .text {
        font-size: 14px;
        max-width: 400px;
        line-height: 1.3;
    }
}
