body {
  background-color: #000000;
  font-family: "indivisible", sans-serif !important;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased !important;
  text-rendering: optimizeLegibility;
  margin-bottom: 0;
}
#primary {
  margin: 0;
}

a,
a:hover,
a:visited,
a:focus {
  text-decoration: none !important;
  outline: none !important;
  color: #000000;
}
table {
  border: 0 !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: "ivypresto-display", sans-serif !important;
  color: #fff !important;
}
.font-indivisible {
  font-family: "ivypresto-display", sans-serif !important;
}

p {
  color: #fff;
  font-family: "indivisible", sans-serif !important;
  margin-bottom: 0 !important;
}

input[type="submit"]:focus,
input[type="text"],
input[type="submit"],
textarea {
  font-family: "indivisible", sans-serif !important;
}
ul,
li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

::marker {
  display: none;
}

.flex {
  display: flex;
}

.item-center {
  align-items: center;
}

img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.container {
  max-width: 1312px;
  padding: 0 16px;
  width: 100%;
}
.justify-between {
  justify-content: space-between;
}
.justify-center {
  justify-content: center;
}
.relative {
  position: relative;
}
.w-full {
  width: 100%;
}
.absolute {
  position: absolute;
}
.flex-col {
  flex-direction: column;
}
.text-center {
  text-align: center;
}
/* Header styles */
.site-header {
  border-bottom: 1.5px solid #1d1d1d;
}
.nav-list {
  gap: 0 39px;
}
.site-nav-list {
  padding-left: 165px;
}
.site-nav-list li {
  padding: 20px 0;
}
.site-nav-list li a {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: -0.15px;
  transition: all 0.4s ease-in-out;
}
.site-nav-list li:hover > a,
.menu-item-has-children .sub-menu li:hover > a {
  color: #ff001b;
}
.contact-menu-list {
  gap: 0 16px;
}
.contact-menu-list li a {
  border-radius: 8px;
  background: #373737;
  padding: 8px 12px;
  color: #fff;
  font-family: Indivisible;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.15px;
  transition: all 0.4s ease-in-out;
  line-height: normal;
}

.contact-menu-list li:last-child a {
  background: #ff001b;
}
.contact-menu-list li {
  transition: all 0.4s ease-in-out;
  display: flex;
}
.contact-menu-list li:hover {
  transform: translateY(-2px);
}
.site-logo {
  top: 19px;
  max-width: 105px;
}
.site-logo figure {
  max-width: 105px;
  height: 59px;
  z-index: 2;
}

.bg-banner {
  min-width: 137px;
  height: 24px;
  background-color: #000000;
  z-index: 1;
  bottom: 0;
  left: -13px;
}

.sub-menu {
  height: 0;
  opacity: 0;
  visibility: hidden;

  transform: translateY(10px);
}
.menu-item-has-children {
  position: relative;
}

.menu-item-has-children:hover .sub-menu {
  height: auto;
  opacity: 1;
  transform: translateY(0);
  transition: all 0.4s ease-in-out;
  visibility: visible;
}
.menu-item-has-children .sub-menu li > a {
  color: #c9c5c5;
}

.menu-item-has-children .sub-menu .sub-menu .menu-link {
  padding-bottom: 1rem;
}

.menu-item-has-children .sub-menu .sub-menu li:last-child {
  margin-bottom: 0;
}
.menu-item-has-children .sub-menu li,
.menu-item-has-children .sub-menu .sub-menu {
  padding: 0;
}
.menu-item-has-children .sub-menu {
  position: absolute;
  top: 67px;
  left: -100px;
  padding: 0;
  border-radius: 8px;
  z-index: 1;
  width: 800px;
  padding: 24px 36px;
  margin: 0;
  display: flex;
  justify-content: space-between;
  gap: 16px 0;
  background-color: #000000;
}
.menu-item-has-children .sub-menu .sub-menu {
  position: relative;
  flex-direction: column;
  width: auto;
  top: 0;
  margin-top: 1.25rem;
  left: 0;
  gap: 16px 0;
  height: auto;
  opacity: 1;
  transform: translateY(0);
  transition: none;
}
.ticketing-menu .sub-menu,
.discover-more-menu .sub-menu {
  width: 300px;
  flex-direction: column;
  gap: 16px 0;
}
.menu-item-has-children .sub-menu .high-light-menu > a {
  font-weight: 600;
}
/* Footer styles */
.footer-container {
  border-radius: 24px 24px 0px 0px;
  background: linear-gradient(157deg, #131212 11.12%, #212020 88%);
}
.footer-logo {
  top: -17px;
}

.secondary-footer {
  padding: 125px 24px 0 24px;
  border-radius: 12px 12px 0px 0px;
}
.footer-inner-container {
  padding: 24px 70px 20px 40px;
  background-color: #060606;
  border-radius: 12px 12px 0px 0px;
}
.contact-email a {
  color: #fff;
  font-family: "ivypresto-display", serif;
  font-size: 1.75rem;
  font-weight: 300;
  line-height: 40px;
}

.contact-email p {
  padding-top: 8px;
  color: #c9c5c5;
  font-family: Indivisible;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.14px;
}
.contact-email {
  max-width: 272px;
}
.contact-address {
  max-width: 210px;
}

.copyrights,
.contact-address {
  color: #fff;
  opacity: 0.6;
  font-family: Indivisible;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.12px;
}
.footer-address {
  max-width: 290px;
  gap: 19px 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
}

.footer-links p {
  color: #fff;
  font-family: "ivypresto-display", serif;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.4px;
}
.footer-links ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2px 60px;
}
.footer-links ul li {
  position: relative;
}
.footer-links ul li a {
  color: #c9c5c5;
  font-family: Indivisible;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  transition: all 0.4s ease-in-out;
}
.footer-links ul li:hover a {
  color: #ff001b;
}

.footer-links ul li::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  top: 50%;
  left: -16px;
  transform: translateY(-50%);
  background-image: url("../images/svg/icon-list.svg");
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.4s ease-in-out;
}
.footet-link-menu {
  padding-left: 16px;
}

.footet-link-menu li:hover::before {
  filter: brightness(0) saturate(100%) invert(32%) sepia(98%) saturate(800%)
    hue-rotate(330deg) brightness(90%) contrast(95%);
}
/* Common Styles */
.elementor-widget-button .elementor-button:hover {
  transform: translateY(-2px);
}

.elementor-widget-button .elementor-button {
  transition: 0.4s ease-in-out;
}

/* Start - Contact Section */
.section-contact {
  padding: 48px 0 72px 0;
}
.section-contact .container {
  padding: 0 16px;
  max-width: 862px;
  margin: 0 auto;
}
.section-contact .contact-card-info {
  border-radius: 24px;
  background-image: url("../images/contact-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 130px 16px 22px 16px;
}
.section-contact .contact-card-info p {
  color: #fbfaf5;
  font-size: 11px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 1.32px;
  text-transform: uppercase;
}
.section-contact .contact-card-info h2 {
  color: #fff;
  font-size: 48px;
  font-weight: 300;
  line-height: 44px;
  padding-bottom: 32px;
}
.section-contact .contact-card-info a {
  padding: 12px 16px;
  border-radius: 8px;
  background: #fff;
  color: #000;
  font-family: Indivisible;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.16px;
  display: block;
  width: fit-content;
  margin: 0 auto;
  line-height: 1;
  transition: all 0.4s ease-in-out;
}
.section-contact .contact-card-info a:hover {
  transform: translateY(-3px);
}
/* End- Contact Section */
/* 404 Styles */
.ast-404-layout-1 {
  margin: 0;
  top: 50%;
  position: relative;
  transform: translateY(-50%);
}
.error-404,
.coming-soon .page-header {
  height: calc(100vh - 365px);
}

.ast-404-layout-1 .page-sub-title {
  font-family: "indivisible", sans-serif;
  padding-top: 12px;
}

.widget_search {
  padding-top: 0;
}
.ast-404-search .search-form input.search-field {
  border-radius: 12px !important;
  padding: 24px 16px;
}
.content-coming-soon h1 {
  margin-bottom: 12px;
}
/* Cricket-page hover Card Animation */
.section-live-the-game .choose-list-wrapper {
  max-height: 120px;
}
.section-live-the-game .choose-list-wrapper .hover-card .card-info {
  opacity: 0;
  height: 0;
  transition: all 0.4s ease-in-out;
}
.section-live-the-game .choose-list-wrapper .hover-card:hover .card-info {
  opacity: 1;
  height: auto;
  position: relative;
  top: auto;
}
.section-live-the-game .choose-list-wrapper .hover-card:hover {
  height: 185px;
  transition: all 0.4s ease-in-out;
  transform: translateY(-120px);
}
/* End - Cricket-page hover Card Animation */

/* Start - unique page style */
/* Start - Unique Hero Section */

.unique-hero-section {
  margin-top: 50px;
}
.unique-hero-section .container {
  width: 100%;
  max-width: 1182px;
  margin: 0 auto;
  padding: 0 16px;
}
.unique-hero-section .hero-section-info {
  padding: 262px 16px 42px 16px;
  background-image: url("../images/unique-hero-section-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 16px;
  overflow: hidden;
}
.unique-hero-section h1 {
  text-align: center;
  color: #fff;
  text-align: center;
  font-size: 64px;
  font-style: normal;
  font-weight: 300;
  line-height: 52px;
  position: relative;
  z-index: 1;
}
.unique-hero-section h1::before {
  content: "";
  position: absolute;
  width: 834px;
  height: 190px;
  border-radius: 834px;
  background: #000;
  filter: blur(50px);
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  top: -2.25rem;
}
/* End - Unique Hero Section */
/* Start - Section Unique Post */
.section-unique-post {
  padding: 96px 0 48px 0;
}
.section-unique-post .container {
  max-width: 992px;
  width: 100%;
  margin: 0 auto;
}
.section-unique-post .list-container {
  gap: 40px 0;
}
.section-unique-post .list-item {
  border: 1px solid transparent;
  padding: 20px;
  border-radius: 24px;
  background: linear-gradient(157deg, #131212 11.12%, #212020 88%);
  transition: all 0.4s ease-in-out;
}
.section-unique-post .list-item h2 {
  color: #fff;
  font-size: 32px;
  font-weight: 300;
  line-height: 40px;
  letter-spacing: 0.32px;
}
.section-unique-post .list-item figure {
  border-radius: 12px;
  overflow: hidden;
}

.section-unique-post .list-item .fare-button {
  padding: 8px 12px;
  border-radius: 8px;
  background: #fff;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.16px;
  width: fit-content;
  transition: all 0.4s ease-in-out;
}
.section-unique-post .title-info {
  padding: 10px 0 0 20px;
  width: 100%;
  max-width: 284px;
}
.section-unique-post .list-item:hover {
  border: 1px solid #585757;
  background: linear-gradient(137deg, #2a2727 14.85%, #212020 72.83%);
  box-shadow: 0px 33px 40px 0px #000;
}
.section-unique-post .list-item:hover .fare-button {
  background: #ff001b;
  color: #fff;
  transform: translateY(-5px);
  transition: all 0.4s ease-in-out;
}
/* End - Section Unique Post */

/* End - unique page style */

/* Single page Style*/
.single-header {
  padding: 40px 0 0 0;
}
.single-header .container {
  max-width: 1152px;
  padding: 30px 16px;
  position: relative;
  overflow: hidden;
  border-radius: 24px;
}
.single-header .container::before {
  content: "";
  position: absolute;
  border-radius: 1118px;
  opacity: 0.5;
  background-color: #ff001b;
  width: 94%;
  height: 84px;
  filter: blur(50px);
  bottom: -5rem;
  left: 50%;
  transform: translateX(-50%);
}
.single-header h1 {
  color: #fff;
  text-align: center;
  font-size: 48px;
  font-weight: 300;
  line-height: 52px;
}
.single-hero-info .container {
  max-width: 992px;
  width: 100%;
}
.single-hero-info {
  padding: 64px 0 48px 0;
}
.single-title-card {
  border-radius: 24px;
  background: linear-gradient(157deg, #131212 11.12%, #212020 88%);
}
.single-title-card .feature-image {
  width: 494px;
  height: 100%;
  flex-shrink: 0;
  border-radius: 24px 0 0 24px;
  overflow: hidden;
}
.single-title-card .hero-info {
  padding: 32px 40px;
  z-index: 1;
}
.single-title-card .hero-info h3 {
  color: #fff;
  font-size: 32px;
  font-weight: 300;
  line-height: 40px;
  letter-spacing: 0.32px;
  width: 100%;
  max-width: 320px;
}
.single-title-card .hero-info .contact-button {
  border-radius: 8px;
  background: #ff001b;
  padding: 8px 12px;
  color: #fff;
  margin-top: 16px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.16px;
  display: flex;
  width: fit-content;
  line-height: 1;
}
.single-title-card .price-card {
  border-radius: 8px;
  background: #000;
  padding: 8px 20px;
  width: 100%;
}
.single-title-card .price-card-list {
  gap: 8px 0;
  flex-wrap: wrap;
  padding-top: 32px;
}
.single-title-card .price-card-list .price-card .price-description {
  color: #ff001b;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: -0.36px;
}
.single-title-card .price-card-list .price-card .highlight-price {
  color: #fff;
  font-family: "Indivisible", sans-serif !important;
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.64px;
}
.single-title-card .product-image figure {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 8px;
}
.single-title-card .product-image {
  gap: 0 16px;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
}
.single-title-card .product-image::before {
  width: 488px;
  height: 78px;
  border-radius: 488px;
  background: #000;
  filter: blur(50px);
  content: "";
  position: absolute;
  left: -5rem;
  bottom: -1rem;
  z-index: -1;
}
.single-content {
  padding: 48px 0;
}
.single-content .container {
  max-width: 992px;
  width: 100%;
}
.single-content .single-content-card {
  border-radius: 24px;
  background: #131212;
  padding: 40px 32px;
}
.single-content .single-content-card h2 {
  color: #fff;
  font-size: 32px;
  font-weight: 300;
  line-height: 36px;
  letter-spacing: 0.32px;
}
.single-content .single-content-card ul {
  padding-top: 16px;
}
.single-content .single-content-card ul li,
.single-content .single-content-card p {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.32px;
  margin-bottom: 8px;
  position: relative;
  padding-left: 12px;
}
.single-content .single-content-card p {
  padding-left: 0;
  padding-top: 20px;
}
.single-content .single-content-card p:nth-child(1) {
  padding-top: 0;
}
.single-content .single-content-card ul li::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background-color: #fff;
  left: 0;
  border-radius: 10px;
  top: 10px;
}
.single-content .single-content-card ul:nth-child(1) {
  padding-top: 0;
}
.single-content .single-content-card ul li:last-child {
  margin-bottom: 0;
}

.section-product-card article {
  border-radius: 24px;
  background: linear-gradient(157deg, #131212 11.12%, #212020 88%), #131212;
  width: 100%;
  max-width: 304px;
  overflow: hidden;
  border: 1px solid transparent;
  transition: all 0.4s ease-in-out;
}
.section-product-card article:hover {
  border-radius: 24px;
  border: 1px solid #585757;
}
.section-product-card .card-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
}
.section-product-card .card-wrapper .title-info {
  padding: 24px;
  width: 100%;
  max-width: 100%;
}
.section-product-card .card-wrapper .title-info h2 {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
  letter-spacing: 0.24px;
}
.section-product-card .card-wrapper .title-info .price-button {
  padding: 8px 12px;
  border-radius: 8px;
  background: #fff;
  color: #000;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.15px;
  margin-top: 26px;
  width: fit-content;
  transition: all 0.4s ease-in-out;
  line-height: 1;
}
.section-product-card article:hover .title-info .price-button {
  background: #ff001b;
  color: #fff;
}
