.btn-white-bg:hover {
  background-color: var(--green);
  color: var(--black);
}

.badge-green {
  text-transform: uppercase;
}

.stream-space .kkw-header-two {
  background: #f4fcf5;
}

.stream-space .stream-space-layout .flex-section-one ul li a {
  color: var(--black);
  text-decoration: none !important;
}

.stream-space .stream-space-layout .flex-section-two .heading h4 {
  color: var(--green) !important;
}

.publishing-section {
  background: linear-gradient(90deg, #32aa7c 0%, #11744e 100%);
}


.stream-space-top-header .btn-bg-blue {
  background: var(--green-btn);
}

.stream-space-index .section-one .heading h1 {
  line-height: 1.3;
  background: linear-gradient(
    90deg,
    rgba(50, 170, 124, 1) 35%,
    rgba(17, 116, 78, 1) 100%
  );
  -webkit-background-clip: text;
  color: transparent;
}
.stream-space-index .section-one .heading h1 span{
  color: var(--black);
}

.stream-space-index .section-one .btn-bg-blue {
  background: var(--green-btn);
}

.stream-space-index .section-one .btn-blue-outline {
  background: linear-gradient(#fff, #fff) padding-box,
    linear-gradient(90deg, rgba(50, 170, 124, 1), rgba(17, 116, 78, 1))
      border-box;
}


.stream-space-index .section-one .video-wrapper {
  position: relative;
  margin-top: 30px;
}

.stream-space-index .section-two .heading h4 {
  background: linear-gradient(
    90deg,
    rgba(50, 170, 124, 1) 35%,
    rgba(17, 116, 78, 1) 100%
  );
  -webkit-background-clip: text;
  color: transparent;
}

.stream-space-index .section-two .heading h4 span {
  color: var(--black);
}

.stream-space-index .section-two .custom-card {
  background: linear-gradient(
    360deg,
    #ffffff 1.74%,
    rgb(174 244 186 / 25%) 100%
  );
  color: var(--black);
  border: none !important;
}

.stream-space-index .section-two .custom-card .green-heading {
  color: var(--green);
  font-style: italic;
  text-transform: uppercase;
}

.stream-space-index .section-two .custom-card .font-16-50 {
  color: var(--black-4);
}

.stream-space-index .section-two {
  height: unset !important;
}

.stream-space-index .section-four .font-20-600 {
  background: linear-gradient(  90deg,   rgba(50, 170, 124, 1) 35%,   rgba(17, 116, 78, 1) 100% );
  -webkit-background-clip: text;
  color: transparent;
}

.stream-space-index .section-fifth .heading h4 {
  background: linear-gradient(  90deg,   rgba(50, 170, 124, 1) 60%,   rgba(17, 116, 78, 1) 100% );
  -webkit-background-clip: text;
  color: transparent;
}

.stream-space-index .section-fifth .heading h4 span {
  color: var(--black);
}

.stream-space-index .section-fifth .section-wrapper {
  background: linear-gradient(  180deg,   #e3ffe8 0%,   #ffffff 15%,   #ffffff 85%,   #e3ffe8 100% );
}

.stream-space-index .section-fifth .section-wrapper img {
  width: 320px;
}


.stream-space-index .section-nine h4 {
  background: linear-gradient(  90deg,   rgba(50, 170, 124, 1) 60%,   rgba(17, 116, 78, 1) 100% );
  -webkit-background-clip: text;
  color: transparent;
}

.stream-space-index .content {
  background: url(https://cdn.kryoni.com/kryoni/images/version-1/stream-space/hosting-tab-backside.webp);
  background-repeat: no-repeat;
  background-size: cover;
}

.stream-space-index .section-nine h4 span {
  color: var(--black);
}

.stream-space-index .section-nine .tab-content {
  margin-top: 0 !important;
}

.stream-space-index .open-tag .blue-border.show,
.stream-space-index .open-tag .accordion .blue-border.open {
  border: 2px solid var(--green);
}

.stream-space .stream-space-layout .flex-section-one ul li.active a {
  color: var(--green);
  border-bottom: 2px solid var(--green);
  font-size: 18px;
  font-weight: 500;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .stream-space-index .section-two .custom-card {
    min-height: 360px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .stream-space-index .section-one {
    background-size: contain;
    min-height: 500px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .stream-space-index .section-two .custom-card {
    min-height: 430px;
  }

  .stream-space-index .section-three .custom-card {
    min-height: 320px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .stream-space-index .section-one .chips {
    max-width: 100%;
  }
}

.web-page .chips img {
  width: 24px;
  height: auto;
}

.web-page .section-one .chips .custom-card {
  background-color: var(--white);
  border: 1px solid #C3DFDA;
  box-shadow: 0px 13px 61px 0px rgba(0, 0, 0, 0.08);
}
.web-page .section-one .video-wrapper .video {
  width: 90%;
}

.web-page .section-three .custom-card.sspace-img img {
  width: 50px;
  height: auto;
}
.stream-space
  .flex-section-two
  .core-features
  .sub-id-section
  .custom-card
  img {
  width: 50px;
  height: auto;
}

.stream-space
  .flex-section-two
  .core-features
  .sub-id-section
  .custom-card{
    min-height: 315px;
}
