/* Jumpstart Slider ____________________
___________________________________*/
.giftCardSlider-wrapper {
  position: relative; }
  .giftCardSlider-wrapper .jumpstart {
    position: relative; }
    .giftCardSlider-wrapper .jumpstart .jumpstart-slide {
      cursor: move;
      height: 100%; }
      @media screen and (max-width: 1280px) {
        .giftCardSlider-wrapper .jumpstart .jumpstart-slide {
          height: 400px; } }
      @media screen and (max-width: 480px) {
        .giftCardSlider-wrapper .jumpstart .jumpstart-slide {
          height: 320px; } }
      @media only screen and (max-width: 420px) {
        .giftCardSlider-wrapper .jumpstart .jumpstart-slide {
          height: 280px; } }
      .giftCardSlider-wrapper .jumpstart .jumpstart-slide img {
        display: block;
        width: 100%;
        max-width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center center;
        object-position: center center; }

.giftCard-whiteBottomContent {
  position: relative;
  background: #fff;
  padding-inline: 5%;
  text-align: center;
  padding-block: 70px; }
  @media only screen and (max-width: 1500px) {
    .giftCard-whiteBottomContent {
      padding-inline: 5%; } }
  @media only screen and (max-width: 740px) {
    .giftCard-whiteBottomContent {
      padding-inline: 25px; } }
  @media only screen and (max-width: 480px) {
    .giftCard-whiteBottomContent {
      padding-block: 50px; } }
  .giftCard-whiteBottomContent h2 {
    display: block;
    font-family: "FuturaDemiBold", FuturaPT, Futura, "Hind Siliguri", Helvetica, sans-serif;
    color: #f89828;
    font-weight: 900;
    font-size: clamp(28px, 1.56vw, 30px);
    margin: 0;
    line-height: 1.3; }
  .giftCard-whiteBottomContent p {
    color: #000;
    font-size: clamp(16px, 1.25vw, 24px);
    padding: 0;
    margin: 0 0 10px;
    text-align: center;
    line-height: 1.5; }
    .giftCard-whiteBottomContent p small {
      font-size: clamp(16px, 1.04vw, 20px); }
  .giftCard-whiteBottomContent .text-logo {
    display: block;
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    margin: 0 auto 5px; }
    @media only screen and (max-width: 480px) {
      .giftCard-whiteBottomContent .text-logo {
        max-width: 50px; } }
  .giftCard-whiteBottomContent .btn-wrap {
    margin-top: 25px; }
  .giftCard-whiteBottomContent .basic-btn {
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
    width: 320px;
    font-size: clamp(20px, 1.2vw, 23px); }
    .giftCard-whiteBottomContent .basic-btn::after {
      content: "";
      width: 50px;
      height: 200px;
      position: absolute;
      left: -20px;
      top: 0;
      margin-top: -20px;
      background: #fff;
      opacity: 0.6;
      -webkit-filter: blur(20px);
      filter: blur(20px);
      -webkit-animation-delay: 0s;
      animation-delay: 0s;
      -webkit-transform-origin: top;
      -ms-transform-origin: top;
      transform-origin: top;
      -webkit-animation: login-blur 3s ease-in-out infinite;
      animation: login-blur 3s ease-in-out infinite; }

@-webkit-keyframes login-blur {
  from {
    -webkit-transform: translate(0) rotate(45deg);
    transform: translate(0) rotate(45deg); }
  to {
    -webkit-transform: translateX(500px) rotate(45deg);
    transform: translateX(500px) rotate(45deg); } }

@keyframes login-blur {
  from {
    -webkit-transform: translate(0) rotate(45deg);
    transform: translate(0) rotate(45deg); }
  to {
    -webkit-transform: translateX(500px) rotate(45deg);
    transform: translateX(500px) rotate(45deg); } }

/* Give Card Section ___________________
____________________________________________*/
.giftCard-section {
  position: relative;
  background: #ef8508 url("/Content/images/promo/banner-orange-texture.jpg") center/cover no-repeat;
  padding-inline: 5%;
  padding-block: 100px 70px; }
  @media only screen and (max-width: 1500px) {
    .giftCard-section {
      padding-inline: 5%; } }
  @media only screen and (max-width: 740px) {
    .giftCard-section {
      padding-inline: 25px; } }
  @media only screen and (max-width: 740px) {
    .giftCard-section {
      padding-block: 70px; } }
  .giftCard-section h1 {
    display: block;
    text-transform: uppercase;
    color: #fff;
    font-size: clamp(80px, 105px, 105px);
    font-weight: 900;
    margin: 0 0 15px;
    padding: 0;
    font-family: "FuturaDemiBold", FuturaPT, Futura, "Hind Siliguri", Helvetica, sans-serif;
    letter-spacing: initial;
    line-height: 1;
    text-align: center; }
    @media only screen and (max-width: 1000px) {
      .giftCard-section h1 {
        font-size: 50px; } }
    @media only screen and (max-width: 640px) {
      .giftCard-section h1 {
        font-size: 40px; } }
    @media only screen and (max-width: 480px) {
      .giftCard-section h1 {
        font-size: 35px; } }
  .giftCard-section h3 {
    display: block;
    text-align: center;
    font-weight: 900;
    color: #383838;
    font-family: "FuturaDemiBold", FuturaPT, Futura, "Hind Siliguri", Helvetica, sans-serif;
    font-size: clamp(28px, 2.08vw, 40px);
    padding: 0;
    margin: 35px 0 0;
    letter-spacing: 0.03em; }
  .giftCard-section p {
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: clamp(18px, 1.56vw, 30px);
    line-height: 1.5;
    width: 100%;
    max-width: 1350px;
    margin: 0 auto; }
    @media only screen and (max-width: 480px) {
      .giftCard-section p {
        font-size: 16px;
        line-height: 1.7; } }
