  *{
    box-sizing: border-box;
  }

  body {
    background: #EBEBEB;
  }

  .header__inner {
    padding: 12px 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;;
  }

  

  .header__menu__lists {
    display: flex;
    gap: 32px;
  }

  .header__logo {
    width: 180px;
  }

  .header__btn{
    display: inline-block;
    padding: 12px 8px 12px 24px;
    background: #000;
    color: #fff;
    border-radius: 30px;
    border:1px solid #000;

  }

  .header__btn:hover{
    background: #fff;
    color: #333;
    border:1px solid #000;
  }

  .bi-arrow-right-short{
    margin-left: 12px;
  }
  .mv{
    padding: 40px 0;
  }
.rGap{
  row-gap: 40px;
}
  .spline__img {
    width: 100%;
  }

  h1{
    font-size: 80px;
    font-weight: 700;
    margin-bottom: 32px;
    
  }

  p{
    font-size: 24px;
    font-weight: 700;
color: #999;
margin-bottom: 80px;
  }

  .btn{
    background: #000ff0;
    color: #fff;
    padding: 12px 24px;
    border-radius: 8px;
  }

  .btn:hover{
    color: #fff;
    background:#404ce9;
  }

  .spline__img{
    width: 100%;
    height: 600px;
  }

  .ai-c{
    align-items: center;
  }


  @media (max-width:768px) {
    .header__inner{
      padding-left: 8px;
    }
    
  }