
.idea-section {
  background-color: #D0D5DD;
  padding-bottom: 900px;
}

.idea-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 25%;
  background: linear-gradient(180deg, #F9FAFB 0%, rgba(249, 250, 251, 0) 100%);
}

.idea-section::after {
  content: '';
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 25%;
  background: linear-gradient(180deg, rgba(249, 250, 251, 0) 0%, #FFF 100%);
}

.idea-section .outlined-text {
  color: white;
  font-size: 160px;
  font-weight: 700;
  line-height: 176px;
  letter-spacing: -0.02em;
  margin-bottom: 64px;
}

/* Real outline for modern browsers */
@supports((text-stroke: 1.5px #101828) or (-webkit-text-stroke: 1.5px #101828)) {
  .idea-section .outlined-text {
    color: transparent;
    -webkit-text-stroke: 1.5px #101828;
    text-stroke: 1.5px #101828;
    text-shadow: none;
  }
} 

.idea-section .ideaSection-heading {
  font-size: 36px;
  font-weight: 700;
  line-height: 44px;
/*   letter-spacing: -0.02em; */
  margin-bottom: 32px;
}


.idea-section .idea-frame-outer .explosion-illustration,
.idea-section .idea-frame-outer .second-idea-frame,
.idea-section .idea-frame-outer .third-idea-frame{
  position: absolute;
  bottom: 96px; 
  right: 10%;
  z-index: 1;
  transition: all .9s ease;
}

.idea-section .idea-frame-outer .idea-frames-group {
  position: absolute;
  bottom: 96px; 
  left: 50%;
  z-index: 1;
  transform: translateX(-50%); 
}

.idea-section .idea-frame-outer .third-idea-frame,
.idea-section .idea-frame-outer .second-idea-frame {
  opacity: 0;
  transition: all .9s ease;
}

.idea-section .idea-frame-outer.frameExpand .third-idea-frame { 
  right: 23%; 
  z-index: 2;
  opacity: 1;
  transition: all .9s ease;
}

.idea-section .idea-frame-outer.frameExpand .second-idea-frame { 
  right: 16%; 
  z-index: 5;
  opacity: 1;
  transition: all .9s ease;
}

.idea-section .idea-frame-outer.frameExpand .explosion-illustration { 
  right: 4%; 
  z-index: 9;
  transition: all .9s ease;
}

.idea-section .idea-frame-outer .frame-name {
  color:  #111927;  
  font-size: 16px; 
  font-weight: 700;
  line-height: 34px;
  position: absolute;
  right: 100%;
  bottom: 0;
  opacity: 0;
  white-space: nowrap;
  transition: all .3s ease;
}

.idea-section .idea-frame-outer.frameExpand .frame-name {
  opacity: 1;
  transition: all 1.2s ease;
}

.idea-section .common-subheading {
  margin-bottom: 32px
}

@media (max-width: 1199.98px) {
  .idea-section .outlined-text { 
    font-size: 110px; 
    line-height: 126px; 
    margin-bottom: 40px;
  }
  .idea-section { 
    padding-bottom: 1000px !important;
  }
}

@media (max-width: 991.98px) { 
  .idea-section { 
    padding-bottom: 800px !important;
  }
  .idea-section {
    padding-top: 0px !Important;
}
}

@media (max-width: 767.98px) {
  .idea-section {
    padding-bottom: 600px !important;
  }
}

@media (max-width: 575.98px) {
  .idea-section .outlined-text {
    font-size: 80px;
    line-height: 96px; 
  }
  .idea-section {
    padding-bottom: 420px !important;
  }
}

@media (max-width: 479.98px) {
  .idea-section .outlined-text {
    font-size: 70px;
    line-height: 84px; 
    margin-bottom: 20px;
  }
  .idea-section {
    padding-bottom: 450px !important;
  }
  .idea-section .idea-frame-outer .idea-frames-group { 
    bottom: 60px; 
  }
  
  .idea-section .ideaSection-heading {
    margin-bottom: 0.5rem;
  }
}

/* .idea-section .idea-frame-outer .explosion-illustration {
position: absolute;
bottom: 96px; 
right: 0%;
z-index: 9; 
} */