.tabs {
  margin-top: 101px;
}
.tabs-wrap {
  margin-top: 33px;
  border-radius: 50px;
  background: #000;
}
@media (max-width: 767px) {
  .tabs-wrap {
    border-radius: 34px;
    padding: 20px 20px 0;
    margin-top: 20px;
  }
}
.tabs-list {
  padding: 47px 0 50px 40px;
  gap: 18px;
  width: 30%;
  position: relative;
}
@media (max-width: 991px) {
  .tabs-list {
    padding: 20px 0 20px 20px;
  }
}
@media (max-width: 767px) {
  .tabs-list {
    display: none;
  }
}
.tabs .tab-mb {
  display: none !important;
}
@media (max-width: 767px) {
  .tabs .tab-mb {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.tabs .tab-video {
  padding: 21px 0 17px 33px;
  color: #FFF;
  font-family: "Comfortaa";
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.44px;
  border-radius: 100px;
  position: relative;
  min-height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
@media (max-width: 991px) {
  .tabs .tab-video {
    padding: 20px 35px 17px 20px;
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  .tabs .tab-video {
    font-size: 16px;
    letter-spacing: -0.32px;
    min-height: 52px;
    padding: 8px 40px 8px 20px;
    margin-bottom: 20px;
  }
  .tabs .tab-video::after {
    content: "";
    position: absolute;
    right: 2px;
    width: 36px;
    height: 36px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background: #000;
    border-radius: 50%;
    background-image: url("../img/majesticons_plus.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 28px 28px;
  }
}
.tabs .tab-video.active {
  background: #5061FF;
  width: 120%;
  color: #000;
  padding-right: 80px;
  z-index: 9;
}
@media (max-width: 991px) {
  .tabs .tab-video.active {
    padding-right: 68px;
  }
}
@media (max-width: 767px) {
  .tabs .tab-video.active {
    width: 100%;
    padding-right: 48px;
  }
}
.tabs .tab-video.active::after {
  content: "";
  position: absolute;
  right: 15px;
  width: 60px;
  height: 60px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #000;
  border-radius: 50%;
  background-image: url("../img/arrow-up-line.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 47px 47px;
}
@media (max-width: 991px) {
  .tabs .tab-video.active::after {
    width: 50px;
    height: 50px;
    background-size: 36px 36px;
  }
}
@media (max-width: 767px) {
  .tabs .tab-video.active::after {
    width: 36px;
    height: 36px;
    background-size: 28px 28px;
    right: 10px;
  }
}
.tabs-content {
  width: 70%;
  border-radius: 48px;
  padding: 0 5%;
  background: #F3F4F6;
}
@media (max-width: 767px) {
  .tabs-content {
    width: 100%;
    border-radius: 10px;
    padding: 0;
    background: #000;
  }
}
.tabs-content .item {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .tabs-content .item {
    height: unset;
    margin: 22px 0 20px;
  }
}
.tabs-content .item.show {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.tabs-content .item .video {
  overflow: hidden;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
}
@media (max-width: 767px) {
  .tabs-content .item .video {
    border-radius: 10px;
  }
}
.tabs-content .item video {
  display: block;
  width: auto;
  margin: -12px auto;
  max-width: 100%;
  aspect-ratio: 16/9;
}
@media (min-width: 768px) {
  .tabs-content .item video {
    height: 110%;
    max-height: 380px;
  }
}
@media (max-width: 1350px) {
  .tabs-content .item video {
    margin-top: -16px;
  }
}
@media (max-width: 991px) {
  .tabs-content .item video {
    margin-top: -14px;
    margin-bottom: -10px;
  }
}
@media (max-width: 767px) {
  .tabs-content .item video {
    margin-top: -11px;
    width: 100%;
    height: auto;
  }
}
@media (max-width: 399px) {
  .tabs-content .item video {
    margin-top: -5px;
    margin-bottom: -5px;
  }
}