.sectionEffect .video {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 880px;
  max-width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 180px;
  z-index: 9;
}

.sectionEffect .video>.eff {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 881px;
  background: linear-gradient(to bottom,
      #0000003b 58%,
      #000000fa 100%,
      #00000000 100%,
      #00000000 100%,
      #00000000 100%,
      #000000 100%);
}

@media (max-width: 590px) {
  .sectionEffect .video>.eff {
    height: 412px;
  }
}

.sectionEffect .video>.eff:before {
  content: "";
  width: 180px;
  height: 100%;
  background: linear-gradient(to left,
      #00000000 30%,
      #000000 100%,
      #00000000 100%,
      #00000000 100%,
      #00000000 100%,
      #00000000 100%);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}

.sectionEffect .video>.eff:after {
  content: "";
  width: 180px;
  height: 100%;
  background: linear-gradient(to right,
      #00000000 30%,
      #000000 100%,
      #00000000 100%,
      #00000000 100%,
      #00000000 100%,
      #00000000 100%);
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}

.sectionEffect video {
  inset: 0;
  width: 1750px;
  height: 1600px;
}

.editor_effect {
  position: absolute;
  /* display: flex; */
  margin-top: 44px;
  justify-content: center;
  width: 770px;
  margin-left: -51px;
  height: 423px;
  overflow: hidden;
  z-index: 99;
  cursor: none !important;
}

.editor_effect .devOps {
  width: 770px;
  height: 412px;
  overflow-x: scroll;
  /* hidden */
  overflow-y: scroll;
  position: relative;
  padding: 40px 20px;
  cursor: none !important;
}

.editor_effect .vs {
  background: url("../images/editor/vs.svg") no-repeat;
  background-size: contain;
  width: 770px;
  height: 412px;
  position: relative;
  padding: 40px 20px;
  cursor: none !important;
}

.editor_effect .vs>div {
  width: 770px;
  height: 380px;
  overflow-x: scroll;
  overflow-y: scroll;
  padding-left: 16px;
}

.editor_effect .switch {
  width: 50px;
  height: 50px;
  background: url("../images/editor/switch.svg") no-repeat;
  background-size: contain;
  position: absolute;
  right: 10px;
  top: 0;
  /* cursor: pointer; */
  z-index: 9;
}

.editor_effect .vs .code_body {
  width: 907px;
  height: 653px;
  background: url("../images/editor/code_body.svg") no-repeat;
  background-size: contain;
  opacity: 0.9;
}

.editor_effect .devOps .board_body {
  width: 1180px;
  /* 784px */
  height: 855px;
  /* 491px */
  background: url("../images/editor/bord_body.png") no-repeat;
  background-size: contain;
  opacity: 0.8;
}

/* cursor */
.editor_effect .developer,
.editor_effect .teamLead,
.editor_effect .scrumMaster,
.editor_effect .productOwner,
.editor_effect .qa,
.editor_effect .custom_cusror {
  position: absolute;
  height: 60px;
  padding: 13px 0 0 14px;
}

.editor_effect .developer *,
.editor_effect .teamLead *,
.editor_effect .scrumMaster *,
.editor_effect .productOwner *,
.editor_effect .qa *,
.editor_effect .custom_cusror * {
  transition: all 0.5s;
}

.editor_effect .developer:before,
.editor_effect .teamLead:before,
.editor_effect .scrumMaster:before,
.editor_effect .productOwner:before,
.editor_effect .qa:before,
.editor_effect .custom_cusror:before {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 0;
}

.editor_effect .developer>div,
.editor_effect .teamLead>div,
.editor_effect .scrumMaster>div,
.editor_effect .productOwner>div,
.editor_effect .qa>div,
.editor_effect .custom_cusror>div {
  border-radius: 0 4px 4px;
  padding: 3px 14px 0;
  overflow: hidden;
}

.editor_effect .developer>div>span,
.editor_effect .teamLead>div>span,
.editor_effect .scrumMaster>div>span,
.editor_effect .productOwner>div>span,
.editor_effect .qa>div>span,
.editor_effect .custom_cusror>div>span {
  font: 14px/17px "calibri_regular";
  color: #000;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  padding: 2px 0 0 0;
}

@media (max-width: 590px) {
  .editor_effect .developer>div>span,
  .editor_effect .teamLead>div>span,
  .editor_effect .scrumMaster>div>span,
  .editor_effect .productOwner>div>span,
  .editor_effect .qa>div>span,
  .editor_effect .custom_cusror>div>span {
    font-family: "calibri_regular";
    font-size: 9px;
    line-height: normal;
  }
}

.editor_effect .developer>div>span:before,
.editor_effect .teamLead>div>span:before,
.editor_effect .scrumMaster>div>span:before,
.editor_effect .productOwner>div>span:before,
.editor_effect .qa>div>span:before,
.editor_effect .custom_cusror>div>span:before {
  content: "";
}

.editor_effect .developer {
  top: 118px;
  left: -430px;
}

.editor_effect .developer::before {
  background: url("../images/editor/review/developer.svg") no-repeat;
  background-size: contain;
}

.editor_effect .developer>div {
  background: #54bc8a;
}

.editor_effect .teamLead {
  top: 218px;
  left: -430px;
}

.editor_effect .teamLead::before {
  background: url("../images/editor/review/teamlead.svg") no-repeat;
  background-size: contain;
}

.editor_effect .teamLead>div {
  background: #e6944a;
}

.editor_effect .scrumMaster {
  top: 185px;
  right: -430px;
}

.editor_effect .scrumMaster::before {
  background: url("../images/editor/review/scrumMaster.svg") no-repeat;
  background-size: contain;
}

.editor_effect .scrumMaster>div {
  background: #f8ca3b;
}

.editor_effect .productOwner {
  top: 225px;
  left: -430px;
}

.editor_effect .productOwner::before {
  background: url("../images/editor/review/productOwner.svg") no-repeat;
  background-size: contain;
}

.editor_effect .productOwner>div {
  background: #f45454;
}

.editor_effect .qa {
  top: 118px;
  left: -430px;
}

.editor_effect .qa::before {
  background: url("../images/editor/review/qa.svg") no-repeat;
  background-size: contain;
}

.editor_effect .qa>div {
  background: #d975db;
}

.editor_effect .custom_cusror {
  position: relative;
  pointer-events: none;
  transition: width 0.5s height 0.5s;
  z-index: 999999;
}

.editor_effect:hover .custom_cusror {
  position: fixed;
}

.editor_effect .custom_cusror::before {
  background: url("../images/editor/review/custom_cusror.svg") no-repeat;
  background-size: contain;
}

.editor_effect .custom_cusror>div {
  background: #54bc8a;
}

.editor_effect .custom_cusror>div>span {
  font: 13px / 17px "calibri_bold";
}

@media (max-width: 1500px) {
  .sectionEffect .video {
    right: 0;
  }
}

@media (max-width: 900px) {

  .editor_effect,
  .sectionEffect video {
    zoom: 0.7;
  }

  .sectionEffect .video,
  .sectionEffect .overlayEffect {
    height: 850px;
  }

  .contentUs {
    padding: 24px 70px;
  }
}

@media (max-width: 767px) {
  .sectionEffect .overlayEffect h1 {
    font-size: 44px;
    padding-top: 160px;
  }
}

@media (max-width: 700px) {

  .editor_effect,
  .sectionEffect video {
    zoom: 0.5;
  }

  .sectionEffect .video {
    height: 550px;
  }

  .sectionEffect .overlayEffect,
  .sectionEffect {
    height: 580px;
  }
}

@media (max-width: 590px) {
  .sectionEffect .overlayEffect header {
    padding: 32px 24px;
  }

  .sectionEffect .overlayEffect h1 {
    font-size: 30px;
    line-height: 30px;
  }

  .contentUs {
    padding: 200px 30px 24px;
  }
}

@media (max-width: 470px) {
  .sectionEffect .overlayEffect h1 {
    padding-top: 125px;
  }

  .editor_effect,
  .sectionEffect video {
    zoom: 0.4;
  }

  .sectionEffect,
  .sectionEffect .overlayEffect,
  .sectionEffect .video {
    height: 410px;
  }
}

.hide {
  display: none;
}

/* Animations */
.typewriter-animation {
  display: block;
  animation: typewriter 5s steps(50) 1s 1 normal both,
    blinkingCursor 500ms steps(50) infinite normal;
  border-right: 2px solid #000;
}

@keyframes typewriter {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

@keyframes blinkingCursor {
  from {
    border-right-color: rgb(0, 0, 0);
  }

  to {
    border-right-color: transparent;
  }
}