:root {
    --primary: #b6895b;
    --bg: #010101;
}

* {
    margin: 0;
    padding: 0;
    outline: none;
    border: none;
    text-decoration: none;
}

body {
    font-family: 'poppins', sans-serif;
    background-color: var(--bg);
    color: #fff;
    padding: 0;
}

.navbar {
    position: fixed;
    z-index: 1;
    background: transparent;
    position: absolute;
    background-color: transparent;
    width: 100%;
    float: right;
    text-align: right;
}

.nav-link {
    float: right;
    

}
.btn-nav {
    font-size: 1rem;
    letter-spacing: 1px;
    border-radius: 10px;
    border: none;
    padding: 6px 12px;
    color: #fff;
    background: linear-gradient(to bottom, #D6AB3F, #B5722E, #BE844A);
    cursor: pointer;
    transition: background 0.3s;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);

}
.btn-nav:hover{
    background: linear-gradient(to right, #D6AB3F, #B5722E, #BE844A);
    cursor: pointer;
}


/* fonts */


/* Your existing styles */

a {
    font-family: 'poppins', sans-serif;
    font-size: 2em;
    color: #693131;
}

section {
    font-family: 'poppins', sans-serif;
    font-size: 1.5em;
    color: #693131;
}

.jumbotron {
    padding: 50px 0;
    position: relative;
}

.jumbotron h1 {
    font-weight: 800;
}

.text-container {
    width: 100%;
    max-width: 600px;
    margin: auto;
    order: 2;
}

.gbr {
    width: 100%;
    max-width: 35rem;
    order: 1;
}
.gbu {
    display: none;
    width: 100%;
    max-width: 35rem;
    order: 1;
}
.text-container p {
    font-size: 1.5rem;
    line-height: 2.5rem;
    margin-bottom: 2rem;
    color: #422613 !important;
}

@media (max-width: 768px) {
    .text-container {
        order: 1;
        text-align: center;
        margin-top: 4vh;
    }

    .gbr {
        order: 2;
        max-width: 80vw;
        display: none;
        margin-left: auto;
        margin-right: auto;
        margin-top: -2vh;
        width: 100%;
    }
    .gbu {
        order: 2;
        max-width: 80vw;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: -2vh;
        width: 100%;
    }


    .jumbotron h1 {
        font-weight: 800;
    }

    .text-container p {
        font-size: 1rem;
        line-height: 2rem;
        margin-bottom: 1rem;
        color: #422613 !important;
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media (min-width: 769px) and (max-width: 1200px) {
    /* Additional styles for screens between 769px and 1200px */

    a {
        font-size: 1.5em; /* Adjust the font size as needed */
    }

    section {
        font-size: 1.2em; /* Adjust the font size as needed */
    }

    .jumbotron h1 {
        font-size: 2.1em; /* Adjust the font size as needed */
    }

    .text-container {
        max-width: 550px; /* Adjust the max-width as needed */
    }

    .gbr {
        max-width: 25rem; /* Adjust the max-width as needed */
    }

    .text-container p {
        font-size: 1.2rem; /* Adjust the font size as needed */
        line-height: 2rem;
        margin-bottom: 1.5rem;
    }
}

@media (min-width: 769px) and (max-width: 992px) {
    .text-container,
    .gbr {
        max-width: 50%; /* Adjust the width as needed */
    }
    .text-container p {
        font-size: 1.5rem;
        line-height: 2.5rem;
        margin-bottom: 2rem;
        color: #422613 !important;
    }



}

.btn-custom {
    font-size: 1.5rem;
    border-radius: 20px;
    border: none;
    padding: 10px 20px;
    color: #fff;
    background: linear-gradient(to bottom, #D6AB3F, #B5722E, #BE844A);
    cursor: pointer;
    transition: background 0.3s;
    float: right;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.btn-custom:hover {
    background: linear-gradient(to top, #D6AB3F, #B5722E, #BE844A);
}

@media (max-width: 767px) {
    .custom-section img {
        order: -1;
        margin-bottom: 20px;
    }

    .flex-column-reverse {
        flex-direction: column-reverse !important;
    }

    .text-container {
        text-align: center;
    }

    .btn-custom {
        float: none;
    }
}



/* ------------------------------------------- section check code---------------------------------------------- */

body {
    background: #C5ADA1;
    font-family: 'poppins', sans-serif;
    font-size: 15px;
}

.search {
    margin-left: 350px;
    margin-right: 350px;
    margin-bottom: 60px;
    margin-top: 30px;
    display: flex;
}

.searchTerm {
    width: 100%;
    border: 3px solid #422613;
    border-right: none;
    padding: 23px;
    height: 20px;
    border-radius: 30px 0 0 30px;
    outline: none;
    color: #dbd5d1;
    background: #422613;
    font-family: 'poppins', sans-serif;
    font-size: 17px;
    transition: all 0.3s;
    /* Efek transisi untuk input */
}

.searchTerm:focus {
    color: #ece2db;
}

.searchTerm::placeholder {
    color: #ffffff;
    font-family: 'poppins', sans-serif;
    font-size: 17px;
    opacity: 1;
    /* Atur opacity awal */
    transition: opacity 0.3s;
    /* Efek transisi untuk placeholder */
}

.searchTerm:focus::placeholder {
    opacity: 0;
    /* Menghilangkan placeholder saat fokus */
}

.searchButton {
    width: 60px;
    height: 52px;
    line-height: 36px;
    border: 1px solid #422613;
    background: #422613;
    text-align: center;
    color: #ffffff;
    border-radius: 0 30px 30px 0;
    cursor: pointer;
    font-size: 30px;
    padding-top: 5px;
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.searchButton i {
    transition: 0.2s;
}

.searchButton:hover i {
    transform: scale(1.1);
}

.buttonBelow {
    margin-left: 350px;
    margin-right: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    background: #422613;
    color: #ffffff;
    border: 1px solid #422613;
    border-radius: 10px;
    cursor: pointer;
}

.buttonBelow:hover {
    background: #634822;
}

.searchButton {
    width: 60px;
    height: 52px;
    line-height: 36px;
    border: 1px solid #422613;
    background: #422613;
    text-align: center;
    color: #ffffff;
    border-radius: 0 30px 30px 0;
    cursor: pointer;
    font-size: 30px;
    padding-top: 5px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    /* Mengatasi pemindahan ikon saat membesar */
}

.searchButton i {
    transition: 0.2s;
    /* Efek transisi hanya pada ikon */
}

.searchButton:hover i {
    transform: scale(1.1);
    /* Memperbesar ikon saat di hover */
}


.rounded-section {
    background-image: url('../assets/img/bg-check-product.png');
    background-size: cover;
    background-position: center;
    color: #422613;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    padding: 20px;
    text-align: center;
    margin-top: 0px;
    box-shadow: 0px -20px 20px -15px rgba(0, 0, 0, 0.8);
}

.rounded-section h2 {
    margin-top: 70px;
    /* Sesuaikan nilai sesuai kebutuhan Anda */
    font-size: 50px;
    color: #422613;
    font-family: 'poppins', sans-serif;
    font-weight: bold;
}

.rounded-section p {
    font-size: 25px;
    margin-bottom: 55px;
    padding-left: 200px;
    padding-right: 200px;
}

.barcode-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

h3.second-fonts {
    margin-top: 20px;
}



.button-rounded {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 20px;
    background: linear-gradient(to top right, #D0AC62, #C0834B, #D0AC62);
    color: #ffffff;
    text-decoration: none;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    border: 2px solid transparent;
    font-size: 17px;
    margin-bottom: 80px;
    border-color: #422613;

}

.button-rounded:hover {
    border-color: #8B4513;
    box-shadow: 0 0 20px rgba(81, 60, 120, 0.8);
    transform: scale(1.05);
    /* Menambahkan efek scaling untuk menjaga ukuran teks saat dihover */
}

/* Styling input inside .barcode-container */
.barcode-container {
    display: flex;
}

.barcode-container input {
    flex: 1;
    /* Membuat input memanfaatkan sisa ruang yang tersedia */
    width: 650px;
    height: 50px;
    border-top-left-radius: 60px;
    border-bottom-left-radius: 60px;
    background-color: #422613;
    color: #ffffff;
    padding: 15px;
    font-size: 16px;
    border: none;
    outline: none;
    margin-bottom: 50px;
}

.barcode-container .scan-icon {
    width: 55px;
    height: 50px;
    border-top-right-radius: 60px;
    border-bottom-right-radius: 60px;
    background-color: #422613;
    color: #ffffff;
    padding: 12px;
    font-size: 16px;
    border: none;
    outline: none;
    margin-bottom: -20px;
}

.check-code {
    background-image: url('../assets/img/bg-check-product.png');
    background-size: cover;
    background-position: center;
    color: #422613;
    padding: 10px;
    box-shadow: 0px 0px 20px 30px rgba(0, 0, 0, 0.3);
    width: 100%;
    border-radius: 40px 40px 0 0;
    position: relative;
    height: 110vh;
    margin-top: 10vh;
}

.check-code h2{
    color: #422613;
    text-align: center;
    font-weight: 600;
    font-size: 6vw;
}
.caption-check{
    color: #422613;
    text-align: center;
    font-weight: 400;
    font-size: 26px;
}
@media screen and (max-width: 768px) {
    .check-code {
        background-image: url('../assets/img/bg-check-product.png');
        background-size: cover;
        background-position: center;
        color: #422613;
        padding: 10px;
        box-shadow: 0px 0px 20px 30px rgba(0, 0, 0, 0.3);
        width: 100%;
        border-radius: 40px 40px 0 0;
        position: relative;
        height: 70vh;
        margin-top: 10vh;
    }
    .check-code h2{
        color: #422613;
        text-align: center;
        font-weight: 650;
        font-size: 8vw;
    }
    .caption-check{
        color: #422613;
        text-align: center;
        font-weight: 400;
        font-size: 4vw;
    }

    
    /* Section 2 */
    .search {
        margin-left: 20px;
        margin-right: 20px;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .searchTerm {
        padding: 15px;
        height: 40px;
        border-radius: 20px 0 0 20px;
    }

    .searchButton {
        height: 40px;
        line-height: 30px;
        font-size: 20px;
    }

    .buttonBelow {
        margin-left: 20px;
        margin-right: 20px;
    }

    .barcode-container input {
        width: 100%;
    }

    .barcode-container .scan-icon {
        width: 50px;
        height: 40px;
        font-size: 20px;
    }

    /* Rounded Section */
    .rounded-section h2 {
        font-size: 25px;
        margin-top: 30px;
    }

    .rounded-section p {
        font-size: 18px;
        margin-bottom: 30px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .barcode-container {
        flex-direction: column;
    }

}

/* scan button */
.scan-container {
    width: 65vw;
    display: block;
    margin: 0 auto;
    border-radius: 20px;
    color: #ffffff;
}
input::placeholder {
    color: #ffffff;
    vertical-align: center;
}

input:-webkit-autofill {
    background-color: your-desired-color;
  }
input#scan-bar {
    background-color: #693131 !important;
    border-radius: 20px;
    margin: 0 auto;
    color: #ffffff;
    width: 100%;
    height: 5vw;
    padding: 0 20px;
    font-size: 1.5rem;
    border: 1px solid #BE844A;
    outline: none;

    &:focus {
        border: 1px solid #ffffff;
        transition: 0.35s ease;
        color: #ffffff;

        &::-webkit-input-placeholder {
            transition: opacity 0.45s ease;
            opacity: 0;
        }

        &::-moz-placeholder {
            transition: opacity 0.45s ease;
            opacity: 0;
            font-size: 1rem;
        }

        &:-ms-placeholder {
            transition: opacity 0.45s ease;
            opacity: 0;
        }
    }
}
.scan-icon {
    position: relative;
    float: right;
    width: 35px;
    height: 35px;
    top: -55px;
    right: 20px;
}

.btn-product {
    font-size: 1.5rem;
    border-radius: 20px;
    border: none;
    padding: 10px 20px;
    color: #fff;
    background: linear-gradient(to bottom, #D6AB3F, #B5722E, #BE844A);
    cursor: pointer;
    transition: background 0.3s;
}

.btn-product:hover {
    background: linear-gradient(to top, #D6AB3F, #B5722E, #BE844A);
}
@media (max-width: 768px) {
    .scan-container {
        width: 80vw;
        display: block;
        margin: 0 auto;
        border-radius: 20px;
        color: #ffffff;;
    }
    input#scan-bar {
        background-color: #693131 !important;
        border-radius: 20px;
        margin: 0 auto;
        color: #ffffff;
        width: 100%;
        height: 12vw;
        padding: 0 20px;
        font-size: 1.5rem;
        border: 1px solid #BE844A;
        outline: none;

        
}
.scan-icon {
    position: relative;
    float: right;
    width: 20px;
    height: 20px;
    top: -36px;
    right: 15px;
}

input::placeholder {
    color: #ffffff;
    vertical-align: center;
    font-size: 1rem;
}
.btn-product {
    font-size: 1rem;
    border-radius: 20px;
    border: none;
    padding: 10px 20px;
    color: #fff;
    background: linear-gradient(to bottom, #D6AB3F, #B5722E, #BE844A);
    cursor: pointer;
    transition: background 0.3s;
}

.btn-product:hover {
    background: linear-gradient(to top, #D6AB3F, #B5722E, #BE844A);
}

}




.btn-check {
    font-size: 1.5rem;
    border-radius: 10px;
    border: none;
    padding: 10px 20px;
    color: #fff;
    background: linear-gradient(to bottom, #D6AB3F, #B5722E, #BE844A);
    cursor: pointer;
    transition: background 0.3s;
    margin-left: 45%;
}
.btn-check:hover {
    font-size: 1.5rem;
    border-radius: 10px;
    border: none;
    padding: 10px 20px;
    color: #fff;
    background: linear-gradient(to top, #D6AB3F, #B5722E, #F2DB4D, #BE844A);
    cursor: pointer;
    transition: background 0.3s;
}


/*-------------------succesfull section----------------------*/

/*--------------------------------------succesful section----------------------------------------*/
.successful {
    display: flex;
    text-align: center;
    padding: 50px;
    background-color: #E7D2C3;
    background-image: url('../assets/Background2.png');
    background-size: cover;
    background-position: center;
}

.successful-left-column {
    flex: 1;
    /* Menggunakan flex untuk mengatur proporsi lebar kolom */
    text-align: center;
    /* Aligned ke kiri */
    margin-left: 80px;
    /* Geser ke kanan */
    margin-top: 60px;
    /* Geser ke bawah */
}

.successful-right-column {
    flex: 2;
    /* Menggunakan flex untuk mengatur proporsi lebar kolom */
    text-align: center;
    /* Aligned ke tengah, atau sesuai kebutuhan Anda */
}

.centered-image {
    display: block;
    margin: 10px auto;
    max-width: 125%;
    max-height: 225px;
    height: auto;
}

.centered2-image {
    display: inline-block;
    max-width: 100%;
    max-height: 200px;
    height: auto;
    margin-bottom: 20px;
}

h1.berhasil {
    font-family: 'Akira Expanded', sans-serif;
    font-weight: 800;
    font-size: 3em;
    margin-top: 20px;
    color: rgb(241, 203, 12)(179, 255, 0);
    text-shadow: 2px 2px 4px #791818, 3px 3px 6px #f8f8f8;
}

.successful-notification-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 400px;
    /* Sesuaikan dengan lebar maksimal yang Anda inginkan */
    margin: 0 auto;
    /* Untuk membuat elemen berada di tengah */
}

.successful-notification {
    display: inline-block;
    /* Menyesuaikan lebar dengan kontennya */
    padding: 10px;
    padding-right: 30px;
    padding-left: 30px;
    background-color: #422613;
    color: #fff;
    text-align: center;
    border-radius: 50px;
    font-size: 15px;
    margin-top: 20px;
}


.berhasil {
    font-family: 'Akira Expanded', sans-serif;
    font-weight: 800;
    font-size: 4em;
    margin-top: 20px;
    color: rgb(255, 242, 0);
    text-shadow: 2px 2px 4px #791818, 3px 3px 6px #f8f8f8;
}

.successful-alert-1 {
    color: #422613;
    font-family: 'Poppins', bold;
    font-size: 25px;
    margin: 10px auto 10px;
    max-width: 550px;
}




/* section verification code */


.verification-code {
    background-image: url('../assets/img/bg-verification-product.png');
    background-size: cover;
    background-position: center;
    color: #422613;
    padding: 20px 0;
    padding-bottom: 50px;
    width: 100%;
    border-radius: 40px 40px 0 0;
    position: relative;
    margin-top: -30px;
    box-shadow: 0px -20px 20px -15px rgba(0, 0, 0, 0.8);
    
}
.verification-code h2{
    color: gold;
    text-align: center;
    font-size: 60px;
    font-weight: bold;
    font-family: 'poppins', sans-serif;
}
.caption-verification{
    color: #422613;
    text-align: center;
    font-weight: 400;
    font-size: 26px;
}
.verifikasi-produk h4{
    color: #422613;
    text-align: center;
    font-weight: 400;
    font-size: 22px;
}
.verifikasi-produk h3{
    color: #422613;
    text-align: center;
    font-weight: 400;
    font-size: 26px;
}
.verifikasi-produk p{
    color: #422613;
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    line-height: 10px;
}

.verification-code img{
    width: 40vh;
}

@media only screen and (min-width: 1200px) {
    .verification-code {
        padding: 30px 0;
    }

    .verification-code h2 {
        font-size: 40px; /* Adjust the font size as needed */
    }

    .caption-verification {
        font-size: 22px; /* Adjust the font size as needed */
    }

    .verifikasi-produk h4 {
        font-size: 18px; /* Adjust the font size as needed */
    }

    .verifikasi-produk h3 {
        font-size: 22px; /* Adjust the font size as needed */
    }

    .verifikasi-produk p {
        font-size: 16px; /* Adjust the font size as needed */
        line-height: 1.5; /* Adjust the line height as needed */
    }

    .verification-code img {
        width: 40vh; /* Adjust the image width as needed */
    }
}
@media (max-width: 768px) {
    .verification-code {
        background-image: url('../assets/img/bg-verification-product.png');
        background-size: cover;
        background-position: center;
        color: #422613;
        padding: 20px 0;
        box-shadow: 0px 0px 20px 30px rgba(0, 0, 0, 0.3);
        width: 100%;
        border-radius: 40px 40px 0 0;
        position: relative;
        height: 120vh;
    }
    .verification-code .card {
        text-align: center;
        width: 65%;
        margin-top: 10vh;
    }

    .verification-code .card h2 {
        font-size: 2rem;
    }

    .verification-code .card p {
        font-size: 1rem;
    }

    .verification-code .card h3 {
        font-size: 1.5rem;
    }

    .verification-code .card h5 {
        font-size: 1rem;
    }

    .verification-code .card h4 {
        font-size: 1rem;
    }

    .verification-code img {
        width: 50vw; 
    }

    .successful-right-column h1{
        font-size: 50px;
    }

    .verifikasi-produk h4 {
        font-size: 20px; /* Adjust the font size as needed */
    }

    .verifikasi-produk h3 {
        font-size: 20px; /* Adjust the font size as needed */
    }

    .verifikasi-produk p {
        font-size: 18px; /* Adjust the font size as needed */
        line-height: 1.5; /* Adjust the line height as needed */
    }
}

hr {
    width: 300px;
    justify-content: center;
    align-items: center;
    border: 2px solid #000000;
}
/* ssection warning */

.warning-code {
    background-image: url('../assets/img/bg-warning-product.png');
    background-size: cover;
    background-position: center;
    color: #422613;
    padding: 20px 0;
    box-shadow: 0px -20px 20px -15px rgba(0, 0, 0, 0.8);
    width: 100%;
    border-radius: 40px 40px 0 0;
    position: relative;
    height: 100vh;
    margin-top: -30px;
    
}
.warning-code h2 {
    color: red;
    text-align: center;
    font-weight: 800;
    font-size: 70px;
    font-family: Arial, Helvetica, sans-serif;
    text-shadow: 4px 4px 2px rgba(0, 0, 0, 0.8); /* Adjust the shadow values as needed */
    margin-top: 20px;
}
.card h3 {
    color: red;
    text-align: center;
    font-weight: 600;
    font-size: 25px; 
}

.warning-code .card p {
    color: #422613;
    text-align: center;
    font-weight: 400;
    font-size: 1.5vw; 
}

.card {
    background-color: #ffffff;
    color: #693131;
    padding: 10px;
    border-radius: 15px; 
    text-align: center;
    box-shadow: 0px 0px 10px 15px rgba(0, 0, 0, 0.1); 
    border: red solid 2px;
    width: 50%;
    margin-top: 10vh; 
    margin: auto;
    opacity: 80%;
}

.warning-code img {
    width: 20vw;
}


@media (max-width: 768px) {
    .warning-code {
        background-image: url('../assets/img/bg-warning-product.png');
        background-size: cover;
        background-position: center;
        color: #422613;
        padding: 20px 0;
        box-shadow: 0px -20px 20px -15px rgba(0, 0, 0, 0.8);
        width: 100%;
        border-radius: 40px 40px 0 0;
        position: relative;
        height: 126vw;
    }
    .warning-code .card {
        background-color: #ffffff;
        color: #693131;
        padding: 20px;
        border-radius: 30px;
        text-align: center;
        box-shadow: 0px 0px 20px 30px rgba(0, 0, 0, 0.1);
        border: red solid 2px;
        width: 88%;
        margin-top: 20vh;
        margin: auto;
        opacity: 80%;
        height: 40vw;
    }
    .warning-code img {
        width: 40vw;
    }

    .warning-code h2{
        font-size: 40px ;
    }
    .warning-code .card h2 {
        font-size: 55px;
    }

    .warning-code .card p {
        font-size: 1rem;
    }

    .warning-code .card h3 {
        font-size: 1.3rem;
    }

    .warning-code .card h5 {
        font-size: 1rem;
    }

    .warning-code .card h4 {
        font-size: 1rem;
    }
}

/* ------------------------------------------- verified ---------------------------------------------- */
.verified-code {
    background-image: url('../assets/img/bg-verified-product.png');
    background-size: cover;
    background-position: center;
    color: #422613;
    padding: 40px 0;
    box-shadow: 0px -20px 20px -15px rgba(0, 0, 0, 0.8);
    max-width: 100%;
    border-radius: 40px 40px 0 0;
    position: relative;
    height: 770px;
    
}
.verified-code h2{
    color: red;
    text-align: center;
    font-weight: 800;
    font-size: 5.2em;
}
.caption-verified{
    color: #422613;
    text-align: center;
    font-weight: 400;
    font-size: 20px;
}
.card-verified h4{
    color: red;
    text-align: center;
    font-weight: 400;
    font-size: 23px;
}
.card-verified h5{
    color: black;
    text-align: center;
    font-weight: 400;
    font-size: 18px;
}
.card-verified h3{
    color: red;
    text-align: center;
    font-weight: 600;
    font-size: 28px;
}
.verified-code .card-verified p{
    color: #422613;
    text-align: center;
    font-weight: 500;
    font-size: 26px;
}

.card-verified {
    background-color: #ffffff;
    color: #693131;
    padding: 20px;
    border-radius: 30px;
    text-align: center;
    box-shadow: 0px 0px 20px 30px rgba(0, 0, 0, 0.1);
    border: red solid 2px;
    width: 60%;
    margin-top: 20vh;
    margin: auto;
    opacity: 80%;

}

@media (min-width: 992px) and (max-width: 1200px) {
    .verified-code {
        height: auto; /* Adjusted to 'auto' for responsive height */
    }

    .card-verified {
        width: 90%; /* Adjusted to 90% for responsiveness */
        margin-top: 5vh; /* Adjusted for responsiveness */
    }
}
@media (max-width: 768px) {
    .verified-code h2 {
        font-size: 3.5em; 
    }

    .caption-verified {
        font-size: 16px; 
    }

    .card-verified h4 {
        font-size: 20px; 
    }

    .card-verified h5 {
        font-size: 14px; 
    }

    .card-verified h3 {
        font-size: 20px; 
    }

    .verified-code .card-verified p {
        font-size: 16px; /* Adjust the font size as needed */
    }

    .verified-code{
        height: 120vw;
        border-radius: 30px;
    }

    .card-verified {
        width: 90%; /* Adjust the width as needed */
        margin-top: 5vh; /* Adjust the margin-top as needed */
    }
}
/* -------------------------------------------footer---------------------------------------------- 
.footer {
    background-color: #C1A590;
    color: #693131;
    text-align: left;
    padding: 20px;
    border-radius: 35px 35px 0 0;
    box-shadow: 0px 0px 30px 40px rgba(0, 0, 0, 0.3);
    width: 100%;
    position: absolute;
}
.footer ul {
    list-style-type: none;
    padding: 0;
}

.footer li {
    margin-bottom: 10px;
}

.footer a {
    list-style-type: none;
    text-decoration-line: none;
    text-decoration: none;
    font-size: 20px;
    font-weight: 500;
}
@media (max-width: 768px) {
    .col-md-4 {
        flex: 0 0 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .footer {
        background-color: #C1A590;
        color: #693131;
        text-align: left;
        padding: 20px;
        border-radius: 35px 35px 0 0;
        box-shadow: 0px 0px 10px 20px rgba(0, 0, 0, 0.3);
        width: 100%;
        position: absolute;
        margin-top: 20px;
    }

    .footer li {
        margin-bottom: 0.1rem;
    }
    
    .footer a {
        list-style-type: none;
        text-decoration-line: none;
        text-decoration: none;
        font-size: 1rem;
        font-weight: 300;
    }

    .footer h3 {
        font-size: 1rem;
    }

    .footer img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: -2.6vh;
        width: 100%;
        max-width: 200px;
    }
}*/

/*--------------------------------footer-------------------------------*/

footer {
    background-color: #C1A590;
    color: #7C2F18;
    padding-top: 80px;
    padding-bottom: 80px;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    margin-top: -20px;
    box-shadow: 0px -30px 30px -15px rgba(0, 0, 0, 0.8);
}

.footer-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.footer-logo img {
    width: 300px;
    margin-left: 80px;

}

.footer-links {
    display: flex;
    margin-top: 20px;

    flex-direction: column;
}

.footer-links a {
    font-family: 'poppins', sans-serif;
    color: #7C2F18;
    font-size: 20px;
    margin: 5px 0;
    margin-left: 140px;

}

.footer-contact {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-right: 150px;
}

.footer-contact a {
    font-size: 20px;
    font-family: 'poppins', sans-serif;
    margin-bottom: 10px;
    color: #7C2F18;
}


/* Styling input inside .barcode-container */
.barcode-container {
    display: flex;
}

.barcode-container input {
    flex: 1;
    /* Membuat input memanfaatkan sisa ruang yang tersedia */
    width: 650px;
    height: 50px;
    border-top-left-radius: 60px;
    border-bottom-left-radius: 60px;
    background-color: #422613;
    color: #ffffff;
    padding: 15px;
    font-size: 16px;
    border: none;
    outline: none;
    margin-bottom: 50px;
}

.barcode-container .scan-icon {
    width: 55px;
    height: 50px;
    border-top-right-radius: 60px;
    border-bottom-right-radius: 60px;
    background-color: #422613;
    color: #ffffff;
    padding: 12px;
    font-size: 16px;
    border: none;
    outline: none;
    margin-bottom: -20px;
}


/*--------------------------------contact----------------------------*/
.button-contact1 {
    display: none;
    align-items: center;
    justify-content: center;
    margin: 5px auto;
    padding: 10px 20px;
    text-decoration: none;
    color: #422613;
    background-color: #DCA925;
    border: 2px solid #8B4513;
    border-radius: 30px;
    transition: box-shadow 0.3s ease, border-radius 0.3s ease;
    line-height: 1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    font-size: 16px;
}

.button-contact1 img {
    margin-right: 10px;
    /* Jarak antara ikon dan teks */
    width: 30px;
    /* Ukuran ikon */
}

.footer-copyright p {
    color: #422613;
    text-align: center;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 20px;
}

.button-contact {
    display: none;
    align-items: center;
    justify-content: center;
    margin: 5px auto;
    padding: 10px 20px;
    text-decoration: none;
    color: #422613;
    background-color: #DCA925;
    border: 2px solid #8B4513;
    border-radius: 30px;
    transition: box-shadow 0.3s ease, border-radius 0.3s ease;
    line-height: 1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    font-size: 16px;
}

.button-contact img {
    margin-right: 10px;
    /* Jarak antara ikon dan teks */
    width: 30px;
    /* Ukuran ikon */
}


@media (max-width: 768px){
    /* Footer */
    .footer-row {
        flex-direction: column;
        /* Mengubah arah flex menjadi kolom */
        align-items: center;
        /* Memusatkan konten secara horizontal */
        text-align: center;
        /* Memusatkan teks */
    }

    .footer-logo img {
        margin-left: 0;
        margin-bottom: 20px;

    }

    .footer-links {
        display: flex;
        margin-left: 0;
        margin-bottom: 25px;
    }

    .footer-links a {
        margin: 5px 10px;
        font-size: 20px;
        justify-content: center;
        text-align: center;
    }

    .footer-contact {
        display: none;
        margin-right: 0;
        margin-top: 30px;
        text-align: center;
        font-size: 30px;
        justify-content: center;
    }

    .footer-copyright p {
        color: #422613;
        text-align: center;
        justify-content: center;
        margin-top: 20px;
    }

    /*----------contact-----------*/

    .successful-right-column1 a {
        font-size: 20px;
        font-family: 'poppins', sans-serif;
        margin-bottom: 10px;
        color: #7C2F18;
    }

    .button-contact1,
    .button-contact {
        display: flex;
        flex-direction: row;
        text-align: left;
    }

    .button-contact1 {
        margin-top: 15px;
    }

    .button-contact {
        font-size: 23px;
        color: #7C2F18;
    }

    .button-contact1 img,
    .button-contact img {
        margin: 0 10px 0 0;
        /* Menyesuaikan jarak antara ikon dan teks pada layar kecil */
    }
}