/* 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-wrap {
    background-image: -o-linear-gradient(254deg, #EF5E2B 40%, #EC8A0D 100%);
    background-image: linear-gradient(196deg, #EF5E2B 40%, #EC8A0D 100%);
    padding: 15px 15px;
}
.header-area {
    position: relative;
    background: #000000;
    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-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	gap: 70px;
}
.logo img {
	width: 430px;
}
.info p {
	font-size: 24px;
	color: #fff;
	margin-bottom: 15px;
    line-height: 1.3;
}
.info h3 {
	color: #fff;
	font-style: italic;
	font-size: 24px;
	line-height: 1;
}
.partner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 15px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-top: 5px;
}
.partner p {
	font-size: 14px;
	font-style: italic;
	margin-bottom: 0;
}
.partner img {
	width: 130px;
}
.header-bottom {
    background: #000000;
    margin-top: 15px;
}
.header-bottom-inner h3 {
    text-align: center;
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 0;
    padding: 5px 0;
}
.header-bottom-inner h3 span {
    font-family: "Permanent Marker", serif;
    font-weight: 400;
    font-style: normal;  
    color: #6CCBE1;
}
/* 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: 55px;
	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: 28px;
	margin-bottom: 20px;
	text-align: center;
	color: #EF5E2B;
}
.show-wrap p {
	font-size: 18px;
	margin-bottom: 15px;
}
.show-wrap p:last-child {
	margin-bottom: 0;
}

/* Features */
.feature-area {
	background: url(../img/section-bg.jpg) no-repeat center center / cover;
}
.feature-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 30px;
}
.feature-wrap > div {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}
.feature img {
	width: 100%;
	margin-bottom: 20px;
}
.feature h2 {
	font-size: 24px;
	line-height: 1.3;
	margin-bottom: 15px;
}
.feature p {
	font-size: 18px;
	margin-bottom: 0;
}

/* Show Details */
.show-details-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;
	gap: 50px;
}
.show-details-wrap > div {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}
.show-details-img {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 10px 1fr;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
}
.show-details-info h2 {
	font-size: 28px;
	line-height: 1.3;
	margin-bottom: 20px;
	color: #EF5E2B;
}
.show-details-info p {
	font-size: 18px;
}
/* Event Highlights */
.event-area {
	background: url(../img/section-bg2.jpg) no-repeat center center / cover;
}
.event-wrap h2 {
	font-size: 28px;
	text-align: center;
	margin-bottom: 30px;
}
.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;
}

/*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 {
    background-image: -o-linear-gradient(254deg, #EF5E2B 40%, #EC8A0D 100%);
    background-image: linear-gradient(196deg, #EF5E2B 40%, #EC8A0D 100%);
    padding: 15px 15px;
}
.footer-top {
    background: #000000;
    margin-bottom: 15px;
}
.footer-top h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 0;
    padding: 5px 0;
}
.footer-top h3 span {
    font-family: "Permanent Marker", serif;
    font-weight: 400;
    font-style: normal;  
    color: #6CCBE1;
}
.footer-bottom {
    background: #000000;
    padding: 15px 0;
}
.footer-bottom-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 25px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.footer-bottom a {
    color: #fff;
    font-size: 30px;
}
.footer-bottom a:hover {
    color: #EF5E2B
} 