/* Basic CSS */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&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;
    line-height: 1.3;
}

h1,
h2,
h3,
h4,
h5,
h6,
li,
p,
div,
a {
    font-family: "Open Sans", sans-serif;
    margin: 0;
    padding: 0;
    line-height: 1.4;
    font-style: normal;
    font-weight: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Futura Std';
    line-height: 1.3;    
    font-weight: bold;
}
a {
    color: inherit;
    -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;
}
.section-padding {
    padding: 70px 0;
}

.pt0 {
    padding-top: 0;
}
.pb0 {
    padding-bottom: 0;
}
img {
    max-width: 100%;
}

/* Header */
.header-area {
    position: relative;
    background: url(../img/header-bg.jpg) no-repeat scroll center center / cover;
}

.header-wrap {
    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;
}
.left-img img {
    width: 220px;
}
.right-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
}
.logo img {
    width: 500px;
}
.date {
    text-align: center;
}
.date h1 {
    background: #ba202d;
    color: #fff;
    display: inline-block;
    padding: 7px 20px;
    line-height: 1;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
}
.date h3 {
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
    font-size: 24px;
    color: #ffffff;
    text-align: center;
    font-weight: 400;
    margin-top: 15px;
}
/* Invitation */
.exh-logo {
	max-width: 270px;
	margin-bottom: 30px;
}
.invitation {
	margin: 0 auto;
	max-width: 700px;
	text-align: center;
}
.exh-wrapper h2 {
	margin-bottom: 30px;
	font-size: 28px;
	line-height: 1.35;
}
.reg-btn {
	height: 55px;
	line-height: 55px;
	display: inline-block;
	font-size: 18px;
    font-weight: 700;
	text-transform: uppercase;
	background: #BB2030;
	padding: 0 50px;
	color: #FFF;
	border-radius: 4px;
}
.reg-btn:hover,
.reg-btn:active,
.reg-btn:focus {
    background: #8F1821;
    color: #fff;

}
.invitation p {
	font-size: 16px;
	font-style: italic;
	margin-top: 15px;
}
/* Show Area */
.show-area {
    background: url(../img/pattern-red.png) no-repeat scroll center center / cover;
}
.video-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 30px;
}
.video-wrap >div {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}
.show-area .section-title {
    color: #ffffff;
}
.show-wrap p {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 15px;
}
.show-wrap p:last-child {
    margin-bottom: 0;
}

/* Reason */
.reason-area {
	background: #F2F2F2;
}
.section-title h2 {
	font-size: 28px;
	text-align: center;
	margin-bottom: 50px;
}
.reason-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.reason-wrap > div {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	text-align: center;
	padding: 0px 30px;
}
.reason img {
	width: 80px;
	margin-bottom: 20px;
}
.reason h3 {
	font-size: 20px;
	line-height: 1.4;
}
/*Countdown CSS*/

.countdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
			-webkit-box-pack: center;
			    -ms-flex-pack: center;
			        justify-content: center;
			gap: 30px;
}
.cdown {
	text-align: center;
	border-radius: 4px;
	background: #002E5F;
	width: 150px;
}

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

.cdown span strong {
	font-family: 'Futura Std';
    color: #fff;
    display: inline-block;
    font-size: 60px;
    padding-top: 15px;
}

.cdown span p {
	border-radius: 0 0 4px 4px;
	color: #fff;
	padding-bottom: 25px;
	font-weight: 600;
	background: #002E5F;
}

/* Footer */
.footer-area {
    background: #002E5F;
    padding: 50px 30px;
    padding-bottom: 60px;
    position: relative;
}
.footer-area::before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    z-index: 2;
    background-image: url(../img/footer-left.png), url(../img/footer-right.png);
    background-position: left center, right center;
    background-repeat: no-repeat, no-repeat;
    background-size: contain, contain;
}
.border {
    height: 10px;
    background: #BB2030;
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    z-index: 2;
}
.footer-wrap {
    position: relative;
    z-index: 3;
}
.footer-wrap h2 {
    color: #fff;
    font-size: 28px;
}
.footer-wrap a {
    color: #fff;
	font-size: 22px;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 10px;
	display: inline-block;
}
.footer-wrap a:hover {
    color: #BB2030;
}