html {
  scroll-behavior: smooth;
}

body.scroll-lock {
  overflow: hidden;
  transition: all 0.3s ease;
}

/* Banner */
/* Banner */
.bannersection {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  z-index: 0;
  /* mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 20%, rgba(0, 0, 0, 1) 80%, rgba(0, 0, 0, 0) 100%);
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 20%, rgba(0, 0, 0, 1) 80%, rgba(0, 0, 0, 0) 100%); */
}

.bannershadow {
  position: absolute;
  bottom: 0;
  height: 400px;
  mask-image: linear-gradient(to top, rgba(0, 0, 0, 1) 25%, rgba(0, 0, 0, 0) 100%);
  -webkit-mask-image: linear-gradient(to top, rgba(0, 0, 0, 1) 25%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  background-color: #000;
  z-index: 5;
}

.bannersection::after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-image: url('../images/banner/banner-bg.png');
  position: relative;
  opacity: 0.65;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  transition: transform 0.1s linear;
}

.bannersection:before {
  content: '';
  position: absolute;
  width: 350px;
  height: 410px;
  right: 8%;
  top: -230px;
  transform: translate(-30%, 40%) rotate(120deg);
  z-index: -5;
  transition: all 0.3s ease;
  padding: 0;
  background: var(--themeprimary);
  opacity: 40%;
  filter: blur(130px);
  transform-origin: center;
  border-radius: 20%;
}

.bannersectionimage {
  position: absolute;
  bottom: 0;
  z-index: 3;
  filter: brightness(.7);
}

.bannershadows {
  position: absolute;
  width: 100%;
  height: 100vh;
  z-index: 1;
}

.bannerdescription {
  text-align: center;
  position: absolute;
  top: 23%;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: normal;
  letter-spacing: 13.92px;
  text-transform: uppercase;
  padding: 0 15px;
  margin: 0;
}

.bannershadows:before {
  content: '';
  position: absolute;
  width: 300px;
  height: 400px;
  left: 4%;
  bottom: 28%;
  transform: translate(-30%, 40%) rotate(60deg);
  z-index: -5;
  transition: all 0.3s ease;
  padding: 0;
  background: var(--themesecondary);
  opacity: 50%;
  filter: blur(130px);
  transform-origin: center;
  border-radius: 450px;
}

.bannershadows:after {
  content: '';
  position: absolute;
  width: 300px;
  height: 400px;
  right: -8%;
  bottom: 28%;
  transform: translate(-30%, 40%) rotate(60deg);
  z-index: -5;
  transition: all 0.3s ease;
  padding: 0;
  background: var(--themeprimary);
  opacity: 50%;
  filter: blur(130px);
  transform-origin: center;
  border-radius: 450px;
}

.banner-content {
  position: absolute;
  z-index: 3;
}

.banner-content h1 {
  font-size: 150px;
  filter: brightness(.9);
  color: #fff;
  flex-wrap: nowrap;
  display: flex;
}

.registerbanner-component {
  background: #000;
  position: absolute;
  right: 140px;
  bottom: 10%;
  border: 1px solid var(--themeprimary);
  padding: 25px 15px;
  max-width: 215px;
  text-align: center;
  border-radius: 13px;
  z-index: 10;
}

.registerbanner-component h4 {
  font-weight: 500;
  font-size: 18px;
  line-height: normal;
  letter-spacing: .4px;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  color: var(--themeprimary)
}

.registerbanner-component img {
  height: 126px;
  padding: 10px 0;
}

.bannerbottomimg {
  position: absolute;
  bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 500px;
  overflow: hidden;
  background-image: url('../images/banner/bannerbottomimg.png');
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  width: 100%;
  filter: grayscale(100%);
  z-index: 1;

}


.banner-content {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 180px;
}

.banner-content h1 {
  position: relative;
  display: inline-block;
  white-space: nowrap;
  text-transform: uppercase;
  transform: translateX(0%);
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  transform: translateX(0%);
  color: #FFF3D9;
  font-weight: 400;
  font-size: 168.29px;
  line-height: 100%;
  letter-spacing: 2px;
}



.bannersectionimage {
  position: absolute;
  bottom: 0;
  transition: transform 0.3s ease-out;
  width: 1164px;
}

.speakerimg1,
.speakerimg2,
.speakerimg3 {
  transition: transform 0.3s ease-out;
}

.speaker-mobile {
  display: none;
}


.bannersectionimage .speakerimg1 {
  position: absolute;
  bottom: -280px;
  transform: translateY(0px);
  left: 280px;
  z-index: 4;
}

.bannersectionimage .speakerimg2 {
  position: absolute;
  bottom: -200px;
  z-index: 2;
  transform: translateY(0px);
}

.bannersectionimage .speakerimg3 {
  position: absolute;
  bottom: 250px;
  left: 260px;
  transform: translateY(0px);
}

.banner-content-details {
  position: absolute;
  left: 240px;
  bottom: 15%;
  padding: 25px;
  max-width: 500px;
  text-align: left;
  z-index: 10;
}

.banner-content-details h4 {
  color: #FFF3D9;
  font-weight: 400;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: normal;

}

.banner-content-details p {
  font-family: var(--font-family-secondary);
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
  color: #FFF3D9
}


.bannersectionimage .commonbanner{position: absolute;
  bottom: 120px;
  transform: translateY(0px);
  left: -10%;
  z-index: 4;
}

/* Network */

.Networkingfold {position: relative;} 
.network-section {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  overflow: hidden;}

.network-container {display: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  width: 100%;
  height: 90vh;
  overflow: hidden;
  position: relative;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 20%, rgba(0, 0, 0, 1) 80%, rgba(0, 0, 0, 0) 100%);
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 20%, rgba(0, 0, 0, 1) 80%, rgba(0, 0, 0, 0) 100%);
opacity:.4;
}

.networkgrid-container,.networkgrid-container.networkoption2 {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.networkgrid-container {  
  animation: scrollup 12s linear infinite;
}

.networkgrid-container.networkoption2 {
  animation: scrolldown 40s linear infinite;
}

.networkgrid-container.networkoption3{      
  animation: scrollup 25s linear infinite;
}

@keyframes scrollup {
  0% { transform: translateY(-50%); }
  100% { transform: translateY(0); } /* Moves half of the duplicated list */
}

@keyframes scrolldown {
  0% { transform: translateY(0); }
  100% { transform: translateY(-50%); } /* Moves half of the duplicated list */
}

.network-item img {
  width: 100%;
  border-radius: 13px;
  display: block;
}

/* Duplicating images to create an infinite loop */
.networkgrid-container {
  position: relative;
  display: flex;
  flex-direction: column;
}

/* Clone the image set */
.networkgrid-container::after,.networkgrid-container.networkoption2::after,.networkgrid-container.networkoption3::after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  width: 100%;
  height: 100%;
  background: inherit;
}
.networktxtanimate {
max-width: 96%;
margin: auto;
text-align: center;
position: absolute;
z-index: 2;
}

.networktxtanimate h2 {
color: white;
font-weight: 600;
font-size: 93.92px;
letter-spacing: 2px;
text-transform: uppercase;
text-align: center;
transition: transform 1.2s ease-in-out, opacity 1s ease-in-out;
}

/* Scale-In Effect (Appearing with slight delay) */
.fade-in {
transform: translateY(20px);
opacity: 1;
}

/* Scale-Out Effect (Disappearing smoothly) */
.fade-out {
transform: translateY(-20px);
transform: scale(0.7);
opacity: 0;
}


/* Achieve */
.showcasing {
  position: relative;
  padding: 100px 0 0;
}

.achieveimage-section {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 90vh;
}

.achieveimage-container {
  width: 100%;
  overflow: hidden;
  position: relative;
  opacity: .4;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 30%, rgba(0, 0, 0, 1) 70%, rgba(0, 0, 0, 0) 100%);
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 30%, rgba(0, 0, 0, 1) 70%, rgba(0, 0, 0, 0) 100%);
}

.achievegrid-container {
  display: flex;
  gap: 10px;
  animation: scroll 20s linear infinite alternate;
  padding: 5px 0;
}

.achieve-item {
  flex: 0 0 auto;
  color: white;
  text-align: center;
  border-radius: 8px;
}

.achieve-item img {
  width: 300px;
  border-radius: 13px;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(-10%);
  }

  100% {
    transform: translateX(0);
  }
}

.counter-section {
  position: absolute;
  z-index: 2;
  width: 100%;
  color: #fff;
  top: 130px;
}

.counter-section h3 {
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 13.92px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.counter-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.counter-box {
  max-width: 460px;
  position: relative;
}

.counter-box h2 {
  font-weight: 400;
  font-size: 83px;
  line-height: normal;
  letter-spacing: 3.3568px;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
}

.counter-box p {
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  line-height: normal;
  letter-spacing: 0.72px;
  text-align: center;
  text-transform: uppercase;
  margin: 45px 0 0;
}

.counter-box p:before {
  content: "";
  position: absolute;
  top: 125px;
  left: 50%;
  transform: translateX(-50%);
  height: 6px;
  width: 42px;
  background-color: var(--themeprimary);
  border-radius: 5px;
}

.counter-box p.boxset:before {
  background-color: var(--themesecondary);
}

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

.eventlink-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.eventlink-item {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  transition: background 0.3s ease-in-out;
  border: 1px solid var(--themeprimary);
  color: #fff;
  background-color: #1e252c;
}

.eventlink-block {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 8px 35px;
  position: relative;
  z-index: 1;
  height: 86px;
  font-family: var(--font-family-secondary);
}

.eventlink-textblock {
  flex: 1;
  transition: opacity 0.3s ease-in-out;
}

.eventlink-textblock h2,
.eventlink-textblock p {
  margin: 0;
  padding: 0;
}

.eventlink-textblock h2 {
  font-weight: 400;
  font-size: 18px;
  line-height: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  color: var(--themeprimary);
  max-width: 200px;
}

.eventlink-textblock p {
  font-family: var(--font-family-secondary);
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
  color: #A6A6A6
}

.eventlink-imgsection {
  position: absolute;
  width: 144px;
  height: 86px;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.5s ease-in-out, width 0.5s ease-in-out;
  padding: 7px;
  cursor: pointer;
}

.eventlink-imgsection p {
  position: absolute;
  z-index: 4;
  color: #fff;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  font-size: 18px;
  line-height: normal;
  letter-spacing: normal;
  text-transform: uppercase;

}

.eventlink-imgblock {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: right;
  align-items: center;
  padding: 0px;
  transform: translateX(0%);
}

.eventlink-imgblock img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.eventlink-item:hover .eventlink-textblock {
  opacity: 0;
}

.eventlink-item:hover .eventlink-imgblock {
  transform: translateX(0%);
  transition: right 15s ease-in-out;
}

.eventlink-item:hover .eventlink-imgsection {
  right: 0;
  width: 100%;
  padding: 0;
  transition: right 0.5s ease-in-out, width 0.5s ease-in-out;
}

.eventlink-item:hover .eventlink-imgsection .eventlink-imgblock {
  padding: 8px;
}

/* Register */
.registersection {
  position: relative;
  padding: 100px 20px;
}


.registercontain::after {
  content: '';
  transform: translate(50%, 0%) rotate(0);
  z-index: -5;
  position: absolute;
  width: 90px;
  /* Or specific dimensions */
  height: 95px;
  top: 10%;
  left: 23%;
  background: url('../images/object3.png') no-repeat center;
  background-size: cover;
}

.registercontain::before {
  content: '';
  transform: translate(0, 0%) rotate(-64deg);
  z-index: -5;
  position: absolute;
  width: 224px;
  /* Or specific dimensions */
  height: 150px;
  bottom: 20%;
  right: 18%;
  background: url('../images/object2.png') no-repeat center;
  background-size: cover;
}

.registerblock:after {
  content: '';
  position: absolute;
  width: 750px;
  height: 530px;
  transform: translate(-60%, -75%) rotate(0);
  z-index: -5;
  transition: all 0.3s ease;
  padding: 0;
  background: var(--themeprimary);
  background: linear-gradient(100deg, var(--themeprimary) 0%, var(--themesecondary) 100%);
  opacity: 20%;
  filter: blur(80px);
  transform-origin: center;
  border-radius: 40%;
}

.registerimg {
  transform: translate(0, 0%) rotate(0);
  z-index: -5;
  position: absolute;
}

.registerimg.reg-speaker {
  bottom: 29.3%;
  right: 21.4%;
}

.registerimg.reg-member {
  bottom: -4%;
  right: 14.5%;
}

.registerimg.reg-offer {
  bottom: 27%;
  right: 19.3%;
}

.registerimg.reg-sponsor {
  bottom: -3%;
  right: 13.6%;
}


.registerblock {
  max-width: 680px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  overflow: hidden;
}

.registerblock h5 {
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 13.92px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.registerblock h3 {
  font-weight: 400;
  font-size: 40px;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  margin-bottom: 24px;
}


.registerblock p {
  font-family: var(--font-family-secondary);
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.1px;
  text-align: center;
  margin-bottom: 24px;
}

/* Schedule */

.schedulesection {
  position: relative;
}

.schedulecontain {
  padding: 100px 0;
  border-bottom: 1px solid #333;
}

.schedulecontain::after {
  content: '';
  transform: translate(-50%, 0%) rotate(0);
  z-index: -5;
  position: absolute;
  width: 210px;
  /* Or specific dimensions */
  height: 145px;
  top: 20%;
  left: 1%;
  background: url('../images/object2.png') no-repeat center;
  background-size: cover;
}

.schedulecontain::before {
  content: '';
  transform: translate(0, 0%) rotate(-25deg);
  z-index: -5;
  position: absolute;
  width: 184px;
  /* Or specific dimensions */
  height: 130px;
  bottom: 20%;
  right: 14%;
  background: url('../images/object2.png') no-repeat center;
  background-size: cover;
}

.schedulesection:before {
  content: '';
  position: absolute;
  width: 850px;
  height: 1050px;
  transform: translate(0, -4%) rotate(50deg);
  z-index: -5;
  transition: all 0.3s ease;
  padding: 0;
  background: var(--themesecondary);
  opacity: 28%;
  filter: blur(130px);
  transform-origin: center;
  border-radius: 450px;
  right: 0;
}

.schedulesection:after {
  content: '';
  position: absolute;
  background: url('../images/schedule/slidebg.png') no-repeat center;
  background-size: cover;
  opacity: 10%;
  right: 0;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -1;
}

.scheduleblock {
  color: #fff;
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
  padding: 0 20px;
}

.scheduleblock h5 {
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 13.92px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.scheduleblock h3 {
  font-weight: 400;
  font-size: 40px;
  line-height: normal;
  letter-spacing: normal;
  margin-bottom: 8px;
}

.scheduleblock p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1px;
  margin-bottom: 16px;
  font-family: var(--font-family-secondary);
}

/* Slick Slider */
.slider-container {
  width: 100%;
  text-align: left;
  max-width: 1000px;
  margin: 0 auto;
}

.slide {
  padding: 20px;
  color: white;
  text-align: left;
  border-radius: 8px;
  opacity: 0;
  transform: translateY(-50px);
  transition: opacity 0.9s ease, transform 0.9s ease;
  min-height: 500px;
  padding: 130px 0 90px;
  position: relative;
}


.slide span {
  display: block;
}

.slick-current.slide {
  opacity: 1;
  transform: translateY(0);
  transition: all 2s ease
}

.slide h5 {
  font-weight: 400;
  font-size: 18px;
  line-height: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.slide h3 {
  font-weight: 400;
  font-size: 93.92px;
  line-height: normal;
  letter-spacing: .4px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.slide h4 {
  font-weight: 400;
  font-size: 13px;
  line-height: normal;
  letter-spacing: .4px;
  text-transform: uppercase;
}

.slide p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1px;
  margin-bottom: 16px;
}

.slideimg {
  position: absolute;
  right: 0;
  top: 0;
  transform: translateY(0%);
  z-index: -1;
}

.slideimg img{max-height: 400px;}

.slick-dots li {
  width: auto;
  position: relative;
  margin: 0 ;
}

.slick-dots li button:before {
  content: attr(data-name);
  font-size: 12px;
  color: #007bff;
}

.slick-dots .slick-active button:before {
  font-weight: bold;
  position: relative;
}

.slick-dots .slick-active:after {
  content: '';
  position: absolute;
  top: 58px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid var(--themeprimary);
}

.slick-dots {
  border-bottom: 2px solid #333;
  bottom: auto;
  padding: 0 0 20px;
  margin: 20px 10px;
  width: auto;
  position: relative;
  display: inline-block;
}

.slick-dots li span {
  color: #525252;
  font-family: var(--font-family-secondary);
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.5px;
  text-align: center;
  padding: 13px 17px;
}

.slick-dots li.slick-active span {
  color: var(--themeprimary);
}

.slick-dotted.slick-slider {
  margin: 0;
}

.timelineslider h5, .timelineslider h4, .timelineslider p{
  font-family: var(--font-family-secondary);}

.scheduleinfo1 h3{font-size: 70px;}
.scheduleinfo2 h3{font-size: 52px;}


.imgpostion1 .slideimg, .imgpostion2 .slideimg, .imgpostion3 .slideimg{transform: translateY(0);
  top: 0;}
  .imgpostion4 .slideimg{transform: translateY(8%);
    top: 0;}



/* lightspeaker */
.lightspeakersection {
  padding: 150px 20px;
  position: relative;
}

.lightspeakerblock {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

.lightspeakerblock::after {
  content: '';
  transform: translate(-50%, 0%) rotate(0);
  z-index: -5;
  position: absolute;
  width: 110px;
  /* Or specific dimensions */
  height: 95px;
  bottom: -50px;
  left: 100px;
  background: url('../images/object3.png') no-repeat center;
  background-size: cover;
}

.lightspeakerblock::before {
  content: '';
  transform: translate(0, 0%) rotate(312deg);
  z-index: -5;
  position: absolute;
  width: 184px;
  /* Or specific dimensions */
  height: 130px;
  top: 10px;
  right: 100px;
  background: url('../images/object2.png') no-repeat center;
  background-size: cover;
}


.lightspeakertxt {
  margin: 0;
  transition: transform 0.5s ease;
  color: #fff;
}

.lightspeakerblock:hover .discussiontxt {
  transform: translateY(50px);
}

.lightspeakertxt h5 {
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 13.92px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.lightspeakertxt h3 {
  font-weight: 400;
  font-size: 40px;
  line-height: normal;
  letter-spacing: normal;
  margin-bottom: 8px;
}

.lightspeakertxt p {
  max-width: 1000px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1px;
  margin: 0 auto;
  margin-bottom: 16px;
  font-family: var(--font-family-secondary);
}


.lightspeakerimgsection {
  display: flex;
  justify-content: center;
  align-items: end;
  position: relative;
  width: 100%;
  height: 420px;
}


.lightspeakerimgsection .lightspeakerimg1 {
  position: absolute;
  transform: translateY(0) rotate(-13deg);
  left: 15.6%;
  z-index: 1;
  bottom: 50px;
  transition: transform 0.5s ease;
}

.lightspeakerimgsection:hover .lightspeakerimg1 {
  transform: translate(-65px, -30px) rotate(0);
  transition: transform 0.5s ease;
}

.lightspeakerimgsection .lightspeakerimg1 img {
  transform: scale(1);
  margin-top: -10px;
  transition: transform 0.5s ease;
  border: 1.65px solid #A6A6A6;
  border-radius: 21.22px;
  box-shadow: 0px 14px 54px 9px #000000CF;
max-width: 300px;

}

.lightspeakerimgsection:hover .lightspeakerimg1 img {
  transform: scale(1.09);
  transition: transform 0.5s ease;
}

.lightspeakerimgsection .lightspeakerimg2 {
  position: absolute;
  transform: rotate(0);
  bottom: 78px;
  transition: transform 0.5s ease;
  z-index: 3;
}

.lightspeakerimgsection:hover .lightspeakerimg2 {
  transform: translate(0, 0);
  transition: transform 0.5s ease;
}

.lightspeakerimgsection .lightspeakerimg2 img {
  transform: scale(1.1);
  margin-top: -10px;
  transition: transform 0.5s ease;
  border: 1.65px solid #A6A6A6;
  border-radius: 21.22px;
  box-shadow: 0px 14px 54px 9px #000000CF;
  max-width: 300px;
}

.lightspeakerimgsection:hover .lightspeakerimg2 img {
  transform: scale(1.15);
  transition: transform 0.5s ease;
}

.lightspeakerimgsection .lightspeakerimg3 {
  position: absolute;
  transform: translateY(0) rotate(13deg);
  right: 15.6%;
  z-index: 1;
  bottom: 50px;
  transition: transform 0.5s ease;
  z-index: 2;
max-width: 300px;
}

.lightspeakerimgsection:hover .lightspeakerimg3 {
  transform: translate(65px, -30px) rotate(0);
  transition: transform 0.5s ease;
}

.lightspeakerimgsection .lightspeakerimg3 img {
  transform: scale(1);
  margin-top: -10px;
  transition: transform 0.5s ease;
  border: 1.65px solid #A6A6A6;
  border-radius: 21.22px;
  box-shadow: 0px 14px 54px 9px #000000CF;
  max-width: 300px;
}

.lightspeakerimgsection:hover .lightspeakerimg3 img {
  transform: scale(1.09);
  transition: transform 0.5s ease;
}

.speakerinfo {
  position: absolute;
  width: 100%;
}

.speakerdetails h2 {
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0.72px;
  text-transform: uppercase;
  color: #fff;
  margin: 40px 0 15px;
  opacity: 0;
  transform: translateY(-50px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.lightspeakerimgsection:hover .speakerdetails h2 {
  opacity: 1;
  transform: translateY(0);
}

.speakersocial {
  opacity: 0;
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.lightspeakerimgsection:hover .speakersocial {
  opacity: 1;
  transform: translateY(0);
}

.speakersocial img {
  border: 0 ! important;
  border-radius: 0 ! important;
  filter: grayscale(100%);
  height: 17px;
  padding: 0 3px;
  margin: 0 2px;
}


/* FAQ */
.faqsection {
  padding: 150px 20px 50px;
}

.faqaccordion {
  padding: 20px;
}

.faqblock {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 0;
  min-height: 480px;
}

.faqtxt {
  display: flex;
  flex-direction: column;
  justify-content: start;
  color: #fff;
  padding-right: 100px;
  max-width: 500px;
}

.faqtxt h5 {
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 13.92px;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-family: var(--font-family-secondary);
}

.faqtxt h3 {
  font-weight: 400;
  font-size: 40px;
  line-height: normal;
  letter-spacing: normal;
  margin-bottom: 8px;
}

.faqtxt p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1px;
  margin-bottom: 16px;
  font-family: var(--font-family-secondary);
}

.faqaccordion .questcard {
  border: none;
  border-bottom: 1px solid #525252;
  margin-bottom: 20px;
  padding-bottom: 23px;
}

.faqaccordion .card-header {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: #fff;
  gap: 30px;
  padding: 0;
  font-family: var(--font-family-secondary);
}

.faqaccordion .card-header h5 {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: #fff;
  padding: 0;
  margin: 0;
}


.faqaccordion .icon {
  font-size: 25px;
  color: var(--themeprimary);
}


.card-body {
  color: #A6A6A6;
  font-family: var(--font-family-secondary);
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
  padding: 0 65px 0 0;
}

/* Discussion */
.discussionsection {
  padding: 150px 20px;
  position: relative;
}

.discussionsection:before {
  content: '';
  position: absolute;
  width: 280px;
  height: 450px;
  left: 0;
  bottom: 0;
  transform: translate(-30%, 40%) rotate(60deg);
  z-index: -5;
  transition: all 0.3s ease;
  padding: 0;
  background: var(--themeprimary);
  opacity: 28%;
  filter: blur(130px);
  transform-origin: center;
  border-radius: 450px;
}


.discussionblock {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

.discussionblock::after {
  content: '';
  transform: translate(-50%, 0%) rotate(0);
  z-index: -5;
  position: absolute;
  width: 69px;
  /* Or specific dimensions */
  height: 95px;
  top: 150px;
  right: 100px;
  background: url('../images/object1.png') no-repeat center;
  background-size: cover;
}

.discussionblock::before {
  content: '';
  transform: translate(0, 0%) rotate(0);
  z-index: -5;
  position: absolute;
  width: 124px;
  /* Or specific dimensions */
  height: 130px;
  top: 60px;
  left: 100px;
  background: url('../images/object2.png') no-repeat center;
  background-size: cover;
}


.discussiontxt {
  margin: 0;
  transition: transform 0.5s ease;
  color: #fff;    margin-top: -70px;
}

.discussionsection:after {
  content: '';
  transform: translate(0, 0%) rotate(0);
  z-index: -5;
  position: absolute;
  width: 124px;
  /* Or specific dimensions */
  height: 130px;
  bottom: 10%;
  left: 20%;
  background: url('../images/object3.png') no-repeat center;
  background-size: cover;
}

.discussionblock:hover .discussiontxt {
  transform: translateY(50px);
}

.discussiontxt h5 {
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 13.92px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.discussiontxt h3 {
  font-weight: 400;
  font-size: 40px;
  line-height: normal;
  letter-spacing: normal;
  margin-bottom: 8px;
}

.discussiontxt p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
  margin-bottom: 16px;
  max-width: 630px;
  margin: 0 auto;
  font-family: var(--font-family-secondary);
}


.discusionimgsection {
  display: flex;
  justify-content: center;
  align-items: end;
  position: relative;
  width: 100%;
  height: 685px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 65%, rgba(0, 0, 0, 0) 85%);
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 65%, rgba(0, 0, 0, 0) 85%);
  z-index: -1;
}

.discusionimgsection:after {
  content: '';
  position: absolute;
  width: 450px;
  height: 750px;
  top: 0;
  transform: translate(20%, 0%) rotate(60deg);
  z-index: -5;
  transition: all 0.3s ease;
  padding: 0;
  background: var(--themesecondary);
  opacity: 28%;
  filter: blur(80px);
  transform-origin: center;
  border-radius: 450px;
}


.discussionblock .discusionimg1 {
  position: absolute;
  transform: translateY(0) rotate(-17deg);
  left: 17%;
  z-index: 1;
  bottom: 90px;
  transition: transform 0.5s ease;
}

.discussionblock:hover .discusionimg1 {
  transform: translate(-30px, -40px) rotate(-17deg);
  transition: transform 0.5s ease;
}

.discussionblock .discusionimg1 img {
  transform: scale(1);
  margin-top: -10px;
  transition: transform 0.5s ease;
}

.discussionblock:hover .discusionimg1 img {
  transform: scale(1.1);
  transition: transform 0.5s ease;
}

.discussionblock .discusionimg2 {
  position: absolute;
  transform: rotate(0);
  bottom: 130px;
  transition: transform 0.5s ease;
}

.discussionblock:hover .discusionimg2 {
  transform: translate(0, -60px);
  transition: transform 0.5s ease;
}

.discussionblock .discusionimg2 img {
  transform: scale(1);
  margin-top: -10px;
  transition: transform 0.5s ease;
}

.discussionblock:hover .discusionimg2 img {
  transform: scale(1.1);
  transition: transform 0.5s ease;
}

.discussionblock .discusionimg3 {
  position: absolute;
  transform: translateY(0) rotate(17deg);
  right: 16%;
  z-index: 1;
  bottom: 90px;
  transition: transform 0.5s ease;
}

.discussionblock:hover .discusionimg3 {
  transform: translate(0px, -30px) rotate(17deg);
  transition: transform 0.5s ease;
}

.discussionblock .discusionimg3 img {
  transform: scale(1);
  margin-top: -10px;
  transition: transform 0.5s ease;
}

.discussionblock:hover .discusionimg3 img {
  transform: scale(1.2);
  transition: transform 0.5s ease;
}


.discussionblock .discusionmic {
  position: absolute;
  transform: translate(-50%, -60%) rotate(0);
  left: 50%;
  z-index: -1;
  transition: transform 0.5s ease;  
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 35%, rgba(0, 0, 0, 0) 65%);
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 35%, rgba(0, 0, 0, 0) 65%);
}

.discussionblock .discusionmic img {
  transform: scale(.95);
  margin-top: -10px;
  transition: transform 0.5s ease;
}

.discussionblock:hover .discusionmic {
  
  transform: translate(-50%, -70%) rotate(0);  
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0) 85%);
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0) 85%);
}

.discussionblock:hover .discusionmic img {
  transform: scale(1.1);
}


/* Sponsors */
.sponsorsection {
  padding: 120px 20px 180px;
}

.sponsorblock {
  width: 100%;
  margin: 0 auto;
  color: #fff;
}

.sponsorblock h5 {
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 13.92px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.sponsorblock h3 {
  font-weight: 400;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: normal;
  margin-bottom: 15px;
}

.sponsorblock p {
  font-family: var(--font-family-secondary);
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
  margin-bottom: 50px;
}

.sponsors {
  width: 100%;
  display: flex;
}

.sponsors h2 {
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 13.92px;
  text-transform: uppercase;
  color: #fff;
}

.sponsors-container {
  display: grid;
  grid-template-columns: 45% 55%;
  gap: 60px;
  position: relative;
}

.sponsors-column h2,
.co-sponsors-column h2 {
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 13.92px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 20px;
}

.sponsors-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  padding-right: 140px;
}

.co-sponsors-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding-right: 100px;
}

.divider {
  position: absolute;
  left: 45%;
  top: 10px;
  width: 1px;
  background-color: #525252;
  height: calc(100% - 15px);
}

.sponsors-column,
.co-sponsors-column {
  display: flex;
  align-items: center;
}

.sponsors-grid div,
.co-sponsors-grid div {
  padding: 20px;
  border-radius: 10px;
  display: flex;
  align-items: center;
}

.sponsors-grid div:hover,
.co-sponsors-grid div:hover {
  background-color: #D9D9D924;
}


.sponsors-grid img {
  /* height: 45px; */
  height: 115px;
  filter: grayscale(1);
}
.sponsors-grid div:hover img {
  filter: grayscale(0);
}

.co-sponsors-grid img {
  height: 33px;
}

.sponsors-grid div:hover img,
.co-sponsors-grid div:hover img {
  content: attr(data-hover);
}

/* Plan Date */
.plansection {
  position: relative;
  padding: 85px 20px;
  margin: 150px 0 0;
}

.background-video {
  position: absolute;
  bottom: 110px;
  left: 0;
  max-width: 100%;
  height: 410px;
  width: 100%;
  object-fit: cover;
  z-index: -10;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 20%, rgba(0, 0, 0, 1) 80%, rgba(0, 0, 0, 0) 100%);
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 20%, rgba(0, 0, 0, 1) 80%, rgba(0, 0, 0, 0) 100%);
}

.planblock:after {
  content: '';
  position: absolute;
  width: 450px;
  height: 750px;
  transform: translate(-48%, -75%) rotate(60deg);
  z-index: -5;
  transition: all 0.3s ease;
  padding: 0;
  background: var(--themeprimary);
  opacity: 28%;
  filter: blur(80px);
  transform-origin: center;
  border-radius: 450px;
}

.planblock {
  max-width: 579px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  overflow: hidden;
}

.planblock h5 {
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 13.92px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.planblock h3 {
  font-weight: 400;
  font-size: 80px;
  line-height: normal;
  letter-spacing: 5px;
  text-align: center;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.planblock h3 sup {
  top: -2.5em;
  font-size: 22px;
  font-weight: 400;
  text-transform: lowercase;
}

.planblock h4 {
  font-weight: 600;
  font-size: 40px;
  line-height: 100%;
  text-align: center;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.planblock p {
  font-family: var(--font-family-secondary);
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.8px;
  text-align: center;
  text-transform: uppercase;
}

/* Talk */
.talksection {
  background-color: #202020;
  padding: 70px 20px;
}

.talkblock {
  max-width: 747px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}

.talkblock h5 {
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 13.92px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.talkblock h3 {
  font-weight: 400;
  font-size: 40px;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  margin-bottom: 30px;
}

.talkblock p {
  font-family: var(--font-family-secondary);
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
  text-align: center;
  margin-bottom: 30px;
}

/* featured speaker */
.featuredspeakersection{position: relative; padding: 150px 0 20px; }

.featuredspeakersection:after{
  content: '';
  position: absolute;
  width: 300px;
  height: 800px;
  left: 0%;
  top: 15%;
  transform: translate(-30%, -30%) rotate(70deg);
  z-index: -5;
  transition: all 0.3s ease;
  padding: 0;
  background: var(--themeprimary);
  opacity: 50%;
  filter: blur(130px);
  transform-origin: center;
  border-radius: 450px;}
  
.featuredspeakersection:before {
  content: '';
  transform: translate(0, 0%) rotate(-70deg);
  z-index: -3;
  position: absolute;
  width: 200px;
  height: 130px;
  left: -4%;
  top: 19%;
  background: url('../images/object4.png') no-repeat center;
  background-size: cover;
}
.featuredspeakerheading{position: relative; color: #fff;    max-width: 750px;}
.featuredspeakerheading h3{
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 13.92px;
  text-transform: uppercase;
  }
.featuredspeakerheading h2{
  font-weight: 400;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0%;
  }
.featuredspeakerheading p{font-family:var(--font-family-secondary);
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
  }

  .featuredspeakerblock{max-width: 1000px; margin: 0 auto; position: relative;}
  
.featuredspeakerblock:before {
  content: '';
  transform: translate(0, 0%) rotate(140deg);
  z-index: -5;
  position: absolute;
  width: 90px;
  height: 120px;top: 30%;
  right: -250px;
  background: url('../images/object1.png') no-repeat center;
  background-size: cover;z-index: 4;
}
.featuredspeakerimage-section {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 650px; 
  flex-direction: column;
  gap: 10px;
  overflow: hidden;
  position: relative;
}
.featuredspeakerimage-section:after{
  content: '';
  position: absolute;
  width: 300px;
  height: 700px;
  right: -20%;
  bottom: 28%;
  transform: translate(-30%, 40%) rotate(0);
  z-index: 1;
  transition: all 0.3s ease;
  padding: 0;
  background: #000;
  opacity: 50%;
  filter: blur(130px);
  transform-origin: center;
  border-radius: 450px;}
  .featuredspeakerimage-section::before{
    content: '';
    position: absolute;
    width: 300px;
    height: 700px;
    left: -8%;
    bottom: 28%;
    transform: translate(-30%, 40%) rotate(0);
    z-index: 1;
    transition: all 0.3s ease;
    padding: 0;
    background: #000;
    opacity: 50%;
    filter: blur(130px);
    transform-origin: center;
    border-radius: 450px;}

.featuredspeakerimage-container {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.featuredspeakergrid-container {
  display: flex;
  gap: 10px;
  animation: scroll 20s linear infinite alternate;
  padding: 5px 0;
}

.featuredspeaker-item {
  flex: 0 0 auto;
  color: white;
  text-align: center;
  border-radius: 3px;
  width: 80px;
  height: 24px;
  background-color: #525252;
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(-10%);
  }

  100% {
    transform: translateX(0);
  }
}

.featuredspeakerimg, .featuredspeakerimg3, .featuredspeakerimg1, .featuredspeakerimg2{position: absolute;}
.featuredspeakerimg{
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  top: 50px;    z-index: 2;}
.featuredspeakerimg3{
  left: 30px;
  z-index: 21;}
  .featuredspeakerimg1{
  left: 320px;}
  .featuredspeakerimg2{
    right: 30px;
  }

  .featuredspeakerimg1 img, .featuredspeakerimg2 img, .featuredspeakerimg3 img{
    transform: scale(1); overflow: hidden;
    transition: opacity 0.5s ease, transform 0.5s ease;}
  .featuredspeakerimg1 img:hover, .featuredspeakerimg2 img:hover, .featuredspeakerimg3 img:hover{
  transform: scale(1.1);
  transition: opacity 0.5s ease, transform 0.5s ease;}
  
.featuredspeakerinfo {
  position: absolute;
  width: 100%;
  text-align: center;
  margin-top: 25px;
}
.featuredspeakerinfo h2{
font-weight: 400;
font-size: 18px;
line-height: 100%;
letter-spacing: 4%;
text-align: center;
text-transform: uppercase; color: #fff;}
.featuredspeakerinfo p{font-family: var(--font-family-secondary);
  font-weight: 500;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 0.5px;
  text-align: center;
  color: #A6A6A6;}


.featuredspeakersocial {
  transition: opacity 0.5s ease, transform 0.5s ease;
    opacity: 1;
  transform: translateY(0);
}

.featuredspeakersocial img {
  border: 0 ! important;
  border-radius: 0 ! important;
  filter: grayscale(100%);
  height: 17px;
  padding: 0 3px;
  margin: 0 2px;
}
.featuredspeakersocial img:hover {filter: grayscale(0)}

.featuredspeaker-bgblock{    display: grid;
      grid-template-columns: repeat(2, 1fr);min-height: 320px; gap: 20px; width: 100%;}
      .featuredspeaker-bgblock:before{
        content: '';
        position: absolute;
        width: 100%;
        height: 420px;
        left: 0;
        bottom: 130px;
        transform: translate(0%, 0%) rotate(0);
        z-index: 1;
        transition: all 0.3s ease;
        padding: 0;
        background: #000;
        opacity: 50%;
        filter: blur(130px);
        transform-origin: center;
        border-radius: 450px;}
        .featuredspeaker-bgblock:after{
          content: '';
          position: absolute;
          width: 100%;
          height: 27px;
          left: 0%;    bottom: 117px;
          z-index: 10;
          transition: all 0.3s ease;
          padding: 0;
          background: #000;
          transform-origin: center;}
.featuredspeaker-colum1{background-color: #FF445C;}
.featuredspeaker-colum2{background-color: #006FF0;}


.discussionblock .mobilediscusionimg{display: none;}    

/* Media Query */
@media (min-width: 992px) {}



@media (max-width: 1600px) {
  .bannerdescription {
    top: 16%;
  }
  .bannershadow {height: 250px;}
  .banner-content-details {bottom: 7%; left: 150px;}
  .bannersectionimage .speakerimg1 {bottom: -380px;}
  .bannersectionimage .speakerimg2 {bottom: -290px;}
  .bannersectionimage .speakerimg3 {bottom: 170px;}
  .bannersectionimage .commonbanner {bottom: 50px;}
  .bannerbottomimg {height: 430px;}
  .background-video {
    height: 290px;
  }
}

@media (max-width: 1450px) {
  .bannershadow {height: 250px;}
  .banner-content-details {bottom: 3%; left: 30px;}
  .registerbanner-component {right: 40px;
    bottom: 5%;}
  .bannersectionimage .speakerimg1 {bottom: -380px; width: 58%;}
  .bannersectionimage .speakerimg2 { bottom: -310px; width: 90%; left: 5%;}
  .bannersectionimage .speakerimg3 {bottom: 60px; width: 58%;}
  .bannersectionimage .commonbanner {bottom: 50px;width: 100%; left: 0%;}
  .bannerbottomimg {height: 390px;}
  .banner-content{margin-bottom: 120px;}
  .banner-content h1{font-size: 130px;}
}

@media (max-width: 1200px) {
  .background-video {
    height: 240px;
  }
  .bannersectionimage .speakerimg1 {bottom: -450px; width: 55%;}
  .bannersectionimage .speakerimg2 { bottom: -410px; width: 89%; left: 5%;}
  .bannersectionimage .speakerimg3 {bottom: 0px;
    width: 56%;}
    .bannersectionimage .commonbanner {
      bottom: -70px;
      width: 100%;
      left: 0%;
  }
  .bannerbottomimg {height: 300px;}
    .networktxtanimate h2{font-size: 40px;}
    
.counter-flex {padding: 0 10px;}

    .counter-box h2{font-size: 63px;}
    .counter-box p{font-size: 13px;}
    .counter-box p:before{top:100px}
    .eventlink-container{padding: 0 15px;}
    .registercontain::before{right: 0 ;}
    .registerimg.reg-speaker {right: 6.4%;}
}

/* Small devices (tablets) */
@media (max-width: 768px) {}



@media (max-width: 992px) {

  .slide{min-height: 200px; padding: 90px 0 30px;}
  .slick-dots li span {
    font-size: 15px;
    padding: 13px;
}
  .slideimg {display: none;}

  .speakerimg1,
  .speakerimg2,
  .speakerimg3 {
    display: none;
  }

  .speaker-mobile {
    display: block;
    width: 200%;
    margin: 0 auto;
  }

  .bannersection {
    mask-image: none;
    -webkit-mask-image: none;
  }

  .bannersectionimage {
    max-width: 1164px;
    width: 100%;
    transform: translate(-75%, 10px);
  }
  
  .bannersectionimage .commonbanner{
  display: block;
  width: 200%;
  margin: 0 auto;
  bottom: auto;
  position: relative;}

  .banner-content-details h4 {
    font-size: 30px;
  }

  .bannerdescription {
    font-size: 11px;
    top: 15%;
    letter-spacing: 6.92px;
  }

  .bannersectionimage {
    bottom: 28%;    
    transform: translate(-47%, 10px);;
  }

  .banner-content {
    position: absolute;
    top: 24%;

  }

  .banner-content h1 {
    font-size: 84.29px;
  }

  .bannerbottomimg {
    background-image: none;
    background: #000;
  }

  .banner-content-details {
    left: 0;
    padding: 50px 15px 0;
    bottom: 100px;
    mask-image: linear-gradient(to top, rgba(0, 0, 0, 1) 75%, rgba(0, 0, 0, 0) 100%);
    -webkit-mask-image: linear-gradient(to top, rgba(0, 0, 0, 1) 75%, rgba(0, 0, 0, 0) 100%);
    background: #000;
  }

  .registerbanner-component {
    right: auto;
    bottom: 30px;
    max-width: 94%;
    display: flex;
    margin: 0 auto;
    padding: 8px 20px;
  }

  .registerbanner-component img {
    display: none;
  }

  .registerbanner-component h4 {
    font-family: var(--font-family-secondary);
    font-size: 14px;
    text-align: left;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 20px;
  }
  .networkslide {
    min-height: 100px;
    padding: 10px;    
  transform: none;
  }
  .network-section {
    height: 50vh;
    margin: 50px 0;
  }
.networktxtanimate, .networktxtanimate .slick-list{height: 100px;}


  .networktxtanimate h2 {
    font-size: 31px;
    margin: 0;
  }

  .networkslidecontain,
  .network-container {
    height: 50vh;
    grid-template-columns: repeat(2, 1fr);
  }

  .networkoption3{display: none;}

  .slick-list {
    margin-bottom: 0;
  }

  .showcasing {
    padding: 50px 0 10px;
  }

  .achieveimage-section {
    min-height: auto;
  }

  .counter-section {
    position: absolute;
    top: 60px;
    padding: 0 20px;
  }

  .counter-section h3 {
    text-align: center;
  }

  .counter-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: start;
    align-items: start;
  }

  .counter-box {
    flex: 1 1 calc(50% - 20px);
    /* 2 columns layout */
    text-align: center;
  }

  .counter-box h2 {
    font-size: 40px;
    line-height: normal;
  }

  .counter-box p {
    font-size: 13px;
    margin: 25px 0 0;
  }

  .counter-box p:before {
    top: 55px;
  }

  .eventlinksection {
    position: relative;
    width: 100%;
    bottom: 100px;
    padding: 0 15px;
  }

  .eventlink-container {
    grid-template-columns: repeat(1, 1fr);
  }
  .eventlink-block {
    padding: 8px 35px 8px 20px;
  }

  .registersection {
    position: relative;
    padding: 10px 20px 50px 20px;
  }

  .registerblock h3 {
    font-size: 30px;
  }

  .registerblock h5 {
    font-size: 12px;
    letter-spacing: 9.92px;
  }

  .registercontain::before {
    width: 184px;
    height: 120px;
    bottom: 90%;
    right: -20%;
    background: url(../images/object4.png) no-repeat center;
    display: none;
  }

  .registercontain::after {
    top: 85%;
    left: -10%;
    display: none;
  }

  .registerimg.reg-speaker {
    bottom: -30px;
    right: -40px;
    z-index: 3;
    width: 110px;
    overflow: hidden;
  }

  .registerimg.reg-speaker img {
    width: 100%;
  }

  .faqsection {
    padding: 50px 20px;
  }

  .faqaccordion {
    padding: 20px 20px 20px 0;
  }

  .faqtxt {
    padding-right: 0;
  }

  .faqtxt h3 {
    font-size: 30px;
  }

  .faqblock {
    grid-template-columns: 1fr;
  }
  .plansection {
    padding: 25px 20px;
    margin: 20px 0 0;
}
.planblock:after {
  width: 290px;
  height: 430px;
}
  .planblock h3 {
    font-size: 31px;
    margin-bottom: 5px;
  }

  .planblock h3 sup {
    top: -1.5em;
    font-size: 16px;
  }

  .planblock h4 {
    margin-bottom: 20px;
  }

  .planblock p {
    font-weight: 700;
    font-size: 18px;
    line-height: normal;
  }

  .planblock video {
    display: none;
  }

  .sponsorsection {
    padding: 85px 20px;
  }

  .sponsors-container {
    gap: 10px;
    grid-template-columns: 100%;
  }
  .sponsors-grid img {
    filter: grayscale(0);
}
  .sponsors-column,
  .co-sponsors-column {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .sponsors-grid {
    display: flex;
    gap: 20px;
    padding-right: 0;
    margin: 0;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .divider {
    display: none;
  }

  .co-sponsors-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
    padding-right: 0;
  }

  .talkblock h5 {
    font-size: 12px;
    letter-spacing: 9.92px;
  }

  .talkblock h3 {
    font-size: 30px;
  }

  
/* lightspeaker */
.lightspeakersection {
  padding: 50px 20px;
  position: relative;
}

.lightspeakerblock::before {
  display: none;
}


.lightspeakertxt {
  margin: 0;
  transition: transform 0.5s ease;
  color: #fff;
}

.lightspeakerblock:hover .discussiontxt {
  transform: translateY(50px);
}
.speakerdetails h2{margin: 20px 0 15px;}
.lightspeakerimgsection {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}


.lightspeakerimgsection .lightspeakerimg1 {
  position: relative;
  transform: translateY(0) rotate(0);
  left: auto;
  bottom: 0;
}

.lightspeakerimgsection:hover .lightspeakerimg1 {
  transform: translate(0, 0) rotate(0);
}

.lightspeakerimgsection .lightspeakerimg1 img {
  transform: scale(1);
  margin-top: auto;


}

.lightspeakerimgsection:hover .lightspeakerimg1 img {
  transform: scale(1);
}

.lightspeakerimgsection .lightspeakerimg2 {
  position: relative;
  transform: rotate(0);
  bottom: auto;
}

.lightspeakerimgsection:hover .lightspeakerimg2 {
  transform: translate(0, 0);
}

.lightspeakerimgsection .lightspeakerimg2 img {
  transform: scale(1);
  margin-top: auto;
}

.lightspeakerimgsection:hover .lightspeakerimg2 img {
  transform: scale(1);
}

.lightspeakerimgsection .lightspeakerimg3 {
  position: relative;
  transform: translateY(0) rotate(0);
  right: auto;
  bottom: auto;
}

.lightspeakerimgsection:hover .lightspeakerimg3 {
  transform: translate(0, 0) rotate(0);
}

.lightspeakerimgsection .lightspeakerimg3 img {
  transform: scale(1);
  margin-top: auto;
}

.lightspeakerimgsection:hover .lightspeakerimg3 img {
  transform: scale(1);
  transition: transform 0.5s ease;
}


.speakerinfo {
  position: relative;
}

.lightspeakerimgsection .speakerdetails h2 {
  opacity: 1;
  transform: translateY(0);
}

.speakersocial {
  margin-bottom: 20px;
}

.lightspeakerimgsection .speakersocial {
  opacity: 1;
  transform: translateY(0);
}

.discussionsection {
  padding: 5px 0;
}
/* .discusionimgsection, .discussionblock::after{display: none;} */
.discusionimgsection {
  min-height: 350px;
  height: auto;
  max-width: 800px;
  margin: 0 auto;
  width: 100%;
}
  .discussionblock::after, .discussionblock::before, .discussionsection:after {
    position: relative; display: none;}
    .discussionblock .discusionimg1, .discussionblock .discusionimg2, .discussionblock .discusionimg3{width: 33.33%;}
    .discussionblock .discusionimg1 img, .discussionblock .discusionimg2 img, .discussionblock .discusionimg3 img{width: 100%;}
    .discussionblock .discusionimg1{left: 0%; bottom: 40px;}
    .discussionblock .discusionimg2{bottom: 40px;}
    .discussionblock .discusionimg3{right: 0%; bottom: 40px;}
    .discussionblock .mobilediscusionimg{width: 98%; display: none;}    
    .discussionblock .mobilediscusionimg img{width: 100%;}
  .discussionblock .discusionmic img {
    width: 100%;transform: scale(1.3);
}
.discussiontxt {
  margin: 0;
  padding: 0 10px;
}
.discussiontxt:before {
  width: 34px;}
  .discussionblock::before {
    width: 54px;
    top: 150px;
    left: auto;
    right: 0;}

    .featuredspeakersection {
      padding: 40px 20px;
  }
  .featuredspeakerimg {
    grid-template-columns: repeat(1, 1fr);    top: auto;
}
.featuredspeakerimg, .featuredspeakerimg3, .featuredspeakerimg1, .featuredspeakerimg2, .featuredspeakerinfo {
  position: relative;
}
.featuredspeaker-bgblock, .featuredspeakerimage-container,.featuredspeakersection:before, .featuredspeaker-bgblock:after{display: none;}
.featuredspeakerimg1, .featuredspeakerimg3 {
  left: auto;
}
.featuredspeakerimg2 {
  right: auto;
}
.featuredspeakerimg1 img, .featuredspeakerimg2 img, .featuredspeakerimg3 img{width: 100%;}
.featuredspeakersocial img{width: auto;}


.slick-dots .slick-active:after,.schedulecontain::before{display: none;}
.slide h3,.slide h4,.slide h5,.slide p {padding: 0 20px;}
.slide h3 {
  font-size: 30px;
}
.slick-dots li {
  height: auto;
  margin: 0;
  padding: 10px 7px;
}
}

/* iPads (768px - 1024px) */
@media (min-width: 768px) and (max-width: 1024px) {
  .speaker-mobile {
    width: 150%;
  }

  .bannersectionimage {
    transform: translate(-25%, 10px);
  }

  .registerbanner-component {
    right: 40px;
  }

  .banner-content-details {
    left: 40px;
  }
}

@media (min-width: 1024px) and (max-width: 1200px) {
  .bannersectionimage {
    transform: translate(0%, 10px);
  }

  .bannersectionimage {
    bottom: 16%;
  }

  .registerbanner-component {
    right: 40px;
  }

  .banner-content-details {
    left: 40px;
  }
}
@media (max-width: 768px) {
.discusionimgsection {
  min-height: 300px;
}
.slide h3 {
  font-size: 25px;
}
}
@media (max-width: 600px) {
.discusionimgsection {
  min-height: 300px;
}
}
@media (max-width: 448px) {
.discusionimgsection {
  min-height: 250px;
}
}
@media (max-width: 380px) {
.discusionimgsection {
  min-height: 230px;
}
}
@media (max-width: 300px) {
.discusionimgsection {
  min-height: 215px;
}
}