/* ------ widht > 1024px ------ */
@media (width> 1024px) {
}

/* ------ minmax-widht: 768px to 1020px ------ */
@media (min-width: 768px) and (max-width: 1024px) {
  /* Hero Section */
  .hero-slider-item {
    aspect-ratio: 1600/800;
  }
  .hero-content {
    width: 100%;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
  }

  /* About Section */
  .dec-1 {
    position: absolute;
    top: 0px;
    right: 50%;
    transform: translateX(-50%);
  }
  .dec-2 {
    opacity: 0;
  }

  /* ------ Info Section ----- */
  .info-section {
    max-height: unset;
    height: 1024px;
  }

  /* ------ internal About us ------ */
  #internal-about-us-desc-2 {
    right: 13%;
  }
  .conference-image {
    width: 100%;
    height: 100%;
  }
}

/* ------ max-widht: 550px ------ */
@media (max-width: 550px) {
  /* Hero section */
  .hero-slider-item {
    aspect-ratio: 1600/1080;
  }
  .hero-content {
    width: 100%;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
  }
  .button {
    padding: 0.5rem 1rem;
  }
  .hero-content ul li:nth-child(1),
  .hero-content ul li:nth-child(3) {
    font-size: 22px;
    line-height: 1.5rem;
    font-weight: 700;
  }

  .hero-content ul li:nth-child(2),
  .hero-content ul li:nth-child(4) {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5rem;
  }
  .orbia-team_two {
     padding-top: 30px; 
     padding-bottom: 30px; 
    }

  /* About Section */
  .dec-1 {
    position: absolute;
    top: 50px;
    right: 50%;
  }
  .dec-2 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10%;
  }

  /* ------ Info Section ----- */
  .info-section {
    max-height: unset;
    height: 900px;
  }

  .info-box {
    width: 350px;
    height: 350px;
  }

  .circle-div {
    position: absolute;
    width: 100px;
    height: 100px;
  }
  .bg-circle {
    width: 250px;
    height: 250px;
  }

  /* ------ internal About us ------ */
  .conference-image {
    width: 100%;
    height: 100%;
  }
}

/* ------ widht < 350px ------ */
@media (width< 350px) {
  /* Info Section */
  .circle-div:nth-child(4) {
    top: 50%;
    left: 60px;
  }

  .circle-div:nth-child(2) {
    top: 50%;
    left: 80%;
  }

  .circle-div:nth-child(3) {
    top: 80%;
    left: 50%;
  }

  .bg-circle {
    width: 220px;
    height: 220px;
  }
}
