.home-technology {
	background: #1a1a1a;
}

.home-technology-tabbing-icon img {
  max-width: 80px;
}
.home-technology-tabbing-wapper {
  background: #252525;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  row-gap: 10px;
  max-width: 190px;
  height: 180px;
  width: 100%;
  border-radius: 5px;
  list-style: none;
}
.home-technology-tabbing-first {
  display: flex;
  align-items: end;
  justify-content: space-between;
  padding: 0;
  column-gap: 20px;
}
.home-technology-tabbing-wapper h3 {
  color: #f7f7f7;
  font-size: 16px;
  font-weight: 700;
}
.home-technology-tabbing-icon {
  margin: 0;
}
.home-technology-bottom .nav {
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 20px;
	margin-bottom: -30px !important;
}
.home-technology-bottom .nav .nav-link {
  background: #252525;
  padding: 5px 20px;
  border-radius: 30px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  line-height: 23px;
  position: relative;
}
.home-technology-bottom .nav .nav-link.active {
  background: var(--color-3);
}
.home-technology-bottom .nav .nav-link:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%);
  background: var(--color-3);
  clip-path: polygon(51% 100%, 0 0, 100% 0);
  width: 20px;
  height: 20px;
  opacity: 0;
}
.home-technology-bottom .nav .nav-link.active::after {
  opacity: 1;
}

.home-technology-tabbing-first.top .home-technology-tabbing-wapper:first-child {
  height: 280px;
}
.home-technology-tabbing-first.top .home-technology-tabbing-wapper:last-child {
  height: 280px;
}


/*technology css */

.technology-img img {
  width: 100%;
  height: 500px;
  border-radius: 20px;
  object-fit: cover;
}
.technology-inner {
  background: #F3F6FD;
  padding: 60px 60px 90px 60px;
  border-radius: 20px;
}
.technology-content {
  padding: 30px 0;
  border-bottom: 1px solid rgb(28 28 28 / 20%);
  margin: 0px 40px 35px;
}
.technology-head {
  padding-bottom: 30px;
}

.technology-end h3 {
  font-size: 24px;
  font-weight: 600;
  color: var(--color-3);
}
.technology-bullet-point {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin: 0;
}
.technology-bullet-point li {
  width: 32%;
  list-style: none;
  display: flex;
  align-items: center;
  column-gap: 15px;
  font-size: 16px;
  font-weight: 500;
  color: #1c1c1c;
  line-height: 25px;
}
.technology-bullet-point li span {
  color: var(--color-3);
  font-size: 18px;
}
.technology-end {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  padding: 0px 30px;
}
.home-technology .hr-title {
  color: #f7f7f7;
  display: block;
  margin: 0;
}
.home-provide-head.home-technology-head p {
  color: #fff;
  text-align: center;
}
.home-technology-head {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
@media(max-width:991px){
  .technology-inner{
    padding: 25px;
  }
  .technology-img img{
    height: auto;
  }
  .technology-content{
    margin: 0;
  }
  .technology-bullet-point{
    flex-direction: column;
  }
  .technology-bullet-point li{
    width: 100%;
  }
}
@media(max-width:767px){
  .home-provide-head .hr-title {  
    text-align: center;
  }
  .home-proivde-inner {
    row-gap: 30px;
  }
  .home-technology-tabbing-first.top .home-technology-tabbing-wapper:first-child {
    height: 170px;
  }
  .home-technology-tabbing-first.top .home-technology-tabbing-wapper:last-child {
    height: 170px;
  }
  .home-technology-tabbing-first {
    column-gap: 10px;
  }
  .home-technology-tabbing-wapper {
    max-width: 90px;
    height: 100px;
    padding: 20px 5px;
  }
  .home-technology-tabbing-icon img {
    max-width: 50px;
  }
  .home-technology-tabbing-wapper h3 {
    font-size: 14px;
  }
  .home-technology-bottom .nav {
    column-gap: 10px;
  }
  .home-technology-bottom .nav .nav-link {
    padding: 3px 10px;
    font-size: 14px;
  }
  .technology-inner{
    padding: 15px;
  }
  .technology-img img{
    height: auto;
  }
  .technology-content{
    margin: 0;
  }
  .technology-bullet-point{
    flex-direction: column;
  }
  .technology-bullet-point li{
    width: 100%;
  }
}

@media(max-width:576px){
  .home-technology-bottom .nav .nav-link::after {
    bottom: -14px;
  }
  .home-technology-bottom .nav .nav-link {
    padding: 3px 10px;
    font-size: 14px;
  }
  .home-technology-bottom .nav .nav-link {
    padding: 3px 10px;
    font-size: 11px;
  }
}