@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

/*Basic CSS*/
body {
    font-size: 18px;
    color: #363b42;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
}

a {
    display: inline-block;
    text-decoration: none;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

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

img {
    max-width: 100%;
}


h1,
h2,
h3,
h4,
h5,
h6,
a,
li,
p {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin: 0;
    padding: 0;
    line-height: 1.4;
    color: #212121;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Raleway", sans-serif;
    font-weight: 700;
}

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

.pt0 {
    padding-top: 0;
}

.pb0 {
    padding-bottom: 0;
}

/*Header */
.outter-area {
    background: url(../img/header-bg.jpg) no-repeat scroll center center / cover;
    padding: 40px 0;
}
.inner-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;
}
.logo img {
    width: 350px;
}
.date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.date h3 {  
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    color: #eaa821;
    font-size: 28px;
}
/* Invitation */
.exh-logo {
	max-width: 270px;
	margin-bottom: 30px;
}

.invitation {
    margin: 0 auto;
    max-width: 750px;
    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: #4a89dc;
}

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

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

}

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

.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-wrap h2 {
	font-size: 28px;
	margin-bottom: 20px;
}

.show-wrap p {
    font-size: 18px;
}
.show-wrap p:last-child {
    margin-top: 15px;
}


/* Counter */
.counter-area {
    background: #3e1c53;
}
.counter-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	gap: 30px;
}

.counter {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

.counter h2 {
	font-size: 28px;
	font-weight: 700;
	color: #ffffff;
	margin-bottom: 10px;
    text-align: center;
}

.counter p {
	font-size: 18px;
    color: #ffffff;
	font-weight: 700;
    text-align: center;
}
.counter ul {
    padding: 0;
    padding-left: 20px;
    margin: 0;
    list-style: none;
    margin-top: 30px;
}
.counter ul li {
    list-style-type: disc;
    color: #ffffff;
    margin: 8px 0;
}
/* Highlight */
.counter-info {
    text-align: center;
}
.counter-info-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 30px;
}
.counter-info-wrap > div {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.counter-outter h3 {
    font-size: 28px;
    margin-bottom: 10px;
}
/*Countdown CSS*/
.countdown-area {
	background: #3e1c53
}

.sec-title {
	font-size: 28px;
	color: #fff;
}

.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: #4a89dc;
	position: relative;
	top: 10px;
}

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

.cdown span p {
	color: #ffffff;
}

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


/*Footer CSS*/
.footer-area {
    overflow: hidden;
    position: relative;
}
.footer-area::before {
    position: absolute;
    width: 50%;
    height: 100%;
    content:"";    
    background-image: url(../img/footer-right-shape.png);
    z-index: -1;    
    background-attachment: scroll;
    background-position: center right;
    background-size: contain;
    background-repeat: no-repeat;
    top: 0;
    right: 0;
}
.footer-logo-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.footer-logo {
    position: relative;
    padding: 40px 0;
    padding-right: 30px;
}
.footer-logo::before {
    position: absolute;
    top: 0;
    right: 0;
    width: 1000%;
    height: 100%;
    content: "";
    background: #3ac1cc;
    z-index: -2;
}
.footer-info {
    position: relative;
    padding-left: 30px;
}
.footer-info::before {
    position: absolute;
    top: -400%;
    left: 0;
    width: 1000%;
    height: 1000%;
    content: "";
    background: #5d205f;
    z-index: -2;
}
.footer-logo img {
    width: 300px;
}

.footer-info h2 {
    font-size: 32px;
    font-weight: 900;
    line-height: 1.3;
    color: #f4c55c;
    margin-bottom: 10px;
}

.footer-info p {
    color: #ffffff;
    font-weight: 400;
    font-size: 20px;
}