
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
   

}

body {
    font-family: Arial, sans-serif;
    background-color: #000;
    overflow-x: hidden; /* Prevent horizontal scroll */

}

.bbbb{
    display: none;
}

.section1 {
    background-image: url('../assets/Header.png');
    background-size: cover; /* Ensures the background covers the entire section */
    background-position: center; /* Centers the image */
    background-repeat: no-repeat; /* Avoid repeating the background image */
    height: 100%; 

}


/* Navbar styling */
.navbar {
    display: flex;
    justify-content: center;
    align-items: center;
 height: 120px;
 
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 76%);
    color: #fff;
}
.box1{
    display: flex;
    justify-content: space-between;
    align-items: center;
   width: 90%;

    color: #fff;
  
}

.logo {
    display: flex;
    align-items: center;
    
}

.logo img {
    width: 200px; /* Adjust logo size */

    
}

.logo span {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}


.nav-links {
    list-style-type: none;
    display: flex;
    gap: 30px;
}

.nav-links li a {
    text-decoration: none;
    color: #FFFFFF;
    font-size: 20px;
    font-family: Inter Tight;
    font-weight: 500;

}

.nav-links li a:hover {
    color: #ff7b00; /* Hover color change */
}

.call-us-button {
    background-color: transparent;
    padding: 10px 20px;
    color: #fff;
   
    border-radius: 25px;
    text-decoration: none;
    font-size: 16px;
    border: 2px solid #480090;
 
    display: flex;
    align-items: center;
    overflow: hidden; /* Ensures the border-radius works */
}

.call-us-button span {
    margin-left: 10px;
}
.read-less{
    cursor: pointer;
}


.call-us-button:hover {
    background-color: transparent;
    border-color: #00f6ff;
    color: #00f6ff;
}
.menu{
    display: none;
}
@media (max-width: 900px) {
    .nav-links li a {
        font-size: 14px;
    }
    .nav-links {
        gap: 18px;
    }
}
@media (max-width: 768px) {
    .nav-links li a {
        display: none;
    }
    /* .menu{
        display: block;
    } */
    .box2{
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 30px;
    }
}
@media (max-width: 496px) {
    .logo img {
        width: 120px;
       
    } 
    .call-us-button {
        padding: 8px 15px;
        font-size: 12px;
    }
    .navbar {
        height: 90px;
    }
    .section1 {
        background-image: url('../assets/Maskgroup.png');
    }

}
@media (max-width: 368px) {
    .logo img {
        width: 90px;
      
    } 
    .call-us-button {
        padding: 5px 10px;
        font-size: 11px;
    }
    .box1{
       width: 95%;
    }
    .navbar {
        height: 70px;
    }
}


/* navbar end */


.contant-sec{
width: 100%;
justify-content: center;
align-items: center;

display: flex;
flex-direction: column;
margin-top: 20px;
}
.Review{
font-size: 16px;
font-weight: 400;
color: #FFFFFF;
line-height: 18.4px;

}
.Review-img{
    display: flex;
    margin-top: 10px;
}
.Rimg2{
    margin-left: -20px;
}
.Rimg3{
    margin-left: -20px;
}
.Rimg4{
    margin-left: -20px;
}
.Rimg5{
    background: rgb(250,125,0);
    background: linear-gradient(90deg, rgba(250,125,0,1) 6%, rgba(137,141,205,1) 54%, rgba(15,104,234,1) 74%);
  border-radius: 30px;
  width: 60px;
  height: 60px;
  border: 3px solid white;
  justify-content: center;
  display: flex;
  align-items: center;
  margin-left: -20px;
}
.Rnum{
font-family: Arial;
font-size: 18px;
font-weight: 400;
color: white;
}
.creation{
font-family: Inter;
font-size: 65.8px;
font-weight: 700;
line-height: 85.8px;
/* letter-spacing: -0.2px; */
color: #FFFFFF;
width: 90%;
text-align: center;
margin-top: 2rem;
}


.typing-container {
    font-family: Inter;
    font-size: 70px;
    font-weight: 800;
    line-height: 75px;
    letter-spacing: -3.5px;
    color: #FFFFFF;
    width: 95%;
    text-align: center;
    margin-top: 2rem;
  }
  
  .cursor {
    display: inline-block;
    background: white;
    width: 2px;
    animation: blink 0.7s infinite;
  }
  
  @keyframes blink {
    0%, 100% {
      opacity: 1;
    }
    50% {
      opacity: 0;
    }
  }



.highlight1{
    font-size: 70.8px;
    font-weight: 800;
    line-height: 70.8px;
    letter-spacing: -0.2px;
    color: #019eff;  
}
.colortext1{
    color: #019eff;  
}
.sub-heding{
    font-size: 30.8px;
    font-weight: 700;
    line-height: 40.8px;
    letter-spacing: -0.2px; 
    color: white;
    margin-top:  1rem;
    margin-bottom: 1rem;
    text-align: center;
    width: 90%;
}
.friendly{
    font-family: Inter;
    font-size: 21.6px;
    font-weight:400;
    line-height: 34.56px;
    letter-spacing: -0.72px;
    color: #E3E3E3;
width: 70%;
    text-align: center;
    margin-top: 1rem;  
}
.stats-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    color: #fff;

  margin-top: 2rem;
  gap: 50px;
  }
  
  .stat1 {
    text-align: left;
    width: 180px;
    border-right: 1px solid #EB6B45;
  }
  .stat2 {
    text-align: left;
    width: 180px;
    border-right: 1px solid #EB6B45;
  }
  .stat3 {
    text-align: left;
    width: 140px;
    border-right: 1px solid #EB6B45;
  }
  .stat4 {
    text-align: left;
   
  
  }
  
  .numuser {
    font-size: 36px;
    margin-bottom: 5px;
    font-family: Inter Tight;
    font-weight: 700;
    line-height: 43.56px;

  }
  
  .nameuser {
    font-size: 20px;
    font-family: Inter Tight;
    font-weight: 400;
    line-height: 24.2px;
    width: 130px;
    color: #E3E3E3;
  }
  
  /* form start */
  .stat:not(:last-child) {
    margin-right: 30px;
  }
  .formcontainer {
    background-color: #f9fbff;
    padding: 20px;
    border-radius: 12px;
    width: 60%;
    margin: 0 auto;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-top: 1rem;
  }
  .form-print{
justify-content: center;
display: flex;
flex-direction: column;
align-items: center;
  }
  
  .form-heading {
    color: #0F68EA;
    font-size: 32px;
    margin-bottom: 10px;
    font-weight: 700;
    line-height: 40px;
    font-family: Inter Tight;
  }
  
  .form-text {
    color: #111827;
    font-size: 14px;
    margin-bottom: 20px;
    font-family: Inter Tight;
    font-weight: 500;
    line-height: 17.5px;
    text-align: center;
    width: 534px;
  }
  
  .form-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    
    text-align: left;
  }
  .form-1more{
    display: flex;
    justify-content: space-between;
   gap: 20px;
    flex-direction: column;
    text-align: left;
    width: 48%;

  }
  
  .form-group {
    flex-basis: 48%;
 
  }
  .form-group1{
  width: 100%;
  color: #000;
 display: flex;
 flex-direction: column;
 margin-bottom: 10px;
  }
  .form-group1 input{
width: 100%;

 
  }
  /* Add flag icons to the dropdown */
.custom-select select {
    padding-left: 5px; /* Adjust for the flag */
    background-position: left 5px center;
    background-repeat: no-repeat;
}

#country-select option {
    background-repeat: no-repeat;
    background-size: 20px 15px;
    padding-left: 30px; /* Adjust for the flag space */
}

#country-select option[data-flag="us"] {
    background-image: url('https://flagcdn.com/w40/us.png');
}

#country-select option[data-flag="in"] {
    background-image: url('https://flagcdn.com/w40/in.png');
}

#country-select option[data-flag="gb"] {
    background-image: url('https://flagcdn.com/w40/gb.png');
}

#country-select option[data-flag="af"] {
    background-image: url('https://flagcdn.com/w40/af.png');
}
  
  label { 
    margin-bottom: 5px;
  font-size:14px ;
  font-family: Inter Tight;
  line-height: 21px;
  font-weight: 700;
  
  }
  
  input,  select, textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #F6F9FF;
    border-radius: 8px;
    background-color: #EEF4FF;
    font-size: 17.68px;
    font-family: Inter Tight;
    font-weight: 500;
    border: none;
    color: #000;
    
  }
  input:focus {
    outline: none;
   
}
  
  .phone-input {
    display: flex;
 
 
    border: 1px solid #F6F9FF;
    border-radius: 8px;
    background-color: #EEF4FF;
  }
  .phone-input select{
border: none;
border-radius: 8px;
border: 1px solid #F6F9FF;
background-color: transparent;
width: 90px;
color: #000000;

  }
  .form-group select{
    color: #000000;

  }
  .custom-select {
    position: relative;
    display: flex;
    align-items: center;
   
}
.custom-select1 {
    position: relative;
    display: flex;
    align-items: center;
   
}
.custom-select select {
    appearance: none;
}
.custom-select svg {
    position: absolute;
    right: 10px;
    justify-content: center;
    align-items: center;
    display: flex;
    top: 10px;
    pointer-events: none;
    transition: transform 0.3s ease;
}
.form-control input::-webkit-datetime-edit::before {
    content: attr(placeholder);
    color: #cf1919;
    font-style: italic;
  }
  
  .form-control input:focus::-webkit-datetime-edit::before {
    content: "";
    color: #0ef0da;
  }
  

  
 
  
  textarea {
    resize: none;
    height: 145px;
  }
  
  .btn-submit {
    background-color: #007bff;
    color: #fff;
    padding: 12px 30px;
    border: none;
    border-radius: 20px;
    font-size: 16px;
    cursor: pointer;
    display: inline-block;
    margin-top: 20px;


  }
  
  .btn-submit:hover {
    background-color: #0056b3;
  }
  .two-btn{
    margin-top: 2rem;
    display: flex;
    gap: 30px;
  }
  .btn-two{
  
  border-radius: 30px;
  justify-content: right;
  align-items: center;
  display: flex;
  gap: 20px;
  font-family: Inter;
  font-weight: 600;
  font-size: 20px;
  border: none;
  background-color: #F0F2F4;
  color: black;
  }
  .ptag{
    padding-left: 40px;
  }
  .line{
    width: 100%;
    margin-top: 1.5rem;
    height: 4px;
    background-color: white;
  }
  
@media (max-width: 1138px) {
    /* .typing-container , .highlight1{
        width: 90%; 
    } */
    .friendly{
        width: 90%;  
    }
   
}
@media (max-width: 1028px) {
    .typing-container , .highlight1{
        font-size: 45.8px;
        line-height: 50px;
        letter-spacing: -2.5px;

        }
       
        .sub-heding{
            font-size: 25.8px;
            font-weight: 700;
            line-height: 30.8px;
        }
    .form-row {
        display: flex;
        justify-content: space-between;
        margin-bottom: 15px;
        flex-direction: column;
        text-align: left;
        gap: 20px;
      }
      .form-1more{
        display: flex;
        justify-content: space-between;
       gap: 20px;
        flex-direction: column;
        text-align: left;
        width: 100%;
    
      }
      .form-text {
        width: 95%;
      }
}
@media (max-width: 900px) {
    .stats-container {
        width: 80%;
        flex-wrap: wrap;
        justify-content: center;
        gap: 40px;
        
        
      }
      .stat1 {
        text-align: left;
        width: 120px;
        border-right: none;
   
      }
      .stat2 {
        text-align: left;
        width: 120px;
        border-right: none;
      }
      .stat3 {
        text-align: left;
        width: 120px;
        border-right: none;
      }
      .stat4 {
        text-align: left;
        width: 120px;
      
      }
}
@media (max-width: 860px) {
    /* .creation{
       
        font-size: 60.8px;
        line-height: 60.8px;
        letter-spacing: -2.2px;
        } */
        .friendly{
           
            font-size: 18.6px;
        
            line-height: 30.56px;
            letter-spacing: -0.72px;
          
            margin-top: 1rem;  
        }
        .formcontainer {
            width: 90%;
        }
        .two-btn{
            display: grid;
        }
        .line{
            display: none;
        }
}
@media (max-width: 681px) {
    .typing-container ,.highlight1{
        font-size: 35.8px;
        line-height: 40px;
        letter-spacing: -1.5px;

        }
        .sub-heding{
            font-size: 20.8px;
            font-weight: 700;
            line-height: 30.8px;
            text-align: center;
            width: 90%;
        }
}
@media (max-width: 561px) {
    /* .creation{
       
        font-size: 32.8px;
        line-height: 35.8px;
        letter-spacing: -0.2px;
        } */
        .friendly{
            font-size: 12.6px;
            line-height: 25.56px;
            letter-spacing: -0.px;
            margin-top: 0.5rem;  
        }
        .numuser {
            font-size: 24px;
          
            line-height: 33.56px;
        
          }
          
          .nameuser {
            font-size: 16px;
            line-height: 18.2px;
          
          }
          .stat1 {
            text-align: left;
            width: 80px;
            border-right: none;
          
       
          }
          .stat2 {
            text-align: left;
            width: 80px;
            border-right: none;
          }
          .stat3 {
            text-align: left;
            width: 80px;
            border-right: none;
          }
          .stat4 {
            text-align: left;
            width: 80px;
          
          }
          .form-heading {
            font-size:  18px;
            line-height: 24.2px;
          }
       
          
}
@media (max-width: 450px) {
.typing-container ,  .highlight1{
    font-size: 23px;
    line-height: 30px;
    letter-spacing: -0.7px;

    }
    .sub-heding{
        font-size: 18.8px;
        font-weight: 700;
        line-height: 20.8px;
        text-align: center;
        width: 90%;
    }
}
@media (max-width: 376px) {
    /* .creation{
       
        font-size: 35.8px;
        line-height: 36.8px;
        letter-spacing: -0.2px;
        } */
}
@media (max-width: 342px) {
    /* .creation{
       
        font-size: 30.8px;
        line-height: 31.8px;
        letter-spacing: -0.2px;
        } */
}
@media (max-width: 349px) {
    .friendly{
        font-size: 10.6px;
        line-height: 20.56px;
        letter-spacing: -0.px;
        margin-top: 0.5rem;
        width: 95%;  
    }
}


  /* 2 second container */

  
        
  .section2 {
    margin-top: 3rem;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.sec2-heading {
    color: #FFFFFF;
    font-family: Inter;
    font-size: 48px;
    font-weight: 700;
    text-align: center;
    width: 997px;
    margin-bottom: 5rem;
}

.wrapper {
  
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
   
    width: 100%;
}

.slider {
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
   
}

.slidetrack {
    display: flex;
    -webkit-animation: scroll 25s linear infinite;
    animation: scroll 25s linear infinite;
    width: calc(350px * 15); /* Adjust to the number of slides */
    gap: 60px;
    align-items: center;
}
.slidetrack1 {
    display: flex;
    -webkit-animation: scrolly 25s linear infinite;
    animation: scrolly 25s linear infinite;
    width: calc(350px * 17); /* Adjust to the number of slides */
    gap: 60px;
    align-items: center;
}

.slide {
    width: 300px; 
    height: 80px;
    background-color: #232222;
    justify-content: center;
    align-items: center;
    display: flex;
    border-radius: 50px;

}

.slide img {
    width: 70%;
    height: 50px;
    object-fit: contain;

}

@-webkit-keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-350px * 4)); /* Adjust based on the number of slides */
    }
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-350px * 4)); /* Adjust based on the number of slides */
    }
}
@-webkit-keyframes scrolly {
    0% {
        transform: translateX(calc(-350px * 4)); /* Start at the negative value */
    }
    100% {
        transform: translateX(0); /* Move back to the starting position */
    }
}

@keyframes scrolly {
    0% {
        transform: translateX(calc(-350px * 4)); /* Start at the negative value */
    }
    100% {
        transform: translateX(0); /* Move back to the starting position */
    }
}
@media (max-width: 1028px) {
    .sec2-heading {
        width: 90%;
        font-size: 30px;
    }
}
@media (max-width: 486px) {
    .sec2-heading {
        width: 93%;
        font-size: 22px;
        margin-bottom: 3rem;
    }
}


/* 3  container */

  
        
.section3 {
    margin-top: 5rem;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.sec3-heading {
    color: #FFFFFF;
    font-family: Inter Tight;
    font-size: 72px;
    font-weight: 700;
    text-align: center;
    line-height: 108px;
    width: 997px;
 
}
.sec3-text{
    color: #FFFFFF;
    font-family: Inter Tight;
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    line-height: 36px;
    width: 1140px;
}
.wrapper3 {
  
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
   margin-top: 5rem;
    width: 100%;
}

.slider3 {
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
   
}

.slidetrack3{
    display: flex;
    -webkit-animation: scrolls 25s linear infinite;
    animation: scrolls 25s linear infinite;
    width: calc(350px * 15); /* Adjust to the number of slides */
    
    align-items: center;
}


.slide1 {
    width: 440px; 
    height: 100%;
    background-color: #B2FFFF;
  flex-direction: column;
   align-items: flex-start;
  padding: 30px;
    display: flex;
    
}
.slide2 {
    width: 440px; 
    height: 100%;
    background-color: #0080FF;
  flex-direction: column;
   align-items: flex-start;
  padding: 30px;
    display: flex;
    
}
.slide3 {
    width: 440px; 
    height: 100%;
    background-color: #3f007d;
  flex-direction: column;
   align-items: flex-start;
  padding: 30px;
    display: flex;
    
}
.slide4 {
    width: 440px; 
    height: 100%;
    background-color: #BEFFB2;
  flex-direction: column;
   align-items: flex-start;
  padding: 30px;
    display: flex;
    
}



.sli-heding{
font-family: Inter Tight;
font-size: 32px;
font-weight: 700;
line-height: 41.6px;
letter-spacing: -0.64px;
margin-top: 2rem;
}
.sli-heding1{
    font-family: Inter Tight;
    font-size: 32px;
    font-weight: 700;
    line-height: 41.6px;
    letter-spacing: -0.64px;
    color: #ffffff;
    margin-top: 2rem;
    }
.line3{
    width: 220px;
    height: 1.5px;
    background: rgb(0,0,0);
    background: linear-gradient(90deg, rgba(0,0,0,1) 24%, rgba(0,0,0,0) 73%);
border: none;
margin-top: 2rem;
}
.line4{
    width: 220px;
    height: 1.5px;
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,1) 24%, rgba(0,0,0,0) 73%);
border: none;
margin-top: 2rem;
}
.sli-text{
    margin-top: 2rem;
    width: 353.97px;
    font-family: Inter Tight;
    font-size: 18px;
    font-weight: 400;
    line-height: 27.9px;
    color: #0D0D0D;
}
.sli-text1{
    margin-top: 2rem;
    width: 353.97px;
    font-family: Inter Tight;
    font-size: 18px;
    font-weight: 400;
    line-height: 27.9px;
    color: #ffffff;
}
.sli-last{
  
    font-family: Inter Tight;
    font-size: 18px;
    font-weight:700;
    line-height: 27.9px;
    color: #0D0D0D;
}
.sli-last1{
  
    font-family: Inter Tight;
    font-size: 18px;
    font-weight:700;
    line-height: 27.9px;
    color: #ffffff;
}
.slide-footer{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
  
    gap: 20px;
}
.slide-footer img{
    width: 30px;
}
.btn-sec3{
    margin-top: 3rem;
    padding: 14px 30px;
    background-color: #0F68EA;
    border-radius: 30px;
    border: none;
    font-family: Inter Tight;
    font-size: 18px;
   font-weight: 500;
   color: #FFFFFF; 

}


@-webkit-keyframes scrolls {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-350px * 4)); 
    }
}

@keyframes scrolls {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-350px * 4)); 
    }
}


@media (max-width: 1171px) {
    .sec3-heading {
        color: #FFFFFF;
        font-family: Inter Tight;
        font-size: 72px;
        font-weight: 700;
        text-align: center;
        line-height: 75px;
        width: 90%;
     
    }
    .sec3-text{
        color: #FFFFFF;
        font-family: Inter Tight;
        font-size: 24px;
        font-weight: 400;
        text-align: center;
        line-height: 36px;
        width: 90%;
        margin-top: 2rem;
    }
}
@media (max-width: 850px) {
    .slide1 {
        width: 300px; 
        padding: 15px;
       }
    .slide2 {
        width: 300px; 
        padding: 15px;
       }
    .slide3 {
        width: 300px;
        padding: 15px;  
       }
    .slide4 {
        width: 300px;
        padding: 15px; 
       }
       .sli-heding{
        font-size: 20px;
        line-height: 21.6px;
        letter-spacing: 0px;
        margin-top: 1rem;
        }
        .sli-heding1{  
        font-size: 20px;
        line-height: 21.6px;
        letter-spacing: 0px;
        margin-top: 1rem;
            }
        .line3{
            width: 160px;
        margin-top: 1rem;
        }
        .line4{
            width: 160px;
        margin-top: 1rem;
        }
        .sli-text{
            margin-top: 1rem;
            width: 243.97px;
            font-size: 12px;
            line-height: 17.9px;
        }
        .sli-text1{
            margin-top: 1rem;
            width: 243.97px;
            font-size: 12px;
            line-height: 17.9px;
        }
        .sli-last{
            font-size: 14px;
          
        }
        .sli-last1{
            font-size: 14px;
     
        }
        .slide-footer{
            margin-top: 1rem;
            gap: 10px;
        }
        .slide-footer img{
            width: 20px;
        }
}
@media (max-width: 500px) {
    .sec3-heading {
    
        font-size: 28px;
        line-height: 28px;
       
     
    }
    .sec3-text{
        font-size: 14px;
        line-height: 19.6px;
        width: 95%;
        margin-top: 1rem;
       
    }
}


/* 4  container */

.section4 {
    margin-top: 5rem;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.sec4-heading {
    color: #FFFFFF;
    font-family: Inter Tight;
    font-size: 62px;
    font-weight: 600;
    text-align: center;
    line-height: 75px;
    width: 80%;
 
}
.sec4-text{
    color: #FFFFFF;
    font-family: Inter Tight;
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    line-height: 36px;
    width: 1279px;
    margin-top: 2rem;
}
.wrapper4 {
  
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
   margin-top: 2rem;
    width: 100%;
}

.slider4 {
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
   
}

.slidetrack4{
    display: flex;
    -webkit-animation: scrolla 25s linear infinite;
    animation: scrolla 25s linear infinite;
    width: calc(350px * 15); /* Adjust to the number of slides */
    gap: 20px;
    align-items: center;
}


.slide-1 {
    width: 361px; 
    height: 100%;
border-radius: 20px;
  flex-direction: column;
   align-items: flex-start;

    display: flex;
    
}
.slide-2 {
    width: 361px; 
    height: 100%;
   margin-top: 8rem;
  flex-direction: column;
   align-items: flex-start;

    display: flex;
    
}

.slide-1 img{
    width: 361px;
    height: 442px;
    border-radius: 20px;
}
.slide-2 img{
    width: 361px;
    height: 442px;
    border-radius: 20px;
}
.btn-sec4{
    padding: 12px 30px;
    justify-content: center;
    display: flex;
    align-items: center;
    gap: 10px;
    border: none;
    background-color: #ffffff;
    border-radius: 30px;
    font-family: Inter Tight;
    font-size: 16px;
    color: #16121E;
    margin-top: 2rem;
    cursor: pointer;
}


  

@-webkit-keyframes scrolla {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-350px * 4)); 
    }
}

@keyframes scrolla {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-350px * 4)); 
    }
}

@media (max-width: 1279px) {
    .sec4-heading {
        color: #FFFFFF;
        font-family: Inter Tight;
        font-size: 62px;
        font-weight: 600;
        text-align: center;
        line-height: 65px;
        width: 90%;
    }
    .sec4-text{
        color: #FFFFFF;
        font-family: Inter Tight;
        font-size: 24px;
        font-weight: 400;
        text-align: center;
        line-height: 36px;
        width: 90%;
        margin-top: 2rem;
    }
    
}
@media (max-width: 768px) {
    .wrapper4 {
       margin-top: 0.5rem;
    }
    .slide-1 {
        width: 161px;    
    }
    .slide-2 {
        width: 161px; 
        margin-top: 4rem;
        
    }
    
    .slide-1 img{
        width: 161px;
        height: 192px;
        border-radius: 15px;
    }
    .slide-2 img{
        width: 161px;
        height: 192px;
        border-radius: 15px;
    }
    .slidetrack4{
        gap: 10px;
    }
}
@media (max-width: 900px) {
    .sec4-heading {
        color: #FFFFFF;
        font-family: Inter Tight;
        font-size: 32px;
        font-weight: 600;
        text-align: center;
        line-height: 45px;
        width: 90%;
    }
}
@media (max-width: 500px) {
    .sec4-heading {
    
        font-size: 28px;
        line-height: 28px;
        line-height: 35px;
     
    }
    .sec4-text{
        font-size: 12px;
        line-height: 18.6px;
        width: 95%;
        margin-top: 1rem;
       
    }
}
@media (max-width: 340px) {
    .sec4-heading {
    
        font-size: 22px;
        line-height: 28px;
     
     
    }
}



/* 5  container */


.section5 {
    margin-top: 8rem;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.sec5-heading {
    color: #FFFFFF;
    font-family: Inter Tight;
    font-size: 48px;
    font-weight: 700;
    text-align: center;
    line-height: 58.08px;
    width: 795px;
 
}
.sec5-text{
    color: #FFFFFF;
    font-family: Inter Tight;
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    line-height: 36px;
    width: 1159px;
    margin-top: 2rem;
}
.sec5-component{
margin-top: 7rem;
display: flex;
width: 100%;
flex-wrap: wrap;
justify-content: center;
gap: 40px;
}
.sec5-box1{
     background-color: #ece9e9;
        padding: 40px;
    border-radius: 20px;
    width: 410px;
    height: 390px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
cursor: pointer;
}

.sec5-box1:hover{
    cursor: pointer;
    transform: scale(1.05); /* Slightly zooms in */
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.2); /* Adds a subtle shadow */
}
.flex-contant{
    display: flex;
    gap: 10px;

    align-items: center;
}
.sec5-heading {
    color: #FFFFFF;
    font-family: Inter Tight;
    font-size: 72px;
    font-weight: 700;
    text-align: center;
    line-height: 85px;
    width: 1145px;
 
}
.sec5-text{
    color: #FFFFFF;
    font-family: Inter Tight;
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    line-height: 36px;
    width: 1279px;
    margin-top: 2rem;
}
.sec5-heding1{
    font-family: Inter Tight;
    font-size: 28px;
    line-height: 30px;
    font-weight: 700;
  margin-top: 1rem;
  margin-bottom: 1rem;
    color: #854CFF;
    }
    .sec5-heding2{
        font-family: Inter Tight;
        font-size: 30px;
    line-height: 34px;
        font-weight: 700;
        margin-top: 1rem;
        margin-bottom: 1rem;
        color: #3F3C3C;
        }
.sec5-heding3{
    font-family: Inter Tight;
    font-size: 30px;
    line-height: 34px;
   font-weight: 700;
    margin-top: 1rem;
    margin-bottom: 1rem;
    color: #934B22;
}
.sec5-heding4{
    font-family: Inter Tight;
    font-size: 30px;
    line-height: 34px;
    font-weight: 700;
    margin-top: 1rem;
  margin-bottom: 1rem;
    color: #EB5D5D;
}
.sec5-heding5{
    font-family: Inter Tight;
    font-size: 30px;
    line-height: 34px;
    font-weight: 700;
    margin-top: 1rem;
    margin-bottom: 1rem;
    color: #3A6BFF;
}
.sec5-heding6{
    font-family: Inter Tight;
    font-size: 30px;
    line-height: 34px;
    font-weight: 700;
    margin-top: 1rem;
    margin-bottom: 1rem;
    color: #A700B3;
}
.sec5-heding7{
    font-family: Inter Tight;
    font-size: 30px;
    line-height: 34px;
    font-weight: 700;
    margin-top: 1rem;
  margin-bottom: 1rem;
    color: #058F00;
}
.sec5-heding8{
    font-family: Inter Tight;
    font-size: 30px;
    line-height: 34px;
    font-weight: 700;
    margin-top: 1rem;
    margin-bottom: 1rem;
    color: #6497FF;
}
.sec5-heding9{
    font-family: Inter Tight;
    font-size: 30px;
    line-height: 34px;
    font-weight: 700;
    margin-top: 1rem;
  margin-bottom: 1rem;
    color: #D38900;
}

    
   
    .sec5-text1{
        width: 100%;
        font-family: Inter Tight;
        font-size: 16px;
        font-weight: 500;
        line-height: 25.6px;
        color: #3F3F46;
        margin-top: 20px;
    }
    @media (max-width: 345px) {
        .sec5-heding1{
            font-size: 21px;
             line-height: 25px; 

            }

            .sec5-heding9{
                font-size: 20px;
                line-height: 25px;
            }
    }
    @media (max-width: 1326px) {
        .sec5-component{
            gap: 30px;
        }
       
    }
    @media (max-width: 1455px) {
        .sec5-heading {
            width: 90%;
         
        }
        .sec5-text{
            width: 90%;
        }
        .sec5-component{
            width: 95%;
        }
        .sec5-box1{
            background-color: #ece9e9;
            padding: 30px;
            border-radius: 20px;
            width: 330px;
            height: 460px;
        }
    }

    
    @media (max-width: 1148px) {
        .sec5-component{
            gap: 20px;
        }
    }
    @media (max-width: 1065px) {
        .sec5-component{
            width: 95%;
        }
        .sec5-box1{
            background-color: #ece9e9;
            padding: 40px;
            border-radius: 20px;
            width: 410px;
            height: 403px;
        }
        .sec5-component{
            gap: 30px;
        }
    }
    @media (max-width: 901px) {
        .sec5-box1{
            background-color: #ece9e9;
            padding: 30px;
            border-radius: 20px;
            width: 330px;
            height: 455px;
        }
    }
    @media (max-width: 768px) {
        .sec5-box1{
            background-color: #ece9e9;
            padding: 30px;
            border-radius: 20px;
            width: 410px;
            height: 100%;
        }
        .sec5-heading {
            font-size: 25px;
            line-height: 33.08px;
         width: 90%;
        }
        .sec5-text{
            font-size: 14px;
            line-height: 20px;
            margin-top: 0.5rem;
            width: 90%;
        }
        .sec5-component{
            margin-top: 3rem;
            width: 90%;
        }
        
    }

    /* 6  container */

.section6 {
    margin-top: 8rem;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;

}

.sec6-heading {
    color: #FFFFFF;
    font-family: Inter Tight;
    font-size: 48px;
    font-weight: 700;
    text-align: center;
    line-height: 58.08px;
    width: 70%;
    
 
}
.sec6-text{
    color: #FFFFFF;
    font-family: Inter Tight;
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    line-height: 36px;
    width: 1159px;
    margin-top: 2rem;
}
.sec6-component{
margin-top: 2rem;
display: flex;
width: 85%;
flex-wrap: wrap;
justify-content: center;
gap: 20px;
margin-bottom: 2rem;

}
.sec6-box1 {
    background-color: #000000;
    padding: 10px;
    border-top: 1px solid #0F68EA;
    width: 277px;
    height: 100%;
    margin-top: 3rem;
    transition: transform 0.3s ease; /* Smooth transition for zoom effect */
}

.sec6-box1:hover {
    transform: scale(1.03); /* Adjust the scale for a subtler zoom */
    border-top: 8px solid #0F68EA;
}


.sec6-heding1{
    font-family: Inter;
    font-size: 31px;
    font-weight: 500;
 line-height: 39.68px;
 letter-spacing: -4%;
    color: #ffffff;
    margin-top: 1rem;
   
    }
   .sec6-text1{
        width: 100%;
        font-family: Inter;
        font-size: 16px;
        font-weight: 500;
        line-height: 25.6px;
        color: #EFEFEF;
        margin-top: 0.8rem;
       
    }
    @media (max-width: 1388px) {
        .sec6-component{
            width: 100%;
        }
    }
    @media (max-width: 1200px) {
        .sec6-box1{
            width: 245px;
        }
    }
    @media (max-width: 1162px) {
        .sec6-heading {
            width: 75%;
           }
        .sec6-text{
            width: 90%;
        }
    }
    @media (max-width: 1080px) {
        .sec6-component{
            width: 90%;
        }
        .sec6-box1{
            width: 277px;
        }
    }
    @media (max-width: 855px) {
        .sec6-heading {
            width: 90%;
            font-size: 28px;
            line-height: 35.08px;
           }
    }
    @media (max-width: 474px) {
        .sec6-heading {
            font-size: 24px;
            line-height: 32.08px;
            width: 90%;
        }
        .sec6-text{
            font-size: 14px;
            line-height: 20px;
            margin-top: 1rem;
        }
    }



      /* 7  container */
      
      .section7 {
        margin-top: 1rem;
        justify-content: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
         background-color: #FFFFFF; 
    }
    
    .sec7-heading {
        color: #2B2B2B;
        font-family: Inter Tight;
        font-size: 48px;
        font-weight: 700;
        text-align: center;
        line-height: 58.08px;
       width: 90%;
       margin-top: 5rem;
        
     
    }
    .read-more{
        cursor: pointer;
    }
    .sec7-text{
        color: #2B2B2B;
        font-family: Inter Tight;
        font-size: 24px;
        font-weight: 400;
        text-align: center;
        line-height: 36px;
        width: 75%;
        margin-top: 1rem;
    }
    .sec7-component{
        /*
        align-items: center;
        overflow-x: hidden;
        gap: 4rem;
      */
     margin: 4rem 0;
     width: 100%;
     display: flex;
     overflow-x: hidden;
     gap: 0rem;
     overflow-y: hidden;
    }
    
    .gsaplable {
        /* height: 100vh; */
        width: 100vw;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .main-sec7{
        justify-content: center;
        align-items: center;
        display: flex;
    }
    
    .sec7-box1{
        /* width:  85%; */
        height:90%;
        background-color: #F0F2F4;
        border-radius: 26px;
        display:flex ;
        padding: 2rem;
       
        justify-content: space-between;
        align-items: center;
        width: 80vw;
        margin-bottom:5px;
        
    }
    .sec7-box2{
        /* width:  86%; */
        width: 80vw;
        height:90%;
        background-color: #F0F2F4;
        border-radius: 16px;
        display:flex ;
    
        justify-content: space-between;
        align-items: center;
        padding: 3rem;
    
        
    }
    .sec7-left{
        width: 50%;
     padding: 70px;
    }
    
    .sec7-left-1{
        width: 60%;
    
    justify-content: flex-end;
    align-items: center;
    display: flex;
    }
    .sec7-left-box1{
        /* width: 280px; */
    }
    .sec7-right-box1{
        /* width: 280px; */
    }
    .sec7-right{
        width: 50%;
        justify-content: flex-end;
        align-items: center;
        display: flex;
       
    }
    .sec7-right-1{
        width: 45%;
        justify-content: center;
        display: flex;
        padding: 100px;
    }
    .sec7-right img{
        width: 700px;
        height: 465px;
        padding: 0.5rem;
    }
    .sec7-left-1 img{
        width: 700px;
        height: 465px;
        padding: 0.5rem;
    }
    .sec7-title{
        font-family: Inter;
        font-size: 72.91px;
        font-weight: 700;
        line-height: 72.91px;
        letter-spacing: -4.75px;
    }
    .sec7-text1{
        font-family: Inter;
        font-size: 16.2px;
        font-weight: 400;
        line-height: 25.92px;
        letter-spacing: -0.43px;
        width: 280px;
        margin-top: 1rem;
    }
    .sec7-text2{
        font-family: Inter;
        font-size: 16.2px;
        font-weight: 400;
        line-height: 25.92px;
        letter-spacing: -0.43px;
        width: 280px;
        margin-top: 1rem;
    }
    .sec7-know{
        font-family: Inter;
        font-size: 21.6px;
        font-weight: 600;
        line-height: 34.56px;
        letter-spacing: -0.72px;
        margin-top: 1rem;
        
    }
    .sec7-component-mobile{
        display: none;
    }
    
    @media (max-width: 1405px) {
        .sec7-box1{
            /* width:  85%; */
            height:90%;
            background-color: #F0F2F4;
            border-radius: 26px;
            display:flex ;
            padding: 2rem;
           
            justify-content: space-between;
            align-items: center;
            width:90vw;
            margin-bottom:5px;
            
        }
        .sec7-box2{
            /* width:  86%; */
            width: 90vw;
            height:90%;
            background-color: #F0F2F4;
            border-radius: 16px;
            display:flex ;
        
            justify-content: space-between;
            align-items: center;
            padding: 3rem;
        
            
        }
    }
    @media (max-width: 1255px) {
        .sec7-right img{
            width: 600px;
            height: 365px;
            padding: 0.5rem;
    
        }
        .sec7-left-1 img{
            width: 600px;
            height: 365px;
            padding: 0.5rem;
        
        }
        .sec7-title{
            font-family: Inter;
            font-size: 62.91px;
            font-weight: 700;
            line-height: 62.91px;
            letter-spacing: -4.75px;
        }
    }
    @media (max-width: 1092px) {
        .sec7-left{
            width: 260px;
        padding: 35px;
        }
    }
    @media (max-width: 1030px) {
       
        .sec7-box1{
            flex-direction: column-reverse;
           
         }
         .sec7-box2{
            flex-direction: column
    
         }
         /* .sec7-right{
      
            width: 100%;
            justify-content: center;
            align-items: center;
            display: flex;  
          background-color: sandybrown;
          
        }
        .sec7-left-1{
      
            width: 100%;
            justify-content: center;
            align-items: center;
            display: flex;  
           
        }
        
        .sec7-left{
            width: 100%;
         padding: 50px;
        }
        .sec7-right-1{
            width: 100%;
         padding: 50px;
        }
        .sec7-left-box1{
            width: 100%; 
        }
        .sec7-right-box1{
            width: 100%; 
            
        }
        .sec7-right img{
            width: 714.95px;
            height: 466.27px;
        }
        .sec7-left-1 img{
            width: 714.95px;
            height: 466.27px;
        }
        .sec7-title{
            font-size: 72.91px;
            line-height: 72.91px;
            letter-spacing: -4px;
        }
        .sec7-text1{
            font-size: 16.2px;
            line-height: 25.92px;
            width: 90%;
        }
        .sec7-text2{
            font-size: 16.2px;
            line-height: 25.92px;
            width: 90%;
        }
        .sec7-know{
            font-family: Inter;
            font-size: 22.6px;
            font-weight: 600;
            line-height: 35.56px;
            letter-spacing: -0.72px;
            margin-top: 1rem;
        } */
        
        
    
    }
    @media (max-width: 1030px) {
        .sec6-component{
            margin-bottom: 1rem;
        }
         .section7{
            display: none;
        } 
        .sec7-right img{
            width: 293px;
            height: 191px;
        }
       
     .sec7-text{
                color: #2B2B2B;
                font-family: Inter Tight;
                font-size: 18px;
                font-weight: 400;
                text-align: center;
                line-height: 26px;
                width: 75%;
                margin-top: 1rem;
            }
        
        .sec7-left-1 img{
            width: 293px;
            height: 191px;
        }
        .sec7-right{
      
            width: 100%;
            justify-content: center;
            align-items: center;
            display: flex;  
            
    
        }
        .sec7-left-1{
      
            width: 100%;
            justify-content: center;
            align-items: center;
            display: flex;  
    
        }
        .sec7-title{
            font-size: 32.91px;
            line-height: 32.91px;
            letter-spacing: -2px;
           
        }
        .sec7-text1{
            font-size: 14.2px;
            line-height: 19.92px;
            width: 100%;
        }
        .sec7-text2{
            font-size: 14.2px;
            line-height: 19.92px;
            width: 100%;
        }
        .sec7-know{
            font-family: Inter;
            font-size: 22.6px;
            font-weight: 600;
            line-height: 35.56px;
            letter-spacing: -0.72px;
            margin-top: 1rem;
        }
        .sec7-box1{
            width: 80vw;
           
        }
        .sec7-box2{
            width: 80vw;
      
        }
        .sec7-left{
            width: 100%;
         padding: 10px;
        }
        .sec7-right-1{
            width: 100%;
         padding: 20px;
        }
    
    }
    @media (max-width: 610px) {
        .sec7-box1{
           padding: 10px;
           margin-top: 0px;
        }
        
        .sec7-box2{
           padding: 10px;
           margin-top: 0px;
        }
        .sec7-title{
            margin-top: 0px;
        }
    }
    /* @media (max-width: 620px) {
        .sec7-box1{
            width: 70vw;
        }
        
        .sec7-box2{
            width: 70vw;
        }
        .sec7-component{
            margin-top: 3rem;
            gap: 2rem;
        }
    } */
    
    @media (max-width: 430px) {
        .sec7-heading {
            font-size: 28px;
            line-height: 34px;
            margin-top: 3rem;
        }
        .sec7-text{
            font-size: 14px;
            line-height: 19.6px;
            margin-top: 1rem;
        }
    
    
    }
    @media (max-width: 355px) {
        .sec7-right img{
            width: 263px;
            height: 161px;
        }
        .sec7-left-1 img{
            width: 263px;
            height: 161px;
        }
    }
    
    
    
    
    
    
    
    .section21 {
        margin-top: 8rem;
        justify-content: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        background-color: #ffffff;
      display: none;
    }
    
    .sec21-heading {
        color: #2B2B2B;
        font-family: Inter Tight;
        font-size: 48px;
        font-weight: 700;
        text-align: center;
        line-height: 58.08px;
       width: 90%;
       margin-top: 2rem;
     
        
     
    }
    .sec21-text{
        color: #2B2B2B;
        font-family: Inter Tight;
        font-size: 24px;
        font-weight: 400;
        text-align: center;
        line-height: 36px;
        width: 1279px;
        margin-top: 2rem;
    }
    .sec21-component{
        margin-top: 4rem;
       width: 100%;
     justify-content: center;
     align-items: center;
     display: flex;
     flex-direction: column;
     gap: 4rem;
     margin-bottom: 4rem;
      
    }
    .sec21-box1{
        width:  80%;
        height:100%;
        background-color: #F0F2F4;
        border-radius: 16px;
        display:flex ;
        box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.2); /* Example shadow */
        justify-content: space-between;
        align-items: center;
        
    }
    .sec21-box2{
        width:  80%;
        height:100%;
        background-color: #F0F2F4;
        border-radius: 16px;
        display:flex ;
        box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.2); /* Example shadow */
        justify-content: space-between;
        align-items: center;
       
        
    }
    .sec21-left{
        width: 50%;
     padding: 50px;
    }
    
    .sec21-left-1{
        width: 60%;
    
    justify-content: flex-end;
    align-items: center;
    display: flex;
    }
    .sec21-left-box1{
        width: 280px;
    }
    .sec21-right-box1{
        width: 280px;
    }
    .sec21-right{
        width: 50%;
        justify-content: flex-end;
        align-items: center;
        display: flex;
       
    }
    .sec21-right-1{
        width: 40%;
        justify-content: center;
     
        display: flex;
        padding: 80px;
    }
    .sec21-right img{
        width: 714.95px;
        height: 466.27px;
    }
    .sec21-left-1 img{
        width: 714.95px;
        height: 466.27px;
    }
    .sec21-title{
        font-family: Inter;
        font-size: 72.91px;
        font-weight: 700;
        line-height: 72.91px;
        letter-spacing: -4.75px;
    }
    .sec21-text1{
        font-family: Inter;
        font-size: 16.2px;
        font-weight: 400;
        line-height: 25.92px;
        letter-spacing: -0.43px;
        width: 280px;
        margin-top: 1rem;
    }
    .sec21-text2{
        font-family: Inter;
        font-size: 16.2px;
        font-weight: 400;
        line-height: 25.92px;
        letter-spacing: -0.43px;
        width: 280px;
        margin-top: 1rem;
    }
    .sec21-know{
        font-family: Inter;
        font-size: 21.6px;
        font-weight: 600;
        line-height: 34.56px;
        letter-spacing: -0.72px;
        margin-top: 1rem;
    }
    @media (max-width: 1530px) {
        .sec21-left-1{
            width: 70%;
            padding: 10px;
        }
        .sec21-right-1{
            width: 30%;
           
        }
        .sec21-right-box1{
            width: 280px;
            margin-right: 20px;
        }
       
    }
    @media (max-width: 1300px) {
        .sec21-text{
            width: 90%;
        }
        
       
        .sec21-right img{
            width: 604.95px;
            height: 356.27px;
        }
        .sec21-left-1 img{
            width: 604.95px;
            height: 356.27px;
        }
        
        .sec21-title{
            font-size: 52.91px;
            line-height: 52.91px;
            letter-spacing: -2px;
        }
        .sec21-text1{
            font-size: 13.2px;
            line-height: 20.92px;
            width: 230px;
        }
        .sec21-text2{
            font-size: 13.2px;
            line-height: 20.92px;
            width: 230px;
        }
        .sec21-know{
            font-family: Inter;
            font-size: 18.6px;
            font-weight: 600;
            line-height: 30.56px;
            letter-spacing: -0.72px;
            margin-top: 1rem;
        }
    }
    @media (max-width: 1092px) {
        .sec21-left{
            width: 260px;
        padding: 35px;
        }
    }
 
    @media (max-width: 1030px) {
        .section21 {
            display: flex;
        }
        .sec21-box1{
            flex-direction: column-reverse;
         }
         .sec21-box2{
            flex-direction: column
         }
         .sec21-right{
      
            width: 100%;
            justify-content: center;
            align-items: center;
            display: flex;  
          
          
        }
        .sec21-left-1{
      
            width: 100%;
            justify-content: center;
            align-items: center;
            display: flex;  
           
        }
        
        .sec21-left{
            width: 100%;
         padding: 50px;
        }
        .sec21-right-1{
            width: 100%;
         padding: 50px;
        }
        .sec21-left-box1{
            width: 100%; 
        }
        .sec21-right-box1{
            width: 100%; 
            
        }
        .sec21-right img{
            width: 714.95px;
            height: 466.27px;
        }
        .sec21-left-1 img{
            width: 714.95px;
            height: 466.27px;
        }
        .sec21-title{
            font-size: 72.91px;
            line-height: 72.91px;
            letter-spacing: -4px;
        }
        .sec21-text1{
            font-size: 16.2px;
            line-height: 25.92px;
            width: 90%;
        }
        .sec21-text2{
            font-size: 16.2px;
            line-height: 25.92px;
            width: 90%;
        }
        .sec21-know{
            font-family: Inter;
            font-size: 22.6px;
            font-weight: 600;
            line-height: 35.56px;
            letter-spacing: -0.72px;
            margin-top: 1rem;
        }
        
        
    
    }
    @media (max-width: 910px) {
        .sec21-right img{
            width: 293px;
            height: 191px;
        }
        .sec21-left-1 img{
            width: 293px;
            height: 191px;
        }
        .sec21-right{
      
            width: 100%;
            justify-content: center;
            align-items: center;
            display: flex;  
    
        }
        .sec21-left-1{
      
            width: 100%;
            justify-content: center;
            align-items: center;
            display: flex;  
    
        }
        .sec21-title{
            font-size: 32.91px;
            line-height: 32.91px;
            letter-spacing: -2px;
        }
        .sec21-text1{
            font-size: 14.2px;
            line-height: 19.92px;
            width: 100%;
        }
        .sec21-text2{
            font-size: 14.2px;
            line-height: 19.92px;
            width: 100%;
        }
        .sec21-know{
            font-family: Inter;
            font-size: 22.6px;
            font-weight: 600;
            line-height: 35.56px;
            letter-spacing: -0.72px;
            margin-top: 1rem;
        }
        .sec21-box1{
            width: 50%;
        }
        .sec21-box2{
            width: 50%;
        }
        .sec21-left{
            width: 100%;
         padding: 20px;
        }
        .sec21-right-1{
            width: 100%;
         padding: 20px;
        }
    
    }
    @media (max-width: 620px) {
        .sec21-box1{
            width: 90%;
        }
        
        .sec21-box2{
            width: 90%;
        }
        .sec21-component{
            margin-top: 3rem;
            gap: 2rem;
        }
    }
    
    @media (max-width: 430px) {
        .sec21-heading {
            font-size: 32px;
            line-height: 41px;
            margin-top: 3rem;
        }
        .sec21-text{
            font-size: 14px;
            line-height: 19.6px;
            margin-top: 1rem;
        }
    
    
    }
    @media (max-width: 355px) {
        .sec21-right img{
            width: 263px;
            height: 161px;
        }
        .sec21-left-1 img{
            width: 263px;
            height: 161px;
        }
    }
  /* 8  container */

  .section8 {

    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
background-image: url('../assets/section8.png');
background-size: cover; /* Ensures the background covers the entire section */
background-position: center; /* Centers the image */
background-repeat: no-repeat; /* Avoid repeating the background image */
height: 100%; 
}

.sec8-heading {
 
    font-family: Inter Tight;
    font-size: 56px;
    font-weight: 700;
    text-align: center;
    line-height: 75px;
    width: 90%;
    margin-top: 5rem;
    
 
}
.sec8-heading {
    background-image: linear-gradient(90deg, #9795FF, #FFFFFF, #BE9FFF); /* Adjust gradient colors */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
.sec8-text{
    color: #FFFFFF;
    font-family: Inter Tight;
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    line-height: 36px;
    width: 1159px;
    margin-top: 2rem;
}
.wrapper8 {
  
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
   margin-top: 5rem;
    width: 100%;
}

.slider8 {
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
   
}

.slidetrack8 {
    display: flex;
    -webkit-animation: scrollso 25s linear infinite;
    animation: scrollso 25s linear infinite;
    width: calc(350px * 10.5); /* Adjust to the number of slides */
    gap: 20px;
    align-items: center;
}
.slidetrack8-1 {
    display: flex;
    -webkit-animation: scrollka 25s linear infinite;
    animation: scrollka 25s linear infinite;
    width: calc(350px * 13); /* Adjust to the number of slides */
    gap: 20px;
    align-items: center;
    margin-bottom: 5rem;
}

.slide8 {
    width: 100%; 
    height: 248px;
    
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 30px;
    flex-direction: column;
    background-image: url(../assets/tranparent.png);
  
    background-position: top; /* Centers the image */
    background-repeat: no-repeat;

}

.slide8 img {
   

}
.sec8-profile{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
   
}
.sec8-p1{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.s8-name{
    font-family: Figtree;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 28px;
}
.s8-client{
    font-family: Figtree;
    font-weight: 400;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 14.4px;
}
.s8-text{
    font-family: Figtree;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 28px;
    margin-top: 2rem;
}
@-webkit-keyframes scrollso {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-350px * 4)); 
    }
}

@keyframes scrollso {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-350px * 4)); 
    }
}
@-webkit-keyframes scrollka {
    0% {
        transform: translateX(calc(-350px * 4)); 
    }
    100% {
        transform: translateX(0); 
    }
}

@keyframes scrollka {
    0% {
        transform: translateX(calc(-350px * 4));
    }
    100% {
        transform: translateX(0); 
    }
}
@media (max-width: 1236px) {
    .sec8-text{
        width: 90%;
    }
}
@media (max-width: 536px) {
    .sec8-text{
        font-size: 20px;
        line-height: 28px;
    }
    .sec8-heading {
        font-family: Inter Tight;
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    line-height: 45px;
    width: 90%;
    }
}


 /* 9 container */
        
 .section9 {
    margin-top: 5rem;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
 
}

.sec9-heading {
    color: #FFFFFF;
    font-family: Inter Tight;
    font-size: 72px;
    font-weight: 700;
    line-height: 87.12px;
    text-align: center;
     width: 90%;
 
}
.sec9-text{
    color: #FFFFFF;
    font-family: Inter;
    font-size: 21.6px;
    font-weight: 400;
    line-height: 34.56px;
    letter-spacing: -0.7200000286102295px;
    text-align: center;
    width: 80%;
}
.sec9-contant{
    width: 100%;
    height: 70vh;
    justify-content: center;
    align-items: center;
    display: flex;
}
.sec9-box{
    width: 100%;
    height: 40px;
    background-color: #0F68EA;
    justify-content: center;
    align-items: center;
    display: flex;
}
.sec9-item1{
    height: 320px;
    width: 215.68px;
    /* background-color: salmon; */
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-top: 10px;
}
.sec9-item2{
    height: 420px;
    width: 215.68px;
    /* background-color: salmon; */
    /* justify-content: center; */
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-top: 10px;
}
.sec9-item3{
    height: 320px;
    width: 185.68px;
    /* background-color: salmon; */
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-top: 10px;
}
.sec9-text1{
    font-family: Inter Tight;
font-size: 13px;
font-weight: 400;
line-height: 20.8px;
text-align: center;
color: #FFFFFF;


}
.sub-sec9{
    font-family: Inter Tight;
font-size: 18px;
font-weight: 700;
line-height: 21.6px;
text-align: center;
color: #FFFFFF;
margin-top: 10px;
}
.num1-sec9{
    font-family: Inter Tight;
font-size: 25px;
font-weight: 600;
line-height: 25px;
text-align: center;
color: #FFFFFF;
margin-top: 30px;

}
.sec9-text2{
    font-family: Inter Tight;
font-size: 13px;
font-weight: 400;
line-height: 20.8px;
text-align: center;
color: #FFFFFF;
margin-top: 10px;


}
.sub1-sec9{
    font-family: Inter Tight;
font-size: 18px;
font-weight: 700;
line-height: 21.6px;
text-align: center;
color: #FFFFFF;
margin-top: 20px;
}
.num2-sec9{
    font-family: Inter Tight;
font-size: 25px;
font-weight: 600;
line-height: 25px;
text-align: center;
color: #FFFFFF;
/* margin-top: 30px; */

}
.sec9-line{
width: 5px;
height: 150px;
background-color: #0F68EA;
margin-top: 5px;
}
.sec9-line1{
    width: 5px;
    height: 155px;
    background-color: #0F68EA;
   margin-top: -10px;
    }
    .mobile-sec9 {
        display: none;
    }
    @media (max-width: 1100px) {
        .sec9-item1{
            height: 320px;
            width: 195.68px;
            /* background-color: salmon; */
            justify-content: center;
            align-items: center;
            display: flex;
            flex-direction: column;
            margin-top: 10px;
        }
    }
  
    @media (max-width: 1039px) {
        .sec9-contant{
            display: none;
        }
        .mobile-sec9 {
            justify-content: center;
            align-items: center;
            display: flex;
            gap: 20px;
        }
        .mobile-sec9-text1{
            font-family: Inter Tight;
font-size: 18px;
font-weight: 700;
line-height: 21.6px;
text-align: left;
color: #ffffff;

        }
        .mobile-sec9-text2{
            font-family: Inter Tight;
            font-size: 13px;
            font-weight: 400;
            line-height: 20.8px;
            text-align: left;  
color: #ffffff;
width: 282px;
margin-top: 10px;

        }
        .mobile-sec9-contaner{
            gap: 30px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            margin-top: 3rem;
            margin-bottom: 3rem;
        }
        .section9 {
            margin-top: 0rem;
        }
    }
    @media (max-width: 479px) {
        .section9 {
            margin-top: 1rem;
        }
        .mobile-sec9-text2{
            font-family: Inter Tight;
            font-size: 13px;
            font-weight: 400;
            line-height: 20.8px;
            text-align: left;  
color: #ffffff;
width: 90%;
margin-top: 10px;

        }
        .mobile-sec9 {
            justify-content: center;
            align-items: center;
            display: flex;
            gap: 20px;
            width: 95%;
        }
        .sec9-heading {
            color: #FFFFFF;
            font-family: Inter Tight;
            font-size: 32px;
            font-weight: 700;
            line-height: 47.12px;
            text-align: center;
             width: 90%;
         
        }
        .sec9-text{
            color: #FFFFFF;
            font-family: Inter;
            font-size: 15.6px;
            font-weight: 400;
            line-height: 24.56px;
            letter-spacing: -0.7200000286102295px;
            text-align: center;
            width: 90%;
        }
    }



/* 10 container */
.section10{
    background-color: #ffffff;
    width: 100%;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: none;
}
.sec10-heading{
    font-family: Inter Tight;
    font-weight: 700;
    font-size: 48px;
    line-height: 64.8px;
    width: 1120px;
    text-align: center;
    margin-top: 3rem;
}
.Seekneo1{
   color: #0F68EA;
}
.sec10-section{
   
   width: 80%;
   justify-content: center;
   align-items: center;
  display: flex;
  flex-direction: column;
  margin-top: 5rem;

}
.sec10-content{
    display: flex;
 
}
.sec10-Logo1 {
    padding: 40px;
 border-bottom: 1px solid;
 border-image: linear-gradient(45deg, #00000000, #0000005a, #000000) 1;
 width: 300px;
}
.sec10-Logo2 {
    padding: 40px;
    border-bottom: 1px solid;
    border-left: 1px solid;
    border-image: linear-gradient(45deg, #0000009c, #ffffff, #ffffff) 1;
    width: 300px;
}
.sec10-Logo3 {
    padding: 40px;
    border-left: 1px solid; 
    border-image: linear-gradient(45deg, #0000009c, #00000000, #00000000) 1;
    width: 300px;
}
.sec10-Logo4 {
    padding: 40px;
    border-left: 1px solid;
    border-bottom: 1px solid;
    border-image: linear-gradient(45deg, #000000b6, #00000000, #00000000) 1;
    width: 300px;
}
.sec10-Logo5 {
    padding: 40px;
    border-left: 1px solid; 
    border-top: 1px solid;
    border-image: linear-gradient(45deg, #00000000, #000000e0, #000000) 1;
  
    width: 300px;
   
}
.sec10-Logo6 {
    padding: 40px;
    border-left: 1px solid; 
    border-top: 1px solid;
    border-image: linear-gradient(45deg, #00000000, #000000e0, #000000eb) 1;
    width: 300px;
  
}
.sec10-Logo7 {
    padding: 40px;
    border-left: 1px solid; 
    border-image: linear-gradient(45deg, #00000000, #000000e0, #000000) 1;
    width: 300px;


}
.sec10-Logo8 {
    padding: 40px;
    width: 300px;
}

.sec10-mobileview{
    display: none;
}
.sec10-boxs{
display: flex;
width: 80%;
justify-content: space-between;
align-items: center;
margin-top: 5rem;
gap: 20px;
}
.sec10-box1 {
    width: 625.5px;
    background-color: #DA6900;
    height: 486.66px;
    border-radius: 28.8px;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}
.sec10-box2{
    width: 625.5px;
    background-color: #0F68EA;
    height: 486.66px;
    border-radius: 28.8px;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}
.sec10-con-heading{
    font-family: Inter Tight;
    font-weight: 600;
    font-size: 72px;
    line-height: 84.8px;
    text-align: center;
    color: #FFFFFF;
   
}
.sec10-con-text{
    font-family: Inter Tight;
    font-weight: 500;
    font-size: 28.8px;
    line-height: 34.56px;
    text-align: center;
    color: #FFFFFF;
    margin-top: 2rem;
    margin-bottom: 2rem;
    width: 331px;
}
.sec10-con-text2{
    font-family: Inter Tight;
    font-weight: 500;
    font-size: 28.8px;
    line-height: 34.56px;
    text-align: center;
    color: #FFFFFF;
    margin-top: 2rem;
    margin-bottom: 2rem;
    width: 488px;
}
.sec10-btn-two , .sec10-btn-two1{
  
    border-radius: 30px;
    justify-content: right;
    align-items: center;
    display: flex;
    gap: 20px;
    font-family: Inter;
    font-weight: 500;
    font-size: 18px;
    border: none;
    background-color: #F0F2F4;
    color: black;
    cursor: pointer;
    }
   
    .sec10-ptag{
      padding-left: 40px;
    }
    .sec10-lastcontant{
        width: 80%;
        height: 414px;
        background-color: #F0F2F4;
        margin-top: 2rem;
        border-radius: 28.8px;
        justify-content: center;
        align-items: center;
        display: flex;
        flex-direction: column;
      

    }
   
    .sec10-lastheading{
        font-family: Inter Tight;
        font-size: 54px;
        font-weight: 600;
        line-height: 64.8px;
        color: #00051A;
        text-align: center;
        width: 95%;
    }
    .sec10-textlast{
        font-family: Inter Tight;
        font-size: 32.4px;
        font-weight: 550;
        line-height: 42.12px;
        color: #00051A;
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
    .sec10-last-btn{
        display: flex;
        gap: 15px;
    }
    .sec10-btn-last1{
  
        border-radius: 30px;
        justify-content: right;
        align-items: center;
        display: flex;
        gap: 20px;
        font-family: Inter;
        font-weight: 500;
        font-size: 18px;
        border: none;
        background-color: #1D1D1F;
        color: #FFFFFF;
        width: 315px;
        cursor: pointer;
        }
        .sec10-btn-last2{
            width: 315px;
            border-radius: 30px;
            justify-content: right;
            align-items: center;
            display: flex;
            gap: 20px;
            font-family: Inter;
            font-weight: 500;
            font-size: 18px;
            border: none;
            background-color: #00A616;
            color: #FFFFFF;
            margin-top: 15px;
            cursor: pointer;
            }
        .sec10-ptag-last{
          padding-left: 40px;
        }
    @media (max-width: 1400px) {
        .sec10-boxs{
            width: 95%;
            gap: 20px;
            }
            .sec10-lastcontant{
                width: 95%;
            }
    }
@media (max-width: 1200px) {
    .sec10-boxs{
        width: 80%;
        gap: 20px;
        }
        .sec10-lastcontant{
            width: 80%;
        }
        .sec10-lastheading{
            font-family: Inter Tight;
            font-size: 34px;
            font-weight: 600;
            line-height: 44.8px;
            color: #00051A;
            text-align: center;
            width: 95%;
        }
    .sec10-Logo1 {
        width: 200px;
    }
    .sec10-Logo2 {
        width: 200px;
    }
    .sec10-Logo3 {
        width: 200px;
    }
    .sec10-Logo4 {
        width: 200px;
    }
    .sec10-Logo5 {
        width: 200px;
    }
    .sec10-Logo6 {
        width: 200px;
    }
    .sec10-Logo7 {
        width: 200px;
    }
    .sec10-Logo8 {
        width: 200px;
    }
    .sec10-content img{
        width: 130px;
    }
    .sec10-box1{
        width: 425.5px;
        height: 386.66px;
        border-radius: 28.8px;
    }
    .sec10-box2{
        width: 425.5px;
        height: 386.66px;
        border-radius: 28.8px;
    }
    .sec10-con-heading{
        font-size: 52px;
        line-height: 44.8px;
       
    }
    .sec10-con-text{
        font-size: 22.8px;
        line-height: 28.56px;
        width: 331px;
    }
    .sec10-con-text2{
        font-size: 22.8px;
        line-height: 28.56px;
        width: 338px;
    }
}
@media (max-width: 1120px) {
    .sec10-heading{
        width: 95%;
    }
}
@media (max-width: 1020px) {
    .sec10-boxs{
        width: 90%;
        gap: 20px;
        }
        .sec10-lastcontant{
            width: 90%;
        }
}
@media (max-width: 1020px) {
    .sec10-lastheading{
        font-size: 28px;
        font-weight:600 ;
        line-height: 35px;
    }
    .sec10-textlast{
        font-family: Inter Tight;
        font-size: 22.4px;
        font-weight: 500;
        line-height: 42.12px;
        color: #00051A;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
    .sec10-btn-last1{ 
        font-size: 11px;
        width: 245px;
        }
        .sec10-btn-last2{ 
            font-size: 11px;
            width: 245px;
            }
            .g1svg , .g2svg , .g3svg,  .g4svg,  .g5svg,  .g6svg,  .g7svg{
                width: 150px;
                height: 80px;
                            }
    .sec10-last-btn{
        display: grid;
    }
    .sec10-boxs{
        width: 90%;
        gap: 20px;
        flex-direction: column;
        }
    .sec10-heading{
        font-size: 24px;
        line-height: 28.8px;
        text-align: center;
        margin-top: 2rem;
    }
    .sec10-section{
        display: none;
    }
    .sec10-mobileview{
        display: flex;
     
        margin-top: 3rem;
    }
    .sec10-Logo-1{
      padding: 30px;
      border-right: 1px solid;
      border-bottom: 1px solid;
      border-image: linear-gradient(45deg, #00000000, #0000005a, #000000) 1;
      width: 200px;
 

    }
    .sec10-Logo-2{
   padding: 30px;
  
   border-right: 1px solid;
   border-image: linear-gradient(45deg, #000000, #0000005a, #000000) 1;
   width: 200px;
   }
   .sec10-Logo-3{
    padding: 30px;
      border-bottom: 1px solid;
      border-image: linear-gradient(45deg, #000000b5, #00000000, #00000000) 1;
      width: 200px;
  }
  .sec10-Logo-4{
    padding: 30px;
  }                        
}
@media (max-width: 457px) {
    .sec10-boxs{
        margin-top: 2rem;
    }
    .sec10-box1{
        width: 285.5px;
        height: 306.66px;
        border-radius: 13.8px;
    }
    .sec10-box2{
        width: 285.5px;
        height: 306.66px;
        border-radius: 13.8px;
    }
    .sec10-con-heading{
        font-size: 32px;
        line-height: 35.8px;
        font-weight: 500;
       width: 231px;
       
    }
    .sec10-con-text{
        font-size: 14.8px;
        line-height: 18.56px;
        width: 171px;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
    .sec10-con-text2{
        font-size: 14.8px;
        line-height: 18.56px;
        width: 221px;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
}
@media (max-width: 427px) {
    .sec10-mobileview img{
width: 100px;
    }
    .sec10-Logo-1{

width: 140px;
    }
    .kalyaniis{
        width: 80px;
        height: 70px;  
    }
    .sec10-Logo-2{
        width: 140px; 
    }
    .sec10-Logo-3{
        width: 140px;
    }
    .sec10-Logo-4{
        width: 140px; 
    }
}



/* 11 container */


.section11{
   
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-top: 8rem;
    margin-bottom: 4rem;
}
.sec11-frist{
   
    width: 85%;
    display: flex;
    align-items: center;
   justify-content: center;
   justify-content: space-between;
   gap: 20px;
}
.sec11-heading{
    color: #000;
    font-family: Inter;
    font-size: 66.4px;
    font-weight: 700;
    line-height: 75.04px;
    letter-spacing: -3.46px;
    width: 650px;

}
.sec11-text{
    width:657px;
font-family: Inter;
font-size: 24px;
font-weight: 400;
line-height: 36px;
color: #000;

}
.sec11-component{
    margin-top: 7rem;
    display: flex;
    width: 85%;
  flex-wrap: wrap;
 
  justify-content: space-between;
    gap: 20px;
    }
    .sec11-box1{
        background-color: #FFFFFF;
     /* justify-content: center; */
     align-items: center;
     display: flex;
     flex-direction: column;
        border-radius: 20px;
      
       width: 371px;
       padding: 30px;
       height: 436px;
       gap: 10px;
       border: 1px solid #E4E4E4CC;
       transition: transform 0.3s ease, box-shadow 0.3s ease;
    
    }
    .sec11-box1:hover {
        transform: scale(1.05); /* Slightly zooms in */
        box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.2); /* Adds a subtle shadow */
    }
    .sec11-heding1{
        text-align: left;
        width: 100%;
     
    }
    .sec11-text1{
        text-align: left;
        width: 100%;
        font-family: Inter;
        font-size: 16px;
        line-height: 28px;
        font-weight: 400;

    }
@media (max-width: 1457px) {
    .sec11-frist{
        width: 95%;
    }
    .sec11-component{
        width: 95%;
    }
}
@media (max-width: 1314px) {
    .sec11-heading{
        color: #000;
        font-family: Inter;
        font-size: 66.4px;
        font-weight: 700;
        line-height: 75.04px;
        letter-spacing: -2.46px;
        width: 650px;
      
    }
    .sec11-component{
        width: 85%;
        margin-top: 3rem;
    }
    .sec11-box1{
        width: 290px;
        padding: 15px;
        height: 396px;

    }
    .sec11-box1 img{
        width: 260px;
    }
}
@media (max-width: 1074px) {
    .sec11-component{
        width: 85%;
        justify-content: center;
        margin-top: 3rem;
        gap: 50px;
    }
    .sec11-box1{
        width: 371px;
        padding: 30px;
        height: 426px;
       
       

    }
    .sec11-box1 img{
        width: 100%;
    }
}
@media (max-width: 934px) {
    .sec11-box1{
        width: 290px;
        padding: 15px;
        height: 396px;

    }
    .sec11-box1 img{
        width: 260px;
        
    }
}
@media (max-width: 744px) {
    .section11{
        margin-top: 4rem;
    }
    .sec11-box1{
        width: 371px;
        padding: 30px;
        height: 100%;
       

    }
    .sec11-box1 img{
        width: 100%;
    }
    .sec11-frist{
        width: 85%;
        flex-direction: column;
    }
}
@media (max-width: 1004px) {
    .sec11-frist{
        width: 85%;
    }
    .sec11-heading{
        font-size: 46.4px;
        width: 90%;
        line-height: 40px;
        letter-spacing: 0px;
    }
    .sec11-text{
        line-height: 28px;
    font-size: 18px;
    width: 90%;
}
}
@media (max-width: 401px) {
    .sec11-text{
        line-height: 20px;
    font-size: 12px;
    width: 90%;
}
.sec11-heading{
    font-size: 26.4px;
    width: 90%;
    line-height: 30px;
}
.sec11-box1{
    width: 270px;
    padding: 15px;
    height: 100%;

}
.sec11-box1 img{
    width: 240px;
}
.sec11-component{
    margin-top: 1rem;
}
}

      /* 12 container */


.section12 {

    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
background-image: url('../assets/sec12back.png');
background-size: cover; /* Ensures the background covers the entire section */
background-position: center; /* Centers the image */
background-repeat: no-repeat; /* Avoid repeating the background image */
height: 100%; 
margin-bottom: 3rem;
}

.sec12-heading {
 
    font-family: Inter Tight;
    font-size: 56px;
    font-weight: 700;
    text-align: center;
    line-height: 75px;
    width: 90%;
    margin-top: 5rem;
    
 
}
.sec12-heading {
    background-image: linear-gradient(90deg, #9795FF, #FFFFFF, #BE9FFF); /* Adjust gradient colors */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
.sec12-text{
    color: #FFFFFF;
    font-family: Inter Tight;
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    line-height: 36px;
    width: 759px;
    margin-top: 1rem;
}
.btn12-sec12{
  padding: 10px 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  gap: 10px;
  margin-top: 1rem;
  cursor: pointer;
}
.sec12-content{
    width: 100%;
    margin-top: 4rem;
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}
.sec12-box1{
    width: 832px;
    background-image: url(../assets/sec12frem1.png);
    height: 351px;
    padding: 30px;
    background-repeat: no-repeat;
}
.sec12-box2{
    width: 586px;
    background-image: url(../assets/sec12frem2.png);
    height: 351px;
    padding: 30px;
    background-repeat: no-repeat;
}
.sec12-box3{
    width: 586px;
    background-image: url(../assets/se12frem3.png);
    height: 351px;
    padding: 30px;
    background-repeat: no-repeat;
}
.sec12-box4{
    width: 832px;
    background-image: url(../assets/fream33.png);
    height: 351px;
    padding: 30px;
    background-repeat: no-repeat;
}
.sec12-box5{
    width: 832px;
    background-image: url(../assets/sec12frem5.png);
    height: 351px;
    padding: 30px;
    background-repeat: no-repeat;
}
.sec12-box6{
    width: 586px;
    background-image: url(../assets/Frame34.png);
    height: 351px;
    padding: 30px;
    background-repeat: no-repeat;
}
.sec12-heading1{
    font-family: Inter Tight;
    font-size: 32px;
    font-weight: 700;
    line-height: 38.72px;
    color: #FFFFFF;
    margin-top: 15px;
}
.sec12-text1{
    font-family: Inter Tight;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #FFFFFF;
    margin-top: 15px;
    width: 295px;
}
.sec12-last{
    display: flex;
   width: 110px;
   height: 50px;
justify-content: space-between;
align-items: center;
   gap: 10px;
  
   
}
.sec12-text2 {
    font-family: Inter Tight;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #FFFFFF; 
    text-align: left; 
    text-decoration: underline;
    
}
.sec12-mobleviwe{
    display: none;
}
@media (max-width: 1500px) {
    .sec12-box1{
        width: 632px;
        height: 294px;
        padding: 30px;
        background-size: 110%;
        border-radius: 30px;
    }
    .sec12-box2{
        width: 486px;
        height: 294px;
        padding: 30px;
        background-size: 100%;
        border-radius: 30px;
    }
    .sec12-box3{
        width: 486px;
        height: 294px;
        padding: 30px;
        background-size: 100%;
        border-radius: 30px;
    }
    .sec12-box4{
        width: 632px;
        height: 294px;
        padding: 30px;
        background-size: 110%;
        border-radius: 30px;
    }
    .sec12-box5{
        width: 632px;
        height: 294px;
        padding: 30px;
        background-size: 110%;
        border-radius: 30px;
    }
    .sec12-box6{
        width: 486px;
        height: 294px;
        padding: 30px;
        background-size: 100%;
        border-radius: 30px;
    }
    .sec12-content img{
        width: 44px;
        height: 44;
    }
    .sec12-heading1{
        margin-top: 15px;
        font-size: 28px;
    }
    .sec12-text1{
        margin-top: 15px;
 font-size: 14px;
 line-height: 24px;
 width: 250px;
    }
    .sec12-last{
        height: 50px;
    }
}
@media (max-width: 1196px) {
    .sec12-box1{
        width: 532px;
        height: 234px;
        padding: 20px;
        background-size: 110%;
        border-radius: 30px;
    }
    .sec12-box2{
        width: 386px;
        height: 234px;
        padding: 20px;
        background-size: 100%;
        border-radius: 30px;
    }
    .sec12-box3{
        width: 386px;
        height: 234px;
        padding: 20px;
        background-size: 100%;
        border-radius: 30px;
    }
    .sec12-box4{
        width: 532px;
        height: 234px;
        padding: 20px;
        background-size: 110%;
        border-radius: 30px;
    }
    .sec12-box5{
        width: 532px;
        height: 234px;
        padding: 20px;
        background-size: 110%;
        border-radius: 30px;
    }
    .sec12-box6{
        width: 386px;
        height: 234px;
        padding: 20px;
        background-size: 100%;
        border-radius: 30px;
    }
    .sec12-heading1{
        margin-top: 5px;
        font-size: 24px;
    }
    .sec12-text1{
        margin-top: 5px;
 font-size: 12px;
 line-height: 20px;
 width: 200px;
    }
    .sec12-last{
        height: 30px;
    }
}
@media (max-width: 1000px) {
    .section12 {
        background-image: url(../assets/SERVICES.png);
    }
    .sec12-content{
        width: 90%;
        display: none;
    }
    .sec12-mobleviwe{
        width: 70%;
    margin-top: 4rem;
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
  
    }
    .sec12-box7{
      width: 360px;
        background-image: url(../assets/Frame35.png);
      height: 591px;
        padding: 30px;
        background-repeat: no-repeat;
        background-size: 100%;
    }
    .sec12-box8{
        width: 360px;
          background-image: url(../assets/sec12frem8.png);
        height: 591px;
          padding: 30px;
          background-repeat: no-repeat;
          background-size: 100%;
      }
      .sec12-box9{
        width: 360px;
          background-image: url(../assets/sec12frem9.png);
        height: 591px;
          padding: 30px;
          background-repeat: no-repeat;
          background-size: 100%;
      }
      .sec12-box10{
        width: 360px;
          background-image: url(../assets/sec12frem10.png);
        height: 591px;
          padding: 30px;
          background-repeat: no-repeat;
          background-size: 100%;
      }
    .sec12-heading1{
        margin-top: 15px;
        font-size: 32px;
    }
    .sec12-text1{
        margin-top: 15px;
 font-size: 16px;
 line-height: 28px;
 width: 295px;
    }
    .sec12-last{
        height: 50px;
    }
}

@media (max-width: 796px) {
    .sec12-heading {
 
        font-family: Inter Tight;
        font-size: 36px;
        font-weight: 700;
        text-align: center;
        line-height: 45px;
        width: 95%;
        margin-top: 5rem;
        
     
    }
    .sec12-text{
        color: #FFFFFF;
        font-family: Inter Tight;
        font-size: 14px;
        font-weight: 400;
        text-align: center;
        line-height: 23px;
        width: 90%;
        margin-top: 0.5rem;
    }

}
@media (max-width: 386px) {
    .sec12-box7{
        width: 280px;
        height: 405px;
          padding: 20px;
          background-size: 100%;
          background-repeat: no-repeat;
          border-radius: 20px;
      
      }
      .sec12-box8{
        width: 280px;
        height: 405px;
          padding: 20px;
          background-size: 100%;
          background-repeat: no-repeat;
          border-radius: 20px;
        }
        .sec12-box9{
            width: 280px;
            height: 405px;
              padding: 20px;
              background-size: 100%;
              background-repeat: no-repeat;
              border-radius: 20px;
        }
        .sec12-box10{
            width: 280px;
            height: 405px;
              padding: 20px;
              background-size: 100%;
              background-repeat: no-repeat;
              border-radius: 20px;
        }
 .sec12-heading1{
            margin-top: 5px;
            font-size: 32px;
        }
        .sec12-text1{
            margin-top: 5px;
     font-size: 12px;
     line-height: 20px;
     width: 205px;
        }
        .sec12-text2{
          
     font-size: 12px;
     line-height: 20px;
    
        }
        .sec12-last{
            height: 30px;
            width: 90px;
        }
        .sec12-mobleviwe img{
            width: 44px;
            height: 44;
        }
}


   /* 13 container */


   .section13 {

    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
background-image: url('../assets/technologies.png');
background-size: cover; /* Ensures the background covers the entire section */
background-position: center; /* Centers the image */
background-repeat: no-repeat; /* Avoid repeating the background image */
height: 100%; 
}

.sec13-heading {
 
    font-family: Inter Tight;
    font-size: 56px;
    font-weight: 700;
    text-align: center;
    line-height: 75px;
    width: 90%;
    margin-top: 5rem;
    
 
}
.sec13-heading {
    background-image: linear-gradient(90deg, #9795FF, #FFFFFF, #BE9FFF); /* Adjust gradient colors */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
.sec13-text{
    color: #FFFFFF;
    font-family: Inter Tight;
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    line-height: 36px;
    width: 870px;
    margin-top: 1rem;
}
.btn13-sec13{
  padding: 10px 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  gap: 10px;
  margin-top: 1rem;
}
.sec13-contant{
    width: 80%;
    justify-content: center;
      display: flex;
      margin-top: 6rem;
      flex-wrap: wrap;
   gap: 100px;
   
     
}
.sec13-box1{

   
}
.sec13-box2{

 
}
.seced-sec13{
    justify-content: center;
      display: flex;
      flex-wrap: wrap;
      gap: 150px;
 
}
.frist-sec13{
    justify-content: center;
      display: flex;
      flex-wrap: wrap;
      gap: 150px;
      
}
.sec13-box2 img{
    width: 140px;
    height: 140px;
}
.sec13-box2-imag{
    display: flex;
    gap: 40px;
}
.sec13-box2-imag2{
    display: flex;
    gap: 40px;
    margin-left: 100px;
}
.svg2{
    margin-top: -50px;
}
.svg4{
    margin-top: -50px;
}
.sec13-heading1{
    font-family: Inter Tight;
    font-size: 42px;
    font-weight: 700;
    line-height: 50.4px;
  
   
}
.sec13-heading1 {
    background-image: linear-gradient(90deg, #9795FF, #FFFFFF, #BE9FFF); /* Adjust gradient colors */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .sec13-text1{
    color: #FFFFFF;
    font-family: Inter Tight;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    width: 468px;
    margin-top: 1rem;
}
.sec13-text2{
    color: #FFFFFF;
    font-family: Inter Tight;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
  
    margin-top: 1rem;
    text-decoration: underline;
}
@media (max-width: 1306px) {
    .seced-sec13{
        gap: 80px;
    }
    .frist-sec13{
        gap: 80px;
    }
}
@media (max-width: 1222px) {
    .sec13-box2 img{
        width: 100px;
        height: 100px;
    }
    .sec13-contant{
        width: 100%;
    }
}
@media (max-width: 966px) {
    .seced-sec13    {
        width: 100%;
        flex-direction: column-reverse;
        align-items: center;
        
    }
    .frist-sec13{
        width: 100%;
   flex-direction: column;
    align-items: center;
    }
    .sec13-text{
        width: 90%;
    }
    
}
@media (max-width:556px) {
    .sec13-box2 img{
        width: 140px;
        height: 140px;
    }
    .sec13-contant{
        margin-top: 2rem;
    }
    .sec13-heading {
        margin-top: 2rem;
    }
    .sec13-text1{
        width: 100%;
    }
    .seced-sec13    {
        width: 85%;
    }
    .frist-sec13{
        width: 85%;
    }
    .sec13-box2-imag2{
     
        margin-left: 0px;
        margin-top: 10px;
    }
    .svg2{
        margin-top: 0px;
    }
    .svg4{
        margin-top: 0px;
    }

}
@media (max-width:529px) {
    .sec13-heading{
        font-size: 28px;
        line-height: 28.8px;  
    }
    .sec13-heading1{
        font-size: 24px;
        line-height: 28.8px;  
    }
    .sec13-text1{
        color: #FFFFFF;
        font-family: Inter Tight;
        font-size: 14px;
        font-weight: 400;
        line-height: 21px;
        width: 100%;
    }
    .sec13-text{
        color: #FFFFFF;
        font-family: Inter Tight;
        font-size: 14px;
        font-weight: 400;
        line-height: 21px;
        width: 90%;
    }
    .seced-sec13{
          gap: 30px;
    }
    .frist-sec13{
          gap: 30px;
    }
    .sec13-box2-imag{
        gap: 10px;
    }
    .sec13-box2-imag2{
        gap: 10px;
    }
    .sec13-contant{
       gap: 30px;   
    }
}
@media (max-width:330px) {
    .sec13-box2 img{
        width: 120px;
        height: 120px;
    }
}



/* 17 section */

.section17 {

    /* justify-content: center; */
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
background-image: url('../assets/Website\ Header.png');
background-size:100%;
background-position: center;
background-repeat: no-repeat; 
height: 900px; 
margin-bottom: 2rem;
margin-top: 6rem;
}

.sec17-heading {
 
    font-family: Inter Tight;
    font-size: 56px;
    font-weight: 700;
    text-align: center;
    line-height: 75px;
    width: 90%;
  
    
 
}
.sec17-heading {
    background-image: linear-gradient(90deg, #9795FF, #FFFFFF, #BE9FFF); /* Adjust gradient colors */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
.sec17-text{
    color: #FFFFFF;
    font-family: Inter Tight;
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    line-height: 36px;
    width: 959px;
    margin-top: 1rem;
}
.btn17-sec17{
  padding: 10px 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  gap: 10px;
  margin-top: 1rem;
}
.sec17-background{
    display: none;
}
@media (max-width:986px) {
    .sec17-text{
        color: #FFFFFF;
        font-family: Inter Tight;
        font-size: 24px;
        font-weight: 400;
        text-align: center;
        line-height: 36px;
        width: 90%;
        margin-top: 1rem;
    } 
}
@media (max-width:1181px) {
    .sec17-heading {
 
        font-family: Inter Tight;
        font-size: 36px;
        font-weight: 700;
        text-align: center;
        line-height: 55px;
        width: 90%;  
     
    }
    .sec17-text{
        color: #FFFFFF;
        font-family: Inter Tight;
        font-size: 20px;
        font-weight: 400;
        text-align: center;
        line-height: 30px;
       width: 70%;
        margin-top: 1rem;
    }
    .section17 {
        height: 700px;
    }
}
@media (max-width:1181px) {
    .sec17-heading {
 
        font-family: Inter Tight;
        font-size: 30px;
        font-weight: 700;
        text-align: center;
        line-height: 30px;
        width: 90%;  
     
    }
    .sec17-text{
        color: #FFFFFF;
        font-family: Inter Tight;
        font-size: 18px;
        font-weight: 400;
        text-align: center;
        line-height: 26px;
       width: 50%;
        margin-top: 1rem;
    }
    .section17 {
        height: 600px;
    }

}

@media (max-width:791px) {
    .sec12-heading {
margin-top: -5rem;
    }
    .sec17-text{
        color: #FFFFFF;
        font-family: Inter Tight;
        font-size: 18px;
        font-weight: 400;
        text-align: center;
        line-height: 26px;
       width: 80%;
        margin-top: 1rem;
    }
}
@media (max-width:601px) {
    .section17 {
    background-image: none;
    height: 100%;
    }  
    .sec12-heading {
        margin-top: -0rem;
            }
            .sec17-background{
                width: 100%;
                justify-content: center;
                align-items: center;
                display: flex;

              
            }
            .sec17-background img{
                width: 100%;
            }
            .sec17-text{
                color: #FFFFFF;
                font-family: Inter Tight;
                font-size: 18px;
                font-weight: 400;
                text-align: center;
                line-height: 28px;
               width: 90%;
            }
}

   /* 14 container */

    /* 14 container */

  .section14{
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-top: 5rem;
    margin-bottom: 4rem;
   }
   .sec14-frist{
   gap: 20px;
    width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: center;

   }
   .sec14-text{
    font-size: 24px;
    font-family: Inter Tight;
    font-weight: 400;
    line-height: 36px;
    color: #FFFFFF;
   }
   .sec14-heading{
    font-size: 70px;
    font-family: Inter Tight;
    font-weight: 700;
    line-height: 80px;
    color: #FFFFFF;
    width: 1098.36px;
    margin-top: 2rem;
   }
   .sec14-iconcontent{
    display: grid;
    gap: 10px;
   }
   .sec14-formcontainer {
    width: 90%;
   margin-top: 4rem;
  
    padding: 20px;
}
.form-row1 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
  
   
}
.demo-from{
    width: 32%;       
}
.form-row1 input {

   padding-bottom: 30px;
    border: none; /* Remove all borders */
    border-bottom: 1px solid #ffffff; /* Apply bottom border */
    background-color: #000;
    color: #ffffff;
    outline: none;
    border-radius: 0px;
    text-align: left;
    font-family: Inter Tight;
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    
}
.form-row1 input:-webkit-autofill,
.form-row1 input:-webkit-autofill:hover,
.form-row1 input:-webkit-autofill:focus,
.form-row1 textarea:-webkit-autofill,
.form-row1 textarea:-webkit-autofill:hover,
.form-row1 textarea:-webkit-autofill:focus,
.form-row1 select:-webkit-autofill,
.form-row1 select:-webkit-autofill:hover,
.form-row1 select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #000000 inset !important;
   -webkit-text-fill-color: white;
} 
.form-row1 textarea {
    width: 100%;
    padding: 10px;
    height: 150px;
    border: none; /* Remove all borders */
    border-bottom: 1px solid #ffffff; /* Add only the bottom border */
    background-color: #000;
    color: #ffffff;
    outline: none;
    border-radius: 0px;
    text-align: left;
    font-family: Inter Tight;
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
}

.submit-btn-14 {
    background-color: #007bff;
        border: none;
        padding: 10px 30px;
        color: #ffffff;
     margin-top: 2rem;
        cursor: pointer;
        border-radius: 30px;
        font-family: Inter Tight;
        font-size: 18px;
        line-height: 36px;
   
}
   @media (max-width:1372px) {
    .sec14-heading{
        font-size: 60px;
        line-height: 70px;
        width: 850px;
       
       }
   }
   @media (max-width:1082px) {
    .sec14-heading{
        font-size: 40px;
        line-height: 50px;
        width: 800px;
       
       }
   }
   @media (max-width:925px) {
    .sec14-heading{
        font-size: 25px;
        line-height: 35px;
        width: 400px;
       }
      
   }
 
   @media (max-width:815px) {
    .form-row1 {
        display: flex;
        justify-content: space-between;
        margin-bottom: 15px;
        flex-direction: column;
       
    }
    .demo-from{
        width: 100%;       
    }
    .form-row1 input {
        width: 100%;
       }
   }
   @media (max-width:525px) {
    .sec14-heading{
        font-size: 20px;
        line-height: 25px;
        width: 254px;
       }
       .sec14-text{
        font-size: 15px;
       }
       .sec14-formcontainer {
        margin-top: 2rem;
       }
       .form-row1 input{
        font-size: 24px;
        font-weight: 400;
        line-height: 36px;
       }
       .form-row1 textarea {
        font-size: 24px;
        font-weight: 400;
        line-height: 36px;
       }
       .bnt-sec14 {
        justify-content: center;
        align-items: center;
        display: flex;
      
       }
       .submit-btn-14 {
        background-color: #007bff;
        border: none;
        padding: 10px 30px;
        color: #ffffff;
     margin-top: 2rem;
        cursor: pointer;
        border-radius: 30px;
        font-family: Inter Tight;
        font-size: 18px;
        line-height: 36px;
       
    }
    .section14{
        margin-top: 1rem;
        margin-bottom: 1rem;
       }
   }
   @media (max-width:363px) {
    .sec14-heading{
        font-size: 21px;
        line-height: 25px;
        width: 214px;
       }
   }


   /* faq styling */


.faq-container{
 width: 100%;
    background-color: rgb(255, 255, 255);
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    }
    .service-title{
        text-align: center;
        color:#000;
        font-family: Inter Tight;
        font-size: 72px;
        font-weight: 700;
        line-height: 60.2px;
        margin-top: 4rem;
    }
    .faqbox{
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-top: 80px;
    width: 70%;
    margin-bottom: 4rem;
    }
    .aligned{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    
    border-radius: 50px;
    background-color: #D7E7FF;
    padding: 20px 30px;
    gap: 20px;
    }
    .content{
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 5px;
    }
    .aligned:hover{
    border: 1px solid #D7E7FF;
    }
    .question{
    font-size:24px;
    color: #00051A;
    font-family: Inter Tight;
    font-weight: 500;
    }
    .answer{
        font-size: 18px;
        line-height: 25px;
        color: #666668;
        padding-top: 10px;
        display:none;
}
    
    
    

    @media (max-width:1097px) {
        .question{
            font-size:18px;
            line-height: 20px;
            color: #000000;
            font-family: Inter Tight;
            font-weight: 500;
            }
            .aligned{
                display: flex;
                flex-direction: column;
                justify-content: space-between;
                border-radius: 20px;
                background-color: #D7E7FF;
                padding: 20px 30px;
                gap: 5px;
               
                }
                .service-title{
                    font-size: 32px;
                    margin-top: 2rem; 
                }
                .faqbox{
                    gap: 10px;
                    padding-top: 20px;
                    }
                    .answer{
                        font-size: 14px;
                        line-height: 20px;  
                    }
                    
    }
 @media (max-width:559px) {
    .question{
        font-size:14px;
        color: #00051A;
        font-family: Inter Tight;
        font-weight: 500;
        }
        .content{
            gap: 10px;
        }
        .faqbox{
            width: 90%;
            margin-bottom: 2rem;
        }
        .service-title{
            font-size: 20px;
            line-height: 22px;
            margin-top: 2rem; 
        }
 }

 /* section 15 */

 .section15 {

    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
background-image: url('../assets/superchargesection.png');
background-size: cover; /* Ensures the background covers the entire section */
background-position: center; /* Centers the image */
background-repeat: no-repeat; /* Avoid repeating the background image */


}

.sec15-heading {
 
    font-family: Inter;
    font-size: 72.91px;
    font-weight: 700;
    text-align: center;
    line-height: 72.91px;
    width: 620px;
    margin-top: 5rem;
    letter-spacing: -4.75px;
    color: white;
    
 
}

.sec15-text{
    color: #FFFFFF;
    font-family: Inter;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    line-height: 27px;
    width: 1051px;
    margin-top: 1rem;
}
.sec15-text1{
    color: #FFFFFF;
    font-family: Inter;
    font-size: 28px;
    font-weight: 400;
    text-align: center;
    line-height: 42px;
    margin-top: 10rem;
}
.wrapper-15 {
  
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
   margin-top: 2rem;
   margin-bottom: 5rem;
    width: 100%;
}

.slider-15 {
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
   
}

.slidetrack-15 {
    display: flex;
    -webkit-animation: scrollml 25s linear infinite;
    animation: scrollml 25s linear infinite;
    width: calc(350px * 15); /* Adjust to the number of slides */
    gap: 50px;
    align-items: center;
}


.slide-15 {
    width: 200px; 
    height: 80px;
   
    justify-content: center;
    align-items: center;
    display: flex;


}

.slide-15 img {
    width: 100%;



}

@-webkit-keyframes scrollml {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-350px * 4)); /* Adjust based on the number of slides */
    }
}

@keyframes scrollml {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-350px * 4)); /* Adjust based on the number of slides */
    }
}
@media (max-width:1069px) {
    
    .sec15-text{
        color: #FFFFFF;
        font-family: Inter;
        font-size: 18px;
        font-weight: 400;
        text-align: center;
        line-height: 27px;
        width: 90%;
        margin-top: 1rem;
    }
}
@media (max-width:649px) {
    .sec15-heading {
        font-size: 32.91px;
        line-height: 32.91px;
        width: 265px;
        margin-top: 3rem;
        letter-spacing: -0.75px;
    }
    .sec15-text{
      display: none;
    }
    .section15 {
    background-size: 100%;
    background-color: #0F68EA;
    }
    .wrapper-15 {
       margin-top: 1rem;
       margin-bottom: 3rem;
    }
    .sec15-text1{
        font-size: 18px;
        margin-top: 5rem;
    }
}




/* section 16 */
.footer-line{
    width: 100%;
    height: 1px;
    background-color: #26272b;
   border: none;
}

.section16{
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-bottom: 3rem;

  
   }
   .sec16-frist{
   gap: 20px;
    width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: center;
margin-top: 2rem;

   }
   .sec16-text{
    font-size: 18px;
    font-family: Inter Tight;
    font-weight: 400;
    line-height: 27.9px;
    color: #FFFFFF;
    width:588px ;
    margin-top: 2rem;
   }
   .sec16-heading{
    font-size: 72px;
    font-family: Inter Tight;
    font-weight: 600;
    line-height: 75px;
    color: #FFFFFF;
   
 
   }
   .sec16-iconcontent{
    display: grid;
    gap: 10px;
   }
   .plas{
cursor: pointer;
   }
   .btn16-sec16{
    padding: 20px 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    gap: 10px;
    width: 180px;
    margin-top: 1rem;
    cursor: pointer;
  }
  @media (max-width:1020px) {   
    .sec16-heading{
        font-size: 42px;
        font-family: Inter Tight;
        font-weight: 600;
        line-height: 55px;
        color: #FFFFFF; 
       }
       .sec16-text{
        font-size: 14px;
        line-height: 20.9px;
        width:488px ;
        margin-top: 1rem;
       }
  }
  @media (max-width:744px) {
    .sec16-frist{
        gap: 20px;
         width: 70%;
         display: flex;
         justify-content: space-between;
         align-items: flex-start;
         flex-direction: column;
     margin-top: 2rem;
     
        }
  }
  @media (max-width:578px) {
    .sec16-frist{
        gap: 20px;
         width: 90%;
         display: flex;
         justify-content: space-between;
         align-items: flex-start;
         flex-direction: column;
     margin-top: 2rem;
     
        }
        .sec16-text{
            font-size: 14px;
            line-height: 20.9px;
            width:90% ;
            margin-top: 1rem;
           }
  }
  @media (max-width:444px) {
    .sec16-heading{
        font-size: 30px;
        font-family: Inter Tight;
        font-weight: 600;
        line-height: 35px;
        color: #FFFFFF; 
       }
    .sec16-text{
        font-family:  Inter;
        font-size: 14px;
        line-height: 20.9px;
        width:95% ;
        margin-top: 1rem;
       }
  }



  .footer{
    width: 100%;
    height: 100%;
  
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
  }
  .footer-component{
   width: 85%;
   height: 90%;
   
   justify-content: flex-start;
   gap: 40px;
   display: flex;
   margin-top: 4rem;
 
  }
  .logo-container-footer{
justify-content: flex-start;
display: flex;
flex-direction: column;
width: 583px;
  }
  .logo-container-footer1{
    justify-content: flex-start;
    display: flex;
    flex-direction: column;
    width: 303px;
    background-color: #000;
      }
      .logo-container-footer2{
        justify-content: flex-start;
        display: flex;
        flex-direction: column;
        width: 303px;
        background-color: #000;
        
      }
  .logo-container-footer img{
    width: 200px;
  }
  .footer-text{
    font-size: 16px;
    font-family: Inter Tight;
    font-weight: 400;
    line-height: 28px;
    color: #FFFFFF;
   justify-content: left;
   align-items: center;
   gap: 5px;
   display: flex;
    width: 383px;
  }
  .footer-text1{
    font-size: 16px;
    font-family: Inter Tight;
    font-weight: 400;
    line-height: 28px;
    color: #FFFFFF;
text-decoration: none;
  }
  .footer-heading{
    font-size: 18px;
    font-family: Inter Tight;
    font-weight: 500;
    line-height:21.78px;
    color: #FFFFFF;
    margin-bottom: 1rem;
  }
  .footer-last-sec16{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 85%;
    margin-top: 4rem;
    margin-bottom: 1rem;
  }
  .fotter-last-icon{
    display: flex;
    justify-content: center;
    align-items: center;
  height: 40px;
  gap: 10px;
  }
  .footer-last-text{
    color: white;
  }
  @media (max-width:1053px) {
    .footer-component{
        width: 90%;
      gap: 40px;
        /* flex-wrap: wrap; */
       }
       .logo-container-footer1{
        justify-content: flex-start;
        display: flex;
        flex-direction: column;
        width: 35%;
        background-color: #000;
          }
  }
  @media (max-width:1024px) {
    .footer-component{
        width: 80%;
      gap: 40px;
        flex-wrap: wrap;
       }
          .logo-container-footer2{
        justify-content: flex-start;
        display: flex;
        flex-direction: column;
        width: 303px;
        background-color: #000;
      
      } 
       
  }
  @media (max-width:801px) {
.logo-container-footer1{
        justify-content: flex-start;
        display: flex;
        flex-direction: column;
        width: 40%;
        background-color: #000;
          }
          .logo-container-footer{
            justify-content: flex-start;
            display: flex;
            flex-direction: column;
            width:100%;
              }
              .footer-last-sec16{
                flex-direction: column;
                align-items: flex-start;
                padding-bottom:3rem;
              }
            
  }
 
  @media (max-width:462px) {
    .footer-component{
        width: 90%;
  }
    .footer-text{
               
                width: 100%;
              }
              .footer-last-sec16{
                flex-direction: column;
                align-items: flex-start;
                width: 90%;
              }
            
}
@media (max-width:353px) {
    .footer-text{
        font-size: 14px;
      }
      .footer-text1{
        font-size: 13px;
      }
}

















.popup-form {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    /* align-items: center; */
    z-index: 1000;
    overflow-y: auto;
  }
  .form-container {
    background: linear-gradient(to bottom, #435074eb, #1b346c);
    padding: 20px;
    border-radius: 10px;
    width: 500px;
    height: 720px;
    margin-top: 20px;
    margin-bottom: 20px;

    color: #fff;
  }

  .tetsion{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
  }

  /* .form-container {
    background: linear-gradient(to bottom, #1e3a8a, #2563eb);
    padding: 20px;
    border-radius: 10px;
    width: 500px;
    color: #fff;
    max-height: 90vh; 
    overflow-y: auto;
}


.form-container::-webkit-scrollbar {
    width: 5px; 
}

.form-container::-webkit-scrollbar-thumb {
    background: #2563eb; 
    border-radius: 10px; 
}

.form-container::-webkit-scrollbar-thumb:hover {
    background: #1e3a8a; 
}

.form-container::-webkit-scrollbar-track {
    background: #020280; 
    border-radius: 10px;
}
   */

  .f1-text{
    margin-bottom: 10px;
    font-family: Inter Tight;
font-size: 22px;
font-weight: 600;
line-height: 25.72px;
text-align: center;
width: 95%;


  }
  .f2-text{
    font-family: Inter Tight;
font-size: 10px;
font-weight: 400;
line-height: 10.94px;
text-align: center;
margin-bottom: 0.5rem;


  }
  .f3-text{
    font-family: Inter Tight;
font-size: 11px;
font-weight: 700;
line-height: 11px;
letter-spacing: 0.015em;
color: white;



  }
  .select3{
    
   
  }
  

  .form-container input, .form-container select, .form-container textarea {
    width: 100%;
    /* margin: 10px 0; */
    padding: 10px;
    border: none;
    border-radius: 5px;
    margin-bottom: 15px;
  }
  .form-container1 {
    display: flex; /* Enable flex layout for the container */
    justify-content: flex-end; /* Push items to the right */
}
.pop-up-button{
    justify-content: center;
    display: flex;
    align-content: center;
}
  .lastbutton {
    display: block;
      width: 120px;
      background-color: #007BFF;
      color: #fff;
      border: none;
      padding: 10px;
      border-radius: 25px;
      cursor: pointer;
      justify-content: center;
    display: flex;
    align-content: center;
    gap: 10px;
   
  
  }
  .startbutton{
    display: block;
    border: none;
    border-radius: 35px;
    cursor: pointer;
    justify-content: right;
    align-items: flex-end;
    display: flex;
  }

  .form-container button:hover {
    background-color: #0056b3;
  }

  .close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    background: none;
    /* border: 4px solid black; */
    color: #fff;
    cursor: pointer;
    border: none;
  }
  .close-btn12 {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    background: none;
    border: 2px solid black;
    color: #000000;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    display: flex;
  }
  @media (max-width:553px) {
    .form-container {
        padding: 20px;
        width: 90%;
        height: 780px;
      }
      .f1-text{
        margin-bottom: 10px;
        font-family: Inter Tight;
    font-size: 22px;
    font-weight: 600;
    line-height: 25.72px;
    text-align: center;
    width: 95%;
    
    
      }
      .f2-text{
        font-family: Inter Tight;
    font-size: 10px;
    font-weight: 400;
    line-height: 15.94px;
    text-align: center;
    margin-bottom: 1rem;
    
      }
      .f3-text{
        font-family: Inter Tight;
    font-size: 10px;
    font-weight: 600;
    line-height: 10px;
    letter-spacing: 0.015em;
    
    
    
      }
  }








  .icons-container {
    color: white;
    /* height: 100%; */
    /* width: 100%; */
    /* background-color: blue; */
    position: fixed; /* Fixes the element relative to the viewport */
    top: 80vh; /* Optional: Ensures it starts from the top of the viewport */
    right: 30px; /* Optional: Ensures it starts from the left of the viewport */
    display: flex;
    justify-content: left;
    align-items: center;
    
}


/* .icons-container {
    position: relative;
    width: fit-content;
} */


.station {
    /* position: relative; */
  /* background-color: red; */
}

.main-icon {
    width: 50px; /* Adjust as needed */
    height: auto;
    cursor: pointer;
    padding: 10px ;
    background: rgb(77,77,91);
    background: linear-gradient(180deg, rgba(77,77,91,1) 32%, rgba(28,23,19,1) 91%);
    border-radius: 10px;
    border:1px solid red ;
   margin-top: 5px;
}

.social-icons {
    position: absolute;
    bottom: 100%; /* Place icons above the main icon */
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column; /* Stack icons vertically */
    /* align-items: center; */
  
   
 
}


.social-icon {
    cursor: pointer;
    margin-top: 5px;
    width: 50px; /* Adjust as needed */
    height: auto;
    opacity: 0; 
   
    transition: opacity 0.3s ease, transform 0.3s ease; 
    background: rgb(77,77,91);
    background: linear-gradient(180deg, rgb(39, 39, 46) 32%, rgba(28,23,19,1) 91%);
   padding: 10px ;
   border-radius: 10px;
   border:1px solid red ;
}

.station:hover .social-icon:nth-child(1) {
    animation: show-icon 0.3s forwards 0.1s; /* Facebook icon */
}

.station:hover .social-icon:nth-child(2) {
    animation: show-icon 0.3s forwards 0.1s; /* Instagram icon */
}
.icons-container-mobile {
    display: none;
}



@keyframes show-icon {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@media (max-width:453px) {
    .icons-container {
        left: 10px; 
        
    }
}
@media (max-width:1028px) {
    .icons-container {
        display: none;
    }
    .icons-container-mobile {
        color: white;
        width: 100%; 
        height: 50px; 
        position: fixed; 
       
        bottom: 0px;
        left: 0; 
        display: flex;
        justify-content: center; 
        align-items: center; 
        background-color: #3c03a7; 
        padding: 10px 20px; 
        border: none; 
        gap: 25px;
        cursor: pointer; 
        text-align: center; 
        box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); 
        transition: background-color 0.3s ease;
    }
    .footer-bule{
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 5px;
    }
    .line-bule{
        height: 25px;
        background-color: white;
        border: none;
        width: 1px;
    }
    .bule-text{
        color: white;

    }
}


.enquiry-container{
    color: white;
    position: fixed; /* Fixes the element relative to the viewport */
   /* Optional: Ensures it starts from the left of the viewport */
    display: flex;
    justify-content: left;
    align-items: center; 
    cursor: pointer;   
}
.enquiry-trigger {
    position: fixed;
    top: 45vh; /* Optional: Ensures it starts from the top of the viewport */
    right: 0px; 
    transform: translateY(-50%);
    background-color: white;
    color: black;
    padding: 10px 10px;
    border-radius: 10px 10px;
    writing-mode: vertical-rl;
    font-family: Arial, sans-serif; /* Customize font */
    font-size: 25px; /* Adjust font size */
    font-weight: bold; /* Adjust font weight */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); /* Optional shadow */
    cursor: pointer;
    border: none;

    transition: all 0.3s ease; /* Smooth transition */
}

/* Hover effect */
.enquiry-trigger:hover {
    transform: translateY(-50%) scale(1.1); /* Zoom in slightly */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); /* Enhance shadow for effect */
}



.state{
    /* background-color: rgb(255, 255, 255); */
    padding: 4px;
    justify-content: center;
    align-items: center;
    display: flex;
    border-radius: 10px;
    transition: background-color 0.5s ease; /* Smooth transition effect */
}
.state:hover {
    background-color: rgb(0, 0, 0); /* Change this to your desired hover color */
}




.enquiry-popup {
    display: none; /* Hidden by default */
    position: fixed;
    top: 3%;
    right: 1%;
    transform: translateX(100%); /* Start off the screen */
   
    width: 100%;
    max-width: 400px;
    background-color: white;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.719);
    /* border-radius: 0px; */
    /*z-index: 1000;*/
    padding: 20px;
    animation: slideIn 0.5s ease forwards; /* Add the animation */
}

.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
  }
/* Keyframes for the sliding animation */
@keyframes slideIn {
    0% {
        transform: translateX(100%); /* Start off the screen */
    }
    100% {
        transform: translateX(0); /* Move into position */
    }
}


.popup-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    /* margin-bottom: 10px; */
    flex-direction: column;
    padding: 0px 30px;
  
  }

  .range {
    margin: 0;
    font-size: 27px;
    letter-spacing: -1px;
    font-weight: bold;
    line-height: 50px;
    margin-top: 15px;
  }
  .form-input:focus {
    outline: none;
    /* border: none;  */
}


  .popup-description {
    font-size: 16px;
    color: #000000;
    /* margin-bottom: 20px; */
    line-height: 25px;
  }

  .close-btn {
    background: none;
    border: none;
    cursor: pointer;
  }

  .enquiry-form{
    padding: 0px 30px;
  }

/* General styles for all form inputs */
.form-input {
    width: 100%;
    padding: 10px 0px;
    /* margin: 8px 0; */
    border: none;
    border-radius: 0px;
    border-bottom:4px solid rgb(174, 173, 173) ;
    font-size: 18px;
    margin-bottom: 1rem;
    background-color: transparent;
    /* margin-top: 1rem; */
  }
  .name-label {
    font-size: 16px; /* Adjust the font size as needed */
    font-weight:500; /* Optional for bold text */
    color: #000000; /* Optional for text color */
  }
  textarea.form-input {
    height: 80px;
    padding: 10px 0px;
    resize: none;
  }

/* Specific styles for the name input */
.name-input {
    background-color: #f9f9f9;
}

/* Specific styles for the email input */
.email-input {
    border-color: #09230f;
}


.phone-input {
  
    color: #000;
}

/* Styles for the select dropdown */
.form-select {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
    color: black;
}

/* Styles for the submit button */
.btn-last45{
    display: flex;
    justify-content: center;
    align-items: center;
}
.form-button {
    width: 90%;
    padding: 15px;
    background-color: white;
    border: 4px solid black;
    border-radius: 4px;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #000;
  }

.form-button:hover {
    background-color: #f0f0f0;
  }



/* To hide and show the popup */
.hidden {
    display: none;
}

.visible {
    display: block;
}


@media (max-width:1075px) {
    /* .enquiry-popup {
        top: 2%;
        height:500px;
    max-width: 350px;
    cursor: pointer;
  
    } */
}


@media (max-width:503px) {
    .enquiry-popup {
        right: 0%;
    }
    .enquiry-trigger{
        padding: 8px;
        font-size: 18px; 
    }
    .range {
        margin: 0;
        font-size: 24px;
        letter-spacing: -1px;
        font-weight: bold;
        line-height: 50px;
        margin-top: 15px;
      }
}
@media (max-height:628px) {
    
    
    .enquiry-popup {
        max-width: 300px;
    }
 
    
      .range {
        margin: 0;
        font-size: 20px;
        letter-spacing: -1px;
        font-weight: bold;
        line-height: 40px;
        margin-top: 15px;
      }
      .form-input:focus {
        outline: none;
        /* border: none;  */
    }
    
    
      .popup-description {
        font-size: 13px;
        color: #000000;
        /* margin-bottom: 20px; */
        line-height: 18px;
      }
    
      .close-btn {
        background: none;
        border: none;
        cursor: pointer;
      }
    
      .enquiry-form{
        padding: 0px 30px;
      }
    
    /* General styles for all form inputs */
    .form-input {
        width: 100%;
        padding: 10px 0px;
        /* margin: 8px 0; */
        border: none;
        border-radius: 0px;
        border-bottom:4px solid rgb(174, 173, 173) ;
        font-size: 14px;
        margin-bottom: 0.5rem;
        background-color: transparent;
        /* margin-top: 1rem; */
      }
      .name-label {
        font-size: 13px; /* Adjust the font size as needed */
        font-weight:500; /* Optional for bold text */
        color: #000000; /* Optional for text color */
      }
      textarea.form-input {
        height: 50px;
        padding: 10px 0px;
        resize: none;
      }
    
    /* Specific styles for the name input */
    .name-input {
        background-color: #f9f9f9;
    }
    
    /* Specific styles for the email input */
    .email-input {
        border-color: #09230f;
    }
    
    
    .phone-input {
      
        color: #000;
    }
    
    /* Styles for the select dropdown */
    .form-select {
        width: 100%;
        padding: 10px;
        margin-bottom: 4px;
        border: 1px solid #ccc;
        border-radius: 5px;
        font-size: 12px;
        color: black;
    }
    
    /* Styles for the submit button */
    .btn-last45{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .form-button {
        width: 90%;
        padding: 10px;
        background-color: white;
        border: 4px solid black;
        border-radius: 4px;
        font-size: 15px;
        font-weight: bold;
        cursor: pointer;
        margin-top: 5px;
        margin-bottom: 10px;
        color: #000;
      }
    
    .form-button:hover {
        background-color: #f0f0f0;
      }
    
    
    
    /* To hide and show the popup */
    .hidden {
        display: none;
    }
    
    .visible {
        display: block;
    }
    
}





.wrapper-10 {
  
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
   margin-top: 3rem;
    width: 100%;
}
.wrapper-11 {
  
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
   margin-top: 0rem;
   margin-bottom: 2rem;
    width: 100%;
    display: none;
}

.slider-10 {
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
   
}

.slidetrack-10 {
    display: flex;
    -webkit-animation: scrollsu 25s linear infinite;
    animation: scrollsu 25s linear infinite;
    width: calc(350px * 15); /* Adjust to the number of slides */
    gap: 35px;
    align-items: center;
}


.slide10 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 2px 0px 16.6px -4px #FFB800;
    padding: 0px 22px;
    border-radius: 4px;
    height: 88px;

}

.slide10 img {
    object-fit: cover; 

}

@-webkit-keyframes scrollsu {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-350px * 4)); /* Adjust based on the number of slides */
    }
}

@keyframes scrollsu {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-350px * 4)); /* Adjust based on the number of slides */
    }
}
@media (max-width:600px) {
    .wrapper-11 {
        display: block;
    }
}








.toast {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
   
    text-align: center;
    border-radius: 5px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    top: 20px;

    right: 1%;
    font-size: 17px;
    transition: visibility 0s, opacity 0.5s linear;
    opacity: 0;
}
.toast.show {
    visibility: visible;
    opacity: 1;
}
.toast-icon {
    font-size: 20px;
   
}
.toast.success {
    background-color: #f7f7f7;
    color: #000;
    border-bottom: 3px solid green;
}
.toast.error {
    background-color: #e6e6e6;
    color: #000;
z-index: 1;
border-bottom: 3px solid red;
}
@keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}
@keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}
.popupmessage{
    position: fixed;
    top: 20px;
    right: 35%; 
    background-color: #000000;
    color: #fff;
    padding: 15px 20px;
    border-radius: 8px;
    display: none;
    z-index: 1000;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    font-family: Arial, sans-serif;
}


.messagepopup{
    position: fixed;
    top: 20px;
    left: 40%; 
    background-color: #000000;
    color: #fff;
    padding: 15px 20px; 
    border-radius: 8px;
    display: none;
    z-index: 1000;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    font-family: Arial, sans-serif;
}
@media (max-width:780px) {
    .messagepopup{
        left: 30%; 
    }
}
@media (max-width:544px) {
    .messagepopup{
        left: 20%; 
    }
}
@media (max-width:390px) {
    .messagepopup{
        left: 15%; 
    }
}
@media (max-width:340px) {
    .messagepopup{
        left: 10%; 
    }
}
