/********** Template CSS **********/
:root {
    --primary: #E6B300;
    --secondary: #737373;
    --abu: #e5e5e5;
    --light: white;
    --dark: #000;
}

/* ***** Control Tambahan Start ***** */
@media screen and (max-width: 768px) {
    .logo-web{
        width: 80px;
    }
    .fz-footer{
        font-size: 10px;
    }
    .fz-topbar{
        font-size: 10px;
    }
}

@media screen and (min-width: 992px) {
    .logo-web{
        width: 130px;
    }
    .fz-footer{
        font-size: 12px;
    }
    .fz-topbar{
        font-size: 12px;
    }
}

.text-putih{
    color: var(--light);
}

.text-hitam{
    color: var(--dark);
}

.text-utama{
    color: var(--primary);
}

.bg-section{
    background-color: var(--abu);
}

.bg-utama{
    background-color: var(--primary);
}

.bg-hitam{
    background-color: var(--dark);
}

/*---------------------------------------
  CUSTOM TEXT BOX               
-----------------------------------------*/
.custom-text-box {
  background: var(--primary);
  /*border-radius: var(--border-radius-medium);*/
  margin-bottom: 24px;
  padding: 40px;
}

.custom-text-box-image {
  /*border-radius: var(--border-radius-medium);*/
  width: 100%;
  /* height: 100%; */
  object-fit: cover;
}

.custom-text-box-icon {
  background: var(--section-bg-color);
  border-radius: var(--border-radius-large);
  color: var(--secondary-color);
  font-size: var(--h6-font-size);
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  line-height: 30px;
}

/*
---------------------------------------------
Produk
---------------------------------------------
*/ 
@media screen and (max-width: 768px) {
    .item-furniture .wrap-img {
        position: relative;
        height: 200px;
        overflow: hidden;
    }
    
    .item-furniture {
        position: relative;
        height: 225px;
        overflow: hidden;
    }
}

@media screen and (min-width: 992px) {
    .item-furniture {
        position: relative;
        height: 470px;
        overflow: hidden;
    }
}

.item-furniture .title p {
    color: #262525;
    font-size: 16px;
}

.item-furniture .title {
    position: absolute;
    /* bottom: 0; */
    width: 100%;
}

.wrap-img {
    position: relative;
    height: 400px;
    overflow: hidden;
}

.item-furniture img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    opacity: 1;
    transition: transform 0.5s ease;
}

.item-furniture .img-fur {
    transform: translateX(0%);
}

.item-furniture .img-fur2 {
    transform: translateX(-100%);
}

.item-furniture:hover .img-fur {
    transform: translateX(100%);
}

.item-furniture:hover .img-fur2 {
    transform: translateX(0%);
}

/*
---------------------------------------------
services
---------------------------------------------
*/ 

.services .service-item {
    border-radius: 5px;
    padding: 15px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    margin-top: 30px;
}

.services .service-item:hover img {
    margin-top: 15px;
}

.services .service-item h4 {
    font-size: 20px;
    font-weight: 600;
    /* margin-bottom: 20px; */
}

@media screen and (max-width: 768px) {
    .services .service-item {
        height: 130px;
    }

    .services .service-item img {
        width: 70px;
        margin-right: 15px;
    }
    .services .service-item p {
        font-size: 10px;
    }
}

@media screen and (min-width: 992px) {
    .services .service-item {
        height: 160px;
    }

    .services .service-item img {
        width: 80px;
        margin-right: 25px;
    }
    .services .service-item p {
        font-size: 12px;
    }
}

.services .service-item img {
    transition: all .5s;
    float: left;
    font-size: 64px;
    color: var(--primary);
    margin-bottom: 30px;
}

.gallery{
    padding: 5px;
    background-color: var(--light);
}

@media (min-width: 992px) {
    .gallery:hover {
        border: 6px solid var(--primary);
        padding: 4px;
        background: #fff;
        z-index: 1;
        transform: scale(1.1);
    }
}

.sidebar{
    position: sticky;
    top: 100px;
}

/*
---------------------------------------------
CTA Section
---------------------------------------------
*/ 
.section-cta {
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    /* position: relative; */
    /* filter: brightness(50%); */
}

/* .section-cta .overlay {
    position: absolute;
    inset: 0;
    background: #000;
    opacity: .5;
    z-index: 1;
  } */

/* .section-cta .container {
    position: relative;
    z-index: 1;
} */

.section-cta .container > .row {
    padding-top: 60px;
    padding-bottom: 60px;
}

.section-cta .container > .row > div:first-child .play-block {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: var(--primary);
    transition: all ease 0.3s;
}

.section-cta .container > .row > div:first-child .play-block:hover {
    background-color: var(--light);
}

.section-cta .container > .row > div:first-child .play-block:hover i {
    color: var(--primary);
}

.section-cta .container > .row > div:last-child .nav-item a {
    position: relative;
    transition: all ease 0.3s;
}

.section-cta .container > .row > div:last-child .nav-item a::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    background-color: var(--primary);
    height: 2px;
    width: 0;
    transition: all ease 0.3s;
}

.section-cta .container > .row > div:last-child .nav-item:hover a {
    color: var(--on-surface);
    margin-left: 8px;
}

.section-cta .container > .row > div:last-child .nav-item:hover a::before {
    width: 100%;
}

@media (max-width: 991.99px) {
    .section-cta .container > .row {
        padding-top: 140px;
    }

    .section-cta .container > .row > div:first-child .mt-24 {
        margin-top: 16px;
    }

    .section-cta .container > .row > div:first-child .play-block {
        width: 60px;
        height: 60px;
    }

    .section-cta .container > .row > div:first-child .play-block i {
        font-size: 24px;
    }
}

@media (max-width: 575.99px) {
    .section-cta .container > .row {
        padding-top: 80px;
        padding-bottom: 40px;
    }

    .section-cta .container > .row > div:first-child .mt-24 {
        margin-top: 12px;
    }

    .section-cta .container > .row > div:first-child .play-block {
        width: 50px;
        height: 50px;
    }

    .section-cta .container > .row > div:first-child .play-block i {
        font-size: 20px;
    }
}

.section-cta.style-below {
    background-image: url(../images/component/industry5-below.png);
}
/*
---------------------------------------------
Blog Section
---------------------------------------------
*/ 
.block-20 {
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    display: block;
    width: 100%;
    height: 270px;
    z-index: -1; 
}

.blog-entry {
    position: relative;
    z-index: 0; 
}

@media (min-width: 768px) {
    .blog-entry {
        margin-bottom: 30px; 
    } 
}

@media (max-width: 767.98px) {
    .blog-entry {
        margin-bottom: 30px; 
    } 
}
    
.blog-entry .text {
    width: 90%;
    margin: 0 auto;
    z-index: 1;
    margin-top: -40px;
    background: #fff;
    -webkit-box-shadow: 0px 10px 23px -8px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0px 10px 23px -8px rgba(0, 0, 0, 0.11);
    box-shadow: 0px 10px 23px -8px rgba(0, 0, 0, 0.11);
    padding: 20px; 
}
    
.blog-entry .text .heading {
    font-size: 18px;
    margin-bottom: 16px;
    font-weight: 600; 
}

.blog-entry .text .heading a {
    color: #000000; 
}
        
.blog-entry .text .heading a:hover, .blog-entry .text .heading a:focus, .blog-entry .text .heading a:active {
    color: var(--primary); 
}
    
.blog-entry .meta > div {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 0;
    font-size: 14px; 
}

.blog-entry .meta > div a {
    color: gray;
    font-size: 15px; 
}
        
.blog-entry .meta > div a:hover {
    color: #666666; 
}

.blog-entry .topp {
    position: absolute;
    top: -7px;
    left: 20px;
    padding: 5px 15px;
    background: var(--primary); 
}

.blog-entry .topp:after, .blog-entry .topp:before {
    position: absolute;
    top: 0;
    content: ''; 
}

.blog-entry .topp:after {
    left: -7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 7px 7px;
    border-color: transparent transparent #BE9000 transparent; 
}

.blog-entry .topp:before {
    width: 0;
    right: -7px;
    height: 0;
    border-style: solid;
    border-width: 7px 0 0 7px;
    border-color: transparent transparent transparent #BE9000; 
}

.blog-entry .one {
    width: 55px; 
}

.blog-entry .two {
    width: calc(100% - 55px); 
}

.blog-entry span.day {
    font-size: 30px;
    font-weight: 300;
    color: #fff;
    line-height: 1; 
}

.blog-entry span.yr, .blog-entry span.mos {
    display: block;
    font-size: 13px;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.8); 
}

.meta-top {
    margin-top: 20px;
    color: #6c757d;
}

.meta-top ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    align-items: center;
    padding: 0;
    margin: 0;
}

.meta-top ul li+li {
    padding-left: 20px;
}

.meta-top i {
    font-size: 16px;
    margin-right: 8px;
    line-height: 0;
    color: var(--color-primary);
}

.meta-top a {
    color: #6c757d;
    font-size: 14px;
    display: inline-block;
    line-height: 1;
}

/* ***** Control Tambahan End ***** */

.btn {
    font-weight: 700;
    transition: .5s;
}

.btn:hover {
    -webkit-box-shadow: 0 8px 6px -6px #555555;
    -moz-box-shadow: 0 8px 6px -6px #555555;
    box-shadow: 0 8px 6px -6px #555555;
}

.btn.btn-secondary {
    color: #FFFFFF;
    border: 1px #FFF solid;
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 28px;
    height: 28px;
}

.btn-lg-square {
    width: 46px;
    height: 46px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 24px;
    bottom: 24px;
    z-index: 99;
}

.navbar-dark .navbar-nav .nav-link {
    position: relative;
    margin-left: 30px;
    padding: 25px 0;
    font-size: 18px;
    color: var(--light);
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-dark .navbar-nav .nav-link {
    padding: 20px 0;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (min-width: 992px) {
    .navbar-dark .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 5px;
        bottom: 0;
        left: 50%;
        background: var(--primary);
        transition: .5s;
    }

    .navbar-dark .navbar-nav .nav-link:hover::before,
    .navbar-dark .navbar-nav .nav-link.active::before {
        width: 100%;
        left: 0;
    }
}

@media (max-width: 991.98px) {
    .navbar-dark .navbar-nav .nav-link  {
        margin-left: 0;
        padding: 10px 0;
    }
}

.bg-hero {
    background: url(../img/hero.jpg) top right no-repeat;
    background-size: contain;
}

@media (max-width: 991.98px) {
    .bg-hero {
        background-size: cover;
    }
}

.about-start,
.about-end {
    background: url(../img/about-bg.jpg) center center no-repeat;
    background-size: contain;
}

@media (min-width: 992px) {
    .about-start {
        position: relative;
        margin-right: -50px;
        z-index: 1;
    }

    .about-end {
        position: relative;
        margin-left: 0px;
        z-index: 1;
    }
}

.service-item,
.contact-item {
    background: url(../img/service.jpg) top center no-repeat;
    background-size: cover;
    transition: .5s;
}

.service-item:hover,
.contact-item:hover {
    background: url(../img/service.jpg) bottom center no-repeat;
    background-size: cover;
}

.service-item .service-icon,
.contact-item .contact-icon {
    margin-top: -50px;
    width: 100px;
    height: 100px;
    color: var(--secondary);
    background: #FFFFFF;
    transform: rotate(-45deg);
}

.service-item .service-icon div,
.contact-item .contact-icon div {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    transition: .5s;
}

.service-item .service-icon i,
.contact-item .contact-icon i {
    transform: rotate(45deg);
    transition: .5s;
}

.service-item:hover .service-icon div,
.contact-item:hover .contact-icon div {
    background: var(--secondary);
}

.service-item:hover .service-icon i,
.contact-item:hover .contact-icon i {
    color: var(--primary);
}

.service-item a.btn {
    position: relative;
    bottom: -30px;
    opacity: 0;
}

.service-item:hover a.btn {
    bottom: 0;
    opacity: 1;
}

.bg-quote {
    background: url(../img/quote.jpg) top right no-repeat;
    background-size: contain;
}

@media (max-width: 991.98px) {
    .bg-quote {
        background-size: cover;
    }
}

.team-item {
    position: relative;
    margin-bottom: 45px;
}

.team-text {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: url(../img/team.jpg) bottom center no-repeat;
    background-size: cover;
    height: 90px;
    padding: 0 30px;
    right: 45px;
    left: 45px;
    bottom: -45px;
    transition: .5s;
    z-index: 1;
}

.team-item:hover .team-text {
    height: 100%;
    bottom: 0;
}

.team-social {
    position: absolute;
    transition: .1s;
    transition-delay: .0s;
    opacity: 0;
}

.team-item:hover .team-social {
    transition-delay: .3s;
    opacity: 1;
}

.bg-testimonial {
    background: url(../img/testimonial.jpg) top left no-repeat;
    background-size: contain;
}

@media (max-width: 991.98px) {
    .bg-testimonial {
        background-size: cover;
    }
}

.testimonial-carousel .owl-nav {
    margin-top: 30px;
    display: flex;
    justify-content: start;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next{
    position: relative;
    margin: 0 5px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--secondary);
    font-size: 22px;
    border-radius: 45px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}

.testimonial-carousel .owl-item img {
    width: 60px;
    height: 60px;
}

.bg-call-to-action {
    background: url(../img/call-to-action.jpg) top right no-repeat;
    background-size: contain;
}

.bg-footer {
    background: url(../img/footer.jpg) center center no-repeat;
    background-size: contain;
}

@media (max-width: 991.98px) {
    .bg-call-to-action,
    .bg-footer {
        background-size: cover;
    }
}