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

body {
    font-family: Arial, sans-serif;
    background-color: #000;
}

header{
    display: none;
}
.section1 {
    background-image: url('../assets/freambackground.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%; 
    background-color: white;
}


/* Navbar styling */
.navbar {
    display: flex;
    justify-content: center;
    align-items: center;
 height: 120px;

 
    color: #000000;
}
.box1{
    display: flex;
    justify-content: space-between;
    align-items: center;
   width: 90%;

    color: #000000;
  
}

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

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

    
}

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

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

.nav-links li a {
    text-decoration: none;
    color: #000000;
    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: #000000;
   
    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;
}


.call-us-button:hover {
    background-color: transparent;
    border-color: #00f6ff;
    color: #00f6ff;
}
.read-less{
    cursor: pointer;
}
.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;
    }
   

}
@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: #000000;
line-height: 18.4px;

}
.sec1-reviwe{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
    margin-bottom: 2rem;
  }
  .sec1-reviwe123{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .sec1-heding-r{
    font-family: DM Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }
.Review-img{
    display: flex;
    margin-top: 10px;

    
}
.Rimg2{
    margin-left: -20px;
}
.Rimg3{
    margin-left: -20px;
}
.Rimg4{
    margin-left: -20px;
}
.Rimg6{
  
  margin-left: 40px;
}
.Rnum{
font-family: Arial;
font-size: 18px;
font-weight: 400;
color: white;
}
.creation{
font-family: 'Inter';
font-size: 60px;
font-weight: 800;
line-height: 75px;
letter-spacing: -3.5px;
color: #000000;
width: 90%;
text-align: center;
margin-top: 2rem;
/* white-space: nowrap; 
overflow: hidden;
border-right: 3px solid #333; 
animation: typing 5s steps(40, end), blink 0.5s step-end infinite; */
}


.typing-container {
    font-family: Inter;
    font-size: 75px;
    font-weight: 800;
    line-height: 80px;
    letter-spacing: -3.5px;
    color: #000000;
    width: 95%;
    text-align: center;
    margin-top: 2rem;
  }

  .highlight{
    color:rgb(224, 63, 4);
    font-size: 77px;
    line-height: 80px;
    font-weight: 800;
  }
  
  .cursor {
    display: inline-block;
    background: white;
    width: 2px;
    animation: blink 0.7s infinite;
  }
  
  @keyframes blink {
    0%, 100% {
      opacity: 1;
    }
    50% {
      opacity: 0;
    }
  }


.hderss-1{
    margin-top: 1rem;
    font-family: 'Inter';
    font-size: 45px;
    font-weight: 800;
    line-height: 50px;
    letter-spacing: -0.03em;
    text-align: center; 
    color: #000000;
    width: 90%; 
}


.uiuxss{
    color: #007bff;
    font-size: 45px;
    line-height: 50px;
    font-weight: 800;

}
.two-btn-sec1{
    margin-top: 2rem;
    display: flex;
     gap: 40px;
     justify-content: center;
     align-items: center;
     margin-bottom: 10px;
     width: 90%;
}
.btn-two-sec1 {
    background-color: #007bff;
    color: #fff;
    padding: 25px 60px;
    border: none;
    border-radius: 35px;
    font-size: 20px;
    font-weight: 600;
    font-family: Inter Tight;
    cursor: pointer;
    display: inline-block;
 
justify-content: center;
align-items: center;
display: flex;
gap: 10px;

  }
  
 
  .sec1-tex2{
    color: rgb(0, 0, 0);
    text-decoration: underline;
  }
.friendly{
    font-family: Inter;
    font-size: 21px;
    font-weight:400;
    line-height: 30px;
    letter-spacing: -0.72px;
    color: #52525B;
width: 90%;
    text-align: center;
    margin-top: 1.5rem;  
}
.two-btn-icon{
    display: flex;
    justify-content: center;
    align-items: center;
   cursor: pointer;
   transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.two-btn-icon:hover{
    transform: scale(1.05); 
    /* box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.2);    */
}

/* .btn-two-sec1 ,.gap , .icon-sec1{
    transition: transform 0.3s ease, box-shadow 0.3s ease;

}

.btn-two-sec1:hover , .gap:hover , .icon-sec1:hover{
    transform: scale(1.05); 
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.2);
} */
.gap{
    height: 30px;
    width: 35px;
    background-color: #007bff;
    border: none;
    margin-left: -20px;
   
}
.icon-sec1{
    height: 60px;
    width: 60px;
    background-color: #007bff;
    justify-content: center;
    align-items: center;
    display: flex;
 margin-left: -10px;
    border-radius: 30px;
}
.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;
  }

  .sec1-contant{
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
 

  }
  .sec1-main{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    /* width: 98%; */
  }
  .sec1-text3{
    font-family: Inter Tight;
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    color: #000;
  }
  @media (max-width: 719px) {
    .sec1-main{
        gap: 5px;
    }
    .sec1-contant{
        gap: 10px;
width: 100%;    
align-items: center;
/* justify-content: flex-start; */
      }
      .sec1-text3{
        font-family: Inter Tight;
        font-weight: 600;
        font-size: 10px;
        line-height: 28px;
        color: #000;
      }
      .two-btn-sec1{
        margin-top: 2rem;
        display: flex;
         gap: 20px;
         justify-content: center;
         align-items: center;
         margin-bottom: 0px;
         width: 90%;
    }
  }
  @media (max-width: 440px) {
    .sec1-reviwe{
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 1rem;
        margin-bottom: 2rem;
        flex-direction: column;
      }
  }
  
  /* form start */

.flex-section1{
display: flex;
width: 90%;
justify-content: space-between;

}
.flex-section1 img{
    margin-top: 20vh;
   
    width: 744px;
    height: 701px;
}
  .stat:not(:last-child) {
    margin-right: 30px;
  }
  .formcontainer {
    background: rgb(89,111,210);
    background: linear-gradient(0deg, rgba(125, 138, 199, 0.304) 19%, rgba(0, 0, 0, 0.112) 53%);
    padding: 20px;
    border-radius: 12px;
    width: 40%;
    height: 90%;
    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: #000000;
    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 {
    justify-content: space-between;
    text-align: left;
  
  
  }
  .form-1more{

    justify-content: space-between;
   gap: 20px;
    flex-direction: column;
    text-align: left;
    width: 100%;
   
  }
  
  .form-group {
    flex-basis: 48%; 
    padding: 10px;
    
  }

  
 /* 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('../../../flagcdn.com/w40/us.png');
}

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

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

#country-select option[data-flag="af"] {
    background-image: url('../../../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;
    color: #000;


    
  }
  input:focus {
    outline: none;
   
}
  
  .phone-input {
    display: flex;
 justify-content: left;
 align-self: flex-start;
 background-color: #EEF4FF;
    border: 1px solid #F6F9FF;
    border-radius: 8px;
    border: none;

  }
  .phone-input select{
border: none;

background-color: transparent;
width: 90px;
margin-top: 0px;
color: #000000;

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

  }
  .custom-select {
    position: relative;
    display: flex;
    align-items: center;
}
.custom-select select {
    appearance: none;
}
.custom-select svg {
    position: absolute;
    right: 10px;
    pointer-events: none;
    top: 10px;
    transition: transform 0.3s ease;
}


  
 
  
  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;
    margin-bottom: 5rem;
  }
  .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;
  }
  .formcontainer-sec1{
    display: none;
  }

 .sec1-footer1{
    width: 100%;
    height: 20vh;
   
    justify-content: center;
    align-items: center;
    display: flex;
    z-index: 1;
 }
 .footer1-box1{
    width: 90%;
    height: 100%;
    background-color:#0F68EA;
    justify-content: center;
    align-items: center;
    display: flex;
    gap: 20px;
    border-radius: 20px;
 }
 .footer1-box1-sec1{
    width: 385px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
 
 }
 .footer1-box1-sec1 img{
    width: 40px;
    height: 40px;
 }
 .footer1-heading{
    color: white;
    font-family: Inter;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
 }

 @media (max-width: 1345px) {
    .footer1-box1-sec1{
        width: 250px;
    }
    .footer1-box1-sec1 img{
        width: 40px;
        height: 40px;
     }
.flex-section1 img{
    margin-top: 20vh;
    width: 544px;
    height: 501px;
}
.footer1-heading{
    color: white;
    font-family: Inter;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
 }
input,  select, textarea {
    font-size: 12px;
}
.form-heading {
    font-size: 22px;
    margin-bottom: 5px;
    line-height: 20px;
  }
  
  .form-text {
    margin-bottom: 10px;
    width: 95%;
  }
  .form-row {
    justify-content: space-between;
    text-align: left;
  
  
  }
  .form-1more{
   gap: 10px;
   
  }
  
  .form-group {
    flex-basis: 100%;
    padding: 5px;
 
  }
  
  label { 
    margin-bottom: 2px;
  font-size:12px ;
  
  }
  
  input,  select, textarea {
    width: 100%;
    padding: 10px;


    
  }
  

  .phone-input select{
border: none;

background-color: transparent;
width: 90px;
margin-top: 0px;
color: #000000;

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

  }
  .custom-select {
    position: relative;
    display: flex;
    align-items: center;
}
.custom-select select {
    appearance: none;
}
.custom-select svg {
    position: absolute;
    right: 10px;
    pointer-events: none;
    transition: transform 0.3s ease;
}


  
 
  
  textarea {
    resize: none;
    height: 150px;
  }
  
  .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;
    margin-bottom: 5rem;
  }
  .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;
  }
 }
@media (max-width: 1666px) {
.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: 90%;
  }
}
@media (max-width: 1028px) {
    .typing-container{
        font-size: 60px;
        line-height: 65px;
        letter-spacing: -3px;
    } 
    
    .hderss-1{
        margin-top: 1rem;
        font-size: 45px;
        line-height: 45px;
    }
    
    
    .uiuxss{
        margin-top: 1rem;
        font-size: 45px;
        line-height: 45px;    
    }
} 


@media (max-width: 688px) {
    .typing-container{
        font-size: 50px;
        line-height: 55px;
        letter-spacing: -2.5px;
    } 
    
    .hderss-1{
        margin-top: 1.5rem;
        font-size: 45px;
        line-height: 45px;
    }
    
    
    .uiuxss{
        font-size: 45px;
        line-height: 45px;    
    }
    .sec1-main{
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
        width: 98%;
      }
} 



@media (max-width: 573px) {
    .typing-container{
        font-size: 30px;
        line-height: 35px;
        letter-spacing: -1.5px;
    } 
    
    .hderss-1{
        margin-top: 1.5rem;
        font-size: 25px;
        line-height: 30px;
    }
    
    
    .uiuxss{
        font-size: 28px;
        line-height: 33px;    
    }
} 
@media (max-width: 928px) {
    .flex-section1 img{
        margin-top: 1rem;
    }
.flex-section1{
    flex-direction: column-reverse;
 
  
}
.formcontainer {
    width: 60%;
   
}
.footer1-box1{
    flex-wrap: wrap;
    /* margin-top: 1rem; */
}
.sec1-footer1{
    height: 100%;
 
}
.footer1-box1{
    width: 70%;
    gap: 0px;
}
.footer1-box1-sec1{
    gap: 20px;
    width: 70%;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
}
.footer1-heading{
    width: 200px;
 }
}
@media (max-width: 685px) {
    .flex-section1 img{
        margin-top: 1rem;
        width: 344px;
        height: 304px;
    }
}
@media (max-width: 463px) {
    .flex-section1 img{
        margin-top: 1rem;
        width: 244px;
        height: 204px;
    }
    .footer1-box1{
        width: 90%;
    }
    
}
@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) {
   
        .friendly{
           
            font-size: 18.6px;
        text-align: center;
            line-height: 26px;
            letter-spacing: -0.72px;
          
            margin-top: 1rem;  
        }
        .formcontainer {
            width: 90%;
        }
        .two-btn{
            display: grid;
        }
        .line{
            display: none;
        }
    
}
@media (max-width: 722px) {


    .two-btn-sec1{
        margin-bottom: 10px;
    }
   
        .two-btn{
            margin-bottom: 2rem;
        }
}
@media (max-width: 722px) {
  
    
}

@media (max-width: 561px) {
    .two-btn-sec1{
        margin-top: 2rem;
        display: flex;
         gap: 30px;
         justify-content: center;
         align-items: center;
         margin-bottom: 5px;
         width: 90%;
       
         flex-direction: column;
    }
 
    
    .btn-two-sec1 {
        background-color: #007bff;
        color: #fff;
        padding: 25px 35px;
        border: none;
        border-radius: 30px;
        font-size: 12px;
        cursor: pointer;
        display: inline-block;
    justify-content: center;
    align-items: center;
    display: flex;
    gap: 10px;
    
      }
      
      .btn-two-sec1:hover {
        background-color: #0056b3;
      }
    
        .friendly{
            font-size: 12.9px;
            line-height: 18px;
            margin-top: 0.9rem; 
            text-align: center; 
        }
        .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: 349px) {
    .friendly{
        font-size: 10.6px;
        line-height: 15px;
        margin-top: 0.5rem;
        /* width: 85%;   */
        text-align: center;
    }
}


  /* 2 second container */

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

.sec2-heading {
    color: #000000;
    font-family: Inter;
    font-size: 48px;
    font-weight: 700;
    text-align: center;
    width: 85%;
    margin-bottom: 3rem;
   
}

.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: #CECECE;
    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: 806px) {
    .section2{
        margin-bottom: 3rem;
        margin-top: 2rem;
    }
}
@media (max-width: 486px) {
   
    .sec2-heading {
        width: 95%;
        font-size: 22px;
        margin-bottom: 3rem;
    }
}


/* 3  container */

  
        
.section3 {
   
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
     background-color: #FFFFFF; 
    padding-bottom: 8rem;
   
}

.sec3-heading {
    color: #000000;
    font-family: Inter Tight;
    font-size: 72px;
    font-weight: 700;
    text-align: center;
    line-height: 108px;
    width: 997px;
 
}
.sec3-text{
    color: #000000;
    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; 
margin-bottom: 2rem;
}


@-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 {
        font-family: Inter Tight;
        font-size: 72px;
        font-weight: 700;
        text-align: center;
        line-height: 75px;
        width: 90%;
     
    }
    .sec3-text{
        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: 72px;
    font-weight: 700;
    text-align: center;
    line-height: 75px;
    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;
}
.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;
}

@-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: 72px;
        font-weight: 700;
        text-align: center;
        line-height: 75px;
        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: 1075px) {
    .sec4-heading {
    
        font-size: 55px;
        line-height: 60px;
     
    }
}
@media (max-width: 500px) {
    .sec4-heading {
    
        font-size: 28px;
        line-height: 28px;
        line-height: 30px;
     
    }
    .sec4-text{
        font-size: 14px;
        line-height: 19.6px;
        width: 95%;
        margin-top: 1rem;
       
    }
}



/* 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: 473px;
}
.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: 22px;
    font-weight: 700;
  margin-top: 1rem;
  margin-bottom: 1rem;
    color: #854CFF;
    }
    .sec5-heding2{
        font-family: Inter Tight;
        font-size: 22px;
        font-weight: 700;
        margin-top: 1rem;
        margin-bottom: 1rem;
        color: #3F3C3C;
        }
.sec5-heding3{
    font-family: Inter Tight;
    font-size: 22px;
    font-weight: 700;
    margin-top: 1rem;
    margin-bottom: 1rem;
    color: #934B22;
}
.sec5-heding4{
    font-family: Inter Tight;
    font-size: 22px;
    font-weight: 700;
    margin-top: 1rem;
  margin-bottom: 1rem;
    color: #EB5D5D;
}
.sec5-heding5{
    font-family: Inter Tight;
    font-size: 22px;
    font-weight: 700;
    margin-top: 1rem;
    margin-bottom: 1rem;
    color: #3A6BFF;
}
.sec5-heding6{
    font-family: Inter Tight;
    font-size: 22px;
    font-weight: 700;
    margin-top: 1rem;
    margin-bottom: 1rem;
    color: #A700B3;
}
.sec5-heding7{
    font-family: Inter Tight;
    font-size: 22px;
    font-weight: 700;
    margin-top: 1rem;
  margin-bottom: 1rem;
    color: #058F00;
}
.sec5-heding8{
    font-family: Inter Tight;
    font-size: 22px;
    font-weight: 700;
    margin-top: 1rem;
    margin-bottom: 1rem;
    color: #6497FF;
}
.sec5-heding9{
    font-family: Inter Tight;
    font-size: 22px;
    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;
    }
    @media (max-width: 1326px) {
        .sec5-component{
            gap: 30px;
        }
       
    }
    @media (max-width: 1298px) {
        .sec5-heading {
            width: 95%;
         
        }
        .sec5-text{
            width: 95%;
        }
        .sec5-box1{
            background-color: #ece9e9;
            padding: 30px;
            border-radius: 20px;
            width: 330px;
            height: 513px;
        }
    }
    @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: 473px;
        }
        .sec5-component{
            gap: 30px;
        }
    }
    @media (max-width: 901px) {
        .sec5-box1{
            background-color: #ece9e9;
            padding: 30px;
            border-radius: 20px;
            width: 330px;
            height: 513px;
        }
    }
    @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: 695px;
    
 
}
.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;

}
.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: 474px) {
        .sec6-heading {
            font-size: 28px;
            line-height: 38.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: 3rem;
    
 
}
.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 */

/* 10 container */
.section10{
   
    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: 45px;
    line-height: 60px;
    width: 90%;
    text-align: center;
    margin-top: 1rem;
    color: #FFFFFF;
}

.sec10-section{
   
   width: 80%;
   justify-content: center;
   align-items: center;
  display: flex;
  flex-direction: column;
  margin-top: 5rem;

}
.sec10-content{
    display: flex;
 
}

.kingstartt{
    width: 150px;
}

.pcm{
    width: 100px;
}
.sec10-Logo1 {
   
 border-bottom: 1px solid;
 border-image: linear-gradient(45deg, #ffffff00, #ffffffa3, #ffffff) 1;
 width: 300px;
 justify-content: center;
 align-items: center;
 display: flex;
 padding: 40px;
}
.sec10-Logo2 {
    justify-content: center;
 align-items: center;
 display: flex;
    border-bottom: 1px solid;
    border-left: 1px solid;
    border-image: linear-gradient(45deg, #ffffff, #ffffff53, #ffffff02) 1;
    width: 300px;
    padding: 40px;
}
.sec10-Logo3 {
    justify-content: center;
    align-items: center;
    display: flex;
    border-left: 1px solid; 
    border-image: linear-gradient(45deg, #ffffff9c, #ffffff4f, #ffffff00) 1;
    width: 300px;
    padding: 40px;
}
.sec10-Logo4 {
    justify-content: center;
 align-items: center;
 display: flex;
    border-left: 1px solid;
    border-bottom: 1px solid;
    border-image: linear-gradient(45deg, #ffffff, #ffffff00, #00000000) 1;
    width: 300px;
    padding: 40px;
}
.sec10-Logo5 {
    justify-content: center;
    align-items: center;
    display: flex;
    
    border-left: 1px solid; 
    border-top: 1px solid;
    border-image: linear-gradient(45deg, #ffffff00, #ffffffe0, #000000) 1;
    padding: 40px;
    width: 300px;
   
}

.pgp{
    width: 200px;
    height: 90px;
}
.sec10-Logo6 {
    justify-content: center;
    align-items: center;
    display: flex;
    border-left: 1px solid; 
    border-top: 1px solid;
    border-image: linear-gradient(45deg, #ffffff00, #ffffffe0, #ffffffeb) 1;
    width: 300px;
    padding: 40px;
}
.sec10-Logo7 {
    justify-content: center;
 align-items: center;
 display: flex;
    border-left: 1px solid; 
    border-image: linear-gradient(45deg, #fffefe00, #ffffffe0, #ffffff) 1;
    width: 300px;
    padding: 40px;


}
.sec10-Logo8 {
    justify-content: center;
    align-items: center;
    display: flex;
    width: 300px;
    padding: 40px;
}

.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;
        padding: 10px;
        border-radius: 28.8px;
        justify-content: center;
        align-items: center;
        display: flex;
        flex-direction: column;
        /* transition: transform 0.3s ease, box-shadow 0.3s ease; */

    }
    .sec10-box2{
        width: 625.5px;
        background-color: #0F68EA;
        height: 486.66px;
        padding: 10px;
        border-radius: 28.8px;
        justify-content: center;
        align-items: center;
        display: flex;
        flex-direction: column;
        /* transition: transform 0.3s ease, box-shadow 0.3s ease; */
    }

    /* .sec10-box1:hover ,.sec10-box2:hover {
        transform: scale(1.05); /* Slightly zooms in 
        box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.2);

    }*/

    .sec10-con-heading{
        font-family: Inter Tight;
        font-weight: 500;
        font-size: 72px;
        line-height: 64.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;
        }
        .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;
            /* transition: transform 0.3s ease, box-shadow 0.3s ease; */
        }
        /* .sec10-lastcontant:hover{
            transform: scale(1.05); 
        box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.2); 

        } */

        .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;
            }
            .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;
                }
            .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;
            justify-content: center;
            display: flex;
            align-items: center;
        }
        .sec10-Logo2 {
            width: 200px;
        }
        .sec10-Logo3 {
            width: 200px;
        }
        .sec10-Logo4 {
            width: 200px;
        }
        .sec10-Logo5 {
            width: 200px;
            padding: 30px;
        }
        .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;
        }
        .sec10-textlast{
            font-family: Inter Tight;
            font-size: 22.4px;
            font-weight: 600;
            line-height: 42.12px;
            color: #00051A;
            margin-top: 1rem;
            margin-bottom: 1rem;
        }
    }
    @media (max-width: 1120px) {
        .sec10-heading{
            width: 95%;
        }
    }
    @media (max-width: 1020px) {
        .sec10-boxs{
            width: 90%;
            gap: 20px;
            }
            .sec10-lastcontant{
                width: 90%;
            }

            .g1svg , .g2svg , .g3svg,  .g4svg,  .g5svg,  .g6svg,  .g7svg{
                width: 150px;
                height: 80px;
                            }
    }
    @media (max-width: 820px) {
        .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;
                }
        .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, #ffff, #ffff, #ffff) 1;
          width: 200px;
     
    
        }
        .sec10-Logo-2{
       padding: 30px;
      
       border-right: 1px solid;
       border-image: linear-gradient(45deg, #ffff, #ffff, #ffff) 1;
       width: 200px;
       }
       .sec10-Logo-3{
        padding: 30px;
          border-bottom: 1px solid;
          border-image: linear-gradient(45deg, #ffff, #ffff, #ffff) 1;
          width: 200px;
      }

      .kingstartt{
        height: 80px;
    } 
      .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; 
        }
        .kalyaniiii{
            height: 75px;
        }
    }
    

/* 11 container */


.section11{
   
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-top: 8rem;
    margin-bottom: 5rem;
}
.sec11-frist{
   
    width: 85%;
    display: flex;
    align-items: center;
   justify-content: center;
   justify-content: space-between;
   gap: 20px;
}
.sec11-heading{
    color: #ffffff;
    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: #ffffff;

}

.sec11-component{
    margin-top: 7rem;
    display: flex;
    width: 85%;
  flex-wrap: wrap;
 
  justify-content: space-between;
    gap: 20px;
    }
    .sec11-box1{
        background-color: #000000;
     justify-content: center;
     align-items: center;
     display: flex;
     flex-direction: column;
        border-radius: 20px;
       width: 371px;
       padding: 30px;
       height: 430px;
       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%;
        color: #ffffff;
     
    }
    .sec11-text1{
        text-align: left;
        width: 100%;
        font-family: 'Inter';
        font-size: 16px;
        line-height: 25px;
        font-weight: 400;
        color: #ffffff;

    }
@media (max-width: 1457px) {
    .sec11-frist{
        width: 95%;
    }
    .sec11-component{
        width: 95%;
    }
}
@media (max-width: 1314px) {
    .sec11-heading{
        font-size: 66.4px;
        line-height: 95.04px;
        width: 650px;
      
    }
    .sec11-component{
        width: 85%;
        margin-top: 3rem;
    }
    .sec11-box1{
        width: 290px;
        padding: 15px;
        height: 336px;

    }
    .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: 420px;

       

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

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

    }
    .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: -2.3px;

    }
    .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: 28px;
    width: 90%;
    line-height: 30px;
    letter-spacing: -1.5px;

}
.sec11-box1{
    width: 270px;
    padding: 15px;
    height: 375px;

}
.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;
      border: none;
      background: #FFFFFF;
      cursor: pointer;
      font-family: 'Inter Tight';
      font-size: 16px;
      font-weight: 600;
      line-height: 19.36px;
      text-align: center;
      color: #16121E;
    }

    .btn-sec12{
        font-family: 'Inter Tight';
font-size: 16px;
font-weight: 600;
line-height: 19.36px;
text-align: center;
color: #16121E;
    }

    .btn12-sec12:hover{
        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/fream33.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/sec12frem4.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/Frame91.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/sec12frem8.png);
          height: 591px;
            padding: 30px;
            background-repeat: no-repeat;
            background-size: 100%;
        }
        .sec12-box8{
            width: 360px;
              background-image: url(../assets/sec12frem10.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/Frame37.png);
            height: 591px;
              padding: 30px;
              background-repeat: no-repeat;
              background-size: 100%;
          }
          .sec12-box12{
            width: 360px;
              background-image: url(../assets/Frame36.png);
            height: 591px;
              padding: 30px;
              background-repeat: no-repeat;
              background-size: 100%;
          }
          .sec12-box13{
            width: 360px;
              background-image: url(../assets/Frame38.png);
            height: 591px;
              padding: 30px;
              background-repeat: no-repeat;
              background-size: 100%;
          }
          .sec12-box14{
            width: 360px;
              background-image: url(../assets/Frame37.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-box12{
                width: 280px;
                height: 405px;
                  padding: 20px;
                  background-size: 100%;
                  background-repeat: no-repeat;
                  border-radius: 20px;
            }
            .sec12-box13{
                width: 280px;
                height: 405px;
                  padding: 20px;
                  background-size: 100%;
                  background-repeat: no-repeat;
                  border-radius: 20px;
            }
            .sec12-box14{
                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;
            }
    }
    



   
   /* 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: 60px;
    background-color: #D7E7FF;
    padding: 20px 30px;
    gap: 5px;
    }
    .content{
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 20px;
    }
    .aligned:hover{
    border: 1px solid #D7E7FF;
    }
    .question{
    font-size:20px;
    color: #00051A;
    font-family: Inter Tight;
    font-weight: 500;
    }
    .answer{
    font-size: 15px;
    line-height: 30px;
    color: #666668;
    padding-top: 10px;
    display: none;
    }
    
    
    

    @media (max-width:1097px) {
        .question{
            font-size:16px;
            color: #000000;
            font-family: Inter Tight;
            font-weight: 500;
            }
            .aligned{
                display: flex;
                flex-direction: column;
                justify-content: space-between;
                border-radius: 25px;
                background-color: #D7E7FF;
                padding: 20px 30px;
                gap:5px;
               
                }
                .service-title{
                    font-size: 32px;
                    margin-top: 2rem; 
                }
                .answer{
                    font-size: 13px;
                    line-height: 17px;
                 
                    }
                .faqbox{
                    gap: 10px;
                    padding-top: 20px;
                    }
                    
    }
 @media (max-width:559px) {
    .question{
        font-size:12px;
        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;
    background-color: #000;

  
   }
   .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;
   }
   .btn16-sec16{
    padding: 15px 30px;
    justify-content: center;
    display: flex;
    align-items: center;
    gap: 10px;
    border: none;
    background-color: #ffffff;
    border-radius: 30px;
    font-family: 'Figtree';
    font-size: 16px;
    color: #16121E;
    margin-top: 2rem;


  }
  @media (max-width:1020px) { 
    
    .section16{
        background-color: #000;
    }
    .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%;
  background-color: #000;
    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;
   
    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;
    text-decoration: none;
  }
  .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: 25%;
        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: 350px;
        background-color: #000;     
      }      
  }
  @media (max-width:661px) {
.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%;
              }

              .logo-container-footer2{
                justify-content: flex-start;
                display: flex;
                flex-direction: column;
                width: 270px;
                 background-color: #000;     
              }

              .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;
      }
}

/* section 1-1 */

.section1-1{
    width: 100%;
 
    background-color: white;
    justify-content: center;
    align-items: center;
    display: flex;
}
.sec1-1-contant{
    width: 90%;
    height: 90%;
    
    display: flex;
    justify-content: space-between;
    gap: 40px;
    margin-top: 3rem;
    margin-bottom: 3rem;
}
.sec1-1-box1{
    display: flex;
    align-items: center;
    gap: 40px;
    width: 30%;

}
.sec1-1-num{
    font-family: Inter Tight;
    font-size: 48px;
   line-height: 58px;
   font-weight: 700;
   letter-spacing: -1.8px; 
}
.sec1-1-text1{
    font-family: Inter Tight;
    font-size: 17px;
   line-height:32px;
   font-weight: 400;
   letter-spacing: -0.2px; 
   color: #161C2D;
}
.line1-1{
    width: 100%;
    border: none;
    background-color: #E7E9ED;
    height: 1px;
}
@media (max-width:1146px) {
    .sec1-1-num{
        font-size: 38px;
    }
}
@media (max-width:1037px) {
    .sec1-1-contant{
        flex-wrap: wrap;
        justify-content: center;
       width: 50%;
      
    }
    .sec1-1-box1{
        width: 250px;

        
    }
    .sec1-1-box1{
        display: grid;
        align-items: center;
        gap: 0px;
        width: 30%;
       
    
    }
}
@media (max-width:800px) {
    .sec1-1-contant{
        width: 100%;
    }
}
@media (max-width:355px) {
    .sec1-1-num{
        font-size: 30px;
    }
    .sec1-1-text1{
        font-family: Inter Tight;
        font-size: 16px;
       line-height:27px;
       font-weight: 400;
       letter-spacing: -0.2px; 
       color: #161C2D;
    }
}



/* section 1-1 */

.section1-2{
    width: 100%;

    background-color: white;
    justify-content: center;
    align-items: center;
    display: flex;
}
.sec1-2-contant{
    width: 90%;
    height: 90%;
    
    display: flex;
    justify-content: space-between;
  
    margin-top: 5rem;
    margin-bottom: 3rem;
}   
.sec1-2-box1{
    width: 40%;
 
}
.sec1-2-box2{
    width: 60%;

    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
   
}
.sec1-2-heading{
    font-family: Inter Tight;
    font-size: 52px;
   line-height: 70.2px;
   font-weight: 700;
  
  

}
.sec1-2-text{
    font-family: Inter Tight;
    font-size: 24px;
   line-height: 36px;
   font-weight: 400;
   margin-top: 10px;

}
.sec1-2-item1{
 
    width: 370px;

    justify-content: center;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    padding: 30px;
    border-radius: 20px;
    background: rgb(248,223,249);
    background: linear-gradient(68deg, rgb(245, 233, 246) 1%, rgb(243, 247, 237) 8%, rgba(255,239,239,1) 18%, rgba(241,241,241,1) 32%, rgba(255,255,255,1) 52%, rgba(251,246,254,1) 79%, rgba(237,213,248,1) 100%);
}
.sec1-2-title{
    font-family: Inter Tight;
    font-size: 24px;
   line-height: 36px;
   font-weight: 700;
   color: #0F68EA;  
   margin-top: 10px;
}
.sec1-2-subtitle{
    margin-top: 10px;
    font-family: Inter Tight;
    font-size: 16px;
   line-height: 25.6px;
   font-weight: 400;
  color: #3F3F46; 
   margin-top: 10px;
}
@media (max-width:1428px) {
    .sec1-2-heading{
        font-size: 42px;
       line-height: 60.2px;
    }
    .sec1-2-text{
        font-size: 20px;
       line-height: 30px;
    }
    .sec1-2-item1{
        width: 320px;
        padding: 20px;
    }
    .sec1-2-title{
        font-size: 20px;
       line-height: 36px;
    }
    .sec1-2-subtitle{
        margin-top: 5px;
        font-family: Inter Tight;
        font-size: 12px;
       line-height: 20.6px;
      
    }
}
@media (max-width:1220px) {
    .sec1-2-heading{
        font-size: 32px;
       line-height: 50.2px;
    }
    .sec1-2-text{
        font-size: 15px;
       line-height: 22px;
    }
    .sec1-2-item1{
        width: 280px;
        padding: 20px;
    }
    .sec1-2-item1 img{
width: 50px;
height: 50px;
    }
    .sec1-2-title{
        font-size: 18px;
       line-height: 36px;
       margin-top: 5px;
    }
    .sec1-2-subtitle{
        margin-top: 5px;
        font-family: Inter Tight;
        font-size: 10px;
       line-height: 18.6px;
      
    }
    .sec1-2-box2{
        width: 70%;
    }
}
@media (max-width:998px) {
    .sec1-2-heading{
        font-size: 42px;
       line-height: 60.2px;
    }
    .sec1-2-text{
        font-size: 20px;
       line-height: 30px;
    }
    .sec1-2-item1{
        width: 320px;
        padding: 20px;
    }
    .sec1-2-title{
        font-size: 20px;
       line-height: 36px;
    }
    .sec1-2-subtitle{
        margin-top: 5px;
        font-family: Inter Tight;
        font-size: 12px;
       line-height: 20.6px;
      
    }
    .sec1-2-contant{
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
    .sec1-2-box2{
        width: 95%;
    }
    .sec1-2-box1{
        width: 90%;
        margin-bottom: 3rem;
        text-align: center;
    }
}
@media (max-width:385px) {
    .sec1-2-heading{
        font-size: 28px;
       line-height: 35.2px;
    }
}
@media (max-width:337px) {
    .sec1-2-heading{
        font-size: 26px;
       line-height: 35.2px;
    }
}
/* 17 section */

.section17 {

    /* justify-content: center; */
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
background-image: url('../assets/Ux.html\ design\ 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%;
            }
}



/* 2.4  container */

  
        
.section2-4 {
   
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    background-color: white;
    padding-top: 5rem;
}

.sec2-4-heading {
    color: #000000;
    font-family: Inter Tight;
    font-size: 70px;
    font-weight: 600;
    text-align: center;
    line-height: 75px;
    width: 90%;
 
}
.sec2-4-text{
    color: #000000;
    font-family: Inter Tight;
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    line-height: 36px;
    width: 85%;
    margin-top: 1rem;
}
.sec2-4-box{
    width: 100%;
    height: 100%;
    background-color: rgb(255, 255, 255);
gap: 10px;
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-top: 8rem;
    margin-bottom: 8rem;
 
}
.sec2-4-box1{
    width: 70%;
    height: 100%;
    background-color: #854CFF;
    border-radius: 24px;
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.sec2-4-box2{
    width: 70%;
    height: 100%;
    background-color: #087C00;
    border-radius: 24px;
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.sec2-4-box3{
    width: 70%;
    height: 100%;
    background-color: #960F00;
    border-radius: 24px;
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.sec2-4-box4{
    width: 70%;
    height: 100%;
    background-color: #0027A7;
    border-radius: 24px;
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.sec2-4-box5{
    width: 70%;
    height: 100%;
    background-color: #393939;
    border-radius: 24px;
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.sec2-4-contant1{
    padding-left: 30px;
    padding-top: 50px;
    width: 65%;

    justify-content: space-between;
}
.sec2-4-heading1{
    font-family: Inter;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: -4%;
    color: white;
    line-height: 48.41px;
}
.sec2-4-task{
    margin-top: 20px;
    display: flex;
    gap: 40px;
}
.sec2-4-text1{
    font-family: Inter;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #FFFFFF;
    width: 39%;
}
.dot {
    list-style-type: disc;
    padding-left: 20px;
  }
  .sec2-4-text2{
    font-family: Inter Tight;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    color: #FFFFFF;
  
  }
  .sec2-4-image1{
  padding-top: 50px;
justify-content: flex-end;
align-items: flex-end;
display: flex;
  width: 35%;

  }
  .sec2-4-image1 img{
    width: 387px;
    height: 283.13px;
  }
  .sli-last2{
  
    font-family: Inter;
    font-size: 20px;
    font-weight:400;
    line-height: 28px;
    color: #ffffff;
    text-decoration: underline;
}
.sec2-4-footer{
    display: flex;

    margin-top: 2rem;
    margin-bottom: 2rem;
  
    gap: 10px;
}

@media (max-width:1575px) {
    .sec2-4-image1{
      width: 387px;
      
        }
}
@media (max-width:1438px) {
    .sec2-4-image1{
        width: 327px;
        
          }
    .sec2-4-image1 img{
        width: 327px;
        height: 283.13px;
      }
    .sec2-4-heading1{
        font-size: 35px;
        line-height: 42.41px;
    }
    .sec2-4-task{
        gap: 15px;
    }
    .sec2-4-text1{
        font-size: 14px;
        line-height: 20px;
        width: 38%;
    }
    .dot {
        list-style-type: disc;
        padding-left: 20px;
      }
      .sec2-4-text2{
        font-size: 16px;
        line-height: 22px;
      
      }
}
@media (max-width:1160px) {
    .sec2-4-text{
        color: #000000;
        font-family: Inter Tight;
        font-size: 24px;
        font-weight: 400;
        text-align: center;
        line-height: 36px;
        width: 90%;
    }
    .sec2-4-task{
        display: grid;
    }
    .sec2-4-text1{
        width: 90%;
    }
   
}
@media (max-width:981px) {
    .sec2-4-heading {
        font-size: 52px;
        line-height: 58px;
     
    }
    .sec2-4-text{
        font-size: 18px;
        line-height: 28px;
        margin-top: 5px;
      
    }

    .slide-footer img{
        width: 5px;
    }
    .sli-last2{
        font-size: 13px;
    }
    .sec2-4-footer{
        display: flex;
    
        margin-top: 1rem;
        margin-bottom: 1rem;
      
        gap: 10px;
    }
    .sec2-4-box1{
        align-items: center;
        flex-direction: column;
    }
    .sec2-4-box2{
        align-items: center;
        flex-direction: column;
    }
    .sec2-4-box3{
        align-items: center;
        flex-direction: column;
    }
    .sec2-4-box4{
        align-items: center;
        flex-direction: column;
    }  .sec2-4-box5{
        align-items: center;
        flex-direction: column;
    }
    .sec2-4-box6{
        align-items: center;
        flex-direction: column;
    }
    .sec2-4-contant1{
        padding-left: 30px;
        padding-top: 20px;
        width: 90%;
    
        justify-content: space-between;
    }
    .sec2-4-image1{
        padding-top: 10px;
      justify-content: center;
      align-items: center;
      display: flex;
        width: 95%;
      
        }
        .sec2-4-image1 img{
          width: 387px;
          height: 283.13px;
        }
}

@media (max-width:828px) {
    .sec2-4-heading {
        font-size: 35px;
        line-height: 40px;
     
    }
}

    @media (max-width:806px) {

    .section2-4{
        margin-top: -3.5rem;

    }
}


@media (max-width:558px) {
    .sec2-4-heading {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 1rem;
     
    }

}

@media (max-width:478px) {
    .sec2-4-heading {
        font-size: 23px;
        line-height: 25px;
        margin-bottom: 1rem;
     
    }

}
@media (max-width:578px) {
    .sec2-4-box{
        margin-top: 2rem;
        margin-bottom: 3rem;
     
    }
    /* .sec2-4-heading {
        font-size: 32px;
        line-height: 38px;
     
    } */
    .sec2-4-text{
        font-size: 15px;
        line-height: 20px;
        margin-top: 5px;
      
    }
    .sec2-4-image1 img{
        width: 100%;
        height: 100%;
      }
      .sec2-4-contant1{
        padding-left: 10px;
        padding-top: 30px;
        width: 95%;
    }
    .sec2-4-box1{
        width: 90%;
    }
    .sec2-4-box2{
        width: 90%;
    }
    .sec2-4-box3{
        width: 90%;
    }
    .sec2-4-box4{
        width: 90%;
    }
    .sec2-4-box5{
        width: 90%;
    }
    .sec2-4-box6{
        width: 90%;
    }
}
@media (max-width:370px) {
    .sec2-4-heading1{
        font-size: 25px;
        line-height: 32.41px;
    }
    .sec2-4-task{
        gap: 15px;
    }
    .sec2-4-text1{
        font-size: 12px;
        line-height: 16px;
       
    }
    .dot {
        list-style-type: disc;
        padding-left: 20px;
      }
      .sec2-4-text2{
        font-size: 13px;
        line-height: 18px;
      
      }
}



/* 2.4  container */


.section7-2{
    width: 100%;
    height: 100%;
    background-color: white;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;

}
.sec7-2-box{
  
    width: 80%;
    height: 100%;
    background-image: url(../assets/background45.png);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px;
    justify-content: center;
   margin-top: 5rem;
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-bottom: 5rem;
}
.sec7-2-text{
    width: 90%;
    margin-top: 5rem;
    text-align: center;
    color: white;
    font-family: Inter;
    font-weight: 500;
    font-size: 20px ;
    line-height: 36px;

}
.sec7-2-heading{
    width: 75%;
    margin-bottom: 5rem;
    text-align: center;
    color: white;
    font-family: Inter;
    font-weight: 600;
    font-size: 40px;
    line-height: 48.41px;
    margin-top: 2rem;

}
.sec7-2-heading1{
    width: 75%;
    margin-bottom: 5rem;
    text-align: center;
    color: rgb(0, 0, 0);
    font-family: Inter;
    font-weight: 700;
    font-size: 72px;
    line-height: 85px;
 letter-spacing: -2%;
 width: 1063px;

}
.sec7-2-container{

    width: 100%;
 gap: 30px;
    justify-content: center;
 flex-direction: column;
 align-items: center;
    display: flex;
    margin-bottom: 10rem;
}
.sec7-2-con-box1{
    width: 85%;

    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
    
}
.sec7-2-con-box2{
    width: 85%;

    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
}
.sec7-2-con-box1 img{
    width: 607px;
    height: 233px;
}
.sec7-2-con-box-image img{
    width: 607px;
    height: 233px;
}
.sec7-2-con-text{
    width: 40%;
}
.sec7-2-con-head1{
    font-family: Inter;
    font-size: 40px;
    font-weight: 700;
    line-height: 48.41px;
    color: #191C22;
}
.sec7-2-con-text1{
    font-family: Inter;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    color: #191C22;
    margin-top: 1rem;
}
@media (max-width:1070px) {
    .sec7-2-heading1{
        width: 90%;
    }
    .sec7-2-text{
        width: 90%;
        margin-top: 1rem;
     
    
    }
    .sec7-2-heading{
        width: 95%;
        margin-bottom: 2rem;
        margin-top: 1rem;
    
    }
    .sec7-2-box{
        margin-top: 2rem;
    }
}
@media (max-width:1250px) {
    .sec7-2-con-box-image img{
        width: 407px;
        height: 183px;
    }
    .sec7-2-con-box1 img{
        width: 407px;
        height: 183px;
    }
}
@media (max-width:920px) {
   
    .sec7-2-con-box-image img{
        width: 307px;
        height: 153px;
    }
    .sec7-2-con-box1 img{
        width: 307px;
        height: 153px;
    }
}
@media (max-width:770px) {
    .sec7-2-heading1{
        width: 90%;
        font-size: 42PX;
        line-height: 48PX;
    }
    .sec7-2-con-box1 img{
        width: 507px;
        height: 233px;
    }
    .sec7-2-con-box-image img{
        width: 507px;
        height: 233px;
    }
    .sec7-2-con-box1{
        width: 100%;
    
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 10px;
        flex-direction: column;
    }
    .sec7-2-con-box2{
        width: 100%;
    
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 10px;
        flex-direction: column-reverse;
    }
    .sec7-2-con-text{
        width: 80%;
    }
    .sec7-2-container{
        gap: 50px;
    }
    .sec7-2-container{
        margin-bottom: 5rem;
    }
}
@media (max-width:540px) {
    .sec7-2-con-box-image img{
        width: 407px;
        height: 183px;
    }
    .sec7-2-con-box1 img{
        width: 407px;
        height: 183px;
    }
    .sec7-2-heading1{
        margin-bottom: 3rem;
        width: 95%;
        font-size: 30PX;
        line-height: 38PX;
    }
}
@media (max-width:430px) {
    .sec7-2-con-box2{
        width: 90%;
}
.sec7-2-con-box1{
    width: 90%;
}
.sec7-2-con-box-image img{
    width: 287px;
    height: 153px;
}
.sec7-2-con-box1 img{
    width: 287px;
    height: 153px;
}
.sec7-2-con-head1{
    font-size: 30PX;
    line-height: 35px;

}
}
@media (max-width:670px) {
   
    .sec7-2-heading{
        font-size: 30px;
        line-height: 38.41px;
    }
    .sec7-2-text{
        font-size: 15px;
    }
}
@media (max-width:470px) {
    .sec7-2-heading{
        font-size: 18px;
        line-height: 22.41px;
    }
    .sec7-2-text{
        font-size: 12px;
    }
    .sec7-2-box{
       width: 90%; 
       margin-top: 0rem;
    }
}







.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;



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

  .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: none;
    color: #fff;
    cursor: pointer;
  }
  @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; /* Smooth appearance */
    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: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;

    }
}


@media (max-width:453px) {
    .icons-container {
        left: 10px; 
        
    }
}

@media (max-width:1028px) {
    .social-icon {
        opacity: 1;
        width: 40px;
        margin-top: 2px;
    }
    
    .main-icon {
        width: 40px;
        margin-top: 2px;
}
}






.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;
    }
    
}


    .range {
        margin: 0;
        font-size: 24px;
        letter-spacing: -1px;
        font-weight: bold;
        line-height: 50px;
        margin-top: 15px;
      }
      .form-button {

        color: black;
      }




      .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;
        background-color: #333;
        color: #fff;
        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;
        color: #000;
        border-bottom: 3px solid green;
    }
    .toast.success {
        background-color: #f7f7f7;
    }
    .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%; 
    }
}

