
    .navbar{
        display: flex;
        align-items: center;
        justify-content: space-around;
        width: 100%;
        background: none;
    }
    .nav-logo{
        width: 80px;
        height: 80px;
    }
    .login-btn {
      background-color: var(--primary);
      color: var(--white);
      border: none;
      border-radius: 30px;
      cursor: pointer;
      font-weight: bold;
      transition: background-color var(--transition-medium), transform var(--transition-medium), box-shadow var(--transition-medium);
  }
    .login-btn{
        text-decoration: none;
        padding: 12px 18px;
        color: #ffffff;
        background-color: #00aa6c;
        box-shadow: 0px 9px 30px 2px rgba(16.000000000000007, 128.99999999999997, 232, 0.13);
        border-radius: 12px;
    }
  
  .login-btn:hover {
      background-color: var(--primary-hover);
      transform: translateY(-3px);
      box-shadow: 0 4px 8px rgba(0, 170, 108, 0.3);
  }
    .ham_menu-btn{
        border: none;
        background: none;
        cursor: pointer;
    }
    .ham_menu-svg{
        stroke: #333333;
    }
    .introduction{
        background: none;
        margin: 15% 3%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        line-height: 1.5;
        gap: 30px;
    }
    .introduction-title{
        color: #00aa6c;
        font-size: 28px;
        font-weight: 800;
    }
    .introduction-text{
        color: #8c8c8c;
        line-height: 1.5;
        font-size: 15px;
        font-weight: 300;
        /* background-color: #F5FAFE80;; */
    }
    .introduction-title span{
      color: #333333;
    }
    .introduction-image{
      margin-top: 10%;
      width: 420px;
      height: 340px;
    }
    .footer{
      display: flex;
      align-items: center;
      justify-content: center;
      position: fixed;
      width: 100%;
      height: 80px;
      bottom: 0;
      background-color: #ffffff;
      z-index: 10;
      border: none;
      border-top: 1px solid #eaeaea;
    }
    .footer-list{
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: space-evenly;
      list-style: none;
      gap: 30px;
      padding: 10px;
      border: none;
    }
    .footer-item{
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 5px;
      cursor: pointer;
    }
    .footer-link{
      text-decoration: none;
      color: #333333;
    }
    .suggestion{
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 30px;
      margin: 10% 3%;
    }
    .suggestion-title{
      color: #333333;
    }
    .suggestion-text{
      color: #8c8c8c;
      line-height: 1.5;
      font-size: 15px;
      font-weight: 300;
    }
    .line {
      width: 100%;
      height: 18vw;
      display: flex;
      align-items: center;
      overflow-x: hidden;
      position: relative;
    }
    .line-1 {
      display: flex;
      gap: 2vw;
      width: max-content;
    }
    .line-2 {
      display: flex;
      width: max-content;
      gap: 2vw;
      direction: ltr;
      position: absolute;
      left: 0;
    }
    .about_us{
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 30px;
      background: none;
      margin: 15% 3%;
    }
    .about_us-title{
      font-size: 20px; /* Reduced font size for mobile */
      color: var(--text-color);
      display: inline-block;
      position: relative;
      padding-bottom: 15px;
    }
  
  .about_us-title::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 80px;
      height: 3px;
      background-color: var(--primary);
  }
    .about_us-text{
      color: var(--gray);
      margin-top: 15px;
      font-size: 16px; /* Reduced font size for mobile */
    }
    .about_us-div{
      display: flex;
      align-items: center;
      justify-content: space-around;
      gap: 30px;
    }
    .about_us-quick_access{
      display: flex;
      flex-direction: column;
      align-items: start;
      justify-content: center;
      gap: 12px;
      padding: 20px;

    }
    .about_us-quick_access-title{
      color: #424242;
      font-size: 18px;
    }
    .about_us-quick_access-item{
      text-decoration: none;
      color: #8c8c8c;
      font-size: 14px;
      transition: all ease-in-out 400ms;
    }
    .about_us-quick_access-item:hover{
      color: #00aa6c;
    }
    .contact_us{
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      align-self: center;
      justify-self: center;
      gap: 30px;
      background: none;
      margin: 15% 3%;
      width: 90%;
      padding-bottom: 15%;
    }
    .contact_us-title{
      font-size: 20px; /* Reduced font size for mobile */
      color: var(--text-color);
      display: inline-block;
      position: relative;
      padding-bottom: 15px;
    }
    .contact_us-title::after{
      content: '';
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 80px;
      height: 3px;
      background-color: var(--primary);
    }
    .contact_us-text{
      color: var(--gray);
      margin-top: 15px;
      font-size: 16px; /* Reduced font size for mobile */
    }
    .main {
      display: flex;
      flex-direction: column;
      gap: 0.5em;
    }

    .up {
      display: flex;
      flex-direction: row;
      gap: 0.5em;
    }

    .down {
      display: flex;
      flex-direction: row;
      gap: 0.5em;
    }

    .card1 {
      width: 90px;
      height: 90px;
      outline: none;
      border: none;
      background: white;
      border-radius: 5px 90px 5px 5px;
      box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
      transition: .2s ease-in-out;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .instagram {
      /* margin-top: 2em;
      margin-right: 2.5em; */
      fill: #cc39a4;
    }

    .card2 {
      width: 90px;
      height: 90px;
      outline: none;
      border: none;
      background: white;
      border-radius: 90px 5px 5px 5px;
      box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
      transition: .2s ease-in-out;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .twitter {
      /* margin-top: 2em;
      margin-right: .5em; */
      fill: #03A9F4;
    }

    .card3 {
      width: 90px;
      height: 90px;
      outline: none;
      border: none;
      background: white;
      border-radius: 5px 5px 90px 5px;
      box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
      transition: .2s ease-in-out;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .card4 {
      width: 90px;
      height: 90px;
      outline: none;
      border: none;
      background: white;
      border-radius: 5px 5px 5px 90px;
      box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
      transition: .2s ease-in-out;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .whatsapp{
      /* margin-top: -1.5em;
      margin-right: .5em; */
      fill: #16c716;
    }

    .card1:hover {
      cursor: pointer;
      scale: 1.1;
      background-color: #cc39a4;
    }

    .card1:hover .instagram {
      fill: white;
    }

    .card2:hover {
      cursor: pointer;
      scale: 1.1;
      background-color: #03A9F4;
    }

    .card2:hover .twitter {
      fill: white;
    }

    .card3:hover {
      cursor: pointer;
      scale: 1.1;
      background-color: black;
    }

    .card3:hover .github {
      fill: white;
    }

    .card4:hover {
      cursor: pointer;
      scale: 1.1;
      background-color: #00ff00;
    }

    .card4:hover .whatsapp {
      fill: white;
    }
    .copyright{
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 30px;
      margin-bottom: 90px;
      font-size: 14px;
      color: #8c8c8c;
      padding-top: 10%;
      width: 100%;
      justify-self: center;
      align-self: center;
    }
    .title{
      font-size: 30px;
      font-weight: bold;
    }
    .background-blur{
      width: 100%;
      height: 100%;
      position: fixed;
      pointer-events: none;
      z-index: 10;
      filter: blur(0.5rem);
    }
    .menu{
      display: flex;
      flex-direction: column;
      align-items: start;
      position: fixed;
      height: 100%;
      width: 70%;
      background-color: #ffffff;
      z-index: 11;
      padding: 4% 2%;
      gap: 40px;
      right: -100%;
      transition: all ease-in-out 1s;
    }
    .menu-title{
      font-size: 28px;
      color: #333333;
      font-weight: bold;
    }
    .menu-list{
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 18px;
      list-style: none;
      align-items: start;
      width: 100%;
      height: 100%;
    }
    .menu-item{
      padding: 4px 6px;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
    }
    .menu-link{
      text-decoration: none;
      color: #8c8c8c;
    }
    .menu-btn-x{
      border: none;
      background: none;
      cursor: pointer;
    }
    .menu-btn-x svg{
      fill: #333333;
    }
    .title-x{
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%;
    }
    .menu-form{
      display: flex;
      align-items: center;
      width: 100%;
      margin: 0px 3px;
    }
    .menu-input{
      border: 1px solid #8c8c8c;
      padding: 2%;
      width: 100%;
      height: 40px;
    }
    .menu-form-btn{
      cursor: pointer;
      background-color: #00aa6c;
      height: 40px;
      width: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 90px 0px 0px 90px;
      border: 1px solid #8c8c8c;
    }
  
  .slider-container {
      position: relative;
      max-width: 600px;
      margin: 50px auto;
      overflow: hidden;
      border-radius: 10px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  }
  
  .slider {
      display: flex;
      width: 300%;
      transition: transform 0.5s ease-in-out;
  }
  
  .slide {
      width: 100%;
      flex-shrink: 0;
      position: relative;
  }
  
  .slide img {
      border-radius: 10px;
  }
  
  .caption {
      display: block;
      text-decoration: none;
      background-color: rgba(0, 0, 0, 0.6);
      color: #fff;
      padding: 10px;
      font-size: 16px;
      position: absolute;
      bottom: 10px;
      right: 10px;
      border-radius: 5px;
      transition: all ease-in-out 400ms;
  }
  
  .caption:hover {
      background-color: rgba(0, 0, 0, 0.8);
  }
  
  .slider-btn {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background-color: rgba(0, 0, 0, 0.5);
      color: white;
      border: none;
      padding: 10px 15px;
      font-size: 18px;
      cursor: pointer;
      border-radius: 50%;
  }
  
  .slider-btn:hover {
      background-color: rgba(0, 0, 0, 0.8);
  }
  
  .prev {
      left: 10px;
  }
  
  .next {
      right: 10px;
  }