/* Basic CSS */
@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.3;
}

h1,
h2,
h3,
h4,
h5,
h6,
li,
p,
div,
a {
    margin: 0;
    padding: 0;
    line-height: 1.4;
    font-family: 'Mikro';
    font-style: normal;
    font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Mikro';
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: -1px;
}

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) no-repeat scroll center center / cover;
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding-top: 50px;
    padding-bottom: 25px;
}

.header-area::after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    background: url(../img/header-shape.png) no-repeat scroll -3% center / contain;
    z-index: 2;
}
.header-wrapper {
    position: relative;
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.header-info {
    margin-top: 2px;
    padding: 10px 0px;
}
.logo-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.logo-wrap img {
    width: 360px;
}
.has-tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.has-tags h1 {
    font-family: 'Bulevar';
    font-size: 55px;
    color: #ffffff;
    margin-right: 15px;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 0px;
    font-weight: normal;
}
.has-tags h1 span {
    color: #00b199;
}
.date h4 {
    line-height: 1;
    font-size: 24px;
    color: #fff;
    margin-bottom: 7px;
    margin-top: 3px;
}
.date h5 {
    font-size: 24px;
    line-height: 1;
    color: #00b199;
}
.header-info h1 {
    font-family: 'Bulevar';
    font-size: 136px;
    text-transform: uppercase;
    line-height: 0.9;
    font-weight: normal;
    letter-spacing: 1px;
    color: #ffffff;
}
.header-info h1 span {
    color: #cbe023;
}


/*Exhibitor*/

.exh-logo img {
    max-width: 270px;
    margin-bottom: 20px;
}

.exh-logo h2 {
    font-size: 28px;
    margin-bottom: 15px;
    color: #000;
}

.exh-text p {
    margin-bottom: 10px;
}

.register {
    height: 55px;
    display: inline-block;
    line-height: 59px;
    padding: 0 45px;
    background: #015743;
    color: #ffffff;
    border-radius: 50px;
    font-size: 18px;
    margin-top: 15px;
    text-transform: uppercase;
    font-weight: 700;
}

.register:hover,
.register:focus {
    background: #00b199;
    color: #fff;
}

.notes {
    font-size: 16px;
    font-style: italic;
}

/* SHow */
.show-area {
    overflow: hidden;
}

.show-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 30px;
}

.show-info {
    padding: 20px 0;
}

.show-wrap>div {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.show-info h2 {
    font-family: 'Bulevar';
    font-weight: normal;
    color: #000000;
    font-size: 56px;
    margin-bottom: 20px;
    line-height: 1;
    letter-spacing: 0.3px;
    position: relative;
    z-index: 2;
    text-transform: uppercase;
}
.show-info h2::after {
    position: absolute;
    width: calc(100% - 30px);
    height: 20px;
    bottom: 16px;
    left: 0;
    content: "";
    background: #cbe023;
    z-index: -1;
}

.img-divider {
    display: block;
    margin-bottom: 30px;
}

.show-info h3 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #c85837;
}

.show-details p {
    font-size: 18px;
    color: #000000;
    margin-bottom: 15px;
}

.show-details p span {
    color: #c85837;
    font-weight: 700;
}

.show-img {
    border-radius: 0px 0 100px 0px;
    position: relative;
}
.show-img::after {
    position: absolute;
    width: 190px;
    height: 190px;
    content: "";
    top: -75px;
    right: -75px;
    background: url(../img/cvr26_secondary-campaign-shape_1.webp) no-repeat scroll center center / contain;
}

/* Promo */
.promo-area {
    background-color: #152b1f;
    background-image: url(../img/brush-strokes.jpg);
    background-repeat: no-repeat;
    background-size:  contain;
    background-position: left center;
    background-attachment: scroll;
    position: relative;
}
.promo-area::before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0px;
    content: "";
    background: url(../img/cvr26_primary-campaign-shape.webp) no-repeat scroll 45px 55px / 15%;
}
.promo-wrap h2 {
    font-family: 'Bulevar';
    font-weight: normal;
    font-size: 56px;
    letter-spacing: 0.3px;
    margin-bottom: 15px;
    line-height: 1;
    text-transform: uppercase;
    color: #ffffff;
}
.promo-wrap h3 {
    font-family: 'Bulevar';
    font-weight: normal;
    font-size: 70px;
    letter-spacing: 0.3px;
    margin-bottom: 15px;
    line-height: 1;
    text-transform: uppercase;
    color: #00b199;
}
.promo-wrap h3 span {
    color: #cbe023;
}
.promo-wrap p {
    font-size: 18px;
    color: #ffffff;
}
.promo-area .register {
    background: #cbe023;
    color: #000000;
    margin-bottom: 15px;
}
.promo-area .register:hover {
    background: #00b199;
    color: #ffffff;
}
/* Video Slider */
.video-wrap h2 {
    font-family: 'Bulevar';
    font-weight: normal;
    color: #000000;
    font-size: 56px;
    margin-bottom: 0;
    line-height: 1;
    letter-spacing: 0.3px;
    position: relative;
    z-index: 2;
    text-transform: uppercase;
}
.video-wrap h2::after {
    position: absolute;
    width: calc(100% - 30px);
    height: 20px;
    bottom: 16px;
    left: 0;
    content: "";
    background: #cbe023;
    z-index: -1;
}
.video-info img {
    width: 80%;
    margin-bottom: 20px;
    margin-top: 10px;
}
.video-wrap {
    gap: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.video-info {
    width: 33.3333%;
}
.video-slider {
    width: 66.6666%;
}

.slide.slick-slide {
    margin: 0px 10px;
    position: relative;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
    z-index: 1
}
.slide.slick-slide::before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: rgba(255,255,255,0.8);
    z-index: 1;
    opacity: 0;
    visibility: hidden;
}
.slide.slick-slide:hover::before {
    opacity: 1;
    visibility: visible;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}
.slide.slick-slide:hover .caption {    
    opacity: 1;
    visibility: visible;
    color: #000000;
}
.slide.slick-slide a {
    position: relative;
}
.caption {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    padding: 10px;
    color: #ffffff;
    font-size: 18px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
    z-index: 3;
    font-weight: 700;
}
.slide-img {
    position: relative;
}
.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.play-btn i {
    font-size: 50px;
    color: #cbe023;
}
.slick-dots {
    bottom: 0px;
}
.slick-dots li button:before {
    font-size: 14px;
}
.slick-dots {
    bottom: -25px;
}
.slick-dots li {
    margin: 0 0px;
}
/*Countdown CSS*/
.countdown-area {
    background: #95bd9e;
}

.counter-wrap {
    max-width: 950px;
    margin: 0 auto;
}

.sec-title {
    font-family: 'Bulevar';
    color: #000000;
    font-size: 60px;
    font-weight: normal;
    letter-spacing: 0.3px;
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.cdown {
    text-align: center;
}

.cdown span {
    background: #015743;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    width: 150px;
}

.cdown span strong {
    color: #ffffff;
    display: inline-block;
    font-size: 60px;
    font-weight: 700;
    padding: 15px 0;
}

.cdown span p {
    background: #152b1f;
    border-radius: 0 0 6px 6px;
    border-top: 1px solid #291259;
    color: #ffffff;
    padding-bottom: 10px;
    padding-top: 10px;
    font-weight: 600;
}


/*Footer*/
.footer-area {
    background: #152b1f;
    padding-top: 30px;
    padding-bottom: 20px;
    position: relative;
}
.footer-area:after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    background: url(../img/footer-shape.png) no-repeat scroll right center / contain;
    z-index: 2;

}
.footer-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
    position: relative;
    z-index: 9
}

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

.vendor-logo img {
    width: 170px;
}
.address h4 {
    color: #00b199;
    font-size: 20px;
}
.address h2 {
    font-family: 'Bulevar';
    font-weight: normal;
    font-size: 95px;
    color: #fff;
    line-height: 0.85;
    margin-top: 10px;
}