@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');
* {

margin: 0;
padding: 0;
box-sizing: border-box; 
}

:root {
--new-color: #8338EC;

}
body{
  font-family: 'Manrope', sans-serif!important;
}
.menu_mega_wrapper{
z-index: 11111;
}
.menu_hamburger_new img{
filter: invert(1)!important;
}
.home-new_home-new .slick-dots{
  display: none!important;
}
.fade-in1{
background: #fff!important;
}
/* ======banner_section======= */
.home-new_home-new .banner-text-wrapper{
justify-content: center;
}
.home-new_home-new .banner-text-wrapper h1{
text-align: center;
width: 100%;
color: #FFF;
text-align: center;
font-family: Manrope;
font-size: 60px;
font-style: normal;
font-weight: 700;
line-height: 90px;
letter-spacing: -1.2px;
}
.banner-btn{
width: 100%;
}
.hero-locations{
display: flex;
padding: 0px;
justify-content: center;
}
.home-new_home-new .hero-locations li{
color:#fff;
}
.home-new_home-new button.button.banner-stage-btn a{
background: radial-gradient(61% 61% at -17.5% 50%, #8338ec 0%, #8338ec 100%) !important;
color: #fff;
text-transform: capitalize;
display: flex;
justify-content: space-between;
align-items: center;
padding: 10px 15px;
}
.home-new_home-new button.button.banner-stage-btn a svg{
  margin-left: 10px;
}
.home-new_home-new .video-section button.button.banner-stage-btn a:hover {
background: #fff!important;
color: #8338ec!important;
border: 1px solid #8338ec!important;
}
.view-agenda-btn{
border: 1px solid #8a2be2;
background: #fff;
border-radius: 30px;
display: flex;
justify-content: center;
align-items: center;
text-decoration: none;
color: black;
    max-width: 160px;
}
/* ============ */
/* .home-new_home-new footer.footer{
display: none;
} */
.conf_venue_and_location .loc_icon_wrap {
background: linear-gradient(90deg, rgba(0, 0, 0, 0.85) 0%, rgba(57, 180, 74, 0.85) 50%);
padding: 26px;
color: #fff;
display: flex;
justify-content: center;
align-items: center;
height: 100%;
}

.conf_venue_and_location .loc_icon_wrap2 {
background: #8a2be2;
}
.hero-locations li{
display:flex;
align-items:center;
gap:8px;
white-space:nowrap;
}
.hero-locations li + li::before{
content:"";
display:inline-block;
width:8px; height:8px;
border-radius:50%;
background:var(--brand-purple);
margin:0 8px 0 0;
}

.loc_icon_wrap span {
font-size: 20px;
display: inline-block;
margin-right: 15px;
}

section.video-section.home-video-section .icon_loc img {
width: 30px !important;
max-width: 100%;
}

.conf_venue_and_location {
position: absolute;
width: 100%;
bottom: 6px;
}



/* =====insights_section======= */
.section-title {
font-size: 48px;
font-weight: bold;
line-height: 58px;
margin-bottom: 20px;
text-align: center;
background: linear-gradient(45deg, #8338ec, #3a86ff);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
color: transparent;
}
.insights_section .blog-overlay h5{
  color: #FFF;
font-family: Manrope;
font-size: 28px;
font-style: normal;
font-weight: 600;
line-height: 34px; /* 121.429% */
letter-spacing: -0.28px;
}
.section-subtitle {
color: #181818;
text-align: center;
font-family: Manrope;
font-size: 22px;
font-style: normal;
font-weight: 400;
line-height: 32px; /* 145.455% */
letter-spacing: -0.22px;
}

.blog-card {
border-radius: 20px;
overflow: hidden;
position: relative;
color: #fff;
height: 500px;
}

.blog-card img {
width: 100%;
height: 100%;
object-fit: unset;
border-radius: 20px;
}

.blog-overlay {
position: absolute;
bottom: 0;
left: 0;
right: 0;
padding: 20px;
background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 10%, rgba(78, 60, 255, 0.9) 100%);
border-radius: 20px;
display: flex;
flex-direction: column;
justify-content: end;
align-items: end;
height: 100%;
}

/* .blog-overlay h5 {
color: #FFF;
font-family: Manrope;
font-size: 48px;
font-style: normal;
font-weight: 700;
line-height: 50px; 
letter-spacing: -0.72px;
} */
.blog-overlay h5 small{
color: #FFF;
font-family: Manrope;
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: 18px;
letter-spacing: -0.27px;
text-transform: capitalize;
margin-bottom: 20px;
display: inline-block;
}
.btn-read {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    text-decoration: none;
    transition: 0.3s;
    border-radius: 200px;
    border: 1px solid #181818;
    margin-left: 10px;
    max-width: 156px;
    padding: 10px;
}
.btn-read span{
  display: flex;
  margin-left: 10px;
}
.btn-read:hover {
opacity: 0.85;
text-decoration: none;
}

.btn-read i {
margin-left: 8px;
font-size: 16px;
}

/* ✅ Custom Navigator */
.custom-nav {
margin-top: 30px;
}

.custom-nav button {
border: none;
width: 45px;
height: 45px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
cursor: pointer;
margin: 0 10px;
transition: 0.3s;
font-size: 20px;
border: 1px solid;
}

.custom-prev {
background: #fff;
color: #4e3cff;
}

.custom-prev:hover {
background: #4e3cff;
color: #fff;
}

.custom-next {
background: linear-gradient(90deg, #4e3cff, #7f5cff);
color: #fff;
}

.custom-dots {
display: flex;
align-items: center;
}

.custom-dots span {
display: none;
width: 30px;
height: 6px;
border-radius: 3px;
background: #ddd;
margin: 0 5px;
transition: 0.3s;
}
.custom-dots span:nth-child(1),
.custom-dots span:nth-child(2),
.custom-dots span:nth-child(3){
  display: block;
}
.custom-dots span.active {
background: #4e3cff;
width: 40px;
}
/* Make Owl stage a flexbox */
.owl-stage {
display: flex!important;
}

/* Reset Owl’s inline width */
.owl-item {
width: auto!important;
flex: 1; /* default flex */
}

/* First active item = 40% */
.active:first-child .owl-item {
width: 40%!important;
}

/* Second and third active items = 30% each */
.owl-stage.active:nth-child(2),
.owl-stage.active:nth-child(3) {
flex: 0 0 30%;
}

/* created-section */
.created_section  .custom-dots {
display: flex;
justify-content: center;
margin-top: 20px;
gap: 8px;
}

.custom-dots .custom-dots span {
display: block;
width: 30px;
height: 4px;
background: #ccc;
border-radius: 2px;
cursor: pointer;
transition: all 0.3s ease;
}

.created_section .custom-dots span.active {
background: #3A86FF;
width: 40px;
}
.created_section .blog-overlay{
justify-content: space-between;
}
.created_section .blog-overlay small{
  text-transform: capitalize;
}
.created_section .blog-overlay p{
  color: #FFF;
font-family: Manrope;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 22px; /* 137.5% */
letter-spacing: -0.16px;

}
.created_section  .btn-read{
display: flex;
justify-content: center;
align-items: center;
background: transparent;
border: none;
}

/* ======new navbar====== */
/* .home-new_home-new   .my_navbar{
display: none!important;
}
.home-new_home-new .new_nav_bar{
display: block!important;
} */
.new_class_container{
width: 100%;
max-width: 1200px;
display: flex;
justify-content: space-between;
align-items: center;
background: #fff;
border-radius: 50px;
padding: 20px 30px;
}
/* .new_nav_bar .container-d-flex{
position: relative;
justify-content: center!important;
} */
/* .new_class_togger{
position: absolute;
right: 0;
}
.new_nav_bar .main_menu li a,
.new_nav_bar li:nth-child(2) a,
.new_nav_bar .main_menu li:nth-child(2) a:hover {
font-size: 16px;
font-weight: 500;
line-height: 1.45;
color: #000000;
text-transform: capitalize;
display: inline-block;
background: #ffffff;
padding: 6px 16px;
border-radius: 8px;
border: 0px solid #39B54A;
transition: 0.5s all;
}
ul.main_menu  ul.dropdown-menu li+li{
margin-left: 0px;
} */


/* banner-home-css */
.main_banner_and_slider{
position: relative;
}
.featured_on_section{
position: absolute;
bottom: 40px;
width: 100%;
z-index: 10;
}
.past_past{
color: #fff;
text-align: center;
font-size: 24px;
margin-bottom: 20px;
}
.home-new_home-new .congress-figure::after{
background: linear-gradient(247deg, rgb(57 180 74 / 0%) 6%, rgb(0 0 0 / 5%) 50%);
}
.home-new_home-new .congress-figure .btn-glow{
margin-left: 10px;
background: #8338ec00;
display: inline-flex;
justify-content: center;
align-items: center;
padding: 7px 20px;
border-radius: 200px;
border: 1.5px solid #3A86FF;
color: #fff;
text-decoration: none;
}
.home-new_home-new .congress-figure .btn-glow span{
 display: flex;
 margin-left: 10px;
}
/* feture-section */
section.feature-section {
background-color: #ffff;
padding: 50px 0;
}

section.feature-section .section-title1 {
text-align: center;
margin-bottom: 20px;
padding: 0 15px;
}

section.feature-section   .section-title1 h2 {
font-size: 48px;
font-weight: 800;
margin-bottom: 20px;
background: linear-gradient(90deg, #8338EC 0%, #3A86FF 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

section.feature-section  .section-title1 p {
color: #181818;
text-align: center;
font-family: Manrope;
font-size: 22px;
font-style: normal;
font-weight: 400;
line-height: 32px;
letter-spacing: -0.22px;
}

section.feature-section .feature-card {
position: relative;
height: 450px;
margin-bottom: 0px;
border-radius: 0px;
overflow: hidden;
display: flex;
align-items: flex-end;
padding: 25px;
color: white;
text-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
}

section.feature-section .feature-card .card-image {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
/* Ensures the image covers the area */
border-radius: 0px;
/* Apply border-radius to the image */
z-index: 0;
/* Behind the content and overlay */
}

section.feature-section  .card-container div:nth-child(1) .feature-card::before,
section.feature-section  .card-container div:nth-child(4) .feature-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #8338EC 100%);
z-index: 1;
}
section.feature-section  .card-container div:nth-child(2) .feature-card::before,
section.feature-section  .card-container div:nth-child(3) .feature-card::before{
  content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
 background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #3A86FF 100%);
 z-index: 1;
}
section.feature-section .feature-card .content {
position: relative;
z-index: 2;
}

section.feature-section .feature-card h3 {
font-size: 1.7rem;
font-weight: bold;
margin-bottom: 10px;
}

section.feature-section  .feature-card p {
color: #FFF;
font-family: Manrope;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 24px;
letter-spacing: -0.18px;
}


/* Core Focus Area */

.section-wrapper {
padding: 50px 0;
color: #333;
background-color: #fff;
}

.section-wrapper .section-header {
text-align: center;
margin-bottom: 40px;
padding: 0 15px;
}

.section-wrapper .section-header h2 {
font-size: 48px;
font-weight: 800;
margin-bottom: 30px;
background: linear-gradient(90deg, #8338EC 0%, #3A86FF 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

.section-wrapper .section-header .subtitle {
display: inline-block;
color: white;
padding: 8px 20px;
border-radius: 25px;
font-size: 1rem;
margin-bottom: 20px;
border-radius: 200px;
border: 2px solid #8338EC;
background: linear-gradient(90deg, #3A86FF 0%, #8338EC 100%);
}

.section-wrapper .section-header p {
color: #181818;
text-align: center;
font-family: Manrope;
font-size: 22px;
font-style: normal;
font-weight: 400;
line-height: 32px; 
letter-spacing: -0.22px;
max-width: 1200px;
margin: 0 auto;
}

.feature-grid {
padding: 0 10%;
}

.feature-item {
/* display: flex;
align-items: flex-start; */
margin-bottom: 30px;
}

.feature-item .icon-wrapper {
width: 80px;
height: 80px;
min-width: 50px;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
margin-right: 15px;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
background: linear-gradient(270deg, #8338EC 0%, #3A86FF 100%);
padding: 10px;
float: left;
}

.feature-item .icon-wrapper img {
width: 100%;
height: 100%;
object-fit: contain;
border-radius: 50%;
filter: invert(1);

}

.feature-item .text-content h4 {
font-size: 28px;
font-style: normal;
font-weight: 600;
line-height: 28px;
letter-spacing: -0.28px;
margin-bottom: 10px;
}

.feature-item .text-content p {
color: #444;
font-family: Manrope;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 28px; /* 140% */
}

/* Conference Themes 2025-26 */
.conference-themes-section {
padding: 80px 0;
background: #0b0f2a url('https://www.fueldconf.com/topexpo/pastAwardee/Fueld/Background.png') 
no-repeat center center;
background-size: cover; 
position: relative;
overflow: hidden;
}

.conference-themes-section::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image: url('https://via.placeholder.com/1920x1080/0b0f2a/0b0f2a?text=Subtle+Pattern');
opacity: 0.1;
z-index: 0;
}

.conference-themes-section .container {
position: relative;
z-index: 1;
}

.conference-themes-section .section-header {
text-align: center;
margin-bottom: 50px;
}

.conference-themes-section .section-header h2 {
font-size: 3.5rem;
font-weight: bold;
background: linear-gradient(to right, #8A2BE2, #6495ED);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
margin-bottom: 20px;
}

.conference-themes-section .section-header .subtitle-badge {
display: inline-block;
color: white;
padding: 10px 25px;
border-radius: 30px;
font-size: 1.1rem;
font-weight: 500;
margin-bottom: 30px;
border-radius: 200px;
border: 2px solid #8338EC;
background: linear-gradient(90deg, #3A86FF 0%, #8338EC 100%);
}

.conference-themes-section .section-header p {
font-size: 22px;
color: #fff;
max-width: 1350px;
font-weight: 400;
margin: 0 auto;
}

.conference-themes-section .main-content-row {
/* margin-top: 60px; */
align-items: center;
}

.conference-themes-section .image-col img {
  width: 100%;
max-width: 100%;
height: auto;
border-radius: 15px;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

.conference-themes-section .tab-section {
padding-left: 50px;
}

.conference-themes-section .nav-tabs {
border-bottom: none;
margin-bottom: 30px;
justify-content: space-between;
align-items: center;
padding: 6px;
max-width: 320px;
border: 1px solid #8a2be2;
border-radius: 40px;
}



.conference-themes-section .nav-tabs .nav-link {
background-color: #2a304e00;
color: #bbb;
border: 1px solid #4a506e00;
border-radius: 25px;
padding: 8px 25px;
font-size: 1rem;
transition: all 0.3s ease;
}

.conference-themes-section .nav-tabs .nav-link:hover {
color: #fff;
border-color: #8A2BE2;
}

.conference-themes-section .nav-tabs .nav-link.active {
background-color: #8A2BE2;
color: white;
border-color: #8A2BE2;
font-weight: bold;
}

.conference-themes-section .tab-content {
background-color: transparent;
}

.conference-themes-section .tab-content h3 {
font-size: 40px;
font-weight: 700;
color: #fff;
margin-bottom: 20px;
line-height: 1.3;
background: linear-gradient(90deg, #3A86FF 0%, #8338EC 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

.conference-themes-section .tab-content p {
font-size: 1.1rem;
color: #ccc;
line-height: 1.7;
margin-bottom: 30px;
}

.conference-themes-section .tab-content .location-info {
font-size: 1rem;
color: #ddd;
display: flex;
align-items: center;
}

.conference-themes-section .tab-content .location-info .dot {
width: 8px;
height: 8px;
background-color: #8338ec;
border-radius: 50%;
margin: 0 10px;
}

.conference-themes-section .get-tickets-btn {
background-color: transparent;
border: 1px solid #8A2BE2;
color: #8A2BE2;
padding: 12px 30px;
border-radius: 30px;
font-size: 1.1rem;
margin-top: 40px;
transition: background-color 0.3s ease, color 0.3s ease;
display: inline-flex;
align-items: center;
text-decoration: none;
}

.conference-themes-section .get-tickets-btn:hover {
background-color: #8A2BE2;
color: white;
}

.conference-themes-section .get-tickets-btn .arrow {
margin-left: 10px;
font-size: 16px;
transition: transform 0.3s ease;
}

.conference-themes-section .get-tickets-btn:hover .arrow {
transform: translateX(5px);
}
.conference-themes-section .tab-pane {
display: none;
}
.conference-themes-section .tab-pane.active {
display: block;
}
.image_container{
height: 100%;
position: relative;
}
.image_container a.get-tickets-btn {
position: absolute;
bottom: 0px;
left: calc(0% + 77px);
transform: translateX(-50%);
z-index: 11;
margin-top: 0;
color: #fff;

}
/* aivideo_section */

.aivideo_section{
padding: 50px 0px;
}
.aivideo_section .text-content h1 {
font-size: 60px;
font-weight: 800;
line-height: 1.1;
color: #000;
margin-bottom: 40px;
}

.aivideo_section .text-content h1 span.fueled-text {
color: #8A2BE2;
display: inline;
background: linear-gradient(90deg, #3A86FF 0%, #8338EC 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

.aivideo_section  .text-content p {
color: #181818;
text-align: justify;
font-family: Manrope;
font-size: 22px;
font-style: normal;
font-weight: 400;
line-height: 32px; /* 145.455% */
letter-spacing: -0.22px;
}

.aivideo_sectionb  .view-agenda-btn {
background-color: transparent;
border: 1px solid #8A2BE2;
color: #8A2BE2;
padding: 10px 25px;
border-radius: 25px;
font-size: 1rem;
margin-top: 30px;
transition: background-color 0.3s ease, color 0.3s ease;

}

.aivideo_section  .view-agenda-btn:hover {
background-color: #8A2BE2;
color: white;
}

.aivideo_section  .view-agenda-btn .arrow {
margin-left: 10px;
display: inline-block;
transition: transform 0.3s ease;
display: flex;
}

.aivideo_section  .view-agenda-btn:hover .arrow {
transform: translateX(5px);
}

.aivideo_section  .image-container {
display: flex;
justify-content: center;
align-items: center;


}

.aivideo_section  .image-container img {
max-width: 100%;
height: auto;
border-radius: 15px;
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.aivideo_section  .bottom-text-section {
color: #181818;
text-align: justify;
font-size: 22px;
font-style: normal;
font-weight: 400;
line-height: 32px;
letter-spacing: -0.22px;
}

.aivideo_section  .conf_vd video {
width: 100%;
border-radius: 30px;
height: 400px;
object-fit: cover;
margin-bottom: 40px;
}

/* Trusted By 1200+ World Leaders */
.trusted_by {
padding: 5rem 0;
background-color: #f8f9fa;
}

.trusted_by .section-title {
font-size: 48px;
font-weight: bold;
background: linear-gradient(to right, #8A2BE2, #6495ED);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
margin-bottom: 40px;
text-align: center;
line-height: 1.2;
}

.trusted_by .section-title span {
display: block;
}

.trusted_by .section-subtitle {
font-size: 1rem;
color: #6c757d;
text-align: center;
max-width: 700px;
margin: 0 auto 3rem;
}

/* Testimonial Card Styles */
.trusted_by .testimonial-card {
background-color: #FAFAFA;
border-radius: 15px;
padding: 2.5rem 2rem;
transition: transform 0.3s ease;
height: 100%;
text-align: center;
min-height: 400px;
border: 1px solid #DBDBDB;
}

.trusted_by .testimonial-card .profile-img {
width: 80px;
height: 80px;
border-radius: 50%;
object-fit: cover;
margin-bottom: 1.5rem;
}

.trusted_by .testimonial-card h5 {
font-weight: bold;
color: #333;
margin-bottom: 0.25rem;
}

.trusted_by .testimonial-card .title {
color: #6c757d;
font-size: 0.9rem;
font-style: italic;
margin-bottom: 0.5rem;
}

.trusted_by .testimonial-card .rating {
color: #ffc107;
font-size: 1rem;
margin-bottom: 1rem;
}

.trusted_by .testimonial-card .quote {
color: #181818;
text-align: center;
font-family: Manrope;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 24px; 
letter-spacing: -0.27px;
}

/* ✅ Custom Navigator */
.trusted_by .custom-nav {
margin-top: 30px;
}

.trusted_by .custom-nav button {
border: none;
width: 45px;
height: 45px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
cursor: pointer;
margin: 0 10px;
transition: 0.3s;
font-size: 20px;
border: 1px solid;
}

.trusted_by .custom-prev {
background: #fff;
color: #4e3cff;
}

.trusted_by .custom-prev:hover {
background: #4e3cff;
color: #fff;
}

.trusted_by .custom-next {
background: linear-gradient(90deg, #4e3cff, #7f5cff);
color: #fff;
}

.trusted_by .custom-dots {
display: flex;
align-items: center;
}

.trusted_by .custom-dots span {
display: none;
width: 30px;
height: 6px;
border-radius: 3px;
background: #ddd;
margin: 0 5px;
transition: 0.3s;
}
.trusted_by .custom-dots span:nth-child(1),
.trusted_by .custom-dots span:nth-child(2),
.trusted_by .custom-dots span:nth-child(3){
display: block;
}
.trusted_by .custom-dots span.active {
background: #4e3cff;
width: 40px;
}
/* sponser_and_exhibitor */
.advance_exb h2 {
font-size: 40px;
text-align: center;
font-weight: bold;
}

.advance_exb .exhibitors {
margin-bottom: 40px;
}

.advance_exb .exhibitorss {
margin-top: 30px;
}


.advance_exb .label_color {
margin-left: 10px;
}

.advance_exb .exhibitor-type {
display: flex;
align-items: center;
justify-content: center;
gap: 5px;
margin: 20px 0px;
font-size: 32px;
}

.advance_exb .line {
flex-grow: 1;
height: 2px;
background: linear-gradient(90deg, #8338EC 0%, #3A86FF 100%);
width: 100%;
}

.advance_exb .exhibitorss {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 15px;
margin-top: 10px;
}

.advance_exb .exhibitor {
border: 1px solid #ddd;
padding: 10px;
width: 200px;
height: 150px;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
border-radius: 20px;
border: 1px solid #8338EC;
    background: #F4F8FF;
}

.advance_exb .exhibitor img {
max-width: 100%;
max-height: 100%;
object-fit: contain;
}

.advance_exb .exhibitors_para{
max-width: 1160px;
margin: 0 auto;
text-align: center;
font-size: 22px;
margin-bottom: 30px;
}
.advance_exb .partner_air{

border-radius: 30px;
padding: 5px 20px;
font-size: 20px;
text-transform: capitalize;
display: flex;
color: #fff;
justify-content: space-between;
width: auto;
border: 2px solid #8338EC;
background: linear-gradient(90deg, #3A86FF 0%, #8338EC 100%);

}
.advance_exb  h2{
font-size: 48px;
font-weight: 800;
line-height: 58px;
margin-bottom: 20px;
text-align: center;
background: linear-gradient(90deg, #8338EC 0%, #3A86FF 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
/* footer-section */
/* 
.new_home_footer {
background-color: #111;
color: #fff;
padding: 60px 0px;
}
.new_home_footer h5 {
font-size: 48px;
font-weight: bold;
line-height: 58px;
background: linear-gradient(45deg, #8338ec, #3a86ff);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
color: transparent;
margin-bottom: 20px;
}
.new_home_footer a {
text-decoration: none;
color: #ccc;
transition: 0.3s;
}
footer a:hover {
color: #fff;
}
.new_home_footer .subscribe-input {
background: transparent;
border: none;
border-bottom: 1px solid #555;
color: #fff;
width: 100%;
padding: 15px 0;
}
.new_home_footer .subscribe-btn {
background: #1a73e8;
border: none;
color: #fff;
padding: 10px 18px;
border-radius: 50px;
margin-top: 15px;
margin: 12px 0px !important
}
.new_home_footer .contact-info a {

color: #3A86FF;
display: flex;
justify-content: space-between;
align-items: center;
}
.new_home_footer .contact-info a span{
font-size: 20px;
font-weight: bold;

}
.new_home_footer .footer-bottom {
border-top: 1px solid #333;
margin-top: 40px;
padding-top: 20px;
font-size: 14px;
color: #888;
text-align: center;
display: flex;
justify-content: space-between;
align-items: center;
}
.new_home_footer .btn-footer {
background: transparent;
border: 1px solid #6c63ff;
color: #fff;
border-radius: 25px;
padding: 8px 20px;
display: inline-flex;
align-items: center;
gap: 6px;
transition: 0.3s;
margin-left: 20px;
}
.new_home_footer   .btn-footer:hover {
background: #6c63ff;
}
.contact-info{
display: flex;
align-items: center;
gap: 15px;
justify-content: start;
}
.new_home_footer   .footer_form{
display: flex;
justify-content: space-between;
align-items: center;
position: relative;
}
.new_home_footer    .subscribe-btn{
position: absolute;
right: 0;
background-color: transparent;
padding: 0px;
display: flex;
}
.new_home_footer  .subscribe-btn span{
display: inline-block;
width: 40px;
height: 30px;
background: #3A86FF;
border-radius: 40px;
display: flex;
justify-content: center;
align-items: center;
margin-left: 10px;
margin-bottom: 20px;
}
.new_home_footer  .footer_list_menu li{
margin-bottom: 20px;
text-align: end;
direction: ltr;
}
.new_home_footer .bottom_footer input[type="email"]{
color: #555;
opacity: 1;
background: transparent;
} */

/* form-css */
.home-new_home-new .contactform-bg{
  border: 0px solid #ddd!important;
}
.home-new_home-new .form_image,
.home-new_home-new .contactform-bg{
  border-radius: 0px!important;
}
.home-new_home-new .home_form_section .form-required{
  border-radius: 200px;
border: 2px solid #8338EC;
background: linear-gradient(90deg, #3A86FF 0%, #8338EC 100%);
display: inline-block;
}
.home-new_home-new .form_padding h2{
text-align: left;
background: linear-gradient(90deg, #8338EC 0%, #3A86FF 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-size: 40px;
font-style: normal;
font-weight: 800;
line-height: 48px;
letter-spacing: -0.96px;
}
.home-new_home-new .home_form_section fieldset#edit-active-conference--wrapper label{
font-size: 18px;
color: #3A86FF;
text-align: center;
font-family: Manrope;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 20px;
letter-spacing: -0.4px;
}
.home-new_home-new .capcha_button{
display: flex;
align-items: start!important;
flex-direction: column;
}
.home-new_home-new input#edit-actions-submit{
border: 0px;
background: radial-gradient(61% 61% at -17.5% 50%, #ffffff 0%, #ffffff 100%);
color: #000;
border-radius: 15px;
border: 1.5px solid #3A86FF;
}
 .home-new_home-new div#edit-active-conference{
  justify-content: start!important;
}
.home-new_home-new .home_form_section fieldset#edit-active-conference--wrapper label{
  margin-right: 20px!important;
}

.home-new_home-new .form-item.webform-component.webform-component-textfield input, 
.home-new_home-new .home_home input[type=email]{
  border-bottom: 1px solid #c1c1c1;
  font-size: 16px;
  border-radius: 10px;
  border: 1px solid #D0D0D0;
  background: #FAFAFA;
  height: 40px;
}
.home-new_home-new .form_padding{
  padding-right: 10vw;
}
.home-new_home-new  form input[type=text],
.home-new_home-new  form input[type=tel],
.home-new_home-new  form input[type=email],
.home-new_home-new  form input[type=url],
 .home-new_home-new  form select{
border-radius: 10px;
border: 1px solid #D0D0D0;
background: #FAFAFA;
height: 50px;
}
 .home-new_home-new form textarea{
  border-radius: 10px;
border: 1px solid #D0D0D0;
background: #FAFAFA;
 }
 
 .new_form_action .form-actions{
    padding: 0px;
    margin: 0px;
    border-radius: 0px;
}
.home-new_home-new  .home_form_section .js-form-item.form-item{
  margin-bottom: 5px!important;
}
.home-new_home-new .fieldset-wrapper{
 width: 100%;
}
.advance_exb .partner_air  span{
  margin-right: 10px;
}
.ftnewsletter_submit input{
      padding: 10px 20px !important;
    border-radius: 10px;
    border: transparent;
    border: 2px solid #8338EC;
    background: linear-gradient(90deg, #3A86FF 0%, #8338EC 100%);
    margin: 7px;
}
.ftnewsletter_submit .form-actions{
  margin: 0px !important;
  padding: 0px !important;

}
.footer-newsletter__row{
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-newsletter__row .form-required{
 display: none;
}
.footer-newsletter__field--email .form-item{
 margin-top: 0px !important;
 margin-bottom: 0px !important;
}
.form-actions input:hover{
  background: #8338EC;
  color: #fff;
  border: transparent;
}
/* ===========media==================== */
/* @media screen and (min-width: 1620px) {
.new_nav_bar  ul.main_menu {
flex-basis: 70%;
justify-content: flex-end;
max-width: 70%;
}
.new_nav_bar .logo_and_add {
flex-basis: 35%;
max-width: 35%;
}
} */
@media screen and (min-width: 1649px){
.image_container a.get-tickets-btn{
  left: calc(0% + 70px);
}
.conference-themes-section .get-tickets-btn{
  font-size: 16px;
  padding: 10px 20px;
}
    .home-new_home-new .new_class_togger {
        right: 50px !important;
    }
}
/* =================== */
@media (max-width: 1690px) {
/* .home-new_home-new .logo_and_add {
    display: flex;
    align-items: center;
    max-width: 20%!important;
    flex-basis: 20%!important;
    justify-content: space-between;
}
   .home-new_home-new ul.main_menu {
        flex-basis: 80%!important;
        justify-content: flex-end;
        max-width: 80%!important;
    }
   .home-new_home-new .new_class_togger{
      right: -50px!important;
    } */

    .aivideo_section .text-content h1{
      font-size: 48px;
    }
    .aivideo_section .text-content p,
.aivideo_section .bottom-text-section p,
.section-subtitle,
section.feature-section .section-title1 p,
.section-wrapper .section-header p,
.feature-item .text-content p,
.advance_exb .exhibitors_para{
  font-size: 20px;
  line-height: normal;
  letter-spacing: normal;
}
}
/* ======================== */
@media (max-width: 1500px) {
  .home-new_home-new div#edit-active-conference{
    flex-direction: column;
  }
  .home-new_home-new .video_wrapper .banner-video{
    height: 120vh;
  }
.home-new_home-new .banner-text-wrapper h1{
  font-size: 48px;
  line-height: normal;
  letter-spacing: normal;
}
.home-new_home-new button.button.banner-stage-btn a{
  padding: 5px 10px;
}
.home-new_home-new button.button.banner-stage-btn a svg{
  width: 25px;
}
.past_past{
 font-size: 20px;
}
.aivideo_section .text-content h1{
  font-size: 32px;
  margin-bottom: 20px;
}
.aivideo_section .text-content p,
.aivideo_section .bottom-text-section p,
.section-subtitle,
section.feature-section .section-title1 p,
.section-wrapper .section-header p,
.feature-item .text-content p,
.advance_exb .exhibitors_para{
  font-size: 18px;
  line-height: normal;
  letter-spacing: normal;
}
.section-title,
.conference-themes-section .section-header h2,
section.feature-section .section-title1 h2,
.section-wrapper .section-header h2,
.advance_exb h2,
.new_home_footer h5,
.trusted_by .section-title{
  font-size: 40px;
  line-height: normal;
  
}
.section-subtitle{
  margin-bottom: 20px;
}
section.feature-section .feature-card h3{
  font-size: 24px;
}
.insights_section .blog-overlay h5{
  line-height: 1.2;
  font-size: 22px;
}
.contact-info {
    justify-content: space-between;
    max-width: 422px;
}
.feature-item .text-content h4{
  font-size: 22px;
}
}
/* ============================ */
@media (max-width: 1400px) {
  .home-new_home-new ul.main_menu{
    justify-content: center;
  }
.advance_exb h2 {
font-size: 30px;
}
    .home-new_home-new .new_class_togger {
        right: 40px !important;
    }
.advance_exb .exhibitor-type {
display: flex;
align-items: center;
justify-content: center;
gap: 5px;
margin: 20px 0px;
font-size: 25px;
}
.image_container a.get-tickets-btn {
    position: absolute;
    bottom: 0px;
    left: calc(0% + 65px);
    transform: translateX(-50%);
    z-index: 11;
    margin-top: 0;
    color: #fff;
    font-size: 16px;
    padding: 10px;
}
.menu_hamburger img{
  filter: invert(1);
}
}
/* ============================ */
@media (max-width: 1199px) {
  .aivideo_section .text-content p,
.aivideo_section .bottom-text-section p,
.section-subtitle,
section.feature-section .section-title1 p,
.section-wrapper .section-header p,
.feature-item .text-content p,
.advance_exb .exhibitors_para{
  font-size: 16px;
  line-height: normal;
  letter-spacing: normal;
}

.section-title,
.conference-themes-section .section-header h2,
section.feature-section .section-title1 h2,
.section-wrapper .section-header h2,
.advance_exb h2,
.new_home_footer h5,
.trusted_by .section-title{
  font-size: 32px;
  line-height: normal;
  
}
.conference-themes-section .section-header h2 {
font-size: 3rem;
}
.conference-themes-section .section-header p {
font-size: 1.05rem;
}
.conference-themes-section .tab-section {
padding-left: 30px;
}
.conference-themes-section .tab-content h3 {
font-size: 2.2rem;
}
.conference-themes-section .tab-content p {
font-size: 1rem;
}
.home-new_home-new .home_form_section .form-required{
  padding: 10px 20px;
  font-size: 16px;
}
}

/* ============================ */
@media (max-width: 991px) {
  .new_class_togger {
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
}
.home-new_home-new ul.main_menu{
  display: none;
}
.conf_venue_and_location {
position: relative;
bottom: 8px;
}

.loc_icon_wrap span {
font-size: 14px;
display: inline-block;
margin-right: 15px;
}

.loc_icon_wrap span br {
display: none;
}

section.video-section.home-video-section .icon_loc img {
width: 20px !important;
}
section.feature-section .section-title1 h2 {
font-size: 2.2rem;
}

section.feature-section .section-title1 p {
font-size: 1rem;
}

section.feature-section .feature-card {
height: 300px;
}

section.feature-section .feature-card h3 {
font-size: 1.4rem;
}

section.feature-section .feature-card p {
font-size: 0.9rem;
}

section.feature-section .card-container {
padding: 0 2%;
}
.section-header h2 {
font-size: 2.2rem;
}

.section-header p {
font-size: 1rem;
}

.feature-grid {
padding: 0 5%;
}

.feature-item {
margin-bottom: 25px;
}

.feature-item .icon-wrapper {
width: 45px;
height: 45px;
min-width: 45px;
}

.feature-item .text-content h4 {
font-size: 1.1rem;
}

.feature-item .text-content p {
font-size: 0.9rem;
}

.conference-themes-section .section-header h2 {
font-size: 2.5rem;
}
.conference-themes-section .section-header p {
font-size: 1rem;
}
.conference-themes-section .main-content-row {
flex-direction: column;
}
.conference-themes-section .image-col {
margin-bottom: 40px;
}
.conference-themes-section .tab-section {
padding-left: 15px;
padding-right: 15px;
}
.conference-themes-section .nav-tabs {
justify-content: center;
margin-top: 30px;
}
.conference-themes-section .nav-tabs .nav-link {
padding: 6px 20px;
font-size: 0.9rem;
}
.conference-themes-section .tab-content h3 {
font-size: 2rem;
text-align: center;
}
.conference-themes-section .tab-content p {
text-align: center;
}
.conference-themes-section .tab-content .location-info {
justify-content: center;
}
.conference-themes-section .get-tickets-btn {
margin: 40px auto 0 auto;
display: block;
width: fit-content;
}

.aivideo_section .text-content h1 {
font-size: 2.5rem;
}

.aivideo_section .image-container {
margin-top: 30px;

}

.aivideo_section  .bottom-text-section {
padding: 30px 5%;
}
.new_home_footer {
flex-direction: column;
align-items: flex-start;
padding: 30px 20px;
}
.new_home_footer h5{
text-align: center;
font-size: 32px;
}
.new_home_footer .footer_form{
max-width: 700px;
margin: 20px auto;
}
.new_home_footer .footer-section {
margin: 0 0 30px 0;
width: 100%;
}
.new_home_footer .footer_list_menu li{
text-align: start;

}
.hero-locations {
    display: flex;
    padding: 0px;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
}
.conference-themes-section .nav-tabs{
margin: 20px auto;
max-width: 270px;
}
}
/* ============================ */
@media (max-width: 767px) {
  .contact-info{
    max-width: 100%;
  }
  .home-new_home-new .form_padding{
    padding-right: 0px;
    padding-left: 0px;
  }
.conf_venue_and_location .loc_icon_wrap {
justify-content: start;
}
section.feature-section  .section-title1 {
padding: 0 15px;
}

section.feature-section  .section-title1 h2 {
font-size: 1.8rem;
}

section.feature-section  .section-title1 p {
font-size: 0.95rem;
}

section.feature-section  .feature-card {
height: 250px;
padding: 20px;
}

section.feature-section  .feature-card h3 {
font-size: 1.3rem;
}

section.feature-section  .feature-card p {
font-size: 0.85rem;
}
.section-header {
padding: 0 15px;
}

.section-header h2 {
font-size: 1.8rem;
}

.section-header p {
font-size: 0.95rem;
}

.feature-grid {
padding: 0 15px;
}

.feature-item {
flex-direction: column;
align-items: center;
text-align: center;
}

.feature-item .icon-wrapper {
margin-right: 0;
margin-bottom: 15px;
}

/* .feature-item .text-content h4 {
font-size: 1.15rem;
} */

.feature-item .text-content p {
font-size: 0.9rem;
}
.conference-themes-section {
padding: 50px 0;
}
.conference-themes-section .section-header h2 {
font-size: 2rem;
}
.conference-themes-section .section-header .subtitle-badge {
font-size: 0.9rem;
padding: 8px 20px;
}
.conference-themes-section .section-header p {
font-size: 0.95rem;
}
.conference-themes-section .image-col {
padding: 0 15px;
}
.conference-themes-section .tab-content h3 {
font-size: 1.8rem;
}
.conference-themes-section .tab-content p {
font-size: 0.9rem;
}
.conference-themes-section .get-tickets-btn {
font-size: 1rem;
padding: 10px 25px;
}
.aivideo_section   .text-content h1 {
font-size: 2rem;
}

.aivideo_section .text-content p,
.aivideo_section .bottom-text-section {
font-size: 1rem;
}

.aivideo_section .aivideo_section .view-agenda-btn {
padding: 8px 20px;
font-size: 0.9rem;
}

.aivideo_section .image-container {
padding-right: 0;
}
.home-new_home-new .banner-text-wrapper h1{
  font-size: 36px;
}
.image_container a.get-tickets-btn{
left: calc(0% + 90px);
}
.feature-item{
  display: flex;
}
.advance_exb .partner_air{
  font-size: 16px;
}
}
/* ============================ */
@media (max-width: 575px) {
.conf_venue_and_location .loc_icon_wrap {
flex-direction: column;
padding: 20px;
border-bottom: 2px solid #ffffff82;
border-right: 2px solid #fffc;
}

.loc_icon_wrap span {
font-size: 14px;
margin-right: 0px;
margin-bottom: 10px;
text-align: center;
}
.exhibitor-type {
font-size: 24px;
}
.new_home_footer {
padding: 20px 10px;
}
.new_home_footer .contact-info{
justify-content: space-between;
}
.new_home_footer  h4 {
font-size: 16px;
}
.new_home_footer ul li {
font-size: 14px;
}
.new_home_footer .contact-info,
.new_home_footer{
flex-direction: column;
}
.new_home_footer .footer_list_menu li{
text-align: center;
}
.new_home_footer h5{
line-height: normal;
font-size: 24px;
}

 .hero-locations li + li::before{
    display: none;
  }
  .home-new_home-new .hero-locations li strong {
    display: flex;
    font-size: 14px;
  }
  .aivideo_section .text-content h1{
    font-size: 28px;
    margin-bottom: 15px;
    text-align: center;
  }
  .section-title, .conference-themes-section .section-header h2, section.feature-section .section-title1 h2, .section-wrapper .section-header h2, .advance_exb h2, .new_home_footer h5, .trusted_by .section-title,
  .conference-themes-section .section-header h2{
    font-size: 24px;
    line-height: normal;
    text-align: center;
  }
  .home-new_home-new .hero-locations li {
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}
.banner-btn {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.banner-text-wrapper p{
  font-size: 14px;
  text-align: center;
}
.new_class_container{
border-radius: 0px;
padding: 15px 10px;
}
.navbar>.container.container-d-flex{
  padding: 0px;
}
.home-new_home-new .new_nav_bar{
  background: #fff;
  padding: 10px 0px;
}
.home-new_home-new .logo_and_add{
  margin-bottom: 0px;
}
.home-new_home-new .logo_and_add{
max-width: 30% !important;
flex-basis: 30% !important;
}
.view-agenda-btn{
  margin: 0 auto;
}
.home-new_home-new button.button.banner-stage-btn a svg,
.aivideo_section .view-agenda-btn .arrow svg{
  width: 18px;
}
.aivideo_section .text-content p, .aivideo_section .bottom-text-section{
  font-size: 15px;
}
.aivideo_section .bottom-text-section{
  padding: 0px 5%;
}
.conference-themes-section .section-header .subtitle-badge {
font-size: 12px;
padding: 5px 10px;
}
.image_container a.get-tickets-btn {
position: static;
bottom: 0px;
left: calc(0% + 65px);
transform: translateX(0%);
z-index: 11;
margin-top: 0;
color: #fff;
font-size: 14px;
padding: 7px;
margin: 15px auto;
}
.conference-themes-section .tab-content h3{
  font-size: 20px;
}
section.feature-section .feature-card h3{
  font-size: 20px;
  text-align: center;
}
.feature-item .icon-wrapper{
  float: none;
  margin: 10px auto;
}
.valocity-img{
  justify-content: center;
}
.trusted_by .custom-nav button{
  width: 30px;
  height: 30px;
  font-size: 14px;
}
.trusted_by .custom-dots span,
.custom-dots span{
  width: 16px;
  height: 4px;
}

.home-new_home-new .form_padding h2{
  text-align: center!important;
  font-size: 24px;
}
.home-new_home-new .form_padding h2{
  text-align: center!important;
}
.home-new_home-new .home_form_section fieldset#edit-active-conference--wrapper label {
    margin-right: 7px !important;
    font-size: 15px;
}
.home-new_home-new form input[type=text], .home-new_home-new form input[type=tel], .home-new_home-new form input[type=email], .home-new_home-new form input[type=url], .home-new_home-new form select{
  font-size: 14px;
  height: 40px;
}
.new_home_footer .subscribe-btn{
  position: static;
}
.new_home_footer .contact-info img{
  max-width: 170px;
}
.aivideo_section .image-container{
  padding: 10px;
}
#edit-active-conference--wrapper legend{
  text-align: center;
}
    .home-new_home-new .home_form_section .form-required {
        padding: 5px 10px;
        font-size: 16px;
        border-radius: 10px;
    }
.new_home_footer .footer_form{
  flex-direction: column;
}
 .home-new_home-new .banner-text-wrapper h1{
    font-size: 32px;
  }
}
/* ============================ */
@media (max-width: 400px) {
 .footer-newsletter__row{
   flex-direction: column;
 }
}
@media (max-width: 320px) {
  .home-new_home-new .banner-text-wrapper h1{
    font-size: 24px;
  }
}



