*{
    margin: 0;
    padding: 0;
    box-sizing: border-box
    ;
    list-style: none;
      
    
}
body{
    overflow-x: hidden;
}
#border{
    width: 100%;
    height: auto;
   
}
#hero-section{
   
    max-width: 100%;
max-height: 120vh;
background-color: #0b1522;
}
/* nav{
    width: 100%;
    height: 70px;
    ;
    border: 1px solid white;
    background-color: red;

} */
#top{
    color: #fff;
    font-family: sans-serif;
    margin: 1vw 0vw 0vw 6vw;
    display: inline-block;
    font-size: 2.2vw;
}
#yellow-img{
    margin: 2vw 0vw 0vw 0vw;display: inline-block;
}
#imgbox{
    width: 50%;
    display: flex;justify-content: space-between;padding: 20px 15px 0px 25px;
}
#three360{
    width: 100px;
}

#another{
    display: inline;
}
#container-of-hero-section{
    width: 96%;
    margin: 0px auto;
  
   
    padding: 10px;
    display: flex;

}
#container-left-box{
 flex: 1.4;padding: 1px 10px;display: flex;
 flex-direction: column;
 justify-content: center;
}
#container-right-box{
  flex: 1;
}
.accelerate{font-size: 4vw;color: #fff;font-family: Arial, Helvetica, sans-serif; }
.online{font-size: 4vw;color: aqua; margin-top: 1vw;font-family: Arial, Helvetica, sans-serif;}
.custom{
    color: #ffcc00;;font-size:1.2vw;margin:1.6vw ;
    text-transform: capitalize;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
#start{
    padding: 1.5vw 2vw;font-size: 1.5vw;font-weight: 600;cursor: pointer;
;color: #fff;border: none;border-radius: 5px;margin: 2vw 5vw ;align-self: flex-start;
    width: fit-content;    background: linear-gradient(135deg, #00d9ff, #0088cc);
}
#laptop{
    display: block;
    width: 85%;
    margin-bottom: 15px;

}


#lineimg{
    position: relative;
    left: 18%;
    width: 70px;
    animation-name: lineimg;
 animation-duration: 3s;
}
#starwhite{
    position: relative;
   left: 45%;
    width: 70px;
    animation-name:star ;
    animation-duration: 5s;
    animation-iteration-count: infinite;
}

@keyframes star{
    0%{
        transform: translate(0px,0px);
    }
    25%{
        transform: translate(50px,0px);
    }
    50%{
        transform: translate(50px,100px);
    }
    100%{
        transform: translate(0px,0px);
    }
}












#about-us{
    width: 100%;
    height: auto;
    display: flex;
    
    background-color: #0b1522;
}
#about-us-left-box{
  flex: 1;padding: 20px;text-align: center;
}
#about-us-right-box{
  flex: 1.3;padding: 2vw;

}
.aboutus{
    font-family: sans-serif;color: #fff;font-size: 3vw;
}
.us{
    color: #00B7DF;padding: 10px 5px;font-family: Arial, Helvetica, sans-serif;
}
#digital{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 19px;
    color: #fff;
    line-height: 1.5;
    max-width: 700px;
    margin: 15px 0px;
}
#real-more-btn{
    padding: 1vw 1.5vw;font-size: 1.1vw;font-weight: 600;cursor: pointer;
    background: linear-gradient(135deg, #00d9ff, #0088cc);color: #fff;border: none;border-radius: 5px;margin: 2vw 0vw ;align-self: flex-start;
    width: fit-content;
}
#about-us-img{
    display: inline-block;
    width: 80%;
}






/* services page code start here  */

#services-box{
    width: 100%;   background-color: #0b1522;display: flex;padding: 10px 15px;
  
}
#services-left-box{flex: 2;
}

#services-left-4box-pairent{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 10px;
}

#services-right-box{flex: 1;display: flex;align-items: center;justify-content: center;flex-direction: column;padding: 10px;}

.services-box1{
  margin: 10px;display: flex; background: #1B263B;
    padding: 10px;border: 1px solid cyan;border-radius: 15px;transition: 0.2s;
   box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.8);

    
}
.services-box1:hover{
    background-color: #2E3C57 ;
    
}

.services-img-box img{
    width: 100px;
}
.service-tex{
    width: 100%;padding: 0px 10px;
}
.service-tex h1{
    font-size: 2.4vw;margin: 10px 0px;font-family: Arial, Helvetica, sans-serif;color: #fff;transition: 0.2;
}
.service-tex h1:hover{color: #E0E1DD ;}
.service-tex p:hover{color: #E0E1DD ;}
.service-tex p{
    font-size: 19px;line-height: 1.3;font-family: sans-serif;color: #fff;transition: 0.2s;
}
.service-tex a{
  text-decoration: none;font-size: 22px;      
   font-family: Verdana, Geneva, Tahoma, sans-serif;margin: 10px 0px;color: #00B7DF;
  
}
#webimg{
    width: 70%;
    display: inline-block;
}
#view{
    font-size: 1.7vw;cursor: pointer;color: #f6f6f6;   
     background: linear-gradient(135deg, #00d9ff, #0088cc);text-transform: capitalize;
    border: none;
}
#viewphone{
    padding: 1vw 2vw;font-size: 1.7vw;cursor: pointer;color: #e5eaeb;    background: linear-gradient(135deg, #00d9ff, #0088cc);text-transform: capitalize;
    margin: 10px 0px;border: none;border-radius: 20px;position: relative;left: 50%;transform: translate(-50%);display: none;
}
/* services page code end here  */


/* project code start here  */
/* project code end here  */

#vision-parent{
    width: 100%;
    height: auto;
    padding: 20px;
    background-color: #0b1522;

}
.vision-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: url('ourvisionbackground.png') no-repeat;
    padding: 20px;
    max-width: 85%;
    padding-left: 2%;
    box-shadow: 2px 3px 4px 5px rgb(2, 2, 34);
    margin: 0px auto;
    margin-top: 5px auto;
    
    
}

.vision-title {
    font-size: 1.5em;
    color: #00d0ff;
    margin-bottom: 10px;
    font-family: Arial, Helvetica, sans-serif;
    padding-left: 20px;
   

}
#ourvision{
    position: relative;
}
#ourvision::before{
    content: "";  
    display: inline-block;
    width: 50px;  
    height: 50px; 
    background-image: url('Group\ 21\ \(2\).png'); 
    background-size: cover; 
    background-repeat: no-repeat; 
    margin-right: 5px;
}

#ourvision::after {
    content: "";
    display: inline-block;
    width: 50px;
    height: 50px;
    background-image: url('Group\ 22.png');
    background-size: cover;
    background-repeat: no-repeat;
    margin-left: 5px;
    top: 70%;position: absolute;
}

.vision-heading {
    font-size: 3em;
    font-weight: bold;
    margin-bottom: 15px;
    padding-left: 30px;
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
    
}

.vision-description {
    font-size: 1.4em;
   
    line-height: 1.5;
    margin-bottom: 30px;
    padding-left: 30px;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    
}

.stats {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}

.stat {
    /* background-color: rgba(255, 255, 255, 0.1); */
    padding: 15px;
    border-radius: 10px;
    min-width: 120px;
    text-align: center;
}

.stat-value {
    font-size: 2.3em;
    font-weight: bold;
    margin-bottom: 5px;
    color: #fff;
}

.stat-label {
    font-size: 0.9em;
    color: #fff;
}

.chart-container {
    margin-top: 30px;
}

.chart {
    width:350px;
    /* height: auto; */
}

@media (min-width: 768px) {
    .vision-section {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        text-align: left;
    }

    .stats {
        margin-top: 0;
    }

  
}





/* reasent work code start here  */
.reaset-work-parent{
    width: 100%;  background-color: #0b1522;
}
.box{
    max-width: 1400px;
    margin: 0px auto;
    display: flex;
  background-color: #0b1522;

}
.left{flex: 1;padding: 20px;display: flex;flex-direction: column;justify-content: space-between;}
.center{flex: 1.5;position: relative;display: flex;align-items: center;justify-content: center;}
.right{flex: 1;padding: 20px;display: flex;flex-direction: column;justify-content: space-between;}
.numberbox1{
border-radius: 15px;padding: 15px;  border: 2px solid #00d9ff; background: rgba(0, 0, 0, 0.7);box-shadow: 0 0 20px rgba(0, 217, 255, 0.5);
}
.numberbox1 h1{
    font-size: 50px;text-align: center;color: #fff;
}
.numberbox2{
border-radius: 15px;padding: 15px;border-radius: 15px;  border: 2px solid #00d9ff;margin-top: 20px;
background: rgba(0, 0, 0, 0.7);box-shadow: 0 0 20px rgba(0, 217, 255, 0.5);
}
.numberbox2 h1{
    font-size: 60px;text-align: center;color: #fff;
}
.numberbox1 p{
    font-size: 19px;font-family: Arial, Helvetica, sans-serif;color: #fff;
}
.numberbox2 p{
    font-size: 19px;font-family: Arial, Helvetica, sans-serif;color: #fff;
}
.center img{
    width: 100%;
}
#four{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);text-align: center;
}
.center h1{
    font-size: 2vw;color: #fff;
}
/* reasent work code end here  */


/* stainder page start here  */
#stainderd{
  
    width: 100%;
    background-color: #0b1522;
  text-align: center;
}
.container {
    width: 95%;
     margin: auto;
    
     padding: 20px;
     border-radius: 10px;
 }
 #how{
     color: cyan;position: relative;font-size: 1.5vw;
 }

#top-box{
   
    background-color: #ffcc00;position: relative;top: -50px;
}
 .process {
     display: flex;
     flex-wrap: wrap;
     justify-content: space-between;
     gap: 60px;
     margin-top: 80px;
 }
 .step {
    
     padding: 20px;
     border-radius: 10px;
     box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
     flex: 1;
     
     min-width: 250px;
     text-align: center;
     position: relative;
     background-color: white;
     box-shadow: 
        5px 5px 15px rgba(0, 0, 0, 0.6),  /* Dark shadow for bottom-right depth */
        -5px -5px 15px rgba(255, 255, 255, 0.2), /* Light reflection from top-left */
        inset 2px 2px 5px rgba(255, 255, 255, 0.3), /* Inner light for smoothness */
        inset -2px -2px 5px rgba(0, 0, 0, 0.2); /* Inner dark shadow for realism */
 transform: translateY(-5px);
 transition: 0.3s ease-in-out;
 }
 


.step:hover {
    transform: translateY(-10px);

    box-shadow: 
        8px 8px 20px rgba(0, 0, 0, 0.7),  
        -5px -5px 15px rgba(255, 255, 255, 0.3),
        inset 2px 2px 5px rgba(255, 255, 255, 0.4),
}
 .step:nth-of-type(-n+3)::after {
content: "";
display: inline-block;
width: 51px;
height: 50px;
background-image: url("Group\ 87.png");
background-size: cover;
margin: 10px;
background-repeat: no-repeat;
left: 97%;
top: 0%;position: absolute;
}
@media(max-width:768px){
.step:nth-of-type(-n+3)::after {
 left: 41%;
 top: 100%;
 transform: rotate(90deg);
}
.process {gap: 115px;}
.container {padding: 0;}
}
#to{
position: relative;top: -70px;
margin-bottom: -70px;
}
.icon::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 3px dotted cyan;
    box-sizing: border-box;
    transform-origin: center;
    border-radius: 50%;
    animation: rotete 2s linear infinite;
}


 .icon ::after{
    content: "aniket";
    position: absolute;
    bottom: -30px;
    left: 50%;
    font-size: 20px;
    color: red;
    font-weight: 500;
    background-color: yellow;
 }
 .icon {
   width: 100px;
   height: 100px;
position: relative;
background-color: black;
color: #fff;
overflow: hidden;

     border-radius: 50%;
     display: flex;
     justify-content: center;
     align-items: center;
    
overflow: hidden;
     margin: auto;padding: 15px;
     
 }
 #Standard{
    color: #fff;text-transform: capitalize;
    font-family: Arial, Helvetica, sans-serif;margin: 10px 0px;
 }
@keyframes rotete{
    0%{
        transform: totate(0deg);
    }
    100%{
        transform: totate(360deg);
    }
}

 .icon img {
     display: inline-block;width: 100%;
    color: #fff;
 }
 h3 {
     margin: 10px 0;
 }
 @media (max-width: 768px) {
     .process {
         flex-direction: column;
         align-items: center;
     }
 }

 #how::before{
    content: "";  
    display: inline-block;
    width: 50px;  
    height: 50px; 
    background-image: url('Group\ 21\ \(2\).png'); 
    background-size: cover; 
    background-repeat: no-repeat; 
    margin-right: 5px;
    top: 50%;
}

#how::after {
    content: "";
    display: inline-block;
    width: 50px;
    height: 50px;
    background-image: url('Group\ 22.png');
    background-size: cover;
    background-repeat: no-repeat;
    margin-left: 5px;
    top: 50%;position: absolute;
}
.tes{
    font-size: 23px;font-family: Arial, Helvetica, sans-serif;
}
#lineimges{
    width: 90%;
    display: inline-block;
}
.talk{
    font-size: 19px;
    font-family: Arial, Helvetica, sans-serif;line-height: 1.5;
}
/* stainder page end here  */

/* team box code start here  */

#team-box{
    
    width: 100%;
    background-color: #0b1522;
   
}
.team-container{
  
    width: 95%;
    margin: 0px auto;display: grid;
    grid-template-columns: repeat(auto-fit,minmax(300px,1fr));
    gap: 20px;
    padding: 20px;
}
.step1 {
    
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
    flex: 1;
    
    min-width: 250px;
    text-align: center;
    position: relative;
    background-color: white;
    box-shadow: 
       5px 5px 15px rgba(0, 0, 0, 0.6),  /* Dark shadow for bottom-right depth */
       -5px -5px 15px rgba(255, 255, 255, 0.2), /* Light reflection from top-left */
       inset 2px 2px 5px rgba(255, 255, 255, 0.3), /* Inner light for smoothness */
       inset -2px -2px 5px rgba(0, 0, 0, 0.2); /* Inner dark shadow for realism */
transform: translateY(-5px);
transition: 0.3s ease-in-out;
}
.icon1 {
    width: 150px;
    height: 150px;
 position: relative;
 background-color: black;
 color: #fff;
 overflow: hidden;
 border: 5px solid cyan;

 
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
     
 overflow: hidden;
      margin: auto;
      
  }
  .icon1 img {
    display: inline-block;width: 100%;

 
}
.icon-parent{
    margin-top: 20px;
}
.all-icon-team-section{
    padding: 10px;font-size: 24px;transition: 0.3s;color: #000;
}
.all-icon-team-section :hover{
    transform: scale(1.1);
}
#ourteamtext{
 background: linear-gradient(#FFFFFF,#03041D); 
 -webkit-background-clip: text;
 background-clip: text;
 color: transparent;
 font-size: 5vw;text-align: center;
}
#oura{
    width: 100%;      background-color: #000b1b;
}
#ex{
    text-align: center;text-align: center;   color: white;font-size:   20px;font-family: sans-serif;
}
/* team box code end here  */



/* moblie-device-teamSection code start here  */

.moblie-device-teamSection{
    width: 100%;
   
    background-color: red;
}
/* moblie-device-teamSection code end here  */





/* cofy section code start here  */

.cofy-section{
    
    width: 100%;
 
    background: linear-gradient(#040519,#929299,#040519);
    margin: 0px auto;
    display: flex;
 
}
.left-cofy{
    flex: 1;
    
}
.right-cofy{
 flex: 1.4;

    position: relative;

}
.left-cofy img{
    width: 100%;display: inline-block;
}
.right-cofy img{
    width: 100%;display: inline-block;
}
.cofy-text{
    width: 100%;
 margin: 0px auto;
    height: 50%;
    position: absolute;
    bottom: 0;padding: 30px;text-align:center ;right: 0;
}
.cofy-text input::placeholder{font-size: 22px;color: #fff;line-height: 10px;}
.cofy-text input{
    width: 70%;
    padding: 15px;
   margin-top: 15px;border: none;
   margin-right: 0;background: rgba(0,0 ,0 , 0.4);
}
.cofy-text button{
    padding: 12px;margin: 0;font-size: 20px;border: none;margin-right: 10px;background: rgba(0,0 ,0 , 0.4);color: #fff;
}
#cofy-text-constmize{
    font-size: 1.3vw;line-height: 1.2;
    font-family: sans-serif;
    word-spacing: 10px;color: #FFF;margin-left: 10px;
}
.cofy{
    width: 70%;
    height: 50%;
 position: absolute;top: 0;
    display: flex;align-items: center;
    justify-content: center;flex-direction: column;
}
#wel{font-size: 4.6vw;color: #FFF504;font-family:  sans-serif;}
#co{font-size: 3.2vw;color: #D0875D;font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;}

#with{font-size: 3.2vw;color: #efecec;font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;}



/* cofy section code end here  */



/* mobile device team section code start here */
.card {
    position: relative;
    max-width: 375px;
    background: linear-gradient(45deg, white, #89b9b9, grey);

    padding: 10px;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    text-align: center;
    margin: 30px 10px;
    display: inline-block;
}
.card img {
    width: 100%;
    border-radius: 10px;
}
.card h3 {
    margin: 10px 0 5px;
}
.card p {
    color: gray;
    font-size: 17px;
}
.plus-icon {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: blue;
    color: white;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.social-icons {
    position: absolute;
    bottom: 60px;
    right: 10px;
    display: none;
    flex-direction: column;
    gap: 10px;
    background: rgb(209, 205, 205);
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.social-icons a {
    text-decoration: none;
    color: black;
    font-size: 20px;
}
.social-icons a i{
    color:rgb(39, 117, 117);
}
.show {
    display: flex;
}
#plus{
   transition: transform 0.3s ease-in-out;font-size: 30px;
}
.mobile-team-section{
    width: 100%;
    margin: 0px auto;
    display: none;
white-space: nowrap;
background-color: #0b1522;
    overflow-x: auto;
    overflow-y: hidden;
}
.mobile-team-section::-webkit-scrollbar{
    display: none;
}
/* mobile device team section code start here */


/* client feed back code start here  */

.main-slide{
    width: 100%;     background-color: #000b1b;margin: 0px auto;display: flex;align-items: center;justify-content: center;
}

.swiper {
    width: 90%;
    height: auto;
    display: flex;align-items: center;justify-content: center;margin: 0px auto;
}

.swiper-slide {
    background: linear-gradient(to right, #1B265F, #04FDFF);
    
    border-radius: 20px;
    
    
}

.swiper-slide-left-box {
    flex: 1;
    display: flex;align-items: center;justify-content: center;flex-direction: column;
   
}

.swiper-slide-left-box img {
    width: 80%;
    max-width: 200px;
}

.swiper-slide-left-box h1 {
    color: #fff;
    font-size: 32px;
    text-align: center;
    font-family: 'Times New Roman', Times, serif;
    margin-top: 10px;
}

.swiper-slide-right-box {
    flex: 1.3;
    padding: 20px;
    

}

.swiper-slide-right-box img {
    width: 50px;
    margin-bottom: 15px;
}

.ab {
    color: #fff;
    font-size: 18px;
    line-height: 1.6;
    font-family: sans-serif;
}

.star {
    margin-top: 10px;
}

.star i {
    font-size: 20px;
    color: gold;
}

.swiper-pagination {
    position: relative !important;
    bottom: -15px !important;
}

/* Responsive Design */
@media (max-width: 768px) {
    .swiper-slide {
        flex-direction: column;
        text-align: center;
    }

    .swiper-slide-left-box img {
        width: 60%;
    }

    .swiper-slide-right-box {
        padding: 15px;
    }

    .ab {
        font-size: 16px;
    }

    .swiper-slide-left-box h1 {
        font-size: 28px;
    }
}

@media (max-width: 480px) {
    .swiper-slide-left-box img {
        width: 70%;
    }

    .swiper-slide-left-box h1 {
        font-size: 25px;
    }

    .ab {
        font-size: 16px;
    }

    .swiper-slide-right-box img {
        width: 40px;
    }

    .star i {
        font-size: 18px;
    }
}
/* client feed back code end here  */

#us{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; 
    background-color: #0b1522;padding: 20px 0px;
}
#us h1{
    color: #0088cc; position: relative;
}
#us h3{
    color: #fff;margin-top: 20px;
}
#us p{
    color: #fff;
}
#us h1::before{
    content: "";  
    display: inline-block;
    width: 50px;  
    height: 50px; 
    background-image: url('Group\ 21\ \(2\).png'); 
    background-size: cover; 
    background-repeat: no-repeat; 
    margin-right: 5px;
}

#us h1::after {
    content: "";
    display: inline-block;
    width: 50px;
    height: 50px;
    background-image: url('Group\ 22.png');
    background-size: cover;
    background-repeat: no-repeat;
    margin-left: -9px;
    top: 70%;position: absolute;
}

/* footer code start here  */
.footer {
    background: #000a1f;
    padding: 40px 10%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: left;
}
.footer div {
    margin-bottom: 20px;
}
.footer h3 {
    color: cyan;
    margin-bottom: 15px;
}
.footer p {
    font-size: 16px;
    line-height: 1.6;max-width: 300px;color: #FFF;
}
.footer a {
    text-decoration: none;
    color: white;
    display: block;
    margin-bottom: 8px;
    font-size: 16px;
}
.footer a:hover {
    color: cyan;
}
.contact i {
    margin-right: 10px;
}
.social-icons a {
    display: inline-block;
    font-size: 18px;
    margin-right: 10px;
    color: white;
    transition: 0.3s;
}
.social-icons a:hover {
    color: cyan;
}
.subscribe input {
    padding: 8px;
    width: 70%;
    border: none;
    border-radius: 4px;
}
.subscribe button {
    padding: 8px 15px;
    border: none;
    background: cyan;
    color: black;
    cursor: pointer;
    border-radius: 4px;
}
.copyright {
    text-align: center;
    padding: 15px 0;
    background: #000814;
    font-size: 16px;color: #fff;
}
@media (max-width: 768px) {
    .footer {
        flex-direction: column;
        text-align: center;
    }
    .subscribe input {
        width: 100%;
        margin-bottom: 10px;
    }
}
.contact p{
    color: #fff;
}
.contact i{
    color: #fff;
}
/* footer code end here  */






/* project code start here  */

/* project code end here  */





/* header code start here  */

/* header code ent here  */

/* header mobile device code start hare  */

.circle{
  
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    margin-top: 10px;

}



.circle {
    width: 150px; /* You can adjust size */
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
  }
  
  .circle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
