body {
  margin: 0;
  line-height: normal;
}

.popup {
    position: relative; /* Ensure the popup container is relative */
    display: none; /* Hide the popup initially */
}

.popup-overlay {
  display: flex;
  flex-direction: column;
  position: fixed;
  inset: 0;
  
 
}

:root {
  /* fonts */
  --font-poppins: Poppins;
  --font-tenor-sans: "Tenor Sans";
  --font-outfit: Outfit;
  --body-regular: Roboto;
  --font-bebas-neue: "Bebas Neue";

  /* font sizes */
  --body-regular-size: 16px;
  --font-size-17xl: 36px;
  --font-size-xl: 20px;
  --font-size-sm: 14px;
  --font-size-3xl: 22px;
  --font-size-36xl: 55px;
  --font-size-5xl: 24px;
  --paragraph-medium-size: 18px;

  /* Colors */
  --foundation-white-white: #fff;
  --style1: #00aff0;
  --color-black: #000;
  --color: #7d7d7d;
  --foundation-black-black-500: #222;
  --primary-text: #0c1421;
  --style: #010101;
  --color-whitesmoke-100: #f5f5f5;
  --foundation-grey-grey-50: #f0f1f3;
  --secondary-text: #313957;
  --color-darkslategray-100: #343434;
  --foundation-grey-grey-500: #667085;
  --link: #1e4ae9;
  --color-gainsboro: #cfdfe2;
  --color-darkgray: #a3a3a3;

  /* Gaps */
  --gap-13xl: 32px;
  --gap-mid: 17px;
  --gap-9xs: 4px;
  --gap-5xl: 24px;
  --gap-base: 16px;
  --gap-5xs: 8px;

  /* Paddings */
  --padding-xs: 12px;
  --padding-5xl: 24px;
  --padding-base: 16px;
  --padding-13xl: 32px;
  --padding-16xl: 35px;
  --padding-12xl: 31px;
  --padding-37xl: 56px;

  /* Border radiuses */
  --br-31xl: 50px;
  --br-21xl: 40px;
  --br-5xl: 24px;
  --br-12xs: 1px;
  --br-22xl-1: 41.1px;
  --br-5xs: 8px;
}

.dropdown-menu li a span.text {
    font-weight: bold;
}

.dropdown-menu li.disabled a span.text {
    font-weight: 100;
}


.header {
	top:0;
	position: fixed;
	width: 100%;
	float: left;
	background-color: rgba(0,0,0,0.98);
	z-index:99999;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 1);
	font-size: 18px;
	padding-right:13px;
}

 .navbar-dark .navbar-nav .nav-link.active{
    color: #00aff0;
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: #00aff0;
}

.navbar-brand
{
	margin-right: 200px;
}

.trans-btn {
	padding: 9px 25px;
    color: #fff;
    font-size: 13px;
    background: rgba(1,1,1,0);
    border-radius: 50px;
	border-color:#fff;
    float: left;
	margin-left:10px;
	width: 100px;
}

.trans-btn:hover, .trans-btn:active {
	background: rgba(1,1,1,0);
	border-color:#fff;
    
}

.main-wrapper {
	margin-top:120px;
}

.main-wrapper2 {
	margin-top:100px;
}

.main-wrapper3 {
	margin-top:200px;
}

.main-wrapper4 {
	margin-top:98px;
}

.section-header-form {
	background-color:#000;
}

.input-location {
	
	border-radius: 20px 20px;
    border-color: #fff;
    padding: 10px;
    width: 100%;
}


.input-location2 {
	
	border-radius: 10px;
    border-color: #fff;
    padding: 10px;
    width: 100%;
	margin-top:10px;
}


.input-location-dropdown{
  display: none; 
}

#a{
  padding-left: 0px;
}



#a li{
  list-style: none;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 1px solid #fff;
}

#a li:hover{
 
}

#a li img{
  margin: 5px;
  display:none;
}

#a li span, .btn-select li span{
  margin-left: 30px;
}

li.white {
	background-color:#fff;
	color:#222;
}

li.nobg {
	background-color:none;
	color:#fff;
}

#a li.nobg {
	background-color:#fff;
	color:#222;
	border-radius: 15px 15px 0px 0px;
}

/* item list */

.b{
  display: none;
  width: 100%;
  max-width: 350px;
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 5px;
  
}

.open{
  display: show !important;
}

.btn-select{
	border-radius: 20px 20px;
	border-color: #fff;
	padding: 5px 10px;
	float: right;
	background: #222;
	color: #fff;
	width: 100%;
 
}
.btn-select li{
  list-style: none;
  float: left;
  padding-bottom: 0px;
}

.btn-select:hover li{
  margin-left: 0px;
}

.btn-select:hover{
  
}

.btn-select:focus{
   outline:none;
}

.lang-select{
  margin-left: 50px;
  float:right;
}

.input-location-dropdown2{
  display: none; 
}

#c{
  padding-left: 0px;
}



#c li{
  list-style: none;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 1px solid #fff;
}

#c li:hover{
 
}

#c li img{
  margin: 5px;
  display:none;
}

#c li span, .btn-select2 li span{
  margin-left: 20px;
}

#c li.nobg {
	background-color:#fff;
	color:#222;
	border-radius: 15px 15px 0px 0px;
}

/* item list */

.d{
  display: none;
  width: 100%;
  max-width: 350px;
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 5px;
  
}

.btn-select2{
	border-radius: 20px 20px;
	border-color: #fff;
	padding: 5px 10px;
	float: right;
	background: #222;
	color: #fff;
	width: 160px;
	font-size:13px;
 
}
.btn-select2 li{
  list-style: none;
  float: left;
  padding-bottom: 0px;
}

.btn-select2:hover li{
  margin-left: 0px;
}

.btn-select2:hover{
  
}

.btn-select2:focus{
   outline:none;
}


.footer {
  position: absolute;
  bottom: -5842px;
  left: calc(50% - 720px);
  background-color: var(--style);
  width: 1440px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: var(--padding-37xl) var(--padding-37xl) var(--padding-5xl);
  box-sizing: border-box;
  gap: 75px;
  text-align: left;
  color: var(--style1);
  font-family: var(--body-regular);
}

.footer-child,
.footer-item {
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--color-black);
  width: 1728px;
  height: 578.5px;
}
.footer-item {
  top: 281.6px;
  left: 1160.2px;
  border-radius: 75px;
  background-color: var(--color-whitesmoke-100);
  width: 376.2px;
  height: 43.2px;
}

.line-div {
  border-top: 1px solid var(--foundation-white-white);
  box-sizing: border-box;
  width: 100%;
  height: 1px;
  margin-bottom: 10px;
}


.footer-child1 {
  position: absolute;
  top: 353.6px;
  left: 1168.3px;
  background-color: var(--color-whitesmoke-100);
  width: 18px;
  height: 18px;
}

.footer1,
.logo2 {
  position: absolute;
}
.logo2 {
  top: 83.5px;
  left: 920px;
  width: 173px;
  height: 94px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.footer1 {
  
  left: 0;
  width: 100%;
  text-align: left;
  font-size: var(--font-size-sm);
  color: var(--foundation-white-white);
   background-color:var(--color-black);
}

.bottomUl {
    color: white;
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
	float: right;
	margin-top:50px;
}

.bottomUl li  {
	list-style-type: none;
	display: list-item;
	padding-left:25px;
	
}

.bottomUl li a {
	color:#fff;
	text-decoration: none;
	font-family: var(--font-poppins);
	/*font-family: "Poppins-Regular", sans-serif;*/
	font-size: 14px;
	font-weight: 400;
}

.bottomUl li a:hover {
	color: #00aff0;
}


.footer-title {
	font-size:24px;
	color:#fff;
}

.footer-title-1 {
	color: #ffffff;
  text-align: left;
  font-family: "Poppins-Regular", sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.footer-title-2 {
	color: var(--style, #010101);
	font-family: "Outfit-Regular", sans-serif;
	font-size: 20px;
	font-weight: 400;
}



.ftr-3 {
	float: right;
	text-align: right;
}

.ftr-2-ul {
	color: white;
    list-style-type: none;
    margin: 0;
    padding: 0;
    
}

.ftr-2-ul li  {
	list-style-type: none;
	padding-top:15px;
	
}

.ftr-2-ul li a {
	color:#fff;
	font-size: 18px;
	text-decoration: none;
}

.ftr-2-ul li a:hover {
	color: #00aff0;
}


.group-parent {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 18px;
  margin-top:30px;
}

.ftr-btm-cards {
	background-color: #fff;
	padding:5px;
	width:40px;
	height:20px;
	margin-left:10px;
	border-radius: 5px;
	border-color:#fff;
}

/* enable absolute positioning */
.inner-addon {
  position: relative;
}

/* style glyph */
.inner-addon .bi {
  position: absolute;
  padding: 10px;
  pointer-events: none;
}

/* align glyph */
.left-addon .bi  { left:  0px;}
.right-addon .bi { right: 10px; color:#000; font-size:30px;}

/* add padding  */
.left-addon input  { padding-left:  30px; }
.right-addon input { padding-right: 30px; }

.ftr-subs {
	border-radius: 20px 20px;
	border-color:#fff;
	padding:20px;
	width:100%;
}

.ftr-subs-2 {
	border-radius: 20px 20px;
	border-color:#000;
	padding:20px;
	width:100%;
	background-color:#000;
	color:#fff;
}

.ftr-subs-2::placeholder {
  color:#fff;
  opacity: 1; /* Firefox */
}

.ftr-subs-2::-ms-input-placeholder { /* Edge 12-18 */
 color:#fff;
}


/* style glyph */
.inner-addon2 .bi {
  position: absolute;
  padding: 10px;
  pointer-events: none;
}

/* align glyph */
.left-addon2 .bi  { left:  0px;}
.right-addon2 .bi {  right: 120px; }

/* add padding  */
.left-addon2 input  { padding-left:  30px; }
.right-addon2 input { padding-right: 30px; }

.inner-addon2 .bi img{
  max-height:30px;
}


.ftr-agree {
	width:20px;
	float: left;
	padding:10px;
}


.ftr-agree2 {
	width:20px;
	float: left;
	padding:10px;
	background-color:#000;
	border-color:#000;
}

.ftr-sign-1 {
	text-align: center;
}

.instagram-child,
.instagram-item {
  
 
  
  object-fit: cover;
}
.instagram-item {
 
}
.instagram1 {
  
  width: 100%;
  
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: var(--gap-9xs);
}


.instagram1 .row > *{
-bs-gutter-xx: 1.5rem !important;	
padding-right: calc(1.5rem* 0.1);
padding-left: calc(1.5rem* 0.1);
}

.home-tickets-selections {
  white-space: pre-wrap;
  width: 100%;
  height: 21px;
}
.enter-your-email1,
.home-tickets-selections,
.i-agree-to {
  display: inline-block;
}
.enter-your-email1 {
  color: var(--color-black);
  width: 100%;
  height: 15px;
}



.bg-icon,
.header-child {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.bg-icon {
   object-fit: cover;
}
.header-child {
  background-color: var(--style);
  height: 136px;
}
.book-your {
  margin: 0;
}

.book-your-2 {
  margin: 0;
  line-height:35px;
  font-size:20px;
}

.book-your-tickets-container {
  align-self: stretch;
  position: relative;
  line-height: 100px;
  font-weight: 600;
  
  color: #ffffff;
  text-align: left;
  font-family: "Poppins-SemiBold", sans-serif;
  font-size: 64px;
  
  
}
.heading-text {
 
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  font-size:64px;
  color:#fff;
}

.heading-text-slider {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	position: absolute;
	top:10%;
}

.location {
  font-weight: 500;
}
.enter-location,
.location {
  position: relative;
  line-height: 140%;
}
.caretdown-icon {
  width: 18px;
  position: relative;
  height: 18px;
  overflow: hidden;
  flex-shrink: 0;
}
.dropdown-1 {
  align-self: stretch;
  border-radius: var(--br-31xl);
  background-color: var(--foundation-white-white);
  border: 1px solid var(--foundation-grey-grey-50);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: var(--padding-xs) var(--padding-5xl);
  color: var(--foundation-grey-grey-500);
}
.detail {
  gap: 12px;
}
.button,
.container1,
.detail {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.button {
  box-shadow: 0 4px 10.4px rgba(0, 0, 0, 0.16);
  border-radius: var(--br-31xl);
  background-color: var(--style1);
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: var(--padding-xs) var(--padding-5xl);
  color: var(--foundation-white-white);
}

.header-form {
  
  backdrop-filter: blur(47.8px);
  border-radius: var(--br-5xl);
  background-color: rgba(255, 255, 255, 0.9);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  padding: var(--padding-5xl);
  box-sizing: border-box;
  gap: var(--gap-13xl);
}

.header-form-2 {
  
  backdrop-filter: blur(47.8px);
  border-radius: 53px;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 16px;
  box-sizing: border-box;
  gap: 15px;
  align-items: center;
    justify-content: center;
}


.header-form-3 {
  
  backdrop-filter: blur(47.8px);
  border-radius: 53px;
  background-color: #efefef;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 16px;
  box-sizing: border-box;
  gap: 15px;
  align-items: center;
    justify-content: center;
}

.header-form-event-search {
	backdrop-filter: blur(47.8px);
	border-radius: 25px;
	background-color: #efefef;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: flex-start;
	padding: 15px 40px;
	box-sizing: border-box;
	gap: 40px;
	align-items: center;
	justify-content: center;
}

.header-form-event-item {
	flex-grow: 1;
	width:100%;
}

.clip-path-group2 {
	float:left;
}

.clip-path-group2 .fas {
	color:blue;
	font-size:24px;
}

.header-sport-names {
	float: left;
	font-weight:bold;
}

.border-pipe {
    background: #d9d9d9;
    border-style: solid;
    border-color: #000000;
    border-width: 1px;
    width: 1px;
    height: 24px;
   
}

.form-wrapper {
  width: 430px;
  position: relative;
  height: 349px;
  font-size: var(--body-regular-size);
  color: var(--foundation-black-black-500);
}


.frame-icon {
  width: 48px;
  position: relative;
  border-radius: var(--br-22xl-1);
  height: 48px;
  overflow: hidden;
  flex-shrink: 0;
}
.full-address {
  align-self: stretch;
  position: relative;
  line-height: 150%;
  font-weight: 500;
}
.washington-ave-manchester {
  position: relative;
  line-height: 140%;
  color: var(--foundation-white-white);
}
.content,
.frame-group,
.frame-parent {
  display: flex;
  justify-content: flex-start;
}
.content {
  flex-direction: column;
  align-items: flex-start;
  gap: var(--gap-9xs);
}
.frame-group,
.frame-parent {
  flex-direction: row;
  align-items: center;
}
.frame-group {
  gap: var(--gap-base);
}
.frame-parent {
  flex: 1;
  gap: 48px;
}
.enter-email-address {
  flex: 1;
  position: relative;
  line-height: 140%;
}
.enter-email-address-wrapper {
  width: 310px;
  border-radius: var(--br-5xl) 0 0 var(--br-5xl);
  background-color: rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: var(--padding-base) var(--padding-13xl) var(--padding-base)
    var(--padding-base);
  box-sizing: border-box;
}
.frame-icon2 {
  width: 20px;
  position: relative;
  height: 20px;
  overflow: hidden;
  flex-shrink: 0;
}
.button1 {
  align-self: stretch;
  border-radius: 0 var(--br-5xl) var(--br-5xl) 0;
  background-color: var(--style1);
  justify-content: center;
  padding: 8px var(--padding-5xl);
  font-size: var(--body-regular-size);
  color: var(--foundation-white-white);
}
.auto-layout-vertical,
.button1,
.frame-div {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.frame-div {
  border-radius: var(--br-21xl);
  background-color: #272727;
  justify-content: flex-start;
  font-size: var(--font-size-sm);
  color: var(--color);
}
.auto-layout-vertical {
  align-self: stretch;
  border-bottom: 1px solid var(--color);
  justify-content: center;
  padding: 0 0 var(--padding-37xl);
}
.vector-icon {
  width: 35.9px;
  position: relative;
  height: 36px;
}
.ball-space {
  position: relative;
  line-height: 80%;
}
.logo1 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: var(--gap-5xs);
}
.a-group-company {
  width: 280px;
  position: relative;
  font-size: var(--paragraph-medium-size);
  line-height: 150%;
  font-family: var(--body-regular);
  color: var(--color);
  display: inline-block;
}
.logo {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: var(--gap-5xl);
}
.general,
.home {
  position: relative;
}
.general {
  line-height: 150%;
  font-weight: 500;
}
.home {
  align-self: stretch;
  line-height: 140%;
}
.menu3,
.text,
.text1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.text {
  align-self: stretch;
  justify-content: center;
  gap: var(--gap-base);
  font-size: var(--body-regular-size);
  color: var(--color);
}
.menu3,
.text1 {
  width: 121px;
}
.text1 {
  justify-content: center;
  gap: var(--gap-base);
  font-size: var(--body-regular-size);
  color: var(--color);
}
.menu3 {
  justify-content: flex-start;
  gap: var(--gap-5xl);
}
.text2 {
  width: 130px;
  justify-content: center;
  gap: var(--gap-base);
  font-size: var(--body-regular-size);
  color: var(--color);
}
.menu4,
.menu5,
.text2,
.text3 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.menu4 {
  width: 130px;
  justify-content: flex-start;
  gap: var(--gap-5xl);
}
.menu5,
.text3 {
  width: 85px;
}
.text3 {
  justify-content: center;
  gap: var(--gap-base);
  font-size: var(--body-regular-size);
  color: var(--color);
}
.menu5 {
  justify-content: flex-start;
  gap: var(--gap-5xl);
}
.menu1 {
  flex-direction: row;
  gap: 56px;
}
.auto-layout-horizontal,
.follow-us,
.menu,
.menu1 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.follow-us {
  flex-direction: column;
  gap: var(--gap-5xl);
}
.auto-layout-horizontal,
.menu {
  flex-direction: row;
}
.menu {
  gap: 132px;
  font-size: var(--paragraph-medium-size);
  font-family: var(--body-regular);
}
.auto-layout-horizontal {
  align-self: stretch;
  font-size: var(--font-size-5xl);
  color: var(--foundation-white-white);
  font-family: var(--font-bebas-neue);
}
.ballspace-2021-2022 {
  align-self: stretch;
  position: relative;
  line-height: 140%;
  color: var(--color);
  text-align: center;
}


.subscribe-newsletters-child {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #003473;
  width: 1728px;
  height: 325.8px;
}
.sign-up-to,
.subscribe-newsletters1 {
  
  left: 200.1px;
  display: inline-block;
}
.sign-up-to {
  
  font-size: var(--font-size-3xl);
  
}
.subscribe-newsletters1 {
 
  color: #00aff0;
  text-align: left;
  font-family: "Poppins-Bold", sans-serif;
  font-size: 36px;
  line-height: 147.5%;
  font-weight: 700;
  
}
.subscribe-newsletters-item {
 
}
.enter-your-email {
  position: absolute;
  top: 131px;
  left: 250.7px;
  font-weight: 500;
  display: inline-block;
  width: 316px;
  height: 22px;
}
.subscribe-newsletters-inner {
  position: absolute;
  top: 134px;
  left: 1447.2px;
  width: 54.6px;
  height: 26.7px;
  object-fit: cover;
}
.im-okay-with {
  position: absolute;
  top: 202.5px;
  left: 815.9px;
  display: inline-block;
  width: 690.3px;
  height: 22.5px;
}
.subscribe-newsletters-child1 {
  
}
.subscribe-newsletters {
  
  text-align: left;
  font-size: var(--font-size-xl);
  font-family: var(--font-outfit);
  background-color: #fff;
}
.rectangle-div {
  width: 1728px;
  position: relative;
  background-color: var(--color-whitesmoke-100);
  height: 317.3px;
}
.subscribe-newsletters2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 1728px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.subscribe-newsletters-child2 {
  width: 1728px;
  position: relative;
  background-color: var(--color-whitesmoke-100);
  height: 791.4px;
}
.subscribe-newsletters3 {
  position: absolute;
  top: 489.6px;
  left: 0;
  width: 1728px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.our-show-sponsorship1,
.partners {
  position: absolute;
  top: 41.1px;
  left: calc(50% + 123.5px);
  display: inline-block;
  width: 741px;
  height: 62.3px;
}
.partners {
  top: 0;
  left: calc(50% - 370.5px);
  font-size: var(--font-size-3xl);
  color: var(--color-black);
  width: 125px;
  height: 24.7px;
}
.our-show-sponsorship {
  position: absolute;
  top: 134px;
  left: 494px;
  width: 741px;
  height: 103.4px;
}
.subscribe-newsletters-parent {
  position: absolute;
  top: 2713px;
  left: 0;
  width: 1728px;
  height: 1281px;
  font-size: var(--font-size-36xl);
  color: var(--style1);
}
.one-stop-shop,
.why-us {
  position: absolute;
  top: 40px;
  left: calc(50% - 426.5px);
  display: inline-block;
  width: 1291px;
  height: 59px;
}
.why-us {
  top: 0;
  left: calc(50% - 645.5px);
  font-size: var(--font-size-3xl);
  color: var(--color-black);
  width: 163.8px;
  height: 23.7px;
}
.our-show-sponsorship2 {
  position: absolute;
  top: 3368px;
  left: 219px;
  width: 1291px;
  height: 99px;
  font-size: var(--font-size-36xl);
  color: var(--style1);
}
.download-our-app {
  width: 1291px;
  position: relative;
  display: inline-block;
  height: 59px;
  flex-shrink: 0;
}
.our-show-sponsorship3 {
  position: absolute;
  top: 4924px;
  left: 218px;
  width: 1291px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  font-size: var(--font-size-36xl);
  color: var(--style1);
}


.i-agree-to {
  top: 351.5px;
  left: 1204px;
  width: 233px;
  height: 16px;
}
.address,
.subscribe-to-the {
  position: absolute;
  font-size: var(--font-size-xl);
  display: inline-block;
}
.address {
  top: 231.5px;
  left: 196.1px;
  line-height: 33px;
  width: 243px;
  height: 59.4px;
}
.subscribe-to-the {
  top: 242.5px;
  left: 1158.6px;
  width: 372.2px;
  height: 21px;
}
.vector-icon1 {
  position: absolute;
  top: 288px;
  left: 1492.3px;
  width: 26.6px;
  height: 26px;
  object-fit: contain;
}

.group-icon {
  width: 20.2px;
  position: relative;
  height: 20.2px;
}

.best-services1 {
  font-size: var(--font-size-5xl);
}
.blank-line1 {
  font-size: var(--font-size-xl);
}
.solutions {
  margin: 0;
  line-height: 30px;
}
.best-services-solutions-container {
  position: absolute;
  top: 242.5px;
  left: 843.4px;
  text-transform: capitalize;
  display: inline-block;
  width: 169.1px;
  height: 213px;
  font-size: var(--body-regular-size);
}
.group-icon3,
.group-icon4,
.group-icon5,
.group-icon6,
.vector-icon2 {
  position: absolute;
  top: 538.1px;
  left: 1240.7px;
  width: 34.9px;
  height: 18.8px;
}
.group-icon4,
.group-icon5,
.group-icon6,
.vector-icon2 {
  left: 1283.9px;
}
.group-icon5,
.group-icon6,
.vector-icon2 {
  left: 1327.1px;
}
.group-icon6,
.vector-icon2 {
  left: 1370.3px;
  width: 35.6px;
}
.vector-icon2 {
  top: 538.2px;
  left: 1414.3px;
  width: 34.6px;
  height: 18.5px;
}
.vector-icon3,
.vector-icon4 {
  position: absolute;
  top: 538.1px;
  left: 1414.2px;
  width: 34.9px;
  height: 18.8px;
}
.vector-icon4 {
  top: 538.2px;
  left: 1457.5px;
  width: 34.6px;
  height: 18.5px;
}
.group-icon7,
.group-icon8,
.vector-icon5 {
  position: absolute;
  top: 538.1px;
  left: 1457.4px;
  width: 34.9px;
  height: 18.8px;
}
.group-icon7,
.group-icon8 {
  top: 538px;
  left: 1500.4px;
}
.group-icon8 {
  top: 542px;
  left: 1417.8px;
  width: 28.4px;
  height: 10.3px;
}
.group-icon9,
.vector-icon6 {
  position: absolute;
  top: 544.1px;
  left: 1331.2px;
  width: 27px;
  height: 6.8px;
}
.vector-icon6 {
  top: 542.8px;
  left: 1374.5px;
  width: 26.9px;
  height: 9.2px;
}
.group-icon10,
.group-icon11 {
  position: absolute;
  top: 543.1px;
  left: 1243.4px;
  width: 28.9px;
  height: 9.4px;
}
.group-icon11 {
  top: 540.9px;
  left: 1290.1px;
  width: 22.5px;
  height: 13.5px;
}
.gpay-svgs-icon,
.group-icon12 {
  position: absolute;
  top: 546px;
  left: 1460.1px;
  width: 30px;
  height: 5.8px;
}
.gpay-svgs-icon {
  top: 542.8px;
  left: 1504px;
  width: 27.7px;
  height: 11px;
}
.layer-1-icon {
  width: 171px;
  position: relative;
  height: 58px;
  overflow: hidden;
  flex-shrink: 0;
}

.categories,
.sports {
  position: absolute;
  top: 35px;
  left: calc(50% + 123.5px);
  display: inline-block;
  width: 741px;
  height: 53px;
}
.sports {
  top: 0;
  left: calc(50% - 370.5px);
  font-size: var(--font-size-3xl);
  color: var(--color-black);
  width: 125px;
  height: 21px;
}
.our-show-sponsorship4 {
  position: absolute;
  top: 1830px;
  left: 494px;
  width: 741px;
  height: 88px;
  font-size: var(--font-size-36xl);
  color: var(--style1);
}
.group-icon13 {
  width: 74.4px;
  position: relative;
  height: 74.4px;
}
.group-icon14,
.group-icon15 {
  width: 59.6px;
  position: relative;
  height: 59.6px;
}
.group-icon15 {
  width: 59.4px;
  height: 59.4px;
}
.group-icon16,
.group-icon17 {
  width: 61.4px;
  position: relative;
  height: 63px;
}
.group-icon17 {
  width: 55.1px;
  height: 67.2px;
}
.group-icon18,
.layer-1-icon1 {
  width: 59.8px;
  position: relative;
  height: 59.5px;
}
.layer-1-icon1 {
  width: 70px;
  height: 72px;
  overflow: hidden;
  flex-shrink: 0;
  object-fit: cover;
}
.frame-child,
.frame-item {
  width: 64px;
  position: relative;
  height: 75px;
  object-fit: cover;
}
.frame-item {
  width: 59px;
  height: 68px;
}
.frame-child1,
.frame-inner {
  width: 73px;
  position: relative;
  height: 79px;
}
.frame-child1 {
  width: 39px;
  height: 44px;
}
.frame-child2,
.group-icon19 {
  width: 57px;
  position: relative;
  height: 57px;
}
.frame-child2 {
  width: 76px;
  object-fit: cover;
}
.frame-child3 {
  width: 70.4px;
  position: relative;
  height: 64.4px;
}
.group-group {
  position: absolute;
  top: 2047px;
  left: calc(50% - 603px);
  width: 1207px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-content: center;
  gap: 139px 160px;
}
.cricket,
.football {
  position: absolute;
  top: 2154px;
  left: 270px;
  line-height: 150%;
}
.football {
  left: 494px;
}
.badminton,
.hockey,
.lawn-tennis,
.table-tennis {
  position: absolute;
  top: 2154px;
  left: 717px;
  line-height: 150%;
}
.badminton,
.lawn-tennis,
.table-tennis {
  left: 916px;
}
.badminton,
.lawn-tennis {
  left: 1139px;
}
.badminton {
  left: 1365px;
}
.e-sports,
.kick-boxing,
.skating-ring {
  position: absolute;
  top: 2360px;
  left: 264px;
  line-height: 150%;
}
.kick-boxing,
.skating-ring {
  left: 487px;
}
.skating-ring {
  left: 697px;
}
.basketball,
.golf,
.roll-ball,
.running-track,
.swimming {
  position: absolute;
  top: 2360px;
  left: 936px;
  line-height: 150%;
}
.basketball,
.golf,
.running-track,
.swimming {
  left: 1170px;
}
.basketball,
.running-track,
.swimming {
  left: 1358px;
}
.running-track,
.swimming {
  top: 2571px;
  left: 256px;
}
.running-track {
  left: 474px;
}
.featured-event-child {
  position: absolute;
  height: 72.85%;
  width: 100%;
  top: 16.5%;
  right: 0;
  bottom: 10.65%;
  left: 0;
  background-color: var(--color-black);
}
.featured-events {
 
  font-size: 56px;
  display: inline-block;
  text-align: left;
}
.featured-event-item {
  position: absolute;
  height: 0.08%;
  width: 77.69%;
  top: 44.84%;
  right: 11.05%;
  bottom: 55.08%;
  left: 11.26%;
  border-top: 1px solid var(--foundation-white-white);
  box-sizing: border-box;
}
.featured-event-inner {
  position: absolute;
  height: 7.98%;
  width: 14.48%;
  top: 36.75%;
  right: 74.23%;
  bottom: 55.28%;
  left: 11.29%;
  background-color: var(--style);
}
.group-child {
  position: absolute;
  top: 0;
  left: 759px;
  width: 456px;
  height: 360.8px;
  object-fit: cover;
  cursor: pointer;
}
.instance-child {
  width: 31.3px;
  position: relative;
  height: 60px;
}
.vector-wrapper {
  position: absolute;
  top: 0;
  left: 1136px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  opacity: 0;
}
.group-child1,
.group-inner,
.group-item {
  position: absolute;
  top: 0;
  left: 1241px;
  width: 456px;
  height: 360.8px;
  object-fit: cover;
}
.group-child1,
.group-inner {
  left: 1723px;
}
.group-child1 {
  left: 0;
  width: 733px;
  height: 580px;
}
.vector-container {
  position: absolute;
  top: 0;
  left: 653px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.eden-gardens-stadium-container {
  position: absolute;
  top: 399px;
  left: 79px;
  line-height: 150%;
  display: inline-block;
  width: 575px;
  height: 110px;
}
.rectangle-group,
.rectangle-parent {
  position: absolute;
  top: 0;
  left: 0;
  width: 733px;
  height: 580px;
}
.rectangle-parent {
  left: -2930px;
  width: 2179px;
}
.blank-line2 {
  margin: 0;
  font-size: var(--font-size-5xl);
}
.showcase-your-skills-container {
  position: absolute;
  top: 52px;
  left: 951px;
  line-height: 35px;
  display: inline-block;
  width: 403px;
  height: 188px;
  font-size: var(--font-size-xl);
}
.button-child {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 200px;
  background-color: #1b1b1b;
  width: 245px;
  height: 62.1px;
  cursor: pointer;
}
.learn-more {
  position: absolute;
  top: 17.4px;
  left: 37px;
  display: inline-block;
  width: 175px;
  height: 43px;
}
.button2 {
  position: absolute;
  top: 351.6px;
  left: 963px;
  width: 245px;
  height: 62.1px;
  text-align: center;
  font-size: var(--font-size-5xl);
  font-family: var(--font-tenor-sans);
}
.frame-child4 {
  position: absolute;
  top: 52px;
  left: -1px;
  width: 923px;
  height: 362px;
  object-fit: cover;
}
.group-container {
  
  text-align: left;
  font-size: 28px;
}
.upcoming-events {
  position: absolute;
  width: 14.41%;
  top: 39.43%;
  left: 11.35%;
  line-height: 34px;
  display: inline-block;
}
.featured-event-child1 {
  position: absolute;
  height: 7.98%;
  width: 14.48%;
  top: 36.75%;
  right: 59.56%;
  bottom: 55.28%;
  left: 25.96%;
  background-color: var(--style1);
}
.trials,
.turfs {
  position: absolute;
  height: 2.52%;
  width: 12.74%;
  top: 39.43%;
  left: 26.87%;
  line-height: 34px;
  display: inline-block;
}
.turfs {
  width: 12.36%;
  left: 43.04%;
}
.featured-event-child2,
.featured-event-child3 {
  position: absolute;
  height: 7.98%;
  width: 0.06%;
  top: 36.71%;
  right: 59.42%;
  bottom: 55.31%;
  left: 40.52%;
  border-right: 1px solid var(--foundation-white-white);
  box-sizing: border-box;
}
.featured-event-child3 {
  top: 36.79%;
  right: 74.04%;
  bottom: 55.23%;
  left: 25.9%;
}
.button-icon {
  object-fit: contain;
}
.button-icon,
.button-icon1 {
  width: 50.1px;
  position: relative;
  height: 50px;
}
.button-parent {
  position: absolute;
  top: 1085px;
  left: -1940.1px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 40px;
}
.frame-child5 {
  width: 18.9px;
  position: relative;
  height: 18.9px;
}
.group-parent1 {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
}
.featured-event,
.group-div {
  
}
.featured-event {
  background-color: var(--color-black);

  font-size: var(--font-size-5xl);
  color: var(--foundation-white-white);
}
.logo-26-icon {
  width: 165.6px;
  position: relative;
  height: 43.2px;
  overflow: hidden;
  flex-shrink: 0;
  object-fit: cover;
}
.logo3 {
  flex: 1;
  height: 75px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.logo-27-icon,
.logo-34-icon {
  width: 184.8px;
  position: relative;
  height: 40.8px;
  overflow: hidden;
  flex-shrink: 0;
}
.logo-34-icon {
  width: 186px;
  height: 48px;
  object-fit: cover;
}
.container2,
.logo-parent {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.logo-parent {
  flex: 1;
}
.container2 {
  position: absolute;
  top: 3081px;
  left: calc(50% - 668px);
  width: 1340px;
}
.reviews,
.what-client-say {
  position: absolute;
  display: inline-block;
}
.what-client-say {
  top: 44.1px;
  left: calc(50% - 312px);
  text-transform: capitalize;
  width: 597px;
  height: 78px;
}
.reviews {
  top: 0;
  left: calc(50% - 90px);
  font-size: var(--font-size-3xl);
  color: #404040;
  width: 153px;
  height: 30.5px;
}
.group-child2,
.group-child3,
.group-child4,
.group-child5,
.star-icon {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: var(--br-12xs);
  width: 14.9px;
  height: 16.9px;
}
.group-child2,
.group-child3,
.group-child4,
.group-child5 {
  left: 48.1px;
}
.group-child3,
.group-child4,
.group-child5 {
  left: 24px;
}
.group-child4,
.group-child5 {
  left: 72.1px;
}
.group-child5 {
  left: 96.1px;
}
.star-parent {
  width: 111px;
  position: relative;
  height: 16.9px;
}
.excepteur-sint-occaecat,
.joshua {
  position: relative;
  display: inline-block;
  flex-shrink: 0;
}
.excepteur-sint-occaecat {
  width: 354.7px;
  line-height: 25px;
  font-weight: 500;
  height: 119px;
}
.joshua {
  width: 212px;
  font-size: var(--font-size-xl);
  color: var(--style1);
  height: 28.3px;
}
.group-icon20,
.group-icon21 {
  position: absolute;
  top: 0;
  left: 0;
  width: 25.2px;
  height: 43.1px;
}
.group-icon21 {
  left: 31.2px;
}
.general-manager,
.group {
  width: 56.3px;
  position: relative;
  height: 43.1px;
}
.general-manager {
  width: 172px;
  display: inline-block;
  height: 19.2px;
  flex-shrink: 0;
}
.group-parent2 {
  width: 431px;
  background-color: var(--color-whitesmoke-100);
  height: 326px;
  align-items: flex-end;
  flex-wrap: wrap;
  align-content: flex-end;
  padding: var(--padding-16xl) var(--padding-12xl);
  box-sizing: border-box;
  gap: 17px 100px;
}
.frame-parent1,
.group-parent2,
.group-parent3 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.group-parent3 {
  width: 431px;
  background-color: var(--color-whitesmoke-100);
  height: 389px;
  align-items: flex-end;
  flex-wrap: wrap;
  align-content: flex-end;
  padding: var(--padding-16xl) var(--padding-12xl);
  box-sizing: border-box;
  gap: 17px 100px;
}
.frame-parent1 {
  position: absolute;
  top: 169px;
  left: 0;
  height: 392px;
  align-items: center;
  gap: 30px;
  text-align: left;
  font-size: var(--font-size-sm);
  color: var(--color-darkslategray-100);
}
.what-client-say-it-parent {
  position: absolute;
  top: 4191px;
  left: calc(50% - 862px);
  width: 1728px;
  height: 645px;
  overflow: hidden;
  font-size: var(--font-size-36xl);
  color: var(--style1);
}
.frame-child9 {
  height: 80px;
}

.customized-selections-collabor-container {
  width: 253px;
  position: relative;
  display: inline-block;
  flex-shrink: 0;
}
.customized-selections-collabor-wrapper {
  position: absolute;
  top: 24.5px;
  left: calc(50% - 78.5px);
  width: 253px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.frame-child11 {
  position: absolute;
  top: 0.5px;
  left: 0;
  border-radius: var(--br-5xl);
  width: 415px;
  height: 163px;
}
.book-the-turfs-container {
  width: 326px;
  position: relative;
  display: inline-block;
  flex-shrink: 0;
}
.book-the-turfs-host-your-turf-wrapper {
  position: absolute;
  top: 24.5px;
  left: calc(50% - 80.5px);
  width: 245px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.layer-1-icon2 {
  position: absolute;
  height: 51.52%;
  width: 18.8%;
  top: 24.85%;
  right: 74.7%;
  bottom: 23.64%;
  left: 6.51%;
  max-width: 100%;
  overflow: hidden;
  max-height: 100%;
  object-fit: contain;
}
.vector-parent1 {
  width: 415px;
  position: relative;
  height: 165px;
}
.low-commission-rate-container {
  width: 286px;
  position: relative;
  display: inline-block;
  flex-shrink: 0;
}
.low-commission-rate-we-provide-wrapper {
  position: absolute;
  top: 24.5px;
  left: calc(50% - 83.5px);
  width: 248px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.layer-1-icon3 {
  position: absolute;
  height: 57.72%;
  width: 20.72%;
  top: 26.85%;
  right: 74.94%;
  bottom: 15.44%;
  left: 4.34%;
  max-width: 100%;
  overflow: hidden;
  max-height: 100%;
  object-fit: contain;
}
.vector-parent2 {
  width: 415px;
  position: relative;
  height: 149px;
}
.ticketing-experience-our-container {
  width: 249px;
  position: relative;
  display: inline-block;
  flex-shrink: 0;
}
.ticketing-experience-our-solut-wrapper,
.ticketing-experience-we-provid-wrapper {
  position: absolute;
  top: 24.5px;
  left: calc(50% - 78.5px);
  width: 249px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.ticketing-experience-we-provid-wrapper {
  top: 24px;
  left: calc(50% - 79.5px);
  width: 244px;
}
.layer-1-icon4 {
  position: absolute;
  height: 57.05%;
  width: 17.83%;
  top: 26.85%;
  right: 74.94%;
  bottom: 16.11%;
  left: 7.23%;
  max-width: 100%;
  overflow: hidden;
  max-height: 100%;
  object-fit: cover;
}
.frame-parent2 {
  position: absolute;
  top: 3564px;
  left: 195px;
  width: 1341px;
  height: 369px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-content: center;
  padding: 0 13px;
  box-sizing: border-box;
  gap: 25px 35px;
  text-align: left;
}
.layer-1-icon5,
.layer-1-icon6,
.layer-1-icon7 {
  position: absolute;
  top: 3622px;
  left: 672px;
  width: 97px;
  height: 80px;
  overflow: hidden;
  object-fit: contain;
}
.layer-1-icon6,
.layer-1-icon7 {
  top: 3809px;
  left: 683px;
  width: 82px;
  height: 82px;
}
.layer-1-icon7 {
  top: 3620px;
  left: 233px;
  width: 75px;
  height: 85px;
  object-fit: cover;
}
.logo7 {
  width: 173px;
  height: 94px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.home1 {
  position: relative;
  line-height: 150%;
  color: var(--style1);
}
.tickets {
  cursor: pointer;
}
.organisers,
.tickets {
  position: relative;
  line-height: 150%;
}
.auto-layout-horizontal1 {
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: var(--gap-13xl);
}
.sign-in {
  position: relative;
  line-height: 150%;
  text-transform: uppercase;
}
.button3 {
  border-radius: var(--br-21xl);
  border: 1px solid var(--foundation-white-white);
  flex-direction: row;
  justify-content: center;
  padding: var(--padding-base) var(--padding-13xl);
}
.button3,
.logo-group,

.logo-group {
  align-self: stretch;
  flex-direction: row;
  justify-content: flex-start;
}

.register-your-events-section {
	background-color: #00aff0;	
}

.register-your-events {
  position: relative;
  font-size:32px;;
  line-height: 140%;
  text-transform: capitalize;
  color: #fff;
  
  
  font-family: "Poppins-Bold", sans-serif;
  font-weight: 700;
  
}
.button4,
.button5 {
  width: 158px;
  box-shadow: 0 4px 10.4px rgba(0, 0, 0, 0.16);
  border-radius: var(--br-31xl);
  background-color: var(--style1);
  height: 56px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: var(--padding-xs) var(--padding-5xl);
  box-sizing: border-box;
}
.button5 {
  width: 155px;
}

.btn-event {
	width: 150px;
	box-shadow: 0 4px 10.4px rgba(0, 0, 0, 0.16);
	border-radius: var(--br-31xl);
	background-color: var(--style1);
	height: 56px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	padding: var(--padding-xs) var(--padding-5xl);
	box-sizing: border-box;
	z-index:9;
	
}

.btn-event-full {
	width: 100%;
	box-shadow: 0 4px 10.4px rgba(0, 0, 0, 0.16);
	border-radius: var(--br-31xl);
	background-color: var(--style1);
	height: 56px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	padding: var(--padding-xs) var(--padding-5xl);
	box-sizing: border-box;
	
}

.btn-event-white {
	/*
	width: 100%;
	box-shadow: 0 4px 10.4px rgba(0, 0, 0, 0.16);
	border-radius: var(--br-31xl);
	background-color: #fff;
	height: 56px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	padding: var(--padding-xs) var(--padding-5xl);
	box-sizing: border-box;
	*/
	
	background: var(--ffffff, #ffffff);
	border-radius: 50px;
	padding: 12px 24px 12px 24px;
	display: flex;
	flex-direction: row;
	gap: 10px;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	/*
	width: 158px;
	height: 56px;
	*/
	position: relative;
	box-shadow: 0px 4px 10.4px 0px rgba(0, 0, 0, 0.16);
	
	color: var(--style, #010101);
	text-align: left;
	font-family: "Poppins-Medium", sans-serif;
	font-size: 16px;
	line-height: 140%;
	font-weight: 500;
	
}

.btn-event-full2 {
	width: 100%;
	box-shadow: 0 4px 10.4px rgba(0, 0, 0, 0.16);
	border-radius: var(--br-31xl);
	background-color: var(--style1);
	/*height: 56px;*/
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	padding: var(--padding-xs) var(--padding-5xl);
	box-sizing: border-box;
	margin-top:25px;
}


.btn-feature-tab {
	width: 200px;
	box-shadow: 0 4px 10.4px rgba(0, 0, 0, 0.16);
	border-radius: var(--br-31xl);
	border-color: #1b1b1b;
	background-color: #1b1b1b;
	height: 56px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	padding: var(--padding-xs) var(--padding-5xl);
	box-sizing: border-box;
	
}

.btn-share, .btn-share:hover, .btn-share:active{
	width: 150px;
	height: 56px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	padding: var(--padding-xs) var(--padding-5xl);
	box-sizing: border-box;
	z-index:9;
	position:relative;
	float:right;
	
	background: rgba(255, 255, 255, 0.9);
    border-radius: 50px;
    border-style: solid;
    border-color: #ffffff;
    border-width: 4px;
    padding: 12px 24px 12px 24px;
	color: #010101;
    text-align: left;
    font-family: "Poppins-Medium", sans-serif;
    font-size: 16px;
    line-height: 140%;
    font-weight: 500;
	
}


.btn-share .bi-reply-fill {
      -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    -ms-filter: fliph; /*IE*/
    filter: fliph; /*IE*/

}


.register-your-events-turfs-w-parent {
 
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 180px;
  text-align: left;
  color: var(--foundation-white-white);
}
.macbook-pro-16-1 {
  width: 100%;
  position: relative;
  background-color: var(--foundation-white-white);
  height: 6771px;
  overflow: hidden;
  text-align: center;
  font-size: var(--body-regular-size);
  color: var(--color-black);
  font-family: var(--font-poppins);
}
.welcome-back {
  position: relative;
  letter-spacing: 0.01em;
  line-height: 100%;
  font-weight: 500;
  white-space: pre-wrap;
}
.intro {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  font-size: var(--font-size-17xl);
}

.intro-1 {
  font-size: var(--font-size-17xl);
  margin-bottom:20px;
}

.label {
  position: relative;
  letter-spacing: 0.01em;
  line-height: 100%;
}

.input-label {
  position: relative;
  letter-spacing: 0.01em;
  line-height: 100%;
  margin-bottom:10px;
  font-weight:bold;
}



.input2 {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.25) inset;
  border-radius: var(--br-5xs);
  background-color: var(--foundation-white-white);
}
.placeholder {
  position: absolute;
  top: 16px;
  left: 16px;
  letter-spacing: 0.01em;
  line-height: 100%;
}
.input,
.input1 {
  align-self: stretch;
}
.input1 {
  position: relative;
  height: 48px;
  color: var(--color-darkgray);
}
.input {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: var(--gap-5xs);
}
.input5 {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: var(--br-5xs);
  background-color: var(--foundation-white-white);
}
.input4 {
  align-self: stretch;
  position: relative;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.25) inset;
  height: 48px;
  color: var(--color-darkgray);
}
.forgot-password {
  letter-spacing: 0.01em;
  line-height: 100%;
  color: var(--link);
  text-align: center;
}
.forgot-password,
.icons,
.sign-up {
  position: relative;
}
.icons {
  width: 24px;
  height: 24px;
  overflow: hidden;
  flex-shrink: 0;
  display: none;
}
.sign-up {
  font-weight: 600;
}
.icons-parent {
  position: absolute;
  top: calc(50% - 14px);
  left: calc(50% - 31px);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: var(--gap-5xs);
}
.button7 {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: var(--br-5xs);
  background-color: #111;
  overflow: hidden;
}
.button6 {
  width: 388px;
  position: relative;
  height: 48px;
  text-align: center;
  font-size: var(--paragraph-medium-size);
  color: rgba(255, 255, 255, 0.8);
}
.form1 {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: var(--gap-5xl);
  text-align: left;
}
.or,
.or-child {
  box-sizing: border-box;
}
.or-child {
  flex: 1;
  position: relative;
  border-top: 1px solid var(--color-gainsboro);
  height: 1px;
}
.or {
  width: 388px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  gap: var(--gap-base);
}
.facebook-icon,
.google-icon {
  width: 28px;
  position: relative;
  height: 28px;
  overflow: hidden;
  flex-shrink: 0;
}
.facebook-icon {
  display: none;
}
.sign-in-with,
.social-button {
  display: flex;
  align-items: center;
}
.sign-in-with {
  width: 178px;
  position: relative;
  letter-spacing: 0.01em;
  line-height: 100%;
  flex-shrink: 0;
  padding-left:10px;
}
.social-button {
  align-self: stretch;
  border-radius: 12px;
  background-color: var(--color-whitesmoke-100);
  flex-direction: row;
  justify-content: center;
  padding: var(--padding-xs) 9px;
  gap: var(--gap-base);
}
.social-buttons-columns,
.social-sign-in {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.social-buttons-columns {
  width: 388px;
  text-align: left;
  color: var(--secondary-text);
}
.social-sign-in {
  gap: var(--gap-5xl);
  color: #294957;
}
.sign-up1 {
  color: var(--link);
  text-decoration:none;
}
.dont-you-have-container1 {
  width: 100%;
}
.dont-you-have-container {
  width: 382px;
  position: relative;
  font-size: var(--paragraph-medium-size);
  letter-spacing: 0.01em;
  line-height: 160%;
  display: flex;
  align-items: center;
  color: var(--secondary-text);
}
.login-form {
  
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 20px;
}
.left-side-8-column {
  align-self: stretch;
  width: 493px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.art {
  align-self: stretch;
  width: 712px;
}
.main-container {
  position: absolute;
  height: 100%;
  top: 0;
  bottom: 0;
  left: calc(50% - 669px);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 48px;
  box-sizing: border-box;
  gap: 37px;
}
.login-art-icon {
  
  max-width: 100%;
  overflow: hidden;
  max-height: 90%;
  object-fit: cover;
}
.login {
  width: 90%;
  position: relative;
  border-radius: var(--br-5xl);
  background-color: var(--foundation-white-white);
  height: 717px;
  overflow: hidden;
  max-width: 90%;
  max-height: 90%;
  text-align: center;
  font-size: var(--body-regular-size);
  color: var(--primary-text);
  font-family: var(--font-poppins);
  padding: 48px;
}




.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #fff;
    background-color: var(--style1);
    border-color: var(--style1);
	padding:20px 50px;
}

.nav-tabs .nav-link {
	color: #fff;
    margin-bottom: calc(-1* var(--bs-nav-tabs-border-width));
    border: var(--bs-nav-tabs-border-width) solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
	padding:20px 50px;
}

.nav-tabs2 {
	padding-left:20%;
}

.nav-tabs2 .nav-link2.active, .nav-tabs2 .nav-item2.show .nav-link2 {
    color: #fff;
    background-color: var(--style1);
    border-color: var(--style1);
	padding:20px 30px;
	font-weight:bold;
	
}

.nav-tabs2 .nav-link2 {
	color: #fff;
    margin-bottom: calc(-1* var(--bs-nav-tabs-border-width));
    border: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding:20px 30px;
	background-color: var(--style1);
	
}




.img-100 {
	max-width:100%;
}


.title-sports-category {
	text-align:center;
	    font-family: var(--font-poppins);
	font-size: var(--font-size-3xl);	
}

.title-sports-category span {
	font-size: var(--font-size-36xl);
    color: var(--style1);
	text-align:center;
}

.sport-cat-item {
	
	text-align:center;
	margin-bottom:75px;
}

.sport-cat-item-img {
	
	text-align:center;
	margin-bottom:20px;
}

.sport-cat-item-text {
	
	text-align:center;
	color:#000;
	text-decoration:none;
	font-size: 1.2rem;
	font-family: var(--font-poppins);
}

.sport-cat-item-text a {
	color:#000;
	text-decoration:none;
}

.sport-cat-item-text a:hover,  .sport-cat-item-text a:active{
	color:#000;
	text-decoration:none;
}

.sport-cat-item {
	
	text-align:center;
	margin-bottom:75px;
}

.sport-cat-item-img {
	
	text-align:center;
	margin-bottom:20px;
	max-height:64px;
}


.our-sponsership {
	background-color:#f5f5f5;
}

.our-sponsership-logos-item {
	
	display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
	/*height: 75px;*/
    position: relative;
	
}

.our-sponsership-logos-item-img {
	
	text-align:center;
	max-height:48px;
}


.title-our-sponsership {
	text-align:center;
	font-family: var(--font-poppins);
	font-size: var(--font-size-3xl);	
}

.title-our-sponsership span {
	font-size: var(--font-size-36xl);
    color: var(--style1);
	text-align:center;
}


.ticketing-experience {
  margin: 0;
  font-size: var(--font-size-xl);
}
.ticketing-experience-explore-container {
  width: 248px;
  position: relative;
  display: inline-block;
  flex-shrink: 0;
  margin-left:10px;
}
.ticketing-experience-explore-o-wrapper {
 
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

.vector-parent {
	background-color:#fff;
	border:1px solid #fff;
	border-radius: 20px 20px;
	padding: 20px;
	display: flex;
	margin-bottom:50px;
  
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-content: center;
	height:180px;
}


.testimonials-section {
	
}

.title-testimonials-section {
	text-align:center;
	    font-family: var(--font-poppins);
	font-size: var(--font-size-3xl);	
}

.title-testimonials-section span {
	font-size: var(--font-size-36xl);
    color: var(--style1);
	text-align:center;
}

.tag{text-align: center;font-size: 1.1rem}
.fa-heart{color: #ffffff;font-size: 30px}
.cardbox{height: 320px;padding: 10px 20px;border: none; background-color:#f5f5f5;}
.testimonial{font-size: 0.9rem;line-height: 1.4rem;font-weight: 500}
.active-star{color: #FBC02D;margin-bottom: 8px}
.active-star:hover{color: #F9A825;cursor: pointer}
.profile{padding-top: 10px}.name{font-weight: 700}
.designation{font-size: 0.84rem;font-weight: 600}
.heart-icon{height: 76px !important;
  width: 17px;
  left: 10px;
  top: 20px;
  position: absolute;
  display: flex;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
    box-shadow: 0 0 0 2px white;
}


#owl-carousel {margin-bottom: 15px}
#owl-carousel .owl-stage-outer{padding: 40px 10px;}
#owl-carousel .owl-item img{width: 45px !important;height: 45px;border-radius: 50%;object-fit: cover}
#owl-carousel .owl-theme .owl-nav [class*='owl-']{border-radius: 50% !important;background: inherit !important;border: 3px solid #bbb;color: #bbb !important}
#owl-carousel .owl-theme .owl-nav [class*='owl-']:hover{border: 3px solid #1010ca;color: #1010ca !important}
#owl-carousel .owl-theme .active .cardbox {}
#owl-carousel .owl-theme .name {color:#00aff0;}
#owl-carousel .owl-item .cardbox {border-radius:0; transition: all 0.5s ease-in-out; }
#owl-carousel .owl-item.active.center .cardbox { height:420px; margin-top:-50px; transition: all 0.5s ease-in; }


#owl-carousel-3 {margin-bottom: 15px; overflow:hidden;}
#owl-carousel-3 .owl-item{ width:100% }
#owl-carousel-3 .owl-item.cloned.active .card img{ height: 300px; /*transition: all 0.5s ease-in-out;*/ }
#owl-carousel-3 .owl-item.cloned .card img{  height: 300px; /*transition: all 0.5s ease-in-out;*/ }
#owl-carousel-3 .owl-item.active.center .card img{  height: 400px; display: block;/*transition: all 0.5s ease-in;*/ }
#owl-carousel-3 .owl-item.center .card img{  height: 400px; display: block; /*transition: all 0.5s ease-in;*/ }
#owl-carousel-3 .owl-dots { right: 5%; top:90%; position: absolute; }
#owl-carousel-3 .owl-stage{padding-left:0px !important; height: 27rem;}

#owl-carousel-3 .owl-nav .owl-prev{
	background:url('../../assets/images/right_nav_button.png');	
	z-index: 9999;
	position: absolute;
	top: 85%;
	right:15%;
	color: #00AFF0;
	width:50px;
	height:50px;
}

#owl-carousel-3 .owl-nav .owl-next {
	background:url('../../assets/images/left_nav_button.png');	
	z-index: 9999;
	position: absolute;
	top: 85%;
	right:20%;
	color: #00AFF0;
	width:52px;
	height:50px;
}

#owl-carousel-4 {margin-bottom: 15px; overflow:hidden;}
#owl-carousel-4 .owl-item { width:100% }
#owl-carousel-4 .owl-item.cloned.active .card img{ height: 300px; /*transition: all 0.5s ease-in-out;*/ }
#owl-carousel-4 .owl-item.cloned .card img{  height: 300px; /*transition: all 0.5s ease-in-out;*/ }
#owl-carousel-4 .owl-item.active.center .card img{  height: 400px; display: block;/*transition: all 0.5s ease-in;*/ }
#owl-carousel-4 .owl-item.center .card img{  height: 400px; display: block;/*transition: all 0.5s ease-in;*/ }
#owl-carousel-4 .owl-dots { right: 5%; top:90%; position: absolute; }
#owl-carousel-4 .owl-stage{padding-left:0px !important; height: 27rem;}

#owl-carousel-4 .owl-nav .owl-prev{
	background:url('../../assets/images/right_nav_button.png');	
	z-index: 9999;
	position: absolute;
	top: 85%;
	right:15%;
	color: #00AFF0;
	width:50px;
	height:50px;
}

#owl-carousel-4 .owl-nav .owl-next {
	background:url('../../assets/images/left_nav_button.png');	
	z-index: 9999;
	position: absolute;
	top: 85%;
	right:20%;
	color: #00AFF0;
	width:52px;
	height:50px;
}

#owl-carousel-5 {margin-bottom: 15px; overflow:hidden;}
#owl-carousel-5 .owl-item { width:100% }
#owl-carousel-5 .owl-item.cloned.active .card img{ height: 300px; /*transition: all 0.5s ease-in-out;*/ }
#owl-carousel-5 .owl-item.cloned .card img{  height: 300px; /*transition: all 0.5s ease-in-out;*/ }
#owl-carousel-5 .owl-item.active.center .card img{  height: 400px; display: block;/*transition: all 0.5s ease-in;*/ }
#owl-carousel-5 .owl-item.center .card img{  height: 400px; display: block;/*transition: all 0.5s ease-in;*/ }
#owl-carousel-5 .owl-dots { right: 5%; top:90%; position: absolute; }
#owl-carousel-5 .owl-stage{padding-left:0px !important; height: 27rem;}

#owl-carousel-5 .owl-nav .owl-prev{
	background:url('../../assets/images/right_nav_button.png');	
	z-index: 9999;
	position: absolute;
	top: 85%;
	right:15%;
	color: #00AFF0;
	width:50px;
	height:50px;
}

#owl-carousel-5 .owl-nav .owl-next {
	background:url('../../assets/images/left_nav_button.png');	
	z-index: 9999;
	position: absolute;
	top: 85%;
	right:20%;
	color: #00AFF0;
	width:52px;
	height:50px;
}


#owl-carousel-6 {margin-bottom: 15px; overflow:hidden;}
#owl-carousel-6 .owl-item { width:100% }
#owl-carousel-6 .owl-item.cloned.active .card img{ height: 300px; /*transition: all 0.5s ease-in-out;*/ }
#owl-carousel-6 .owl-item.cloned .card img{  height: 300px; /*transition: all 0.5s ease-in-out;*/ }
#owl-carousel-6 .owl-item.active.center .card img{  height: 400px; display: block;/*transition: all 0.5s ease-in;*/ }
#owl-carousel-6 .owl-item.center .card img{  height: 400px; display: block;/*transition: all 0.5s ease-in;*/ }
#owl-carousel-6 .owl-dots { right: 5%; top:90%; position: absolute; }
#owl-carousel-6 .owl-stage{padding-left:0px !important; height: 27rem;}

#owl-carousel-6 .owl-nav .owl-prev{
	background:url('../../assets/images/right_nav_button.png');	
	z-index: 9999;
	position: absolute;
	top: 85%;
	right:15%;
	color: #00AFF0;
	width:50px;
	height:50px;
}

#owl-carousel-6 .owl-nav .owl-next {
	background:url('../../assets/images/left_nav_button.png');	
	z-index: 9999;
	position: absolute;
	top: 85%;
	right:20%;
	color: #00AFF0;
	width:52px;
	height:50px;
}

#owl-carousel-7 {margin-bottom: 15px; overflow:hidden;}
#owl-carousel-7 .owl-item { width:100% }
#owl-carousel-7 .owl-item.cloned.active .card img{ height: 300px; /*transition: all 0.5s ease-in-out;*/ }
#owl-carousel-7 .owl-item.cloned .card img{  height: 300px; /*transition: all 0.5s ease-in-out;*/ }
#owl-carousel-7 .owl-item.active.center .card img{  height: 400px; display: block;/*transition: all 0.5s ease-in;*/ }
#owl-carousel-7 .owl-item.center .card img{  height: 400px; display: block;/*transition: all 0.5s ease-in;*/ }
#owl-carousel-7 .owl-dots { right: 5%; top:90%; position: absolute; }
#owl-carousel-7 .owl-stage{padding-left:0px !important; height: 27rem;}

#owl-carousel-7 .owl-nav .owl-prev{
	background:url('../../assets/images/right_nav_button.png');	
	z-index: 9999;
	position: absolute;
	top: 85%;
	right:15%;
	color: #00AFF0;
	width:50px;
	height:50px;
}

#owl-carousel-7 .owl-nav .owl-next {
	background:url('../../assets/images/left_nav_button.png');	
	z-index: 9999;
	position: absolute;
	top: 85%;
	right:20%;
	color: #00AFF0;
	width:52px;
	height:50px;
}


#owl-carousel-details {margin-bottom: 15px; overflow:hidden;}
#owl-carousel-details .owl-item{ width:100% }
#owl-carousel-details .owl-item.cloned.active .card img{ height: 300px; /*transition: all 0.5s ease-in-out;*/ }
#owl-carousel-details .owl-item.cloned .card img{  height: 300px; /*transition: all 0.5s ease-in-out;*/ }
#owl-carousel-details .owl-item.active.center .card img{  height: 300px; display: block;/*transition: all 0.5s ease-in;*/ }
#owl-carousel-details .owl-item.center .card img{  height: 300px; display: block; /*transition: all 0.5s ease-in;*/ }
#owl-carousel-details .owl-dots { right: 5%; top:90%; position: absolute; }
#owl-carousel-details .owl-stage{padding-left:0px !important; }

/*
#owl-carousel-details .owl-nav .owl-prev{
	background:url('../../assets/images/right_nav_button.png');	
	z-index: 9999;
	position: absolute;
	top: 85%;
	right:15%;
	color: #00AFF0;
	width:50px;
	height:50px;
}

#owl-carousel-details .owl-nav .owl-next {
	background:url('../../assets/images/left_nav_button.png');	
	z-index: 9999;
	position: absolute;
	top: 85%;
	right:20%;
	color: #00AFF0;
	width:52px;
	height:50px;
}
*/


#owl-carousel-header .owl-dots { margin-top:-40px; position: relative; }

#owl-carousel-header .owl-item {
	width: 100%;
	
}


.home-turftab-list {
	/*height: 750px;*/
}

.home-turftab-list .card {
	border: 0;
	position: relative;
	background:none;
}

.home-turftab-list .card img {
	border-radius: 24px;
    height: 300px;
	object-fit: cover;
    transition: all 350ms ease-out;
    /*border: 1px solid #000;*/
	box-shadow: 0px 4px 7.3px 0px rgba(0, 0, 0, 0.25);
}

.home-turftab-list .card .bookmark-icon {
	/* height: 68px !important;
    width: 36px;
    right: 0; */
    height: 43px !important;
    width: 24px;
    right: 7px;
    top: 11px;
    position: absolute;
    display: none;
}

.home-turftab-list .card-img-overlay1 {
	color: #ffffff;
    text-align: left;
    font-family: "Poppins-Regular", sans-serif;
	background-color:rgba(0,0,0,0.75);
	position:absolute;
	bottom:0;
	width:100%;
	padding:10px;
	border-radius: 0px 0px 24px 24px;
    
}

.home-turftab-list .card-img-overlay1 .card-item-location {
    font-size: 16px;
    line-height: 150%;
    font-weight: 400;
}

.home-turftab-list .card-img-overlay1 .card-item-title {
    font-size: 20px;
    line-height: 150%;
    font-weight: 700;
}

.home-turftab-list .card-img-overlay1 .card-item-time {
    font-size: 14px;
    line-height: 150%;
    font-weight: 400;
	float:left;
}

.home-turftab-list .card-img-overlay1 .card-item-price {
    font-size: 14px;
    line-height: 150%;
    font-weight: 400;
	float:right;
	text-align: right;
}





.sec-turf-list .card, .sec-turf-detail .card {
	border: 0;
	position: relative;
	background:none;
}

.sec-turf-list .card img {
	border-radius: 24px;
    height: 300px;
    object-fit: cover;
    transition: all 350ms ease-out;
    border: 1px solid #000;
	box-shadow: 0px 4px 7.3px 0px rgba(0, 0, 0, 0.25);
}

.sec-turf-detail .card img {
	border-radius: 24px;
    height: 300px;
    object-fit: cover;
    transition: all 350ms ease-out;
    border: 1px solid #000;
	
}



.sec-turf-list .card-img-overlay1, .sec-turf-detail .card-img-overlay1 {
	color: #ffffff;
    text-align: left;
    font-family: "Poppins-Regular", sans-serif;
	background-color:rgba(0,0,0,0.75);
	position:absolute;
	bottom:0;
	width:100%;
	padding:10px;
	border-radius: 0px 0px 24px 24px;
    
}

.sec-turf-list .card-img-overlay1 .card-item-location {
    font-size: 16px;
    line-height: 150%;
    font-weight: 400;
}

.sec-turf-list .card-img-overlay1 .card-item-title {
    font-size: 20px;
    line-height: 150%;
    font-weight: 700;
}

.sec-turf-list .card-img-overlay1 .card-item-time {
    font-size: 14px;
    line-height: 150%;
    font-weight: 400;
	float:left;
}

.sec-turf-list .card-img-overlay1 .card-item-price {
    font-size: 14px;
    line-height: 150%;
    font-weight: 400;
	float:right;
	text-align: right;
}

.card-item-center {
    font-size: 14px;
    line-height: 150%;
    font-weight: 400;
	text-align: center;
}

.color-green {
	color: #2fe961;
}

.detail-title {
	font-family: "Poppins-Bold", sans-serif;
    font-size: 36px;
    font-weight: 700;
}

.detail-amenties-box {
    border-radius: 24px;
    background-color: #f5f5f5;
    display: flex;
    padding: 24px;
    box-sizing: border-box;
	flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 15px;
}


.detail-amenties-box-wrap {
    width:100%;
	display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 30px;
    
}

.detail-amenties-value {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
    
}

.left-pipe-border {
	border-left-width: 3px;
    border-left-color: #fff;
    border-left-style: solid;
    padding-left: 10px;
}


.detail-amenties-title {
	color: #000000;
    font-family: "Poppins-Bold", sans-serif;
    font-size: 20px;
    font-weight: 700;
}

.detail-amenties-item {
	color: #000000;
    font-family: "Poppins-Bold", sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.detail-address {
	color: #000000;
    font-family: "Poppins-Bold", sans-serif;
    font-size: 16px;
    line-height: 21px;
    font-weight: 600;
}

.detail-heading {
	color: #000000;
    font-family: "Poppins-Bold", sans-serif;
    font-size: 20px;
    line-height: 21px;
    font-weight: 700;
}


.detail-outlet-box {
    border-radius: 24px;
    background-color: #f5f5f5;
    display: flex;
    padding: 20px;
    box-sizing: border-box;
	flex-wrap:  wrap;
}


.detail-outlet-value {
	display: flex;
    flex: 1 1 calc(33.333% - 20px);
	padding:20px 20px;
    
}

.detail-outlet-title {
	color: #000000;
    font-family: "Poppins-Bold", sans-serif;
    font-size: 20px;
    font-weight: 700;
}

.detail-outlet-item {
	color: #000000;
    font-family: "Poppins-Bold", sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.frm-input {
	width:100%;
	border-color: #ffffff;
	border-style: none;
	background-color: #ffffff;
	padding: 12px 12px;
	box-sizing: border-box;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.25) inset;
    border-radius: var(--br-5xs);
}

.frm-input-1 {
	width:100%;
	border-color: #ffffff;
	border-style: none;
	background-color: #ffffff;
	padding: 12px 12px;
	box-sizing: border-box;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.25) inset;
    border-radius: var(--br-5xs);
	margin-bottom:20px;
}

.frm-input-group-1 {
	border-color: #ffffff;
	border-style: none;
	background-color: #ffffff;
	padding: 12px 12px;
	box-sizing: border-box;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.25) inset;
    border-radius: var(--br-5xs);
	
}

.frm-input-2 {
	width:100%;
	border-color: #ffffff;
	border-style: none;
	background-color: #ffffff;
	padding: 12px 12px;
	box-sizing: border-box;
	border-radius: 20px;
	margin-bottom:20px;
}

.input-label-2 {
	font-family: var(--font-poppins);
	font-size: 16px;
	font-weight: 500;
	line-height:22.4px;
	color:#222222;
	margin-bottom:12px;
}


.input-radio-label {
	position: relative;
	padding-left: 50px;
	padding-right: 10px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.input-radio-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  width: 30px;
  background-color: #FFF;
  border-radius: 50%;
}

.input-radio-label  input:checked ~ .checkmark {
  background-color: #FFF;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.input-radio-label input:checked ~ .checkmark:after {
  display: block;
}

.input-radio-label .checkmark:after {
 	top: 5px;
	left: 5px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #2196F3;
}

.input-label-full {
	border-color: #ffffff;
	border-style: none;
	background-color: #ffffff;
	padding: 12px 12px;
	border-radius: var(--br-5xs);
	
	color: #00aff0;
    text-align: center;
    font-family: "Poppins-Bold", sans-serif;
    font-size: 28px;
    line-height: 150%;
    font-weight: 700;
}

.btn_pay_full {
	background: #00aff0;
    border-radius: 50px;
    padding: 12px 24px 12px 24px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    flex-shrink: 0;
    width: 100%;
	height: 63px;
    position: relative;
    box-shadow: 0px 4px 10.4px 0px rgba(0, 0, 0, 0.16);
	color:#ffffff;
	
	font-family: "Poppins-Regular", sans-serif;
    font-size: 24px;
    line-height: 140%;
    font-weight: 400;
}

.btn_pay_full:hover, .btn_pay_full:active {
	background: #00aff0;
    color:#f5f5f5;
}

.frm-submit-btn {
	width:100%;
	border-radius: var(--br-5xs);
    background-color: #111;
	padding: 12px 12px;
	text-align: center;
    font-size: var(--paragraph-medium-size);
    color: rgba(255, 255, 255, 0.8);
	font-weight: 600;
}

.frm-submit-btn:hover {
	width:100%;
	border-radius: var(--br-5xs);
	border-color:#f5f5f5;
    background-color: #111;
	padding: 12px 12px;
	text-align: center;
    font-size: var(--paragraph-medium-size);
    color: rgba(255, 255, 255, 0.8);
	font-weight: 600;
}

.top_error_msg {
	width:100%;
	text-align:left;
}

.err_msg {
	color:#ff0000;
}

.login-form-box {
	background-color: #f5f5f5;
    border-radius: 20px;
    padding: 20px;
}



.booknowpopup {
  width: 90%;
  position: relative;
  border-radius: var(--br-5xl);
  background-color: #f5f5f5;
  height: 717px;
  overflow: hidden;
  max-width: 90%;
  max-height: 90%;
  text-align: center;
  font-size: var(--body-regular-size);
  color: var(--primary-text);
  font-family: var(--font-poppins);
  padding: 48px;
}

.title_row {
	display:flex;
	height:100%;	
	width:100%;
	gap:20px;
	flex-direction:row;
}

.rectangle-43600 {
    background: #003473;
    border-radius: 65px;
    width: 81px;
    height: 81px;
	display:flex;
	
    
}

.organizer_name {
	font-size: 24px;
    display:flex;
	align-items: center;
	width:50%;
}

.event_status {
	font-size: 24px;
    display:flex;
	align-items: center;
	justify-content: right;
	color:#00ff00;
	width:40%;
}

.event_name_full {
    color: var(--foundation-black-black-500, #222222);
    text-align: left;
    font-family: "Poppins-SemiBold", sans-serif;
    font-size: 30px;
    line-height: 60px;
    font-weight: 600;
    /* position: relative; */
    /* align-self: stretch; */
}

.msg-label {
	font-family: "Poppins-SemiBold", sans-serif;
    font-size: 18px;
    line-height: 36px;
    font-weight: 600;
}

.msg-value {
	font-family: "Poppins-SemiBold", sans-serif;
	font-size: 18px;
	line-height: 36px;
   
}

.full_checkbox_wrapper {
	background-color: #ffffff;
    border-radius: 20px;
    padding: 15px 30px;
	width:100%;
	display:flex;
	flex-direction:row;
	align-items: stretch;
}


.checkbox_label {
	display:flex;
	align-items: center;
	justify-content: center;
	font-family: "Poppins-SemiBold", sans-serif;
    font-size: 16px;
    line-height: 28px;
    font-weight: 600;
	flex:1;
}

.checkbox_input {
	display:flex;
	align-items: center;
	justify-content: center;
	flex:1;
}

.sign-in-with1 {
	text-decoration:none;
	display:flex;
}

.top-event-search-section {
	position:fixed;
	background-color: rgba(0, 0, 0, 0.98);
    z-index: 99998;
	top:120px;
}

.btm_popup_box {
	width: 90%;
	position: relative;
	border-radius: var(--br-5xl);
	background-color: #00aff0;
	overflow: hidden;
	max-width: 90%;
	max-height: 90%;
	text-align: center;
	font-size: var(--body-regular-size);
	color: var(--primary-text);
	font-family: var(--font-poppins);
	padding: 48px;
	overflow-y: auto;
}

.bottom_popup_title {
	color: #ffffff;
  text-align: left;
  font-family: "Poppins-Regular", sans-serif;
  font-size: 36px;
  font-weight: 400;

}

.bottom_popup_text {
	color: #ffffff;
	text-align: left;
	font-family: "QuattrocentoSans-Bold", sans-serif;
	font-size: 14px;
	font-weight: 400;
}

ul.bottom_menu_ul li {
	/*margin-bottom:20px;*/
}

.home_turf_search {
	backdrop-filter: blur(47.8px);
    border-radius: var(--br-5xl);
    background-color: rgba(255, 255, 255, 0.9);
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-end;
    padding: 15px;
    box-sizing: border-box;
    gap: var(--gap-13xl);
}

.err_border_highlight {
	border: 1px solid #FF0000;
}

.pull-right {
    float: right;
}

.close-btn {
    position: absolute; 
    top: 10px; 
    right: 84px; 
    background-color: #00aff0;
    color: #fff;
    border: none;
    padding: 5px 10px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 16px;
    z-index: 100000; 
}

.close-btn:hover {
    background-color: #00aff0;
}

.close-btn2 {
    position: absolute; 
    top: 27px; 
    right: 1%; 
    background-color: #00aff0;
    color: #fff;
    border: none;
    padding: 0px 10px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 27px;
    z-index: 100000;
}

.close-btn2:hover {
    background-color: #00aff0;
}

.tblscroll {
	width:1290px;
	overflow-x:auto;
}


.frm-title {
	text-align: left;
	font-family: var(--font-poppins);
	font-size: 40px;
	font-weight: 600;
}

.frm-sub-title {
	text-align: left;
	font-family: var(--font-poppins);
	font-size: 24px;
	font-weight: 600;
}

.home-ads {
	padding-left:0px;
	padding-right:0px;
}

.home-ads img{
	width:100%;
}

.footer-address-wrap {
	display: flex;
	flex-wrap: wrap;
	flex-direction:row;
}

.footer-address-item-1 {
	flex: 0 0 50%;
}

.footer-address-item-2 {
	
}

@media (max-width: 1536px){
	.register-your-events {
		font-size:26px;
	}
	
	.featured-events {
		font-size: 44px;
	}
	
	.lang-select {
		margin-left: 10px;
	}
}

@media (max-width: 1200px){
	.register-your-events {
		font-size:22px;
	}
	
	.navbar-dark .navbar-nav .nav-link {
		font-size: 12px;
	}
	
	.book-your-tickets-container {
		line-height: 40px;
		font-size: 32px;
	}
	
	.trans-btn {
		padding: 5px 20px;
		font-size: 12px;
		width: 80px;
	}
	
	.navbar-brand {
		margin-right: 130px;
	}
	
	li.nobg img {
		height:16px;
	}
	
	.btn-select2 {
		width: 125px;
		font-size: 12px;
	}
	
	#c li span, .btn-select2 li span {
		margin-left: 5px;
	}
}


@media (max-width: 991px){
	
	.trans-btn {
		 margin-left: 0px; 
		 margin-bottom: 20px; 
	}
	
	.heading-text-header {
		font-size: 32px;
	}
	
	.featured-events {
		font-size: 42px;
	}
	
	.book-your-tickets-container {
		line-height: 40px;
		font-size: 32px;
	}
	
	.register-your-events {
		font-size:16px;
	}
	
	.lang-select {
		margin-left: 0px;
		float: left;
	}
	
	.navbar-dark .navbar-nav .nav-link {
		font-size: 12px;
	}
	
	.footer-address-wrap {
		flex-direction:column;
	}
	
}
	


@media (max-width: 767px){
	
	
	
	.lang-select {
		margin-left: 0px;
		margin-bottom: 30px;
		float: left;
	}
	
	.bg-icon, .header-child {
		top: 120px;
	}

	.section-header-form {
		background-color: #000;
	}
	
	.header-form {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	
	.heading-text-header {
		font-size: 32px;
	}
	
	.featured-events {
		font-size: 42px;
	}
	
	.book-your-tickets-container {
		line-height: 40px;
		font-size: 32px;
	}
	
	.navbar-brand {
		 margin-right: 10px; 
	}
	
	.main-wrapper2 {
		margin-top:-25px;
	}
	
	.right-addon2 .bi {
		right: 40px;
	}
	
	.ftr-2-ul {
		margin-bottom: 40px;
	}
	
	.group-parent {
		margin-bottom: 40px;
	}
	
	.bottomUl {
		display:inline;
		float:left;
	}
	
	.bottomUl li {
		padding-bottom: 20px;
	}
	
	.ftr-btm-cards {
		width: 30px;
	}
	
	.subscribe-newsletters1 {
		font-size: 30px;
		
	}
	
	.vector-parent{
		border-radius: 10px;
		padding: 10px;
		height:200px;
	}
	
	.frame-child9 {
		height: 60px;
	}
	
	.our-sponsership-logos-item {
		margin-bottom: 50px;
		height: auto;
	}
	
	.detail-amenties-value {
		flex-direction: column;
	}
	
	.header-form-2 {
		margin-bottom:30px;
	}
	
	.sec-turf-list .card, .sec-turf-detail .card {
		margin-bottom:50px;
	}
	
	.sec-turf-list .card-img-overlay1, .sec-turf-detail .card-img-overlay1 {
		margin-bottom:50px;
	}
	
	.sec-turf-detail {
		margin-top:30px;
		margin-bottom:30px;
	}
	
	.btn-share {
		float:left;
	}
	
	.detail-outlet-box {
		padding: 15px;
	}


	.detail-outlet-value {
		flex: 1 1 calc(33.333% - 10px);
		padding:10px 10px;
		
	}
	
	.login {
		overflow-y: auto;
	}
	
	.title_row {
		flex-direction:column;
	}
	
	.organizer_name {
		width:100%;
	}

	.event_status {
		justify-content: left;
		width:100%;
	}
	
	.booknowpopup {
		overflow-y:auto;
		padding: 20px;
		width:95%;
		max-width:95%;
	}
	
	.msg-label {
		text-align: left;
	}
	
	.header-form-event-search {
		flex-direction: column;
		gap:15px;
		margin-bottom:10px
	}

	.btn-event-full2 {
		margin-top: 10px; 
	}

	.main-wrapper3 {
		margin-top:120px;
	}
	
	.top-event-search-section {
		position:relative;
		top:116px;
		z-index:0;
	}

	.title-our-sponsership span {
		font-size: 48px;
	}

	.mt10-mob {
		margin-top:10px;		
	}
	
	#owl-carousel-7 .owl-nav .owl-prev{
		top: 100%;
		right:-20%;
		position: relative;
	}

	#owl-carousel-7 .owl-nav .owl-next {
		position: relative;
		top: 100%;
		
	}
	
	#owl-carousel-6 .owl-nav .owl-prev{
		top: 100%;
		right:-20%;
		position: relative;
	}

	#owl-carousel-6 .owl-nav .owl-next {
		position: relative;
		top: 100%;
		
	}
	
	#owl-carousel-5 .owl-nav .owl-prev{
		top: 100%;
		right:-20%;
		position: relative;
	}

	#owl-carousel-5 .owl-nav .owl-next {
		position: relative;
		top: 100%;
		
	}	
	
	#owl-carousel-4 .owl-nav .owl-prev{
		top: 100%;
		right:-20%;
		position: relative;
	}

	#owl-carousel-4 .owl-nav .owl-next {
		position: relative;
		top: 100%;
		
	}

	#owl-carousel-3 .owl-nav .owl-prev{
		top: 100%;
		right:-20%;
		position: relative;
	}

	#owl-carousel-3 .owl-nav .owl-next {
		position: relative;
		top: 100%;
		
	}
	
	#owl-carousel-7 .owl-dots { position: relative; }
	#owl-carousel-6 .owl-dots { position: relative; }
	#owl-carousel-5 .owl-dots { position: relative; }
	#owl-carousel-4 .owl-dots { position: relative; }
	#owl-carousel-3 .owl-dots { position: relative; }
	
	
	.home_turf_search {
		flex-direction: column;
		margin-bottom:30px;
	}
	
	.home-ads img{
		min-height:200px;	
		max-width: 100%;
	}
	
	
	
	.owl-theme .owl-dots .owl-dot span {
		width: 6px;
		height: 6px;
		
	}
	
	#owl-carousel-header .owl-dots {
		margin-top: -30px;
	}
	
	.our-sponsership-logos-item-img {
		max-height: 75px;
	}
	
	

}


@media (max-width: 420px){
	
	
	.detail-outlet-box {
		padding: 5px;
	}


	.detail-outlet-value {
		flex: 1 1 calc(33.333% - 5px);
		padding:5px 5px;
		
	}
	
	.detail-outlet-title {
		font-size: 16px;
		font-weight: 700;
	}

	.detail-outlet-item {
		font-size: 12px;
	}
	
	.navbar-collapse {
		z-index:999999;
	}
	
	.navbar-nav {
		z-index:999999;
	}
	
	.header-form-2 {
		padding: 10px;
		gap: 10px;
		flex-direction: column;
		
	}
	
	.frm-input {
		width: 90%;
		
	}
	
	.frm-submit-btn, .frm-submit-btn:hover {
		width: 80%;
	}
	
	
	
	.featured-events{
		font-size: 24px;
	}
	
	.book-your-tickets-container {
        line-height: 22px;
        font-size: 18px;
    }
	
	.owl-theme .owl-dots .owl-dot span {
		width: 6px;
		height: 6px;
		
	}
	
	#owl-carousel-header .owl-item img {
		width: 100%;
		min-height: 120px;
	}
	
	#owl-carousel-header .owl-dots {
		margin-top: -22px;
	}
}
