
:root {
    --main-color: #0AAC56;
    --background-color: #0AAC56;
    --light-color: #fafafa;
    --so-white: #FFF;
    --so-dark: #000;
    --text-xs: 10px;
    --text-sm: 13px;
    --text-reg: 16px;
    --text-md: 26px;
    --text-lg: 30px;
    --text-xl: 40px; 
    --text-xxl: 50px; 
}

/* Fonts */
@font-face {
    font-family: 'Andala Script';
    src: url('../fonts/andala/AndalaScript-Regular.eot');
    src: url('../fonts/andala/AndalaScript-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/andala/AndalaScript-Regular.woff2') format('woff2'),
        url('../fonts/andala/AndalaScript-Regular.woff') format('woff'),
        url('../fonts/andala/AndalaScript-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.font-andala {
    font-family: 'Andala Script', 'Courier New', Courier, monospace;
    line-height: .8;
}

/* 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 Family */
body, a, p, span {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
    font-variation-settings: "slnt" 0;
    font-size: var(--text-reg);
}

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

/* Text & Heading */
h1 { font-size: var(--text-xl); }
h2 { font-size: var(--text-lg); }
h3 { font-size: var(--text-md); }
h4 { font-size: var(--text-reg); }
h5 { font-size: var(--text-sm); }

/* Font Size */
.fs-xs { font-size: var(--text-xs); }
.fs-sm { font-size: var(--text-sm); }
.fs-reg { font-size: var(--text-reg); }
.fs-md { 
    font-size: var(--text-md); 
    font-family: 'Myriad Pro', sans-serif;
}
.fs-lg { 
    font-size: var(--text-lg); 
    font-family: 'Myriad Pro', sans-serif;
}
.fs-xl { font-size: var(--text-xl); } 
.fs-xxl { font-size: var(--text-xxl); }


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

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




/* 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;
}

/* 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;
} 





/* CUSTOM STYLE */

/* Heading Size */
.judul { font-size: 50px; }
 /* Mobile CSS */
 /* Large Device My Laptop */
 @media only screen and (max-width: 1536px) { }
 /* Tablet */
 @media only screen and (max-width: 900px) { .judul { font-size: 30px; } }
 /* Small device */
 @media only screen and (max-width: 600px) { .judul { font-size: 40px; } }


/* Button  */ 
.btn-sc-line {
    font-weight: normal !important;
    border: 3px solid;
    border-color: var(--main-color);
    color: var(--main-color);
    border-radius: 20px;
    padding: 0.375rem 1rem;
    min-width: 160px;
    text-decoration: none;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
}
.btn-sc-line:hover {
    border-color: var(--main-color);
    color: white;
    background-color: var(--main-color);
}

/* btn-color */
.btn-main-color, .btn-main-color:active, .btn-main-color:focus {
    background-color: var(--main-color) !important;
    color: white !important;
    border-color: var(--main-color) !important;
}
.btn-main-color i {
    color: white;
}
.btn-main-color:hover {
    background-color: var(--main-color);
    color: white;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.btn-abu, .btn-abu:active, .btn-abu:focus {
    background-color: #F1F1F1 !important;
    color: #333 !important;
    border-color: #F1F1F1 !important;
}
.btn-abu i {
    color: #333;
}
.btn-abu:hover {
    background-color: #F1F1F1;
    color: #333;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}


/* Share Button */
#share {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

/* buttons */
#share a {
    width: 35px;
    aspect-ratio: 1/1;
    display: flex;
    margin-right: 10px;
    border-radius: 50%;
    color: #fff;
    transition: opacity 0.15s linear;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
#share a:hover {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}


/* Form Subscribe */
#subscribeForm input[type=text] {
    background-color: #F1F1F1;
    border-color: #F1F1F1;
    color: #333;
}
#subscribeForm button:focus {
    background: white;
    color: #333 !important;
}



