@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');


*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  
}
.wrapper{
    font-family: 'poppins',sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color:rgb(244, 243, 243) ;
   
}   
.wrapper h1{
    font-size: 3em;

    margin: 25px;
}
.content-box{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 1000px;
    margin-top: 30px;
}
.card{
    transition: all 0.3s ease;
    min-height: 220px;
    width: 320px;
    padding: 30px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #e6e5e5;
    margin: 10px 4px;
    box-shadow: 0px 15px 30px rgba(0,0,0,0.2);
    margin-bottom: 30px;
}
.service{
    margin-top: 100px;
}

.card i{
    margin: 20px;
    color: #581ed6;
}
.card h2{
    margin-bottom: 12px;
    font-weight: 400;
    text-align: center;
}
.card p{
    color: #cdcfcf;
    text-align: center;
    font-size: 1.5rem;
}
.card:hover i,
.card:hover p{
    color: #fff;
}
.card:hover h2{
    font-weight: 600;
}
.card:hover{
    transform: translateY(-5px);
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.1);
}
.card:nth-child(1):hover{
    background: linear-gradient(45deg,
                                   rgba(211, 211, 211, 0.7) 0% ,
                                   rgba(113, 95, 162, 0.7)100% ),
                                    url('../images/serviceimages/bg.jpg');
                                    background-size: cover;
                                    transition: 1000ms;
}
.card:nth-child(2):hover{
    background: linear-gradient(45deg,
                                    rgba(211, 211, 211, 0.7) 0% ,
                                    rgba(113, 95, 162, 0.7)100% ),
                                    url('../images/serviceimages/bg2.jpg');
                                    background-size: cover;
                                    transition: 1000ms;
}
.card:nth-child(3):hover{
    background: linear-gradient(45deg,
                                   rgba(211, 211, 211, 0.7) 0% ,
                                   rgba(113, 95, 162, 0.7)100% ) ,
                                    url('../images/serviceimages/bg3.jpg');
                                    background-size: cover;
                                    transition: 1000ms;
}
.card:nth-child(4):hover{
    background: linear-gradient(45deg,
                                   rgba(211, 211, 211, 0.7) 0% ,
                                   rgba(113, 95, 162, 0.7)100% ),
                                    url('../images/serviceimages/bg4.jpg');
                                    background-size: cover;
                                transition: 1000ms;
}
.card:nth-child(5):hover{
    background: linear-gradient(45deg,
                                   rgba(211, 211, 211, 0.7) 0% ,
                                   rgba(113, 95, 162, 0.7)100% ),
                                    url('../images/serviceimages/bg5.jpg');
                                    background-size: cover;
                                    transition: 1000ms;
}
.card:nth-child(6):hover{
    background: linear-gradient(45deg,
                                   rgba(211, 211, 211, 0.7) 0% ,
                                   rgba(113, 95, 162, 0.7)100% ),
                                    url('../images/serviceimages/bg2.jpg');
                                    background-size: cover;
                                    transition: 1000ms;
}
/* @media(max-width:991px){
    .wrapper{
        padding: 25px;
    }
    .wrapper h1{
        font-size: 2.5em;
        font-weight: 600;
    }
    .content-box{
        flex-direction: column;
        width: 100%;
    }
    .card{
        min-width: 300px;
        margin: 10px auto;
    }
} */

/* Container styles */



.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
   
  }
  
  /* Service Technology section styles */
  .serviceTechnology {
    padding: 50px 0;
  }
  
  .serviceTechnology h3 {
    margin-bottom: 30px;
  }
  
  /* Card styles */
  .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.serviceTechnology {
    padding: 50px 0;
}

.serviceTechnology h3 {
    margin-bottom: 30px;
}

.box {
    /* background-color: #fff; */
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s ease;
    min-height: 220px;
    width: 330px ; /* Adjust width and margin as needed */
    margin: 10px;
    padding: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #fcfbfb;
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.2);
}

.box:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.1);
}

.box-icon {
    padding: 20px 0;
}

.box-icon img {
    max-width: 100px;
}

.box-content {
    padding: 20px;
}

.box-content h4 {
    font-size: 1.2rem;
    margin-bottom: 10px;
}

.box-content p {
    font-size: 1.2rem;
    color: #434343;
}
.header{
    background: rgb(32, 30, 61);
}
.mainContent {
border-top: #f9f6f6 5px;
    border-width: 600;
    font-family: 'poppins', sans-serif;
  
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color:rgb(244, 244, 246) ;
}

.row{
    
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
        grid-gap: 20px;
      
}

/* Responsive styles */
@media only screen and (max-width: 1200px) {
    .box {
        width: calc(50% - 20px); /* Adjust width and margin as needed */
    }
}

@media only screen and (max-width: 768px) {
    .box {
        width: calc(100% - 20px); /* Adjust width and margin as needed */
    }
}
