@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800&display=swap");

.nav {
    display: flex;
    width: 100%;
    padding: 30px 120px;
    align-items: center;
    gap: var(--Space-space-10, 10px);
    background-color: #fff;
}
.btn-navbar {
    border: none;
    display: flex;
    min-width: 36px;
    min-height: 36px;
    padding: var(--Space-space-8, 8px) var(--Space-space-12, 12px);
    justify-content: center;
    align-items: center;
    gap: var(--Space-space-4, 4px);
    border-radius: var(--Radius-rad-8, 8px);
    border-color: #b61f24;
    background: var(--Brand-Primary-700, #b61f24);
    color: #fef2f2;
}
.btn-navbar:hover {
    background-color: #d9292f;
}

.frame-main {
    width: 100%;
    display: flex;
    padding: 80px 120px 100px 120px;
    align-items: center;
    gap: 40px;
    align-self: stretch;
    background-repeat: no-repeat;
    margin-top: 80px;
}
.img-main {
    width: 590px;
}
.img-background {
    background-position: 0%;
    display: flex;
    background-repeat: no-repeat;
}

.text-span {
    color: var(--Kazee-Primary-600, #d9292f);
    font-family: Inter, sans-serif;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

.main-text {
    color: var(----Dark-900, #3c476c);
    font-family: Inter, sans-serif;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 50.4px */
    margin-bottom: 40px;

    /* 54px */
}
.text-content {
    max-width: 600px;
    color: var(----Dark-900, #3c476c);

    /* 18px/regular */
    font-family: Inter, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 23.4px */
    margin-bottom: 40px;
}

.btn-demo:hover {
    border-radius: 9999px;
    border: 2px solid var(----Blue-600, #0083d1);
    background: var(--Blue-600, #0083d1);
    color: #fff;
    .arrowpath {
        fill: white;
    }
}
.arrowbtn {
    transition: fill 0.3s ease; /* Adding a transition for a smooth color change */
}

.arrowpath {
    fill: #0083d1;
}

.btn-demo {
    display: flex;
    width: 220px;
    min-width: 47px;
    min-height: 47px;
    padding: var(--Space-space-12, 12px) var(--Space-space-16, 16px);
    justify-content: center;
    align-items: center;
    gap: var(--Space-space-8, 8px);
    border-radius: 9999px;
    border: 2px solid var(----Blue-600, #0083d1);
    background: var(--Blue-50, #ebf7ff);

    color: var(----Blue-600, #0083d1);
    text-align: center;

    /* 16px/medium */
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 145%; /* 23.2px */

    border-color: #0083d1;
}
.title-frametrust {
    color: var(----Base-950, #292929);
    text-align: center;

    /* 36px/bold */
    font-family: Inter, sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 43.2px */
}
.title-frame {
    color: var(----Base-950, #292929);
    text-align: center;
    align-self: stretch;
    /* 36px/Bold */
    font-family: Inter, sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 800;
    line-height: 150%; /* 54px */
}
.row-client {
    padding: var(--Space-space-0, 0px);
    align-items: flex-start;
    gap: var(--Space-space-20, 20px);
}

.col-logo {
    display: flex;
    width: 200px;
    height: 100px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: auto; /* Add padding auto */
}
.col-logo img {
    max-width: 100%; /* Ensure images don't exceed the width of the column */
    height: auto; /* Maintain the aspect ratio of the images */
}

div.scroll-container {
    display: flex;
    overflow: hidden; /* Hide the scrollbar */
    white-space: nowrap;
    animation: scroll-left 10s linear infinite; /* Continuous scroll animation */
}

div.scroll-container .img-logo {
    margin-right: 20px; /* Adjust the margin between cards */
}
div.scroll-container img {
    padding: 10px;
}
.img-logo {
    margin-right: 20px;
}

@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%); /* Move images to the left */
    }
}

/*  */

/*  */

/* about frame */
.frame-about {
    display: flex;
    width: 100%;
    padding: 80px 120px;
    align-items: center;
    gap: 40px;
}

.title-about {
    margin-top: 60px;
    color: var(----Base-950, #292929);
    /* 36px/bold */
    font-family: Inter, sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 43.2px */
}

.text-about {
    margin-top: 40px;
    color: var(--Dark-sidebar-Dark-sidebar-light-12, #3f3f45);

    /* 18px/regular */
    font-family: Inter, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 23.4px */
}

.discussbtn {
    display: flex;
    width: 180px;
    min-width: 47px;
    min-height: 47px;
    padding: var(--Space-space-12, 12px) var(--Space-space-16, 16px);
    justify-content: center;
    align-items: center;
    gap: var(--Space-space-8, 8px);
    border-radius: var(--Radius-rad-8, 8px);
    border: 1px solid var(--Brand-Primary-600, #d9292f);
    background: var(--Base-0, #fff);

    color: var(--Brand-Primary-600, #d9292f);
    text-align: center;

    /* 14px/medium */
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 145%; /* 20.3px */
}
/*  */
/* frame optimize */
.img-about{
    width: 580px;
}
.frame-sosmed {
    display: flex;
    width: 100%;
    padding: 100px 120px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
}
.title-sosmed {
    color: var(----Dark-900, #3c476c);

    /* 23px/semibold */
    font-family: Inter, sans-serif;
    font-size: 23px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 29.9px */
}

.text-sosmed {
    color: var(----Dark-900, #3c476c);

    /* 16px/regular */
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%; /* 23.2px */
}

.row-sosmed {
    align-items: center;
}
.col-sosmed {
    border-left: 1px solid #b61f24;
    height: auto;
}
/*  */
/* frame  get */
.frame-get {
    display: flex;
    width: 100%;
    padding: 100px 120px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
}
.title-get {
    max-width: 800px;
    color: var(----Base-950, #292929);
    text-align: center;

    /* 36px/bold */
    font-family: Inter, sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 43.2px */
}
.card-get {
    display: flex;
    width: 140px;
    height: 140px;
    /* padding: 30px; */
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* gap: 10px; */
    border-radius: 10px;
    background: var(----Blue-50, #ebf7ff);
}
.card-get:hover {
    border-radius: 99px;

}
.title-icnget {
    color: var(----Grey-400, #989ea0);
    text-align: center;

    /* 14px/regular */
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%; /* 20.3px */
    margin-top: 10px;
    margin-bottom: 0;
}
.row-get {
    gap: 40px;
}
/*  */
/* frame-drive  */
.frame-drive {
    display: flex;
    width: 100%;
    padding: 100px 120px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
}
.card-drive {
    display: flex;
    padding: 40px;
    flex-direction: column;
    align-items: center;
    gap: var(--Space-space-20, 20px);
    flex: 1 0 0;
    border-radius: var(--Space-space-20, 20px);
    border: 1px solid var(----Base-0, #fff);
    background: var(--Netral-White, #fff);
    box-shadow: 0px 0px 20px -3px rgba(187, 182, 182, 0.1);
}
.title-card-drive {
    color: var(----Dark-950, #282d43);
    text-align: center;

    /* 23px/semibold */
    font-family: Inter, sans-serif;
    font-size: 23px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 29.9px */
}
.content-card-drive {
    color: var(----Base-800, #464646);
    text-align: center;

    /* 16px/regular */
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%; /* 23.2px */
}

.btn-drive {
    color: var(--Brand-Primary-600, #d9292f);
    text-align: center;

    /* 16px/medium */
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 145%; /* 23.2px */
    display: flex;
    min-width: 47px;
    min-height: 47px;
    padding: var(--Space-space-12, 12px) var(--Space-space-16, 16px);
    justify-content: center;
    align-items: center;
    gap: var(--Space-space-8, 8px);
    border-radius: var(--Radius-rad-8, 8px);
    border: 1px solid var(--Brand-Primary-600, #d9292f);
    background: var(--Base-0, #fff);
}
.row-drive {
    gap: 30px;
}
/*  */
/* frame-media */
.media-monitoring {
    display: flex;
    width: 100%;
    padding: 100px 120px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
}
.title-monitoring {
    max-width: 800px;
    color: var(----Base-950, #292929);
    text-align: center;

    /* 36px/bold */
    font-family: Inter, sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 43.2px */
}

:root {
    --cards: 4;
    --cardHeight: 480px;
    --cardTopPadding: 1.5em;
    --cardMargin: 4vw;
}

.container {
    width: 100%;
    margin: 0 auto;
}
.imgmedia {
    width: 580px;
}
#cards {
    width: 100%;
    list-style: none;
    padding-left: 0;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(var(--cards), var(--cardHeight));
    gap: var(--cardMargin);
    padding-bottom: calc(var(--cards) * var(--cardTopPadding));
    margin-bottom: var(--cardMargin);
}

#card1 {
    --index: 1;
}

#card2 {
    --index: 2;
}

#card3 {
    --index: 3;
}

#card4 {
    --index: 4;
}

.cardscroll {
    position: sticky;
    top: 0;
    padding-top: calc(var(--index) * var(--cardTopPadding));
}

#card1 .card-body1 {
    display: flex;
    width: 100%;
    padding: 40px;
    align-items: center;
    gap: 40px;
    background-color: #fff;
}

#card2 .card-body1 {
    display: flex;
    width: 100%;
    padding: 40px;
    align-items: center;
    gap: 40px;
    background-color: #fff;
}

#card3 .card-body1 {
    display: flex;
    width: 100%;
    padding: 40px;
    align-items: center;
    gap: 40px;
    background-color: #fff;
}

#card4 .card-body1 {
    display: flex;
    width: 100%;
    padding: 40px;
    align-items: center;
    gap: 40px;
    background-color: #fff;
}

.card-body1 {
    box-sizing: border-box;
    height: var(--cardHeight);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s;
    padding: 40px;
    gap: 40px;
    border-radius: 40px;
    border: 1px solid var(----Base-100, #f5f5f5);
}
.no {
    color: var(--Kazee-Primary-600, #d9292f);

    /* 18px/medium */
    font-family: Inter, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 23.4px */
}
.title-no {
    color: var(----Dark-950, #282d43);

    /* 29px/medium */
    font-family: Inter, sans-serif;
    font-size: 29px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 37.7px */
}
.text-no {
    color: var(----Base-800, #464646);
    font-family: Inter, sans-serif;
    font-size: 23px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%; /* 29.9px */
}
.row-sc {
    display: flex;
    align-items: center;
}

/* frame good  */

.frame-goodcom {
    display: flex;
    width: 100%;
    padding: 100px 120px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
    border-radius: var(--Space-space-0, 0px);
    background: #bd0a11;
}
.card-good {
    display: flex;
    padding: var(--Space-space-20, 20px);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: var(--Space-space-10, 10px);
    flex: 1 0 0;
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid var(----Base-200, #dedede);
    background: var(--Netral-White, #fff);
    height: 100%;
    width: 100%;
}
.title-good {
    color: var(--Base-0, #fff);
    text-align: center;

    /* 36px/bold */
    font-family: Inter, sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 43.2px */
}

.good {
    color: var(----Dark-900, #3c476c);
    text-align: center;

    /* 20px/semibold */
    font-family: Inter, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 26px */
}

.content-good {
    color: var(----Dark-900, #3c476c);
    text-align: center;

    /* 14px/regular */
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%; /* 20.3px */
}

.row-good {
    gap: 30px;
}
.spanline {
    border: 1px solid var(----Base-100, #f5f5f5);
    width: 100%;
}
/* company */
.frame-companies {
    padding: 80px 120px;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    margin-bottom: 80px;
}
.title-frame-com {
    color: var(----Base-950, #292929);
    text-align: center;

    /* 36px/bold */
    font-family: Inter, sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 43.2px */
    margin-bottom: 40px;
}
.company-name {
    color: var(----Dark-900, #3c476c);

    /* 18px/semibold */
    font-family: Inter, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 23.4px */
}

.card-company {
    width: 100%;
    margin-bottom: 40px;
    display: flex;
    padding: 40px;
    align-items: center;
    gap: 40px;
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid var(--Kazee-Primary-200, #d9292f);
    background: var(--Netral-White, #fff);
    border-color: #d9292f;
}

.row-company {
    display: flex;
    align-items: center;
}
.row-company::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 14%;
    border-left: 1px solid #fdcbcd;
}

.content-company {
    color: var(----Dark-900, #3c476c);

    /* 16px/regular */
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%; /* 23.2px */
}
.border-end {
    border-color: #d9292f;
    border-right: 2px solid #d9292f; /* Adjust border width as needed */
    padding-right: 20px; /* Adjust padding based on your design */
}

.row-company {
    position: relative;
}

.row-company::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 16%;
    border-left: 1px solid #fdcbcd;
}

.card-com {
    display: flex;
    padding: 40px;
    align-items: center;
    gap: 40px;
    align-self: stretch;
    margin-bottom: 40px;
}

.col-imgcom {
    width: 20%;
    margin-right: 20px;
    border-right: 1px solid #ecb74b;
    display: flex;
    align-items: center;
}
.col-company {
    width: 80%;
}

/* monitor */

/* trust */

.frame-trust {
    display: flex;
    padding: 100px 120px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
    align-self: stretch;
}
/* form */

.title-form {
    color: var(--Kazee-Primary-600, #d9292f);

    /* 29px/semibold */
    font-family: Inter, sans-serif;
    font-size: 29px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 37.7px */
}

.text-form {
    color: var(--Text-Grey, #6e6d7a);
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%; /* 23.2px */
    margin-bottom: 64px;
}
.form-label {
    color: var(--Text-Grey, #6e6d7a);
    /* 14px/Regular */
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
}
.form-control {
    width: 100%;
    display: flex;
    padding: 12px 22px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid var(--Border, #e7e7e9);
    background: var(--White, #fff);
    margin-bottom: 32px;
}
.btn-form:hover {
    background-color: #d9292f;
}
.btn-form {
    width: 100%;
    padding: var(--Space-space-12, 12px) var(--Space-space-16, 16px);
    justify-content: center;
    align-items: center;
    gap: var(--Space-space-8, 8px);
    align-self: stretch;
    border-radius: var(--Radius-rad-8, 8px);
    background: var(--Brand-Primary-500, #ec474d);
    border-color: #ec474d;

    /* text button */
    color: var(--Brand-Primary-50, #fef2f2);
    text-align: center;
    /* 16px/medium */
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 145%; /* 23.2px */
    /* position: absolute;
    z-index: 999; */
    display: flex;
    border: none;
}

/* footer */
footer {
    margin-top: 80px;
    display: flex;
    padding: 60px 120px;
    flex-direction: column;
    align-items: flex-start;

    align-self: stretch;
}
.title-footer {
    color: var(--Text-Dark-text-Dark-text, #283252);

    /* 14px/Bold */
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: 150%; /* 21px */
    margin-bottom: 20px;
}

.content-text {
    color: var(--Text-Dark-text-Dark-text, #283252);

    /* 14px/regular */
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%; /* 20.3px */
    opacity: 0.7;
}

.text-footer {
    color: var(--Text-Dark-text-Dark-text, #283252);

    /* 14px/regular */
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%; /* 20.3px */
    opacity: 0.7;
}
.footer-last {
    color: var(--Text-Dark-text-Dark-text, #283252);

    /* 14px/Regular */
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
    opacity: 0.7;
    margin-top: 20px;
}

.row-footer {
    padding-bottom: 40px;
    margin-top: 80px;
}

.row-iconsosmed {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.col-three {
    width: 200px;
}

/* background */
.background-container {
    /* background-image: url('{{asset('/asset/Polygon2blue.svg')}}'); */
    background-size: cover; /* Atur sesuai kebutuhan desain Anda */
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column; /* Mengatur tata letak menjadi vertikal (baris tunggal) */
}

/* marquee */
.marquee-frame {
    width: 100%;
    margin-bottom: 100px;
}
/* marquee */

:root {
    --marquee-width: 80vw;
    --marquee-height: 20vh;
    /* --marquee-elements: 12; */
    /* defined with JavaScript */
    --marquee-elements-displayed: 5;
    --marquee-element-width: calc(
        var(--marquee-width) / var(--marquee-elements-displayed)
    );
    --marquee-animation-duration: calc(var(--marquee-elements) * 3s);
}

.marquee {
    overflow: hidden;
    position: relative;
}

.marquee:before,
.marquee:after {
    position: absolute;
    top: 0;
    width: 10rem;
    height: 100%;
    content: "";
    z-index: 1;
}

.marquee-content {
    list-style: none;
    height: 100%;
    display: flex;
    animation: scrolling var(--marquee-animation-duration) linear infinite;
}

.marquee-content:hover {
    animation-play-state: paused;
}
@keyframes scrolling {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(
            calc(-1 * var(--marquee-element-width) * var(--marquee-elements))
        );
    }
}
.marquee-content:hover {
    animation-play-state: paused;
}

.marquee-content li {
    display: flex;
    justify-content: center;
    align-items: center;
    /* text-align: center; */
    flex-shrink: 0;
    width: var(--marquee-element-width);
    font-size: calc(var(--marquee-height) * 3 / 4);
    /* 5rem; */
    white-space: nowrap;
}

.marquee-content li img {
    width: 100%;
    max-width: 200px;
    /* height: 100%; */
}
.img-logo {
    margin-right: 20px;
}

div.scroll-container .img-logo {
    margin-right: 20px; /* Adjust the margin between cards */
}
div.scroll-container img {
    padding: 10px;
}
.img-logo {
    margin-right: 20px;
}

@media (max-width: 600px) {
    .marquee-frame {
        scrollbar-width: none;
        display: block;
        width: 100%;
        margin-bottom: 100px;
    }
    .marquee {
        overflow: hidden;
        position: relative;
    }
    html {
        font-size: 12px;
    }

    :root {
        --marquee-width: 100vw;
        --marquee-height: 16vh;
        --marquee-elements-displayed: 3;
    }

    .marquee:before,
    .marquee:after {
        width: 5rem;
    }
    .img-logo {
        width: 100%;
    }
}
/*  */

/* mobile responsive */

.aos-animate {
    animation: zoom-in-right-animation 5s;
}

@keyframes zoom-in-right-animation {
    from {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}
@media only screen and (max-width: 768px) {
    .card-get{
        width: 80px;
    }
    .row-get {
        display: flex;
        flex-wrap: wrap;
        justify-content: center; /* Pusatkan kolom di tengah */
    }

    .col-get {
        width: 45%; /* Setiap kolom memiliki lebar 45% dari lebar container untuk memungkinkan 2 kolom dalam satu baris */
        margin: 10px; /* Atur margin di sekitar setiap kolom */
    }
    .card-get img {
        max-width: 100%; /* Mengatur lebar gambar agar tidak melebihi lebar parent */
        height: auto; /* Agar gambar tetap proporsional saat diubah ukurannya */
    }

    .title-icnget {
        font-size: 14px; /* Ukuran teks yang lebih kecil */
        margin-top: 5px; /* Atur margin atas untuk jarak antara teks dan gambar */
    }
}
@media only screen and (max-width: 800px) {
    .frame-about .col {
        width: 100%; /* Lebar kolom diatur menjadi 100% agar konten tetap di tengah */
        margin-bottom: 20px; /* Atur jarak antara kolom */
    }
    .frame-about .row {
        display: flex;
        flex-direction: column;
        align-items: center; /* Memposisikan konten ke tengah secara horizontal */
        text-align: center; /* Memposisikan teks ke tengah secara horizontal */
    }
   
    .frame-monitoringcoverage {
        display: flex;
        padding: 40px var(--Space-space-20, 20px);
        gap: 40px;
        align-self: stretch;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: var(--Space-space-20, 20px);
        align-self: stretch;
    }
    .row-mon {
        flex-direction: column;
    }

    .col {
        flex: 100%;
        margin-bottom: 20px;
    }

    .col-icon {
        margin-right: 0;
    }
    /*  */
 
    /* frame trust */
    .frame-trust {
        display: flex;
        width: 100%;
        padding: 40px var(--Space-space-20, 20px);
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 40px;
    }
    
    .title-frametrust {
        color: var(--Kazee-Primary-600, #292929);
        text-align: center;

        /* 23px/semibold */
        font-family: Inter, sans-serif;
        font-size: 23px;
        font-style: normal;
        font-weight: 600;
        line-height: 130%; /* 29.9px */
    }
    /*  */
    /* navbar */
    #logo {
        width: 105px; /* Adjust the width of the logo for smaller screens */
    }
    .navbar {
        display: flex;
        width: 100%;
        padding: var(--Space-space-10, 10px) var(--Space-space-20, 20px);
        align-items: center;
        gap: var(--Space-space-10, 10px);
    }
    .btn-navbar {
        border: transparent;
        display: flex;
        min-width: 36px;
        min-height: 36px;
        padding: var(--Space-space-8, 8px) var(--Space-space-12, 12px);
        justify-content: center;
        align-items: center;
        gap: var(--Space-space-4, 4px);
        color: var(--Brand-Primary-50, #fef2f2);
        text-align: center;

        /* 14px/medium */
        font-family: Inter, sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 145%; /* 20.3px */
    }
    .btn-navbar:hover {
        background-color: #d9292f;
    }
    /*  */
    /* company big */
    .frame-about {
        justify-content: center;
        display: flex;
        padding: 40px var(--Space-space-20, 20px);
        flex-direction: column;
        align-items: flex-start;
        align-self: stretch;
    }
    .frame-companies {
        display: flex;
        padding: 40px var(--Space-space-20, 20px);
        flex-direction: column;
        align-items: flex-start;
        align-self: stretch;
    }
    .title-frame-com {
        color: var(--Kazee-Primary-600, #292929);
        text-align: center;

        /* 23px/semibold */
        font-family: Inter, sans-serif;
        font-size: 23px;
        font-style: normal;
        font-weight: 600;
        line-height: 130%; /* 29.9px */
    }
    .card-com {
        display: flex;
        padding: var(--Space-space-20, 20px);
        align-items: center;
        align-self: stretch;
        margin-bottom: 20px;
    }
    .row-comp {
        flex-direction: column; /* Change to a column layout on smaller screens */
    }

    .col-imgcom {
        border-right: none; /* Add border-right to create separation */
    }

    .img-comp {
        width: 40px; /* Adjust the width of the image as needed */
        height: auto; /* Maintain aspect ratio while resizing */
    }

    .company-name {
        border-bottom: 1px solid #d9292f; /* Add border-bottom to h1 */
        padding-bottom: 10px; /* Add padding to space out the border */
    }

    .col-company {
        order: 2; /* Change the order to 2 to move the company name and paragraph below the image */
    }

    /*  */
    /* frame form submit */

    .frame-form {
        display: flex;
        padding: 40px var(--Space-space-20, 20px);
        flex-direction: column;
        align-items: flex-start;
        gap: 40px;
        align-self: stretch;
        background-image: none;
        background: none;
    }

    .title-form {
        color: var(--Kazee-Primary-600, #d9292f);
        text-align: center;

        /* 23px/semibold */
        font-family: Inter, sans-serif;
        font-size: 23px;
        font-style: normal;
        font-weight: 600;
        line-height: 130%; /* 29.9px */
    }
    .text-form {
        color: var(----Dark-900, #3c476c);
        text-align: center;

        /* 18px/regular */
        font-family: Inter, sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%; /* 23.4px */
    }
    .form-label {
        color: var(--Text-Grey, #6e6d7a);
        /* 14px/Regular */
        font-family: Inter, sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%; /* 21px */
    }
    .form-control {
        width: auto;
        display: flex;
        padding: 12px 22px;
        align-items: center;
        gap: 10px;
        align-self: stretch;
        border-radius: 8px;
        border: 1px solid var(--Border, #e7e7e9);
        background: var(--White, #fff);
    }

    .btn-form {
        width: 90%;
        display: flex;
        padding: var(--Space-space-12, 12px) var(--Space-space-16, 16px);
        justify-content: center;
        align-items: center;
        gap: var(--Space-space-8, 8px);
        align-self: stretch;
        margin: auto; /* Menengahkan tombol di dalam frame */
    }

    .row-form {
        flex-direction: column;
    }

    .col-form {
        width: 100%;
        margin-right: 0;
    }

    /* Additional styling for larger screens if needed */
    .row {
        display: flex;
        gap: 15px; /* Adjust the gap between columns */
    }

    .col {
        flex: 1; /* Equal width for columns */
    }

    /*  */
    /* frameaccordion */
    .frame-accordion {
        display: flex;
        padding: 40px 20px;
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
        align-self: stretch;
    }
    .title-frame-faq {
        align-self: stretch;
        color: var(--Kazee-Primary-600, #292929);
        text-align: center;

        /* 23px/semibold */
        font-family: Inter, sans-serif;
        font-size: 23px;
        font-style: normal;
        font-weight: 600;
        line-height: 130%; /* 29.9px */
    }
    /*  */
    /* frame world */
    .frame-word {
        display: flex;
        width: 100%;
        padding: 40px var(--Space-space-20, 20px) var(--Space-space-0, 0px)
            var(--Space-space-20, 20px);
        flex-direction: column;
        align-items: center;
        gap: var(--Space-space-20, 20px);
    }

    /*  */
    .col-icon {
        border: none;
    }

    .title-frame {
        color: var(--Kazee-Primary-600, #292929);
        text-align: center;

        /* 23px/semibold */
        font-family: Inter, sans-serif;
        font-size: 23px;
        font-style: normal;
        font-weight: 600;
        line-height: 130%; /* 29.9px */
    }
    /*  */

    /*  */
    .card-body {
        flex: 1; /* Mengisi sisa ruang dalam card */
        width: 100%;
    }
    .col {
        flex: 100%;
        margin-bottom: 20px;
    }

    .col-icon {
        margin-right: 10px;
    }
    .frame-card {
        display: flex;
        padding: 40px var(--Space-space-20, 20px);
        flex-direction: column;
        align-items: flex-start;
        align-self: stretch;
        justify-content: center;
    }
    .col {
        flex: 100%;
        margin-bottom: 20px;
    }

    .col-icon {
        margin-right: 0;
    }
    .title-card {
        color: var(----Dark-900, #3c476c);
        text-align: center;

        /* 18px/semibold */
        font-family: Inter, sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 130%; /* 23.4px */
    }
    .content-card {
        align-self: stretch;
        color: var(----Dark-900, #3c476c);
        text-align: center;

        /* 13px/regular */
        font-family: Inter, sans-serif;
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: 145%; /* 18.85px */
    }

    .btn-card {
        display: flex;
        background-color: #fff;
        justify-content: center;
        align-items: center;
    }
    .card-media {
        display: flex;
        padding: 20px;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        align-self: stretch;
        border-radius: 10px;
        border: 1px solid var(----Base-200, #dedede);
        background: #fff;

        /* shadow-m/light */
        box-shadow: 0px 1.75px 4px -1px rgba(0, 0, 0, 0.14);
    }
    .card-mon {
        margin-bottom: 20px;
    }
    .col-media {
        flex: 1 0 100%; /* Kartu akan menempati 100% lebar pada tampilan responsif */
    }
    .row-card {
        flex-direction: column;
    }

    .title-monitoring {
        color: var(----Dark-900, #3c476c);

        /* 16px/semibold */
        font-family: Inter, sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 145%; /* 23.2px */
    }
    .svg-card {
        display: none; /* Hide the svg-card class on smaller screens */
    }
    .col {
        border: none;
    }
    .col-icon {
        /* Adjust styles for better spacing when svg-card is hidden */
        border-right: none;
        margin-bottom: 10px;
    }

    .text-contentmonitoring {
        /* Adjust content font size for smaller screens */
        font-size: 14px;
    }

    /* frame */
    .top-img {
        display: block;
        margin: 0 auto; /* Set left and right margins to 'auto' */
        width: 30%;
    }

    .frame img {
        max-width: 80%; /* Adjust the percentage as needed */
        height: auto;
    }

    .title-kazee {
        margin-top: 20px;
        color: #fff;
        text-align: center;
        font-family: Inter, sans-serif;
        font-size: 30px;
        font-style: normal;
        font-weight: 600;
        line-height: 100%; /* 62.4px */
        margin-bottom: 30px;
    }
    .img-map {
        margin-top: -100px;
    }
    .linksource {
        text-align: center;
        justify-content: center;
        font-size: 12px;
    }
    .source {
        display: block;
        text-align: center;
        font-size: 12px; /* Adjust the font size as needed */
    }
    /* frame main */
    .frame-main {
        display: flex;
        justify-content: center;
        padding: 40px var(--Space-space-20, 20px) var(--Space-space-0, 0px)
            var(--Space-space-20, 20px);
        flex-direction: column;
        align-items: center;
        gap: var(--Space-space-20, 20px);
    }
    .img-background {
        background-size: contain;
        width: 100%;
        justify-content: center;
    }
   
    .text-span {
        color: var(--Kazee-Primary-600, #292929);
        font-family: Inter, sans-serif;
        font-size: 38px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
    }


    .text-about {
        font-size: 18px;
        text-align: center;
    }
    .title-about {
        color: var(--Kazee-Primary-600, #292929);
        text-align: center;

        /* 23px/semibold */
        font-family: Inter, sans-serif;
        font-size: 23px;
        font-style: normal;
        font-weight: 600;
        line-height: 130%; /* 29.9px */
    }
    .main-text {
        color: var(----Dark-900, #3c476c);
        text-align: center;
        font-family: Inter, sans-serif;
        font-size: 28px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%; /* 45.6px */
    }

    .discussbtn {
        text-align: center;

        /* 16px/medium */
        font-family: Inter, sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 145%; /* 23.2px */
        display: flex;
        width: 220px;
        min-width: 47px;
        min-height: 47px;
        padding: var(--Space-space-12, 12px) var(--Space-space-16, 16px);
        justify-content: center;
        align-items: center;
    }
    .text-content {
        color: var(----Dark-900, #3c476c);
        text-align: center;

        /* 14px/regular */
        font-family: Inter, sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 145%; /* 20.3px */
    }

    .arrowbtn {
        transition: fill 0.3s ease; /* Adding a transition for a smooth color change */
    }

    .arrowpath {
        fill: #fff;
    }

    .btn-demo {
        margin: 0 auto;
        color: var(--Netral-White, #fff);
        text-align: center;

        /* 16px/medium */
        font-family: Inter, sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 145%; /* 23.2px */
        display: flex;
        width: 220px;
        min-width: 47px;
        min-height: 47px;
        padding: var(--Space-space-12, 12px) var(--Space-space-16, 16px);
        justify-content: center;
        align-items: center;
        gap: var(--Space-space-8, 8px);
        border-radius: 9999px;
        border: 2px solid var(----Blue-600, #0083d1);
        background: var(--Blue-600, #0083d1);
    }
    footer {
        margin-top: 80px;
        display: flex;
        padding: 40px 20px;
        flex-direction: column;
        align-items: flex-start;

        align-self: stretch;
    }

    /* tabs */

    /* 2 */

  
    /*  */
    /* frame form submit */

    /* Additional styling for larger screens if needed */

    /*  */

    /* tabs */
    .frame-tabs {
        display: flex;
        padding: 40px var(--Space-space-20, 20px);
        flex-direction: column;
        align-items: flex-start;
        gap: 40px;
        align-self: stretch;
    }
    .acc-item {
        background-color: transparent;
    }

    .tab {
        order: 1; /* Reset order for tabs on larger screens */
        width: 100%; /* Adjust the width as needed */
    }

    .content {
        order: 0; /* Reset order for content on larger screens */
        width: 100%; /* Adjust the width as needed */
    }
}

@media only screen and (max-width: 800px) {
    .card-body {
        flex: 1; /* Mengisi sisa ruang dalam card */
        width: 100%;
    }
    .col {
        flex: 100%;
        margin-bottom: 20px;
    }

    .col-icon {
        margin-right: 10px;
    }
    .col {
        flex: 100%;
        margin-bottom: 20px;
    }

    .col-icon {
        margin-right: 10px;
    }
}

@media only screen and (max-width: 800px) {
    .frame-card {
        display: flex;
        padding: 40px var(--Space-space-20, 20px);
        flex-direction: column;
        align-items: flex-start;
        align-self: stretch;
        width: 100%;
    }

    .col {
        flex: 100%;
        margin-bottom: 20px;
    }

    .col-icon {
        margin-right: 0;
    }
}

@media (max-width: 600px) {
    .marquee-frame {
        scrollbar-width: none;
        display: block;
        width: 100%;
        margin-bottom: 100px;
    }
    .marquee {
        overflow: hidden;
        position: relative;
    }
    html {
        font-size: 12px;
    }

    :root {
        --marquee-width: 100vw;
        --marquee-height: 16vh;
        --marquee-elements-displayed: 3;
    }

    .marquee:before,
    .marquee:after {
        width: 5rem;
    }
    .img-logo {
        width: 100%;
    }

    .frame-sosmed {
        display: flex;
        padding: 40px var(--Space-space-20, 20px);
        flex-direction: column;
        align-items: flex-start;
        gap: 40px;
        align-self: stretch;
    }
}
@media screen and (max-width: 768px) {
    .img-about{
        width: 200px;
    }
    .title-card-drive {
        font-size: 16px;
    }
    .imgmedia {
        width: 200px;
    }
    .no {
        color: var(--Kazee-Primary-600, #d9292f);

        /* 18px/medium */
        font-family: Inter, sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 130%; /* 23.4px */
    }
    .title-no {
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 130%; /* 37.7px */
    }
    .text-no {
        font-size: 20px;
        font-style: normal;
        font-weight: 300;
        line-height: 130%; /* 29.9px */
    }
    .media-monitoring {
        display: flex;
        padding: 40px var(--Space-space-20, 20px);
        flex-direction: column;
        align-items: flex-start;
        gap: 40px;
        align-self: stretch;
    }

   
    .title-get {
        font-size: 23px;
    }
    #request-demo {
        background-image: none; /* Hapus latar belakang gambar */
        background-color: #e8e8e8; /* Atur warna latar belakang menjadi abu-abu */
    }

    /* goodcom */
    .frame-goodcom {
        width: 100%;
        display: flex;
        padding: 40px var(--Space-space-20, 20px);
        flex-direction: column;
        align-items: flex-start;
        gap: 40px;
        align-self: stretch;
        border-radius: var(--Space-space-0, 0px);
        background: #bd0a11;
    }
    .col-good {
        flex: 1 0 100%;
    }
    .moncol {
        flex: 1 0 100%;
    }
    .row-good {
        flex-direction: column;
    }
    .title-good {
        color: var(--Base-0, #fff);
        text-align: center;

        /* 36px/bold */
        font-family: Inter, sans-serif;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%; /* 43.2px */
    }
  
}
