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

.navbar {
  display: flex;
  width: 100%;
  padding: 30px 120px;
  align-items: center;
  gap: var(--Space-space-10, 10px);
  border-radius: var(--Space-space-0, 0px);
  background: #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 {
  margin-top: 100px;
  display: flex;
  padding: 80px 120px 100px 120px;
  align-items: center;
  gap: 40px;
  align-self: stretch;
  background-repeat: no-repeat;
}
.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: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

.main-text {
  color: var(--Text-Dark-text-Dark-text, #283252);
  font-family: Inter, sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 72px */

  /* 54px */
}
.text-content {
  color: var(--Dark-sidebar-Dark-sidebar-light-12, #3f3f45);

  /* 16px/Regular */
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  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: #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(----Dark-950, #282d43);
  text-align: center;
  align-self: stretch;
  /* 36px/Bold */
  font-family: Inter;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  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 */
  }
}

/*  */

/*  */

/* kazee frame */
.frame {
  display: flex;
  padding: 100px 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: var(--Space-space-10, 10px);
  background-color: #f8fcff;
}
.title-kazee {
  margin-top: 60px;
  color: var(----Dark-900, #3c476c);
  text-align: center;
  font-family: Inter;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 38.4px */
}

.source {
  color: var(----Dark-950, #282d43);
  text-align: center;
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 27px */
}
.linksource {
  color: var(----Dark-950, #282d43);
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  text-decoration-line: underline;
}

/* fraame card */
.frame-card {
  display: flex;
  width: 100%;

  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.card-media {
  display: flex;
  padding: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  flex: 1;
  align-self: stretch;
  border-radius: 10px;

  width: 285px;
  height: 380px;
  border-radius: 10px;
  background: #fff;
  background-color: #fff;
}

.card-media:hover {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 4px 6px -2px rgba(0, 0, 0, 0.08), 0px 10px 15px -3px rgba(0, 0, 0, 0.12);
}
.card-media:hover .btn-card {
  background-color: #fff;
}
.title-card {
  color: var(----Dark-900, #3c476c);

  /* 20px/semibold */
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 26px */
}
.row-card {
  margin-top: 80px;
  margin-bottom: 100px;
}
.row-card {
  display: flex;
  justify-content: center;
  align-items: center;
}
.content-card {
  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 */
}
.btn-card {
  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: none;
  background-color: #fff;
  color: var(--Brand-Primary-600, #d9292f);
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 145%; /* 20.3px */
  margin-top: 20px;
}
/* tes img slide */
.img-slider-container {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}

.img-slide {
  display: inline-block;
  animation: slide 20s linear infinite; /* Sesuaikan durasi animasi dan jenis animasi di sini */
}

.img-slide img {
  vertical-align: middle;
}
@keyframes slide {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}
@keyframes scrollLeft {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-100% + 100vw)); /* Perubahan disini */
  }
}

div.img-slide {
  overflow: hidden;
  white-space: nowrap;
  padding: 10px;
  animation: scrollLeft 10s linear infinite;
  width: fit-content; /* Tambahkan aturan ini */
}

div.img-slide img {
  padding: 10px;
  display: inline-block;
}
/*  */
/* company */
.frame-companies {
  padding: 50px 120px;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  /* margin-bottom: 80px; */
}
.title-frame-com {
  color: #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 {
  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 {
  margin-right: 40px;
  /* border-right: 1px solid #ecb74b; */
  display: flex;
  align-items: center;
  width: 120px;
  height: 117.404px;
}

.vl {
  border-left: 2px solid #ecb74b;
  height: 100%;
}

.col-vl {
  width: 0;
}

.img-comp {
  width: 100%;
}

.col-company {
  width: 80%;
  margin-left: 40px;
}

/* monitor */

.card-cov {
  display: flex;
  width: 100%;
  height: 100%;
  padding: var(--Space-space-20, 20px);
  justify-content: center;
  align-items: center;
  gap: var(--Space-space-10, 10px);
  align-self: stretch;
  border-radius: 8px;
  border: 1px solid var(----Base-200, #dedede);
  background: var(--Netral-White, #fff);
}
.lineee {
  border-bottom: 1px solid #fdcbcd;
  margin-bottom: 20px;
}
.title-media {
  color: var(----Dark-900, #3c476c);

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

.content-media {
  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 */
}

/* media intell */
.frame-intel {
  display: flex;
  padding: 100px 120px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* word */
.frame-word {
  width: 100%;
  display: flex;
  padding: 100px 120px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  background: #bd0a11;
}
.text-word {
  color: var(--Netral-White, #fff);
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 28px;
  font-style: italic;
  font-weight: 400;
  line-height: 130%; /* 36.4px */
}

/* media insight */
.frame-mediainsight {
  display: flex;
  padding: 100px 120px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
}

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

  /* 36px/bold */
  font-family: Inter, sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 43.2px */
}
.subtitle-frame2 {
  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 */
  margin-bottom: 80px;
}

.title-col {
  color: var(--Text-Dark-text-Dark-text, #283252);
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 36px */
}

.text-col {
  color: var(--Dark-sidebar-Dark-sidebar-light-12, #3f3f45);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  margin-bottom: 20px;
}
.title-col2 {
  color: var(--Text-Dark-text-Dark-text, #283252);
  text-align: right;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 36px */
}

.text-col2 {
  color: var(--Dark-sidebar-Dark-sidebar-light-12, #3f3f45);
  text-align: right;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}

.row-insight {
  margin-bottom: 80px;
}
/* trust */

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

.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,
.form-select {
  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;
}

/*  */
.card-monitoringcoverage {
  display: flex;
  height: 135px;
  padding: var(--Space-space-20, 20px);
  align-items: center;
  gap: var(--Space-space-10, 10px);
  align-self: stretch;
  border-radius: 8px;
  border: 1px solid var(----Base-200, #dedede);
  background: var(--Netral-White, #fff);
}
/*  */

/* 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;
}

/* frame good  */

.frame-goodcom {
  display: flex;
  width: 100%;
  padding: 50px 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 */
}
/*  */
/* 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) */
}
/* Style the tab */
.subtitle-frame {
  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 */
  margin-bottom: 20px;
}
.frame-tabs {
  display: block;
  padding: 100px 120px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
  align-self: stretch;
  margin-bottom: 100px;
}

.text-learn {
  color: var(--Brand-Primary-600, #d9292f);
  text-align: start;

  /* 14px/medium */
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 145%; /* 20.3px */
}
.tab {
  float: right; /* Mengubah float menjadi right */
  height: 300px;
  border-color: #b61f24;
}
.tabcontent {
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.tabcontent.active {
  display: block;
  opacity: 1;
}
.accordion-button {
  background-color: none;
}
.accordion-header {
  background-color: none;
}

/* accordion */
.frame-accordion {
  display: flex;
  padding: 100px 120px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
}

.accordian {
  width: 100%;
  display: block;
}

.accordian .card-acc {
  border-radius: 8px;

  margin-bottom: 20px;
  float: left;
  width: 100%;
}
.accordian .card-acc .card-header-acc h3 {
  cursor: pointer;
  position: relative;

  margin: 0;
  padding: 15px 20px;
  border-radius: 8px;
}
.accordian .card-acc .card-header-acc {
  position: relative;
}
.accordian .card-acc .card-header-acc span {
  position: absolute;
  right: 20px;
  top: 12px;
  height: 25px;
  width: 25px;
  color: #fba6a9;
  text-align: center;
  line-height: 25px;
  font-size: 13px;
}

.accordian .card-acc .card-body-acc {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}
.accordian .card .card-body-acc {
  display: none;
}
/*open one card by default*/
.accordian .card-acc:nth-child(1) .card-body {
  display: block;
}
.accordian .card-acc .card-body-acc p {
  font-size: 15px;
  line-height: 24px;
  color: #444444;
  margin: 0px;
}
.accordian.active span {
  rotate: -180deg;
}
.title-acc {
  color: var(----Dark-900, #3c476c);

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

.content-acc {
  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 */
}

/* tes tavs */
/* Style the tab */
.tab {
  float: right;
  width: 25%;
  height: 300px;
  height: 100%;
}
.tabcontent {
  float: left;
  padding: 0px 12px;
  width: 75%;
  border-left: none;
  height: 300px;
}
/* Style the buttons inside the tab */
.tab button {
  display: block;
  background-color: transparent;

  padding: 10px 20px;
  width: 100%;
  border: transparent;
  outline: transparent;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;

  color: #3c476c;

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

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: none;
}

/* Create an active/current "tab button" class */
.tab button.active {
  color: #d9292f;
  border-top: none;
  border-top: 1px solid #d9292f;
  border-right: 1px solid #d9292f;
  border-left: 1px solid #d9292f;
  border-radius: 8px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.tab button.active span {
  color: #000000;
  rotate: -180deg;
}
.tab button.active::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 12px;
  color: #3c476c;
  border: 1px solid #d9292f;
}
/* Style the tab content */

.img-tabs {
  width: 100%;
}
.tabs-acc {
  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 */
}
.body-accordion {
  padding: 10px 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  border-top: none;
  border-bottom: 1px solid #d9292f;
  border-right: 1px solid #d9292f;
  border-left: 1px solid #d9292f;
  border-radius: 8px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;

  border: 1px solid var(--Kazee-Primary-300, #d9292f);
}

/* marquee */
.marquee-frame {
  padding: 50px 0px;
  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;
  flex-shrink: 0;
  width: var(--marquee-element-width);

  font-size: calc(var(--marquee-height) * 3 / 4);
  white-space: nowrap;
}

.marquee-content li img {
  width: 100%;
  max-width: 200px;
  height: 100px;
}

/* li slide */

/*  */
.img-logo {
  margin-right: 20px;
}

/*  */

/*  */
.col-txtmon {
  align-items: center;
}

.linee {
  border-right: 1px solid #4569fb;
}
.frame-monitoringcoverage {
  overflow: hidden;
  display: flex;
  padding: 100px 120px;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  align-self: stretch;
}
.title-frame2 {
  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 */
}
.arrow {
  position: absolute;
  right: 130px;
}
.subtitle-frame2 {
  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 */
  margin-bottom: 40px;
}

/* accordion */
.title-frame-faq {
  align-self: stretch;
  color: #292929;
  text-align: center;

  /* 36px/Medium */
  font-family: Inter, sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 54px */
}
.accordian .card-acc.active {
  border: #fba6a9 solid 1px; /* Warna border ketika card terbuka (merah) */
}

.accordian .card-acc {
  border-radius: 8px;
  border: #dbdbdb solid 1px; /* Warna border default (tertutup) */
  margin-bottom: 20px;
  float: left;
  width: 100%;
}
.accordian .card-acc:hover {
  border: #fba6a9 solid 1px; /* Warna border saat dihover (grey) */
}

.accordian .card-acc .card-header-acc h3 {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 15px 20px;
  border-radius: 8px;
}
.accordian .card-acc .card-header-acc {
  position: relative;
}
.img-map {
  width: 1084.25px;
  height: 262.997px;
  flex-shrink: 0;
}
/* mobile responsive */

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

.is-divider-vertical {
  display: block;
  flex: none;
  width: auto;
  height: auto;
  padding: 0.5rem;
  /* margin: 0 0.5rem; */
  margin-left: -0.625rem;
  position: relative;
  border-top: none;
  min-height: 2rem;
}

.is-divider-vertical::before {
  border-inline-start: 0.1rem solid #4569fb;
  bottom: 1rem;
  content: "";
  display: block;
  inset-inline-start: 50%;
  position: absolute;
  top: 1rem;
  transform: translateX(calc(var(--transform-direction) * -50%));
}

.img-mon {
  width: 100%;
}

@keyframes zoom-in-right-animation {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
/* $grid-gutter-width: 1.5rem;
$spacer: 5px;

$gutters: (
    0: 0,
    1: $spacer * 0.25,
    2: $spacer * 0.5,
    3: $spacer,
    4: $spacer * 1.2,
    5: $spacer * 3,
); */

@media screen and (max-width: 768px) {
  .arrowbtn {
    transition: fill 0.3s ease; /* Adding a transition for a smooth color change */
  }

  .arrowpath {
    fill: #fff;
  }

  .arrow {
    position: absolute;
    right: 30px;
  }

  #request-demo {
    background-image: none; /* Hapus latar belakang gambar */
    background-color: #e8e8e8; /* Atur warna latar belakang menjadi abu-abu */
  }

  .moncol {
    flex: 1 0 100%;
  }

  .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 */
  }
  .img-mon {
    display: none;
  }

  .card-body {
    flex: 1; /* Mengisi sisa ruang dalam card */
    width: 100%;
  }

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

  .marquee-frame {
    scrollbar-width: none;
    display: flex;
    width: 100%;
    padding: 40px 0 40px 0;
    justify-content: center;
    align-items: center;
    gap: var(--Space-space-20, 20px);
    margin: 40px 0 40px 0;
  }

  .marquee {
    overflow: hidden;
    position: relative;
    white-space: nowrap;
  }

  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%;
  }

  .linee {
    border-right: none;
  }
  .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;
  }

  /* 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(----Base-950, #292929);
    text-align: center;
    /* 23px/semibold */
    font-family: Inter;
    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-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;
  }

  .col-imgcom {
    border-bottom: 1px solid #ecb74b;
    width: 100%;
    border-right: none; /* Add border-right to create separation */
  }

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

  .company-name {
    padding-bottom: 10px; /* Add padding to space out the border */
    text-align: center;
  }

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

  .vl {
    display: none;
  }

  /*  */
  /* frame form submit */

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

  .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 */
  }

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

  /* Additional styling for larger screens if needed */
  .row {
    display: flex;
    gap: 15px; /* Adjust the gap between columns */
  }
  /*  */
  .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;
  }

  /*  */
  /* 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);
  }

  .title-frame {
    color: var(----Base-950, #292929);
    text-align: center;
    /* 23px/semibold */
    font-family: Inter;
    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;
  }

  .frame-card {
    display: flex;
    padding: 40px var(--Space-space-20, 20px);
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    justify-content: center;
  }

  .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-mon {
    margin-bottom: 20px;
  }
  .col-media {
    flex: 1 0 100%; /* Kartu akan menempati 100% lebar pada tampilan responsif */
  }
  .row-card {
    flex-direction: column;
  }
  .monrow {
    flex-direction: column;
  }
  .moncol {
    flex: 1 0 100%;
  }
  .row-good {
    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 */
  }

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

  /* frame */
  .top-img {
    display: flex;
    width: 51px;
    height: 16px;
    padding-right: 0px;
    justify-content: center;
    align-items: center;
    gap: 3.221px;
    flex-shrink: 0;
  }

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

  .title-kazee {
    color: var(----Dark-900, #3c476c);
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 16.8px */
    margin-top: 12px;
  }
  .img-map {
    width: 100%;
    height: 86px;
    flex-shrink: 0;
    padding: 0 11px 0;
  }

  .linksource {
    /* text-align: center;
    justify-content: center;
    font-size: 12px; */
    color: var(----Dark-950, #282d43);
    text-align: center;
    font-family: Lato;
    font-size: 8px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 12px */
  }
  .source {
    /* display: block;
    text-align: center;
    font-size: 12px; */

    color: var(----Dark-950, #282d43);
    text-align: center;
    font-family: Lato;
    font-size: 8px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 12px */
  }
  /* frame main */
  .frame-main {
    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);
  }
  .img-background {
    background-size: contain;
    width: 100%;
    justify-content: center;
  }
  .img-main {
    width: 320px;
    height: 276.837px;
  }

  .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 */
  .frame-tabs {
    display: flex;
    padding: var(--Space-space-20, 20px);
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
  }

  .img-tabs {
    max-width: 320px; /* Set the width to 100% by default */
    display: block; /* Center the image */
    margin: auto; /* Center the image */
  }

  .tabcontent {
    order: 1; /* Reset order for content on larger screens */
    width: 100%; /* Adjust the width as needed */
    margin-bottom: -150px;
  }

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

  .is-divider-vertical {
    display: none;
  }
}
