@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;1,300;1,700&display=swap');

@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
:root {
  --bs-utama: #042250;
  --bs-utama1: #fb4637;
  --bs-utama2: #d9faff;
  --bs-utama3: #eff6f7;
  --bs-utama5: #d6d6d6;
  --bs-utama4: rgb(155, 242, 255);
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #8b160b;
  --bs-red1: #e41603;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-primary: #0d6efd;
  --bs-secondary: #ebebeb;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}
.custom-modal {
  display: none;
  position: fixed;
  z-index: 1050;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.custom-modal-dialog {
  position: relative;
  width: auto;
  margin: 1.75rem auto;
  max-width: 500px;
}
.custom-modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: .3rem;
  outline: 0;
  z-index: 1051;
}
.custom-modal-header,
.custom-modal-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: .3rem;
  border-top-right-radius: .3rem;
}
.custom-modal-header {
  border-bottom: 1px solid #dee2e6;
}
.custom-modal-footer {
  border-top: 1px solid #dee2e6;
}
.custom-modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}
.custom-close {
  padding: 0;
  background: none;
  border: 0;
  font-size: 2rem;
  line-height: 0.5rem;
}
.custom-modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1050;
}
.buy_ticket ._card{
  box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.banner_desktop{
  display: block;
}
.mobile_show_{
  padding-bottom: 0 !important;
}
.mobile_show{
  display: none;
}
.desktop_show{
  display: block;
}
.banner_mobile{
  display: none;
}
body {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.navigation{
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 55px;
  background-color: #fff;
  display: none;
  justify-content: center;
  align-items: center;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  z-index: 2;
  box-shadow: 0px -1px 4px rgba(0, 0, 0, 0.2);
}
._card a:hover ._card-body {
  background-color: #007687;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  color: #fff;
}
.navigation ul{
  display: flex;
  margin: 0;
  padding: 0;
  width: 100%;
  justify-content: space-around;
}
.navigation ul li{
  list-style: none;
  position: relative;
  z-index: 2;
}
.navigation ul li a{
  position:relative;
  display:flex;
  justify-content:center;
  align-items:center;
  width:100%;
  height:100%;
}
.det_transaksi{
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  width: 100%;
}
.det_trx{
  border-bottom: 8px solid rgba(0, 0, 0, 0.07);
  padding: 12px;
}
._top_back{
  position: fixed;
  top: 0;
  z-index: 1;
  width: 100%;
}
._top_back i {
  position: absolute;
  left: 15px;
  top: 10px;
  color: #fff;
  font-size: 1.2em;
  cursor: pointer;
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
}
._top_back span{
  padding-top: 8px;
  color: #fff;
  font-weight: 400;
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
}
._profile .bg_profile{
  width: 100%;
  height: auto;
}
._profile_desktop .bg_profile{
  width: 100%;
  height: auto;
}
._profile {
  position: relative;
}
._profile_desktop {
  position: relative;
}
._profile span {
  position: absolute;
  top: 50px;
  color: #fff;
  font-weight: 400;
  font-size: 1.4em;
  left: 50%;
  transform: translate(-50%, 0);
  text-wrap: wrap;
  z-index: 2;
  width: 100%;
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
  padding: 0 20px;
  text-align: center;
}
._profile_desktop span {
  position: absolute;
  top: 50px;
  color: #fff;
  font-weight: 400;
  font-size: 1.6em;
  left: 50%;
  transform: translate(-50%, 0);
  text-wrap: wrap;
  z-index: 2;
  width: 100%;
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
  padding: 0 20px;
  text-align: center;
}
.navigation.mobile_hide {
  display: none !important;
}
._profile .img_profile {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 1px solid #007687;
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translate(-50%, 0%);
}
._profile_desktop .img_profile {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  border: 1px solid #007687;
  position: absolute;
  bottom: -95px;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 2;
}
.det_profile{
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  width: 100%;
}
.det_prf{
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  padding: 8px 12px;
}
.det_prf i{
  font-size: 1.3em;
  color: #007687;
}
._profile i {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translate(20px, -20px);
  font-size: 1.3em;
  font-weight: 600;
  color: #555555;
  cursor: pointer;
}
._profile_desktop i {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translate(45px, 10px);
  font-size: 1.5em;
  font-weight: 600;
  color: #555555;
  cursor: pointer;
  z-index: 3;
}
.det_prf span{
  font-size: 1.2em;
}
.det_trx table tr td{
  font-size: 0.8em; 
  vertical-align: top;
}
.det_trx span{
  font-size: 0.8em;
}
.navigation ul li a .icon{
  position:relative;
  display:block;
  justify-content:center;
  align-items:center;
  width:50px;
  height:50px;
  text-align:center;
  line-height:50px;
  border-radius:50%;
  color:#616060;
  font-size:1.3em;
  transition: transform 0.5s;
  transform: translateY(-5px);
}
#transaksi .text_date p{
  font-size: 0.6em;
  color: #616060;
  margin-bottom: 0;
}
#transaksi .text_date h5{
  font-size:0.9em;
  margin-bottom: 0;
}
._card-header {
  padding: .3rem .8rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, .03);
  border-bottom: 1px solid rgba(0, 0, 0, .125);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
._card-body {
  flex: 1 1 auto;
  padding: .8rem .8rem;
}
._card-body h5 {
  font-size: 0.9em;
  margin-bottom: 0;
}
._card-body span {
  font-size: 0.9em;
  margin-bottom: 0;
  line-height: 1em;
  margin-top: 5px;
}
.navigation ul li a .text{
  position:absolute;
  color: #616060;
  font-size:0.6em;
  font-weight:500;
  letter-spacing:0.05em;
  transition: 0.5s;
  transform: translateY(15px);
  opacity: 1;
}
.navigation ul li.active a .icon{
  background-color:#018295;
  color:#fff;
  transform: translateY(-22px);
  box-shadow: 0px -1px 4px rgba(0, 0, 0, 0.2);
}
.navigation ul li:hover a .icon{
  background-color:#018295;
  color:#fff;
  transform: translateY(-22px);
  box-shadow: 0px -1px 4px rgba(0, 0, 0, 0.2);
}
.navigation ul li:hover a .text{
  opacity:1;
  transform: translateY(15px);
}
.navigation ul li.active a .text{
  opacity:1;
  transform: translateY(15px);
}
.img-our-gallery-branch{
  position: relative;
  width: 100%;
  height: auto;
  cursor: pointer;
}
#news-list label{
  font-size: 0.6rem;
}
figure table{
  width: 100%;
}
._card{
  position: relative;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.1);
  padding-bottom: 10px;
}
._card ._img_card{
  position: relative;
  border-radius: 10px 10px 0 0;
  width: 100%;
  height: 135px;
  overflow: hidden;
  z-index: 3;
  margin-bottom: 7px;
  background-color: grey;
}
._card ._img_card img{
  position: relative;
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: transform 2s;
  z-index: 1;
}
._card .img_promo{
  position: absolute;
  height: auto;
  width: 100%;
  top:0;
  right: 0;
  z-index: 4;
}

.click_evt{
  position: relative;
  cursor: pointer;
  display: block;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.click_evt:hover::after{
  content: "";
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  background-color: var(--bs-utama);
  border-radius: 4px 4px 0 0;
  overflow: hidden;
}
.click_evt.active::after{
  content: "";
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  background-color: var(--bs-utama);
  border-radius: 4px 4px 0 0;
  overflow: hidden;
}
.event-ticket{
  width: 100%;
  height: auto;
  background-color: #fff;
}
.ticket-item{
  overflow: hidden;
  margin-bottom: 1.4em;
}
.ticket-item .ticket-item-body{
  background-color: var(--bs-utama2);
  border: 1px solid var(--bs-utama);
  border-radius: 10px;
  padding: 25px 35px;
}
.ticket-item.disabled .ticket-item-body{
  background-color: var(--bs-utama3);
  border: 1px solid var(--bs-utama5);
}
.ticket-item-top{
  position: relative;
  padding-bottom: 25px;
}
.ticket-item-bottom{
  position: relative;
  padding-top: 25px;
}
.ticket-item .ticket-item-body .ticket-item-top::after{
  content: "";
  width: 100%;
  padding:0 35px;
  height: 1px;
  position: absolute;
  margin:auto;
  bottom: 0;
  border-bottom: 1px dashed var(--bs-utama);
}
.ticket-item.disabled .ticket-item-body .ticket-item-top::after{
  content: "";
  width: 100%;
  padding:0 35px;
  height: 1px;
  position: absolute;
  margin:auto;
  bottom: 0;
  border-bottom: 1px dashed var(--bs-utama5);
}
.buy_ticket .updown-cart{
  position: absolute;
  top: -22px;
  z-index: 100;
  right: 8px;
  font-size: 25px;
  color: #000;
  transition: 0.2s all ease-out;
}
.buy_ticket.show .updown-cart{
  transform: rotate(180deg);
  transition: 0.2s all ease-in;
}
.buy_ticket .updown-cart:hover{
  color: var(--bs-utama1);
}
.ticket-item .ticket-item-body .ticket-item-top::before{
  content: "";
  position: absolute;
  width: 32px;
  height: 42px;
  right: -40px;
  top: -38px;
  border-top-left-radius: 75px;
  border-bottom-left-radius: 75px;
  transform: rotate(350deg);
  border: 1px solid var(--bs-utama);
  border-right: 0;
  background-color: #fff;
}
.ticket-item .ticket-item-body .ticket-item-bottom::before{
  content: "";
  position: absolute;
  width: 32px;
  height: 42px;
  right: -40px;
  bottom: -38px;
  border-top-left-radius: 75px;
  border-bottom-left-radius: 75px;
  transform: rotate(-350deg);
  border: 1px solid var(--bs-utama);
  border-right: 0;
  background-color: #fff;
}
.ticket-item.disabled .ticket-item-body .ticket-item-top::before{
  content: "";
  position: absolute;
  width: 32px;
  height: 42px;
  right: -40px;
  top: -38px;
  border-top-left-radius: 75px;
  border-bottom-left-radius: 75px;
  transform: rotate(350deg);
  border: 1px solid var(--bs-utama5);
  border-right: 0;
  background-color: #fff;
}
.ticket-item.disabled .ticket-item-body .ticket-item-bottom::before{
  content: "";
  position: absolute;
  width: 32px;
  height: 42px;
  right: -40px;
  bottom: -38px;
  border-top-left-radius: 75px;
  border-bottom-left-radius: 75px;
  transform: rotate(-350deg);
  border: 1px solid var(--bs-utama5);
  border-right: 0;
  background-color: #fff;
}
.ticket-item-top-title h2{
  font-weight: 300;
}
.click_evt.active{
  font-weight: bold;
}
.click_evt:hover{
  font-weight: bold;
}
.evt_img{
  width: 100%;
}
.evt_img img{
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 12px;
}
._title_card {
  max-height: 1.3em; /* Atur tinggi maksimum untuk 2 baris (sesuaikan dengan kebutuhan Anda) */
  line-height: 1.05em; /* Sesuaikan dengan tinggi font dan padding yang Anda gunakan */
  overflow: hidden;
  text-overflow: ellipsis; /* Menampilkan tanda elipsis (...) jika teks melebihi tinggi maksimum */
  display: -webkit-box;
  -webkit-line-clamp: 1; /* Batasi teks menjadi 2 baris */
  -webkit-box-orient: vertical;
  white-space: normal;
  margin-bottom: 8px;
  margin-top: 16px;
  padding:0px 15px;
}
._title_card1 {
  line-height: 1.05em; /* Sesuaikan dengan tinggi font dan padding yang Anda gunakan */
  overflow: hidden;
  text-overflow: ellipsis; /* Menampilkan tanda elipsis (...) jika teks melebihi tinggi maksimum */
  display: -webkit-box;
  -webkit-line-clamp: 2; /* Batasi teks menjadi 2 baris */
  -webkit-box-orient: vertical;
  white-space: normal;
  margin-bottom: 8px;
  margin-top: 16px;
  padding:0px 15px;
}
.event-slide{
  width: 315px !important;
  padding-right: 26px;
}
._btn_card{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
._btn_card a{
  display: block;
  background-color: var(--bs-red);
  font-size: 0.7rem;
  text-decoration: none;
  padding: 5px 10px;
  text-align: center;
  color: white;
  border-radius: 12px;
}
._col_m-0{
  margin-bottom: 24px;
}
._btn_card a:hover{
  background-color: var(--bs-red1);
}
._time_card p{
  margin: 0;
  color: var(--bs-gray);
  padding: 0 15px;
  margin-bottom: 8px;
  font-weight: 400;
}
._det_card {
  margin-bottom: 16px;
  max-height: 2.45em; /* Atur tinggi maksimum untuk 2 baris (sesuaikan dengan kebutuhan Anda) */
  line-height: 1.2em; /* Sesuaikan dengan tinggi font dan padding yang Anda gunakan */
  overflow: hidden;
  text-overflow: ellipsis; /* Menampilkan tanda elipsis (...) jika teks melebihi tinggi maksimum */
  display: -webkit-box;
  -webkit-line-clamp: 2; /* Batasi teks menjadi 2 baris */
  -webkit-box-orient: vertical;
  white-space: normal;
  padding: 0 15px;
}
.my-slider{
  position: relative;
  z-index: 1;
  cursor:pointer;
}
.custom-buttons button {
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  margin: auto 30px;
  background-color: white;
  border-radius: 50%;
  cursor: pointer;
  transition: all .6s;
  -webkit-transition: all .6s;
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  opacity: 0;
}
._title_card h2{
  font-size: 1rem;
  font-weight: 400;
}
._title_card1 h2{
  font-size: 1rem;
  font-weight: 400;
}
.img-our-gallery-branch:after{
  content: '';
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  height: 30%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.carousel-caption.news{
  left: 10px;
}
.carousel-caption.news p{
  display: none;
  text-shadow: 2px 3px 4px rgba(0, 0, 0, 0.6);
}
.carousel-caption.news h5{
  text-shadow: 2px 3px 4px rgba(0, 0, 0, 0.6);
}
.img-our-gallery-branch:hover:after{
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.img-our-gallery-branch h2{
  position: absolute;
  z-index: 3;
  top: 100%;
  color: white;
  opacity: 0;
  margin: auto;
  font-size: 1rem;
  padding: 12px;
  text-align: center;
  font-weight: 800;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.img-our-gallery-branch:hover h2{
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  top: 50%;
  transform: 2s;
  opacity: 1;
  transform: translate(-50%, -50%);
}
.fl-more{
  font-size: 1.5rem;
  height: 50px;
}
.fl-stylist{
  font-size: 1.2rem;
  height: 50px;
}
.our-gallery-branch{
    font-size: 4rem;
  }
  .our-stylist-branch{
    font-size: 4rem;
  }
#det_2 {
    display: none;
  }
  
.l-partner{
  height: 30px;
}
.l-partner img{
  height: 30px;
}
.l-partner:hover img{
  filter: invert(0.30);
}
.bg_login{
  background: linear-gradient(132deg, #ffffff,#ffffff,#b0b0b0);
  background-size: cover;
  background-repeat: none;
  background-position: center;
  height: 100vh;
  width: 100%;
}
.list-branch{
  max-height: 380px; 
  overflow-y: auto;
  padding-left: 0px;
}
.list-branch ul{
  list-style-type: none;
  padding: 0px;
}
.list-branch ul li{
  list-style-type: none;
  border-radius: 8px;
  border: 1px solid black;
  margin-bottom: 5px;
  position: relative;
}
.list-branch ul:hover li:hover{
  background-color: #f3f6f4;
  cursor: pointer;
}
.list-branch ul li a{
  text-align: justify;
  display: block;
  height: 100%;
  width: 100%;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 15px;
  padding-bottom: 15px;
}
#show-service img{
  width: 100%;
}
.image.image-style-side {
  display: block;
  box-sizing: border-box;
  max-width: 50%;
  float: right;
}
.image.image-style-side.image_resized {
  display: block;
  box-sizing: border-box;
  float: right;
}
.image.image-style-side.image_resized  > figcaption {
  display: block;
}
.image.image_resized{
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.image.image_resized > figcaption {
  text-align: center;
  display: block;
  background-color: #f3f6f4;
}
.image img{
  width: 100%;
}
.image  > figcaption {
  text-align: center;
  display: block;
  background-color: #f3f6f4;
}
#main_login{
  animation: fadeIn 3s;
}
.service-collapse1{
  position: relative;
}
.service-collapse1 button{
  position: relative;
  z-index: 99;
}
.service-collapse{
  padding-top: 75px;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 98;
  background-color: black;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
  flex-basis: 100%;
  flex-grow: 1;
  width: 300px;
  padding-bottom: 30px;
}
.service-collapse .nav-item1{
  padding-left: 15px;
  color: white;
  text-decoration: none;
  border-left: 3px solid rgba(0, 0, 0, 0);
  margin-bottom: 8px;
}
.service-collapse .nav-link1{
  color: white;
  text-decoration: none;
}
.service-collapse .nav-item1:hover{
  border-left: 3px solid var(--bs-white);
}
.service-collapse .nav-item1.active{
  border-left: 3px solid var(--bs-white);
}
.service-collapse .nav-item1.active .nav-link1{
  font-weight: bold;
}
.service-collapse .nav-item1:hover .nav-link1{
  font-weight: bold;
}
/* .btn.show{
  background-color: var(--bs-red);
  border-radius: 20px;
}
.btn.show i{
  color: white;
} */
.tag {
  opacity: 0;
  transform: translate(0, 10vh);
  transition: all 1.5s;
}
.tag.visible {
  opacity: 1;
  transform: translate(0, 0);
}
.about{
  background-color: #000000;
}
.about .container-xl .row img{
  width: 100%;
}
.about .container-xl .row{
 display: inline-flex;
 text-align: right;
 color: white;
}
.navbar{
  position: relative;
  z-index: 100;
  height: 60px;
  background-color: #fff;
}
.navbar-collapse{
  background-color: white;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}
.text-service{
  position: relative;
  z-index: 2;
}
.service-img{
  position: relative;
  z-index: 3;
  animation: fadeIn 5s;
}
.text-reviewgoogle{
  position: relative;
  z-index: 2;
}
.reviewgoogle-img{
  position: relative;
  z-index: 3;
}
.tombol {
  border-radius: 20px 20px;
  text-transform: uppercase;
  background-color: var(--bs-utama);
  color: white;
  font-weight: bold;
}
.tombol:hover{
  opacity: 0.8;
  color: white;
}

/* info panel */
.info-panel{
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.5);
  border-radius: 12px;
  margin-top: -65px;
  background-color: white;
  padding: 20px;
}
.info-panel img{
  width: 80px;
  height: 80px;
  margin-right: 20px;
  margin-bottom: 10px;
}
.info-panel h4{
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 0px;
  margin-top: 5px;
}
.search__icon{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.search__icon i{
  position: absolute;
  padding: 1.5rem;
}
.search__icon.search_open .search_icon{
  color:var(--bs-secondary) !important;
}
.search__icon .search_icon{
  left: 0;
  top: 50%;
  -webkit-transform: translate(0%,-50%);
      -ms-transform: translate(0%,-50%);
          transform: translate(0%,-50%);
  cursor: pointer;
  padding: 20px;
  z-index: 99;
}
.search__icon .search_delete{
  right: 0;
  color: var(--bs-secondary);
  z-index: 99;
  cursor: pointer;
  opacity: 0.8;
  padding-left: 8px;
  display: none;
  transition: 500ms color ease-in-out,
}
.search__icon .search_close{
  right: -10px;
  color: var(--bs-secondary);
  z-index: 99;
  cursor: pointer;
  color: var(--bs-dark);
  padding: 0px;
  display: none;
  transition: 500ms color ease-in-out,
}
.search__icon .search_input{
  background-color: var(--bs-utama);
  border-radius: 50%;
  border: none;
/*  padding: 1.75rem 3rem;*/
  outline: none;
  font-size: 0.8rem;
  opacity: 0;
  width: 2rem;
  height: 2rem;
  transition: 500ms width ease-in-out,
            500ms border-radius ease-in-out,
            500ms padding ease-in-out,
            500ms opacity ease-in-out,
            500ms height ease-in-out;
}
#search1 .search__icon.search_open .search_input{
  width: 15rem;
}
.navbar-toggler-icon{
  width: 1.2em;
  height: 1.2em;
}
.navbar-toggler:focus{
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}
.navbar-toggler:hover{
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}
.search__icon.search_open .search_input{
  width: 13rem;
  padding-left: 2rem;
  padding-right: 2rem;
  border-radius: 8px;
  opacity: 1;
  color: var(--bs-secondary);
  
}
.info-btn {
  position: fixed;
  bottom: 60px;
  right: 60px;
  z-index: 1;
  display: none;
}
.button__toggle{
  appearance: none;
  outline: none;
  border: none;
  background: var(--bs-red);
  border-radius: 50%;
  color: #ffffff;
  cursor: pointer;
  width: 2.3rem;
  height: 2.3rem;
  text-decoration: none;
  position: relative;
  z-index: 1;
}
.button__toggle i{
  font-size: 1.5rem;
}
.button__toggle:before{
  content: '';
  background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
  position: absolute;
  border-radius: 50%;
  top: 0;
  left: 0;
  background-size: 400%;
  z-index: -1;
  filter: blur(5px);
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  animation: glowing 20s linear infinite;
  opacity: 0;
  transition: opacity .3s ease-in-out;
}
.button__cta:before{
  content: '';
  background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
  position: absolute;
  border-radius: 50%;
  top: 0;
  left: 0;
  background-size: 400%;
  z-index: -1;
  filter: blur(5px);
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  animation: glowing 20s linear infinite;
  opacity: 0;
  transition: opacity .3s ease-in-out;
}
.button__toggle:active{
  color: #000;
}
.button__cta:active{
  color: #000;
}
.button__toggle:active:after{
  background: transparent;
}
.button__cta:active:after{
  background: transparent;
}
.button__toggle:after{
  z-index: -1;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #111;
  left: 0;
  top: 0;
  border-radius: 50%;
  border: 1px solid white;
}
.button__cta:after{
  z-index: -1;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #111;
  left: 0;
  top: 0;
  border-radius: 50%;
}
.button__toggle:hover:before{
  opacity: 1;
}
.button__cta:hover:before{
  opacity: 1;
}
.button__cta:hover{
  color: white;
}
.button__ctas{
  position: absolute;
  left: 50%;
  right: 50%;
  top: 50%;
  bottom: 50%;
  transform: translate(-50%, -50%) rotate(180deg);
  transform-origin: center;
  transition: transform 0.75s ease;
  z-index: 0;
}
.button__cta.bo_ok i{
   font-size: 1.4rem;
}
.button__toggle:focus, .button__toggle--active:before{
  opacity: 1;
}
.button__active .button__ctas{
  transform: translate(-50%, -50%) rotate(0deg);
}
.button__active .button__cta:nth-child(1){
  transform: translate(-115%, -170%) rotate(0deg);
  opacity: 1;
}
.button__active .button__cta:nth-child(2){
  transform: translate(20%, -170%) rotate(0deg);
  opacity: 1;
}
.button__active .button__cta:nth-child(3){
  transform: translate(80%, -50%) rotate(0deg);
  opacity: 1;
}
.button__active .button__cta:nth-child(4){
  transform: translate(20%, 70%) rotate(0deg);
  opacity: 1;
}
.button__active .button__cta:nth-child(5){
  transform: translate(-115%, 70%) rotate(0deg);
  opacity: 1;
}
.button__active .button__cta:nth-child(6){
  transform: translate(-180%, -50%) rotate(0deg);
  opacity: 1;
}
.button__cta:nth-child(1){
  transition-delay: calc(1 * 0.075s);
  z-index: calc(6 - 1);
}
.button__cta:nth-child(2){
  transition-delay: calc(2 * 0.075s);
  z-index: calc(6 - 2);
}
.button__cta:nth-child(3){
  transition-delay: calc(3 * 0.075s);
  z-index: calc(6 - 3);
}
.button__cta:nth-child(4){
  transition-delay: calc(4 * 0.075s);
  z-index: calc(6 - 4);
}
.button__cta:nth-child(5){
  transition-delay: calc(5 * 0.075s);
  z-index: calc(6 - 5);
}
.button__cta:nth-child(6){
  transition-delay: calc(6 * 0.075s);
  z-index: calc(6 - 6);
}
.button__cta{
  appearance: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  cursor: pointer;
  width: 2.1rem;
  height: 2.1rem;
  text-decoration: none;
  opacity: 0;
  border-radius: 50%;
  position: absolute;
  transform: translate(-50%, -50%) rotate(180deg);
  transform-origin: center;
  transition: transform 0.75s ease,
    opacity 0.75s ease;
}
@keyframes glowing {
  0% {background-position: 0 0;}
  50% {background-position: 400% 0;}
  100% {background-position: 0 0; }
}
.button__cta i{
  font-size: 1.7rem;
}
.navbar1 img{
  height: 28px;
  width: auto;
}
.navbar1{
  opacity: 1;
}
.navbar1.show{
  opacity: 1;
  width: 193px;
  transition: 1s width ease-out;
}
.navbar1.hide{
  opacity: 0;
  width: 0px;
  height: 0px;
}
.search__icon.search_open .search_input:not(:placeholder-shown) + .search_delete{
  display: block;
}
.search__icon.search_open .search_close{
  display: flex;
}
.search__icon.search_open .search_icon{
  cursor: default;
}
#search{
  display: none !important;
}
.info-panel p{
  font-size: 14px;
  color: #acacac;
  margin-top: 5px;
  margin-bottom: 0px;
}
.col_search .card{
  max-height: 500px;
  overflow-y: auto;
  overflow-x: hidden;
}
.col_search{
  position: absolute;
  top: 55px;
  right: 0;
  width: 100%;
  height: auto;
  max-width: 400px;
  z-index: 99;
  display: none;
}
.col_search ul li:hover{
  background-color: var(--bs-secondary);
}
.col_search a{
  text-decoration: none;
  color: black;
}
.col_search h2{
  display: -webkit-box;
   -webkit-box-orient: vertical;

   /* to specify the number of lines you want the text to run through... */
   -webkit-line-clamp: 2;
   /* hide the overflowing text, i.e, texts that did not fit in to the box */
  width: 100%;
  font-size: 1.1rem;
  line-height: 1rem;
  margin: 0px;
  overflow: hidden;
}
.col_search p{
  display: -webkit-box;
   -webkit-box-orient: vertical;

   /* to specify the number of lines you want the text to run through... */
   -webkit-line-clamp: 2;
   /* hide the overflowing text, i.e, texts that did not fit in to the box */
  width: 100%;
  font-size: 0.7rem;
  margin: 0px;
  overflow: hidden;
}
.col_search ul, .col_search li{
  list-style-type: none;
  padding: 2px;
}
.jumbotron{
  
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 680px;
  width: 100%;
  position: relative;
  z-index: 1;
}
.jumbotron::after{
  content: '';
  display: block;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0;
}
.jumbotron .container{
  position: relative;
  z-index: 2;
  left: 0;
  top: 30%;
  width: 100%;
  text-align: center;
  font-weight: 200;
  color: white;
  animation: fadeIn 1s;
}
.navbar2{
  display:none;
}
.ourproduct{
  text-align: right;
  background-color: #000000;
  margin-top: 30px;
  padding-top: 60px;
  padding-right: 30px;
  padding-bottom: 60px;
  position: relative;
  z-index: 1;
}
.service{
  margin-bottom: 30px;
}
.service-img{
  position: relative;
}
.reviewgoogle-img{
  position: relative;
}
.reviewgoogle{
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 0;
  background-color: #000000;
}
.abstract{
  position: absolute;
  left: -10%;
  top: 0;
  background-color: white;
  -ms-transform: skew(-20deg); /* Support IE 9 */
    -webkit-transform: skew(-20deg); /* support Safari */
    transform: skew(-20deg);
  float: left;
}
.abstract1{
  position: absolute;
  left: -10%;
  top: 0;
  background-color: black;
  -ms-transform: skew(-20deg); /* Support IE 9 */
    -webkit-transform: skew(-20deg); /* support Safari */
    transform: skew(-20deg);
    float: left;
}
.our-gallery-content{
  padding: 12px;
}
.img-our-gallery{
  position: relative;
  height: 400px;
  max-width: 250px;
  min-width: 250px;
  z-index: 1;
  overflow: hidden;
  margin: auto;
  border-radius: 30px;
  box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.5);
}
.img-our-gallery:after{
  content: '';
  background-image: linear-gradient(to top, rgba(0, 0, 0, 1.0), rgba(0, 0, 0, 0));
  height: 30%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.img-our-gallery:hover:after{
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.img-our-gallery img{
  position: relative;
  height: 100%;
  width: auto;
  transition: transform 2s;
  z-index: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}
.img-our-gallery h2{
  position: absolute;
  z-index: 3;
  top: 80%;
  color: white;
  margin: auto;
  font-size: 1rem;
  padding: 12px;
  text-align: center;
  font-weight: 800;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.img-our-gallery p{
  position: absolute;
  z-index: 3;
  color: white;
  margin: auto;
  padding: 12px;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  top: 50%;
  opacity: 0;
}
.img-our-gallery:hover h2{
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  top: 40%;
  transform: 2s;
}
.img-our-gallery:hover p{
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.our-gallery-judul{
  padding-top: 40px;
  text-align: right;
}
.our-stylist{
  background-color: black;
  padding-bottom: 30px;
  padding-top: 20px;
  animation: fadeIn 5s;
}
.our-stylist-content{
  padding: 12px;
}
.img-our-stylist{
  position: relative;
  height: 400px;
  max-width: 300px;
  min-width: 300px;
  z-index: 1;
  overflow: hidden;
  margin: auto;
  border-radius: 30px;
  background-color: #444444;
}
.img-our-stylist:after{
  content: '';
  background-image: linear-gradient(to top, rgba(0, 0, 0, 1.0), rgba(0, 0, 0, 0));
  height: 30%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.img-our-stylist-img{
  background-color: white;
  position: relative;
  height: 100%;
  width: auto;
  transition: transform 2s;
  z-index: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}

.img-our-stylist .ig{
  position: absolute;
  z-index: 3;
  top: 5%;
  right: 5%;
  height: 40px;
  width: 40px;
  opacity: 0.7;
}
.img-our-stylist .ig:hover{
  opacity: 1;
}
.img-our-stylist .ig img{
  width: 100%;
  height: 100%;
}
.img-our-stylist h2{
  position: absolute;
  z-index: 3;
  bottom: 10px;
  color: white;
  margin: auto;
  padding: 12px;
  text-align: center !important;
  font-weight: 800;
}
/*.img-our-stylist:hover h2{
  bottom: 40%;
  transform: 2s;
}*/
.our-stylist-judul{
  padding-top: 40px;
  padding-left: 30px;
  text-align: left;
  color: white;
}
.footer{
  background-color: var(--bs-utama);
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: auto;
}
.footer1{
  background-color: var(--bs-utama1);
  padding-top: 10px;
  padding-bottom: 10px;
}
.footer-text{
  text-align: center;
}
.footer-text a{
  font-size: 35px;
}
.footer-text a i{
  display: inline-block;
  color: white;
  padding-left: 8px;
  padding-right: 8px;
}
.footer-text a:hover i{
  font-weight: 700;
}
.footer-text h4{
  font-size: 0.8rem;
}
.see-all{
  text-decoration: none;
  color:black;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.see-all:hover{
  font-weight: bold;
  color: black;
}
.see-all:hover .see-all1{
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding-left: 1rem;
}
h2{
  font-size: 1.125rem;
}
/*================================================================================*/

/* PHONE VERSION */
@media (min-width: 576px) {
  .col_search{
    right: 20px;
  }
  #news-list label {
    font-size: 0.9rem;
  }
  .carousel-caption.news p{
    display: flex;
  }
  .our-gallery-judul h2{
    font-size: 2rem;
    line-height: 1rem;
  }
  .our-gallery-judul h4{
    font-size: 1rem;
  }
  .our-stylist-judul h2{
    font-size: 2rem;
    line-height: 1rem;
  }
  .our-stylist-judul h4{
    font-size: 1rem;
  }
  .ourproduct{
    text-align: left;
    padding: 15px;
  }
  .ourproduct .ourproduct-img img{
    border-radius: 30px 30px 30px 30px;
  }
  .line-abstract1{
    display: none;
  }
  .abstract{
    width: 0%;
    height: 0%;
  }
  .abstract1{
    width: 0%;
    height: 0%;
  }
  .line-abstract2{
    display: none;
  }
  .line-abstract3{
    display: none;
  }
  .jumbotron{
    height: 480px;
  }
  .jumbotron .container{
    top: 15%;
  }
  .jumbotron .container, h1{
    font-size: 30px;
  }
  .jumbotron .container, a.tombol{
    font-size: 0.7rem;
  }
  .nav-item{
    padding-left: 10px;
    font-weight: 400;
    display: block;
  }
  .nav-item:hover{
    content: '';
    display: block;
    border-left: 3px solid var(--bs-utama);
  }
  .nav-item.active{
    content: '';
    display: block;
    border-left: 3px solid var(--bs-utama);
  }
  .nav-item{
    content: '';
    display: block;
    border-left: 3px solid rgba(0, 0, 0, 0);
  }
  .text-service .h3{
    font-size: 0.9rem;
  }
  .text-service{
    padding-left: 25px;
  }
  .service-img{
    padding: 25px;
  }
  .service-img img{
    border-radius: 20px;
  }
  .text-reviewgoogle .h3{
    font-size: 0.9rem;
  }
  .text-reviewgoogle{
    padding-left: 25px;
    padding-right: 25px;
  }
  .reviewgoogle-img{
    padding: 25px;
  }
  .reviewgoogle-img img{
    border-radius: 20px;
  }
}

@media (max-width: 576px) {
  .pend-mobile{
    padding-bottom:370px;
  }
  .pend-mobile-1{
    padding-bottom:80px;
  }
  .navbar.mobile_hide{
    display: none !important;
  }
  ._login{
    bottom:58px !important;
  }
  .mobile_hide_{
    display: none !important;
  }
  .nav-item.mobile_hide{
    display: none !important;
  }
  .footer.mobile_hide{
    display:none !important;
  }
  .mobile_show{
    display: block;
  }
  .desktop_show{
    display: none;
  }
  .mobile_show_{
    padding-bottom: 55px !important;
  }
  .footer1.mobile_hide{
    display:none !important;
  }
  .navigation{
    display: flex;
  }
  .pad-charity{
    padding:4px;
  }
  .banner_desktop{
    display: none;
  }
  .banner_mobile{
    display: block;
  }
  .custom-buttons {
    display: none;
    z-index: 1;
  }
  .event-slide{
    width: 265.5px !important;
    padding-right: 16px;
  }
  ._col_m-0{
    margin-bottom: 16px;
    padding-left: 8px;
    padding-right: 8px;
  }
  #det_2 h2{
    font-size: 1.3rem;
    line-height: 0.8rem;
  }
  .list-branch{
    max-height: 350px;
    padding-left: 12px; 
  }
  .our-gallery-judul h2{
    font-size: 2rem;
    line-height: 1rem;
  }
  .our-gallery-judul h4{
    font-size: 1rem;
  }
  .our-stylist-judul h2{
    font-size: 2rem;
    line-height: 1rem;
  }
  .our-stylist-judul h4{
    font-size: 1rem;
  }
  .ourproduct{
    text-align: left;
    padding: 15px;
  }
  .ourproduct .ourproduct-img img{
    border-radius: 30px 30px 30px 30px;
  }
  .text-about p{
    text-align: center;
  }
  .service-img{
    padding: 25px;
  }
  .service-img img{
    border-radius: 20px;
  }
  .reviewgoogle-img{
    padding: 25px;
  }
  .reviewgoogle-img img{
    border-radius: 20px;
  }
  .abstract{
    width: 0%;
    height: 0%;
  }
  .abstract1{
    width: 0%;
    height: 0%;
  }
  .text-service .h3{
    font-size: 0.9rem;
  }
  .text-service{
    padding-left: 25px;
    padding-bottom: 0px;
  }
  .text-reviewgoogle .h3{
    font-size: 0.9rem;
  }
  .text-reviewgoogle{
    padding-left: 25px;
    padding-right: 25px;
  }
  .line-abstract1{
    display: none;
  }
  .line-abstract2{
    display: none;
  }
  .line-abstract3{
    display: none;
  }
  .jumbotron{
    height: 480px;
  }
  .jumbotron .container{
    top: 15%;
  }
  .jumbotron .container, h1{
    font-size: 25px;
  }
  .jumbotron .container, a.tombol{
    font-size: 0.5rem;
  }
  .nav-item{
    padding-left: 10px;
  }
  .nav-item:hover{
    content: '';
    display: block;
    border-left: 3px solid var(--bs-utama);
  }
  .nav-item.active{
    content: '';
    display: block;
    border-left: 3px solid var(--bs-utama);
  }
  .nav-item{
    content: '';
    display: block;
    border-left: 3px solid rgba(0, 0, 0, 0);
  }
}
/* TABLET VERSION */
@media screen and (max-width: 600px) {
  .pad-charity{
    padding:6px;
  }
  .fl-more{
    font-size: 0.7rem;
    height: 30px;
  }
  .fl-stylist{
    font-size: 0.7rem;
    height: 30px;
  }
  .our-gallery-branch{
    font-size: 2.5rem;
  }
  .our-stylist-branch{
    font-size: 2.5rem;
  }
  #det_2 {
    display: block;
  }
  #det_1 {
    visibility: hidden;
    clear: both;
    float: left;
    margin: 10px auto 5px 20px;
    width: 28%;
    display: none;
  }
}
@media (max-width: 768px) {
  ._profile_desktop i {
    transform: translate(20px, 20px) !important;
  }
  ._profile_desktop span {
    top: 4px !important;
    }
  ._profile_desktop .img_profile {
    bottom: -58px !important;
    width: 100px !important;
    height: 100px !important;
  }
}
@media (min-width: 768px) {
  .__mmd{
    border-radius:12px;
    box-shadow: 0 1px 6px 0 rgba(0,0,0,0.12);
    padding: 16px;
  }
  h2{
    font-size: 1.5rem;
  }
  .list-branch{
    max-height: 320px; 
    overflow-y: auto;
  }
  #news-list label {
    font-size: 1.1rem;
  }
  .nav-item:hover{
    content: '';
    display: block;
    border-left: 3px solid var(--bs-utama);
  }
  .nav-item.active{
    content: '';
    display: block;
    border-left: 3px solid var(--bs-utama);
  }
  .nav-item{
    content: '';
    display: block;
    border-left: 3px solid rgba(0, 0, 0, 0);
  }
  .our-gallery-judul h2{
    font-size: 3rem;
    line-height: 2rem;
  }
  .our-gallery-judul h4{
    font-size: 1.2rem;
  }
  .our-stylist-judul h2{
    font-size: 3rem;
    line-height: 2rem;
  }
  .our-stylist-judul h4{
    font-size: 1.2rem;
  }
  .ourproduct{
    text-align: right;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-right: 30px;
    padding-left: 0px;
  }
  .ourproduct .ourproduct-img img{
    border-radius: 0px 30px 30px 0px;
  }
  .text-service .h3{
    font-size: 1.2rem;
  }
  .text-service{
    padding-left: 0;
    padding-bottom: 0;
    padding-right: 40px;
  }
  .service-img{
    padding-right: 12px;
  }
  .service-img img{
    border-radius: 0 30px 30px 0;
    
  }
  .text-reviewgoogle .h3{
    font-size: 1.2rem;
  }
  .text-reviewgoogle{
    padding-left: 0;
    padding-bottom: 0;
    padding-right: 40px;
  }
  .reviewgoogle-img{
    padding-right: 12px;
  }
  .reviewgoogle-img img{
    border-radius: 0 30px 30px 0;
    
  }
  .abstract{
    width: 30%;
    height: 100%;
  }
  .abstract1{
    width: 30%;
    height: 100%;
  }
  .line-abstract1{
    display: flex;
    position: absolute;
    left: 0;
    top: 160px;
    z-index: 2;
  }
  .line-abstract1 img{
    width: 210px;
    opacity: 0.5;
    height: 240px;
  }
  .line-abstract2{
    display: flex;
    position: absolute;
    right: 0;
    bottom: -50px;
    z-index: 2;
  }
  .line-abstract2 img{
    width: 210px;
    opacity: 0.5;
    height: 240px;
  }
  .line-abstract3{
    display: flex;
    position: absolute;
    right: 80px;
    bottom: 70px;
    z-index: 2;
  }
  .line-abstract3 img{
    width: auto;
    opacity: 0.1;
    height: 500px;
  }
  .jumbotron{
    height: 580px;
  }
  .jumbotron .container, h1{
    font-size: 40px;
  }
  .jumbotron .container, a.tombol{
    font-size: 0.8rem;
  }
  .jumbotron .container{
    top: 15%;
  }
  
}
@media (max-width: 991px){
  ._profile_desktop span {
      top: 10px !important;
    }
  .buy_ticket{
    position: fixed;
    bottom: 0;
    z-index: 1;
  }
  .buy_ticket .show_desktop{
    transition: 0.2s all ease-out;
    height: 0px;
    display: none;
  }
  .buy_ticket.show .show_desktop{
    height: 100%;
    display: flex;
    transition: 0.2s all ease-in;
  }
  #det_2 {
    display: block;
  }
  #det_1 {
    visibility: hidden;
    clear: both;
    float: left;
    margin: 10px auto 5px 20px;
    width: 28%;
    display: none;
  }
  .pad-charity{
    padding:8px;
  }
}

/* DEKSTOP VERSION */
@media (min-width: 992px) {
  
  .pad-charity{
    padding:10px;
  }
  .buy_ticket .updown-cart{
    display: none;
  }
  .buy_ticket ._card{
    position: sticky;
    top: 0;
  }
  .list-branch{
    max-height: 380px; 
  }
  .info-btn {
    bottom: 70px;
    right: 70px;
  }
  .button__toggle{
    width: 3rem;
    height: 3rem;
  }
  .button__toggle i{
     font-size: 1.5rem;
  }
  .button__ctas i{
     font-size: 2.5rem;
  }
  .button__cta{
    width: 3rem;
    height: 3rem;
  }
  .button__cta i{
     font-size: 2.5rem;
  }
  .button__cta.bo_ok i{
     font-size: 1.8rem;
  }
  .nav-item.active{
    content: '';
    display: block;
    border-left: 3px solid rgba(210, 0, 0, 0);
  }
  #news-list label {
    font-size: 1.2rem;
  }
  .navbar-collapse{
    background-color: rgba(0, 0, 0, 0);
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0);
  }
  .our-gallery-judul h2{
    font-size: 3rem;
    line-height: 2rem;
  }
  .our-gallery-judul h4{
    font-size: 1.4rem;
  }
  .our-stylist-judul h2{
    font-size: 3rem;
    line-height: 2rem;
  }
  .our-stylist-judul h4{
    font-size: 1.4rem;
  }
  .text-service .h3{
    font-size: 1.4rem;
  }
  .text-service{
    padding-left: 0;
    padding-bottom: 0;
    padding-right: 40px;
  }
  .service-img{
    padding-right: 12px;
  }
  .service-img img{
    border-radius: 0 30px 30px 0;
  }
  .text-reviewgoogle .h3{
    font-size: 1.4rem;
  }
  .text-reviewgoogle{
    padding-left: 0;
    padding-bottom: 0;
    padding-right: 60px;
  }
  .reviewgoogle-img{
    padding-right: 12px;
  }
  .reviewgoogle-img img{
    border-radius: 0 30px 30px 0;
  }
  .abstract{
    width: 30%;
    height: 100%;
  }
  .abstract1{
    width: 30%;
    height: 100%;
  }

  .line-abstract1{
    display: flex;
  }
  .line-abstract2{
    display: flex;
  }
  .line-abstract3{
    display: flex;
  }
  .jumbotron .container, h1{
    font-size: 62px;
  }
  .line-abstract1{
    position: absolute;
    left: 0;
    top: 160px;
    z-index: 2;
  }
  .jumbotron .container{
    top: 30%;
  }
  .line-abstract1 img{
    width: 210px;
    opacity: 0.2;
    height: 240px;
  }
  .line-abstract2{
    position: absolute;
    right: 0;
    bottom: -50px;
    z-index: 2;
  }
  .line-abstract2 img{
    width: 210px;
    opacity: 0.2;
    height: 240px;
  }
  .line-abstract3{
    position: absolute;
    right: 80px;
    bottom: 70px;
    z-index: 2;
  }
  .line-abstract3 img{
    width: auto;
    opacity: 0.1;
    height: 500px;
  }
  .navbar{
    height: 90px;
  }
  .navbar1{
    display: none;
  }
  .navbar2{
    display: block;
  }
  .nav-item {
    padding-left: 5px;
    padding-right: 5px;
  }
  .nav-link{
    padding: 0px;
    border-radius: 20px;
  }
  .nav-link.home:hover{
    border-bottom: 2px solid var(--bs-utama);
    font-weight: bold;
    border-radius: 20px;
    transition: border 200ms ease-in-out;
  }

  #search1{
    display: none !important;
  }
  #search{
    display: flex !important;
  }
  .search__icon .search_icon{
    color: var(--bs-dark);
  }
  .search__icon .search_icon:hover{
    font-weight: bold;
  }
  .search__icon .search_close{
    color: var(--bs-dark);
  }
  .col_search{
    top: 70px;
  }
  .nav-link.menu:hover{
    border-bottom: 2px solid var(--bs-utama);
    font-weight: bold;
    color: rgb(0, 0, 0) !important;
    border-radius: 20px;
    transition: all 0.2s ease-in;

  }
  .nav-link.home.active{
    border-bottom: 2px solid var(--bs-utama);
    font-weight: bold;
    border-radius: 20px;
  }
  .nav-link.menu.active{
    border-bottom: 2px solid var(--bs-utama);
    font-weight: bold;
    border-radius: 20px;
    color: rgb(0, 0, 0) !important;
  }
  .jumbotron{
    margin-top: -90px;
    height: 680px;
  }
  .navbar-brand, .nav-item, .nav-link.home{
    font-weight: 400;
    color: rgb(0, 0, 0) !important;
  }
  .navbar-brand, .nav-item, .nav-link.menu{
    color: black !important;
    font-weight: 400;
  }
  .dropdown-menu, .dropdown-item{
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  }
  .jumbotron .container, a.tombol{
    font-size: 1rem;
  }
  .nav-item:hover{
    content: '';
    display: block;
    border-left: 3px solid rgba(210, 0, 0, 0);
  }
}