:root {
    --pr-color: #fafafa;
}

body {
    font-family: "Noto sans";
    background-color: #fff;
}

body::-webkit-scrollbar {
    width: 0.5rem;
    background-color: #F5F5F5;
}

body::-webkit-scrollbar-thumb {
    background-color: #1e293b;
    border-radius: 10px;
}

body::-webkit-scrollbar-thumb:hover {
    background-color: #555555;
}




/* Navbar Style */

.navbar {
    z-index: 3;
    line-height: 47px;
}

.nav-item:hover {
    --tw-text-opacity: 1;
    color: rgb(20 184 166 / var(--tw-text-opacity));
}

.slider>div>.wrapper {
    width: calc(100% - (300px + 2em));
    margin-left: auto;
}

.slider .item {
    position: relative;
    height: 474px;
}

.slider .text-content {
    position: relative;
    height: var(--percent100);
    justify-content: flex-end;
    padding: 0 0 10% 10%;
    z-index: 1;
}

.slider h4 {
    font-size: var(--font-small);
    font-weight: var(--fw7);
    width: fit-content;
    padding: 4px 10px;
    background-color: #fff;
}

.text-content :where(h2, h3) span:first-child {
    font-weight: var(--fw3);
    columns: var(--light-text-color);
}

.text-content :where(h2, h3) span:last-child {
    color: var(--secondary-dark-color);
    text-transform: uppercase;
    letter-spacing: -1px;
}

.navbar-brand {
    /* margin-top: 4rem; */
    width: 5cm;
    height: 1.2cm;
}


.nav-link {
    font-size: 15px;
}

.nav-link.active {
    font-weight: 600;
    color: #f3cb51 !important;
}

.nav-link:hover {
    color: #f3cb51 !important;
}

/* .button-primary {
    width: 135px;
    height: 40px;
    background-color: transparent;
    color: #fff;
    border: none;
    font-size: 18px;
    font-weight: 400;
    
} */

/* .button-secondary {
    width: 135px;
    height: 40px;
    background-color: rgb(255, 255, 255);
    color: var(--pr-color);
    border: none;
    font-size: 18px;
    font-weight: 600;

    
} */

/* introduce Section */

#introduce {
    /* background-image: url(/node_modules/bootstrap/dist/assets/img/bg_home_lyr); */
    background-repeat: no-repeat;
    background-size: cover;
    background: linear-gradient(to right, var(--pr-color), #e6e6e6);
}

#myCarouselItem {
    /* background-image:  url(/node_modules/bootstrap/dist/assets/img/bg_home_lyr); */
    background-size: cover;
    background: linear-gradient(to right, var(--pr-color), #e6e6e6);


}



.img-introduce {
    height: 70%;
    margin-top: 8rem;
    padding-right: 2cm;
    z-index: 1;
}

.img-home {
    z-index: 1;
    margin-left: 10vh;
    width: 68vh;
    height: 68vh;
    padding: 3%;
}

.img-left {
    z-index: 1;
    /* height: 73%; */
}

.introduce-tagline h1 {
    color: rgb(0, 0, 0);
    font-weight: 500;
    font-size: 70px;
    line-height: 57px;
    font-family: "Times New Roman", Times, serif;
    margin-top: 10vh;
    line-height: normal;
}

.introduce-tagline h3 {
    color: #373976;
    font-weight: 300;
    font-size: 40px;
    font-family: "Lucida Console", "Courier New", monospace;
    line-height: normal;
    margin-top: 30px;
}

.blink {
    animation: blink-animation 1s steps(5, start) infinite;
    -webkit-animation: blink-animation 1s steps(5, start) infinite;
}

@keyframes blink-animation {
    to {
        visibility: hidden;
    }
}

@-webkit-keyframes blink-animation {
    to {
        visibility: hidden;
    }
}

.introduce-tagline p {
    color: rgb(23, 22, 29);
    font-size: 30px;
    text-align: justify;
    margin-top: 2rem;
    line-height: 29px;
    font-family: "Times New Roman", Times, serif;
}

.button-lg-primary {
    width: 200px;
    height: 60px;
    background-color: #0155F0;
    color: #fff;
    border: none;
    font-size: 20px;
    font-weight: 700;
    border-radius: 20px;
    margin-top: 40px;
    margin-bottom: 2rem;
}

.reveal {
    position: relative;
    /* transform: translateX(150px); */
    transform: translateX(50px);
    opacity: 0;
    transition: 1s all ease;
}

.reveal.active {
    transform: translateY(0);
    opacity: 1;
}

.sliding {
    position: relative;
    transform: translateY(150px);
    /* transform: translateX(50px); */
    opacity: 0;
    transition: 1s all ease;
}

.sliding.active {
    transform: translateY(0);
    opacity: 1;
}
.bg-image-hover {
    transition: all .3s ease-in;

}

.bg-image-hover:hover {
    transform: scale(1.02);
}

.sliding {
    opacity: 0;
    transform: translateY(100px);
    transition: all 1s ease-in-out;
}
.reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: all 1s ease-in-out;
}
.custom-select {
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.5rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

.sliding.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Section Integritas */

#integritas {
    /* padding: 80px 0; */
    background-color: #e2e8f0;
}

h2 {
    font-size: 49px;
    font-weight: 500;
    color: #fff;
    font-family: roboto;
}

h3 {
    font-size: 30px;
    font-weight: 500;
    color: #fff;
    font-family: roboto;
}

.sub-ind {
    font-size: 19px;
    color: #fff;
    font-family: "Times New Roman", Times, serif;
}

.circle-icon {
    width: 90px;
    height: 90px;
    background-color: #CBCBCB;
    border-radius: 50%;
    transition: all .2s ease-in;
}

.card-integ {
    width: 100%;
    background-color: #fff;
    padding: 40px;
    justify-content: center;
    box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.05);
}

/* Section Owner */

#owner {
    padding: 0px 0;
}

.img-owner {
    z-index: 1;
    margin-left: 0px;
    /* box-shadow: 1px 1px 2px #888888; */
    width: 40vh;
    height: 50vh;
    padding: 1px;

}

.garis-horizontal {
    border-top: 5px black solid;
    height: 0px;
    width: 50px;
}

h2 {
    font-family: roboto;
    /* text-align: center; */
    margin-top: 30px;
}

.huruf {
    /* text-align: center; */
    margin-top: -9px;
    font-size: 23px;
    font-weight: 500;
    color: #000000;
    font-family: roboto;
}

.h-toyib {
    font-family: roboto;
}

.huruf-owner {
    font-family: roboto;
    letter-spacing: 1px;
    word-spacing: 1px;
    font-size: 25px;
    text-align: justify;
}

/* Section Product */

#product {
    background-color: #fff;
}

.card-product {

    border-radius: 0 0 0 0;
    background-color: #fff;
    border-style: groove;
    margin-bottom: 2rem;
}

.card-body h4 {
    background-color: #05193b;
}


.card-product p {
    color: #000;
    font-size: 14px;
}

.card-integ h3 {
    font-size: 25px;
}

.card-integ p {
    color: #000;
    font-size: 14px;
    transition: all .4s ease-in;
}

/* Hover Section */
.card-integ:hover {
    width: 100%;
    border-radius: 5px;
    background: linear-gradient(to bottom, #2D4F8E, #062DB4);
    box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.05);
}


.card-integ:hover .circle-icon {
    background-color: #e6e6e6;
}

.card-integ:hover h3 {
    color: #ffffff;
    font-size: 25px;
}

.card-integ:hover p {
    color: #fff;
    font-size: 14px;
}

/* search section */

/* #tabb {
    background-image: url(/node_modules/bootstrap/dist/assets/img/bgsearch.png);
    background-repeat: no-repeat;
    background-size: cover;
} */

#tabb h2 {
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 72px;
    letter-spacing: 0em;
    text-align: center;
}

.prg {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: center;
    color: rgb(51, 50, 50);
}

/* Nav & Tab */
.tab-motto {
    background-repeat: no-repeat;
    background-size: cover;
    height: 65vh;
}

.nav-tabs .nav-link {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 0 0 0 0;
    margin-right: 10px;
    height: 50px;
}


.nav-tabs .nav-link.active {
    background-color: #2D4F8E;
    color: #16a34a;
}

.nav-tabs .nav-link {
    color: rgb(94, 104, 103);
    border: none;
    border-radius: 10px 10px 0 0;
}

.lokasi {
    /* border-radius: 20px 20px 20px 20px; */
    width: 100%;
    height: 350px;
}

#eventgrasia {
    background-color: #fff;
}

.maps {
    /* border-radius: 20px 20px 20px 20px; */
    width: 450px;
    height: 300px;
    border: none;
}

#map {
    height: 100%;
}

/* 
   * Optional: Makes the sample page fill the window. 
   */
html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
}

.medsos {
    width: 50px;
    height: 50px;
    padding: 5px;
}

.wa {
    /* width: 80px; */
    /* height: 80px; */
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 100;
    border-radius: 50%;
    box-shadow: 1px 6px 24px 0 rgb(7 94 84 / 40%);
    cursor: pointer;
    opacity: 0.8;
}

.wa:hover {
    transform: scale(1.1);
    opacity: 1;

}

/* Profil */



/* Lokasi  */

#lokasi {
    background-color: #fff;
}

.card-lokasi {
    width: 100%;
    height: 200px;
    border-radius: 15px;
    background-color: #fff;
    /* padding: 18px; */
    box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.05);
    transition: all .3s ease-in;
}

.card-lokasi:hover {
    transform: scale(1.02);
}

.pg-lokasi {
    font-size: 16px;
    font-weight: 600;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;

}

.pg2-lokasi {
    font-size: 14px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;

}

.imglc {
    width: 40%;
    transform: rotate(-5deg);
}

.bglc {
    z-index: 1;
}

#organisasi {
    background-color: #f1f5f9;
}

#lokasidetail {
    padding: 5px;
    background-color: #f1f5f9;
}

#hero{
    background-size:cover ;
    opacity:0.85; 
    background-attachment: fixed;
    margin:0px;
}

.button-lokasi {
    width: 180px;
    height: 50px;
    background-color: #0155F0;
    color: #fff;
    border: none;
    font-size: 20px;
    font-weight: 700;
    border-radius: 30px;
    margin-top: 30px;
    margin-bottom: 2rem;
}

/* Acara  */

.acara {
    padding: 20px;
}

.hero-tagline h1 {
    opacity: 0;
    animation: fadeIn 2s ease-in-out forwards;
}

.videointro h1{
    opacity: 0;
    animation: fadeIn 2s ease-in-out forwards;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-40px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.hero-tagline p {
    opacity: 0;
    animation: fadeOut 2s ease-in-out forwards;
}

@keyframes fadeOut {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }

    to {
        opacity: 1;
        transform: translateX(0px);
    }
}

.hero-tagline{
    opacity: 0;
    animation: fadeSlash 2s ease-in-out forwards;
}

#videocmp{
    background-color: #e6e6e6;
}

@keyframes fadeSlash {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0px);
    }
}


.card-hero-acara {
    border-radius: 0px 0px 0px 0px;
    background-color: #fff;
    font-family: roboto;
}

.card-acara {
    border-radius: 0px 0px 0px 0px;
    background-color: #fff;
    margin-bottom: 2rem;
    font-family: roboto;
}

.card-slider {
    border-radius: 0px 0px 0px 0px;
    background-color: #fff;
    margin-bottom: 2rem;
    width: 10;
    font-family: roboto;
}

.card-slider-produk {
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    font-family: roboto;

}

.card-slider-produk:hover {
    color: #1f378f;
    transition: all .3s ease-in;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    font-family: roboto;


}

.collapse {
    flex-grow: 0.5;
}

.form-contact {
    justify-content: center;
}

.nama-struktur {
    font-size: 43px;
    color: #f3cb51 !important;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.nama-struktur1 {
    font-size: 50px;
    color: #062DB4;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.deskripsi-event {
    color: #000;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.justify-custom {
    justify-content: space-between;
}

.justify-custom1 {
    justify-content: center;
}

.card-produk {
    background-color: #fff;
    width: 100%;
    height: 100%;
    font-family: roboto;
}




.card-produk h4 {
    font-size: 18px;
    padding: 0px;
    height: 50px;
    border-radius: 10px;
    font-family: roboto;
}

.card-produk-katalog h4 {
    font-size: 18px;
    padding: 0px;
    height: 50px;
    border-radius: 10px;
    font-family: roboto;
}

.card-produk-katalog {
    background-color: #fff;
    width: 100%;
    height: 100%;
    font-family: roboto;

}

#vision {
    margin-top: 0.5rem;

}

#mission {
    margin-bottom: 0.5rem;
}

.c-event:hover {
    transform: scale(1.07);
}

.card-produk-katalog:hover {
    transform: scale(1.07);
    transition: all 2ms cubic-bezier(0.075, 0.82, 0.165, 1);
}

.card-produk:hover {
    background-color: #979fbb;
}

.inner-produk {
    font-size: 21px;
    padding: 0px;
    height: 50px;
    opacity: 50%;
    border-radius: 10px;
    font-family: roboto;
}

.right-line {
    border-right: 5px #ccc solid;
    height: 2em
}

.top-line {
    border-top: 5px #ccc solid;
}

.halved {
    width: 50%;
    float: left;
}

.card-produk1 {
    background-color: #fff;
    width: 81%;
    height: 92%;
    border-radius: 16px;
    padding: 15px;
    font-family: roboto;
}

.card-detail {
    padding: 4%;
}

.card-produk1 h4 {
    font-size: 21px;
    padding: 0px;
    height: 50px;
    border-radius: 10px;
    font-family: roboto;
}

.tmbkanan {
    padding-left: 67%;
    font-size: 15px;
    border: none;
    color: #091b5f;
    background-color: #fff;
    /* opacity: 30%; */
}

.card-bodyz h5 {
    background-color: #091b5f;
}

.tes {
    padding: 10px;
}

.card-bodyz-title {
    line-height: 2rem;
    max-height: 8rem;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    overflow: hidden !important;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
}

.crlgbr {
    width: 100%;
}

.carouselkanan {
    font-size: 60px;
    border: none;
    background-color: #fff;
    opacity: 20%;
}



/* .img-slider-product{
    border-radius: 10%;
 
} */
.slider-product {
    border-radius: 10%;
}

.img-card-product {
    border-radius: 0%;
}

/* tes */
.test {
    position: relative;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scroll-padding-left: 0.1rem;
    -webkit-overflow-scrolling: touch;
    display: flex;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.test::-webkit-scrollbar {
    width: 0;
}

.testis {
    width: 50%;
    min-width: auto;
    justify-content: center;
    align-items: center;
    height: 100px;
    flex-shrink: 0;
    scroll-snap-align: start;
    margin-left: 0.5rem;
}

.indicator-tray {
    position: relative;
    display: flex;
    height: 5px;
    width: 50%;
    background-color: grey;
    margin: 20px auto;
}

.indicator {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: lightblue;
}

.slider-hor {
    display: flex;
}

.item-slider {
    margin-left: 0.5rem;
}

/* .wrapper::-webkit-scrollbar-button{
    width: 0;
} */

.carousel-slide-produk {
    margin-left: 25px;
}

/* produk-card */

.body1 {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: auto;
}

.slide-container {
    max-width: 1120px;
    width: 100%;
    padding: 40px 0;
}

.slide-content {
    margin: 0 40px;
    overflow: hidden;
    border-radius: 25px;
}

.card12 {
    border-radius: 25px;
    background-color: #FFF;
}

.image-content,
.card-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 14px;
}

.image-content {
    position: relative;
    row-gap: 5px;
    padding: 25px 0;
}

.overlay {
    border-radius: 9px;
    height: 100%;
    width: 100%;
    background-color: #15803d;
}

.overlay::before,
.overlay::after {
    content: '';
    right: 0;
    bottom: -40px;
    height: 40px;
    width: 40px;
    background-color: #9a3412;
}

.overlay::after {
    border-radius: 0 25px 0 0;
    background-color: #FFF;
}

.card-image {
    height: 150px;
    width: 150px;
    border-radius: 50%;
    background: #FFF;
    padding: 3px;
}

.card-image .card-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid #4070F4;
}

.name {
    font-size: 18px;
    font-weight: 500;
    color: #333;
}

.description {
    font-size: 14px;
    color: #707070;
    text-align: center;
}

.button:hover {
    background: #265DF2;
}

.footer-medsos {
    margin-left: 10px;
}

.swiper-navBtn {
    color: #6E93f7;
    transition: color 0.3s ease;
}

.swiper-navBtn:hover {
    color: #4070F4;
}

.swiper-navBtn::before,
.swiper-navBtn::after {
    font-size: 35px;
}

.swiper-button-next {
    right: 0;
}

.swiper-button-prev {
    left: 0;
}

.swiper-pagination-bullet {
    background-color: #6E93f7;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background-color: #4070F4;
}

@media screen and (max-width: 600px) {
   
    .videointro{
        text-align: center;
    }
    .profil-about{
        width: 100% !important;
        height: 100% !important;
    }
}



@media screen and (max-width: 1024px) {
    
    .profil-about{
        width: 100% !important;
        height: 100% !important;
    }
}

.carouselkanan {
    font-size: 30px;
    border: none;
    background-color: #fff;
    color: #0c4a6e;
    opacity: 20%;

}

.carouselkiri {
    font-size: 30px;
    border: none;
    background-color: #fff;
    color: #0c4a6e;
    opacity: 20%;
}

.button-slide-event {
    text-align: center;
    padding-top: 22%;
}

.hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    color: blue;
    border-top: 6px solid rgba(70, 50, 182, 0.1);
}

.btn-close {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 10px;
    right: 20px;
    border-radius: 50%;
    border: 2px solid #f44336;
    cursor: pointer;
}



#pgt {
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
}

/* Our Customer  */

#customer {
    background-color: #f1f5f9;
    /* margin-bottom: 10px; */
}

#main {
    background-color: #ffffff;
    /* margin-bottom: 10px; */
}



.card-cust {
    width: 100%;
    height: 180px;
    border-radius: 5px;
    background-color: #e6e6e6;
    font-family: roboto;
    padding: 18px;
}

.card-contact {
    width: 100%;
    height: 214px;
    border-radius: 5px;
    background-color: #e6e6e6;
    font-family: roboto;
    padding: 18px;
}

.card-cust::-webkit-scrollbar {
    width: 0;
}

.card-cust:hover {
    width: 100%;
    height: 180px;
    border-radius: 5px;
    background: linear-gradient(to top, #fff, #cbd3d3);
    padding: 18px;
    box-shadow: 0 0 7px 3px rgba(130, 134, 153, 0.842);
}

.img-supp {
    width: 130px;
    height: 100px;
}

.text-cust {
    font-size: 12px;
    font-weight: 700;

}