.banner-video {
  position: relative;
}
.banner-video video {
  aspect-ratio: auto;
  max-width: 1005px;
  margin: auto;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -46%);
  border-radius: 25px;
}

.slider-section .slider {
  padding-top: 380px;
}

.slider-section .slider .left-section {
  color: #d7c1ed;
}

.slider-section .slider .left-section h4 {
  font-size: 28px;
  font-weight: 600;
  color: #000;
}

.slider-section .slider .left-section p {
  font-size: 14px;
  letter-spacing: 4px;
  font-weight: 500;
  color: #000;
}

.slider-section .slider .logo-section {
  overflow: hidden;
  border-left: 1px solid #000;
  margin: auto 0;
  padding: 21px 0;
}

.slider-section .slider .logo-section .logo-list {
  display: flex;
  height: auto;
  align-items: center;
  animation: 20s linear infinite marquee;
}

.slider-section .slider .logo-section .logo-list img {
  width: 70px;
  margin: 0 32px;
}

.slider-section .slider .logo-section .logo-list img[alt=visa] {
  width: 51px !important;
}

.slider-section .slider .logo-section .logo-list img[alt=gsk] {
  width: 42px !important;
}

.slider-section .slider .logo-section .logo-list img[alt="mc donalds"] {
  width: 37px !important;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.awards-section b {
  font-size: 18px;
  color: #0a0f40;
}

.awards-section p {
  font-size: 15px;
  color: #A7B2BF;
  padding-top: 10px;
  width: 80%;
}

.main {
  background: rgb(217, 228, 235);
  box-shadow: 0px -20px 17px rgba(222, 221, 221, 0.7803921569);
}
.main .inner-main {
  border-radius: 70px 70px 0 0;
  background: #EFF3F7;
}

.step-section h2 {
  font-size: 48px;
  color: #000000;
  font-weight: 800;
}
.step-section h2 span {
  background-image: linear-gradient(173deg, #8F2DBF, #3337CE);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.step-section .step-title {
  color: #AA74EF;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 8px;
}
.step-section h6 {
  font-size: 24px;
  font-weight: 600;
  color: #0D0F0F;
}
.step-section p {
  width: 92%;
  font-size: 18px;
  color: #383838;
}

.template-section h2 {
  font-size: 48px;
  color: #000000;
  font-weight: 800;
}
.template-section h2 span {
  background-image: linear-gradient(173deg, #8F2DBF, #3337CE);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.template-section .card {
  border-radius: 16px;
  border: 0;
}
.template-section .card .img-top:hover .temp-img {
  opacity: 0.5;
}
.template-section .card .img-top:hover .play-icon {
  display: block;
}
.template-section .card .img-top .play-icon {
  width: 66px;
  position: absolute;
  left: 39%;
  top: 22%;
  cursor: pointer;
  display: none;
}
.template-section .card .card-body {
  font-size: 20px;
  color: #8B8B8D;
  text-align: center;
  font-weight: 500;
  text-decoration: none;
  border-radius: 15px;
}
.template-section .card .card-body:hover {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}

#playvideopopup .playvideopopup_footer {
  display: flex;
  justify-content: space-between;
  padding: 18px;
}
#playvideopopup .use-preview {
  padding: 8px 41px;
  background-image: linear-gradient(to right, #7f6fec, #a07ceb);
  color: #ffffff;
  font-size: 20px;
  text-decoration: none;
  border-radius: 5px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1035px !important;
  }
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 70% !important;
    margin: 1.75rem auto;
  }
}
@media only screen and (max-width: 767px) {
  .new_home_section {
    background: none !important;
  }
  .banner-video video {
    position: unset;
    transform: revert;
  }
  .banner a.rainbow-btn:after {
    font-size: 16px !important;
  }
  .slider-section .slider {
    padding-top: 70px !important;
  }
  h2 {
    font-size: 24px !important;
  }
  .template-section .card .card-body {
    font-size: 17px !important;
  }
  .step-section .content {
    text-align: center;
  }
  .christmas-hero a.rainbow-btn{
    width: 300px;
  }
  a.rainbow-btn:before{
    font-size: 16px !important;
    padding: 6px !important;
  }
  .hero-title{
    font-size: 26px !important;
    line-height: 36px !important;

  }
  .christmas-hero{
    height: 250px !important;
  }
}/*# sourceMappingURL=xmas.css.map */

.temp-link{
  text-align: center;
  margin: auto;
  display: inline-block;
    color: gray;

}
.link-container{
  display: flex;
  align-items: center;
  
}

.temp-link:hover{
  text-decoration: none;
  color: #8F2DBF;
}

.christmas-hero {
  max-width: 1004px;
  height: 378px;
  background-image: url("/static_2.0/img/xmas-video/background.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  border-radius: 28px;
}

.christmas-hero a{
    margin-block: 18px 0px !important;
}

.christmas-hero::before {
  content: "";
  position: absolute;
  inset: 0;
}

.christmas-hero > div {
  position: relative;
  z-index: 2;
}

.hero-title {
  color: #ffffff;
  font-weight: 700;
  font: normal normal bold 42px/56px Inter;
}

div.end-sec{
  max-width: 1004px;
  border-radius: 24px;
}