body {
  font-family: "Poppins", Sans-serif !important;
  box-sizing: content-box;
  overflow-x: hidden;
  overflow-y: auto;
}

@media (min-width:768px){nav.navbar.navbar-expand-lg.navbar-light.bg-white.py-0 {
    padding-inline: 4%;
}}
.lazyload {
  max-width: 100px; /* Small placeholder */
  max-height: 90px;
  object-fit: cover; /* Ensure it covers the area */
  transition: max-width 0.5s ease-in-out, max-height 0.5s ease-in-out;
}
.lazyload-icon {
  height: 50px;
  width: 50px;
}
.lazyload-main:not(.loaded) {
  mix-blend-mode: multiply;
}
.lazyload.loaded {
  max-width: 100%; /* Full size */
  max-height: 100%;
}
.nav-link.active::after {
  height: 3px;
  width: 100%;
  left: 0;
  background-color: #f8f3ef !important;
  z-index: 2;
  content: "";
  bottom: 0;
  display: block;
  transition: 0.3s;
  transition-timing-function: cubic-bezier(0.58, 0.3, 0.005, 1);
}
.nav-link::after {
  inset-inline-start: 100%;
  content: "";
  display: block;
  width: 10px;
}

.nav-link.active::after {
  opacity: 1 !important;
}

.nav-link:hover::after {
  height: 3px;
  width: 100%;
  left: 0;
  background-color: #090333 !important;
  z-index: 2;
  content: "";
  bottom: 0;
  display: block;
  transition: 0.3s;
  transform: scale(1);
  transition-timing-function: cubic-bezier(0.58, 0.3, 0.005, 1);
}
.nav-link {
  color: rgb(0, 0, 0) !important;
  font-size: 18px !important;
}

.nav-link:hover {
  color: #fd6801 !important;
}
.nav-link:not(:hover):after {
  opacity: 0;
}
.nav-item:last-child .btn {
  text-transform: uppercase;
}
.headerbtn1 {
  background-color: #090333 !important;
  font-weight: 500 !important;
  text-transform: uppercase;
  font-style: normal;
  text-decoration: none;
  font-size: 15px !important;
  line-height: 1.3em;
  letter-spacing: 1.53px;
  fill: #ffffff;
  color: #ffffff !important;
  border-style: solid;
  border-width: 0px 0px 0px 0px;
  border-color: #000000 !important;
  border-radius: 20px 20px 20px 20px !important;
  padding: 8px 15px 8px 15px !important;
}
.headerbtn {
  background-color: #090333 !important;
  font-weight: 500 !important;
  text-transform: uppercase;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3em;
  letter-spacing: 1.53px;
  fill: #ffffff;
  color: #ffffff !important;
  border-style: solid;
  border-width: 0px 0px 0px 0px;
  border-color: #000000 !important;
  border-radius: 20px 20px 20px 20px !important;
  padding: 8px 15px 8px 15px !important;
}
.headerbtn:hover,
.first-word,
.color-1 {
  color: #fd6801 !important;
}
.about-text {
  font-size: 16px;
}
.heading-sec {
  font-size: 45px;
  font-weight: 700;
  color: #090333;
}
.about-img {
  border-radius: 10px 10px 10px 10px;
}
.Heading-Title {
  font-size: 50px;
  font-family: "Poppins", Sans-serif !important;
  line-height: 1.4em;
}
.main-title {
  font-size: 18px;
  font-weight: 600;
  color: #090333;
}
.body-text {
  font-weight: 300;
  color: #272727;
}
.body-text1 {
  font-size: 14px;
  font-weight: 400;
  color: #272727;
  font-family: "Lato", Sans-serif !important;
}
.sec4-title {
  font-size: 20px;
  color: #090333;
  font-weight: 700;
}
.sec4-text {
  color: #272727;
  font-size: 15px;
  font-weight: 400;
  font-family: "Lato", Sans-serif !important;
}
#path51 {
  fill: #fff;
}
.round-custom {
  margin: -5px;
}
.left-main-text {
  color: black;
  font-weight: 600;
}

.Heading-sub {
  font-size: 20px;
  font-family: "Lato", Sans-serif !important;
  font-weight: 600;
}
.color-2 {
  color: blue;
}
.sec4-main {
  font-size: 25px;
  font-weight: 600;
  color: #000000;
}

.scratch-section {
  background-image: linear-gradient(116deg, #090333 0%, #1097ff 100%);
}
.btn-custom {
  background-color: transparent;
  font-family: "Poppins", Sans-serif;
  font-size: 20px !important;
  font-weight: 600;
  text-transform: uppercase;
  background-image: radial-gradient(at center center, #fd6801 0%, #c5a218 100%);
  border-radius: 50px !important;
  border: 0 !important;
  padding: 12px 24px !important;
  text-align: left !important;
  line-height: 1 !important;
}
.w-custom-20 {
  width: 19% !important;
}
.round-custom {
  transform: rotate(180deg);
}
.bg-custom-color {
  background-color: #090333;
}
.text-red {
  color: red;
}
.text-orange {
  color: orange;
}
.text-yellow {
  color: yellow;
}
.text-aqua {
  color: aqua;
}
.text-blue {
  color: blue;
}
.text-Lavender {
  color: lavender;
}

.review-item {
  text-align: center;
  padding: 20px;
  position: relative;
  border-radius: 15px;
}

/* Circular Image */
.review-item img {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 15px;
}

/* Review Text */
.review-text {
  font-size: 16px;
  margin-top: 20px;
}

.review-item::before {
  content: "“"; /* Left Quote */
  font-size: 74px;
  color: #1099f7;
  position: absolute;
  left: 10px;
  top: 0;
  line-height: 1;
}

.review-item::after {
  content: "”"; /* Right Quote */
  font-size: 74px;
  color: #1099f7;
  position: absolute;
  right: 10px;
  bottom: 0;
  line-height: 0;
}

/* Reviewer Info */
.review-author {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 0;
  padding-bottom: 0;
}

.review-location {
  /* color: #1099f7; */
  font-size: 24px;
}

.slick-slider {
  display: block !important;
}

.slick-prev {
  left: 25px !important;
  z-index: 999;
}
.slick-next {
  right: 25px !important;
}

.slick-prev::before,
.slick-next::before {
  font-size: 40px !important;
}

/* .slick-slider {
  overflow: hidden;
}

.slick-track {
  display: flex !important;
  width: 100% !important;
  transform: translate3d(0, 0, 0) !important;
}

.slick-slide {
  flex: 0 0 auto;
} */
.banner-title {
  font-size: 30px;
}
.footer {
  background-color: #0b0731;
  /* padding: 50px 0; */
  padding: 80px 200px;
  color: white;
}

.footer li {
  margin-bottom: 10px;
}

.footer-logo img {
  max-width: 180px;
}

.footer h5 {
  color: #ff6a00;
  font-weight: 600;
}

.footer a {
  text-decoration: none;
  color: #fff;
  transition: 0.3s;
}

.footer a:hover {
  color: #ff6a00;
}

.social-icons a {
  display: inline-block;
  font-size: 30px;
  color: #ff6a00;
  margin-right: 10px;
  transition: 0.3s;
}

.social-icons a:hover {
  color: #ff6a00;
}

.footer-bottom {
  background-color: #001c38;
  padding: 15px 0;
  text-align: left;
  color: #ff6a00;
  font-size: 14px;
}

.footer-bottom div {
  /* margin: 0px 200px; */
  text-align: center;
}

.field-input {
  border: none !important;
  border-radius: 0 !important;
  border-bottom: 1px solid #69727d !important;
}

.scratch-section-6 svg {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
}

svg path {
  transition: stroke 0.3s ease, stroke-width 0.3s ease;
}

svg path:hover {
  stroke: #a9a8a8; /* Or any highlight color */
  stroke-width: 2; /* Slightly thicker on hover */
}

.ticket-card {
  background-color: #0a0430;
  color: white;
  border-radius: 25px;
  padding: 40px;
  margin: 40px auto;
  max-width: 1200px;
  font-family: "Poppins", sans-serif;
}

.state-heading {
  font-size: 40px;
  margin-bottom: 30px;
}

.ticket-row {
  display: grid;
  grid-template-columns: 3fr 1fr 1fr 1fr 1fr;
  align-items: center;
  gap: 20px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.ticket-row-1 {
  display: grid;
  grid-template-columns: 3fr 1fr 1fr 1fr 1fr 1fr;
  align-items: center;
  gap: 20px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.ticket-header,
.ticket-header-1 {
  font-weight: bold;
  background-color: #dceefb;
  color: #0a0430;
  padding: 15px 10px;
  border-radius: 10px;
}

.ticket-link {
  color: #ff784f;
  text-decoration: none;
}

.ticket-link:hover {
  text-decoration: underline;
}

.ticket-img {
  width: 80px;
  border-radius: 8px;
}

#tickets-section {
  margin-bottom: 100px;
  scroll-margin-top: 100px; /* adjust depending on your header height */
}

#stateDropdown {
  padding: 15px;
  margin-top: 30px;
}

.sec4-text {
  font-size: 16px;
}
.ticket-thumbnail {
  width: 40px;
  height: auto;
  margin-right: 8px;
  vertical-align: middle;
}

.ticket-card {
  background-color: #0a0430;
  color: white;
  border-radius: 25px;
  padding: 40px;
  margin: 40px auto;
  max-width: 1200px;
  font-family: "Poppins", sans-serif;
  overflow: hidden; /* hides horizontal overflow */
}

.ticket-scroll-wrapper {
  overflow-x: auto;
  width: 100%;
}

.ticket-scroll-content {
  /* min-width: 700px; */
  display: flex;
  flex-direction: column;
}

.ticket-row,
.ticket-header {
  display: grid;
  grid-template-columns: 3fr 1fr 1fr 1fr 1fr;
  gap: 20px;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.ticket-header {
  font-weight: bold;
  background-color: #dceefb;
  color: #0a0430;
  padding: 15px 10px;
  border-radius: 10px;
}

.ticket-link {
  color: #ff784f;
  text-decoration: none;
}

.ticket-link:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .ticket-card {
    padding: 20px;
    margin: 20px 10px;
    overflow-x: scroll;
  }

  .ticket-row,
  .ticket-header,
  .ticket-row-1,
  .ticket-header-1 {
    font-size: 14px;
    width: -webkit-fill-available;
    margin-right: 20px;
  }

  .ticket-scroll-content {
    min-width: 700px;
    /* width: max-content; */
  }
}

div#tickets-container {
    max-width: 1200px;
    margin-inline: auto;
}select#stateDropdown {
    background: #090333;
    color: #fff;
    border: 2px solid #FD6801;
    border-radius: 30px;
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 600;
}.social-icons {
    text-align: start;
}.footer p {
  
    text-align: start;
}.footer h5 {

    text-align: start;
}.footer {

    padding: 60px 0px !important;
    padding-bottom: 30px !important;
    
}p.footer-age-note.mt-4.mb-0 {
    font-size: 14px;
}.footer-bottom p {
    font-size: 12px !important;
}
footer .mb-5 {
    margin-bottom: 0rem!important;
}@media (max-width:450px){
   img.lazyload.img-fluid.loaded {
    max-width: 200px !important;
}
}
.footer {
    padding: 60px 0px !important;
    padding-bottom: 30px !important;
}