.why-tech{
    background-color: whitesmoke !important;
}

.carrd{
    margin-bottom: 10px;
    height: 190px;


}
.carrds{
    margin-top:100px;
}
.carrd img{
    display: block;
    width:80%;
}
.why-img img{
    display: block;
    width:100%;
    
    
}


/* prev-projects0 */
.prev-img img{
    display: block;
    width:80%;

}
.prev-proj-cards{
    display: flex;
    justify-content: center;
    align-items: center;
    
}
.prev-proj-cards .card {
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    /* text-align: center; */
    /* width: 300px; */
    height:50%;
    position:relative;
    z-index:2;
}

.card-title {
    font-size: 24px;
    margin-bottom: 10px;
}

.card img {
    width: 140px;
    height: 50px;
    /* display: block;
    width:30px; */
    /* object-fit: contain; */
    margin-top:20px;
    
    
}
.background-cards{
    width:300px;
    height: 300px;
    border-radius: 50%;
    background-color: #B206DE80;
    z-index: 1;
    position: absolute;
    filter:blur(130px);

}

/* passion-cards */
.passion-card{
    width:100%;
    
    padding: 20px;
    border-radius: 8px;
    /* background-color: whitesmoke; */
    background-color:#7234CD;
    color:white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);

}
.under_line{
    background-color:#B942D8;
    height:3px;
    width:40px;
}

.passion-img img{
    display: block;
    width: 100%;
    
    
}


/* hearfromus */
.hearfromteam{
    background-color: whitesmoke;
    padding-bottom: 250px;
}
.hearfromus-heading{
    text-align: center;
}

/* swiper-slider */
.swiper {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);

    
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background:#B942D8;
    /* display: flex; */
    /* justify-content: center;
    align-items: center; */
    color:white;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .swiper-content{
    padding:30px 55px;
    text-align: left;
  }
  .quotes{
    color:#7234CD;
    font-size: 30px;
  }
  .swiper-content p{
    font-size: 22px;
    line-height: 1;
    color:whitesmoke;
    font-weight: 200;
    margin-top: 20px;
  }

  /* got-questions */
  .got-questions{
    /* position:relative; */
    /* padding-top: 300px; */

  }
  /* vacancies-banner-section */
  .vacancies_banner{
    /* position:absolute; */
    margin-top: -240px;
    width:100%;
    /* border-radius: 300px !important; */
    left: 0;
    /* background-color:white; */
    
  }
  .vacancies_content{
    padding: 40px;
    color:black;
    background-color: white;
    
  }
  .vacancies-img img{
    display: block;
    width: 100% !important;
  }
  



  .questions-sec{
    margin-top:100px;
  }
  .questions-content a{
    text-decoration: none;
    color:black;
    text-decoration: underline;
  }


  /* .refer-section */
.refer-img img{
    display: block;
    width: 100%;
}



@media only screen and (max-width: 425px)
{
  .card{
    width:100%;
  }
}
@media only screen and (max-width: 1024px) {
  .passion-img img{
  margin-top:50%;
}
  .why-img img{

  }
}







