/*
==============
Template Name : JPhotography Minimal Photographey Portfolio HTML5 Template
Author Name : Muse-Master (Dasagani Ramesh Goud)
Version : 1.0
==============
CSS Styles Content Table
1. Global Styles
2. Nav Bar Styles
3. Home Page Gallery
4. About Me Page
5. Contact Page
6. Project Single
7. Footer Global Styles
*/

/*===========
Global Styles
=============*/
body {
    font-family: 'Playfair Display', serif;
}

h1, h2, h3, a, .btn{
    font-family: 'Playfair Display', serif;
    color: #252525;
}

h2 {
    margin-bottom: 0;
}

h4, h5, h6, p {
    font-family: 'Raleway', sans-serif;
    color: #696969;
}

p {
    line-height: 1.7;
}


h1 {
    font-size: 36px;
    font-weight: 900;
}

.h3, h3 {
    font-size: 24px;
}

h5 {
    font-size: 16px;
}


.img-center {
    display: block;
    margin: 0 auto;
}

.text-justify {
    text-align: justify;
}

.btn-lg {
    padding: 12px 68px;
}
.btn {
    padding: 10px 40px;
}

.btn {
    background-color: #252525;
    border: 1px solid #252525;
    color: #fff;
}

.btn:hover {
    background-color: #fff;
    border-color: #252525;
    color: #252525;
}

.btn.btn-invert {
    background-color: #fff;
    border: 1px solid #252525;
    color: #252525;
    border-radius: 2px;

}
.btn.btn-invert:hover {
    background-color: #252525;
    border: 1px solid #252525;
    color: #fff;
}

.mgR-20px {
    margin-right: 20px;
}


/*=============================
CSS Smooth Aiimation Transition
=============================*/
.item-inner,
.controls button,
.item-hover .hover-text,
.item-hover, 
.home-gallery .thumb-a,
.hover-text h3,
.swiper-button-prev, 
.swiper-button-next,
footer a{
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}


/*============
Nav Bar Styles
==============*/

.container-fluid .navbar {
    padding: 30px 8%;
}

.navbar-brand {
    font-size: 34px;
    font-weight: 900;
}

.navbar-default .navbar-brand, 
.navbar-default .navbar-brand:focus, 
.navbar-default .navbar-brand:hover {
    color: #252525;
}

.dropdown-menu > li > a {
    padding: 10px 20px;
    font-size: 16px;
    color: #555;
}

.navbar-light .navbar-nav .nav-link {
    padding-right: 16px;
    padding-left: 16px;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #252525;
}


.navbar-light .navbar-nav > .active > a,
.navbar-light .navbar-nav > .active > a:focus, 
.navbar-light .navbar-nav > .active > a:hover {
    color: #252525;
    background-color: transparent;
}

.navbar-toggler > .i1{
    top:9px;
}

.navbar-toggler > .i2{
    top:17px;
}

.navbar-toggler > .i3{
    top:25px;
}

.navbar-toggler.active > .i2{
    opacity:0;
}
.navbar-toggler.active > .i1,
.navbar-toggler.active > .i3{
    top:17px;
}

.navbar-toggler.active > .i1{
    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    transform:rotate(45deg);
}
.navbar-toggler.active > .i3{
    -webkit-transform:rotate(-45deg);
    -moz-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    transform:rotate(-45deg);
}

.navbar-toggler {
    position: relative;
    width: 50px;
    height: 40px;
}
.navbar-toggler > .icon-bar {
    position: absolute;
    width: 30px;
    left: 10px;
    margin: 0 !important;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    background-color: #888;
    height: 3px;
}


/*Borders*/

.borders div {
    z-index: 9999;
    pointer-events: none;
    background-color: transparent;
    border-color: #bebebe;
    border-style: solid;
    height: 90px;
    position: fixed;
    width: 90px;
}

.brTR {
    border-width: 15px 15px 0 0;
    right: 0;
    top: 0;
}

.brTL {
    border-width: 15px 0 0 15px;
    top: 0;
    left: 0;
}

.brBL {
    border-width: 0 0 15px 15px;
    bottom: 0;
    left: 0;
}

.brBR {
    border-width: 0 15px 15px 0;
    bottom: 0;
    right: 0;
}


/*=========
Header Text
===========*/

#hero-text {
    padding-top: 110px;
    padding-bottom: 110px;
    text-align: center;
    margin-bottom: 0;
}

#hero-text h2 {
    font-size: 32px;
    padding-bottom: 10px;
    font-weight: 900;
}

#hero-text h5 {
    margin-top: 0;
    letter-spacing: 6px;
    color: #696969;
}

/*==========
Home Gallery
==========*/


h4 {
    color: grey;
    font-size: 24px;
    font-weight: 400;
}

#portfolio p {
    color: grey;
    font-size: 12px;
    font-weight: 200;
}

a {
    color: #cd6839;
}

.content {
    width: 100%;
    margin: 0 auto;
    padding: 0px;
    text-align: center;
}

.single-content img {
    width: 290px;
    height: 100%;
    margin: 10px;
}

.filters {
    width: 100%;
    text-align: center;
}

ul {
    list-style: none;
    padding: 20px 0;
}

nav li {
    display: inline;
    padding: 8px 18px;
    font-size: 16px;
    color: #636363;
    font-weight: 400;
    cursor: pointer;
    text-transform: uppercase;
    border: 1px solid transparent;
    text-align: center;
}

nav li:hover {
    color: #a6a6a6;
}

nav li.active {
    color: #ccc;
    border: 1px solid #ccc;
    border-radius: 15px;
}



.item-inner {
    background: #fff;
    -webkit-box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.1);
}

.item-hover {
    position: absolute;
    bottom: 15px;
    left: 15px;
    width: auto;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 7;
    opacity: 0;
    visibility: hidden;
    right: 15px;
    text-align: center;
    margin: 0 auto;
}

.item-a.hovered .item-img {
    bottom: 0px;
}


.hover-text h3{
    margin: 0;
    color: #fff;
}

.item-hover .hover-text {
    padding: 14px 0 18px;
    bottom: -16px;
    position: relative;
    left: 0;
    text-align: center;
    right: 0;
}

a {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}


.item-inner:hover {
    border-radius: 6px;
}

.thumb-a:hover .item-hover{
    opacity: 1;
    visibility: visible;
    border-radius: 4px;
}
.thumb-a:hover .item-hover .hover-text{
    bottom: 0;

}

/* Efek hover untuk portfolio item versi 2 */
.mix .thumb-a2 {
    display: block;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}
  
/* Efek zoom pada gambar saat hover versi 2 */
.mix .thumb-a2:hover .item-img img {
    transform: scale(1.1); /* Membesar 10% */
    transition: transform 0.5s ease;
}
  
/* Memastikan item-hover2 tetap terlihat saat hover */
.mix .thumb-a2:hover .item-hover2 {
    opacity: 1;
    visibility: visible;
}
  
/* Style untuk teks hover versi 2 */
.mix .item-hover2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 2;
}
  
.mix .hover-text2 {
    padding: 15px;
    text-align: center;
}
  
.mix .hover-text2 h3 {
    color: #fff;
    margin: 0;
    font-size: 22px;
}


/*===========
Home Page Gallery
============*/

/*Mix Controls*/
.controls button {
    background-color: transparent;
    border-radius: 25px;
    padding: 10px 25px;
    color: #7C7C7C;
    cursor: pointer;
    border: 1px solid transparent;
}

.controls button:hover, .controls button.mixitup-control-active {
    border: 1px solid #656565;
    border-radius: 25px;
    color: #656565;
}

.controls {
    text-align: center;
    margin: 0 auto;
    padding-bottom: 10px;
}

.controls button:focus {
    outline: none;
}
/*Mix Controls End*/

.mix-container {
    overflow: hidden;
    margin: 0 auto;
}

.home-gallery {
    width: 100%;
    max-width: 2000px;
    display: inline-block;
    padding: 0 7.5px;
}

.home-gallery .mix {
    display: block;
    padding: 7.5px;
    width: 25%;
    float: left;
}

.home-gallery .mix a:before {
    bottom: 0px;
pointer-events: none;
right: 0px;
box-shadow: inset 0px 0px 60px rgba(0,0,0,0.2), inset 0px 0px 60px rgba(0,0,0,0.2);
position: absolute;
transition: box-shadow 0.2s ease-in-out 0s;
left: 0px;
top: 0px;
content: "";
-webkit-transition: box-shadow 0.2s ease-in-out 0s;
}

.home-gallery .mix:hover a:before {
box-shadow: inset 0px 0px 20px rgba(0,0,0,0.1), inset 0px 0px 20px rgba(0,0,0,0.1);
}

.home-gallery .thumb-a {
    display: flex;
    position: relative;
    overflow: hidden;
    max-height: 340px;
}

.home-gallery .item-img {
    display: inline-block;
    margin: 0 auto;
}

.home-gallery .item-img img {
    max-width: 100%;
}


.section-title {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}

.section-title p {
    margin-bottom: 0;
}

/*============
About Me Page
=============*/
.my-name {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 20px;
}

.about-me p {
    line-height: 26px;
}

.progress-bars {
    padding-top: 20px;
}

.p-bar {
    border-bottom: 2px solid #252525;
    padding-bottom: 10px;
    padding-top: 24px;
}

.p-bar p {
    display: inline;
    font-size: 18px;
    font-weight: 300;
    color: #252525;

}

.p-bar .text-right {
    float: right;
}

/*=============
Contact Page
=============*/
.contact a, .form-control {
    color: #696969;
    font-weight: 300;
    font-family: 'Raleway', sans-serif;
}

.contact .form-control {
    padding: 12px 18px;
}

.contact form .btn-lg {
    float: right;
}

.contact-info {
    margin-top: 100px;
}
.contact-info .card {
    background-color: #F4F4F4;
    border:none;
    padding: 50px 10px;
    text-align: center;
}
#map {
    display: block;
    width: 100%;
    height: 384px;
}

.contact-info .card p {
    margin-bottom: 0;
}
.contact-info .card .fas {
    display: block;
    font-size: 34px;
    color: #252525;
    padding-bottom: 16px;
}

.contact-info .card a, .contact-info .card p {
    font-size: 14px;
    line-height: 26px;
}


.contact-info .card a:hover {
    text-decoration: underline;
}

/*===============
Project Single
===============*/
.project-holder {
    max-height: 740px;
    overflow: hidden;
}

.project-details {
    padding-top: 30px;
}
.project-details h2 {
    margin-bottom: 16px;
}

.project-details p {
    font-weight: 300;
    text-align: justify;
}
.project-details .details-right {
    padding-top: 36px;
}

.project-details ul {
    padding: 10px 0;
    margin: 0;
}

.project-details ul li {
    display: inline-block;
    font-size: 16px;
}

.project-details ul > li:first-child {
    width: 80px;
}

.project-details .devider {
    padding-right: 12px;
}

.project-btns {
    padding-top: 26px;
}

.project-btns .btn {
    width: 160px;
}

.swiper-button-prev, .swiper-button-next {
    background-image: none;
    width: auto;
    height: auto;
    background-color: #252525;
    color: #fff;
    padding: 10px 14px;
    border-radius: 2px;
}

.project-holder .project-video {
    width: 100%;
    height: 624px;
}

/*===================
Footer Global Styles
=====================*/
.footer-info {
    padding: 120px 0;
    text-align: center;
    border-top: 1px solid #E3E3E3;
    margin-top: 120px;
}

footer a {
    font-size: 28px;
    padding: 0 16px;
}

footer a, footer a:link {
    text-decoration: none;
    color: #777;
}

footer a:hover {
    color: #202020;
}



/*========================================
========================================
======= Responsive Media Queries =======
========================================
========================================*/
@media only screen and (max-width: 1500px) {
    nav li {
        padding: 8px 10px; 
    }
    .home-gallery .mix {
        width: 33.333%;
    }
}

@media only screen and (max-width: 1199px) {
    nav li {
        padding: 6px 8px; 
    }
    .navbar-light .navbar-nav .nav-link {
        padding-right: 10px;
        padding-left: 10px;
    }
    h1 {
        font-size: 34px;
    }
    #hero-text h2 {
        font-size: 28px;
    }
    #hero-text h5 {
        letter-spacing: 3px;
    }
    .h3, h3 {
        font-size: 18px;
    }
    .project-holder .project-video {
        height: 523px;
    }
}

@media only screen and (max-width: 991px) {
    #hero-text h2 {
        font-size: 20px;
    }
    h1 {
        font-size: 32px;
    }
    #hero-text h2 {
        font-size: 20px;
        padding-top: 2px;
        padding-bottom: 6px;
    }
    .project-holder .project-video {
        height: 388px;
    }
}

@media only screen and (max-width: 960px) {
    .home-gallery .mix {
        width: 50%;
    }
}

@media only screen and (max-width: 767px) {
    .borders div {
        display: none;
    }
    #hero-text {
        padding-bottom: 80px;
    }
    .navbar-brand {
        font-size: 28px;
    }
    .home-gallery .mix {
        padding: 10px;
    }
    .item-hover .hover-text {
        padding: 8px 0 12px;
    }
    #map {
        margin-top: 40px;
    }
    .contact-info .card {
        padding: 30px 10px;
        margin-top: 2px;
        margin-bottom: 2px;
    }
    .project-holder .project-video {
        height: 287px;
    }
    .footer-info {
        padding: 80px 0;
        margin-top: 80px;
    }
        /* slider index */
        .karya-terbaru-slider-2 {
            width: 100% !important;
            overflow: hidden !important;
        }
        
        .slider-container-2 {
            height: auto !important;
            max-width: 100% !important;
            margin: 0 !important;
        }
        
        .slider-wrapper-2 {
            height: auto !important;
            width: 100% !important;
        }
        
        .slide-2 {
            height: auto !important;
            width: 100% !important;
        }
        
        .slide-link-2 {
            display: block !important;
            width: 100% !important;
        }
        
        .slide-image-2 {
            height: 400px !important; /* Ukuran tetap untuk landscape */
            background-position: center center !important;
            background-size: cover !important;
            width: 100% !important;
            position: relative !important;
            overflow: hidden !important;
        }
        
        /* Pastikan navigasi slider terlihat dengan baik */
        .slider-arrow-2 {
            display: none !important;
            position: absolute !important;
            top: 50% !important;
            transform: translateY(-50%) !important;
            z-index: 100 !important;
            opacity: 1 !important;
        }
        
        .left-arrow-2 {
            left: 10px !important;
        }
        
        .right-arrow-2 {
            right: 10px !important;
        }
        
        /* Membuat teks lebih kecil di slide info untuk mobile */
        .slide-details-2 p {
            font-size: 12px !important;
            margin-bottom: 3px !important;
        }
    
    .slide-details-2 span {
        font-size: 12px !important;
    }
    
    /* Memperbaiki tampilan hover pada info slide */
    .slide-info-2 {
        background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.6) 60%, rgba(0, 0, 0, 0) 100%) !important;
        height: auto !important;
        bottom: 0 !important;
        top: auto !important;
        position: absolute !important;
        width: 100% !important;
        opacity: 1 !important;
        visibility: visible !important;
        padding-top: 30px !important; /* Menambah ruang di atas */
        padding-bottom: 10px !important;
    }
    
    /* Menghilangkan efek hover yang mungkin menyebabkan masalah */
    .thumb-a:hover .item-hover,
    .slide-image-2:hover .slide-info-2 {
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;
    }
    
    /* Pastikan teks terlihat dengan baik */
    .slide-details-2 p {
        font-size: 12px !important;
        margin-bottom: 3px !important;
        color: #fff !important;
    }
}
        
        .slider-dots-2 {
            position: absolute !important;
            bottom: 10px !important;
            left: 50% !important;
            transform: translateX(-50%) !important;
            z-index: 100 !important;
        }


@media only screen and (max-width: 580px) {
    .navbar-brand {
        font-size: 22px;
    }
    .home-gallery .mix {
        width: 100%;
    }
    .home-gallery .thumb-a {
        max-height: 240px;
    }
    .controls button {
        padding: 4px 12px;
    }
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }
    .borders div {
        height: 80px;
        width: 80px;
    }
    .brTR {
        border-width: 15px 15px 0 0;
        right: 0;
        top: 0;
    }
    .brTL {
        border-width: 15px 0 0 15px;
        top: 0;
        left: 0;
    }

    .brBL {
        border-width: 0 0 15px 15px;
        bottom: 0;
        left: 0;
    }

    .brBR {
        border-width: 0 15px 15px 0;
        bottom: 0;
        right: 0;
    }
    footer a {
        font-size: 24px;
        padding: 0 6px;
    }
}

@media only screen and (max-width: 480px) {
    h1 {
        font-size: 26px;
    }
    #hero-text h5 {
        letter-spacing: 0;
    }
    #hero-text {
        padding-bottom: 60px;
        padding-top: 80px;
    }
    .h2, h2 {
        font-size: 22px;
    }
    .slide-image-2 {
        height: 300px !important; /* Tetap landscape pada ukuran yang lebih kecil */
    }
    .slide-details-2 p {
        font-size: 10px !important;
        line-height: 1.3 !important;
    }
    
    .slide-details-2 span {
        font-size: 10px !important;
    }
    /* Posisi lebih tinggi untuk device sangat kecil */
    .slide-info-2 {
        top: 58% !important; /* Posisi lebih tinggi lagi */
    }
}

/* Pengaturan khusus untuk mode landscape pada mobile */
@media only screen and (max-width: 767px) and (orientation: landscape) {
    .slide-info-2 {
        top: 40% !important; /* Posisi lebih tinggi untuk landscape */
    }
    
    .slide-image-2 {
        height: 280px !important; /* Tinggi yang lebih kecil untuk landscape */
    }
    
    .slide-details-2 p {
        font-size: 11px !important;
        margin-bottom: 2px !important;
    }
}

/* Perangkat kecil dalam mode landscape */
@media only screen and (max-width: 480px) and (orientation: landscape) {
    .slide-info-2 {
        top: 30% !important; /* Posisi jauh lebih tinggi */
    }
    
    .slide-image-2 {
        height: 240px !important;
    }
}







      /* Dynamic Text at border style */
      .dynamic-text-boundary {
        position: relative;
        margin-top: 50px; /* Negative margin to move up to border */
        margin-bottom: -35px; /* Negative margin to overlap with client-slider */
        z-index: 10; /* Ensure it's above other content */
      }
      
      .dynamic-heading {
        font-family: 'Playfair Display', serif;
        font-weight: 700;
        font-size: 40px;
        color: #d8b76e;
        margin: 0;
        letter-spacing: 1px;
        display: inline-block;
        background-color: #f4f4f4; /* Match client-slider background */
        padding: 10px 30px;
        border-radius: 5px;
        box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
      }
      
      .changing-text {
        position: relative;
        display: inline-block;
        color: #d8b76e; /* Warna putih untuk teks berubah */
        min-width: 10px; /* Minimum width */
      }
      
      /* Cursor animation */
      .cursor {
        display: inline-block;
        width: 3px;
        color: #d8b76e;
        animation: blink 0.7s infinite;
        font-weight: 100;
      }
      
      @keyframes blink {
        0%, 100% { opacity: 1; }
        50% { opacity: 0; }
      }

      /* Client Slider Styles */
      .client-slider {
        padding: 150px 0 30px 0; /* Increased padding-top to account for overlapping text */
        background-color: #F4F4F4;
        position: relative;
        overflow: hidden;
        margin-top: 0px;
      }
      
      .section-title2 {
        font-family: 'Playfair Display', serif;
        font-weight: 700;
        font-size: 36px;
        margin-bottom: -85px;
        color: #d8b76e;
      }
      
      .subtitle {
        font-family: 'Raleway', sans-serif;
        font-weight: 300;
        font-size: 24px;
        margin-bottom: 60px;
        transition: opacity 0.15s ease !important;
        color: #414141;
      }
      
      /* Infinite Slider Solution */
      .slider-container {
        width: 100%;
        overflow: hidden;
        position: relative;
      }
      
      .logo-slider-container {
        overflow: hidden;
        width: 100%;
      }
      
      .logo-slider {
        display: flex;
        position: relative;
        will-change: transform;
      }
      
      .slide {
        min-width: 100px;
        height: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: -100px;
        flex-shrink: 0;
      }
      
      /* Category divider */
      .category-divider {
        min-width: 100px;
        height: 100px;
        flex-shrink: 0;
        position: relative;
      }

      .category-divider::after {
        content: '';
        position: absolute;
        top: 20px;
        bottom: 20px;
        left: 50%;
        width: 2px;
        background-color: rgba(0, 0, 0, 0.2);
      }

      .category-divider::before {
        content: none;
      }
      
      .client-logo {
        max-width: 100%;
        max-height: 80px;
        filter: grayscale(20%) brightness(1);
        transition: filter 0.3s ease, transform 0.3s ease;
      }
      
      .client-logo:hover {
        filter: grayscale(0%);
        transform: scale(1.1);
      }
      
      /* Gradient overlays for fade effect */
      .slider-gradient {
        position: absolute;
        top: 0;
        bottom: 0;
        width: 150px;
        z-index: 5;
        pointer-events: none;
      }
      
      .slider-gradient.left {
        left: 0;
        background: linear-gradient(to right, #f4f4f4 0%, rgba(34, 34, 34, 0) 100%);
      }
      
      .slider-gradient.right {
        right: 0;
        background: linear-gradient(to left, #f4f4f4 0%, rgba(34, 34, 34, 0) 100%);
      }
      
      /* Responsive adjustments */
      @media (max-width: 768px) {
        .dynamic-heading {
          font-size: 32px;
          padding: 8px 20px;
        }
        
        .section-title2 {
          font-size: 28px;
        }
        
        .subtitle {
          font-size: 20px;
        }
        
        .slide {
          min-width: 150px;
        }
        
        .category-divider {
          min-width: 60px;
        }
        
        .slider-gradient {
          width: 100px;
        }
      }

/* Hero Section Styles untuk about-me.html */
.hero-row {
    margin-bottom: 40px;
  }
  
  .hero-content .hero-name {
    font-weight: 1000;
    font-size: 135px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: -55px;
  }
  
  .hero-content p {
    margin-bottom: 20px;
  }
  
  .hero-image {
    text-align: center;
    position: relative;
  }
  
  .hero-image img {
    max-width: 90%;
    text-align: center;
    border-radius: 20px;
    border: 3px solid #fff;
    transform: rotate(5deg);
    transition: transform 1s;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  }
  
  .hero-image img:hover {
    transform: rotate(0deg);
    transition: transform 0.4s;
  }
  
  /* Client Reviews Styles */
  .clienti-reviews .clienti-profile {
    list-style-type: none;
    display: flex;
    padding: 0;
    margin: 0;
  }
  
  .clienti-reviews .clienti-profile li {
    flex: 0 0 50px;
    height: 50px;
    width: 50px;
    margin-left: -15px;
    border-radius: 100%;
    border: 2px solid #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    overflow: hidden;
  }
  
  .clienti-reviews .clienti-profile li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100%;
  }
  
  .clienti-reviews .clienti-profile li:first-child {
    margin-left: 0px;
  }
  
  .clienti-reviews .reviews {
    font-size: 18px;
    font-weight: 500;
    display: block;
    margin-top: 20px;
    color: #d8b76e;
  }
  
  .clienti-reviews .reviews span {
    color: #888;
    font-size: 16px;
  }
  
  .clienti-reviews .reviews p {
    margin-top: 10px;
    font-size: 14px;
    color: #666;
  }
  
  /* Button Styles */
  .theme-btn {
    background: #333;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    border: 1px solid rgba(0,0,0,0.1);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin: 10px 0;
    border-radius: 4px;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease;
  }
  
  .theme-btn:hover {
    background: transparent;
    color: #333;
    text-decoration: none;
    border-color: #333;
  }
  
  /* Utility Classes */
  .pt-30 {
    padding-top: 30px;
  }
  
  /* Responsiveness */
  @media (max-width: 992px) {
    .hero-content .hero-name {
      font-size: 40px;
    }
    
    .clienti-reviews .reviews {
      font-size: 16px;
    }
    
    .hero-image img {
      max-width: 80%;
      margin: 20px auto;
    }
  }
  
  @media (max-width: 768px) {
    .hero-row .col-lg-3, 
    .hero-row .col-lg-6 {
      text-align: center;
      margin-bottom: 20px;
    }
    
    .clienti-reviews {
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    
    .hero-content .hero-name {
      font-size: 36px;
    }
  }




  /*slider index*/
/* Gaya Slider Karya Terbaru */
.karya-terbaru-slider-2 {
    margin: 0;
    padding: 0;
    position: relative;
    background-color: #f4f4f4;
    color: #fff;
    text-align: center; /* Memastikan teks header di tengah */
  }
  
  .karya-terbaru-slider-2 .section-title-2 {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 36px;
    padding: 30px 0 10px;
    position: center;
  }
  
  .karya-terbaru-slider-2 .section-title-2:after {
    content: '';
    display: block;
    width: 100px;
    height: 2px;
    background-color: #d8b76e;
    margin: 10px auto 30px;
  }
  
  .slider-container-2 {
    position: relative;
    overflow: hidden;
    height: 800px; /* Mengecilkan dari 500px menjadi 400px */
    max-width: 70%; /* Membuat lebar gambar hanya 80% dari container */
    margin: 0 auto; /* Membuat gambar berada di tengah */
  }
  
  .slider-wrapper-2 {
    height: 100%;
    width: 100%;
  }
  
  .slide-2 {
    height: 100%;
    width: 100%;
    display: none;
  }
  
  .slide-2.active-2 {
    display: block;
  }
  
  .slide-image-2 {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
  }
  
  /* Info slide dengan efek hover */
  .slide-info-2 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
    padding: 50px 30px 30px;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.4s ease;
    text-align: left; /* Mengubah text-align menjadi left */
  }
  
  /* Efek hover untuk menampilkan info */
  .slide-image-2:hover .slide-info-2 {
    opacity: 1;
    transform: translateY(0);
  }
  
  .slide-details-2 p {
    color: #F4F4F4;
    margin-bottom: 10px;
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 600;
  }
  
  .slide-details-2 span {
    color: #d8b76e;
    margin-right: 10px;
  }
  
  /* Tombol panah di dalam gambar */
  .slider-arrow-2 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
    opacity: 0.7;
  }
  
  .slider-arrow-2:hover {
    background-color: rgba(216, 183, 110, 0.8);
    opacity: 1;
  }
  
  .left-arrow-2 {
    left: 20px;
  }
  
  .right-arrow-2 {
    right: 20px;
  }
  
  .slider-dots-2 {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 15px;
    z-index: 10;
  }
  
  .dot-2 {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  
  .dot-2.active-2 {
    background-color: #d8b76e;
  }
  
  /* Tombol panah saat hover */
  .slide-image-2:hover .slider-arrow-2 {
    opacity: 1;
  }

  /* Untuk membuat slide bisa diklik */
.slide-link-2 {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    text-decoration: none;
    color: #fff;
  }
  
  /* Tombol untuk view project */
  .view-project-2 {
    display: inline-block;
    margin-top: 15px;
    padding: 8px 20px;
    background-color: #d8b76e;
    color: #000;
    border: none;
    border-radius: 3px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  
  .view-project-2:hover {
    background-color: #fff;
    color: #333;
  }
  
  /* Memperbaiki masalah event klik untuk tombol navigasi */
  .slider-arrow-2 {
    z-index: 20;
  }


  