/* Conference Speaker  */
.confspeakersection {
  position: relative;
  padding: 30px 0 20px;
}


.confspeakersection:before {
  content: '';
  transform: translate(0, 0%) rotate(-70deg);
  z-index: -5;
  position: absolute;
  width: 250px;
  height: 130px;
  left: -4%;
  top: 19%;
  background: url('../images/object4.png') no-repeat center;
  background-size: cover;
}

.confspeakerheading {
  position: relative;
  color: #fff;
}

.confspeakerheading h3 {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 13.92px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.confspeakerheading h2 {
font-weight: 400;
font-size: 68px;
line-height:normal;
letter-spacing: normal;
text-transform: capitalize;
margin-bottom: 8px;
}

.confspeakerheading p {
  font-family: var(--font-family-secondary);
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
}

.inspeakerblock {
  display: flex;
  height: 530px;
  align-items: center;
  gap: 50px;
  position: relative;
}

.inspeakerrev {
  flex-direction: row-reverse
}

.inspeakerdesc {
  width: 60%;
  color: #fff
}

.inspeakerdesc h2 {
  font-weight: 400;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0%;
}

.inspeakerdesc h4 {
  font-family: var(--font-family-secondary);
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
}

.inspeakerdesc p {
  font-family: var(--font-family-secondary);
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
  color: #A6A6A6
}

.inspeakerimg {
  width: 100%;
  max-width: 480px;
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0 50px;
}

.inspeakerimg img {
  display: block;
  width: 100%;
  height: auto;
}

.speakername{position: absolute;
  font-size: 180px;
  z-index: 3;
  color: #fff;
  word-wrap: unset;}

/* Blur at bottom */
.inspeakerimg::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  /* Adjust this for more or less blur area */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
  pointer-events: none;
}



.inspeakersection .inspeakerblock:after {
  content: '';
  position: absolute;
  width: 300px;
  height: 800px;
  transform: translate(-30%, -30%) rotate(70deg);
  z-index: -5;
  transition: all 0.3s ease;
  padding: 0;
  opacity: 30%;
  filter: blur(130px);
  transform-origin: center;
  border-radius: 450px;
}

.inspeakersection .inspeakerblock:before {
  content: '';
  z-index: -5;
  position: absolute;
  background-size: cover;
  z-index: 4;
}


.inspeakersection .inspeakerblock.block1::after {
  right: -20%;
  top: 0%;
  background: var(--themeprimary);
}

.inspeakersection .inspeakerblock.block1::before {
  width: 250px;
  height: 130px;
  right: -14%;
  top: 0%;
  transform: translate(0, 0%) rotate(-70deg);
  background: url('../images/object4.png') no-repeat center;
}

.inspeakersection .inspeakerblock.block2::after {
  right: -20%;
  top: 50%;
  background: var(--themesecondary);
}

.inspeakersection .inspeakerblock.block2::before {
  width: 250px;
  height: 130px;
  right: -14%;
  bottom: 0%;
  transform: translate(0, 0%) rotate(110deg);
  background: url('../images/object1.png') no-repeat center;
}

.inspeakersection .inspeakerblock.block3::after {
  left: 0%;
  top: 20%;
  background: var(--themeprimary);
  width: 480px;
}

.inspeakersection .inspeakerblock.block3::before {
  width: 150px;
  height: 130px;
  left: -14%;
  bottom: 0%;
  transform: translate(0, 0%) rotate(0deg);
  background: url('../images/object3.png') no-repeat center;
}


/* Lighting Speakers  */
.lightspeakersection {
  position: relative;
  padding: 30px 0 20px;
}


.lightspeakersection:before {
  content: '';
  transform: translate(0, 0%) rotate(-70deg);
  z-index: -5;
  position: absolute;
  width: 250px;
  height: 130px;
  left: -4%;
  top: 19%;
  background: url('../images/object4.png') no-repeat center;
  background-size: cover;
}

.lightspeakerheading {
  position: relative;
  color: #fff;
}

.lightspeakerheading h3 {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 13.92px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.lightspeakerheading h2 {
  font-weight: 400;
  font-size: 68px;
  line-height: normal;
  letter-spacing: normal;
  margin-bottom: 15px;
}

.lightspeakerheading p {
  font-family: var(--font-family-secondary);
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
}

.lightspeakerperson {
  gap: 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  color: #fff;
}

.speakerpersonblock {
  padding: 60px 10px 10px;
}

.speakerpersonblock img {
  width: 100%;
  border: 1px solid var(--themeprimary);
  border-radius: 16px 16px 0 0;
  margin-bottom: 30px;
}

.speakerpersonblock h4 {
  font-weight: 400;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: 0px;
  margin-bottom: 10px;
}

.speakerpersonblock h5 {
  font-family: var(--font-family-secondary);
  font-weight: 600;
  font-size: 18px;
  line-height: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.speakerpersonblock p {
  font-family: var(--font-family-secondary);
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
  color: #A6A6A6;
}


.inspeakersocial {
  transition: opacity 0.5s ease, transform 0.5s ease;
  opacity: 1;
  transform: translateY(0);
}

.inspeakersocial img {
  border: 0 ! important;
  border-radius: 0 ! important;
  height: 17px;
  padding: 0 3px;
  margin: 0 2px;
  width: auto;
}


/* Media Query */
@media (min-width: 992px) {}

@media (max-width: 992px) {
  .confspeakersection:before, .lightspeakersection:before {
    display: none;
  }

  .inspeakerblock {
    height: auto;
    flex-direction: column-reverse;
  }

  .inspeakerdesc {
    width: 100%;
  }

  .inspeakersection .inspeakerblock.block1::before {
    width: 90px;
    height: 80px;
    right: -40px;
    top: 0%;
  }

  .inspeakersection .inspeakerblock.block2::before {
    width: 160px;
    height: 130px;
    right: -14%;
    top: 0%;
  }

  .inspeakersection .inspeakerblock.block3::before {
    width: 110px;
    height: 100px;
    left: -8%;
    top: 0%;
  }

  .inspeakersection .inspeakerblock.block3::after {
    left: 0%;
    top: 0%;
    width: 260px;
  }
  

.lightspeakerheading h2, .confspeakerheading h2 {
  font-size: 35px;
}
.lightspeakerperson {
  grid-template-columns: repeat(1, 1fr);
}
.speakerpersonblock {
  padding: 20px 0px 10px;
}
.speakerpersonblock h4 {
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 5px;
}
}