/* ----------------------------------
Basic CSS
-------------------------------------*/
@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;
  line-height: 1.4;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
div,
a {
  color: #000000;
  margin: 0;
  padding: 0;
  line-height: 1.4;
  font-family: "Interstate";
  font-weight: 400;
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}

a {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

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

img {
  max-width: 100%;
}

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

.pt0 {
  padding-top: 0;
}

.pb0 {
  padding-bottom: 0;
}

/*Header*/
.header-area {
  background: url(../img/header-bg.jpg) no-repeat scroll center center / cover;
}
.header-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.logo-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0;
  padding-left: 30px;
}
.logo {
  padding: 15px 0;
  border-right: 1px solid #ffffff;
  padding-right: 50px;
  margin-right: 50px;
}
.logo img {
  width: 400px;
  margin-bottom: 25px;
}
.date {
  text-align: center;
}
.date h2 {
  line-height: 1;
  font-size: 35px;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #ffffff;
}
.date h4 {
  line-height: 1;
  text-transform: uppercase;
  font-size: 23px;
  color: #ffffff;
}
.logo-info h1 {
  font-size: 70px;
  text-transform: uppercase;
  color: #fff;
  line-height: 1.2;
  font-weight: 900;
}
.header-img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: url(../img/header-right.jpg) no-repeat scroll center top / cover;
  margin-left: 50px;
}
/* Invitation */
.exh-logo {
	max-width: 270px;
	margin-bottom: 30px;
}

.invitation {
	margin: 0 auto;
	max-width: 700px;
	text-align: center;
}

.exh-wrapper h2 {
	margin-bottom: 20px;
	font-size: 28px;
	line-height: 1.35;
}

.invitation h3 {
	margin-bottom: 25px;
	font-size: 28px;
}

.invitation h3 span {
	color: #4677BA;
}

.reg-btn {
	height: 55px;
	line-height: 55px;
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	background: #ED1A2F;
	padding: 0 50px;
	color: #FFF;
	border-radius: 4px;
}

.reg-btn:hover,
.reg-btn:active,
.reg-btn:focus {
	background: #c01627;
	color: #fff;

}

.invitation p {
	font-size: 16px;
	font-style: italic;
	margin-top: 15px;
}

/* Show Area */

.show-wrap h2 {
	font-size: 28px;
	margin-bottom: 20px;
}

.show-wrap p {
	font-size: 18px;
	margin-bottom: 20px;
}

.show-wrap p:last-child {
	margin-bottom: 0px;
}

/* Video */
.video-area {
  background-color: #D9EAFC;
}
/* Why */
.why-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 100px;
}
.why-list ul {
  margin: 0;
	padding: 0;
	list-style: none;
}
.why-list ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	margin: 10px 0;
}
/*Countdown CSS*/

.sec-title {
	font-size: 28px;
	margin-bottom: 10px;
}

.countdown {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	gap: 30px;
}

.mid-colon {
	font-size: 60px;
	color: #4677BA;
	position: relative;
	top: 10px;
  font-weight: 900;
}

.cdown span {
	display: block;
	border-radius: 4px;
	font-size: 20px;
	text-align: center;
	color: #4677BA;
  font-weight: 900;
}

.cdown span p {
	color: #4677BA;
  font-weight: 900;
}

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


/*Footer CSS*/
.footer-area {
  background: #4677ba;
}
.footer-logo {
  text-align: center;
  padding: 50px 0;
}
.footer-logo img {
  width: 500px;
}