[data-aos=fade-down][data-aos-offset="30"] {
  transform: translate3d(0, -30px, 0);
}
.cta-box {
  position: relative;
  overflow: hidden;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cta-box__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.cta-box__bg:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 66%;
  background: linear-gradient(0deg, #000000 0%, rgba(29, 30, 62, 0) 100%);
  transform: matrix(1, 0, 0, -1, 0, 0);
  z-index: 1;
}
.cta-box__bg:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(0deg, #000000 0%, rgba(29, 30, 62, 0) 100%);
  z-index: 1;
}
.cta-box__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
}
.cta-box .container {
    width: 100%;
}
.cta-box__inner {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  padding: 56px 0;
}

.cta-box__left {
  max-width: 450px;
  padding-left: 30px;
}
.cta-box__text *,
.cta-box__heading {
  color: #fff;
}
.cta-box__heading {
  margin-bottom: 15px;
}
.cta-box__content {
  margin-bottom: 37px;
  margin-top: -10px;
}
.cta-box__content > *:last-child {
  margin: 0;
}
.button.cta-box__btn {
  background: #FFFFFF;
  backdrop-filter: blur(2px);
  color: #000;
}
.button.show-more.cta-box__btn .symbol::after {
  transform: translate(-50%, -50%) rotate(135deg);
  margin: 0 0 0 -2px;
}

.cta-box.aos-animate .cta-box__content, 
.cta-box.aos-animate .button.cta-box__btn {
  opacity: 1;
  transform: translateY(0);
}

.cta-box.aos-animate .cta-box__right {
  transform: translate(0, 0);
}
.cta-box__right {
  position: relative;
  width: 50%;
  max-width: 442px;
  transition: all 0.5s;
  /* transform: translate(60px, -119px); */
}

.cta-box__image {
  width: 100%;
  height: auto;
  object-fit: contain;
}

@media (max-width: 1199px) {
  .cta-box__left {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .cta-box__left {
    max-width: 100%;
    width: 100%;
  }
  .cta-box__right {
    order: -1;
    max-width: 100%;
    width: 100%;
    padding-left: 0%;
    margin-right: -13.5%;
  }
  .cta-box__inner {
    flex-direction: column;
    gap: 10px;
    padding: 43px 0 79px;
  }
  .cta-box__heading {
    margin-bottom: 25px;
  }
  .cta-box__content {
    margin-bottom: 47px;
    margin-top: 0;
  }
}
