@media (max-width: 1199.98px) {
  .about .content {
    padding: 25px;
  }
  .organised-by .wind-chime {
    left: 8%;
  }
}

@media (max-width: 991.98px) {
  .festival-section .stats-item {
    margin: 15px 0;
  }
  .parallax-banner .bottom-right {
    margin-top: 10px;
  }
  .organised-by {
    padding-bottom: 180px;
  }
  .main-container .bubble-container {
    width: 180px;
    height: 180px;
  }
  .key-programme .section-heading {
    font-size: 28px;
  }
  .main-container .main-circle {
    padding: 10px;
    height: 200px;
    width: 200px;
  }
  .main-container .bubble-container .pointer {
    left: calc(-34px + 3px);
  }
}

@media (max-width: 767.98px) {
  .header-top {
    flex-direction: column;
    /*align-items: self-start ! Important; */
  }
  .right-logos {
    flex-wrap: wrap;
  }
  .right-logos img {
    height: 40px !important;
  }
  #header {
    top: 48px;
    padding: 2px;
  }
  .left-logo img {
    height: 55px !important;
  }
  .organised-by .wind-chime {
    left: 15%;
  }
  #hero{
    padding-top: 65px;
  }
  /* ABOUT SECTION */
  .about-sec {
    text-align: center;
  }
  .about-sec p {
    text-align: center;
  }
  .pillars-section {
    padding-bottom: 135px;
  }
  .pillars-section .tower {
    width: 160px;
  }
  .innerpage-banner img {
    height: 105px;
    object-fit: cover;
  }

  .main-container .bubble-container .bubble .inner {
    height: 180px;
    width: 180px;
  }
  .main-container .bubble-container .bubble {
    height: 200px;
    top: calc(50% - 102px);
    left: -230px;
    width: 200px;
  }
  .custom-table {
    overflow-x: auto;
    margin: 0;
  }
  .key-programme {
    overflow-x: auto;
    padding-left: 325px;
  }
  .main-container .main-circle{
      min-width: 200px;
  }
  .custom-tab .nav-pills .nav-link{
      font-size: 17px;
  }
  .custom-table .date{
      font-size: 14px;
  }
  .custom-table .agenda-list h5,
  .custom-table .agenda-list .hall{
      font-size: 16px;
  }
  .custom-table .agenda-list{
      padding: 10px;
  }
}

@media (max-width: 575.98px) {
  body {
    font-size: 14px;
  }
  section,
  .section {
    padding: 40px 0;
  }
  .section-heading {
    font-size: 30px;
  }
  .stats h5 {
    font-size: 16px;
  }
  .giz-counter-section .stats-item {
    width: 80%;
    margin: auto;
  }
  .giz-counter-div h4 {
    font-size: 3.5rem;
    padding: 12px 0;
  }
  .lead {
    font-size: 16px;
  }
  .about .content {
    padding: 25px 0;
  }
  .objective-div {
    margin: 0px 0px 40px;
  }
  .objective-div .right-div {
    font-size: 14px;
    padding: 18px 5px 18px 0px;
    line-height: 1.3;
    font-weight: 400;
    overflow: hidden;
  }
  .objective-div .left-div {
    border-radius: 20px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .objective-div .outline {
    object-fit: cover;
    object-position: right;
    width: 235%;
  }
  .top-strip {
    background: #fff;
    z-index: 2 !important;
  }
  .btn-read-more {
    height: auto;
    font-size: 16px;
    padding: 10px 30px;
  }
  .festival-section .stats-item {
    margin: 15px auto;
    width: 70%;
  }
  .festival-section .stats-item span {
    font-size: 4rem;
  }
  .building-1 {
    width: 280%;
    left: 50%;
    transform: translateX(-50%);
  }
  .about-sec p {
    text-align: justify;
    font-size: 14px;
  }
  .title {
    font-size: 18px;
  }
  .pillars-section .tower {
    width: 140px;
  }
  .pillars-section .wind-chime {
    left: 50px;
  }
  .pillar-div {
    margin: 0 8%;
  }
  .vision-section p {
    margin-bottom: 0;
  }

  .custom-popup .section-heading {
    font-size: 20px;
  }
}
