/* Basic CSS */
@import url('https://fonts.googleapis.com/css2?family=Permanent+Marker&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.4;
}

h1,
h2,
h3,
h4,
h5,
h6,
li,
p,
div,
a {
    font-family: 'Gotham';
    margin: 0;
    padding: 0;
    line-height: 1.4;
    font-style: normal;
    font-weight: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.4;
    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 {
    background-image: -o-linear-gradient(254deg, #EF5E2B 40%, #EC8A0D 100%);
    background-image: linear-gradient(196deg, #EF5E2B 40%, #EC8A0D 100%);
    padding: 15px 15px;
    overflow: hidden;
}
.header-area {
    position: relative;
    padding: 30px 0;
}
.header-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/header-bg.jpg) no-repeat center right / contain;
}
.header-area::after {
    content: "";
    position: absolute;
    top: 10px;
    right: 0;
    width: 100px;
    height: 100%;
    background: url(../img/arrow.png) no-repeat scroll right top / contain;
}
.header-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	        -webkit-box-align: start;
	            -ms-flex-align: start;
	                align-items: flex-start;
	gap: 50px;
}
.logo img {
	width: 450px;
}
.date h3 {
	color: #fff;
	font-size: 28px;
	line-height: 1.3;
}
.date .official-url {
    color: #fff;
	font-size: 28px;
	line-height: 1.3;
    font-weight: 700;
    padding-top: 20px;
    margin-top: 20px;
    position: relative;
    display: inline-block;
}
.date .official-url:before {
    position: absolute;
    top: 0;
    left: 0;
    content:"";
    width: 100px;
    height: 2px;
    background: #6ccce0;
}
.header-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
}
.shape-wrap {
    position: relative;
    width: 100%;
}
.header-shape {
    --shape-color: #6CCCE0;
    --notch: 20px;
    width: 100%;
    background: var(--shape-color);
    -webkit-clip-path: polygon(
        0 0,
        100% 0,
        100% 100%,
        0 100%,
        var(--notch) 50%
    );
    clip-path: polygon(
        0 0,
        100% 0,
        100% 100%,
        0 100%,
        var(--notch) 50%
    );
    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;
}
.header-shape h4 {
    font-size: 28px;
    padding-top: 4px;
    text-align: center;
    display: inline-block;
}
/* Invitation */
.exh-logo {
	max-width: 270px;
	margin-bottom: 30px;
}
.invitation {
	margin: 0 auto;
	max-width: 1024px;
	text-align: center;
}
.exh-wrapper h2 {
	margin-bottom: 30px;
	font-size: 28px;
	line-height: 1.35;
}
.exh-wrapper h2 span {
	color: #EF5E2B;
}
.reg-btn {
	height: 55px;
	line-height: 57px;
	display: inline-block;
	font-size: 18px;
    font-weight: 700;
	text-transform: uppercase;
	background: #EF5E2B;
	padding: 0 50px;
	color: #FFF;
	border-radius: 4px;
}
.reg-btn:hover,
.reg-btn:active,
.reg-btn:focus {
    background: #EC8A0D;
    color: #fff;

}
.invitation p {
	font-size: 16px;
	font-style: italic;
	margin-top: 15px;
}
/* Show Area */
.show-wrap h2 {
	font-size: 40px;
	margin-bottom: 20px;
    line-height: 1.1;
    text-align: center;
}
.show-wrap p {
	font-size: 18px;
	margin-bottom: 15px;
}
.show-wrap p:last-child {
	margin-bottom: 0;
}

/* Event Highlights */
.event-area {
    background-image: -o-linear-gradient(254deg, #EF5E2B 40%, #EC8A0D 100%);
    background-image: linear-gradient(196deg, #EF5E2B 40%, #EC8A0D 100%);
}
.event-wrap h2 {
	font-size: 40px;
	text-align: left;
    color: #fff;
}
.event-wrap h3 {
    color: #ffff;
    margin-bottom: 20px;
}
.event-wrap p {
	font-size: 18px;
	margin-bottom: 20px;
}
.event-wrap ul {
	padding: 0;
	margin: 0;
	padding-left: 20px;
}
.event-wrap ul li {
	margin-bottom: 10px;
	font-size: 18px;
}
.event-wrap ul li:last-child {
	margin-bottom: 0;
}
.video-wrap {
    margin-top: 30px;
}
/*Countdown CSS*/
.section-title h2 {
	font-size: 28px;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.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: #EF5E2B;
	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: #ffffff;
    display: inline-block;
    font-size: 60px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.cdown span p {
	border-radius: 0 0 4px 4px;
	color: #000000;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: 600;
	background: #EC8A0D;
}

/*Footer*/
.footer-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.footer-left {
    background: #fff;
    padding-right: 50px;
}
.footer-right {
    background-image: -o-linear-gradient(254deg, #EF5E2B 40%, #EC8A0D 100%);
    background-image: linear-gradient(196deg, #EF5E2B 40%, #EC8A0D 100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 30px 50px;
}
.footer-info h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 0;
    padding: 5px 0;
}
.footer-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 25px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.footer-social a {
    color: #fff;
    font-size: 30px;
}
.footer-social a:hover {
    color: #6ccce0
} 