@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,500;1,400&display=swap');
@import url('https://fonts.googleapis.com/css?family=Nunito:400,500,600,700,800.900|Poppins:400,400i,500,500i,700,700i');

@import url('https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
@import url('https://cdn.jsdelivr.net/npm/remixicon@2.5.0/fonts/remixicon.css');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display,wght@100;400&display=swap');

/* WEBMATIC CSS PRESET */
:root {
    --satu: #e8b300;
    --dua: #f9f9f9;
    --tiga: #000000;
    --empat: #ccc;
    --lima: var(--dua)fff00;
    --enam: #ffd855;
}

.ff-01{ font-family: 'Nunito';}
.ff-02{ font-family: 'Poppins';}
.ff-03{ font-family: 'Roboto';}
.ff-04{ font-family: 'Playfair Display';}
/*-- TEMA CSS --*/
.row{max-width: 100%!important;}
.navbar-brand{color:var(--dua)!important;}
.btn{
    width: fit-content;
    border-radius: 0px;
    padding: 10px 25px;

    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-satu{
    background: var(--satu);
    border-color: var(--satu);
}
.btn-satu:hover{
    opacity: 0.7;
}
.btn i{
    margin: 0 5px;
}
.list-fasilitas li{
    display: flex;
    align-items: center;
}
.list-fasilitas li i{
    margin-right: 20px;
}
.item-paket {
    overflow: hidden;
    transition: transform 0.3s ease-in-out;
    position: relative;
    height: 420px;
    width: 264px;
}

.item-paket img {
    transition: transform 0.3s ease-in-out;
    /* Animasi transisi untuk gambar */
    display: block;
    /* Menghilangkan ruang kosong di bawah gambar */
    width: 100%;
    /* Memastikan gambar mengisi container */
    height: auto;
    /* Mempertahankan rasio aspek gambar */
    filter: brightness(1);

    height: 100%;
        width: fit-content;
        object-fit: cover;
}
.item-paket .btn{
    position: absolute;
    top: -100px;
    transition: all 0.3s ease-in-out;
    width: 200px;
    left: calc(50% - 100px);
    opacity: 0;
}
.item-paket:hover img {
    transform: scale(1.5);
    filter: brightness(0.5);
    /* Efek zoom saat di-hover (1.1 = 110% ukuran asli) */
}
.item-paket:hover .btn{
    top: calc(50% - 20px);
    opacity: 1;
    /* width: calc(100% - 20px); */
}
.list-link li{
    border-bottom: 1px solid #cccccc52;
        padding: 5px;
    text-transform: capitalize;
}
[data-list-grid] .grid-item {
    padding: 5px;
}

[data-list-grid] .grid-item .btn {
    margin-top: 10px;
}

[data-list-grid] .grid-item:hover {
    /* opacity: 0.7; */
}

[part="banner"] .btn{
    margin: auto;
}
[data-list-page] .card img{
    object-fit: cover;
    height: 100%;
}
[data-list-page] .card .card-text {
    height: 52px;
    overflow: hidden;
    text-overflow: ellipsis;
    /* Menampilkan elipsis */
    /* white-space: nowrap; */
    /* Mencegah teks melipat ke baris baru */
}
.nav-link, .nav-link{
    transition: all .5s;
}
.top-sosial{
    list-style: none;border-right: 1px solid var(--empat);padding-right: 20px;margin-left: auto;
}
#scrollUp.wa{bottom: 90px;}
#scrollUp.wa i{
    background: var(--success);
        color: var(--dua);
        border-radius: 10px;
        font-weight: normal;
        font-size: 30px;

}
#scrollUp.wa:hover i{
    font-size: 40px;
}
.slick-dots li button, .slick-dots li.slick-active button,
.slick-dots li:hover button{
    background: var(--satu);
}

/*[part="navbar"] li:first-child*/
 .nav-link:focus, .nav-link:hover{
    color: var(--satu)!important;
}
.list-paket{
    margin: 0 auto !important;
}
.bayangan{
    background: var(--dua);
    padding: 40px 30px 40px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
}
.bg-image{
    padding: 100px;
    background-color: var(--dua);
    background-image: url(assets/tema/7/about-bg.jpg);
}
h1,h2,h3,h4,h5,h6 {font-family: 'Nunito', sans-serif;font-weight:700;}
/*-- Body Content CSS --*/
body{background-color:var(--dua);font-family:'Roboto';font-size:16px;font-weight:400;color:#888888;word-wrap:break-word;margin:0;padding:0;overflow-x: initial;}
.row{width:1140px}
/* AWAL MULAI */
a, [part="projects"] h3, .nav-item .icn{color: var(--satu);text-decoration: none;}
.heading-border-line {
  position: relative;
  margin-bottom: 50px;
}
.heading-border-line:before {
  content: "";
  width: 12px;
  height: 4px;
  background: #ffb703;
  position: absolute;
  bottom: -4px;
  left: 50%;
  margin-left: -35px;
  transform: translateX(-50%);
  border-radius: 2px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 1;
}
.heading-border-line:after {
  content: "";
  width: 65px;
  height: 4px;
  background: #ffb703;
  position: absolute;
  bottom: -4px;
  right: 0;
  left: 50%;
  margin-left: -20px;
  border-radius: 2px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 0;
}
.container:hover .heading-border-line:before {
  margin-left: -5px;
  width: 65px;
  /*background: #ffb703;*/
}
.container:hover .heading-border-line:after {
  width: 12px;
  margin-left: 35px;
  /*background: #ffb703;*/
}

[part="footer"] a:hover, a:hover, [part="projects"] h3:hover, .nav-item .icn:hover{color: var(--enam)}
[part="topbar"] nav{
    padding: 0;
    margin: 0 auto;
}
[part="topbar"] ul{
    display: inline-flex;
    color: var(--dua);
    list-style: none;
    margin: 0;
    padding: 10px 0px;
}
[part="topbar"] ul li i{
    color: #ffe100 !important;
    font-size: 32px;
    margin: 0 25px;
}
[part="topbar"] ul li{
    padding: 0 10px;
    display: flex;
    align-items: center;
}
[part="topbar"] ul li span{
    color: #000;
    font-size: 14px;
}
[part="topbar"] ul li span b{
    font-size: 16px;
}
[part="navbar"] [n-widget-background]{
        background: var(--tiga);
        color: var(--dua);
}
[part="navbar"] .navbar-brand{
    display: none;
}
[part="navbar"] ul li{
    line-height: 64px;
    margin: 0 15px;
    font-size: 16px;
    font-weight: 400;
}
[part="navbar"] .floating-on .top-sosial{
    display: none;
}
[part="navbar"] .floating-on .navbar-brand{
    display: flex;
    align-items: center;
}
[part="navbar"] .floating-on ul{
    margin-left: auto;
}
[part="navbar"] .floating-on ul li{
    line-height: 94px;
}
[part="navbar"] [n-widget-background].floating-on{
        background: var(--dua);
        color: #000;
}
[part="navbar"] .floating-on .nact-cari{
    margin-left: 20px!important; 
}

[part="slider"] {
    color: #333;    
}
[part="slider"] h5{
    font-size: 62px!important;
    line-height: 72px;
}
[part="projects"] .card{
    min-height: 360px 
}
[part="projects"] .card img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
[part="projects"] .card-body{
    position: absolute;
    background: #00000094;
    color: var(--dua);
    text-align: left;
    height: 100%;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    justify-content: space-between;
    display: none;
    transition: all .5s;
}
[part="projects"] .card-body a{
    transition: all .1s;
    text-decoration: none!important;
}
[part="projects"] .card:hover .card-body{
    display: flex;
}
[part="projects"] .card:hover .card-body a{
    margin: 0!important;
}
[part="projects"] .card-body .btn{
    border-radius: 100%;
    float: right;
    display: flex;
    width: 55px;
    height: 55px;
    justify-content: center;
    font-size: 32px;
}

[part="2-column-form"],[part="2-column-form"] a{
    color: #333;
}
[part="2-column-form"] a:hover{
    color: #ffb703;
}

[part="2-column-map"] .row{
    margin: 0px;
}
.testimoni-3 .testi-item{
    width: 350;
    min-height: 450; 
    margin: 10px;
    background: var(--dua);
    overflow: hidden;
    font-size: 15px;
    padding: 20px;
    color: #5c5c5c;
    border: none;
    display: inline-block;
}
.testimoni-3 .testi-item img{
    margin: 50px 0;
    height: 85px;
    object-fit: cover;
    border-radius: 100%;
}
.ytOverlay {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.75);
    width: 100%;
    height: 100%;
    z-index: 10;
    top: 0;
    left: 0;
    position: fixed;
    text-align: center;
    color: white;
}
.closeVideo {
    position: absolute;
    bottom: 80px;
    cursor: pointer;
    left: 10px;
    background: #dd00003b;
    padding: 10px;
}
.soilens-form .btn{
    padding: 20px 50px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'Roboto';
}
.soilens-form .input-group, .soilens-form .textarea-group{
    max-width: 300px;
    float: left;
    margin: 10px 12px;
}
.soilens-form .textarea-group{
    max-width: 100%;
    width: calc(100% - 32px);
}
.soilens-form textarea{
    border: none;
    padding: 30px 20px;
    min-height: 125px;
    max-width: 615px;
}
.soilens-form .input-group [name]{
    padding: 20px;
    border-radius: 0;
    border: none;
}

.soilens-form .input-group{
    max-width: 44%;
}
.form-follow div [name]{
    background: transparent;
    color: var(--dua)!important;
    border-bottom: 1px solid!important;
}
.form-follow{
    width: 400px;
    margin: auto;
    display: block;
}
.follow-main h3{
    /*margin-top: 120px!important;*/
}
.follow-main h3:before{
    content: '';
    position: absolute;
    width: 65px;
    height: 5px;
    top: -20px;
    background: #ffc107;
} 
.follow-main{
     margin:100px 0; 
}
.nbtn-play{
    position: absolute;
    left: calc(50% - 50px);
    top: calc(50% - 50px);
}
.nbtn-play a{
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    position: absolute;
    z-index: 9;
    top: 10px;
    left: 10px;
}
.nbtn-play .spinner-grow{
    width: 100px;
    height: 100px;
}

.contact-box{
    background: var(--dua);
    padding: 25px 30px;
    display: flex;
}
.contact-box .contact-icon{
    width: 50px;
}
.contact-box .content-text p,.contact-box .content-text h4{
    margin: 5px 10px;
}

[part="footer"] .footer-logo{
    /* width: 100px; */
    height: 100px;
    margin-bottom: 10px;
}
[part="footer"] h2{
    text-transform: uppercase;
    font-weight: normal;
    padding-left: 0;
}
[part="footer"] li{
    padding: 0;
    line-height: 30px;
    list-style: none;
    display: flex;
    margin: 15px 0;
}
[part="footer"] li i{
    font-size: 24px;
    color: #f9c747;
    padding: 5px 10px;
}
[part="footer"] .footer-bottom{
    background: var(--tiga);
}
[n-widget-name="Partner Gallery"] .row{
    align-items: center;
}
[n-widget-name="Partner Gallery"] img{
    height: 100%;
}
[n-widget-name="Partner Gallery"] img:hover {
    opacity: 0.7;
}
.copy-right-menu{
    display: inline-flex;
}
.copy-right-menu li{
    margin-left: 50px;
    position: relative;
}
.copy-right-menu li:before{
    display: block;
    content: "";
    position: absolute;
    font-size: 18px;
    background: #ffb703;
    left: -30px;
    top: 50%;
    width: 6px;
    height: 6px;
    transform: translateY(-50%);
    border-radius: 50%;
}
.copy-right-menu li:first-child:before{
    display: none;
}
.breadcrumbs-inner li:first-child{
    margin-left: 0;
}
.breadcrumbs-inner ul{
    padding: 10px 60px;
    background: var(--dua)fff14;
}
.breadcrumbs-inner h1:before{
    content: "";
    height: 5px;
    position: absolute;
    top: -30px;
    margin: 0 auto;
    left: 0;
    right: 0;
    transition: all .3s ease;
    background: #ffb703;
    width: 65px;
}
.menu-service li:before{
    content: "\f113";
    left: 0;
    top: 0;
    color: #ffb703;
    margin-right: 10px;
    font-size: 13px;
    font-family: Flaticon;
    display: none;
}
.tag-line{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.icon-image{
    height: 72px;
    padding: 15px;
    background: #ffc107;
}
.icon-image img{
    height: 100%;
}
[n-widget="position"]{
    transition: all 0.5s;
}
[n-widget-value="floating"], .floating-on{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 10;
    filter: drop-shadow(2px 4px 6px #ccc);
}
.soilens-form-footer input{
    background: #333;
    border: none;
    padding: 20px;
    border-radius: 0;
    margin: 25px 0 15px !important;
}
.soilens-form-footer button{
    padding: 20px;
    width: 100%;
    text-transform: uppercase;
    font-weight: bold;
}
.testi-slide-1 .slick-slider .slick-track, .slick-slider .slick-list{
    height: fit-content;
}
.soilens-search{
    position: absolute;
    right: -1500px;
    max-width: 100%;
    transition: all 0.2s;
}
.soilens-search.active {
    right: 0;
}
.soilens-search input{
    width: 300px!important;
    background: #000;
    padding: 20px;
    margin: 0!important;
}
.soilens-search button{
    position: absolute;
    right: 10px;
}
.soilens-search .close{
    position: absolute;
    right: 0px;
    bottom: -25px;
    cursor: pointer;
    color: var(--dua);
    filter: brightness(0.5);
}
.floating-on .close{
    color: var(--tiga);
}

/* AKHIR MULAI */

#content-wrapper{
float:left;
width:100%;
padding:0 0 35px;
margin:0;
background-color: #f3f7fd;
}
.home #content-wrapper {
margin:0;
padding-bottom:35px;
}
.item #content-wrapper{
margin:40px 0;
background:var(--dua)fff;
}
/*slider awal*/
/*.jaditani-slider{
        background-image: url(https://cdn.shopify.com/s/files/1/0260/8014/9613/files/slider-bg_1728x.jpg?v=1569388487);
        background-size: cover;
        background-repeat: no-repeat;
        color: var(--dua);
         background: #cdecc0; 
    }*/
.jaditani-slider .carousel-item img{
        margin-left: auto;
        max-height: 750px;
    }
.jaditani-slider .carousel-caption{
        width: 600px;
        top: 25%;
        left: 170px;
        font-size: 90px;
        text-align: left;
        /*text-shadow: 1px 1px black;*/
    }
/*.jaditani-slider .carousel-caption h5{
        font-size: 75px;
        color: #015927;
        padding: 0;
    }*/
.jaditani-slider .carousel-caption p{
        font-size: 15px;
        color: #333;
    }
.jaditani-slider .carousel-indicators .active {
        background-color: #181818;
    }
    
/*slider ahir*/
.wow{
    margin-top: 50px;
}
[part="service"] .widget-content {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 60px 37px;
    box-sizing: border-box;
    text-align: center;
    box-shadow: 0px 16px 24px 4px rgb(1 21 41 / 20%);
    background: #59adff;
}
[part="slider"] .compro-testi {
    display: flex;
    width: 90%;
    margin: auto;
    min-height: 300px;
    text-align: center;
    padding: 10px 50px;
}
[part="slider"] .widget-content {
    text-align: left;
    width: 50%;
    display: block;
    padding: 20px;
}

/*bagian servis*/
[part="services"] .row .card{
    position: relative;
    overflow: hidden;
}
[part="services"] .row .card .card-img-top{
    height: 500px;
    object-fit: cover;
}
[part="services"] .row .card-body h3{
    color: var(--dua)!important;
}
[part="services"] .tag-line{
    position: absolute;
    bottom: 0;
    width: 100%;
    background: var(--dua);
    z-index: 2;
    transition: all .5s;
    right: 0;
}
[part="services"] .row .card .card-body{
    position: absolute;
    background: #000000a8;
    color: #d7d6d6;
    z-index: 3;
    transition: all .5s;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    z-index: -1;
    width: 100%;
}
[part="services"] .row .card:hover .tag-line{
    right: -1000px;
}
[part="services"] .row .card:hover .card-body{
    opacity: 1;
    z-index: 1;
}
[part="blog-sidebar"] .breadcrumbs{
    display: flex;
        margin-bottom: 25px;
}
[part="blog-sidebar"] .breadcrumbs li{
    margin-right: 20px;
}
[part="blog-sidebar"] .breadcrumbs li a{
    color: #000;
}
[part="blog-sidebar"] .breadcrumbs li i{
    color: #ffc107;
        margin-right: 5px;
}
[part="blog-sidebar"] h4:after {
    content: "";
    position: absolute;
    border: 0;
    width: 50px;
    height: 2px;
    background: #ffb703;
    z-index: 1;
    margin-left: 0;
    left: 42px;
    margin-top: 40px;
}
[part="blog-sidebar"] a{
    color: #000;
}
[part="blog-sidebar"] a:hover{
    color: #ffb703;
}
[part="blog-sidebar"] .list-tag li{
    border-bottom: 1px solid #dfdfdf;
    padding: 10px;
    padding-left: 0;
}
[part="blog-sidebar"] .list-tag li:first{
    border-bottom: none;
}
[part="blog-sidebar"] .list-permalink li{
    display: inline-block;
    margin: 3px 1px;
}
[part="blog-sidebar"] .list-permalink a{
    border: 1px solid;
    padding: 3px 7px;
    display: inline-block;
    font-size: 12px;
}
.head-slider .item, .head-slider .item-slide{
    position: relative;
}
.slider-isi, .head-slider .item-slide .isi{
    position: absolute;
    top: 150px;
    left: 150px;
    text-align: left;
}
.head-slider .item-slide .isi span{
    display: flex;
    align-items: center;
}
.head-slider .item-slide .isi span img{
    margin-right: 10px;
}
.tim-item {
    width: 215px;
    display: inline-block;
    margin: 5px 7px;
    position: relative;
    margin-top: 80px;
    text-align: center;
}
.tim-item .widget-content{
    width: 200px;
    color: #00172f!important;
    background: var(--dua);
    position: absolute;
    padding: 10px;
    bottom: -70px;
    margin-left: 5px;
    overflow: hidden;
}
.tim-item .widget-content h4{
    color: #00172f!important;
    margin-bottom: 10px;
}
.tim-item .widget-content span{
    color: #ffb703!important;
    font-size: 13px;
}
.tim-item .widget-content div{
    font-size: 11px;
    height: 0;
    overflow: hidden;
    transition: all .5s;
        padding-top: 25px;
}
.tim-item .widget-content div::before{
    content: '';
    position: absolute;
    z-index: 1;
    background: #010d14;
    margin-top: -10px;
    left: 50%;
    width: 50px;
    height: 2px;
    margin-left: -25px;
    display: none;
}
.tim-item:hover .widget-content div{
    height: auto;
}
.tim-item:hover .widget-content div::before{
    display: block;
}
[part="blog-sidebar"] .blog-video{
    position: relative;
}
.blog-sidebar form{
    position: relative;
}
.blog-sidebar form input{
    background: #f1efef;
    border: none;
}
.blog-sidebar form button{
    border: none;
    color: #000;
}
[data-list-page] li a{
    color:#ffb703!important;
}
[data-list-page] li{
    list-style: none;
    border: 1px solid #ccc;
    text-align: center;
    padding: 10px;
    margin: 10px; 
}
.leader img{
    border-radius: 100%;
    border: 1px solid #ccc;
    padding: 3px;
}
button.slick-arrow{
    z-index: 1!important;
}
button.slick-arrow:hover{
    background: var(--satu)!important;
}
.inline-icon{
    display: inline-flex;
    align-items: center;
}
.inline-icon i{
    margin-right: 10px;
}
@media (max-width: 1040px) {
    [part="topbar"] [npart="nav"]{
        padding: 0!important;
    }


}
@media screen and (max-width: 768px) {
    [part="topbar"] .navbar-expand-md .navbar-nav{
        flex-direction: column;
    }
    [part="navbar"] a.btn-warning{
        display: none;
    }
        .footer-bottom {
            padding-bottom: 100px;
        }

    .post-body table {
        display: block;
    }
    .jaditani-slider .carousel-caption h5{
        font-size: 27px;
    }
    
    .jaditani-slider .carousel-caption {
        background: #cdecc085;
    }
    [part="slider"] .widget-content p {
        max-width: 100%;
        padding: 0;
    }
    [part="slider"] .widget-content {
        width: 100%;
    }
}
@media screen and (max-width: 425px) {
    [part="topbar"] [npart="nav"] {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
    }
    [part="topbar"] nav{justify-content: center;}
    .navbar-brand.logo {
        /* height: 50px; */
    }
    [part="topbar"] .navbar-expand-md .navbar-nav{display: none;}
    [part="navbar"] .navbar-toggler{
        background: var(--satu);
        margin: 10px;
    }
    .navbar-brand,.navbar-brand img{margin-right: 0!important;}
    [part="navbar"] ul li,[part="topbar"] ul li {
        line-height: inherit!important;
    }
    .top-sosial {
        padding-right: 0;
        text-align: center;
    }
    .nact-cari, [part="navbar"] .floating-on .nact-cari{
        margin: auto!important;
    }
    .floating-on img{
        height: 70px;
        width: auto;
    }
    .floating-on nav{
        justify-content: space-between;
    }
    [part="testimoni-3"] [n-widget-background], #footer-wrapper-bg{
        padding: 0!important;
    }
    [part="blog-search"] .row{
        display: inline!important;
    }
    .footer-logo{height: auto!important;}
    .copy-right-menu {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .footer-bottom .row{
        width: 100%;
    }
    .copy-right-menu li:before{display: none;}
    

    [part="slider"] .compro-testi {
        padding: 7px;
    }
    .row .col-sm-4, .row .col-sm-6{
        margin: 5px 0;
    }
    
    [part="navbar"]{
        height: 66px;
    }
    
}
   