/* ----------------------------------
Basic CSS
-------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css');

body {
	color: #000000;
	font-size: 18px;
	font-weight: 400;
	font-family: "helvetica-neue-lt-pro", sans-serif;

}

h1,
h2,
h3,
h4,
h5,
h6,
li,
p,
a {
	margin: 0;
	padding: 0;
	line-height: 1.4;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "paralucent", sans-serif;
	font-weight: 700;
	line-height: 1.1;
}

a {
	color: inherit;
	transition: all 0.3s ease-in-out 0s;
}

a:hover,
a:focus {
	color: inherit;
	text-decoration: none;
	border: none;
	outline: 0 none;
}

.section-padding {
	padding: 80px 0;
}

.pt0 {
	padding-top: 0;
}

.pb0 {
	padding-bottom: 0;
}

img {
	max-width: 100%;
}

/* Header */
.inner img {
	width: 100%;
}

/*Banner CSS*/

.banner-content {
	position: relative;
	z-index: 2;
	text-align: center;
}

.content-wrap img {
	width: 270px;
	margin-bottom: 30px;
}

.content-wrap h2 {
	line-height: 1.3;
	font-size: 28px;
	margin-bottom: 10px;
}

.content-wrap h4 {
	font-size: 24px;
	font-weight: bold;
	color: #000;
}

.reg-button {
	font-size: 20px;
	text-transform: uppercase;
	height: 55px;
	line-height: 56px;
	display: inline-block;
	background: #568ec8;
	padding: 0 40px;
	border-radius: 06px;
	color: #ffffff;
	margin-top: 20px;
	font-weight: bold;
}

.reg-button:hover,
.reg-button:active,
.reg-button:focus {
	background: #6CBE45;
	color: #ffffff;
}

.content-wrap p {
	font-size: 24px;
	font-weight: bold;
	position: relative;
	padding-top: 25px;
	margin-top: 30px;
	display: inline-block;
}

.content-wrap p::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	height: 5px;
	width: 40%;
	background: #0067AD;
}

/* Event Info */
.event-wrap h2 {
	color: #4e5081;
	margin-bottom: 20px;
	font-size: 36px;
}

.event-details h3 {
	color: #568dca;
	font-size: 28px;
	margin-top: 20px;
	margin-bottom: 15px;
}

.event-details li {
	font-size: 18px;
	margin-bottom: 5px;
}

.event-details p:last-child {
	margin-bottom: 0px;
}

/* Reason */
.title,
.title h2,
.title h1 {
	font-size: 36px;
	text-align: center;
	margin-bottom: 50px;
	color: #4e5081;
}

.counter-wrap {
	display: flex;
	text-align: center;
}

.counter-wrap>div {
	flex: 1;
	border-right: 10px solid #dae062;
}

.counter-wrap>div:last-child {
	border: 0 none;
}

.counters h3 {
	font-size: 36px;
	color: #568dca;
	margin-bottom: 10px;
}

.counters p {
	color: #4e5081;
	font-weight: 700;
	font-size: 16px;
}

/* Overview */
.overview-wrap {
	display: flex;
	justify-content: space-between;
	gap: 30px;
}

.overview-wrap>div {
	flex: 1;
	box-shadow: 3px 3px 13px 3px #cecece;
}

.overview ul {
	margin: 0;
	padding: 30px;
	padding-left: 50px;
	list-style: none;
}

.overview ul li {
	position: relative;
	margin-bottom: 5px;
}

.overview ul li:before {
	width: 10px;
	height: 10px;
	content: "";
	background: #865ea6;
	position: absolute;
	left: -20px;
	top: 7px;
	border-radius: 50%;
}

.overview h2 {
	background: #578cc9;
	font-size: 24px;
	text-align: center;
	padding: 20px 20px;
	color: #ffffff;
}

.overview.two h2 {
	background: #865ea7;
}

/* Schedule */
.schedule-area {
	background: #55bc7d;
}

.section-title h2 {
	font-size: 36px;
	text-align: center;
	margin-bottom: 15px;
	color: #ffffff;
}

.section-title p {
	color: #ffffff;
	margin-bottom: 50px;
	text-align: center;
}

.schedule-area .title,
.schedule-area .title h2 {
	text-align: left;
	margin-bottom: 10px;
	color: #ffffff;
}

.schedule-wrap {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 100px 1fr;
	grid-template-columns: 1fr 1fr;
	gap: 100px;
}

.venue-inner p {
	color: #ffffff;
}

.schedule p {
	display: flex;
	justify-content: space-between;
	position: relative;
	margin: 10px 0;
	color: #ffffff;
}

.schedule p:after {
	position: absolute;
	content: "";
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 100%;
	height: 0px;
	border-bottom: 1px dashed #000000;
	z-index: -1;
}

.schedule p span {
	/* background: #ffffff; */
}

.schedule p span:first-child {
	padding-right: 10px;
}

.schedule p span:last-child {
	padding-left: 10px;
}

/*Countdown CSS*/

.countdown {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.cdown {
	text-align: center;
	border: 2px solid #FFFFFF;
	border-radius: 6px;
}

.cdown span {
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-size: 20px;
	text-align: center;
	text-transform: uppercase;
	width: 150px;
	background: #598dc9;
}

.cdown span strong {
	color: #fff;
	display: inline-block;
	font-size: 60px;
	padding: 15px 0;
}

.cdown span p {
	border-radius: 0 0 6px 6px;
	color: #fff;
	padding-bottom: 10px;
	padding-top: 10px;
	font-weight: 600;
	background: #4171a8;
}

/*Footer CSS*/