.banner {
  background-color: #1a1a1a;
}

.about,
.team-slider {
  background: rgba(0, 87, 255, 0.05);
}

.choose-block {
  padding: 22px;
}

.choose-block h5 {
  font-size: 20px;
  color: #fff;
  font-weight: 400;
  font-family: var(--font-zen);
  line-height: 26px;
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 0;
}

.choose-block > .img-block {
  margin: 0 auto 30px;
  text-align: center;
}

.choose-hidden {
  overflow: hidden;
}

.choose-block {
  padding: 30px;
  margin: -1px;
  border-right: 1px solid #ffffff30;
  border-bottom: 1px solid #ffffff30;
  height: 194px;
}

.technology-stack {
  background: rgba(0, 87, 255, 0.05);
}

.stack-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 25px;
}

.stack-block > h6 {
  color: #fff;
  font-family: var(--font-zen);
  font-size: 18px;
  font-weight: 400;
  text-transform: capitalize;
  margin-top: 20px;
}

.stack-block img {
  width: 88px;
  height: 88px;
  object-fit: contain;
}

.stack-block {
  width: 22%;
}

.work-nav-pills .nav-item:not(:last-child) {
  margin-right: 50px;
}

.work-nav-pills {
  border-bottom: none !important;
  justify-content: center;
}

.work-nav-pills .nav-item .nav-link {
  color: var(--text-gray);
  text-transform: capitalize;
  font-family: var(--font-zen);
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 0;
  padding: 0;
}

.work-nav-pills .nav-item .nav-link {
  border: none !important;
}

.work-nav-pills .nav-item .nav-link:hover {
  border: none !important;
  color: #fff;
}

.work-nav-link:hover {
  color: #fff;
}

.stack-wrapper {
  margin-top: 80px;
}

.execution-block span {
  font-family: var(--font-zen);
  font-weight: 400;
  font-size: 48px;
  color: var(--primary-color);
}

.execution-block h5,
.team-content h5 {
  font-size: 20px;
  color: #fff;
  font-weight: 400;
  font-family: var(--font-zen);
  line-height: 26px;
  margin: 28px 0 20px;
  text-transform: capitalize;
}

.execute-image {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.center-execution {
  margin-top: 30px;
}

.work-nav-pills .nav-item .nav-link .active,
.work-nav-pills .nav-item .nav-link.active,
.work-nav-pills .show > .nav-link {
  background-color: transparent !important;
  color: #fff !important;
  text-decoration: underline;
  text-decoration-color: var(--primary-color);
  text-underline-offset: 20px;
  border: none !important;
}

.slider-block {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 5px;
  text-align: center;
  padding: 30px 0;
  transition: all 300ms ease-in;
  min-height: 440px;
}

.slider-block:hover {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  transition: all 300ms ease-in;
}

.team-content h5 {
  margin-bottom: 5px !important;
}

.social-team {
  margin-top: 30px;
}

.social-team a {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  display: inline-block;
  text-align: center;
  font-size: 20px;
  line-height: 40px;
  border-radius: 5px;
  transition: all 300ms ease-in;
}

.team-image-block img {
  display: block;
  width: auto !important;
  margin: 0 auto;
}

.social-team a:not(:last-child) {
  margin-right: 20px;
}

.slider-block:hover a {
  background: rgba(255, 255, 255, 0.15);
}

/* .owl-item.active .item .slider-block {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    transition: all 300ms ease-in;
}

.owl-item.active .item .slider-block a {
    background: rgba(255, 255, 255, 0.15);
} */

@media screen and (max-width: 1399px) {
  .choose-block {
    height: 214px;
  }
}

@media screen and (max-width: 1199px) {
  .work-block > h5 {
    font-size: 18px;
    margin: 22px 0 12px;
  }

  .work-block > a {
    font-size: 16px;
  }

  .work-btn {
    margin-top: 50px;
  }

  .work-nav-pills .nav-item .nav-link {
    font-size: 18px;
  }

  .center-execution,
  .execution-block {
    margin-top: 0;
    margin-bottom: 40px;
  }

  .work-nav-pills .nav-item .nav-link {
    font-size: 16px;
    padding-left: 12px;
  }

  .work-nav-pills .nav-item .nav-link .active,
  .work-nav-pills .nav-item .nav-link.active,
  .work-nav-pills .nav-item .nav-link .show > .nav-link {
    text-underline-offset: 14px;
  }

  .work-nav-link:hover {
    color: #fff;
  }

  .choose-block {
    height: auto;
  }
}

@media screen and (max-width: 991px) {
  .work-btn {
    margin-top: 40px;
  }

  .video-modal-body > iframe {
    height: 230px;
  }

  .execution-block h5 {
    margin: 10px 0;
  }

  .choose-block {
    height: 190px;
  }

  .stack-wrapper {
    margin-top: 40px;
  }

  .title-section {
    margin-bottom: 42px;
  }
}

@media screen and (max-width: 767px) {
  .choose-block {
    height: auto;
  }
}

@media screen and (max-width: 991px) {
  .stack-wrapper {
    flex-wrap: wrap;
    gap: 20px 0;
    justify-content: center;
  }

  .stack-block.text-center {
    flex-basis: 33%;
  }

  .stack-block img {
    width: 50px;
    height: 50px;
    object-fit: contain;
  }

  .choose-block {
    padding: 24px;
  }
}

@media screen and (max-width: 500px) {
  .work-btn {
    margin-top: 28px;
  }

  .video-modal-body > iframe {
    height: 230px;
  }

  .execution-block {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .title-section {
    margin-bottom: 22px;
  }

  .choose-block h5,
  .execution-block h5,
  .team-content h5 {
    font-size: 18px;
    line-height: 24px;
  }

  .stack-block > h6 {
    margin-top: 12px;
    margin-bottom: 0;
  }

  .work-nav-pills .nav-item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 14px;
  }

  .work-nav-pills {
    flex-direction: inherit;
    /* align-items: center; */
  }

  .social-team {
    margin-top: 18px;
  }

  .stack-block > h6 {
    font-size: 16px;
  }

  .stack-block.text-center {
    flex-basis: 44%;
  }
}
