/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
body,
html {
  overflow-x: hidden;
}

a {
  color: inherit;
}
a:hover {
  color: inherit;
}

.elementor-button-wrapper a.elementor-button:hover {
  text-decoration: none;
}

ul ul {
  list-style-type: inherit;
}

.abs-dotted-hero-bg-right {
  overflow: hidden;
}
.abs-dotted-hero-bg-right::before {
  content: "";
  display: none;
  position: absolute;
  background: url("./assets/images/dots.svg") no-repeat center center;
  background-size: cover;
  width: 142px;
  height: 453px;
  top: 14px;
  right: -34px;
  margin-left: auto;
}

.abs-dotted-hero-bg-left::before {
  content: "";
  display: none;
  position: absolute;
  background: url("./assets/images/dots.svg") no-repeat center center;
  background-size: cover;
  width: 142px;
  height: 453px;
  display: inline-block;
  top: 26%;
  left: -110px;
}

.abs-dotted-section-bg-left::before {
  content: "";
  display: none;
  position: absolute;
  background: url("./assets/images/dots.svg") no-repeat center center;
  background-size: cover;
  width: 142px;
  height: 453px;
  display: inline-block;
  top: 26%;
  left: 0px;
}

.abs-dotted-section-bg-bottom::after {
  content: "";
  display: none;
  position: absolute;
  background: url("./assets/images/dots.svg") no-repeat center center;
  background-size: cover;
  width: 142px;
  height: 453px;
  display: inline-block;
  transform: rotate(45deg);
  bottom: 0;
  left: 45%;
}

.post-5079 .elementor-widget-image {
  opacity: 0.5;
}

.abs-overlay-hover:hover {
  background-color: rgba(102, 40, 236, 0.2);
}

.e-gallery--ltr.e-gallery-masonry .e-gallery-item {
  height: 100%;
}

.e-gallery-masonry .e-gallery-image {
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.elementor-location-header .elementor-sticky {
  transition: background-color 0.5s ease;
}
.elementor-location-header .elementor-sticky.scrolled::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}

.abs-header-menu .e-n-menu-content .e-child::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

#media-event-partners img,
#media-event-partners .e-gallery-image {
  filter: grayscale(100%) opacity(70%);
  transition: filter 0.3s ease;
}
#media-event-partners img:hover,
#media-event-partners .e-gallery-image:hover {
  filter: none;
}

.sib_signup_box_inside_1 .sib-email-area input.sib-email-area {
  padding: 20px;
  border-radius: 45px;
  color: #959595;
  background-color: white;
}
.sib_signup_box_inside_1 .sib-email-area input.sib-default-btn {
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50px;
  background: #01f1ff;
  font-size: 12px;
  padding: 15px 30px;
  font-weight: 500;
  box-shadow: 0px 10px 50px 0px rgba(61, 55, 241, 0.25);
}

.abs-pink-border-hover a:hover {
  box-shadow: 0 0 0 1px #e8bbf8;
}

.abs-white-btn-hover .elementor-button {
  border: solid 2px white;
}
.abs-white-btn-hover .elementor-button:hover {
  border: solid 2px black;
  background: linear-gradient(104.01deg, #00e8ff -12.15%, #00afff 3.05%, #3babfd 7.19%, #8ea5fc 11.33%, #cba1fb 14.1%, #f09efa 16.86%, #ff9efa 18.24%, #f9b8e1 23.77%, #eff0ae 34.82%, #00fffd 45.87%, #0ff5fd 48.63%, #39ddfe 54.16%, #66c4ff 59.68%, #ffd2ee 74.88%, #f2e1f4 80.4%, #dff8ff 85.93%, #cbf3ff 87.31%, #9ae9ff 91.46%, #4ad8ff 96.98%, #00c8ff 101.13%, #00ffff 114.94%, #9bfcd5 125.99%);
}

.abs-agenda-speakers {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 736px;
}
.abs-agenda-speakers .abs-agenda-speaker .abs-agenda-speaker-image a {
  width: 72px;
  height: 72px;
  display: block;
  margin-right: 15px;
}
.abs-agenda-speakers img {
  border-radius: 50%;
}
.abs-agenda-speakers h3 {
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}
.abs-agenda-speakers p {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 5px;
  color: #b0b0b0;
}
.abs-agenda-speakers .abs-agenda-speaker {
  margin-bottom: 15px;
  margin-right: 15px;
}
.abs-agenda-speakers .abs-agenda-speaker-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 768px) {
  .abs-agenda-speakers .abs-agenda-speaker-text {
    width: -moz-max-content;
    width: max-content;
  }
}
.abs-agenda-speakers .abs-agenda-speaker-text .speaker-tags .tag {
  text-align: center;
  padding: 3px 7px;
  border: 2px solid #02F1FF;
  border-radius: 23px;
  color: white;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0.6px;
}

.abs-agenda-speaker a {
  text-decoration: none !important;
}

.abs-agenda-inner-tabs .e-n-tabs-heading {
  border-bottom: 0 !important;
}

@media (min-width: 768px) {
  .p-md-1 {
    padding: 0.25rem;
  }
  .p-md-2 {
    padding: 0.5rem;
  }
  .p-md-3 {
    padding: 1rem;
  }
  .p-md-4 {
    padding: 1.5rem;
  }
  .p-md-5 {
    padding: 3rem;
  }
  .pt-md-1 {
    padding-top: 0.25rem;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem;
  }
  .pl-md-1 {
    padding-left: 0.25rem;
  }
  .pr-md-1 {
    padding-right: 0.25rem;
  }
  .pt-md-2 {
    padding-top: 0.5rem;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem;
  }
  .pl-md-2 {
    padding-left: 0.5rem;
  }
  .pr-md-2 {
    padding-right: 0.5rem;
  }
  .pt-md-3 {
    padding-top: 1rem;
  }
  .pb-md-3 {
    padding-bottom: 1rem;
  }
  .pl-md-3 {
    padding-left: 1rem;
  }
  .pr-md-3 {
    padding-right: 1rem;
  }
  .pt-md-4 {
    padding-top: 1.5rem;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem;
  }
  .pl-md-4 {
    padding-left: 1.5rem;
  }
  .pr-md-4 {
    padding-right: 1.5rem;
  }
  .pt-md-5 {
    padding-top: 3rem;
  }
  .pb-md-5 {
    padding-bottom: 3rem;
  }
  .pl-md-5 {
    padding-left: 3rem;
  }
  .pr-md-5 {
    padding-right: 3rem;
  }
}
@media (min-width: 1024px) {
  .abs-dotted-hero-bg-left::before {
    display: block;
  }
  .abs-dotted-hero-bg-right::before {
    display: block;
  }
}
@media (max-width: 800px) {
  div.wof-wheel .wof-left {
    transform: rotate(-90deg);
  }
  .wof-wheel .wof-slice img {
    max-width: 61px;
  }
  .wof-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 600px) {
  div.wof-wheel .wof-left {
    order: initial;
  }
}
.agenda-stage-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: auto;
  gap: 0 30px;
}

@media (min-width: 600px) {
  .agenda-stage-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .agenda-stage-grid {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, auto);
  }
}
.agenda-stage-column {
  position: relative;
  width: 100%;
  padding-top: 122.2222222222%;
  background-size: cover;
  background-position: center;
  margin-bottom: 30px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}
.agenda-stage-column .agenda-stage-content {
  position: absolute;
  top: 83%;
  left: 50%;
  width: 80%;
  transform: translateX(-50%);
}
.agenda-stage-column .agenda-stage-content h3 {
  margin: 0;
  font-size: 36px;
  line-height: 48px;
  max-width: 288px;
}
.agenda-stage-column .agenda-stage-content h4 {
  font-size: 24px;
  margin-bottom: 12px;
}
.agenda-stage-column .agenda-stage-content .btn-get-tickets {
  display: none;
  padding: 15px 20px !important;
}
.agenda-stage-column .agenda-stage-content .btn-get-tickets:hover {
  text-decoration: none;
  background-color: #464646 !important;
}
.agenda-stage-column:hover .btn-get-tickets {
  display: inline-block;
}
.agenda-stage-column.web-3-game-con h3 {
  max-width: 203px;
}
.agenda-stage-column.plurality-summit .agenda-stage-content {
  top: 56%;
}

.discover-side-events {
  border: 1px solid #5f5f5f;
  background-color: #060606;
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 73px;
  border: 1px solid #5F5F5F;
  padding: 54px 32px;
  height: 378px;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.discover-side-events .btn-get-tickets {
  display: inline-block;
  margin-top: 50px;
  padding: 15px 20px !important;
  width: -moz-fit-content;
  width: fit-content;
  padding: 15px 20px !important;
}
.discover-side-events .discover-side-events-heading {
  font-size: 18px;
  color: #6628ec;
  border-bottom: 1px solid #5F5F5F;
  padding-bottom: 10px;
}
.discover-side-events .agenda-stage-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.discover-side-events .agenda-stage-content h3 {
  font-size: 24px;
  line-height: 31.25px;
  flex-grow: 1;
}
.discover-side-events .agenda-stage-content h5 {
  font-size: 14px;
  color: #6a6a6a;
  margin-bottom: 0;
}
.discover-side-events img {
  margin-bottom: 20px;
}
.discover-side-events h3 {
  max-width: 100%;
}

.side-event-day-heading {
  position: relative;
  padding-left: 20px;
  margin-top: -7px;
}
.side-event-day-heading::before {
  content: "";
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-color: grey;
  border-radius: 50%;
}

.abs-speaker-img-container img {
  transition: transform 0.3s ease-in-out;
}
.abs-speaker-img-container:hover img {
  transform: translateY(-13px) translateX(-8px) scale(1.05);
}

.abs-slide-in-up {
  transform: translateY(100px);
  transition: transform 1s cubic-bezier(0, 0, 0.2, 1); /* decelerating to zero velocity */
}

.abs-fade-in {
  opacity: 0;
  animation: fadeInAnimation ease 2s;
  animation-fill-mode: forwards;
}

@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.tag-memory .speaker-tag .elementor-widget-container,
.speaker-tags .tag.memory {
  border-color: white !important;
}/*# sourceMappingURL=style.css.map */