/********** Template CSS **********/
/*
body {
    font-family: "Muli", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
} */

h1 {
	font-size: 56px;
}

@media (max-width: 1024px) {
	h1 {
		font-size: 50px;
	}
}

@media (max-width: 479px) {
	h1 {
		font-size: 44px;
	}
}

h2 {
	font-size: 48px;
}

@media (max-width: 1024px) {
	h2 {
		font-size: 40px;
	}
}

@media (max-width: 479px) {
	h2 {
		font-size: 30px;
	}
}

h3 {
	font-size: 40px;
}

@media (max-width: 1024px) {
	h3 {
		font-size: 30px;
	}
}

@media (max-width: 479px) {
	h3 {
		font-size: 26px;
	}
}

h4 {
	font-size: 32px;
}

@media (max-width: 1024px) {
	h4 {
		font-size: 24px;
	}
}

@media (max-width: 479px) {
	h4 {
		font-size: 22px;
	}
}

h5 {
	font-size: 24px;
}

h6 {
	font-size: 20px;
	line-height: 26px;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
    font-weight: 500;
}

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

.fw-medium {
    font-weight: 600;
}

.mt-6 {
    margin-top: 5rem;
}

.mb-6 {
    margin-bottom: 5rem;
}

.pt-6 {
    padding-top: 5rem;
}

.pb-6 {
    padding-bottom: 5rem;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    transition: .5s;
    font-weight: 600;
    text-transform: uppercase;
}

.btn-primary,
.btn-outline-primary:hover {
    color: var(--bs-light);
}

.btn-secondary,
.btn-outline-secondary:hover {
    color: var(--bs-dark);
}

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

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

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

.btn-xl-square {
    width: 60px;
    height: 60px;
}

.btn-xxl-square {
    width: 75px;
    height: 75px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square,
.btn-xl-square,
.btn-xxl-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

/*** Navbar ***/
.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar .navbar-nav .nav-link {
    margin-right: 35px;
    padding: 25px 0;
    color: var(--bs-light);
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    outline: none;
}

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

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

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

    .navbar .navbar-nav {
        margin-top: 15px;
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.carousel .carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    text-align: left;
    background: rgba(0, 0, 0, .7);
    padding: 3rem;
    padding-left: 11rem;
    z-index: 1;
}

.carousel .carousel-indicators {
    top: 0;
    bottom: 0;
    left: 0;
    right: auto;
    width: 80px;
    flex-direction: column;
    margin: 0;
    margin-left: 3rem;
}

.carousel .carousel-indicators [data-bs-target] {
    width: 70px;
    height: 70px;
    text-indent: 0;
    margin: 5px 0;
    border: 2px solid #FFFFFF;
    overflow: hidden;
}

.carousel .carousel-indicators [data-bs-target] img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-carousel-item {
    position: relative;
}
.video-carousel-item iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

@media (max-width: 992px) {
    .carousel .carousel-item {
        position: relative;
        min-height: 600px;
    }

    .video-carousel-item {
        min-height: 600px;
    }
    
    .carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .carousel .carousel-indicators [data-bs-target] {
        width: 60px;
        height: 60px;
    }

    .carousel .carousel-caption {
        padding-left: 10rem;
    }
}

@media (max-width: 768px) {
    .carousel .carousel-item {
        min-height: 400px;
    }

    .video-carousel-item {
        min-height: 400px;
    }

    .carousel .carousel-indicators [data-bs-target] {
        width: 50px;
        height: 50px;
    }

    .carousel .carousel-caption {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width: 1200px) {
    .carousel .carousel-item .display-1 {
        font-size: 7rem;
    }
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(../images/breadcrumbs.jpg) center center no-repeat;
    background-size: cover;
}


/*** About ***/
.about-img {
    position: relative;
    padding-left: 45px;
}

.about-img::before {
    position: absolute;
    content: "";
    width: 200px;
    height: 300px;
    top: 0;
    left: 0;
    border: 5px solid var(--bs-primary);
    animation: animateUpDown 3s ease-in-out infinite;
    z-index: -1;
}

@keyframes animateUpDown { 
    0% { 
        top: -25px;
    }
    50% { 
        top: -45px;
    }
    100% { 
        top: -25px;
    } 
}


/*** Features ***/
.feature {
    background: linear-gradient(to right, rgba(0, 0, 0, .1), rgba(0, 0, 0, 1) 50%), url(../img/carousel-1.jpg) left center no-repeat;
    background-size: cover;
}

.feature-row {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.feature-item {
    border-color: rgba(0, 0, 0, .03) !important;
}

.feature-icon {
    position: relative;
    transition: .5s;
}

.feature-item:hover .feature-icon {
    margin-left: 3rem;
}

.feature-item a::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: var(--bs-secondary);
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: -1;
}

.feature-item a:hover {
    color: var(--bs-primary) !important;
}

.feature-item a:hover::after {
    background: var(--bs-primary);
}

.experience .progress {
    height: 5px;
}

.experience .progress .progress-bar {
    width: 0px;
    transition: 3s;
}

.features {
    position: relative;
}

.features > section, .features > div > section {
    clear: both;
}

.ds {
    background-color: #303b4a;
    color: #818181;
}
.lightfont {
    color: #fff !important;
}
.special-heading .regular {
    font-weight: 400;
}

.image_cover {
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    width: 50%;
    top: 0;
    height: 100%;
}
.image_cover.image_cover_right {
    right: 0;
}

@media (max-width: 991px) {
    .image_cover {
      min-height: 500px;
      margin-bottom: -30px;
      padding-bottom: 66%;
      position: relative;
      width: 100%;
    }
}

/*** Service ***/
.service .service-item {
    position: relative;
    margin-top: 45px;
}

.service .service-inner {
    position: relative;
    height: 100%;
    margin-top: 45px;
    background: var(--bs-white);
    box-shadow: 0 0 45px rgba(0, 0, 0, .05);
}

.service .service-inner::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    left: 0;
    bottom: 0;
    transition: 1s;
    background: var(--bs-primary);
}

.service .service-inner:hover::before {
    height: 100%;
    top: 0;
}

.service .service-item img {
    margin-top: -45px;
}

.service .service-item * {
    position: relative;
    transition: .5s;
    z-index: 1;
}

.service .service-item:hover h5,
.service .service-item:hover p {
    color: var(--bs-white);
}

.service .service-item:hover a {
    padding-left: 45px !important;
}


/*** Appoinment ***/
.appoinment {
    background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(../img/carousel-2.jpg) left center no-repeat;
    background-size: cover;
}


/*** Team ***/
.team .team-item {
    background: var(--bs-white);
    box-shadow: 0 0 45px rgba(0, 0, 0, .05);
}

.team .team-item .team-social {
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    transition: .5s;
    background: var(--bs-primary);
    display: flex;
    align-items: center;
    justify-content: center;
}

.team .team-item:hover .team-social {
    width: 100%;
    left: 0;
}

.team .team-item .team-social .btn {
    opacity: 0;
    transition: .5s;
}

.team .team-item:hover .team-social .btn {
    opacity: 1;
}


/*** Testimonial ***/
.testimonial-img {
    position: relative;
    min-height: 400px;
    overflow: hidden;
}

.testimonial-img div {
    position: absolute;
    width: 100px;
    height: 100px;
    animation-duration: 5s;
}

.testimonial-img div:nth-child(1) {
    top: 10%;
    left: 10%;
    animation-delay: .1s;
}

.testimonial-img div:nth-child(2) {
    top: 60%;
    left: 20%;
    animation-delay: .4s;
}

.testimonial-img div:nth-child(3) {
    top: 20%;
    left: 60%;
    animation-delay: .7s;
}

.testimonial-img div:nth-child(4) {
    bottom: 10%;
    right: 10%;
    animation-delay: 1s;
}

.testimonial-img div::after {
    position: absolute;
    content: "";
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    box-shadow: 0 0 10px 10px var(--bs-white) inset;
    z-index: 1;
}

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

.testimonial-carousel .owl-nav {
    margin-top: 15px;
    display: flex;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin-right: 15px;
    color: var(--bs-primary);
    font-size: 45px;
    transition: .5s;
}

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

.service-carousel .owl-nav {
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-carousel .owl-nav .owl-prev,
.service-carousel .owl-nav .owl-next {
    margin-right: 15px;
    color: var(--bs-primary);
    font-size: 45px;
    transition: .5s;
}

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

/*** Why DKR Carousel **/

.whydkr-carousel h5 {
    font-weight: 400;
}
.whydkr-carousel .owl-item img {
    width: 220px;
    height: 220px;
    margin: 0 auto 1rem;
}

.whydkr-carousel .owl-nav {
    position: absolute;
    top: 45%;
    display: flex;
    width: 100%;
}

.whydkr-carousel .owl-nav .owl-prev,
.whydkr-carousel .owl-nav .owl-next {
    margin-right: 15px;
    color: var(--bs-primary);
    font-size: 45px;
    transition: .5s;
    position: absolute;
}

.whydkr-carousel .owl-nav .owl-prev {
    left: 0;
}
.whydkr-carousel .owl-nav .owl-next {
    right: 0;
}

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

.produk-carousel .owl-item .produk-carousel-item {
    opacity: 0.3;
}
.produk-carousel .owl-item.active.center .produk-carousel-item {
    opacity: 1;
}

/*** Contact ***/
@media (min-width: 992px) {
    .contact-info::after {
        position: absolute;
        content: "";
        width: 0px;
        height: 100%;
        top: 0;
        left: 50%;
        border-left: 1px dashed rgba(255, 255, 255, .2);
    }
}

@media (max-width: 991.98px) {
    .contact-info::after {
        position: absolute;
        content: "";
        width: 100%;
        height: 0px;
        top: 50%;
        left: 0;
        border-top: 1px dashed rgba(255, 255, 255, .2);
    }
}


/*** Appoinment ***/
.newsletter {
    background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(../images/breadcrumbs.jpg) left center no-repeat;
    background-size: cover;
}


/*** Footer ***/
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: var(--bs-secondary);
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--bs-primary);
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--bs-primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.copyright {
    background: #fff;
}

.copyright a {
    color: var(--bs-white);
}

.copyright a:hover {
    color: var(--bs-primary);
}

.harga-emas table {
    margin-bottom: 10px;
    max-width: 100%;
    width: 100%;
    line-height: 1.75;
}
.harga-emas table th {
    border: 1px solid #e5e5e5;
}
.harga-emas img {
    height: auto;
    max-width: 100%;
}
.dkr-top {
	background: url('../images/hargaemasimg/dkr-harga-bg.png');
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: top;
	padding-top: 10%;
}
.dkr-top h3 {
	font-size: 18px;
	font-weight: 500;
	color: #fff !important;
    margin-top: 0;
	margin-bottom: 4px;
}
.dkr-tgl {
	line-height: 1;
}
.dkr-tgl > div {
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	background: #be9200;
	color: #fff;
	padding: 3px 5px;
	margin-bottom: 8px;
	border-radius: 3px;
}
.table-dkr {
	border: none
}

.table-dkr>tbody>tr>td,
.table-dkr>tbody>tr>th,
.table-dkr>tfoot>tr>td,
.table-dkr>tfoot>tr>th,
.table-dkr>thead>tr>td,
.table-dkr>thead>tr>th {
	background-color: transparent;
	border: none;
	padding: .1rem .25rem;
	text-align: center;
}

.table-dkr>thead>tr>th>span {
	display: block;
	background: #000;
	color: #fff;
	font-size: 9px;
	border-radius: 5px;
	padding: .25rem;
}
.dkr-harga2-item .table-dkr > thead > tr > th > span {
	font-size: 6px;
    padding: 2px;
}

.table-dkr>tbody>tr>td>span {
	display: block;
	font-size: 10px;
	border-radius: 5px;
	padding: 3px;
}
.dkr-harga2-item .table-dkr > tbody > tr > td > span {
	font-size: 7px;
	padding: 3px;
}
.table-dkr>tbody>tr>td.konsumen>span {
	background: #1c424f;
	color: #fff;
	font-weight: 700;
}

.table-dkr>tbody>tr>td.buyback>span {
	background: #e9e8eb;
	color: #1c424f;
	font-weight: 700;
}
.table-dkr>tbody>tr>td.buyback2>span {
	background: #f6f7fb;
	color: #1c424f;
	font-weight: 700;
    padding: 2px;
}
.dkr-harga1 {
	font-size: 14px;
}
.dkr-harga2 {
	font-size: 12px;
    margin-top: 2px;
}
.dkr-harga2-item {
	background: #bd932d;
	border-radius: 5px; 
	padding: .25rem;
	margin-bottom: .15rem;
}

.dkr-harga2-item.pdl img,
.dkr-harga2-item.pde img {
	max-width: 90%;
}
.dkr-harga2-item.pde img {
	margin-bottom: .25rem;
}

.dkr-harga2-item .table.table-dkr>thead>tr>th>span {
	font-size: 1rem;
}
.dkr-harga2 .followus h4 {
	font-size: 11px;
	font-weight: 700;
	color: #1c424f;
	margin: 0 0 .25rem;
}
.followtext {
	font-size: 5px;
	color: #fff;
	background: #1d424f;
	line-height: 1;
	padding: 3px;
	border-radius: 30px;
}
.dkr-catatan {
	line-height: 1;
	font-size: 10px;
	font-style: italic;
	font-weight: 600;
	color: #1c424f;
}

.harga-pkr {
	background: url('../images/hargaemasimg/pkr-bg.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.hpkr-logo img {
	max-width: 90px;
}
.hpkr-top > h3 > span {
	background: #aa9c7b;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	padding: 0 .75rem;
	border-radius: 30px;
	text-transform: uppercase;
}
.hpkr-tgl {
	line-height: 1.5;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
}
.hpkr-desc {
	background: url('../images/hargaemasimg/pkr-desc-bg.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
}
.hpkr-table {
	border: solid 1px #fff;
	border-radius: 10px;
}
.table-hpkr {
	font-size: 11px;
}
.table-hpkr th {
	vertical-align: middle;
	font-weight: 700;
	color: #cd9f47;
	padding: .5rem;
}
.table-hpkr td {
	border-width: 0 0 0 1px;
	color: #fff;
	line-height: 1;
	padding: .25rem .5rem;
}
.table-hpkr thead tr:first-child th:first-child {
	padding-left: .5rem;
}
.table-hpkr tbody tr td:first-child {
	border: none;
}
.table-hpkr thead tr:first-child th {
	border-top: none;
}
.table-hpkr thead tr th:first-child {
	border-left: none;
}
.table-hpkr thead tr th:last-child {
	border-right: none;
}
.table-hpkr tbody tr:first-child td {
	padding-top: 1rem;
}
.table-hpkr tbody tr:last-child td {
	padding-bottom: 1rem;
}
.hpkr-notes {
	font-size: 7px;
	font-style: italic;
	color: #ccc;
	line-height: 1.2;
    margin-bottom: 5px;
}
.hpkr-web {
	line-height: 1;
	font-size: 8px;
	color: #fff;
	font-weight: 700;
}

@media screen and (max-width: 767px) {
	.table_section.tentang_dkr [class*="col-"] {
		width: 100%;
	}
}

@media(min-width: 600px) {
    .harga-emas table {
        line-height: 2;
    }
	.dkr-top h3 {
		font-size: 30px;
		margin-bottom: 10px;
	}
	.dkr-tgl > div {
		font-size: 22px;
		padding: 5px 15px;
	}
	.table-dkr > tbody > tr > td > span {
		font-size: 15px;
		padding: 7px;
	}
	.table-dkr > thead > tr > th > span {
		font-size: 12px;
		padding: 5px;
	}
	.dkr-harga2-item {
		padding: 5px;
        margin-bottom: .35rem;
	}
	.dkr-harga2-item .table-dkr > thead > tr > th > span {
		font-size: 9px;
        line-height: 1.75;
	}
	.dkr-harga2-item .table-dkr > tbody > tr > td > span {
		font-size: 13px;
        line-height: 1.75;
	}
	.dkr-harga2 .followus h4 {
		font-size: 14px;
	}
	.followtext {
		font-size: 10px;
	}
	.dkr-catatan {
		font-size: 13px;
	}

	.hpkr-top > h3 > span {
		font-size: 25px;
	}
	.hpkr-logo img {
		max-width: 130px;
	}
	.hpkr-tgl {
		font-size: 17px;
	}
	.hpkr-desc {
		font-size: 16px;
	}
	.table-hpkr {
		font-size: 17px;
	}
	.table-hpkr td {
		padding: 10px;
	}
	.hpkr-notes {
		font-size: 12px;
	}
	.hpkr-web {
		font-size: 12px;
	}
}

@media(min-width: 992px) {
    .pt-md-6 {
        padding-top: 5rem;
    }
    .pb-md-6 {
        padding-bottom: 5rem;
    }
}