@charset "utf-8";	 


.INTRO_AA .intro_all{ height: 100vh; width: 100%;  float: left;        display: flex;
      justify-content: center;
      align-items: center;
      gap: 30px; position: fixed; top: 0px; left: 0px; background-color: #fff; z-index: 999999}
.INTRO_AA .box {
      width: 300px;
      padding: 40px 20px;
      border-radius: 15px;
      color: #fff;
      text-align: center;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    }



.INTRO_AA .icon {
      width: 100px;
      height:100px;
      margin: 0 auto 20px;
    }
.INTRO_AA .icon lottie-icon{
      width: 100px;
      height:100px;

    }
.INTRO_AA .title {
      font-size: 20px;
      font-weight: bold;
      margin-bottom: 10px;
    }

.INTRO_AA .desc {
      font-size: 14px;
      line-height: 1.5;
      color: #f0f0f0;
    }

.INTRO_AA .btn {
      display: inline-block;
      margin-top: 20px;
      padding: 10px 30px;
      background-color: #f3eee4;
      color: #333;
      border-radius: 25px;
      font-weight: bold;
      font-size: 15px;
      text-decoration: none;
      transition: background-color 0.3s;
    }

.INTRO_AA .btn:hover {
      background-color: #e0dacb;
    }