/* ========== LAYOUT ========== */
.header .logo h1 span {
    color: #e44e08 !important;
}

.navbar > ul > li > a:before {
    height: 9px !important;
    bottom:-35px !important;
    border-radius: 20px;
    background-color: #e44e08 !important;
}

.header .btn-book-a-table, .header .btn-book-a-table:focus {
    background: #e44e08 !important;
    border-radius:50px 50px 50px 5px;
}

#preloader:before {
    border: 4px solid #ffac60 !important;
}

#preloader:after {
    border: 4px solid #ffac60 !important;
}

/* ========== END OF LAYOUT ========== */

/* ========== HERO ========== */
.section-bg {
    background-color: rgb(242, 138, 33, 0.8) !important;
}

.hero h1#hero_heading  {
    font-weight: 700;
    font-family: 'inter', sans-serif;
}

.hero h1#hero_heading span {
     color: #ffac60 !important;
}

.hero h2#hero_subheading {
    font-size: 1.3rem !important;
    color: #e44e08 !important;
     font-family: 'inter', sans-serif !important;
}

.hero p#hero_decription {
    font-weight:700;
}

.hero .btn-book-a-table {
    background: #e44e08 !important;
}

.hero .btn-watch-video:hover {
    color: #ffac60 !important;
}
/* ========== END OF HERO ========== */

/* ========== MENU ========== */
.menu {
    background-image: url('../landing/img/menu/bg.jpg');
    position: relative;
    z-index: 1;
    overflow: inherit;
}

.menu .section-header {
    text-align: left;
}

.menu h1#polaruang_heading {
    font-weight: 700;
    font-family: 'inter', sans-serif;
}

.menu h1#polaruang_heading span {
      color: #7d69e6 !important;
}

.menu p#polaruang_subheading {
     font-size: 1.2rem !important;
     font-family: 'inter', sans-serif !important;
     color: #ffac60 !important;
}

.menu .nav-link {
    background:transparent !important;
}

.menu .button-custom {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    border: .5 px solid #000;
    border-radius:30px ;
    background-color:  #fff !important;
    font-size: 1rem !important;
    font-weight: 600;
    font-family: 'inter', sans-serif !important;
}

.menu .nav-link {
    border-color: transparent !important;
}

.menu .nav-link.active .button-custom {
     border: none;
     background-color:  #ffac60 !important;
}

.menu .slides-1 {
    padding-top: 30px;
    padding-bottom: 30px;
    background: transparent;
    height: 600px;
}

.menu .testimonial-item .card {
    border: none;
    border-radius: 20px !important;
    width: 300px !important;
    height: 500px;
    box-shadow: 0px 0px 65px -1px rgba(0,0,0,0.05);
    -webkit-box-shadow: 0px 0px 65px -1px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 0px 65px -1px rgba(0,0,0,0.05);
    margin-left: 20px !important;
    margin-right: 20px !important;
}

.menu .testimonial-item .card .card-title {
    font-family: 'inter', sans-serif !important;
    color: #ffac60 !important;
}

.menu .testimonial-item .card img.card-img-top {
    padding: 10px;
    border-radius: 20px;
    height: 200px !important;
}


.menu:after {
    content:'';
    width: 140px;
    height: 170px;
    position: absolute;
    bottom: -76px;
    left: 20px;
    background-image: url('../landing/img/rekap/shape.png') !important;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9;
}
/* ========== END OF MENU ========== */

/* ========== REKAPITULASI ========== */
.stats-counter {
    background-image: url('../landing/img/menu/bg_gapura.png') !important;
    background-position: center;
    position: relative;
}

.stats-counter h2#rekap_heading {
    font-weight: 700;
    font-family: 'inter', sans-serif;
}

.stats-counter h2#rekap_heading span {
    color: #ffac60 !important;
}

.stats-counter h5#rekap_subheading {
    color: #ffac60 !important;
}

.stats-counter #stats_item span {
    font-size: 35px;
    font-family: 'inter', sans-serif;
    color: #ffac60 !important;
}
/* ========== END OF REKAPITULASI ========== */


/* ========== ABOUT ========== */

.about .section-header {
    text-align: left;
}

.about .section-header h2#about_heading {
     font-family: 'inter', sans-serif;
     color: #e44e08 !important;
}

.about .section-header p#about_subheading {
     font-size: 35px;
     font-weight: 700;
    font-family: 'inter', sans-serif;
}

.about .section-header p#about_subheading span {
     color: #ffac60 !important;
}

.about .section-header p {
     font-size: 17px;
     /* font-weight: 700; */
    font-family: 'inter', sans-serif;
}

.about img#about_img {
    width: 50% !important ;
    height: inherit!important;
}

.about #about_boxdesc {
    position: relative;
}

.about #about_boxdesc:before {
    content:'';
    width: 150px;
    height: 170px;
    position: absolute;
    left: -70px;
    bottom: -35px;
    /* background-image: url('../landing/img/about/shape_2.png') !important; */
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9;
}

.about #about_boximg {
    position: relative;
}

.about #about_boximg:before {
    content:'';
    width: 150px;
    height: 170px;
    position: absolute;
    left: 0px;
    top: 20px;
    /* background-image: url('../landing/img/about/pie_chart.png') !important; */
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9;
}

.about #about_boximg:after {
    content:'';
    width: 150px;
    height: 170px;
    position: absolute;
    right: 0px;
    bottom: 0px;
    /* background-image: url('../landing/img/about/shape_3.png') !important; */
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9;
}

.about ul#about_list {
    padding-left: 0 !important;
}
/* ========== END OF ABOUT ========== */

/* ========== FOOTER ========== */
.footer img#footer_img {
    width: 40px;
    height: 20px;
}

.footer .container {
    max-width: 1350px;
}

.footer .social-links a {
    border: none !important;
    font-size: 30px !important;
}

.scroll-top {
    background:  #ffac60 !important;
}
/* ========== END OF FOOTER ========== */
