.btn-main-theme{
    --bs-btn-color: #fff;
    --bs-btn-bg: #22c55e ;
    --bs-btn-border-color: #22c55e ;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #14532d;
    --bs-btn-hover-border-color: #14532d;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #14532d;
    --bs-btn-active-border-color: #86efac;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #22c55e ;
    --bs-btn-disabled-border-color: #22c55e ;
  }

  :root {
    --animate-delay: 0.5s;
  }

  /* Navbar */
    .navbar .navbar-brand img{
      flex-wrap: wrap;
      /* padding: 1.4rem 7%; */
      width: 200px;
      display: flex;
      min-width: 2rem !important;
      max-width: 15rem !important;
    }

    nav .nav-item, .btn-navbar-publish{
      margin-left: 15px;
    }

    nav .nav-link{
      color: black;
    }

    nav .nav-link:hover, nav .active{
      color: #3b82f6  !important;
    }

    .navbar{
        background-color: #FFFFFF;
        box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.25);
        -webkit-box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.25);
        -moz-box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.25);
        /* padding: 1.4rem 7%; */
    }
  /* Navbar */
  
  /* Hero */
  .hero {
      position: relative;
      display: flex;
      min-height: 50rem;
      align-items: center;
      background-image: url(../images/hero.jpg);
      background-repeat: no-repeat;
      -webkit-background-size:cover;
      -moz-background-size:cover;
      -o-background-size:cover;
      background-size: cover;
      -webkit-background-position: center;
      -moz-background-position: center;
      -o-background-position: center;
      background-position: center;
      color: #FFFFFF;
      object-fit: cover !important;
  }

  .hero::before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.4);
  }

  .hero .content {
    padding: 1.4rem 7%;
    max-width: 60rem;
  }

  body{
    font-weight: 600;
    padding-bottom: 0rem;
    overflow-x: hidden;
  }
  
  /* about */
    .about{
      /* background-color: white; */
      height: 120%;
      position: relative;
      overflow: hidden;
      padding: 1.4rem 7%;
    }

    .about svg{
      position: absolute;
      height: 125%;
      top: 0;
      left: 0;
      z-index: -1;
      /* animation: waveAnimation 3s linear; */
    }

    .about-content{
      /* position: relative; */
      color: white;
      text-align: center;
    }
    
    .border-top-main{
      border-top: 1px solid #bfdbfe;
    }

    .border-bottom-main{
      border-bottom: 1px solid #bfdbfe;
    }

    .border-right-main{
      border-right: 1px solid #bfdbfe;
    }
    
    .card-about p{
      font-weight: 500;
    }
    
    .card-about h3{
      font-size: 24px;
    }
    
    .card-about i{
      color: #1e3a8a;
    }

    .about-header{
      border-right: 1px solid #bfdbfe;
    }
  /* about */
  
  /* services */
    .services{
      /* background-color: white; */
      height: 100%;
      position: relative;
      overflow: hidden;
      flex-wrap: wrap;
    }

    .services svg{
      position: absolute;
      height: 100%;
      top: 0;
      left: 0;
      z-index: -1;
      /* animation: waveAnimation 3s linear; */
    }

    @keyframes waveAnimation {
      0% {
        transform: translateX(-50%);
      }
      /* 50% {
        transform: translateX(-50%);
      } */
      100% {
        transform: translateX(0);
      }
    }

    .services-content{
      /* position: relative; */
      color: white;
      text-align: center;
      width: 100%;
      height: 100%;
    }
    
    .card-services{
      height: 25rem;
      margin-bottom: 1rem;
    }
    
    .card-services p{
      /* color: #3b82f6 ; */
      font-weight: 500;
    }
    
    .card-services h3{
      font-size: 24px;
    }
    
    .card-services i{
      color: #1e3a8a;
    }
  /* Services */
  
  .divider{
    border: 5px solid #bfdbfe;
    border-radius: 10px 10px 10px 10px;
    width: 75px;
    margin: auto;
  }

  .divider-footer{
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, .1);
    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);
  }

  .film_roll_pager a{
    /* height: 20px; */
    width: 10px !important;
    height: 10px !important;
    border: 2px solid #1e3a8a !important;
    border-radius:10px !important;
    margin: 24px 8px 0 0px !important;
    /* margin-left: 100px; */
    /* outline: 2px solid #ff0000; */
    /* border: 0px; */
  }

  .film_roll_pager a.active{
    background: #1e3a8a !important;
    /* margin-left: 100px; */
    /* outline: 2px solid #ff0000; */
    /* border: 0px; */
  }
  
  /* Product */

    .nav-pills {
      --bs-nav-pills-link-active-color: #fff !important;
      --bs-nav-pills-link-active-bg: #3b82f6  !important;
    }
    .product-list .nav-link i{
      font-size: 36px;
        /* Ubah ukuran ikon sesuai kebutuhan Anda */
      vertical-align: middle;
    }
    .product-list .nav-link p{
      vertical-align: middle;
      font-size: 15px;
    }

    .product-list .nav-link{
      color: black;
    }

    .product-list button:not(.active){
      border: 2px solid #1e3a8a;
    }

    .product-list .nav-link:hover:not(.active){
      color: #3b82f6  !important;
      border: 2px solid #3b82f6;
      /* color: red!important; */
    }

    .product-text{
      width: 75%;
      height: 100px;
      /* background-color: #bfdbfe; */
      text-align: center;
    }
  /* Product */

  /* Amount */
    .amount .card {
      height: 150px;
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
      border: 0px solid black;
      box-shadow: 0px 2px 35px rgba(0, 0, 0, 0.06)
    }

    .amount .card .circle-wrapper {
      position: absolute;
      top: -25px;
      left: 50%;
      transform: translateX(-50%);
      width: 60px;
      height: 60px;
      border-radius: 50%;
      background-color: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
      box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.1);
    }

    .circle-icon {
      font-size: 24px;
      color: #1e3a8a;
    }

    .amount .card-body {
      padding: 0;
    }
    
    .amount .card-body .card-content-body {
      margin-top: 47px;
    }
  /* Amount */

  /* Testimonials */
      .testimonials-header h2{
        text-align: center;
      }
      #testimonials_item .card{
        width: 300px; 
        height: 300px;
      } 

      #testimonials_item .card .card-body table{
        height: 100%;
      }

      #testimonials_item .card .card-body table .card-text{
        height: 50%;
      } 

      #testimonials_item .card .card-body table .card-text i{
        color: #1e3a8a;
      } 

      #testimonials_item .card .card-body table .card-title-empty{
        height: 20%;
      } 

      #testimonials_item .card .card-body table .card-title{
        width: 90%; 
        height: 50%;
        vertical-align:bottom;
        text-align: right;
      } 
  /* Testimonials */

  /* Information */
    .accordion{
      --bs-accordion-color: black;
      --bs-accordion-bg: #fff;
      --bs-accordion-border-color: #bfdbfe;
      --bs-accordion-btn-color: black;
      --bs-accordion-btn-bg: #fff;
      --bs-accordion-btn-focus-border-color: #bfdbfe;
      --bs-accordion-active-color: black;
      --bs-accordion-active-bg: #bfdbfe;
      --bs-accordion-btn-focus-box-shadow: 0 0 0 0.0 rgba(0,0,0,0);
      --bs-accordion-border-radius: 0px;
    }
    .accordion-item {
      /* color: #3b82f6 ;
      background-color: #fff; */
      border: 0px solid #FFFFFF;
      border-bottom: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
    }

    .accordion-button{
      font-size: 20px;
    }
  /* Information */

  /* Contact */
    .contact{
      /* background-color: white; */
      /* height: 100%; */
      position: relative;
      overflow: hidden;
    }

    .contact svg{
      position: absolute;
      height: 100%;
      top: 0;
      left: 0;
      z-index: -1;
      /* animation: waveAnimation 3s linear; */
    }
  /* Contact */

  /* Button fixed */
    .fab-container {
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      align-items: center;
      user-select: none;
      position: fixed;
      bottom: 17%;
      right: 10px;
    }
    .fab-container:hover {
      height: 100%;
    }
    .fab-container:hover .sub-button:nth-child(2) {
      transform: translateY(-80px);
      background-color: #22c55e;
    }
    .fab-container:hover .sub-button:nth-child(2):hover {
      background-color: #052e16;
    }
    .fab-container:hover .sub-button:nth-child(3) {
      transform: translateY(-140px);
      background-color: #e11d48;
    }
    .fab-container:hover .sub-button:nth-child(3):hover {
      background-color: #4c0519;
    }
    .fab-container:hover .sub-button:nth-child(4) {
      transform: translateY(-200px);
    }
    .fab-container:hover .sub-button:nth-child(5) {
      transform: translateY(-260px);
    }
    .fab-container:hover .sub-button:nth-child(6) {
      transform: translateY(-320px);
    }
    .fab-container .fab {
      position: relative;
      height: 65px;
      width: 65px;
      background-color: #22c55e ;
      border-radius: 50%;
      z-index: 2;
    }
    .fab-container .fab::before {
      content: " ";
      position: absolute;
      bottom: 0;
      right: 0;
      /* height: 35px;
      width: 35px; */
      background-color: inherit;
      border-radius: 0 0 0px 0;
      z-index: -1;
    }

    /* .fab-container .fab:hover,.fab-container .sub-button:hover  {
      background-color: #052e16;
    } */


    .fab-container .fab .fab-content {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 100%;
      width: 100%;
      border-radius: 50%;
    }

    .fab-container .fab .fab-content i {
      color: white;
      font-size: 48px;
    }
    .fab-container .sub-button {
      position: absolute;
      display: flex;
      align-items: center;
      justify-content: center;
      bottom: 10px;
      right: 10px;
      height: 50px;
      width: 50px;
      /* background-color: #22c55e; */
      border-radius: 50%;
      transition: all 0.3s ease;
    }

    .fab-container .sub-button:hover {
      cursor: pointer;
    }
    
    .fab-container .sub-button i {
      color: white;
      padding-top: 6px;
    }

    #back-to-top {
      position: fixed;
      bottom: 0;
      right: 40px;
      transform: translateX(50%);
      z-index: 999;
      opacity: 0;
      transition: opacity 0.3s ease;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    #back-to-top.show {
      opacity: 1;
    }

    .btn-back-to-top {
      width: 50px;
      height: 50px;
      border-radius: 10%;
      background-color: #22c55e ;
      color: #fff;
      border: none;
      outline: none;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 24px;
    }

    /* .btn-back-to-top:hover {
      background-color: #052e16;
    } */

    /* FOOTER */
      /* footer .footer-nav{
        align-items:center;
      }
       */
      footer .nav-item, .btn-navbar-publish{
        margin-left: 15px;
      }

      footer .nav-link{
        color: black;
      }

      footer .nav-link:hover, nav .active{
        color: #3b82f6  !important;
      }

/* Laptop */
@media (max-width: 1366px){
    html{
        font-size: 100%;
    }
}
/* Tablet */
@media (max-width: 768px){
    html{
        font-size: 62.5%;
    }
}

/* HP */
@media (max-width: 450px){
    html{
        font-size: 55%;
    }

    .hero .btn-main-theme{
      font-size: 12px !important;
    }

    /* footer td{
      max-width: 100px !important;
    } */
}

@media (max-width: 376px){
    /* html{
        font-size: 55%;
    }
    
    .hero .btn-main-theme{
      font-size: 12px !important;
    } */

    footer td{
      max-width: 150px !important;
    }
}

@media (max-width: 300px){
    /* html{
        font-size: 55%;
    }

    .hero .btn-main-theme{
      font-size: 12px !important;
    } */

    footer td{
      max-width: 100px !important;
    }
    .hero h1{
      font-size: 12px !important;
    }
}