html,
body {
	font-family: 'Montserrat';
	height: 100%;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
    box-sizing: border-box;
}

body::-webkit-scrollbar {
    display: none;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}

.form-search-blog {
    background-color: white !important;
    display: block;
    padding: 9px 4px 9px 40px;
}

.col-design-lab {
    text-align: center;
    border: 2px solid #073C64;
}

.image-container {
    overflow: hidden;
}

.gambar-artikel {
    height: 35vh;
    transition: 0.5s all ease-in-out;
}

.gambar-artikel:hover {
    transform: scale(1.2);
}

/* .card-artikel:hover {
    cursor: pointer;
} */

.my-nav-absolute {
    transition: background-color 0.3s ease-in-out; 
}

.my-nav-fixed {
    transition: background-color 0.3s ease-in-out; 
    animation: slideDown 0.3s ease-in-out;
}

@keyframes slideDown {
    0% {
        top: -100px; /* Posisi awal elemen di luar tampilan */
    }
    100% {
        top: 0; /* Posisi akhir elemen saat ditampilkan */
    }
}

.carousel-background {
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: center center;
}

.carousel-background::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.about-text {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 1s, transform 1s;
}

.about-img {
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: center center;
    min-height: 400px;
    border-radius: 20px;
    opacity: 0;
    transition: opacity 2s;
}

.col-image {
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: center center;
    min-height: 300px;
    border-radius: 15px;
}

.col-image-produk .content-image-produk {
    /* position: absolute; */
    bottom: 20px;
    font-size: small;
    transform: translateY(-50px);
    width: 80%;
    height: 25px;
    z-index: 99;
    border: 2px solid#fff;
    color: white;
}

.card-khusus-image-produk {
    border-radius: 15px;
    border: none;
}

.card-khusus-image-produk::before {
    border-radius: 15px;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.judul-section {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 1s, transform 1s;
}

.artikel-col {
    opacity: 0;
    transform: translateY(60px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.artikel-col.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.col-image-produk {
    opacity: 0;
}

.col-image-produk.is-appear {
    opacity: 1;
    transition: opacity 2s;
}

.text-image-produk {
    opacity: 0;
    transform: translateX(-50px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

#tombol-auto-top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 16px;
    cursor: pointer;
}

.keterangan-market {
    position: relative;
}

.keterangan-market::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.61);
    z-index: 1;
}

.keterangan-market {
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: center center;
    min-height: 200px;
}

.bagian-pengunjungan {
    margin-top: 30px;
    margin-bottom: 30px;
}

.pengunjungan-kalimat {
    float: left;
}

.pengunjungan-tombol {
    float: right;
}

.pengunjungan-tombol:hover {
    background-color: #073C64;
    color: white;
    border: none;
}

/* KHUSUS WILAYAH ABOUT ME */

    .gambar-about {
        background-size: cover;
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-position: center center;
        min-height: 350px;
    }

    .icon-penyedia i {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 25px;
        font-size: 28px;
        width: 56px;
        height: 56px;
        border-radius: 4px;
        line-height: 0;
        box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.08);
        background-color: #fff;
        transition: 0.3s;
    }

    .tombol-icon-penyedia {
        color: #000;
        box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.08);
        background-color: #fff;
    }

    .icon-penyedia:hover .tombol-icon-penyedia {
        background-color: #073C64;
        color: #fff;
    }
      
    .icon-penyedia:hover i {
        background-color: #073C64;
        color: #fff;
    }

    .icon-penyedia h4 {
        font-weight: 700;
        margin-bottom: 10px;
        font-size: 18px;
    }
      
    .icon-penyedia h4 a {
        color: #000;
        transition: 0.3s;
    }
      
    .icon-penyedia h4 a:hover {
        color: #073C64;
    }
      
    .icon-penyedia p {
        line-height: 24px;
        font-size: 14px;
    }

    .gambar-leader-anggota {
        width: 100%;
        height: 226px;
    }

/* AKHIR KHUSUS WILAYAH ABOUT ME */

/* KHUSUS WIlAYAH BLOG */

    .gradient {
        position: relative;
    }

    .gradient::before {
        border-radius: 15px;
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: -moz-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
        background: -webkit-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
        background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(18%, transparent), color-stop(99%, rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8)));
        background: -o-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
        background: linear-gradient(to bottom, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
        z-index: 1;
    }

    .hentry {
        display: block;
        overflow: hidden;
        position: relative;
        border-radius: 15px;
    }

    .col-image-blog {
        background-size: cover;
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-position: center center;
        min-height: 500px;
        border-radius: 15px;
        transition: 0.5s all ease-in-out;
    }

    .hentry:hover .col-image-blog {
        transform: scale(1.2);
    }

    .col-image-blog-tengah {
        background-size: cover;
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-position: center center;
        min-height: 238px;
        border-radius: 15px;
        transition: 0.5s all ease-in-out;
    }

    .hentry:hover .col-image-blog-tengah {
        transform: scale(1.2);
    }

    .text-blog-khusus-beranda {
        position: absolute;
        bottom: 0;
        z-index: 10;
        padding: 20px;
        max-width: 356px;
        margin-bottom: 0;
    }

    .text-blog-khusus-beranda h2 {
        font-size: 18px;
        line-height: 1.5;
        margin-bottom: 0;
    }

    .text-blog-khusus-beranda span {
        color: rgba(255, 255, 255, 0.7);
        font-size: 15px;
        margin-bottom: 5px;
        display: block;
    }

    .text-blog-khusus-beranda-tengah {
        position: absolute;
        bottom: 0;
        z-index: 10;
        padding: 20px;
        max-width: 356px;
        margin-bottom: 0;
    }

    .text-blog-khusus-beranda-tengah h2 {
        font-size: 14px;
        line-height: 1.5;
        margin-bottom: 0;
    }

    .text-blog-khusus-beranda-tengah span {
        color: rgba(255, 255, 255, 0.7);
        font-size: 15px;
        margin-bottom: 5px;
        display: block;
    }

    .gambar-artikel-blog {
        height: 30vh;
    }

     .social-links-blog a {
        font-size: 18px;
        display: inline-block;
        background-color: #073C64;
        color: #fff;
        line-height: 1;
        margin-right: 8px;
        border-radius: 4px;
        width: 36px;
        height: 36px;
        transition: 0.3s;
    }
    
     .social-links-blog a:hover {
        background-color: #fff;
        border: 1px solid #073C64;
        color: #073C64;
        text-decoration: none;
    }

    .col-image-all-blog {
        background-size: cover;
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-position: center center;
        min-height: 180px;
    }

    .col-image-all-blog  {
        border-radius: 15px;
    }

    .blog-pagination ul {
        display: flex;
        padding: 0;
        margin: 0;
        list-style: none;
    }
    
    .blog-pagination li {
        margin: 0 5px;
        transition: 0.3s;
    }
    
    .blog-pagination li a {
        padding: 7px 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: black;
        border: 1px solid #073C64;
    }
    
    .blog-pagination li.active,
    .blog-pagination li:hover {
        background-color: #073C64;
        color: #fff;
    }
    
    .blog-pagination li.active a,
    .blog-pagination li:hover a {
        /* color: var(--color-white); */
        color: white;
    }

/* AKHIR KHUSUS WILAYAH BLOG */

/* KHUSUS WILAYAH KONTAK */

    .icon-kontak i {
        width: 50px;
        height: 50px;
        font-size: 20px;
        line-height: 0;
    }

/* AKHIR WILAYAH KONTAK */

.page-footer {
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 14px;
    padding: 80px 0 20px 0;
    position: relative;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: center center;
}

.page-footer:before {
    content: "";
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    inset: 0;
}

.page-footer .footer-content .footer-info {
    margin-bottom: 30px;
}

.page-footer .footer-content .footer-info h3 {
    font-size: 28px;
    margin: 0 0 20px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
}

.page-footer .footer-content h4 {
    font-weight: 600;
    color: #fff;
    position: relative;
}

.page-footer .footer-content .footer-info p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    color: #fff;
}

.page-footer .footer-content .social-links a {
    font-size: 18px;
    display: inline-block;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    line-height: 1;
    margin-right: 8px;
    border-radius: 4px;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

.page-footer .footer-content .social-links a:hover {
    background-color: #073C64;
    text-decoration: none;
}

.page-footer .footer-content .footer-links {
    margin-bottom: 30px;
}

.page-footer .footer-content .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.page-footer .footer-content .footer-links ul li {
    padding: 8px 0;
}

.page-footer .footer-content .footer-links ul li a {
    color: rgba(255, 255, 255, 0.6);
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
    text-decoration: none;
}
  
.page-footer .footer-content .footer-links ul li a:hover {
    color: #fff;
}

.footer-legal-kiri {
    float: left;
}

.footer-legal-kanan {
    float: right;
}

@media (max-width: 1114px) {
    .col-image-all-blog  {
        padding-top: 25px;
    }
}

@media (max-width: 912px) {
    .col-image-all-blog  {
        padding-top: 25px;
    }
}

@media (max-width: 900px) {
    .about-text {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .col-design-lab {
        text-align: left;
        border: none;
    }

    .col-image-all-blog  {
        padding-top: 25px;
    }

    .about-img {
        background-size: cover;
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-position: center center;
        min-height: 400px;
        border-radius: 0px;
    }

    .pengunjungan-kalimat {
        float: left;
        font-size: 20px;
    }
    
    .pengunjungan-tombol {
        float: right;
        font-size: 15px;
    }
}

@media (max-width: 578px) {
    .bagian-pengunjungan {
        margin-top: 5px;
        margin-bottom: 5px;
        text-align: center;
    }
    
    .pengunjungan-kalimat {
        float: none;
    }

    .col-image-all-blog  {
        padding-top: 25px;
        border-radius: 0;
    }
    
    .pengunjungan-tombol {
        float: none;
    }

    .footer-legal-kiri {
        float: none;
    }
    
    .footer-legal-kanan {
        float: none;
    }
}

@media (max-width: 280px) {
    .isi-judul-navbar {
        font-size: 15px;
    }

    .bagian-pengunjungan {
        margin-top: 3px;
        margin-bottom: 3px;
        text-align: center;
    }

    .col-image-produk .content-image-produk {
        /* position: absolute; */
        bottom: 20px;
        font-size: x-small;
        transform: translateY(-50px);
        width: 80%;
        height: 25px;
        z-index: 99;
        border: 2px solid#fff;
    }

}