.s-banner-featured {
  position: relative;
  width: 100%;
  /* height: 720px; */
  height: auto;
  /* padding-top: 87px; */
  padding-top: 84px;
  margin-bottom: -4px;
}
.s-banner-featured .container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  z-index: 10 !important;
}
.s-banner-featured .text {
  position: absolute;
  top: 85px;
  left: 15px;
  max-width: 749px;
}
.s-banner-featured .text h1 {
  font: normal bold 72px/82px "roobert-heavy";
  color: #fff;
}
.s-banner-featured .text h1 span {
  font: normal bold 72px/82px "roobert-heavy";
  color: #fcbe00;
}
.s-banner-featured .text p {
  margin-top: 43px;
  margin-bottom: 49px;
  max-width: 519px;
  font-size: 18px;
  line-height: 29px;
  font-weight: 500;
  color: #969799;
  font-family: inter;
}
.s-banner-featured .text .btn {
  width: 340.62px;
  height: 57.9px;
  background-color: #fcbe00;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #27272d;
  font-weight: 600;
  font-size: 20px;
  font-family: inter;
  transition: all 0.3s;
}
.s-banner-featured .text .btn:hover {
  background-color: #ffd760;
  transition: all 0.3s;
}
.s-banner-featured .hero {
  margin-right: -23px;
}
@media (max-width: 1200px) {
  .s-banner-featured {
    height: 833px;
    padding-top: 88px;
  }
  .s-banner-featured .container {
    height: 100%;
    align-items: flex-start;
  }
  .s-banner-featured .text {
    position: relative;
    top: 0;
    left: 0;
    max-width: 100%;
  }
  .s-banner-featured .text h1 {
    text-align: center;
    font-size: 35px;
    line-height: 45px;
  }
  .s-banner-featured .text h1 span {
    text-align: center;
    font-size: 36px;
    line-height: 45px;
  }
  .s-banner-featured .text p {
    text-align: center;
    font-size: 14px;
    max-width: 286px;
    line-height: 22px;
    margin: 0 auto;
    margin-top: 23px;
    margin-bottom: 41px;
  }
  .s-banner-featured .text .btn {
    width: 283px;
    height: 54px;
    margin: 0 auto;
  }
  .s-banner-featured .hero {
    position: absolute;
    left: 50%;
    bottom: 0;
    margin: 0;
    max-width: 324px;
    margin-left: -162px;
  }
}

@media (max-width: 1024px) {
  .banner-btn-container {
    text-align: center !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .video-container {
    position: absolute;
    left: 0;
    top: 0;
  }
}

.banner-btn {
  font-size: 22px;
  font-weight: bold;
  font-family: "roobert-heavy";
  border-bottom: 1px solid #fcb813;
  padding-bottom: 8px;
  color: #fcb813;
  width: auto;
  max-width: 165px;
  display: flex;
  flex-direction: row;
  align-items: center;
  /* justify-content: space-around; */
}

.banner-btn:hover {
  cursor: pointer;
}

.video-container {
  width: 100%;
  height: 100%;
  /* z-index: 1; */
  /* padding: 0px !important;
  background-color: red !important; */
}

.video-backdrop {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /* background-color: rgba(0, 0, 0, 0.75) !important; */
  background: rgb(0, 0, 0);
  background: linear-gradient(45deg, rgba(0, 0, 0, 1) 50%, rgba(255, 255, 255, 0) 100%);
}
