:root {
    --main-color: #2B989C;
    --light-color: #fafafa;
    --so-white: #FFF;
    --so-dark: #000; 
}

.btn-primary {
    background-color: var(--main-color) !important;
    border-color: var(--main-color) !important;
}

.btn-primary:hover {
    opacity: 0.8 !important;
}

.bg-primary {
    background-color: var(--main-color) !important;
    border-color: var(--main-color) !important;
    color: var(--light-color) !important;
}

.text-primary {
    color: var(--main-color) !important;
}

.dropdown-menu .dropdown-item:active {
    background-color: var(--main-color) !important;
    border-color: var(--main-color) !important;
    color: var(--light-color) !important;
}

.dropdown-menu .dropdown-item:hover {
    background-color: var(--main-color) !important;
    border-color: var(--main-color) !important;
    color: var(--light-color) !important;
}

.nav-item .nav-link:hover {
    background-color: var(--main-color) !important;
    border-color: var(--main-color) !important;
    color: var(--light-color) !important;
}

.page-link {
    color: var(--so-dark) !important;
}

.active .page-link {
    background-color: var(--main-color) !important;
    border-color: var(--main-color) !important;
    color: var(--so-white) !important;
}







/* New Daimaru */

#topMenu .nav-link {
    padding: .55rem 1.2rem;
    
    color: #333;
    font-size: 17px !important;
}
#topMenu .nav-item:not(.icon-nav) .nav-link {
    margin-left: 10px; margin-right: 10px;
}
#topMenu .nav-link i {
    color: #333;
    font-size: 17px !important;
}

#topMenu .activeMenu:not(.icon-nav) a.nav-link, 
#topMenu .nav-item:not(.icon-nav) .nav-link:hover {
    background: var(--main-color) !important;
    border-radius: 20px;
}
#topMenu .activeMenu.icon-nav a.nav-link, 
#topMenu .nav-item.icon-nav .nav-link:hover {
    background: var(--main-color) !important;
    border-radius: 20px;
}
#topMenu .nav-item .nav-link:hover, 
#topMenu .nav-item .nav-link:hover i,
#topMenu .nav-item.activeMenu .nav-link {
    color: #FFF !important;
} 
#topMenu ul.nav {
    display: flex;
    align-items: center;
}

/* background color */
.bg-putih {
    background-color: #FFF;
}
.bg-grey {
    background-color: #F9F9F9;
}
.bg-cyan {
    background-color: var(--main-color);
}

/* text color */
.main-text-color {
    color: var(--main-color);
}
.text-cyan {
    color: var(--main-color);
}
.text-putih {
    color: #FFF;
}
.text-grey {
    color: #9e9a9a;
}


/* btn color */
.btnNa {
    padding: .7rem 2rem !important;
    /* border-radius: 20px; */
    text-decoration: none;
}
.btnBig {
    padding: .75rem;
    line-height: 1.5;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    color: #FFF;
}
.btn-yellow, .btn-yellow:focus, .btn-yellow:active {
    background: #FCC00E;
    color: #FFF;
    /* border inside */
    -webkit-box-shadow:inset 0px 0px 0px 3px #FCC00E;
    -moz-box-shadow:inset 0px 0px 0px 3px #FCC00E;
    box-shadow:inset 0px 0px 0px 3px #FCC00E;
}
.btn-yellow:hover  {
    background: white;
    color: #FCC00E !important;
}

/* height */
.h10p { height: 10px; }
.h15p { height: 15px; }
.h20p { height: 20px; }
.h25p { height: 25px; }
.h30p { height: 30px; }
.h35p { height: 35px; }
.h40p { height: 40px; }
.h45p { height: 45px; }
.h50p { height: 50px; }
.h55p { height: 55px; }
.h60p { height: 60px; }
.h65p { height: 65px; }
.h70p { height: 70px; }
.h75p { height: 75px; }
.h80p { height: 80px; }
.h85p { height: 85px; }
.h90p { height: 90px; }
.h95p { height: 95px; }
.h100p { height: 100px; }
.h125p { height: 125px; }
.h150p { height: 150px; }
.h175p { height: 175px; }
.h200p { height: 200px; }
.h225p { height: 225px; }
.h250p { height: 250px; }
.h275p { height: 275px; }
.h300p { height: 300px; }

/* font */
/* <uniquifier>: Use a unique and descriptive class name */
/* <weight>: Use a value from 100 to 900 */
.inter-Font {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
    font-variation-settings: "slnt" 0;
}

/* Font Size */
.fs-xs { font-size: 9px; }
.fs-sm { font-size: 12px; }
.fs-reg { font-size: 16px; }
.fs-md { font-size: 20px; }
.fs-lg { font-size: 27px; }
.fs-xl { font-size: 35px; } 
.fs-xxl { font-size: 50px; }

a.no-uline {
    text-decoration: none;
} 

/* Font Family */
body, a, p, span {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
    font-variation-settings: "slnt" 0;
}


/* Owl Carousel */
.owl-carousel .item {
    margin-left: 10px;
}
.owl-carousel .item:first-child {
    margin-left: 0;
} 
.owl-carousel .item {
    padding: 0px 10px 20px 10px;
}
/* .owl-carousel .owl-wrapper { 
    width: 100% !important; 
} */
.owl-carousel .owl-controls .owl-buttons{
    text-align:center;
    margin-top:20px;
}
.owl-carousel .owl-controls .owl-buttons .owl-prev{
    background: #fff;
    position: absolute;
    top:-13%;
    left:15px;
    padding: 0 18px 0 15px;
    border-radius: 50px;
    box-shadow: 3px 14px 25px -10px #92b4d0;
    /* transition: background 0.5s ease 0s; */
}
.owl-carousel .owl-controls .owl-buttons .owl-next{
    background: #fff;
    position: absolute;
    top:-13%;
    right: 15px;
    padding: 0 15px 0 18px;
    border-radius: 50px;
    box-shadow: -3px 14px 25px -10px #92b4d0;
    /* transition: background 0.5s ease 0s; */
}
.owl-carousel .owl-controls .owl-buttons .owl-prev:after,
.owl-carousel .owl-controls .owl-buttons .owl-next:after{
    content:"\f104";
    font-family: FontAwesome;
    color: #333;
    font-size:30px;
}
.owl-carousel .owl-controls .owl-buttons .owl-next:after{
    content:"\f105";
}

/* owl nav */
.owl-prev span, .owl-next span {
    color: var(--main-color) !important;
}

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

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

.owl-prev {
    left: -15px;
}

.owl-next {
    right: -15px;
}

.owl-next span, .owl-prev span {
    color: var(--textKuning)
}

/* removing blue outline from buttons */
button:focus, button:active {
    outline: none;
}
.owl-carousel .owl-stage {
    display: flex;
    align-items: center;
}
.owl-dots {
    text-align: center;
    padding-top: 15px;
}
.owl-dots button.owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    background: #D9D9D9 !important;
    margin: 0 3px;
}
.owl-dots button.owl-dot.active {
    background-color: var(--main-color) !important;
}
.owl-dots button.owl-dot:focus {
    outline: none;
}
/* ENd owl nav */


/* middle line */
.midline {
    display: flex;
    align-items: center;
    text-align: center;
} 
.midline::before,
.midline::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #000;
} 
.midline:not(:empty)::before {
    margin-right: .25em;
}  
.midline:not(:empty)::after {
    margin-left: .25em;
}


/* Navbar Logo */
.navbar-brand {
    position: absolute; left: 10px; top: -10px; z-index: 99;
}
.navbar-brand img {
    width: 105px;
}

/* Contact */
.google-map > a {
    color: transparent !important;
}

/* Custom Order */
.input[type="color"] {
    background-color: #fff;
    padding: 10px;
    width: 200px;
    height: 30px;
    cursor: pointer;
    border-width: 0px !important;
    border-radius: 3px;
    margin: 20px;
}

.drawrpallete-wrapper {
    width: 200px !important;
}

.drawrpallete-wrapper .btnPicker {
    display: inline-block;
    width: 100% !important;
    height: 40px !important;
    background-image: none !important;
    text-decoration: none;
}

.drawrpallete-wrapper a.picker-ok,
.drawrpallete-wrapper a.picker-cancel {
    padding: 1.5px 7px;
    text-align: center;
    background: var(--main-color);
    color: #FFF !important;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
} 


@media only screen and (max-width: 600px) { 
    
    /* Top Nav */
    #topMenu .nav-item.icon-nav .nav-link {
        padding: .55rem 1.2rem;
        margin-left: 10px;
    }

    /* Owl Nav */
    .owl-prev, .owl-next {
        display: none;
    }

    .navbar-brand img {
        width: 130px;
    }

}


