/* ----------------------------------
Basic CSS
-------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;700&family=Karla&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css');


body {
    font-family: 'Karla', sans-serif;
    color: #151826;
}

.section-padding {
    padding: 5em 0;
}

.pb0 {
    padding-bottom: 0;
}

.pt0 {
    padding-top: 0;
}

a {
    color: inherit;
    font-size: inherit;
    text-decoration: none;
    -webkit-transition: all 0.1s all;
    -o-transition: all 0.1s all;
    transition: all 0.1s all;
}

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

img {
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height: 1.3;
}

/* Header area css */
.header-area {
    background: #0E1D35 url(../img/header-right.png) no-repeat scroll center right / contain;
    padding-top: 35px;
    padding-bottom: 60px;
}

.logo img {
    width: 380px;
}

.header-wrapper {
    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;
}

.event-info {
	margin-top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.event-info p {
	font-family: 'Inter', sans-serif;
	color: #ffffff;
	font-size: 30px;
	line-height: 1.3;
	text-transform: uppercase;
	font-weight: 300;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.event-info p b {
    color: #88EC8A;
}
.event-info p:last-child {
	font-weight: bold;
	font-size: 28.8px;
}

/* section Bg */


.section-wrap-exh {
    position: relative;
}

/*Banner CSS*/
.banner-area {
	/* background: #FFFFFF; */
    position: relative;
}
.banner-content {
	text-align: center;
	z-index: 2;
}
.banner-logo img {
	background: #fff none repeat scroll 0 0;
	border-radius: 6px;
	width: 300px;
    padding: 15px;
	margin-bottom: 20px;
}
.banner-title {
	color: #000;
	font-size: 28px;
	text-align: center;
    margin-bottom: 15px;
    font-weight: 700;
}
.banner-content h3 {
	color: #000;
	font-size: 24px;
	text-align: center;
    font-weight: 700;
}
.banner-promo {
	text-align: center;
}
.banner-promo h2 {
	font-size: 24px;
	color: #000;
    font-weight: 700;
}
a.reg-button {
    font-size: 18px;
    text-transform: uppercase;
    color: #0E1D36;
    background: #B7F8FD;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    padding: 0 25px;
    border-radius: 30px;
    margin-top: 30px;
    font-weight: 700;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}
a.reg-button:hover {
	background: #1645d3;
	color: #ffffff;
}

/* Video */
.video-area .row {
	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;
}
.video-text h3 {
	font-size: 24px;
	margin-bottom: 20px;
    font-weight: 700;
}
.video-text p {
    font-size: 18px;
    margin-bottom: 20px;
}
.video-text p:last-child {
    margin-bottom: 0px;
}

/* Section BG */
.section-wrapper {
    position: relative;
    background:#0E1D36 ;
}
.section-wrapper::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 90%;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background: url(../img/section-bg.jpg) no-repeat scroll left center / 190px;
}
/* Blog */
.blog-area .sec-title {
    color: #D8FD55;
}
.blog-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
    margin: 0 -15px;
}
.blog-single {
	width: calc(33.3333% - 30px);
	margin: 0 15px;
}
.blog-single h2 {
    font-size: 46px;
    color: #FFFFFF;
	font-weight: 700;
	margin-top: 20px;
}
.blog-single .one {
    color: #1645D3;
}
.blog-single .two {
    color: #88EC8A;
}
.blog-single .three {
    color: #F191FD;
}
.blog-single .four {
    color: #B7F8FC;
}
.blog-single p {
    color: #FFFFFF;
	font-size: 18px;
	margin-top: 15px;
}

/*Countdown CSS*/

.sec-title.white {
	color: #fff;
}
.sec-title.white h2::after {
	background: #FFFFFF;
}
.countdown {
    text-align: center;
}
.cdown {
	display: inline-block;
	margin: 0 25px;
	background: #0E1D36;
	text-align: center;
	width: 150px;
	border-radius: 8px;
}
.cdown strong {
    font-size: 52px;
    padding: 15px 0;
    display: block;
    color: #fff;
}
.cdown p {
    padding: 10px 0;
    background: #88ec8a;
    border-radius: 6px;
    font-size: 18px;
    color: #000;
    text-transform: uppercase;
}

/*Share*/

.sec-title {
	padding-bottom: 40px;
	font-size: 28px;
	font-weight: bold;
    text-transform: uppercase;
}
.share-wrapper {
    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;
    margin-left: -15px;
    margin-right: -15px;
    gap: 50px;
}
.share-wrapper a {
    display: block;
    margin: 0 15px;
    border-radius: 6px;
}
.share-wrapper a {
    display: block;
    margin: 0 15px;
    border-radius: 6px;
}

.social-box {
    margin-bottom: 20px;
    border: 2px solid transparent;
    -webkit-transition: 0.4s all;
    -o-transition: 0.4s all;
    transition: 0.4s all;
    padding: 8px;
    border-radius: 50%;
}
.social-box .icon i {
    font-size: 80px;
    height: 140px;
    width: 140px;
    line-height: 140px;
    display: inline-block;
    background: #0E1D36;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    border: 2px solid transparent;
    -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;
}
.social-box:hover {
    border: 2px solid #0E1D36;
}

.share-wrapper a:hover .social-box .icon i {
}

/*Footer CSS*/
.footer-area {
    padding: 50px 0;
    background: #0E1D36;
}
.footer-wrapper {
	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;
    border-bottom: 1px solid #1D3261;
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.footer-logo img {
    width: 150px;
}
.social-media ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.social-media li {
    display: inline-block;
    margin-right: 20px;
}

.social-media li:last-child {
    margin-right: 0px;
}
.social-media li a {
	color: #FFFFFF;
	font-size: 30px;
	height: 60px;
	width: 60px;
	display: block;
	text-align: center;
	border: 2px solid #fff;
	border-radius: 50%;
	line-height: 58px;
}
.social-media li:nth-child(1) a {
    border-color: #6BBB76;
}
.social-media li:nth-child(2) a {
    border-color: #B8F9FD;
}
.social-media li:nth-child(3) a {
    border-color: #CBEB52;
}
.social-media li:nth-child(4) a {
    border-color: #E78CF4;
}
.social-media li:nth-child(1) a:hover {
    background: #6BBB76;
}
.social-media li:nth-child(2) a:hover {
    background: #B8F9FD;
}
.social-media li:nth-child(3) a:hover {
    background: #CBEB52;
}
.social-media li:nth-child(4) a:hover {
    background: #E78CF4;
}

.footer-bottom {
    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;
}
.footer-bottom img {
	width: 70px;
}
.footer-bottom p {
	color: #FFFFFF;
	font-size: 18px;
}