@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Great+Vibes&family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Outfit:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Sekuya&display=swap');
 @import url('https://fonts.googleapis.com/css2?family=Archivo:wght@400;500;600;700;800;900&family=Space+Mono:wght@400;700&display=swap');


  *{box-sizing:border-box;margin:0;padding:0;}

  :root{
    --navy:#13102e;
    --red:#bb3841;
    --blue:#392677;
    --gray:#8b8f9b;
    --bg:#f7f6f2;
    --line:#e3e1da;
  }

html{scroll-behavior:smooth;}

main {
  overflow-x: hidden;
}

body,
html {
  margin: 0;
  padding: 0;
  font-family: roboto, sans-serif;
  height: 100%;
}

b,
strong {
  font-weight: bolder;
  color: #4e4e4e;
}
a {
  text-decoration: none;
}

.container {
  padding-right: 0;
  padding-left: 0;
}
/* color code */

.days {
  --color: #00a3ee;
}
.hours {
  --color: #ffcf4a;
}
.minutes {
  --color: #00c1c1;
}
.seconds {
  --color: #bb3841;
}

.pink-text {
  color: #bb3841;
}

/*===================================== Start Navbar Header =====================================*/
.offcanvas{
 background-color: #fff;
height: 100vh;
}

.offcanvas-header {
  background: #6a6a6a38;
}

.mobile-menu .submenu {
  display: none;
  padding-left: 15px;
}

.mobile-menu .menu-item.open .submenu {
  display: block;
}

.mobile-menu .dropdown-toggle {
  background: none;
  border: none;
  padding: 10px 0;
  font-size: 16px;
  font-weight: 400;
  color: #101010;
}

.menu-item {
  border-bottom: 1px solid #3333;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  display: none;
}

.navbar-toggler {
  padding: 4px;
  border-radius: 3px;
}

.navbar {
background: #fff;
width: 100%;
z-index: 1000;
backdrop-filter: blur(6px);
}

.sticky .navbar {
    background: #ffffff;
}

.nav-link {
  color: #333 !important;
  margin-right: 15px;
  font-weight: 500;
}

.nav-item {
  font-size: 16px;
  font-weight: 500;
  font-family: roboto;
  text-transform: uppercase;
}

.dropdown-item {
  color: #333;
  font-size: 14px;
  font-weight: 500;
  font-family: "Roboto";
  text-transform: capitalize;
  padding: 8px 12px;
  border-bottom: 1px solid #dcdcdc70;
}

.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:focus,
.dropdown-item:hover {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: #bb3841;
}

.dropdown-menu {
  display: block;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  margin-top: 0;
  min-width: 220px;
}
.dropdown-custome li {
  border-left: 5px solid #bb3841;
  margin-bottom: 1px;
}

.header {
  position: relative;
}

.header.sticky {
  position: fixed;
  top: 0;
  transition: 0.3s;
  background: #2d1131;
  padding-top: 5px;
  padding-bottom: 5px;
}
.header.sticky {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  transform: translateY(0);
  background-color: #120a23;
  position: fixed;
  top: 0;
  width: 100%;
}

.header,
.header.sticky {
  width: 100%;
  z-index: 999;
}
/*=========================== End Navbar  Header =====================================*/

/*===================== Hero Section with Video ====================*/
.hero-section {
  position: relative;
  width: 100%;
  object-fit: cover;
  /* height: 97vh; */
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: start;
  color: #fff;
}

.hero-video {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(182deg, #ffffff 0%, #8500f129 50%, #0c0018 100%);
  z-index: 0;
}

.breadcrumb-custom a {
    color: #fff;
}


.hero-content h1 {
  font-size: 64px;
  font-weight: 800;
  line-height: 70px;
  color: #ffffff;
  font-family: 'Archivo', sans-serif;
}

.hero-content h3 {
  font-family: "Raleway", roboto;
  font-size:30px;
  font-weight: 500;
  line-height:30px;
  color: #ffffff;
}

.hero-content h4 {
  font-family: "Raleway", roboto;
  font-size:36px;
  font-weight: 500;
  line-height: 50px;
  color: #ffffff;
}

.countdown {
  display: flex;
  gap: 30px;
  margin-top: 2rem;
}

.counter-item {
  position: relative;
  width: 120px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  font-weight: bold;
}

.counter-item span {
  display: block;
  font-size: 26px;
}

.counter-item .smalltext {
  font-size: 10px;
  letter-spacing: 1px;
  margin-top: 0px;
}

.prof-title {
        font-size: 45px !important;
        line-height: 48px !important;
    }

.text-red{
  color: #bb3841 !important;
}

/* .counter-item::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  padding: 6px;
  background: conic-gradient(
    var(--color) 0deg 100deg,
    transparent 100deg 120deg,
    var(--color) 120deg 240deg,
    transparent 240deg 260deg,
    var(--color) 260deg 360deg
  );
  -webkit-mask: radial-gradient(
    farthest-side,
    transparent calc(100% - 6px),
    #000 calc(100% - 7px)
  );
  -webkit-mask-composite: destination-in;
  mask-composite: intersect;
} */

.counter-item::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  padding: 7px;
  background: conic-gradient(
    var(--color) 0deg 70deg,
    transparent 70deg 90deg,
    var(--color) 90deg 160deg,
    transparent 160deg 180deg,
    var(--color) 180deg 250deg,
    transparent 250deg 270deg,
    var(--color) 270deg 340deg,
    transparent 340deg 360deg
  );
  -webkit-mask: radial-gradient(
    farthest-side,
    transparent calc(100% - 7px),
    #000 calc(100% - 6px)
  );
  -webkit-mask-composite: destination-in;
  mask-composite: intersect;
}

.btn-pink {
  background: #bb3841;
  color: #fff;
  padding: 10px 30px;
  border-radius: 30px;
  font-weight: bold;
  font-size: 14px;
  border: none;
  font-family: roboto;
  text-transform: uppercase;
  word-spacing: 4px;
  transition: all 0.3s linear;
}

.btn-pink:hover {
  background: #424242;
  color: #fff;
}

.btn-skyblue {
  background: #424242;
  color: #fff;
  font-weight: bold;
  padding: 10px 30px;
  border-radius: 30px;
  font-weight: bold;
  font-size: 14px;
  border: none;
  font-family: roboto;
  text-transform: uppercase;
  word-spacing: 4px;
  transition: all 0.3s linear;
}

.btn-skyblue:hover {
  background: #bb3841;
  color: #fff;
}
.navbar-brand img {
  max-width: 235px;
}


 .pav-intro-head{
    display: none;
  }
  .pinkbg {
   background-image: linear-gradient(63deg, #006387 0%, #ec62a3 100%);
   }

   .custom-prev, .custom-next {
      background-image: linear-gradient(63deg, #006387 0%, #ec62a3 100%);
      border-radius: 5px !important;
    }
    
   .profile-img img {
    width: 100%;
   }

  .button-submit {
    background: #c1198b;
    border-color: #c1198b;
    color: #fff;
    border-radius: 40px;
    max-width: 200px;
    margin: 0 auto;
    text-align: center;
   }

   .speaker-info h3 {
    font-weight: 700;
    margin-bottom: 10px;
    color: #222;
    font-size: 18px !important;
    margin-top: 1rem;
  }

  .subtitle {
    font-size: 15px;
    color: #666;
    font-weight: 400;
    line-height: 20px;
  }

.highlight-strip {
  padding: 16px 32px 1px 32px;
  font-size: 46px;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  gap: 25px;
  border-radius: 6px;
  justify-content: center;
}

.pink {
  color: #bb3841 !important;
}


.text-style-1 {
    color: #474747;
    font-size: 16px;
    font-family: "Roboto";
    line-height: 25px;
    font-weight: 400;
}
.divider {
  font-weight: 800;
}
/*======================= Slider Shape========================= */

.shape-after {
  position: absolute;
  top: calc(100% - 10px);
  left: 0;
  right: 0;
  z-index: 2;
}

.shape-before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: calc(100% - 8px);
  z-index: 2;
}

.shape-mockup-wrap {
  z-index: 2;
}

.shape-mockup {
  position: absolute;
  z-index: 1;
  top: 30%;
}

.shape-mockup.z-index-3 {
  z-index: 3;
}

.vs-hero-wrapper .shape-mockup {
  z-index: 0;
}

.jump {
  -webkit-animation: jumpAni 7s linear infinite;
  animation: jumpAni 7s linear infinite;
}

.jump-reverse {
  -webkit-animation: jumpReverseAni 5s linear infinite;
  animation: jumpReverseAni 5s linear infinite;
  right: 13%;
  bottom: 20% !important;
  top: auto;
}

.movingX {
  -webkit-animation: movingX 5s linear infinite;
  animation: movingX 5s linear infinite;
  bottom: 15.5%;
  top: auto;
  background-repeat: no-repeat;
}

@-webkit-keyframes jumpAni {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes jumpAni {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes jumpReverseAni {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes jumpReverseAni {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes movingX {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }

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

@keyframes movingX {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }

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


.space-y-3 {
  padding-top: 30px;
  padding-bottom: 30px;
}


.space-y {
  padding-top: 60px;
  padding-bottom: 60px;
}

.space-bottom-110 {
  padding-bottom: 110px;
}

.space-tpo-150 {
  padding-top: 150px;
}
/*============ join us =============*/

.join-section {
  background: #f9fafc;
}

.info-card {
  box-shadow: rgb(0 0 0 / 3%) 0px 20px 25px 0px;
  position: relative;
  z-index: 2;
  padding: 40px 45px 40px 40px;
  border-radius: 5px;
  overflow: hidden;
  background: rgb(255, 255, 255);
  transition: transform 0.3s ease;
  height: 100%;
}

.info-card:hover {
  transform: translateY(-8px);
}

.info-card h3 {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 18px;
  font-family: "Roboto";
  color: #101010;
}

.info-card p,
.join-section p,
.theme-text-style p {
  color: #666;
  font-size: 16px;
  font-family: "Roboto";
  line-height: 25px;
  font-weight: 400;
}
.card-number {
  position: absolute;
  right: -55px;
  bottom: -55px;
  width: 120px;
  height: 120px;
  color: rgb(255, 255, 255);
  display: block;
  text-align: left;
  font-size: 16px;
  font-weight: 700;
  border-radius: 50%;
  background: #bb3841;
  padding: 25px 30px;
}

.theme-text-style h6 {
  color: #9d9797;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
  font-family: "Roboto";
  font-size: 14px;
}

.theme-text-style1 h5 {
    color: #ffffff;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
    font-family: "Roboto";
    font-size: 18px;
    background: #bb3841;
    width: fit-content;
    padding: 5px 18px;
    border-radius: 2px;
}

.common-profile p {
    color: #666;
    font-size: 16px;
    font-family: "Roboto";
    line-height: 25px;
    font-weight: 400;
    margin-bottom: .5rem;
}

.ul-list-style ul li {
    color: rgb(102, 102, 102);
    font-size: 16px;
    font-family: Roboto;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 0.5rem;
}

.theme-text-style h2 {
  font-weight: 700;
  margin-bottom: 8px;
  color: #13102e;
 font-family: 'Archivo', Roboto;
  font-size: 40px;
  line-height: 45px;
  text-transform: uppercase;
}

.labels-awards img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
    min-height: 280px;
    border-radius: 8px;
}

.theme-text-style h3 {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 36px;
 font-family: 'Archivo', Roboto;
  color: #13102e;
}

/* speakrs */

.speaker-card {
  position: relative;
  overflow: hidden;
  border-radius:4px;
  width: 265px;
  height: 265px;
  margin: auto;
  cursor: pointer;
  background-image: linear-gradient(63deg, #bfbfbf 0%, #efefef 100%);
}

.speaker-bg {
background-image: linear-gradient(63deg, #bfbfbf 0%, #efefef 100%);
border-radius: 4px;;
}
.speaker-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
  transition: transform 0.4s ease;
}

.speaker-wrapper:hover img {
  transform: scale(1.1);
}

.speaker-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #bb38419e;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s ease;
  border-radius: 4px;
}

.speaker-wrapper:hover .speaker-overlay {
  opacity: 1;
}

.speaker-overlay i {
  font-size: 46px;
  color: #fff;
}

.speaker-info {
  text-align: center;
}

.bi_icon i {
  font-size: 36px;
}
/* .speaker-wrapper {
  margin-bottom: 70px;
} */

.speaker-wrapper:hover h3 {
  color: #bb3841;
}

.gallery-swiper {
  width: 100%;
}

.gallery-swiper .swiper-slide {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.gallery-swiper .swiper-slide img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 8px;
  cursor: pointer;
  transition: transform 0.3s;
}
.gallery-swiper .swiper-slide:hover img {
  transform: scale(1.05);
}

/* Lightbox */
.lightbox {
  display: none;
  position: fixed;
  z-index: 1050;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  justify-content: center;
  align-items: center;
}
.lightbox.active {
  display: flex;
}
.lightbox .swiper {
  width: 90%;
  max-width: 800px;
}
.lightbox .swiper-slide img {
  width: 100%;
  border-radius: 8px;
}
.close-btn {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 32px;
  color: #fff;
  cursor: pointer;
  z-index: 1100;
}

.event-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #bb38417a;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 8px;
  pointer-events: none;
  font-size: 40px;
  color: #fff;
}

.gallery-swiper .swiper-slide:hover .event-overlay {
  opacity: 1;
}

input:focus-visible {
  outline-offset: none;
}

:focus-visible {
  outline: -webkit-focus-ring-color none;
}

.subs-text {
  /* font-family: 'Great Vibes';
    font-size: 46px;
    font-weight:500;
    line-height:50px;
      word-spacing: 10px; */
  color: rgb(255 255 255);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
  font-family: Roboto;
  font-size: 16px !important;
}
/* breaker */

.experience-section {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.experience-img {
  background: url("../images/cta_img.jpg") center center/cover no-repeat;
}
.experience-content {
  background-image: linear-gradient(145deg, #070225 0%, #d55695 100%);
  color: #fff;
  padding: 60px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.experience-content small {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  opacity: 0.8;
}
.experience-content h2 {
  font-weight: 700;
  font-size: 2rem;
  margin: 15px 0;
}
.experience-content p {
  font-size: 1rem;
  line-height: 1.6;
  opacity: 0.9;
}

.max-w-450 {
  width: 550px;
}

/* schedule */

/* Circle styles */
.circle {
  width: 245px;
  height: 245px;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-weight: 700;
  font-size: 42px;
  position: relative;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  font-family: Roboto;
}
.circle span {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
}

.circle1 {
  background-image: linear-gradient(
    110deg,
    rgb(252, 96, 118) 0%,
    rgb(255, 154, 68) 100%
  );
  z-index: 2;
  margin-top: 46px;
  position: relative;
  left: 20px;
  top: 30px;
}
.circle2 {
  background-image: linear-gradient(
    -45deg,
    rgb(34, 225, 255) 0%,
    rgb(29, 143, 225) 49%,
    rgb(98, 94, 177) 100%
  );
  background-image: -ms-linear-gradient(
    -45deg,
    rgb(34, 225, 255) 0%,
    rgb(29, 143, 225) 49%,
    rgb(98, 94, 177) 100%
  );
  opacity: 0.502;
  margin-left: -60px;
  margin-top: -50px;
  z-index: 1;
}
.circle3 {
  background-image: linear-gradient(
    -45deg,
    rgb(34, 225, 255) 0%,
    rgb(29, 143, 225) 49%,
    rgb(98, 94, 177) 100%
  );
  background-image: -ms-linear-gradient(
    -45deg,
    rgb(34, 225, 255) 0%,
    rgb(29, 143, 225) 49%,
    rgb(98, 94, 177) 100%
  );
  opacity: 0.502;
  margin-left: -75px;
  margin-top: 52px;
  z-index: 2;
}

.circles-wrapper {
  position: relative;
  top: 50px;
}
.schedule-box {
  border: 1px dashed #e5e5e5;
  border-left: none;
}
.time-col {
  background: #bb3841;
  color: #fff;
  font-weight: bold;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 4px 0 0 4px;
}

.speaker-info ul li {
  color: #666;
  font-size: 16px;
  font-family: "Roboto";
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 0.5rem;
}

.speaker-info ul {
  margin-bottom: 0 !important;
  list-style: none;
  padding: 0;
}

.speaker-info ul li {
  color: #666;
  font-size: 16px;
  font-family: "Roboto";
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 0.5rem;
  display: flex;
  gap: 10px;
}

.speaker-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 15px;
}
.speaker-info h6 {
  font-size: 14px;
  color: #555;
}
.speaker-info h5 {
  margin: 0;
  font-weight: bold;
  font-size: 18px;
}
.session-desc {
  font-size: 14px;
  color: #333;
}

.pink-bg-dark {
  background: #bb3841 !important;
}

.text-pink {
  color: #bb3841;
}

.skyblue-bg{
  background-color: #88d0ee;
}


.pink-bg{
background-color: #bb3841;
}

.text-justify {
  text-align: justify;
}

/* Newsletter Section */
.newsletter {
  background-image: linear-gradient(145deg, #2c97d2 0%, #bb3841 100%);
  color: #fff;
  padding: 60px 20px;
  border-radius: 10px;
  text-align: center;
  position: absolute;
  overflow: hidden;
  top: -95px;
  z-index: 99;
  width: 100%;
  right: 0;
  left: 0;
}

.newsletter h2 {
  font-weight: 700;
  margin-bottom: 20px;
  color: #fff;
  font-family: "Roboto";
  font-size: 42px;
  line-height: 45px;
  text-transform: capitalize;
}

.newsletter input[type="email"] {
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  color: #fff;
  width: 100%;
  padding: 10px;
  margin-top: 20px;
}

.newsletter input[type="email"]::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

/* Footer */


/* Bottom strip */
.bottom {
  background:#343332;
  padding:42px 70px;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px;
  margin-bottom: 20px;
  border-radius: 6px;
}

.bottom h2 {
  margin:0 0 7px !important;
  font-size:25px !important;
  color:#fff !important;
}

.bottom p {
  margin:0;
  color:#bdbdbd;
  font-size:15px;
}

.button {
  flex-shrink:0;
  display:inline-block;
  padding:13px 23px;
  background:var(--gold);
  color:#2b173d;
  border-radius:6px;
  text-decoration:none;
  font-size:13px;
  font-weight:800;
}


.footer {
  position: relative;
  text-align: center;
  padding: 60px 20px 40px 20px;
  background: #0f1022;
  color: #fff;
  overflow: hidden;
  height: 400px;
}

.footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/book_seat_img.webp") center/cover no-repeat;
  z-index: 1;
}

.footer::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-image: linear-gradient(145deg, #404040 0%, #160010 100%);
  opacity: 0.9;
}

.footer-content {
  position: absolute;
  z-index: 99;
  width: 100%;
  bottom:2%;
}

.footer .social-icons {
  padding-top: 2.5em;
}


.footer .social-icons a {
  color: #dddddd;
  font-size: 18px;
  margin: 0 10px;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #fff;
  border-radius: 50%;
  transition: 0.3s;
}

.footer .social-icons a:hover {
  background: #bb3841;
  border-color: #bb3841;
}

.footer-links a {
  color: #ddd;
  margin: 0 10px;
  text-decoration: none;
}

.footer-links a:hover {
  color: #dddddd;
}

.footer p {
  color: #dddddd;
  margin-top: 15px;
}

.contact-box {
  border: 1px solid #ebebeb52;
  padding: 15px 10px;
  text-align: center;
  height: 100%;
}

.footer .contact-box h6 {
  color: #dddddd;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 16px;
  font-family: "Roboto";
  font-size: 14px !important;
}
.footer .contact-box a {
  font-size: 14px;
  font-weight: 700;
  color: #dddddd !important;
  text-decoration: none;
  display: block;
  font-family: "Roboto";
}
.footer .contact-box p {
  margin: 0;
  color: #dddddd;
  font-size: 15px;
  word-break: break-word;
}

/* brand */

.brand-logo {
  border: 1px solid #ddd;
  background: #fff;
  padding: 15px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  transition: transform 0.3s, box-shadow 0.3s;
}
.brand-logo img {
  max-height: 70px;
  max-width: 100%;
  object-fit: contain;
}
.brand-logo:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

/* counter */

.counter-section {
  position: relative;
  background: url("../images/book_seat_img.webp") center/cover no-repeat;
  padding: 80px 20px;
  color: #101010;
  background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.counter-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-image: linear-gradient(145deg, #bb384196 0%, #5e95d99c 100%); */
   background: linear-gradient(142deg, rgb(14 30 62 / 83%) 0%, rgb(26 26 26 / 85%) 45%, rgb(14 13 13 / 83%) 100%);  opacity: 0.8;
  z-index: 1;
}
.counter-container {
  position: relative;
  z-index: 2;
}
.counter-box {
  text-align: center;
  padding: 0px 10px;
}
.counter-box h2 {
 font-size: 56px;
    font-weight: 800;
    margin-bottom: 10px;
    color: #fff;
    font-family: Roboto;
}
.counter-box p {
font-size: 24px;
    font-weight: 500;
    color: #eee;
    margin: 0;
    position: relative;
    display: inline-block;
    font-family: Roboto;
}

.counter-section1 {
    background: radial-gradient(circle at 30% 20%, #9a91b526 0%, #e8f9ff 40%, #44216640 100%);
}

/* .counter-box {
    border-right: 1px dashed #d1d1d14f;
} */


.who-card {
  background: #fff;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 100%;
  position: relative;
  overflow: hidden;
  min-height: 295px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.who-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.who-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: linear-gradient(135deg, #bb3841);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 22px;
  margin-bottom: 15px;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, #bb3841) !important;
}

.swiper-pagination-bullet {
  width: var(
    --swiper-pagination-bullet-width,
    var(--swiper-pagination-bullet-size, 12px)
  ) !important;
  height: var(
    --swiper-pagination-bullet-height,
    var(--swiper-pagination-bullet-size, 12px)
  ) !important;
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

.businessSwiper .swiper-wrapper , .mySwiper1 .swiper-wrapper , .businessSwiper1 .swiper-wrapper {
  margin-bottom: 55px;
}

.modal-content p {
  color: #333;
  font-size: 16px;
  font-family: "Roboto";
  line-height: 25px;
  font-weight: 400;
  margin: 0;
}

.modal-title {
  font-weight: 700;
  font-size: 18px;
  font-family: Roboto;
  color: rgb(16, 16, 16);
}

.partners-section h2 {
  font-weight: 700;
  margin-bottom: 40px;
  font-size: 28px;
  letter-spacing: 3px;
}
.partner-card {
  background: #fff;
  border-radius: 12px;
  padding: 25px 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.partner-card img {
  max-width: 140px;
  height: auto;
  margin: 0 auto 15px;
  display: block;
}
.partner-card h6 {
  font-size: 14px;
  font-weight: 600;
  color: #555;
  margin: 0;
}

/* .swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: 20px !important;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
  color: #f72daa !important;
  background: #ffffff !important;
  width: 35px !important;
  height: 35px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  font-weight: 800;
} */

.features-section {
  display: grid;
  grid-template-columns: 1fr 1.2fr 1fr;
  align-items: start;
  text-align: left;
  gap: 40px;
  padding: 60px 20px;
}

.feature-box {
  padding: 20px 0;
}

.feature-box i {
  display: inline-block;
  font-size: 28px;
  color: #0056b3;
  margin-right: 10px;
  vertical-align: middle;
}

.feature-box h4 {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  color: #111;
  text-transform: uppercase;
}

.feature-box span {
  display: block;
  font-size: 13px;
  color: #0056b3;
  font-weight: bold;
  margin-top: 3px;
}

.feature-box p {
  font-size: 14px;
  color: #444;
  line-height: 1.5;
  margin: 10px 0 0;
  max-width: 300px;
}

/* Swiper styling */
.swiper-zone {
  width: 100%;
  max-width: 450px;
  height: 350px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.swiper-slide-zone img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Place last block below Swiper */
.center-block {
  grid-column: 2;
  text-align: center;
  margin: 0 auto;
}
.center-block .feature-box {
  max-width: 450px;
  margin: 0 auto;
}

.business-zones {
  max-width: 400px;
}

.business-zones-icon {
  width: 60px;
  height: 60px;
  border: 1px solid #d9d9d9;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-bottom: 1rem;
}

.business-zones-icon i {
  font-size: 20px;
  color: #333;
}

/* profile */
.profile-title {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 24px;
  font-family: "Roboto";
  color: #101010;
}

.profile-info h5 {
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 14px;
  font-family: "Roboto";
  color: #666;
}

.profile-info p {
  color: #666;
  font-size: 16px;
  font-family: "Roboto";
  line-height: 25px;
  font-weight: 400;
  margin-bottom: .5rem;
}


.profile-info img {
  width: 300px;
  background: #c7c7c77d;
  height: 340px;
  object-fit: cover;
  object-position: top;
  position: relative;
  background: #d833376e;
  padding: 0px 14px 14px 0px;
}

.title-highlight {
  font-weight: 700;
  margin-bottom: 10px;
  color: #101010;
  font-family: 'Archivo', sans-serif;
  font-size: 42px;
  line-height: 45px;
  text-transform: uppercase;
}

.sub-title {
  color: #bb3841  !important;
  font-weight: 600 !important;
  margin-bottom: 20px;
  font-family: "Roboto";
  font-size: 18px !important;
  line-height: 24px;
}

.swiper-industry {
  margin-top: 40px;
  height: 100%;
}

.info-padding {
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 200px;
}

.swiper-industry h3 {
  font-size: 20px !important;
}

.swiper-industry p {
  margin-bottom: 0;
}

.pink-line {
  border-top: 7px solid #bb3841;
  transition: all 0.3s linear;
}

.blue-line {
  border-top: 7px solid #00a3ee;
}

.green-line {
  border-top: 7px solid #00c1c1;
}

.yellow-line {
  border-top: 7px solid #ffcf4a;
}

.purple-line {
  border-top: 7px solid #6f58a5;
}

.pink-line:hover {
  background-color: #bb3841;
}

.purple-line:hover {
  background-color: #6f58a5;
}

.yellow-line:hover {
  background-color: #ffcf4a;
}

.yellow-line:hover p,
.yellow-line:hover h3 {
  color: #101010 !important;
}

.green-line:hover {
  background-color: #00c1c1;
}

.blue-line:hover {
  background-color: #00a3ee;
}

.info-padding:hover h3,
.info-padding:hover p {
  color: #fff;
}

.btn-blue-link {
  color: #242021;
  font-weight: 600;
  font-size: 16px;
  font-family: roboto;
  padding: 0;
  text-decoration: underline;
}

.dashed-pink {
  color: rgb(68 33 102) !important;
}
.list-unstyled li,
.list-unstyled li a {
  color: #101010 !important;
  font-size: 16px;
  text-transform: capitalize;
  font-family: "Roboto";
  transition: all 0.3s linear;
}

.list-unstyled li {
  padding: 10px 0;
}

.submenu li {
  border-bottom: 1px solid #e5e5e5;
  font-weight: 400 !important;
}

.list-unstyled li {
  padding: 10px 0;
}

.nav-pills .nav-link.custom-link.active,
.nav-pills .show > .nav-link {
  color: #fff !important;
  background-color: #bb3841;
}

.tab-list .custom-link {
  color: #333 !important;
  font-size: 16px;
  text-transform: capitalize;
  font-family: "Roboto";
  font-weight: 700;
  transition: all 0.3s linear;
  background: #e7e7e7;
  padding: 10px 28px;
  border-radius: 30px;
}

.nav-link.custom-link {
  margin-right: 30px;
}

.tab-list .custom-link:hover {
  color: rgb(68 33 102) !important;
}

/* business zone */

.business-title {
  font-size: 32px;
  font-weight: 800;
  color: #1c3faa;
  text-align: center;
  margin-bottom: 40px;
  text-transform: uppercase;
}

.zone-card {
  border: none;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  padding: 25px;
  background: #fff;
}

.zone-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.zone-icon {
  font-size: 40px;
  color: #ffffff;
  font-size: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.zone-card h5 {
  font-weight: 700;
  margin-bottom: 10px;
  color: #222;
}

.zone-card p {
  font-size: 15px;
  color: #555;
}

.px-55 {
  padding-left: 65px;
}

.expo-img {
  max-height: 100vh;
  object-fit: cover;
}

.awards-card {
  background: #fff;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.awards-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.h-100vh {
  height: 100vh;
}

/* breadcrumb */

.breadcrumb-banner {
  position: relative;
  width: 100%;
  object-fit: cover;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: start;
  color: #fff;
}

.breadcrumb-banner img {
    max-height: 350px;
    width: 100%;
    object-fit: cover;
}

.breadcrumb-custom {
    font-weight: 600;
}

.breadcrubm-content {
  position: absolute;
  z-index: 1;
  top: 28%;
  left: 0;
  right: 0;
  width: 100%;
  background: #ffffff14;
  padding: 15px;
  border-radius: 8px;
}

.breadcrubm-content h1 {
    font-size: 55px;
    font-weight: 700;
   
}

.section-title {
    margin-bottom: 30px;
    text-align: center;
}

.section-title h2 {
    font-size: 36px;
    font-weight: 700;
    color: #101010;
    font-family: 'Outfit', sans-serif;
    text-transform: uppercase;
    text-align: center;
}

.video-box {
  position: relative;
  cursor: pointer;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  background: #000;
  aspect-ratio: 16 / 9;
  height: 295px;
  width: 100%;
}

.video-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.video-box:hover img {
  opacity: 0.7;
}

.thumbnail {
  border-radius: 8px;
}

.yt-icon {
  font-size: 40px;
  color: #c90000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#backToTop {
position: fixed;
    bottom: 20px;
    right: 20px;
    background: #bb3841;
    color: #fff;
    padding: 10px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    display: none;
    font-size: 18px;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    z-index:99;
}

#backToTop:hover {
  background: #13102e;
}

.active>.page-link, .page-link.active {
    background-color: #bb3841;
    border-color: #bb3841;
}

.right-10{
 right:10px;
}

.page-link {
   
    color: #bb3841;
    border: var(--bs-pagination-border-width) solid #bb3841;
}

.page-link:focus {
    color: #bb3841;
    background-color: #e9ecefcf;
    outline: 0;
    box-shadow: none !important;
}

.page-link:hover {
    color: #bb3841;
    border-color: #bb3841;
}

    .co-related-events {
      background: #f4f4f4;
      padding: 40px 0;
    }

.co-related-events h5 {
    letter-spacing: 1px;
    text-transform: capitalize;
    font-weight: bold;
    margin-bottom: 10px;
    color: #101010;
    font-family: "Roboto";
    font-size: 24px;
    line-height: 28px;
    border-right: 2px solid #d8d8d8;
    min-height: 100px;
}

    .co-related-events .event-logo {
      max-height: 100%;
      width: 100%;
      display: block;
      margin: auto;
      transition: transform 0.3s ease;
    }

    .co-related-events .event-logo:hover {
      transform: scale(1.05);
    }

    .social-icons h3 {
    font-size: 24px;
    line-height: 36px;
    color: #fff;
   }


   /* pavilion card */
  .brand-box{
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    padding: 10px;
    height: 120px;
    border: 1px solid #d3d3d3;
  }
   
 .brand-box img{
 padding: 5px;
  object-fit: contain;
 }
/* .br-img img{
  width: 50px;
} */
.pavilion:nth-child(even){
    background:#ffffff;
}

/* .pavilion:nth-child(odd){
    background:linear-gradient(135deg,#f7f2ff,#ffffff);
} */

.pavilion .img{
    width:100%;
    border-radius:20px;
    height:450px;
    object-fit:cover;
    box-shadow:0 20px 40px rgba(0,0,0,.12);
}

.pavilion-content{
  padding: 20px 40px;
  background: radial-gradient(circle at 30% 20%, #9a91b526 0%, #e8f9ff 40%, #bb384140 100%);
  border: 1px solid #bb384100;
  border-radius: 8px;
  border-top: 4px solid #bb384147;
}

.tag{
display: inline-block;
    background: #1e2d4b3b;
    color: #0e1e3e;
    padding: 3px 20px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 1rem;
    border: 1px solid #13102e24;
}

.stat-strip{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    border-top:1px dashed #1815301f;
    border-bottom:1px dashed #1815301f;
    padding:18px 0;
    margin-bottom:30px;
  }
  .stat{
    padding:0 14px;
    border-right:1px dashed #1815301f;
  }
  .stat:last-child{border-right:none;}
  .stat .num{
    font-weight:600;
    font-size:19px;
    color:#101010;
    display:block;
  }
  .stat .lbl{
    font-size:12px;
    color:#6e6e6e;
    margin-top:4px;
    line-height:1.3;
  }
.pavilion-content h3{
    font-size:32px;
    margin-bottom:10px;
    color:#101010;
    font-weight:700;
}

.feature{
    display:flex;
    align-items:center;
    margin-bottom:10px;
    color: #666;
    font-size: 16px;
    font-family: "Roboto";
    line-height: 25px;
    font-weight: 400;
}

.feature i{
    color:#bb3841;
    margin-right:12px;
    font-size:20px;
}

.btn-custom{
    margin-top:25px;
    background:#bb3841;
    color:#fff;
    padding:10px 35px;
    border-radius:50px;
    text-decoration:none;
    display:inline-block;
    transition:.3s;
}

.btn-custom:hover{
    background:#13102e;
    color:#fff;
    transform:translateX(5px);
}


/* 21-02-2026 */

.highlight-card{
    background:#fff;
    border-radius:20px;
    padding:20px;
    text-align:center;
    height:100%;
    transition:.35s;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    border:2px solid #beb7c578;
    border-bottom:5px solid #9bb0db57;
    /* background: linear-gradient(to right, #9bb0db57, #fff) */
  
}

.highlight-card:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 40px rgba(0,0,0,.15);
}

.icon{
    width:70px;
    height:70px;
    margin:auto;
    border-radius:50%;
    background: linear-gradient(135deg, #d4a9ff, #bb3841);
    color:#f0e6ff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:32px;
    margin-bottom:25px;
}

.highlight-card h2{
    color:#bb3841;
    font-weight:800;
    margin-bottom:10px;
    font-size: 24px;
}

.highlight-card h4{
  font-weight: 700;
    margin-bottom: 10px;
    font-size: 18px;
    font-family: "Roboto";
    color: #101010;
}

.highlight-card p{
   color: #666;
    line-height: 1.5;
    margin-bottom: 15px;
    font-size: 16px;
}

.cta-box {
    margin-top: 80px;
    color: #2a2a2a;
    padding: 60px;
    background: linear-gradient(to right, #ebedec, #f4f4f4);
    padding: 60px;
  }

  .cta-box h2 {
    font-size: 38px;
    font-weight: 700;
  }

  .cta-box p {
    color: #333;
    margin: 20px 0;
  }


  
  .hero {
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
  }

  /* Video */

  .hero video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  /* Overlay */

  .hero::before {
    content: "";
    position: absolute;
    inset: 0;
    /* background:
      linear-gradient(90deg,
        rgba(5, 12, 30, .95) 0%,
        rgba(9, 20, 45, .82) 45%,
        rgba(0, 0, 0, .45) 100%); */
    /* background: linear-gradient(90deg, rgb(5 12 30 / 77%) 0%, rgb(9 20 45 / 44%) 45%, rgb(0 0 0 / 32%) 100%); */
   background: linear-gradient(142deg, rgb(0 11 38) 0%, rgb(26 26 26 / 27%) 45%, rgb(14 13 13 / 14%) 100%);
    z-index: 1;
  }

  /* Golden Glow */

  .hero::after {
    content: "";
    position: absolute;
    width: 700px;
    height: 700px;
    right: -250px;
    top: -220px;
    background: #eb2f3c;
    filter: blur(180px);
    opacity: .18;
    z-index: 1;
  }

  .hero-content {
    position: relative;
    z-index: 5;
    color: #fff;
    top: -55px;
  }

  /* Date Badge */

  .event-date {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 22px;
    border-radius: 50px;
    background: #eb2f3c17;
    border: 1px solid #eb2f3c6e;
    backdrop-filter: blur(15px);
    color: #eb2f3c;
    font-weight: 600;
    margin-bottom: 18px;

  }

  /* Venue */

  .event-location {
    display: inline-block;
    padding: 14px 22px;
    background: rgba(255, 255, 255, .08);
    backdrop-filter: blur(12px);
    border-left: 5px solid #eb2f3c;
    border-radius: 8px;
    font-size: 20px;
    margin-bottom: 35px;
    margin-left: 10px;
  }

  /* Heading */

  .hero h1 {
    font-size: 48px;
    font-weight: 800;
    line-height: 1.05;
    text-transform: uppercase;
    margin-bottom: 15px;
    letter-spacing: -2px;
  }

  .hero h1 span {
    display: block;
    color: #eb2f3c;

  }

  /* Paragraph */

  .hero p {
    font-size: 17px;
    line-height: 1.5;
    color: #d9d9d9;
    max-width: 700px;
    margin-bottom: 25px;

  }

  /* Buttons */

  .hero-buttons {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
  }

  /* Register */

  .btn-register {
    background: #bb3841;
    padding: 10px 25px;
    border-radius: 60px;
    text-decoration: none;
    font-weight: 700;
    font-size: 15px;
    color: #ffffff;
    transition: .35s;
    box-shadow: 0 18px 35px #bb384140;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .btn-register:hover {
    background: #eb2f3c;
    transform: translateY(-5px);
    color: #ffffff;
  }

  /* Explore */

  .btn-explore {
    padding: 10px 25px;
    border-radius: 60px;
    border: 2px solid #bb3841;
    text-decoration: none;
    font-weight: 600;
    color: #bb3841;
    transition: .35s;
  }

  .btn-explore:hover {
    background: #eb2f3c;
    color: #fff;
  }

  /* Stats */

  .hero-stats {
    margin-top: 70px;
    display: flex;
    gap: 60px;
    flex-wrap: wrap;
  }

  .hero-stats h2 {
    font-size: 36px;
    font-weight: 800;
    color: #eb2f3c;
    margin-bottom: 5px;
  }

  .hero-stats span {
    color: #ddd;
    font-size: 15px;
  }

  /* Floating Box */

  .floating-card {
    position: absolute;
    right: 7%;
    bottom: 80px;
    z-index: 10;
    padding: 25px;
    width: 300px;
    background: rgba(255, 255, 255, .08);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 20px;
  }

  .floating-card h5 {
    color: #13102e;
    font-weight: 700;
    margin-bottom: 10px;
  }

  .floating-card p {
    font-size: 15px;
    color: #eee;
    line-height: 1.6;
    margin-bottom: 20px;
  }

  .floating-card a {
    display: inline-block;
    background: #13102e;
    padding: 12px 22px;
    border-radius: 40px;
    text-decoration: none;
    font-weight: 600;
    color: #fff;
  }

  /* Scroll */

  .scroll {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    color: #fff;
    font-size: 14px;
    letter-spacing: 2px;
  }

  .scroll::after {
    content: "";
    display: block;
    width: 2px;
    height: 45px;
    margin: 10px auto;
    background: #eb2f3c;
    animation: move 1.5s infinite;
  }

  @keyframes move {

    0% {
      transform: translateY(0);
      opacity: 1;
    }

    100% {
      transform: translateY(15px);
      opacity: 0;

    }

  }


  /* ---------- Wordmark ---------- */
  .wordmark{
    border-bottom:1px solid var(--line);
    padding-bottom:25px;
    margin-bottom:10px;
    display:flex;
    flex-wrap:wrap;
    align-items:flex-end;
    gap:10px;
  }

  .lines{
    line-height:0.86;
  }

  .lines .line{
    display:flex;
    font-weight:700;
    font-size:clamp(2.6rem, 9vw, 4.4rem);
    letter-spacing:-0.01em;
    text-transform:uppercase;
    white-space:nowrap;
    font-family:'Archivo', sans-serif;
    -webkit-font-smoothing:antialiased;
  }

  .lines .line .accent-red{ color:var(--red); }
  .lines .line .accent-blue{ color:var(--blue); }
  .lines .line .rest{ color:var(--navy); }
  .lines .line .dot{ color:var(--navy); }

  .tagline{
    color:var(--gray); ;
    font-size:clamp(0.95rem, 2vw, 16px);
    line-height:1.3;
    width:280px;
    font-weight:400;
    margin-bottom: 0;
    padding-bottom: 0px;
    text-wrap: auto;
    margin-left: 50px;
    text-transform: capitalize;
  }

  /* ---------- Welcome note ---------- */
  .eyebrow{
    color:var(--blue);
    font-family:'Space Mono', monospace;
    font-weight:700;
    letter-spacing:0.22em;
    font-size:0.78rem;
    margin-bottom:20px;
  }

  .content-copy p{
    font-size:1.05rem;
    line-height:1.75;
    color:#2b2e3d;
    margin-bottom:20px;
    max-width:60ch;
  }

    .blink-btn {
    background: #bb3841;
    padding: 10px 25px;
    border-radius: 60px;
    text-decoration: none;
    font-weight: 700;
    font-size: 15px;
    color: #ffffff;
    transition: .35s;
    box-shadow: 0 18px 35px #bb384129;
    display: flex;
    align-items: center;
    justify-content: center;
      animation: blink 1.8s ease-in-out infinite;
    }

    @keyframes blink {
      0%, 100% {
        opacity: 1;
      }

      50% {
        opacity: 0.75;
      }
    }

    .blink-btn:hover {
      color: #fff;
      opacity: 1;
      animation: none;
    }


  /* Responsive */

  .swiper-ver {
    width: 100%;
    height: 550px;
    border-radius: 20px;
    overflow: hidden;
  }

  .swiper-slide {
    border-radius: 4px;
    overflow: hidden;
  }

  .swiper-ver .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .swiper-pagination-bullet {
    background: #9b9b9b;
    opacity: .5;
  }

  .swiper-pagination-bullet-active {
    background: #bb3841 !important;
    opacity: 1;
  }

/* =================================== Media Query ===============================================*/

@media (max-width: 1600px) {
  .hero-content h1 {
    font-size: 55px;
    line-height: 58px;
  }
  .counter-item {
    width: 100px;
    height: 100px;
  }
}

@media (max-width: 1500px) {
  .hero-content h1 {
    font-size: 46px;
    line-height: 50px;
  }



  .title-highlight {
    font-size: 36px;
    line-height: 40px;
  }

  .theme-text-style h2 {
    font-size: 36px;
    line-height: 40px;
  }
}

@media (max-width: 1400px) {
  .counter-item {
    width: 96px;
    height: 96px;
  }

.nav-item {
    font-size: 13px;
}

.hero1 h1 {
    font-size: 50px;
    line-height: 60px;
}

.header-ticker-disclaimer {
    font-size: 13px;
}
}

@media (max-width: 1300px) {
  .modal-content p {
    font-size: 14px;
    font-family: "Roboto";
}
}

@media (min-width: 1200px) {
  .w-lg-50 {
    width: 50%;
  }
}

@media (max-width: 1200px) {
  .newsletter h2 {
    margin-bottom: 10px;
    font-size: 36px;
    line-height: 38px;
  }
  .counter-section {
    padding: 60px 20px;
  }
  .title-highlight {
    font-size: 36px;
    line-height: 40px;
  }
  .sub-title {
    font-size: 16px !important;
  }

  .profile-info p {
    font-size: 14px;
  }

  .info-card p,
  .join-section p,
  .theme-text-style p {
    font-size: 14px;
  }

  .profile-info img {
    width: 260px;
    height: 260px;
  }
  .speaker-card {
    width: 90%;
    height: 90%;
  }

  .space-y {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .text-justify{
    text-align:justify;
  }

  .counter-box h2 {
    font-size: 24px;
  }
  .counter-box p {
    font-size: 15px;
  }
  .navbar-brand img {
    max-width: 170px;
  }
  .hero-content h1 {
    font-size: 36px;
    line-height: 45px;
  }
}

@media (max-width: 1024px) {

  .breadcrubm-content h1 {
    font-size:42px;
}
  .container {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .counter-item span {
    display: block;
    font-size: 18px;
  }

  .counter-item .smalltext {
    font-size: 12px;
    letter-spacing: 1px;
    margin-top: 0px;
  }

  .counter-item {
    width: 85px;
    height: 85px;
  }

  .hero-content h1 {
    font-size: 30px;
    line-height: 42px;
  }

  .h-100vh {
    height: auto;
  }
}

@media (min-width: 992px) {
  .navbar-nav .dropdown:hover .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    padding: 0;
    border-radius: 0;
  }

  .max-w-500 {
    width: 450px;
  }
}

@media (max-width: 992px) {
      .hero {
      height: auto;
      padding: 120px 0;
    }

    .hero h1 {
      font-size: 42px;
    }

    .hero p {
      font-size: 17px;
    }

    .floating-card {
      display: none;
    }

    .hero-stats {
      gap: 30px;
    }
  .counter-box {
    border: 1px solid #ffffff3b;
    padding: 15px;
  }
  .offcanvas-header {
    display: flex;
    align-items: center;
    padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
    background: #2d11311a;
    justify-content: space-between;
  }

  .btn-cross {
    background: #404040;
    width: 35px;
    color: #fff;
    padding: 0 4px;
  }
}

@media (max-width: 991px) {

  .pavilion-content{
    padding:30px 0;
    }

    .pavilion .img{
    height:280px;
    }
   .px-55 {
    padding-left: 0px;
  }
  .features-section {
    grid-template-columns: 1fr;
  }

  .center-block {
    grid-column: 1;
    margin-top: 20px;
  }
  .nav-link {
    color: #000000 !important;
  }

  .nav-item {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .stat-strip {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 16px;
  }

.order-size-2{
  order: 2;
}
.navbar {
    background: #ffffff;
}
      .highlight-strip {
    font-size: 36px;
}
    .breadcrubm-content h1 {
    font-size:36px;
}
   .brands-section h2 {
    font-size: 1.6rem;
  }

  .title-highlight {
    margin-top: 15px;
  }

  .profile-info p {
    text-align: justify;
  }
  .co-related-events h5 {
    flex-direction: row;
    border-right: none;
    min-height: 100%;
    margin-bottom: 1rem;
}
  .circle {
    width: 120px;
    height: 120px;
    font-size: 16px;
  }
  .circle span {
    font-size: 12px;
  }
  .circle2 {
    margin-left: -30px;
    margin-top: 20px;
  }
  .circle3 {
    margin-left: -20px;
    margin-top: 40px;
  }
}

@media (max-width: 700px) {
.text-style-1 {
    text-align: justify !important;
}

.tagline
 {
    margin-left: 0px;
    margin-top: 10px;
}
.lines .line {
    display: block;
}
.lines .line {
    font-size: clamp(2.6rem, 9vw, 3.4rem);
}

}

@media (max-width: 580px) {
   .hero-section {
    height:500px;
  }
  .hero-content {
    left: 0%;
  }

  .footer {
    padding: 60px 20px 30px 20px;
    height: auto;
}
.social-icons h3 {
    font-size: 18px;
    line-height: 25px;
}

  .footer p {
    color: #dddddd;
    font-size: 12px;
    text-wrap: auto;
  }

  .footer-content {
    position: relative;
    z-index: 99;
    width: 100%;
    bottom: 5%;
  }

  .footer-links a {
    font-size: 14px;
  }
  .counter-section {
    padding: 40px 20px;
  }
  .newsletter {
    padding: 50px 20px;
    border-radius: 10px 10px 0 0;
    position: relative;
    top: 0;
  }
  /* .speaker-wrapper {
    margin-bottom: 35px;
  } */

  .space-y {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .theme-text-style h2 {
    font-size: 28px;
    line-height: 34px;
  }

  .title-highlight {
    font-size: 28px;
    line-height: 34px;
    text-align: center;
  }

  .profile-info p {
    text-align: center;
  }
  .theme-text-style h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
  }

  .speaker-info ul li {
    font-size: 14px;
    line-height: 22px;
  }
  .countdown {
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .circles-wrapper {
    justify-content: center;
    margin-top: 20px;
  }
  .circle {
    margin: 10px;
    margin-left: 0 !important;
    margin-top: 0 !important;
  }
  .hero-content h1 {
    font-size: 24px;
    line-height: 36px;
  }
/* 
  .hero-section {
    height: 100vh;
  } */

    .hero-content {
        top: 30%;
        text-align: center;
    }
    .highlight-strip {
    font-size: 24px;
}
}

@media(max-width:576px) {

    .hero h1 {
      font-size: 32px;
    }

    .hero-buttons {
      flex-direction: column;
    }

    .btn-register,

    .btn-explore {
      width: 100%;
      text-align: center;
    }

    .hero-stats {
      justify-content: space-between;
    }

    .event-location {
      font-size: 16px;
    }

  }

@media (max-width:520px){
    .wrap{ padding:36px 18px 56px; }
    .wordmark{
      flex-direction:column;
      align-items:flex-start;
      gap:16px;
    }
    .tagline{ max-width:100%; padding-bottom:0; }
    .content-copy p{ font-size:0.98rem; }
}

@media (max-width: 480px) {
    .theme-text-style h2 {
      font-size: 24px;
      line-height: 34px;
  }
  .brands-section h2 {
    font-size: 1.4rem;
  }
  .brand-card img {
    max-width: 90px;
    max-height: 50px;
  }
  .navbar-brand img {
    max-width: 125px;
  }
      .highlight-strip {
    font-size:18px;
}
}

@media screen and (max-width: 320px) and (max-height: 568px) {
  .hero-section {
    height: 700px;
  }
}
