/* Base style */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");
body {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  color: #555555;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Poppins", sans-serif;
}

ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none !important;
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

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

.btn,
.btn:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0);
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0);
}

button:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.form-control:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
}
.btn-black {
  height: 50px;
  border-radius: 5px;
  background: #222222;
  padding: 8px 20px;
}
.btn-small {
  min-width: 160px;
}
.btn-large {
  min-width: 303px;
}
.primary-header {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 18px 0;
}
.profile img {
  margin-right: 15px;
}
.event-banner img {
  height: 490px;
  width: 100%;
  object-fit: fill;
  border-radius: 5px;
  border: 0px solid #fff;
}
.section-padding {
  padding: 60px 0;
}
.event-banner .card-title {
  background: #78ca56;
  padding: 6px 14px;
  border-radius: 5px;
  display: inline;
  font-size: 16px;
}
.event-banner .card-img-overlay {
  padding: 30px;
}
.main-heading {
  font-size: 35px;
  color: #222222;
  font-weight: 600;
}
.date-picker i {
  color: #37b662;
  margin-right: 15px;
}
.date-picker {
  margin-bottom: 45px;
}
.tab-section a {
  color: #222222;
  font-size: 18px;
  font-weight: 600;
}
.tab-section .active a {
  border-bottom: 5px solid #37b662;
  padding-bottom: 15px;
}
.tab-section {
  padding-bottom: 15px;
  padding-top: 10px;
}
.tab-section li:not(:last-child) {
  margin-right: 60px !important;
}
.sticky-tab {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 3;
}
.sticky-tab ul {
  width: 100%;
}
.small-heading {
  font-size: 35px;
  color: #222222;
  font-weight: 500;
}
.ticket-status span {
  height: 25px;
  width: 25px;
  border-radius: 50%;
  display: inline-block;
  background-color: #222222;
  margin-right: 15px;
}
.status-container li:not(:last-child) {
  margin-right: 120px;
}
.available-status span {
  background-color: #0e55a7;
}
.available-status {
  color: #0e55a7;
}
.in-cart-status span {
  background-color: #37b662;
  flex-shrink: 0;
}
.in-cart-status {
  color: #37b662;
}
.booked-status span {
  background-color: #e5110c;
}
.booked-status {
  color: #e5110c;
}
.second-main-heading {
  font-size: 16px;
  color: #222222;
  font-weight: 500;
}
.ticket-slot-booking {
    font-size: 20px;
  }
.seat-selection span {
  color: #222222;
  font-size: 25px;
  font-weight: 500;
  width: 20px;
  flex-shrink: 0;
  text-align: center;
}
.seat-selection .seat-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 90px;
}
.screen-img {
  margin-bottom: 100px;
}
.seat-area {
    /*display: flex;*/
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 5px;
}
.visible-hidden {
  visibility: hidden;
}
.seat-area li img {
  margin: 0;
  width: 50px;
}
.seat-area li.screen-img img {
  margin: 0;
  width: 100%;
}
.second-row {
  margin-bottom: 80px;
}
.map-section iframe {
  height: 450px;
  width: 100%;
}
/* ---------------------------popover-start-------------------- */
.popover-header {
  background-color: #eeeeee;
  border-bottom: 1px solid #eeeeee;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  /* border-radius: 12px; */
  text-align: center;
  color: #222;
  font-size: 22px;
  font-weight: 600;
}
.popover {
  border-radius: 12px;
  border: none;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15);
}
.popover-body {
  padding: 16px 65px;
  color: #222222;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}
.popover-header {
  padding: 10px 60px;
}
.seat-num p {
  font-size: 24px;
  font-weight: 600;
}
.seat-num .btn-pop-hover {
  min-width: 125px;
  height: 35px;
  background: #37b662;
  border-radius: 5px;
  border: none;
  color: #fff;
  font-size: 16px;
}
.seat-selection.a-row {
  margin-bottom: 150px;
}
.ticket-table-bg img {
  border-radius: 20px;
  /* height: 528px;
  object-fit: cover;
  width: 100%; */
  min-height: 524px;
}
.tickets-table {
  /* position: relative; */
}
.overlay {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: #37b662c2;
  border-radius: 20px;
}
.billing-table {
  width: 100%;
  padding: 60px;
  background: url(../images/bg.png) no-repeat;
  min-height: 100px;
  background-size: cover;
  position: relative;
  border-radius: 20px;
}
.overlay{
  position: absolute;
  top: 0%;
  bottom: 0%;
  background: #37b662b8;
  width: 100%;
  left: 0;

}
.billing-table .table {
  color: #fff;
}
.billing-table .table-top th {
  color: #fff;
  width: 40%;
  font-size: 27px;
  font-weight: 400;
  padding: 25px 0;
}
.billing-table tbody td {
  border-bottom: 0;
  padding: 0;
}
.table-value {
  padding-bottom: 30px !important;
  font-size: 32px;
  font-weight: 500;
}
.table-top th:not(:first-child) {
  /* padding-left: 292px !important; */
}
.billing-table th:last-child {
  text-align: end;
}
.billing-table tbody .table-value:last-child {
  text-align: end;
}
.total-section td {
  font-size: 27px;
  padding-top: 25px !important;
}
.total-section .total-amount {
  font-size: 35px;
  text-align: end;
}
.bottom-btn {
  text-align: end;
}
.bottom-btn .btn {
  font-size: 22px;
}
.billing-table .table {
  margin-bottom: 55px;
}
.billing-detail {
  margin-bottom: 118px;
}
.billing-detail::before{
  background: #37b662;
  height: 100%;
  width: 100%;
}
.sponser-Carousel {
  margin-bottom: 30px;
}
.map-section {
  width: 100%;
}
.other-event {
  background: #f7f7f7;
}
.other-event .second-main-heading {
  margin-bottom: 50px;
  padding-top: 100px;
}
.event-info {
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.15);
}
.event-heading {
  font-size: 22px;
  font-weight: 600;
  color: #222222;
}
.event-info i {
  color: #2fc179;
  margin-right: 5px;
  position: relative;
  border-radius: 5px;
  border: none;

}
.event-info .choose-date {
  display: block;
}
.event-info .choose-location i {
  color: #aaa;
  margin-right: 5px;
}
.choose-date {
  color: #756767;
  font-size: 15px;
}
.choose-location {
  font-size: 16px;
  color: #756767;
}
.event-info .card-body {
  padding: 0;
}
.event-price {
  position: absolute;
  background: linear-gradient(to right, #37b662, #88c541);
  padding: 6px 15px;
  border-radius: 4px;
  top: 19px;
  left: 19px;
}
.event-price-details {
  color: #ffffff;
}
.event-info img {
  height: 300px;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
.card-body-bottom {
  padding: 13px 25px;
  width: 100%;
}
.card-body-top {
  width: 100%;
  min-height: 140px;
  padding: 25px;
}
.card-body-top .event-heading {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#event-date .owl-nav button {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: linear-gradient(to right, #37b662, #88c541);
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}
#event-date .owl-nav {
  margin-top: 20px;
  padding-bottom: 100px;
}
#event-date .owl-prev i {
  color: #fff;
}
#event-date .owl-next i {
  color: #fff;
}
.footer-bg {
  background: #000000 url(../images/footer-bg.png) repeat top right;
  padding-top: 70px;
  /* padding-bottom: 70px; */
  /* background-image:; */
}
.footer-ph i {
  color: #fff;
  margin-right: 10px;
}
.footer-contact .list-inline-item:not(:last-child) {
  margin-right: 80px;
}
.footer-contact i {
  margin-right: 10px;
}
.footer-contact a {
  color: #fff;
  margin-bottom: 60px;
}
.footer-ph {
  /* border-bottom: 1px solid #fff; */
  /* margin-bottom: 60px; */
  padding-bottom: 60px;
}
.secondary-footer {
  padding: 50px 0;
}
.footer-contact li a:hover {
  color: #2fc179;
}
.primary-footer .social-icon i:hover {
  color: #2fc179;
}

#sponser-logo .owl-dots {
  margin-top: 50px;
}
#sponser-logo .owl-dot span {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background: #eee;
}
#sponser-logo .owl-dot.active span {
  background: #222;
}
#event-date .owl-stage-outer {
  padding-bottom: 30px;
}
.secondary-footer a:hover {
  color: #2fc179 !important ;
}
/* #Progress
================================================== */
.progress-wrap {
    position: fixed;
    right: 40px;
    bottom: 40px;
    height: 35px;
    width: 35px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0px rgb(170 170 170 / 0.37);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.progress-wrap::after {
  position: absolute;
  font-family: "FontAwesome";
  content: "\f106";
  text-align: center;
  line-height: 46px;
  font-size: 20px;
  /* ---arrow color changes-- */
  color: #37b662;
  /* ---arrow color changes-- */
  left: -5px;
  top: -5px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.progress-wrap:hover::after {
  opacity: 1;
}
.progress-wrap::before {
  position: absolute;
  font-family: "unicons";
  content: "\e84b";
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  opacity: 0;
  background-image: linear-gradient(298deg, var(--red), var(--yellow));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 2;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.progress-wrap:hover::before {
  opacity: 1;
}
.progress-wrap svg path {
  fill: none;
}
.progress-wrap svg.progress-circle path {
  stroke: #37b662;
  stroke-width: 4;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.switch,
.circle {
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}

.circle {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -5px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--black-blue-light-3);
  box-shadow: 0 4px 4px rgba(26, 53, 71, 0.25), 0 0 0 1px rgba(26, 53, 71, 0.07);
  animation: border-transform 10s linear infinite alternate forwards;
}
.circle:hover {
  box-shadow: 0 8px 8px rgba(26, 53, 71, 0.25), 0 0 0 1px rgba(26, 53, 71, 0.07);
}
/* ------changes---------- */
.circle:before {
  position: absolute;
  font-family: "unicons";
  content: "\eac1";
  top: 0;
  left: 0;
  z-index: 2;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  width: 100%;
  height: 40px;
  opacity: 1;
  color: var(--grey);
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.circle:after {
  position: absolute;
  font-family: "unicons";
  content: "\eb8f";
  top: 0;
  left: 0;
  z-index: 2;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  width: 100%;
  height: 40px;
  color: var(--yellow);
  opacity: 0;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
/* ------changes---------- */

/* -------------progress end-------- */

/* ------------------------check out start----------- */
.check-out {
  background: #f7f7f7;
}
.check-out .check-out-heading {
  color: #37b662;
}
.check-out .form-section {
  padding: 50px;
  background: #fff;
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.07);
}
.form-section .form-heading {
  color: #222222;
  font-size: 18px;
  font-weight: 600;
}
.form-field {
  height: 54px;
}
.form-section .form-label {
  color: #919191;
  font-size: 16px;
  font-weight: 500;
}
.form-section .form-heading {
  color: #222222;
  font-size: 18px;
  font-weight: 600;
  padding: 0;
}
.form-section .form-heading {
  color: #222222;
  font-size: 18px;
  font-weight: 600;
  padding: 0;
}
.form-section .form-check-input {
  margin-top: 8px;
}
.form-section .small {
  color: #919191;
  font-size: 14px;
  /* font-weight: 500; */
}
.form-section .very-small {
  color: #222222;
  font-size: 14px;
}
.form-section .bottom-btn .btn-green {
  background: #37b662;
  height: 67px;
}
.form-section .bottom-btn {
  text-align: center;
}
.form-section .bottom-btn .btn-green:hover {
  background: #222;
}

.check-out .event-info .main-heading {
  font-size: 25px;
  font-weight: 700;
}
.check-out .form-event {
  padding: 25px;
}
.check-out .date-picker .choose-date i {
  font-size: 19px;
  margin-right: 10px;
}
.check-out .date-picker .choose-date {
  font-size: 16px;
}
.check-out .card {
  border-radius: 15px;
  margin-bottom: 45px;
}
.check-out .event-info img {
  height: 232px;
  object-fit: cover;
  object-position: center;
  width: 100%;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.order-summary {
  padding: 20px 25px 30px 25px;
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.07);
  background: #fff;
  border-radius: 15px;
  margin-bottom: 40px;
}
.order-summary .main-heading {
  font-size: 25px;
  font-weight: 700;
}
.order-summary .small-heading {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 0;
}
.order-summary .price-small-heading {
  font-size: 17px;
  font-weight: 700;
  color: #555555;
}
.seat-detail i {
  color: #e5110c;
  cursor: pointer;
}
.order-summary .seat-number {
  border: 1px solid #4caf50;
  padding: 0px 10px;
  width: 70px;
  margin-right: 10px;
  border-radius: 4px;
  margin-bottom: 5px;
}
.seat-number .number {
  color: #222222;
  font-size: 16px;
}
.order-summary .card-details {
  width: 60%;
  border-radius: 5px;
  margin-right: 10px;
}
.card-details .card-number {
  color: #222;
  font-size: 16px;
  font-weight: 600;
}
.payment-section .btn {
  min-width: 130px;
  background: #37b662;
}
.payment-section .btn:hover {
  background: #222;
}
.event-btn .btn {
  background: #37b662;
  width: 300px;
  min-height: 67px;
  font-size: 22px;
}
.price .total-amount {
  font-size: 25px !important;
}
.order-summary .border-bottom {
  border-bottom: 1px solid #dfdfdf;
}
.form-section .form-field:focus {
  border-color: #37b662;
}
.card-details .form-field {
  height: 54px;
}
.form-field:focus {
  border-color: #37b662;
}
.payment-section .form-field {
  margin-right: 10px;
}
.check-out .date-picker .choose-date {
  display: flex;
  align-items: baseline;
}
.payment-section .form-field {
  color: #222;
  font-weight: 600;
}
#floatingTextarea {
  height: 70px;
}
.form-check .form-check-label {
  color: #919191;
}
.sponser {
  padding: 40px 0 0px 0px;
}
.sponser .sponser-Carousel {
  margin-bottom: 40px;
}
/* ----------------------------------successful page------------------------ */
.thank-you {
  background-image: url(../images/bg-1.png), url(../images/bg-2.png);
  background-position: top right, bottom left;
  background-repeat: no-repeat;
  padding: 100px 0;
}
.successfil-image i {
  font-size: 100px;
  color: #37b662;
}
.successfull-ticket {
  font-size: 92px;
  color: #222222;
}
.thank-you .thank-you-content {
  font-size: 16px;
  font-weight: 700;
  text-align: left;
}
.thank-you .billing-table tbody .table-value:last-child {
  text-align: start;
}
.thank-you .billing-table th:last-child {
  text-align: start;
}
.thank-you .billing-detail {
  width: 70%;
}
.thank-you .ticket-table-bg img {
  border-radius: 20px;
  height: 293px;
  object-fit: cover;
  width: 100%;
}
.thank-you .billing-table {
  /* position: absolute;
  top: 0;
  z-index: 2;
  width: 100%; */
  padding: 20px 50px;
}
.btn-final {
  min-width: 160px;
  height: 50px;
  border-radius: 5px;
}
.btn-download {
  background: #37b662;
  margin-right: 20px;
}
.btn-download:hover {
  background: #222;
}

@keyframes glowing {
  0% {
    background-color: #2ba805;
    box-shadow: 0 0 5px #2ba805;
  }
  50% {
    background-color: #49e819;
    box-shadow: 0 0 20px #49e819;
  }
  100% {
    background-color: #2ba805;
    box-shadow: 0 0 5px #2ba805;
  }
}
.btn-download-glow {
  animation: glowing 1300ms infinite;
  margin-bottom:2%;
}

.btn-print {
  background: #222222;
}
.btn-print:hover {
  background: #37b662;
}
.thank-you .billing-table .table-top th {
  color: #fff;
  width: 70%;
  font-size: 27px;
  font-weight: 400;
  padding-bottom: 25px;
}
/* ---------------pop-up-form-------------- */
.login-img {
  flex-shrink: 0;
  width: 400px;
  height: auto;
}
.login-img img {
  height: 100%;
}
.madal-pop-up-form {
  max-width: 900px;
}
.madal-pop-up-form .modal-title {
  font-size: 30px;
  font-weight: 600;
  color: #222222;
}
.madal-pop-up-form .modal-header {
  background: #f7f7f7;
  border-bottom: 0;
  padding: 16px 30px;
}
.madal-pop-up-form .modal-content {
  border-radius: 6px;
}
.log-in-register-form {
  padding: 40px 30px;
}
.log-in-register-form .form-label {
  color: #919191;
  font-size: 16px;
  font-weight: 500;
}
.forgot-password a {
  color: #919191;
}
.btn-submit {
  width: 160px;
  height: 50px;
}
.btn-submit:hover {
  background: #222;
}
.btn-green:hover {
  background: #222;
}

.new-user,
.new-user a {
  font-size: 16px;
  color: #919191;
  font-weight: 600;
}
.create-account,
.create-account a {
  font-size: 16px;
  font-weight: 600;
  color: #37b662;
}
.form-check .form-check-input {
  margin-top: 7px;
}
.log-in-register-form .form-check .form-check-input:checked {
  background-color: #37b662;
  border-color: #37b662;
}
.login-form .overlay {
  background-color: #0000004d;
  border-radius: 3px 0 0 3px;
}
.regiter-form {
  max-width: 1028px;
}
.madal-pop-up-form .btn-close {
  opacity: 1;
}
.forgot-password a:hover {
  color: #37b662;
}
.create-account a:hover {
  color: #222;
}
/* -------------------------register page----------------- */
.edit-profile-img img {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  border: 3px solid #37b662;
  margin-right: 10px;
}
.profile .user-name {
  font-size: 18px;
  color: #222;
}
.profile .dropdown-menu {
  margin-top: 34px !important;
  border-radius: 7px;
  border: 1px solid #e3e3e3;
  min-width: 215px;
}
.profile .dropdown-item {
  font-size: 16px;
  padding: 15px 15px;
  color: #222;
}
.dropdown-menu i {
  margin-right: 15px;
  font-size: 18px;
}
.profile .text-truncate {
  max-width: 200px;
}
.dropdown-menu li:not(:last-child) {
  border-bottom: 1px solid #e3e3e3;
}
.profile .dropdown-toggle {
  margin-bottom: 25px;
}
.edit-profile {
  border-radius: 15px;
  background: #fff;
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.07);
  padding-bottom: 15px;
  min-height: 100%;
}
.profile-image img {
  height: 117px;
  width: 117px;
  border-radius: 50%;
  flex-shrink: 0;
}
.user-name {
  font-size: 25px;
  font-weight: 600;
  color: #222;
}
.profile-detail a i {
  font-size: 19px;
  color: #222;
  margin-right: 15px;
}
.profile-detail a {
  color: #222;
  font-size: 16px;
}
.profile-detail li {
  padding: 15px 25px;
  border-left: 3px solid transparent;
}
.profile-detail li:hover,
.profile-detail li:active {
  background: #f7f7f7;
  border-left: 3px solid #37b662;
  transition: all 300ms;
}
.edit-icon {
  height: 21px;
  width: 21px;
  border-radius: 50%;
  background: #37b662;
  bottom: 0;
  right: 91px;
}
.edit-icon i {
  color: #fff;
  font-size: 9px;
}
.edit-form {
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.07);
  padding: 50px;
  background: #fff;
  border-radius: 15px;
}
.dropdown-item:focus,
.dropdown-item:hover {
  color: #222;
  background-color: #f7f7f7;
}
.profile .dropdown-toggle::after {
  border-top-color: #aaa;
}
.edit-name {
  font-size: 25px;
  font-weight: 600;
  color: #222;
}
.profile .text-truncate {
  max-width: 150px;
  display: inline-flex !important;
}
/* ---------------------------my ticket-------------------- */
.ticket-table {
  border: 1px solid #dfdfdf;
}
.ticket-table thead {
  background: #f7f7f7;
}
.ticket-table thead th {
  font-size: 15px;
  font-weight: 500;
}
.ticket-table tbody {
  border-top: 0;
}
.table > :not(:first-child) {
  border-top: 0;
}
.ticket-table tr th,
.ticket-table tbody tr td {
  padding: 20px 25px;
}
.green-text {
  color: #37b662;
}
.btn-blue {
  background: #0e55a7;
}
.invoice-btn {
  background: #222222;
}
.ticket-btn i {
  color: #fff;
}
.ticket-btn .btn {
  border-radius: 6px;
  width: 31px;
  height: 31px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.ticket-table th {
  text-transform: uppercase;
}
.ticket-table .event-name {
  width: 29%;
}
.ticket-table .event-date {
  width: 19%;
}
.ticket-table .price {
  width: 12%;
}
.ticket-table .stadus {
  width: 21%;
}
.page-link:focus {
    z-index: 3;
    color: #0a58ca;
    background-color: #aaa;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.page-link:focus {
  z-index: 3;
  color: #fff;
  background-color: #e9ecef;
  outline: 0;
  box-shadow: none;
  font-weight: 800;
}
.page-link {
  font-size: 16px;
  color: #222;
  line-height: 31px;
}
.next-page .page-item {
  margin: 0 5px;
}
.next-page .page-link {
  border-radius: 6px !important;
  border: 1px solid transparent !important;
  height: 31px;
  width: 31px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  color: #222;
}
.next-page .page-link:hover {
  z-index: 2;
  color: #fff;
  background-color: #aaa;
}
.next-page .page-link.previous,
.next-page .page-link.next {
  border: 1px solid #aaa !important;
  color: #aaaaaa;
}
.next-page .page-link.previous i:hover .next-page .page-link.next i:hover {
  color: #222;
}
.next-page .page-item .previous:hover i,
.next-page .page-item .next:hover i {
  color: #222;
}
.page-item.active .page-link {
  background: #aaaaaa;
}
.admin-header {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 18px 0;
}
.admin-header .logo img {
  width: 110px;
}
.next-page .page-link:focus {
  background: transparent;
  font-weight: normal;
  color: #222;
}
.my-ticket {
  background: #f7f7f7;
}
.register {
  background: #f7f7f7;
}
.profile-detail li {
  border-bottom: 1px solid #e3e3e3;
}
.edit-profile .user-img{
  padding: 50px 20px 20px 25px;
}
/* --------------landing-page start------------- */
.landing-page{
  background-image: url(../images/bg-3.png);
  background-repeat: no-repeat;
  background-position: top right;
  position: relative;
}
.landing-page .overlay{
  position: absolute;
  top: 0%;
  bottom: 0%;
  background: #000;
  width: 100%;
  left: 0;
   border-radius: 0;
   z-index: -1;
}
.contact-form{
    background: #fff;
    padding: 30px;
    border-radius: 15px;
}
.landing-page .bottom-btn .btn{
min-width: 200px;
}
.landing-page .inner-landing{
  padding-left: 65px;
}
.landing-page .inner-landing .main-heading{
  color: #37b662 !important;
}
.logo img{
  width: 150px;
}
/* -------------order detail start----------- */
.order-inner-page{
  padding: 30px;
}
.order-inner-page .choose-date{
  display: block;
  line-height: 21px;
  padding-bottom: 15px;
}
.order-detail table th {
	padding: 16px 18px;
  background: #f5f5f5;
}
.order-detail p span{
  color: #37b662;
}
.order-detail p {
	margin-bottom: 0;
	font-weight: 500;
}
.order-detail td{
  padding: 16px 18px;
}
.order-detail .order-detail-name{
  width: 60%;
}
.order-detail .order-detail-quantity{
  width: 20%;
  text-align: end;
}
.order-detail .order-detail-price{
  width: 20%;
  text-align: end;
}
.total-amount {
	font-size: 28px;
	text-align: end;
}
.detail-btn .btn {
	min-width: 120px;
	height: 55px;
	/* margin-right: 15px; */
}
.detail-btn .btn{
  background: #37b662;
}
.detail-btn .btn-print{
  background: #b1b1b1;
}
.detail-btn .btn-back{
  background: #3b3b3b;
}
.detail-btn i{
  margin-right: 15px;
}
.order-detail-page img{
  height: 232px;
object-fit: cover;
object-position: center;
width: 100%;
border-top-left-radius: 15px;
border-top-right-radius: 15px;
}
.order-detail .card{
  border-radius: 15px;
}
.search-bar{
  width: 60%;
  margin-left: auto;
}

.header-search .btn-outline-secondary:hover {
	color: #fff;
	background-color: #37b662;
	border-color: #37b662;
}
.header-search .form-control {
	color: #383838;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #b3b3b3;
}
.header-search .btn-outline-secondary {
	color: #fff;
	border-color: #37b662;
}
.search-bar-icon {
  /* background: #2fc179; */
  border-radius: 5px;
}
.search-icon-btn i{
  color: #fff;
}
.top-search{
  background: #37b662;
}
.order-detail-list{
  /* width: 50%; */
  text-align: start;
}
/* table tbody tr:nth-last-child(-n+2) td {
border: 0;
} */

/* --------------landing-page end------------- */
@media print {


}

.home-content h1,h2,h3,h4{
    color: #37b662;
    font-size: 35px;
    font-weight: 600;
}

.home-content p{
    color: #ffffff;
}

.closed-event {
    color: red;
}



/* ---------quantity add start----------- */
.quantity form {
	/* width: 300px;
	margin: 0 auto;
	text-align: center; */
	/* padding-top: 50px; */
	display: flex;
  justify-content: center;
}

.value-button {
	display: inline-block;
	/* border: 1px solid #ddd; */
	margin: 0px;
	width: 50px;
	height: 45px;
	text-align: center;
	vertical-align: middle;
	padding: 11px 0;
	background: #222;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.value-button:hover {
  cursor: pointer;
}

.quantity form #decrease {
  margin-right: -4px;
  border-radius: 8px 0 0 8px;
  font-size: 30px;
	color: #fff;
	text-align: center;
}

.quantity form #increase {
	margin-left: -4px;
	border-radius: 0 8px 8px 0;
	font-size: 30px;
	color: #fff;
	text-align: center;
}

.quantityform #input-wrap {
  margin: 0px;
  padding: 0px;
}

input#number {
  text-align: center;
  border: none;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin: 0px;
  width: 60px;
  height: 45px;
  font-size: 18px;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
.value-button:active{
  background: #37b662;
}
.quantity input:focus-visible{
  outline: none;
}
/* ---------quantity add end----------- */

/*-------------- check out quantity start------------ */

.order-summary form{
  padding: 0;
}

/*-------------- check out quantity start------------ */

/* form accordion start */
.form-accordion{
  margin-bottom: 25px;
}
.form-accordion .accordion-item{
  border: 0;
}
.form-accordion .accordion-button{
  color: #ffffff;
  background-color: #37b662;
  border-radius: 4px !important;
  box-shadow: none;
  font-size: 18px;
  font-weight: 500;
  padding: 15px 15px;
}
.accordion-button::after{
  filter: brightness(0) invert(1);
}
.form-accordion .accordion-body{
  padding: 25px 25px;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  margin-top: 25px;
}
.form-accordion .accordion-body .form-heading{
  margin-bottom: 15px;
}
.form-accordion .accordion-body .row:not(:last-child){
  margin-bottom: 25px;
}
/* form accordion end */
/* -----------client landing page--------- */
.client-landing-page{
  background: none;
}
.client-logo img {
	width: 80px !important;

}
.banner-img img {
	width: 40%;
}
.banner-img {
	margin-top: 70px;
}
.client-landing-page p{
  font-size: 22px;
  text-align: center;
  color: #777;
  margin-bottom: 70px;
}
.client-landing-page .second-main-heading {
	font-size: 50px;
	padding-top: 50px;
}
/* .client-event-img img{
  width: 100%;
  object-fit: cover;
} */
.client-event-img .card-text{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.client-landing-page-btn{
  padding-bottom: 100px;
}
/* banner-card-section */
.banner-card-img .card-title{
  background: #78ca56;
padding: 6px 14px;
border-radius: 5px;
display: inline;
font-size: 16px;
color: #fff;
}
.banner-card-img .event-info img {
	height: auto;
	object-fit: cover;
	object-position: center;
	width: 100%;
}
/* --css change --- */
.client-event-img img {
	width: auto;
	height: auto;
	max-height: 200px;
	display: flex;
	object-fit: contain;
	object-position: top;
}
.img-height{
    min-height: 200px;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .screen-wrapper{
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: auto;
    gap: 10px;
  }
  .screen-wrapper > div:first-child {
    margin-left: auto;
  }
  .screen-wrapper > div:last-child {
    margin-right: auto;
  }
