@import url(../fonts/Gropled/stylesheet.css);

.org-menu {
  display: grid;
  grid-template-columns: repeat(6, minmax(100px, 1fr));
  gap: 3px;
}

.org-menu .org-btn {
  width: 100% !important;
  margin: 0 !important;
}

.metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  justify-items: center;
}

.metrics .item-label {
  font-family: "gropledbold";
  color: #fff;
  font-size: 8rem;
  line-height: 1;
}

.metrics .item-sublabel {
  font-family: "Montserrat";
  color: #fff;
  font-size: 1.5rem;
}

#what-was .header-wrapper {
  margin-bottom: 0;
}

.order-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.order-grid a {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem;
  font-size: 30px;
  align-items: center;
}

.order-grid a svg {
  height: 40px;
}

.order-grid a svg path {
  fill: #000;
}

.order-grid a:hover svg path {
  fill: rgb(10, 88, 202);
}

.speakers-items {
  display: grid;
  grid-template-rows: 1fr;
  row-gap: 3rem;
}

.speakers-items .speaker-item {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 2.5rem;
}

.speakers-items .speaker-item a {
  text-decoration: underline;
}

.speakers-items .speaker-item img {
  display: block;
  max-width: 100%;
}

.speakers-items .speaker-item .sp-body {
  display: grid;
  grid-template-rows: 1fr auto;
}

.speakers-items .speaker-item .sp-body .sp-title {
  font-size: 30px;
  line-height: 1.125;
  font-weight: 600;
}

.speakers-items .speaker-item .sp-body .sp-title .sp-sub-title {
  font-size: 22px;
  line-height: 1.125;
  font-weight: 400;
  margin-top: 0.5rem;
}

.speakers-items .speaker-item .sp-body .sp-author {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.25;
}

#metaverse {
  width: 100%;
  height: auto;
  aspect-ratio: 1480/860;
  background-image: url(../images/MainSpaceDark.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

#metaverse .metaverse-blank {
  position: absolute;
  top: calc(50% + 32px);
  left: 0;
  transform: translateY(-50%);
  font-family: "Gropled";
  color: #fff;
  font-size: 6vw;
  line-height: 1;
  width: 100%;
  text-align: center;
}

#technopartner-partners {
  background: #fff;
  display: grid;
  align-content: center;
  width: 25%;
  aspect-ratio: 290.5/207;
}

#technopartner-partners a {
  height: 100%;
}

#technopartner-partners img {
  width: 80%;
  height: auto;
  display: block;
  margin: auto;
}

.modal-open {
  padding-right: 0 !important;
}

.modal-body .form-check {
  padding-left: 2.5em;
}

.modal-body #form-agree {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.25rem;
}

.modal-body .form-check .form-check-input {
  float: left;
  margin-left: -2em;
}

.modal-body .agree,
.modal-body .agree-info {
  font-size: 0.75rem;
}

.modal-body .agree .link,
.modal-body .agree-info .link {
  text-decoration: underline;
}

.modal-body .form-control {
  padding: 0.5rem 0.75rem;
}

.modal-body .form-select {
  padding: 0.5rem 2.25rem 0.5rem 0.75rem;
}

.modal-body .btn-close {
  position: absolute;
  right: -0.75rem;
  top: -0.75rem;
  z-index: 99999;
  padding: 0.25rem;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  opacity: 1;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}

.modal-body .ask-a-question {
  color: #000;
  font-family: "Montserrat";
  border: 2px solid #000;
  padding: 1rem 2rem;
  text-align: center;
  float: none;
  font-size: 26px;
  text-decoration: none;
  display: block;
  font-weight: 100;
  margin: auto;
  background: transparent;
}

.modal-body .ask-a-question:hover {
  color: #000;
  border: 2px solid #00ffff;
}

.link {
  text-decoration: underline;
  color: #00ffff;
}

.form-control.error::placeholder {
  color: #ff0000;
  opacity: 1;
}

.form-select.error {
  color: #ff0000;
}

.form-select.error {
  color: #ff0000;
}

.agree.error {
  color: #ff0000 !important;
}

.form-title {
  font-family: "Montserrat";
  text-transform: none;
}

.register {
  color: #000;
  font-family: "Montserrat";
  border: 2px solid #00ffff;
  padding: 1rem 2rem;
  margin-top: 0;
  text-align: center;
  font-size: 52px;
  text-decoration: none;
  margin-bottom: 7rem;
  font-weight: 100;
  width: 100%;
  background-color: #00ffff;
}

.register:hover {
  color: rgb(10, 88, 202);
  border: 2px solid #00ffff;
}

@media (max-width: 1199px) {
  .org-menu {
    display: grid;
    grid-template-columns: repeat(3, minmax(100px, 1fr));
  }

  .metrics {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    justify-items: center;
  }

  .register {
    font-size: 42px;
  }
}

@media (min-width: 1920px) {
  #metaverse .metaverse-blank {
    font-size: 7.5rem;
  }
}

@media (max-width: 1199px) {
  .org-menu {
    display: grid;
    grid-template-columns: repeat(3, minmax(100px, 1fr));
  }
}

@media (max-width: 767px) {
  #header .org-menu .org-btn {

    font-size: 1rem;
  }

  .metaverse {
    width: 100%;
    aspect-ratio: 1/1 !important;
  }

  .speakers-items {
    display: grid;
    grid-template-rows: 1fr;
    row-gap: 3rem;
  }

  .speakers-items .speaker-item {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .speakers-items .speaker-item a {
    text-decoration: underline;
  }

  .speakers-items .speaker-item img {
    display: block;
    max-width: 100%;
  }

  .speakers-items .speaker-item .sp-body {
    display: grid;
    grid-template-rows: 1fr;
    gap: 2.5rem;
  }

  .speakers-items .speaker-item .sp-body .sp-title {
    font-size: 24px;
    line-height: 1.125;
    font-weight: 600;
  }

  .speakers-items .speaker-item .sp-body .sp-author {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25;
  }

  .register {
    font-size: 32px;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .order-grid {
    display: block;
  }

  .order-grid .register {
    display: block;
    font-size: 22px;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .order-grid .register svg {
    margin-left: 0;
    height: 28px;
  }

  .metrics {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
    justify-items: center;
    text-align: center;
  }

  #metaverse .metaverse-blank {
    top: calc(50% + 16px);
    font-size: 2rem;
  }

  #technopartner-partners {
    width: 50%;
  }

  .org-menu {
    display: grid;
    grid-template-columns: repeat(2, minmax(100px, 1fr));
  }

  .html-wrapper .banner-wrapper {
    margin-bottom: 0;
  }

  #features {
    margin-bottom: 5rem;
  }

  .container {
    margin-bottom: 5rem;
  }

  .container-metrics {
    margin-bottom: 0;
  }

  .metrics {
    margin-top: 5rem;
  }

  .metrics .item-label {
    color: #fff;
    font-size: 6rem;
    line-height: 1;
  }

  .metrics .col-md-3 {
    margin-bottom: 1.5rem;
    text-align: center;
  }
}

/*# sourceMappingURL=add.css.map */
.metaverse {
  width: 100%;
  aspect-ratio: 1280/720;
}