        /*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/

        @font-face {
            font-family: 'Gisha';
            font-style: normal;
            font-weight: normal;
            src: local('Gisha'), url('../fonts/fonts/gisha.woff') format('woff');
        }

        #intro {
            display: table;
            width: 100%;
            /*      height: 100vh;*/
            background: #000;

            -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.45);
            -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.45);
            box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.45);
            border-bottom: 0px solid #fab356;
             /*margin-top: 100px;*/
            z-index: 6;
        }

        #intro .carousel-item {
            width: 100%;
            height: 80vh;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
        }

        #intro .carousel-item::before {
            content: '';
            /*            background: rgba(207, 172, 113, 0) linear-gradient(rgba(207, 172, 113, 0) 60%, rgb(207, 172, 113) 100%) repeat scroll 0% 0%;*/
            /*            background: rgba(0, 0, 0, 0) linear-gradient(rgba(0, 0, 0, 0) 60%, rgb(0, 0, 0) 100%) repeat scroll 0% 0%;*/
            /*
            background: linear-gradient(to bottom, rgba(23, 19, 19, 1) 0%, rgba(23, 19, 19, 1) 6%, rgba(23, 19, 19, 0.6) 26%, rgba(23, 19, 19, 0) 54%, rgba(23, 19, 19, 0) 100%);
            position: absolute;
*/
            /*
            background: linear-gradient(to bottom, rgba(216, 183, 129, 1) 0%, rgba(216, 183, 129, 1) 6%, rgba(216, 183, 129, 0.6) 26%, rgba(216, 183, 129, 0) 54%, rgba(216, 183, 129, 0) 100%);
            position: absolute;
*/
            /*  height: 100%;*/
            width: 100%;
            - top: 0;
            right: 0;
            left: 0;
            bottom: 0;
        }

        #intro .carousel-item::before {
            content: '';
            background-color: rgba(0, 0, 0, 0.4);
            : rgba(0, 0, 0, 0.2);
            position: absolute;
            width: 100%;
            top: 0;
            right: 0;
            left: 0;
            bottom: 0;
        }

        #intro .carousel-container {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            position: absolute;
            bottom: 0;
            top: 0;
            left: 0;
            right: 0;
        }

        #intro .carousel-background img {
            max-width: 100%;
        }

        #intro .carousel-content {
            text-align: center;
        }

        #intro h3 {
            color: #fff;
            margin-bottom: 20px;
            font-size: 28px;
            font-weight: 300;
            font-family: 'Gisha', 'Helvetica', sans-serif;
        }

        #intro h2 {
            color: #fff;
            /*    margin-bottom: 30px;*/
            font-size: 52px;
            font-weight: 700;
            font-family: 'Gisha', 'Helvetica', sans-serif;
        }

        #intro p {
            width: 80%;
            margin: 0 auto 30px auto;
            color: #fff;
            /*        font-family: 'Gisha', 'Helvetica', sans-serif;*/
            text-transform: capitalize;
            letter-spacing: 1px;
        }

        #intro .carousel-fade {
            overflow: hidden;
        }



        #intro .carousel-fade .carousel-inner .carousel-item {
            transition-property: opacity;
        }

        #intro .carousel-fade .carousel-inner .carousel-item,
        #intro .carousel-fade .carousel-inner .active.carousel-item-left,
        #intro .carousel-fade .carousel-inner .active.carousel-item-right {
            opacity: 0;
        }

        #intro .carousel-fade .carousel-inner .active,
        #intro .carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
        #intro .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
            opacity: 1;
            transition: 0.5s;
        }

        #intro .carousel-fade .carousel-inner .carousel-item-next,
        #intro .carousel-fade .carousel-inner .carousel-item-prev,
        #intro .carousel-fade .carousel-inner .active.carousel-item-left,
        #intro .carousel-fade .carousel-inner .active.carousel-item-right {
            left: 0;
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }

        #intro .carousel-control-prev,
        #intro .carousel-control-next {
            width: 10%;
        }

        #intro .carousel-control-next-icon,
        #intro .carousel-control-prev-icon {
            /*    background: none;*/
            font-size: 32px;
            line-height: 1;
        }

        #intro .carousel-indicators li {
            cursor: pointer;
        }

        #intro .btn-get-started {
            display: inline-block;
            background-color: #cfac71;
            padding: 12px 18px;
            color: #fff;
            font-size: 12px;
            font-weight: 500;
            letter-spacing: 1px;
            text-transform: uppercase;
            text-decoration: none;
            /*    border-radius: 20px;*/
            transition: all 0.5s;
        }

        .primary-button a {
            display: inline-block;
            background-color: #a2cf8d;
            padding: 12px 18px;
            color: #fff;
            font-size: 11px;
            font-weight: 500;
            letter-spacing: 1px;
            text-transform: uppercase;
            text-decoration: none;
            border-radius: 20px;
            transition: all 0.5s;

        }

        .bg-gray {
            background-color: #f0f3fb;
            z-index: 5;
        }

        .text-blck {
            color: #212121;
        }

        .no-mrgn {
            margin-right: 0;
        }

        hr {
            border-top: 1px solid #cfac71 !important;
        }

        .paddtb100 {
            padding-bottom: 70px;
            padding-top: 65px;
        }

        .paddtb20 {
            padding-bottom: 20px;
            padding-top: 20px;
        }

        .border-1 {
            border-width: 1px;
        }

        .border-1,
        .border-2,
        .border-3,
        .border-4,
        .border-5 {
            border-style: solid;
        }

        .p-tb15 {
            padding-bottom: 15px;
            padding-top: 15px;
        }

        .p-lr10 {
            padding-left: 10px;
            padding-right: 10px;
        }

        .wt-icon-box-wraper.left .icon-xld,
        .wt-icon-box-wraper.left .icon-xl,
        .wt-icon-box-wraper.left .icon-lg,
        .wt-icon-box-wraper.left .icon-md,
        .wt-icon-box-wraper.left .icon-sm,
        .wt-icon-box-wraper.left .icon-xs {
            float: left;
            margin-right: 10px;
        }

        .icon-md {
            width: 30px;
        }

        .icon-xld,
        .icon-xl,
        .icon-lg,
        .icon-md,
        .icon-sm,
        .icon-xs {
            display: inline-block;
            text-align: center;
        }

        .text-secondry {
            color: #1a1a1a;
        }

        .icon-content {
            overflow: hidden;
        }

        .ffe6bc {
            background: #ffe6bc;
        }

        .about {
            background: url("../images/room-joint-team.jpg") center top no-repeat fixed;
            background-size: auto;
            background-size: cover;
            /*            padding: 60px 0 40px 0;*/
            position: relative;
            /*            border: 1px solid #deebfd;*/
            /*            box-shadow: -8px 12px 18px 0 #dadee8;*/
        }

        .about::before {
            content: '';
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            background: rgba(255, 255, 255, 0.85);
        }

        .loyalty {
            background: url("../images/loyalty-card1.jpg") center top no-repeat fixed;
            background-size: auto;
            background-size: cover;
            /*            padding: 60px 0 40px 0;*/
            position: relative;
            /*            border: 1px solid #deebfd;*/
            /*            box-shadow: -8px 12px 18px 0 #dadee8;*/
        }

        .loyalty::before {
            content: '';
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            background: rgba(255, 255, 255, 0.85);
        }

        .bg-about-us {
            background: url("../images/intro-carousel/slider-1.jpg") center top no-repeat fixed;
            background-size: auto;
            background-size: cover;
            /*            padding: 60px 0 40px 0;*/
            position: relative;
            /*            border: 1px solid #deebfd;*/
            /*            box-shadow: -8px 12px 18px 0 #dadee8;*/
        }

        .bg-about-us::before {
            content: '';
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            background: rgba(0, 0, 0, 0.85);
        }

        .about-us-pic {
            position: relative;
            z-index: 1;
        }

        .about-us-pic img {
            width: 100%;
        }

        .col-bg-about {
            box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
            /*            padding: 60px !important;*/
        }

        .kanan {
            box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
            padding: 40px !important;
        }

        .about-us-pic:after {
            content: "";
            position: absolute;
            width: 100%;
            height: 100%;
            top: 15px;
            left: -15px;
            background: linear-gradient(to right, #815917 0%, #e7c791 100%);
            z-index: -1;
        }

        .col-bg-about-left {
            background: linear-gradient(to left, #ffffff 0%, #e7c791 100%);
        }

        .border-left {
/*            border-left:1px solid #ebcf9f !important;*/
            border: solid 1px #e6e6e6;
        }

        .border-right {
/*            border-right: 5px solid #ebcf9f !important;*/
            border: solid 1px #e6e6e6;
        }

        .destinations {
            background: url("../images/about-horison1.jpg") center top no-repeat fixed;
            background-size: auto;
            background-size: cover;
            position: relative;
        }

        .destinations::before {
            content: '';
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            /*            background: rgba(207, 172, 113, 0.9);*/
            background: rgba(255, 255, 255, 0.9);
        }

        .destinations-inside {
            background: linear-gradient(to left, #f0f3fb 0%, #c4b89e 100%);
        }

        .inside-des {
            color: #ffffff;
            font-weight: normal;
        }

        .sustainable {
            background: url("../images/header-sustainable.jpg") center top no-repeat fixed;
            background-size: auto;
            background-size: cover;
            position: relative;
            background-color: #f0f3fb;
        }

        .sustainable::before {
            content: '';
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            background: rgba(255, 255, 255, 0.9);
        }

        .btn-rmore {
            margin-top: 10px;
            border: 1px solid #b18945;
            background-color: #815917;
            padding: 10px;
            border-radius: .25rem;
        }

        a.btn-rmore {
            color: #ffffff;
        }



        .text-horison {
            color: #815917 !important;
        }

        .no-col-gap [class*="col-xs-"],
        .no-col-gap [class*="col-sm-"],
        .no-col-gap [class*="col-md-"],
        .no-col-gap [class*="col-lg-"] {
            padding-left: 0;
            padding-right: 0;
        }

        .info-mid {
            background: linear-gradient(to left, #ffffff 0%, #e7c791 100%);
            /*            background-color: #fff;*/
            border-bottom: 1px solid #cfac71;
        }

        .header-info-mid {
            padding: 10px 0;
        }

        .header-info-mid > ul {
            list-style: none;
            display: table;
        }

        .header-info-mid > ul li {
            display: table-cell;
            padding: 15px 10px;
            /*            vertical-align: middle;*/
        }

        .header-info-mid.padd {
            padding-right: 20px;
        }

        .header-info-mid > ul li .icon-sm {
            float: left;
            /*            margin-right: 15px;*/
        }

        .icon-sm {
            width: 40px;
            float: left;
        }

        .icon-xld i,
        .icon-xl i,
        .icon-lg i,
        .icon-md i,
        .icon-sm i,
        .icon-xs i {
            vertical-align: middle;
        }

        .icon-content {
            overflow: hidden;
        }

        .header-info-mid > ul li strong {
            display: block;
            font-size: 16px;
            text-transform: uppercase;
            color: #1a1a1a;
        }

        .icon-content span {
            color: #000;
            float: left;
            font-size: 12px;
            font-weight: 400;
        }

        strong {
            font-weight: 600;
        }

        .icon-clr {
            color: #cfac71;
            font-weight: bold;
        }

        .logo-group {
            /*            margin: 70px 0;*/
        }

        .about-us-section.owl-carousel .owl-item {
            margin-right: 0px !important;
        }

        /* owl nav */
        .owl-prev span,
        .owl-next span {
            color: #000;
        }

        .owl-prev span:hover,
        .owl-next span:hover {
            color: #8199A3;
        }

        .owl-prev,
        .owl-next {
            position: absolute;
            top: 0;
            height: 100%;
        }

        .owl-prev {
            left: 0;
        }

        .owl-next {
            right: 0;
        }

        /* removing blue outline from buttons */
        button:focus,
        button:active {
            outline: none;
        }

        i.fa-chevron-left {
            background-color: #212121;
            border-color: #212121;
            color: #ffffff;
            padding: 8px 10px;
            font-size: 13px;
            display: inline-block;
            cursor: pointer;
            border-width: 1px;
            border-style: solid;
            border-radius: 0;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            opacity: 0.5;
        }

        i.fa-chevron-right {
            background-color: #212121;
            border-color: #212121;
            color: #ffffff;
            padding: 8px 10px;
            margin-right: 0;
            font-size: 13px;
            display: inline-block;
            cursor: pointer;
            border-width: 1px;
            border-style: solid;
            border-radius: 0;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            opacity: 0.5;
        }

        .owl-carousel .item img {
            width: auto;
        }

        .our-destinations {
            background: url("../images/destination-header2.jpg") center top no-repeat fixed;
            background-size: auto;
            background-size: cover;
            position: relative;
        }


        .our-destinations::before {
            content: '';
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            background: rgba(0, 0, 0, 0.75);
        }

        .our-promo-dest {
            position: relative;
        }

        .our-promo-area-dest {
            background: rgba(248, 248, 248, 0.9) url("../images/destination-header2.jpg") no-repeat fixed center top / cover;
        }


        .img-hover-zoom {
            overflow: hidden;
            /* [1.2] Hide the overflowing of child elements */
        }

        /* [2] Transition property for smooth transformation of images */
        .img-hover-zoom img {
            transition: transform .5s ease;
        }

        /* [3] Finally, transforming the image when container gets hovered */
        .img-hover-zoom:hover img {
            transform: scale(1.5);
        }

        /*


.overlay-main {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
}

.bg-black {
    background-color: #000;
}
*/
        .test-overlay {
            background: rgba(245, 248, 253, 0.9);
            position: absolute;
            top: 0;
            width: 100%;
            height: 100%;
        }

        .images-overlay {
            background: rgba(0, 0, 0, 0.5);
            position: absolute;
            top: 0;
            width: 100%;
            height: 100%;
        }


        .text {
            color: white;
            font-size: 16px;
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            text-align: center;
        }



        .img-hover-zoom--quick-zoom img {
            transform-origin: 0 0;
            transition: transform .25s, visibility .25s ease-in;
        }

        /* The Transformation */
        .img-hover-zoom--quick-zoom:hover img {
            transform: scale(2);
        }


        /*
.carousel-control-next, .carousel-control-prev{
    z-index: 99;
}
*/


        /*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/
        @media (min-width: 768px) {

            #contact .contact-address,
            #contact .contact-phone,
            #contact .contact-email {
                padding: 20px 0;
            }

            #contact .contact-phone {
                border-left: 1px solid #ddd;
                border-right: 1px solid #ddd;
            }
        }

        @media (min-width: 992px) {
            #testimonials .testimonial-item p {
                width: 80%;
            }
        }

        @media (min-width: 1024px) {
            #header #logo {
                padding-left: 60px;
            }

            #intro p {
                width: 60%;
            }

            #intro .carousel-control-prev,
            #intro .carousel-control-next {
                width: 5%;
            }

            #nav-menu-container {
                padding-right: 60px;
            }
        }

        @media (max-width: 768px) {
            .back-to-top {
                bottom: 15px;
            }

            #header #logo h1 {
                font-size: 28px;
            }

            #header #logo img {
                max-height: 40px;
            }

            #intro h2 {
                font-size: 28px;
            }

            #nav-menu-container {
                display: none;
            }

            #mobile-nav-toggle {
                display: inline;
            }
        }


        .p-b50 {
            padding-bottom: 80px;
        }

        .p-t80 {
            padding-top: 80px;
        }

        .wt-img-effect {
            position: relative;
            overflow: hidden;
            display: block;
        }

        .wt-img-effect img {
            display: block;
            margin: 0;
            width: 100%;
            height: auto;
            box-shadow: 0 0 0 rgba(0, 0, 0, 0);
            -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
            -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
            transition: all 0.25s;
            -moz-transition: all 0.25s;
            -webkit-transition: all 0.25s;
            -o-transition: all 0.25s;
        }



        /*10.2 image-zoom */
        .wt-img-effect.zoom-slow img {
            transition: all 10s;
            -moz-transition: all 10s;
            -webkit-transition: all 10s;
            -o-transition: all 10s;
        }

        .wt-img-effect.zoom-slow:hover img {
            -moz-transform: scale(2);
            -webkit-transform: scale(2);
            -o-transform: scale(2);
            -ms-transform: scale(2);
            transform: scale(2);
        }

        /*10.3 image-zoom-slow */
        .wt-img-effect.zoom:hover img {
            -moz-transform: scale(1.5);
            -webkit-transform: scale(1.5);
            -o-transform: scale(1.5);
            -ms-transform: scale(1.5);
            transform: scale(1.5);
        }

        .overlay-icon {
            list-style: none;
            width: 160px;
            height: 40px;
            position: absolute;
            left: 50%;
            top: 50%;
            margin: -20px -75px;
            z-index: 1 !important;
        }

        .overlay-icon a {
            display: inline-block;
            padding: 0px;
            margin: 0 2px;
            border: 1px solid #fff;
            background: rgba(207, 172, 113, 0.85);
            color: #fff;
        }

        #jabodetabek {
            width: 100%;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
        }

        #jabodetabek::before {
            content: '';
            background-color: rgba(0, 0, 0, 0.6);
            position: absolute;
            width: 100%;
            top: 0;
            right: 0;
            left: 0;
            bottom: 0;
        }

        .active-pink-2 input.form-control[type=text]:focus:not([readonly]) {
            border-bottom: 1px solid #f48fb1;
            box-shadow: 0 1px 0 0 #f48fb1;
        }

        .active-pink input.form-control[type=text] {
            border-bottom: 1px solid #f48fb1;
            box-shadow: 0 1px 0 0 #f48fb1;
        }

        .active-purple-2 input.form-control[type=text]:focus:not([readonly]) {
            border-bottom: 1px solid #ce93d8;
            box-shadow: 0 1px 0 0 #ce93d8;
        }

        .active-purple input.form-control[type=text] {
            border-bottom: 1px solid #ce93d8;
            box-shadow: 0 1px 0 0 #ce93d8;
        }

        .active-cyan-2 input.form-control[type=text]:focus:not([readonly]) {
            border-bottom: 1px solid #4dd0e1;
            box-shadow: 0 1px 0 0 #4dd0e1;
        }

        .active-cyan input.form-control[type=text] {
            border-bottom: 1px solid #4dd0e1;
            box-shadow: 0 1px 0 0 #4dd0e1;
        }

        .active-cyan .fa,
        .active-cyan-2 .fa {
            color: #4dd0e1;
        }

        .active-purple .fa,
        .active-purple-2 .fa {
            color: #ce93d8;
        }

        .active-pink .fa,
        .active-pink-2 .fa {
            color: #f48fb1;
        }


