.fancybox__slide:has(.vj-complex-v4) {
  padding: 0;
}

.vj-complex-v4.vj-complex-v4 {
  padding: 50px 16px;
  display: none;
  background-color: #0F1A1A;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  color: white !important;
  gap: 20px;
}

.vj-complex-v4__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1280px;
}

.vj-complex-v4__video-container {
  flex-shrink: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  height: 300px;
}

.vj-complex-v4__video-button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background-color: white;
  border-radius: 50%;
  cursor: pointer;
}

.vj-complex-v4__video-button svg {
  display: block;
  width: 80px;
  height: 80px;
}

.vj-complex-v4__video-button-animation {
  width: 100%;
  height: 100%;
  position: absolute;
}

.vj-complex-v4__video-button:after,
.vj-complex-v4__video-button:before,
.vj-complex-v4__video-button-animation:after,
.vj-complex-v4__video-button-animation:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: white;
  border-radius: 50%;
  box-shadow: 0 0 0 0 currentColor;
  animation: button-ripple 3s infinite;
  opacity: .6;
  z-index: -1;
}

.vj-complex-v4__video-button:after {

}

.vj-complex-v4__video-button:before {
  animation-delay: .4s;
}

.vj-complex-v4__video-button-animation:after {
  animation-delay: .9s;
}

.vj-complex-v4__video-button-animation:before {
  animation-delay: 1.2s;
}

.vj-complex-v4__text-container {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.vj-complex-v4__rating {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.vj-complex-v4__avatars-container {

}

.vj-complex-v4__avatar {
  margin-left: -25px;
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 3px solid white;
  border-radius: 50%;
  overflow: hidden;
}

.vj-complex-v4__avatar:first-child {
  margin-left: 0;
}

.vj-complex-v4__star-holder {

}

.vj-complex-v4__star-container {
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
  width: max-content;
}

.vj-complex-v4__star-container svg {
  width: 20px;
  height: 20px;
  fill: #f0ad4e;
}

.vj-complex-v4__star-container svg:nth-child(5) {
  fill: #ccd6df;
}

.vj-complex-v4__star-text {
  margin-top: 10px;
  font-weight: 700;
  line-height: 19px;
  color: white;
}

.half-start {
  position: absolute;
  top: -2.5px;
  right: 10px;
  width: 10px;
  overflow: hidden;
}


.vj-complex-v4__text-holder {
  margin-top: 14px;
}

.vj-complex-v4__header.vj-complex-v4__header {
  margin-bottom: 20px !important;
  font-size: 30px !important;
  line-height: 36px !important;
  font-weight: 700 !important;
  color: white !important;
}

.vj-complex-v4__subheader {
  margin-block: 24px !important;
  line-height: 25px !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  color: white !important;
}

.vj-complex-v4__text {
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: 25px;
  font-size: 17px;
  color: white !important;
}

.vj-complex-v4__text img {
  margin-top: -6px;
  display: inline-block;
  width: 20px;
}

.vj-complex-v4__carousel {
  margin-top: 20px;
}

.vj-complex-v4__carousel__slide {
  overflow: hidden;
  border-radius: 30px;
}

.vj-complex-v4__text-columns {
  margin-top: 40px;
}

.vj-complex-v4__form-container {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.vj-complex-v4__form {
  padding: 32px 16px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  border-radius: 30px;
  background-color: #1A2D2D;
}

.vj-complex-v4__label {
  display: flex;
  flex-direction: column;
  gap: 10px;
  line-height: 23px;
  font-weight: 600;
  color: white !important;
}

.vj-complex-v4__label textarea,
.vj-complex-v4__label input {
  padding: 15px 27px;
  background-color: white;
  border-radius: 30px;
  font-size: 16px;
}

.vj-complex-v4__label textarea {
  padding-top: 22px;
  height: 150px;
  resize: none;
}

.vj-complex-v4__label textarea::placeholder,
.vj-complex-v4__label input::placeholder {
  color: #ccd6df;
}

.vj-complex-v4__button {
  display: block;
  padding: 17px 37px;
  font-size: 15px;
  border-radius: 50px;
  background-color: #DD5903;
  transition: .3s ease-in-out;
  grid-column: span 2;
  font-weight: 600;
  color: #FFF;
}

.vj-complex-v4__button:hover {
  background-color: #FFF;
  color: black;
}

.vj-complex-v4__socials {
  margin-top: 20px;
  padding-top: 35px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  border-top: 1px dashed white;
}

.vj-complex-v4__social {
  display: flex;
  align-items: center;
  gap: 25px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
}

.vj-complex-v4__social-icon {
  padding: 12px;
  width: 50px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.27);
  border-radius: 50%;
}


@media (min-width: 768px) {
  .vj-complex-v4 {
    background-image: url("../../images/complex-v4/abstract.png");
    background-repeat: repeat-y;
    background-size: cover;
    background-blend-mode: soft-light;
  }

  .vj-complex-v4__rating {
    flex-direction: row;
  }

  .vj-complex-v4__form-container,
  .vj-complex-v4__text-columns,
  .vj-complex-v4__carousel {
    margin-top: 40px;
  }

  .vj-complex-v4__socials {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .vj-complex-v4__info-block {
    margin-top: 40px;
  }

}

@media (min-width: 1025px) {
  .vj-complex-v4 {
    padding-inline: 50px;
  }

  .vj-complex-v4__top-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
  }

  .vj-complex-v4__form-container,
  .vj-complex-v4__text-columns,
  .vj-complex-v4__carousel {
    margin-top: 45px;
  }

  .vj-complex-v4__video-container {
    height: 100%;
  }

  .vj-complex-v4__text-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
  }

  .vj-complex-v4__form-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
  }

  .vj-complex-v4__form {
    padding: 50px;
  }

  .vj-complex-v4__label {
    font-size: 20px;
  }

  .vj-complex-v4__form-text-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .vj-complex-v4__socials {
    gap: 0;
  }

  .vj-complex-v4__social-icon {
    flex-shrink: 0;
  }

  .vj-complex-v4__social {
    gap: 13px;
    font-size: 14px;
  }

}


@media (min-width: 1300px) {
  .vj-complex-v4__form {
    align-self: center;
    display: grid;
    grid-auto-columns: 1fr 1fr;
    height: min-content;
  }

  .vj-complex-v4__form .vj-complex-v4__label:has(textarea) {
    grid-column: span 2;
  }
}

@keyframes button-ripple {
  70% {
    box-shadow: 0 0 0 15px white;
    opacity: 0;
  }
  100% {
    box-shadow: 0 0 0 0 white;
    opacity: 0;
  }
}



