*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
h1,h2,h3,h4,h5,h6,p,li,a,div,span,button{
  font-family: "Inter Tight", serif;
}
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: 11px;
    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;
}
 #footer{
  background: linear-gradient(153deg, rgba(41, 43, 120, 1) 15%, rgba(30, 99, 166, 1) 54%, rgba(104, 215, 224, 1) 100%);
  padding-top: 24px;
}
.nav-link:focus, .nav-link:hover {
  color: white;
}
/* Make the navbar sticky */
.sticky-navbar {
  position: sticky;
  top: 0;
  z-index: 1000;  /* Ensure it stays above other content */
  background-color: #fff;  /* Add background color for visibility */
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1); /* Optional: Add shadow for better visibility */
}



.register_btn a {
    background: linear-gradient(149deg, rgb(222 225 15) 0%, rgb(5 49 98) 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;
}

#aboutUs {
    /* background: #4e21381a; */
}
.overview h2, .important_dates h2 {
    color: #141515;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-color: transparent;
    background-image: linear-gradient(45deg, #040f47, #063cc7) !important;
    font-family: "Inter Tight", Sans-serif;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.2em;
    letter-spacing: -1.3px;
    text-transform: none;
}
.aboutUs {
    padding-left: 0px;
    /* padding-right: 40px; */
}
.navbar-brand:focus, .navbar-brand:hover {
  color: var(--bs-navbar-brand-hover-color);
  color: white;
}
.aboutUs {
    line-height: 29px;
    font-size: 17px;
}
.express {
    border: 2px solid #040f47;
    margin-top: 20px;
   background: linear-gradient(45deg, #053162, #36bef8) !important; 
   color: white!important;
    text-decoration: none;
}

.button_2 {
    cursor: pointer;
    position: relative;
    padding: 10px 24px !important;
    font-size: 18px;
    color: black;
    border: 2px solid #fff;
    border-radius: 34px;
    background-color: transparent;
    font-weight: 600;
    transition: all 0.3s cubic-bezier(0.23, 1, 0.320, 1);
    overflow: hidden;
}
.button_2::before {
    content: '';
    position: absolute;
    inset: 0;
    margin: auto;
    width: 50px;
    height: 50px;
    border-radius: inherit;
    scale: 0;
    z-index: -1;
    background-color: white;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
}

.adv_sec {
    width: 100%;
    padding-top: 20px;
  }
  .adv_in {
    width: 100%;
    padding-top: 60px;
  }
  .adv_box {
    width: 100%;
    position: relative;
    transition: 0.3s ease-in-out;
    text-align: center;
    margin-bottom: 25px;
    position: relative;
    -webkit-box-shadow: -10px 17px 46px -25px rgba(0, 0, 0, 0.68);
    -moz-box-shadow: -10px 17px 46px -25px rgba(0, 0, 0, 0.68);
    box-shadow: -10px 17px 46px -25px rgba(0, 0, 0, 0.68);
    padding: 15px 5px 15px 0;
    min-height: 130px;
    display: flex;
    /* justify-content: center; */
    align-items: center;
  }
  .adv_box img {
    max-width: 100%;
    width: 19%;
    border-radius: 50%;
  }
  .adv_box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
    background: url(../images/bx.png) no-repeat center center;
    background-size: contain;
    opacity: 0.1;
  }
  .adv_in .row .col-12:nth-child(1) .adv_box {
    background: #f4bfbf;
    color: #000;
  }
  .adv_in .row .col-12:nth-child(2) .adv_box {
    background: #ffd9c0;
    color: #000;
  }
  .adv_in .row .col-12:nth-child(3) .adv_box {
    background: #faf0d7;
    color: #000;
  }
  .adv_in .row .col-12:nth-child(4) .adv_box {
    background: #8cc0de;
    color: #000;
  }
  .adv_in .row .col-12:nth-child(5) .adv_box {
    background: #effffd;
    color: #000;
  }
  .adv_in .row .col-12:nth-child(6) .adv_box {
    background: #b8fff9;
    color: #000;
  }
  .adv_in .row .col-12:nth-child(7) .adv_box {
    background: #85f4ff;
    color: #000;
  }
  .adv_in .row .col-12:nth-child(8) .adv_box {
    background: #42c2ff;
    color: #000;
  }
  .adv_in .row .col-12:nth-child(9) .adv_box {
    background: #f0ffc2;
  }
  .adv_box .media-body h5 {
    font-size: 18px;
    color: #000;
    font-weight: bold;
    text-align: left;
  }
  .adv_box .media-body p {
    font-size: 15px;
    color: #000;
    text-align: justify;
    text-align: left;
  }
  .adv_box .media {
    align-items: center !important;
  }
  .adv_box:hover {
    background: #fff !important;
  }

  .adv_box .media{
    display: flex;
    flex-direction: row;
  }
  .adv_box {
    width: 100%;
    position: relative;
    transition: 0.3s ease-in-out;
    text-align: center;
    margin-bottom: 25px;
    position: relative;
    -webkit-box-shadow: -10px 17px 46px -25px rgba(0, 0, 0, 0.68);
    -moz-box-shadow: -10px 17px 46px -25px rgba(0, 0, 0, 0.68);
    box-shadow: -10px 17px 46px -25px rgba(0, 0, 0, 0.68);
    padding: 15px 5px 15px 19px;    
    min-height: 130px;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    background:linear-gradient(45deg, #053162, #36bef8) !important;
    border-radius: 10px;
}
.media-body{
    margin-left: 10px;
}
.adv_box .media-body h5 {
    font-size: 18px;
    color: white;
    font-weight: bold;
    text-align: left;
}
.adv_box:hover img {
    max-width: 100%;
    -webkit-filter: invert(100%);
    filter: none;
    width: 15%;
}
.adv_box .media-body h5:hover  {
    font-size: 16px;
    color: black;
    font-weight: bold;
    text-align: left;
}
.adv_box:hover h5{
    color: black;
}
.adv_sec{
    /*background: url(./assets/images/red.jpg);*/
    /* background: linear-gradient(to right, #001333, #00081D, #82053A); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.psu-liner-3 {
    color: white;
    max-width: 353px;
    margin: 10px auto;
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
    border-radius: 10px;
}
/* Ensure the video container covers the full section */
.adv_sec {
    position: relative;
    overflow: hidden;
  }
  
  /* Style the video to cover the entire section background */
  .video-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; /* Ensure the video stays behind the content */
  }
  
  .background-video {
    object-fit: cover; /* Ensure the video fills the area */
    width: 100%;
    height: 100%;
  }
  
  /* Optional: Make sure the text/content in the section remains visible over the video */
  .container {
    position: relative;
    z-index: 1;
  }
  
  /* Ensure responsiveness and proper alignment for smaller screens */
  @media (max-width: 768px) {
    .background-video {
      object-position: center center;
    }
  }
  /* #key-themes::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;
} */
.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 40px;
    z-index: 1;
    border-radius: 8px;
    overflow: hidden;
    min-height: 184px;
    margin: 0 0 30px;
}
.key-ai{background-image: url(../image/key-focus/cyber-security.png);}
.key-cyber{background-image: url(../image/key-focus/AI-ai.png);}
.key-smart{background-image: url(../image/key-focus/esg.png);}
.key-iot{background-image: url(../image/key-focus/innovation-1.png);}
.key-data{background-image: url(../image/key-focus/ed-tech.png);}
.key-grean{background-image: url(../image/key-focus/healthtech-1.png);}
.key-connected{background-image: url(../image/key-focus/finTech.png);}
.key-partnership{background-image: url(../image/key-focus/skillling.png);}
.key-transforming{background-image: url(../image/key-focus/innovation-1.png);}
.key-digital{background-image: url(../image/key-focus/energy-transition.png);}
.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 h3 {
    color: #fff;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: 0.06px;
    text-shadow: 0px 0px 10px rgb(216 255 88 / 88%);
}
.discussion_inner p {
    padding-top: 150px;
    color: #fff;
    font-size: 18px;
    line-height: 30px;
}
.work-process-area {
    padding-top: 40px;
    padding-bottom: 40px;
}
.section-title {
    position: relative;
    display: block;
    margin-top: -9px;
    margin-bottom: 153px;
}
.work-process-line {
    margin-bottom: -95px;
}
.work-process-item {
    margin-bottom: 30px;
}
.work-process-item .number {
    width: 80px;
    height: 80px;
    color: #0e6f78;
    font-size: 24px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    font-weight: 700;
    line-height: 60px;
    margin-left: 40px;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 30px;
    -webkit-box-shadow: 3px 0 60px rgba(103, 77, 243, 0.2);
    box-shadow: 3px 0 60px rgba(103, 77, 243, 0.2);
    border: 10px solid white;
    font-family: "Poppins", sans-serif;
    background: var(--secondary-color);
}
.work-process-item .content {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    position: relative;
    /* background: var(--lighter-color); */
    background: linear-gradient(45deg, #053162, #36bef8) !important;
    padding: 15px;
    height: 104px;
}
.work-process-item .content:before {
    position: absolute;
    content: '';
    left: 85px;
    bottom: 100%;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    border-right: 22px solid transparent;
    border-bottom: 15px solid #0f7278;
}
.work-process-item .content p, .work-process-item .content h4 {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    color: white;
    text-align: center;
}
.number img{
  width: 90%;
}

.focus_areas_left {
  padding: 40px;
  }
  
  .focus_areas_left h2 {
  font-size: 50px;
  font-weight: 500;
  line-height: 63px;
  color: #fff;
  /* text-transform: uppercase; */
  /* font-family: "Poppins", serif; */
  }
  
  
  .focus_areas {
  /* background-image: url(./assets/focus_bg.jpg); */
  background-image: url(../image/hydro.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;
  }
  #key-themes{
    /* background-image: url(./assets/focus_bg.jpg); */
    background-image: url(../image/background/it-bg.png);
    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: 241px;
      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;
  }
  .navbar-brand{
    color: white;
  }
  .focus_right h3 span {
      color: #0052ad;
  }
  
  .focus_right p {
    font-size: 19px;
    padding: 10px;
    line-height: 21px;
    font-weight: 600;
  }
  
  .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;
  }
  .footer {
    color: var(--default-color);
    background-color: var(--background-color);
    font-size: 14px;
    padding-bottom: 50px;
    position: relative;
    background: #80808000;
  }
  
  .footer .footer-newsletter {
    background-color: color-mix(in srgb, var(--accent-color), transparent 97%);
    border-top: 1px solid color-mix(in srgb, var(--accent-color), transparent 85%);
    border-bottom: 1px solid color-mix(in srgb, var(--accent-color), transparent 85%);
    padding: 50px 0;
  }
  
  .footer .footer-newsletter h4 {
    font-size: 24px;
  }
  
  .footer .footer-newsletter .newsletter-form {
    margin-top: 30px;
    margin-bottom: 15px;
    padding: 6px 8px;
    position: relative;
    background-color: color-mix(in srgb, var(--background-color), transparent 50%);
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
    box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.1);
    display: flex;
    transition: 0.3s;
    border-radius: 4px;
  }
  
  .footer .footer-newsletter .newsletter-form:focus-within {
    border-color: var(--accent-color);
  }
  
  .footer .footer-newsletter .newsletter-form input[type=email] {
    border: 0;
    padding: 4px;
    width: 100%;
    background-color: color-mix(in srgb, var(--background-color), transparent 50%);
    color: var(--default-color);
  }
  
  .footer .footer-newsletter .newsletter-form input[type=email]:focus-visible {
    outline: none;
  }
  
  .footer .footer-newsletter .newsletter-form input[type=submit] {
    border: 0;
    font-size: 16px;
    padding: 0 20px;
    margin: -7px -8px -7px 0;
    background: var(--accent-color);
    color: var(--contrast-color);
    transition: 0.3s;
    border-radius: 0 4px 4px 0;
  }
  
  .footer .footer-newsletter .newsletter-form input[type=submit]:hover {
    background: color-mix(in srgb, var(--accent-color), transparent 20%);
  }
  
  .footer .footer-top {
    padding-top: 50px;
  }
  
  .footer .social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    background-color: color-mix(in srgb, var(--accent-color), transparent 97%);
    border: 1px solid color-mix(in srgb, var(--accent-color), transparent 85%);
    font-size: 16px;
    color: var(--accent-color);
    margin-right: 10px;
    transition: 0.3s;
  }
  
  .footer .social-links a:hover {
    color: var(--contrast-color);
    background-color: var(--accent-color);
  }
  
  .footer h4 {
    font-size: 16px;
    font-weight: bold;
    position: relative;
    padding-bottom: 12px;
  }
  
  .footer .footer-links {
    margin-bottom: 30px;
  }
  
  .footer .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .footer .footer-links ul i {
    margin-right: 3px;
    font-size: 12px;
    line-height: 0;
    color: var(--accent-color);
  }
  
  .footer .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
  }
  
  .footer .footer-links ul li:first-child {
    padding-top: 0;
  }
  
  .footer .footer-links ul a {
    display: inline-block;
    color: color-mix(in srgb, var(--default-color), transparent 20%);
    line-height: 1;
  }
  
  .footer .footer-links ul a:hover {
    color: var(--accent-color);
  }
  
  .footer .footer-about a {
    color: var(--heading-color);
    font-size: 24px;
    font-weight: 600;
    font-family: var(--heading-font);
  }
  
  .footer .footer-contact p {
    margin-bottom: 5px;
    font-size: 17px;
    color: white;
  }
  
  .footer .copyright {
    padding-top: 25px;
    padding-bottom: 25px;
    border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
  }
  
  .footer .copyright p {
    margin-bottom: 0;
    font-size: 18px;
    color: white;
  }
  
  .footer .credits {
    margin-top: 6px;
    font-size: 13px;
  }
  #focus-sector{
    background: url(../image/background/toop.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
  }
#who-will-attend{
  background: url(../image/background/tech-bag.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
.tagy {
  color: #000;
}

.quick_links_info {
  padding: 20px;
  margin: 0 0 20px;
  min-height: 235px;
  background: linear-gradient(45deg, #cbe0ff, #28abe38c) !important;
  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);
}

.quick_links h4 {
    font-size: 23px;
    letter-spacing: 0.09px;
    /* text-shadow: 0px 0px 10px rgb(255 165 0 / 64%); */
    font-weight: 500;
}

.quick_links p a {
  color: #000000;
  text-decoration: none;
  font-size: 20px;
  line-height: 30px;
}
.quick_links h3{
  font-size: 24px;
}
.inagural-glimpses{
    border: 2px solid #2691c8;
    padding: 8px;
    border-radius: 8px;
    margin-bottom: 36px;
}