@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Macan";
  position: relative;
  overflow-x: hidden;
  background-color: #f4eee7;
}

@font-face {
  font-family: "Macan";
  src: url("../fonts/MacanPanWeb-Medium.ttf");
}
@font-face {
  font-family: "Macan-semibold";
  src: url("../fonts/MacanPanWeb-Semibold.ttf");
}
@font-face {
  font-family: "Macan-regular";
  src: url("../fonts/MacanPanWeb-Regular.ttf");
}
@font-face {
  font-family: "Macan-bold";
  src: url("../fonts/MacanPanWeb-Bold.ttf");
}
@font-face {
  font-family: "Albra";
  src: url("../fonts/AlbraTRIAL-Thin.otf");
}
img {
  max-width: 100%;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
}

a,
a:hover {
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
}

li,
ol {
  list-style: none;
}

h1 {
  font-family: "Albra";
  font-size: 5rem;
  font-style: normal;
  line-height: 1.2;
}

p {
  font-family: "Macan";
  font-size: 1rem;
  font-style: normal;
  line-height: normal;
  margin-bottom: 0;
}

b,
strong {
  font-family: "Macan-bold";
}

select {
  -webkit-appearance: none;
  /* Removes default appearance in Safari */
  -moz-appearance: none;
  /* Removes default appearance in Firefox */
  appearance: none;
  /* Standard */
  outline: none;
  /* Removes the focus outline */
  box-shadow: none;
  /* Removes the box shadow */
  padding: 16px 10px;
  /* Add padding for better UI */
  background-color: #fff;
  /* Background color */
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 6"><path d="M0 0l5 6 5-6z" fill="%23666"/></svg>');
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 10px;
}

button:focus {
  outline: none !important;
}

header {
  width: 100%;
  background: #f5f1ed;
}

header .top_part {
  width: 100%;
  background-color: #605139;
  padding: 0.6rem 0;
}

header .top_part p {
  text-align: center;
  color: #fff;
  font-family: "Macan";
  font-weight: 400;
  margin-bottom: 0;
}

header .logo_part {
  text-align: center;
  padding: 1.5rem 0;
  border-bottom: 1px solid #444;
}

header .logo_part img {
  width: 18.75rem;
  -o-object-fit: cover;
  object-fit: cover;
}

.sec1 {
  padding: 7rem 0;
}

.sec1 h1 {
  margin-bottom: 1.4rem;
}

.sec1 .row {
  margin-bottom: 2.6875rem;
}

.sec1 .side_img {
  width: 100%;
  max-width: 672px;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.sec1 .price {
  display: flex;
  align-items: center;
  gap: 3rem;
  padding-bottom: 1.2rem;
}

.sec1 .price span {
  font-family: "Macan";
  font-size: 1rem;
  line-height: normal;
}

.sec1 .dsprction {
  padding: 2rem 0;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}

.sec1 .dsprction p {
  line-height: 1.9rem;
}

.sec1 .dsprction p.bld {
  font-family: "Macan-semibold";
  margin-bottom: 1.5rem;
  line-height: normal;
}

.sec1 .dsprction .list {
  margin-top: 1rem;
}

.sec1 .dsprction .list p {
  margin-bottom: 0.7rem;
}

.sec1 .dsprction .list ul {
  padding-left: 0.9rem;
}

.sec1 .dsprction .list ul li {
  margin-bottom: 0.7rem;
  position: relative;
  padding-left: 0.9rem;
}

.sec1 .dsprction .list ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #000;
}

.sec1 .tickt_dtls {
  margin-top: 1.875rem;
}

.sec1 .tickt_dtls .accordian .item {
  margin-bottom: 0.63rem;
}

.sec1 .tickt_dtls .accordian .item:has(.selected) h5::after {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 100%;
  background: #439b2e;
  left: -1px;
  top: 0;
}

.sec1 .tickt_dtls .accordian .item.active h5::before {
  rotate: 180deg;
}

.sec1 .tickt_dtls .accordian .item h5 {
  color: #000;
  font-family: "Macan-regular";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  padding: 0.8125rem;
  margin-bottom: 0;
  border: 1px solid #000;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  position: relative;
  padding-right: 3.63rem;
}

.sec1 .tickt_dtls .accordian .item h5::before {
  content: "";
  position: absolute;
  right: 0.8rem;
  top: 0.8rem;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.sec1 .tickt_dtls .accordian .item h5 span {
  font-family: "Macan-bold";
}

.sec1 .tickt_dtls .accordian .item .content {
  background: #f4eee6;
  display: none;
  padding-top: 20px;
}

.sec1 .tickt_dtls .accordian .item .content .navTav {
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 0;
}

.sec1 .tickt_dtls .accordian .item .content .navTav li {
  width: 33.4%;
  color: #000;
  font-family: Macan;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 0;
  text-align: center;
  border-radius: 0;
  padding: 0.5313rem;
  cursor: pointer;
}

.sec1 .tickt_dtls .accordian .item .content .navTav li.active {
  background-color: #b8a285;
  color: #fff;
}

.sec1 .tickt_dtls .accordian .item .content .navTav li.selected {
  position: relative;
  background-color: #439b2e;
  color: white;
}

.sec1 .tickt_dtls .accordian .item .content .navTav li.selected::before {
  content: "Selected";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -18px;
  transform: translateX(-50%);
  font-size: 11px;
  text-transform: uppercase;
  border: 1px solid #439b2e;
  z-index: 1;
  color: #439b2e;
  padding: 1px 9px;
}

.sec1 .tickt_dtls .accordian .item .content .navTav li span {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
}

.sec1 .tickt_dtls .accordian .item .content .tab_cntnt {
  padding-top: 1.25rem;
}

.sec1 .tickt_dtls .accordian .item .content .tab_cntnt .tab {
  display: block;
}

.sec1 .tickt_dtls .accordian .item .content .tab_cntnt .tab select {
  width: 100%;
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center right 10px;
  padding: 8px 41px 8px 13px;
  background-color: transparent;
  margin-bottom: 20px;
}

.sec1 .tickt_dtls .accordian .item .content .tab_cntnt .csrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
}

.sec1 .tickt_dtls .accordian .item .content .tab_cntnt .csrow .pickers {
  width: 50%;
  border: 1px solid rgba(0, 0, 0, 0.5);
  background: #f4eee7;
}

.sec1 .tickt_dtls .accordian .item .content .tab_cntnt .csrow .pickers input[type=text],
.sec1 .tickt_dtls .accordian .item .content .tab_cntnt .csrow .pickers input[type=time],
.sec1 .tickt_dtls .accordian .item .content .tab_cntnt .csrow .pickers select {
  width: 100%;
  border: none;
  padding: 9px 6.25px;
  background-color: #f4eee7;
}

.sec1 .tickt_dtls .accordian .item .content .tab_cntnt .csrow .pickers select {
  height: 42px;
  padding: 0 6.25px;
  margin: 0;
}

.sec1 .tickt_dtls .accordian .item .content .tab_cntnt .csrow .pickers input[type=text] {
  background: url(../images/date-icon.png) no-repeat center right 10px;
  background-size: 20px;
  position: relative;
}

.sec1 .tickt_dtls .accordian .item .content .tab_cntnt .csrow .pickers input[type=time] {
  background: url(../images/time-icon.png) no-repeat center right 10px;
  background-size: 20px;
  position: relative;
  accent-color: #e27510;
  /* change this to your brand color */
}

.sec1 .tickt_dtls .accordian .item .content .tab_cntnt .csrow .pickers input[type=time]::-webkit-calendar-picker-indicator {
  opacity: 0;
  position: absolute;
  inset: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.sec1 .tickt_dtls .accordian .item .content .tab_cntnt .seatleft {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
  padding-bottom: 20px;
  opacity: 1;
  transition: all 0.3s ease-in-out;
  justify-content: space-between;
}

.sec1 .tickt_dtls .accordian .item .content .tab_cntnt .seatleft.active {
  opacity: 1;
}

.sec1 .tickt_dtls .accordian .item .content .tab_cntnt .seatleft p,
.sec1 .tickt_dtls .accordian .item .content .tab_cntnt .seatleft .cont {
  max-width: calc(100% - 144px);
  text-align: left;
  color: #2e2e2e;
  font-family: Macan;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.sec1 .tickt_dtls .accordian .item .content .tab_cntnt .seatleft .seatcounter {
  display: inline-flex;
  padding: 6px;
  align-items: flex-start;
  gap: 4px;
  background: rgba(194, 109, 0, 0.1);
}

.sec1 .tickt_dtls .accordian .item .content .tab_cntnt .seatleft .seatcounter img {
  width: 20px;
}

.sec1 .tickt_dtls .accordian .item .content .tab_cntnt .seatleft .seatcounter span {
  color: #c26d00;
  font-family: Macan;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.sec1 .tickt_dtls .buy_div {
  margin-top: 2rem;
  border-top: 2px solid #000;
  padding-top: 1.1rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 15px;
}

.sec1 .tickt_dtls .buy_div .slect_dv {
  width: 30%;
}

.sec1 .tickt_dtls .buy_div .slect_dv select {
  width: 100%;
  background-color: transparent;
  font-family: "Macan";
  padding: 10px;
  background-image: url(../images/arrow.png);
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 15px;
}

.sec1 .tickt_dtls .buy_div .cart_add {
  font-family: "Macan";
  width: 100%;
  border: 1px solid #000;
  font-size: 1rem;
  line-height: normal;
  color: #000;
  text-align: center;
  padding: 10px;
}

.sec1 .tickt_dtls .buy_div .buy_btn {
  font-family: "Macan";
  width: 100%;
  background-color: #efe8df;
  font-size: 1rem;
  line-height: normal;
  color: #000;
  text-align: center;
  padding: 10px;
  letter-spacing: 1.6px;
}

section.accordian-sec {
  padding-bottom: 7.6rem;
}

section.accordian-sec h2 {
  font-size: 3.25rem;
  line-height: 1.3;
  font-weight: 400;
  color: #2b2b2b;
  font-family: "Albra";
  margin-bottom: 2.5rem;
}

section.accordian-sec .full {
  max-width: 1200px;
  margin: 0 auto;
}

section.accordian-sec ul li {
  border-top: 1px solid #000;
  padding: 1.375rem 0;
}

section.accordian-sec ul li:last-child {
  border-bottom: 1px solid #000;
}

section.accordian-sec ul li.active h5::after {
  transform: rotate(45deg);
}

section.accordian-sec ul li h5 {
  font-size: 1.125rem;
  line-height: 1.8;
  font-weight: 400;
  color: #4a4a4a;
  margin: 0;
  font-family: "Albra";
  padding-right: 2.5rem;
  position: relative;
  cursor: pointer;
}

section.accordian-sec ul li h5::after {
  content: "+";
  font-family: fontawesome;
  font-size: 1rem;
  position: absolute;
  top: 0;
  right: 0.5rem;
  bottom: 0;
  margin: auto;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}

section.accordian-sec ul li .content {
  display: none;
  margin-top: 1.5rem;
}

section.accordian-sec ul li .content p {
  font-size: 0.875rem;
  line-height: 1.8;
  font-weight: 300;
  color: #4a4a4a;
  margin: 0;
}

footer {
  overflow-x: hidden;
  padding-top: 8.125rem;
  border-top: 1px solid #000;
}

footer img.pabs-img {
  width: 21.95rem;
  height: 27rem;
  position: absolute;
  bottom: 6rem;
  left: -6rem;
  z-index: -1;
}

footer a.logo-wraper {
  display: table;
  width: 95%;
  margin: 0 auto;
}

footer a.logo-wraper img {
  width: 100%;
  height: 12.5rem;
  -o-object-fit: contain;
  object-fit: contain;
}

footer .bottom-text-wraper {
  margin-top: 1.875rem;
  background-color: #605139;
  padding: 0.75rem 0;
}

footer .bottom-text-wraper h6 {
  font-size: 0.8rem;
  color: #ffffff;
  font-family: "Macan";
  margin: 0;
  text-align: center;
}

.datepicker-panel > ul > li.picked,
.datepicker-panel > ul > li.picked:hover {
  color: #c26d00;
}

.datepicker-panel > ul > li.highlighted,
.datepicker-panel > ul > li:hover {
  background-color: rgba(194, 109, 0, 0.2392156863);
}

.datepicker-panel > ul > li.highlighted:hover {
  background-color: rgba(194, 109, 0, 0.4509803922);
}

.form_box {
  margin: 100px 0;
}

select#session_time option:not(:first-child) {
  display: none;
}

.response_box {
  text-align: center;
  margin: 30px 0;
}

.form_box textarea {
  height: 150px;
  resize: none;
}

.alert_box_holder {
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
}

.alert_box_holder:before {
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 1;
}

.alert_box {
  width: 500px;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
}

.alert_box .content {
  padding: 30px;
  background: white;
  border: 1px solid #615039;
}

.alert_box .icon {
  margin-bottom: 15px;
  display: block;
}

.alert_box #response_box {
  color: #5e5e5e;
  margin-bottom: 15px;
}

.alert_box .content button {
  border: 0;
  color: white;
  background: #615039;
  padding: 10px 15px;
  text-transform: capitalize;
}

.alert_box .content button:hover {
  cursor: pointer;
}

.cart_box_holder {
  padding: 100px 0;
  background: #605139;
  margin-bottom: 100px;
}

.cart_box_holder h2 {
  font-size: 3.25rem;
  line-height: 1.3;
  font-weight: 400;
  color: white;
  font-family: "Albra";
  margin-bottom: 2.5rem;
}

.cart_box_holder .line_items {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #8e826f;
}

.cart_bottom {
  margin-bottom: 30px;
}

.cart_bottom .sub_total {
  text-align: right;
  font-size: 30px;
  color: #fff6e8;
  font-family: "Albra";
}

.cart_bottom .sub_total .note {
  display: block;
  font-size: 14px;
  font-family: "Macan";
}

.cart_btn,
.add_btn {
  font-family: "Macan";
  width: 220px;
  border: 1px solid #000;
  font-size: 1rem;
  line-height: normal;
  color: #000;
  text-align: center;
  padding: 10px;
  background: white;
  display: block;
  text-transform: capitalize;
}

.cart_box_holder .line_items .row .item_line {
  padding-bottom: 20px;
  border-bottom: 1px solid #8d826e;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cart_box_holder .line_items .row .item_line .produtc_dec {
  flex: 0 0 60%;
}

.cart_box_holder .line_items .row .item_line .produtc_dec span {
  display: block;
}

.cart_box_holder .line_items .row .item_line .produtc_dec span.name {
  font-size: 22px;
  color: #f4e9d4;
  text-transform: capitalize;
}

.cart_box_holder .line_items .row .item_line .produtc_dec span.topic_names {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.6);
}

.cart_box_holder .line_items .row .item_line .price_box {
  color: #fff6e8;
  font-family: "Albra";
  font-size: 20px;
  display: flex;
  gap: 10px;
  width: 300px;
  justify-content: flex-end;
}

.cart_box_holder .line_items .row .item_line .action button {
  background: none;
  border: 0;
  color: wheat;
}

.cart_box_holder .line_items .row .item_line .price_box:has(.sale_price) span.regular {
  text-decoration: line-through;
}

.cart_box_holder .line_items .row:last-child .item_line {
  border-bottom: 0;
  margin-bottom: 0;
}

.action_button {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.action_button a.cart_btn:hover {
  color: black;
}

.empty_cart_data p {
  color: white;
  font-size: 20px;
}

.cart_box_holder .line_items:has(.empty_cart_data) {
  border-bottom: 0;
}

.cart_box_holder .line_items .row .item_line .price_box .old_price,
.cart_bottom .sub_total .old {
  text-decoration: line-through;
  color: #c4c4c4;
}

.cart_bottom .sub_total .note {
  display: none;
}

.cart_bottom .sub_total:has(.discount) .note {
  display: block;
}

/*# sourceMappingURL=style.css.map */