.header-section {
  padding: 60px 0 150px 0;
  text-align: center;
  background: #0f111a;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.header-section p {
  font-size: 20px;
  max-width: 650px;
  margin-inline: auto;
}

.zw-product-header {
  background: #0f111a;
}
.header-section::before {
  content: "";
  position: absolute;
  height: 50px;
  width: 50%;
  filter: blur(45px);
  border-radius: 50%;
  margin-inline: auto;
  background: linear-gradient(270deg, #e32e76, #422dff, #e32e76);
  background-size: 300% 300%;
  opacity: 0.9;
  z-index: 0;
  bottom: -13%;
  top: auto;
  left: 0;
  right: 0;
}

.i18n-en h1 {
  font-size: 58px;
}

.zwc-first-section {
  background: #02090a;
  color: #fff;
}

.common-section {
  padding: 100px 0;
}

.zwc-first-section .power-tab {
  text-align: center;
}

.zwc-first-section .power-tab li {
  display: inline-block;
  font-family: var(--primaryfont-semibold);
  font-size: 19px;
  padding: 10px 40px;
  border: 1px solid #fff;
  border-radius: 30px;
  margin: 0 10px;
  cursor: pointer;
}

.zwc-first-section .power-tab li.current {
  background: #ffb853;
  color: #000;
  border: 1px solid #ffb853;
}

.power-content .tab-wrap {
  display: flex;
}

.power-content .tab-wrap .zwc-data-tab {
  width: 20%;
}

.power-content .tab-wrap .zwc-data-content {
  width: 80%;
  padding-left: 5%;
}

.power-content {
  margin-top: 100px;
}

.zwc-data-tab li {
  cursor: pointer;
}

.zwc-data-tab li.active {
  color: #ffb853;
  font-family: var(--primaryfont-semibold);
}

.zwc-data-tab li:not(last-child) {
  margin-bottom: 25px;
  font-family: var(--primaryfont-semibold);
}

.zwc-data-tab li.active span {
  border-bottom: 1px solid #ffb853;
  padding-bottom: 5px;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.power-content .power-block {
  display: none;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-animation: fadeIn 1s;
  -moz-animation: fadeIn 1s;
  animation: fadeIn 1s;
}

.power-content .power-block.current {
  display: block;
}

.zwc-data-block {
  display: none;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-animation: fadeIn 1s;
  -moz-animation: fadeIn 1s;
  animation: fadeIn 1s;
}

.zwc-data-block.active {
  display: block;
}

.zwc-data-inner {
  background: #ececec;
  padding: 50px 20px 20px 20px;
  border-radius: 16px;
  position: relative;
}

.zwc-browser {
  position: absolute;
  top: 20px;
  left: 25px;
}

.zwc-browser span:nth-child(2) {
  background: #ffbd2b;
}

.zwc-browser span:nth-child(1) {
  background: #ff6058;
}

.zwc-browser span:nth-child(3) {
  background: #28c840;
}

.zwc-browser span {
  width: 10px;
  height: 10px;
  background: #dadada;
  border-radius: 100%;
  display: inline-block;
  margin-right: 5px;
}
.zam-app-feedback2 {
  position: absolute;
  right: 8%;
  bottom: 6%;
  max-width: 20%;
}
.zad-apis2 {
  position: absolute;
  right: 6%;
  bottom: 12%;
  max-width: 60%;
}

.zom-role-based-access-control2 {
  position: absolute;
  right: 6%;
  bottom: 12%;
  max-width: 60%;
}

@keyframes slideRight {
  0% {
    visibility: hidden;
    opacity: 0;
    transform: translateX(30px);
  }
  100% {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
  }
}

@-webkit-keyframes slideRight {
  0% {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateX(30px);
  }
  100% {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@-moz-keyframes slideRight {
  0% {
    visibility: hidden;
    opacity: 0;
    -moz-transform: translateX(30px);
  }
  100% {
    visibility: visible;
    opacity: 1;
    -moz-transform: translateX(0);
  }
}

.zad-apis2,
.zom-role-based-access-control2 {
  opacity: 0;
}

.active .zad-apis2,
.active .zom-role-based-access-control2 {
  animation: slideRight 0.5s ease-out 0.2s forwards;
}

@media screen and (max-width: 1280px) {
  .zwc-first-section .power-tab li {
    padding: 10px 30px;
    font-size: 17px;
  }
  .zwc-data-tab li {
    font-size: 16px;
  }
  .power-content .tab-wrap .zwc-data-tab {
    width: 25%;
  }
  .i18n-en h1 {
    font-size: 44px;
  }
}

@media screen and (max-width: 991px) {
  .zwc-first-section .power-tab li {
    padding: 10px 25px;
    font-size: 15px;
  }
  .power-content .tab-wrap {
    flex-direction: column;
    text-align: ce;
  }
  .power-content .tab-wrap .zwc-data-tab {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  .power-content .tab-wrap .zwc-data-content {
    width: 100%;
    padding: 0;
  }
  .zwc-data-tab li {
    display: inline-block;
    margin: 5px;
    margin-bottom: 10px;
  }
  .zwc-data-tab li:not(last-child) {
    margin-bottom: 10px;
  }
  .power-content {
    margin-top: 60px;
  }
  .zwc-data-tab li {
    font-size: 12px;
    padding: 5px 15px;
    border-radius: 20px;
    margin: 2px;
  }
  .zwc-data-tab li.active {
    background: #ffb853;
    color: #000;
    border: 1px solid #ffb853;
  }
  .zwc-data-tab li.active span {
    border: none;
  }
  .zwc-first-section .power-tab li {
    margin-bottom: 20px;
  }
  .zwc-first-section .power-tab li {
    padding: 10px 25px;
    font-size: 14px;
  }
  .i18n-en h1 {
    font-size: 34px;
  }
  .common-section {
    padding: 80px 0;
  }
}

@media screen and (max-width: 767px) {
  .i18n-en h1 {
    font-size: 28px;
  }
  .power-content {
    margin-top: 40px;
  }
  .header-section {
    padding: 40px 0 60px 0;
  }
}
