  .hr-about-img-wrap {
  position:relative;
  width:100%;
  height:100%;
  margin-right:30px
}
.hr-about-img-wrap .hr-about-img-1,
.hr-about-img-wrap .hr-about-img-2 {
  position:absolute
}
.hr-about-img-wrap .hr-about-img-1 {
  width:100%;
  height:auto;
  left:0;
  top:0
}
.hr-about-img-wrap .hr-about-img-2 {
  width:250px;
  height:250px;
  right:0;
  bottom:0
}
.hr-about-img-wrap .hr-about-img-1 img,
.hr-about-img-wrap .hr-about-img-2 img {
  margin-left:20px
}
.hr-about-img-wrap .hr-about-img-2 img {
  border:3px solid var(--white)
}
.hr-about-odometer-content {
  background-color:var(--color-3);
  padding:34px 60px;
  max-width:600px;
  margin-bottom:30px
}
.hr-about-odometer-content h3 {
  font-size:36px;
  color:var(--white);
  margin-bottom:0;
  font-family:var(--font-02)
}
.hr-about-three-img {
  position:relative;
  z-index:1
}
.hr-about-three-img .about-three-main-img {
  max-width: 450px;
  margin-right: auto;
}

.about-three-img-4 {
  position: absolute;
  bottom: -40px;
  left: -30px;
  z-index: -1;
   -webkit-animation: jumpAni-1 5s linear infinite;
    animation: jumpAni-1 7s linear infinite;
}
.about-three-img-4 img {
  max-width: 250px;
}
@keyframes jumpAni-1 {
  0% {
    transform: translateX(0);
  }
  40% {
    transform: translateX(-30px);
  }
  100% {
    transform: translateX(0);
  }
}
.hr-about-three-img .about-three-img-2 {
  position: absolute;
  right: 70px;
  bottom: -40px;
}
.hr-about-three-img .about-three-img-3 {
  position: absolute;
  top: 0;
  right: 20px;
  -webkit-animation: jumpAni 5s linear infinite;
  animation: jumpAni 7s linear infinite;
}
@keyframes jumpAni {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0);
  }
}

.hr-about-three-img .about-three-img-2:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  border-radius: 50%;
  opacity: 0.3;
}
.about-three-img-2 img {
  max-width: 220px;
  border-radius: 50%;
  height: 220px;
  object-fit: cover;
}
.about-three-img-3 img {
  max-width: 150px;
}
.about-three-main-img img {
  border-radius: 50%;
  height: 450px;
}
.hr-about-left {
  padding-right: 30px;
}
.about-three-shape-1 {
  position:absolute;
  right:5%;
  top:8%;
  z-index:-1;
  animation:rotateme 7s linear infinite
}

.hr-home-about .hr-section-content .hr-titel h3 {
  color: #fff;
}

.about-food {
  display: flex;
  align-items: center;
  column-gap: 20px;
  padding: 40px 0px 25px;
}
.fast-food {
  padding: 20px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border: 1px solid var(--color-3);
  border-radius: 5px;
}
.fast-food-img img {
  max-width: 50px;
}
.fast-food-img {
  margin-bottom: 5px;
}
.fast-food h4 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 5px;
  color: #000;
}
.fast-food p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 26px;
  color: #000;
  font-weight: 400;
}
@keyframes rotateme {
  from {
    transform:rotate(0deg)
  }
  to {
    transform:rotate(360deg)
  }
}

@media(max-width:1400px){
  .about-three-main-img img {
  border-radius: 50%;
  height: 350px;
}
.about-three-img-2 img {
  max-width: 170px;
  border-radius: 50%;
  height: 170px;
  object-fit: cover;
}
.about-three-img-3 img {
  max-width: 120px;
}
.hr-about-odometer-content {
  padding: 34px 40px;
  margin: 0;
}
.about-food {
  padding: 20px 0px 5px;
}
.hr-section-content .hr-btns-wrap {
  margin-top: 1.5rem;
}
}
@media only screen and (min-width:1200px) and (max-width:1399px) {
  .hr-about-odometer-content {
    padding:20px;
    max-width:500px;
    margin-bottom:20px
  }
  .hr-about-odometer-content h3 {
    font-size:30px
  }
}
@media screen and (max-width:1200px) {
  .hr-about-img-wrap .hr-about-img-1 {
    width:90%
  }
  .hr-about-odometer-content h3 {
  font-size: 28px;
}
.about-three-img-4 {
  bottom: -70px;
  left: 0px;
}
}
@media(max-width:992px){
  .hr-about-left {
  padding-right: 0;
  padding-top: 100px;
}
.about-three-main-img img {
  border-radius: 50%;
  height: 510px;
  width: 100%;
}
.hr-about-three-img .about-three-main-img {
  max-width: 530px;
  margin-right: auto;
}
}
@media screen and (max-width:992px) {
  .hr-about-img-wrap .hr-about-img-1 img,
  .hr-about-img-wrap .hr-about-img-2 img {
    width:100%;
    height:auto;
    margin-left:0
  }
  .hr-about-img-wrap {
    margin-bottom:60px;
    height:648px
  }
  .hr-about-content {
    margin-left:0
  }
  .hr-about-img-wrap {
    margin-right:0
  }
  .hr-about-odometer-content {
  padding: 20px 20px;
  margin: 0;
}
}
@media screen and (max-width:768px) {
  .hr-about-img-wrap {
    height:481px
  }
}
@media screen and (max-width:575px) {
  .hr-about-img-wrap .hr-about-img-1,
  .hr-about-img-wrap .hr-about-img-2 {
    position:unset
  }
  .hr-about-img-wrap .hr-about-img-1 {
    margin-bottom:20px;
    width:100%;
    height:auto;
    margin-top:20px
  }
  .hr-about-img-wrap .hr-about-img-2 {
    width:100%;
    height:auto
  }
  .hr-about-img-wrap {
    height:auto
  }
.about-three-main-img img {
  width: 100%;
  height: auto;
}
.about-three-img-3 img {
  max-width: 60px;
}
.hr-about-three-img .about-three-img-2 {
  position: absolute;
  right: -10px;
  bottom: -70px;
}
.about-three-img-2 img {
  max-width: 140px;
  border-radius: 50%;
  height: 140px;
  object-fit: cover;
}
.about-three-img-4 img {
  max-width: 190px;
}
.about-three-img-4 {
  bottom: -70px;
  left: 10px;
} 
.hr-section-content .hr-titel h3 {
  font-size: 28px;
}
.about-food {
  flex-direction: column;
  row-gap: 20px;
}
.hr-about-odometer-content h3 {
  font-size: 18px;
}
}
