.layoutBgLanding {
  background: white !important;
  min-height: 100vh;
}

/* Header styles */
.headerLayouts {
  width: 100%;
  position: fixed;
  background: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4px 100px;
  z-index: 2;
}

.brandingLayouts {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  list-style: none;
}

.activeHeader {
  color: #14679a !important;
  font-weight: 800;
}

.brandingLayouts li {
  padding: 10px;
}

.menuNavbar {
  display: none;
}

.btn_loginLanding {
  background: #14679a;
  border: none;
  padding: 12px 48px;
  border-radius: 40px;
  color: white !important;
  text-decoration: none !important;
}

.btn_loginLanding:hover {
  background: #0b7cc3;
  border: none;
  padding: 12px 48px;
  border-radius: 40px;
  color: white !important;
}

.brandingLayouts li:hover {
  cursor: pointer;
  color: #14679a !important;
}

.menuLanding {
  text-decoration: none !important;
}

.navbarBrand {
  align-items: center;
  gap: 10px;
  cursor: pointer;
  position: relative; /* Tambahkan posisi relatif untuk menentukan posisi dropdown */
}

.avatarImage {
  width: 100px;
  object-fit: contain;
  margin-left: auto;
}

.userInfo {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.namaUser {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.username {
  color: gray;
}

.informasiUser {
  position: absolute;
  background: white;
  padding: 10px;
  border-radius: 4px;
  top: calc(100% + 5px);
  right: 0;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 120;
}

.informasiUser ul {
  list-style-type: none;
  padding: 0;
}

.informasiUser ul li {
  padding: 5px 10px;
  cursor: pointer;
}

.informasiUser ul li:hover {
  background-color: #f0f0f0;
}

.menuRight {
  font-size: 24px;
}

.btnLogin {
  background: #f0f0f0 !important;
  color: #0f172a;
}

.btnLogin:hover {
  background: white !important;
  color: #0f172a !important;
}

/* content main layouting */
.mainMaster {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.mainContent {
  flex: 1;
  padding: 10px 20px;
}

.footer {
  background-color: #14679a;
  color: white;
  display: flex;
  justify-content: center;
  text-align: center;
  padding: 10px 0;
  width: 100%;
  flex-shrink: 0 !important; /* Ensure footer stays at the bottom */
}

/* section satu */
.sectionPrimary {
  background: linear-gradient(103.24deg, #14679a, #1470a9, #0a5e92, #2974a2);
}

.LayoutsSectionsatu {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white !important;
  margin-top: 50px;
  gap: 200px !important;
}

.contentSectionsatu h1 {
  font-weight: 700;
  font-size: 48px;
  line-height: 67px;
  margin-bottom: 16px;
}
.contentSectionsatu h3 {
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 48px;
  line-height: 67px;
}

.contentSectionsatu p {
  font-size: 16px !important;
  line-height: 24px;
}

.imgThumbnail {
  object-fit: contain;
  width: 30%;
  animation: naikTurun 5s infinite;
}

.cardiTicket {
  padding: 11px 36px;
  background: #14679a;
  color: white;
  border-radius: 10px;
  border: none;
}

.cardiTicket:hover {
  padding: 11px 36px;
  background: #1276b3;
  color: white;
  border-radius: 10px;
  border: none;
}

.form_search {
  padding: 4px;
  border-radius: 10px;
  border: 1px solid #eaeaea;
  background: #fff;
  display: flex;
  justify-content: space-between;
  gap: 11px;
}

.form_search input {
  width: 100%;
  padding: 12px;
  color: #a4a5a8;
  border: none;
  outline: none;
}

/* section 2 */
.smartCityLayouts {
  display: flex;
  justify-content: center;
  color: #0f172a !important;
  gap: 100px !important;
}

.smartCityLayouts h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 14px;
  font-size: 20px;
  font-weight: 500;
  line-height: 27px;
  margin-bottom: 24px;
}

.qouteSmart p {
  color: #0f172a;
  text-align: justify;
}

.thumbnailSmart {
  width: 80%;
  object-fit: contain;
}
/* end section 2 */

/* section 3 */
.headerEnamDimensi {
  color: white !important;
}

.logoEnamDimensi {
  width: 100%;
}

.smartEnamDimensiFont h4 {
  font-weight: 700;
  font-size: 24px;
}

.layoutCardEnam {
  border-radius: 50px 3px 3px 50px;
  background-color: #ffffff; /* Warna default putih */
  background-image: linear-gradient(to right, #ffffff 50%, #f3f3f9 50%);
  background-size: 200% 100%;
  transition: background-position 0.3s ease-in-out; /* Transisi untuk efek hover */
}

.layoutCardEnam:hover {
  cursor: pointer;
  background-position: -100% 0; /* Posisi background saat dihover */
}
.layoutCardEnamRight {
  border-radius: 3px 50px 50px 3px;
  background-color: #ffffff; /* Warna default putih */
  background-image: linear-gradient(to right, #ffffff 50%, #f3f3f9 50%);
  background-size: 200% 100%;
  transition: background-position 0.3s ease-in-out; /* Transisi untuk efek hover */
}

.layoutCardEnamRight:hover {
  cursor: pointer;
  background-position: -100% 0; /* Posisi background saat dihover */
}

.modalBackdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1040; /* Di atas z-index modal bootstrap */
}

/* end section 3 */

@keyframes naikTurun {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-20px);
  }

  100% {
    transform: translateY(0);
  }
}
/* end section satu */

.subMenuNavbar {
  position: fixed;
  background: white;
  width: 100%;
  margin-top: 85px;
  padding: 4px;
  z-index: 2;
}

.subMenuNavbar ul {
  list-style: none;
  margin-top: 14px;
  line-height: 48px;
}

.nekoNeko li {
  font-size: 16x;
  margin-bottom: 4px;
  font-weight: 500;
}

.nekoNeko li:hover {
  color: #14679a !important;
}

.stepAspirasi {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.aspirasi {
  text-align: center;
  margin: 8px;
}

.cardignNone {
  border: none !important;
  outline: none !important;
}

.aspirasi h1 {
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 6px;
}

.aspirasi p {
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  margin-bottom: 6px;
}

.dropzone {
  border: 2px dashed #ccc;
  padding: 20px;
  text-align: center;
  cursor: pointer;
  background: #f3f3f9;
}

.dropzone:hover {
  border-color: #aaa;
}

.dropzone__text {
  display: block;
  margin-bottom: 10px;
}

.dropzone__input {
  display: none;
}

.loader {
  display: block !important;
  border: 16px solid #f3f3f3;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  border-top: 16px solid #061f72;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  text-align: center;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.loaderLayoutingSpin {
  display: flex;
  justify-content: center;
  align-items: center;
}
.loaderSpin {
  width: 40px;
  height: 40px;
  --c: no-repeat linear-gradient(#29569f 0 0);
  background: var(--c), var(--c), var(--c), var(--c);
  background-size: 21px 21px;
  animation: l5 1.5s infinite cubic-bezier(0.3, 1, 0, 1);
}
@keyframes l5 {
  0% {
    background-position: 0 0, 100% 0, 100% 100%, 0 100%;
  }
  33% {
    background-position: 0 0, 100% 0, 100% 100%, 0 100%;
    width: 60px;
    height: 60px;
  }
  66% {
    background-position: 100% 0, 100% 100%, 0 100%, 0 0;
    width: 60px;
    height: 60px;
  }
  100% {
    background-position: 100% 0, 100% 100%, 0 100%, 0 0;
  }
}

@media (max-width: 600px) {
  .headerLayouts {
    padding: 4px;
  }

  .brandingLayouts {
    display: none !important;
  }

  .btn_loginLanding {
    background: #14679a;
    border: none;
    padding: 8px 50px;
    border-radius: 40px;
    color: white !important;
  }

  .btn_loginLanding:hover {
    background: #0b73b3;
    border: none;
    padding: 1px 48px;
    border-radius: 40px;
    color: white !important;
  }

  .menuNavbar {
    font-size: 24px;
    padding: 14px;
    color: #14679a !important;
    font-weight: 700;
    display: block;
    cursor: pointer;
  }

  /* sectio 1 */
  .LayoutsSectionsatu {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    margin-top: 16px;
    gap: 0px !important;
  }

  .contentSectionsatu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .contentSectionsatu h1 {
    font-weight: 700;
    font-size: 34px;
    line-height: 40px;
  }
  .contentSectionsatu h3 {
    font-weight: 600;
    font-size: 32px;
    text-align: center;
    line-height: 40px;
  }
  .contentSectionsatu p {
    text-align: center;
    font-size: 16px !important;
  }

  .imgThumbnail {
    width: 80%;
    margin-bottom: -100px;
    animation: naikTurun 5s infinite;
  }
  /* end section 1 */

  /* section 2 */
  .imgLayoutThumb {
    text-align: center;
  }
  .thumbnailSmart {
    width: 100%;
    object-fit: contain;
  }
  /* end Section 2 */
}

/* Tablet devices (portrait) */
@media (min-width: 601px) and (max-width: 768px) {
  .headerLayouts {
    padding: 10px 20px;
  }
  .brandingLayouts {
    display: none !important;
  }

  .menuNavbar {
    font-size: 24px;
    padding: 14px;
    color: #14679a !important;
    font-weight: 700;
    display: block;
  }

  .avatarImage {
    width: 250px;
  }
  /* section 1 */
  .mainMaster {
    display: flex;
    flex-direction: column;
    min-height: 41.66vh;
  }

  .LayoutsSectionsatu {
    display: flex;
    margin-top: 10px;
    margin-left: 30px;
    margin-top: 50px;
    padding: 20px 70px;
  }

  .contentSectionsatu h1 {
    font-weight: 700;
    font-size: 30px;
    line-height: 0px !important;
  }
  .contentSectionsatu h3 {
    font-weight: 700;
    font-size: 25px !important;
    line-height: 67px;
  }

  .form_search input {
    width: 180px !important;
  }

  .contentSectionsatu p {
    font-size: 16px !important;
    line-height: 24px;
  }

  .textanimation {
    margin-bottom: 16px !important;
    font-weight: 700;
    font-size: 37px !important;
    line-height: 67px !important;
  }

  .textanimation span::after {
    height: 50px;
  }

  .imgThumbnail {
    width: 30vw;
    animation: naikTurun 5s infinite;
    margin-right: 30px;
  }
  /* end section 1 */

  /* section 2 */

  .imgLayoutThumb {
    text-align: center;
  }
  /* end section 2 */
}

@media (min-width: 769px) and (max-width: 1024px) {
  .headerLayouts {
    padding: 10px 20px;
  }
  /* section 1 */
  .mainMaster {
    display: flex;
    flex-direction: column;
    min-height: 50vh;
  }

  @media (min-width: 769px) and (max-width: 1024px) {
    .headerLayouts {
      padding: 10px 20px;
    }
    /* section 1 */
    .mainMaster {
      display: flex;
      flex-direction: column;
      min-height: 50vh;
    }

    .contentSectionsatu h1 {
      font-weight: 700;
      font-size: 30px;
      line-height: 0px !important;
    }
    .contentSectionsatu h3 {
      font-weight: 700;
      font-size: 28px !important;
      line-height: 67px;
    }
    .brandingLayouts li {
      font-size: 14px !important;
    }
    /* end section 1 */
    /* section 2 */
    .imgLayoutThumb {
      text-align: center;
    }
    /* end section 2 */
  }
}
