body {
  overflow-x: hidden;
  font-family: "Poppins", sans-serif;
}

p {
  font-size: 14px;
  color: #3e3e3e;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: bold;
}

.fw-6 {
  font-weight: 600;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

label {
  font-weight: 500;
}

.fa.fa-linkedin-square:before {
  content: "\f08c";
}
.search-row:hover {
  background: #f7f7f7;
}

/* Pannel Accordion Payment Guide */
.panel-title {
  position: relative;
}

.panel-title::after {
  content: "\f107";
  color: #333;
  top: -2px;
  right: 0px;
  position: absolute;
  font-size: 18px;
  font-family: "FontAwesome";
}

.panel-title[aria-expanded="true"]::after {
  content: "\f106";
}

/* End Panel */

.navbar-collapse {
  margin-left: auto;
}

.jumbotron-beranda .banner {
  /* background: url(../image/Kreen_WebBannerRamadan.jpg); */
  /* background-attachment: fixed; */
  height: 500px;
  width: 100%;
  object-position: center;
  /* position: relative; */
  /* margin-bottom: 100px; */
  border-radius: 10px;
}

@media only screen and (min-width: 1000px) {
  .jumbotron-beranda .banner {
    object-fit: cover !important;
  }
}

@media only screen and (max-width: 1000px) {
  .jumbotron-beranda .banner {
    width: 100% !important;
    height: auto !important;
  }
}

.jumbotron-beranda h1 {
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
  font-weight: 700;
}

.jumbotron-beranda .jumbotron-content {
  margin-top: 100px;
}

.jumbotron-beranda .container {
  z-index: 1;
  position: relative;
}

.jumbotron-beranda::after {
  content: "";
  display: block;
  width: 100%;
  /* height: 100%; */
  /* background-color: #000; */
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.3;
  border-radius: 10px;
}

.jumbotron-beranda .search {
  /* margin-top: 280px; */
  /* background-color: #1a1a5d; */
  background-color: #ffffff;
  border-radius: 10px;
  /* width: 80%; */
  width: 100%;
  margin: auto;
  border: 1px solid #dadce0;
}
.jumbotron-beranda .suggestion-event {
  box-shadow: 0px 16px 40px rgba(144, 112, 112, 0.2);
  border-radius: 10px;
  background: #ffffff;
  display: none;
  margin-top: -6px;
}
.jumbotron-beranda .suggestion-event a {
  color: unset;
}
.jumbotron-beranda .suggestion-event img {
  width: 56px;
  height: auto;
  border-radius: 5px;
}
.jumbotron-beranda .suggestion-event .name {
  font-weight: 600;
  font-size: 18px;
}
.jumbotron-beranda .suggestion-event .detail {
  color: #7e7e7e;
  font-size: 14px;
}

.ticket-information .label {
  color: #7e7e7e;
}
.accordion .card {
  border: none;
}
.accordion .card .card-header {
  background-color: white;
  border-bottom: none;
}
.accordion .card .card-body {
  background: #f7f7f7;
  border-radius: 3px;
}

.shadow-dashboard {
  box-shadow: 0px 1px 5px rgba(54, 51, 51, 0.2);
}

/* rating bintang */
.stars label {
  font-size: 36px;
  margin: 0 5px;
  color: #ccc;
}
#star-1:hover ~ .content .stars .star-1,
#star-1:checked ~ .content .stars .star-1,
#star-2:hover ~ .content .stars .star-1,
#star-2:hover ~ .content .stars .star-2,
#star-2:checked ~ .content .stars .star-1,
#star-2:checked ~ .content .stars .star-2,
#star-3:hover ~ .content .stars .star-1,
#star-3:hover ~ .content .stars .star-2,
#star-3:hover ~ .content .stars .star-3,
#star-3:checked ~ .content .stars .star-1,
#star-3:checked ~ .content .stars .star-2,
#star-3:checked ~ .content .stars .star-3,
#star-4:hover ~ .content .stars .star-1,
#star-4:hover ~ .content .stars .star-2,
#star-4:hover ~ .content .stars .star-3,
#star-4:hover ~ .content .stars .star-4,
#star-4:checked ~ .content .stars .star-1,
#star-4:checked ~ .content .stars .star-2,
#star-4:checked ~ .content .stars .star-3,
#star-4:checked ~ .content .stars .star-4,
#star-5:hover ~ .content .stars .star-1,
#star-5:hover ~ .content .stars .star-2,
#star-5:hover ~ .content .stars .star-3,
#star-5:hover ~ .content .stars .star-4,
#star-5:hover ~ .content .stars .star-5,
#star-5:checked ~ .content .stars .star-1,
#star-5:checked ~ .content .stars .star-2,
#star-5:checked ~ .content .stars .star-3,
#star-5:checked ~ .content .stars .star-4,
#star-5:checked ~ .content .stars .star-5 {
  color: #fd4;
}

.rating input[type="radio"] {
  display: none;
}

.pagination .page-item .page-link {
  color: black;
}

.pagination .page-item.active .page-link {
  background-color: #e01a21;
  color: white;
  font-weight: bold;
  border-color: transparent;
}

@media only screen and (max-width: 600px) {
  main {
    max-width: 100%;
    margin: 0 auto;
  }
  .jumbotron-beranda .search {
    background-color: #ffffff;
    margin-top: -50px;
  }
  #search {
    /* border: 1px solid #dadce0; */
    box-sizing: border-box;
    border-radius: 7px;
    width: 70%;
    margin: auto;
  }
  /* #search-button-desktop {
    min-width: 390px;
    margin-left: 0 !important ;
  }
  #search-button {
    width: 70%;
  } */
  /* .navCustom {
    position: absolute;
    bottom: 0;
    margin-bottom: -50px;
  } */
  .jumbotron-beranda {
    background-size: cover;
    position: relative;
  }
  #animasi1-mobile {
    margin-top: -80px;
  }
  .animasi1.muncul {
    opacity: 1;
    transform: translate(0, 0);
    font-size: 26px;
  }
  #btn-discover-mobile {
    font-size: 16px;
  }
  #btn-search {
    min-width: 350px;
  }
  #form-search {
    max-width: 100%;
  }
  #search_event {
    font-size: 14px;
  }
  #name {
    width: 100%;
    margin-top: 10px;
  }
  /* #popular-mobile {
    height: 85px;
  } */
  .upcoming-events .nav, #tab-category-discover .nav {
    white-space: nowrap;
    display: block !important;
    flex-wrap: nowrap;
    max-width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .upcoming-events .nav li, #tab-category-discover .nav li{
    display: inline-block;
    font-size: 14px;
  }

  #discoverContent {
    padding-top: 50px;
  }
  #profile-desktop {
    display: none;
  }
  /* .profile-desktop {
    display: none;
  } */
  #image-mobile {
    display: none;
  }
  #btn-checkout-mobile {
    width: 100%;
  }
  .viewsertif-btn-mobile {
    width: 100%;
  }
  .btn-sertif-mobile {
    width: 100%;
  }
  #footer-ticket-desktop {
    display: none;
  }
  #eticket-desktop {
    display: none;
  }

  .form-setting {
    margin-left: 20px;
    margin-right: 20px;
  }
  #form-setting-button {
    margin-left: 0px;
    margin-right: 20px;
    width: 100%;
  }

  .sidebar {
    width: 100%;
  }

  #btn-submit-upgrade {
    width: 100%;
  }

  #search-button-desktop {
    /* display: none; */
  }
  .upgrade-desktop {
    display: none;
  }
  #btn-slide-mobile {
    display: none;
  }

  .skeleton, .skeleton-event {
    display: none;
  }
  .skeleton-mobile, .skeleton-eventmob {
    display: block !important;
  }
  #title-discover .skeleton-box.my-2, #popular_event .skeleton-box.my-2,
  #destination_attraction .skeleton-box.my-2, #popular_attraction .col-lg-5 .skeleton-box.my-2, #popular_region #popular-mobile .skeleton-box.my-2 {
    width: 350px !important;
  }
  .tab-content .rounded {
    bottom: -220px;
    width: 40px !important;
  }
  #content-discover .bg-light {
    height: 200px !important;
    margin-bottom: 15px;
  }
  #content-discover .skeleton-box{
    width: 130px !important;
  }
  #content-discover .skeleton-box.bottom{
    width: 120px;
  }
  #content-discover .skeleton-box.bottom-2 {
    width: 150px !important;
    height: 25px !important;
  }

  .payment {
    font-size: 17px !important;
  }
  .order-summary-mobile {
    margin-bottom: 20px;
    margin-top: -150px;
  }
  .modal-mobile {
    max-width: 100% !important;
  }
  .btn-payment {
    margin-top: 10px;
  }
  .card-summary-payment {
    margin-top: 20px;
  }
  .h2, h2 {
    font-size: 23px;
  }
  h5 {
    font-size: 16px;
  }
  #discover-waypoint .btn-red-explore{
    font-size: 14px;
  }
  #tab-category-discover ul li a, .h6, h6 {
    font-size: 14px;
  }
  #jointelegram .btn.btn-red {
    font-size: 14px;
  }
  .card.card-popular, .section-online-event .card.card-online{
    width: 350px !important;
    max-width: 100%;
    height: auto !important;
    margin: auto !important;
  }
  /* #next_pop .fa-2x, #prev_pop .fa-2x,
  #next_cat .fa-2x, #prev_cat .fa-2x,
  #prev_pop_attr .fa-2x, #next_pop_attr .fa-2x{
    font-size: 1.4em;
  } */
  #discoverContent .card-online{
    width: 100%;
    max-height: 172.03px !important;
  }
  #popular_attraction .card-online {
    width: 100% !important;
    height: 150px !important;
    margin: 0 auto;
  }
  .navCustom, #btn-cat {
    position: absolute;
    bottom: 0;
    margin-bottom: -30px;
  }
  .profile-desktop a{
    font-size: 14px;
  }
  .section-online-event .btn-red-md, .section-popular-event .btn-red-md {
    font-size: 13px;
  }
  .section-popular-event .card-popular a i, .section-online-event .card-popular a i,
  .section-online-event .card-online a i, .card-explore a i {
    width: 35px !important;
    height: 35px !important;
    font-size: 23px !important;
    line-height: 38px !important;
  }
  /* .card-explore .online-bottom {
    bottom: 95px !important;
  } */
  .card-explore .btn-red-sm {
    left:10px;
    position:relative;
  }
  .section-explore-all .image-title {
    margin-bottom: 14px !important;
  }
  .section-explore-all .image-deskripsi {
    margin-top: 10px !important;
  }
  .section-explore-all a .fa-heart{
    margin-left:5px;
  }
  .section-explore-all .btn-red-md{
    margin-left: 5px;
  }
  /* #pop_carousel .online-bottom {
    bottom: 10px;
  } */
  .card-popular span.tag, .card-explore span.tag{
    font-size: 14px;
  }
  .card-online span.tag {
    font-size: 12px;
  }
  /* .card-online .online-bottom {
    position: absolute;
    bottom: 5px;
    font-size: 12px;
    margin-bottom: -2px;
  } */
  /* .card-online .image-title, .search_event .image-title {
    font-size: 15px !important;
    margin-top: 10px !important;
    margin-left: 10px !important;
    margin-bottom: 10px !important;
  } */
  .fa-2x {
    font-size: 1.4em !important;
  }
  .section-online-event .image-title, .card-popular .image-title {
    font-size: 18px !important;
  }
  .section-popular-event span.tags-overlay, .section-online-event span.tags-overlay,
  .section-online-event .image-deskripsi, .section-popular-event .image-deskripsi {
    font-size: 14px !important;
  }
  .section-online-event .card-online {
    max-width: 250px;
    height: auto !important;
  }
  #cat_attr h4 {
    font-size: 14px;
    margin-bottom: -1px;
  }
  #cat_attr .col-lg-9 {
    margin-top: 8px;
  }
  #cat_attr .owl-dots {
    margin-top: 0 !important;
  }
  .search_event .pagination {
    justify-content: center;
  }
  .search_event .show-data {
    float: none !important;
    font-size: 14px;
  }
  #pagination-explore-event, #pagination-organizer, #pagination-kreenplus, #pagination-plusfilter,
  #pagination-category {
    text-align: center;
  }
  #pagination-kreenplus {
    padding-top: 20px !important;
  }
  #modal-category .modal-dialog {
    margin: 0 !important;
  }
  #modal-experience .modal-dialog,
  #modal-location .modal-dialog {
    margin:0 !important;
    /* position: fixed !important;
    top: auto;
    left: auto;
    right: auto;
    bottom: 0;  */
    width: 100% !important;
  }
  #destination_attraction #kota span{
    font-size: 15px !important;
  }
  #destination_attraction #dest span{
    font-size: 12px !important;
  }
  .card-body .col-md-3.profile {
    flex: 0 0 25%;
    max-width: 25%;
    text-align: center;
    padding-right: 0;
  }
  .card-body .col-md-9.title {
    flex: 0 0 75%;
    width: 75%;
    padding-left: 0;
  }
  .card-body .col-md-3.profile img{
    width: 60%;
    height: 43px;
  }
  .profesi .col-md-6 {
    flex: 0 0 50%;
  }
  /* destination */
  #banner .region-dest {
    font-size: 28px;
  }
  #banner .region-text {
    font-size: 14px;
  }
  #section-gallery img {
    height: 200px !important;
  }
  #banner .centered {
    width: 300px;
  }
  #popular_region ol {
    font-size: 12px !important;
  }
  #popular_region .card-online {
    width: 180px !important;
    height: 180px !important;
    margin:auto;
  }
  /* #destination {
    padding-right: 30%;
  } */
  #destination img {
    max-width: 170px;
    height: 110px;
  }
  #popular_region .skeleton-box.my-2.mx-2{
    bottom: -200px;
  }
  /* detail attraction */
  .beli-tiket-baru h2, .section-attraction-ticket .title-content {
    font-size: 18px !important;
  }
  .section-attraction-ticket .content, .section-attraction-ticket .content p {
    font-size: 14px !important;
  }
  #section-review-gallery img {
    height: 115px !important;
  }
  #section-review-gallery a .btn-red-small {
    font-size: 14px !important;
  }
  #dynamic .card-text,
  #dynamic .card-text h6 {
    font-size: 12px !important;
  }
  .button-eo a strong, .button-eo a{
    font-size: 15px !important;
  }
}

@media only screen and (min-width: 600px) {
  #close-nav {
    display: none;
  }
  #open-nav {
    display: none;
  }
  #member-mobile {
    display: none;
  }
  #footer-ticket-mobile {
    display: none;
  }
  #eticket-mobile {
    display: none;
  }
  .search-button {
    display: none;
  }
  .upgrade-mobile {
    display: none;
  }
  .profile-mobile {
    display: none;
  }
}

.jumbotron-beranda .search .form-search {
  background-color: #f7f7f7;
  border: none;
  height: 45px;
}

.jumbotron-beranda .search .kategori {
  font-weight: bold;
}

.jumbotron-beranda .search .kategori .active {
  color: #e01a21;
  border-bottom: 3px solid #e01a21;
}

.section-my-event .search .form-search {
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #fff;
  border: none;
}

.navbar-user {
  margin-top: -10px;
}

p.linkkreen:hover,
p.linkkreen:active {
  color: red;
}

.section-online-event .card-online,
.section-popular-event .card-popular,
.section-explore-all .card-explore {
  position: relative;
  border-color: #e2e2e2;
  overflow: hidden;
  margin: auto;
  border-radius: 10px;
}

#section-ticket-list .nav-link {
  font-size: 18px;
  font-weight: 400;
  color: #3E3E3E;
}
#section-ticket-list h4 {
  font-size: 24px;
  color: #3E3E3E;
}

#section-ticket-list .btn-select-red {
  width: 150px;
  height: 50px;
  background-color: #E01A21;
  color: #FFFFFF;
}

#section-ticket-list .btn-select-white {
  width: 106px;
  height: 50px;
  background-color: #FFDFE0;
  color: #E01A21;
  font-weight: 600;
}

#section-filter-sm {
  display: none;
}

@media only screen and (max-width: 675px) {
  #section-filter-sm {
    margin-top: 20px;
    display: contents;
  }
}

@media only screen and (max-width: 675px) {
  #section-review-filter {
    display: none;
  }
}

#pagination button {
  padding: 12px 14px !important;
}

#section-review-content .btn-active,
#pagination .btn-active,
#exlore-body .btn-active {
  background-color: #E01A21 !important;
  color: white !important;
}

/* #card-explore {
  display: table;
}

#card-explore [class*="col-"] {
  float: none;
  display: table-cell;
  vertical-align: top;
} */

#section-filter-sm .btn-group {
  width: 100%;
  margin-top: 20px;
}

#section-filter-sm .btn {
  height: 50px;
  background-color: #fff;
  color: #3E3E3E;
}

#section-filter-sm .btn-sort {
  border-radius: 50px 0 0 50px;
}

#section-filter-sm .btn-filter {
  border-radius: 0 50px 50px 0;
}

@media only screen and (max-width: 600px) {
  #section-ticket-list .btn-select-red, #section-ticket-list .btn-select-white {
    width: 100%;
    height: 50px;
  }
}

#section-ticket-list h5 {
  font-size: 18px !important;
  font-weight: 400;
  color: #3E3E3E;
}

#section-ticket-list .content-details {
  font-size: 18px !important;
  font-weight: 400;
  color: #3E3E3E;
}

#section-ticket-list .container {
  padding: 24px;
  background: #FAFAFA;
}

.like-text, .share-text {
  display: initial;
}

#section-gallery #more-than-4-banner-lg {
  display: contents;
}

#section-gallery #more-than-4-banner-sm {
  display: none;
}

@media only screen and (max-width: 675px) {
  #section-gallery #more-than-4-banner-lg {
    display: none;
  }

  #section-gallery #more-than-4-banner-sm {
    display: contents;
  }
}

@media only screen and (max-width: 600px) {
  #section-attraction-ticket span.like-text,
  span.share-text {
    display: none;
  }
}

@media only screen and (max-width: 1000px) {
  #section-starting-from {
    display: none;
  }
}

.section-attraction-ticket .title-content {
  font-size: 24px;
  font-weight: 600;
  color: #3E3E3E;
}

.section-attraction-ticket .content {
  font-size: 16px !important;
  font-weight: 400 !important;
  color: #3E3E3E !important;
  background: none !important;
}

.section-attraction-ticket .content p,
.section-attraction-ticket .content p span,
.section-attraction-ticket .content ul li span {
  font-family: "Poppins", sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  color: #3E3E3E !important;
  background: none !important;
}

.section-attraction-ticket p {
  font-size: 16px !important;
  font-weight: 400 !important;
  color: #3E3E3E !important;
}

#section-ticket-list .active {
  color: #E01A21 !important;
}

.online-bottom {
  position: absolute;
  bottom: 15px;
}

.section-popular-event .card-popular a i,
.section-online-event .card-popular a i,
.section-online-event .card-online a i,
.section-explore-all .card-explore a i {
  /* color: #fff;
  font-size: 26px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  margin-top: 45px;
  padding: 8px;
  text-decoration: none; */
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.5);
  text-align: center;
  text-decoration: none;
  margin-top: 15px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-size: 25px;
  line-height: 50px;
}

.card-online span.tag,
.card-popular span.tag,
.card-explore span.tag {
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
  width: auto;
  /* text-align: center; */
  position: absolute;
  margin-top: 5px;
  margin-left: 5px;
  padding: 5px;
}

#section-gallery img {
  width: 100% !important;
  object-fit: cover !important;
}

#section-gallery .img-main {
  height: 400px;
  border-radius: 10px 0 0 10px;
}

#section-gallery .img-center, .img-top, .img-bot {
  height: 196px;
  overflow: hidden;
}

#section-gallery .img-top img {
  border-radius: 0 10px 0 0;
}

#section-gallery .img-bot {
  border-radius: 0 0 10px 0;
}

#section-gallery .img-full {
  height:500px;
  border-radius: 10px;
}

#section-gallery .img-preview {
  width:500px !important;
  height:500px !important;
  border-radius: 10px;
}

#section-gallery .img-side-left-5 {
  height:500px;
  border-radius: 10px;
}

/* #section-gallery .img-center {
  height: 250px;
}  */

#section-gallery .img-side-top-right {
  height: 250px;
  border-radius: 0 10px 0 0;
}

#section-gallery .img-side-bot-right {
  height: 250px;
  border-radius: 0 0 10px 0;
}

#section-payment-method select {
  color: #5cb85c;
  font-weight: 700;
  cursor: pointer;
}

#section-payment-method #ovo-timeup {
  display: none;
}

#section-payment-method .logo-wrap {
  border-radius: 5px;
  padding: 5px 10px 5px 10px;
  background-color: #fff;
}

#section-payment-method .logo-wrap img {
  width: 96px;
  height: 40px;
  object-fit: contain;
}

#section-payment-method .panel-heading {
  background-color: #F7F7F7;
  padding: 18.5px;
  cursor: pointer;
}

#section-payment-method .panel-content {
  font-size: 16px !important;
  color: #3E3E3E !important;
  font-family: "Poppins", sans-serif !important;
}

@media only screen and (max-width: 1000px) {
  #section-payment-method .panel-heading img {
    display: none !important;
  }
}

#section-pay-data .container {
  border-radius: 10px;
  padding: 24px;
  border: 1px solid #DADCE0;
  box-sizing: border-box;
}

#section-payment-method .heading {
  border-radius: 10px 10px 0 0;
}

#section-payment-method h4 {
  font-size: 24px;
  font-weight: 600;
}

#section-pay-data a {
  color: #E01A21;
  cursor: pointer;
}

#section-pay-data .btn-check {
  background-color: #E01A21;
  padding: 12px 24px 12px 24px;
}

#section-payment-method h5 {
  font-size: 18px;
  font-weight: 400;
}

#section-payment-method .footing {
  border-radius: 0 0 10px 10px;
}

#section-payment-method .single-rounded {
  border-radius: 10px;
}

#breadcrumbs a {
  color: #000000
}

.breadcrumb li {
  padding: 0 5px;
}

ol {
  margin-top: 1rem;
}

#section-method h5 {
  font-size: 18px;
  font-weight: 400;
}

#section-summary h5 {
  font-size: 18px;
  font-weight: 600;
}

.section-attraction-ticket .iconify {
  font-size: 20px;
}

.ticket-ico-success {
  color:#219653;
  font-weight: 400;
  font-size: 14px;
}

#gallery-modal .carousel-indicators{
  list-style: none;
}
#gallery-modal .carousel-indicators li, #gallery-modal .carousel-indicators li.active{
  width: 70px;
  height: 70px;
  background-color: #fff;
  position: relative;
  margin: 10px;
}

#gallery-modal .carousel-indicators img{
  position: absolute;
  border: 2px solid;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.filter-orange {
  filter: brightness(0) saturate(100%) invert(69%) sepia(67%) saturate(2074%) hue-rotate(338deg) brightness(97%) contrast(104%);
}

.badge-attraction {
  background-color: #FD9226;
}

.text-attraction {
  color: #FD9226;
}

.card-online span.free,
.card-popular span.free,
.card-explore span.free {
  background-color: rgb(56, 116, 206);
  font-size: 12px;
  border-radius: 3px;
}

.card-online span.paid,
.card-popular span.paid,
.card-explore span.paid {
  background-color: #e01a21;
  font-size: 12px;
  border-radius: 3px;
}

.section-online-event .card-online a i.fa-upload,
.section-explore-all .card-explore a i.fa-upload {
  margin-left: -13px;
}

.section-online-event .section-online-card .card-online,
.section-popular-card .card-popular,
.section-explore-all .card-explore {
  margin-bottom: 30px;
}

.section-online-event, .section-popular-event {
  margin-bottom: 70px;
}

.section-online-event .card-online img,
.section-explore-all .card-explore img {
  display: block;
  width: 100%;
  border-radius: 10px;
}

.section-popular-event span.tags-overlay,
.section-online-event span.tags-overlay {
  color: #fff;
  font-size: 16px;
  border: 1px solid #fff;
  padding: 0 15px;
  margin-left: 10px;
  border-radius: 15px;
}

.section-explore-all span.tags-overlay {
  color: #fff;
  font-size: 12px;
  border: 1px solid #fff;
  padding: 0 10px;
  margin-left: 10px;
  border-radius: 15px;
}

.section-popular-event p.tags-overlay,
.section-online-event p.tags-overlay,
.section-explore-all p.tags-overlay {
  color: #fff;
  border: 1px solid #fff;
  padding: 0 15px;
  margin-left: 10px;
  border-radius: 15px;
}

.image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color:#212529c4;
  border-radius: 10px;
  /* display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; */
  opacity: 0;
  transition: opacity 0.25s;
}

/* .image-overlay-blur {
    backdrop-filter: blur(5px);
} */

.image-overlay > * {
  transform: translateY(20px);
  transition: transform 0.25s;
}

.image-overlay:hover {
  opacity: 1;
}

.image-overlay:hover > * {
  transform: translateY(0);
}

.klik-overlay {
  margin-top: 50px;
}

.btn-overlay {
  margin-left: 10px;
  bottom: 0;
  margin-right: 130px;
}

.btn-md {
  margin-top: -10px;
}

.explore-bottom {
  position: absolute;
  bottom: 15px;
}

#profile_content p {
  font-size: 18px;
  color: #3E3E3E;
}

.section-online-event .card-online a,
.section-popular-event .card-popular a,
.section-explore-all .card-explore a {
  color: #fff;
}

.section-online-event .image-title,
.section-popular-event .image-title {
  font-size: 22px;
  margin-top: 10px;
  margin-left: 10px;
  margin-bottom: 30px;
  font-weight: 600;
}

.image-title {
  font-size: 22px;
  margin-top: 10px;
  margin-left: 10px;
  margin-bottom: 30px;
  font-weight: 600;
}

.section-explore-all .image-title {
  font-size: 18px;
  margin-top: 10px;
  margin-left: 10px;
  margin-bottom: 10px;
  font-weight: 600;
}

.section-online-event .image-deskripsi,
.section-popular-event .image-deskripsi {
  font-size: 18px;
  margin-left: 10px;
  margin-top: 0.25em;
}

.section-explore-all .image-deskripsi {
  font-size: 14px;
  margin-left: 10px;
  margin-top: -10px;
}

.section-blog .card-blog {
  height: 320px;
  border-radius: 5px;
  overflow: hidden;
  margin-left: -5px;
  background-color: #f7f7f7;
}

.section-blog .card-blog h5 {
  font-size: 15px;
  color: #000;
  line-height: 20px;
}

.section-blog .card-blog a {
  color: #000;
}

.section-blog .card-blog p {
  color: #000;
  font-size: 12px;
  font-weight: 500;
}

.section-blog .row-blog {
  margin-left: -10px;
}

.section-beli-tiket .card-beli .sosmed a i {
  color: #3e3e3e;
  background-color: #fff;
}

.section-beli-tiket .card-beli .sosmed a i:hover {
  background-color: #fff;
  text-decoration: none;
}

.section-beli-tiket .card-beli {
  margin-bottom: 50px;
  border: none;
}

.section-beli-tiket .card-beli .info p {
  font-weight: bold;
  font-size: 15px;
}

.section-beli-tiket .card-beli .info i {
  font-size: 20px;
  margin-right: 8px;
}

.section-beli-tiket .card-beli h2 {
  font-size: 20px;
}

.section-beli-tiket .card-beli a i {
  color: #fff;
  font-size: 25px;
  background-color: #c4c4c4;
  border-radius: 50%;
  padding: 10px;
}

.section-beli-tiket .card-beli a i:hover {
  background-color: #949494;
  transition: 0.6s;
}

.section-beli-tiket .card-beli .deskripsi p {
  line-height: 28px;
}

.section-beli-tiket .bayar-tiket p {
  font-size: 17px;
}

.section-beli-tiket .bayar-tiket .card-bayar small {
  font-size: 14px;
}

.section-beli-tiket .bayar-tiket .card-checkout {
  border: none;
}

.navbar-scroll .nav {
  white-space: nowrap;
  display: block !important;
  flex-wrap: nowrap;
  max-width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}
.navbar-scroll .nav li {
  display: inline-block;
}

.navbar-scroll .nav .nav-link.active {
  border-bottom: none;
  color: #a9a9a9;
}

.section-beli-tiket ::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.section-beli-tiket ::-webkit-scrollbar-track {
  background: #f7f7f7;
}

/* Handle */
.section-beli-tiket ::-webkit-scrollbar-thumb {
  background: #dadce0;
  border-radius: 25px;
  border: 4px solid transparent;
  background-clip: content-box;
}

/* Handle on hover */
.section-beli-tiket ::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.section-my-ticket .pagination li a,
.section-my-certificate .pagination li a {
  color: #a9a9a9;
  background-color: #f7f7f7;
}

.section-my-ticket .pagination li.dark a,
.section-my-ticket .pagination li.active a,
.section-my-certificate .pagination li.dark a,
.section-my-certificate .pagination li.active a {
  color: #3e3e3e;
  background-color: #f7f7f7;
  border: none;
  font-weight: bold;
}

.section-my-event .otp {
  background-color: #1a1a5d;
  font-size: 18px;
  padding: 11px 20px;
  width: fit-content;
  margin: auto;
  border-radius: 10px;
}

.section-setting-profile .media span {
  color: #219653;
}

.section-form-event .modal .success {
  margin: 0 50px;
  line-height: 23px;
}

.section-form-event .modal .modal-content {
  border-radius: 10px;
}

.section-form-event h6 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 70px;
}

.nav-tabs .nav-item {
  width: 50%;
}

.nav-tabs .nav-link {
  text-align: center;
  color: #a9a9a9;
}

.nav-tabs .nav-link.active {
  border-bottom: 4px solid #3e3e3e;
}
.section-beli-tiket .tab-content {
  margin-top: -3px;
  border-top: 4px solid #a9a9a9;
}

.nav-pills .nav-link {
  color: #a9a9a9;
}

.nav-pills .nav-link.active,
.dropdown .btn {
  border-bottom: 3px solid #3e3e3e;
  border-radius: 0;
  background-color: transparent;
  color: #3e3e3e;
}

.section-checkout .form-check {
  font-size: 14px;
}

.section-leave-checkout .card.leave-checkout {
  margin-top: 120px;
  border-radius: 10px;
}

.section-success-checkout a {
  margin-top: 100px;
}

.section-confirmation-email .card {
  border-radius: 10px;
  margin-top: 80px;
}

footer {
  background: #f7f7f7;
}

.section-footer h5 {
  margin-bottom: 20px;
}

.section-footer .about a,
.section-footer .support a,
.section-footer .contact-us a {
  font-size: 14px;
  color: #1b1c1e;
  text-decoration: none;
}

.section-footer .about a:hover,
.section-footer .support a:hover,
.section-footer .contact-us a:hover {
  font-weight: bold;
}

.section-footer .info li {
  margin-bottom: 9px;
}

.section-footer hr {
  width: 1100px;
}

.section-login .card {
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.section-login label,
.section-login p {
  font-weight: 500;
}

#section-relevant-detail {
  display: contents;
}

@media only screen and (max-width: 675px) {
  #section-relevant-detail {
    display: none;
  }
}

#section-review-gallery img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: 5px;
}

#section-review-gallery .centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 36px;
  color: #fff;
}

#destinationContent .image-overlay-destination {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  color: #fff;
}

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}

#section-review-gallery #lg {
  display: flex;
}

#section-review-gallery #sm {
  display: none;
}

@media only screen and (max-width: 675px) {
  #section-review-gallery #lg {
    display: none;
  }

  #section-review-gallery #sm {
    display: flex;
  }
}

#section-review-filter {
  font-size: 16px;
}


/* Add Image Create Event */
.newbtn {
  cursor: pointer;
}

/* Progress Bar */
/* .progress {
  margin-bottom: 90px;
} */

.one,
.two,
.three {
  position: absolute;
  margin-top: -15px;
  z-index: 1;
  height: 35px;
  width: 35px;
  border-radius: 25px;
}

.one {
  left: 0%;
}

.two {
  left: 47.5%;
}

.three {
  left: 95%;
}

.success-color,
.progress-bar-success {
  background-color: #1a1a5d;
}

/* Toggle Switch */
/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 25px;
  float: right;
}

/* Hide default HTML checkbox */
.switch input {
  display: none;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

#section-countdown-payment h5 {
  color: #F2994A;
  font-weight: 600 !important;
  margin-bottom: 0;
}

#section-countdown-payment .container {
  background: #FFFAE6;
  border-radius: 8px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 4px;
  top: 2px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input.default:checked + .slider {
  background-color: #e01a21;
}

input:checked + .slider:before {
  -webkit-transform: translateX(22px);
  -ms-transform: translateX(22px);
  transform: translateX(22px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
/*  */

.btn-tags {
  border-radius: 15px;
}

.btn-back {
  font-size: 40px;
  background-color: #f7f7f7;
  color: #3e3e3e;
  border-radius: 50%;
  padding: 5px 13px;
}

.btn-red-round {
  color: #fff;
  background-color: #e01a21;
  border-radius: 21px;
}

.btn-red-round:hover {
  color: #fff;
  background-color: #b11319;
  border-radius: 21px;
}

.btn-red {
  color: #fff;
  background-color: #e01a21;
  padding: 5px 35px;
  border-radius: 10px;
}

.btn-red:hover {
  color: #fff;
  background-color: #b11319;
  padding: 5px 35px;
  border-radius: 10px;
}

.btn-white {
  color: #000000;
  background-color: #fff;
  padding: 5px 35px;
  border-radius: 10px;
  border: 1px solid #DADCE0;
}

.btn-white:hover {
  color: #fff;
  background-color: #e01a21;
  padding: 5px 35px;
  border-radius: 10px;
}

.btn-red-small {
  color: #fff;
  background-color: #e01a21;
  padding: 7px 15px;
  border-radius: 10px;
}

.btn-red-small:hover {
  color: #fff;
  background-color: #b11319;
  padding: 7px 15px;
  border-radius: 10px;
}

.btn-pink {
  color: #e01a21;
  background-color: #ffdfe0;
  border-radius: 10px;
}

.btn-tags-pink {
  background-color: #ffdfe0;
  border-radius: 10px;
}

.btn-pink:hover {
  color: #e01a21;
  background-color: #ffc1c3;
  border-radius: 10px;
}

.btn-outline-dark {
  border-radius: 8px;
}

.btn-green {
  color: #fff;
  background-color: #219653;
  border-radius: 10px;
}

.btn-green:hover {
  color: #fff;
  background-color: #1b6d3f;
  border-radius: 10px;
}

.btn-light-green {
  color: #219653;
  background-color: #dfffe6;
  border-radius: 10px;
}

.btn-light-green:hover {
  color: #219653;
  background-color: #aaf7bb;
  border-radius: 10px;
}

.klik-red {
  color: #e01a21;
  font-weight: 500;
}

.klik-red:hover {
  color: #b11319;
  font-weight: 500;
}

.klik-black {
  color: #000;
  font-weight: 500;
}

.klik-black:hover {
  color: #000;
  font-weight: 500;
}

.section-footer span a i {
  color: #3e3e3e;
  font-size: 25px;
}

.section-footer .copyright {
  text-align: center;
}

.section-footer span a i.i-youtube:hover {
  color: #ff0000;
  transition: 0.5s;
}

.section-footer span a i.i-facebook:hover {
  color: #476ab6;
  transition: 0.5s;
}

.section-footer span a i.i-instagram:hover {
  color: #e1306c;
  transition: 0.5s;
}

.pass_show {
  position: relative;
}

.pass_show .ptxt {
  position: absolute;
  top: 50%;
  right: 10px;
  z-index: 1;
  color: #a9a9a9;
  margin-top: 3px;
  cursor: pointer;
  transition: 0.3s ease all;
}

.pass_show .ptxt:hover {
  color: #8b8b8b;
}

.pass_show_old .ptxt:hover {
  color: #8b8b8b;
}

.pass_show_old {
  position: relative;
}

.pass_show_old .ptxt {
  position: absolute;
  top: 50%;
  right: 30px;
  z-index: 1;
  color: #a9a9a9;
  margin-top: 3px;
  cursor: pointer;
  transition: 0.3s ease all;
}

.pass_show_new .ptxt:hover {
  color: #8b8b8b;
}

.pass_show_new {
  position: relative;
}

.pass_show_new .ptxt {
  position: absolute;
  top: 50%;
  right: 30px;
  z-index: 1;
  color: #a9a9a9;
  margin-top: 3px;
  cursor: pointer;
  transition: 0.3s ease all;
}

.pass_show_conf .ptxt:hover {
  color: #8b8b8b;
}

.pass_show_conf {
  position: relative;
}

.pass_show_conf .ptxt {
  position: absolute;
  top: 50%;
  right: 30px;
  z-index: 1;
  color: #a9a9a9;
  margin-top: 3px;
  cursor: pointer;
  transition: 0.3s ease all;
}

.custom-icon {
  color: #3e3e3e;
  font-size: 35px;
  height: 50px;
  padding: 3px;
  width: 50px;
  border-radius: 50%;
  background-color: #f7f7f7;
}

.custom-icon2 {
  color: #3e3e3e;
  font-size: 30px;
  height: 40px;

  width: 40px;
  border-radius: 50%;
  background-color: #f7f7f7;
}

.c-blog .carousel-control-prev {
  left: -55px;
}

.c-blog .carousel-control-next {
  right: -55px;
}

.c-popular .carousel-control-prev {
  position: absolute;
  top: -20%;
  border-radius: 50%;
  height: 50px;
  margin-left: 89%;
}

.c-popular .carousel-control-next {
  top: -20%;
  left: 30px;
  border-radius: 50%;
  height: 50px;
  margin-left: auto;
}

.carousel-control-next,
.carousel-control-prev {
  opacity: 1;
  width: 5%;
}

/* .carousel .carousel-control-prev-icon,
.carousel .carousel-control-next-icon {
    background-color:#000;
    border-radius: 50%;
    padding: 5px;
} */

/* .carousel .carousel-control-prev-icon {
    margin-left: -220px;
}

.carousel .carousel-control-next-icon {
    margin-right: -220px;
} */

.animasi1 {
  opacity: 0;
  transform: translate(50px, 0);
  transition: 2s;
}

.animasi1.muncul {
  opacity: 1;
  transform: translate(0, 0);
}

/* Drag Drop Image Form */
.file-upload {
  background-color: #f7f7f7;
  border-radius: 10px;
  width: 400px;
  height: 400px;
}

.file-upload:hover {
  background-color: #d7d7d7;
}

.file-upload-btn:active {
  border: 0;
  transition: all 0.2s ease;
}

.file-upload-content {
  display: none;
  text-align: center;
}

.file-upload-input {
  position: absolute;
  margin-right: -55px;
  margin-top: -2px;
  padding: 30px;
  width: 53%;
  height: 6.4%;
  outline: none;
  opacity: 0;
  cursor: pointer;
}

.image-title-wrap {
  padding: 0 15px 15px 15px;
  color: #222;
}

.drag-text {
  text-align: center;
  padding: 10em 0;
}

.file-upload-image {
  max-height: 200px;
  max-width: 200px;
  margin: auto;
  padding: 20px;
}

.remove-image {
  width: 250px;
  margin: 0;
  color: #fff;
  background: #6d6d6d;
  border: none;
  padding: 10px;
  border-radius: 4px;
  border-bottom: 4px solid #5c5c5c;
  transition: all 0.2s ease;
  outline: none;
  font-size: 15px;
  position: relative;
  top: -10px;
}

.remove-image:hover {
  background: #5c5c5c;
  color: #ffffff;
  transition: all 0.2s ease;
  cursor: pointer;
}

.remove-image:active {
  border: 0;
  transition: all 0.2s ease;
}

.file-upload-input-setting {
  position: absolute;
  width: 17%;
  outline: none;
  margin: -4px;
  cursor: pointer;
  opacity: 0;
  content: "";
}

.file-upload-image-setting {
  max-height: 100%;
  max-width: 100%;
}

/* Drag Drop Image Speaker Moderator */
.file-upload-round {
  background-color: #f7f7f7;
  border-radius: 50%;
  width: 180px;
  height: 180px;
}

.file-upload-round:hover {
  background-color: #d7d7d7;
}

.file-upload-btn:active {
  border: 0;
  transition: all 0.2s ease;
}

.file-upload-content-round {
  display: none;
  text-align: center;
}

/* .file-upload-input-round {
    position: absolute;
    margin-right: -55px;
    margin-top: -2px;
    padding: 30px;
    width: 24%;
    height: 2.8%;
    outline: none;
    opacity: 0;
    cursor: pointer;
} */

.file-upload-input-round {
  position: absolute;
  margin-right: -55px;
  margin-top: -2px;
  margin-left: -5px;
  padding: 90px 0;
  border-radius: 50%;
  width: 27%;
  height: 2.8%;
  outline: none;
  opacity: 0;
  cursor: pointer !important;
}

.image-title-wrap {
  padding: 0 15px 15px 15px;
  color: #222;
}

.drag-text-round {
  text-align: center;
  padding: 4em 0;
}

.file-upload-image-round {
  top: 20px;
  height: 140px;
  width: 140px;
  border-radius: 50%;
  margin: auto;
  margin-bottom: 40px;
  position: relative;
}

.remove-round {
  max-width: 150px;
  color: #fff;
  background: #6d6d6d;
  border: none;
  border-radius: 4px;
  border-bottom: 4px solid #5c5c5c;
  transition: all 0.2s ease;
  outline: none;
  font-size: 13px;
  position: relative;
  left: 180px;
  top: -120px;
}

.remove-round:hover {
  background: #5c5c5c;
  color: #ffffff;
  transition: all 0.2s ease;
  cursor: pointer;
}

.remove-round:active {
  border: 0;
  transition: all 0.2s ease;
}

.file-upload-input-setting {
  position: absolute;
  width: 17%;
  outline: none;
  margin: -4px;
  cursor: pointer;
  opacity: 0;
  content: "";
}

.file-upload-image-setting {
  max-height: 100%;
  max-width: 100%;
}

/* Side Bar Explore */
.sidebar-explore {
  height: 100%;
  width: 250px;
  z-index: 1;
  top: 200px;
  left: 0;
  background-color: #f7f7f7;
  overflow-x: hidden;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 10px;
}
.sidebar-explore .klik {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 17px;
  color: #a9a9a9;
  display: block;
  transition: 0.3s;
}

.sidebar-explore a {
  text-decoration: none;
}

.sidebar-explore .explore-checklist li .form-check {
  padding: 5px 30px 5px 30px;
}

.sidebar-explore .explore-checklist li .form-check label {
  font-weight: 300;
}

/* Checkbox Custom */
.checkbox-lg {
  width: 1rem;
  height: 1rem;
  border-radius: 10px;
  margin-top: 3px;
}

/* Sidebar Collapse
.sidebar {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
  }

.sidebar img {
    margin-top: -60px;
    margin-bottom: 25px;
}

.sidebar a,   .sidebar img {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 17px;
    color: #A9A9A9;
    display: block;
    transition: 0.3s;
}

.sidebar a:hover {
    color: #3E3E3E;
}

.sidebar .closebtn {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 36px;
}

.openbtn {
    font-size: 25px;
    cursor: pointer;
    background-color: #E01A21;
    color: #fff;
    padding: 0 10px;
    border-radius: 4px;
    border: none;
    margin-top: -10px;
}

.openbtn:hover {
    background-color: #b11319;
}

#main {
    transition: margin-left .5s;
    padding: 16px;
} */

.p-3 {
  padding: 1rem !important;
}

/* Sidebar Collapse */
.sidebar {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: white;
  overflow-x: hidden;
  /* padding-top: 20px;
  padding-left: 10px; */
  /* margin-left: 25px; */
}

.sidebar a {
  padding: 6px 8px 6px 32px;
  text-decoration: none;
  font-size: 17px;
  color: #a9a9a9;
  display: block;
  transition: 0.3s;
}

.sidebar a.active {
  color: #e01a21;
}

.sidebar a:hover {
  color: #3e3e3e;
}

.sidebar .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.openbtn {
  font-size: 25px;
  cursor: pointer;
  background-color: white;
  /* color: #fff; */
  padding: 0 10px;
  border-radius: 4px;
  border: none;
}

.openbtn:hover {
  background-color: #b11319;
}

#main {
  transition: margin-left 0.5s;
}

@media (min-width: 600px) and (max-width: 767.98px) {
  .modal-body #filter {
    margin-left: 10px;
  }
  #sub2 {
    padding-left: 10px !important;
  }
  .button-eo a {
    font-size: 16px !important;
  }
  #dynamic .d-flex {
    bottom: 70px !important;
  }

  #modal-location .modal-dialog,
  #modal-experience .modal-dialog {
    margin: 1.75rem 25% 0 25% !important;
    width: 400px !important;
  }
  /* #prev-next-pop-carousel {
    bottom: -240px;
  } */
  /* .section-explore-all .online-bottom {
    bottom: 5px !important;
  } */
  #discoverContent .card-online{
    width: 100%;
    max-height: 172.03px !important;
  }
  .section-explore-all .online-bottom .tags-overlay {
    font-size: 10px !important;
    margin-left: 5px !important;
  }
  .section-explore-all .tags-overlay span{
    font-size: 10px;
  }
  .card-popular .image-title, .card-online .image-title,
  .section-explore-all .image-title {
    font-size: 15px !important;
    margin-bottom: 5px !important;
  }
  .card-online span.tag, .card-popular span.tag, .card-explore span.tag {
    font-size: 12px !important;
  }
  .card-online .image-deskripsi, .card-popular .image-deskripsi {
    width: 100%;
    font-size: 10px !important;
    bottom: 20px !important;
    position: relative;
    margin-bottom: 5px !important;
  }
  .card-online .bottom, .card-popular .bottom{
    margin-left: 10px !important;
    bottom: 20px;
  }
  .card-online .bottom .btn-red-md, .card-popular .bottom .btn-red-md {
    font-size: 12px !important;
    padding: 5px 13px !important;
  }
  .card-online .tags-overlay, .card-popular .tags-overlay {
    font-size: 10px !important;
  }
  .section-online-event .card-online .online-bottom, .card-popular .online-bottom{
    bottom: -15px !important;
  }
  /* .section-explore-all .image-deskripsi {
    margin-top: -5px !important;
  } */
  .section-explore-all .image-overlay .row {
    height: 50px;
    bottom: 10px;
    position: relative;
  }
  .section-explore-all .image-overlay .btn-red-md {
    width: 100px !important;
    font-size: 12px;
    padding: 5px 0 5px 0;
  }
  .card-popular .image-overlay span a i,
  .section-online-event .image-overlay span a i {
    width: 25px !important;
    height: 25px !important;
    font-size: 15px !important;
    line-height: 27px !important;
    margin-top: 10px;
    bottom: 3px;
    position: relative;
  }
  .section-explore-all .card-explore .tag {
    font-size: 12px;
  }
  .section-online-event .card-online, .card-popular {
    width: 213px !important;
    height: auto !important;
    max-width: 100%;
    margin:auto;
  }
  h2 {
    font-size: 25px;
  }
  #popular_attraction .owl-item {
    padding:5px;
  }
  #popular_attraction .card-online {
    width: 100% !important;
    height: 150px !important;
    margin: 0 auto;
  }
  .region-img {
    height:300px !important;
  }
  .region-dest {
    font-size: 48px !important;
  }
  .region-text {
    font-size: 18px !important;
  }
  #popular_region .skeleton {
    display: none;
  }
  #popular_region .skeleton-tab {
    display:block;
  }
  .card-online h4 {
    font-size: 14px;
  }
  #popular_region .online-bottom .col-8{
    padding-left:10px;
  }
  #popular_region .online-bottom .col-4{
    padding-left: 0;
    padding-right: 0;
  }
  #popular_region .fa-heart{
    margin-left: 5px;
  }
  #popular_region .online-bottom .row.mt-2{
    margin-top:0 !important;
  }
  #popular_region .online-bottom{
    bottom: 7px;
  }
  #popular_region .text-white{
    font-size: 15px !important;
    margin-bottom: 0 !important;
  }
  #popular_region .card-online .btn-red {
    font-size: 12px;
    padding: 3px 0px !important;
  }
  .section-footer .col-md-6 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .section-footer .product, .section-footer .download .col{
    left: 50%;
    top: -30px;
  }
  .section-footer .about .row.my-4 {
    margin-bottom: 20px !important;
  }
  .section-footer .sub-support {
    position: absolute;
  }
  .section-footer .sub-support .col {
    bottom: 130px;
  }
  #destination img {
    max-width: 170px;
    height: 110px;
  }
  #destination_attraction #kota span {
    font-size: 20px !important;
  }
  #destination_attraction #dest span {
    font-size: 14px !important;
  }
  #btn_cat {
    position: absolute;
    bottom: 0;
    margin-bottom: -50px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  main {
    max-width: 100%;
    margin: auto;
  }
  .jumbotron-beranda {
    margin-top: 10px;
  }
  .jumbotron-beranda .search {
    margin-top: -50px;
  }

  .c-blog .carousel-control-prev {
    left: 0;
  }

  .c-blog .carousel-control-next {
    right: 0;
  }

  .skeleton, .skeleton-2 {
    display: none;
  }
  .skeleton-mobile, .skeleton-tab {
    display: block !important;
  }
  .skeleton-box.my-2.mx-2 {
    bottom: -220px;
    width: 40px !important;
  }
  .section-online-event .skeleton-box.my-2.mx-2 {
    bottom: -300px;
    width: 40px !important;
  }

  .section-blog .card-blog h5 {
    font-size: 14px;
    color: #000;
    line-height: 17px;
  }
  .section-blog .card-blog p {
    color: #000;
    font-size: 11px;
    font-weight: 500;
  }
  #popularContent .navCustom {
    position: absolute;
    bottom: 0;
    margin-bottom: -40px;
  }
  #next_pop .fa-2x, #prev_pop .fa-2x,
  #next_cat .fa-2x, #prev_cat .fa-2x,
  #next_pop_attr .fa-2x, #prev_pop_attr .fa-2x{
      font-size: 1.4em;
  }
  #onlineContent .profile-desktop {
    margin-top: 20px;
  }
  .nav-mobile {
    max-width: 100%;
  }
  .search-explore form {
    margin-left: 3% !important;
  }
  .navigation-mobile {
    display: block !important;
  }
  #event {
      display: none;
  }
  .section-explore-all {
    padding-top: 0px !important;
  }
  .section-explore-all .skeleton-box, .section-explore-all .card-explore {
    width: 230px !important;
    height: 230px !important;
    margin: 0 auto;
    max-width: 100%;
  }
  /* destination */
  #banner .region-dest {
    font-size: 48px;
  }
  #banner .region-text {
    font-size: 18px;
  }
  #banner img {
    height: 300;
  }
  .section-explore-all #dynamic .card {
    width: 240px;
    margin: 0 auto;
    max-width: 100%;
  }
  .section-explore-all #dynamic .rounded-circle {
    height: auto !important;
  }
  .section-explore-all #kreenplus .rounded-circle {
    height: 34px !important;
    width: 34px !important;
    margin-left: 10px;
  }
  .section-explore-all .image-deskripsi {
    font-size: 12px !important;
  }
  .section-explore-all span.tags-overlay {
    font-size: 10px !important;
  }
  .section-explore-all .bottom a {
    font-size: 13px !important;
    width: 100px !important;
  }
  .section-explore-all .online-bottom {
    bottom: 5px !important;
  }
  .section-explore-all .bottom a {
    bottom: 7px !important;
    position: relative;
  }
  #explore-body .card-online, #expen_list .bg-light {
    height: 150px !important;
  }
  #expen_list .online-bottom .skeleton-box {
    height: 18px !important;
  }
  #explore-body .text-white{
    font-size: 12px !important;
    margin-bottom: 0 !important;
    bottom: 3px !important;
  }
  #explore-body .card-online .btn-red {
    font-size: 12px;
    padding: 3px 0px !important;
  }
  #explore-body h4 {
    font-size: 14px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .jumbotron-beranda .search {
    margin-top: -50px;
    padding-right: 10px;
    padding-left: 10px;
    border-radius: 10px;
    width: 90%;
  }
  #top-navbar {
    display: none!important;
  }
  .search-attraction {
    margin-left: -60px;
  }

  .jumbotron-beranda h1 {
    font-size: 42px;
    margin-top: -70px;
  }
  .btn-red-explore {
    padding: 0 32px;
  }

  .btn-red-explore:hover {
    padding: 0 32px;
  }

  .btn-red-small {
    padding: 0 32px;
  }

  .btn-red-small:hover {
    padding: 0 32px;
  }
  .c-blog .carousel-control-prev {
    left: 0;
  }

  .c-blog .carousel-control-next {
    right: 0;
  }

  .section-blog .row-blog {
    margin-left: 20px;
  }

  .section-online-event .image-title,
  .section-profile-venue .image-title,
  .section-popular-event .image-title {
    font-size: 18px;
    /* margin-top: 10px;
    margin-left: 10px;
    margin-bottom: 30px;
    font-weight: 600; */
  }
  .card-popular, .section-online-event .card-online {
    height: auto !important;
    max-width: 100%;
  }
  #discoverContent .card-online{
    width: 100%;
    max-height: 222px !important;
  }
  .upcoming-events .nav {
    white-space: nowrap;
    display: block !important;
    flex-wrap: nowrap;
    max-width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .upcoming-events .nav li {
    display: inline-block;
    font-size: 14px;
  }
  .section-popular-event span.tags-overlay, .section-online-event span.tags-overlay {
    font-size: 15px;
  }
  .card-online .image-deskripsi, .card-popular .image-deskripsi, .card-explore .image-deskripsi {
    width: 150%;
    font-size: 12px !important;
    margin-bottom: 16px !important;
  }
  .card-popular .image-overlay span a i, .section-online-event .card-online .image-overlay span a i, .card-explore .image-overlay span a i {
    width: 40px;
    height: 40px;
    font-size: 27px;
    line-height: 45px;
  }
  .section-explore-all .skeleton-box, .section-explore-all .card-explore {
    width: 207px !important;
    height: 207px !important;
    margin: 0 auto;
    max-width: 100%;
  }
  .section-explore-all #dynamic .rounded-circle {
    width: 200% !important;
    height: auto !important;
  }
  .section-explore-all #kreenplus .rounded-circle {
    width: 40px;
    height: 40px;
  }
  .card-online .bottom, .card-popular .bottom {
    margin-left: 30px !important;
    bottom: -8px !important;
  }
  #destination img {
    max-width: 180px;
    height: 140px;
  }
  #destination {
    padding-right: 10%;
  }
  #popular_attraction .card-online {
    width: 100% !important;
    height: 213px !important;
    margin: 0 auto;
  }
  #explore-body .card-online {
    height: 210px !important;
  }
}
@media (max-width: 991.98px) {
  .section-explore-all .navigation-mobile {
    display: block;
  }
  .section-explore-all .navigation {
    display: none;
  }
  .section-explore-all {
    padding-top: 0 !important;
  }
  .section-explore-all .profesi .col-md-6 {
    padding: 0 !important;
  }
  .section-explore-all #kreenplus .card-text {
    font-size: 12px !important;
  }
  .upcoming-events .nav, #tab-category-discover .nav, #destination, #skeleton-attr {
    white-space: nowrap;
    display: block !important;
    flex-wrap: nowrap;
    max-width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .upcoming-events .nav li, #tab-category-discover .nav li, #destination_attraction #destination .col-lg-3, #skeleton-attr .col-lg-3{
    display: inline-block;
    font-size: 14px;
  }
  #discoverContent .card-online .col-12,
  #popular_attraction .card-online .col-12,
  #popular_region .card-online .col-12{
    font-size: 11px;
    padding-left: 10px;
  }
  #popular_attraction .image-title,
  #discoverContent .image-title,
  #popular_region .image-title{
    font-size: 15px !important;
    margin-bottom: 0 !important;
  }
  #discoverContent .card-online h4,
  #popular_attraction .card-online h4,
  #popular_region .card-online h4{
    font-size: 14px;
  }
  #discoverContent .card-online .btn-red,
  #popular_attraction .card-online .btn-red,
  #popular_region .card-online .btn-red{
    font-size: 12px;
    padding: 3px 0px !important;
  }
  #popular_attraction .online-bottom,
  #discoverContent .online-bottom,
  #popular_region .online-bottom{
    bottom: 7px;
  }
  #popular_attraction .online-bottom .row.mt-2,
  #discoverContent .online-bottom .row.mt-2,
  #popular_region .online-bottom .row.mt-2{
    margin-top:0 !important;
  }
  #popular_attraction .fa-heart,
  #discoverContent .fa-heart,
  #popular_region .fa-heart{
    margin-left: 5px;
  }
  #popular_attraction .online-bottom .col-4,
  #discoverContent .online-bottom .col-4,
  #popular_region .online-bottom .col-4{
    padding-left: 0;
    padding-right: 0;
  }
  #popular_attraction .online-bottom .col-8,
  #discoverContent .online-bottom .col-8,
  #popular_region .online-bottom .col-8{
    padding-left:10px;
  }
}

@media (max-width: 992px) {
  .card-popular .image-title, .card-online .image-title, .section-explore-all .image-title {
    /* font-size: 15px !important;
    margin-bottom: 5px !important; */
    word-wrap: break-word;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  /* .card-online .online-bottom, .card-popular .online-bottom, .card-explore .online-bottom {
    bottom: -15px !important;
  } */
  /* .section-popular-event span.tags-overlay, .section-online-event span.tags-overlay {
    font-size: 15px;
  }
  .card-online .image-deskripsi, .card-popular .image-deskripsi, .card-explore .image-deskripsi {
    width: 150%;
    font-size: 15px !important;
    bottom: 20px !important;
    position: relative;
    margin-bottom: 5px !important;
  } */
  /* .card-online .bottom, .card-popular .bottom {
    margin-left: 10px !important;
    bottom: 20px;
  } */
  /* .card-online .bottom .btn-red-md, .card-popular .bottom .btn-red-md {
    padding: 0 22px;
  } */
  /* .card-popular .image-overlay span a i, .card-online .image-overlay span a i, .card-explore .image-overlay span a i {
    width: 40px;
    height: 40px;
    font-size: 27px;
    line-height: 45px;
  } */
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .jumbotron-beranda .search {
    margin-top: -50px;
  }

  .jumbotron-beranda h1 {
    font-size: 46px;
  }

  .search-event,
  .search-attraction {
    margin-left: -56px;
  }

  .section-online-event .image-title,
  .section-popular-event .image-title {
    font-size: 20px;
    margin-top: 10px;
    margin-left: 10px;
    margin-bottom: 30px;
    font-weight: 600;
  }

  .section-explore-all .image-title {
    font-size: 22px;
    margin-top: 10px;
    margin-left: 10px;
    margin-bottom: 30px;
    font-weight: 600;
  }

  .section-explore-all span.tags-overlay {
    color: #fff;
    font-size: 14px;
    border: 1px solid #fff;
    padding: 0 15px;
    margin-left: 10px;
    border-radius: 15px;
  }

  .section-popular-event span.tags-overlay,
  .section-online-event span.tags-overlay {
    color: #fff;
    font-size: 14px;
    border: 1px solid #fff;
    padding: 0 15px;
    margin-left: 10px;
    border-radius: 15px;
  }

  .section-popular-event p.tags-overlay,
  .section-online-event p.tags-overlay {
    color: #fff;
    border: 1px solid #fff;
    padding: 0 15px;
    margin-left: 10px;
    border-radius: 15px;
  }

  .section-explore-all .image-deskripsi {
    font-size: 18px;
    margin-left: 10px;
    margin-top: 0.25em;
  }

  .section-online-event .image-deskripsi,
  .section-popular-event .image-deskripsi {
    font-size: 15px;
    margin-left: 10px;
    margin-top: 0.25em;
  }

  .klik-overlay {
    padding: 0 5px;
  }

  .btn-red-small {
    padding: 0 22px;
  }

  .btn-red-small:hover {
    padding: 0 22px;
  }

  .btn-red-explore {
    padding: 0 22px;
    color: #fff;
    background-color: #e01a21;
    border-radius: 10px;
  }

  .btn-red-explore:hover {
    padding: 0 22px;
    color: #fff;
    background-color: #b11319;
    border-radius: 10px;
  }
  .btn-overlay {
    margin-top: -5px;
    margin-left: 10px;
    bottom: 0;
    margin-right: 130px;
  }

  .btn-buy {
    margin-left: 50px;
  }

  .section-popular-event .card-popular a i,
  .section-online-event .card-online a i {
    color: #fff;
    font-size: 30px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    margin-top: 5px;
    padding: 8px;
    text-decoration: none;
    line-height: 40px;
  }

  .section-blog .card-blog {
    height: 320px;
    border: none;
    border-radius: 5px;
    overflow: hidden;
    margin-left: -5px;
    background-color: #f7f7f7;
  }

  .section-blog .card-blog h5 {
    font-size: 13px;
    color: #000;
    line-height: 17px;
  }

  .section-blog .card-blog a {
    color: #000;
  }

  .section-blog .card-blog p {
    color: #000;
    font-size: 11px;
    font-weight: 500;
  }
  .card-popular, .section-online-event .card-online {
    max-width: 100%;
    height: auto !important;
  }
  .section-explore-all #event, .section-explore-all .search_event {
    margin-left: 30px;
  }
  .section-explore-all .skeleton-box, .section-explore-all .card-explore {
    width: 300px !important;
    height: 300px !important;
    margin: 0 auto;
    max-width: 100%;
  }
  .section-explore-all #dynamic .rounded-circle {
    width: 100%;
    height: auto !important;
  }
  .section-explore-all #kreenplus .rounded-circle {
    width: 40px;
    height: 40px;
  }
  .section-explore-all #kreenplus .card {
    max-width: 300px;
  }
  #popular_attraction .card-online {
    width: 100% !important;
    height: 225px !important;
    margin: 0 auto;
  }
  #popular_attraction .online-bottom {
    bottom: 0px !important;
  }
  #explore-body .card-online{
  height: 220px !important;
  }
}

@media (min-width: 1200px) {
  .sidebar {
    width: 250px;
  }
  .main {
    margin-left: 250px;
  }
  .jumbotron-beranda .jumbotron-content {
    /* margin-left: 500px; */
    margin-top: 100px;
  }

  .jumbotron-beranda {
    background-position: 0 -167px;
  }

  .jumbotron-beranda h1 {
    font-size: 48px;
  }

  .jumbotron-beranda .kategori {
    /* margin-top: 290px; */
  }

  .jumbotron-beranda .search {
    margin-top: -50px;
  }

  .search-event,
  .search-attraction {
    margin-left: -65px;
  }

  .section-online-event .card-online {
    margin: auto;
  }

  .image-overlay .btn-red-small {
    padding: 0 35px;
  }

  .section-beli-tiket .card-beli h2 {
    font-size: 35px;
  }

  .section-beli-tiket .card-beli {
    margin-bottom: 50px;
    border-radius: 10px;
    border: 1px solid #dadce0;
  }

  .section-footer span a i {
    margin-left: 17em;
  }
}

.popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 30%;
  position: relative;
  transition: all 5s ease-in-out;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #06d85f;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.overlay ul {
  list-style-type: none;
}

.file-upload-input-event-round {
  position: absolute;
  width: 67%;
  outline: none;
  margin: -4px;
  cursor: pointer;
  opacity: 0;
  content: "";
}
.title-oops {
  font-size: 144px;
  font-weight: 600;
}
.desc-error,
.code-error {
  font-size: 36px;
}
.code-error {
  font-weight: 600;
}
@media (max-width: 1024px) {
  .title-oops {
    font-size: 100px;
  }
  .desc-error,
  .code-error {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .error-smiley {
    display: none;
  }
  #onlineContent .profile-desktop {
    font-size: 14px;
  }
  #top-navbar {
    display: none!important;
  }
  #popular-mobile {
    height: 85px;
  }
  .mobile-filter {
    display: block;
  }
  #destination .col-md-4 {
    padding: 5px !important;
    height: 100% !important;
  }
  #prev-next-pop-carousel {
    top: 175px !important;
  }
  .skeleton-box.title {
    width: 100% !important;
  }
  .skeleton-box.sub-title {
    width: 90% !important;
  }
  .card-explore a i {
    width: 35px !important;
    height: 35px !important;
    font-size: 23px !important;
    line-height: 38px !important;
  }
}
@media only screen and (max-width: 425px) {
  .title-oops {
    font-size: 60px;
  }
  .desc-error,
  .code-error {
    font-size: 18px;
  }
  .card.card-popular, .section-online-event .card.card-online{
    width: 300px !important;
    max-width: 100%;
    height: auto !important;
    margin: auto !important;
  }
  .jumbotron-beranda #kategori-tab,
  .jumbotron-beranda #search_event,
  .jumbotron-beranda .fa-search,
  .searchButtonMargin .btn-red {
    font-size: 14px;
  }
  h2 {
    font-size: 20px;
  }
  p {
    font-size: 12px;
  }
  .fa-2x {
    font-size: 1.2em !important;
  }
  .section-online-event .image-title, .card-popular .image-title {
    font-size: 15px;
  }
  .section-popular-event span.tags-overlay, .section-online-event span.tags-overlay,
  .section-online-event .image-deskripsi, .section-popular-event .image-deskripsi {
    font-size: 12px !important;
  }
  .section-explore-all .skeleton-box, .section-explore-all .card-explore {
    width: 270px !important;
    height: 270px !important;
    margin: 0 auto;
  }
  .section-explore-all #event li a {
    font-size: 14px;
  }
  .section-explore-all #event .col {
    padding-left: 5px !important;
  }
  .card-online .bottom .btn-red-md, .card-popular .bottom .btn-red-md {
    padding: 5px 15px !important;
  }
  .section-popular-event .card-popular a i, .section-online-event .card-popular a i,
  .section-online-event .card-online a i, .card-explore a i {
    width: 30px !important;
    height: 30px !important;
    font-size: 20px !important;
    line-height: 32px !important;
  }
  #destination {
    padding-right: 0% !important;
  }
  #destination img {
    max-width: 150px;
    height: 100px;
  }
  #skeleton-attr .skeleton-box {
    height: 100px !important;
  }
  .section-explore-all #kreenplus .rounded-circle {
    width: 80% !important;
    height: 30px !important;
    margin-left: 15px;
  }
  .section-explore-all #dynamic .rounded-circle {
    width: 100% !important;
    height: auto !important;
    margin-left: 10px;
  }
  .section-explore-all #dynamic .rounded-circle {
    margin-left: 10px;
  }
  .navigation-mobile .col-6 {
    left: 5% !important;
  }
}

@media (max-width: 375px) {
  #popular_attraction .card-online {
    width: 100% !important;
    height: 145px !important;
  }
  .navigation-mobile .col-6, .navigation-mobile .col {
    left: 0% !important;
  }
}

#pills-attraction .card {
  border-radius: 10px;
}

#section-things .container {
  padding: 24px;
  border-radius: 5px;
  background-color: #F7F7F7;
}

#section-things .container h5{
  font-size: 18px;
  font-weight: 600;
}

#section-things .text-2-row {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  -webkit-box-orient: vertical;
}

.text-5-row {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5; /* number of lines to show */
  -webkit-box-orient: vertical;
}

/* sorting mobile */
#mobile-sorting .nav-sort {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  transition: all 1s;
  height: 100%;
  text-shadow: 2px 0 0 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
  z-index: 1;
}

#mobile-sorting .slide {
  transform: translateY(0);
}

#mobile-sorting .nav-sort .nav-content {
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 1s;
  width: 100%;
  height: 260px;
  background-color: #fff;
  border-radius: 15px 15px 0 0;
}

.nav-header {
  font-size: 18px;
  font-weight: 600;
  padding: 15px;
  text-align: center;
  color: #000000;
  border-bottom: 1px solid #DADCE0;
}

.nav-body {
  font-size: 14px;
  font-weight: 400;
  padding: 20px;
}

.nav-footer {
  padding: 30px 30px 30px 30px;
  color: #E01A21;
  font-weight: 600;
  font-size: 14px;
}

.btn-apply {
  float: right;
  padding: 10px 15px 10px 15px;
  background-color: #e01a21;
  color: white;
}

.nav-body .title {
  font-size: 16px;
  font-weight: 600;
}

.close {
  float: right;
  font-family: "Poppins", sans-serif;
  cursor: pointer;
}

#mobile-sorting .slide {
  transform: translateY(0);
}

/* filtering mobile */
#mobile-filtering .nav-filter {
  position: fixed;
  left: 0;
  top: 0;
  transform: translateX(100%);
  transition: all 0.3s;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 1;
}

#mobile-filtering .slide-x {
  transform: translateX(0);
}

/* navbar mobile */
.nav-mobile {
box-sizing: border-box;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100vh;
  width: 100%;
  transform: translateX(-110%);
  transition: all 0.5s;
  text-shadow: 5px;
  background-color: #fff;
  z-index: 1000;
  font-size: 14px;
  /* overflow: scroll; */
}

.nav-mobile a {
  text-decoration: none;
  color: #3E3E3E;
}

.nav-mobile a:hover {
  text-decoration: none;
  color: #E01A21;
}

.slide-x {
  transform: translateX(0);
}

.nav-mobile .header {
  background-color: #E01A21;
  padding: 10px;
  font-size: 14px;
  font-weight: 400;
  color: white;
}

.nav-mobile li {
  text-decoration: none;
}

#top-navbar {
  display: block;
  background-color: #F7F7F7;
}

#mobile-sorting {
  display: none;
}

#mobile-filtering {
  display: none;
}

/* mobile size */
@media screen and (max-width: 576px) {
  #nav-sort {
    display: flex;
  }

  #top-navbar {
    display: none;
  }

  #mobile-sorting {
    display: inline;
  }

  #mobile-filtering {
    display: inline;
  }
  .section-explore-all .card-explore, .section-explore-all .skeleton-box {
    width: 350px !important;
    height: auto !important;
    margin: 0 auto;
    max-width: 100%;
  }
  .section-explore-all #dynamic .card, .section-explore-all #kreenplus .card {
    width: 280px;
    margin: 0 auto;
    max-width: 100%;
  }
  .section-explore-all #dynamic .rounded-circle {
    width: 40px !important;
    height: auto !important;
  }
}
@media screen and (max-width: 575.98px) {
  .section-explore-all #kreenplus .rounded-circle {
    height: 34px !important;
    width: 34px !important;
    margin-left: 5px;
  }
  .navigation-mobile .col {
    left: 5% !important;
  }
  .section-explore-all .image-deskripsi {
    margin-top: 10px !important;
  }
  #explore-body .card-online,  #expen_list .bg-light {
    max-width: 300px !important;
    margin: 0 auto 20px auto !important;
  }
  #expen_list .online-bottom .skeleton-box.bottom{
    width: 85% !important;
  }
  #showing-mobile {
    text-align: center;
  }
}

@media (min-width: 425px) and (max-width: 575.98px) {
  #allattr .section-popular-card {
    width: 95%;
    margin: 0 auto;
  }
  #destination {
    padding-right: 15%;
  }
  #kreenplus, #dynamic .col {
    max-width: 50% !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .navigation-mobile .col-6 {
    left: 8%;
  }
}

.expired-wrapper{
	display:block;
	position:relative;
	width:100%;
	height:500px
}
.expired-container{
	display:block;
	position:absolute;
	width:100%;
	height:50%;
	margin:auto;
	top:0;
	bottom:0;
	right:0;
	left:0;
}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 60px;
}
.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #E01A21;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}

/* skeleton box */
.skeleton-box {
  display: inline-block;
  height: 1em;
  position: relative;
  overflow: hidden;
  background-color: #dddbdd;
  border-radius: 0.25rem;
}
.skeleton-box::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateX(-100%);
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0));
  animation: shimmer 2s infinite;
  content: '';
}
@keyframes shimmer {
  100% {
    transform: translateX(100%);
 }
}

/* input range  */

.middle {
	position: relative;
}

.slider-range {
	position: relative;
	z-index: 1;
	height: 2px;
	margin: 0 15px;
}
.slider-range > .track {
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border-radius: 5px;
	background-color: #ffb9b9;
}
.slider-range > .range {
	position: absolute;
	z-index: 2;
	left: 25%;
	right: 25%;
	top: 0;
	bottom: 0;
	border-radius: 5px;
	background-color: #E01A21;
}
.slider-range > .thumb {
	position: absolute;
	z-index: 3;
	width: 20px;
	height: 20px;
	background-color: #E01A21;
	border-radius: 50%;
	box-shadow: 0 0 0 0 rgba(253, 157, 140, 0.1);
	transition: box-shadow .3s ease-in-out;
}
.slider-range > .thumb.left {
	left: 25%;
	transform: translate(-15px, -10px);
}
.slider-range > .thumb.right {
	right: 25%;
	transform: translate(15px, -10px);
}
.slider-range > .thumb.hover {
	box-shadow: 0 0 0 10px rgba(255, 108, 89, 0.1);
}
.slider-range > .thumb.active {
	box-shadow: 0 0 0 20px rgba(247, 68, 45, 0.1);
}

input[type=range] {
	position: absolute;
	pointer-events: none;
	-webkit-appearance: none;
	z-index: 2;
	height: 10px;
	width: 100%;
	opacity: 0;
}
input[type=range]::-webkit-slider-thumb {
	pointer-events: all;
	width: 30px;
	height: 30px;
	border-radius: 0;
	border: 0 none;
	background-color: red;
	-webkit-appearance: none;
}

/* .carousel-control-prev{
    position: absolute;
    top:-20%;
    background: #db163a;
    border-radius: 50%;
    padding: 10px;
    width: 50px;
    height: 50px;
    margin-left: 90%;
}

.carousel-control-next{
    top:-20%;
    left:55px;
    background: #db163a;
    border-radius: 50%;
    padding: 10px;
    width: 50px;
    height: 50px;
    margin-left: auto;
    margin-right: 10px;
} */

/* .carousel-indicators .active{
    background-color: #db163a;
} */

/* .carousel-indicators .inactive {
    background-color: #db163a;
}

/* Dropdown Up Down */
/* [aria-expanded="false"] > .expanded, [aria-expanded="true"] > .collapsed {
    display: none;
}  */
