body {
  width: 100vw;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

#screen-size {
  position: fixed;
  bottom: 10px;
  left: 10px;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 8px 12px;
  font-size: 14px;
  border-radius: 5px;
  font-weight: bold;
}



.navbar-toggler:active {
  opacity: 0;
  /* Atur opacity ke 0 saat tombol di-klik */
}

.navbar-toggler-icon {
  width: 24px;
  /* Lebar ikon */
  height: 3px;
  /* Tinggi ikon */
  background-color: #000;
  /* Warna garis */
  display: inline-block;
  transition: background-color 0.3s;
  /* Efek transisi ketika diklik */
}

.navbar-toggler-icon.middle-line {
  margin: 4px 0;
  /* Jarak di antara garis-garis */
}

/* Transisi warna garis saat tombol diklik */
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon.middle-line {
  background-color: transparent;
}

.reverse-quotes::before {
  content: "\201D";
  display: inline-block;
  transform: scaleX(-1) scaleY(-1);
  position: relative;
  top: -0.4em;
  right: -15px;
}

.reverse-quotes::after {
  content: "\201D";
  display: inline-block;
}

.reverse-quotes1::before {
  content: "\201D";
  display: inline-block;
  transform: scaleX(-1) scaleY(-1);
  position: relative;
  top: -0.4em;
  right: -15px;
}

.reverse-quotes1::after {
  content: "\201D";
  display: inline-block;
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}


.form-control-dark {
  border-color: var(--bs-gray);
}

.form-control-dark:focus {
  border-color: #fff;
  box-shadow: 0 0 0 .25rem rgba(255, 255, 255, .25);
}

.text-small {
  font-size: 85%;
}

.dropdown-toggle:not(:focus) {
  outline: 0;
}

.gelasio-bold {
  font-family: "Gelasio", serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
}

.caveat-bold {
  font-family: "Caveat", cursive;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

header {
  position: fixed;
  top: 10px;
  left: 10px;
  width: 90%;
  z-index: 1000;
  height: 3rem;
  background-color: #ebe5f878;
  border-radius: 40px;
}


.logo {
  position: absolute;
  top: 5px;
  left: 15%;
  transform: translateX(-30%);
  height: 40px;
  width: auto;
  margin-right: auto;
}

.logo img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
}

.navbar {
  margin-left: auto;
}


.b-example-divider,
.section {
  background-image: url('../img/bg2.png');
  background-position: center;
  /*background-color:rgb(255, 0, 0);*/
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
  text-align: center;
}

#navbarSupportedContent {
  background-color: #dbffae;
  padding-left: 15px;
  padding-right: 10px;
  border-radius: 5px;
  box-shadow: -4px 4px 4px rgb(43 38 38 / 26%)
}


.b-example-divider h1 {
  font-family: "Gelasio", serif;
  font-size: 32px;
  color: rgba(0, 0, 0, 1);
  text-shadow: 1px 1px 3px #3a362fdb;
}

.b-example-divider p {
  font-size: 24px;
  color: rgba(51, 51, 51, 1);
  /* Warna abu-abu untuk p dengan opasitas */
  margin-top: -12px;
}

.b-example-divider h2 {
  font-family: "caveat", serif;
  font-size: 44px;
  color: rgba(0, 0, 0, 1);
  text-shadow: 1px 1px 3px #3a362fdb;
}

.section h2 {
  font-size: 22px;
}

.section h3 {
  font-size: 20px;
}

.section h4 {
  font-size: 18px;
}

 

@media (max-width: 575px){
  header {
    position: fixed;
    top: 10px;
    left: 10px;
    width: 90%;
    z-index: 1000;
    height: 3rem;
    background-color: #ebe5f878;
    border-radius: 40px;
  }
  .section {
    background-image: url('../img/bg2.png');
    background-position: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
    text-align: center;
  }
  .b-example-divider h1 {
    font-family: "Gelasio", serif;
    font-size: 22px;
    color: rgba(0, 0, 0, 1);
    text-shadow: 1px 1px 3px #3a362fdb;
  }
  .b-example-divider p {
    font-size: 20px;
    color: rgba(51, 51, 51, 1);
    margin-top: -6px;
  }
  .b-example-divider h2 {
    font-family: "caveat", serif;
    font-size: 34px;
    color: rgba(0, 0, 0, 1);
    text-shadow: 1px 1px 3px #3a362fdb;
  }
  .chat-icon {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #25D366;
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    text-decoration: none;
  }

  .chat-icon:hover {
    background-color: #1ebe5d;
  }

  h3 {
    font-size: 12px !important;
    font-weight: bold;
  }
  h4 {
    font-size: 12px !important;
    font-weight: 400;
  }
  h5 {
    font-size: 16px !important
  }
}

@media (min-width: 576px) {

  header {
    position: fixed;
    top: 10px;
    left: 10px;
    width: 93%;
    z-index: 1000;
    height: 3rem;
    background-color: #ebe5f878;
    border-radius: 40px;
    /* Mengatur sudut melengkung sebesar 10px */
    /* width: 90vw; */
  }


  .horizontal-row {
    flex-direction: column;
    /* Mengubah arah menjadi vertikal */
  }

  .navbar-toggler {
    font-size: 74px;
    border: 1px solid transparent;
    position: absolute;
    top: 9px;
    margin-right: 25px;
    right: 3%;
    height: 100px;
    width: auto;
  }


  .logo {
    position: absolute;
    top: 5px;
    left: 15%;
    transform: translateX(-30%);
    height: 50px;
    /* Atur tinggi logo sesuai kebutuhan Anda */
    width: auto;
    margin-right: auto;
  }

  .navbar {
    margin-left: auto;
    /* Geser navbar ke tepi kanan */
  }


  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }


  .card {
    background-color: #e3f5d5;
    box-shadow: 3px 11px 20px rgb(4 16 72 / 96%);
  }

  .logo img {
    max-width: 100%;
    /* Gambar akan menyesuaikan lebar maksimum span */
    max-height: 100%;
    /* Tinggi gambar tidak akan melebihi tinggi maksimum span */
    height: auto;
    /* Biarkan tinggi gambar menyesuaikan agar proporsi gambar tetap terjaga */
  }


  .b-example-divider,
  .section {
    background-image: url('../img/bg2.png');
    background-position: center;
    /*background-color:rgb(255, 0, 0);*/
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
    text-align: center;
  }

  #navbarSupportedContent {
    background-color: #dbffae;
    padding-left: 15px;
    padding-right: 10px;
    border-radius: 5px;
    box-shadow: -4px 4px 4px rgb(43 38 38 / 26%)
  }


  .b-example-divider h1 {
    font-family: "Gelasio", serif;
    font-size: 46px;
    color: rgba(0, 0, 0, 1);
    text-shadow: 1px 1px 3px #3a362fdb;
  }

  .b-example-divider p {
    font-size: 28px;
    color: rgba(51, 51, 51, 1);
    /* Warna abu-abu untuk p dengan opasitas */
    margin-top: -12px;
  }

  .b-example-divider h2 {
    font-family: "caveat", serif;
    font-size: 54px;
    color: rgba(0, 0, 0, 1);
    text-shadow: 1px 1px 3px #3a362fdb;
  }

    .chat-icon {
      position: fixed;
      bottom: 20px;
      right: 20px;
      background-color: #25D366;
      color: white;
      width: 60px;
      height: 60px;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
      cursor: pointer;
      text-decoration: none;
    }
  
    .chat-icon:hover {
      background-color: #1ebe5d;
    }

}

@media (min-width: 768px) {
  header {
    position: fixed;
    top: 15px;
    left: 0;
    width: 100%;
    z-index: 1000;
    height: 8rem;
    background-color: #ebe5f878;
    border-radius: 80px;
    /* Mengatur sudut melengkung sebesar 10px */
    /* width: 90vw; */
  }

  .navbar-toggler {
    font-size: 74px;
    border: 1px solid transparent;
    position: absolute;
    top: 9px;
    margin-right: 25px;
    right: 3%;
    height: 100px;
    width: auto;
  }

  .horizontal-row {
    flex-direction: column;
    /* Mengubah arah menjadi vertikal */
  }


  .nav-item {
    font-size: 50px;
  }

  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }

  .logo {
    position: absolute;
    top: 10px;
    left: 15%;
    transform: translateX(-30%);
    height: 100px;
    /* Atur tinggi logo sesuai kebutuhan Anda */
    width: auto;
    margin-right: auto;
  }

  .navbar {
    margin-left: auto;
    /* Geser navbar ke tepi kanan */
  }





  #navbarSupportedContent {
    background-color: #dbffae;
    padding-left: 15px;
    padding-right: 10px;
    border-radius: 20px;
    box-shadow: -4px 4px 4px rgb(43 38 38 / 26%)
  }

  .logo img {
    max-width: 100%;
    /* Gambar akan menyesuaikan lebar maksimum span */
    max-height: 100%;
    /* Tinggi gambar tidak akan melebihi tinggi maksimum span */
    height: auto;
    /* Biarkan tinggi gambar menyesuaikan agar proporsi gambar tetap terjaga */
  }


  .b-example-divider,
  .section {
    background-image: url('../img/bg2.png');
    background-size: cover;
    background-position: center;
    /*background-color:rgb(140 139 194);*/
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
    text-align: center;
  }



  .section h2 {
    font-size: 36px;
  }

  .section h3 {
    font-size: 52px;
  }

  .section h4 {
    font-size: 46px;
  }

  .b-example-divider h1 {
    font-family: "Gelasio", serif;
    font-size: 68px;
    color: rgba(0, 0, 0, 1);
    text-shadow: 1px 1px 3px #3a362fdb;
  }

  .b-example-divider p {
    font-size: 40px;
    color: rgba(51, 51, 51, 1);
    /* Warna abu-abu untuk p dengan opasitas */
    margin-top: -12px;
  }

  .b-example-divider h2 {
    font-family: "caveat", serif;
    font-size: 68px;
    color: rgba(0, 0, 0, 1);
    text-shadow: 1px 1px 3px #3a362fdb;
  }

    .chat-icon {
      position: fixed;
      bottom: 20px;
      right: 20px;
      background-color: #25D366;
      color: white;
      width: 60px;
      height: 60px;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
      cursor: pointer;
      text-decoration: none;
    }
  
    .chat-icon:hover {
      background-color: #1ebe5d;
    }


}

@media (min-width: 992px) {

  header {
    position: fixed;
    top: 15px;
    left: 15px;
    width: 97%;
    z-index: 1000;
    height: 4rem;
    background-color: #ebe5f8;
    border-radius: 40px;
    /* Mengatur sudut melengkung sebesar 10px */
    /* width: 90vw; */
  }

  .navbar {
    top: 23px;
  }

  .chat-icon {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #25D366;
    color: white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    text-decoration: none;
  }

  .chat-icon:hover {
    background-color: #1ebe5d;
  }


  #navbarSupportedContent {
    background-color: #ced3e9;
    padding-left: 15px;
    padding-right: 10px;
    border-radius: 20px;
    box-shadow: -4px 4px 4px rgb(43 38 38 / 26%)
  }


  .card {
    background-color: #e3f5d5;
    box-shadow: 3px 11px 20px rgb(4 16 72 / 96%);
  }

  .test h2 {
    font-size: 22px;
  }

  .test h3 {
    font-size: 20px;
  }

  .test h4 {
    font-size: 18px;
  }

  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }



  .nav-item {
    font-size: 28px !important;
  }

  .navbar a:hover {
    color: rgb(95, 122, 241);
  }


  .logo {
    position: absolute;
    top: -6px;
    left: 8%;
    /* transform: translateX(-30%); */
    height: 68px;
    width: auto;
    margin-right: auto;
  }

  .logo img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
  }

  .test {
    top: 10px;
    height: 60vh;
    width: 90vw;
  }


  .b-example-divider,
  .section {
    background-image: url('../img/bg1.png');
    background-size: cover;
    background-position: center;
    /*background-color:rgb(0, 255, 34);*/
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
    text-align: center;
  }

  .b-example-divider h1 {
    font-family: "Gelasio", serif;
    font-size: 68px;
    color: rgba(0, 0, 0, 1);
    text-shadow: 1px 1px 3px #3a362fdb;
  }

  .b-example-divider p {
    font-size: 36px;
    color: rgba(51, 51, 51, 1);
    /* Warna abu-abu untuk p dengan opasitas */
    margin-top: -12px;
  }

  .b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
  }

  .bi {
    vertical-align: -.125em;
    fill: currentColor;
  }


  .nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
  }

  .nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }

  .btn-bd-primary {
    --bd-violet-bg: #712cf9;
    --bd-violet-rgb: 112.520718, 44.062154, 249.437846;

    --bs-btn-font-weight: 600;
    --bs-btn-color: var(--bs-white);
    --bs-btn-bg: var(--bd-violet-bg);
    --bs-btn-border-color: var(--bd-violet-bg);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: #6528e0;
    --bs-btn-hover-border-color: #6528e0;
    --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
    --bs-btn-active-color: var(--bs-btn-hover-color);
    --bs-btn-active-bg: #5a23c8;
    --bs-btn-active-border-color: #5a23c8;
  }

  .bd-mode-toggle {
    z-index: 1500;
  }

  .bd-mode-toggle .dropdown-menu .active .bi {
    display: block !important;
  }
}