*{
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    box-sizing: border-box; 
}

.header{
    background-image: linear-gradient(rgba(0, 0, 0, 0.522),black),url(ai-generated-7997620.jpg);
    height: 100vh;
    background-size: cover;
    position: relative;
    width: 100%;  
}

.overview-mobile{
    display: none;
}
.extra{
    display: none;
}
.loading{
    display: none;
}
.text-box{
    width:90%;
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: left;
    padding-left: 120px;

}
.intro{
    display: none;
}
.text-box h1{
    font-size: 130px;
    background: transparent;
    color: white;
    
    
}
.text-box h4{
    font-size: 40px;
    padding: 0px ;
    padding-right: 420px;
    margin-left: 15px;
    background: transparent;
    
}
.text-box p{
    margin: 10px 0 40px;
    font-size: 16px;
    color: white;
    margin-left: 15px;
    
}

.text-box .hero-btn{
    display: inline-block;
    text-decoration: none;
    background: white;
    color: black;
    padding: 18px 35px 18px 35px;
    font-size: 16px;
    margin-left: 15px;
    border-radius: 5px;
    position: relative;
    cursor: pointer;
    border: 1px solid #1d1233;
    
  }
  
.text-box a{
    padding-left: 18px;
}

.text-box .hero-btn2{
    display: inline-block;
    text-decoration: none;
    background: white;
    color: black;
    margin-left: 15px;
    padding: 12px 42px;
    font-size: 16px;
    margin-top: 10px;
    border-radius: 5px;
    position: relative;
    cursor: pointer;
    
    
  }
  .text-box .hero-btn2 i{
    padding: 10px;
  }
  .text-box .hero-btn2:hover{
  
   background: rgb(212, 211, 211);
  }
  

.vision{
    width: auto;
    padding: 0px 50px;
    text-align: center;
    
}
.vision .row{
    margin-top: -5%;
    display: flex;
  
    
}
.vision-col{
    flex-basis: 40%;
    color: black;
    margin-bottom: 5%;
    padding: 20px 18px;
    box-sizing: border-box;
    background-color: rgb(198, 228, 226);
    display: flex;
    z-index: 1;
}


.vision-col2{
    display: flex;
    flex-direction: row;
}
.vision img{
 
    
    width:60px;
    height: 60px;
    margin-top:60px;
    margin-left: 15px;
}

.vision p{
    flex-basis:80% ;
    font-size: 18px;
    font-weight: 400;
    text-align: left;
    color: black;
    padding: 40px 0px 20px 20px;
}


.overview{
    width: auto;
    padding: 0 20;
   text-align: left;
  
    
}
.overview .row{
    margin-top: 0%;
    display: flex;
    justify-content: space-around;
    
}
.overview-col{
    padding: 0px 150px 15px 150px;
    
    
   
}
.overview h1{
    
    font-size: 35px;
    text-align: center;
    padding: 18px 0;
}
.overview-col p{
    font-size: 18;
    padding: 25px;
    color: rgb(31, 30, 30);
    text-align: center !important;
  
}

.overview-btn{
    
    display: none;
   
}
.overview-btn p{
    color: white;
    text-decoration: none;
    padding: 0px;
    text-align: center !important;
}
.overview-btn i{
    padding-top: 8px;
}
.overview-btn:hover{
    background-color: white;
    color: black;
    border: 1px solid black;
}
.feature{
    width: auto;
    padding: 120 100;
    
    
}
.feature .row{
    margin-top: 0%;
    display: flex;
    justify-content: space-around;
    font-family: 'Poppins', sans-serif;
    
}
.feature-col{
    flex-basis: 23%;
    color: white;
    background-image: linear-gradient(to right, #22193f, #476093);
    margin-bottom: 5%;
    padding: 100px 12px;
    border-radius: 10px;
    box-sizing: border-box;
    transition: .5s;  
    box-shadow:  0px 0px 10px rgba(0, 0, 0, 0.2);
    
    
}

.feature-col:hover{
    background: white;
    color: black;
    border-radius: 10px;
    box-shadow:  0px 0px 20px rgba(0, 0, 0, 0.1);
    border: none;
}
.feature-col h3{
    
    font-size: 24px;
    text-align: left;
    padding-left: 10px;

}
.feature-col p{
   
    font-size: 18px;
    font-weight: 300;
    line-height: 22px;
    padding:10px;
    

}
.feature-col i {
    font-size: 40px;
    margin-bottom: 30px;
    padding-left: 5px;
    
    
}
.about{
    width: auto;
    padding: 30 20;
    
    
}
.about .row{
    margin-top: 0%;
    display: flex;
    justify-content: space-evenly;
    
    
}
.about h1{
    
    font-size: 35px;
    text-align: left;
    padding: 5px 0;
}
.about-col1{
    text-align: center;
    padding: 0;
  
   
}
.about-col1 img{
    width: auto;
    height: 400px;
    margin-top: 35;
    border-radius: 15px;
}
.about-col2{
    padding: 5;
    flex-basis: 50%;
    
   
}

.about-col2 p{
    font-size: 18px;
    text-align: justify;
    padding-bottom: 35px;
    color: rgb(31, 30, 30);
  
}
.about-btn{
    
    text-decoration: none;
    color: white;
    padding: 14px 34px;
    font-size: 16px;
    border-radius: 30px;
    background: rgb(4, 54, 74);
    cursor: pointer;
    
    
   
}
.about-btn:hover{
    background-color: white;
    color: black;
    border: 1px solid black;
}
.product{
    width: auto;
    padding: 100;
    
    
}

.product .row1{
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    flex-wrap: wrap;
    
}
.product .row2{
    margin-top: 0%;
    display: flex;
    justify-content: space-evenly;
    
}


.product-col{
    width: 350px;
    color: black;
    margin-bottom: 5%;
    box-sizing: border-box;
    text-align: left;
    transition: .5s;  
    background-color: white;
    border-radius: 20px;
    position: relative;
    
}
.product-col i{
    width: 70px;
    height: auto;
    padding: 5px;
    padding-top: 15px;
    border-radius: 50%;

}
.product-col h3{
    
    font-size: 24px;
    text-align: left;
    padding-left: 10px;
    padding: 20px;
    position: absolute;
    top: -30px;

}
.product-col p{
   
    font-size: 18px;
    padding: 20px 0px;
    text-align: justify;
    font-weight: 400;

}

.product-col img{
    width: 100%;
    height: 250px;
    border-radius: 10px;
}
.product-col i {
    margin-bottom: 30px;
    padding-left: 5px;
    
    
}

.conclusion{
    width: auto;
    padding: 100px 60px;
   text-align: center;
   display: none;

}
.conclusion .row{
    margin-top: 0%;
    display: flex;
    justify-content: space-around;
    
}
.conclusion .row-2{
    display: grid;
    grid-template-columns: 100%;
    justify-content: space-around;
}

.conclusion-col2{
    flex-basis: 50%;
    color: black;
    margin-bottom: 5%;
    padding: 15px;
    width: 500px;
    position: relative;
    box-sizing: border-box;
    transition: .5s;  
    box-shadow:  0px 0px 20px rgba(0, 0, 0, 0.2);
    
    
}

.conclusion-btn{
    display: inline-block;
    text-decoration: none;
    background: black;
    font-size: 16px;
    border-radius: 5px;
    color: white;
    padding: 18px 35px;
    margin-left: -70%;
    position: relative;
    cursor: pointer;
    left: 0;
}
nav .heronew {
    background: transparent;
    color: z;
}
nav .hero-btn2 {
    display: inline-block;
    text-decoration: none;
    color: white;
    margin-left: 15px;
    padding: 10px 25px;
    font-size: 16px;
    margin-top: 10px;
    border-radius: 10px;
    position: relative;
    cursor: pointer;
}
.conclusion-col2 h3{
    
    font-size: 24px;
    text-align: left;
    padding-left: 10px;

}
.row-2 p{
   
    font-size: 18px;
    font-weight: 300;
    padding:20px;
    color: black;
    
    

}
.conclusion-col2 i{
   
    position: absolute;
    top: 30px;
    right: 0;
    padding: 0 20px;
    cursor: pointer;
   

}

.conclusion-col{
  
    padding: 10px;
    flex-basis: 50%;
    justify-content: center;
    align-items: center;
    display: flex;
  
}
.conclusion h1{
    
    font-size: 35px;
    text-align: left;
    padding: 18px 0;
    color: black;
}
.conclusion-col p{
    font-size: 18px;
    padding: 10px;
    margin-bottom: 15px;
    color: black;
    text-align: justify;
  
}

.team{
    width: auto;
    padding:  40px 120px;
    overflow: auto;
    white-space: nowrap;
    
    
    
}
.team .row5{
    margin:20px;
    display: flex;
    justify-content: space-around;
    gap: 10px;
    flex-wrap: wrap;
    
    
    
}
.team-col{
    color: white;
    margin-bottom: 5%;
    box-sizing: border-box;
    background: linear-gradient(to right, #22193f, #476093);
    transition: .5s; 
    box-shadow:  0px 0px 20px rgba(0, 0, 0, 0.2);
    text-align: left;
    width: 350px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
}
.team-col:hover{
    border-radius: 10px;
    box-shadow:  0px 0px 20px rgba(0, 0, 0, 0.1);

}
.team h1{
    
    font-size: 35px;
    text-align: center;
    padding: 35px 0;
}
.team-col h3{
    
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    padding: 0px 10px 10px 10px;
   
   
}
.team-col p{
   
    font-size: 18px;
    font-weight: 300;
    line-height: 22px;
    padding:15px;

}
.team-col img{
    
    width: 350px;
    height: 350px;
    padding: 0;
    padding-bottom: 20px;
    transition: .5s ease; 
    border-radius: 10px;
    
    
}
.team-col img:hover{
    border-radius: 10px;
    box-shadow:  0px 0px 20px rgba(0, 0, 0, 0.1);

}

.contact{
    width: auto;
    padding: 40 100;
    padding-bottom: 150px;
  

}
.contact .row{
    margin-top: 0%;
    display: flex;
    justify-content: space-around;
    
}
.contact-col{
    margin: 0px;
    padding: 40px;
    flex-basis: 60%;
    border-radius: 10px;
    
   
}
.contact-col h1{

    font-size:35px;
    text-align: center;
    padding: 25px 0;

}
.contact-col p{
    font-size: 18px;
    padding: 25px 25px;
    text-align: justify;
    color: white;
    border-radius: 20px;
    margin-top: 80px;
    background-image: linear-gradient(to right, #22193f, #476093);
    align-self: center;
  
}

form input,form textarea{
    width: 100%;
    border: 0;
    outline: none;
    border: 2px solid #251742;
    padding: 10px;
    margin: 10px 0 !important;
    color:#4c0db1;
    font-size: 17px;
    border-radius: 10px;
    
}

form .btn2{
    padding: 14px 60px;
    font-size: 18px;
    font-weight: 500;
    margin-top: 20px;
    width: 100%;
    border-radius: 10px;
    cursor: pointer;
    color: white;
    background-image: linear-gradient(to right, #22193f, #476093);
    border: none;
}
form .btn2:hover{
    background: white;
    color: black;
    border: 1px solid black;
}

#entry{
    justify-content: center;
}
.message-container {
    text-align: center;
    padding: 20px;
    background-color: #ffffff;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    position: fixed;
    align-items: center;
    left: 50%;
    top: 50%;
    z-index: 1000;
    transform: translateX(-50%);
}
.message-container h1 {
    font-size: 1.5em;
    margin-bottom: 10px;
    color: #0073e6;
}
.message-container p {
    font-size: 1em;
    line-height: 1.6;
    color: #555;
}
@media (max-width:800px){
    
    .extra{
        display: flex;
    }
    .message-container{
        display: none;
    }
    .header{
        
        background: white;
        height: auto;
        background-size: cover;
        position: relative;
       
    }
    .loading{
        display: block;
    }
    .intro{
        display: flex;
        justify-content: center;
        width: 95%;
        margin: 0px auto;
    }
    .intro img {
        margin: 0px;
    }
    .col1{
        display: none;
    }
    .text-box{
        display: none;
       
    
    }
    .overview-btn i{
        padding-top: 2px;
    }
    
    .text-box h1{
        font-size: 90px;
        text-align: center;
        padding: 0px;
        font-weight: 100; 
    }
    .text-box h4{
        font-size: 25px;
        text-align: center;
        padding: 0px;
        font-weight: 100;      
     
    }
    
    .text-box p{
        color: white;
        font-size: 16px;
        padding: 0px 35px;
        font-weight: 100;
    }
    
        
    .row{
        
        flex-direction: column;
    }
    .text-box .hero-btn{
        
        padding: 16px 32px 16px 12px;
        font-size: 14px;
        margin-left: 5px;
       
      }
      .text-box .hero-btn2{
        
        display: none;
        
      }
      
    .text-box .hero-btn:hover{
        border-left: 30px solid #482b7c;
        background: #482b7c;
       color: white;
       
    }
    
nav ul{
    display: block;
  }
  
  nav .fa-solid{
    display: block;
    font-size: 25px;
    margin: 30px;  
    padding-left: 80%; 
    color: black;
   
  }
  nav .fa-times{
  display: block;
  font-size: 25px;
  margin: 20px;  
  color: white;
 
  }
  nav .hero-btn2{
  display: none;
  }
  
  nav ul li{
  display: block;
  margin: 15px 10px;
  padding: 5px;
  font-size: 10px;
  
  }
  nav ul{
  background:white;
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  text-align: center;
  height: 100vh;
  padding-top: 10px;
  z-index: 2;
  transition: right 0.5s;
  cursor: none;
  text-align: left;
  
  }
  #sidemenu{
  z-index: 500;
  }
  nav #sidemenu .fa-solid{
  margin: 3px;
  }
  #sidemenu li i{
  color: rgb(59, 57, 57); 
  display: inline;
  padding-left: 0;
  padding: 5px;
  font-size: 16px;
  }
  #sidemenu hr{
  color: rgb(59, 57, 57);
  height: 0.5px;
  }
  #sidemenu p{
  margin-top: 20px;
  padding: 10px;
  color: rgb(59, 57, 57);
  text-align: left;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  }
  .loginpage{
  display: flex;
  flex-direction: row;
  margin: 10px;
  justify-content: space-evenly;
  }
  #sidemenu .login-home{
  background-color: rgba(102, 246, 97, 0.074);
  border: 1px solid rgb(0, 255, 89);
  color: rgb(5, 101, 21);
  font-size: 20px;
  padding: 10px 25px;
  border-radius: 10px;
  text-align: left;
  display: block;
  font-weight: 400;
  }
  #sidemenu .join{
  background:#1d1233;
  color: white;
  }
  
  nav ul li a{
     color: rgb(59, 57, 57);
     font-weight: 600;
     font-size: 19px;
     font-family: 'Montserrat', sans-serif;
     text-decoration: none;
    
  }
  
  nav ul li a:hover::after{
  
  width: 0%;
  
  }
  nav ul li :hover{
  
  color: black;
  
  }
  nav ul .fas{
    position: absolute;
    top: 25px;
    padding: 20px;
    left: 300px;
    cursor: pointer;
    color: white;
  }
  
  
  
    .vision{
       display: none;
        
    }
    .conclusion-btn{
        font-size: 15px;
    }
    
    .overview{
        width: 100%;
        padding: 0px;
        background-position: center;
        background-size: cover;
        margin-bottom: 20px;
        background-image: linear-gradient(rgb(255 255 255 / 82%), #ffffff), url(ai-generated-7997620.jpg);
        
        
         
    }
    .overview-col img{
        justify-content: center;
        width: 100%;
        padding: 0px;
        

    }
    .overview-btn{
        padding: 10px 30px;
        font-size: 16px;
        text-align: center;
        border: none;
        color: white;
        background-image: linear-gradient(to right, #22193f, #476093);
        box-shadow:  0px 0px 10px rgba(17, 17, 17, 0.427);
        display: flex;
        justify-content: center;
        text-decoration: none;
        margin: -20px 20px 0px 20px;
        border-radius: 10px;
        margin-top: 15px;
        
        
    }
    .overview-btn i{
        font-size: 20px;
        color: white;
        font-weight: bold;
        align-self: center;
      }
    .overview-btn p{
        color: white;
        text-decoration: none;
        font-size: 18px !important;
        padding: 0px !important;
    }
    .overview-col{
        padding: 0px;
        margin-top: 0px;
        display: flex;
        position: relative;
        justify-content: space-between;      
        flex-direction: column;
              
    }
    
    .overview h1{
        
        display: none;
        
    }
    .overview-desk{
        display: none;
    }
    .overview-mobile{
        display: block;       
     
    }
    .overview-col p{
        font-size: 22px;
        padding: 0px 20px;
        font-family: 'Poppins', sans-serif;
        color: #2c3444;
        font-weight: bold;
        text-align: center !important;
    }
    .feature{
        width: 100%;
        padding: 15px;
        font-family: 'Poppins', sans-serif;
        
        
        
    }
    
    .feature-col{
        padding: 20px ;
        flex-basis: 45%;
        margin-top: 40px;
      
    }
    .feature .row{
        margin-top: 0%;
        display: flex;
        justify-content: space-around;
        font-family: 'Poppins', sans-serif;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 10px;
    }
    .feature-col h3{
        font-size: 20px;
        font-family: 'Montserrat',sans-serif;
        padding-left: 0px;
    }
    .feature-col p{
        font-size: 16px;
        padding-left: 0px;
    }
    .feature-col  i{
        font-size: 30px;
        padding-top: 20px;
        margin-bottom: 10px;
        
    }
    .about{
        width: 100%;
        padding: 10px;
        background-position: center;
        background-size: cover;
        padding-bottom: 30px;
       
      
        
    }
    
    .about h1{
        
        font-size: 20px;
        text-align: left;
        padding: 10px 15px 0px 15px;
        color: black;
        font-family: 'Poppins',sans-serif;
    }
    .about-col1{
        padding: 10px;
        text-align: center;
        padding-bottom: 0;
        
        
       
    }
    .about-col1 img{
        
       display: none;
    }
    .about-col2{
        padding: 5px;
        flex-basis: 40%;
        text-align: center;
        
        
       
    }
    
    .about-col2 p{
        padding-top: 0;
        font-size: 16px;
        font-family:'Poppins',sans-serif;
        text-align: justify;
        padding: 15px;
        color: black;
        margin-bottom: 15px;
      
    }
    .about-btn{
        
       
        padding: 14px 34px;
        font-size: 15px;
        border-radius: 30px;
        margin-left: 15px;
        background: rgb(4, 54, 74);
        cursor: pointer;
        
        
       
    }
    .product{
        width: 100%;
        padding: 10px ;
        background: none;
        margin-top: 25px;
        
    }
    .product a{
    
        margin-top: 0px;
        padding:0px;
        text-align: left;
        font-size: 16px;
        text-decoration: none;
        color:  #403c4b;
        
    }
    .product-col{
        border-radius: 10px;
        display: flex;
        flex-direction: column;
        box-shadow: none;
       margin-bottom: 35px;
       width: 100%;
    }
    .product-col p{
        padding: 0px;
    }
    .product .row1{
        
        
        margin: 10px;
        
        
    }
    .product .row2{
        
        margin: 10px;
        
    }
    .product i{
        
        font-size: 16px;
    }
    .product h3{

        font-size: 20px;

    }
    .product p{
       padding: 20px 0px 0px 0px;
        font-size: 16px;
        text-align: justify;
        font-weight: 400;

    }
.product-col i{
    padding: 15px;
    background: #22193f;
    color: white;
    width: fit-content;
    border-radius: 10px;
    margin-bottom: 15px;
}
   .product-col h2{
    font-size: 20px;
   } 
.conclusion{
    width: auto;
    display: block;
    padding: 10;
    text-align: left;
    margin-top: 40px;
   

}


.conclusion-col2{
    
    width: 100%;
    background: linear-gradient(to right, #f7f5fc, #f7f9fe);
    display: block;
    border-radius: 10px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
     
}

.conclusion-btn{
    
    padding: 10px 20px;
    margin-left: 10px;
    
}

.conclusion-col2 h3{
    
    font-size: 18px;
    text-align: left;
    padding-left: 10px;
    font-family: 'Poppins',sans-serif;
    color: black;

}
.row-2 p{
   
    font-size: 16px;
    font-weight: 300;
    padding:20px;
    color: black;
    
    

}
.conclusion-col2 i{
   
    position: absolute;
    top: 30px;
    right: 0;
    padding: 0 20px;
    cursor: pointer;
   

}

.conclusion-col{
  
    padding: 10px;
    flex-basis: 50%;
    display: block;
    justify-content: normal;
    align-items: normal;
  
}
.conclusion h1{
    
    font-size: 20px;
    text-align: center;
    padding: 18px 10px;
    color: black;
}
.conclusion-col p{
    font-size: 16px;
    padding: 10px;
    margin-bottom: 15px;
    font-family:'Poppins',sans-serif;
    color: black;
    text-align: justify;
  
}

    .team{
        width: 100%;
        padding: 10px;
        
    }
    .team-col {
        margin: 20px 0px;
        border-radius: 10px;
        width: 100%;
      
    }
    .team-col img{
        
        width: 100%;
        height: 300px;
        padding-bottom: 10px;
        border-radius: 10px;
        
      
    }
    
    
    .contact{
        width: 100%;
        padding: 5px;
       text-align: center;
       margin-top: -50px;
      
    
      
        
    }
    .contact .row{
        margin-top: 0%;
        display: flex;
        justify-content: space-around;

        
    }
    .contact-col{
        margin: 5px;
        padding: 5px;

       
       
    }
    .contact-col p{
        padding: 20px;
        text-align: left;
    }
    .contact-col h1{
        font-size:20px;
        text-align: center;
        padding: 20px;
    
    }
    
   
    .contact h1{
        
        font-size: 25px;
        text-align: center;
        padding: 15px;
    }
    .team .row5{
        overflow: auto;
        gap: 0px;
    }
    .team h1{
        font-size: 25px;
        padding: 0px;
    }
    .team-col h3{
        font-size: 20px;
        align-self: center;
    }
    .team-col p{
        font-size: 16px;
    }
    .contact-col p{
        font-size: 16px;
        border-radius: 5px;
        margin-top: 30px;
    }
    .contact form input{
       
       
        
        width: 100%;
        border: 2px solid #251742;
        border-radius: 5px;
        
    }
    

    .contact form textarea{
      
        width: 100%;
        border: 2px solid #251742;
        border-radius: 5px;

    }
    .contact form .btn2{
        padding: 10px;
        margin: 10px 0px;
        border-radius: 5px;
        font-weight: 300;
        width: 100%;
       
    }
    
   
.loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, #22193f, #476093);
    z-index: 9999;
    display: block;
  }
  
  .loading-text {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    width: 100%;
    height: 100px;
    line-height: 100px;
  }
  
  .loading-text span {
    display: inline-block;
    margin: 0 5px;
    color: #fff;
    font-size: 50px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
  }
  .loading-text span:nth-child(1) {
      filter: blur(0px);
      animation: blur-text 2s 0.2s infinite linear alternate;
    }
    
    .loading-text span:nth-child(2) {
      filter: blur(0px);
      animation: blur-text 2s 0.4s infinite linear alternate;
    }
    
    .loading-text span:nth-child(3) {
      filter: blur(0px);
      animation: blur-text 2s 0.6s infinite linear alternate;
    }
    
    .loading-text span:nth-child(4) {
      filter: blur(0px);
      animation: blur-text 2s 0.8s infinite linear alternate;
    }
    
    .loading-text span:nth-child(5) {
      filter: blur(0px);
      animation: blur-text 2s 1s infinite linear alternate;
    }
    
    .loading-text span:nth-child(6) {
      filter: blur(0px);
      animation: blur-text 2s 1.2s infinite linear alternate;
    }
    
    .loading-text span:nth-child(7) {
      filter: blur(0px);
      animation: blur-text 2s 1.4s infinite linear alternate;
    }
    
    @keyframes blur-text {
      0% {
        filter: blur(0px);
      }
      100% {
        filter: blur(8px);
      }  
  }
  .dot-loader {
    width: 50px;
    height: 50px;
    background-image: linear-gradient(to right, #3a6fa8, #b4c2dd);
    border-radius: 50%;
    animation: expand-fade 1.5s infinite ease-in-out;
    margin: auto;
    position: absolute;
  }
  
  @keyframes expand-fade {
    0%, 100% {
      transform: scale(1);
      background-image: linear-gradient(to right, #3a6fa8, #b4c2dd);
      opacity: 0.09;
      
    }
    50% {
      transform: scale(1.5);
      background-image: linear-gradient(to right, #5f99d6, #b4c2dd);
      opacity: 0.2;
    }
}
    .dot-loader1 {
    width: 20px;
    height: 20px;
    background-image: linear-gradient(to right, #3a6fa8, #b4c2dd);
    border-radius: 50%;
    animation: expand-fade1 1.5s infinite ease-in-out;
    margin: auto;
    position: absolute;
  }
  
  @keyframes expand-fade1 {
    0%, 100% {
      transform: scale(1);
      background-image: linear-gradient(to right, #3a6fa8, #b4c2dd);
      opacity: 0.2;
      
    }
    50% {
      transform: scale(1.5);
      background-image: linear-gradient(to right, #5f99d6, #b4c2dd);
      opacity: 0.3;
    }
  }
  
  .conclusion ul {
    list-style: none;
    padding: 0;
}
.conclusion ul li {
    margin: 8px 0;
    font-size: 16px;
}
.conclusion ul li::before {
    content: "\f058"; 
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #22193f;
    margin-right: 10px;
    font-size: 25px;
}
    
}




 
  