html{
  scroll-behavior: smooth;
}
body{
  
}
/*color*/
.bg-primary{
	background: #802000;
}
.bg-grey{
	background: #EFEFEF;
}
.bg-white{
	background: #FFFFFF;
}
.bg-child{
  background: #F7E4DD;
}

.color-primary{
	color: #802000;
}
.color-grey{
	color: #757575;
}
.color-white{
	color: #FFFFFF;
}
.color-child{
  color:#F7E4DD;
}
.border-line{
  border: 1px solid #802000 !important;
  color: #802000 !important;
}
/*////*/
.line{
    background-image: url('../image/line.png');
    background-size: contain;
    background-repeat: no-repeat;
    height: 50px;
    background-position: center;
    margin-bottom: 40px
}
/*///*/
.button-primary{
  background: transparent;
  border: 1px solid !important; 
  padding: 7px  30px !important;
  height: auto !important;
  font-family: 'Playball', cursive !important;
  font-size: 22px !important;
  color: #2196F3 !important
}
.button-book{
  background: #2196F3 !important;
  border: 1px solid !important; 
  padding: 7px  30px !important;
  height: auto !important;
  font-family: 'Playball', cursive !important;
  font-size: 22px !important;
  color: #fff !important
}


/*component*/
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.font2{
  font-family: 'Playball', cursive;
}
.font3{
  font-family: 'Cardo', serif; 
}
/*button*/
.btn:hover {
	background:#2196F3;color: #fff !important;
}
.btn {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid transparent;
  border-radius: 3px;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;  
  height: 2.25em;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  line-height: 25px;
  padding:10px 25px;
  position: relative;
  vertical-align: top;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: white;
  border-color: #dbdbdb;
  color: #363636;
  cursor: pointer;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  
  text-align: center;
  white-space: nowrap;    
  text-decoration: none;
  font-family: 'Raleway', sans-serif;
  transition: .4s all ease;
  font-size: 17px;
  font-weight: 700;
  
}
.button-book:hover{
  background: #fff !important;
  color: #2196F3 !important;
}
.btn:focus, .btn:active {
  outline: none;
}
.btn[disabled] {
  cursor: not-allowed;
}
.btn-icon{
  height: 1.5em;
  width: 1.5em;
}
.btn:hover, .btn-hover {
  border-color: #b5b5b5;
  color: #363636;
}
.btn:focus, .btn-focus {
  border-color: #3273dc;
  color: #363636;
}
.btn[disabled] {
  background-color: white;
  border-color: #dbdbdb;
  color:#363636;
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: 0.5;
}
.btn-loading {
  color: transparent !important;
  pointer-events: none;
}

.btn-loading:after {
  -webkit-animation: spinAround 500ms infinite linear;
          animation: spinAround 500ms infinite linear;
  border: 2px solid #dbdbdb;
  border-radius: 290486px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 1em;
  position: relative;
  width: 1em;
  position: absolute;
  left: calc(50% - (1em / 2));
  top: calc(50% - (1em / 2));
  position: absolute !important;
}
.btn-small {
  border-radius: 2px;
  font-size: 0.75rem;
}

.btn-medium {
  font-size: 1.25rem;
}

.btn-large {
  font-size: 1.5rem;
}
.btn-block {
  display: block;
  width: 100%;
}

/*card*/
.card {
  position: relative;  
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 2px solid #efefef;  
}
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

/*breadcrumb*/
.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #6c757d;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}
.breadcrumb-item a {
  color: #2196F3;
  font-weight: 500
}

/*pagination*/

.pagination{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    text-align: center; 
    float: right;   
}
.pagination > li {
    display: inline;
}
.pagination > li > a:hover, .pagination > li > span:hover {
  color: #802000;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #802000;
}
.pagination > li > a, .pagination > li > span {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #802000;
    background-color: #fff;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 1;
  color: #fff;
  background-color: #802000;
  border-color: #007bff;
}

/*alert*/
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
/*badge*/
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

.badge:empty {
  display: none;
}
.badge-primary {
  color: #fff;
  background-color: #2196F3;
}
.badge-child {
  color: #fff;
  background-color: #F7E4DD;
}
/*margin padding*/
.m-auto {
  margin: auto !important;
}
.m-0 {
  margin: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.p-0 {
  padding: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}

/*posisi*/

.pull-left {
  float: left !important;
}

.pull-right {
  float: right !important;
}

.pull-none {
  float: none !important;
}

/*input	*/

.form-group{
	margin-bottom: 0.5rem;
}
.form-control{
	display: block;
    width: 100%;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.2rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-control:focus{
	outline: none
}

h1,h2,h3,h5,h6{
	font-family: 'Roboto', sans-serif;
    font-weight: 500;
    letter-spacing: -1px;    
    color: #010204;
}
h1 {
    font-style: normal;
   font-family: 'Roboto', sans-serif;
    text-align: inherit;
    color: #3d3f41;
    font-size: 2em;
}
h2 {
  font-style: normal;
    font-family: 'Roboto', sans-serif;
    text-align: inherit;
    color: #3d3f41;
    font-size: 1.5em
}
h3{
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  color: #272727;
  font-size: 1.17em;
  font-style: normal;
}
.link{
  text-decoration: none;
  font-weight: 400;
}

hr{
    background-color: #ECECEE;
    border: 0;
    height: 1px;
    margin: 30px 0 20px 0;
    clear: both;
}
h1 + hr{
    display: block;
    width: 70px;
    height: 3px;
    margin-top: 15px;
    margin-bottom: 25px; 
} 
h2 + hr{
    display: block;
    width: 25px;
    height: 2px;    
    margin-top: 5px;
    margin-bottom: 25px; 
}
p>a{
  text-decoration: none;
  color:#F7E4DD;
  font-weight: 500
}
/*aside*/
.aside h5{
  font-weight: 300;
  display: inline;
  bottom: 6px;
  position: relative;
  letter-spacing: 0.3px;
  font-size: 14.5px;
}
.aside h5>a{
  text-decoration: none;
  color:#F7E4DD;
  font-weight: 400;
}
.aside>div>div>a{
  text-decoration: none;
  font-size:16px;
  color:#F7E4DD;
  font-weight: 300;
  vertical-align: middle;
}
.aside .icon{
  width: 25px;
  border-radius: 15px;box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1)
}
/*submenu*/
.sub-menu>ul{  
  list-style: none;
  display: inherit;
  margin: 0;
  padding:0;
}
.sub-menu>ul>li{
  padding: 0.15rem ;  
}
.sub-menu>ul>li>a{  
  padding: 4px 25px;
  text-decoration: none;
  border: 3px solid #00C853;
  color: #F7E4DD;
  border-radius: 5px 5px 0px 0px;
  font-size: 17px;
  font-weight: 400;
  transition: 0.2s ease-in-out;
  letter-spacing: 2px;
}
.sub-menu>ul>li>a:hover{
  border-top: 3px solid #F7E4DD;  
  border-left: 3px solid #F7E4DD;  
  border-right: 3px solid #F7E4DD;  
  border-bottom: none;
  
}

/*footer*/
.footer>p{
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 15px;
}
.footer>a{
  text-decoration: none;
}
.footer>h3{
  letter-spacing: 2px;
  font-size: 18px;
  font-weight: 600;
  opacity: 0.9;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.footer>ul{
  padding: 0;
}
.footer>ul>li{
  list-style: none;
  display: block;
  padding: 0.4rem 0.4rem;
}
.footer>ul>li>a{
  text-decoration: none;
  font-size: 17px;
  color: #fff;
  font-weight: 400;
  line-height: 1px;
  letter-spacing: 1.5px;
  transition: color 0.3s;
  transition: 0.2s ease-in-out;
}
.footer>ul>li>a:hover{  
  border-bottom: 2px solid #F7E4DD;
}
/*sharebuttn*/
.share-button{
  position: fixed;
  left: -25px;
  top:50%;
  width:75px;
  height: 50px;background: #65BC54;
  transition: 0.3s ease-in-out;
  z-index: 10;
}
.share-button:hover{
  left: 0;
}
/*zoom*/
.zoom{
  transform: scale(1);
  transition: transform .2s;
}
.zoom:hover{
  z-index: 2;position: relative;
  transform: scale(1.5);
}

/*accordion*/
.tab {}
.tab>label {background: #14b4f1;color:#fff;font-weight: 600;border-radius: 0.25rem;font-size: 17px}
.tab-content {background: #EFEFEF;color: #F7E4DD}
.w3-check,.w3-radio{width:24px;height:24px;position:relative;top:6px}
/*main*/

.text-left{text-align: left;}
.text-center{text-align: center;}
.text-right{text-align: right;}
.m-auto{margin: auto;}

.border-profile{
  position: relative;
  border: 2px solid #802000;
}
.border-profile img{
  height: auto;
  position: relative;
    top: -30px;
    right: -30px;
}
@media only screen and (max-width: 700px) {
  .border-profile img{
  height: auto;
  position: relative;
  top: 0px;
  right: 0px;
  }
}
.btn-custom{
  box-shadow: 0 0 20px 0 rgba(0,0,0,.1);
    padding: 15px 20px;
    margin-top: 15px;
    position: relative;
    z-index: 1;
    background: #fff;
    text-align: center;
    color: #fff;
    background: #802000 none repeat scroll 0 0;
}
.btn-custom:hover{
  transition: .5s;
  color: #3e3e3e;
    background: #fff none repeat scroll 0 0 !important;
}
.btn-custom-hover{
    box-shadow: 0 0 20px 0 rgba(0,0,0,.1);
    padding: 15px 20px;
    margin-top: 15px;
    position: relative;
    z-index: 1;
    text-align: center;
    color: #3e3e3e;
    background: #fff none repeat scroll 0 0;
}
.btn-custom-hover:hover{
  transition: .5s;
  color: #fff;
  background: #802000 none repeat scroll 0 0 !important;
}
.bg-color-produk{
  background-color:rgba(255, 255, 255, 0.68);
  width: 100%;
  height: 100%;
  padding:20px 50px;
}
.bg-posisition{
  width: 80%;
  text-align: center;
  margin: 0 auto;
}
@media only screen and (max-width: 700px) {
  .bg-color-produk{
  padding:0px;
  }
  .bg-posisition{
  width: 100%;
  text-align: center;
  margin: 0 auto;
  }
}
.bg-product{
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  opacity: 1;
  z-index: -1;
}
.conten-produk{
  z-index: 1;
}

/*produk*/
.frame {
  text-align: center; 
  position: relative;
  cursor: pointer;  
  perspective: 500px;
  margin: 20px 0px;
}
.frame img {
 width: 100%;
  height: 250px;
  padding: 0 10px;
}
.frame .details {
  width: 70%;
  height: 80%;  
  padding: 5% 8%;
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotateY(90deg);
  transform-origin: 50%;
  background: rgba(255,255,255,0.9);  
  opacity: 0;
  transition: all 0.4s ease-in;
  
}
.frame:hover .details {
  transform: translate(-50%, -50%) rotateY(0deg);
  opacity: 1;
}
.details h3{
  font-size: 30px;
}
.details p{
  padding-top: 5px;font-size: 15px;font-weight: 400;
}
@media only screen and (max-width: 700px) {
  .frame img {
    width: 100%;
  height: 253px;
  }
  .details h3{
  font-size: 20px;
  }
  .details p{
  padding-top: 2px;font-size: 15px;font-weight: 300;
  }
}

/*find more*/
.row-custom{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.border-right{
  border-right: 1px solid #fff;
}
.text-find{
  padding-left: 40px;
}
.btn-custom-booking{
  color: #ffff !important;
  background: #ff4000 none repeat scroll 0 0 !important;
  display: inline-block;
    width: auto;
    min-width: 105px;
    padding: 0 60px 0 10px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-weight: 700;
    border: none;
    text-decoration: none;
    box-shadow: none;
    position: relative;
}
.btn-custom-booking:hover{
  background:#ff4000 !important;
  color: #fff !important;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.46);
}
.btn-custom-booking span{
    width: 50px;
    color: #ffff !important;
    background: #d43703 none repeat scroll 0 0 !important;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    vertical-align: middle;
    font-size: 16px;
}
.position-button{
  margin-top: 30px;
}
@media only screen and (max-width: 700px) {
  .row-custom{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .border-right{
  border-right: none;
  }
  .text-find{
  padding-left: 0px;
  }
  .position-button{
  margin: 10px 0px;
  }
}

/*maps*/
iframe{
  width: 100%;
}
.bg-mpas{
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(0,0,0,.1);
  height: 100%;
}

/*single produk */
.single-contact{
  float: right;
}
@media only screen and (max-width: 700px) {
  .single-contact{
  margin: 20px 0px;
  float: none;
  }
}

.share-contact{
  text-align: center;
}
@media only screen and (max-width: 700px) {
  .share-contact{
  margin: 30px 0px;
  text-align: left;
  }
}

/*harga*/
/*.price-product{*/
/*  text-align: right;*/

/*}*/
/*@media only screen and (max-width: 700px) {*/
/*  .price-product{*/
/*  text-align: left;*/
/*  margin-bottom: 20px;*/
/*  }*/
/*}*/

/*modal*/
.img-modal img{
  max-width: 25%;
}
@media only screen and (max-width: 700px) {
  .img-modal img{
    max-width: 100%;
  }
}
  #share {
    background-color: #ffffff;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
    position: fixed;
    top: 40%;
    z-index: 999;
    }
  #share-small{
    display: none;    
  }

    #share a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    }

    #share a:hover {
    background-color: #ddd;
    color: black;
    }

    #share a.active {
      background-color: #4CAF50;
      color: white;
    }

  @media only screen and (max-width: 780px) {
    #share{
      display: none;
    }
    #share-small{
    width: 100%;
    z-index: 9;
    display: inline;
    position: fixed;
    bottom: 0px;
    }
    #share-small a {
    color: #f2f2f2;
    text-align: center;
    float: left;
    border: none;
    outline: none;
    display: block;
    padding: 8px 16px;
    }
  }

img.logo-taksu{
  max-width: 346px;
}

@media only screen and (max-width: 1260px) {
  img.logo-taksu{
  max-width: 279px;
  }
}
@media only screen and (max-width: 1200px) {
  img.logo-taksu{
  max-width: 251px;
  }
}
@media only screen and (max-width: 790px) {
  img.logo-taksu{
  display: none;
  }
  img.img-small-logo{
  margin-top: -1px;
  max-width: 281px;
    position: relative;
    left: -16px;
  }
}

.button-trans {
  background-color: #802000;
  color: #fff;
  padding: 7px 15px;
}
.button-trans:hover{
  background-color: #ffff;
  border: 2px solid #802000;
  color: #802000;
  padding: 7px 15px;
}
/*.price-single {*/
/*  text-align: right;*/
/*  top: 20px;*/
/*}*/
/*@media only screen and (max-width: 790px) {*/

/*  .price-single {*/
/*    text-align: left;*/
/*    top: 0;*/
/*  } */
/*}*/
.img-crop{
height: 191px;
max-width: 343px;
overflow: hidden;
}
.col-responsive {
      flex: 0033.333333%;
      max-width: 33.333333%;
  }
@media screen and (max-width: 590px){
  .col-responsive {
      flex: 0 0 50%;
      max-width: 50%;
  }
  .img-crop{
  height: 140px;
  max-width: 343px;
  overflow: hidden;
  }
}

.logo-tytha img{
  max-height: 105px;
  max-width: 200px;
}
@media screen and (max-width: 590px){
  .logo-tytha img{
    max-width: 174px;
    position: relative;
    left: 20px;
    top: -5px;
  }
}
.price-list {
  border: 1px solid #802000;
  padding: 10px 10px ;
}
.title-price {
  border: 1px solid #802000;
  text-align: center;
}
