  /* mobaile */
  @media (max-width: 768px) {
    .hero_image {
      top: 105%;
      left: 50%;
      width: 240px;
      transform: translate(-50%, -50%);
    }
  
    .section_card {
      margin-top: 120px;
    }
    .circle{
      top: -15px;
    left: 64%;
    }
    .navbar-collapse.container {
      background-color: rgba(0, 0, 0, 0.6);
      border-radius: 12px;
      padding: 15px;
      margin-top: 10px;
    }
    .hero-section {
      text-align: center !important;
    }
  
    .hero-section .hero-title,
    .hero-section .hero-desc,
    .hero-section {
      margin-left: auto;
      margin-right: auto;
    }
    .group_4 {
      position: absolute;
      top: -150px;
      right: -10px;
      z-index: 1;
      width: 280px;
    }
  
    .group_5 {
      position: relative;
      top: auto;
      left: -40px;
      margin: 20px auto 0;
      display: block;
    }
  
    .setion_2 {
      margin-bottom: 100px;
      margin-top: 120px;
    }
    .orange-shape {
      height: 450px;
    }
  
    .girl-img {
      height: 300px;
      top: 0px;
    }
  
    .circle2.loader-svg {
      top: 10px;
      right: 5px;
      width: 40px;
      height: 40px;
    }
  
    .circle1.loader-svg {
      top: 130px;
      right: 230px;
      width: 60px;
      height: 60px;
    }
  
    .loader {
      position: absolute;
      width: 35px;
      height: 35px;
      top: -45px;
      right: 135px;
      border-left: 4px solid #FF9800;
      border-radius: 50%;
      animation: right5231 0.9s linear infinite;
      z-index: 10;
    }
    .image_join{
      margin-top: -60px;
    }

    /*************************Page About*************************/
    .timeline {
      width: 100%;
    }

    .timeline {
      margin: 0;
    }

    .item {
      width: 100%;
      height: auto;
    }

    .title-wrapper {
      position: static;
      flex-direction: column;
      text-align: center;
      margin-bottom: 20px;
      transform: none;
    }

    .letter-r {
      margin: 0 auto;
      font-size: 26px;
      margin-right: 75px;
    }

    .p {
      width: 100%;
      padding: 10px;
      margin: 10px auto 0 auto;
      font-size: 15px;
      text-align: center;
    }

    .circle_about {
      position: absolute;
      top: -12px;
      left: 65%;
      width: 57px;
      height: 57px;
      background: #FF9800;
      border-radius: 50%;
      transform: translateX(-50%);
      z-index: 2;
    }

    .page_2 {
      margin-top: 100px;
    }

    /*********************Page Cards*******************/
    .dropdown-toggle {
      padding: 5px 15px;
    }
  
    .search-wrapper {
      margin-inline-start: auto;
      margin-inline-end: auto;
    }
    /**************Page Conatct******************/
    .img-far-left {
      margin-top: 20px;
      left: calc(-85vw + 100%);
      max-width: 90%;
      height: auto;
  }
  }
