  .lilita-one-regular {
        font-family: "Lilita One", sans-serif;
        font-weight: 400;
        font-style: normal;
      }

      * {
        font-family: Lilita One;
        font-weight: lighter;
      }

      .hero-title3{
        font-size: 30px;
           text-transform: uppercase;
         font-family: Lilita One;
         font-weight:bolder;
                background: linear-gradient(
          270deg,
          #5671d5,
          #8173ee,
          #ad65ec,
          #da513e,
          #f2857a
        );

        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;

        animation: gradientMove 8s ease infinite;
      }

           .hero-title4{
          font-size: 30px;
             text-transform: uppercase;
         font-family: Lilita One;
     }

      .btn-bl {
        background-color: #5671d5;
        color: white;
      }
      :hover.btn-bl {
        background-color: white;
        color: #5671d5;
        border: 1px solid #5671d5;
      }
      .navbar .container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 20px;
      }

      .navbar-nav {
        flex: 1;
        display: flex;
        justify-content: center;
        margin: 0;
      }

      .navbar-nav li a {
        padding: 10px 15px;
        color: black;
        font-size:19px;
      }
      :hover.navbar-nav li a {
        padding: 10px 15px;
        border-radius: 45px;
        
      }
      .bg-wrapper {
        position: relative;
        min-height: 100vh;
        background: url("assets/bg-left.svg") left top no-repeat,
          url("assets/bg-right.svg") right top no-repeat;
        background-size: auto;
        padding: 25px;
      }

      .hero-title {
        font-size: 30px;
        text-transform: uppercase;
        font-weight: bold;

        background: linear-gradient(
          270deg,
          #5671d5,
          #8173ee,
          #ad65ec,
          #da513e,
          #f2857a
        );

        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;

        animation: gradientMove 8s ease infinite;
      }

         .hero-title2 {
        font-size: 18px;
        text-transform: uppercase;
        font-weight: bold;

        background: linear-gradient(
          270deg,
          #5671d5,
          #8173ee,
          #ad65ec,
          #da513e,
          #f2857a
        );

        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;

        animation: gradientMove 8s ease infinite;
      }


      @keyframes gradientMove {
        0% {
          background-position: 0% 50%;
        }
        50% {
          background-position: 100% 50%;
        }
        100% {
          background-position: 0% 50%;
        }
      }

      p,
      span,
      br,
      b {
        font-family: "SF Pro Display", sans-serif;
        font-weight: bold;
        font-size: 18px;
      }
      .custom-center {
        align-items: center; 
      }
      @media (max-width: 767px) {
  .na {
    display: none;
  }
}
   

      
        .slider-container {
            max-width: 1200px;
            margin: 20px auto;
            overflow: hidden;
            position: relative;
        }
        .slider {
            display: flex;
            transition: transform 0.5s ease-in-out;
        }
        .slide {
            min-width: 100%;
            box-sizing: border-box;
            padding: 20px;
            text-align: center;
        }
        .container2 {
            margin-top:-30px;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 20px;
            max-width: 100%;
            margin-bottom:-100px;
        }
           .container21 {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 20px;
            max-width: 100%;
            margin-bottom:20px;
        }
        .slide-icon {
            margin-bottom: 20px;
        }
        .slide-icon img {
            height: 40px;
        }
        .text-column {
            flex: 1;
            padding: 10px;
             text-align: right;
        }

        .text-column2 {
            flex: 1;
            padding:10px;
            text-align: left;
        }
        .text-column p {
            font-size: 1.2em;
            line-height: 1.6;
                
        }
        .hero-title2 {
            font-size: 2em;
            font-weight: bold;
            margin-top: 10px;
        }
        .text-column2 p {
            display: flex;
            align-items: left;
            gap: 10px;
            font-size: 1.1em;
            margin: 10px 0;
        }
        .image-column {
            flex: 2;
            text-align: center;
        }
        .image-column img {
            max-width: 100%;
            height: auto;
        }
        .slider-nav {
            position: absolute;
            top: 50%;
            width: 100%;
            display: flex;
            justify-content: space-between;
            transform: translateY(-50%);
        }
        .slider-nav button {
            background: rgba(0, 0, 0, 0.5);
            color: white;
            border: none;
            padding: 10px;
            cursor: pointer;
            font-size: 1.5em;
        }
        .slider-nav button:hover {
            background: rgba(0, 0, 0, 0.8);
        }
        .slider-indicators {
            display: flex;
            justify-content: center;
            gap: 15px;
            margin-top: 20px;
        }
        .indicator {
         
            cursor: pointer;
            opacity: 0.5;
            transition: opacity 0.3s;
        }
        .indicator img {
            width: 100%;
       
        }
        .indicator.active {
            opacity: 1;
        }
   
        .indicator.animated::before {
            content: '';
            display: block;
            width: 48px;
            height: 24px;
            border: 3px solid #bbb;
            border-top-color: #333;
            border-radius: 50%;
            animation: spin 1s linear infinite;
        }
        .indicator.active.animated::before {
            border: 3px solid #333;
            border-top-color: #9e9e9e;
        }
        @keyframes spin {
            to {
                transform: rotate(360deg);
            }
        }
        @media (max-width: 768px) {
            
          
            .navbar-header{
                margin-top:-40px;
              
            }
            
            .bg-wrapper{
                  margin-bottom: -100px;
            }
       
            .hero-title{
                font-size:22px;
            }
              .hero-title4{
                font-size:18px;
            }
              .hero-title3{
                font-size:18px;
            }
            .container2 {
                flex-direction: column;
            }
           
             .container21 {
               margin-top:85px;
                flex-direction: column;
            }
           
            .text-column, .text-column2, .image-column {
                width: 100%;
 
            }
            .indicator {
                width: 20px;
                height: 20px;
            }
        }

  .connect-box {
  background-color: #fffaf0; 
  max-width: 400px;
  padding: 50px;
}



.input-group .form-control {
  border-radius: 12px 0 0 12px;
  border: none;
  width:200px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.input-group .btn {
  border-radius: 0 12px 12px 0;
  font-size: 1.5rem;
  font-weight: bold;
}

.connect-text {
  font-size: 1.2rem;
  color: #666;
  line-height: 1.6;
  margin-top: 10px;
}

