@font-face {
  font-family: 'Rosario Nocera - Koara wild free Regular';
  src: url('../webfonts/koara/Rosario Nocera - Koara wild free Regular.eot');
  src: local('☺'), url('../webfonts/koara/Rosario Nocera - Koara wild free Regular.woff') format('woff'), url('../webfonts/koara/Rosario Nocera - Koara wild free Regular.ttf') format('truetype'), url('../webfonts/koara/Rosario Nocera - Koara wild free Regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Rosario Nocera - Koara free Light';
  src: url('../webfonts/koara/Rosario Nocera - Koara free Light.eot');
  src: local('☺'), url('../webfonts/koara/Rosario Nocera - Koara free Light.woff') format('woff'), url('../webfonts/koara/Rosario Nocera - Koara free Light.ttf') format('truetype'), url('../webfonts/koara/Rosario Nocera - Koara free Light.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Rosario Nocera - Koara free Bold';
  src: url('../webfonts/koara/Rosario Nocera - Koara free Bold.eot');
  src: local('☺'), url('../webfonts/koara/Rosario Nocera - Koara free Bold.woff') format('woff'), url('../webfonts/koara/Rosario Nocera - Koara free Bold.ttf') format('truetype'), url('../webfonts/koara/Rosario Nocera - Koara free Bold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

h1,h2,h3,h4{
  font-family: 'Rosario Nocera - Koara free Bold' !important;
  font-weight: normal !important;
}
p{
  font-family: 'Rosario Nocera - Koara free Light' !important;
  font-weight: normal !important;
  font-size: 1.1rem;
  letter-spacing: 0.5px;
  color: #343832;
}

.font-title{
  font-family: 'Rosario Nocera - Koara free Bold' !important;
  font-size: 22px !important;
}

.font-title-h{font-family: 'Rosario Nocera - Koara free Bold' !important;}
.font-title-p{font-family: 'Rosario Nocera - Koara free Light' !important;}

.font-title-register{
  font-family: 'Rosario Nocera - Koara free Bold' !important;
  font-size: 15px !important;
}

.no-border{border: 0px;}
.border-radius-40{border-radius:40px !important;}
.border-radius-20{border-radius:20px !important;}
.border-bottom-10{border-bottom:10px solid #90BA35;}
.border-information{
  border-top: 2px solid #593825;
  border-left: 2px solid #593825;
  border-right: 2px solid #593825;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  padding: 20px;
}
.border-login{
  border-top: 2px solid #593825;
  border-left: 2px solid #593825;
  border-right: 2px solid #593825;
  border-bottom: 2px solid #593825;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 40px;
}

.border-floating{
  position: relative;
  top:-100px;
}

.border-green{
  border-radius: 10px;
  border: 1.5px solid #90BA35;
  padding:20px 15px 20px 15px;
}
.border-brown{
  border-radius: 10px;
  border: 1.5px solid #593825;
  padding:20px 15px 20px 15px;
}
.text-sm{font-size:25px;}
.text-lg{
  font-size: 85px;
  line-height: 90px;
  letter-spacing: 0;
}
.text-green-light{color:#A9BF5A !important;}
.text-green-dark{color:#274F0F !important;} 
.text-green-pastel{color:#83A602 !important;}
.text-orange{color: #D99311 !important;}
.text-yellow{color: #FACF17 !important;}
.text-brown{color:#593825 !important;}
.text-underline{text-decoration: underline !important;}
.btn-read-more{
	width: 170px !important;
	height: auto !important;
}
.btn-green{
  background-color: #83A602 !important;
  border-color: #83A602 !important;
  font-size: 16px !important;
  font-family: 'Rosario Nocera - Koara free Bold' !important;
}
.btn-green:hover{
  background-color: #fff !important;
  border-color: #274F0F !important;
  color:#83A602 !important ;
}
.form-background-green{background-color: #ECF2C2 !important;}
.background-green-light{background-color: #90BA35 !important;}
.background-green-dark{background-color: #274F0F !important;}
.background-transparent{background-color: transparent !important;}
.background-green-border{
  background-color: transparent;
  border: 3px solid #90BA35;
}

.img-center{
  display: block;
  margin: 0 auto;
}
.img-icon{width:33px;}

ul.list-inline > li{
  display: inline-block;
  float: left;
}
.line-height-0{line-height: 0 !important;}
.line-height-0-5{line-height: 0.5em !important;}
.display-flex{display: flex;}
.z-index-1{z-index: 1;}

/* LOGIN */
.tabs .nav-tabs-login .nav-link.active {
  border-bottom: 3px solid #90BA35;
}

input[type="checkbox"] {
  display: grid;
  place-content: center;
  border-radius:50%;
}

input[type="checkbox"]::before {
  content: "";
  width: 0.95em;
  height: 0.95em;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--form-control-color);
}

input[type="checkbox"]:checked::before {
  transform: scale(1);
}

input:not([type="checkbox"]):not([type="radio"]){
  line-height: 35px;
  min-height: 30px;
}

.quantity > input:not([type="checkbox"]):not([type="radio"]){
  border: 2px solid #593825;
  border-radius:10px;
  min-height: 50px;
  font-size: 1.9rem;
  color:#593825;
  background-color: transparent;
  width: 70px;
  text-align: center;
  font-weight: 600;
}

.accordion-pass .ac-item .ac-title:before{right: 20px;}
.post-thumbnail-transaction{width: 100%;}

.post-thumbnail-list .post-thumbnail-transaction > img {
  height: 110px;
  width: 200px;
  border-radius:20px;
}

.post-thumbnail-transaction .post-thumbnail-content .post-date,
.post-thumbnail-transaction .post-thumbnail-content .post-category{
  color:#593825;
  font-size: 15px;
  font-weight: 500;
}

.modal-header .close {
  font-weight: 400;
  font-size: 35px;
}

.p-progress-bar{background-color:#593825 !important;}
.form-check-input {margin-top: 0.6rem;}

.stamp{
  border: 2px dashed #593825;
  height: 220px;
  border-radius: 50%;
  display: flex; /* or inline-flex */
  align-items: center; 
  justify-content: center;
}

/*HOME*/
.slider-banner .slide .slide-captions {top: 190px;}
.slider-banner .slide .slide-captions img {width: 170px !important;}
.slider-banner .flickity-button{
  width:50px;
  height: 50px;
}
.slider-banner .flickity-button.next::before, 
.slider-banner .flickity-button.previous::before {
  font-size: 40px;
}
.slider-banner .flickity-button::before {line-height: 40px;}
.slider-banner .flickity-button:hover {
  background-color: #b6ce2e;
  border:3px solid #5B9035;
}

.background-wave{
  background-image: url('../images/home/banner_template_wave.png');
  height: 200px;
  position: relative;
  top: -115px;
  z-index: 1;
  background-size: cover;
  background-position: center top;
  overflow: initial;
  margin-bottom: -115px;
}

.portfolio-explore.no-overlay .portfolio-description{
  background-image: url('../images/home/background-thumb.png');
  background-repeat: no-repeat;
  background-size: cover;
  transform: translate3d(0, -50px, 0);
  height: 110px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.portfolio-explore.no-overlay:hover .portfolio-description{transform: translate3d(0, -50px, 0);}
.portfolio-explore.no-overlay .portfolio-description h3{
  font-size: 22px;
  color: #D6DE23;
}

.tabs.tabs-ticket .nav-tabs .nav-link.active {
  background-image: url('../images/icon/border-tab.png');
  background-repeat: no-repeat;
  display: table;
  margin: 0 auto;
  background-position: center;
  background-size: contain;
  border: 0px;
  color:#90BA35 ;
  font-family: 'Rosario Nocera - Koara free Bold' !important;
  font-size: 16px;
}
.tabs.tabs-ticket .nav-tabs .nav-link{
  color:#593825 ;
  font-family: 'Rosario Nocera - Koara free Bold' !important;
  font-size: 16px;
}

.list-ticket li > i{font-size: 25px;}
.list-ticket li > h2,
.list-ticket li > span{
  font-size: 35px;
  font-family: 'Rosario Nocera - Koara free Bold' !important;
}

/* Radio Button Ticket */
:root {
  --form-control-color: #90BA35;
}
.form-control:focus-within {
  color: var(--form-control-color);
}
input[type="radio"] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  /* Remove most all native input styles */
  appearance: none;
  /* For iOS < 15 */
  background-color: var(--form-background);
  color: currentColor;
  width: 1.75em;
  height: 1.75em;
  border: 0.15em solid #90BA35;
  border-radius: 50%;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
}
input[type="radio"]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  border-radius: 50%;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--form-control-color);
  /* Windows High Contrast Mode */
  background-color: CanvasText;
}
input[type="radio"]:checked::before {
  transform: scale(1);
}
.form-check-ticket {margin-left: 35px;}

.background-ticket{
  background-image: url('../images/home/ticket_background.png');
  background-repeat: no-repeat;
  background-size: cover;
  height: 360px;
}

.background-maps{
  background-image: url('../images/home/background-mountain.png');
  background-repeat: no-repeat;
  background-size: cover;
  height: 900px;
  position: relative;
  top: 270px;
  overflow: inherit !important;
  margin-top: -270px;
}

.background-benefit{
  background-image: url('../images/home/background-mountain-apps.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  position: relative;
  top: 230px;
  overflow: inherit !important;
  margin-top: -230px;
}

.background-circle{
  background-image: url('../images/home/background-circle.png');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}

.img-phone{
  width: 270px;
  height: auto;
}

/*SHOPPING*/
.portfolio-shopping.no-overlay .portfolio-description{
  background-image: url('../images/shopping/background-thumbnail-merchant.png');
  height: 150px;
  text-align: unset;
}

/* WALLET */
.accordion-information .ac-item {
  background: #ECF2C2;
  border-radius: 30px;
}

/* WALLET DETAIL */
.border-wallet{
  border: 1px solid #90BA35;
  height: 400px;
  max-height: 400px !important;
  overflow: overlay;
  word-wrap: break-word;
  border-radius: 20px;
  padding: 30px;
}

/* WHATSON */
.post-item .post-item-whatson > h2 > a{
  font-size: 26px !important; 
  letter-spacing: 1px;
}

.post-item .post-item-whatson .post-meta-date{
  font-size: 14px;
  color:#593825;
}

.post-item .post-image .post-meta-category{border:2px solid #90BA35;}

.btn-read-more-whatson{
  width: 90px !important;
  height: auto !important;
}

/* WHATSON DETAIL */
.post-item .post-item-whatson-title > h2{
  font-size: 55px !important;
  letter-spacing: 1px;
  line-height: 65px !important;
}

.pie-chart i {font-size: 20px;}

.content-whatson{
  overflow: inherit !important;
  margin-bottom: -150px;
}

.post-item-whatson-detail{
  background-color: #fff;
  border-radius: 20px;
  position: relative;
  top: -150px;
}

.post-item .post-item-whatson-detail > h2 > a{
  font-size: 26px !important; 
  letter-spacing: 1px;
}

.post-item .post-item-whatson-detail .post-meta-date{
  font-size: 14px;
  color:#593825;
}

/* ATTRACTIONS */
.grid-attractions ul{
  display: table;
  margin: 0 auto;
}

.portfolio-attractions .post-image img {
  float: left;
  width: 46%;
}

.portfolio-attractions .post-item-description{
  float: left;
  padding-top: 0;
  width: 54% !important;
}

.grid-attractions li a {
  color:#593825;
  font-size: 16px;
  font-weight:none !important;
  font-family: 'Rosario Nocera - Koara free Bold' !important;
  padding: 10px 20px;

}

.grid-attractions.gf-outline li:hover a, .grid-attractions.gf-outline li.active a {
  border:0px !important;
  color: #90BA35;
  background-image: url('../images/icon/border-tab.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

/* PLAN YOUR VISIT */
.wizard[data-orientation="vertical"][data-style="1"] > .steps ul li.current a .number{
  background-color:#90BA35;
}
.tabs.tabs-folder .tab-content,
.tabs.tabs-folder .nav-tabs .nav-link.active{
  background-color: #ECF2C2;
}

.tabs.tabs-folder .nav-tabs .nav-link{
  font-size: 12px;
  background-color: #A7C85E;
}

/*REWARDS & STAMP*/
.process .process-step-circle {
  display: inline-flex !important;
  border: 2px dashed #593825 !important;
}

/*HEADER*/
.img-logo{
  width: 100px;
  padding-top: 10px;
}

.header-extras > ul > li > a:not(.btn) i{
  font-size: 20px;
  color: #90BA35;
  font-weight: 600 !important;
}

/*FOOTER*/
#footer {background-color:transparent;}
#footer .copyright-content-sqp {
  min-height: 45px;
  padding: 8px 0;
  background-color: #F6C415;
}

#footer .footer-content {padding: 60px 0 0px 0;}
#footer .widget .widget-title{
  color:#D99311;
  font-family: 'Rosario Nocera - Koara free Bold' !important;
  font-weight: normal !important;
  margin-bottom: 15px;
}
#footer .list li {line-height: 22px;}
#footer a:not(.btn){
  color: #F6C415;
  font-family: 'Rosario Nocera - Koara free Light';
  font-size: 15px;
  letter-spacing: 1px;
}

.social-icons.social-icons-colored .social-instagram a,
.social-icons.social-icons-colored .social-facebook a,
.social-icons.social-icons-colored .social-twitter a,
.social-icons.social-icons-colored .social-youtube a{
	background-color:#F6C415; 
}

.social-icons.social-icons-colored a{color:#D99311 !important;}

.background-footer{
  background-image: url('../images/footer/footer-background.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  z-index: 2;
}

.bar-slider {
  background-image: url('../images/footer/sa-bar.svg');
  background-size: 100%;
  background-position: 100%;
  height: 20px;
}

/* MOBILE */
@media screen and (max-width: 767px) {
  /* Shopping / Dining */
  .isotope-mobile {
    text-align: left !important;
    width: 50% !important;
  }
  .thumb-shopping .thumb-info-title .logo-shop {
    width: 60px !important;
    max-width: 60px !important;
  }
}




