@import url('https://fonts.googleapis.com/css2?family=Syne:wght@400..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	outline: none;
}

body {
  font-family: "Syne", sans-serif;
  background-color: #000;
  color: #fff;
}

p{
  font-family: "Nunito", sans-serif;
  font-size: 20px;
  font-weight: 300;
}
a{
  font-family: "Nunito", sans-serif;
}
a.link{
  color: #fff;
  text-decoration: none;
}
a.link:hover{
  text-decoration: underline;
}
b, strong{
  font-weight: 700;
}

.container, .container-lg, .container-md, .container-sm, .main_carousel .swiper-pagination {
  max-width: 1440px; width:calc(100% - 20px);
} 

header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0;
}

.section {
  padding-top: 4rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
}
.section-bg::after{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/section-bg.png);
  background-repeat: no-repeat;
  background-position: top right;
  animation: opacity 3s linear infinite;
}
@keyframes opacity {
  0% { opacity: 0.4; }
  50% { opacity: 1; }
  100% { opacity: 0.4; }
}

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


.text-primary{
  color: #DD4C3C !important;
}



button {
  font-family: "Nunito", sans-serif;
}

.gradient-btn {
  border-radius: 100px;
  /* background: linear-gradient(85deg, #EF4123 1.49%, rgba(6, 54, 187, 0.589) 122.45%); */
  background: linear-gradient(85deg,rgba(239, 65, 35, 1) 0%, rgba(6, 54, 187, 0.589) 100%);
  color: #fff;
  font-size: 24px;
  padding: 0.8rem 2.5rem;
  border: none;
  /* full pill shape */
  cursor: pointer;
  transition: all 0.4s ease;
  display: inline-flex;
    align-items: center;
    column-gap: 8px;
    text-decoration: none;
}

.gradient-btn:hover {
  transform: translateY(-2px);
  background: linear-gradient(85deg, rgba(6, 54, 187, 0.589) 0%, rgba(239, 65, 35, 1) 100%);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25);
}

.gradient-btn:active {
  transform: translateY(0);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
}

.cards {
  width: 100%;
  background: #1A1A1A;
  border-radius: 40px;
  padding: 3rem;
  padding-bottom: 6rem;
  position: relative;
  overflow: hidden;
}
.cards.section-bg{
  padding: 0;
  background: radial-gradient(64.76% 78.68% at 50% 50%, rgba(5, 10, 18, 0.70) 0%, #050A12 100%);
  
}
.cards.section-bg::after{
  background-image: url(../images/section-bg-2.png);
  animation: opacity 3s linear infinite;
}
/* @keyframes opacity-op {
  0% { opacity: 0.3; }
  50% { opacity: 0.1; }
  100% { opacity: 0.3; }
} */
.cards.section-bg .cards-in{
  padding: 3rem;
  position: relative;
  z-index: 1;
}

/* Background subtle grid / glow */
/* .container::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top right, rgba(100, 100, 255, 0.2), transparent 70%),
        radial-gradient(circle at bottom left, rgba(200, 50, 255, 0.2), transparent 70%);
    z-index: 0;
} */

.top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  color: #eaeaea;
  margin-bottom: 4rem;
  position: relative;
  z-index: 1;
}

.title {
  font-size: 92px;
  font-style: normal;
  line-height: normal;
  font-weight: 700;
  line-height: 1.2;
  /* margin-bottom: 1.8rem; */
  text-align: start;
  position: relative;
  color: #fff;
  z-index: 1;
}

.title span {
  /* background: radial-gradient(50% 50% at 50% 50%, #39A7E2 0%, #9A45AA 100%); */

  /* background: linear-gradient(90deg,rgba(154, 69, 170, 1) 0%, rgba(57, 167, 226, 1) 100%); */
  background: linear-gradient(135deg, #9A45AA 0%, #39A7E2 25%, #9A45AA 50%, #39A7E2 75%, #9A45AA 100%);
    background-size: 400%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
    animation: textShine 10s linear infinite;
}

@keyframes textShine {
    to{
    background-position: 400%;
  }
}


.small-title {
  font-size: 50px;
  font-style: normal;
  line-height: normal;
  font-weight: 700;
  line-height: 1.2;
  /* margin-bottom: 1.8rem; */
  text-align: start;
  position: relative;
  color: #fff;
  z-index: 1;
}

.small-title span {
  /* background: radial-gradient(50% 50% at 50% 50%, #39A7E2 0%, #9A45AA 100%); */
  background: linear-gradient(135deg, #9A45AA 0%, #39A7E2 25%, #9A45AA 50%, #39A7E2 75%, #9A45AA 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 400%;
  animation: textShine 10s linear infinite;
}

.small-title a {
  text-decoration: none;
  background: linear-gradient(85deg, rgba(239, 65, 35, 1) 0%, rgba(157, 61, 88, 1) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
      font-family: "Syne", sans-serif;
}




.description {
  font-family: "Nunito", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 36px;
  color: #fff;
  max-width: 850px;
  text-align: start;
  margin-bottom: 2.2rem;
  position: relative;
  z-index: 1;
}

.hero-icon {
  position: absolute;
  right: 10%;
  bottom: 10%;
  max-height: 440px;
  height: 60%;
  width: auto;
  animation: spin-slow 10s linear infinite, opacity 3s linear infinite;
}

@keyframes spin-slow {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* Spaekaer section */

.section-header {
  display: flex;
  align-items: flex-start;
  /* column-gap: 85px; */
  /* padding-top: 80px; */
  justify-content: space-between;
}

.section-desc {
  flex: 0 0 30%;
  font-family: "Nunito", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 30px;
  text-align: start;
}

.speaker-container {
  display: grid;
  grid-template-columns: 40% 60%;
  grid-template-rows: auto auto;
  gap: 20px;
  width: 100%;
}

.card {
  border-radius: 40px;
  padding: 60px 50px;
  color: white;
  border: none;
}

.card h2 {
  text-align: left;
  font-family: Syne;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 30px;
}

.card p {
  font-size: 20px;
  line-height: 30px;
  text-align: left;
}

/* Speakers Card */
.speakers {
  background: linear-gradient(90deg, #5D4B9D, #021864);
  grid-row: span 2;
  /* take full height */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-decoration: none;
  transition: all ease 0.3s;
}
.speakers:hover{
  transform: scale(1.05);
}

.speaker-heading {
  color: #FFF;
  font-family: "Syne", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.speakers .avatars {
  display: flex;
  margin-top: 20px;
}

.speakers .avatars img {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  margin-right: -30px;
  box-sizing: border-box;
  padding: 2px;
  border-radius: 100%;
  background: linear-gradient(358deg, #010A56 0%, #fff 100%);
/* background: linear-gradient(101deg, #5D4B9D 1.75%, #021864 98.39%); */
}

.speaker{
  transition: all ease 0.3s;
}

.speakers:hover .speaker{
  transform: rotate(45deg);
}

/* Technologies Card */
.technologies {
  background: linear-gradient(135deg, #000342, #0428B4);
}

/* Networking Card */
.networking {
  background: #DEDEE0;
  color: #1C1A1A;
}

.networking h2 {
  color: #1C1A1A;
}

.achieve{
  /* background: #1C1A1A; */
  background-image: url('../images/3dicons-medal-dynamic-gradient.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #1C1A1A;
}

.achieve h4{
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
.achieve h3{
  font-size: 32px;
font-style: normal;
font-weight: 700;
line-height: 130%; /* 41.6px */
letter-spacing: 0.5px;
background: linear-gradient(92deg, #9A45AA 0%, #39A7E2 25%, #9A45AA 50%, #39A7E2 75%, #9A45AA 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}


.speaker-section-text {
  grid-column: span 2;
  text-align: left;
  color: #FFF;
  font-style: normal;
  line-height: 30px;
  margin-top: 20px;
}

.speaker-section-text h5 {
  font-family: "Syne", sans-serif;
  font-weight: 700;
  font-size: 24px;
}

.speaker-section-text p {
  font-size: 20px;
  font-family: "Nunito", sans-serif;
  font-weight: 300;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  width: 100%;
  /* margin: 80px auto; */
  /* spacing from top/bottom */
}

.feature-card {
  background: #1C1A1A;
  border-radius: 40px;
  padding: 2rem;
  width: 100%;
  /* height: 200px; */
  position: relative;
  overflow: hidden;

  /* Flex layout */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  /* 👈 let children decide alignment */
}

.feature-header {
  color: white;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  z-index: 1;
  position: relative;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 0;
  align-self: flex-start;
  /* default left */
}

.feature-description {
  max-width: 220px;
  z-index: 1;
  position: relative;
  color: #FFF;
  font-family: "Nunito", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 30px;
  margin-top: 60px;
  align-self: flex-start;
  /* default left */
  text-align: left;
  /* default left */
}

/* --- Special alignment for 1st and 2nd cards --- */
/* .feature-card:nth-child(1) .feature-description,
.feature-card:nth-child(2) .feature-description,
.feature-card:nth-child(5) .feature-description {
  align-self: flex-end;
}

.feature-card:last-child .feature-description {
  max-width: none;
  height: 100px;
} */

.feature-card .core-btn {
  border: none;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 700;
  /* background: none; */
  cursor: pointer;
  /* background-image: linear-gradient(180deg, #FF3C3C, #9333EA); */
  /* background-origin: border-box;
  background-clip: padding-box, border-box; */
  transition: all 0.3s ease;
  display: flex;
  padding: 16px 80px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  position: relative;

  background: linear-gradient(90deg, #EF4123 0%, #0635BB 25%, #EF4123 50%, #0635BB 75%, #EF4123 100%);
  background-size: 400%;
  animation: animate 14s linear infinite;
}

.feature-card .core-btn::after{
  content: "";
    position: absolute;
    left: 0;
    top: 0;
    margin: 1px;
    border-radius: 50px;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    background-color: #1C1A1A;
}

.feature-card .core-btn:hover {
  transform: translateY(-2px);
}

.core-btn span {
  /* background: linear-gradient(85deg, #EF4123 1.59%, #0635BB 121.45%); */
  background: linear-gradient(90deg, #0635BB 0%, #EF4123 25%, #0635BB 50%, #EF4123 75%, #0635BB 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  background-size: 400%;
  animation: animate 14s linear infinite;
  z-index: 1;
}


.number-container {
  position: absolute;
  bottom: -120px;
  left: 20px;
  display: flex;
  align-items: baseline;
  font-family: "Syne", sans-serif;
  font-size: 300px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.number {
  /* background: linear-gradient(85deg, #EF4123 1.59%, #0635BB 121.45%); */
  /* background: linear-gradient(
        to right,
        #e13f2d 20%,
        #0636bb96 30%,
        #e13f2d 70%,
        #0636bb96 80%
    ); */
background: linear-gradient(135deg, #EF4123 0%, #0635BB 25%, #EF4123 50%, #0635BB 75%, #EF4123 100%);
  background-size: 400%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; 
  animation: animate 10s linear infinite;
}
@keyframes animate {
  to{
    background-position: 400%;
  }
}



.footer {
  border-radius: 50px;
  overflow: hidden;
  background: linear-gradient(101deg, #5D4B9D 1.75%, #021864 98.39%);
  /* left panel bg */
}

/* Left section */
.footer-left {
  /* background: #e6e6e6; */
  padding: 50px;
  text-align: left;
  position: relative;
}

.footer-left h2 {
  color: #000;
  font-size: 28px;
  font-weight: 700;
}

.footer-left desc {
  font-size: 14;
  margin-bottom: 30px;
}
.footer-left::after{
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 50px;
  width: 1px;
  height: 100%;
  background: #021864;
  background: linear-gradient(0deg,rgba(2, 24, 100, 1) 0%, rgba(255, 255, 255, 1) 25%, rgba(255, 255, 255, 1) 75%, rgba(2, 24, 100, 1) 100%);
  opacity: 0.5;
}

.footer-links {
  font-family: "Nunito", sans-serif;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 60px;
  margin-bottom: 40px;
}

.footer-links ul {
  list-style: none;

  padding: 0;
}

.footer-links li {
  margin-bottom: 12px;
}

.footer-links a {
  text-decoration: none;
  color: #222;
  font-weight: bold;

  font-size: 16px;
}

.footer-links a:hover {
  opacity: 0.7;
}

.footer-copy {
  font-family: "Nunito", sans-serif;
  color: #666;
  font-size: 18px;
}

/* Right section */
.footer-right {
  /* background: linear-gradient(101deg, #5D4B9D 1.75%, #021864 98.39%); */
  color: #fff;
  padding: 50px;
  border-radius: 50px;
  text-align: left;
  height: 100%;
}

.footer-right h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
  letter-spacing: 1px;
}

.footer-right p {
  font-size: 14px;
  margin-bottom: 24px;
  color: rgba(255, 255, 255, 0.85);
}

.subscribe {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 30px;
}

.subscribe input {
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  padding: 10px 4px;
  font-size: 16px;
  color: #fff;
  outline: none;
}

.subscribe input::placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.subscribe button {
  background: #fff;
  color: #000;
  font-weight: 600;
  padding: 14px 30px;
  border: none;
  width: fit-content;
  border-radius: 999px;
  cursor: pointer;
  font-size: 16px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.subscribe button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25);
}

.footer h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 14px;
  letter-spacing: 1px;

}

.socials {
  display: flex;
  gap: 14px;
}

.socials a {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 6px;
  color: #fff;
  font-size: 24px;
  text-decoration: none;
  transition: background 0.2s ease;
}

.socials a:hover {
  background: rgba(255, 255, 255, 0.3);
}




.registration-countdown {
  color: #fff;
}

.registeration-icon {
  position: absolute;
  right: -50px;
  bottom: -50px;
  max-height: 390px;
  height: 90%;
  width: auto;
  animation: spin-slow 10s linear infinite, opacity 3s linear infinite;
}

/* Countdown Section */
.countdown-section {
  display: flex;
  padding: 60px 20px;
  background: #000;
}



.countdown-title {
  font-size: 18px;
  color: #fff;
  margin-bottom: 6px;
}

.countdown-timer {
  font-size: 150px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 14px;
  line-height: 0.8;
  position: relative;
  z-index: 1;
}

.countdown-labels {
  display: flex;
  justify-content: center;
  gap: 100px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 2px;
  padding-top: 16px;
  position: relative;
  z-index: 1;
}

/* Align countdown content to the start of the container */
.countdown-card {
  text-align: left;
  padding: 5rem 7rem;
}

.countdown-card .countdown-title,
.countdown-card .countdown-timer {
  text-align: left;
}

.countdown-card .countdown-labels {
  justify-content: flex-start;
}

.countdown-labels span:nth-child(1) {
  width: 180px;
  text-align: center;
  /* Approximate width to align with "12" */
}

.countdown-labels span:nth-child(2) {
  width: 180px;
  text-align: center;
  /* Approximate width to align with "05" */
}

.countdown-labels span:nth-child(3) {
  width: 180px;
  text-align: center;
  /* Approximate width to align with "30" */
}






.lines {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  margin: auto;
  width: 90vw;
  z-index: 1;
}

.line {
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 33.333%;
  /* background: rgba(255, 255, 255, 0.1); */
  overflow: hidden;
}
.line::after {
  content: "";
  display: block;
  position: absolute;
  height: 15vh;
  width: 100%;
  top: -50%;
  left: 0;
  /* background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 75%, #ffffff 100%); */
  background: linear-gradient(180deg, #34A4CF 0%, rgba(52, 164, 207, 0.00) 100%);
  -webkit-animation: drop 7s 0s infinite;
          animation: drop 7s 0s infinite;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
          animation-timing-function: linear;
  /* -webkit-animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
          animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97); */
}


.big-section .line::after{
   -webkit-animation: drop 20s 0s infinite;
          animation: drop 20s 0s infinite;
}


.line:nth-child(1) {
  margin-left: -25%;
}
.line:nth-child(1)::after {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.line:nth-child(3) {
  margin-left: 25%;
}
.line:nth-child(3)::after {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}
.line:nth-child(4) {
  margin-left: 50%;
}
.line:nth-child(4)::after {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

@-webkit-keyframes drop {
  0% {
    top: -50%;
  }
  100% {
    top: 110%;
  }
}

@keyframes drop {
  0% {
    top: -50%;
  }
  100% {
    top: 110%;
  }
}


.agenda-wrap{
  display: flex;
  flex-direction: column;
  gap: 100px;
  position: relative;
  z-index: 1;
}

.agenda-box{
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
}
.agenda-box > div:first-child{
  font-size: 40px;
}
.agenda-box > div:last-child{
  flex-shrink: 0;
  font-family: "Nunito", sans-serif;
  font-size: 20px;
  width: 50%;
}
.agenda-box h4{
  /* background: linear-gradient(85deg, #EF4123 1.59%, #0635BB 121.45%); */
  background: linear-gradient(135deg, #EF4123 0%, #0635BB 25%, #EF4123 50%, #0635BB 75%, #EF4123 100%);
  background-size: 400%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: animate 12s linear infinite;
  font-family: "Syne", sans-serif;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px;

}

.agenda-break{
  border: 1px solid transparent;
  border-radius: 50px;
  font-family: "Syne", sans-serif;
  font-size: 40px;
  font-weight: 700;
  background: none;
  background-image: linear-gradient(#1C1A1A, #1C1A1A),
    linear-gradient(180deg, #FF3C3C, #9333EA);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  transition: all 0.3s ease;
  padding: 16px 80px;
  text-align: center;
  width: 100%;
  flex-shrink: 0;
    
}
.agenda-break span {
    background: linear-gradient(85deg, #EF4123 1.59%, #0635BB 121.45%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hidden-item {
    display: none;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.4s ease-in-out;
}

.hidden-item.show {
    display: flex;
    opacity: 1;
    transform: translateY(0);
}

.agenda-break.hidden-item.show {
    display: block;
}

/* .align-self-end {
    align-self: flex-end;
    margin-top: 60px;
} */
/* Animation for smooth reveal */
@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.hidden-item.show {
    animation: slideIn 0.4s ease-in-out;
}


.agenda-icon {
  position: absolute;
  left: -50px;
  bottom: -50px;
  max-height: 320px;
  height: 60%;
  width: auto;
  animation: spin-slow 10s linear infinite, opacity 3s linear infinite;
}



.form-wraper{
  padding: 3rem;
}

.form-wraper h5{
  font-family: "Syne", sans-serif;
  color: #FFF;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}

.form-wrap{
  padding: 2rem;
  border-radius: 40px;
  background: #DEDEE0;
  height: 100%;
}



input, select, option {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
}
select::-ms-expand {
display: none;
}
input[type=number] {
	-moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
-webkit-appearance:none;
margin: 0;
}
.input_field {
  margin-bottom: 1.8rem;
}

.input {
  position: relative;
  color: rgba(28, 28, 28, 0.65);
  border: none;
  border-bottom: 1px solid #7E7E7E;
  border-radius: 0;
  font-size: 17px;
  background-color: #DEDEE0;
  z-index: 1;
}

.input.border-none {
  border: none;
}

.input.gradient input,
.input.gradient textarea,
.input.gradient select {
  position: relative;
}

.input.input.with_icon_btn {
  display: -webkit-flex;
  display: flex;
}

.input.with_icon_btn .icon_btn {
  width: 46px;
  min-width: 46px;
  height: 46px;
  text-align: center;
  font-size: 17px;
  display: inline-block;
  line-height: 46px;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

.input.with_icon_btn.left_icon input {
  padding-left: 0
}

.input.with_icon_btn.right_icon input {
  padding-right: 0
}

.input.with_icon_btn.left_icon label {
  left: 34px;
}

.input:focus-within {
  border-color: rgba(37, 56, 70, 0.3);
}

.input label {
  position: absolute;
  margin: 0;
  font-size: 16px;
  left: 0;
  top: 16px;
  padding: 0 3px;
  font-weight: 400;
  background-color: transparent;
  line-height: 1;
  pointer-events: none;
  -webkit-transition: all ease-in-out 0.25s;
  transition: all ease-in-out 0.25s;
  color: #6b7280;
  font-family: "Nunito", sans-serif;
}

.input input,
.input textarea,
.input select {
  width: 100%;
  height: 44px;
  line-height: 44px;
  font-size: inherit;
  background: none;
  border: none;
  box-shadow: none;
  padding: 0;
  border-radius: 0;
  overflow: hidden;
  vertical-align: top;
  font-size: 16px;
  color: #6b7280;
  outline:none !important;
  font-family: "Nunito", sans-serif;
}

.input.rounded,
.input.rounded input {
  border-radius: 30px !important;
}



.input input[type=file] {
  line-height: 35px
}

.input textarea {
  min-height: 46px;
  height: 120px;
  max-height: 120px;
  line-height: 1.5;
  padding-top: 10px;
  padding-bottom: 10px;
}

.input.select select {
  padding-right: 38px
}

.input input:focus~label,
.input input:focus~label,
.input input:valid~label,
.input.with_icon_btn input:focus~label,
.input.with_icon_btn input:focus~label,
.input.with_icon_btn input:valid~label,
.input label.active {
  font-size: 70%;
  top: -6px;
  background-color: #DEDEE0;
  left: 0;
}

.input textarea:focus~label,
.input textarea:focus~label,
.input textarea:valid~label {
  font-size: 70%;
  top: -6px;
  background-color: #DEDEE0
}

.input select:focus~label {
  font-size: 70%;
  top: -6px;
  background-color: #DEDEE0
}

/* .input.select label, */
input:disabled~label,
.input.date label {
  font-size: 70%;
  top: -6px;
  background-color: #DEDEE0;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}

.input.select:after {
  font-family: 'Font Awesome 6 Free';
  content: "\f107";
  font-size: 18px;
  font-weight: 900;
  color: #6b7280;
  /* color: rgba(0, 147, 214, 0.98); */
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 18px;
  pointer-events: none;
}

.input.date:after {
  font-family: 'Font Awesome 6 Free';
  content: "\f073";
  font-size: 18px;
  font-weight: 900;
  color: #6b7280;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 12px;
  pointer-events: none;
}




.otp-input {
  display: flex;
  justify-content: start;
}
.otp-input input {
  width: 42px;
  height: 42px;
  margin: 0 8px;
  text-align: center;
  overflow: hidden;
  font-size: 16px;
  color: #050B20;
  border: none;
  border-bottom: 1px solid #B5B5B5;
  border-radius: 0;
  font-size: 17px;
  background-color: #DEDEE0;
    font-family: "Nunito", sans-serif;
}
.otp-input input:focus {
  border-color: #B5B5B5;
  box-shadow: none;
  outline: none;
}
.otp-input input::-webkit-outer-spin-button,
.otp-input input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.otp-input input[type=number] {
  -moz-appearance: textfield;
}








.map-wrap{
  border-radius: 40px;
  overflow: hidden;
}
/* .map-wrap img{
  object-fit: cover;
  width: 100%;
  height: 100%;
} */
/* .map-wrap iframe{
  filter: grayscale(100%) invert(92%) contrast(83%);
} */

.overlay-wraper{
  background: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(18.049999237060547px);
  /* position: fixed; */
  position: relative;
  height: 100dvh;
  width: 100%;
  z-index: 9;
  overflow-x: auto;
}



.captcha_img {
  display: inline-block;
  width: 200px;
  background-color: #fff;
  /* border: 1px solid #E0DFDF; */
  height: 39px;
  line-height: 39px;
  vertical-align: bottom;
  padding-right: 39px;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.captcha_img > img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  vertical-align: middle;
  mix-blend-mode: multiply;
}
.captcha_img .refresh {
  position: absolute;
  right: 0;
  height: 38px;
  width: 38px;
  background-color: #ffb3a0;
  text-align: center;
  color: #000000;
  font-size: 18px;
  cursor: pointer;
}
.captcha_img .refresh:hover i {
  animation: spin 1s linear infinite;
}
@keyframes spin {
  from {
  }

  to {
      transform: rotate(360deg);
  }
}






.people-card {
  position: relative;
  padding: 15px 0;
  margin: auto;
  cursor: pointer;
  width: 100%;
}
.people-card .people-image{
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  /* aspect-ratio: 3 / 3.5; */
  overflow: hidden;
  transition: all ease 0.3s;
}
.people-card .people-image img{
  width: 100%;
  height: 100%;
  object-fit:  cover;
  transition: all ease 0.3s;
}
.people-card figcaption {
  margin-top: -45px;
  padding-right: 10px;
  position: relative;
  z-index: 1;
}
.people-card .h5 {
  color: #fff;
  margin-bottom: 12px;
  transition: all .25s ease;
  font-size: 44px;
  text-transform: uppercase;
  font-family: "Syne", sans-serif;
  line-height: 1;
  font-weight: 700;
  text-align: right;
}
.people-card .h5 span{
  display: block;
  font-size: 20px;
  font-family: "Nunito", sans-serif;
  text-transform: none;
  font-weight: 300;
  
}

.people-card:hover .people-image img{
  transform: scale(1.1);
}
/* .people-card:hover .h5 {
  color: #EF4023;
} */


.modal-content{
  background-color: #050A12;
  position: relative;
  border-radius: 40px;
box-shadow: 14px 9px 26.5px 0 rgba(45, 140, 177, 0.20);
overflow: hidden;
  
}
.modal-content::after{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/section-bg-2.png);
  background-repeat: no-repeat;
  background-position: top right;
  animation: opacity 3s linear infinite;
}

.close {
  border: 0;
  position: absolute;
  top: 20px;
  right: 40px;
  z-index: 4;
  cursor: pointer;
  color: #D03C2B;
  display: flex;
}


.modal-fullscreen .modal-content{
  overflow: visible;
}


.peopleProfile-pop-box {
  border-radius: 16px;
  display: flex;
  align-items: flex-start;
  height: 100%;
  padding: 30px;
  padding-top: 60px;
  position: relative;
  z-index: 1;
}
.peopleProfile-box {
  border-radius: 16px;
  display: flex;
  align-items: flex-start;
  height: 100%;
  padding: 30px;
}
.people-img-small {
  width: 350px;
  -webkit-flex-shrink: 0 !important;
  flex-shrink: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.people-img-small img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all ease 0.3s;
}
.people-content {
  padding-left: 50px;
  max-height: 65dvh;
  overflow: hidden;
  overflow-y: auto;
  padding-right: 15px;
}
.people-content.mh-auto{
  max-height: unset;
}
.people-content .people-title{
  padding-bottom: 15px;
}
.people-content .people-name {
  color: #fff;
  margin-bottom: 12px;
  transition: all .25s ease;
  font-size: 44px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Syne", sans-serif;
  line-height: 1;
}
.people-content .people-name span{
  display: block;
  font-size: 20px;
  font-family: "Nunito", sans-serif;
  text-transform: none;
  font-weight: 300;
  
}
.people-content .other-link {
  font-size: 16px;
  font-weight: 400;
  color: #fff !important;
}
.people-content .card-text{
  /* text-align: justify; */
  color: #fff;
}

.popupWrap {
  border-radius: 16px;
  padding: 30px;
  padding-top: 60px;
}



.back{
  color: #D03C2B;
  text-decoration: none;
}


.success-tab {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content:center;
  background-color: #1C1A1A;
  border-radius: 50px;
  padding: 10px;
}

.success-tab .nav-tabs {
  border: none;
  position: relative;
  width: 100%;
  

}

.success-tab .nav-tabs .nav-item {
  margin: 0;
  padding: 0;
  flex-shrink: 0;
  width: 50%;
}

.success-tab .nav-tabs .nav-link {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  white-space: nowrap;
  border: none;
  border-radius: 50px;
  font-family: "Syne", sans-serif;
  font-size: 40px;
  font-weight: 700;
  background: none;
  padding: 16px 20px;
  text-align: center;
  width: 100%;
  color: #fff;
}

.success-tab .nav-tabs .nav-item.show .nav-link,
.success-tab .nav-tabs .nav-link.active {
  color: #fff;
  border: none;
  background: linear-gradient(85deg, rgba(239, 65, 35, 1) 0%, rgba(6, 54, 187, 0.589) 100%);
}







  .mw-65{
    max-width: 65%;
    width: 65%;
  }
  .mw-50{
     max-width: 50%;
    width: 50%;
  }



.lifeAtPiramal-slider {
  position: relative;
  z-index: 1;
}

/* .lifeAtPiramal-slider .swiper-container {
      border-radius: 16px;
      overflow: hidden;
} */

/* .lifeAtPiramal-slider .swiper-button-all {
  padding-top: 0;
  position: absolute;
  bottom: 30px;
  width: 100%;
  z-index: 2;
} */


/* .swiper-button-all .swiper-pagination-bullets.swiper-pagination-horizontal {
  display: inline-block;
  position: relative;
  bottom: auto;
  top: auto;
  left: auto;
  width: auto;
  vertical-align: middle;
  padding: 0 10px;
} */

.swiper-button-all .swiper-pagination-bullet {
  width: 50px;
  height: 7px;
  border-radius: 0;
  background: #fff;
  opacity: 0.3;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
}

.swiper-button-all .swiper-pagination-bullet-active {
  background: #FA4616 !important;
  opacity: 1;
}
.lifeAtPiramal-img{
  border-radius: 16px;
  overflow: hidden;
}
.lifeAtPiramal-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-pagination-bullets.swiper-pagination-horizontal{
  position: relative;
  top: auto;
  bottom: auto;
}


.img-btn{
  background: #373737;
  display: block;
  padding: 15px;
  border-radius: 15px;
  margin: auto;
  width: 100%;
  max-width: 550px;
}
.img-btn img{
  width: 100%;
  height: auto;
}

.fullIframe{
  aspect-ratio: 16 / 9;
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
}


.projector-icon{
  position: absolute;
  right: 20px;
  bottom: 0;
  max-height: 244px;
  height: 166px;
  width: auto;
}

.ppt-pic{
  background: #373737;
  display: block;
  padding: 15px;
  border-radius: 15px;
  margin: auto;
  width: 100%;
}
.ppt-pic img{
  width: 100%;
  height: auto;
}


@media (min-width: 767px) {
  .pt-7{
    padding-top: 5rem !important;
  }
}


@media (min-width: 992px) {
  .container, .container-lg, .container-md, .container-sm, .main_carousel .swiper-pagination {
    width:calc(100% - 50px);
  } 
  .desktop-none{
    display: none !important;
  }

  .feature-card .number-container.right {
    left: auto;
    right: 20px;
  }
  .mw-auto{
    max-width: none;
  }


}

@media (max-width: 1600px) {
  .title{
    font-size: 84px;
  }
}

@media (max-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .main_carousel .swiper-pagination {
    max-width: 1320px;
  }

  .title{
    font-size: 76px;
  }
  .card h2{
    font-size: 36px;
  }

  .small-title{
    font-size: 46px;
  }
  .form-wraper h5{
    font-size: 22px;
  }
  .people-card figcaption {
    margin-top: -38px;
  }
  .people-card .h5 {
    font-size: 38px;
  }
  .people-card .h5 span{
    font-size: 18px;
  }

  .people-content .people-name {
    font-size: 38px;
  }
  .people-content .people-name span{
    font-size: 18px;
  }

  .agenda-break{
    font-size: 38px;
  }

}

@media (max-width: 1600px) {
  .title{
    font-size: 68px;
  }
}

@media (max-width: 1200px) {

  .title{
    font-size: 56px;
  }
  .small-title{
    font-size: 38px;
  }

    .card h2{
    font-size: 30px;
  }
  .countdown-timer{
    font-size: 116px;
  }
  .countdown-labels{
    gap: 3px;
  }

 

}

@media (max-width: 992px) {
  .container, .container-md, .container-sm {
    max-width: 992px;
  }

   .title{
    font-size: 50px;
  }
  .mobile-none{
    display: none !important;
  }
  .feature-description{
    align-self: flex-end;
  }

  .speaker-section-text p{
    font-size: 18px;
  }

  .top-bar{
    font-size: 20px;
  }
  .description{
    font-size: 20px;
  }

  .card-content .speaker{
    width: 50px;
    height: auto;
  }
  .feature-header{
    text-align: left;
  }

  .section {
    padding-top: 3rem;
    padding-bottom: 4rem;
  }
  .gradient-btn{
    font-size: 20px;
  }

  .countdown-card{
    padding: 3rem 5rem;
  }

 .people-card figcaption {
    margin-top: -36px;
  }
   .people-card .h5 {
    font-size: 36px;
  }
  .people-card .h5 span{
    font-size: 16px;
  }

  .people-content .people-name {
    font-size: 36px;
  }
  .people-content .people-name span{
    font-size: 16px;
  }
    .peopleProfile-pop-box{
    flex-wrap: wrap;
  }
    .peopleProfile-box{
    flex-wrap: wrap;
    padding: 0;
  }
  .people-img-small {
    width: 100%;
    max-width: 200px;
    margin-bottom: 20px;
  }
  .people-content{
    width: 100%;
    padding-left: 0;
    max-height: calc(77dvh - 200px);
    overflow: hidden;
    overflow-y: auto;
    padding-right: 5px;
  }

    .agenda-break{
    font-size: 30px;
  }

    .success-tab .nav-tabs .nav-link {
    font-size: 30px;
    padding: 15px 20px;
  }

  .mw-65{
    max-width: 100%;
    width: 100%;
    padding-bottom: 120px;
  }

  .swiper-button-all .swiper-pagination-bullet {
  width: 12px;
  height: 7px;
}

}


@media (max-width: 767px) {
  p{
    font-size: 18px;
  }
  
 .title{
    font-size: 40px;
  }
  .small-title{
    font-size: 25px;
  }

  .form-wraper h5{
    font-size: 20px;
  }

  .cards, .feature-card, .form-wrap{
    padding: 1.5rem 1rem;
  }
  .cards.section-bg{
    padding: 0;
  }
  .cards.section-bg .cards-in{
    padding: 1.5rem 1rem;
  }
  .card, .cards, .form-wrap, .map-wrap, .footer, .footer-right, .feature-card{
    border-radius: 20px;
  }


  .hero-icon {
    max-height: 180px;
    height: 40%;
  }

  .countdown-timer {
      font-size: 85px;
      margin-bottom: 0px;
  }
  .registeration-icon{
    max-height: 180px;
    right: -30px;
    bottom: -30px;
  }
  .agenda-icon{
    max-height: 180px;
    left: -30px;
    bottom: -30px;
  }
  .countdown-labels{
    width: 390px;
  }
  
  .card{
    padding: 30px 25px;
  }

  .footer-left, .footer-right{
    padding: 25px;
  }

  .agenda-box{
    flex-direction: column;
    gap: 25px;
  }
  .agenda-box > div:first-child{
    width: 100%;
  }
  .agenda-box > div:last-child{
    width: 100%;
    font-size: 18px;
  }
  .agenda-box h4{
    font-size: 32px;
  }

  .success-tab .nav-tabs .nav-link {
    font-size: 25px;
    padding: 12px 20px;
  }

  .projector-icon{
    display: none;
  }

}

@media (max-width: 575px) {

      .section {
        padding-top: 2rem;
        padding-bottom: 3rem;
    }

    .card h2 {
        font-size: 24px;
    }
        .title {
        font-size: 33px;
    }

  .number-container{
    bottom: -70px;
    font-size: 200px;
  }

  .feature-card .core-btn{
    padding: 12px 40px;
    font-size: 14px;
  }
    .gradient-btn{
    font-size: 16px;
    padding: 0.8rem 2rem;
  }

  .countdown-timer {
    font-size: 54px;
  }
  .countdown-labels {
    width: 245px;
  }
  .footer-copy{
    font-size: 14px;
  }
  .top-bar{
    flex-direction: column;
  }

  .agenda-wrap{
    gap: 60px;
  }
  .agenda-break{
    font-size: 24px;
  }

    .success-tab .nav-tabs .nav-link {
    font-size: 18px;
    padding: 10px 15px;
  }

}