@import url('https://fonts.googleapis.com/css2?family=Catamaran:wght@100..900&family=Dancing+Script:wght@400..700&display=swap');
/* Logos Section */
#attendees h2{color:#1e8ad3}
#attendees logo-slider{--image-size:100px;padding:10px;overflow:hidden;max-width:auto;width:100%;margin:0 auto;position:relative;display:flex}
#attendees logo-slider div{display:flex;position:relative;animation:marquees 150s linear infinite;justify-content:space-around}@keyframes marquees{0%{transform:translateX(0%)}100%{transform:translateX(-100%)}}
#attendees logo-slider img{display:block;min-width:var(--image-size);height:var(--image-size);margin:0 .5vw}
#attendees{background:#F7F6F6;padding:30px 0}
#sponsor h2{color:#1e8ad3}
#sponsor .supporters-wrap{margin-bottom:10px}
#sponsor .supporter-logo{padding:20px;display:flex;justify-content:center;align-items:center;overflow:hidden;height:100px}.supporter{padding:10px;margin:0;background:#fff0;backdrop-filter:blur(1px);-webkit-backdrop-filter:blur(1px);border:1px solid rgb(0 0 0 / .3);box-shadow:rgb(2 10 68 / .073) 0 -50px 36px -28px inset}
#sponsor img{transition:all 0.4s ease-in-out;width:200px}.counter-section{color:#000;text-align:center;margin-top:-50px;z-index:9;position:relative}
.enquire-btn {
    clear: both;
    position: fixed;
    display: block;
    list-style-type: none;
    left: -46px;
    top: 45%;
    z-index: 9;
    transform: rotate(90deg);
}
.error{
    color: red;
}
.enquire-btn a {
    background-color: #1e8ad3;
    border-radius: 0;
    font-size: 18px;
    -webkit-transition: width 0.5s, background-color 0.1s;
    transition: width 0.5s, background-color 0.1s;
    color: #fff;
    padding: 10px 18px;
}
.enquire-btn a:hover {
    background-color: #000;
    color: #fff;
}
.footer-bg .footer-widget-social {
    gap: 10px;
    margin: 18px 0px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: none;
    padding-top: 0;
    text-align: center;
}
.footer-bg .footer-widget-social a{
    height: 35px;
    width: 40px;
    line-height: 46px;
    border-radius: 50%;
    font-size: 22px;
    color: #ffffff;
    transition: all 1s ease-out;
}
.footer-menu li{
    font-size: 19px;
}
.footer-menu a {
    font-size: 23px;
}
.footer-bg .footer-widget-social a:hover {
  transform: scale(1.3);
}
.snowflakes {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 9999;
}

.snowflake {
  position: absolute;
  color: #CCCCCC;
  font-size: 20px;
  line-height: 1;
  animation: fall linear infinite;
}

@keyframes fall {
  0% {
    transform: translateY(-100vh);
  }
  100% {
    transform: translateY(100vh);
  }
}
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Catamaran", serif;
}
.navbar {
  background-color: #000;
}
a {
  text-decoration: none !important;
}
.text-justify{
    text-align: justify;
}
.section h2{
    font-size: 40px;
    font-weight: 600;
}
.navbar-toggler-icon {
  background-color: white !important;
}
.navbar-nav {
  justify-content: end;
}
.navbar-nav .nav-link {
  color: #fff;
  font-size: 20px;
  margin-right: 10px;
}
button.button-86 {
  font-size: 18px;
}
.btn-menu {
  all: unset;
  width: 100px;
  height: 30px;
  font-size: 16px;
  background: #fff0;
  border: none;
  position: relative;
  color: #f0f0f0;
  cursor: pointer;
  z-index: 1;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}
.animated::before {
  animation: blink 1s infinite;
}
.btn-menu::before {
  transform: translate(0%, 0%);
  width: 100%;
  height: 100%;
  background: #ffc107;
  border-radius: 10px;
}
.btn-menu::after, .btn-menu::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -99999;
  transition: all 0.4s;
}
@keyframes blink {
  0% {
    background-color: #0009ff;
  }
  50% {
    background-color: #4999e0;
  }
  100% {
    background-color: #0009ff;
  }
  
}
.btn-menu::after {
  transform: translate(10px, 10px);
  width: 35px;
  height: 35px;
  background: #ffffff15;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border-radius: 50px;
}
.btn-menu:hover::before {
  transform: translate(5%, 20%);
  width: 110%;
  height: 110%;
}
.btn-menu:hover::after {
  border-radius: 10px;
  transform: translate(0, 0);
  width: 100%;
  height: 100%;
}
/* Hero Section */
.header-section {
  position: relative;
  overflow: hidden;
  background-image: linear-gradient(320deg, rgb(2 2 2 / 20%), #001a50f0), url(../images/background/AI-ctip.webp);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px;
  margin-top: 62px;
}
.header-content {
  color: white;
  text-align: left;
  padding: 50px;
}
.header-content .event-pill {
  font-size: 1rem;
  font-weight: bold;
  background: white;
  color: black;
  padding: 5px 15px;
  border-radius: 50px;
  width: fit-content;
}
.header-content .slogan {
  font-size: 1.9rem;
  font-weight: 600;
  font-family: "Dancing Script", cursive;
  color: #FDFF00;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  margin: 15px 0;
}
.header-content .event-name {
  font-size: 2.5rem;
  font-weight: 700;
  margin-top: 10px;
  line-height: 1.2;
}
.header-content .event-detail {
  font-size: 1.5rem;
  margin-top: 20px;
  font-weight: 500;
}
.event-detail {
  display: flex;
  gap: 10px;
  align-items: center;
}
.event-detail p {
  margin: 0;
  padding-left: 5px;
}
.event-detail .calendar-icon i{
  padding: 15px;
  border: 2px solid white;
  border-radius: 50%;
  font-size: 20px;
}
.agenda-btn {
  background-color: #1E8AD3;
  border: none;
  margin-bottom: 15px;
  padding: 10px 10px;
  font-size: 1.2rem;
  color: #fff;
  transition: all 1s ease;
  border-radius: 0px 15px 0px 15px;
  box-shadow: -4px -4px 0px 0px rgba(255, 255, 255, 0.8), 4px 4px 0px rgba(255, 255, 255, 0.8);
}
.agenda-btn:hover {
  border: 2px solid #1E8AD3;
  background: transparent;
  color: #1E8AD3;
  box-shadow: 4px -4px 0px 0px #1E8AD3, -4px 4px 0px 0px #1E8AD3;
}
.header-btns a {
  margin: 20px 20px 0 0;
}
.header-btns a:last-child {
  margin-right: 0;
}
/* About Section */
.sustainability{
    background: linear-gradient(270deg, #0a1931a1, #1E8AD3), url('../images/background/DNAs.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.audiences{
    background: linear-gradient(270deg, #0a1931a1, #1E8AD3), url('../images/background/T Audience.webp');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
}
.about-points {
  margin: 20px 0;
}
.about-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
}
.about-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: #F0F8FF;
  border-radius: 8px;
  margin-right: 15px;
  color: #1E8AD3;
  font-size: 25px;
  flex-shrink: 0;
}
.about-keys p {
  margin: 5px 0 0;
}
.about-content{
  margin: 40px 20px;
}
/*.about-content h2{*/
/*  font-size: 1.9rem;*/
/*  font-weight: bold;*/
/*}*/
.text-justify{
  text-align: justify;
}
.about-content h3{
  font-size: 1.6rem;
  font-weight: bold;
}
.about-img{
  margin: 40px 20px;
}
.about-img img{
  border-radius: 0px 55px 0px 55px;
  box-shadow: -8px -8px 0px 0px #1E8AD3, 8px 8px 0px #1E8AD3;
}
.about-cards {
  border-radius: 15px;
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}
.about-cards:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}
.about-cards h3{
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
}
.about-cards p{
    color: #fff;
    font-size: 17px;
}
/* Speaker Section*/
.speaker {
    position: relative;
    overflow: hidden;
    margin-bottom: 35px;
    padding: 6px;
}

.speaker-img {
    margin: 0 auto 20px;
    position: relative;
    width: 100%;
    z-index: 1;
    border-radius: 0px 40px 0 40px;
    box-shadow: 0px 7px 14px rgba(0, 0, 0, 0.3);
}

.speaker-img img {
    transition-duration: 1.5s;
    border-radius: 0px 40px 0 40px;
    width: 100%;
}

.speaker-info {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 22;
    background-color: #1e8ad3;
    border-radius: 0 10px 0 10px;
    text-align: center;
    transition: all 1.5s ease;
}

.speaker-info a {
    display: block;
    font-size: 18px;
    color: #fff;
    padding: 9px 15px;
    margin-bottom: 3px;
}
.speaker-details{
    text-align: center;
}
.speaker-details h4 {
    font-size: 24px;
    font-weight: 600;
    color: #000;
    /*margin-bottom: 10px;*/
}

.speaker-details p {
    color: #000;
    font-size: 19px;
    /*margin-bottom: 0.5rem;*/
}

.speaker-details h5 {
    font-weight: 600;
    color: #1e8ad3;
    line-height: 1;
}
/* Agenda Section */
#agenda {
    padding: 60px 0 60px 0;
    background-color: #f6f7fd;
    /*margin: 20px 0;*/
}
.section-header {
    position: relative;
    padding-bottom: 20px;
    text-align: center;
}
/*.section-header::before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    display: block;*/
/*    width: 60px;*/
/*    height: 3px;*/
/*    background: #4E9E02;*/
/*    bottom: 0;*/
/*    left: calc(50% - 25px);*/
/*}*/
#agenda .schedule-item time {
    padding-bottom: 5px;
    font-size: 19px;
    color: #0a1931e8;#0a1931e8
    display: inline-block;
}
#agenda .schedule-item h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}
#agenda .schedule-item p {
    /* font-style: italic; */
    color: #152b79;
    margin-bottom: 0;
}
#agenda .schedule-item .speaker {
    width: 70px;
    height: 70px;
    overflow: hidden;
    border-radius: 50%;
    float: left;
    /*margin: 0 20px 10px 0;*/
}
#agenda .schedule-item .speaker img {
    height: 100%;
    transform: translateX(-50%);
    margin-left: 50%;
    border-radius: 50px;
    transition: all ease-in-out 0.3s;
}
#agenda .schedule-item {
    border-bottom: 1px solid #cad4f6;
    padding-top: 15px;
    padding-bottom: 15px;
    transition: background-color ease-in-out 0.3s;
    align-items: center;
}
#agenda .schedule-item:hover {
    background-color: #fff;
}
#agenda .schedule-item h4 span {
    /* font-style: italic; */
    color: #19328e;
    font-weight: normal;
    font-size: 17px;
}
#agenda .schedule-item time i{
    padding-right: 10px;
    font-size: 18px;
}
#agenda .schedule-item h4 i{
    padding-right: 5px;
}
#agenda .schedule-item h4 img {
    width: 5%;
    margin-right: 10px;
}
/* CountDown Section */
.booking-section{
  background-image: linear-gradient(270deg, #1e8ad3e0, #042772e8), url(../images/background/mcip-bg.webp);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: white;
  padding: 50px;
  margin: 40px 0 0;
}
.countdown-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}
.countdown-timer {
  display: flex;
  gap: 20px;
}
.countdown-item {
  background: white;
  padding: 10px 20px;
  border-radius: 10px;
  width: 130px;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}
.countdown-item:hover {
  transform: scale(1.1);
}
.count-number {
  display: block;
  font-size: 2.5rem; 
  font-weight: bold;
  color: #125F93;
  margin-bottom: 5px;
}
.unit {
  font-size: 1rem;
  color: #0A1931; 
}
.booking-section p{
    font-size: 20px;
}
/* Question Section */
.question-section{
  color: white;
  background: #001F52;
  padding: 20px;
}

.contact-form {
  margin: 20px auto;
}

.contact-form input, .contact-form select,
.contact-form textarea {
  width: 100%;
  padding: 15px 15px;
  font-size: 1rem;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-sizing: border-box;
  margin-bottom: 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  background: white;
  transition: border-color 0.3s ease;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #05c0e6;
  outline: none;
}

.submit-btn {
  width: 100%;
  padding: 15px 15px;
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  background-color: #1D90DD;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.submit-btn:hover {
  background-color: #0091f2;
  transform: scale(1.05);
}

.ticket-section {
  background-color: transparent;
  background-image: linear-gradient(360deg, #FFFFFF80 0%, #1e8ad39e 75%), url(../images/background/pattern_line.png);
  background-attachment: fixed;
  opacity: 1;
  padding: 50px 25px;
}

.contact-card {
  background: white;
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  
}

.ticket-cards{
  padding: 30px 35px;
  margin: 0 15px;
}

.contact-card h2 {
  font-size: 1.8rem;
  font-weight: bold;
  color: black;
  margin-bottom: 10px;
}

.register-card{
  color: black;
}

.register-card h3{
  font-size: 2rem;
  font-weight: bold;
}

.price-details {
    display: flex;
    align-items: center; 
    justify-content: space-between; 
}

.price {
  font-size: 3rem;
  font-weight: bold;
  color: #0A1931;
  margin: 0;
}

.benefits {
  list-style-type: none;
  padding: 0;
  margin: 15px 0;
  text-align: left;
  font-size: 1.1rem;
}

.benefits li {
  margin: 5px 0;
}

.discount-heading{
  color: red;  
  animation: blinktext 1s infinite;
}

@keyframes blinktext {
  0%, 100% { opacity: 1; }
  50% { opacity: 0; }
}

.group-discounts li {
  color: red;
  font-size: 18px;
}

.benefits li::before {
  content: '✔';
  color: #0A1931;
  margin-right: 10px;
  font-size: 1rem;
}
.footer-bg{
    background-color: black;
    padding: 30px 0px;
}
   .footer-menu i{
    color: #1E8AD3;
   }
  .social-icon {
    gap: 10px;
    margin: 25px 0px 20px ;
    text-align: center;
    display: flex;
  }
  .social-icon a{
    height: 38px;
    width: 38px;
    line-height: 38px;
    background-color: #1E8AD3;
    border-radius: 50%;
    font-size: 16px;
    color: #ffffff;
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .footer-desc{
     font-size: 22px;
     margin-top: 20px;
     font-weight: bold;
     color: white;
  }
  .footer-menu{
    line-height: 35px;
    /*margin-left: 60px;*/
    color: white;
  }
  .footer-menu ul{
      padding-left: 0px;
  }
  .footer-menu a{
    color: white;
  }
  .footer-title{
    color: #1E8AD3;
    /*margin-left: 90px;*/
  }
  a {
    text-decoration: none;
  }
  .footer-space{
    margin-right: 10px;
  }
  
  .footer-contact p{
    color: white;
  }
  
  .footer-menu li{
    list-style: none;  
  }
  .tree-section{
      background: #F9FFEB;
      position: relative;
  }
  .tree-section .bottom-right-image{
      position: absolute;
      bottom: 25px;
      right: 25px;
      width: 350px;
      height: auto;
      z-index: 1;
      
  }
  .tree-img{
      max-width: 80%;
      
  }
  .sec-details{
      color:#000;
      font-size:18px;
  }
  .sec-details h3{
      font-weight: 700;
      font-size: 35px;
      margin-bottom: 15px;
  }
  .sec-details p{
      font-size: 20px;
      line-height: 1.5;
  }
  
/* Media Q */
@media (max-width: 600px) {
  .register-card{
    padding: 20px 0px 0px;
    margin: 0;
  }
  .contact-card{
    margin: 0;
  }
  .booking-section{
    padding: 20px;
  }
  .header-content, .ticket-section{
    padding: inherit;
  }
}
@media (max-width: 1399px) {
  .navbar-nav .nav-link {
      font-size: 18px;
      margin-right: 5px;
  }
  .br-tree{
      display: none;
      
  }.tree-section .bottom-right-image{
      right: 0;
      width: 270px;
  }
}
@media (max-width: 1199px){
    .footer-bg .footer-widget-social{
        flex-wrap: wrap;
        justify-content: start;
    }
}
@media (max-width: 767px){
    .audiences {
        margin-top: 16px;
    }
    .countdown-container,
    .countdown-timer{
        justify-content: center;
        flex-wrap: wrap;
    }
    .submit-btn{
     padding:15px 15px;
 }
}
@media (max-width: 576px) {
    .header-content .event-name{
      font-size: 30px;
    }
    .header-section{
        padding: 50px 0;
    }
    .event-detail p{
        font-size: 19px;
    }
    .event-detail .calendar-icon i{
        font-size: 16px;
    }
    .about-content h2, .secure-spot h2{
        font-size: 36px;
    }
    .social-icon{
        flex-wrap: wrap;
    }
}
 @media only screen and (min-width:767px) and (max-width:991px){
.submit-btn{
     padding:4px 15px;
 }
}
 @media only screen and (min-width:200px) and (max-width:991px){
  .footer-title, .footer-menu, .footer-menu ul{
       margin-left: 0px;
       padding-left: 0px;
    }
      .bottom-right-image{
      display: none;
  }
  .about-keys p {
  margin: 0px;
}
}
 @media only screen and (min-width:991px) and (max-width:1399px){
    .social-icon{
        flex-wrap: wrap;
    }
 }
