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

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

.ent-view {
      border: solid 1px #A3A3A3;
      border-radius: 10px;
      margin-top: 20px;
      padding: 20px;
    }

    .tab-header {
      display: flex;
      justify-content: space-between;
      border-bottom: 1px solid #ccc;
    }

    .tab-btn {
      flex: 1;
      text-align: center;
      background: transparent;
      border: none;
      outline: none;
      cursor: pointer;
      position: relative;
      padding: 10px 0;
      font-family: "Inter", sans-serif;
      font-size: 20px;
      font-weight: 600;
      color: #58192A;
      transition: color 0.3s;
    }

    .tab-btn.active {
      color: #58192A;
      font-weight: 600;
    }

    .tab-btn.active::after {
      content: "";
      position: absolute;
      bottom: -2px;
      left: 0;
      width: 100%;
      height: 4px;
      background-color: #58192A;
      border-radius: 5px 5px 0 0;
    }

    .tab-content {
      padding: 20px 0 0;
      color: #58192A;
      font-family: "Inter", sans-serif;
      font-size: 18px;
    }

    .tab-pane {
      display: none;
    }

    .tab-pane.active {
      display: block;
    }


  .slideinfor-container {
      /* max-width: 900px; */
      position: relative;
      background: #fff;
      border-radius: 12px;
      overflow: hidden;
      
    }

    .slideinfor {
      position: relative;
    }

    .slideinfo {
      display: none;
      position: relative;
    }

    .slideinfo.active {
      display: block;
    }

    .slideinfo img {
      width: 100%;
      height: 700px;
      display: block;
    }
.d-flex.justify-content-between.align-items-start.flex-wrap {
    margin-bottom: 45px;
}
     
    .nav {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      font-size: 2rem;
      color: white;
      background: rgba(0,0,0,0.4);
      border: none;
      padding: 0.5rem 1rem;
      cursor: pointer;
      z-index: 10;
    }

    .nav.prev {
      left: 10px;
    }

    .nav.next {
      right: 10px;
    }

    .thumbnails {
      display: flex;
      /* justify-content: center; */
      gap: 1rem;
      padding: 1rem;
      background-color: #fff;
      flex-wrap: wrap;
    }

    .thumb {
      cursor: pointer;
      text-align: center;
      font-size: 0.9rem;
      color: #555;
      border: 2px solid transparent;
      border-radius: 8px;
      padding: 0.5rem;
      transition: all 0.3s ease;
    }

    .thumb img {
      width: 100px;
      border-radius: 6px;
    }

    .thumb.active {
      border-color: #f9b233;
      color: #58192A;
    }

    @media (max-width: 600px) {
     

      .thumb img {
        width: 70px;
      }

      .nav {
        font-size: 1.5rem;
      }
    }


a.text-decoration-none.small {
    margin-bottom: 12px;
    margin-top: 15px;
}

img.scn {
    height: 100px;
}
h5.aboutuss {
    color: #58192A;
    font-size: 20px;
    font-weight: 600;
   font-family: "Poppins", sans-serif;
}
p.aboutin {
    font-size: 18px;
     font-family: "Poppins", sans-serif;
     color: #000000;
    font-weight: 600;
        margin-bottom: 40px;
}

    .event-cardinfo {
      border-radius: 10px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    }
  .event-cardinfo h5
 {
    font-weight: 700;
    font-size: 20px;
    font-family: "Poppins", sans-serif;
}
.text-decoration-none {
    text-decoration: none !important;
    font-size: 12px;
    color: #58192A !important;
    font-family: "Poppins", sans-serif;
}
p.mt-3.mb-1.fw-semibold
 
 {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    color: #58192A !important;
    margin-bottom: 25px !important;
    
}
p.mb-0.fw-bold {
    color: #543244;
    font-size: 18px;
     font-family: "Poppins", sans-serif;
}
p.mb-1.small {
    color: #000000;
    font-size: 14px;
     font-family: "Poppins", sans-serif;
}
    .event-cardinfo .price {
      font-size: 1.25rem;
      font-weight: bold;
      color: #543244;
    }
    .event-cardinfo .btn-book {
      background-color: #543244;
      color: white;
      font-weight: 600;
       font-family: "Poppins", sans-serif;
       font-size: 16px;
    }
    .map-btn {
      border: 1px solid #543244;
      color: #543244;
      border-radius: 50px;
      padding: 0.25rem 0.75rem;
      font-size: 0.9rem;
      font-weight: 500;
      background-color: #ffffff;
          text-decoration: auto;
    
    }
    .qr-card {
      border-radius: 10px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    }

a.clkme {
    color: #543244;
}
.qrcn {
    display: flex;
}

.dflexinfo {
    display: flex;
}
.events-header {
      background-color: #551a30;
      color: white;
      padding: 20px 20px;
      border-radius: 10px 10px 0 0;
      font-weight: 500;
        font-family: "Poppins", sans-serif !important;
    } 
    .tickets-card {
      background-color: #fff;
      border-radius: 10px;
      margin-bottom: 20px;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
      padding: 20px;
        font-family: "Poppins", sans-serif !important;
            display: flex !important;
    }
    .vip-label {
        background-color: #f4b63d;
    color: #551a30;
    font-weight: 500;
    padding: 12px 15px;
    border-radius: 3px;
    text-align: center;
    font-family: "Poppins", sans-serif !important;
    }
    .price {
      font-size: 20px;
      font-weight: bold;
      color: #551a30;
        font-family: "Poppins", sans-serif !important;
            text-align: center !important;

    }
    .price small {
      font-weight: normal;
      font-size: 13px;
      display: block;
        font-family: "Poppins", sans-serif !important;
    }
    
    .btn-book {
      background-color: #551a30;
      color: white;
        font-family: "Poppins", sans-serif !important;
    }
    .btn-book:hover {
      background-color: #3d0f20;
       color: #f4b63d;
        font-family: "Poppins", sans-serif !important;
    }


    .accordion-button:not(.collapsed) {
      color: #6c2b3e;
      background-color: #f8f1f4;
        font-family: "Poppins", sans-serif !important;
    }
    .accordion-button {
      font-weight: 600;
        font-family: "Poppins", sans-serif !important;
    }
    .map-btn {
      border: 1px solid #6c2b3e;
      color: #6c2b3e;
      border-radius: 50px;
      padding: 0.25rem 0.75rem;
        font-family: "Poppins", sans-serif !important;
      font-size: 0.9rem;
      font-weight: 500;
    }
  
    button.accordion-button {
    padding-bottom: 40px;
      font-family: "Poppins", sans-serif !important;
    padding-top: 40px;
}
 .btn-view {
    border: 1px solid #551a30;
    color: #551a30;
    width: 230px;
    margin-left: 15px;
    font-size: 16px;
}
    .btn-view:hover {
      background-color: #551a30;
      color: white;
    }
.moreinfos {
    text-align: center;
    margin-bottom: 25px;
}
hr.hrdiv {
    width: 60%;
    margin: auto;
}
h5.hdinfo {
    margin-bottom: 35px;
    margin-top: 30px;
}
.event-guide-box {
 
  padding: 10px;
  border-radius: 5px;
 
}

.imgitem {
  width: 60px;   /* adjust based on your design */
  height: 60px;
  object-fit: contain;
}


.accordion-body.d-flex.justify-content-between.flex-wrap {
    padding-top: 35px;
    padding-bottom: 35px;
}

.accordion-body {
      font-family: "Poppins", sans-serif;
}
button.accordion-button {
      font-family: "Poppins", sans-serif;
}
p.mb-2.small {
    font-family: "Poppins", sans-serif;
}
.mb-2.text-muted {
    font-family: "Poppins", sans-serif;
}
strong {
    font-family: "Poppins", sans-serif;
}




.quatup{
  display: inline-flex;
    gap: 5px;
}



.detail {
    max-width: 550px;
}


 :root {
  --svg: url("../images/icons/cart-t4t.svg");
}
/* Existing styles remain unchanged */

#cart-indicator {
  position: fixed;
  right: 30px;
  bottom: 130px;
  display: flex;
  flex-direction: column;
  text-align: center;
  z-index: 1000;
}

#cart-indicator button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #6f6f6f;
  border: 3px solid #fff;
  font-weight: bold;
  font-family: helvetica, arial, sans-serif;
  color: #fff;
  padding: 12px 24px 12px 18px;
  border-radius: 50px;
  margin: 0;
  font-size: 1.2rem;
  text-shadow: 1px 1px 5px #000;
  animation-name: button-pulse;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  cursor: pointer;
}


#cart-indicator button::before {
  content: "";
  position: relative;
  top: 0;
  left: 0;
  margin-right: -12px;
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  background-image: var(--svg);
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

#cart-indicator .item-count {
  display: inline-block;
  width: auto;
  min-width: 1.25rem;
  aspect-ratio: 1 / 1;
  position: relative;
  top: 0.75rem;
  left: -0.5rem;
  font-size: 0.85rem;
  background-color: #551a30;
  border-radius: 50em;
  padding-top: 1.5%;
}

#cart-indicator button:hover::before {
  animation-name: bag-shake;
  animation-duration: 1s;
  animation-iteration-count: 1;
}

/* Mobile responsive adjustments */
/* Existing styles remain unchanged */

/* Mobile responsive adjustments for icon-only */
/* Mobile responsive adjustments for icon-only */
@media (max-width: 768px) {
  #cart-indicator {
    right: 15px;
    bottom: 80px;
  }
.text-end {
    text-align: center !important;
}
  #cart-indicator button {
    padding: 7px; /* more space for bigger icon */
    font-size: 0; /* hide text */
    width: 60px;  /* bigger circular button */
    height: 60px; /* bigger circular button */
    border-radius: 50%;
    justify-content: center;
    align-items: center;
  }

  #cart-indicator button::before {
    width: 32px;   /* bigger icon */
    height: 32px;  /* bigger icon */
    margin: 0;
  }
button.btn.btn-link.clkme {
    color: #58192a;
    padding: revert;
    font-size: 14px;
}
.d-flex.justify-content-between.align-items-start.flex-wrap {
    margin-bottom: 8px !important;
}
  #cart-indicator .item-count {
    top: -6px;
    left: 38px; /* adjust position for larger button */
    font-size: 0.75rem;
  }
}

@media (max-width: 480px) {
  #cart-indicator {
           right: 17px;
        bottom: 85px;
  }
  .price {
    font-size: 20px;
    font-weight: bold;
    color: #551a30;
    font-family: "Poppins", sans-serif !important;
    text-align: start !important;
}
  .d-flex.justify-content-between.align-items-start.flex-wrap {
    margin-bottom: 8px !important;
}
.text-end {
    text-align: center !important;
}
button.btn.btn-link.clkme {
    color: #58192a;
    padding: revert;
    font-size: 14px;
}
  #cart-indicator button {
    width: 60px !important;
    height: 60px !important;
  }

  #cart-indicator button {
    display: inline !important;
  }
  #cart-indicator button::before {
    width: 40px;
    height: 40px;
  }

  #cart-indicator .item-count {
    top: -5px;
    left: 33px;
    font-size: 0.7rem;
  }
}



@keyframes button-pulse {
  0%   {transform: scale(1);}
  25%  {transform: scale(1.05);}
  50%  {transform: scale(1.05);}
  75%  {transform: scale(1);}
  100% {transform: scale(1);}
}

@keyframes bag-shake {
  0%   {transform: rotate(0deg);}
  10%  {transform: rotate(25deg);}
  20%  {transform: rotate(-25deg);}
  30%  {transform: rotate(25deg);}
  40%  {transform: rotate(-25deg);}
  75%  {transform: rotate(0deg);}
  100% {transform: rotate(0deg);}
}


button.btn.btn-ticket.w-100 {
    background: #551a30;
    color: #ffffff;
    font-family: 'Poppins';
}
p.ticketmodel {
    font-size: 14px;
    font-family: 'Poppins';
}
 
.wrapper {
  width: 100%;
  width: 100%;
  height: auto;
  padding: 50px 20px;
  padding-top: 100px;
 
}
@media screen and (max-width: 768px) {
  .wrapper {
    height: auto;
    min-height: 100vh;
    padding-top: 100px;
  }
}

.profile-card {
  width: 100%;
  min-height: 460px;
  margin: auto;
  box-shadow: 0px 0px 30px -5px rgb(111 39 59 / 69%);
  background: #fff;
  border-radius: 12px;
  max-width: 700px;
  position: relative;
      background-color: mintcream;
}
.profile-card.active .profile-card__cnt {
  filter: blur(6px);
}

.profile-card.active .profile-card__overlay {
  opacity: 1;
  pointer-events: auto;
  transition-delay: 0.1s;
}
.profile-card.active .profile-card-form {
  transform: none;
  transition-delay: 0.1s;
}
.profile-card__img {
    width: 165px;
    height: 165px;
    margin-left: auto;
    margin-right: auto;
    transform: translateY(-50%);
    border-radius: 35%;
    overflow: hidden;
    position: relative;
    z-index: 4;
    box-shadow: 0px 0px 10px 2px #efa932a1;
    background: #58192a;
}
@media screen and (max-width: 576px) {
  .profile-card__img {
    width: 120px;
    height: 120px;
  }
.events-header {
    background-color: #551a30;
    color: white;
    padding: 20px 20px 70px 20px;
    border-radius: 10px 10px 0 0;
    font-weight: 500;
    font-size: 16px;
    font-family: "Poppins", sans-serif !important;
}
}
.profile-card__img img {
    display: block;
    width: 100%;
    height: 80%;
    object-fit: contain;
    /* border-radius: 50%; */
    margin-top: 8px;
}
.profile-card__cnt {
  margin-top: -35px;
  text-align: center;
  padding: 0 20px;
  padding-bottom: 40px;
  transition: all 0.3s;
      /*background-color: #f9b23326;*/
}
 
.profile-card__txt {
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 15px;
    text-align: justify;
}
.profile-card__txt strong {
  font-weight: 700;
}
.profile-card-loc {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
}
 
.profile-card-inf {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: 35px;
}
 .profile-card__txt {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 15px;
    text-align: justify;
    font-family: "Poppins", sans-serif;
}
 
 .profile-card__name
 
 {
    font-weight: 700;
    font-size: 24px;
    color: #58192A;
    margin-bottom: 15px;
    font-family: "Poppins", sans-serif;
}
 span.profile-card-loc__txt {
    margin-bottom: 20px;
    margin-top: 20px;
    font-family: "Poppins", sans-serif;
}
a.cplink
 {
    font-size: 16px;
    text-decoration: auto;
    color: #58192A;
}
img.detailimg {
    height: auto;
    width: inherit;
}
.profile-card-form {
  box-shadow: 0 4px 30px rgba(15, 22, 56, 0.35);
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  background: #fff;
  border-radius: 10px;
  padding: 35px;
  transform: scale(0.8);
  position: relative;
  z-index: 3;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .profile-card-form {
    max-width: 90%;
    height: auto;
  }
}
@media screen and (max-width: 576px) {
  .profile-card-form {
    padding: 20px;
  }
    .profile-card__txt {
    font-size: 13px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 15px;
    text-align: justify;
    font-family: "Poppins", sans-serif;
}
}
.profile-card-form__bottom {
  justify-content: space-between;
  display: flex;
}
@media screen and (max-width: 576px) {
  .profile-card-form__bottom {
    flex-wrap: wrap;
  }
}
.profile-card textarea {
  width: 100%;
  resize: none;
  height: 210px;
  margin-bottom: 20px;
  border: 2px solid #dcdcdc;
  border-radius: 10px;
  padding: 15px 20px;
  color: #324e63;
  font-weight: 500;
   font-family: "Poppins", sans-serif;
  outline: none;
  transition: all 0.3s;
}
.profile-card textarea:focus {
  outline: none;
  border-color: #8a979e;
}
.profile-card__overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
  background: rgba(22, 33, 72, 0.35);
  border-radius: 12px;
  transition: all 0.3s;
}

img.org-qr {
    height: 160px;
    margin-bottom: 15px;
}


h4.evenloc {
    margin: auto;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    font-family: 'Poppins';
    margin-top: 20px;
}

p.eventac {
    margin-top: 20px;
    text-align: justify;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
}



    /* mobile view  */


    @media (max-width: 580px) {
    .gradient-btn {
    background: linear-gradient(158deg, #f9b233, #591f2a);
    color: white;
    font-size: 12px;
    font-weight: bold;
    padding: 12px 30px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    margin-bottom: 12px;
}
.container.py-5 {
    margin-top: -70px !important;
}
p.eventac {
    margin-top: 20px;
    text-align: justify;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
}
 .tickets-card {
  
    display: flow-root !important;
}
.thumbnails {
    display: flex;
    /* justify-content: center; */
    gap: 1px;
    padding: 1px;
    background-color: #fff;
    flex-wrap: wrap;
}
.dflexinfo {
    display: grid;
    text-align: center;
    padding-bottom: 15px;
}
.event-cardinfo .price {
    font-size: 1.25rem;
    font-weight: bold;
    color: #543244;
    padding-bottom: 15px;
}
.qrcn {
    display: grid;
}
button.btn.btn-view {
    margin-bottom: 20px;
}
.slideinfo img {
    width: 100%;
    height: 250px;
    display: block;
}
p.aboutin {
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    color: #000000;
    font-weight: 600;
    text-align: justify;
}
.accordion-body {
    font-size: 16px;
}
#sdone {
    padding-top: 30px;
}
.ent-view {
    border: solid 1px #A3A3A3;
    border-radius: 10px;
    margin-top: 20px;
    
    padding: 20px 0px 15px 0px;
}
.tab-btn {
  
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #58192A;
  
}
.vip-label {
    background-color: #f4b63d;
    color: white;
    font-weight: bold;
    padding: 5px 5px;
    font-size: 15px;
    border-radius: 10px;
    text-align: center;
    font-family: "Poppins", sans-serif !important;
}
.btn-book {
    background-color: #551a30;
    color: white;
    font-family: "Poppins", sans-serif !important;
    font-size: 14px;
}
.sml {
    font-size: 14px;
}
    }
