/*Basic CSS*/
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css');

body {
	font-size: 18px;
	color: #222222;
	font-family: 'GT Walsheim';
	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: 'GT Walsheim';
	font-weight: normal;
	font-style: normal;
	margin: 0;
	padding: 0;
	line-height: 1.3;
	color: #222222;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: bold;
}

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

.pt0 {
	padding-top: 0;
}

.pb0 {
	padding-bottom: 0;
}

/*Header */
.header-area {
	text-align: center;
}

/* Exhibitor */
.exhibitor-wrap {
	text-align: center;
}

.exhibitor-logo img {
	width: 300px;
	margin-bottom: 30px;
}

.exhibitor-title {
	margin-bottom: 30px;
}

.exhibitor-title h2 {
	font-size: 28px;
	margin-bottom: 10px;
}

.exhibitor-title h4 {
	font-size: 28px;
}

.exhibitor-reg {
	margin-bottom: 30px;
}

.exhibitor-reg a {
	display: inline-block;
	height: 50px;
	line-height: 50px;
	background: #0099cb;
	color: #fff;
	padding: 0 50px;
	border-radius: 10px;
	font-size: 20px;
	font-weight: 500;
}

.exhibitor-reg a:hover {
	background: #0099cb;
	color: #222222;
}

.note p {
	font-style: italic;
	max-width: 1024px;
	margin: 0 auto;
	font-size: 16px;
}


/* Text  */
.text-wrapper h2 {
	font-size: 28px;
	margin-bottom: 15px;
}

.texts p {
	margin-bottom: 15px;
	font-size: 24px;
}

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

/* Video */
.video-area {
	background: #1db693;
	padding: 180px 0;
	position: relative;
}
.video-area::after, .video-area::before {
    display: block;
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 320'%3E%3Cpath fill='%23fff' fill-opacity='1' d='M0,96L80,80C160,64,320,32,480,58.7C640,85,800,171,960,176C1120,181,1280,107,1360,69.3L1440,32L1440,320L1360,320C1280,320,1120,320,960,320C800,320,640,320,480,320C320,320,160,320,80,320L0,320Z'%3E%3C/path%3E%3C/svg%3E");
    background-size: 100% 150px;
    background-repeat: no-repeat;
    height: 150px;
    z-index: 1;
    width: 100%;
    left: 0;
    content: "";
}
.video-area::before {
    background-position: top;
    top: -1px;
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
}
.video-area::after {
    background-position: bottom;
    bottom: -1px;
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
.video-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 50px;
}

.video-box,
.video-info {
	width: 50%;
}
.video-schedule h3 {
	font-size: 28px;
	margin-bottom: 10px;
}
.video-schedule p {
	font-size: 16px;
	margin-bottom: 20px;
}
.video-schedule p:last-child {
	margin-bottom: 0px;
}
.video-schedule p {
	font-size: 20px;
	margin-bottom: 20px;
}

/* Show Area */
.show-area {
	background: #00aadd;
	padding: 180px 0;
	position: relative;
}
.show-area::after, .show-area::before {
    display: block;
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 320'%3E%3Cpath fill='%23fff' fill-opacity='1' d='M0,96L80,80C160,64,320,32,480,58.7C640,85,800,171,960,176C1120,181,1280,107,1360,69.3L1440,32L1440,320L1360,320C1280,320,1120,320,960,320C800,320,640,320,480,320C320,320,160,320,80,320L0,320Z'%3E%3C/path%3E%3C/svg%3E");
    background-size: 100% 150px;
    background-repeat: no-repeat;
    height: 150px;
    z-index: 1;
    width: 100%;
    left: 0;
    content: "";
}
.show-area::before {
    background-position: top;
    top: -1px;
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
}
.show-area::after {
    background-position: bottom;
    bottom: -1px;
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
.show-info {
	width: 100%;
}
.show-area .show-schedule h3 {
	font-size: 28px;
	margin-bottom: 10px;
}
.show-area .show-schedule p {
	font-size: 16px;
	margin-bottom: 20px;
}
.show-schedule p:last-child {
	margin-bottom: 0px;
}
.show-schedule p {
	font-size: 20px;
	margin-bottom: 20px;
}
.show-info-list {
	padding-left: 20px;
	margin-bottom: 20px;
}

.show-schedule .exhibitor-reg {
	margin-bottom: 0;
	margin-top: 30px;
}
.date-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    max-width: 1024px;
    margin: 0 auto;
    margin-top: 50px;
}
.show-info h4 {
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 10px;
}
.date p {
    font-size: 18px !important;
}
/* WHy */

.why-wrapper h2 {
	font-size: 28px;
	margin-bottom: 30px;
	display: inline-block;
	border-bottom: 5px solid #FFAD00;
}

.whys {
	margin-bottom: 30px;
}

.whys:last-child {
	margin-bottom: 0px;
}

.whys h3 {
	font-size: 20px;
	margin-bottom: 15px;
	display: inline-block;
	background: #FFAD00;
	padding: 12px 25px;
	border-radius: 100px;
}

/*CountDown*/
.countdown-area {
	/* background: #000000; */
}
.sec-title h2 {
	font-size: 28px;
	text-align: center;
	margin-bottom: 50px;
	color: #222222;
}

.countdown {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 -15px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.cdown {
	width: 150px;
	text-align: center;
	border: 2px solid #FFAE02;
	border-radius: 6px;
	padding-top: 20px;
	margin: 0 15px;
	background: transparent;
}

.cdown strong {
	font-size: 56px;
	line-height: 1;
	color: #222222;
}

.cdown p {
	font-size: 24px;
	text-transform: uppercase;
	margin-top: 15px;
	background: #FFAE02;
	padding: 10px 0;
	color: #222222;
}
/* Logos */
.logos-area {
	overflow: hidden;
}
.logos-area .sec-title {
    margin-bottom: 50px;
    text-align: center;
}
.logos-area .sec-title h2 {
    margin-bottom: 10px;
}
.logos-area iframe {
}
.logos-frame {
	position: relative;
}
/*Footer CSS*/
.footer-area {
    background: #f26b6b;
    padding: 30px 0;
}

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

.social {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 15px;
}

.social li a {
	height: 40px;
	width: 40px;
	background: #000000;
	border-radius: 50%;
	text-align: center;
	line-height: 42px;
	color: #ffffff;
}

.social li a:hover {
	background: #FFFFFF;
	color: #000000;
}

.footer-logo img {
	width: 100px;
}

.footer-bottom {
	background: url(../img/footer-bg.jpg) no-repeat scroll center center / cover;
}

.footer-bottom img {
	width: 550px;
}