@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');

body {
  line-height: 150%;
  font-size: 14px;
  line-height: 150%;
  font-family: 'Noto Sans', sans-serif;
  letter-spacing: -0.02em;
}
a,
a:visited {
  text-decoration: underline;
  color: #8246AF;
}
.container {
  padding-left: 0;
  padding-right: 0;
  max-width: 100%;
}

/* Component
--------------------------------- */
/* <> Button <> */
.btn {
  border-radius: 0;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
}
.ctx-btn-orange {
  background: #F26522;
  padding: 12px 15px 12px 15px;
  font-size: 16px;
}

/* <> Heading label <> */
.ctx-sec-label {
  opacity: 0.7;
}

/* <> Heading <> */
/*h1 {
  font-size: 38px;
  line-height: 100%;
  letter-spacing: -0.04em;
}*/
h2 {
  font-size: 42px;
  line-height: 110%;
  letter-spacing: -0.04em;
}
h3 {
  font-size: 26px;
  line-height: 110%;
  letter-spacing: -0.04em;
}
h4 {
  font-size: 22px;
  line-height: 110%;
  letter-spacing: -0.04em;
}


/* <> Shortcut <> */
.scroll-shortcut {
  display: none;

  position: absolute;
  right: -140px;
  bottom: 80px;
  transform: rotate(-90deg);
  transform-origin: center left;
  transition: all .3s;
  width: 200px;
  text-decoration: none;
}
.scroll-shortcut svg {
  margin-right: 15px;
}
.scroll-shortcut:hover {
  color: #8246AF;
  text-decoration: none;
}
.scroll-shortcut svg path,
.scroll-shortcut svg line {
  stroke: #111;
  transition: all .3s;
}
.scroll-shortcut:hover svg path,
.scroll-shortcut:hover svg line {
  stroke: #8246AF;
}

/* Header
--------------------------------- */
.ctx-sec-header {
  background-image: url(../images/header_bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.ctx-sec-header .ctx-main-kv .ctx-col-inner img {
  width: 100%;
  max-width: 800px;
}
.ctx-brand {
  padding-top: 30px;
  padding-bottom: 30px;
}
.ctx-brand figure img {
  display: block;
}
.ctx-brand .amd-logo {
  width: 134px;
  height: auto;
}

.ctx-sec-header .scroll-shortcut {
  color: #fff;
  bottom: 30px;
}
.ctx-sec-header .scroll-shortcut svg path,
.ctx-sec-header .scroll-shortcut svg line {
  stroke: #ffffff;
  transition: all .3s;
}
.ctx-sec-header .scroll-shortcut:hover {
  color: #8246AF;
}
.ctx-sec-header .scroll-shortcut:hover svg path,
.ctx-sec-header .scroll-shortcut:hover svg line {
  stroke: #8246AF;
}
/* Why Attend
--------------------------------- */
.ctx-sec-whyattend {
  background-image: url(../images/whyAttendBg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 12%;
}

/* Navigation
--------------------------------- */
.ctx-sec-nav {
  position: relative;
  z-index: 2;
  background: #000000;
}
.ctx-sec-nav.scroll {
  position: fixed;
  z-index: 7;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  background: #000000;
}
.ctx-sec-nav.scroll .ctx-brand {
  padding-top: 10px;
  padding-bottom: 10px;
}
.ctx-nav {
  display: none;
}
.ctx-register{
  padding-bottom: 30px;
  padding-top: 30px;
}
.ctx-nav ul {
  text-align: right;
  margin-right: 30px;
}
.ctx-nav ul li {
  display: inline-block;
  margin-left: 30px;
}
.ctx-nav ul li a {
  display: block;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
.ctx-icon-hamburger {
  cursor: pointer;
  fill: #fff;
}
  .ctx-icon-hamburger .ham-close {
    display: none;
  }
  .ctx-icon-hamburger.active .ham-close {
    display: block;
    position: absolute;
    z-index: 9;
    top: 30px;
    right: 150px;
  }
  .ctx-icon-hamburger.active .ham-open {
    display: none;
  }

/* Mobile nav */
.ctx-nav.active {
  display: block;
  position: fixed;
  z-index: 9;
  top: 0;
  right: 0;
  background: #111;
  padding: 30px;
  width: 200px;
  height: 100vh;
  padding-top: 80px;
  font-size: 1em !important;
}
.ctx-nav.active ul {
  margin-left: 30px;
}
.ctx-nav.active span {
  margin-left: 30px;
}
.ctx-nav.active .ctx-btn-orange{
  padding: 8px 8px 8px 8px;
  font-size: 14px;
}
.ctx-btn-orange:hover {
  background: transparent;
  border-color: #F26522;
  color: #F26522;
}
.ctx-btn-orange:hover svg path {
    fill: #F26522;
}
.ctx-nav.active li {
  display: block;
  margin-left: 0;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(255,255,255, 0.2);
  text-align: left;
}
  .ctx-nav.active li:last-child {
    border: 0;
  }
.ctx-nav.active li a br {
  display: none;
}

/* Sections
--------------------------------- */
/* <> Speakers <> */
#keyspeakers {
  margin-top: -16%;
}
#keyspeakers .ctx-sec-inner {
  background-image: url(../images/speakerBg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#keyspeakers .ava img {
  width: 100%;
  max-width: 278px;
  display: block;
  margin: 0 auto;
}

/* <> Agenda <> */
  .arrow_collapsed:after {
    content: url('../images/toggle_up.png');
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
    transition: all 0.5s;
    margin-top: 10px;
    float: right;
  }
  .arrow_collapsed.collapsed:after {
    content: url('../images/toggle_up.png');
    margin-top: 9px;
    transition: all 0.5s;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }

.list-agenda li {
  position: relative;
  padding-left: 130px;
  margin-bottom: 50px;
}
  .list-agenda li:last-of-type {
    margin-bottom: 0;
  }

  .list-agenda li:before {
    content: '';
    position: absolute;
    top: 16px;
    left: 75px;
    width: 55px;
    height: 1px;
    background: #ccc;
  }
.list-agenda time {
  position: absolute;
  top: 5px;
  left: 0;
}
.list-agenda time > * {
  line-height: 100%;
}
.list-agenda .title {
  margin-bottom: 10px;
}

/* <> Event Details*/
#eventvenue {
  background-image: linear-gradient(#F2F3F4, #ffffff);
  background-repeat: no-repeat;
  background-size: cover;
}
#eventvenue .scroll-shortcut {
  bottom: 180px;
}

.linkedGoogleMaps{
 color: #F26522 !important;
 text-decoration: underline;
}
.custom-shadow{
  filter: drop-shadow(30px 30px 60px rgba(0, 0, 0, 0.11))
}



/* Footer
--------------------------------- */
.ctx-colophon {
  align-items: center;
  justify-content: flex-end;
}
.ctx-colophon .ctx-socials {
  margin-bottom: 15px;
}
.ctx-colophon .ctx-socials li {
  display: inline-block;
  width: 16px;
  height: 14px;
  margin-right: 22px;
}
.ctx-colophon .ctx-socials li a {
  display: block;
  width: 8px;
  height: 20px;
  overflow: hidden;
  text-indent: 200px;
  background: url(../images/iconSocial_facebook.png) no-repeat center center;
  background-size: cover;
}

.ctx-colophon .ctx-socials li.icon-instagram a {
  background-image: url(../images/iconSocial_instagram.png);
  width: 16px;
  height: 16px;
}
.ctx-colophon .ctx-socials li.icon-twitter a {
  background-image: url(../images/iconSocial_twitter.png);
  width: 18px;
  height: 15px;
}
.ctx-colophon .ctx-socials li.icon-linkedIn a {
  background-image: url(../images/iconSocial_Linkedin.png);
  width: 17px;
  height: 17px;
}

.ctx-colophon .ctx-socials li.icon-youtube a {
  background-image: url(../images/iconSocial_youtube.png);
  width: 21px;
  height: 14px;
}

.ctx-colophon .ctx-socials li.icon-twitch a {
  background-image: url(../images/iconSocial_twitch.png);
  width: 17px;
  height: 18px;
}

