section.intro {
  height: 100vh;
  background-color: #1D1D26;
  display: flex;
  justify-content: center;
  align-items: center;
}

section.intro .background_video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

section.intro .background_video.mobile {
  display: none;
}

section.intro .logo {
  width: 700px;
  max-width: 80%;
}

section.when {
  background-color: #1D1D26;
  padding: 40px 0;
}

section.when .title {
  /* H1 */
  font-style: italic;
  font-weight: 900;
  font-size: 80px;
  line-height: 88px;
  /* or 110% */

  letter-spacing: 4px;
  text-transform: uppercase;

  /* Gradient C */

  background: linear-gradient(128.44deg, #5F529D 14.68%, #D34544 85.8%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

section.when p.desc {
  color: #fff;
  font-weight: 300;
}

section.when .date {
  font-weight: 900;
  color: #fff;
  font-size: 45px;
  text-transform: uppercase;
}

section.map {
  background-color: #1D1D26;
  padding-top: 100px;
  padding-bottom: 60px;
}

section.map p.desc {
  color: #fff;
  font-weight: 300;
  margin-top: 20px;
}

section.map .arrows {
  margin-top: 15px;
}

section.map .arrows .fa-arrows-alt {
  color: #fff;
  font-size: 20px;

}

section.map .pinch-zoom-container {
  max-height: 250px;
}

section.speakers {
  background-color: #1D1D26;
  padding: 40px 0;
}

section.speakers p.role {
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 5px;
  font-size: 14px;
}

section.speakers h5.name {
  margin-top: 15px;
  font-weight: 900;
  font-size: 42px;
  line-height: 48px;
  display: flex;
  align-items: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  /* border: 2px solid #EFC648; */
  /* text-shadow: 0 0 8px #efc648;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(239, 198, 72, 0.6); */
  filter: blur(0.2px);
  position: relative;
}

section.speakers .col-speaker[data-color="yellow"] h5.name {
  text-shadow: 0 0 8px #efc648;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(239, 198, 72, 0.6);
}

section.speakers .col-speaker[data-color="red"] h5.name {
  text-shadow: 0 0 8px #d34544;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(211, 69, 68, 0.6);
}

section.speakers .col-speaker[data-color="light-blue"] h5.name {
  text-shadow: 0 0 8px #66C7C5;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(102, 199, 197, 0.6);
}

section.speakers .col-speaker[data-color="blue"] h5.name {
  text-shadow: 0 0 8px #20C4F4;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(32, 196, 244, 0.6);
}

section.speakers .col-speaker[data-color="pink"] h5.name {
  text-shadow: 0 0 8px #D2458F;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(210, 69, 143, 0.6);
}

section.speakers .col-speaker[data-color="orange"] h5.name {
  text-shadow: 0 0 8px #F47A62;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(244, 122, 98, 0.6);
}

section.speakers p.installation {
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 1px;
  font-size: 14px;
}

section.speakers p.bar {
  font-size: 16px;
  margin-bottom: 30px;
  font-weight: 300;
}

section.speakers .col-speaker[data-color="yellow"] p.bar {
  color: #efc648;
}

section.speakers .col-speaker[data-color="red"] p.bar {
  color: #d34544;
}

section.speakers .col-speaker[data-color="light-blue"] p.bar {
  color: #66C7C5;
}

section.speakers .col-speaker[data-color="blue"] p.bar {
  color: #20C4F4;
}

section.speakers .col-speaker[data-color="pink"] p.bar {
  color: #D2458F;
}

section.speakers .btn-more {
  background-color: transparent;
  border: 1px solid #fff;
  font-weight: 300;
  line-height: 24px;
  text-align: center;
  color: #fff;
  letter-spacing: 0.25px;
  text-transform: uppercase;
  font-size: 16px;
  padding: 7.5px 40px;
  margin-top: 10px;
}

section.about {
  padding: 60px 0;
  background: linear-gradient(0deg, #EFC648 0%, #F37230 49.69%, #F47A62 100%);
}

section.about .col-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

section.about h2.title {
  font-weight: 900;
  font-size: 68px;
  line-height: 72px;


  letter-spacing: 4px;
  text-transform: uppercase;


  color: #1D1D26;
}

section.about p.desc {
  font-weight: 300;
  font-size: 16px;
  line-height: 32px;
  color: #1D1D26;
}

section.about .btn-find {
  color: #fff;
  padding: 5px 25px;
  background: #1D1D26;
  border-radius: 4px;
  margin-top: 20px;
}

section.instagram {
  background-color: #1D1D26;
  padding: 40px 0;
}

section.instagram .top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

section.instagram .top .share {
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  color: #F47A62;
  margin: 0;
}

section.instagram .hashtag {
  font-style: normal;
  font-weight: 900;
  font-size: 42px;
  line-height: 48px;
  margin: 0;
  text-transform: uppercase;
  color: #FFFFFF;
}

section.instagram .instagram-icon {
  color: #fff !important;
  font-size: 50px;
}

section.partners {
  background-color: #1D1D26;
  padding: 60px 0;
}

section.partners h2.title {
  font-weight: 900;
  font-size: 42px;
  line-height: 48px;
  text-transform: uppercase;
  background: linear-gradient(128.44deg, #5F529D 14.68%, #D34544 85.8%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

section.partners .items {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
  flex-wrap: wrap;
}

section.partners .items .item {
  width: 20%;
  margin-bottom: 1.5rem;
}

section.partners .items .item img {
  display: block;
  margin: 0 auto;
  cursor: pointer;
}

section.speakers .mobile {
  display: none;
}

section.speakers .desktop {
  display: block;
}

section.speakers .desktop .col-speaker {
  margin-bottom: 40px;
}

section.speakers .col-speaker .bio {
  display: none;
}

section.speakers .col-speaker .instagram {
  display: none;
}

section.speakers .mobile .speaker {
  width: 400px;
  max-width: 100%;
}

section.speakers .mobile .swiper {
  padding-bottom: 60px;
}

.swiper-pagination-bullet-active {
  border: 2px solid #fff;
}

.speaker-modal {
  z-index: 999;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #1D1D26;
  display: none;

  padding: 60px;

}

.speaker-modal .wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  width: 100%;
}

.speaker-modal .photo {
  width: 45%;
}

.speaker-modal .info {
  width: 55%;
  padding: 20px;
}

.speaker-modal .info .title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}

.speaker-modal .info .title .name {
  font-weight: 900;
  font-size: 42px;
  line-height: 48px;
  display: flex;
  align-items: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  /* border: 2px solid #EFC648; */
  text-shadow: 0 0 8px #efc648;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(239, 198, 72, 0.6);
  filter: blur(0.2px);
  position: relative;
  margin: 0;
}

.speaker-modal[data-color="yellow"] .info .title .name {
  text-shadow: 0 0 8px #efc648;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(239, 198, 72, 0.6);
}

.speaker-modal[data-color="red"] .info .title .name {
  text-shadow: 0 0 8px #d34544;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(211, 69, 68, 0.6);
}

.speaker-modal[data-color="light-blue"] .info .title .name {
  text-shadow: 0 0 8px #66C7C5;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(102, 199, 197, 0.6);
}

.speaker-modal[data-color="blue"] .info .title .name {
  text-shadow: 0 0 8px #20C4F4;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(32, 196, 244, 0.6);
}

.speaker-modal[data-color="pink"] .info .title .name {
  text-shadow: 0 0 8px #D2458F;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(210, 69, 143, 0.6);
}

.speaker-modal[data-color="orange"] .info .title .name {
  text-shadow: 0 0 8px #F47A62;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(244, 122, 98, 0.6);
}

.speaker-modal .info .title p.installation {
  color: #fff;
  font-weight: 500;
  margin-top: 25px;
  margin-bottom: 1px;
  font-size: 14px;
}

.speaker-modal .info .title p.installation span {
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 300;
}

.speaker-modal[data-color="yellow"] .info .title p.installation span,
.speaker-modal[data-color="yellow"] .info p.instagram .user {
  color: #efc648;
}

.speaker-modal[data-color="red"] .info .title p.installation span,
.speaker-modal[data-color="red"] .info p.instagram .user {
  color: #d34544;
}

.speaker-modal[data-color="light-blue"] .info .title p.installation span,
.speaker-modal[data-color="light-blue"] .info p.instagram .user {
  color: #66C7C5;
}

.speaker-modal[data-color="blue"] .info .title p.installation span,
.speaker-modal[data-color="blue"] .info p.instagram .user {
  color: #20C4F4;
}

.speaker-modal[data-color="pink"] .info .title p.installation span,
.speaker-modal[data-color="pink"] .info p.instagram .user {
  color: #D2458F;
}

.speaker-modal[data-color="orange"] .info .title p.installation span,
.speaker-modal[data-color="orange"] .info p.instagram .user {
  color: #F47A62;
}

.speaker-modal .info p.text {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 32px;
  color: #FFFFFF;
  margin: 20px 0;
}

.speaker-modal .info p.instagram {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.speaker-modal .info p.instagram .fa-instagram {
  color: #fff !important;
  font-size: 35px;
}

.speaker-modal .info p.instagram .user {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  margin-left: 10px;
}

.speaker-modal .close {
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: #1D1D26;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  height: 40px;
}

.speaker-modal .close .fa-times {
  color: #fff !important;
}

@media screen and (max-width: 992px) {
  /* body {
    overflow-x: hidden;
  } */

  section.intro {
    height: 60vh;
  }

  section.when .title {
    font-size: 45px;
    line-height: 45px;
  }

  section.when p.desc,
  section.map p.desc {
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 0;
  }

  section.when .date {
    font-size: 35px;
  }

  section.map {
    padding-top: 0;
  }

  section.about .can {
    max-width: 140%;
    width: 140%;
    margin-left: -20%;
  }

  section.about {
    overflow-x: hidden;
  }

  section.about h2.title {
    font-size: 54px;
    line-height: 54px;
  }

  section.about p.desc {
    font-size: 15px;
    line-height: 30px;
  }

  section.instagram .hashtag {
    line-height: 25px;
    font-size: 18px;
  }

  section.instagram .instagram-icon {
    font-size: 30px;
  }

  section.partners h2.title {
    font-size: 27px;
    line-height: 32px;
  }

  section.partners .items {
    justify-content: center;
  }

  section.partners .items .item {
    width: 50%;
    margin-bottom: 25px;
  }

  section.speakers .mobile {
    display: block;
  }

  section.speakers .desktop {
    display: none;
  }

  .speaker-modal {

    padding: 20px;
    overflow-y: scroll;
  }

  .speaker-modal .wrapper {
    flex-direction: column;
  }

  .speaker-modal .info .title {
    flex-direction: column;
    align-items: baseline;
  }


  .speaker-modal .photo,
  .speaker-modal .info {
    width: 100%;
    padding: 0;
  }

  .speaker-modal .close {
    top: 10px;
    right: 10px;
  }

  section.speakers h5.name,
  .speaker-modal .info .title .name {
    filter: blur(0px);
  }

  section.intro .background_video.desktop {
    display: none;
  }

  section.intro .background_video.mobile {
    display: block;
  }

  section.map .desktop {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  section.map .pinch-zoom-container {
    display: none;
  }

  section.map .arrows {
    display: none;
  }
}

@media (max-width: 1200px) and (orientation: landscape) {
  section.speakers h5.name {
    font-size: 32px;
    line-height: 41px;
  }
}

.art-title {
  float: left;
  margin-top: 0;
  color: #FFF;
  text-align: left;
  width: 100%;
  margin-bottom: 0;
}

.art_title {
  display: block;
  width: 100%;
  color: #FFF;
  margin-top: 0;
}

.art_title_m {
  display: none;
}

@media (orientation: portrait) {
  .art_title {
    display: none;
  }

  .art_title_m {
    display: block;
    color: #FFF;
    margin-top: 1rem;
    margin-bottom: 0;
  }

  .speaker-modal .info p.instagram {
    margin-bottom: 100px;
  }
}