.paras {
  padding-top: 10vh;

}

.first_para {
  color: rgba(134, 54, 212, 1);
  font-family: "Rakuten Sans UI Bold";
  font-size: 26px;
  line-height: 35px;
  text-transform: uppercase;
}

.second_para {
  font-family: "Rakuten Sans UI Semi";
  font-size: 26px;
  line-height: 35px;
  padding-left: 1rem;
}

.activity_para {
  font-family: "Rakuten Sans UI Semi";
}

.second_para span {
  color: rgba(235, 77, 102, 1);
  background-size: contain;
  background-image: url("../img/intro_section/Vector.png");
  background-repeat: no-repeat;
}

/* .first_line{
    margin-bottom: 0rem;
}

.second_line{
    padding-top: 1rem;
} */
.highlight {
  /* background-repeat: no-repeat;
  display: inline-block;  */
  padding: 10px;
  white-space: nowrap;
}

.brain_img_second_para {
  display: flex;
  position: relative;
  left: -1rem;
}

.brain {
  padding-top: 13.3rem;
}

.brain_img_second_para img {
  width: 4rem;
}

.third_para {
  font-weight: 400;
  font-size: 18px;
  padding-top: 1rem;
}

.register_button {
  padding-top: 2rem;
  position: relative;
  z-index: 2;
  border: none;
}

.register_button button, .register_button button:hover, .register_button button:focus {
  background-color: #F6304F;
  color: rgba(255, 254, 254, 1);
  font-size: 20px;
  text-transform: uppercase;
  font-family: "Rakuten Sans UI Bold";
  width: 217px;
  height: 53px;
  box-shadow: none;
  border-radius: 8px;
}

.first_img1 {
  text-align: right;
}

.first_img3 {
  align-content: end;
}

.first_img1 img {
  width: 200px;
  height: 136px;
  text-align: right;
}

.first_img2 img {
  width: 506px;
  height: 415px;
  border-radius: 4rem;
}

.first_img3 img {
  width: 219px;
  height: 152px;
}

.images {
  display: flex;
  justify-content: center;
}


.large_circle {
  background-color: #c5ebee;
  height: 236px;
  width: 236px;
  border-radius: 100%;
  z-index: 0;
  position: absolute;
}

.ai {
  position: relative;
  bottom: 9.9rem;
  width: 100px;
  /* height: 78px; */
  mix-blend-mode: multiply;
  /* border: 2px solid; */
  left: 12.5rem;
  bottom: 3.7rem;
}

.ai img {
  width: 4rem;
}

.intro_keynote_speakers_bg {
  background-image: url("../img/intro_section/t_b_img.png");
  background-repeat: no-repeat;
  background-position-y: 20.5rem;
  background-size: 100% 49%;
}

.awards_kidspark_event_bg {
  background-image: url("../img/intro_section/t_b_img.png");
  background-repeat: no-repeat;
  background-position-y: 35rem;
  background-size: 100% 60%;
}

.background_color {
  position: relative;
  z-index: -1;
  /* top: -27.8rem; */
  height: 704px;
  width: 100%;
  background: linear-gradient(128.61deg, rgba(140, 42, 171, 0.1) 12.66%, rgba(0, 163, 197, 0.1) 84.41%);
}

.ai_nization img {
  width: 16rem;
  padding-bottom: 7px;
  padding-left: 13px;
}

.images img {
  width: 82%;
  position: relative;
  top: 3.5rem;
  scale: 0.9;
}

.d_image {
  display: none;
}

.m_image {
  display: none;
}

/* .desktop-sections-background{
    padding-bottom: 2rem !important;
} */
/* Desktop view */
@media (min-width: 1025px) {
  .d_image {
    display: block;
  }
}

/* Mobile and tablet view */
@media (max-width: 1024px) {
  .m_image {
    display: block;
  }
}

@media (max-width: 700px) {
  .intro_keynote_speakers_bg {
    background-position-y: 12rem;
    background-size: 100% 46%;
  }

  .awards_kidspark_event_bg {
    background-position-y: 27rem;
    background-size: 100% 64%;
  }
}

@media (max-width: 1200px) {
  .second_para {
    font-size: 26px;
  }

  .ai {
    left: 9rem;
    bottom: 7.7rem;
  }
}

@media (max-width: 1200px) and (min-width: 768px) {
  .background_color {
    top: -24.8rem;
  }

  .intro_keynote_speakers_bg {
    background-position-y: 18rem;
    background-size: 100% 48%;
  }

  .awards_kidspark_event_bg {
    background-position-y: 33rem;
    background-size: 100% 60%;
  }
}

@media (max-width: 1024px) and (min-width: 990px) and (orientation: portrait) {

  .intro_keynote_speakers_bg {
    background-image: url("../img/intro_section/mobile_b.png");
    background-repeat: no-repeat;
    background-position-y: 35%;
    background-size: 100% 51%;
  }

  .awards_kidspark_event_bg {
    background-image: url("../img/intro_section/mobile_b.png");
    background-repeat: no-repeat;
    background-position-y: 35%;
    background-size: 100% 49%;
  }

  .background_color {
    top: -18.8rem;
  }

  .intro_keynote_speakers_bg {
    background-position-y: 17rem;
    background-size: 100% 48%;
  }

  .awards_kidspark_event_bg {
    background-position-y: 30rem;
    background-size: 100% 60.5%;
  }

  .register_button button, .register_button button:hover {
    background-color: #F6304F;
    color: rgba(255, 254, 254, 1);
    font-size: 14px;
    text-transform: uppercase;
    font-family: "Rakuten Sans Ui Bold";
    width: 142px;
    height: 40px;
    text-align: center;
    border-radius: 1vw;
  }

  .images img {
    width: 80% !important;
    position: relative;
    bottom: 0rem;
  }

  .register_button {
    padding-top: 2.5vh;
    position: relative;
    z-index: 2;
    border: none;
    padding-left: 1vw;
  }

}

@media (max-width: 991px) and (min-width: 768px) and (orientation: landscape) {

  .intro_keynote_speakers_bg {
    background-image: url("../img/intro_section/mobile_b.png");
    background-repeat: no-repeat;
    background-position-y: 35%;
    background-size: 100% 51%;
  }

  .awards_kidspark_event_bg {
    background-image: url("../img/intro_section/mobile_b.png");
    background-repeat: no-repeat;
    background-position-y: 35%;
    background-size: 100% 49%;
  }

  .intro_keynote_speakers_bg {
    background-position-y: 16rem;
    background-size: 100% 47.5%;
  }

  .awards_kidspark_event_bg {
    background-position-y: 24rem;
    background-size: 100% 50%;
  }

  .images img {
    width: 100%;
    position: relative;
    bottom: 0rem;
  }
}

@media (max-width: 991px) and (min-width: 768px) and (orientation: portrait) {

  .intro_keynote_speakers_bg {
    background-image: url("../img/intro_section/mobile_b.png");
    background-repeat: no-repeat;
    background-position-y: 35%;
    background-size: 100% 51%;
  }

  .awards_kidspark_event_bg {
    background-image: url("../img/intro_section/mobile_b.png");
    background-repeat: no-repeat;
    background-position-y: 35%;
    background-size: 100% 49%;
  }

  .background_color {
    top: -18.8rem;
  }

  .intro_keynote_speakers_bg {
    background-position-y: 16rem;
    background-size: 100% 46%;
  }

  .awards_kidspark_event_bg {
    background-position-y: 22rem;
    background-size: 100% 50%;
  }

  .register_button button, .register_button button:hover {
    background-color: #F6304F;
    color: rgba(255, 254, 254, 1);
    font-size: 14px;
    text-transform: uppercase;
    font-family: "Rakuten Sans Ui Bold";
    width: 142px;
    height: 40px;
    text-align: center;
    border-radius: 1vw;
  }

  .images img {
    width: 100%;
    position: relative;
    bottom: 0rem;
  }

  .register_button {
    padding-top: 2.5vh;
    position: relative;
    z-index: 2;
    border: none;
    padding-left: 1vw;
  }

  .first_para {
    font-family: "Rakuten Sans UI Bold";
    font-size: 18px;
    line-height: 24px;
  }

  .second_para {
    font-family: "Rakuten Sans UI Semi";
    font-size: 18px;
    line-height: 24px;
  }

  .second_para span {
    background-image: none;
  }

}

@media (max-width: 767px) and (orientation: landscape) {
  .paras {
    padding-top: 6vh;
  }

  .background_color {
    top: -17.5rem;
  }

  .ai {
    left: 4rem;
    bottom: 18.2rem;
  }

  .ai img {
    width: 3rem;
  }

  .intro_keynote_speakers_bg {
    background-position-y: 12rem;
    background-size: 100% 46%;
  }

  .awards_kidspark_event_bg {
    background-position-y: 30rem;
    background-size: 100% 60%;
  }
}

@media (max-width: 750px) {
  .first_para {
    font-family: "Rakuten Sans UI Bold";
    font-size: 18px;
    line-height: 24px;
  }

  .second_para {
    font-family: "Rakuten Sans UI Semi";
    font-size: 18px;
    line-height: 24px;
  }

  .second_para span {
    background-image: none;
    line-height: 24px;
    padding-left: 0px
  }

}

@media (max-width: 501px) and (min-width: 470px) {
  .paras {
    padding-top: 6vh;
  }

  .intro_keynote_speakers_bg {
    background-position-y: 11rem;
    background-size: 100% 45%;
  }

  .awards_kidspark_event_bg {
    background-position-y: 35%;
    background-size: 100% 65%;
  }

  .second_line_br {
    display: block
  }
}

.third_para {
  text-align: justify;
}

.activity-item {
  text-align: start;
  text-indent: 0rem;
  padding-left: 1rem;
  position: relative;
  line-height: 20px;
}

.activity-item::before {
  content: "-";
  position: absolute;
  left: 0;
}

@media (max-width: 600px) {
  .activity-item::before {
    content: "•"; /* Unicode for dot */
  }

  .second_para {
    font-family: "Rakuten Sans UI Semi";
    font-size: 16px !important;
    line-height: 20px !important;
  }

  .first_para {
    font-family: "Rakuten Sans UI Bold";
    font-size: 16px !important;
    line-height: 20px !important;
  }

  .second_para span {
    background-image: none;
  }
}

@media (max-width: 768px) {
  .paras {
    padding-top: 6vh;
  }
}

@media (max-width: 820px) {
  .paras {
    padding-top: 6vh;
  }
}

@media (max-width: 750px) {
  .register_button {
    padding-left: 2vw;
  }
}

@media (max-width: 575px) {
  .register_button {
    padding-left: 3vw;
  }

  .paras {
    padding: 6vh 4vw;
  }
}

@media (min-width: 420px) and (max-width: 469px) {
  .intro_keynote_speakers_bg {
    background-position-y: 10rem;
    background-size: 100% 45%;
  }

  .awards_kidspark_event_bg {
    background-position-y: 22rem;
    background-size: 100% 60%;
  }

  .third_para {
    font-weight: 400;
    font-size: 14px;
  }
}

@media (min-width: 320px) and (max-width: 420px) {
  .intro_keynote_speakers_bg {
    background-position-y: 9.5rem;
    background-size: 100% 44%;
  }

  .awards_kidspark_event_bg {
    background-position-y: 16rem;
    background-size: 100% 60%;
  }
}

@media (max-width: 991px) {
  .background_color {
    top: -18.8rem;
  }

  .third_para {
    font-weight: 400;
    font-size: 14px;
  }

  .second_line_br {
    display: none
  }

  .third_line_br {
    display: none
  }

  .ai {
    left: 6rem;
    bottom: 13.7rem;
  }

  .register_button button, .register_button button:hover {
    background-color: #F6304F;
    color: rgba(255, 254, 254, 1);
    font-size: 14px;
    text-transform: uppercase;
    font-family: "Rakuten Sans Ui Bold";
    width: 142px;
    height: 40px;
    text-align: center;
    border-radius: 1vw;
  }

  .images img {
    width: 100%;
    position: relative;
    bottom: 0rem;
  }

  .register_button {
    padding-top: 2.5vh;
    position: relative;
    z-index: 2;
    border: none;
    padding-left: 1vw;
  }

  .first_para {
    font-family: "Rakuten Sans UI Bold";
    font-size: 18px;
    line-height: 24px;
  }

  .second_para {
    font-family: "Rakuten Sans UI Semi";
    font-size: 18px;
    line-height: 24px;
  }

  .second_para span {
    background-image: none;
  }

}

@media (max-width: 412px) {
  .register_button {
    padding-left: 4vw;
  }

  .first_para {
    font-family: "Rakuten Sans UI Bold";
    font-size: 14px !important;
    line-height: 18px !important;
  }

  .second_para {
    font-family: "Rakuten Sans UI Semi";
    font-size: 14px !important;
    line-height: 18px !important;
  }

  .second_para span {
    background-image: none;
  }
}

#event_venue_section {
  padding: 0px 0px 15px 0px;
}