.hero-v25 {
  position: relative;
  background: linear-gradient(to bottom, rgb(116, 19, 28), #bc1d31);
  clip-path: ellipse(100% 100% at 50% 0);
}

.hero-v25 .image-container {
  position: relative;
}

.hero-v25 .oval-image {
  width: 100%;
  max-width: 600px;
  height: 400px;
  border-radius: 30px;
  border: 4px solid #fff;
  box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.2);
  object-fit: cover;
  transition: all 0.3s ease-out;
}

.hero-v25 .oval-background {
  border-radius: 50%;
  border: 2px solid #fff;
  z-index: -1;
  position: absolute;
  opacity: 0.6;
}

.small {
  width: 144px;
  height: 144px;
}

 .big {
  width: 224px;
  height: 224px;
}

.shape-left-01 {
  top: 400px;
  left: 140px;
}

.shape-right-01 {
  right: -100px;
  top: 180px;
}

.shape-right-02 {
  right: -160px;
  top: 140px;
  z-index: -2;
}

.bounce-y {
  -webkit-animation: bounce-y 8s infinite linear;
  animation: bounce-y 8s infinite linear;
  -webkit-transition-delay: 900ms;
  transition-delay: 900ms;
}

.bounce-x {
  -webkit-animation: bounce-x 10s infinite linear;
  animation: bounce-x 10s infinite linear;
  -webkit-transition-delay: 1200ms;
  transition-delay: 1200ms;
}

@-webkit-keyframes bounce-y {
  0% {
    -webkit-transform: rotate(310deg) scaleX(0.85) translateY(0);
    transform: rotate(310deg) scaleX(0.85) translateY(0);
  }
  50% {
    -webkit-transform: rotate(310deg) scaleX(0.85) translateY(-30px);
    transform: rotate(310deg) scaleX(0.85) translateY(-30px);
  }
  100% {
    -webkit-transform: rotate(310deg) scaleX(0.85) translateY(0);
    transform: rotate(310deg) scaleX(0.85) translateY(0);
  }
}

@keyframes bounce-y {
  0% {
    -webkit-transform: rotate(310deg) scaleX(0.85) translateY(0);
    transform: rotate(310deg) scaleX(0.85) translateY(0);
  }
  50% {
    -webkit-transform: rotate(310deg) scaleX(0.85) translateY(-30px);
    transform: rotate(310deg) scaleX(0.85) translateY(-30px);
  }
  100% {
    -webkit-transform: rotate(310deg) scaleX(0.85) translateY(0);
    transform: rotate(310deg) scaleX(0.85) translateY(0);
  }
}

@-webkit-keyframes bounce-x {
  0% {
    -webkit-transform: rotate(310deg) scaleX(0.85) translateX(0);
    transform: rotate(310deg) scaleX(0.85) translateX(0);
  }
  50% {
    -webkit-transform: rotate(310deg) scaleX(0.85) translateX(30px);
    transform: rotate(310deg) scaleX(0.85) translateX(30px);
  }
  100% {
    -webkit-transform: rotate(310deg) scaleX(0.85) translateX(0);
    transform: rotate(310deg) scaleX(0.85) translateX(0);
  }
}

@keyframes bounce-x {
  0% {
    -webkit-transform: rotate(310deg) scaleX(0.85) translateX(0);
    transform: rotate(310deg) scaleX(0.85) translateX(0);
  }
  50% {
    -webkit-transform: rotate(310deg) scaleX(0.85) translateX(30px);
    transform: rotate(310deg) scaleX(0.85) translateX(30px);
  }
  100% {
    -webkit-transform: rotate(310deg) scaleX(0.85) translateX(0);
    transform: rotate(310deg) scaleX(0.85) translateX(0);
  }
}

.oval-background:not(.bounce-x):not(.bounce-y) {
  transform: rotate(310deg) scaleX(0.85);
}
@media (max-width: 991px) {
  .content-holder {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .hero-v25 .oval-image {
    height: 320px;
    max-width: 440px;
  }
  .shape-left-01 {
    top: 350px;
    left: 200px;
  }
  .shape-right-01 {
    right: -40px;
    top: 180px;
  }
  .shape-right-02 {
    right: -100px;
    top: 170px;
  }
  .small {
    width: 100px;
    height: 100px;
  }
  .big {
    width: 150px;
    height: 150px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .shape-left-01 {
    top: 370px;
    left: 230px;
  }

  .shape-right-01 {
    right: 8px;
    top: 192px;
  }

  .shape-right-02 {
    right: -34px;
    top: 168px;
  }
}

@media (min-width: 425px) and (max-width: 575px) {
  .hero-v25 .oval-image {
    height: 280px;
    max-width: 360px;
  }
}

@media (max-width: 424px) {
  .hero-v25 .oval-image {
    height: 260px;
    max-width: 340px;
  }
  .shape-left-01 {
    top: 300px;
    left: 100px;
  }
  .shape-right-01 {
    right: -40px;
    top: 140px;
  }
  .shape-right-02 {
    right: -80px;
    top: 120px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .hero-v25 .oval-image {
    height: 320px;
    max-width: 450px;
  }
  .shape-left-01 {
    top: 300px;
    left: 100px;
  }
  .shape-right-01 {
    right: -80px;
    top: 140px;
  }
  .shape-right-02 {
    right: -140px;
    top: 120px;
  }
}
