  .intro-section {
    background-image: url("/assets/images/home/3.jpg");
    background-size: cover;
    background-repeat: none;
    background-position: center center;
    /* height:60vmax; */
  }
  .intro-section .topia-logo-cont {
    
      display: block;
      width: 100%;
      height: 100%;
      /* position: absolute; */
      left: 0;
      top: 0;
  }
  .its-all{
    font-size: 10vw;
    font-weight: bold;
    color:#fcdb51;
    line-height: 10vw;
  }
  .a-dream{
    font-size: 8vw;
    line-height: 8vw;
    font-weight: bold;
    color:#fcdb51;
  }
  .accordion-button{
    background-color: transparent !important;
    box-shadow: none !important;
    color:#6b26c4 !important;
    font-size: 1.5rem;
    padding: 0;
  }
  .accordion-button::after{
    color:#6b26c4 !important;
  }

  .accordion-button:not(.collapsed)::after {
    background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" width="100" height="100" viewBox="0,0,300,150"><g fill="%23ffffff" fill-rule="evenodd" stroke="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="10" stroke-dasharray="" stroke-dashoffset="0" font-family="none" font-weight="none" font-size="none" text-anchor="none" style="mix-blend-mode: normal"><g transform="scale(10.66667,10.66667)"><path d="M6.00001 11.25L18 11.25L18 12.75L6.00001 12.75L6.00001 11.25Z"></path></g></g></svg>')
}
.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" width="100" height="100" viewBox="0,0,300,150"><g fill="%23fcdb51" fill-rule="evenodd" stroke="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="10" stroke-dasharray="" stroke-dashoffset="0" font-family="none" font-weight="none" font-size="none" text-anchor="none" style="mix-blend-mode: normal"><g transform="scale(10.66667,10.66667)"><path d="M11,2v9h-9v2h9v9h2v-9h9v-2h-9v-9z"></path></g></g></svg>');
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
}

  /* Screens larger than 1800px */
  @media screen and (min-width:1800px) {
    .its-all{
        font-size: 10em;
        font-weight: bold;
        color:#fcdb51;
        line-height: 10vw;
      }
    .a-dream{
        font-size:8em;
        font-weight: bold;
        color:#fcdb51;
        line-height: 4vw;
      }
  }