body {
    font-family: "Poppins", sans-serif;
    letter-spacing: .6px;
}

a {
    text-decoration: none;
    font-family: "Poppins", sans-serif;
}

header, nav {
    z-index: 9999;
}

.nav-link {
    color: #FFF;
}

.nav-link:hover {
    color: #EB6D24;
}

.bg-orange {
    background-color: #EB6D24;
    color: #FFF;
}

.btn-orange {
    background-color: #EB6D24;
    color: #FFF;
}

.judullogo {
    font-size: 32px;
    color: #FFF;
    padding-bottom: 6px;
}

.judullogo:hover {
    font-size: 32px;
    color: #FFF;
}



.hero img{
    top: 0;
    left: 0;
    right: 0;
    pointer-events: none;
    height: 70vh;
    width: 100% !important;
    z-index: 99;
    object-fit: cover;
}

.konten {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 320px 0px 60px 0;
}

.konten-arrow {
    position: absolute;
    top: 0;
    float: right;
    right: 0;
    padding: 520px 10% 60px 0;
}

.konten h1 {
    display: table;
    color: #FFF;
    background-color: #0a0a0a8a;
}







/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
    position: fixed;
    z-index: 9999999999;
    inset: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
    transition: all 0.6s ease-out;
    width: 100%;
    height: 100vh;
}

#preloader:before,
#preloader:after {
    content: "";
    position: absolute;
    border: 4px solid var(--color-primary);
    border-radius: 50%;
    -webkit-animation: animate-preloader 2s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    animation: animate-preloader 2s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

#preloader:after {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

@-webkit-keyframes animate-preloader {
    0% {
        width: 10px;
        height: 10px;
        top: calc(50% - 5px);
        left: calc(50% - 5px);
        opacity: 1;
    }

    100% {
        width: 72px;
        height: 72px;
        top: calc(50% - 36px);
        left: calc(50% - 36px);
        opacity: 0;
    }
}

@keyframes animate-preloader {
    0% {
        width: 10px;
        height: 10px;
        top: calc(50% - 5px);
        left: calc(50% - 5px);
        opacity: 1;
    }

    100% {
        width: 72px;
        height: 72px;
        top: calc(50% - 36px);
        left: calc(50% - 36px);
        opacity: 0;
    }
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}





.card {
    border: none;
    transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
    overflow: hidden;
    border-radius: 16px;
    min-height: 450px;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
  }
  @media (max-width: 768px) {
    .card {
      min-height: 350px;
    }
  }
  @media (max-width: 420px) {
    .card {
      min-height: 300px;
    }
  }
  .card.card-has-bg {
    transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
    background-size: 120%;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .card.card-has-bg:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: inherit;
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
  }

  .card .card-footer {
    background: none;
    border-top: none;
  }
  .card .card-footer .media img {
    border: solid 3px rgba(255, 255, 255, 0.3);
  }
  .card .card-meta {
    color: #EB6D24;
  }
  .card .card-body {
    transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  }
  .card:hover {
    cursor: pointer;
    transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
  }
  .card:hover .card-body {
    margin-top: 30px;
    transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
  }
  .card .card-img-overlay {
    transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
    background: #EB6D24;
    background: linear-gradient(0deg, #00000056 0%, #1d0d05 100%);
  }

  .ser {
    border-radius: 0;
  }

  .header-page {
    background-color: #000;
    padding: 70px;
    color: #fff;
    font-size: 32px;
    font-weight: 600;
}

.pengiriman img {
    filter: saturate(0);
}


.section-visimisi {
    padding: 80px 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #0e0e0e 100%), url("../img/back.jpg") no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    color: #FFF;
}

.section-visimisi .buton {
    margin-left: 200px;
}

@media screen and (max-width: 768px) {
    .section-visimisi .buton {
        margin-left: 0px !important;
    }
}



  

  .search{
    position: relative;
    box-shadow: 0 0 40px rgba(51, 51, 51, .1);
      
    }

    .search input{

     height: 60px;
     text-indent: 25px;
     border: 2px solid #d6d4d4;


    }


    .search input:focus{

     box-shadow: none;
     border: 2px solid #EB6D24;


    }

    .search .fa-search{

     position: absolute;
     top: 20px;
     left: 16px;

    }

    .search button{

     position: absolute;
     top: 5px;
     right: 5px;
     height: 50px;
     width: 110px;
     border: 2px solid #EB6D24;
    }

    nav.border-orange {
      border-top: 5px solid #EB6D24 !important;
    }