:root {
    --primary-color: #447D3C;
    --secondary-color: #3B6F38;
    --dark-color: #2A5124;
    --warning-color: #FFE57C;
}

.primary-color {
    color: var(--primary-color);
}

.dark-color {
    color: var(--dark-color);
}

.warning-color {
    color: var(--warning-color);
}

.bg-primary-color {
    background-color: var(--primary-color);
}

body{
    display: flex;
    justify-content: center;
    overflow-x: hidden;
}

.wrapper{
    max-width: 1920px;
    width: 100%;
}

.text-justify{
    text-align: justify;
}

.value-faq {
    opacity: 0;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
    transform: translateY(20px);
    position: relative; 
    z-index: 1;
}

.value-faq.fade-up {
    opacity: 1;
    transform: translateY(0);
}

.swiper-container {
    width: 500px;
    height: auto;
}

.swiper-slide img {
    width: 100%;
    height: auto;
}


/* Custom */
@media screen and (max-width: 1670px) {
    .fs-xxl-20 {
        font-size: 1.5rem;
    }

    .img-1{
        width: 1000px;
        margin-left: 100px !important;
    }

    .img-2{
        width: 480px;
    }

    .img-3{
        width: 470px;
    }

    .btn-buy{
        border: none;
        background-color: white;
        color: var(--primary-color);
        font-family: 'Bricolage Grotesque';
        font-weight: 800;
        padding: 7px 25px;
        border-radius: 35px;
        font-size: 30px;
        transform: rotate(-3deg);
        transition: transform .3s ease-in-out;
    }
    
}

#language-toggle{
    cursor: pointer;
}

.en{
    display: none;
}

.en-custom{
    display: none;
}

/* Responsive */

/* XXL */
@media screen and (min-width: 1400px) {
    /* Section 1 */

    .section-1{
        background-image: url('../images/bg-1.jpg') !important;
        background-size:cover;
        height: 1080px;
    }

    .content-sec-1{
        height: 90% !important;
    }

    .btn-buy{
        border: none;
        background-color: white;
        color: var(--primary-color);
        font-family: 'Bricolage Grotesque';
        font-weight: 800;
        padding: 7px 25px;
        border-radius: 35px;
        font-size: 40px;
        transform: rotate(-3deg);
        transition: transform .3s ease-in-out;
    }

    .btn-buy:hover{
        transform: scale(1.1) rotate(-3deg);
    }

    .btn-buy-2{
        border: none;
        background-color: white;
        color: var(--primary-color);
        font-family: 'Bricolage Grotesque';
        font-weight: 800;
        padding: 7px 25px;
        border-radius: 35px;
        font-size: 30px;
        transition: transform .3s ease-in-out;  
    }

    .btn-buy-2:hover{
        transform: scale(1.1);
    }


    /* .btn-buy:hover {
        animation: spin 0.1s linear infinite; 
    }

    @keyframes spin {
        0% {
            transform: rotate(0deg); 
        }
        100% {
            transform: rotate(360deg);
        }
    } */

    /* Section 2 */
    .section-2{
        background-image: url('../images/bg-2.jpg') !important;
        background-size: cover;
        height: 928px;
    }

    .content-sec-2{
        height: 100%;
    }

    /* Section 3 */
    .section-3{
        background-image: url('../images/bg-3.jpg') !important;
        background-size: cover;
        height: 678px;
        padding: 50px 100px;
    }

    .title-sec-3{
        -webkit-text-stroke: 3px var(--primary-color);
        -webkit-text-fill-color: #FFFFFF;
    }

    /* Section 4  */
    .section-4{
        background-image: url('../images/bg-4.jpg') !important;
        background-size: cover;
        height: 1080px;
    }

    .content-sec-4{
        height: 100%;
    }

    .text-sec-4{
        width: max-content;
        top: 23%;
        left: 35%;
    }

    /* Section 5 */
    .section-5{
        background-image: url('../images/bg-5.jpg') !important;
        background-size: cover;
        height: 1080px;
    }

    .content-sec-5{
        height: 100%;
    }

    /* Section 6 */
    .section-6{
        background-image: url('../images/bg-6.jpg');
        background-size: cover;
        height: 1080px;
    }

    .section-5 img{
        width: 500px !important;
        height: auto;
    }

    /* Section 7 */
    .section-7 {
        position: relative;
    }

    .video-thumbnail {
        position: relative;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }

    .play-button img {
        width: 120px;
        height: 80px;
        transition: transform 0.3s ease-in-out;
    }

    .play-button:hover img {
        transform: scale(1.2); /* Slight zoom effect on hover */
    }

    .video-container {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .video-frame {
        width: 100%;
        height: 100%;
        border: none;
    }

    /* Section 8 */
    .section-8 {
        background-image: url('../images/bg-8.jpg');
        background-size: cover;
        /* height: 1080px; */
    }

    .list-square{
        list-style-type: square;
        color: var(--dark-color);
        font-size: 50px;
    }

    .list-square li{
        line-height: 1.3 !important;
    }

    /* Section 9 */

    .section-9 {
        background-image: url('../images/bg-9.jpg');
        background-size: cover;
    }

    .title-sec-9{
        padding: 100px 150px;
    }

    .border-title-faq{
        background-image: linear-gradient(to bottom, #5D845B, #FFFFFF);
        background-color: red;
        padding: 0.1px 10px;
        border-radius: 40px;
        top: -60px;
    }

    .title-faq{
        /* border: 5px solid #FFFFFF; */
        border-radius: 35px;
        padding: 0px 45px;
        margin-top: 10px;
        /* top: -60px; */
        background-image: linear-gradient(to bottom, #2C5A29, #1D2C1C);
    }

    .border-content-faq{
        background-image: linear-gradient(to bottom, #5D845B, #FFFFFF);
        padding: 11px;
        border-radius: 29px;

    }

    .content-faq{
        border-radius: 25px;
        padding: 40px;
        background-image: linear-gradient(to bottom, #2C5A29, #1D2C1C);
    }

    .circle-arrow{
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background-color: #FFFFFF;
        display: flex;
        justify-content: center;
        align-items: center;    
        cursor: pointer;
        z-index: 2;
        position: relative;
    }
}

/* XL */
@media screen and (min-width: 1200px) and (max-width: 1399px){
    .section-1{
        background-image: url('../images/bg-1.jpg') !important;
        background-size:auto;
        height: 800px;
    }

    .bukan{
        width: 900px;
    }

    .section-2{
        background-image: url('../images/bg-2.jpg') !important;
        background-size: cover;
    }

    .section-3{
        background-image: url('../images/bg-3.jpg') !important;
        background-size: cover;
        height: 678px;
        padding: 50px 100px;
    }

    .img-manfaat{
        width: 150px;
    }

    .text-sec-4{
        width: max-content;
        top: 23%;
        left: 40%;
    }

    .section-4{
        background-image: url('../images/bg-4.jpg') !important;
        background-size: cover;
        /* height: 1080px; */
    }

    .section-5{
        background-image: url('../images/bg-5.jpg') !important;
        background-size: cover;
        /* height: 1080px; */
    }

    .section-6{
        background-image: url('../images/bg-6.jpg');
        background-size: cover;
        padding: 30px 0px;
    }

    .video-thumbnail {
        position: relative;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }

    .play-button img {
        width: 120px;
        height: 80px;
        transition: transform 0.3s ease-in-out;
    }

    .play-button:hover img {
        transform: scale(1.2); /* Slight zoom effect on hover */
    }

    .video-container {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .video-frame {
        width: 100%;
        height: 100%;
        border: none;
    }

    .section-8 {
        background-image: url('../images/bg-8.jpg');
        background-size: cover;
    }

    .section-9 {
        background-image: url('../images/bg-9.png');
        background-size: cover;
    }

    .title-sec-9{
        padding: 100px 150px;
    }

    .border-title-faq{
        background-image: linear-gradient(to bottom, #5D845B, #FFFFFF);
        background-color: red;
        padding: 0.1px 10px;
        border-radius: 40px;
        top: -60px;
    }

    .title-faq{
        /* border: 5px solid #FFFFFF; */
        border-radius: 35px;
        padding: 0px 45px;
        margin-top: 10px;
        /* top: -60px; */
        background-image: linear-gradient(to bottom, #2C5A29, #1D2C1C);
    }

    .border-content-faq{
        background-image: linear-gradient(to bottom, #5D845B, #FFFFFF);
        padding: 11px;
        border-radius: 29px;

    }

    .content-faq{
        border-radius: 25px;
        padding: 40px;
        background-image: linear-gradient(to bottom, #2C5A29, #1D2C1C);
    }

    .circle-arrow{
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background-color: #FFFFFF;
        display: flex;
        justify-content: center;
        align-items: center;    
        cursor: pointer;
        z-index: 2;
        position: relative;
    }

    .btn-buy-2{
        border: none;
        background-color: white;
        color: var(--primary-color);
        font-family: 'Bricolage Grotesque';
        font-weight: 800;
        padding: 7px 25px;
        border-radius: 35px;
        font-size: 30px;
        transition: transform .3s ease-in-out;  
    }

    .btn-buy-2:hover{
        transform: scale(1.1);
    }
}

/* LG */
@media screen and (min-width: 992px) and (max-width: 1199px){
    .section-1{
        background-image: url('../images/bg-1.jpg') !important;
        background-size:auto;
        height: 700px;
    }

    .bukan{
        width: 800px;
    }

    .section-2{
        background-image: url('../images/bg-2.jpg') !important;
        background-size: cover;
    }

    .section-3{
        background-image: url('../images/bg-3.jpg') !important;
        background-size: cover;
        height: 678px;
        padding: 50px 100px;
    }

    .img-manfaat{
        width: 150px;
    }

    .text-sec-4{
        width: max-content;
        top: 23%;
        left: 40%;
    }

    .section-4{
        background-image: url('../images/bg-4.jpg') !important;
        background-size: cover;
        /* height: 1080px; */
    }

    .section-5{
        background-image: url('../images/bg-5.jpg') !important;
        background-size: cover;
        /* height: 1080px; */
    }

    .section-6{
        background-image: url('../images/bg-6.jpg');
        background-size: cover;
        padding: 30px 0px;
    }

    .swiper-1{
        width: 90%;
    }

    .video-thumbnail {
        position: relative;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }

    .play-button img {
        width: 120px;
        height: 80px;
        transition: transform 0.3s ease-in-out;
    }

    .play-button:hover img {
        transform: scale(1.2); /* Slight zoom effect on hover */
    }

    .video-container {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .video-frame {
        width: 100%;
        height: 100%;
        border: none;
    }

    .section-8 {
        background-image: url('../images/bg-8.jpg');
        background-size: cover;
    }

    .section-9 {
        background-image: url('../images/bg-9.png');
        background-size: cover;
    }

    .title-sec-9{
        padding: 100px 150px;
    }

    .border-title-faq{
        background-image: linear-gradient(to bottom, #5D845B, #FFFFFF);
        background-color: red;
        padding: 0.1px 10px;
        border-radius: 40px;
        top: -30px;
    }

    .title-faq{
        /* border: 5px solid #FFFFFF; */
        border-radius: 35px;
        padding: 0px 45px;
        margin-top: 10px;
        /* top: -60px; */
        background-image: linear-gradient(to bottom, #2C5A29, #1D2C1C);
    }

    .border-content-faq{
        background-image: linear-gradient(to bottom, #5D845B, #FFFFFF);
        padding: 11px;
        border-radius: 29px;

    }

    .content-faq{
        border-radius: 25px;
        padding: 40px;
        background-image: linear-gradient(to bottom, #2C5A29, #1D2C1C);
    }

    .circle-arrow{
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background-color: #FFFFFF;
        display: flex;
        justify-content: center;
        align-items: center;    
        cursor: pointer;
        z-index: 2;
        position: relative;
    }

    .btn-buy-2{
        border: none;
        background-color: white;
        color: var(--primary-color);
        font-family: 'Bricolage Grotesque';
        font-weight: 800;
        padding: 7px 25px;
        border-radius: 35px;
        font-size: 30px;
        transition: transform .3s ease-in-out;  
    }

    .btn-buy-2:hover{
        transform: scale(1.1);
    }
}
    
/* MD */
@media screen and (min-width: 768px) and (max-width: 991px){
    .section-1{
        background-image: url('../images/bg-mob-1.png');
        background-size: cover;
        background-position: top;
        padding-bottom: 30px;
        height: 800px;
    }

    .bukan{
        width: 600px;
        margin: 0px 0px 0px 0px !important;     
    }

    .section-2{
        background-image: url('../images/bg-2.jpg') !important;
        background-size: cover;
        padding-top: 30px;
    }

    .section-3{
        background-image: url('../images/bg-3.jpg') !important;
        background-size: cover;
        height: 678px;
        padding: 50px 100px;
    }

    .img-manfaat{
        width: 100px;
    }

    .cover-tangan{
        display: flex;
        justify-content: center;
    }

    .tangan{
        width: 500px;
    }

    .text-sec-4{
        width: max-content;
        top: 23%;
        left: 40%;
    }

    .section-5{
        background-image: url('../images/bg-5.jpg') !important;
        background-size: cover;
    }

    .section-6{
        background-image: url('../images/bg-6.jpg');
        background-size: cover;
        padding: 30px 0px;
    }

    .swiper-1{
        width: 90%;
    }

    .video-thumbnail {
        position: relative;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }

    .play-button img {
        width: 120px;
        height: 80px;
        transition: transform 0.3s ease-in-out;
    }

    .play-button:hover img {
        transform: scale(1.2); /* Slight zoom effect on hover */
    }

    .video-container {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .video-frame {
        width: 100%;
        height: 100%;
        border: none;
    }

    .section-8 {
        background-image: url('../images/bg-8.jpg');
        background-size: cover;
    }

    .section-9 {
        background-image: url('../images/bg-9.png');
        background-size: cover;
    }

    .title-sec-9{
        padding: 100px 150px;
    }

    .border-title-faq{
        background-image: linear-gradient(to bottom, #5D845B, #FFFFFF);
        background-color: red;
        padding: 0.1px 10px;
        border-radius: 40px;
        top: -30px;
    }

    .title-faq{
        /* border: 5px solid #FFFFFF; */
        border-radius: 35px;
        padding: 0px 45px;
        margin-top: 10px;
        /* top: -60px; */
        background-image: linear-gradient(to bottom, #2C5A29, #1D2C1C);
    }

    .border-content-faq{
        background-image: linear-gradient(to bottom, #5D845B, #FFFFFF);
        padding: 11px;
        border-radius: 29px;

    }

    .content-faq{
        border-radius: 25px;
        padding: 40px;
        background-image: linear-gradient(to bottom, #2C5A29, #1D2C1C);
    }

    .circle-arrow{
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background-color: #FFFFFF;
        display: flex;
        justify-content: center;
        align-items: center;    
        cursor: pointer;
        z-index: 2;
        position: relative;
    }

    .btn-buy-2{
        border: none;
        background-color: white;
        color: var(--primary-color);
        font-family: 'Bricolage Grotesque';
        font-weight: 800;
        padding: 7px 25px;
        border-radius: 35px;
        font-size: 30px;
        transition: transform .3s ease-in-out;  
    }

    .btn-buy-2:hover{
        transform: scale(1.1);
    }
}

/* SM */
@media screen and (min-width: 576px) and (max-width: 767px){
    body{
        overflow-x: hidden;
    }

    .section-1{
        background-image: url('../images/bg-mob-1.png');
        background-size: cover;
        background-position: center;
        padding-bottom: 30px;
    }

    .bukan{
        width: 600px;
        margin: 0px 0px 0px 0px !important;     
    }

    .blank{
        height: 500px;
    }

    .play-button img {
        width: 120px;
        height: 80px;
        transition: transform 0.3s ease-in-out;
    }

    .img-manfaat{
        width: 150px;
    }

    .cover-tangan{
        display: flex;
        justify-content: center;
    }

    .tangan{
        width: 450px;
    }

    .btn-buy-2{
        border: none;
        background-color: white;
        color: var(--primary-color);
        font-family: 'Bricolage Grotesque';
        font-weight: 800;
        padding: 7px 25px;
        border-radius: 35px;
        font-size: 30px;
        transition: transform .3s ease-in-out;  
    }

    .section-2{
        background-image: url('../images/bg-mob-2.png');
        background-size: cover;
        height: auto;
        padding-top: 30px;
    }

    .section-3{
        background-image: url('../images/bg-mob-3.png');
        background-size: cover;
        height: auto;
    }

    .section-3 p{
        text-align: center;
    }  

    .section-4{
        background-image: url('../images/bg-mob-4.png');
        background-size: cover;
        height: auto;
    }

    .section-5{
        background-image: url('../images/bg-mob-5.png');
        background-size: cover;
        height: auto;
    }

    .section-5 img{
        width: 80%;
    }

    .cover-cegah{
        text-align: center;
        padding: 20px 0;
    }

    .swiper-1{
        width: 90%;
    }

    .video-thumbnail {
        position: relative;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }

    .play-button img {
        width: 120px;
        height: 80px;
        transition: transform 0.3s ease-in-out;
    }

    .play-button:hover img {
        transform: scale(1.2); /* Slight zoom effect on hover */
    }

    .video-container {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .video-frame {
        width: 100%;
        height: 100%;
        border: none;
    }

    .section-6{
        background-image: url('../images/bg-mob-6.png');
        background-size: cover;
        height: auto;
    }

    /* .swiper-1{
        width: 100%;
    } */

    .section-8 {
        background-image: url('../images/bg-mob-8.png');
        background-size: cover;
    }

    .section-9 {
        background-image: url('../images/bg-mob-9.svg');
        background-size: cover;
        background-position: center;
    }

    .title-sec-9{
        padding: 100px 150px;
    }

    .border-title-faq{
        background-image: linear-gradient(to bottom, #5D845B, #FFFFFF);
        background-color: red;
        padding: 0.1px 10px;
        border-radius: 40px;
        top: -30px;
    }

    .title-faq{
        /* border: 5px solid #FFFFFF; */
        border-radius: 35px;
        padding: 0px 45px;
        margin-top: 10px;
        /* top: -60px; */
        background-image: linear-gradient(to bottom, #2C5A29, #1D2C1C);
    }

    .border-content-faq{
        background-image: linear-gradient(to bottom, #5D845B, #FFFFFF);
        padding: 11px;
        border-radius: 29px;

    }

    .content-faq{
        border-radius: 25px;
        padding: 40px;
        background-image: linear-gradient(to bottom, #2C5A29, #1D2C1C);
    }

    .circle-arrow{
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background-color: #FFFFFF;
        display: flex;
        justify-content: center;
        align-items: center;    
        cursor: pointer;
        z-index: 2;
        position: relative;
    }

    .btn-buy-2{
        border: none;
        background-color: white;
        color: var(--primary-color);
        font-family: 'Bricolage Grotesque';
        font-weight: 800;
        padding: 7px 25px;
        border-radius: 35px;
        font-size: 30px;
        transition: transform .3s ease-in-out;  
    }

    .btn-buy-2:hover{
        transform: scale(1.1);
    }

    .sec-9-padd{
        height: 500px;
    }
}

/* XS */
@media screen and (max-width: 575px){

    body{
        overflow-x: hidden;
    }

    .section-1{
        background-image: url('../images/bg-mob-1.png');
        background-size:cover;
        background-position: center;
        height: max-content;
        padding-bottom: 30px;
    }

    .img-1{
        width: 1000px;
        margin-left: 0px !important;
    }

    .blank{
        height: 500px;
    }

    .play-button img {
        width: 120px;
        height: 80px;
        transition: transform 0.3s ease-in-out;
    }

    .btn-buy-2{
        border: none;
        background-color: white;
        color: var(--primary-color);
        font-family: 'Bricolage Grotesque';
        font-weight: 800;
        padding: 7px 25px;
        border-radius: 35px;
        font-size: 30px;
        transition: transform .3s ease-in-out;  
    }

    .section-2{
        background-image: url('../images/bg-mob-2.png');
        background-size: cover;
        height: auto;
    }

    .section-3{
        background-image: url('../images/bg-mob-3.png');
        background-size: cover;
        height: auto;
    }

    .section-3 img{
        width: 100px;
    }   

    .section-3 p{
        text-align: center;
    }   

    .section-4{
        background-image: url('../images/bg-mob-4.png');
        background-size: cover;
        height: auto;
    }

    .section-5{
        background-image: url('../images/bg-mob-5.png');
        background-size: cover;
        height: auto;
    }

    .section-5 img{
        width: 80%;
    }

    .swiper-1{
        width: 100%;
    }

    .sec-5-col{
        padding-left: 60px;
    }

    .swiper-2{
        width: 900px;
    }

    .swiper-2 img{
        width: 300px;
        margin-left: 10px;
    }

    .section-6{
        background-image: url('../images/bg-mob-6.png');
        background-size: cover;
        height: auto;
    }

    .section-7{
        height: 600px !important;
    }

    .video-thumbnail {
        position: relative;
        width: 100%;
        height: 600px;
        background-size: cover;
        background-position: center;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }

    .section-8 {
        background-image: url('../images/bg-mob-8.png');
        background-size: cover;
    }

    .section-9 {
        background-image: url('../images/bg-mob-9.svg');
        background-size: cover;
        background-position: top;
    }

    .title-sec-9{
        text-align: center;
        margin-bottom: 40px;
    }

    .sec-9-padd{
        height: 500px;
    }

    .border-title-faq{
        background-image: linear-gradient(to bottom, #5D845B, #FFFFFF);
        background-color: red;
        padding: 0px 7px;
        border-radius: 10px;
        top: 10px;
    }

    .title-faq{
        border-radius: 8px;
        padding: 0px 45px;
        margin-top: 7px;
        background-image: linear-gradient(to bottom, #2C5A29, #1D2C1C);
    }

    .border-content-faq{
        background-image: linear-gradient(to bottom, #5D845B, #FFFFFF);
        padding: 5px;
        border-radius: 29px;
        margin-top: 30px;
    }

    .content-faq{
        border-radius: 25px;
        padding: 0px;
        background-image: linear-gradient(to bottom, #2C5A29, #1D2C1C);
        padding-bottom: 10px;
    }

    .circle-arrow{
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background-color: #FFFFFF;
        display: flex;
        justify-content: center;
        align-items: center;    
        cursor: pointer;
        z-index: 2;
        position: relative;
    }

    .isi-faq{
        padding: 0px 20px !important;
    }

    .br{
        display: none;
    }

}