.service-technology-partners-section {
  background-image: url("../../img/partners.webp");
  padding: 80px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.service-technology-partners-section .title {
  color: #fff;
  text-align: center;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin: 0 0 40px 0;
}
.service-technology-partners-section .tap-me {
  display: none;
}
.service-technology-partners-section .wrapper-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.service-technology-partners-section .wrapper-items .items {
  display: -ms-grid;
  display: grid;
  gap: 20px;
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
}
.service-technology-partners-section .wrapper-items .items.first_half .item:before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
  opacity: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-transition: var(--transition-base);
  transition: var(--transition-base);
}
.service-technology-partners-section .wrapper-items .items.second_half .item:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.service-technology-partners-section .wrapper-items .items .item {
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.2);
  position: relative;
  -webkit-transition: all 0.3s linear 0.15s;
  transition: all 0.3s linear 0.15s;
  border: 2px solid rgba(255, 255, 255, 0);
  -webkit-box-shadow: 2px 2px 12px 0px rgba(255, 255, 255, 0);
          box-shadow: 2px 2px 12px 0px rgba(255, 255, 255, 0);
}
.service-technology-partners-section .wrapper-items .items .item:nth-child(6) {
  display: none;
}
.service-technology-partners-section .wrapper-items .items .item img {
  max-height: 100%;
  max-width: 100%;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  -webkit-transition: var(--transition-base);
  transition: var(--transition-base);
}
@media only screen and (min-width: 767px) {
  .service-technology-partners-section .wrapper-items .items .item:hover {
    border-color: rgba(255, 255, 255, 0.6);
    -webkit-box-shadow: 2px 2px 12px 0px rgba(255, 255, 255, 0.25);
            box-shadow: 2px 2px 12px 0px rgba(255, 255, 255, 0.25);
    background: radial-gradient(399.81% 141.42% at 0% 0%, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.56) 100%);
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
    -webkit-transition: var(--transition-base);
    transition: var(--transition-base);
  }
  .service-technology-partners-section .wrapper-items .items .item:hover img {
    -webkit-filter: none;
            filter: none;
    -webkit-transition: var(--transition-base);
    transition: var(--transition-base);
  }
  .service-technology-partners-section .wrapper-items .items .item.active {
    background: #fff;
    -webkit-transition: var(--transition-base);
    transition: var(--transition-base);
  }
  .service-technology-partners-section .wrapper-items .items .item.active img {
    -webkit-filter: none;
            filter: none;
    -webkit-transition: var(--transition-base);
    transition: var(--transition-base);
  }
  .service-technology-partners-section .wrapper-items .items .item.active:before {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    -webkit-transition: all 0.3s linear 0.1s;
    transition: all 0.3s linear 0.1s;
  }
}
@media only screen and (min-width: 768px) {
  .service-technology-partners-section .wrapper-items .items-popup .item-popup {
    display: none;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px 40px 20px 20px;
    gap: 0 40px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.2);
    color: #ffffff;
  }
  .service-technology-partners-section .wrapper-items .items-popup .item-popup .close {
    display: none;
  }
  .service-technology-partners-section .wrapper-items .items-popup .item-popup.active {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .service-technology-partners-section .wrapper-items .items-popup .item-popup .logo {
    display: none;
  }
  .service-technology-partners-section .wrapper-items .items-popup .item-popup .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .service-technology-partners-section .wrapper-items .items-popup .item-popup .icon.icon-white img {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
  .service-technology-partners-section .wrapper-items .items-popup .item-popup .icon img {
    min-width: 100px;
    height: 100px;
    max-height: -webkit-max-content;
    max-height: -moz-max-content;
    max-height: max-content;
  }
  .service-technology-partners-section .wrapper-items .items-popup .item-popup .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 9px;
  }
  .service-technology-partners-section .wrapper-items .items-popup .item-popup .info .item-title {
    color: #ffffff;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin: 0;
  }
  .service-technology-partners-section .wrapper-items .items-popup .item-popup .info .item-desc {
    color: #ffffff;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: 0.2px;
    margin: 0;
  }
  .service-technology-partners-section .wrapper-items .items-popup .item-popup .btn-bg-white {
    height: 48px;
    min-width: 161px;
  }
}
@media only screen and (max-width: 1180px) {
  .service-technology-partners-section .wrapper-items .items-popup .item-popup {
    gap: 0 20px;
  }
  .service-technology-partners-section .wrapper-items .items-popup .item-popup .icon {
    padding: 0 20px;
  }
  .service-technology-partners-section .wrapper-items .items-popup .item-popup .info .item-title {
    font-size: 22px;
  }
  .service-technology-partners-section .wrapper-items .items-popup .item-popup .info .item-desc {
    font-size: 16px;
  }
}
@media only screen and (max-width: 992px) {
  .service-technology-partners-section .wrapper-items .items .item {
    padding: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .service-technology-partners-section {
    background-image: url("../../img/partners-mob.webp");
    padding: 30px 0 44px;
  }
  .service-technology-partners-section .title {
    font-size: 24px;
  }
  .service-technology-partners-section .title span {
    display: none;
  }
  .service-technology-partners-section .tap-me {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    border-radius: 4px;
    background-color: #333;
    padding: 2px 4px;
    color: #fff;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.24px;
    text-transform: capitalize;
    top: -17px;
    left: 8px;
    height: 15px;
  }
  .service-technology-partners-section .tap-me:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #333;
  }
  .service-technology-partners-section .wrapper-items .items {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
  .service-technology-partners-section .wrapper-items .items.second_half {
    display: none;
  }
  .service-technology-partners-section .wrapper-items .items .item {
    border-radius: 12px;
    padding: 4px 25px;
  }
  .service-technology-partners-section .wrapper-items .items .item:nth-child(6) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .service-technology-partners-section .wrapper-items .items .item:before {
    display: none;
  }
  .service-technology-partners-section .wrapper-items .items-popup {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 12px;
    pointer-events: none;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .service-technology-partners-section .wrapper-items .items-popup .item-popup {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 16px 16px 20px;
    gap: 32px 0;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.2);
    color: #ffffff;
    position: relative;
    height: auto;
  }
  .service-technology-partners-section .wrapper-items .items-popup .item-popup .close {
    position: absolute;
    top: 16px;
    right: 16px;
    opacity: 0.75;
  }
  .service-technology-partners-section .wrapper-items .items-popup .item-popup .icon {
    display: none;
  }
  .service-technology-partners-section .wrapper-items .items-popup .item-popup .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .service-technology-partners-section .wrapper-items .items-popup .item-popup .logo img {
    height: 66px;
    width: auto;
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
  .service-technology-partners-section .wrapper-items .items-popup .item-popup .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 9px;
  }
  .service-technology-partners-section .wrapper-items .items-popup .item-popup .info .item-title {
    font-size: 20px;
    text-align: center;
    margin: 0;
  }
  .service-technology-partners-section .wrapper-items .items-popup .item-popup .info .item-desc {
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    text-align: center;
  }
  .service-technology-partners-section .wrapper-items .items-popup .item-popup .btn-bg-white {
    height: 41px;
    width: 130px;
    max-width: 100%;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.28px;
    text-transform: capitalize;
  }
}
