/*================================================================================================
    Start Video CSS
===================================================================================================*/
.ed-video__bg {
  width: 1170px;
  height: 500px;
  object-fit: cover;
  border-radius: 0px 83px 0px 86px;
}
.ed-video__btn {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -60px;
  margin-left: -60px;
}
.ed-video__btn img {
  width: 120px;
  height: 120px;
  object-fit: contain;
}
.ed-video__shape-1 {
  position: absolute;
  right: -6%;
  top: -17%;
  z-index: -1;
}

.ed-video__shape-2 {
  position: absolute;
  bottom: -5%;
  left: -7px;
}

/* Video Style 2 */
.ed-video.ed-video--style2 {
  position: relative;
  margin-top: -250px;
  z-index: 2;
}
.ed-video.ed-video--style2 .ed-video__shape-1 {
  right: -7%;
  top: auto;
  bottom: 42%;
}

/* Video Style 3 */
.ed-video.ed-video--style3 {
  position: relative;
  z-index: 2;
}

.ed-video.ed-video--style3::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: -1;
}

.ed-video.ed-video--style3 .ed-video__btn {
  position: initial;
  margin-top: 0;
  margin-left: 0;
}

.ed-video.ed-video--style3 .ed-video__btn img {
  width: 90px;
  height: 90px;
}
.ed-video.ed-video--style3 .ed-video__inner {
  text-align: center;
}

.ed-video.ed-video--style3 .ed-video__content {
  margin-top: 70px;
}

.ed-video.ed-video--style3 .ed-video__content span {
  color: #ffcd20;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
  display: inline-block;
  margin-bottom: 32px;
}

.ed-video.ed-video--style3 .ed-video__content h3 {
  color: var(--ed-white-color);
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: -0.36px;
  margin: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1400px) {
  .ed-video__bg {
    width: 100%;
  }
  .ed-video__shape-1 {
    right: 0;
  }
  .ed-video.ed-video--style2 .ed-video__shape-1 {
    right: 0;
    top: -11%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.99px) {
  .ed-video__bg {
    width: 100%;
    height: 380px;
  }
  .ed-video__btn img {
    width: 100px;
    height: 100px;
  }
  .ed-video__shape-1 {
    right: 0;
    top: -14%;
  }
  .ed-video__shape-2 {
    left: 0;
  }
  .ed-video.ed-video--style2 .ed-video__shape-1 {
    right: 0;
    bottom: 72%;
  }
}

@media only screen and (max-width: 767px) {
  .ed-video__bg {
    width: 100%;
    height: 332px;
  }
  .ed-video__btn img {
    width: 80px;
    height: 80px;
  }
  .ed-video__shape-1 {
    right: 0;
  }
  .ed-video.ed-video--style2 .ed-video__shape-1 {
    display: none;
  }
  .ed-video.ed-video--style3 .ed-video__content {
    margin-top: 40px;
  }
  .ed-video.ed-video--style3 .ed-video__content h3 {
    font-size: 28px;
    line-height: 46px;
  }
  .ed-video.ed-video--style3 .ed-video__content span {
    margin-bottom: 16px;
  }
}
/*================================================================================================
    End Video CSS
===================================================================================================*/
