:root {
    --primary: #3bbbe2;
    --bg: #fff;

}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
    border: none;
    text-decoration: none;
}

html {
    scroll-behavior: smooth;
}

body {

    background-color: #fff;
    color: #33405E;
    font-family: "Roboto Flex", serif;
}


a {
    text-decoration: none;
}

.navbarS {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    height: 100px;
    left: 0;
    right: 0;
    padding: 10px 3%;
    box-shadow: 0 0 7px #33405E;
    border-bottom: 1px solid rgb(12, 11, 65);
    background-color: rgb(255, 255, 255);
    z-index: 99;
}

.nav-left img {
    width: 70px;
    margin: 0px 10px;
}

.navbar-navS {
    margin: 0px 10px;
}

.navbarS .navbar-navS a {
    color: #33405E;
    display: inline-block;
    margin: 0px 15px;
    font-size: 1.2rem;
}

.navbarS .navbar-navS a:hover {
    color: #ff3f7b;
}

.navbar-navS a::after {
    content: '';
    display: block;
    padding-bottom: 5px;
    border-bottom: 1px solid #ff3f7b;
    transform: scaleX(0);
}

.navbar-navS a:hover::after {
    transform: scaleX(0.5);
    transition: 0.2s linear;
}

.navbarS .navbar-extra a {
    color: #33405E;
    margin: 4rem;
    margin-top: auto;
    margin-bottom: auto;
}

.navbarS .navbar-extra a:hover {
    color: #ff3f7b;
}

.navbar-extra {
    display: flex;
    margin: 0px 10px;
    text-align: center;
    justify-content: center;
}

.navbar-extra .nav-search {
    border: 1px solid #33405E;
    margin-right: 15px;
    margin-top: 0;
    margin-bottom: 0;
    padding: 8px 12px;
}

.navbar-extra .nav-search input {
    width: 150px;
    border: 0;
    outline: 0;
    background: transparent;
    color: #33405E;
    margin-top: 0;
    margin-bottom: 0
}

.nav-search::placeholder {
    color: #33405E;
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
}

.navbar-extra .btn-search {
    background-color: #ff3f7b;
    color: #33405E;
    padding: 10px;
    margin-left: 0;
}

.navbar-extra img {
    width: 18px;
    margin-top: 0;
    margin-bottom: 0;
}

.navbar-extra .menu-box {
    text-align: center;
    margin-right: 15px;
    margin-top: 0;
    margin-bottom: 0;
    padding: 8px 5px;
}

.menu {
    display: none;
}

/* .search-box .search-icon{
    width: 3rem;
    margin-top: auto;
    margin-bottom: auto;
    color: #fff;
} */

/*Nabar End*/

/* banner start */
/* banner start */
.bannerslideshow-container {
    max-width: 100%;
    position: relative;
    margin: auto;
    margin-top: 50px;
}

/* Hide the images by default */
.bannerSlides {
    display: none;
}

.bannerSlides img {
    min-height: 90vh;
    max-height: 90vh;
}

/* Next & previous buttons */
.bannerprev,
.bannernext {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

/* Position the "next button" to the right */
.bannernext {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.bannerprev:hover,
.bannernext:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Caption text */
.bannertext {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

/* Number text (1/3 etc) */
.bannernumbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* The dots/bullets/indicators */
.bannerdot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.menyala,
.bannerdot:hover {
    background-color: #717171;
}

/* Fading animation */
.fadez {
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes fadez {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

.contact_banner {
    margin-top: 80px;
    min-height: 50vh;
    min-width: 100%;
    display: flex;
    align-items: center;
    background-image: url('../image/kontakKami.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.banner::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
}

.banner .content {
    padding: 20px 7%;
    max-width: 80rem;
}

.banner .content h1 {
    font-size: 5em;
    color: #fff;
    text-shadow: 1px 1px 3px rgb(12, 11, 65);
    line-height: 1.2;
    font-size: 4rem;
    margin-bottom: 30px;
}

.banner .content p {
    font-size: 1.6rem;
    margin-top: 0.5rem;
    color: #fff;
    line-height: 1.4;
    text-shadow: 1px 1px 3px rgb(12, 11, 65);
    text-align: justify;
    /* mix-blend-mode: difference; */
}

.banner .content .cta {
    margin-top: 1rem;
    display: inline-block;
    padding: 1rem 3rem;
    font-size: 1.4rem;
    color: #fff;
    background-color: blue;
    border-radius: 8px;
    box-shadow: 1px 1px 3px rgba(10, 55, 122, 1);
}

/* banner end */


/* about start */
.about {
    background-color: #fff;
}

.about,
.produk,
.kontak,
.partners_section {
    padding: 7rem 7% 1.4rem;
}

.about h2,
.produk h2,
.kontak h2,
.partners_section h2,
.products h2,
.container-slides {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 3rem;
}

.about .row {
    display: flex;
}

.about .row .about-img {
    flex: 1 1 15rem;
}

.about .row .about-img img {
    width: 550px;
    height: 550px;
}

.about .row .content {
    flex: 1 1 35rem;
    padding: 0 1rem;
}

.about .row .content h3 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
}

.about .row .content h4 {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
}

.about .row .content span {
    color: #ff3f7b;
}

.about .row .content p {
    margin-bottom: 0.9rem;
    font-size: 1.3rem;
    font-weight: 200;
    line-height: 1.6;
    text-align: justify;
}

.about button {
    padding: 1rem;
    border: 1px solid #33405E;
}

.about button:hover {
    background-color: #33405E;
    color: #fff;
}

.about-button {
    margin-top: 2rem;
    display: inline-block;
    padding: 2rem 3rem;
    font-size: 1.7rem;
    color: #fff;
    background-color: hsl(341, 100%, 62%);
    cursor: pointer;
}

/* about end */

/*layanan kami */
.section_our_solution {
    background-image: url('../image/solution-banner.png');
    height: auto;
    margin-top: 0;
    width: 100%;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.section_our_solution .row {
    align-items: center;
    justify-content: center;
    max-width: 100%;
}

.section_our_solution h2 {
    align-items: center;
    text-align: center;
    margin-bottom: 30px;
    color: #ffffff;
}

.section_our_solution p {
    text-align: center;
    margin-bottom: 80px;
    font-size: 1.1rem;
    color: #fff;
}

.deskripsi_section_our_solution {
    max-width: 50%;
    margin: 0 auto;
}

.our_solution_category {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.our_solution_category .solution_cards_box {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.solution_card .solu_description p {
    color: #33405E;
}

.solution_cards_box .solution_card {
    flex: 0 50%;
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(136, 144, 195, 0.2),
        0 5px 15px 0 rgba(37, 44, 97, 0.15);
    border-radius: 15px;
    border: 2px solid #ff3f7b;
    margin: 8px 6px;
    padding: 10px 19px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    min-height: 300px;
    min-width: 280px;
    transition: 0.7s;
}

.solution_cards_box .solution_card:hover {
    background: #ff3f7b;
    color: #fff;
    transform: scale(1.1);
    z-index: 9;
}

.solution_cards_box .solution_card:hover::before {
    background: rgb(85 108 214 / 10%);
}

.solution_cards_box .solution_card:hover .solu_title h3,
.solution_cards_box .solution_card:hover .solu_description p {
    color: #fff;
}

.solution_cards_box .solution_card:before {
    content: "";
    position: absolute;
    background: rgb(51, 64, 94/ 5%);
    width: 170px;
    height: 400px;
    z-index: -1;
    transform: rotate(42deg);
    right: -56px;
    top: -23px;
    border-radius: 35px;
}

.solution_card .solu_title h3 {
    color: #33405E;
    font-size: 1.3rem;
    margin-top: 13px;
    margin-bottom: 13px;
}

.solution_card .solu_description p {
    font-size: 15px;
    margin-bottom: 15px;
}


.our_solution_content h1 {
    text-transform: capitalize;
    margin-bottom: 1rem;
    font-size: 2.5rem;
}


.hover_color_bubble {
    position: absolute;
    background: rgb(54 81 207 / 15%);
    width: 100rem;
    height: 100rem;
    left: 0;
    right: 0;
    z-index: -1;
    top: 16rem;
    border-radius: 50%;
    transform: rotate(-36deg);
    left: -18rem;
    transition: 0.7s;
}

.solution_cards_box .solution_card:hover .hover_color_bubble {
    top: 0rem;
}

.solution_cards_box .solution_card .so_top_icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #fff;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.solution_cards_box .solution_card .so_top_icon img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

/*start media query*/
@media screen and (min-width: 320px) {
    .sol_card_top_3 {
        position: relative;
        top: 0;
    }

    .our_solution_category {
        max-width: 100%;
        width: 80%;
        margin: 0 auto;
    }

    .our_solution_category .solution_cards_box {
        flex: auto;
    }
}

@media only screen and (min-width: 768px) {
    .our_solution_category .solution_cards_box {
        flex: 1;
    }
}

@media only screen and (min-width: 1024px) {
    .sol_card_top_3 {
        position: relative;
        top: -3rem;
    }

    .our_solution_category {
        width: 45%;
        margin: 0 auto;
        max-width: 100%;
    }
}




/* Produk Start */
.produk h2,
.kontak h2,
.partners_section h2 {
    margin-bottom: 0.8rem;
}

.produk h4 {
    font-size: 1.2rem;
    text-align: center;

}

.produk p,
.kontak p,
.partners_section p {
    text-align: center;
    max-width: 30rem;
    margin: auto;
    font-size: 1rem;
    font-weight: 200;
    line-height: 1.5;
}

.produk {
    background-color: #fff;
}

.produk h1 {
    text-align: center;
    margin-bottom: 2rem;
}

.produk .row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
    gap: 0.1rem;
    margin-top: 3rem;

}

.produk .produk-card {
    justify-content: center;
    align-items: center;
    text-align: center;
}

.produk .produk-card:hover {
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #ff3f7b;
    color: #fff;
}



.produk .icon-produk-home svg {
    height: 100px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.produk .icon-produk-home img {
    height: 170px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.produk .icon-produk-home {
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    text-align: center;
    justify-content: center;
}

.produk .produk-card .produk-title {
    margin-bottom: 20px;
    font-size: large;
}

.servo {
    fill: #33405E;
}

.servo path {
    stroke: #ff3f7b;
}


.produk .row .produk-card {
    text-align: center;
    border: 2px solid #33405E;
    padding: 1rem;
    margin-bottom: 1rem;
    border-top: none;

}

.produk .row .produk-card .produk-title {
    margin-top: 1rem auto 0.7rem;
}

.produk .produk-card {
    display: block;
    top: 0px;
    position: relative;
    padding: 1rem;
    text-decoration: none;
    z-index: 0;
    overflow: hidden;
    border: 1px solid #33405E;
    border-top: none;
    border-bottom: none;


    &:hover {
        transition: all 0.3s ease-out;
        box-shadow: 0px 4px 8px rgba(38, 38, 38, 0.2);
        top: -8px;
        border: 1px solid #cccccc;
        border-bottom: 10px solid #33405E;

    }

    &:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: -16px;
        right: -16px;
        background: #33405E;
        height: 32px;
        width: 32px;
        border-radius: 32px;
        transform: scale(2);
        transform-origin: 50% 50%;
        transition: transform 0.15s ease-out;
    }

    &:hover:before {
        transform: scale(2.15);
    }
}

/* Produk end */


/* Product start */
/* Product end */




/*Distributor Slider Start*/
.container-slides {
    min-width: 100%;
    margin-top: 2.5rem;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
    background-color: #F8F8F8;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    bottom: 0;
}

.container-slides h2 {
    margin-bottom: 35px;
    color: #33405E;
}

.logo-slider {
    max-width: 90%;
    margin: 0 auto;
}

.logo-slider .item {
    background-color: #fff;
    box-shadow: 0 4px 5px #cacaca;
    border-radius: 8px;
    padding: 16px;
    border: 3px solid #111;
}

.logo-slider img {
    width: 100%;
    height: 100px;
}

.logo-slider .slick-slide {
    margin: 15px;
}

.slick-dots li .slick-active button:before {
    color: hsl(341, 100%, 62%);
}

.slick-dots li button:before {
    font-size: 12px;
}

.slick-arrow {
    display: block;
    color: #111;
}


.slick-next::before,
.slick-prev::before {
    background-color: hsl(341, 100%, 62%);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    font-size: 24px;
}

.item:hover {
    display: block;
    transition: all ease 0.3s;
    transform: scale(1.1) translateY(-5);
}

/*Distributor Slider End*/


/* Kontak Start*/
/* Kontak Start*/
.kontak {
    background-color: #F8F8F8;
    padding: 7rem 3% 1.4rem;
}

.kontak_contact {
    background-color: #fff;
    padding: 2rem 3% 1.4rem;
}

.kontak_contact h2 {
    text-align: center;
}

/* .kontak,
.partners_section {
    padding: 7rem 7% 1.4rem;
} */

.kontak .row iframe {
    margin: 20px;
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.kontak_page iframe {
    margin: 20px auto;
    width: 100%;
    height: 250px;
    align-items: center;
    text-align: center;
    justify-content: center;
    object-fit: cover;
}

.kontak .row .kontak-sales,
.kontak_contact .row .kontak-sales {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr));
    gap: 0.1rem;
    margin-top: 3rem;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.kontak-sales button {
    background-color: #ff3f7b;
    padding: 20px 25px;
    border: 1px solid #33405E;
    color: #FFF;
    border-radius: 10px;
    margin: 5px auto;
    font-size: 18px;
    font-weight: 650;
    justify-content: center;
    line-height: 20px;
    max-width: 480px;
}

.kontak .row .kontak-sales button:hover,
.kontak_contact .row .kontak-sales button:hover {
    background-color: #33405E;
    color: #fff;
}

.kontak .row .info-kontak,
.kontak_contact .row .info-kontak {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr));
    gap: 0.1rem;
    margin-top: 3rem;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.kontak .row .info-kontak .list_detail .icon,
.kontak_contact .row .info-kontak .list_detail .icon {
    padding: 1rem 1.5rem;
    border-radius: 15%;
    font-size: 1.7rem;
    color: #fff;
    background-color: #ff3f7b;
    margin-right: 2rem;
    height: 5rem;
}



.kontak .row .info-kontak .list_detail {
    display: flex;
    padding: 1rem 2rem;
}

.kontak .row .info-kontak .list_detail {
    display: flex;
    padding: 1rem 1rem;
}

.kontak .row .info-kontak .list_detail p {
    display: flex;
    font-size: 1rem;
}


.kontakA .rowA {
    display: flex;
    margin-top: 1rem;
}



.kontak_page .row {
    display: flex;
    margin-top: 1rem;
    margin-left: 1rem;
    margin-right: 1rem;
}


.kontakA {
    text-align: center;
    font-size: large;
    margin: 1rem 9rem;
}

.kontakA .rowA .map-location {
    flex: 1 1 35rem;
    width: 80%;
    object-fit: cover;
}


.kontakA .rowA .kontak_detail {
    flex: 1 1 45rem;
    padding: 0 1rem;
}

.kontak_page .row .kontak_detail {
    flex: 1 1 35rem;
    padding: 5rem 3rem;
}

.kontak_page .row {
    font-size: large;
}

.kontak_page .row .list_detail .icon {
    /* align-items: center;
    justify-content: center; */
    padding: 1rem 1.5rem;
    border-radius: 15%;
    font-size: 1.7rem;
    color: #fff;
    background-color: #ff3f7b;
    margin-right: 2rem;
    height: 5rem;
}


.kontakA .rowA .kontak_detail .list_detail {
    display: flex;
    padding: 1rem 2rem;
}

.kontak_page .row .kontak_detail .list_detail {
    display: flex;
    padding: 1rem 1rem;
}

.kontakA .rowA .kontak_detail .list_detail p {
    display: flex;
    padding-left: 2rem;
    font-size: 1.3rem;
}

.kontak_page .map {
    flex: 1 1 45rem;
    width: 100%;
    height: 27rem;
    margin-top: 2rem;
    object-fit: cover;
}

.kontak_page .row form .input-group {
    /* display: flex; */
    display: inline-block;
    align-items: center;
    margin-top: 2rem;
    border: 1px solid #33405E;
    color: #33405E;
    padding-left: 2rem;
    align-items: center;
    justify-content: center;
    padding: 2rem;
}


.kontak_page .row form .input-group input {
    width: 100%;
    /* padding: 2rem; */
    font-size: 1.7rem;
    background: none;
    color: #33405E;

}

.kontak_page .row form .btn {
    margin-top: 2rem;
    display: inline-block;
    padding: 1rem 3rem;
    font-size: 1.7rem;
    color: #fff;
    background-color: #ff3f7b;
    cursor: pointer;
}

.kontak_page .row form .tombol {
    color: #ad1a1a;
    background-color: #ff3f7b;
    padding: 1rem 3rem;
    font-size: 2rem;
}

/* Kontak End*/

/* Footer Start*/
/*  */



.footer-title-wrapper {
    margin-top: 40px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.footer-title-container {
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.line {
    height: 1px;
    background-color: #ff3f7b;
    flex: 1;
}

.title {
    color: #fff;
    white-space: nowrap;
    font-size: 1.5rem;
}

.footer {
    width: 100%;
    background-color: #223880;
    padding: 40px 0 10px;
}

.footer-brand {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-icon {
    display: flex;
    margin-left: 10px;
}

.footer-icon img {
    width: 75px;
    height: 75px;
}

.footer-brand h3 {
    color: #fff;
}

.brand-text {
    color: #fff;
    font-size: 1rem;
    line-height: 1.6;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 60px;
    /* Increased padding */
    gap: 60px;
}

.footer nav {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-heading {
    color: #fff;
    font-size: 1.1rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.footer-link,
.footer-kontak-p {
    color: #fff;
    text-decoration: none;
    font-size: 1rem;
}

.footer-link:hover {
    color: #ff3f7b;
    text-decoration: underline;
}

.footer-brand {
    max-width: 300px;
}

.footer-sosial {
    display: flex;
}

.footer-sosial a {
    margin-right: 10px;
    border-radius: 100px;
    border: 1px solid #fff;
    padding: 6px;
}

.footer-sosial a img {
    width: 25px;
    height: 25px;
}

.footer-kontak {
    max-width: 250px;
    font-size: 0.75rem;
    display: flex;
}

.foot-icon {
    font-size: 1rem;
    color: #fff;
    margin-right: 1rem;
}

.footer-kontak-p {
    margin: 0;
    align-items: center;
}


.kontak .row .info-kontak .list_detail .icon {
    padding: 1rem 1.5rem;
    border-radius: 15%;
    font-size: 1.7rem;
    color: #fff;
    background-color: #ff3f7b;
    margin-right: 2rem;
    height: 5rem;
}


footer .credit {
    text-align: center;
    color: #fff;
    font-size: 1rem;
}

.credit hr {
    border: 1.5px solid #fff;
}

.credit a {
    color: #fff;
}

.credit a:hover {
    color: #ff3f7b;
}

@media (max-width: 778px) {


    .footer-title-container {
        width: 80%;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }

    .footer-kontak {
        max-width: 150px;
        font-size: 0.65rem;
    }

    .title {
        font-size: 1.2rem;
    }

    .footer {
        width: 100%;
        background-color: #223880;
        padding: 40px 0 10px;
    }

    .footer-brand {
        gap: 5px;
    }

    .footer-icon {
        margin-left: 5px;
    }

    .footer-icon img {
        width: 45px;
        height: 45px;
    }

    .brand-text {
        color: #fff;
        font-size: 0.9rem;
        line-height: 1.4;
    }

    .footer-content {
        max-width: 100%;
        padding: 0 20px;
        /* Increased padding */
        gap: 20px;
    }

    .footer nav {
        gap: 15px;
    }

    .footer-heading {
        font-size: 1rem;
        margin-bottom: 8px;
    }

    .foot-icon {
        font-size: 0.5rem;
    }

    .footer-link,
    .footer-kontak-p {
        font-size: 1rem;
    }

    .footer-brand {
        max-width: 250px;
    }


    @media(max-width:778) {}
}

/*footer end*/

/*detail start*/
.modal {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.6);
}

.modal-container {
    position: relative;
    background-color: #F8ECD1;
    color: #35bfff;
    margin: 15% auto;
    padding: 1.2rem;
    border: 1px solid sandybrown;
    width: 80%;
    animation: animate 0.5s;
}

/* modal animation*/
@keyframes animate {
    from {
        top: -300px;
        opacity: 0;
    }

    to {
        top: 0;
        opacity: 1;
    }
}


.modal-container .close-btn {
    position: absolute;
    right: 1rem;
    color: #0630b9;
}

.modal-content {
    display: flex;
    flex-wrap: nowrap;
}

.modal-content img {
    height: 12rem;
    margin-right: 2rem;
    margin-bottom: 2rem;
}

.modal-content p {
    font-size: 1.2rem;
    line-height: 1.8rem;
    margin-top: 1.3rem;
}

.modal-content a {
    display: flex;
    gap: 1rem;
    width: 12rem;
    background-color: #3bbbe2;
    color: #F8ECD1;
    margin-top: 1rem;
    padding: 1rem 1.5rem;
}

/*detail end*/



/*about page */
.about-page-tentang {
    background-color: #fff;
}

.about-page-tentang {
    padding: 8rem 5% 1.4rem;
}

.about-page-tentang {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 3rem;
}

.about-page-tentang .row {
    display: flex;
}

.about-page-tentang .row .about-tentang-img {
    flex: 1 1 15rem;
}

.about-page-tentang .row .about-tentang-img img {
    width: 100px;
    height: 100px;
}

.about-page-tentang .row .content-tentang {
    flex: 1 1 35rem;
    padding: 0 30px;
    text-align: justify;
}

.about-page-tentang .row .content-tentang h4 {
    margin-bottom: 2rem;
}

.about-page-tentang .row .content-tentang h3 {
    font-size: 2.8rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.about-page-tentang .row .content-tentang p {
    margin-bottom: 0rem;
    font-size: 1.4rem;
    font-weight: 200;
    line-height: 1.6;
}


.about-page {
    margin: 30px 300px;
    font-size: large;
}

.about-page h1 {
    text-align: center;
    margin-bottom: 30px;
}

.about-page h2 {
    margin-bottom: 20px;
}

.about-page p {
    text-align: justify;
    margin-bottom: 10px;
}

.layanan-kami {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.partners_section {
    font-size: large;
}

.partners_section h1,
.partners_section p {
    display: flex;
    justify-content: center;
    align-items: center;
}

.content-layanan {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
}


/*whatsapp*/
#whatsapp .wtsapp:focus {
    border: 0;
    outline: 0;
}

#whatsapp .wtsapp {
    position: fixed;
    transition: all .5s ease;
    background: #25d366;
    display: block;
    text-align: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    border-radius: 50px;
    border-right: 0;
    color: #fff;
    font-weight: 700;
    font-size: 30px;
    bottom: 70px;
    right: 50px;
    border: 0;
    z-index: 999;
    width: 60px;
    height: 60px;
    line-height: 48px;
    margin-top: 16px
}

#whatsapp .wtsapp:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 70px;
    height: 70px;
    background: #25d366;
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}







/* Page About Start */
/**/
/**/
/**/
/* Banner About Start*/
.bannerAbout {
    margin-top: 100px;
    min-height: 55vh;
    min-width: 100%;
    display: flex;
    align-items: center;
    background-image: url('../image/banner-about.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.bannerAbout .content {
    width: 100%;
    text-align: center;
    color: #fff;
}

.bannerAbout .content h1 {
    font-size: 6rem;
    font-weight: 600;
}

/* Banner About End*/

/* About Deskripsi Start*/
.about-page-tentang {
    background-color: #fff;
    margin: 0;
}

.about-page-tentang {
    padding: 8rem 7% 5rem;
    font-size: 2.5rem;
    text-align: center;
}

.about-page-tentang .row {
    display: flex;
}

.about-page-tentang .row .about-tentang-img {
    flex: 1 1 15rem;
}

.about-page-tentang .row .about-tentang-img img {
    width: 600px;
    height: 600px;
}

.about-page-tentang .row .content-tentang {
    flex: 1 1 35rem;
    padding: 0 1rem;
    text-align: justify;
}

.about-page-tentang .row .content-tentang h4 {
    margin-bottom: 2rem;
}

.about-page-tentang .row .content-tentang h3 {
    font-size: 2.8rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.about-page-tentang .row .content-tentang p {
    margin-bottom: 0rem;
    font-size: 1.4rem;
    font-weight: 200;
    line-height: 1.6;
}

/* About Deskripsi End*/
/* Visi Misi About Start*/
.visi-misi {
    background-image: url('../image/Visi-Misi.png');
    color: #fff;
    font-size: large;
    padding-top: 2rem;
    padding-bottom: 2rem;
    width: auto;
    margin-top: 0;
    height: 550px;
}

.konten-visi-misi {
    margin-left: 300px;
    margin-right: 300px;
    margin-top: 45px;
}

.visi-misi h1 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 2.8rem;
}

.visi-misi h2 {
    margin-top: 40px;
    margin-bottom: 50px;
}

.visi-misi p {
    text-align: justify;
    margin-bottom: 30px;
    font-size: 1.4rem;
}

/* Visi Misi About End */
/* Layanan about  Start */

.layanan-about {
    padding: 6rem 7% 1.4rem;
}

.layanan-about {
    font-size: 2.5rem;
    text-align: center;
}

.layanan-about .deskripsi-layanan p {
    font-size: 1.4rem;
}

.layanan-about h2 {
    margin-bottom: 0.8rem;
}

.layanan-about p {
    text-align: center;
    max-width: 30rem;
    margin: auto;
    font-size: 1rem;
    font-weight: 200;
    line-height: 1.5;
}

.layanan-about {
    background-color: #fff;
}

.layanan-about h1 {
    text-align: center;
    margin-bottom: 2rem;
}

.layanan-about .row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(18rem, 1fr));
    gap: 0.1rem;
    margin-top: 3rem;
}

.layanan-about .layanan-card {
    justify-content: center;
    align-items: center;
    text-align: center;
}

.layanan-about .layanan-card:hover {
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #ff3f7b;
    color: #fff;
}

.layanan-about .icon-layanan-about svg {
    height: 100px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.layanan-about .icon-layanan-about {
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    text-align: center;
    justify-content: center;
}

.layanan-about .layanan-card .layanan-title {
    margin-bottom: 20px;
    font-size: large;
}

.servo {
    fill: #33405E;
}

.servo path {
    stroke: #ff3f7b;
}


.layanan-about .row .layanan-card {
    text-align: center;
    border: 1px solid #33405E;
    padding: 1rem;
    margin-bottom: 1rem;
    border-top: none;
    border-bottom: none;

}

.layanan-about .row .layanan-card p {
    font-size: 1.1rem;
    text-align: justify;
}

.layanan-about .row .layanan-card .layanan-title {
    margin-top: 1rem auto 0.7rem;
}

.layanan-about .layanan-card {
    display: block;
    top: 0px;
    position: relative;
    padding: 1rem;
    text-decoration: none;
    z-index: 0;
    overflow: hidden;
    border: 1px solid #33405E;
    border-top: none;
    border-bottom: none;


    &:hover {
        transition: all 0.3s ease-out;
        box-shadow: 0px 4px 8px rgba(38, 38, 38, 0.2);
        top: -8px;
        border: 1px solid #cccccc;
        border-bottom: 10px solid #33405E;

    }

    &:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: -16px;
        right: -16px;
        background: #33405E;
        height: 32px;
        width: 32px;
        border-radius: 32px;
        transform: scale(2);
        transform-origin: 50% 50%;
        transition: transform 0.15s ease-out;
    }

    &:hover:before {
        transform: scale(2.15);
    }
}

/* Layanan about end */

/* Galeri Kami Start */

.galeri {
    max-width: 100%;
}

.galeri h2 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 2.8rem;
}

.galeri_content {
    display: flex;
    justify-content: center;
    align-items: center;
}



.galeri img {
    width: 100%;
    display: block;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    transition: transform 1000ms;
}

.galeri ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.5rem;
    grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
    max-width: 100%;
    width: 70rem;
}

.galeri figure {
    margin: 0;
    position: relative;
    overflow: hidden;
}

.galeri figure::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200%;
    height: 200%;
    background: rgba(0, 0, 0, 0.5);
    transform-origin: center;
    opacity: 0;
    transform: scale(2);
    transition: opacity 300ms;
}

.galeri figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    place-items: center;
    text-align: center;
    padding: 1rem;
    color: white;
    font-size: 1.2rem;
    z-index: 1;
    opacity: 0;
    transition: opacity 600ms, transform 600ms;
}

.galeri a:is(:hover, :focus) figure::after {
    opacity: 1;
}

.galeri a:is(:hover, :focus) figcaption {
    opacity: 1;
    transition: opacity 600ms;
}

@media (prefers-reduced-motion: no-preference) {
    .galeri figcaption {
        transform: translate3d(0, 2rem, 0);
    }

    .galeri figure::after {
        border-radius: 50%;
        opacity: 1;
        transform: scale(0);
        transition: transform 900ms;
    }

    .galeri a:is(:hover, :focus) figure::after {
        transform: scale(2.5);
    }

    .galeri a:is(:hover, :focus) figcaption {
        opacity: 1;
        transform: translate3d(0, 0, 0);
        transition: opacity 600ms 400ms, transform 600ms 400ms;
    }

    .galeri a:is(:hover, :focus) img {
        transform: scale(1.2);
    }
}

/* Galeri Kami End */


/*Distributor About Start*/
.container-slides-about {
    background-color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 40px;
}

.container-slides {
    max-width: 1340px;
    margin: 0 auto;
    margin-top: 2.5rem;
}

.container-slides .distributor-deskripsi {
    font-size: 1.4rem;
}

.container-slides h2 {
    margin-bottom: 35px;
}


.logo-slider .item {
    background-color: #fff;
    box-shadow: 0 4px 5px #cacaca;
    border-radius: 8px;
    padding: 16px;
    border: 3px solid #111;
}

.logo-slider img {
    width: 100%;
    height: 100px;
}

.logo-slider .slick-slide {
    margin: 15px;
}

.slick-dots li .slick-active button:before {
    color: hsl(341, 100%, 62%);
}

.slick-dots li button:before {
    font-size: 12px;
}

.slick-arrow {
    display: block;
    color: #111;
}


.slick-next::before,
.slick-prev::before {
    background-color: hsl(341, 100%, 62%);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    font-size: 24px;
}

.item:hover {
    display: block;
    transition: all ease 0.3s;
    transform: scale(1.1) translateY(-5);
}

/*Distributor About End*/

/**/
/**/
/**/
/* Page About End */


/*Page Produk Start*/
/**/
/**/
/**/
.bannerProduk {
    margin-top: 100px;
    min-height: 55vh;
    min-width: 100%;
    display: flex;
    align-items: center;
    background-image: url('../image/produk-banner.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.bannerProduk .content {
    width: 100%;
    text-align: center;
    color: #fff;
}

.bannerProduk .content h1 {
    font-size: 5.5rem;
    font-weight: 600;
}

/*Filter Slider*/
.container-list {
    background-color: #33405E;
    width: 25rem;
    position: fixed;
    height: 100%;
    margin: 0px;
    top: 11.5%;
    left: 0%;
    transition: 0.5s linear;
    z-index: 99;
    color: #F7F7FF;
    text-align: center;
    overflow: scroll;
    /* display: none; */
}



/* .container-pro {
    max-width: 100%;
    margin: 0px 120px;
    padding-bottom: 60px;
} */

.row-list-filter-responsive {
    background-color: #fcfcfc;
    width: 25rem;
    position: absolute;
    height: 100vh;
    margin: 0px;
    top: 100%;
    left: 0%;
    transition: 0.5s linear;
    z-index: 99;
    color: #F7F7FF;
    text-align: center;
    overflow: scroll;
}

/* position: absolute;
top: 100%;
right: -100%;
background-color: #33405E;
width: 80%;
height: 100vh;
margin: 0px;
transition: 0.2s linear; */


.row-list-filter-responsive {
    display: none;
}


.row-list-filter-responsive.aktif {
    display: flex;
}


.row-list-filter-responsive .single h3.side-title:after {
    content: '';
    width: 100%;
    height: 1px;
    background: #ff3f7b;
    display: block;
    margin-top: 6px;
}


.single {
    padding: 30px 15px;
    margin-top: 40px;
    background: #fcfcfc;
    border: 1px solid #f0f0f0;
    max-width: 100%;
    margin-left: 10px;
}

.single h3.side-title {
    margin: 0;
    margin-bottom: 10px;
    padding: 0;
    font-size: 20px;
    color: #333;
    text-transform: uppercase;
}

.single h3.side-title:after {
    content: '';
    width: 100px;
    height: 1px;
    background: #ff3f7b;
    display: block;
    margin-top: 6px;
}

.single ul {
    margin-bottom: 0;
}

.single li {
    list-style: none;
}

.single li button {
    justify-content: center;
    align-items: center;
    border: none;
    background: none;
    color: #33405E;
    margin: 5px auto;
    padding: 0.1rem 1rem;
    font-size: 14px;
}

.single li a {
    color: #666;
    font-size: 14px;
    text-transform: uppercase;
    border-bottom: 1px solid #f0f0f0;
    line-height: 40px;
    display: block;
    text-decoration: none;
}

.single li a button:hover {
    color: #ff3f7b;
}

.single li:last-child a {
    border-bottom: 0;
}


.produk-page .row {
    display: flex;
    max-width: 100%;
}

.produk-page .row .container-list-kategori {
    flex: 1 1 5rem;
}

.produk-page .row .container-pro {
    flex: 1 1 55rem;
    max-width: 100%;
    padding: 0px;
    padding-bottom: 60px;
    margin: 0px 0px;
}

.container-pro .row-z {
    max-width: 100%;
}

.container-pro .row-z .col {
    padding: 0px 10px;
}

.container-list.aktif {
    left: 0%;
}


.container-list .row {
    display: flex;
}

.container-list .row .listing-search label {
    font-size: 30px;
}

.container-list .row .listing-search button {
    display: block;
    justify-content: center;
    align-items: center;
    border: none;
    background: none;
    color: #F7F7FF;
    margin: 5px auto;
    padding: 0.5rem 2rem;
    font-size: 20px;
}

.container-list .row .listing-search button:hover {
    color: #ff3f7b;
}

.container-list .row .listing-search button::after {
    content: '';
    display: block;
    padding-bottom: 5px;
    border-bottom: 1px solid #ff3f7b;
    transform-origin: 0 0;
    transform: scaleX(0);
}

.container-list .row .listing-search button:hover::after {
    transform: scaleX(1);
    transition: 0.3s linear;
}

.container-list {
    position: absolute;
    width: 20%;
    top: 100%;
    height: 100vh;
    margin: 0px;
}



.container-pro .list-filter-button {
    display: none;
}

/* produk card*/

.container-pro-home {
    max-width: 90%;
    margin: 0 auto;
    margin-top: 2.5rem;
}

.container-pro-home p {
    text-align: center;
    font-size: 1.1rem;
}

.products {
    padding-top: 1rem;
    padding-bottom: 2rem;
    margin-top: 70px;
    width: 100%;
}

.products p {
    text-align: center;
}

.products .list-btn {
    display: flex;
    align-items: center;
    padding: 1em 2em;
    font-weight: 700;
    background-color: #ff3f7b;
    color: #F7F7FF;
    border: 2px solid #33405E;
}

.products .list-btn:hover {
    background-color: #df2e66;
    border: 1px solid #fff;
}

.products .list-btn img {
    height: 30px;
    width: 30px;
    margin-right: 10px;
}



.container-pro .products h2 {
    font-size: 2rem;
    text-align: left;
    margin-left: 0.5rem;
    margin-bottom: 0.5rem;
}

.product-card,
.product-card-home {
    text-align: center;
    border: 0.2px solid rgb(192, 192, 216);
    background-color: #ffffff;
    padding: 1rem;
    margin-bottom: 1rem;
    max-width: 1fr;
    /* width: 300px; */

    &:hover {
        transition: all 0.3s ease-out;
        box-shadow: 0px 4px 8px rgba(38, 38, 38, 0.7);
        top: -8px;
        border: 1px solid #cccccc;
        /* border-bottom: 10px solid #33405E; */

    }

    &:hover:before {
        transform: scale(2.15);
    }
}

.container-pro-home .product-card-home {
    height: 400px;
    width: 400px;
}

.product-card a {
    color: #33405E;
}

.products .row-p {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(265px, 1fr));
    gap: 0.5rem;
    margin-top: 3rem;
}

.container-pro .product-card {
    max-height: 400px;
}



.products .row-p-home {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(1rem, 1fr));
    gap: 0.1rem;
    margin-top: 3rem;
}

.products .row-p-home .product-card-home img {
    max-width: 100%;
    height: 200px;
}

.products .row-p .product-card img {
    display: inline-block;
    height: 210px;
    max-width: 100%;
}

.product-list .product-info {
    text-align: center;
    background: white;
}


.product-list .product-info p {
    color: aliceblue;
}

.page-item {
    margin-left: 18px;
    border-radius: 0%;
}

.page-link:hover {
    background-color: rgb(13, 110, 253);
    color: #fff;
}

.page-link {
    padding: 10px 20px;
}


/*Nothing Produk Start*/
.nothing-produk {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #F8F8F8;
    text-align: center;
}

.nothing-produk h1 {
    font-size: 3.8rem;
    margin-bottom: 30px;
}

.nothing-produk p {
    font-size: 1.4rem;
    margin-bottom: 30px;
}

.nothing-produk a button {
    padding: 20px 45px;
    border: 1px solid #33405E;
    background: #ff3f7b;
    color: #F7F7FF;
    border-radius: 100px;
    margin: 5px auto;
    font-size: 18px;
    font-weight: 650;
    justify-content: center;
    line-height: 20px;
    max-width: 480px;
}

.btn-tanyakan:hover,
.btn-tanyakan:focus {
    background-color: rgb(51, 64, 94);
    border: 1px solid #fff;
    color: #ffffff;
}

.btn-tanyakan:active {
    background: #09223b;
    color: rgb(255, 255, 255, .7);
}

.btn-tanyakan:disabled {
    cursor: not-allowed;
    background: rgba(0, 0, 0, .08);
    color: rgba(0, 0, 0, .3);
}

/*Nothing Produk End*/

/**/
/**/
/**/
/* Page Produk End */


/* Page Detail Produk Start */
/**/
/**/
/**/
/* Banner Detail Produk Start*/
.bannerDetailProduk {
    margin-top: 100px;
    min-height: 55vh;
    min-width: 100%;
    display: flex;
    align-items: center;
    background-image: url('../image/produk-banner.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.bannerDetailProduk .content {
    width: 100%;
    text-align: center;
    color: #fff;
}

.bannerDetailProduk .content h1 {
    font-size: 5.5rem;
    font-weight: 600;
}

/* Banner Detail Produk End*/

/*.container-detail {*/
/*    max-width: 100%;*/
/*    margin: 150px 120px;*/
/*}*/

/*.container-detail .link-upper {*/
/*    margin-bottom: 40px;*/
/*}*/

/*.container-detail .row .detail-image img {*/
/*    max-width: 100%;*/
/*    max-height: 400px;*/
/*}*/


/*.container-detail .row {*/
/*    display: flex;*/
/*}*/

/*.container-detail .row .detail-image {*/
/*    flex: 1 1 15rem;*/
/*    text-align: center;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*}*/

/*.container-detail .row .detail-info {*/
/*    flex: 1 1 35rem;*/
/*    padding: 0 1rem;*/
/*}*/

/*.container-detail .row .detail-info .link-brand-detail {*/
/*    font-size: 1.5rem;*/
/*    color: #33405E;*/
/*    font-weight: 500;*/
/*}*/

/*.additional {*/
/*    margin-top: 40px;*/
/*}*/

/*.container-detail .row .detail-info p {*/
/*    text-align: justify;*/
/*}*/

/*.additional .title-additional {*/
/*    border-bottom: 3px solid #33405E;*/
/*    width: fit-content;*/
/*    margin-bottom: 30px;*/
/*}*/

/*.additional .title-additional span {*/
/*    color: #ff3f7b;*/
/*}*/

/*.additional .add-info .tbl-info {*/
/*    width: 100%;*/
/*    font-size: 1.3rem;*/
/*}*/

/*.additional .add-info .tbl-info th,*/
/*.additional .add-info .tbl-info td {*/
/*    border: 1px solid #33405E;*/
/*}*/

/*.additional .add-info .tbl-info th {*/
/*    padding: 20px;*/
/*    width: 10%;*/
/*    font-weight: 600;*/
/*}*/

/*.additional .add-info .tbl-info td {*/
/*    padding-left: 30px;*/
/*    font-weight: 400;*/
/*}*/

/*.additional .add-info button {*/
/*    padding: 20px 45px;*/
/*    border: 1px solid #33405E;*/
/*    background: #ff3f7b;*/
/*    color: #F7F7FF;*/
/*    margin: 5px 10px;*/
/*    font-size: 18px;*/
/*    font-weight: 650;*/
/*    line-height: 20px;*/
/*}*/


.detail-main {
    margin: 100px 20px 120px;
}

.detail-main ul {
    padding: 0;
    margin: 0;
    list-style: none;

    li {
        margin: 0 0.4rem 0 0;
    }
}

.detail-main a {
    color: #33405E;
    text-decoration: none;
    transition: all 0.2s ease;

    &:hover {
        color: #1E3163;
    }

    &.active {
        color: #1E3163;
    }
}

.detail-main h1,
.detail-main h2,
.detail-main h3,
.detail-main h4 {
    color: #1E3163;
    margin: 1rem 0 1rem 0;
}

.detail-main h1 {
    font-size: 2.5rem;
}

.detail-main h3 {
    font-size: 2.125rem;
    margin: 0;
}

.detail-main h3 {
    font-size: 2rem;
}

.detail-main h4 {
    font-size: 1.5rem;
    margin: 1rem 0 0.5rem 0;
}

.detail-main section {
    display: block;
}

.detail-main img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
}

.product-image img {
    max-width: 100%;
    height: 400px;
}

.grid product .flex-nav ul {
    position: absolute;
    z-index: 1;
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    display: none;
    width: 100%;
    left: 0;
    padding: 1rem;
    background: #fff;
    text-align: center;

    &.active {
        display: flex;
    }

    li {
        margin: 0.5rem 0;
    }
}


#highlight {
    color: #1E3163;
    font-size: 1.125rem;
    text-transform: uppercase;
}


.breadcrumb-list {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 1rem 1rem 1.5rem 1rem;
    list-style: none;

    li {
        font-size: 0.85rem;
        letter-spacing: 0.125rem;
    }
}


.breadcrumb-item {
    &.active {
        color: #1E3163;
    }

    +.breadcrumb-item {
        &::before {
            content: '/';
            display: inline-block;
            padding: 0 0.5rem;
            color: #dbd3d3;
        }
    }
}

.description {
    border-top: 0.125rem solid #860202;
    border-bottom: 0.125rem solid #860202;
    margin: 2rem 0;
    padding: 1rem 0 0 0;
}

.add-to-cart {
    position: relative;
    display: inline-block;
    background: #ff3f7b;
    color: #fff;
    border: none;
    border-radius: 0;
    padding: 1.25rem 2.5rem;
    font-size: 1rem;
    text-transform: uppercase;
    cursor: pointer;
    transform: translateZ(0);
    transition: color 0.3s ease;
    letter-spacing: 0.0625rem;

    &:hover {
        &::before {
            transform: scaleX(1);
        }
    }

    &::before {
        position: absolute;
        content: '';
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #33405E;
        transform: scaleX(0);
        transform-origin: 0 50%;
        transition: transform 0.3s ease-out;
    }
}

.container {
    margin: auto;
    padding: 0 1rem;
    max-width: 75rem;
    width: 100%;
}

.grid {
    display: flex;
}

.detail-image {
    flex: 1 1 20rem;
}

.detail-content {
    flex: 1 1 25rem;
    padding: 0 1rem;
}

/* .grid {
    >[class*="column-"] {
        padding: 1rem;
    }

    &.menu,
    &.product {
        border-bottom: 0.0625rem solid #dbd3d3;
    }

    &.menu {
        >[class*="column-"] {
            padding: 0.5rem 1rem 0.5rem 1rem;
        }
    }

    &.product {
        padding: 0 0 1.5rem 0;
    }

    &.second-nav {
        >[class*="column-"] {
            padding: 0.5rem 1rem;
        }
    }
} */

.product-image {
    display: none;
}

.image-list {
    li {
        margin: 0;
    }
}

.additional {
    margin-left: 40px;
    margin-left: 40px;
    margin-top: 40px;
}


.additional .title-additional {
    border-bottom: 3px solid #33405E;
    width: fit-content;
    margin-bottom: 30px;
}

.additional .title-additional span {
    color: #ff3f7b;
}

.additional .add-info .tbl-info {
    width: 100%;
    font-size: 1.3rem;
}

.additional .add-info .tbl-info th,
.additional .add-info .tbl-info td {
    border: 1px solid #33405E;
}

.additional .add-info .tbl-info th {
    padding: 20px;
    width: 10%;
    font-weight: 600;
}

.additional .add-info .tbl-info td {
    padding-left: 30px;
    font-weight: 400;
}

.additional .add-info button {
    padding: 20px 45px;
    border: 1px solid #33405E;
    background: #ff3f7b;
    color: #F7F7FF;
    margin: 5px 10px;
    font-size: 18px;
    font-weight: 650;
    line-height: 20px;
    cursor: pointer;
    transform: translateZ(0);
    transition: color 0.3s ease;
    letter-spacing: 0.0625rem;


    &:hover {
        &::before {
            transform: scaleX(1);
        }
    }

    &::before {
        position: absolute;
        content: '';
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #33405E;
        transform: scaleX(0);
        transform-origin: 0 50%;
        transition: transform 0.3s ease-out;
    }
}


.product-image img,
.image-list img {
    max-width: 100%;
}

.product-image {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;

    img {
        height: 400px;
        max-width: 100%;


        &.active {
            display: block;
            margin: 0 0 0.75rem 0;
        }
    }
}

.image-list {
    display: flex;
    overflow: hidden;

    li {
        margin: 0 0.55rem 0 0;
        border: 1px solid gray;
        width: 100px;
        max-width: 100px;
        text-align: center;
        padding: 10px 0;
        overflow: hidden;

    }

    img {
        height: 100px;
        max-width: 100px;
        overflow: hidden;
        transition: opacity 0.3s ease;
        cursor: pointer;

        &:hover {
            opacity: 0.7;
        }
    }
}

.detail-main nav ul {
    justify-content: flex-end;
}

.toggle-nav {
    display: none;
}

.flex-nav {
    display: block;

    ul {
        display: flex;
        flex-direction: row;
        position: relative;
        justify-content: flex-end;

        li {
            font-size: 1.125rem;
            margin: 0 1.5rem 0 0;

            &:nth-child(4) {
                margin: 0;
            }
        }
    }
}

@keyframes fadeImg {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}




/**/
/**/
/**/
/* Page Detail Produk End */



/* Page Kontak Start */
/**/
/**/
/**/
/* Banner Kontak Start*/
.bannerKontak {
    margin-top: 100px;
    min-height: 55vh;
    min-width: 100%;
    display: flex;
    align-items: center;
    background-image: url('../image/kontak-banner.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.bannerKontak .content {
    width: 100%;
    text-align: center;
    color: #fff;
}

.bannerKontak .content h1 {
    font-size: 6rem;
    font-weight: 600;
}


/* Banner Kontak End*/

/**/
/**/
/**/
/* Page Kontak End */


/*Page Katalog Start*/
/**/
/**/
/**/

/*Banner Katalog Start*/

.bannerKatalog {
    margin-top: 100px;
    min-height: 55vh;
    min-width: 100%;
    display: flex;
    align-items: center;
    background-image: url('../image/katalog-banner.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.bannerKatalog .content {
    width: 100%;
    text-align: center;
    color: #fff;
}

.bannerKatalog .content h1 {
    font-size: 6rem;
    font-weight: 600;
}

/*Banner Katalog End*/

/*Containter Katalog Start*/
.container-katalog {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #fff;
    text-align: center;
}

.container-katalog h1 {
    font-size: 3.8rem;
    margin-bottom: 30px;
}

.container-katalog p {
    font-size: 1.4rem;
    margin-bottom: 30px;
}


.input-file {
    margin: 20px auto;
    display: flex;
    width: 75%;
    justify-content: center;
    align-items: center;
    text-align: center;

}

.input-file input {
    width: 150px;
    border: 2px solid #33405E;
    outline: 0;
    background: transparent;
    color: #33405E;
    margin-top: 0;
    margin-bottom: 0
}

.input-file::placeholder {
    color: #33405E;
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
}

.input-file button {
    background-color: #ff3f7b;
    color: #33405E;
    padding: 10px;
    margin-left: 0;
}

.search-file {
    border-bottom: 2px solid #dbd3d3;
    display: flex;
}

.search-file .link-file {
    margin-left: 70px;
}

.search-file a {
    font-size: 1.1rem;
    margin: 0 10px;
}

.search-file button {
    background: none;
    padding: 5px 10px;
    font-weight: 550;
    color: #33405E;
}

.search-file button:hover {
    border-bottom: 3px solid #1690d6;
}


.table .td_table_kat {
    text-align: left;
    padding-left: 90px;
}


.table {
    padding-right: 90px;
}

.table th {
    font-size: 1.5rem;
    font-weight: 500;
}

.table .td_table_kat h4 {
    font-size: 1.3rem;
    font-weight: 500;
}

.table .td_table_kat p {
    font-size: 1rem;
}

/*Containter Katalog End*/


/**/
/**/
/**/
/*Page Katalog End*/


/*Test*/


@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

/*Tesst*/



/* Media Queries */
/* Laptop */
@media (max-width: 900px) {
    html {
        font-size: 75%;

        .deskripsi-visi-misi {
            display: flex;
        }

        .deskripsi-visi-misi .visi {
            flex: 1 1 10rem;
            margin-right: 15px;
        }

        .deskripsi-visi-misi .misi {
            flex: 1 1 10rem;
            margin-left: 15px;
            font-size: 1.7rem;
            font-weight: 350;
            line-height: 1.5;
        }
    }
}

/* Tablet */
@media (max-width: 778px) {
    html {
        font-size: 63%;
    }
    
    .bannerSlides img {
        min-height: 50vh;
        max-height: 50vh;
    }

    .bannerAbout,
    .bannerProduk,
    .bannerDetailProduk,
    .bannerKontak,
    .bannerKatalog {
        min-height: 40vh;
    }

    .menu {
        display: inline-block;
        margin-top: 9px;
    }

    .navbar-extra input {
        font-size: 1.5rem;
    }

    .navbar-extra button {
        font-size: 1.5rem;
    }

    .navbarS .navbar-navS {
        position: absolute;
        top: 100%;
        right: -100%;
        background-color: #33405E;
        width: 50%;
        height: 100vh;
        margin: 0px;
        transition: 0.2s linear;
    }

    .navbarS .navbar-navS.active {
        right: 0%;
    }

    .navbarS .navbar-navS a {
        color: #fff;
        display: block;
        margin: 20px;
        padding: 7px;
        font-size: 20px;
    }

    .navbarS .navbar-navS a::after {
        transform-origin: 0 0;
        transform: scaleX(0);
    }

    .navbarS .navbar-navS a:hover::after {
        transform: scaleX(0.3);
        transition: 0.3s linear;
    }


    .about .row .about-img img {
        height: 400px;
        width: 400px;
        align-items: center;
        justify-content: center;
        margin: 10px auto 30px;
        text-align: center;
    }


    .about .row .content {
        padding: 0;
    }

    .about .row .content h3 {
        margin-top: 1rem;
        font-size: 2rem;
    }

    .about .row .content p {
        font-size: 1.6rem;
    }

    .kontak .row .map {
        height: 30rem;
    }

    .kontak .row {
        flex-wrap: wrap;
    }

    .kontak .row form {
        padding-top: 0.5rem;
    }

    .modal-content {
        flex-wrap: wrap;
    }

    .about-page {
        margin: 30px 90px;
    }


    .layanan-kami {
        padding: 25px;
    }

    .layanan-kamih1 {
        font-size: 2.5em;
        font-weight: 600;

    }

    .content-layanan {
        flex-direction: column;
        width: 100%;

    }

    .card-layanan {
        min-width: 300px;
        margin: 10px auto;
    }



    .container-pro-home {
        max-width: 85%;
    }

    .products .row-p-home {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
        gap: 0.2rem;
        margin-top: 3rem;
    }

    .product-card-home {
        max-width: 1fr;
        max-height: 270px;
    }

    .row-p-home .product-card-home img {
        max-width: 100px;
        max-height: 100px;
        margin-bottom: 0px;
    }

    .row-p-home .product-card-home .product-info p {
        margin-bottom: 10px;
        font-size: 1.2rem;
        font-weight: 350;

    }

    .row-p-home .product-card-home .product-info h3 {
        font-size: 1.7rem;
    }

    .logo-slider {
        max-width: 85%;
        gap: 5px;
    }

    .logo-slider .item {
        padding: 10px;
        height: 60px;
        width: 90px;
    }

    .logo-slider .item img {
        height: 100%;
        width: 100%;
    }

    .kontak .row iframe {
        margin: 20px;
        width: 90%;
        align-items: center;
        justify-content: center;
        text-align: center;
        height: 250px;
        object-fit: cover;
    }

    .kontak .row .kontak-sales {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(8rem, 1fr));
        gap: 0.1rem;
        margin-top: 3rem;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .kontak .row .kontak-sales button {
        background-color: #ff3f7b;
        padding: 10px 15px;
        border: 1px solid #33405E;
        color: #FFF;
        border-radius: 10px;
        margin: 3px auto;
        font-size: 15px;
        font-weight: 550;
        justify-content: center;
        line-height: 20px;
        max-width: 250px;
    }
    
        .kontak_contact .kontak .kontak-sales {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr));
        gap: 0.1rem;
        margin-top: 3rem;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    
    .kontak_contact .kontak-sales button {
        background-color: #ff3f7b;
        padding: 8px 12px;
        border: 1px solid #33405E;
        color: #FFF;
        border-radius: 10px;
        margin: 2px auto;
        font-size: 13px;
        font-weight: 300;
        justify-content: center;
        line-height: 20px;
        max-width: 190px;
    }

    .kontak .row .info-kontak {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(5rem, 1fr));
        gap: 0.1rem;
        margin-top: 3rem;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .kontak .row .info-kontak .list_detail .icon {
        padding: 0.5rem 1rem;
        border-radius: 15%;
        font-size: 1.7rem;
        color: #fff;
        background-color: #ff3f7b;
        margin-right: 0.5rem;
        height: 5rem;
    }

    .kontak .row .info-kontak .list_detail h3 {
        text-align: left;
    }

    .kontak .row .info-kontak .list_detail p {
        text-align: left;
    }

    /*Aboutt*/
    .about-page-tentang {
        padding: 5rem 5% 5rem;
    }

    .about-page-tentang .row .about-tentang-img img {
        width: 450px;
        height: 450px;
    }

    .about-page-tentang .content-tentang {
        margin-top: 30px;
    }

    .about-page-tentang .content-tentang h4 {
        font-size: 2rem;
        font-weight: 500;
    }

    .about-page-tentang .content-tentang h3 {
        font-size: 3rem;
        font-weight: 600;
    }

    .about-page-tentang .content-tentang p {
        font-size: 1.5rem;
        font-weight: 350;
    }

    .visi-misi {
        height: 380px;
    }

    .visi-misi h1 {
        font-size: 3rem;
        font-weight: 600;
    }

    .visi-misi h2 {
        font-size: 2.3rem;
        font-weight: 500;
        margin-bottom: 15px;
    }

    .konten-visi-misi {
        margin-left: 30px;
        margin-right: 30px;
        margin-top: 45px;
    }

    .deskripsi-visi-misi {
        display: flex;
    }

    .deskripsi-visi-misi .visi {
        flex: 1 1 10rem;
        margin-right: 15px;
    }

    .deskripsi-visi-misi .misi {
        flex: 1 1 10rem;
        margin-left: 15px;
        font-size: 1.7rem;
        font-weight: 350;
        line-height: 1.5;
    }

    .layanan-about .row .layanan-card p {
        font-size: 1.5rem;
        font-weight: 350;
    }

    .layanan-about h1 {
        font-size: 3rem;
        font-weight: 600;
    }

    .layanan-about p {
        font-size: 1.7rem;
        font-weight: 350;
        line-height: 1.5;
    }

    .container-slides h2 {
        font-size: 3rem;
        font-weight: 600;

    }



    /*Product*/

    .container-pro .list-filter-button {
        display: flex;
    }

    .container-pro {
        max-width: 100%;
        margin: 0px 30px;
        padding-bottom: 60px;
    }

    .products .list-btn {
        width: 15rem;
        height: 6rem;
        align-items: center;
        justify-content: center;
    }


    .products .row-p {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 1rem;
        margin-top: 3rem;
    }

    .row-p .product-card img {
        max-width: 162px;
        max-height: 162px;
    }

    .container-list {
        width: 65%;
    }

    .container-list-kategori {
        display: none;
    }

    .container-pro .row-z {
        margin: 20px 10px;
    }

    .products h2 {
        font-size: 3rem;
        font-weight: 600;
    }

    .container-detail {
        margin: 20px;
    }
    
    
    .container-detail .detail-info {
        margin-top: 30px;
    }

    
    .container-detail .row .detail-image img {
    max-width: 100%;
    max-height: 300px;
    }

    .products p {
        font-size: 1.7rem;
        font-weight: 350;
        line-height: 1.5;
        margin-bottom: 30px;
    }

    .product-card p {
        font-size: 1.5rem;
        margin-bottom: 5px;
    }

    .product-card h3 {
        font-size: 2.3rem;
        font-weight: 600;
    }

    .nothing-produk h1 {
        font-size: 3rem;
        font-weight: 600;
    }

    .nothing-produk p,
    .nothing-produk a {
        font-size: 1.7rem;
        font-weight: 400;
    }

    /*Product End*/
    
        /*Detail Product Start*/
    .grid {
        display: inline-block;
    }

    .detail-main {
        max-width: 100%;
        margin: 70px 0 100px 0;
    }

    .product-gallery {
        max-width: 100%;
    }

    .product-gallery .image-item {
        width: 90px;
    }

    .detail-content {
        margin-top: 30px;
    }

    .detail-content p {
        font-size: 1.3rem;
        font-weight: 400;
    }

    .additional {
        margin: 10px 15px;
    }
    

    /*Detail Product End*/

    /*Katalog*/
    .container-katalog h1 {
        font-size: 4.5rem;
        font-weight: 600;
    }

    .container-katalog p {
        font-size: 1.7rem;
        font-weight: 400;
    }

    .footer-title-container {
        width: 80%;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }

    .footer-kontak {
        max-width: 150px;
        font-size: 0.65rem;
    }

    .title {
        font-size: 1.2rem;
    }

    .footer {
        width: 100%;
        background-color: #223880;
        padding: 40px 0 10px;
    }

    .footer-brand {
        gap: 5px;
    }

    .footer-icon {
        margin-left: 5px;
    }

    .footer-icon img {
        width: 45px;
        height: 45px;
    }

    .brand-text {
        color: #fff;
        font-size: 0.9rem;
        line-height: 1.4;
    }

    .footer-content {
        max-width: 100%;
        padding: 0 20px;
        /* Increased padding */
        gap: 20px;
    }

    .footer nav {
        gap: 15px;
    }

    .footer-heading {
        font-size: 1rem;
        margin-bottom: 8px;
    }

    .foot-icon {
        font-size: 0.5rem;
    }

    .footer-link,
    .footer-kontak-p {
        font-size: 1rem;
    }

    .footer-brand {
        max-width: 250px;
    }

    .banner .content h1 {
        padding: 20px 7%;
        max-width: 50rem;
    }
    
    .search-file .link-file {
        margin-left: 10px;
    }

    .search-file a {
        font-size: 1.1rem;
        margin: 0 10px;
    }

    .table .td_table_kat {
        text-align: left;
        padding-left: 10px;
    }

}

/* Mobile */
@media screen and (max-width: 450px) {
    html {
        font-size: 65%;
    }

    .nav-left img {
        width: 45px;
        height: 45px;
    }

    .input-group {
        right: 0;
        margin-left: 30px;
    }

    .navbar-extra .nav-search {
        margin-right: 5px;

    }

    .navbar-extra .nav-search input {
        width: 100px;
    }


    .navbar-extra .btn-search {
        padding: 8px;
        margin: 1px auto;
    }

    .navbar-extra .menu-box {
        margin-right: 5px;
        padding: 8px 3px;
    }

    .banner {
        min-height: 105vh;
    }

    .bannerAbout,
    .bannerProduk,
    .bannerDetailProduk,
    .bannerKontak,
    .bannerKatalog {
        min-height: 75vh;
    }


    .about {
        padding: 20px 0px;
        max-width: 100%;
        margin: 0 10px;
        display: inline-block;
    }

    .about .about-img {
        margin: 2px 0px;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .about .row .about-img img {
        width: 310px;
        height: 310px;
    }

    .about .row .content {
        padding: 0 10px;
        margin: 0 10px;
    }

    .about-page-tentang .row .about-tentang-img img {
        width: 325px;
        height: 325px;
    }

    .visi-misi {
        height: 600px;
    }

    .produk {
        padding: 10px 2px;
    }

    .produk .row {
        display: inline-block;
        margin-left: 10px;
        margin-right: 10px;

    }

    .produk .produk-card {
        justify-content: center;
        align-items: center;
        text-align: center;
        max-width: 100%;
    }

    .produk-isi-home p {
        font-size: 1.3rem;
    }

    .container-pro-home {
        max-width: 80%;
        margin: 7px auto;
        /* margin-right: 10px;
        margin-left: 30px; */
    }

    .product-card-home {
        /* max-width: 200px; */
        max-height: 200px;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .row-p-home {
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .row-p-home .product-card-home img {
        max-width: 115px;
        max-height: 115px;
    }

    .row-p-home .product-card-home .product-info p {
        margin-bottom: 10px;
        font-size: 1.1rem;
        font-weight: 350;

    }

    .row-p-home .product-card-home .product-info h3 {
        font-size: 1.5rem;
    }

    .container-slides {
        max-width: 90%;
    }

    .section_our_solution h2 {
        font-size: 2rem;
        font-weight: 600;
    }


    .logo-slider {
        max-width: 80%;
        margin: 7px;
        margin-top: 3rem;
        gap: 0.1rem;
        margin-left: 30px;
    }

    .logo-slider .item {
        padding: 10px 10px;
        height: 60px;
        width: 70px;
    }

    .logo-slider .item img {
        height: 100%;
        width: 100%;
    }

    .sol_card_top_3 {
        position: relative;
        top: 0;
    }

    .our_solution_category {
        max-width: 100%;
        width: 80%;
        margin: 0 auto;
    }

    .about-page-tentang h3 {
        text-align: left;
    }

    .products .row-p {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(141px, 1fr));
        gap: 0.5rem;
        margin-top: 3rem;
    }

    .container-pro .product-card {
        min-height: 250px;
    }

    .row-p .product-card img {
        max-width: 110px;
        max-height: 110px;
    }

    .container-list {
        position: absolute;
        width: 80%;
        top: 100%;
        height: 100vh;
        margin: 0px;
    }

    .container-slides .slick-dots {
        margin-top: 30px;
    }

    .deskripsi_section_our_solution p {
        font-size: 1.3rem;
        margin-bottom: 0;
    }

    .deskripsi-visi-misi p {
        text-align: left;
    }

   /*Detail Start*/

    .additional .add-info .tbl-info .td-manual {
        padding-left: 10px;
    }

    .container-detail .row .detail-image {
        text-align: center;
    }

    .container-detail .row .detail-image img {
        width: 300px;
        height: 300px;
        justify-content: center;
        align-items: center;
    }

    .additional .add-info button {
        padding: 10px 10px;
        width: 200px;
        height: 65px;
        margin: 5px 10px;
        font-size: 15px;
        font-weight: 350;
        line-height: 20px;
    }


    .product-gallery .image-item {
        width: 90px;
    }

    .image-list {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(8rem, 1fr));
        gap: 0.1rem;
    }

    .image-list .image-item {
        margin-top: 10px;
        width: 100px;
    }

    /*Detail End*/

    .kontak_page h2 {
        font-size: 2rem;
        margin-bottom: 20px;
        font-weight: 700;
    }

    .kontak_page h3 {
        font-size: 1.7rem;
        font-weight: 500;
    }

    .footer-title-container {
        width: 80%;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
    }

    .footer-kontak {
        max-width: 115px;
        font-size: 0.5rem;
    }
    
    

    .title {
        font-size: 1rem;
    }

    .footer {
        width: 100%;
        background-color: #223880;
        padding: 40px 0 10px;
    }

    .footer-brand {
        gap: 3px;
    }

    .footer-icon {
        margin-left: 3px;
    }

    .footer-icon img {
        width: 25px;
        height: 25px;
    }

    .brand-text {
        font-size: 0.8rem;
        line-height: 1.3;
    }

    .footer-content {
        max-width: 100%;
        padding: 0 20px;
        /* Increased padding */
        gap: 10px;
    }

    .footer nav {
        gap: 10px;
    }

    .footer-heading {
        font-size: 0.8rem;
        margin-bottom: 8px;
    }

    .foot-icon {
        font-size: 0.4rem;
    }

    .footer-link {
        font-size: 1rem;
    }

    .footer-kontak-p {
        font-size: 0.65rem;
    }

    .footer-brand {
        max-width: 150px;
    }


    .kontak .row .kontak-sales {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(7rem, 1fr));
        gap: 0.1rem;
    }

    .kontak .row .kontak-sales button {
        padding: 5px 10px;
        font-size: 10px;
        font-weight: 450;
        line-height: 10px;
        max-width: 150px;
    }

    .kontak .row .kontak-sales button svg {
        height: 2rem;
        margin-bottom: 5px;
    }

}