@import url(https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Arvo:ital,wght@0,400;0,700;1,400;1,700&family=Quicksand:wght@300..700&display=swap);
body {
  overflow-x: hidden;
  max-width: 100%;
  background-color: #0a1d38;
  /*background-image:url(/themes/mdb/assets/img/halftone_og_top.png);
  background-position:center 85vh;
  background-repeat: no-repeat; */
  color: #fff;
  font-family: Quicksand, serif;
  font-size: 22px;
  font-weight: 500;
}

.display-1, .display-2, .display-3, .display-4,
h1, h2, h3, h4 h5,
strong {
  font-weight: 700;
}

.big-title {
  font-size: 70px !important;
  text-shadow: 0 0 12px rgb(0, 0, 0);
}

.call-to-action {
  background-color: #9dd8db;
  color: #0a1d38;
  font-weight: bold;
}
.call-to-action .btn {
  background-color: #0a1d38 !important;
  color: #fff !important;
  padding-right: 40px;
  position: relative;
  border-color: #fff;
}
.call-to-action .btn:hover {
  background-color: #1b3354 !important;
}
.call-to-action .btn i {
  position: absolute;
  top: 15px;
  right: 15px;
  margin-top: 0;
}

.block {
  position: relative;
}
.block.image-text {
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
  border-radius: 16px;
  border: 2px solid #467599;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
  display: grid;
  grid-template-columns: 1fr;
}
.block.image-text .textbox {
  width: 50%;
}
.block.image-text.full {
  border: none;
  border-radius: 0;
  margin: 40px 0 0 0;
}
.block.image-text.quotes > .slide {
  background: url(/themes/mdb/assets/img/quotes.png);
  background-repeat: no-repeat;
}
.block.image-text .title, .block.image-text .caro-wrapper {
  z-index: 2;
}
.block.image-text img {
  width: 100%;
  height: auto;
  grid-row-start: 1;
  grid-column-start: 1;
}
.block.image-text.quotes {
  font-size: 30px;
  min-height: 500px;
}
.block.image-text .wrapper {
  position: relative;
  max-width: 100%;
  overflow-x: hidden;
  z-index: 10;
  grid-row-start: 1;
  grid-column-start: 1;
}
.block.image-text .overlay {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  width: 50%;
  background: linear-gradient(90deg, rgba(27, 51, 84, 0.8604691877) 56%, rgba(0, 0, 0, 0) 100%);
  left: 0;
}
.block.image-text .overlay.left {
  background: linear-gradient(90deg, rgba(27, 51, 84, 0.951) 60%, rgba(0, 0, 0, 0) 100%);
  left: 0;
}
.block.image-text .overlay.right {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(27, 51, 84, 0.8604691877) 56%);
  right: 0;
}
.block.image-text.quote .overlay.left {
  background: url(/themes/mdb/assets/img/quotes.png), linear-gradient(90deg, rgba(27, 51, 84, 0.951) 60%, rgba(0, 0, 0, 0) 100%);
  background-repeat: no-repeat;
}
.highlights {
  position: relative;
  margin-top: -160px;
}
.highlights img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -602px;
  margin-top: -100px;
  z-index: 1;
}
.highlights .highlight {
  width: 320px;
  height: 320px;
  border-radius: 16px;
  border: 4px solid #9dd8db;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
  background-size: cover;
  overflow: hidden;
  position: relative;
  z-index: 2;
  margin-top: 4px;
}
.highlights .highlight h2 {
  z-index: 2;
  height: 65px;
  width: 100%;
  text-align: center;
}
.highlights .highlight a {
  height: 100%;
  width: 100%;
  color: #fff !important;
  cursor: pointer;
  z-index: 2;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
  font-size: 85%;
}
.highlights .highlight .cta {
  padding: 6px 12px;
  border-radius: 6px;
  background-color: #9dd8db;
  color: #0a1d38;
  text-shadow: none;
  font-weight: bold;
}
.highlights .highlight .cta:hover {
  box-shadow: 0 8px 9px -4px rgba(59, 113, 202, 0.3), 0 4px 18px 0 rgba(59, 113, 202, 0.2);
}
.highlights .highlight .overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all 0.5s ease;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 50%);
  z-index: 1;
}
.highlights .highlight:hover {
  border-color: #fff;
}
.highlights .highlight:hover .cta {
  box-shadow: 0 8px 9px -4px rgba(59, 113, 202, 0.3), 0 4px 18px 0 rgba(59, 113, 202, 0.2);
}

.navbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  box-shadow: none;
}
.navbar .nav-link {
  font-size: 24px;
}

.navbar-collapse {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #0a1d38;
  text-align: center;
  height: 0;
  opacity: 0;
  display: flex;
  transition: all 0.5s ease;
}
.navbar-collapse.show {
  height: 100%;
  opacity: 1;
  transform: translateY(0);
}

.my-carousel .slide {
  width: 50vw;
  background: url(/themes/mdb/assets/img/quotes.png);
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
}

#menu-toggle {
  position: absolute;
  right: 60px;
  top: 60px;
  font-size: 30px;
  z-index: 10001;
  color: #fff !important;
}
#menu-toggle.open > .fa-bars {
  display: none;
}
#menu-toggle.open > .fa-close {
  display: block;
}
#menu-toggle > .fa-close {
  display: none;
}

.navbar-brand {
  position: absolute;
  left: 30px;
  top: 10px;
  z-index: 10002;
}

.hero, .hero > * {
  position: relative;
  max-height: 85vh;
  overflow: hidden;
}

.hero .header-image {
  height: 80vh;
  background-size: cover;
  background-position: center;
}

video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100vw;
  height: auto;
  max-width: 100vw;
}

@media screen and (min-width: 769px) {
  .img-wide {
    display: block;
  }
  .img-mobile {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 16px;
  }
  .hero, .hero > * {
    height: 80vh;
  }
  .hero .titlebox, .hero > * .titlebox {
    bottom: 80px !important;
    top: auto !important;
    align-items: end !important;
  }
  video {
    height: 100%;
    width: auto;
  }
  .highlights > div {
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .highlights > div .highlight {
    width: 90%;
  }
  .navbar #menu-toggle {
    top: 25px;
    right: 25px;
  }
  .navbar .navbar-brand {
    margin-top: 15px !important;
  }
  .navbar .navbar-brand img {
    width: 160px !important;
    height: auto !important;
  }
  .image-text {
    overflow-x: hidden;
  }
  .image-text .textbox {
    width: 100% !important;
  }
  .image-text .overlay {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    width: 75% !important;
    background: linear-gradient(90deg, rgba(27, 51, 84, 0.8604691877) 75%, rgba(0, 0, 0, 0) 100%);
    left: 0;
  }
  .image-text .overlay.left {
    background: linear-gradient(90deg, rgba(27, 51, 84, 0.951) 60%, rgba(0, 0, 0, 0) 100%);
    left: 0;
  }
  .image-text .overlay.right {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(27, 51, 84, 0.8604691877) 75%);
    right: 0;
  }
  .image-text img {
    min-height: 100% !important;
    width: auto !important;
  }
  .hero .big-title {
    font-size: 32px !important;
  }
  .highlights {
    margin-top: 15px;
  }
  footer {
    text-align: center !important;
  }
  .img-wide {
    display: none;
  }
  .img-mobile {
    display: block;
    min-height: 100%;
    width: auto;
  }
  h4.boxed span {
    display: block !important;
    margin: 10px 0 0 0 !important;
  }
}
.logos {
  background-color: #fff;
}
.logos .logo img {
  max-width: 85%;
  height: auto;
}

h4.boxed {
  padding: 5px 10px;
  border: 1px solid #000;
  display: inline-block;
  border-radius: 6px;
  background-color: rgba(0, 0, 0, 0.5);
}
h4.boxed span {
  margin-left: 10px;
  background-color: #467599;
  display: inline-block;
  padding: 3px 6px;
  border-radius: 6px;
  margin: -4px -10px -5px 15px;
}

.titlebox {
  position: absolute;
  top: 160px;
  left: 0;
  right: 0;
  bottom: 160px;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
}

.halftone-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(13, 25, 41, 0.15) 51%, rgba(0, 0, 0, 0.5) 100%);
  /*
    background-image: url(/themes/mdb/assets/img/halftone_og_sm.png);
    background-position-y:-100px;
    background-position-x: center;
    background-repeat: no-repeat; */
}

footer {
  background-color: #1b3354;
}
footer .nav-item {
  list-style: none;
  list-style-type: none;
}
footer ul {
  margin: 0 0 20px 0;
  padding: 0;
}

.btn {
  text-transform: none;
  font-size: 100%;
  text-shadow: none;
  font-size: 85%;
  border: 2px solid #9dd8db;
  padding-right: 40px;
  position: relative;
}
.btn i {
  postion: absolute;
  top: 50%;
  right: 15px;
  margin-top: -9px;
}
.btn.btn-primary {
  background-color: #9dd8db !important;
  color: #0a1d38;
  font-weight: bold;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.6);
}


.exhibitor .logo {
  aspect-ratio:1/1;
  border-radius:50%;
  overflow:hidden;
  background-color:#fff;
  display:flex;
  justify-content: center;
  align-items: center;
}