        /* Preloader Style */

        .preloader {
            position: fixed;
            width: 100%;
            height: 100%;
            background: black;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            z-index: 9999;
          }
          .preloader img {
            width: 200px;
            height: auto;
            margin-bottom: 20px;
          }
          .boxes {
            display: flex;
            gap: 10px;
          }
          
          /* End Preloder Style */