:root{
	--primary: #8e54e9 !important;
	--darkgrey: #202028;
	--bgblack: #0b0b11;
}
img{
	max-width: 100%;
}
.wrapper{
	color: #fff;
}
.dark-bg{
	background-color: var(--bgblack);
}
.dark-grey-bg{
	background-color: var(--darkgrey);
}
.color-primary{
	color: var(--primary);
}
.font-16{
	font-size: 16px;
}
.hero {
	padding-top: 150px;
	padding-bottom: 250px;
	text-align: center;
	color: #fff;
	background-size: cover;
	position: relative;
}
.hero::after {
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	background-color: rgba(0,0,0,.85);
}
.hero-content {
	position: relative;
	z-index: 9;
}
.hero-content .event-title {
	font-size: 52px;
	font-weight: bold;
}
.hero-event__info {
	display: flex;
	justify-content: center;
}
.hero-event__info-single {
	padding: 10px;
	font-size: 20px;
}
.hero-event__info-single span {
	padding-right: 5px;
}

.count-down__outer{
	margin-top: 30px;
}
.count-down {
    width: 550px;
    height: 150px;
    margin: auto;
    padding: 20px;
}
.hero-content .flipdown.flipdown__theme-dark .rotor::after {
	border-top: solid 1px #503875;
}
.flipdown.flipdown__theme-dark .rotor-group-heading::before {
	color: #FFF;
	text-transform: uppercase;
}
.hero-content .flipdown.flipdown__theme-dark .rotor, .hero-content .flipdown.flipdown__theme-dark .rotor-top, .hero-content .flipdown.flipdown__theme-dark .rotor-leaf-front {
	color: #FFFFFF;
	background-color: var(--primary);
}
.hero-content .flipdown.flipdown__theme-dark .rotor-bottom, .hero-content .flipdown.flipdown__theme-dark .rotor-leaf-rear{
	color: #EFEFEF;
	background-color: var(--primary);
}
.count-down .flipdown {
    margin: auto;
    width: 600px;
    margin-top: 0;
	max-width: 100%;
}
.about-event__inner {
	position: relative;
	padding: 30px;
	margin-top: -150px;
}
.about-event__price {
	color: #fff;
	font-size: 36px;
	font-weight: bold;
}
.about-event__price span {
	font-size: 30px;
	font-weight: normal;
	margin-right: 10px;
}
.about-event__btns {
	text-align: right;
}
.about-event__btns .btn {
	padding: 7px 12px;
	font-size: 16px;
	text-transform: uppercase;
	border:0;
	background-color: var(--bgblack);
	transition: .3s;
}
.about-event__btns .btn:hover{
	opacity: .8;
	transition: .3s;
}
.about-event__btns .btn + .btn{
	margin-left: 15px;
}
.about-event__btns .btn-primary{
	background-color: var(--primary);
}
.about-event__about {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #666;
	color: #fff;
}
.about-event__about-head {
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
}
.about-event__about-head h4 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
}
.about-event__about-social ul {
	list-style: none;
	padding: 0;
	margin-left: -10px;
	margin-right: -10px;
	margin-bottom: 0;
	display: flex;
	flex-wrap: wrap;
}
.about-event__about-social ul li {
	padding-left: 10px;
	padding-right: 10px;
}

.about-event__about-social ul li a{
	font-size: 18px;
	color: #fff;
	transition: .3s;
}
.about-event__about-social ul li a:hover{
	color: var(--primary);
	transition: .3s;
}
.section-padding{
	padding-top: 100px;
	padding-bottom: 100px;
}
.event-venue__media {
	height: 100%;
	overflow: hidden;
	padding-right: 20px;
}
.event-venue__media img {
	height: 100%;
	width: 100%;
}
.event-venue__info {
	color: #fff;
	padding-left: 20px;
}
.event-venue__info h3 {
	font-size: 30px;
	text-transform: uppercase;
}
.section-title {
	font-size: 48px;
	font-weight: bold;
}
.event-venue__feature {
	display: flex;
	background-color: #141419;
	flex-wrap: wrap;
	margin-top: 40px;
}
.event-venue__feature-single {
	padding: 20px 10px;
	text-align: center;
	width: 100%;
	max-width: 70%;
}
.event-venue__feature-single.event-venue__date {
	max-width: 30%;
	background-color: var(--darkgrey);
}
.event-venue__feature-single h4 {
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
}
.event-venue__feature-single h5 {
	font-size: 20px;
	font-weight: bold;
	margin-top: 15px;
}
.players-list__wrap{
	color: #fff;
}
.players-list {
	margin-top: 40px;
}
.players-list__single-wrap{
	margin-bottom: 12px;
}
.players-list__single {
	display: flex;
	background-color: var(--bgblack);
	padding: 12px 15px;
	align-items: center;
	height: 100%;
}
.players-list__media {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	overflow: hidden;
}
.players-list__media img{
	object-fit: cover;
	height: 100%;
	width: 100%;
}
.players-list__name {
	font-size: 16px;
	font-weight: bold;
	margin-left: 15px;
}
.gallery-slider {
	margin-top: 40px;
}
.gallery-slider__single {
	padding-left: 10px;
	padding-right: 10px;
}
.gallery-slider__single-media {
	aspect-ratio: 3/3.5;
	overflow: hidden;
	border-radius: 16px;
}
.gallery-slider__single-media img{
	object-fit: cover;
	height: 100%;
	width: 100%;
}
.gallery-slider .slick-dots{
	bottom: -45px;
}
.gallery-slider .slick-dots li button::before{
	display: none;
}
.gallery-slider .slick-dots li button{
	width: 16px;
	height: 16px;
	background-color: #fff;
	border-radius: 50%;
}
.gallery-slider .slick-dots li.slick-active button{
	background-color: var(--primary);
}
.event-bracket__wrap{
	background-color: #272727;
}
.event-bracket{
	margin-top: 40px;
}
.footer-basic {
	padding:40px 0;
  }
  
  .footer-basic ul {
	padding:0;
	list-style:none;
	text-align:center;
	font-size:18px;
	line-height:1.6;
	margin-bottom:0;
  }
  
  .footer-basic li {
	padding:0 10px;
  }
  
  .footer-basic ul a {
	color:inherit;
	text-decoration:none;
	opacity:0.8;
  }
  
  .footer-basic ul a:hover {
	opacity:1;
  }
  
  .footer-basic .social {
	text-align:center;
	padding-bottom:25px;
  }
  
  .footer-basic .social > a {
	font-size:24px;
	width:40px;
	height:40px;
	line-height:40px;
	display:inline-block;
	text-align:center;
	border-radius:50%;
	border:1px solid #ccc;
	margin:0 8px;
	color:inherit;
	opacity:0.75;
  }
  
  .footer-basic .social > a:hover {
	opacity:0.9;
  }
  
  .footer-basic .copyright {
	margin-top:15px;
	text-align:center;
	font-size:13px;
	color:#aaa;
	margin-bottom:0;
  }
  body {
	font-family: Helvetica;
	margin: 0;
  }
  a {
	text-decoration: none;
	color: #000;
  }
  .site-header { 
	padding: .5em 1em;
	display: flex;
	justify-content: space-between;
  }
  
  .site-identity h1 {
	font-size: 1.5em;
	margin: .6em 0;
	display: inline-block;
  }
  
  
  .site-navigation ul, 
  .site-navigation li {
	margin: 0; 
	padding: 0;
  }
  
  .site-navigation li {
	display: inline-block;
	margin: 1.4em 1em 1em 1em;
	
  }
  .site-navigation li a {
	color:#FFF
  }
@media (max-width: 1366px) {
	.hero {
		padding-top: 100px;
	}
	.hero-content .event-title {
		font-size: 46px;
	}
	.event-venue__media {
		padding-right: 0;
	}
	.event-venue__info {
		padding-left: 0;
	}
	.event-venue__info h3 {
		font-size: 24px;
	}
	.section-title {
		font-size: 42px;
	}
}

@media (max-width: 1199px) {
	.hero-content .event-title {
		font-size: 42px;
	}
}

@media (max-width: 991px) {
	.hero-content .event-title {
		font-size: 36px;
	}
}
@media (max-width: 767px) {
	.hero-content .event-title {
		font-size: 32px;
	}
	.hero-event__info {
		flex-direction: column;
	}
	.count-down {
		width: 100%;
	}
	.count-down .flipdown {
		width: 465px;
	}
	.flipdown .rotor-group {
		position: relative;
		float: left;
		padding-right: 15px;
	}
	.about-event__price {
		text-align: center;
		margin-bottom: 20px;
	}
	.about-event__btns {
		text-align: center;
	}
	.event-venue__info {
		margin-top: 30px;
	}
	.event-venue__info h3 {
		font-size: 20px;
	}
	.section-title {
		font-size: 36px;
	}
	.about-event__about-head {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.about-event__about-text {
		text-align: center;
	}
	
}
@media (max-width: 575px) {
	.section-padding {
		padding-top: 70px;
		padding-bottom: 70px;
	}
	.hero-content .event-title {
		font-size: 30px;
	}
	.count-down .flipdown {
		width: 298px;
	}
	.hero {
		padding-top: 100px;
		padding-bottom: 200px;
	}
	
	.event-venue__feature-single h5 {
		font-size: 16px;
	}
	.section-title {
		font-size: 32px;
	}
	
}
@media (max-width: 479px) {
	.hero-content .event-title {
		font-size: 28px;
	}
	.about-event__price {
		font-size: 32px;
	}
	.about-event__price span {
		font-size: 24px;
	}
	.about-event__inner {
		padding: 20px 15px;
	}
	.about-event__btns .btn {
		padding: 10px 35px;
	}
	.event-venue__feature {
		flex-direction: column;
		align-items: center;
	}
	.event-venue__feature-single.event-venue__date, .event-venue__feature-single {
		max-width: 100%;
	}
}
@media (max-width: 550px) {
    .count-down {
        width: 100%;
    }
}



