* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Inter Tight", sans-serif;
}

body {
    overflow-x: hidden;
}

html {
    overflow-x: hidden;
}

section {
    scroll-margin-top: 108px;
}

.nav-link:focus,
.nav-link:hover {
    color: #bbbbbb;
}


/* General submenu styles */
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    display: none;
    /* Hide the submenu by default */
    position: absolute;
    left: 100%;
    /* Align to the right */
    top: 0;
    z-index: 1000;
}

/* Show submenu on hover */
.dropdown-submenu:hover .dropdown-menu {
    display: block;
}


.title_top {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 0 20px;
    color: #fff;
    font-size: 22px;
}

.bg-vd {
    position: relative;
    z-index: 1;
}

.navbar-expand-lg .navbar-collapse {
    justify-content: end;
}

.navbar-brand {
    color: #fff;
    font-size: 20px;
    letter-spacing: 0.06px;
    text-shadow: 0px 0px 10px rgb(216 255 88 / 88%);
}

.bg-vd::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: transparent;
    background-image: linear-gradient(180deg, #141515 8%, #1E1F367D 78%);
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

#vd {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

header,
.navbar {
    background: linear-gradient(153deg, rgba(41, 43, 120, 1) 15%, rgba(30, 99, 166, 1) 54%, rgba(104, 215, 224, 1) 100%);
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-menu {
    margin-top: 0;
}

.logo-mid {
    width: 520px;
    padding: 20px;
}

.lv_timer_info h2 {
    color: #fff;
    font-weight: 800;
    font-size: 40px;
    text-transform: uppercase;
    line-height: 50px;
}

.lv_timer_info p {
    color: #fff;
}

.lv_timer_info p span img {
    width: 20px;
}

.nav-link {
    color: #ffffff;
    font-weight: 600;
    font-size: 13px;
    line-height: 22px;
    text-transform: uppercase;
    margin: 0 6px;
}

.nav-link.active {
    color: #93c01f !important
}

.register_btn {
    margin: 2px 0;
}

.header-top {
    background-color: #d85521;
    padding: 5px;
}

.contact-list li {
    color: #fff;
    font-size: 15px;
}

.header-top .top-header-items {
    padding: 0;
    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;
}

.contact-list {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 0;
    gap: 40px;
    margin-bottom: 0;
    padding-left: 0;
}

.main-header-1 .header-top .top-header-items .contact-list li {
    color: #fff;
}

.header-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px;
}

.contact-list {
    list-style: none;
}

.fa-calendar,
.fa-phone,
.fa-facebook-f,
.fa-x-twitter,
.fa-linkedin-in,
.fa-instagram,
.fa-youtube {
    color: #fff;
}

.social-icon {
    display: flex;
    list-style: none;
    margin-bottom: 0;
}

.social-icon li {
    padding: 0 10px;
}

#about_slider img {
    border-radius: 15px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.register_btn a {
    background: linear-gradient(149deg,
            rgba(249, 161, 27, 1) 0%,
            rgba(241, 89, 42, 1) 100%);
    width: auto;
    padding: 7px 15px;
    white-space: nowrap;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    line-height: 24px;
    display: inline-block;
 /* //   animation: blink 1s linear infinite; */
    border-radius: 10px;
    transition: all 0.3s linear;
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.counter-box .counter {
    padding: 0 0 40px;
    margin: 0;
    font-size: 50px;
    font-weight: 600;
    color: #2d3393;
}


.four {
    padding: 20px;
    border-bottom: 4px solid transparent;
}

.four:hover {
    border-bottom: 4px solid orange;
    background: #ffa500;
}

.four:hover span {
    color: #000;
}

.four:hover .plus {
    color: #000 !important;
}

.counter-box p {
    font-size: 18px !important;
}

.about_wrapper {
    padding: 60px 0;
    background-color: #fff;
}

.about_wrapper h2 {
    color: #141515;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-color: transparent;
    background-image: linear-gradient(49deg, #2d3393 36%, #02a7e9 100%);
    font-family: "Inter Tight", Sans-serif;
    font-size: 4vw;
    font-weight: 600;
    line-height: 1.2em;
    letter-spacing: -1.3px;
}

.about_wrapper p {
    font-size: 16px;
    line-height: 30px;
}

.text-content-block {
    white-space: nowrap;
    font-family: "Inter Tight", Sans-serif;
    font-size: 50px;
    font-weight: 600;
    color: #717B83;
}

.past_partner {
    padding: 60px 0;
    text-align: center;
}

.copyright p {
    text-align: center;
    color: #fff;
    font-size: 14px;
}

.past_partner h2 {
    color: #141515;
    font-size: 55px;
    font-weight: bold;
    line-height: 80px;
    text-align: center;
    text-transform: uppercase;
}



.past_partner h2 span {
    color: #ffae1e;
}

.focus_areas_left {
    padding: 40px;
}

.focus_areas_left h2 {
    font-size: 50px;
    font-weight: bold;
    line-height: 63px;
    color: #fff;
    text-transform: uppercase;
    font-family: "Poppins", serif;
}


.focus_areas {
    /* background-image: url(./assets/focus_bg.jpg); */
    background-image: url(./assets/energy_bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    background-attachment: fixed;
    overflow: hidden;
    padding: 0 0 60px;
}

.focus_areas::before {
    content: '';
    position: absolute;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: transparent;
    background-image: linear-gradient(180deg, #284058e6 8%, #1E1F367D 78%);
    z-index: -1;
}

.focus_right {
    margin: 20px 0 10px;
    min-height: 270px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    /* backdrop-filter: blur(5px); */
    /* -webkit-backdrop-filter: blur(5px); */
    border: 1px solid #ffffff00;
    overflow: hidden;
    text-align: center;
}

.focus_right h3 {
    font-size: 20px;
    font-weight: 600;
}

.focus_right h3 span {
    color: #0052ad;
}

.focus_right p {
    font-size: 17px;
    padding: 10px;
}

.focus_inner_row {
    padding: 30px 0;
}

.key_discussion {
    background: #eef5fd;
    padding: 60px 0;
}

.key_fact {
    padding: 40px 0 100px;
    background: url(./assets/highlight_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: center;
}

.key_fact h2 {
    padding-bottom: 20px;
    /* border-bottom: 1px solid #cfcfcf; */
}

.key_fact_left h2 {
    color: #141515;
    font-size: 60px;
    font-weight: bold;
    line-height: 80px;
    margin: 0 0 30px;
    font-family: "Poppins", serif;
    text-transform: uppercase;
}

.key_fact_left h2 span {
    color: #ffae1e;
}

.key_discussion h2 {
    padding-bottom: 20px;
    border-bottom: 1px solid #cfcfcf;
    color: #141515;
    font-size: 60px;
    font-weight: 600;
    line-height: 65px;
    margin-bottom: 20px;
}

.key_discussion h2 span {
    background: linear-gradient(155deg, #0054ab 36%, #00b847 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-color: transparent;
}


#side-tab1 .btnApply {
    z-index: 9000 !important;
    background: #ffa500 !important;
    padding: -1px 20px 9px 20px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    position: fixed;
    left: -44px;
    top: 50%;
    text-decoration: none;
    border-radius: 0px 0px 8px 8px;
    color: #fff;
    font: 600 1.8rem / 2.8rem "Poppins", sans-serif;
    width: 131px;
    font-size: 15px;
    text-transform: uppercase;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1020;
    /* Ensure it's above other elements */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.owl-carousel.version-1,
.owl-carousel.version-2 {
    position: relative;
    padding: 15px 35px 0;
}

.logo-slider-1,
.logo-slider-2 {
    width: 100%;
    /* max-width: 1000px; */
    margin: 0 auto 40px;
    text-align: center;
}

.owl-carousel .owl-item {
    background: #fff;
    padding: 0 20px;
}

.owl-nav button {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 30px;
    height: 30px;
    background: #fff !important;
    border-radius: 50%;
    margin: auto 0;
    box-shadow: 0px 0px 5px #00000069;
}

.owl-nav button.owl-next {
    right: 0;
}

.owl-nav button.owl-prev {
    left: 0;
}

.version-2 h2 {
    margin: 0px;
    font-size: 20px;
}

.version-2 p {
    font-size: 15px;
}

.version-2 .owl-item {
    text-align: center;
    padding: 10px 20px 20px;
}

.version-2 .owl-item img {
    width: 160px;
    margin: 0 auto;
}




.discussion_inner {
    background-color: #164194;
    background-image: url(https://smartnationexpo.org/wordpress/wp-content/uploads/2024/06/freepik-export-202406131533268Jwj-scaled.jpeg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 40px 40px 0;
    z-index: 1;
    border-radius: 8px;
    overflow: hidden;
    min-height: 345px;
    margin: 0 0 30px;
}

.infra {
    background-image: url(./assets/infra-development.jpg);
}

.invest {
    background-image: url(./assets/investment.jpg);
}

.smart-cities {
    background-image: url(./assets//smart-cities.jpg);
}

.governance_reform {
    background-image: url(./assets/governance-reform.jpg);
}

.environmental {
    background-image: url(./assets/environmental.jpg);
}

.rural-urban {
    background-image: url(./assets/rural-urban.jpg);
}

.water-managment {
    background-image: url(./assets/water-management.jpg);
}

.discussion_inner::before {
    background-color: transparent;
    background-image: linear-gradient(180deg, #06182ef0 0%, #164194 100%);
    opacity: 0.7;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    content: '';
    z-index: -1;
    position: absolute;
}

.discussion_inner p {
    padding-top: 150px;
    color: #fff;
    font-size: 18px;
    line-height: 30px;
}

.discussion_inner h3 {
    color: #fff;
    font-size: 25px;
    letter-spacing: 0.06px;
    text-shadow: 0px 0px 10px rgb(216 255 88 / 88%);
    /* text-shadow: 0px 0px 10px rgb(178 225 22) 0px 0px 10px; */
}

.secure_spot {
    background: #2d3393;
    padding: 60px 0;
    /* background-image: url(./assets/spot_bg.png); */
}

.spot_inner {
    text-align: center;
}

.spot_inner h2 {
    color: #fff;
    text-align: center;
}

.spot_inner p {
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 26px;
}


.key_participants {
    padding: 60px 0;
}

.key_participants h2 {
    color: #141515;
    font-size: 50px;
    font-weight: bold;
    line-height: 80px;
    margin: 0 0 30px;
    text-align: center;
    text-transform: uppercase;
    font-family: "Poppins", serif;
}

.key_participants h2 span {
    color: #ffae1e;
}

.participants_section {
    background: #fff;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    padding: 0 30px 5px;
    margin: 20px 0;
    border-radius: 15px;
    overflow: hidden;
}

.participate_middle img {
    border-radius: 15px;
}

.participants_section h4 {
    margin: 0 -30px;
    background: #058d45;
    color: #fff;
    padding: 15px;
    font-size: 16px;
    text-align: center;
    font-weight: 700;
}

.participants_section ul {
    padding-left: 0;
}

.participants_section ul li {
    font-size: 14px;
    padding: 6px 0;

}

.profile_tile p {
    font-size: 15px;
    line-height: 31px;
}

.popup_header p {
    margin: 0;
}

.profile_header {
    background: linear-gradient(153deg, rgba(41, 43, 120, 1) 15%, rgba(30, 99, 166, 1) 54%, rgba(104, 215, 224, 1) 100%);

}



.profile_header h5,
.profile_header p {
    color: #fff;
}

.profile_img img {
    width: 100px;
    margin-right: 20px;
    border-radius: 20px;
    background: #fff;
}


.gov_section h4 {
    background: #1a499c;
}

.middle_participation h4 {
    background: #eb9d0d;
    text-transform: uppercase;
}

.speaker{
    background-color: #3486b7;
    /* background-image: url(./assets/bgb2.webp); */
    background-size: cover;
    background-attachment: fixed;
    padding: 120px 0 60px;
}


.partnr {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    padding-top: 15px;
    border-radius: 10px;
    background-color: #fff;
    margin-bottom: 30px;
    min-height: 235px;
}

.spkr {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgb(0 0 0 / 64%) 0px 30px 60px -30px;
    padding-bottom: 10px;
    /* background: linear-gradient(to bottom, #c1c1c13d, #fff); */
    background: #fff;
    min-height: 420px;
    margin-bottom: 60px;
    border-radius: 15px;
    overflow: hidden;
}

.spk-txt {
    background-color: #fbfdfe;
}


.high_inner {
    display: flex;
    align-items: center;
    background: #fff;
    padding: 10px 20px;
    border-radius: 15px;
    margin: 0 0 20px;
    border: 1px solid #33333354;
    backdrop-filter: blur(16px) saturate(180%);
    -webkit-backdrop-filter: blur(16px) saturate(180%);
    background-color: rgb(255 255 255 / 42%);
    border-radius: 12px;
    border: 1px solid rgb(209 213 219 / 73%);
}

.high_inner img {
    width: 50px;
}

.high_inner p {
    margin-left: 20px;
}

.profile_btn a {
    background: #ffa500;
    padding: 5px 10px;
    border-radius: 12px;
    color: #000 !important;
    display: inline-block;
    margin: 10px 0 5px;
    font-size: 13px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
}


.speaker__top:hover .profile_link{
    transform: translate(-50%, -50%) scale(1);
    transition: all 300ms 100mscubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: block;
}
.speaker__top a {
    position: relative;
    display: block;
}
.profile_link{
    padding-left: 10px;
}

.speaker__top .profile_link {
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 10px;
    font-size: 20px;
    color: #ffffff;
    width: fit-content;
    line-height: 50px;
    background: #000000;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    display: none;
    font-size: 13px;
    line-height: 20px;
    padding: 0 13px;
    text-transform: capitalize;
}

.speaker h2 {
    font-size: 50px;
    font-weight: bold;
    line-height: 63px;
    color: #ffffff !important;
    text-transform: uppercase;
    font-family: "Poppins", serif;
}

.spkr img {
    margin-bottom: 0;
    border-bottom: .5px solid #ffffff00;
}

.spkr h4 {
    color: #000000;
    font-size: 16px !important;
    font-weight: 500;
    padding: 10px 0 0;
}

.spkr p {
    color: #000000 !important;
    font-size: 13px;
    letter-spacing: 1px;
    padding: 0 5px;
    margin-bottom: 0;
}

.fa-bars:before {
    content: "\f0c9";
    background: white;
    padding: 2px 6px;
    border-radius: 4px;
}

footer {
    /* background: url(./assets/footer-bg.jpg); */
    padding: 40px 0 20px;
    background: linear-gradient(153deg, rgba(41, 43, 120, 1) 15%, rgba(30, 99, 166, 1) 54%, rgba(104, 215, 224, 1) 100%);
}

.copyright {
    border-top: 1px solid #cabfbfe8;
    text-align: center;
    color: #fff;
    padding: 20px 0 0;

}

footer h3 {
    color: #fff;
    font-size: 23px;
    font-weight: 600;
    line-height: 28px;
    margin: 0 0 20px;
}

.logo_footer img {
    width: 300px;
}

.social_icon a {
    text-decoration: none;
}

footer .fa-brands {
    color: #fff;
    padding: 0 8px;
    font-size: 23px;
}

.social_icon {
    margin: 20px 0;
}

.quick_links ul {
    list-style: none;
    padding-left: 0;
}

.quick_links ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    line-height: 30px;
}

.quick_links ul li {
    padding: 0 0 10px;
}

.quick_links_info h3 {
    color: #000000;
    font-size: 23px;
    font-weight: 600;
    line-height: 28px;
    margin: 0 0 20px;
}

.quick_links_info {
    padding: 20px;
    margin: 0 0 20px;
    min-height: 180px;
    background: #ffffffba;
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.extra-space {
    padding: 0 0 30px;
}

.sponsered {
    width: 200px;
    height: auto;
    object-fit: contain;
}




/* delegate section */
#offer-endign-wrap {
    background-image: url(/assets/ticket.webp);
    display: flex;
    justify-content: space-between;
    background-size: cover;
    width: 75%;
    background-repeat: no-repeat;
    padding: 5px 0 !important;
    box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
    border-radius: 10px;

}

.delegate__wrapper {
    /* background: linear-gradient(to bottom, rgb(151 192 245) 15%, #25405e 54%); */
    padding: 60px 0;
}

.price-section {
    width: 55%;
}

.pass-left {
    border: 1.769px solid #FFF;
    background: #ffd895;
    color: #161313;
    text-align: center;
    font-family: Armstrong;
    font-size: 23.713px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-transform: uppercase;
    padding: 1rem;
    width: 500px;
    margin: 0 auto;
    margin-top: 2rem;
}

.pass-left span {
    color: #583DFA;
    font-family: Armstrong;
    font-size: 23.713px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-transform: uppercase;
}

.price-box-wrap {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 2rem;
}

.strike-through {
    color: #000000ee;
    text-align: center;
    font-family: Armstrong;
    font-size: 53.575px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    width: fit-content;
    margin: 0 auto;
    height: 70px;
    align-items: center;
    display: flex;
    position: relative;
}

.strike-through span:after {
    content: "";
    position: absolute;
    left: 4px;
    top: 45%;
    width: 100%;
    height: 3px;
    background: red;
    transform: rotate(190deg);
    transform-origin: center;
}
.strike-through span:before{
    content: "";
    position: absolute;
    left: 4px;
    top: 47%;
    width: 94%;
    height: 3px;
    background: red;
    transform: rotate(345deg);
    transform-origin: center;
}

.price-box-wrap .price {
    color: #4F34BB;
    text-align: center;
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase;
    display: flex;
    align-items: baseline;
    justify-content: center;
}

.price-box-wrap .price .price-span {
    font-size: 22px;
    padding-left: 10px;
}

div#offer-endign-wrap .content-section {
    width: 40%;
    display: flex;
    justify-content: start;
    position: relative;
    gap: 2rem;
}

.content-section .benifits {
    color: #ffa500;
    text-align: center;
    font-size: 22.94px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    text-transform: uppercase;
    writing-mode: vertical-lr;
    text-orientation: sideways;
    transform: rotate(180deg);
    letter-spacing: 2px;
}

.content-section .benifits:after {
    content: "";
    position: absolute;
    /* left: 3rem; */
    left: -2rem;
    top: 0;
    width: 1px;
    height: 100%;
    /* background: #D5C3E0; */
}

.benifits-points ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.benifits-points ul li {
    padding: 20px 5px;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    text-transform: uppercase;
    border-bottom: 1px solid #D5C3E0;
}

.benifits-points ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 16px;
    height: 16px;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'><path d='M7.96679 0.560068L0.376953 8.1499L7.96679 15.7397L15.5566 8.1499L7.96679 0.560068Z' fill='%23ffa500'/></svg>") no-repeat center;
    background-size: contain;
    transform: translateY(-50%);
}

.benifits-points ul li {
    position: relative;
    padding-left: 24px;
}

.offer-ending-button-wrap {
    width: 100%;
    text-align: center;
    padding-top: 2rem;
}

.offer-ending-button-wrap button {
    border-radius: 10px;
    border: 1px solid #FFF;
    background: linear-gradient(149deg, rgba(249, 161, 27, 1) 0%, rgba(241, 89, 42, 1) 100%);
    color: #FFF;
    text-align: center;
    font-size: 23px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 24px 40px;
    width: 414px;
}



/* end here */

.sponsor-title {
    padding: 12px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    margin: 40px 0 0px;
}

.image_div {
    border: 1px solid #B09683;
    background: #fff;
    margin-bottom: 15px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    border-radius: 10px;
    text-align: center;
    min-height: 167px;
    display: flex;
    align-items: center;
    justify-content: center;
}



.quick_links h4 {
    color: #2a39af;
    font-size: 32px;
    letter-spacing: 0.09px;
    text-shadow: 0px 0px 10px rgb(255 165 0 / 64%);
    font-weight: 700;
}

.quick_links p a {
    color: #000000;
    text-decoration: none;
    font-size: 18px;
    line-height: 30px;
}

.footer_below {
    background: #000;
    border-top: 1px solid #edecec5c;
    padding: 15px 0;
}

.footer_below p {
    margin-bottom: 0;
    text-align: center;
    color: #fff;
    font-size: 14px;
}

.card {
    position: sticky;
    top: 0;
    overflow: hidden;
    border-radius: 14px;
    margin: 0 0 30px;
}

.card__inner {
    display: flex;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);

}

.cards {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    display: grid;
    grid-template-rows: repeat(var(--cards-count), var(--card-height));
    gap: 40px 0;
}

.card__image-container {
    display: flex;
    width: 40%;
    flex-shrink: 0;
}

.card__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 1;
}

.card__content {
    padding: 20px 15px;
    display: flex;
    flex-direction: column;
}

.card__title {
    padding: 0 0 40px;
    margin: 0;
    font-size: 50px;
    font-weight: 600;
    color: #2d3393;
}

.card__description {
    line-height: 1.4;
    font-size: 15px;
    color: #000000;
}

.space {
    height: 0vh;
}

.space--small {
    height: 40vh;
}

.navbar-toggler {
    background: #fff;
}

.event_info p img {
    width: 20px;
    filter: invert(100%);
    margin-right: 10px;
}

.event_info {
    display: none;
}

.focus_areas_left h2 span {
    color: #ffae1e !important;
}

.spkr_space {
    min-height: 415px;
}



.slider-container {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.slider {
    display: flex;
    animation: scroll 15s linear infinite;
    /* Adjust time for speed */
}

.item {
    min-width: 200px;
    /* Set a fixed width for items */
    margin: 0 15px;
    /* Spacing between items */
}


.venue_wrapper{
    background: url('./assets/grand-hyatt.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    height: 500px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}
.venue_wrapper::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to left, #154691c7 20%, #0000002e 80%);
    z-index: -1;
}

.venue_wrapper p{
   color: #f8af2a;
   margin-bottom: 5px;
   text-transform: uppercase;
   font-weight: 700;
}
.venue_wrapper h2{
    color: #fff;
    font-size: 30px;
    line-height: 41px;
    font-weight: 600;
    margin: 0 0 20px;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}


@media (max-width: 600px) {
    .spkr {
        min-height: auto;
    }

    #side-tab1 .btnApply {
        display: none;
    }

    .event_info {
        display: block;
    }

    .card__inner {
        flex-direction: column;
    }

    .card__image-container {
        width: 100%;
    }

    .card__image {
        aspect-ratio: 16 / 9;
    }

    .card__title {
        font-size: 32px;
    }

    .card__description {
        font-size: 16px;
    }

    .card__content {
        padding: 30px 20px;
    }

    .fixed-top {
        position: relative;
    }

    .lv_timer_info h2 {
        color: #fff;
        font-weight: 400;
        font-size: 15px;
        text-transform: uppercase;
        line-height: 27px;
    }

    .logo-mid {
        width: 180px !important;
        /* margin-top: 20px; */
        padding: 0 0 20px;
    }

    .banner-img {
        margin-top: -2px !important;
    }

    .lv_timer_info p {
        margin: 0 0 5px;
    }

    .bg-vd {
        z-index: unset;
    }

    .key_fact_left br {
        display: none;
    }

    .space {
        height: 5vh;
    }

    #vd .register_btn {
        display: none;
    }

    .about_wrapper h2,
    .focus_areas_left h2,
    .key_fact h2 {
        font-size: 30px;
    }



    .key_discussion h2 {
        font-size: 35px;
        line-height: 42px;
    }

    .key_fact_left h3 {
        display: none;
    }

    .cards {
        gap: 20px 0;
    }

    .lv_timer_info p {
        display: none;
    }

    .profile_img img {
        display: none;
    }
}


@media (min-width: 991px) and (max-width: 1400px) {
    .focus_right {
        min-height: 260px;
    }

    .spkr {
        min-height: 360px;
    }

    .nav-link {
        font-size: 11px;
        margin: 0 3px;
    }

    .spkr_space {
        min-height: 365px;
    }
}