* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  display: grid;
  width: 100%;
  place-items: center;
  grid-template-rows: auto 1fr auto;
  font-family: "Poppins", sans-serif;
  background-color: black;
}

nav {
  padding-left: 0.5em;
  padding-right: 1em;
  display: grid;
  width: 100%;
  grid-template-columns: 1fr auto auto auto auto auto auto auto;
  place-items: center;
  font-size: 20px;
  position: relative;
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio (9/16 = 56.25%) */
    height: 0;
    width: 100%; /* Ensure the wrapper doesn't exceed the parent */
    max-width: 100%; /* Prevent overflow */
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none; /* Maintain existing border style */
}

.smallerLogo {
  max-width: 150px;
}

a {
  text-decoration: none;
  padding: 0.8em;
}

a.acsb-sr-only {
  color: transparent !important;
}

.white {
  color: rgb(235, 230, 230);
  font-weight: 200;
}

#qumaLogo {
  justify-self: start;
}

main {
  background-color: #fff;
  display: grid;
  width: 100%;
  grid-template-rows: auto auto auto auto;
}

.overview {
  display: grid;
  place-items: center;
  background-color: #ffffff;
  background-image: url("https://www.transparenttextures.com/patterns/beige-paper.png");
}
.breakline {
  width: 5%;
  height: 3px;
  background-color: #fcae12;
  margin-bottom: 1.5em;
}

.breaklineTwo {
  width: 5%;
  height: 3px;
  background-color: black;
  margin-bottom: 1.5em;
}

.videoHome {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.videoHomeTextWrapper{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  background-color: #ebebeb;
  width: 70vw;
}

.videoHeadline, .videoSubtext {
  color: #000;
}

.videoHeadline {
font-weight: 400;
}

.videoSubtext {
  font-size: 22px;
  font-weight: 300;
}
iframe {
  width: 60vw;
}
h1 {
  color: #fcae12;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 28px;
}
.headline {
  font-size: 32px;
  font-weight: 400;
  padding-top: 30px;
  padding-bottom: 10px;
  text-align: center;
}

h2 {
  font-size: 26px;
  color: #fcae12;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 400;
}

.subheadline {
  padding-top: 0;
  padding-bottom: 15px;
  text-align: center;
  font-size: 22px;
  color: #000000;
  font-weight: 300;
}

.cwsymbol {
    vertical-align: super;
    font-size: smaller;
}

p {
  padding-top: 1.5em;
  font-weight: bold;
  font-size: 22px;
}

.seminarAndWebinarsItemWrapper {
  display: flex;
  flex-direction: column;
}

.seminarAndWebinarsItem {
  margin-bottom: 20px;
}

.pTitle {
  margin-top: 10px;
}

.seminarP {
  padding-top: 10px;
  font-size: 20px;
  text-align: start;
  font-weight: 300;
}

.titleAndTextGroup {
  width: 90% !important;
}

.formWrapper {
  background-color: #000000;
  padding: 20px;
  border-radius: 10px;
  max-width: 1000px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  }

.formWrapperTitle, .formWrapperSubtitle{
  color: #fff;
}

.formWrapperTitle {
  color: #fff;
  font-weight: 400;
  text-align: center;
}

.formWrapperSubtitle {
font-size: 18px;
font-weight: 200;
text-align: center;
}
.padBot {
  padding-bottom: 1.25em;
} 

.destinationP {
  padding: 0px;
  font-size: 20px;
}

.italics {
  font-style: italic;
}

footer {
  margin-top: 1.25em;
  background-color: #F8F8F8;
  padding: 1em;
  display: grid;
  place-items: center;
  width: 100%;
}

#goldBackground {
  border-radius: 25px;
  border: 1px solid #fcae12;
  display: grid;
  width: 60%;
  place-items: center;
  margin-bottom: 2em;
  padding: 10px;
}

#goldBackground p {
  padding-top: 0;
}

#goldBackground h1 {
  padding: 0;
}

.gold {
  color: #fcae12;
}

.goldA {
  color: #000000;
}

.whiteA {
  color: rgb(235, 230, 230);
}

.whiteA2 {
  color: #fcae12;
}

li {
  list-style-type: none;
}

ul {
  font-size: 20px;
  padding-top: 10px;
}

.timeFrames {
  font-size: 22px;
  font-weight: bold;
}

.timeFramesItemsGroup {
  display: flex;
  padding-top: 0;
}

.timeFramesItemsGroup li {
  margin-right: 15px;
}

.fourSquare {
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: auto auto;
  gap: 20px;
  padding-top: 5px;
}

.twoSquare {
  display: grid;
  grid-template-columns: auto auto;
  grid-column-gap: 1em;
  padding-top: 5px;
}

.layout,
.participantsLearTo {
  display: flex;
  flex-direction: column;
}
.participantsLearTo p,
h2 {
  padding-top: 0;
  width: fit-content;
  padding-bottom: 0;
}

.gold-button {
  background-color: rgb(173, 114, 42);
  color: white;
  border: none;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin-top: 10px;
  cursor: pointer;
  border-radius: 5px;
}

.seminarBorder {
  display: flex;
  padding: 30px;
  background-color: #F8F8F8;
  border-radius: 10px;
  margin: 0 150px;
  align-items: center;
  gap: 10px;
  margin-bottom: 40px;
}

.DennisBox {
  margin: 70px 0 20px 0;
  padding: 20px 150px;
  align-items: center;
}


.destinationThinkingForLeaders {
  place-items: start;
  background-color: transparent;
  flex-direction: row;
  align-items: center;
}

.liParticipants{
  background-color: #4e4e4e;
  padding: 20px;
  border-radius: 5px;
  color: #ffffff;
  margin-bottom: 10px;
  font-weight: 300;
}
.pParticipants {
  font-size: 18px;
text-align: start;
font-weight: 300;
padding-top: 0;
}

.pParticipants+.button{
  margin-top: 20px;
}

.dennisImage {
  max-width: 300px;
  border-radius: 10px;
}
.groupImage {
  max-width: 400px;
  border-radius: 10px;
}

/* .destinationThinkingForLeaders {
  place-items: center;
} */

.portraitCircle {
  border-radius: 100%;
  width: 400px;
  height: 400px;
  object-fit: cover;
  object-position: center top;
  border: 24px solid rgba(0, 0, 0, 0.05);
}

.coaching {
  display: grid;
  grid-template-columns: 1fr auto;
  place-items: center;
}

.coachingText {
  display: grid;
  place-items: center;
}

.subFooter {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footerTitle {
  color: #000;
  font-size: 24px;
  font-weight: 500;
  padding: 0;
}

.footP {
  color: #000;
  font-size: 22px;
  font-weight: 400;
  padding: 0;
}


.font8 {
  font-size: 10px;
  position: relative;
  top: -7px;
  right: 3px;
}

.mobile {
  display: none;
}

.mobileFooter {
  display: none;
}

.summary {
  display: none;
}

.liGoldBox {
  font-size: 18px;
}

.liGoldBox i {
  color: #fcae12;
}

.headline-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 80vh;
  background-image: url(assets/neuroninspiredbraindesign.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative; 
  margin-bottom: 40px;
}

.headline-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75); 
  z-index: 1;
}

.headline-container * {
  position: relative; 
  z-index: 2;
}

.headline-container >.headline{
  font-size: 40px;
}

.headline-container >.subheadline{
color: #FFF;
}

.button {
  background-color: rgb(252, 174, 18);
  border-radius: 10px;
  text-align: center;
  padding: 15px;
  display: inline-block;
  cursor: pointer;
  color: #fff;
  border: none;
  font-size: 18px;
  font-weight: 400;
}

.button.link {
  margin-top: 10px;
  padding: 10px;
  font-size: 16 px;
}
.cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  background-color: #000;
  width: 100%;
  color: #FFF;
}

.cta>p {
  text-transform: capitalize;
  font-weight: 500;
}

.cta-text {
  text-align: center;
  padding-top: 0;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 400 !important;
}

@media only screen and (max-width: 1520px) {
  nav {
    font-size: 20px;
  }
}

@media only screen and (max-width: 1380px) {
  a {
    padding: 0.6em;
  }
}

@media only screen and (max-width: 1300px) {
  a {
    padding: 0.5em;
  }

  nav {
    font-size: 18px;
  }
}

@media only screen and (max-width: 1225px) {
  nav {
    font-size: 17px;
  }

  .footP {
    font-size: 22px;
  }
}

@media only screen and (max-width: 1140px) {
}

@media only screen and (max-width: 1125px) {
  .footP {
    font-size: 20px;
  }
}

@media only screen and (max-width: 1090px) {
  nav {
    padding-left: 0.3em;
    padding-right: 1.2em;
  }

  .ulParticipants {
    width: 75%;
  }
}

@media only screen and (max-width: 1060px) {
  nav {
    font-size: 16px;
  }

  p {
    font-size: 18px;
  }

  .footP {
    font-size: 18px;
  }

  h1 {
    font-size: 28px;
  }
  .seminarBorder {
    margin: 20px 80px;
    padding: 20px;
  }
}

@media only screen and (max-width: 1005px) {
  .destinationThinkingForLeaders {
    flex-direction: column;
  }

  .titleAndTextGroup {
    width: 100% !important;
  }
}

@media only screen and (max-width: 990px) {
  nav {
    font-size: 15px;
  }

  h2 {
    font-size: 22px;
  }

  .ulParticipants {
    width: 80%;
  }

  .formWrapper{
    margin: 0 20px;
    padding: 20px;
  }

  .timeFramesItemsGroup {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
  }
  .seminarBorder {
    margin: 20px 40px;
  }
  .groupImage {
    max-width: 300px;
  }
}

@media only screen and (max-width: 928px) {
  nav {
    font-size: 14px;
  }

  .footP {
    font-size: 16px;
  }

  .cta-text {
    font-size: 16px;
  }
}

@media only screen and (max-width: 880px) {
  a {
    padding: 0.4em;
  }
}

@media only screen and (max-width: 860px) {
  nav {
    padding-right: 0.65em;
  }

  a {
    padding: 0.35em;
  }

  .ulParticipants {
    width: 84%;
  }

  #goldBackground {
    width: 90%;
  }

  .headline {
    font-size: 25px;
  }
  .subheadline {
    font-size: 18px;
  }
  .fourSquare {
    display: flex;
    flex-direction: column;
  }
}

@media only screen and (max-width: 840px) {
  nav {
    padding-left: 0.25em;
  }

  .subFooter {
    width: 80%;
  }
}

@media only screen and (max-width: 820px) {
  nav {
    font-size: 12px;
  }

  .subFooter {
    width: 90%;
  }

  h1 {
    font-size: 26px;
  }


  .seminarBorder {
    flex-direction: column;
    padding: 15px;
    align-items: center;
  }
  .videoHeadline {
    font-size: 20px;
    text-align: center;
    font-weight: 500;
  }

  .videoSubtext {
    font-size: 16px;
    text-align: center;
    font-weight: 400;
  }
}

@media only screen and (max-width: 790px) {
  .ulParticipants {
    width: 86%;
  }
}

@media only screen and (max-width: 775px) {
  .ulParticipants {
    width: 90%;
  }
  iframe {
    width: 100%;
  }
}

@media only screen and (max-width: 735px) {
  a {
    padding: 0.3em;
  }
  .headline-container >.headline{
    font-size: 25px;
    padding: 20px;
  }
  .headline-container >.subheadline{
    padding: 20px;
  }
}

@media only screen and (max-width: 730px) {
  /* .iframe {
    width: 600px;
    height: 400px;
  } */

  .timeFrames {
    padding-top: 18px;
    font-size: 18px;
  }

  p {
    font-size: 17px;
    padding-top: 12px;
  }

  .whiteA {
    font-size: 12px;
    padding: 0em;
  }

  .footP {
    font-size: 20px;
    padding-top: 8px;
  }

  .cpu {
    display: none;
  }

  .display {
    display: none;
  }

  .mobile {
    display: grid;
    place-items: center;
    padding: 0.5em 0.7em 0.5em 0.7em;
    margin-right: 1em;
    color: rgb(235, 230, 230);
    font-size: 24px;
  }

  .mobileFooter {
    display: grid;
    place-items: center;
    color: rgb(235, 230, 230);
  }

  .ulParticipants {
    width: 94%;
  }
  /* Style the mobile menu to hang below the header */
    #onClick {
        position: absolute;
        top: 100%; /* Positions it directly below the nav */
        left: 0;
        width: 100%; /* Full width of the nav */
        background-color: black; /* Black background */
        z-index: 10; /* Ensure it appears above other elements */
        padding: 10px 0; /* Add some padding for better spacing */
    }

    /* Style the menu items for better appearance */
    #onClick li {
        text-align: center; /* Center the menu items */
        padding: 10px 0; /* Add padding for better spacing */
    }

    /* Ensure the none class still works to hide the menu */
    .none {
        display: none;
    }
    
    .seminarBorder.destinationThinkingForLeaders, .seminarBorder.destinationThinkingForLeaders .layout {
        width: 100%;
    }
}

@media only screen and (max-width: 700px) {
  p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 680px) {
}

@media only screen and (max-width: 650px) {

  .seminarP,
  .liParticipants {
    font-size: 18px;
  }

  p {
    font-size: 15px;
  }
}

@media only screen and (max-width: 600px) {
  .mobile {
    margin-right: 0.6em;
  }

  footer {
    margin-top: 5px;
  }

  ul {
    padding-top: 10px;
  }


  p {
    text-align: center;
  }

  .seminarP {
    font-size: 16px;
    padding-top: 0em;
  }

  h2 {
    font-size: 20px;
  }

  .timeFrames {
    padding-top: 16px;
    font-size: 16px;
  }

  .summary {
    display: grid;
    place-items: center;
  }
}

@media only screen and (max-width: 570px) {
  .mobile {
    margin-right: 0.45em;
  }
}

@media only screen and (max-width: 540px) {
  .subFooter {
    width: 98%;
  }

  footer {
    padding: 0.7em;
  }

  .whiteA {
    font-size: 11px;
  }

  .seminarBorder {
    margin: 20px;
    align-items: center;
  }
}

@media only screen and (max-width: 525px) {
  footer {
    padding: 0.5em;
  }

  .mobile {
    padding: 0.5em 0.3em 0.5em 0.3em;
    margin-right: 0.25em;
  }

  .footP {
    font-size: 18px;
  }

}

@media only screen and (max-width: 500px) {


  footer {
    padding-left: 0.1em;
    padding-right: 0.1em;
  }
}

@media only screen and (max-width: 480px) {
  .mobile {
    padding: 0.5em 0em 0.5em 0em;
  }

  .whiteA {
    font-size: 10px;
  }

  .footP {
    font-size: 17px;
  }

  .theProblem.dennisImage {
    max-width: 200px;
  }
  .dennisImage {
    max-width: 200px;
  }


}

@media only screen and (max-width: 455px) {
}

@media only screen and (max-width: 440px) {

  .display {
    display: block;
  }

  #noClick {
    margin-right: 0.5em;
  }

  .none {
    display: none;
  }
}

@media only screen and (max-width: 425px) {
  h1 {
    padding-top: 0.65em;
  }

}

@media only screen and (max-width: 400px) {
}

@media only screen and (max-width: 380px) {
  .footP {
    font-size: 16px;
  }

}

@media only screen and (max-width: 370px) {
  h2 {
    font-size: 18px;
  }
}

@media only screen and (max-width: 355px) {
  .footP {
    font-size: 15px;
  }
}
