@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;800&display=swap');

body{
    overflow-x: hidden;
}
/* Splash Screen ----------*/
.splash-screen {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    z-index: 9999;
    transition: opacity 1s ease; /* Add transition for opacity */
    opacity: 1;
}
.loading-gif {
    width: 250px; 
    height: 250px; 
}  
.splash-screen.hide {
    opacity: 0;
    pointer-events: none; /* Disable interaction when hidden */
} 
/* Main content initially hidden */
#mainContent {
    display: none;
    transition: opacity 1s ease; /* Add transition for opacity */
}  
/* Show main content when opacity is 1 */
#mainContent.show {
    display: block;
    opacity: 1;
}
/* Nav---------------- */
.navbar {
    font-family: 'Poppins', sans-serif;
    height: 60px;
    box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
    background-color: transparent;
    transition: background-color 1.5s ease;
    padding-right: 2pc;
    padding-top: 1pc; 
    padding-left: 2pc; 
}
.navbar-toggler {
    color: transparent;
    border: none;
}
.navbar-toggler-icon {
    width: 2em;
    height: 2em;
    background-image: none;
}
.navbar-scroll-bg {
    background-color: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.nav-link {
    font-weight: 400;
    margin-left: 5px;
    transition: color 1.3s ease, background 1.5s ease;
    font-size: 15px;
}
.nav-link,
.activee {
    color: white;
}
.activee {
    color: #EF4824;
}
.navbar-nav .nav-link:hover,
.navbar-nav .activee:hover {
    color: #ff4e27;
}
.navbar-scroll .nav-link {
    color: black !important;
}
.navbar-scroll {
    background-color: white;
}
.jumbotron {
    position: fixed;
    overflow: hidden;
    width: 100%;
    height: 400px;
    z-index: -1;
}
.jumbotron img{
    width: 100%;
}
.jumbotron-content {
    position: absolute;
    top: 40%;
    left:7%;
    transform: translate(-20%, -20%);
    text-align: left;
    color: white; /* warna teks */
}
.jumbotron-content.transition {
    transition: opacity 0.5s;
}
.jumbotron-content a{
    font-size: 18px;
    width: 370px;
    font-weight: 400;
    text-decoration: none;
    margin-left: 5px;
    color: #fff;
    text-shadow: rgba(0, 0, 0, 0.10) 0px 3px 6px, rgba(0, 0, 0, 0.13) 0px 3px 6px;
    animation: logo 5s ease-in-out forwards, fadelogo 5s ease-in-out forwards;
    opacity: 0;
    
}
@keyframes h1jum {
    0% {
        transform: translateX(10%);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes fadeh1jum {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
@keyframes logo {
    0% {
        transform: translateY(20%);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes fadelogo {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
.headOurser{
    font-size: 50px;
    font-weight: bold;
    animation: h1jum 5s ease-in-out forwards, fadeh1jum 5s ease-in-out forwards;
    opacity: 0;
    color: white;
    text-shadow: rgba(0, 0, 0, 0.10) 0px 3px 6px, rgba(0, 0, 0, 0.13) 0px 3px 6px;
}
.content{
    position: relative;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
    margin-top:19pc;
    width: 100%;
    height: auto !important;
    border-radius: 2px;
    padding: 1%;
}
.padding{
    padding-left: 2pc;
    padding-right: 2pc;
}

/* Card 1 */

.page-wrapper {
    height: 100%;
    display: table;
}
.page-wrapper .page-inner {
    display: table-cell;
    vertical-align: middle;
}
.el-wrapper {
    width: 300px;
    padding: 15px;
    margin: 15px auto;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.el-wrapper:hover .h-bg {
    left: 0px;
}
.el-wrapper:hover .price {
    left: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #818181;
}
.el-wrapper:hover .add-to-cart {
    left: 50%;
}
.el-wrapper:hover .img {
    -webkit-filter: blur(7px);
    -o-filter: blur(7px);
    -ms-filter: blur(7px);
    filter: blur(7px);
    filter: progid:DXImageTransform.Microsoft.Blur(pixelradius='7', shadowopacity='0.0');
    opacity: 0.4;
}
.el-wrapper:hover .info-inner {
    bottom: 155px;
}
.el-wrapper:hover .a-size {
    -webkit-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
    bottom: 50px;
    opacity: 1;
}
.el-wrapper .box-down {
    width: 100%;
    height: 60px;
    position: relative;
    overflow: hidden;
}
.el-wrapper .box-up {
    width: 100%;
    height: 300px;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.el-wrapper .img {
    padding: 20px 0;
    width: 100%;
    -webkit-transition: all 800ms cubic-bezier(0, 0, 0.18, 1);
    -moz-transition: all 800ms cubic-bezier(0, 0, 0.18, 1);
    -o-transition: all 800ms cubic-bezier(0, 0, 0.18, 1);
    transition: all 800ms cubic-bezier(0, 0, 0.18, 1);
    /* ease-out */
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.18, 1);
    -moz-transition-timing-function: cubic-bezier(0, 0, 0.18, 1);
    -o-transition-timing-function: cubic-bezier(0, 0, 0.18, 1);
    transition-timing-function: cubic-bezier(0, 0, 0.18, 1);
    /* ease-out */
}
.h-bg {
    -webkit-transition: all 800ms cubic-bezier(0, 0, 0.18, 1);
    -moz-transition: all 800ms cubic-bezier(0, 0, 0.18, 1);
    -o-transition: all 800ms cubic-bezier(0, 0, 0.18, 1);
    transition: all 800ms cubic-bezier(0, 0, 0.18, 1);
    /* ease-out */
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.18, 1);
    -moz-transition-timing-function: cubic-bezier(0, 0, 0.18, 1);
    -o-transition-timing-function: cubic-bezier(0, 0, 0.18, 1);
    transition-timing-function: cubic-bezier(0, 0, 0.18, 1);
    /* ease-out */
    width: 660px;
    height: 100%;
    background-color: #3f96cd;
    position: absolute;
    left: -659px;
}
.h-bg .h-bg-inner {
    width: 50%;
    height: 100%;
    background-color: #464646;
}
.info-inner {
    -webkit-transition: all 400ms cubic-bezier(0, 0, 0.18, 1);
    -moz-transition: all 400ms cubic-bezier(0, 0, 0.18, 1);
    -o-transition: all 400ms cubic-bezier(0, 0, 0.18, 1);
    transition: all 400ms cubic-bezier(0, 0, 0.18, 1);
    /* ease-out */
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.18, 1);
    -moz-transition-timing-function: cubic-bezier(0, 0, 0.18, 1);
    -o-transition-timing-function: cubic-bezier(0, 0, 0.18, 1);
    transition-timing-function: cubic-bezier(0, 0, 0.18, 1);
    /* ease-out */
    position: absolute;
    width: 100%;
    bottom: 25px;
}
.info-inner .p-name,
.info-inner .p-company {
    display: block;
}
.info-inner .p-name {
    font-size: 18px;
    font-weight: 600;
    color: #252525;
}
.info-inner .p-company {
    font-size: 12px;
    text-transform: uppercase;
    color: #8c8c8c;
}
.a-size {
    -webkit-transition: all 300ms cubic-bezier(0, 0, 0.18, 1);
    -moz-transition: all 300ms cubic-bezier(0, 0, 0.18, 1);
    -o-transition: all 300ms cubic-bezier(0, 0, 0.18, 1);
    transition: all 300ms cubic-bezier(0, 0, 0.18, 1);
    /* ease-out */
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.18, 1);
    -moz-transition-timing-function: cubic-bezier(0, 0, 0.18, 1);
    -o-transition-timing-function: cubic-bezier(0, 0, 0.18, 1);
    transition-timing-function: cubic-bezier(0, 0, 0.18, 1);
    /* ease-out */
    position: absolute;
    width: 100%;
    bottom: -20px;
    color: #828282;
    opacity: 0;
    font-size: 12px;
}
.a-size .size {
    color: #252525;
}
.cart {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    font-weight: 700;
}
.cart .price {
    -webkit-transition: all 600ms cubic-bezier(0, 0, 0.18, 1);
    -moz-transition: all 600ms cubic-bezier(0, 0, 0.18, 1);
    -o-transition: all 600ms cubic-bezier(0, 0, 0.18, 1);
    transition: all 600ms cubic-bezier(0, 0, 0.18, 1);
    /* ease-out */
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.18, 1);
    -moz-transition-timing-function: cubic-bezier(0, 0, 0.18, 1);
    -o-transition-timing-function: cubic-bezier(0, 0, 0.18, 1);
    transition-timing-function: cubic-bezier(0, 0, 0.18, 1);
    /* ease-out */
    -webkit-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 16px;
    color: #252525;
}
.cart .add-to-cart {
    -webkit-transition: all 600ms cubic-bezier(0, 0, 0.18, 1);
    -moz-transition: all 600ms cubic-bezier(0, 0, 0.18, 1);
    -o-transition: all 600ms cubic-bezier(0, 0, 0.18, 1);
    transition: all 600ms cubic-bezier(0, 0, 0.18, 1);
    /* ease-out */
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.18, 1);
    -moz-transition-timing-function: cubic-bezier(0, 0, 0.18, 1);
    -o-transition-timing-function: cubic-bezier(0, 0, 0.18, 1);
    transition-timing-function: cubic-bezier(0, 0, 0.18, 1);
    /* ease-out */
    -webkit-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms;
    display: block;
    position: absolute;
    top: 50%;
    left: 110%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.cart .add-to-cart .txt {
    font-size: 12px;
    color: #fff;
    letter-spacing: 0.045em;
    text-transform: uppercase;
    white-space: nowrap;
    margin-left: 10pc;
}


/* footer */
.footer{
    height: auto;
    background-color: #fbfbfb;
    padding: 10px;
}
.footercontert{
    padding: 10px;
}
.imgfooter{
    width:100px;
    padding-bottom: 5px;
}
.liness{
    width: 100%;
    border: 1px solid #dddddd;
    height: 2px;
    background-color: #dddddd;
}
.footlink{
    font-weight: 300;
    font-size: 18px;
    margin-top: 15px;
}
.footlink:hover{
    background:none;
    color: black;
}
.inffoter p{
    margin-top: 1pc;
    font-size: 16px;
    font-weight: 300;
}
.coppyrig{
    font-size: 12px;
    font-weight: 500;
    text-align: left;
    padding-top: 20px;
    color: #3E3F40;
}
.footlist{
    background-color: transparent;
}
.footitem{
    background-color: transparent;
    border: none;
    font-weight: 300;
    margin-top: -0.5pc;
    font-size: 16px;
}
.operasional h5{
    font-size: 18px;
    font-weight: 500;
    margin-top: 4pc;
    border-left: 4px solid #008ABC;
    padding-left: 10px;
}
.operasional p{
    font-weight: 300;
    font-size: 16px;
    width: 500px;
    margin-top: 1pc;
    width: 410px;
}
.inffoter h5{
    font-size: 18px;
    font-weight: 500;
    margin-top: 3.8pc;
    border-left: 4px solid #008ABC;
    padding-left: 10px;
}
.location h5{
    font-size: 18px;
    font-weight: 500;
    margin-top: 3.8pc;
    border-left: 4px solid #008ABC;
    padding-left: 10px;
}
.mapsloca{
    width: 100%;
    height: 200px;
    margin-top: 1pc;
    border-radius: 2px;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
}
.aktif:nth-child(1) {
    color: #EF4824;
    font-weight: 500; /* Ganti warna sesuai kebutuhan */
}
#scrollToTopBtn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    z-index: 999;
    background-color: #EF4824;
    padding: 10px;
    border: none;
    border-radius: 2px;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
    cursor: pointer;
    animation: fadeInUp 0.5s ease-out;
}
#scrollToTopBtn i {
    font-size: 18px;
}
    @keyframes fadeInUp {
        from {
            opacity: 0;
            transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Gaya khusus untuk layar dengan lebar kurang dari atau sama dengan 768px */
@media only screen and (max-width: 768px) {
    nav{
        width: 100%;
        box-shadow: none;
        height: 70px !important;
        padding-top: 1 !important;
        padding-right: 0 !important;
        padding-left: 0 !important; 
        z-index: -1;
    }
    .navbar-brand{
        padding-left: 13px;
    }
    .navbar-scroll {
        height: 70px;
        background-color: white;
    }
    .navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl {
        display: flex;
        flex-wrap: inherit;
        align-items: center;
        justify-content: space-between;
    }
    .nav-link{
        text-align: center;
        color: black !important;
    }
    .activee{
        background-color: #EF4824 !important;
        color:white !important;
    }
    .imgabout{
        width: 100%;
    }
    .navbar-collapse {
        flex-basis: 100%;
        flex-grow: 1;
        align-items: center;
        background: white;
        padding: 10px;
        border-radius: 2px;
        margin-top: 30px;
        box-shadow: rgba(136, 165, 191, 0.28) 6px 2px 16px 0px, rgba(255, 255, 255, 0.2) -6px -2px 16px 0px;
    }
    .jumbotron {
        height: 300px; 
    }
    .jumbotron-content {
        position: absolute;
        left:20%;
        transform: translate(-20%, -20%);
        text-align: left;
    }   
    .jumbotron-content h1 {
        font-size: 40px; /* Sesuaikan ukuran teks untuk layar lebih kecil */
    }
    .jumbotron img{
        width: 900px;
    } 
    .jumbotron-content a {
        width: auto; 
    }
    .padding{
        padding-left: 0.5pc;
        padding-right: 0.5pc;
    }
    
    
    /* footer mobile */
    .footlink{
        margin-top: -5px;
    }
    .footer{
        height: 900px;
    }
    .operasional p{
        width: 100%;
    }
    .inffoter p{
        width: 100%;
    }
    .location{
        width: 100%;
    }
    .footmbile{
        width: 100%; 
        display: flex;
        flex-direction: column;
    }
    .gambar {
        text-align: center; /* Pusatkan gambar */
    }
    .footlist {
        display: flex;
        flex-direction: row; 
        overflow-x: auto; 
        white-space: nowrap; 
    }
    .footitem{
        flex: 1; 
        font-size: 18px;
        margin-top: 1pc;
    }
    .operasional h5{
        margin-top: 2pc;
    }
    .inffoter h5{
        margin-top: 2pc;
    }
    .location h5{
        margin-top: 2pc;
    }
    .coppyrig{
        text-align: center;
        font-size: 14px;
    }
    .content{
        height: 143vh;
        margin-top: 14pc;
    }
    .contmap img{
        width:100%;
    }
    .contbg  h1{
        margin-top: 2pc;
        font-size: 20px;
    }
    .contacbg p{
        font-size: 15px;
    }
    .btn-contact {
        font-size: 18px;
    }
    .contbg {
        height: 400px;
    }
    .center-content img {
        width: 100px;
    }
    .card {
        height: 200px; /* Atur tinggi card untuk perangkat seluler */
      }
}

@media (min-width: 768px) {

}

/* Gaya khusus untuk layar dengan lebar kurang dari atau sama dengan 600px */
@media only screen and (max-width: 600px) {
    .content{
        padding: 1.5pc;
    }
}

/* Gaya khusus untuk layar dengan lebar kurang dari atau sama dengan 400px */
@media only screen and (max-width: 400px) {

}

/* Gaya khusus untuk layar dengan lebar kurang dari atau sama dengan 320px */
@media only screen and (max-width: 320px) {

}

/* @media (max-width: 991px) {

}
}