/* ----------------------------------
Basic CSS
-------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap');

body {
	color: #000000;
	font-size: 18px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
li,
p,
a {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	line-height: 1.4;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
}

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: url(../img/header-bg.jpg), url(../img/header-right.png);
    overflow: hidden;
    background-repeat: no-repeat, no-repeat;
    background-attachment: scroll;
    background-position: center center, top right;
    background-size: cover, contain;
    background-blend-mode: multiply;
}

.header-wrap {
	position: relative;
	text-align: right;
}

.logo-wrap {
    position: absolute;
    left: -160px;
    bottom: -70px;
    display: inline-block;
    background: #ffffff;
    border-radius: 200px;
    padding: 40px 80px 100px 200px;
    z-index: 3;
}

.logo-wrap img {
    width: 700px;
}

.text-wrap {
	position: relative;
	text-align: right;
	z-index: 2;
}

.text-wrap h1 {
    color: #ffffff;
    font-size: 90px;
    font-family: 'Futura PT';
    line-height: 1;
    display: inline-block;
    padding: 90px 80px;
    position: relative;
    z-index: 2;
}

.text-wrap h1 span {
	color: #00a6bb;
}

.shape {
	position: absolute;
	right: -30px;
	top: -30px;
	height: 65%;
	width: 60px;
	background: #00a6bb;
	border-radius: 50px;
	z-index: 3;
}

/* 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 a {
	display: inline-block;
	height: 50px;
	line-height: 50px;
	background: #E93E43;
	color: #fff;
	padding: 0 50px;
	border-radius: 50px;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 700;
}

.exhibitor-reg a:hover {
	background: #c52f34;
}

.exhibitor-reg {
	position: relative;
	margin-bottom: 15px;
}


.exhibitor-booth h3 {
	font-size: 22px;
}

/* Video */
.feature-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 30px;
}

.feature {
	width: 33.3333%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	border: 2px solid;
	border-top-width: 10px;
	border-radius: 8px;
}

.feature.one {
	border-color: #37247D;
}

.feature.two {
	border-color: #4BA0B9;
}

.feature.three {
	border-color: #B6002E;
}

.feature-info {
	padding: 20px;
}

.feature-info h2 {
	font-size: 20px;
	margin-bottom: 20px;
}

.feature a {
    display: inline-block;
    padding: 10px 25px;
    color: #fff;
    border-radius: 8px;
	margin-left: 20px;
	margin-bottom: 20px;
	margin-right: auto;
    margin-top: auto;
}
.feature.one a {
    background: #37247D;
}
.feature.two a {
    background: #4BA0B9;
}
.feature.three a {
    background: #B6002E;
}
.feature a:hover {
    opacity: 0.8;
}
.video-title h2 {
	font-size: 28px;
	margin-bottom: 15px;
	text-align: center;
}

.video-info p {
	margin-bottom: 15px;
}

.video-info p {
	margin-bottom: 0px;
}


/*CountDown*/
.sec-title h2 {
	font-size: 28px;
	text-align: center;
	margin-bottom: 50px;
}

.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 #0089CB;
	border-radius: 6px;
	padding-top: 20px;
	margin: 0 15px;
	background: #0089CB;
}

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

.cdown p {
	font-size: 24px;
	text-transform: uppercase;
	margin-top: 15px;
	background: #01679a;
	padding: 10px 0;
	color: #fff;
}

/*Footer CSS*/
.footer-area {
    background: url(../img/footer-bg.jpg) no-repeat scroll center center / cover;
    overflow: hidden;
}
.footer-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;
}
.footer-logo-wrap {
    background: #ffffff;
    padding: 40px 100px 40px 200px;
    border-radius: 200px;
    position: relative;
    left: -150px;
}
.footer-logo-wrap img {
    width: 320px;
}
.footer-text-wrap {
	position: relative;
    padding: 40px 150px 40px 40px;
    border-radius: 110px;
    right: -110px;
}
.footer-text-wrap h1 {
    font-family: 'Futura PT';
    font-size: 72px;
    color: #ffffff;
    line-height: 1;
    position: relative;
    z-index: 2;
}
.footer-text-wrap h1 span {
	color: #00a6bb;
}
.footer-text-wrap::after {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: '';
    background: #3c3489;
    opacity: 0.95;
    mix-blend-mode: multiply;
    border-radius: 110px;
}

