/**
* Fonts
**/

@font-face {
  font-family: "offbitdotbold";
  src: url("./assets/fonts/offbit-dotbold-webfont.woff2") format("woff2"),
    url("./assets/fonts/offbit-dotbold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "offbitdotregular";
  src: url("./assets/fonts/offbit-dot-webfont.woff2") format("woff2"),
    url("./assets/fonts/offbit-dot-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "offbitbold";
  src: url("./assets/fonts/offbit-bold-webfont.woff2") format("woff2"),
    url("./assets/fonts/offbit-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "offbitregular";
  src: url("./assets/fonts/offbit-101-webfont.woff2") format("woff2"),
    url("./assets/fonts/offbit-101-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "offbitregular";
  src: url("./assets/fonts/offbit-regular-webfont.woff2") format("woff2"),
    url("./assets/fonts/offbit-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/**
* Override bootstrap css
**/

:root {
  font-size: 16px;
}

body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  background-image: url("./assets/common_bg.png");
  background-repeat: repeat;
  background-size: contain;
  overflow-x: hidden;
}

header {
  width: "100%";
  height: auto;
  min-height: 100vh;
  background-image: url("./assets/header_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 1rem 3rem;
}

.btn:focus,
.navbar-toggler:focus {
  box-shadow: none;
}

.button-block {
  background-color: #d336d6;
  color: white;
  border: none;
  padding: 12px 48px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 24px;
  font-family: "offbitdotbold", sans-serif;
  font-weight: bold;
  border-bottom: solid 5px #444444;
  cursor: pointer;
  border-radius: 1px;
  margin: 12px 0;
}

.button-block:hover {
  background-color: #c32fc5;
  color: white;
}

.nav-item {
  font-size: 1.2rem;
  font-family: "Open Sans", "sans-serif";
  font-weight: 700;
  margin: 0 16px;
}

.nav-item .nav-link {
  color: #212121;
}

.navbar .container {
  background-color: #ffffff1f;
  backdrop-filter: blur(34.20000076293945px);
  flex: 1.15;
  padding: 0.5rem 0;
}

.navbar-collapse {
  justify-content: center;
}

.navbar {
  flex-direction: row;
  display: flex;
  flex: 1;
  justify-content: space-between;
  margin: 1rem 3rem;
}

.navbar-left {
  display: inline;
}

.navbar-button-wrapper {
  display: flex;
  flex: 0.85;
  justify-content: flex-end;
}

.landing {
  padding: 2rem 2rem;
}

.landing-content {
  width: 50%;
  margin-top: 110px;
}

.landing-title-1 {
  font-family: "Open Sans", "sans-serif";
  font-weight: 700;
  font-size: 4rem;
  letter-spacing: -1px;
  line-height: 5.43rem;
  color: #000000;
  margin-bottom: 8px;
}
.landing-title-2 {
  font-family: "Open Sans", "sans-serif";
  font-weight: 700;
  font-size: 2.5rem;
  letter-spacing: -1px;
  line-height: 3.375rem;
  color: #cb24bd;
  margin-bottom: 12px;
}
.landing-title-3 {
  font-family: "offbitdotbold", sans-serif;
  font-weight: bold;
  color: #0049dc;
  font-size: 6.62rem;
  line-height: 5.8rem;
  margin-bottom: 18px;
}

.landing-subtitle {
  font-family: "offbitdotbold", sans-serif;
  font-weight: bold;
  color: #2c2c2c;
  font-size: 1.62rem;
  line-height: 2.6rem;
  margin: 12px 0;
}

.button-block-fluid {
  background: #9145b2;
  padding: 1.5rem 3rem;
  font-size: 2.37rem;
  line-height: 2.6rem;
}

.marquee {
  display: flex;
  flex-direction: row;
  width: 100%;
  position: relative;
  overflow-x: hidden;
  color: #4848c0;
  font-size: 3.6rem;
  line-height: 3.12rem;
  letter-spacing: -1px;
  font-family: "offbitdotbold", sans-serif;
}

.marquee:hover .marquee-item {
  animation-play-state: paused;
}

.marquee-item {
  white-space: nowrap;
  filter: opacity(0.4);
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-name: marquee-content;
  animation-timing-function: linear;
  animation-delay: 0s;
}

.speakers {
  width: 100%;
  height: auto;
  min-height: 100vh;
  padding: 1rem 8rem;
}

.speakers-description {
  font-family: "Open Sans", "sans-serif";
  font-weight: 400;
  font-size: 2rem;
  line-height: 3.375rem;
  color: #c9e318;
  padding: 4rem 3rem;
  text-align: center;
}

.speakers-heading {
  margin: 1rem;
  font-size: 9.7rem;
  font-family: "offbitdotbold", sans-serif;
  font-weight: 700;
  text-align: center;
  color: #3ccca6;
}

.marquee-speakers {
  font-size: 2.5rem;
}

.speakers-list {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.speaker {
  padding: 1rem;
  margin-bottom: 2rem;
  flex-direction: row;
  display: flex;
}

.speaker-alt {
  flex-direction: row-reverse;
}

.speaker-image {
  flex: 0.5;
  display: flex;
  justify-content: center;
}

.speaker-image img {
  object-fit: contain;
  width: 300px;
  height: 500px;
}

.speaker-content {
  flex: 1.5;
  padding-left: 4rem;
}

.speaker-alt .speaker-content {
  padding-left: 0;
  padding-right: 4rem;
}

.speaker-title {
  font-size: 3.5rem;
  font-family: "offbitdotbold", sans-serif;
  font-weight: 700;
  text-align: left;
  color: #c9e318;
  margin-bottom: 1rem;
}

.speaker-subtitle-1 {
  font-family: "Open Sans", "sans-serif";
  font-weight: 700;
  font-size: 2rem;
  color: #ffffff;
  margin-bottom: 0.8rem;
}

.speaker-subtitle-2 {
  font-family: "Open Sans", "sans-serif";
  font-weight: 700;
  font-size: 1.5rem;
  color: #ffffff;
  margin-bottom: 1.2rem;
}

.speaker-details {
  font-family: "Open Sans", "sans-serif";
  font-weight: 400;
  font-size: 1.5rem;
  color: #ebb514;
}

.why-attend {
  width: 100%;
  height: auto;
  min-height: 100vh;
  background-image: url("./assets/why_attend_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 3rem 8rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.why-attend-heading {
  font-size: 5.1rem;
  line-height: 8rem;
  font-family: "offbitdotbold", sans-serif;
  font-weight: 700;
  text-align: left;
  color: #72eeff;
  margin-bottom: 1rem;
}

.why-attend-content {
  padding-left: 3rem;
  width: 60%;
  margin-bottom: 3rem;
}

.why-attend-title {
  font-size: 2.75rem;
  line-height: 3.25rem;
  font-family: "offbitdotbold", sans-serif;
  font-weight: 700;
  text-align: left;
  color: #010f16;
  margin-bottom: 1rem;
}

.why-attend-details {
  font-size: 1.45rem;
  line-height: 1.4rem;
  font-family: "offbitdotregular", sans-serif;
  font-weight: 400;
  text-align: left;
  color: #010f16;
  margin-bottom: 2rem;
}

.key-takeaways {
  width: 100%;
  height: auto;
  min-height: 100vh;
  background-image: url("./assets/key_takeaways_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 3rem 8rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.key-takeaways-heading {
  font-size: 5.1rem;
  line-height: 8rem;
  font-family: "offbitdotbold", sans-serif;
  font-weight: 700;
  text-align: left;
  color: #72eeff;
  margin-bottom: 1rem;
}

.key-takeaways-content {
  padding-left: 3rem;
  width: 60%;
  margin-bottom: 3rem;
}

.key-takeaways-title {
  font-size: 2.75rem;
  line-height: 3.25rem;
  font-family: "offbitdotbold", sans-serif;
  font-weight: 700;
  text-align: left;
  color: #010f16;
  margin-bottom: 1rem;
}

.key-takeaways-details {
  font-size: 1.45rem;
  line-height: 1.4rem;
  font-family: "offbitdotregular", sans-serif;
  font-weight: 400;
  text-align: left;
  color: #010f16;
  margin-bottom: 2rem;
}

.who-attend {
  width: 100%;
  height: auto;
  min-height: 80vh;
  padding: 3rem 8rem;
  display: flex;
  flex-direction: column;
  justify-content: center;

  /* background-image: url("./assets/who_attend_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: color; */
}

.who-attend-heading {
  font-size: 5.1rem;
  line-height: 8rem;
  font-family: "offbitdotbold", sans-serif;
  font-weight: 700;
  text-align: center;
  color: #c9e318;
  margin-bottom: 3rem;
}

.who-attend-details {
  font-size: 1.45rem;
  line-height: 1.4rem;
  font-family: "offbitdotregular", sans-serif;
  font-weight: 400;
  text-align: center;
  color: #ebb514;
  margin-bottom: 2rem;
}

.who-attend-cta {
  margin: 2rem 0;
  display: flex;
  justify-content: center;
}

.core-team {
  width: 100%;
  height: auto;
  min-height: 80vh;
  padding: 2rem 2rem;
  display: flex;
  flex-direction: column;
}

.core-team-heading {
  font-size: 5.1rem;
  line-height: 8rem;
  font-family: "offbitdotbold", sans-serif;
  font-weight: 700;
  text-align: left;
  color: #72eeff;
  margin-bottom: 3rem;
  padding: 0rem 6rem;
}

.core-team-list {
  width: 100%;
}

.core-team-list-item {
  width: 260px;
  height: 375px;
}

.core-team-list-item .core-team-list-item-image {
  width: 260px;
  height: 375px;
  object-fit: cover;
  filter: grayscale(1);
}

.core-team-list-item .core-team-list-item-overlay {
  position: absolute;
  z-index: 10;
  width: 260px;
  height: 375px;
  object-fit: contain;
  left: 0;
  top: 0;
  opacity: 0.6;
}

.core-team-list-item-content {
  position: absolute;
  z-index: 15;
  bottom: 8px;
  left: 16px;
}

.core-list-item-name {
  font-size: 2.2rem;
  line-height: 2.4rem;
  font-family: "offbitdotbold", sans-serif;
  font-weight: 700;
  text-align: left;
  color: #ffffff;
  margin-bottom: 0.3rem;
}

.core-list-item-details {
  font-size: 0.9rem;
  font-family: "offbitdotbold", sans-serif;
  font-weight: 700;
  text-align: left;
  color: #ffffff;
  margin-bottom: 0.4rem;
}

.contact {
  margin: 2rem 4rem;
  padding: 2rem 4rem;
  background: #c9e318;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.contact-content {
  display: flex;
  flex-direction: row;
}

.contact-title {
  font-size: 2.5rem;
  line-height: 3rem;
  font-family: "offbitdotbold", sans-serif;
  font-weight: 700;
  color: #cb24bd;
}

.contact-details {
  border-left: solid 1px #cb24bd;
  margin: 1rem 1rem;
  padding-left: 2rem;
}

.contact-details-name {
  font-size: 1rem;
  line-height: 1.1rem;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  color: #111e9d;
  text-transform: uppercase;
  margin-bottom: 0.25rem;
}

.contact-details-phone {
  font-size: 2rem;
  line-height: 2.68rem;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  color: #111e9d;
}

/* .contact-cta {
} */

.social {
  padding: 1rem 8rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.copyright {
  font-size: 12px;
  line-height: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #ffffff;
}

.social-links {
  list-style: none;
  display: flex;
  flex-direction: row;
}

.social-link {
  margin: 0 8px;
}

.social-link img {
  width: 20px;
  height: 20px;
}

@media (max-width: 768px) {
  :root {
    font-size: 12px;
  }
  header {
    padding: 1rem 2rem;
    height: auto;
    min-height: 100vh;
  }
  .button-block {
    font-size: 16px;
  }

  .navbar {
    flex-direction: column;
  }

  .navbar .container {
    max-width: 100%;
  }

  .navbar-button-wrapper {
    justify-content: flex-start;
  }

  .navbar-collapse.show {
    padding-bottom: 1rem;
  }

  .navbar-button-wrapper {
    display: none;
  }

  .landing-content {
    width: 100%;
  }
  .landing-title-3 {
    font-size: 4.5rem;
  }

  .why-attend,
  .key-takeaways,
  .who-attend {
    padding: 3rem 4rem;
  }

  .why-attend-content,
  .key-takeaways-content {
    width: 100%;
    padding-left: 1rem;
  }

  .speakers {
    padding: 1rem 2rem;
  }

  .speakers-heading {
    font-size: 6rem;
  }

  .speaker {
    flex-direction: column;
  }
  .speaker-image,
  .speaker-content {
    flex: 1;
    padding: 0 1rem;
  }

  .contact {
    flex-direction: column;
  }

  .contact-title {
    font-size: 2rem;
  }

  .contact-details-phone {
    font-size: 1.8rem;
  }

  .social {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .copyright {
    margin: 2rem 0;
  }
}

/**
* Keyframes and Animations
*/

@keyframes marquee-content {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-50%);
  }
}
