.bg-one,
.bg-one~.content span {
  background-color: #ff449e;

}

.bg-two,
.bg-two~.content span {
  background-color: #ff449e;

}

.bg-three,
.bg-three~.content span {
  background-color: #ff449e;

}

.bg-four,
.bg-four~.content span {
  background-color: #ff449e;

}

.bg-five,
.bg-five~.content span {
  background-color: #ff449e;

}

.bg-six,
.bg-six~.content span {
  background-color: #ff449e;

}

.tabs-box {
  background-color: #ffff;
  color: rgb(250, 245, 245);
  width: 1000px;
  margin: 40px auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, .3)
}

.tabs-box .acord {
  position: relative;
  overflow: hidden;


}

.tabs-box .acord label {
  position: relative;
  z-index: 1000;
  display: block;
  padding: 0 40px 0 0;
}

.tabs-box .acord label i {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  text-align: center;
}

.tabs-box .acord label,
.tabs-box .acord label i,
.tabs-box .acord i.fa-chevron-circle-down {
  height: 40px;
  line-height: 40px;
}

.tabs-box .acord i.fa-chevron-circle-down {
  position: absolute;
  z-index: 1111;
  top: 0;
  left: 0;
  width: 40px;
  text-align: center;
  -moz-transition: all .2s linear 0s;
  -webkit-transition: all .2s linear 0s;
  transition: all .2s linear 0s;
}

.tabs-box .acord input {
  display: none;
}

.tabs-box .content {
  position: relative;
  overflow: hidden;
  -moz-transition: height 1s linear 0s;
  -webkit-transition: height 1s linear 0s;
  transition: height 1s linear 0s;
  height: 0;
  font-size: 17px;

  color: #000;
  text-align: left;
  direction: ltr
}

.tabs-box .content span.square {
  display: block;
  position: absolute;
  left: 10px;
  top: -17px;
  width: 20px;
  height: 20px;
  transform: rotate(45deg);
}

.tabs-box input[type="checkbox"]:checked~div.content {
  height: auto;
  padding: 10px;
}

.tabs-box input[type="checkbox"]:checked~i.fa-chevron-circle-down {
  transform: rotate(180deg);
}

.tabs-box input[type="checkbox"]:checked~i.fa-chevron-circle-up {
  transform: rotate(180deg);
}

#background-video {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
