:root {
  font-family: system-ui, Avenir, Helvetica, Arial, sans-serif;
  line-height: 1.5;
  font-weight: 400;
  color-scheme: light dark;
  color: #ffffffde;
  background-color: #242424;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* a {
  font-weight: 500;
  color: #646cff;
  text-decoration: inherit;
} */
/* a:hover {
  color: #535bf2;
} */
/* body {
  margin: 0;
  display: flex;
  place-items: center;
  min-width: 320px;
  min-height: 100vh;
} */
h1 {
  font-size: 3.2em;
  line-height: 1.1;
}
button {
  border-radius: 8px;
  border: 1px solid transparent;
  padding: 0.6em 1.2em;
  font-size: 1em;
  font-weight: 500;
  font-family: inherit;
  background-color: #1a1a1a;
  cursor: pointer;
  transition: border-color 0.25s;
}
button:hover {
  border-color: #646cff;
}
button:focus,
button:focus-visible {
  outline: 4px auto -webkit-focus-ring-color;
}
@media (prefers-color-scheme: light) {
  :root {
    color: #213547;
    background-color: #fff;
  }
  a:hover {
    color: #747bff;
  }
  button {
    background-color: #f9f9f9;
  }
}
#root {
  max-width: 1280px;
  margin: 0 auto;
  padding: 2rem;
  text-align: center;
}
.logo {
  height: 6em;
  padding: 1.5em;
  will-change: filter;
  transition: filter 0.3s;
}
.logo:hover {
  filter: drop-shadow(0 0 2em #646cffaa);
}
.logo.react:hover {
  filter: drop-shadow(0 0 2em #61dafbaa);
}
@keyframes logo-spin {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
@media (prefers-reduced-motion: no-preference) {
  a:nth-of-type(2) .logo {
    animation: logo-spin infinite 20s linear;
  }
}
.card {
  padding: 2em;
}
.read-the-docs {
  color: #888;
}
.light-rays-container {
  width: 100%;
  height: 100%;
  position: relative;
  pointer-events: none;
  z-index: 3;
  overflow: hidden;
}
.main-new-banner .image-block {
  position: relative;
}
.main-new-banner .image-block img.bg-img {
  position: relative;
  width: 100%;
  height: 700px;
}
.main-new-banner .header-con {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.main-new-banner .header-content-sec {
  position: absolute;
  top: 350px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  text-align: center;
}
.main-new-banner .header-content-sec img.eveimg {
  max-width: 300px;
  width: 100%;
  margin-bottom: 30px;
}
.main-new-banner .date-con,
.speakers .cards .spe-card {
  margin-bottom: 40px;
}
.main-new-banner .date-con p {
  display: inline-block;
  vertical-align: middle;
  width: 49%;
  font-family: CustomFont, sans-serif;
  color: #fff;
  text-transform: uppercase;
  text-align: left;
  font-size: 20px;
}
.main-new-banner .date-con p:first-child {
  position: relative;
  text-align: right;
  padding-right: 75px;
  letter-spacing: 2px;
}
.main-new-banner .date-con p:first-child:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100px;
  right: 30px;
  background: #fff;
  top: -30px;
}
.main-new-banner a {
  font-family: CustomFont, sans-serif;
  color: #fff;
  background: #c22b2b;
  text-transform: uppercase;
  padding: 9px 23px;
  display: block;
  max-width: 170px;
  margin: 0 auto;
}
.rays-layer {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 991px) {
  .main-new-banner .header-content-sec img.eveimg {
    max-width: 350px;
    margin-bottom: 40px;
  }
}
@media (max-width: 750px) {
  .main-new-banner .header-content-sec {
    width: 70%;
  }
}
@media (max-width: 575px) {
  .main-new-banner .image-block img.bg-img {
    height: 900px;
  }
  .main-new-banner .date-con p {
    font-size: 16px;
  }
  .main-new-banner .headspeak-slider {
    margin-bottom: 30px;
  }
  .main-new-banner .headspeak-slider .slide-left img {
    max-width: 200px;
  }
}
