/*--GENERAL--*/
@import url('https://fonts.googleapis.com/css2?family=Urbanist:wght@300;400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Allison&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #fff;
    padding: 0;
    margin: 0;
}
.h1, .h2, .h3, h1, h2, h3, h4 {
    font-family: "Allison", cursive;
    font-weight: 400;
    font-style: normal;
    color:#222 !important;
}

p {
    font-family: 'Urbanist', sans-serif;
    font-size: 1.2em;
    text-align: left;
   
}
.center{
    margin: 0 auto;
}
.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}

.smaller .logo {
    width: 170px;
    height:175px;
}

/*--HEADER--*/
.logo-area {
    position: absolute;
    float: left;
    display: block;
    width: 100%;
}
.logo {
    transition: 0.5s;
    width: 250px;
    height: 255px;
    margin-top: 0px;
    background-color: rgb(0,0,0);
    padding: 15px;
    border-style: double;
    border-width: 7px; 
    border-color: #333;  
}
.navbar {
   margin-bottom: 0px;
}
.navbar-brand {
    float: left;
    height: 50px;
    padding: 5px 5px;
}
.navbar-right {
  text-align: right;
  padding-right: 10px;
}
#navbar-close {
  color: #fff;
  width: 22px;
  height: 14px;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
  font-family: 'Urbanist', sans-serif;
    margin-top: 0px;
    font-weight: 400;
    border-color: transparent;
    font-size: 1em;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color:transparent;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #14b820;
    background-color: transparent;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: #14b820;
}
.navbar-inverse {
    background-color: rgb(0,0,0);
    padding: 10px 0px;
    border-bottom: 1px solid transparent;
}
.navbar-inverse .navbar-nav>li>a {
     color: #ffffff;
}
.navbar-inverse .navbar-nav>li>a:hover {
    color: #14b820;
}
a {
    color: #14b820;
    text-decoration: none;
}
a:hover {
    color: #14b820;
    text-decoration: none;
}
.disabled {
    pointer-events: none;
}
.pagewrap {
    height: 650px;
}
.pageblock {
    width: 100%;
    position:relative;
}
.pageblock#fullscreen { 
    height: 650px;
    background: #000;
    color: white;
}
.pageblock#fullscreen .slider {   
    width: 100%;
    height: 650px;
    overflow: hidden;
    position: relative;
}
.pageblock#fullscreen h1 {
    color: white !important;
    font-size: 3.2em;
    line-height: 0.7;
    margin: 0;
    padding: 0;
    font-family: "Allison", cursive;
    font-weight:normal;
    text-shadow: 2px 2px 8px #000;
}
.pageblock#fullscreen .slider .slide {
    width: 100%;
    height: 650px;
    top: 0;
    left: 0;
    float: left;
    position: absolute;
}
#first {
    background-image: url(../assets/images/slider/slide-00.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
#sec{
    background-image: url(../assets/images/slider/slide-01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
#third {
    background-image: url(../assets/images/slider/slide-02.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
#fourth {
    background-image: url(../assets/images/slider/slide-03.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
#five {
    background-image: url(../assets/images/slider/slide-04.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center; 
}
.pageblock#fullscreen .slider .slide .slidecontent {
    background-color: transparent;
    width: 70%;
    text-align: center;
    padding: 10px 10px;
    margin-top: 500px;
}
.pageblock#fullscreen .slider .slide .slidecontent .headersur {
    margin-top: 15px;
    font-size: 22px;
    font-family: "Allison", cursive;
    text-shadow: 0 0 10px rgba(0,0,0,0.5);
    color: #fff;
    font-style: italic;
    display: block;
    line-height: 0.8;
}
.pageblock#fullscreen #slideposition {
    position: relative;
    top:-50px;
    text-align: center;
    z-index: 30;
}
.pageblock#fullscreen #slideposition ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.pageblock#fullscreen #slideposition ul li.indicator {
    display: inline-block;
    height: 15px;
    width: 15px;
    background: #222;
    margin: 0px 7px;
    padding: 0;
    border: 2px solid #dadada;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    border-radius: 999px;
    overflow: hidden;
    cursor: pointer;
}
.pageblock#fullscreen #slideposition ul li.indicator.active {
    background: white;
    border: 2px solid #dadada;
}


/*--KONTEN TENGAH--*/
em {
    font-family: "Allison", cursive;
    font-weight: 400;
    font-style: normal;
    color:#222 !important;
}
strong {
    font-family: "Allison", cursive;
    font-weight: 400;
    font-style: normal;
    color:#222 !important;
    font-size: 160%;
}
.top-title h1 {
    font-size: 3.2em;
    line-height: 0.8;
    text-align: left;
    padding-bottom: 20px;
}
.top-title h3 {
    font-size: 2em;
    line-height: 0.8;
    text-align: left;
    padding-bottom: 20px;
}
.top-gap {
    padding-top: 30px;
}
.btm-gap {
    padding-bottom: 100px;
}
.page-gap {
    padding-top: 50px;
    padding-bottom: 50px;
}
.title-pilih-2 h2 {
    font-size: 2.7em;
    padding-left: 20px;
}
.title-pilih {
    border-width: 3px;
    border-style: solid;
    border-image: linear-gradient(to right, #856262, rgba(243, 235, 229, 0)) 50% 1;
    border-bottom: 0;
    width: 50%;
    text-align: center;
    margin-top: 30px;
}
.title-pilih-2 {
    border-width: 3px;
    border-style: solid;
    border-image: linear-gradient(to bottom, #856262, rgba(243, 235, 229, 0)) 1 100%;
    border-bottom: 0;
    border-right: 0;
    text-align: center;
}
.blok-pilih {
    border-width: 3px;
    border-style: solid;
    border-image: linear-gradient(to left, #856262, rgba(243, 235, 229, 0)) 50% 1;
    border-top: 0;
    width: 40%;
    float: right;
}
.blok-pilih-2 {
    padding:25px;
    border-width: 3px;
    border-style: solid;
    border-image: linear-gradient(to top, #856262, rgba(243, 235, 229, 0)) 1 100%;
    border-left: 0;
    padding-top: 5px;
    display: flex;
}
.blok-pilih-2-holder {
    background-image: url(../assets/images/sudut-ornamen.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left top;
}
.blok-pilih-2-holder-bwh {
    background-image: url(../assets/images/sudut-ornamen-bwh.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right bottom;
    bottom:0;
}
.blok-pilih-2-img {
    width:40%;
    padding: 15px;
}
.blok-pilih-2-teks {
    width:60%;
}
.title-pesan {
    border-width: 3px;
    border-style: solid;
    border-image: linear-gradient(to left, #8d6e33, rgba(141, 110, 51, 0)) 50% 1;
    border-bottom: 0;
    width: 100%;
    text-align: right;
    margin-top: 30px;
}
.title-pesan-2 {
    border-width: 3px;
    border-style: solid;
    border-image: linear-gradient(to bottom, #8d6e33, rgba(141, 110, 51, 0)) 1 100%;
    border-bottom: 0;
    border-left: 0;
}

.blok-pesan {
    border-width: 3px;
    border-style: solid;
    border-image: linear-gradient(to right, #8d6e33, rgba(141, 110, 51, 0)) 50% 1;
    border-top: 0;
    width: 40%;
    float: left;
}
.blok-pesan-2 {
    padding:25px;
    border-width: 3px;
    border-style: solid;
    border-image: linear-gradient(to top, #8d6e33, rgba(141, 110, 51, 0)) 1 100%;
    border-right: 0;
}
.blok-cara-pesan h2 {
    text-align: center;
    font-size: 2.7em;
    line-height: 0.8;
}
.blok-cara-pesan ul li {
    font-family: 'Urbanist', sans-serif;
    line-height: 2;
    font-size: 1.2em;
    font-style: italic;
}
.blok-cara-pesan ul li p{
    font-family: 'Urbanist', sans-serif;
    line-height:1.2;
    font-size: 1em !important;
    font-style: italic;
    margin: 0;
}


/*--HALAMAN-LAIN--*/
.top-header-img {   
    width: 100%;
    height: 400px;
    overflow: hidden;
    position: relative;
}
.top-img-sekilas-keris {
    background-image: url(../assets/images/header-img/top-sekilas-keris-01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 400px;
    overflow: hidden;
    position: relative;
}
.top-img-pendaftaran {
    background-image: url(../assets/images/header-img/top-pendaftaran.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 400px;
    overflow: hidden;
    position: relative;
}
.header-title{
    width: 400px;
    text-align: center;
    margin: 0 auto;
}
.header-title h1{
    font-family: "Allison", cursive;
    font-size: 3.2em;
    font-weight: 400;
    font-style: normal;
    color:#fff !important;
    margin-top: 200px;
    background-color: rgb(0,0,0,.5);
    padding: 10px 5px;
    border-style: double;
    border-width: 7px; 
    border-color: #333;
}

.register-box, .login-box, .profile-box, .shop-box {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}
.page-header-fullwidth {
  width: 100%;
  height: 320px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.page-header-fullwidth .overlay {
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.45);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #fff;
  padding: 0 20px;
}

.register-box {
  max-width: 600px;
  margin: 0 auto;
  background: #fff;
  padding: 20px 30px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

form {
  margin-top: 20px;
}

form label {
  font-weight: bold;
  margin-bottom: 6px;
  display: block;
}

form input, form textarea, form select {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 6px;
}

form input[type="submit"], form button {
  background: #333;
  color: #fff;
  border: none;
  padding: 12px 24px;
  border-radius: 6px;
  cursor: pointer;
}

form input[type="submit"]:hover, form button:hover {
  background: #555;
}


/*--FOOTER--*/
.footer {
    background-color: #dbc8b7;
    height: auto;
    position: absolute;
    width: 100%;
    text-align: center;
}
.footer-bottom {
    width: 100%;
    position: absolute;
    background-color: #000;
    padding-top: 10px;
    padding-bottom: 10px;
}
.footer-bottom p {
    padding-top: 6px;
    text-align: center;
    color:#fff;
    font-size: 1em;
}


/*--Media Queries--*/

@media (max-width: 575.98px) { 
.navbar-static-top {
    margin-top:0px;
}
.logo {
    width:130px;
    height:135px;
}
.smaller .logo {
    width: 110px;
    height:115px;
}

.pageblock#fullscreen h1 {
    font-size: 2.5em;
    line-height: 0.8;
}
.pageblock#fullscreen .slider .slide .slidecontent {
    background-color: transparent;
    width: 100%;
    text-align: center;
    padding: 15px 15px;
    margin-top: 250px;
}
.pageblock#fullscreen #slideposition {
    top:-30px;
}
.pageblock#fullscreen #slideposition ul li.indicator {
    height: 12px;
    width: 12px;
}
.blok-pilih-2 {
    display: block;
}
.blok-pilih-2 img {
    margin:  0 auto;
}
.blok-pilih-2-img {
    width:100%;
    padding: 15px;
}
.blok-pilih-2-teks {
    width:100%;
}
}

@media (min-width: 576px) and (max-width: 767.98px) {
.logo {
    width:170px;
    height:175px;
}
.smaller .logo {
    width: 150px;
    height:155px;
}
.pageblock#fullscreen h1 {
    font-size: 3em;
    line-height: 0.8;
}
.pageblock#fullscreen .slider .slide .slidecontent {
    background-color: transparent;
    width: 90%;
    text-align: center;
    padding: 10px 10px;
    margin-top: 250px;
}
.pageblock#fullscreen #slideposition ul li.indicator {
    height: 12px;
    width: 12px;
}
.blok-pilih-2 {
    display: block;
}
.blok-pilih-2 img {
    margin:  0 auto;
}
.blok-pilih-2-img {
    width:100%;
    padding: 15px;
}
.blok-pilih-2-teks {
    width:100%;
}
}

@media (min-width: 768px) and (max-width: 991.98px) {
.logo {
  width:180px;
  height:185px;
}
#first, #sec, #third, #fourth, #five {
    background-position: 70% center;
}
.pageblock#fullscreen .slider .slide .slidecontent {
    background-color: transparent;
    width: 90%;
    text-align: center;
    padding: 10px 10px;
    margin-top: 500px;
}
}

@media (min-width: 992px) and (max-width: 1199.98px) {
.logo {
  width:190px;
  height:195px;
}
#first, #sec, #third, #fourth, #five {
    background-position: 70% center;
}
.pageblock#fullscreen .slider .slide .slidecontent {
    background-color: transparent;
    width: 80%;
    text-align: center;
    padding: 10px 10px;
    margin-top: 500px;
}
}

@media (min-width: 1200px) and (max-width: 1500px) {
.logo {
  width:200px;
  height:205px;
}
.smaller .logo {
    width: 180px;
    height:185px;
}
}

@media (max-width:767px) {
.pageblock#fullscreen .slider, .pageblock#fullscreen, .pagewrap {
    height: 400px;
}
         
#first {
    background-image: url(../assets/images/slider/slide-00-mobile.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 60% center;
}
#sec {
    background-image: url(../assets/images/slider/slide-01-mobile.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 60% center;
}
#third {
    background-image: url(../assets/images/slider/slide-02-mobile.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 60% center;
}
#fourth {
    background-image: url(../assets/images/slider/slide-03-mobile.jpg);
    background-repeat: no-repeat;
        background-size: cover;
        background-position: 60% center;
}
#five {
    background-image: url(../assets/images/slider/slide-04-mobile.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 60% center;
}
.blok-pilih-2-holder {
    background-image: url(../assets/images/sudut-ornamen-mobile.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left top;
}
.blok-pilih-2-holder-bwh {
    background-image: url(../assets/images/sudut-ornamen-mobile-bwh.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right bottom;
}
}