.horizontal-scoll-wrapper {
  padding: 50px 32px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .horizontal-scoll-wrapper {
    padding: 50px 0;
  }
}

.horizontal-scoll-wrapper {
  height: auto;
}

.horizontal {
  display: flex;
  height: auto;
  gap: 30px;
  transform: translate(300px);
}
@media only screen and (max-width: 767px) {
  .horizontal {
    gap: 0 15px;
  }
}

.horizontal > div {
  display: flex;
  flex-shrink: 0;
  padding: 0 5px;
}

.services-area {
  padding-top: 100px;
  padding-bottom: 100px;
}

.infinite-slider-area {
  position: relative;
  padding: 300px 0;
  z-index: 1;
}
@media (min-width: 1200px) and (max-width: 1367px) {
  .infinite-slider-area {
    padding: 280px 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .infinite-slider-area {
    padding: 260px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .infinite-slider-area {
    padding: 260px 0;
  }
}
@media only screen and (max-width: 767px) {
  .infinite-slider-area {
    padding: 200px 0;
  }
}
.infinite-slider-area .elvis_img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 700px;
  z-index: 1;
}
@media (min-width: 1500px) and (max-width: 1599px) {
  .infinite-slider-area .elvis_img {
    width: 670px;
  }
}
@media (min-width: 1368px) and (max-width: 1499px) {
  .infinite-slider-area .elvis_img {
    width: 650px;
  }
}
@media (min-width: 1200px) and (max-width: 1367px) {
  .infinite-slider-area .elvis_img {
    width: 580px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .infinite-slider-area .elvis_img {
    width: 520px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .infinite-slider-area .elvis_img {
    width: 620px;
  }
}
@media only screen and (max-width: 767px) {
  .infinite-slider-area .elvis_img {
    width: 380px;
  }
}
.infinite-slider-area .indinite-slider-wrapper .marquee-cont {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  justify-content: center;
}
.infinite-slider-area .indinite-slider-wrapper .marquee-cont .marquee-slider {
  min-width: 100%;
  flex-shrink: 0;
  animation-direction: reverse;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-play-state: running;
  animation-duration: 25s;
}
.infinite-slider-area .indinite-slider-wrapper .marquee-cont .marquee-slider p {
  display: inline-flex;
  align-items: center;
  font-size: 164px;
  font-weight: 700;
  line-height: 94%;
  letter-spacing: -3px;
  text-transform: uppercase;
  position: relative;
  font-family: "Gantari", sans-serif;
  margin: 0;
}
@media (min-width: 1500px) and (max-width: 1599px) {
  .infinite-slider-area
    .indinite-slider-wrapper
    .marquee-cont
    .marquee-slider
    p {
    font-size: 140px;
  }
}
@media (min-width: 1200px) and (max-width: 1367px) {
  .infinite-slider-area
    .indinite-slider-wrapper
    .marquee-cont
    .marquee-slider
    p {
    font-size: 130px;
  }
}
@media (min-width: 1200px) and (max-width: 1367px) {
  .infinite-slider-area
    .indinite-slider-wrapper
    .marquee-cont
    .marquee-slider
    p {
    font-size: 120px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .infinite-slider-area
    .indinite-slider-wrapper
    .marquee-cont
    .marquee-slider
    p {
    font-size: 110px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .infinite-slider-area
    .indinite-slider-wrapper
    .marquee-cont
    .marquee-slider
    p {
    font-size: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .infinite-slider-area
    .indinite-slider-wrapper
    .marquee-cont
    .marquee-slider
    p {
    font-size: 80px;
  }
}
.infinite-slider-area
  .indinite-slider-wrapper
  .marquee-cont
  .marquee-slider
  p
  img {
  width: 36px;
  margin: 0 40px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .infinite-slider-area
    .indinite-slider-wrapper
    .marquee-cont
    .marquee-slider
    p
    img {
    width: 32px;
    margin: 0 34px;
  }
}
@media only screen and (max-width: 767px) {
  .infinite-slider-area
    .indinite-slider-wrapper
    .marquee-cont
    .marquee-slider
    p
    img {
    width: 30px;
    margin: 0 30px;
  }
}

.creative__card {
  background: radial-gradient(
    167.96% 54.74% at 61.8% 53.05%,
    #fbac1c 16.91%,
    #d54b27 100%
  );
  border-radius: 16px;
  padding: 25px 25px;
  height: 380px;
  width: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (min-width: 1500px) and (max-width: 1599px) {
  .creative__card {
    border-radius: 16px;
    padding: 25px 25px;
    height: 360px;
    width: 100%;
  }
}
@media (min-width: 1368px) and (max-width: 1499px) {
  .creative__card {
    padding: 25px 25px;
    height: 350px;
    width: 100%;
    border-radius: 16px;
  }
}
@media (min-width: 1200px) and (max-width: 1367px) {
  .creative__card {
    border-radius: 16px;
    padding: 20px 20px;
    height: 300px;
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .creative__card {
    border-radius: 16px;
    padding: 20px 20px;
    height: 280px;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .creative__card {
    border-radius: 16px;
    padding: 25px 25px;
    height: 300px;
    width: 100%;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .creative__card {
    border-radius: 16px;
    padding: 20px 20px;
    height: 300px;
    width: unset;
    max-width: 400px;
    margin: 0 auto;
    margin-bottom: 25px;
  }
}
.creative__card .creative__content {
  height: 100%;
  padding-bottom: 20px;
}
.creative__card .creative__content .creative__title {
  margin-bottom: 25px;
  width: 100%;
}
.creative__card .creative__content .creative__title h2 {
  background-color: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(54px);
  -webkit-backdrop-filter: blur(54px);
  display: inline-block;
  padding: 7px 20px;
  padding-bottom: 1px;
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
  border-radius: 12px;
  font-size: 32px;
  letter-spacing: -2px;
  margin-bottom: 0;
  font-family: "GrandHolidaySans";
}
@media (min-width: 1500px) and (max-width: 1599px) {
  .creative__card .creative__content .creative__title h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1368px) and (max-width: 1499px) {
  .creative__card .creative__content .creative__title h2 {
    font-size: 28px;
    line-height: 32px;
    padding: 12px 20px;
    padding-bottom: 8px;
  }
}
@media (min-width: 1200px) and (max-width: 1367px) {
  .creative__card .creative__content .creative__title h2 {
    font-size: 28px;
    line-height: 32px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .creative__card .creative__content .creative__title h2 {
    font-size: 24px;
    line-height: 28px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .creative__card .creative__content .creative__title h2 {
    font-size: 24px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .creative__card .creative__content .creative__title h2 {
    font-size: 24px;
    line-height: 28px;
    padding: 10px 15px;
    padding-bottom: 5px;
  }
}
.creative__card .creative__content .creative__description {
  width: 250px;
}
@media (min-width: 1500px) and (max-width: 1599px) {
  .creative__card .creative__content .creative__description {
    width: 240px;
  }
}
@media (min-width: 1368px) and (max-width: 1499px) {
  .creative__card .creative__content .creative__description {
    width: 220px;
  }
}
@media (min-width: 1200px) and (max-width: 1367px) {
  .creative__card .creative__content .creative__description {
    width: 220px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .creative__card .creative__content .creative__description {
    width: 220px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .creative__card .creative__content .creative__description {
    width: 220px;
  }
}
@media only screen and (max-width: 767px) {
  .creative__card .creative__content .creative__description {
    width: 180px;
  }
}
.creative__card .creative__content .creative__description p {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  line-height: 120%;
}
@media (min-width: 1500px) and (max-width: 1599px) {
  .creative__card .creative__content .creative__description p {
    font-size: 20px;
  }
}
@media (min-width: 1368px) and (max-width: 1499px) {
  .creative__card .creative__content .creative__description p {
    font-size: 20px;
  }
}
@media (min-width: 1200px) and (max-width: 1367px) {
  .creative__card .creative__content .creative__description p {
    font-size: 18px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .creative__card .creative__content .creative__description p {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .creative__card .creative__content .creative__description p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .creative__card .creative__content .creative__description p {
    font-size: 16px;
  }
}
.creative__card .card_img {
  position: absolute;
  left: 0;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  height: 100%;
  object-fit: cover;
}
.creative__card.card__version-two .creative__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.creative__card.card__version-two .creative__content .creative__description {
  display: flex;
  align-items: flex-end;
}
