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

body {
  background: #0a171f !important;
  font-family: 'Inter', sans-serif !important ;
  font-optical-sizing: auto;
  font-style: normal;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-background-clip: text;
  -webkit-text-fill-color: #ffffff;
  transition: background-color 5000s ease-in-out 0s;
  box-shadow: inset 0 0 20px 20px #23232329;
}

::placeholder {
  color: #8f8f8f !important;
  opacity: 1 !important;
}

::-ms-input-placeholder {
  color: #8f8f8f !important;
}

option:not(:first-of-type) {
  color: #fff !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type='number'] {
  -moz-appearance: textfield;
}

.ff-roboto {
  font-family: 'Roboto', sans-serif;
}

.text-white-custom {
  color: #fefefc !important;
}

.text-grey-custom {
  color: #8f8f8f;
}

.nav-link-custom {
  color: #8f8f8f !important;
}

.nav-link-custom.active {
  color: #fff !important;
  position: relative;
}

.nav-link-navbar.active {
  color: #fff !important;
  position: relative;
}

.nav-link-navbar.active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(
    262deg,
    #ff6a00 0.65%,
    #ff3b69 51.59%,
    #5c00fa 103.2%
  );
}

.nav-link-service {
  color: #8f8f8f !important;
  border-radius: 22px;
  border: 0.5px solid #555555;
}

.nav-link-service.active {
  background: linear-gradient(90deg, #ff3b69 3%, #ff6a00 100%) !important;
  color: #fff !important;
  border-radius: 22px;
  border: 0.5px solid transparent;
}

.nav-link-faq {
  color: #fefefc !important;
  background-color: transparent !important;
  box-shadow: none !important;
}

.nav-link-faq.active {
  color: #ff6a00 !important;
  box-shadow: none !important;
}

.borad-11 {
  border-radius: 11px;
}

.bg-blue-custom {
  background-color: #0a171f !important;
}

.bg-linear-orange {
  background: linear-gradient(90deg, #ff3b69 3%, #ff6a00 100%);
}

.bg-dark-grey {
  background-color: #27363f !important;
}

.bg-info-custom {
  background-color: #22261c !important;
}

.bg-grey-custom {
  border-radius: 20px;
  background: #8f8f8f !important;
}

.text-warning-custom {
  color: #ffa600 !important;
}

.carousel-indicators {
  bottom: -40px !important;
  z-index: 999 !important;
}

.carousel-indicators button {
  width: 8px !important;
  height: 8px !important;
  border-radius: 50% !important;
  background-color: #8f8f8f !important;
  border: 0 !important;
}

.carousel-indicators button.active {
  width: 17px !important;
  height: 8px !important;
  border-radius: 17px !important;
  background: #ff6a00 !important;
  border: 0 !important;
}

.slick-dots {
  bottom: -40px !important;
  z-index: 999 !important;
}

.slick-dots li {
  width: 8px !important;
  height: 8px !important;
  border-radius: 50% !important;
  background-color: #8f8f8f !important;
  border: 0 !important;
}

.slick-dots li.slick-active {
  width: 17px !important;
  height: 8px !important;
  border-radius: 17px !important;
  background-color: #ff6a00 !important;
  border: 0 !important;
}

.slick-dots li button:before {
  content: '' !important;
}

.slick-prev:before {
  background-image: url('/img/icon/arrow-next.svg') !important;
  background-size: 50px 50px !important;
  display: inline-block !important;
  width: 50px !important;
  height: 50px !important;
  content: '' !important;
  transform: scaleX(-1) !important;
}

.slick-next:before {
  background-image: url('/img/icon/arrow-next.svg') !important;
  background-size: 50px 50px !important;
  display: inline-block !important;
  width: 50px !important;
  height: 50px !important;
  content: '' !important;
}

.slick-slide {
  margin: 0 10px;
}

.slick-list {
  margin: 0 -10px;
}

.slick .item .bg {
  transition: 0.3s;
  transition: all 0.3s ease-in-out;
  border: 2px solid transparent;
}

.slick .slick-list {
  padding: 20px 0 !important;
}

.slick .slick-center .bg {
  position: relative;
  border: 2px solid transparent;
  background-image: linear-gradient(#101d25, #101d25),
    linear-gradient(262deg, #ff6a00 0.65%, #ff3b69 51.59%, #5c00fa 103.2%);
  background-origin: border-box;
  background-clip: content-box, border-box;
  z-index: 1;
  -webkit-transform: scale3d(1, 1.1, 1);
  transform: scale3d(1, 1.1, 1);
}

.slick .slick-center .bg p {
  font-size: 12.1px;
}

.slick .bg p {
  font-size: 12.1px;
}

.slick-soon p {
  font-size: 12.1px !important;
}

.rowEvent p {
  font-size: 12.1px !important;
}

.slick-prev {
  left: 0 !important;
  z-index: 99;
}

.slick-next {
  right: 0 !important;
  z-index: 99;
}

.slick-prev,
.slick-next {
  width: auto !important;
  height: auto !important;
}

.sticky-div {
  position: fixed;
  z-index: 100;
  bottom: -100%;
  transition: bottom 0.3s ease;
}

.sticky-div.active {
  bottom: 0;
  right: auto;
  max-width: 856px;
}

.icon-service {
  width: 17px;
  height: 17px;
}

.icon-cart {
  width: 17px;
  height: auto;
}

.icon-toilet {
  width: 24px;
  height: auto;
}

.text-desc {
  color: #a7a7a7;
}

.card-custom {
  border-radius: 8px;
  background: #101d25;
}

.text-linear-orange {
  background: linear-gradient(91deg, #ff3b69 3.35%, #ff6a00 96.78%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.text-gradient-home {
  /* background: linear-gradient(91deg, #FF3B69 3.35%, #FF6A00 96.78%); */
  background: linear-gradient(
    263deg,
    #ff6a00 5.44%,
    #ff3b69 56.34%,
    #5c00fa 107.9%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.text-orange-custom {
  color: #ff6a00;
}

.card-border-white {
  border-radius: 8px;
  border: 1px solid #555555;
}

.card-border-orange {
  border-radius: 8px;
  border: 1px dashed #ff6a00;
}

.fz-btn-detail {
  font-size: 12px !important;
}

.fz-11 {
  font-size: 11px;
}

.fz-12 {
  font-size: 12px !important;
}

.fz-14-lineup {
  font-size: 14px;
}

.fz-14 {
  font-size: 14px;
}

.fz-15 {
  font-size: 15px !important;
}

.fz-16 {
  font-size: 16px;
}

.fz-16-14 {
  font-size: 16px;
}

.fz-24 {
  font-size: 24px;
}

.fz-26 {
  font-size: 26px;
}

.pointer {
  cursor: pointer;
}

/* .overlay-dark {
    border-radius: 8px;
    background: linear-gradient(180deg, rgba(10, 23, 31, 0.00) 57.63%, #000 84.69%);
    position: absolute;
    bottom: 0;
    left: 12px;
    right: 0;
    width: 197px;
    height: 302px;
} */

.overlay-dark {
  border-radius: 0 0 8px 8px;
  background-color: red;
  background: linear-gradient(180deg, rgba(10, 23, 31, 0) 52.5%, #000 80%);
  position: absolute;
  bottom: 0;
  width: 90%;
  height: 100%;
  pointer-events: none;
}

.overlay-dark-artist {
  border-radius: 0 0 8px 8px;
  background-color: red;
  background: linear-gradient(180deg, rgba(10, 23, 31, 0) 52.5%, #000 80%);
  position: absolute;
  bottom: 0;
  width: 90%;
  height: 100%;
  pointer-events: none;
}

.overlay-dark-landing {
  border-radius: 0 0 8px 8px;
  background-color: red;
  background: linear-gradient(180deg, rgba(10, 23, 31, 0) 52.5%, #000 80%);
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.bg-primary-dark {
  background-color: #0a171f;
}

.bg-gradient-home {
  background: linear-gradient(82deg, #ff6a00 7.88%, #ff3b69 91.62%);
}

.content-overlay {
  border-radius: 8px;
  position: absolute;
  bottom: 0;
  left: 12px;
  right: 0;
}

.h-product {
  height: 302px;
  object-fit: cover;
}

.h-product-home {
  height: 302px;
  object-fit: cover;
}

.card-fasility {
  border-radius: 24px;
  background: #101d25;
}

.card-fasility-detail {
  width: 56px;
  height: 40px;
  border-radius: 24px;
  background: #253745;
}

.gradient {
  background: linear-gradient(
      262deg,
      #ff6a00 0.65%,
      #ff3b69 51.59%,
      #5c00fa 103.2%
    ),
    #d9d9d9;
  filter: blur(42.70000076293945px);
  width: 100%;
  height: 16px;
}

.logo-footer {
  width: 80px;
}

.icon-footer {
  width: 16px;
  height: 16px;
}

.line-gradient {
  width: 100%;
  height: 1px;
  background: linear-gradient(
      262deg,
      #ff6a00 0.65%,
      #ff3b69 51.59%,
      #5c00fa 103.2%
    ),
    #d9d9d9;
}

.border-input-custom {
  border-radius: 4px !important;
  border: 1px solid #555555 !important;
}

.accordion-item {
  background-color: transparent !important;
  color: #fff !important;
  font-size: 14px !important;
}

.accordion .accordion-item {
  border: 1px solid #8f8f8f !important;
  margin-bottom: 20px !important;
  border-radius: 4px !important;
}

.accordion .accordion-item-faq {
  border: none !important;
  border-bottom: 1px solid #8f8f8f !important;
  margin-bottom: 20px !important;
}

.accordion .accordion-item:not(.collapsed) {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.accordion-button {
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #fefefc !important;
}

.accordion-button:not(.collapsed) {
  box-shadow: none !important;
}

.payment-logo {
  height: auto;
  width: 40px;
}

.payment-logo-big {
  height: auto;
  width: 80px;
}

.bg-transparent-custom {
  background: transparent !important;
}

.check-payment {
  color: #ff6a00;
  top: 4px;
  right: 8px;
}

.border-variant {
  border: 0.1px solid #fefefc;
}

.activePayment {
  border: 0.1px solid #ff6a00 !important;
}

.activeMainPayment {
  border: 0.1px solid #ff6a00 !important;
}

select option {
  color: #fefefc;
}

select option:first-child {
  color: #555555;
}

select {
  color: #555555;
  background-color: transparent;
  transition: background-color 0.3s ease;
}

select:valid {
  color: #fefefc;
}

select:focus {
  background-color: #0a171f;
  color: #fefefc;
}

.icon-success {
  width: 331.679px;
}

select.open {
  background-color: #0a171f !important;
  color: #fefefc !important;
}

select option {
  background-color: #0a171f !important;
  color: #fefefc !important;
}

select option {
  color: #fefefc !important;
}

.input-search {
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
  box-shadow: none;
  border: none;
  width: 154px !important;
}

.input-search:focus {
  box-shadow: none;
  border: none;
}

.input-search::placeholder {
  color: #fefefc !important;
  opacity: 1 !important;
}

#search {
  border-color: #555555;
}

.borad-left {
  border-top-left-radius: 999px;
  border-bottom-left-radius: 999px;
}

.border-left-0 {
  border-left: 0;
}

.border-right-0 {
  border-right: 0;
}

.mb-120 {
  margin-bottom: 120px;
}

.min-h-100vh {
  min-height: 100vh;
}

.w-auto-100 {
  width: auto;
}

.mt-home {
  margin-top: -200px;
}

.border-search {
  border: 1px solid #555555 !important;
  border-left: 0 !important;
}

.object-cover {
  object-fit: cover;
}

.h-34px {
  height: 34px;
}

.btnMin,
.btnPlus,
.btnMinMerch,
.btnPlusMerch {
  font-size: 24px !important;
}

.gmaps iframe {
  width: 100% !important;
}

.icon-faq {
  width: 26px;
  height: 26px;
}

.opacity-0 {
  opacity: 0;
}

.height-contact {
  height: 144px;
}

.fz-14-res {
  font-size: 14px !important;
}

.merchImage {
  max-height: 140px;
}

.desc-limit {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 10;
}

.desc-limit-1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1;
}

.mt-date {
  margin-top: 2px;
}

.label-dark {
  color: #433c50 !important;
}

input[type='checkbox']:checked {
  background-color: #433c50 !important;
}

input[type='checkbox']:checked + label {
  color: #433c50 !important;
}

@media only screen and (max-width: 1399px) {
  .sticky-div.active {
    max-width: 736px;
  }
  .overlay-dark-artist {
    width: 88%;
  }
}

@media only screen and (max-width: 1199px) {
  .sticky-div.active {
    max-width: 615.98px;
  }
  .overlay-dark-artist {
    width: 86%;
  }
}

@media only screen and (max-width: 991px) {
  .sticky-div.active {
    max-width: 696px;
  }

  .w-auto-100 {
    width: 100% !important;
  }

  .h-product {
    height: 158px;
    object-fit: cover;
  }

  .fz-14-lineup {
    font-size: 10px;
  }

  .fz-14 {
    font-size: 11px;
  }

  .fz-16-14 {
    font-size: 14px;
  }

  .fz-24 {
    font-size: 16px;
  }

  .mb-120 {
    margin-bottom: 60px;
  }

  h3 {
    font-size: 20px;
  }

  h6 {
    font-size: 14px;
  }

  span,
  .btn,
  .svg {
    font-size: 14px;
  }

  .nav-pills li button i,
  .nav-pills li button span {
    font-size: 12px;
  }

  .text-desc {
    font-size: 12px;
  }

  .overlay-dark-artist {
    width: 90%;
  }

  .height-contact {
    height: 170px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .slick .slick-center .bg {
    position: relative;
    border: 2px solid transparent;
    background-image: none;
    background-origin: initial;
    background-clip: initial;
    z-index: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@media only screen and (max-width: 799px) {
  .slick .slick-center .bg {
    position: relative;
    border: 2px solid transparent;
    background-image: none;
    background-origin: initial;
    background-clip: initial;
    z-index: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@media only screen and (max-width: 767px) {
  .sticky-div.active {
    max-width: 516px;
  }

  .mt-home {
    margin-top: -100px;
  }

  .overlay-dark {
    width: 87%;
  }

  .overlay-dark-artist {
    width: 92%;
  }
}

@media only screen and (max-width: 575px) {
  .sticky-div.active {
    max-width: 551px;
    margin: auto 12px;
    left: 0;
  }
  .overlay-dark {
    width: 86.5%;
  }
  .overlay-dark-artist {
    width: 92%;
  }
  .nav-link-faq {
    font-size: 12px;
  }
  .h4-faq {
    font-size: 16px;
  }
  .icon-faq {
    width: 18px;
    height: 18px;
  }
  .accordion-button-faq,
  .content-faq {
    font-size: 12px;
  }
  .fz-14-res {
    font-size: 13px !important;
  }
}

@media only screen and (max-width: 480px) {
  .overlay-dark {
    width: 83%;
  }
  .overlay-dark-artist {
    width: 90%;
  }
}

@media only screen and (max-width: 430px) {
  .overlay-dark {
    right: 11px;
  }
  .overlay-dark-artist {
    right: 10px;
  }
}
