/*---------------------------------------
  CUSTOM PROPERTIES ( VARIABLES )             
-----------------------------------------*/
:root {
  --clr-purple: #1D052F;
  --clr-violet: #A700FF;
  --clr-cyan: rgba(1, 218, 197, 0.8);
  --clr-yellow: #FFAA01;
  --clr-orange: #F65129;
  --clr-magenta: #F1185C;
  --clr-white: #ffffff;
  --clr-black: #000000;
  --clr-btn: rgba(255, 170, 1, 0.8);
  --clr-red: #ff0000;
  --border-size: 0.05svh;
  overscroll-behavior: none;
  background-color: var(--clr-purple);
  font-smooth: always;
  -webkit-font-smoothing: subpixel-antialiased;

  /* Custom Colors */
  --white-color: #ffffff;
  --primary-color: #FFAA01;
  --secondary-color: #01DAC5;
  --section-bg-color: #f0f8ff;
  --custom-btn-bg-color: #80d0c7;
  --custom-btn-bg-hover-color: #13547a;
  --dark-color: #000000;
  --p-color: #717275;
  --border-color: #7fffd4;
  --link-hover-color: #13547a;

  /* Font Families */
  --body-font-family: "Archivo", sans-serif;
  --title-font-family: "Archivo", sans-serif;

  /* Font Sizes */
  --h1-font-size: 50px;
  --h2-font-size: 48px;
  --h3-font-size: 28px;
  --h4-font-size: 25px;
  --h5-font-size: 22px;
  --h6-font-size: 20px;
  --p-font-size: 14px;
  --menu-font-size: 14px;
  --btn-font-size: 16px;
  --copyright-font-size: 14px;

  /* Border Radius */
  --border-radius-large: 100px;
  --border-radius-medium: 20px;
  --border-radius-small: 10px;

  /* Font Weights */
  --font-weight-normal: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;

  /* Button Transition */
  --btn-transition: 0.3s;
  --btn-transition-timing: ease-in-out;

  /* Button Glow */
  --btn-glow-hover-hoffset: 0rem;
  --btn-glow-hoffset: 0rem;
  --btn-glow-hover-voffset: 0rem;
  --btn-glow-blur: 2rem;
  --btn-transition: 0.3s;
  --btn-transition-timing: ease-in-out;
  --btn-tb-padding: 0.618rem;
  --btn-lr-padding: 2rem;
  --btn-border-radius: 50rem;
  --btn-border-size: var(--border-size);
  --btn-transparency: 85%;
  --btn-hover-transparency: 100%;
  --btn-glow-voffset: 1rem;
  --btn-glow-hoffset: 0rem;
  --btn-glow-hover-voffset: 0rem;
  --btn-glow-hover-hoffset: 0rem;
  --btn-letter-spacing: .1rem;
  --accordion-btn-icon-expanded: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -7 17 9' fill='none'%3e%3cpath d='M0 0.372559V2.37256H14V0.372559H0Z' fill='white'/%3e%3c/svg%3e");
  --accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -3 22 19' fill='none'%3e%3cpath d='M6 6.39746V0.397461H8V6.39746H14V8.39746H8V14.3975H6V8.39746H0V6.39746H6Z' fill='white'/%3e%3c/svg%3e");
}

.modal p {
  color: #fff !important;
}

th,
td {
  border: 1px solid #000;
  padding: 8px;
  text-align: left;
}

.wpcf7-form.sent p,
.wpcf7-form.sent .row.justify-content-center.g-3.pt-3 {
  display: none;
}

body {
  background-color: rgba(29, 5, 47, 1);
}

select.form-control{
    appearance: auto;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    cursor: pointer;
}

.attending-body div[style*="overflow-y: scroll;"] {
  scrollbar-width: thin;
  overflow-x: hidden;
  overflow-y: scroll;
  height: 330px;
  scrollbar-color: rgb(58 10 94) rgba(29, 5, 47, 1);
}

/* Webkit-based browsers (Chrome, Edge, Safari) */
.attending-body div[style*="overflow-y: scroll;"]::-webkit-scrollbar {
  width: 5px;
}

.attending-body div[style*="overflow-y: scroll;"]::-webkit-scrollbar-track {
  background: rgba(29, 5, 47, 1);
  border-radius: 10px;
}


.attending-body div[style*="overflow-y: scroll;"]::-webkit-scrollbar-thumb {
  background-color: rgba(29, 5, 47, 1);
  border-radius: 10px;
}

.attending-body div[style*="overflow-y: scroll;"]::-webkit-scrollbar-thumb:hover {
  background-color: rgba(29, 5, 47, 1);
}

.modal-header {
  border: none;
}

.btn-close {}

.modal-content {
  padding: 15px;
  color: #fff !important;
  background-size: 100% 100%;
  border-radius: 20px;
background-color: #1d052f;
border: 2px solid #8726B7;
}

.partner-content .register-btn.button.button-newsletter:hover {
  --bg-color: var(--clr-btn);
  background: radial-gradient(50% 50.56% at 50% -0.56%, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%), rgba(255, 170, 1, 1);
  box-shadow: var(--btn-glow-hover-hoffset) var(--btn-glow-hover-voffset) var(--btn-glow-blur) color-mix(in srgb, var(--bg-color) 75%, transparent);
  transition: var(--btn-transition) var(--btn-transition-timing);
}

.partner-content .register-btn.button.button-newsletter {
  padding: 14px 40px;
  font-size: 16px;
  border-radius: 100px;
  font-weight: 600;
  border-top: 1px solid #fff;
  border-bottom: 0px;
  border-right: 0px;
  border-left: 0px;
  background: radial-gradient(50% 50.56% at 50% -0.56%, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%), rgba(255, 170, 1, 0.8);
  box-shadow: 0px 24px 72px rgba(255, 170, 1, 0.5);
  backdrop-filter: blur(8px);
  color: #fff;
}

.partner-content h5 {
  font-family: "Archivo", sans-serif;
  color: #fff;
}

/*---------------------------------------
  TYPOGRAPHY               
-----------------------------------------*/
h2,
h3,
h4,
h5,
h6 {}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--title-font-family);
  font-weight: var(--font-weight-semibold);
}

h1 {
  font-size: var(--h1-font-size);
  font-weight: var(--font-weight-bold);
}

h2.section-heading {

  color: white;
  font-size: var(--h2-font-size);
  font-weight: var(--font-weight-bold);
}

h3 {
  font-size: var(--h3-font-size);
}

h4 {
  font-size: var(--h4-font-size);
}

h5 {
  font-size: var(--h5-font-size);
}

h6 {
  color: var(--primary-color);
  font-size: var(--h6-font-size);
}

p {
  color: var(--p-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-normal);
  font-family: var(--title-font-family);
}

ul li {
  color: var(--p-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-normal);
}

option {
  background-color: rgba(29, 5, 47, 1);
  font-weight: 600;
  color: white;
}

a,
button {
  touch-action: manipulation;
  transition: all 0.3s;
}

a {
  display: inline-block;
  color: var(--primary-color);
  text-decoration: none;
}

a:hover {
  color: white;
}

b,
strong {
  font-weight: var(--font-weight-bold);
}

/*---------------------------------------
  header               
-----------------------------------------*/

:root {
  --title-font-family: "Archivo", sans-serif;
  --btn-transition: 0.3s;
  --btn-transition-timing: ease-in-out;
  --btn-glow-hover-hoffset: 0rem;
  --btn-glow-hoffset: 0rem;
  --btn-glow-hover-voffset: 0rem;
  --btn-glow-blur: 2rem;
  --clr-cyan: rgba(1, 218, 197, 0.8);
}

#header-logo-two {
  display: none;
}

nav.navbar {
  padding: 18px 64px;
}

nav.navbar .container-fluid {
  padding: 0;
}

nav.navbar #header-logo img {
  width: 150px;
}

nav.navbar #header-logo-two img {
  width: 200px;
}

nav.navbar .navbar-collapse {
  align-items: normal;
}

.navbar-expand-xl .navbar-nav .nav-link {
  padding: 0px 20px;
  /*text-decoration: underline;*/
}

.sticky-wrapper.is-sticky .navbar {
  background-color: rgba(27, 4, 47, 0.8);
  backdrop-filter: blur(10px);
  z-index: 1000;
  -webkit-backdrop-filter: blur(10px);
}

.sticky-wrapper.is-sticky .navbar .navbar-nav .nav-line {
  padding-bottom: 0px;
}

#navbarNav ul li {
  display: flex;
  align-items: center;
  justify-content: center;
}

.navbar-nav .nav-line {
  display: inline-block;
  color: var(--white-color);
  font-family: var(--title-font-family);
  font-size: 8px;
  font-weight: var(--font-weight-medium);
  position: relative;
  padding-top: 19px;
  padding-bottom: 19px;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
  transition: all 0.3s ease;
  color: #FFAA01 !important;
  /* box-shadow: 0px 22px 22px 0px rgba(1, 218, 197, 0.5); */
}

.sidebar-icon {
  border-radius: var(--border-radius-large);
  display: flex;
  width: 48px;
  height: 48px;
  line-height: 40px;
  text-align: center;
  justify-content: center;
  margin-left: 25px;
  transition: all 0.3s ease;
  background: radial-gradient(50% 50.56% at 50% -0.56%, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%), rgba(0, 0, 0, 0.8);
  border-top: 1px solid #fff;
}

@media screen and (max-width: 991px) {}
#hero-background-overlay {
  content: " ";
  width: 100%;
  height: 550px;
  object-fit: cover;
  position: absolute;
  /* background-color: black; */
  background: rgb(0 0 0 / 68%);
  /* background: radial-gradient(circle, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); */
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}
.fs-14 {
    font-size: 14px!important;
}
.fs-16 {
    font-size: 16px!important;
}

.fs-18 {
    font-size: 18px;
}
.button-violet {
  font-size: var(--btn-font-size);
  font-weight: 600;
  --bg-color: var(--clr-violet);
  color: var(--clr-white);
  padding: var(--btn-tb-padding) var(--btn-lr-padding);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: radial-gradient(ellipse at top, color-mix(in srgb, var(--bg-color) 55%, transparent), color-mix(in srgb, var(--bg-color) var(--btn-transparency), transparent)) padding-box,
    linear-gradient(to bottom, rgba(255, 255, 255, 1), var(--bg-color)) border-box;
  border-radius: var(--btn-border-radius);
  border: var(--btn-border-size) solid transparent;
  box-shadow: var(--btn-glow-hoffset) var(--btn-glow-voffset) var(--btn-glow-blur) color-mix(in srgb, var(--bg-color) 35%, transparent);
  transition: var(--btn-transition) var(--btn-transition-timing);
  letter-spacing: var(--btn-letter-spacing);
}

.button-violet:hover {
  --bg-color: var(--clr-violet);
  box-shadow: var(--btn-glow-hover-hoffset) var(--btn-glow-hover-voffset) var(--btn-glow-blur) color-mix(in srgb, var(--bg-color) 75%, transparent);
  transition: var(--btn-transition) var(--btn-transition-timing);
  background: radial-gradient(ellipse at top, color-mix(in srgb, var(--bg-color) 75%, transparent), color-mix(in srgb, var(--bg-color) var(--btn-hover-transparency), transparent)) padding-box,
    linear-gradient(to bottom, rgba(255, 255, 255, 1), var(--bg-color)) border-box;
  cursor: pointer;
}

.button-cyan {
  font-size: 14px;
  font-weight: 600;
  --bg-color: var(--clr-cyan);
  font-size: var(--btn-font-size);
  font-weight: 600;
  color: var(--clr-white);
  padding: var(--btn-tb-padding) var(--btn-lr-padding);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: radial-gradient(ellipse at top, color-mix(in srgb, var(--bg-color) 55%, transparent), color-mix(in srgb, var(--bg-color) var(--btn-transparency), transparent)) padding-box,
    linear-gradient(to bottom, rgba(255, 255, 255, 1), var(--bg-color)) border-box;
  border-radius: var(--btn-border-radius);
  border: var(--btn-border-size) solid transparent;
  box-shadow: var(--btn-glow-hoffset) var(--btn-glow-voffset) var(--btn-glow-blur) color-mix(in srgb, var(--bg-color) 35%, transparent);
  transition: var(--btn-transition) var(--btn-transition-timing);
  letter-spacing: var(--btn-letter-spacing);
}

.button-cyan:hover {
  --bg-color: var(--clr-cyan);
  box-shadow: var(--btn-glow-hover-hoffset) var(--btn-glow-hover-voffset) var(--btn-glow-blur) color-mix(in srgb, var(--bg-color) 75%, transparent);
  transition: var(--btn-transition) var(--btn-transition-timing);
  background: radial-gradient(ellipse at top, color-mix(in srgb, var(--bg-color) 75%, transparent), color-mix(in srgb, var(--bg-color) var(--btn-hover-transparency), transparent)) padding-box,
    linear-gradient(to bottom, rgba(255, 255, 255, 1), var(--bg-color)) border-box;
  cursor: pointer;
}

.button-orange {
  --bg-color: var(--clr-orange);
  font-size: var(--btn-font-size);
  font-weight: 600;
  color: var(--clr-white);
  padding: var(--btn-tb-padding) var(--btn-lr-padding);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: radial-gradient(ellipse at top, color-mix(in srgb, var(--bg-color) 55%, transparent), color-mix(in srgb, var(--bg-color) var(--btn-transparency), transparent)) padding-box,
    linear-gradient(to bottom, rgba(255, 255, 255, 1), var(--bg-color)) border-box;
  border-radius: var(--btn-border-radius);
  border: var(--btn-border-size) solid transparent;
  box-shadow: var(--btn-glow-hoffset) var(--btn-glow-voffset) var(--btn-glow-blur) color-mix(in srgb, var(--bg-color) 35%, transparent);
  transition: var(--btn-transition) var(--btn-transition-timing);
  letter-spacing: var(--btn-letter-spacing);
}

.button-orange:hover {
  --bg-color: var(--clr-orange);
  box-shadow: var(--btn-glow-hover-hoffset) var(--btn-glow-hover-voffset) var(--btn-glow-blur) color-mix(in srgb, var(--bg-color) 75%, transparent);
  transition: var(--btn-transition) var(--btn-transition-timing);
  background: radial-gradient(ellipse at top, color-mix(in srgb, var(--bg-color) 75%, transparent), color-mix(in srgb, var(--bg-color) var(--btn-hover-transparency), transparent)) padding-box,
    linear-gradient(to bottom, rgba(255, 255, 255, 1), var(--bg-color)) border-box;
  cursor: pointer;
}

.button-yellow {
  --bg-color: var(--clr-yellow);
  font-size: var(--btn-font-size);
  font-weight: 600;
  color: var(--clr-white);
  padding: var(--btn-tb-padding) var(--btn-lr-padding);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  position: relative;
  background: radial-gradient(ellipse at top, color-mix(in srgb, var(--bg-color) 55%, transparent), color-mix(in srgb, var(--bg-color) var(--btn-transparency), transparent)) padding-box,
    linear-gradient(to bottom, rgba(255, 255, 255, 1), var(--bg-color)) border-box;
  border-radius: var(--btn-border-radius);
  border: var(--btn-border-size) solid transparent;
  box-shadow: var(--btn-glow-hoffset) var(--btn-glow-voffset) var(--btn-glow-blur) color-mix(in srgb, var(--bg-color) 35%, transparent);
  transition: var(--btn-transition) var(--btn-transition-timing);
  letter-spacing: var(--btn-letter-spacing);
}

.button-yellow:hover {
  --bg-color: var(--clr-yellow);
  box-shadow: var(--btn-glow-hover-hoffset) var(--btn-glow-hover-voffset) var(--btn-glow-blur) color-mix(in srgb, var(--bg-color) 75%, transparent);
  transition: var(--btn-transition) var(--btn-transition-timing);
  background: radial-gradient(ellipse at top, color-mix(in srgb, var(--bg-color) 75%, transparent), color-mix(in srgb, var(--bg-color) var(--btn-hover-transparency), transparent)) padding-box,
    linear-gradient(to bottom, rgba(255, 255, 255, 1), var(--bg-color)) border-box;
  cursor: pointer;
}

.button-magenta {
  --bg-color: var(--clr-magenta);
  font-size: var(--btn-font-size);
  font-weight: 600;
  color: var(--clr-white);
  padding: var(--btn-tb-padding) var(--btn-lr-padding);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: radial-gradient(ellipse at top, color-mix(in srgb, var(--bg-color) 55%, transparent), color-mix(in srgb, var(--bg-color) var(--btn-transparency), transparent)) padding-box,
    linear-gradient(to bottom, rgba(255, 255, 255, 1), var(--bg-color)) border-box;
  border-radius: var(--btn-border-radius);
  border: var(--btn-border-size) solid transparent;
  box-shadow: var(--btn-glow-hoffset) var(--btn-glow-voffset) var(--btn-glow-blur) color-mix(in srgb, var(--bg-color) 35%, transparent);
  transition: var(--btn-transition) var(--btn-transition-timing);
  letter-spacing: var(--btn-letter-spacing);
}

.button-magenta:hover {
  --bg-color: var(--clr-magenta);
  box-shadow: var(--btn-glow-hover-hoffset) var(--btn-glow-hover-voffset) var(--btn-glow-blur) color-mix(in srgb, var(--bg-color) 75%, transparent);
  transition: var(--btn-transition) var(--btn-transition-timing);
  background: radial-gradient(ellipse at top, color-mix(in srgb, var(--bg-color) 75%, transparent), color-mix(in srgb, var(--bg-color) var(--btn-hover-transparency), transparent)) padding-box,
    linear-gradient(to bottom, rgba(255, 255, 255, 1), var(--bg-color)) border-box;
  cursor: pointer;
}

.button-black {
  --bg-color: var(--clr-black);
  font-size: var(--btn-font-size);
  font-weight: 600;
  color: var(--clr-white);
  padding: var(--btn-tb-padding) var(--btn-lr-padding);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: radial-gradient(ellipse at top, color-mix(in srgb, var(--bg-color) 55%, transparent), color-mix(in srgb, var(--bg-color) var(--btn-transparency), transparent)) padding-box,
    linear-gradient(to bottom, rgba(255, 255, 255, 1), var(--bg-color)) border-box;
  border-radius: var(--btn-border-radius);
  border: var(--btn-border-size) solid transparent;
  box-shadow: var(--btn-glow-hoffset) var(--btn-glow-voffset) var(--btn-glow-blur) color-mix(in srgb, var(--clr-white) 22%, transparent);
  transition: var(--btn-transition) var(--btn-transition-timing);
  letter-spacing: var(--btn-letter-spacing);
}

.button-black:hover {
  --bg-color: var(--clr-black);
  box-shadow: var(--btn-glow-hover-hoffset) var(--btn-glow-hover-voffset) var(--btn-glow-blur) color-mix(in srgb, var(--clr-white) 35%, transparent);
  transition: var(--btn-transition) var(--btn-transition-timing);
  background: radial-gradient(ellipse at top, color-mix(in srgb, var(--bg-color) 75%, transparent), color-mix(in srgb, var(--bg-color) var(--btn-hover-transparency), transparent)) padding-box,
    linear-gradient(to bottom, rgba(255, 255, 255, 1), var(--bg-color)) border-box;
  cursor: pointer;
}

.button-red {
  --bg-color: var(--clr-red);
  font-size: var(--btn-font-size);
  font-weight: 600;
  color: var(--clr-white);
  padding: var(--btn-tb-padding) var(--btn-lr-padding);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: radial-gradient(ellipse at top, color-mix(in srgb, var(--bg-color) 55%, transparent), color-mix(in srgb, var(--bg-color) var(--btn-transparency), transparent)) padding-box,
    linear-gradient(to bottom, rgba(255, 255, 255, 1), var(--bg-color)) border-box;
  border-radius: var(--btn-border-radius);
  border: var(--btn-border-size) solid transparent;
  box-shadow: var(--btn-glow-hoffset) var(--btn-glow-voffset) var(--btn-glow-blur) color-mix(in srgb, var(--bg-color) 35%, transparent);
  transition: var(--btn-transition) var(--btn-transition-timing);
  letter-spacing: var(--btn-letter-spacing);
}

.button-red:hover {
  --bg-color: var(--clr-red);
  box-shadow: var(--btn-glow-hover-hoffset) var(--btn-glow-hover-voffset) var(--btn-glow-blur) color-mix(in srgb, var(--bg-color) 75%, transparent);
  transition: var(--btn-transition) var(--btn-transition-timing);
  background: radial-gradient(ellipse at top, color-mix(in srgb, var(--bg-color) 75%, transparent), color-mix(in srgb, var(--bg-color) var(--btn-hover-transparency), transparent)) padding-box,
    linear-gradient(to bottom, rgba(255, 255, 255, 1), var(--bg-color)) border-box;
  cursor: none;
}

#hero-background-video {
  width: 100%;
  height: 550px;
  object-fit: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}

#video2 {
  width: 100%;
}

header {
   /*height: 90svh; */
}

.banner-content .top-sponsors {
  z-index: 4;
  position: relative;
}

.banner-content .event-details {
  z-index: 4;
  position: relative;
}

.banner-content {
  height: 550px;
  position: relative;
  width: 100%;
  background-color: rgba(29, 5, 47, 1);
  display: flex;
  justify-content: center;
  align-items: center;
}

#video2banner {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

#video2banner img.img-fluid {
  width: 100%;
}

#video2banner .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#video3banner {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

#video3banner .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 76px;
  transform: translate(-50%, -50%);
}

.imamia {
  text-align: center;
}

.other-sponsors {
  gap: 25px;
  padding: 10px 6%;
  background-color: white;
  border-radius: 100px;
  /* Government logo */
  display: flex;
  justify-content: space-between;
  width: fit-content;
}

.other-sponsors img {
  height: 40px;
}

.event-cts {
  color: white;
  margin-left: 30px;
}

.event-details {
  /*padding-top: 40px;*/
}

.vanue-details {
  display: flex;
  margin: 20px 0;
  text-transform: uppercase;
  font-weight: 600;
}

.vanue,
.date-details {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  font-size: 14px;
  font-weight: 700;
  align-items: center;
  /* margin-right: 30px; */
  /* padding-right: 30px; */
  color: #01DAC5;
  /* border-right: 2px solid white; */
  font-family: 'Archivo';
  letter-spacing: 0.5px;
}

.vanue {
  margin-right: 30px;
  padding-right: 30px;
  color: #FFAA01;
  font-size: 14px;
  font-weight: 700;
  border-right: 4px solid white;
  font-family: 'Archivo';
  letter-spacing: 0.5px;
}

.vanue img,
.date-details img {
  margin-right: 10px;
}

.carousel {
  background-color: white;
}

.stats {
  background-image: url("../images/stats-bg-1.webp");
  background-color: rgba(29, 5, 47, 1);
  /* position: relative; */
  background-size: cover;
}

.stats-container {
    padding: 80px 0 55px 0;
  position: relative;
}

.right-gradient {
  position: absolute;
  width: 20%;
  height: 100%;
  right: 0px;
  opacity: 0.8;
  z-index: 9;
  top: 0;
  background: linear-gradient(90deg, #1D052F 50.73%, rgba(29, 5, 47, 0) 100%);
  transform: rotate(-180deg);
}

.stats-item {
    text-align: center;
    width: 170px;
    height: 145px;
    padding: 20px 15px;
    background-size: cover;
    border-radius: 10px;
    position: relative;
    background-image: linear-gradient(to right, #3acfd5 -50%, #8726B7 50%);
}

.stats-item:before {
    content: "";
    padding: 10px;
    width: 96%;
    height: 95%;
    top: 4px;
    left: 3px;
    position: absolute;
    z-index: 0;
    border-radius: 10px;
    background: radial-gradient(90.16% 143.01% at 15.32% 21.04%, rgba(50, 44, 80, 1) 0%, rgba(40, 29, 68, 1) 77%, rgba(29, 5, 47, 1) 100%);
    background-color: rgba(0, 0, 0, 0.8);
}

.stats-item h3 {
  font-weight: 900;
  font-size: 35px;
  line-height: 41px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  z-index: 2;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  color: #FFAA01;
  padding-bottom: 20px;
  border-bottom: 1px solid white;
}

section.stats .owl-item {
  /* Glass effect bg */
  /* position: absolute; */
  /* width: 192.59px; */
  /* height: 164.7px; */
  /* left: calc(50% - 192.59px/2 - 368.38px); */
  /* top: 0px; */
}

.stats-item p {
  margin: 0;
  font-size: 12px;
  z-index: 2;
  position: relative;
  color: white;
}

.about {
  text-align: center;
  padding: 55px 0;
}

img.star-img {
  position: relative;
  left: -27%;
}

div.abt-video {
  border-radius: 40px;
  display: block;
}

div.abt-video .img-fluid {
  width: 100%;
  border-radius: 15px;
}

div#videoModalTwo video {
  width: 100%;
  border-radius: 24px;
}

.abt-content {
  text-align: left;
}

.abt-content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 2px;
  color: #FFFFFF;
  text-shadow: 0px 0px 36px #1D052F;
}

.about h2 {
  /* margin-bottom: 80px; */
  /* font-size: 59px; */
}

/*---------------------------------------
  whyattend               
-----------------------------------------*/




section.whyattend {
  padding: 80px;
  background: url("../images/why-bg.jpg");
  background-size: cover;
  background-color: rgba(29, 5, 47, 1);
  background-position: bottom;
  position: relative;
}

section.whyattend p {
  font-size: 16px;
  color: white;
}

.why-item {
  position: relative;
  overflow: hidden;
}

.why-content {
  position: relative;
}

.why-content p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px !important;
  font-weight: 900;
  line-height: 28px;
  text-align: center;
  font-family: var(--body-font-family);
}

.why-content img {
  border-radius: 27px;
}


/* Modal styles */
#aboutModal .modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1000;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgba(0, 0, 0, 0.8);
  /* Black w/ opacity */
}

#aboutModal .modal-content {
  margin: 7% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 75%;
  max-height: 90%;
  overflow-y: auto;
  scrollbar-color: rgb(58 10 94) rgba(29, 5, 47, 1);
  scrollbar-width: thin;
}

#aboutModal .close {
  color: #fff;
  font-size: 35px;
  display: flex;
  font-weight: bold;
  justify-content: flex-end;
}

#aboutModal .close:hover,
#aboutModal .close:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

#aboutModal .abt-content p {
  font-size: 16px !important;
}

.more-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  /* padding: 58px; */
  background: rgb(0 0 0 / 64%);
  border-radius: 20px;
  /* background-color: #008CBA; */
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
}

.why-item:hover .more-content {
  height: 100%;
  padding: 30px;
}

.more-content p {
  color: white;
  font-size: 18px;
}

.left-gradient {
  position: absolute;
  width: 20%;
  z-index: 9;
  opacity: 0.8;
  height: 100%;
  left: 0px;
  top: 0;
  background: linear-gradient(90deg, #1D052F 50.73%, rgba(29, 5, 47, 0) 100%);
}

.whyattend .left-gradient {
  position: absolute;
  width: 48%;
  z-index: 9;
  opacity: 0.8;
  height: 100%;
  left: 0px;
  top: 0;
  background: linear-gradient(90deg, #1D052F 50.73%, rgba(29, 5, 47, 0) 100%);
}

.whyattend .right-gradient {
  position: absolute;
  width: 20%;
  height: 100%;
  right: 0px;
  opacity: 0.8;
  z-index: 9;
  top: 0;
  background: linear-gradient(90deg, #1D052F 50.73%, rgba(29, 5, 47, 0) 100%);
  transform: rotate(-180deg);
}

/*---------------------------------------
  who attend               
-----------------------------------------*/
section.who {
  padding: 100px 0 0 0;
  position: relative;
  background-image: url("../images/whosection.webp");
  background-color: rgba(29, 5, 47, 1);
  background-size: cover;
  background-position: center center;
}

.heading {
  text-align: center;
  margin-bottom: 50px;
}

.progress {
  height: 20px;
  overflow: hidden;
}

.percentage-label {
  position: absolute;
  right: 5px;
  white-space: nowrap;
}

.glass-effect img {
  width: 100%;
  height: 100%;
}

.attending-content {
  position: absolute;
  top: 10px;
  width: 100%;
}

.glass-effect {
  height: 100%;
}


.attending-box {

  border-radius: 4px;
  height: 556px;
  height: 540px;

  position: relative;
}

.attending-title {
  padding: 15px;
  text-align: center;
  margin: 0;
  color: white;
  border-bottom: 1px solid white;
}

.attending-body {
  padding: 15px 46px;
  color: white;
  min-height: 485px;
}

.attending-title h5 {
  margin: 0;
}

.attending-body p {
  color: white;
  font-family: Sklow;
  font-size: 16px;
  font-weight: 400;
  /* min-height: 41px; */
  line-height: 27px;
  text-align: left;
}

.progress-iten {
  margin-bottom: 15px;
}

.progress-iten p {
  margin-bottom: 10px;
}

.progress-bar {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  padding-right: 5px;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  border-radius: 5px;
}

.progress-bar.bg-Regions {
  background-color: #01DAC5;
}

.progress-bar.bg-Job {
  background-color: #690DB8;
}

.progress-bar.bg-Experience {
  background-color: #F65129;
}

/*---------------------------------------
  who attend               
-----------------------------------------*/
section.secure {
  padding: 100px 0;
  background-image: url("../images/secure-bg.webp");
  background-color: rgba(29, 5, 47, 1);
  background-size: cover;
  background-position: center center;
}

.count-box {
  background-image: url("../images/count-bg.png");
  background-size: cover;
  width: 111px;
  height: 96px;
  text-align: center;
  padding: 15px 15px;
  margin: 0 10px;
}

.count-down h5 {
  font-family: "Archivo", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  color: #FFAA01;
  text-align: right;
}

.count-box h5 {
  text-align: center;
  font-family: "Archivo", sans-serif;
  font-size: 42px;
  font-weight: 900;
  color: #fff;
  line-height: 42px;
  text-align: center;
  margin-bottom: 5px;
  border-bottom: 1px solid white;
  padding-bottom: 5px;
}

.count-box small {
  color: white;
}

.colun {
  color: wheat;
  font-size: 18px;
  font-family: "Archivo Black", sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  font-weight: 600;
}

.count-down-container {
  display: flex;
  align-items: center;
}

.count-down {
  margin-bottom: 50px;
}

.dont-miss {
  background-image: url("../images/secure-img.jpg");
  position: relative;
  border-radius: 20px;
}

.dont-miss .right-gradient {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  right: 0px;
  opacity: 0.8;
  z-index: 0;
  top: 0;
  background: linear-gradient(90deg, rgba(105, 13, 184, 0.18) 0.04%, rgba(105, 13, 184, 0.9) 61.74%);
  transform: rotate(0deg);
}

section.who .star-img {
  left: -18%;
}

section.secure .star-img {
  left: -31%;
}

section.partner .star-img {
  left: -8%;
}

.dont-miss-content {
  padding: 100px 50px;
}

.dont-miss-content {
  color: white;
  position: relative;
}

.dont-miss-content h5 {
  color: white;
  font-family: "Archivo", sans-serif;
  font-size: 29px;
  font-weight: 400;
  line-height: 38.25px;
  text-align: left;
}

.dont-miss-content p {
  font-weight: 400;
  color: white;
}

/*---------------------------------------
  partner               
-----------------------------------------*/

.partner-logos img {
  display: block;
}

.partner-logos {
  background-color: white;
  border-radius: 20px;
  overflow: hidden;
  padding: 20px;
}





/*---------------------------------------
  SECTION               
-----------------------------------------*/
.section-padding {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-bg {
  background-color: var(--section-bg-color);
}

.section-overlay {
  background-image: linear-gradient(15deg, #13547a 0%, #80d0c7 100%);
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  opacity: 0.85;
}

.section-overlay+.container {
  position: relative;
}

.tab-content {
  background-color: var(--white-color);
  border-radius: var(--border-radius-medium);
}

.nav-tabs {
  border-bottom: 1px solid #ecf3f2;
  margin-bottom: 40px;
  justify-content: center;
}

.nav-tabs .nav-link {
  border-radius: 0;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  color: var(--p-color);
  font-family: var(--title-font-family);
  font-size: var(--btn-font-size);
  font-weight: var(--font-weight-medium);
  padding: 15px 25px;
  transition: all 0.3s;
}

.nav-tabs .nav-link:first-child {
  margin-right: 20px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-bottom-color: var(--primary-color);
  color: var(--primary-color);
}

/*---------------------------------------
  CUSTOM ICON COLOR               
-----------------------------------------*/
.custom-icon {
  color: var(--secondary-color);
}

/*---------------------------------------
  CUSTOM BUTTON               
-----------------------------------------*/
.btn {
  font-size: var(--btn-font-size);
  font-weight: 600;
  color: white !important;
}

/*---------------------------------------
  SITE HEADER              
-----------------------------------------*/
.site-header {
  background-image: linear-gradient(15deg, #13547a 0%, #80d0c7 100%);
  padding-top: 150px;
  padding-bottom: 80px;
}

.site-header .container {
  height: 100%;
}

.breadcrumb-item+.breadcrumb-item::before,
.breadcrumb-item a:hover,
.breadcrumb-item.active {
  color: var(--white-color);
}

.site-header .custom-icon {
  color: var(--white-color);
  font-size: var(--h4-font-size);
}

.site-header .custom-icon:hover {
  color: var(--secondary-color);
}

/*---------------------------------------
  NAVIGATION              
-----------------------------------------*/
.sticky-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}

.navbar {
  background: transparent;
  /* border-bottom: 1px solid rgba(128, 208, 199, 0.35); */
  z-index: 9;
}

.navbar-brand,
.navbar-brand:hover {
  font-size: var(--h3-font-size);
  font-weight: var(--font-weight-bold);
  display: block;
}

.navbar-brand span {
  font-family: var(--title-font-family);
}

.navbar-nav .nav-link {
  display: inline-block;
  color: var(--white-color);
  font-family: var(--title-font-family);
  font-size: 12px;
  font-weight: var(--font-weight-medium);
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
}

.sticky-wrapper.is-sticky .navbar-nav .nav-link {
  font-size: 12px;
}

.navbar .dropdown-menu {
  background: #1b042f;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175);
  border: 0;
  opacity: 0;
  min-width: 9rem;
  margin-top: 10px;
  margin-left: 20px;
  color: white;
  display: block;
  padding: 13px 0 10px 0;
  transition: all 0.3s;
  pointer-events: none;
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
}

.navbar .dropdown-menu.show {
  opacity: 1;
  pointer-events: auto;
}

.navbar .dropdown-item,
.navbar .dropdown-item-2{
  display: inline-block;
  color: white;
  font-family: var(--title-font-family);
  font-size: 12px;
  font-weight: var(--font-weight-medium);
  letter-spacing: 0.5px;
  position: relative;
}

.navbar .dropdown-item.active,
.navbar .dropdown-item:active,
.navbar .dropdown-item:focus,
.navbar .dropdown-item:hover,
.navbar .dropdown-item-2.active,
.navbar .dropdown-item-2:active,
.navbar .dropdown-item-2:focus,
.navbar .dropdown-item-2:hover{
  background: transparent;
  color: var(--primary-color);
}

.navbar .dropdown-toggle::after {
  content: "\f282";
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-size: var(--copyright-font-size);
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -.325em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  left: 2px;
  border: 0;
}

@media screen and (min-width: 992px) {
  .navbar .dropdown:hover .dropdown-menu {
    opacity: 1;
    margin-bottom: -100px;
    pointer-events: auto;
  }
  .navbar .dropdown-2:hover .dropdown-menu {
    opacity: 1;
    margin-bottom: -100px;
    pointer-events: auto;
  }
}

.sidebar-icon:hover {
  background: var(--primary-color);
  color: var(--white-color);
}

.navbar-toggler {
  border: 0;
  padding: 0;
  cursor: pointer;
  margin: 0;
  width: 30px;
  height: 35px;
  outline: none;
}

.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

.whyattend .why-attend-section {
  position: relative;
  z-index: 10;
}

.whyattend .why-attend-section p {
  position: relative;
  z-index: 10;
  line-height: 30px;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  background: transparent;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before,
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transition: top 300ms 50ms ease, -webkit-transform 300ms 350ms ease;
  transition: top 300ms 50ms ease, transform 300ms 350ms ease;
  transition: top 300ms 50ms ease, transform 300ms 350ms ease, -webkit-transform 300ms 350ms ease;
  top: 0;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
  transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transform: rotate(-45deg);
}

.navbar-toggler .navbar-toggler-icon {
  background: var(--white-color);
  transition: background 10ms 300ms ease;
  display: block;
  width: 30px;
  height: 2px;
  position: relative;
}

.navbar-toggler .navbar-toggler-icon:before,
.navbar-toggler .navbar-toggler-icon:after {
  transition: top 300ms 350ms ease, -webkit-transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, transform 300ms 50ms ease, -webkit-transform 300ms 50ms ease;
  position: absolute;
  right: 0;
  left: 0;
  background: var(--white-color);
  width: 30px;
  height: 2px;
  content: '';
}

.navbar-toggler .navbar-toggler-icon::before {
  top: -8px;
}

.navbar-toggler .navbar-toggler-icon::after {
  top: 8px;
}

.stay-connected {
  /*background-image: url(../images/stay-connected-bg.png);*/
  background-image: url("../images/tracks-bg-1.webp");
  background-color: rgba(29, 5, 47, 1);
  background-size: cover;
  background-position: center center;
  width: 100%;
  padding: 75px 0;
}

.insta-box {
  border-radius: 20px;
  overflow: hidden;
}

p {
  font-family: Sklow;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.stay-connected .button-black {
  transition: all 0.3s ease;
  background: radial-gradient(50% 50.56% at 50% -0.56%, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%), rgba(0, 0, 0, 0.8);
  border-top: 1px solid #fff;
  order: 0;
  border-radius: 100px;
  padding: 18px 42px;
  width: fit-content;
  margin-bottom: 40px;
}

.stay-connected .button-black .nav-link {
  padding: 0;
}

.stay-connected .button-black .nav-line {
  font-size: 18px;
}

.stay-connected .button-black .navbar-nav .nav-link.active,
.stay-connected .button-black .navbar-nav .nav-link:hover {
  transition: all 0.3s ease;
  color: var(--primary-color) !important;
}

.stay-connected #linkedin,
.stay-connected #instagram {
  color: white;
}



.stay-connected #linkedin p,
.stay-connected #instagram p {
  font-weight: 300;
  padding-top: 30px;
  line-height: 30px;
  max-width: 300px;
}

#videoModalOne {
  background-color: #000;
}

.stay-connected .register-btn.button.button-newsletter {
  padding: 14px 40px;
  font-size: 16px;
  font-weight: 600;
  border-top: 1px solid #fff;
  border-bottom: 0px;
  border-right: 0px;
  border-left: 0px;
  border-radius: 100px;
  background: radial-gradient(50% 50.56% at 50% -0.56%, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%), rgba(255, 170, 1, 0.8);
  box-shadow: 0px 24px 72px rgba(255, 170, 1, 0.5);
  backdrop-filter: blur(8px);
  color: #fff;
}

.stay-connected .register-btn.button.button-newsletter:hover {
  --bg-color: var(--clr-btn);
  background: radial-gradient(50% 50.56% at 50% -0.56%, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%), rgba(255, 170, 1, 1);
  box-shadow: var(--btn-glow-hover-hoffset) var(--btn-glow-hover-voffset) var(--btn-glow-blur) color-mix(in srgb, var(--bg-color) 75%, transparent);
  transition: var(--btn-transition) var(--btn-transition-timing);
}

.pink-star {
  display: none;
}

.speakers-keynotes {
  /*background-image: url("../images/tracks-bg-1.webp");*/
  background-color: rgba(29, 5, 47, 1);
  background-size: cover;
  background-position: center center;
  width: 100%;
  position: relative;
  padding: 75px;
}

.speakers-keynotes .button-black {
  transition: all 0.3s ease;
  background: radial-gradient(50% 50.56% at 50% -0.56%, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%), rgba(0, 0, 0, 0.8);
  border-top: 1px solid #fff;
  order: 0;
  border-radius: 100px;
  font-family: Sklow;
  padding: 18px 42px;
  width: fit-content;
}

.speakers-keynotes .button-black .nav-link {
  padding: 0;
}

.speakers-keynotes .button-black .nav-line {
  font-size: 18px;
}

.speakers-keynotes .button-black .navbar-nav .nav-link.active,
.speakers-keynotes .navbar-nav .nav-link:hover {
  transition: all 0.3s ease;
  color: var(--primary-color) !important;
}

.speakers-keynotes #keynote-left,
.speakers-keynotes #speakers-left {
  color: white;
}

.speakers-keynotes #keynote-left h2,
.speakers-keynotes #speakers-left h2 {
  padding-top: 30px;
  text-align: center;
}

.speakers-keynotes #keynote-left p,
.speakers-keynotes #speakers-left p {
  font-weight: 300;
  padding: 30px 20% 0;
  line-height: 30px;
  font-size: 16px;
  text-align: center;
}

.speakers-keynotes .register-btn.button.button-newsletter {
  padding: 14px 40px;
  font-size: 16px;
  border-radius: 100px;
  font-weight: 600;
  border-top: 1px solid #fff;
  border-bottom: 0px;
  border-right: 0px;
  border-left: 0px;
  background: radial-gradient(50% 50.56% at 50% -0.56%, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%), rgba(255, 170, 1, 0.8);
  box-shadow: 0px 24px 72px rgba(255, 170, 1, 0.5);
  backdrop-filter: blur(8px);
  color: #fff;
}

.speakers-keynotes .register-btn.button.button-newsletter:hover {
  --bg-color: var(--clr-btn);
  background: radial-gradient(50% 50.56% at 50% -0.56%, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%), rgba(255, 170, 1, 1);
  box-shadow: var(--btn-glow-hover-hoffset) var(--btn-glow-hover-voffset) var(--btn-glow-blur) color-mix(in srgb, var(--bg-color) 75%, transparent);
  transition: var(--btn-transition) var(--btn-transition-timing);
}


.speakers-keynotes .speaker-card {
  width: 250px;
  height: 260px;
  background: linear-gradient(0deg, #690DB8, #690DB8);
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  border-top: 1px solid rgba(255, 255, 255, 0.8);
  border-left: 1px solid rgba(255, 255, 255, 0.8);
  border-right: 1px solid rgba(255, 255, 255, 0.8);
  cursor: pointer;
}

.speakers-keynotes.speaker-page .speaker-card {
  width: 250px;
  height: 300px;
  background: linear-gradient(0deg, #690DB8, #690DB8);
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  border-top: 1px solid rgba(255, 255, 255, 0.8);
  border-left: 1px solid rgba(255, 255, 255, 0.8);
  border-right: 1px solid rgba(255, 255, 255, 0.8);
  cursor: pointer;
}

.speakers-keynotes .speaker-card .card-info .card-info-sub {
  display: none;
  /* transform: translateY(100%); */
  transition: display 0.3s ease-in-out;
}

.speakers-keynotes .card-info {
  height: 100%;
  width: 100%;
  padding: 15px;
  color: #fff;
  position: absolute;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
}

.speakers-keynotes .card-info:before {
  height: 100%;
  width: 100%;
  padding: 15px;
  color: #fff;
  position: absolute;
  background: radial-gradient(circle at 0% 100%, rgba(105, 13, 184, 0.8) 30%, rgba(105, 13, 184, 0) 60%);
  bottom: -20%;
  content: '';
  left: 0;
  z-index: 0;
}

/*.speakers-keynotes .speaker-card:hover .card-info {*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  display: flex;*/
/*  background-color: rgba(255, 170, 1, 0.8);*/
/*  flex-direction: column;*/
/*  justify-content: flex-end;*/
/*}*/

/*.speakers-keynotes .speaker-card:hover .card-info .card-info-sub {*/
/*  display: block;*/
/*}*/


.speakers-keynotes .card-content {
  position: relative;
  width: 100%;
  height: 100%;
}


.speakers-keynotes .card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.speakers-keynotes .card-info h3 {
  margin: 10px 0 5px;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  z-index: 2;
}

.speakers-keynotes .card-info .company {
  font-weight: 600;
  display: none;
  padding-bottom: 0.5em;
}

.speakers-keynotes .card-info p {
  font-size: 12px;
  color: #fff;
  font-weight: 300;
  margin-bottom: 5px;
  z-index: 2;
}

.background-img-speakers span {
  font-size: 30px;
}

.speakers-keynotes .social-icons {
  display: none;
  gap: 10px;
  z-index: 20;
}

.speakers-keynotes .speaker-card:hover .social-icons {
  display: flex;
}

.speakers-keynotes .speaker-card:hover .card-info .company {
  display: block;
}

.speakers-keynotes .social-icons a {
  width: 20px;
  height: 20px;
  display: inline-block;
}


.speakers-keynotes .social-icons a img {
  width: 100%;
  height: 100%;
  filter: brightness(0) invert(1);
  transition: filter 0.3s;
}


.tracks-section {
  background-image: url("../images/tracks-bg-1.webp");
  background-size: cover;
  background-color: rgba(29, 5, 47, 1);
  background-position: center center;
  width: 100%;
  padding: 75px 116px;
}

.tracks-section .tracks-heading {
  font-size: 220px;
  font-weight: 700;
  margin-bottom: 50px;
  text-align: center;
  color: rgba(255, 255, 255, 0.13);
}

.tracks-section .button-black {
  transition: all 0.3s ease;
  background: radial-gradient(50% 50.56% at 50% -0.56%, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%), rgba(0, 0, 0, 0.8);
  border-top: 1px solid #fff;
  order: 0;
  padding: 18px 42px;
  width: fit-content;
  margin-bottom: 70px;
}

.tracks-section .button-black .nav-link {
  padding: 0;
}

.tracks-section .button-black .nav-line {
  font-size: 18px;
}

.tracks-section .button-black .navbar-nav .nav-link.active,
.tracks-section .navbar-nav .nav-link:hover {
  transition: all 0.3s ease;
  color: var(--primary-color) !important;
}

.tracks-section #business,
.tracks-section #technology {
  color: white;
}

.tracks-section #business h2,
.tracks-section #technology h2 {
  padding-top: 30px;
}

.tracks-section #business p,
.tracks-section #technology p {
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  font-weight: 900;
  font-size: 16px;
}

.tracks-section .register-btn.button.button-newsletter {
  padding: 14px 40px;
  font-size: 16px;
  font-weight: 600;
  border-top: 1px solid #fff;
  border-bottom: 0px;
  border-right: 0px;
  border-left: 0px;
  background: radial-gradient(50% 50.56% at 50% -0.56%, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%), rgba(255, 170, 1, 0.8);
  box-shadow: 0px 24px 72px rgba(255, 170, 1, 0.5);
  backdrop-filter: blur(8px);
  color: #fff;
}

.tracks-section .register-btn.button.button-newsletter:hover {
  --bg-color: var(--clr-btn);
  background: radial-gradient(50% 50.56% at 50% -0.56%, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%), rgba(255, 170, 1, 1);
  box-shadow: var(--btn-glow-hover-hoffset) var(--btn-glow-hover-voffset) var(--btn-glow-blur) color-mix(in srgb, var(--bg-color) 75%, transparent);
  transition: var(--btn-transition) var(--btn-transition-timing);
}

.tracks-section .track-grid {
  display: grid;
  justify-items: center;
  align-items: start;
  grid-template-columns: repeat(5, 1fr);
  gap: 50px;
}

#ancillary span#mixer{
    display: grid;
    margin-top: 15px;
    align-items: start;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.tracks-section .track-grid-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.success-stories {
  padding-top: 30px;
  padding-bottom: 85px;
}

.success-owl {
  padding-top: 55px;
  padding-bottom: 15px;
}

.success-stories .owl-item {
  display: flex;
  justify-content: center;
}

.success-stories .success-stories-section {
  background-image: url("../images/success-stories-bg.png");
  padding: 35px;
  background-size: cover;
  background-color: rgba(29, 5, 47, 1);
  max-width: 544px;
  max-height: 284px;
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  gap: 38px;
}

.success-stories .success-img {
  background-color: #fff;
  border-radius: 10px;
  width: 90%;
}

.success-stories .success-items h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  text-align: left;
  margin-bottom: 25px;
}

.breadcrumbs {
  margin-bottom: 30px;
}

.breadcrumbs a,
.breadcrumbs p {
  color: white;
  font-size: 18px;
  font-family: 'Sklow';
}

.banner-content {
    padding-top: 3em;
}

.bg-sections-agenda {
  height: 550px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bg-sections {
  height: 600px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bg-agenda {
  background-image: url("../images/agenda-bg.jpg");
  background-size: cover;
  background-position: center;
}

.background-img-agenda {
  border-radius: 30px;
  padding: 55px;
  background-image: url("../images/agenda-img.png");
  background-size: cover;
  background-position: center;
  width: 95%;
}

.background-img-speakers {
  border-radius: 30px;
  padding: 55px;
  background-image: url("../images/speakers-img.png");
  background-size: cover;
  background-position: center;
  width: 95%;
}

.background-img-ancillary {
  border-radius: 30px;
  padding: 55px;
  background-image: url("../images/ancillary-img.png");
  background-size: cover;
  background-position: center;
  width: 95%;
}

.background-img-mixers {
  border-radius: 30px;
  padding: 55px;
  background-image: url("../images/mixer-img.png");
  background-size: cover;
  background-position: center;
  width: 95%;
}

.background-img-news {
  border-radius: 30px;
  padding: 55px;
  background-image: url("../images/news-img.png");
  background-size: cover;
  background-position: center;
  width: 95%;
}

.background-img-blog {
  border-radius: 30px;
  padding: 55px;
  background-image: url("../images/blogs-bg.png");
  background-size: cover;
  background-position: center;
  width: 95%;
}

.background-img-stay {
  border-radius: 30px;
  padding: 55px;
  background-image: url("../images/stay-img.png");
  background-size: cover;
  background-position: center;
  width: 95%;
}

.background-img-partners {
  border-radius: 30px;
  padding: 55px;
  background-image: url("../images/partners-img.png");
  background-size: cover;
  background-position: center;
  width: 95%;
}

.background-img-partners-exhibits {
  border-radius: 30px;
  padding: 55px;
  background-image: url("../images/partners-exhibits-img.png");
  background-size: cover;
  background-position: center;
  width: 95%;
}

.background-img-key-tracks {
  border-radius: 20px;
  padding: 55px;
  background-image: url("../images/key-tracks-bg.png");
  background-size: cover;
  background-position: center;
  width: 95%;
}

.background-img-roundtable{
    border-radius: 30px;
  padding: 35px 20px;
  background-image: url("../images/roundtable-sf-bg.png")!important;
  background-size: cover;
  background-position: center;
  width: 95%;
}

.background-img-roundtable-sf{
    border-radius: 30px;
  padding: 35px 20px;
  background-image: url("../images/roundtable-bg.png");
  background-size: cover;
  background-position: center;
  width: 95%;
}

.background-img-roundtable-ex{
    border-radius: 30px;
  padding: 35px 20px;
  background-image: url("../images/roundtable-exotel-bg.png");
  background-size: cover;
  background-position: center;
  width: 95%;
}

.background-img-about-us {
  border-radius: 30px;
  padding: 55px;
  background-image: url("../images/about-us-bg.png");
  background-size: cover;
  background-position: center;
  width: 95%;
}

.overview-bg {
  padding: 55px 0;
  background-image: url("../images/key-tracks-overview.png");
  background-size: cover;
  background-position: center;
}

.background-img-agenda p,
.background-img-speakers p,
.background-img-ancillary p,
.background-img-partners p,
.background-img-partners-exhibits p,
.background-img-key-tracks p,
.background-img-roundtable p,
.background-img-roundtable-sf p,
.background-img-stay p,
.background-img-about-us p,
.background-img-blog p,
.background-img-mixers p,
.background-img-news p,
.background-img-inner-key-tracks p,
.background-img-roundtable-ex p{
  color: white;
  font-size: 16px;
}

.background-img-agenda img.star-img {
  left: -8%;
}

.ancillary-page .heading {
  margin-top: 50px;
  font-size: 38px;
  font-weight: 500;
  color: white;
  font-family: var(--title-font-family);
}

.ancillary-page img.star-img {
  left: -32%
}

.ancillary-items {
  font-family: 'Archivo';
}

.ancillary-items .col-lg-6 {
  z-index: 2;
  position: relative;
}

.ancillary-time {
  display: flex;
  align-items: center;
  padding: 0 15px;
  color: white;
  font-size: 11px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 150px;
  background-color: rgba(255, 255, 255, 0.08);
}

.ancillary-time .item-1 {
  border-right: 1px solid rgba(255, 255, 255, 0.11);
  padding: 8px 15px 8px 0;
}

.ancillary-time .item-2 {
  padding: 8px 0 8px 15px;
}

.ancillary-venue {
  display: flex;
  align-items: center;
  color: white;
  font-size: 12px;
  margin-top: 18px;
}

.ancillary-venue .item-1 {
  padding-right: 10px;
}

.ancillary-content {
  display: flex;
  flex-direction: column;
  color: rgba(255, 255, 255, 0.8);
  font-size: 13px;
}

.ancillary-content .item-1 {
  margin-bottom: 10px;
  margin-top: 10px;
  text-align: left;
  font-size: 30px;
  color: #FFAA01;
  font-weight: 600;
}

.ancillary-content .item-2 {
  line-height: 25px;
    height: 120px;
    overflow-x: auto;
    scrollbar-width: thin;
    scrollbar-color: rgb(58 10 94) rgba(29, 5, 47, 1);
}

.csv-display {
  color: white !important;
}

.success-stories .success-items p {
  font-weight: 300;
}

.success-stories .success-items h3,
.success-stories .success-items p {
  color: #ffffff;
}


.venue-section {
  background: rgba(29, 5, 47, 1);
}

.p-section {
  padding: 75px 55px 0 55px;
}

.venue-section .venue-heading {
  font-size: 220px;
  font-weight: 700;
  text-align: center;
  color: rgba(255, 255, 255, 0.13);
}

.venue-section .venue-sub-items p.venue-sub-items-1 {
  font-family: Archivo Black;
  font-size: 22px;
  font-weight: 400;
  line-height: 26.11px;
  color: #ffffff;
  margin-bottom: 30px;
}

.venue-section .venue-sub-items p.venue-sub-items-2 {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #ffffff;
}

.venue-section .venue-sub-items p.venue-sub-items-2 span {
  color: rgba(255, 170, 1, 1);
  font-weight: 700;
}

.venue-section .venue-sub-items .venue-img {
  border-radius: 15px;
}

.venue-section .venue-sub-items .venue-img.img-1 {
  background-image: url("../images/Andaz-Hotel.png");
  background-color: rgba(29, 5, 47, 1);
  background-size: cover;
  width: 100%;
  position: relative;
  height: 335px;
  padding: 35px 20px;
}

.venue-section .venue-sub-items .venue-img.img-2 {
  background-image: url("../images/Pullman-Hotel.png");
  background-size: cover;
  background-color: rgba(29, 5, 47, 1);
  width: 100%;
  position: relative;
  height: 335px;
  padding: 35px 20px;
}

.venue-section .venue-sub-items .venue-img .venue-img-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  position: absolute;
  bottom: 35px;
}

.venue-section .venue-sub-items .venue-img .venue-img-item p {
  color: #ffffff;
  margin: 0;
  font-size: 22px;
  font-family: "Archivo";
  font-weight: 600;
  line-height: 45.25px;
  text-align: left;
}

.venue-section .register-btn.button.button-newsletter {
  padding: 14px 40px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 100px;
  border-top: 1px solid #fff;
  border-bottom: 0px;
  border-right: 0px;
  border-left: 0px;
  background: radial-gradient(50% 50.56% at 50% -0.56%, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%), rgba(255, 170, 1, 0.8);
  box-shadow: 0px 24px 72px rgba(255, 170, 1, 0.5);
  backdrop-filter: blur(8px);
  color: #fff;
}

.venue-section .register-btn.button.button-newsletter:hover {
  --bg-color: var(--clr-btn);
  background: radial-gradient(50% 50.56% at 50% -0.56%, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%), rgba(255, 170, 1, 1);
  box-shadow: var(--btn-glow-hover-hoffset) var(--btn-glow-hover-voffset) var(--btn-glow-blur) color-mix(in srgb, var(--bg-color) 75%, transparent);
  transition: var(--btn-transition) var(--btn-transition-timing);
}

.venue-section .must-see-moments {
  text-align: center;
  margin-top: 75px;
}

.venue-section .must-see-moments h2 {
  margin-bottom: 55px;
}

.venue-section .must-see-moments img.star-img {
  position: relative;
  left: -25%;
}

.must-see-moments-carousel-wrapper {
  width: 100%;
  /*margin: 50px 0 0 0;*/
}

.must-see-moments-carousel-2 {
  margin-top: 15px;
}

.must-see-moments-carousel-1 .item,
.must-see-moments-carousel-2 .item {
  display: flex;
  justify-content: center;
  border-radius: 20px;
  align-items: center;
}

.must-see-moments-carousel-1 img,
.must-see-moments-carousel-2 img {
  width: auto;
  max-height: none;
  max-width: none;
  border-radius: 20px;
  height: 240px;
}

/*.must-see-moments .owl-carousel .owl-stage {*/
/*  display: flex;*/
/*}*/


.exclusive-footage {
  background: url("../images/exclusive-footage-bg.webp");
  padding: 75px 0;
  background-size: cover;
  background-position: center center;
}

.exclusive-footage .exclusive-footage-moments {
  text-align: center;
  margin-top: 30px;
}

.exclusive-footage .exclusive-footage-moments img.star-img {
  position: relative;
  left: -26%;
}

.exclusive-footage .exclusive-footage-moments .owl-item {
  display: flex;
  justify-content: center;
}

.exclusive-footage .exclusive-footage-moments-carousel-wrapper {
  width: 1020px;

  background: rgba(50, 33, 71, 0.1);
  backdrop-filter: blur(25px);
  padding: 35px;
  border-radius: 25px;
  border: 2px solid rgba(255, 255, 255, 0.1);
}

.exclusive-footage .exclusive-footage-moments .exclusive-footage-subitems {
  align-items: start;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.why-item:hover .why-content p {
  display: none;
}

.exclusive-footage .exclusive-footage-moments .exclusive-footage-subitems .exclusive-line {
  width: 40%;
  margin-right: 30px;
  padding-right: 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.exclusive-footage .exclusive-footage-moments .footage-img-video .exclusive-img-vid {
  border-radius: 10px;
  cursor: pointer;
}

.exclusive-footage .exclusive-footage-moments .exclusive-footage-subitems .exclusive-line img {
  border-radius: 100px;
  margin-right: 15px;
}

.exclusive-footage .exclusive-footage-moments .exclusive-footage-subitems .exclusive-text {
  width: 60%;
  height: 100%;
  display: flex;
}

.exclusive-footage .exclusive-footage-moments .exclusive-footage-subitems .exclusive-line .exclusive-name {
  font-size: 16px;
  font-weight: 600;
}

.exclusive-footage .exclusive-footage-moments .exclusive-footage-subitems .exclusive-line .exclusive-designation {
  font-size: 12px;
  font-weight: 600;
}

.exclusive-footage .exclusive-footage-moments .exclusive-footage-subitems p {
  color: #ffffff;
}

.exclusive-footage .exclusive-footage-moments .exclusive-footage-subitems h2 {
  font-size: 34px;
  font-weight: 600;
  line-height: 46.8px;
  text-align: left;
}

.exclusive-footage .exclusive-footage-moments .exclusive-footage-subitems .exclusive-text p {
  color: rgba(255, 255, 255, 0.6);
  display: flex;
  align-items: center;
}



.exclusive-footage .exclusive-footage-moments .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  width: 45px;
}

.exclusive-footage .exclusive-footage-moments .video-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.exclusive-footage .exclusive-footage-moments .modal-video {
  max-width: 90%;
  max-height: 90%;
}

.exclusive-footage .exclusive-footage-moments .close {
  position: absolute;
  top: 20px;
  right: 30px;
  color: white;
  font-size: 36px;
  font-weight: bold;
  cursor: pointer;
}

.exclusive-footage .exclusive-footage-moments .owl-carousel .owl-item img {
  display: block;
  width: auto;
}

.why-container.shd .owl-carousel.why-carousel .why-item .why-content img {
  background-color: rgba(29, 5, 47, 1);
}

.exclusive-footage .exclusive-footage-moments .owl-carousel .owl-stage {
  display: flex;
}

footer {
  background-image: url("../images/footer-bg.webp");
  background-size: cover;
  background-color: rgba(29, 5, 47, 1);
  width: 100%;
  background-position: center center;
  padding: 100px 116px 0px 116px;
}

/*footer .menu-sections .d-flex.flex-row.align-items-start.gap-3 img{*/
/*    width: 18px;*/
/*}*/

footer .column-1 {
  width: 15%;
}

footer .column-2 {
  width: 20%;
  padding-left: 20px;
  padding-right: 15px;
}

footer .column-3 {
  width: 20%;
  padding-left: 10px;
  padding-right: 15px;
}

footer .column-4 {
  width: 25%;
  padding-left: 10px;
}

footer .column-6 {
  width: 20%;
}

footer .column-5 {
  width: 80%;
}

.w-20 {
  width: 20%;
}

.newsletter {
  display: flex;
  justify-content: center;
  /*margin-bottom: 110px;*/
  padding: 75px 0 0 0;
}

.newsletter h2 {
  font-size: 28px !important;
  font-weight: 500;
}

.newsletter-form-input-line {
  position: relative;
}

.newsletter-form-input {
  background-color: transparent;
  font-size: 14px;
  border: none;
  padding: 8px 0;
  color: #ffffff;
  border-bottom: 1px solid #fff;
  font-weight: 300;
  width: 200px;
}

.newsletter-form-input:focus {
  outline: 0px;
  border: none;
  border-bottom: 1px solid #fff;
}

.plan-your-cta .newsletter{
    margin-bottom: 0px;
}

.wpcf7-spinner {
  display: none;
}

footer .archives {
  gap: 20px;
}

footer .archives p {
  color: #fff;
  font-size: 20px;
  margin: 0;
}

footer .archives div {
  font-size: 1em;
}

.newsletter .newsletter-bg {
  width: 50%;
  border-radius: 10px;
  padding: 35px;
  background-color: #690DB8;
}

.newsletter .register-btn.button.button-newsletter {
  margin-left: -7%;
  padding: 8px 33px;
  font-size: 14px;
  border-radius: 100px;
  color: #ffffff;
  font-weight: 600;
  border-top: 1px solid #fff;
  border-bottom: 0px;
  border-right: 0px;
  border-left: 0px;
  background: radial-gradient(50% 50.56% at 50% -0.56%, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%), rgba(255, 170, 1, 0.8);
  box-shadow: 0px 24px 72px rgba(255, 170, 1, 0.5);
  backdrop-filter: blur(8px);
}

.newsletter-form-input::after {
  content: "";
  width: 100%;
  height: 2px;
  margin-top: 5px;
  background-color: #ffffff;
  display: block;
}

.newsletter-form-input::placeholder {
  color: #ffffff;
  font-size: 14px;
  opacity: 1;
}

.newsletter .register-btn.button.button-newsletter:hover {
  --bg-color: var(--clr-btn);
  background: radial-gradient(50% 50.56% at 50% -0.56%, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%), rgba(255, 170, 1, 1);
  box-shadow: var(--btn-glow-hover-hoffset) var(--btn-glow-hover-voffset) var(--btn-glow-blur) color-mix(in srgb, var(--bg-color) 75%, transparent);
  transition: var(--btn-transition) var(--btn-transition-timing);
}

.newsletter .wpcf7 form.sent .wpcf7-response-output {
  color: #fff;
}

footer .footer-head {
  color: white;
  font-size: 18px;
  border: none;
  border-bottom: 1px solid #fff;
  padding: 10px 0 20px 0;
}

footer .footer-subhead {
  color: white;
  font-size: 16px;
}

footer .footer-subhead-details {
  font-weight: 300;
  font-size: 13px;
}

footer .menu-sections-links a {
  color: #ffffff !important;
  font-weight: 300;
  margin-bottom: 15px;
}

footer .copyright {
  border: none;
  border-top: 1px solid #fff;
  margin-top: 50px;
  padding: 50px 0;
}


footer .copyright-text {
  color: #ffffff;
  margin: 0 25px 0 0;
}

span#participantion span.wpcf7-list-item label {
  display: flex !important;
  flex-direction: row;
  gap: 5px;
}

.custom-bullet .progress-iten p {
  position: relative;
  padding-left: 20px;
}

.custom-bullet .progress-iten p:before {
  content: "•";
  color: #fff;
  font-size: 40px;
  position: absolute;
  left: 0;
  top: -5px;
  transform: translateY(0%);
}

section.main-content {
  padding: 10%;
  background: rgba(29, 5, 47, 1);
  color: #fff !important;
}

section.main-content p {
  color: #fff !important;
}

.tandctable tr td {
  border: 2px solid white;
}

.pera-content p {
  margin-bottom: 0;
}

section.main-content ol {
  margin-bottom: 0;
  padding-bottom: 1.5em;
}

section.main-content .headline h1,
section.main-content .headline h2,
section.main-content .headline h3,
section.main-content .headline h4,
section.main-content .headline h5,
section.main-content .headline h6 {
  margin-bottom: 0;
  font-weight: 200;
  line-height: 1.143;
}

section.main-content h2.text-center,
section.main-content h2.text-center,
section.main-content h1.text-center,
section.main-content h1.text-center {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  text-align: center;
}

section.main-content .headline h2 {
  font-weight: 700;
}

.keynote-carousel {
  position: relative;
}

.keynote-carousel .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  z-index: -1;
}

.owl-keynote-prev,
.owl-keynote-next {
  color: #fff !important;
  font-size: 70px !important;
}

.owl-keynote-prev {
  left: -4%;
  position: relative;
}

.owl-keynote-next {
  left: 4%;
  position: relative;
}

#myModal1,
#myModal2,
#myModal3 {
  padding-left: 0px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.agenda-header-one {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.agenda-header-one-left {
  display: flex;
  align-items: center;
  gap: 20px;
}

.agenda-header-one-right {
  display: flex;
  align-items: center;
  gap: 10px;
}

.agenda-header-one-right .form-check.form-switch {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.agenda-header-one-left h2 {
  margin: 0;
  font-size: 1.7rem;
}

.agenda-header-one-left button {
  padding: 0.6rem 0.5rem !important;
  font-size: 14px !important;
}

.agenda-header-one-right .content-1,
.agenda-header-one-right .content-2 {
  font-weight: 500;
  font-size: 13px;
}

.agenda-header-two #selected-date {
  margin-top: 50px;
  font-size: 38px;
  font-weight: 500;
  font-family: var(--title-font-family);
}

.header-filter {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 50px;
  border-radius: 10px;
  position: relative;
  width: 100%;
  background-image: linear-gradient(to right, #3acfd5 30%, #8726B7 50%);
  padding: 15px 10px;
}

.header-filter select#hall-filter {
  max-width: 100px;
}

.header-filter select#format-filter {
  max-width: 120px;
}

.header-filter select#host-filter {
  width: 105px;
}

.header-filter select#timeslot-filter {
  width: 130px;
}

.header-filter select#category-filter {
  max-width: 200px;
}

.header-filter::before {
  content: "";
  padding: 10px;
width: 99.5%;
height: 94%;
top: 2px;
left: 3px;
  position: absolute;
  z-index: 0;
  border-radius: 10px;
  background: radial-gradient(90.16% 143.01% at 15.32% 21.04%, rgba(50, 44, 80, 1) 0%, rgba(40, 29, 68, 1) 77%, rgba(29, 5, 47, 1) 100%);
  background-color: rgba(0, 0, 0, 0.8);
}

.header-row-agenda {
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  padding: 25px 34px 20px;
  border-bottom: 1px solid #AEBEFF;
  z-index: 2;
  position: relative;
}

.header-bottom-agenda {
  padding: 20px 34px 20px;
  z-index: 2;
  position: relative;
}

.header-bottom-agenda .heading {
  margin-bottom: 20px;
  text-align: left;
  font-family: 'Archivo Black';
  font-size: 30px;
  color: #FFAA01;
  line-height: 36px;
}

.agenda-category {
  background-color: #981CDB;
  border-radius: 100px;
  font-weight: 500;
  padding: 4px 7px;
  text-align: center;
  width: 200px;
}

.session-item {
  display: flex;
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}

#session-list {
  /*border-radius: 10px;*/
  /*position: relative;*/
  width: 100%;
  /*background-image: linear-gradient(to right, #3acfd5 30%, #8726B7 50%);*/
  /*padding: 65px 30px;*/
}

/*#session-list::before {*/
/*  content: '';*/
/*  padding: 10px;*/
/*  width: 99.8%;*/
/*  height: 99.99%;*/
/*  top: 1.5px;*/
/*  left: 1.5px;*/
/*  position: absolute;*/
/*  z-index: 0;*/
/*  border-radius: 10px;*/
/*  background: radial-gradient(90.16% 143.01% at 15.32% 21.04%, rgba(50, 44, 80, 1) 0%, rgba(40, 29, 68, 1) 77%, rgba(29, 5, 47, 1) 100%);*/
/*  background-color: rgba(0, 0, 0, 0.8);*/
/*}*/

.session-hall {
  border-radius: 20px;
  position: relative;
  width: 100%;
  background-image: linear-gradient(to bottom, #5D3E6E 0%, #0052CC 100%);
  padding: 14px 21px;
}

.session-hall::before {
  content: '';
  width: 99%;
  height: 96.5%;
  top: 1.5px;
  left: 1.2px;
  position: absolute;
  z-index: 0;
  border-radius: 20px;
  background: radial-gradient(90.16% 143.01% at 15.32% 21.04%, rgba(50, 44, 80, 1) 0%, rgba(40, 29, 68, 1) 100%, rgba(29, 5, 47, 1) 140%);
  background-color: rgba(0, 0, 0, 0.8);
}

.session-hall-sub {
  z-index: 10;
  position: relative;
  font-family: 'Sklow';
  font-size: 13px;
}

.session-hall-sub p {
  font-size: 14px;
  font-weight: 600;
  line-height: 0;
  font-family: 'Archivo';
}

.session-item .col-md-12 {
  border-radius: 10px;
  position: relative;
  background-image: linear-gradient(to right, #23C4FE -10%, #0500A3 60%);
}

.session-item .col-md-12::before {
  content: '';
  padding: 10px;
  width: 99.5%;
  height: 99%;
  top: 1px;
  left: 2.7px;
  position: absolute;
  z-index: 0;
  border-radius: 10px;
  background: radial-gradient(90.16% 143.01% at 15.32% 21.04%, rgba(50, 44, 80, 1) 0%, rgba(40, 29, 68, 1) 77%, rgba(29, 5, 47, 1) 100%);
  background-color: rgba(0, 0, 0, 0.8);
}

.ancillary-items {
  border-radius: 25px;
  position: relative;
  width: 100%;
  background-image: linear-gradient(to right, #3acfd5 30%, #8726B7 50%);
  padding: 35px 50px;
  display: flex;
  align-items: center;
}

.ancillary-items::before {
  content: '';
  padding: 10px;
  width: 99.8%;
  height: 99.3%;
  top: 1.5px;
  left: 1.5px;
  position: absolute;
  z-index: 0;
  border-radius: 25px;
  background: radial-gradient(90.16% 143.01% at 15.32% 21.04%, rgba(50, 44, 80, 1) 0%, rgba(40, 29, 68, 1) 77%, rgba(29, 5, 47, 1) 100%);
  background-color: rgba(0, 0, 0, 0.8);
}

.sub-header-filler,
.sub-header-search {
  z-index: 1;
}

.sub-header-filler select {
  -webkit-appearance: none;
  /* Disable native styles */
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;charset=utf8,<svg width='13' height='7' viewBox='0 0 15 9' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M1.53516 1.76562L7.53516 7.76562L13.5352 1.76562' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>") !important;
  background-repeat: no-repeat !important;
  background-position: calc(100% - 10px) center !important;
  cursor: pointer;
}

.sub-header-filler select,
.sub-header-filler button {
  outline: none;
  border: none;
  border-radius: 300px;
  position: relative;
  background: transparent;
  color: white;
  border: 1px solid #0052CC;
  padding: 10px 25px;
  margin-right: 10px;
  font-size: 14px;
  font-weight: 500;
}

.speakers-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px; /* Adjust gap between grid items as needed */
}

.speakers-grid .speaker-item {
  font-size: 14px;
  font-family: 'Sklow';
}

.moderator {
  background-color: #3E1996;
  color: #fff;
  padding: 18px;
  border-radius: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.speaker {
  background-color: #56399C;
  color: #fff;
  padding: 18px;
  border-radius: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.moderator p,
.speaker p {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

.header-bottom-agenda .col-md-3 {
  width: 30%;
}

.header-bottom-agenda .col-md-9 {
  width: 70%;
}

.sub-header-search {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  width: 20%;
  justify-content: end;
}

.sub-header-filler {
  width: 80%;
}

.sub-header-search img {
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.sub-header-search input {
  display: none;
  /* Initially hidden */
  width: 0;
  max-width: 300px;
  padding: 8px 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
  background: transparent;
  outline: 0;
  transition: width 0.3s ease;
  color: white;
  border: 1px solid #0052CC;
}

.sub-header-search input::placeholder {
  color: #fff;
}

.sub-header-search input.active {
  display: block;
  width: 300px;
}

.accordion-item {
  border-radius: 10px;
  border: 1px solid #8726B7 !important;
  margin-bottom: 30px;
  background: radial-gradient(78.16% 143.01% at -24.68% 81.04%, rgba(50, 44, 80, 1) 0%, rgba(40, 29, 68, 1) 70%, rgba(29, 5, 47, 1) 180%);
  color: white;
  padding: 10px;
}

button.accordion-button {
  background: radial-gradient(78.16% 143.01% at -24.68% 81.04%, rgba(50, 44, 80, 1) 0%, rgba(40, 29, 68, 1) 70%, rgba(29, 5, 47, 1) 180%);
  color: white !important;
  box-shadow: none !important;
  border-radius: 10px;
  font-size: 20px;
  font-family: 'Archivo';
  font-weight: 700;
}

.highlight {
  background-color: rgba(215, 150, 38, 1);
}

.accordion-button::after {
  background-image: var(--accordion-btn-icon);
}

.accordion-button:not(.collapsed)::after {
  background-image: var(--accordion-btn-icon-expanded);
}

.accordion-body {
  font-family: 'Sklow';
}

.accordion-body ul {
  margin-top: 10px;
}

.accordion-body ul li {
  color: #fff;
  margin: 10px 0;
}

.accordion-item:focus-visible,
button.accordion-button:focus-visible,
button.accordion-button:focus {
  outline: 0;
}

.faq-header .sub-header-filler {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px;
}

.faq-header .sub-header-filler button {
  margin: 0 !important;
}

.faq-header .sub-header-search {
  width: auto;
}

.faq-header img {
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.faq-header input {
  padding: 8px 12px;
  border: 1px solid #ccc;
  border-radius: 300px;
  font-size: 14px;
  background: transparent;
  outline: 0;
  transition: width 0.3s ease;
  color: white;
  border: 1px solid #0052CC;
  background: url('../images/search-white.svg') no-repeat right 20px center;
  background-size: 18px;
}

.faq-header input::placeholder {
  color: white;
}

.stats-item img{
    position: relative;
    z-index: 2;
}

.faq-header .header-filter::before {
  height: 93%;
  left: 3px;
  width: 99.5%;
}

.inner-speaker-heading h2.tracks-heading {
    font-size: 130px;
    margin-bottom: 90px;
}

.acf-item.active {
  display: block;
}

.acf-item {
  display: none;
}

.partner-header .sub-header-filler {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px;
}

.partner-header .sub-header-search {
  width: auto;
}

.partner-header img {
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.partner-header input {
  padding: 8px 12px;
  border: 1px solid #ccc;
  border-radius: 300px;
  font-size: 14px;
  background: transparent;
  outline: 0;
  transition: width 0.3s ease;
  color: white;
  border: 1px solid #0052CC;
  background: url('../images/search-white.svg') no-repeat right 20px center;
  background-size: 18px;
}

.partner-header input::placeholder {
  color: white;
}

.partner-header .header-filter:before {
  height: 96%;
}




.accordion-items {
  display: none;
}

.accordion-items.active {
  display: block;
}

.sub-header-filler button.faq-btn.active {
  background: rgba(215, 150, 38, 1);
}

.sub-header-filler button.faq-btn:hover {
  background: rgba(215, 150, 38, 1);
}

.ancillary-btn {
  margin-top: 20px;
  display: flex;
  /*align-items: center;*/
  gap: 14px;
  flex-wrap: wrap;
  flex-direction: column;
}

.ancillary-btn div {
  font-size: 12px;
}

.ancillary-btn .button-cyan {
  font-size: 14px;
  letter-spacing: normal;
  padding: 0.7rem 1.6rem;
  font-weight: 500;
}

.select-event-btn {
  outline: none;
  border: none;
  border-radius: 300px;
  position: relative;
  background: transparent;
  color: white;
  border: 1px solid #0052CC;
  padding: 10px 25px 10px 40px;
  font-size: 13px;
  font-weight: 500;
  background: url('../images/before-select.svg') no-repeat left 15px center;
  background-size: 18px;
  transition: background-color 0.3s ease, background-image 0.3s ease;
}

.select-event-btn.selected {
  background: rgba(215, 150, 38, 1) url('../images/selected.svg') no-repeat left 15px center;
  background-size: 18px;
}

.submission-btn {
  padding: 35px 0 55px 0;
}



.acf-logo-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  padding: 20px;
  background-color: white;
  border-radius: 20px;
  margin-bottom: 55px;
}

.acf-logo-item {
  background: #fff;
  border: 1px solid #000;
  text-align: center;
  padding: 15px;
  border-radius: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 160px;
}

.acf-logo-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.acf-logo-inner img {
  max-width: 100%;
  height: auto;
  /*margin-bottom: 10px;*/
}

.acf-logo-title {
  font-size: 11px;
  font-weight: bold;
  color: #333;
  margin-top: 5px;
}

.acf-logo-item a {
  text-decoration: none;
  display: block;
  color: inherit;
}

.partner-header .sub-header-filler button.button-yellow {
  background: radial-gradient(ellipse at top,
      color-mix(in srgb, var(--bg-color) 55%, transparent),
      color-mix(in srgb, var(--bg-color) var(--btn-transparency), transparent)) padding-box, linear-gradient(to bottom, rgba(255, 255, 255, 1), var(--bg-color)) border-box !important;
  border-radius: var(--btn-border-radius) !important;
  border: var(--btn-border-size) solid transparent !important;
  display: none;
}

.partner-header .sub-header-filler button.button-yellow.active {
  display: inline-flex;
}

.partner-content p {
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 2px;
  color: #FFFFFF;
  margin-top: 20px;
  font-size: 16px;
  line-height: 30px;
  text-shadow: 0px 0px 36px #1D052F;
}

.partner-content .line-height {
  line-height: normal;
}

.partner-exhibit img.star-img {
  left: 0%;
}

.partner-exhibit {
  background: url("../images/partner-exhibit-bg.png");
  background-size: cover;
  background-color: rgba(29, 5, 47, 1);
  background-position: bottom;
  position: relative;
  padding: 75px 0;
}

.partner-exhibit .stats-item p {
  padding-top: 10px;
  margin-top: 5px;
  border-top: 1px solid white;
}

.partner-exhibit .stats-item {
  background-image: url("../images/bg-about.png");
  text-align: center;
  width: 170px;
  height: 145px;
  padding: 12px 15px;
  background-size: cover;
}

.about.faq-section,
.about.industries-section {
  padding: 55px 0;
}

.about.faq-section img.star-img{
  left: -35%;
}
.about.industries-section img.star-img {
  left: -26%;
}
.about.industries-section .star p {
  color: #fff;
  font-family: 'Sklow';
  width: 70%;
  font-size: 16px;
}

.about.industries-section .star {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.about.industries-section .d-grid {
  justify-items: center;
  align-items: start;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

.about.industries-section .d-grid .image-item {
  position: relative;
}

.about.industries-section .d-grid .image-item img {
  width: 100%;
  height: auto;
  display: block;
}

.about.industries-section .d-grid .image-item .head-title {
  position: absolute;
  top: 50%;
  width: 90%;
  left: 50%;
  line-height: normal;
  transform: translate(-50%, -50%);
  font-family: 'Archivo';
  font-weight: 600;
  font-size: 16px;
  color: #fff;
}

.about.industries-section .d-grid .image-item p.head-para {
  display: none;
}

.about.industries-section .d-grid .image-item:hover .head-title {
  display: block;
  top: 30%;
}

.about.industries-section .d-grid .image-item:hover p.head-para {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'Archivo';
  font-weight: 600;
  font-size: 10px;
  width: 90%;
  color: #fff;
}

.partner-exhibitor-logo {
  background-image: url("../images/tracks-bg-1.webp");
  background-color: rgba(29, 5, 47, 1);
  background-size: cover;
  background-position: center center;
  width: 100%;
  padding: 75px 0;
}

.partner-exhibitor-logo .button-black {
  transition: all 0.3s ease;
  background: radial-gradient(50% 50.56% at 50% -0.56%, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%), rgba(0, 0, 0, 0.8);
  border-top: 1px solid #fff;
  order: 0;
  border-radius: 100px;
  padding: 18px 42px;
  width: fit-content;
  margin-bottom: 40px;
}

.partner-exhibitor-logo .button-black .nav-link {
  padding: 0;
}

.partner-exhibitor-logo .button-black .nav-line {
  font-size: 18px;
}

.partner-exhibitor-logo .button-black .navbar-nav .nav-link.active,
.partner-exhibitor-logo .button-black .navbar-nav .nav-link:hover {
  transition: all 0.3s ease;
  color: var(--primary-color) !important;
}

.partner-exhibitor-logo #partner,
.partner-exhibitor-logo #exhibitor {
  color: white;
}

.partner-exhibitor-logo .acf-items{
    display: none;
}

.partner-exhibitor-logo .acf-items.active{
    display: block;
}

.partner-exhibitor-logo .acf-item{
    display: block;
    background-color: #fff;
    border-radius: 20px;
}

.partner-exhibitor-logo .acf-item .acf-logo-grid{
    margin-bottom: 0;
}

.partner-exhibitor-logo #partner p,
.partner-exhibitor-logo #exhibitor p {
  font-weight: 300;
  padding-top: 30px;
  line-height: 30px;
  max-width: 300px;
}


.startup-exhibit img.star-img {
  left: 0%;
}

.startup-exhibit.application-details img.star-img{
left: -20%;
}

.startup-exhibit {
  position: relative;
  /*padding: 75px 0;*/
}

.startup-exhibit .stats-item p {
  padding-top: 0px;
  margin-top: 5px;
  z-index: 2;
  position: relative;
}

.startup-exhibit .stats-item p.title{
    padding-top: 0px;
    margin-top: 0px;
    padding-bottom: 10px;
    font-weight: 700;
}

.startup-exhibit .stats-item img {
  z-index: 2;
  position: relative;
}

.startup-exhibit .stats-item {
  text-align: center;
  width: 220px;
  height: 220px;
  background-image: linear-gradient(to right, #3acfd5 30%, #8726B7 50%);
  padding: 12px 15px;
  position: relative;
  border-radius: 10px;
}

.startup-exhibit .stats-item::before {
    content: "";
    padding: 10px;
    width: 98%;
    height: 98%;
    top: 2px;
    left: 2.5px;
    position: absolute;
    z-index: 0;
    border-radius: 10px;
    background: radial-gradient(90.16% 143.01% at 15.32% 21.04%, rgba(50, 44, 80, 1) 0%, rgba(40, 29, 68, 1) 77%, rgba(29, 5, 47, 1) 100%);
    background-color: rgba(0, 0, 0, 0.8);
}

.application-details .bar {
  display: flex;
flex-direction: column;
align-items: center;
margin-top: 20px;
}

.application-details .bar .bar-item {
  background-image: linear-gradient(to right, #3acfd5 30%, #8726B7 50%);
  padding: 12px 15px;
  position: relative;
  border-radius: 10px;
  width: 60%;
  margin-bottom: 10px;
}

.application-details .bar .bar-item .bar-inner-item {
  z-index: 2;
  position: relative;
  color: #fff;
}

.application-details .bar .bar-item::before {
    content: "";
    padding: 10px;
    width: 99.3%;
    height: 92%;
    top: 2px;
    left: 2px;
    position: absolute;
    z-index: 0;
    border-radius: 10px;
    background: radial-gradient(90.16% 143.01% at 15.32% 21.04%, rgba(50, 44, 80, 1) 0%, rgba(40, 29, 68, 1) 77%, rgba(29, 5, 47, 1) 100%);
    background-color: rgba(0, 0, 0, 0.8);
}

.partner-exhibitor-logo .sub-header-filler button.faq-btn {
    background: rgba(215, 150, 38, 1);
    margin-top: 40px;
}

.partner-exhibitor-logo .sub-header-filler {
    width: 100%;
}
@keyframes scroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}
.partner-carousel .owl-stage{
    display: flex;
    animation: scroll 300s linear infinite; 
}

.bg-agenda h1.section-heading {
    color: white;
    font-size: var(--h2-font-size);
    font-weight: var(--font-weight-bold);
}
.event-cts h1{
    font-size: 38px;
}
.event-cts h3{
    font-size: 26px;
}
#view-all {
    max-height: 0px;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out; /* Smooth reveal effect */
}

#view-all.expanded {
    max-height: 1000px; /* A large value to reveal all content */
}

.key-track-item p{
    color: #fff;
}
.key-track-item .title{
    font-family: "Archivo";
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: left;
    font-size: 30px;
    color: #FFAA01;
    font-weight: 600;
}
.key-track-item .content{
    font-family: 'Sklow';
    line-height: 1.8;
    font-size: 16px;
}

.key-track-item .scroll-content{
    height: 140px;
    overflow-y: scroll;
    scrollbar-width: thin;
    overflow-x: hidden;
    scrollbar-color: rgb(58 10 94) rgba(29, 5, 47, 1);
}

.key-track-item .scroll-content .btn{
    box-shadow: none;
}

.key-tracks {
    top: -45px;
    position: relative;
}
.key-track-item{
    margin-bottom: 40px;
}

.background-img-roundtable .vanue {
    margin-right: 10px;
    padding-right: 20px;
    color: #FFAA01;
    border-right: 4px solid white;
}

.background-img-roundtable .date-details{
    margin-right: 10px;
    padding-right: 20px;
    color: #01DAC5;
    border-right: 4px solid white;
}

.background-img-roundtable .timings{
    /*margin-right: 10px;*/
    /*padding-right: 20px;*/
    color: #C357FF;
    /*border-right: 4px solid white;*/
}

.background-img-roundtable .vanue img,
.background-img-roundtable .date-details img,
.background-img-roundtable .timings img{
  margin-right: 14px;
}

.background-img-roundtable .vanue, 
.background-img-roundtable .date-details,
.background-img-roundtable .timings{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    font-size: 12px;
    font-weight: 700;
    align-items: center;
    font-family: 'Archivo';
    letter-spacing: 0.5px;
}


.background-img-roundtable-sf .vanue, 
.background-img-roundtable-ex .vanue{
    margin-right: 10px;
    padding-right: 20px;
    color: #FFAA01;
    border-right: 4px solid white;
}

.background-img-roundtable-sf .date-details,
.background-img-roundtable-ex .date-details{
    margin-right: 10px;
    padding-right: 20px;
    color: #01DAC5;
    border-right: 4px solid white;
}

.background-img-roundtable-sf .timings,
.background-img-roundtable-ex .timings{
    /*margin-right: 10px;*/
    /*padding-right: 20px;*/
    color: #C357FF;
    /*border-right: 4px solid white;*/
}

.background-img-roundtable-sf .vanue img,
.background-img-roundtable-sf .date-details img,
.background-img-roundtable-sf .timings img,
.background-img-roundtable-ex .vanue img,
.background-img-roundtable-ex .date-details img,
.background-img-roundtable-ex .timings img{
  margin-right: 14px;
}

.background-img-roundtable-sf .vanue, 
.background-img-roundtable-sf .date-details,
.background-img-roundtable-sf .timings,
.background-img-roundtable-ex .vanue, 
.background-img-roundtable-ex .date-details,
.background-img-roundtable-ex .timings{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    font-size: 12px;
    font-weight: 700;
    align-items: center;
    font-family: 'Archivo';
    letter-spacing: 0.5px;
}


.roundtable h2.section-heading{
    font-size: 55px;
}
.roundtable-2 img.star-img {
    left: -10%!important;
}
.roundtable.startup-exhibit .stats-item p.title {
    text-align: center;
}
.roundtable.startup-exhibit .stats-item p {
    text-align: start;
}

.roundtable.startup-exhibit .stats-item{
    width: 220px;
    height: 175px;
}

.startup-exhibit.roundtable-sf .stats-item{
    width: 300px;
    height: 305px;
}

.startup-exhibit.roundtable-sf .stats-item::before{
    top: 3px;
    left: 3px;
}

.roundtable.startup-exhibit .discussion-points{
    padding-top: 55px;
}

.modal.show{
    z-index: 9999;
    background-color: #000000bf;
}

.form-roundtable{
    background-image: linear-gradient(to right, #3acfd5 30%, #8726B7 50%);
    position: relative;
    border-radius: 10px;
}

.form-roundtable::before{
    content: "";
    padding: 10px;
    width: 99.3%;
    height: 99%;
    top: 2px;
    left: 2px;
    position: absolute;
    z-index: 0;
    border-radius: 10px;
    background: radial-gradient(90.16% 143.01% at 15.32% 21.04%, rgba(50, 44, 80, 1) 0%, rgba(40, 29, 68, 1) 77%, rgba(29, 5, 47, 1) 100%);
    background-color: rgba(0, 0, 0, 0.8);
}

.form-roundtable .modal-content{
    border-radius: 0;
    background-image: none;
}

.form-roundtable .modal-content p{
    margin-bottom: 0;
}

.form-roundtable .modal-content .button-yellow{
    margin-top: 20px;
}

.form-roundtable .modal-content #specify{
    margin: 10px 0;
}

.form-plan-your-stay{
    background-image: linear-gradient(to right, #3acfd5 30%, #8726B7 50%);
    position: relative;
    border-radius: 10px;
}

.form-plan-your-stay::before{
    content: "";
    padding: 10px;
    width: 99.3%;
    height: 99%;
    top: 2px;
    left: 2px;
    position: absolute;
    z-index: 0;
    border-radius: 10px;
    background: radial-gradient(90.16% 143.01% at 15.32% 21.04%, rgba(50, 44, 80, 1) 0%, rgba(40, 29, 68, 1) 77%, rgba(29, 5, 47, 1) 100%);
    background-color: rgba(0, 0, 0, 0.8);
}

.form-plan-your-stay .modal-content{
    border-radius: 0;
    background-image: none;
}

.form-plan-your-stay .modal-content p{
    margin-bottom: 0;
}

.form-plan-your-stay .modal-content .button-yellow{
    margin-top: 20px;
}

.form-plan-your-stay .modal-content #specify{
     margin: 10px 0;
 }

.roundtable-2{
  background-image: url("../images/roundtable-agenda-bg.png");
  background-color: rgba(29, 5, 47, 1);
  background-size: cover;
  background-position: center center;
}
 
 .accordion-header {
    margin-bottom: 0!important;
}

.content-only img.star-img {
    left: -17%;
}
.book-now img.star-img {
    left: -35%;
}
.theme-ids img.star-img {
    left: -7%;
}
.plan-your-stay{
    padding-bottom: 55px;
}

.venue-section.plan-your-stay .venue-sub-items .venue-img.img-1 {
    background-image: url("../images/hotel.png");
    background-color: rgba(29, 5, 47, 1);
    background-size: cover;
    width: 100%;
    position: relative;
    padding: 35px 20px;
    justify-content: center;
    display: flex;
}

.plan-your-cta .newsletter .newsletter-bg {
  width: 100%;
  border-radius: 10px;
  padding: 35px 75px;
  background-color: #690DB8;
}

.plan-your-cta .newsletter p {
  text-align: center;
  color: #fff;
  font-family: 'Sklow';
  font-size: 16px;
}

.plan-your-cta .register-btn.button.button-newsletter {
  padding: 8px 33px;
  font-size: 14px;
  border-radius: 100px;
  color: #ffffff;
  font-weight: 600;
  border-top: 1px solid #fff;
  border-bottom: 0px;
  border-right: 0px;
  border-left: 0px;
  background: radial-gradient(50% 50.56% at 50% -0.56%, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%), rgba(255, 170, 1, 0.8);
  box-shadow: 0px 24px 72px rgba(255, 170, 1, 0.5);
}

.plan-your-cta .register-btn.button.button-newsletter:hover {
  --bg-color: var(--clr-btn);
  background: radial-gradient(50% 50.56% at 50% -0.56%, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%), rgba(255, 170, 1, 1);
  box-shadow: var(--btn-glow-hover-hoffset) var(--btn-glow-hover-voffset) var(--btn-glow-blur) color-mix(in srgb, var(--bg-color) 75%, transparent);
  transition: var(--btn-transition) var(--btn-transition-timing);
}

.form-roundtable:has(.modal-content form.wpcf7-form.sent)::before {
    height: 97%;
}

.plan-your-cta{
    padding-bottom: 55px;
}

.venue-section.about-us .venue-sub-items .venue-img.img-1 {
    background-image: url("../images/Pullman%20Hotel.png");
    background-color: rgba(29, 5, 47, 1);
    background-size: cover;
    width: 100%;
    position: relative;
    padding: 35px 20px;
    justify-content: center;
    display: flex;
}

.faq-header.blog-header .sub-header-filler {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}
#view-more,
#view-more-1{
  display: none;
}
.blog-header .header-filter select#category-filter {
    width: 150px;
    max-width: 100%;
}
.blog-list{
    padding-bottom: 55px;
}
.blog-list .container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.blog-list .post-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.blog-list .inner-items{
    padding: 20px;
}
.blog-list .inner-items .button-cyan{
    background: #01DAC5CC;
}
.blog-list .inner-items .button-cyan:hover{
    background: #01DAC5;
}
.blog-list .post-thumbnail img{
    height: 180px;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
    background-size: cover;
}

.blog-list .post-meta .post-category,
.blog-list .post-meta .post-date{
    background-color: #3F395A;
    color: #fff;
    font-family: 'Archivo';
    font-size: 12px;
    border-radius: 300px;
    padding: 7px 12px;
    border: 2px solid #565170;
}

.blog-inner .post-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.blog-inner .post-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.post-content {
    color: white;
    font-size: 16px;
}

.post-content p{
    color: white;
    font-size: 16px;
}

.post-content li {
    margin-bottom: 10px;
    color: #fffffff2;
    font-family: 'Sklow';
}

.single-post{
    padding-bottom: 55px;
}

.blog-inner .post-meta .post-category,
.blog-inner .post-meta .post-date{
    background-color: rgb(63 57 90 / 50%);
    color: #fff;
    font-family: 'Archivo';
    font-size: 12px;
    border-radius: 300px;
    padding: 7px 12px;
    border: 2px solid #565170;
}

.blog-inner h1{
    margin-top: 20px;
}

.img-inner-featured{
    height: 300px;
    object-fit: cover;
    border-radius: 30px;
    object-position: left;
}

.blog-list .post{
    background-color: #281B43;
    border-radius: 20px;
    border: 2px solid #8726B7;
}

.blog-list .inner-items .post-excerpt p,
.blog-list .inner-items .post-excerpt{
    color: #FFFFFFCC;
}
.speaker-page-modal .modal-content{
    background-image: none;
    background-color: #1d052f;
    border: 2px solid #8726B7;
}
.speaker-page-modal .modal-content #popup-description{
    height: 250px;
    overflow-y: auto;
}
.speaker-page-modal .modal-content #popup-current-designation{
    color: #FFAA01;
}
.speaker-page-modal .modal-content #popup-image{
    height: 250px;
    margin-bottom: 30px;
    border-radius: 20px;
    object-fit: cover;
}
.speaker-page-modal .row-keynote .d-grid {
  justify-items: center;
  align-items: start;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
.speakers-keynotes.speaker-page.speaker-page-modal .speaker-card {
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #690DB8, #690DB8);
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    border-top: 1px solid rgba(255, 255, 255, 0.8);
    border-left: 1px solid rgba(255, 255, 255, 0.8);
    border-right: 1px solid rgba(255, 255, 255, 0.8);
    cursor: pointer;
}
.speaker-page-modal .modal-content.no-description #popup-description {
    height: 100%;
}

.funding span.wpcf7-list-item.first{
    margin: 0;
}
.startup-mixer-checkbox .wpcf7-list-item {
    margin: 0 0 0.5em 1em;
}
.startup-checkbox span,
.funding span.wpcf7-list-item.first{
    margin-top: 5px;
}

.startup-checkbox {
    flex-direction: column;
    display: flex;
    gap: 5px;
    margin-top: 10px;
}

.background-img-roundtable-sf h1,
.background-img-roundtable-ex h1{
    font-size: 36px!important;
    margin-top: 15px;
}
.rt-logos-section img{
    width: 100px;
}
.blog-inner{
    height: 600px;
}
.scatter-img{
    width: 60px!important;
}

/* Sticky Footer */
.sticky-footer {
  position: fixed;
  bottom: 0px;
  border-top: 1px solid #4c1059;
  color: #ffffff;
  text-align: center;
  z-index: 9899;
  font-size: 1rem;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
  background-image: linear-gradient(to bottom, #5D3E6E 0%, #0052CC 100%);
  padding: 20px;
  border-radius: 10px;
}
.timer-text {
  font-weight: bold;
  color: #ff9900;
  font-size: 18px;
}
.sticky-footer{
    width: 100%;
}
.time-tilda{
    font-size: 20px;
    font-family: 'Archivo Black';
}
.time {
    font-size: 1.5rem;
    font-weight: bold;
    font-family: 'Archivo Black';
    line-height: 0.5;
}

.footer-count .sticky-footer .container {
  z-index: 2;
  position: relative;
}

.footer-count .sticky-footer::before {
    content: '';
    width: 99.2%;
    height: 92%;
    top: 3.5px;
    left: 3.5px;
    position: absolute;
    z-index: 0;
    border-radius: 10px;
    background: radial-gradient(90.16% 143.01% at 15.32% 21.04%, rgba(50, 44, 80, 1) 0%, rgba(40, 29, 68, 1) 100%, rgba(29, 5, 47, 1) 140%);
    background-color: rgba(0, 0, 0, 0.8);
}

.footer-count .sticky-footer .button-yellow {
  padding: 10px 20px;
font-size: 14px;
}

#navbarNav .button-cyan{
    padding: 10px 20px;
    font-size: 14px;
}

.event-cts a.button-yellow{
    margin-left: 5em;
}

.news-item-top #press-release,
.news-item-top #top-online-stories{
    text-align: left;
    background-color: #2F284D;
    /*padding: 35px;*/
    border-radius: 10px;
    border: 2px solid #8726B7;
}

.news-item-top [data-category="Press-Release"],
.news-item-top [data-category="Online-Stories"]{
    padding: 25px 20px 15px;
    border-bottom: 1px solid #AEBEFF;
}

.news-item-top [data-category="Press-Release"]:last-child,
.news-item-top [data-category="Online-Stories"]:last-child{
    border-bottom: none;
}

.news-item-top [data-category="Newspaper-Clips"],
.news-item-top [data-category="TV-Clips"]{
    text-align: left;
    background-color: #1f183c;
    border-radius: 20px;
    border: 2px solid #8726B7;
    padding: 15px;
}

.news-item-top [data-category="Newspaper-Clips"] .fancybox img{
    border-radius: 20px;
    width: 300px;
    height: 300px;
    object-fit: cover;
}

.news-item-top [data-category="TV-Clips"] .fancybox img{
    border-radius: 20px;
    width: 300px;
    height: 300px;
    object-fit: cover;
}

.news-item-top [data-category="TV-Clips"] .video-thumbnail{
    position: relative;
}

.news-item-top [data-category="TV-Clips"] .video-thumbnail::before{
    content: "";
    position: absolute;
    inset: 0px;
    background-color: black;
    opacity: 0.6;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.news-item-top [data-category="TV-Clips"] .video-thumbnail::after{
    content: "";
    position: absolute;
    background: url("../images/video-icon.svg") no-repeat;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-size: contain;
    width: 40px;
    height: 40px;
    pointer-events: none;
}

.news-item-top #top-newspaper-clips,
.news-item-top #top-tv-clips{
  /*display: grid;*/
  justify-items: center;
  align-items: center;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}

.news-item-top #press-release h3,
.news-item-top #top-online-stories h3{
    text-align: left;
    font-size: 16px;
    font-family: 'Archivo Black';
}

.news-item-top #press-release p,
.news-item-top #top-online-stories p,
.news-item-top #top-newspaper-clips p,
.news-item-top #top-tv-clips p{
    color: white;
    font-size: 12px;
    font-weight: 700;
}

/* Event Video Section */
.video-section {
    height: 100%;
    width: 100%;
    background: black;
    /*cursor: url("../images/cursor-play.png") 56 56, pointer;*/
}

.video-section video {
    width: 100%;
    height: 90vh;
    object-fit: cover;
    z-index: -2;
}




/************ COOKIES POLICY ************/

.ccc-notify-text h1 {
    font-family: 'Archivo';
    font-weight: 600;
    font-size: 1.75rem;
    letter-spacing: 0px;
    line-height: 2.25rem;
    text-transform: uppercase;
    margin-bottom: 0px;
    padding: 1em 0;
    padding-right: 0!important;
}

#ccc .ccc-notify-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ccc-notify-text p,
.ccc-notify-text li,
.ccc-notify-text b{
    font-family: 'Sklow';
    color: #fff;
    font-size: 16px!important;
}

 #ccc #ccc-notify a{
    color: var(--primary-color)!important;
    text-decoration: underline;
}

#ccc .ccc-notify-button.ccc-reject-button{
    color: var(--clr-white);
    padding: 10px 30px!important;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    position: relative;
    background: rgba(29, 5, 47, 1)!important;
    border-radius: var(--btn-border-radius);
    border: var(--btn-border-size) solid white;
    letter-spacing: var(--btn-letter-spacing);
}

#ccc .ccc-notify-button.ccc-accept-button{
    --bg-color: var(--clr-yellow);
    font-weight: 600;
    color: var(--clr-white);
    padding: 15px 30px!important;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    position: relative;
    background: radial-gradient(ellipse at top, 
color-mix(in srgb, var(--bg-color) 55%, transparent), 
color-mix(in srgb, var(--bg-color) var(--btn-transparency), transparent)) padding-box, linear-gradient(to bottom, rgba(255, 255, 255, 1), var(--bg-color)) border-box!important;
    border-radius: var(--btn-border-radius);
    border: var(--btn-border-size) solid transparent;
    box-shadow: var(--btn-glow-hoffset) var(--btn-glow-voffset) var(--btn-glow-blur) 
color-mix(in srgb, var(--bg-color) 35%, transparent);
    transition: var(--btn-transition) var(--btn-transition-timing);
    letter-spacing: var(--btn-letter-spacing);
}

#ccc .ccc-notify-button {
    color: var(--clr-white);
    padding: 10px 30px!important;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    position: relative;
    background: rgba(29, 5, 47, 1)!important;
    border-radius: var(--btn-border-radius);
    border: var(--btn-border-size) solid white;
    letter-spacing: var(--btn-letter-spacing);
}

#ccc .ccc-notify-button.ccc-accept-button::focus-visible,
#ccc .ccc-notify-button.ccc-reject-button::focus-visible,
#ccc .ccc-notify-button::focus-visible{
    outline: 0;
}

#ccc .ccc-notify-button {
    width: 100%;
}

@media only screen and (min-width: 62rem) {
    .ccc-notify-text h1 {
        font-size: 2.5rem!important;
        letter-spacing: 0.25px!important;
        line-height: 3rem!important;
    }
}

@media (min-width: 50rem) {
    /*.ccc-notify-text h1 {*/
    /*    width: 28rem;*/
    /*}*/
}

@media only screen and (min-width: 36rem) {
    .ccc-notify-text h1 {
        font-size: 2rem!important;
        letter-spacing: 0px!important;
        line-height: 2.5rem!important;
    }
}

/************ COOKIES POLICY ************/