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

body {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
    color: #000000;
    margin: 0;
    padding: 0;
    line-height: 1.4;
    font-family: 'Open Sans', sans-serif;
}

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: #362156;
    padding: 50px 0;
    position: relative;
    z-index: 1;
}
.header-area::before {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    content: "";
    background: #362156;
    background: linear-gradient(90deg,rgba(54, 33, 86, 1) 0%, rgba(54, 33, 86, 1) 2%, rgba(0, 0, 0, 0.3) 100%);
    z-index: 2;
}
.header-area::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    content: "";
    background: url(../img/header-bg.jpg) no-repeat scroll 95% center / cover;
    z-index: 1;
    mix-blend-mode: screen;
}
.logo img {
	width: 550px;
	margin-bottom: 20px;
}
.date h2 {
	font-family: 'Futura Std';
	font-weight: bold;
	font-size: 32px;
	color: #ffffff;
    line-height: 1.4;
}
.date p {
	font-size: 32px;
    color: #ffffff;
    font-family: 'Futura Std';
    font-weight: 500;
    line-height: 1.2;
}
.date p span {
	height: 35px;
	width: 3px;
	display: inline-block;
	background: #ffffff;
	position: relative;
	top: 7px;
	margin: 0 5px;
}
.date p a {
    color: #ffffff;
    font-family: 'Futura Std';
    font-weight: 500;
}
/* Invitation */

.exh-logo {
	max-width: 270px;
	margin-bottom: 30px;
}

.invitation {
	text-align: center;
}

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

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

.invitation h3 span {
	color: #0086cb;
}

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

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

}

.reg-btn i {
	margin-left: 10px;
	position: relative;
	-webkit-transition: 0.3s all;
	-o-transition: 0.3s all;
	transition: 0.3s all;
}

.reg-btn:hover i,
.reg-btn:active i,
.reg-btn:focus i {
	-webkit-transform: translateX(5px);
	-ms-transform: translateX(5px);
	transform: translateX(5px);
}

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

/* Show */
.show-area {
	background: #E7EBF0;
}

.show-wrap h2 {
	font-size: 24px;
	margin-bottom: 20px;
	text-align: center;
}

.show-info p {
	margin-bottom: 20px;
}

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

.img-btn-wrap {
	text-align: center;
}

.img-btn-wrap img {
	border-radius: 50%;
}

.img-btn a {
	display: block;
	background: #362156;
	text-align: center;
	color: #fff;
	font-weight: 700;
	font-size: 20px;
	padding: 0 20px;
	margin-top: 30px;
	border-radius: 4px;
	height: 55px;
	line-height: 55px;
}

.img-btn a:hover {
	background: #0086CB;
}

/* Counter */
.counter-area {
	background: #E7EBF0;
}

.counter-title h2 {
	text-align: center;
	font-size: 36px;
	margin-bottom: 30px;
}

.counter {
	text-align: center;
}

.counter h2 {
	display: inline-block;
	border: 1px solid #ededed;
	border-radius: 500px;
	height: 150px;
	width: 150px;
	line-height: 150px;
	font-size: 42px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.15);
}

.counter p {
	margin-top: 25px;
}

/*Countdown CSS*/
.sec-title {
	font-size: 28px;
	margin-bottom: 30px;
}

.countdown-area .sec-title {
	color: #12192C;
}

.countdown {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.cdown {
	text-align: center;
	border-radius: 4px;
	background: #0086CB;
	width: 150px;
}

.cdown span {
	display: block;
	border-radius: 4px;
	font-size: 20px;
	text-align: center;
	text-transform: uppercase;
}

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

.cdown span p {
	border-radius: 0 0 4px 4px;
	color: #fff;
	padding-bottom: 10px;
	padding-top: 10px;
	font-weight: 600;
	background: #0672a8;
}
/* Count BTN Area */
.count-btn-area {
	background: #E7EBF0;
}

/*Share*/
.share-area .section-title {
	margin-bottom: 30px;
	text-align: center;
}

.section-title h3 {
	font-size: 28px;
}

.share-area .section-title {
	margin-bottom: 40px;
}

.share-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-left: -15px;
	margin-right: -15px;
}

.share-wrapper a {
	display: block;
	width: 100%;
	margin: 0 15px;
}

.share-wrapper a:hover {
	-webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
}

.social-box {
	background: #eeeff0;
	padding: 40px 30px;
	border-radius: 6px;
}

.social-box .icon {
	margin-bottom: 20px;
}

.social-box .icon i {
	font-size: 80px;
	height: 140px;
	width: 140px;
	line-height: 140px;
	display: inline-block;
	background: #59a1d8;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	border: 2px solid transparent;
	-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;
}

.social-box .icon .fa-twitter {
	background: #1da1f2;
}

.social-box .icon .fa-linkedin {
	background: #0077b5;
}

.social-box .icon .fa-facebook {
	background: #3b5998;
}

.share-wrapper a:hover .social-box .icon i {
	background: transparent;
}

.share-wrapper a:hover .social-box .icon .fa-twitter {
	color: #1da1f2;
	border-color: #1da1f2;
}

.share-wrapper a:hover .social-box .icon .fa-linkedin {
	color: #0077b5;
	border-color: #0077b5;
}

.share-wrapper a:hover .social-box .icon .fa-facebook {
	color: #3b5998;
	border-color: #3b5998;
}

.social-box .text h3 {
	font-size: 18px;
	font-weight: 700;
}

/*Footer*/
.footer-area {
    background: #362156;
    padding: 50px 0;
}
.footer-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 50px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.footer-logo img {
	width: 450px;
	margin-bottom: 0;
}
.footer-date h2 {
	font-family: 'Futura Std';
	font-weight: bold;
	font-size: 28px;
	color: #ffffff;
}
.footer-date p {
	font-size: 28px;
    color: #ffffff;
    font-family: 'Futura Std';
    font-weight: 500;
}
.footer-date p span {
	height: 35px;
	width: 3px;
	display: inline-block;
	background: #ffffff;
	position: relative;
	top: 7px;
	margin: 0 5px;
}
.footer-date p a {
    color: #ffffff;
    font-family: 'Futura Std';
    font-weight: 500;
}