/*============================

HEADER

==============================*/

.header-area{

position:absolute;

top:0;

left:0;

width:100%;

z-index:999;

padding:1px 0;

background:#fff;

box-shadow:0 5px 20px rgba(0,0,0,.05);
border-bottom: 1px solid #CE2029;

}
/* body{
    background:url("../images/network-bg.png")   no-repeat;
    height: 100vh;
    
} */

.logo{

height:70px;

}

.navbar-nav{

gap:20px;

}

.nav-link {
    font-size: 13px;
    font-weight: 700;
    color: #222 !important;
    letter-spacing: .5px;
    padding: 2px 4px !important;
    position: relative;
    transition: .3s;
}

.nav-link:hover{

color:#CE2029!important;

}

.nav-link.active{

color:#CE2029!important;

}

.nav-link.active::after{

content:"";

position:absolute;

bottom:22px;

left:8px;

width:70%;

height:3px;

background:#CE2029;

border-radius:30px;

}

.header-buttons{

display:flex;

align-items:center;

gap:25px;

}

.btn-register {
    /* background: #CE2029; */
    padding: 5px 12px;
    border-radius: 6px;
    font-weight: 700;
    text-decoration: none;
    transition: .3s;
    color: #CE2029 !important;
    border: 2px solid #CE2029;
}

.btn-register:hover{

background:#CE2029;

color:#fff !important;

}

.language{

display:flex;

align-items:center;

gap:8px;

font-weight:600;

cursor:pointer;

}

.hero-section{

height:100px;

background:url("../images/hero-mobile.png") center center;

background-size:cover;

position:relative;

overflow:hidden;

display:flex;

align-items:center;
display: none;

}

.hero-left-panel{

width:40%;

height:100%;

background:rgba(255,255,255,.94);

display:flex;

align-items:center;

/* padding:0 25px; */

box-shadow:8px 0 30px rgba(0,0,0,.08);

}

.hero-slider{

width:100%;

height:100%;

}

.swiper-wrapper{

height:100%;

}

.swiper-slide{

height:100%;

display:flex;

align-items:center;

}
/*==================================

CONFERENCE BRAND

===================================*/

.conference-brand{

background:#fff;

position:relative;

padding:30px 0 0;

overflow:hidden;

}


.tab-content{
    display:none;
}

.tab-content.active{
    display:block;
}
/* Background molecular pattern */

.conference-brand::before{

content:"";

position:absolute;

left:0;

top:0;

width:100%;

height:100%;

background:url("../images/network-bg-1.png")   no-repeat;

background-size:cover;

opacity:0.9;

pointer-events:none;


}

.conference-brand .container{

position:relative;

z-index:2;

}

.conference-logo{

max-width:700px;

width:100%;

margin:auto;

display:block;

}

.conference-date{

margin-top:20px;

font-size:18px;

font-weight:700;

letter-spacing:.5px;

color:#CE2029;

text-transform:uppercase;

}

.conference-qr{

width:180px;

background:#fff;

padding:10px;

border-radius:8px;

box-shadow:0 10px 25px rgba(0,0,0,.08);

}

.conference-tabs{

margin-top:60px;

border-top:1px solid #eee;

}

.conference-tabs ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 80px;
    margin: 0;
    padding: 18px 0;
    list-style: none;
    border-bottom: 1px solid #80808099;
    border-top: 1px solid #8080809c;
    background: #f3f0f08c;
}

.conference-tabs a{

text-decoration:none;

color:#666;

font-size:15px;

font-weight:600;

transition:.3s;

}

.conference-tabs li{

position:relative;

}

.conference-tabs li.active a{

color:#CE2029;

font-weight:700;

}

.conference-tabs li.active::after{

content:"";

position:absolute;

left:50%;

bottom:-18px;

transform:translateX(-50%);

width:70px;

height:3px;

background:#CE2029;

border-radius:20px;

}

.conference-tabs a:hover{

color:#CE2029;

}



.con-name-ban{
    border: 1px solid #CE2029;
    border-radius: 13px;
    padding: 6px 166px;
}


/*==============================

INVITED SPEAKERS

===============================*/

.invited-speakers{

padding:30px 0;

background:#fff;

}

.section-title{

display:flex;

align-items:center;

justify-content:center;

gap:20px;

margin-bottom:60px;

}

.section-title span{

width:70px;

height:2px;

background:#CE2029;

position:relative;

}

.section-title span::before{

content:"";

position:absolute;

right:0;

top:50%;

transform:translateY(-50%);

width:8px;

height:8px;

background:#CE2029;

border-radius:50%;

}

.section-title h2{

font-size:32px;

font-weight:700;

text-transform:uppercase;

margin:0;

letter-spacing:1px;

color:#222;

}

.speaker-card{

text-align:center;

transition:.35s;

}

.speaker-card:hover{

transform:translateY(-8px);

}

.speaker-image{

width:110px;

height:110px;

margin:auto;

border-radius:50%;

overflow:hidden;

border:4px solid #fff;

box-shadow:0 10px 30px rgba(0,0,0,.10);

}

.speaker-image img{

width:100%;

height:100%;

object-fit:cover;

transition:.4s;

}

.speaker-card:hover img{

transform:scale(1.08);

}

.speaker-card h4{

font-size:15px;

margin-top:18px;

margin-bottom:8px;

font-weight:700;

color:#CE2029;

line-height:1.5;

}

.speaker-card p{

margin:0;

font-size:13px;

color:#444;

line-height:1.6;

}

.speaker-card small{

display:block;

margin-top:6px;

font-size:13px;

color:#777;

}

.view-speakers-btn{

display:inline-flex;

align-items:center;

gap:10px;

padding:14px 38px;

border:2px solid #CE2029;

color:#CE2029;

text-decoration:none;

font-weight:700;

border-radius:6px;

transition:.35s;

text-transform:uppercase;

letter-spacing:.5px;

}

.view-speakers-btn:hover{

background:#CE2029;

color:#fff;

}

/*=====================================

ABOUT CONFERENCE

======================================*/

.about-conference{

padding:25px 0;

background:#fff;
text-align: center;

}

.section-heading{

margin-bottom:25px;

}

.section-subtitle{

display:block;

font-size:15px;

font-weight:700;

text-transform:uppercase;

color:#CE2029;

letter-spacing:1px;

margin-bottom:12px;

}

.section-heading h2{

font-size:42px;

font-weight:700;

color:#222;

line-height:1.3;

margin-bottom:18px;

}

.heading-line{

width:70px;

height:3px;

background:#CE2029;

border-radius:20px;

margin-bottom:30px;

}

.about-conference p{

font-size:16px;

line-height:1.9;

color:#555;

margin-bottom:20px;

}

.about-btn{

display:inline-flex;

align-items:center;

gap:10px;

padding:14px 28px;

border:2px solid #CE2029;

text-decoration:none;

font-weight:600;

text-transform:uppercase;

color:#CE2029;

border-radius:5px;

transition:.35s;

}

.about-btn:hover{

background:#CE2029;

color:#fff;

}

.about-image{

border-radius:15px;

box-shadow:0 20px 45px rgba(0,0,0,.08);

}

/*========================

FEATURED SPEAKER

==========================*/

.featured-speaker{

/* padding:100px 0; */

/* background:#f8f9fb; */

}

.speaker-profile-card{

display:flex;

align-items:center;

background:#fff;

border-radius:28px;

overflow:hidden;

box-shadow:0 20px 60px rgba(0,0,0,.08);

position:relative;

transition:.4s;

}

.speaker-profile-card:hover{

transform:translateY(-8px);

box-shadow:0 30px 70px rgba(0,0,0,.15);

}

/* Left */

.speaker-left {
    width: 243px;
    height: 294px;
    background: #CE2029;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

/* Decorative Layers */

.speaker-left::before{

content:"";

position:absolute;

right:-45px;

top:25px;

width:100%;

height:100%;

background:#d84b52;

border-radius:40px;

z-index:0;

opacity:.75;

}

.speaker-left::after{

content:"";

position:absolute;

right:-85px;

top:50px;

width:100%;

height:100%;

background:#f2b24d;

border-radius:40px;

opacity:.35;

}

.speaker-image-box{

position:relative;

z-index:2;

width:220px;

height:220px;

border-radius:50%;

overflow:hidden;

box-shadow:0 20px 45px rgba(0,0,0,.25);

border:8px solid rgba(255,255,255,.15);

}

.speaker-image-box img{

width:100%;

height:100%;

object-fit:cover;

transition:.5s;

}

.speaker-profile-card:hover img{

transform:scale(1.08);

}

/* Right */

.speaker-right{

flex:1;

padding:60px;

}

.speaker-tag{

display:inline-block;

padding:8px 18px;

background:#fdecee;

color:#CE2029;

border-radius:40px;

font-weight:700;

font-size:13px;

margin-bottom:18px;

}

.speaker-right h2{

font-size:22px;

font-weight:800;

margin-bottom:12px;

color:#222;

}

.speaker-right h5{

font-size:19px;

font-weight:600;

color:#666;

margin-bottom:25px;

}

.speaker-right p{

font-size:17px;

line-height:1.9;

color:#666;

margin-bottom:35px;

}

.speaker-meta{

display:flex;

gap:40px;

margin-bottom:35px;

flex-wrap:wrap;

}

.speaker-meta span{

font-weight:600;

color:#444;

}

.speaker-meta i{

color:#CE2029;

margin-right:8px;

}

.speaker-social{

display:flex;

gap:16px;

}

.speaker-social a{

width:48px;

height:48px;

display:flex;

align-items:center;

justify-content:center;

background:#fff;

border:1px solid #ddd;

border-radius:50%;

color:#CE2029;

font-size:18px;

transition:.3s;

}

.speaker-social a:hover{

background:#CE2029;

color:#fff;

border-color:#CE2029;

transform:translateY(-4px);

}

/*==============================

REGISTRATION

===============================*/

/* .registration-section{

padding:100px 0;

background:#f8f9fb;

} */

.price-card{

background:#fff;

border-radius:20px;

padding:20px;

position:relative;

overflow:hidden;

transition:.35s;

box-shadow:0 15px 40px rgba(0,0,0,.06);

height:100%;

}

.price-card::before{

content:"";

position:absolute;

left:0;

top:0;

width:6px;

height:100%;

background:#CE2029;

transition:.4s;

}

/* .price-card:hover::before{

width:100%;

opacity:.05;

} */

/* .price-card:hover{

transform:translateY(-12px);

box-shadow:0 30px 70px rgba(0,0,0,.12);

} */

.featured{

border:2px solid #CE2029;

}

.popular{

position:absolute;

top:20px;

right:-35px;

background:#CE2029;

color:#fff;

padding:8px 40px;

transform:rotate(45deg);

font-size:12px;

font-weight:700;

}

.price-header{

text-align:center;

margin-bottom:35px;

}

.plan-tag{

display:inline-block;

background:#fdecee;

color:#CE2029;

padding:8px 20px;

border-radius:40px;

font-weight:700;

margin-bottom:20px;

}

.price-header h2{

font-size:35px;

font-weight:800;

color:#CE2029;

margin-bottom:5px;

}

.price-header p{

color:#666;

}

.price-card ul{

padding:0;

margin:35px 0;

list-style:none;

}

.price-card ul li{

padding:4px 0;

border-bottom:1px solid #eee;

font-size:16px;

}

.price-card i{

color:#CE2029;

margin-right:12px;

}

.register-btn{

display:block;

text-align:center;

padding:16px;

background:#fff;

border:2px solid #CE2029;

color:#CE2029;

font-weight:700;

text-decoration:none;

border-radius:8px;

transition:.35s;

}

.price-card:hover .register-btn{

background:#CE2029;

color:#fff;

}

/*==================================

FOOTER

===================================*/

.footer {
    background: #f1f1f1;
    padding: 80px 0 0;
    border-top: 1px solid #e7e1e1;
    margin-top: 30px;
}

.footer .col-lg-3{

position:relative;

}

.footer .col-lg-3:not(:last-child)::after{

content:"";

position:absolute;

right:10px;

top:0;

height:100%;

width:2px;

background:#CE2029;

}

.footer-logo{

max-width:230px;

margin-bottom:20px;

}

.footer-text{

color:#666;

line-height:1.8;

font-size:15px;

margin-bottom:25px;

}

.footer h5{

font-size:20px;

font-weight:700;

margin-bottom:25px;

color:#222;

position:relative;

padding-bottom:12px;

}

.footer h5::after{

content:"";

position:absolute;

left:0;

bottom:0;

width:45px;

height:3px;

background:#CE2029;

border-radius:20px;

}

/* Social */

.footer-social{

display:flex;

gap:15px;

margin-top:10px;

}

.footer-social a{

width:46px;

height:46px;

display:flex;

align-items:center;

justify-content:center;

border:2px solid #CE2029;

border-radius:50%;

color:#CE2029;

font-size:18px;

transition:.35s;

text-decoration:none;

}

.footer-social a:hover{

background:#CE2029;

color:#fff;

transform:translateY(-4px);

}

/* Links */

.footer-links{

list-style:none;

padding:0;

margin:0;

column-count:2;

}

.footer-links li{

margin-bottom:14px;

}

.footer-links a{

color:#555;

text-decoration:none;

transition:.3s;

}

.footer-links a:hover{

color:#CE2029;

padding-left:6px;

}

/* Contact */

.footer-contact{

list-style:none;

padding:0;

margin:0;

}

.footer-contact li{

display:flex;

align-items:flex-start;

gap:15px;

margin-bottom:18px;

color:#555;

}

.footer-contact i{

color:#CE2029;

font-size:18px;

margin-top:3px;

width:22px;

}

/* Newsletter */

.newsletter-form{

display:flex;

overflow:hidden;

border-radius:10px;

border:2px solid #f0d1d3;

margin-top:20px;

}

.newsletter-form input{

flex:1;

border:none;

padding:14px 18px;

outline:none;

font-size:15px;

}

.newsletter-form button{

width:65px;

border:none;

background:#CE2029;

color:#fff;

cursor:pointer;

font-size:18px;

transition:.3s;

}

.newsletter-form button:hover{

background:#b41820;

}

/* Bottom */

.footer-bottom{

margin-top:60px;

background:#CE2029;

padding:18px;

text-align:center;

color:#fff;

font-size:15px;

font-weight:500;

}
/*=========================

VENUE

==========================*/

.venue-section{

padding:0px 0;

/* background:#f8f9fb; */

}

.venue-card{

background:#fff;

border-radius:24px;

overflow:hidden;

display:grid;

grid-template-columns:1.1fr 1fr;

box-shadow:0 20px 60px rgba(0,0,0,.08);

}

.venue-map{

position:relative;

min-height:520px;

}

.venue-map iframe{

width:100%;

height:100%;

border:0;

}

.venue-content{

padding:60px;

display:flex;

flex-direction:column;

justify-content:center;

}

.venue-badge{

display:inline-block;

background:#fdecee;

color:#CE2029;

padding:8px 18px;

border-radius:30px;

font-weight:700;

margin-bottom:20px;

width:max-content;

}

.venue-content h3{

font-size:36px;

font-weight:700;

margin-bottom:20px;

}

.venue-content p{

line-height:1.9;

color:#666;

margin-bottom:35px;

}

.venue-content ul{

padding:0;

margin:0 0 35px;

list-style:none;

}

.venue-content ul li{

display:flex;

align-items:center;

gap:15px;

padding:12px 0;

font-size:16px;

}

.venue-content ul li i{

color:#CE2029;

font-size:18px;

width:25px;

}

.venue-btn{

display:inline-flex;

align-items:center;

gap:10px;

padding:16px 28px;

background:#CE2029;

color:#fff;

border-radius:10px;

text-decoration:none;

font-weight:600;

transition:.35s;

width:max-content;

}

.venue-btn:hover{

background:#b91820;

transform:translateY(-3px);

color:#fff;

}

/*========================

COMING SOON MODAL

=========================*/

.abstract-modal{

border:none;

border-radius:25px;

overflow:hidden;

box-shadow:0 30px 80px rgba(0,0,0,.18);

}

.abstract-modal .modal-body{

padding:55px 45px;

}

.modal-close{

position:absolute;

right:18px;

top:18px;

z-index:10;

}

.coming-icon{

font-size:80px;

margin-bottom:15px;

animation:bounce 2s infinite;

}

.abstract-modal h2{

font-weight:700;

font-size:32px;

margin-bottom:18px;

color:#222;

}

.abstract-modal p{

font-size:17px;

line-height:1.8;

color:#666;

margin-bottom:25px;

}

.count-icons{

font-size:32px;

letter-spacing:8px;

margin-bottom:35px;

}

.btn-coming{

background:#CE2029;

color:#fff;

border:none;

padding:14px 40px;

border-radius:50px;

font-weight:600;

transition:.3s;

}

.btn-coming:hover{

background:#b71820;

transform:translateY(-3px);

}

@keyframes bounce{

0%,100%{

transform:translateY(0);

}

50%{

transform:translateY(-12px);

}

}
.price-padding{
    padding-right: 3rem;
    padding-left: 3rem;
}
.hero-slide-content{
    align-items: center;
    text-align: center;
    justify-content: center;
}

.coming-soon-card{
    max-width:700px;
    margin:30px auto;
    padding:60px 40px;
    text-align:center;
    background:#ffffff;
    border-radius:25px;
    border:1px solid rgba(164,198,57,.25);
    box-shadow:0 20px 60px rgba(0,0,0,.08);
    position:relative;
    overflow:hidden;
}

.coming-soon-card::before{
    content:"";
    position:absolute;
    top:-120px;
    right:-120px;
    width:250px;
    height:250px;
    background:rgba(164,198,57,.12);
    border-radius:50%;
}

.coming-soon-card::after{
    content:"";
    position:absolute;
    bottom:-100px;
    left:-100px;
    width:220px;
    height:220px;
    background:rgba(34,179,193,.12);
    border-radius:50%;
}

.coming-soon-icon{
    width:90px;
    height:90px;
    margin:auto;
    border-radius:50%;
    background:linear-gradient(135deg,#CE2029,#22b3c1);
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:38px;
    box-shadow:0 10px 25px rgba(0,0,0,.15);
    animation:float 3s ease-in-out infinite;
    position:relative;
    z-index:2;
}

.coming-soon-card h2{
    margin-top:30px;
    color:#17246e;
    font-size:34px;
    font-weight:700;
}

.coming-soon-card p{
    margin:20px auto 35px;
    max-width:520px;
    color:#666;
    line-height:1.8;
    font-size:17px;
}

.coming-badge{
    display:inline-flex;
    align-items:center;
    gap:10px;
    background:#CE2029;
    color:#fff;
    padding:14px 30px;
    border-radius:50px;
    font-weight:600;
    font-size:15px;
    box-shadow:0 8px 20px #e6676d;
}

@keyframes float{

    0%{
        transform:translateY(0px);
    }

    50%{
        transform:translateY(-10px);
    }

    100%{
        transform:translateY(0px);
    }

}