/* inner banner */
/* inner banner */
.color-blue {
  color: var(--color-blue);
}

.sec-main-heading {
  color: var(--color-blue);
}

.mob-visible {
  display: none !important;
}

/*==========================*/
/******  Debit card  ********/
/*==========================*/
.debit_card {
  margin-bottom: calc(var(--standard-sec-mg) / 2) !important;
}
.debit_card .vo-bx {
  width: auto;
}
.debit_card .vo-bx .vo-img img {
  width: 100%;
}
.debit_card .vo-bx .vo-details {
  justify-content: end;
  align-items: flex-start;
  flex-direction: column;
  padding-bottom: 20px;
}
.debit_card .vo-bx .vo-details a {
  margin-left: 15px;
}
.debit_card .vo-bx .vo-details a:hover {
  background-color: var(--bs-body-bg);
  color: var(--color-white);
}

/*==========================*/
/******  Credit card  ********/
/*==========================*/
.credit_card {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: calc(var(--standard-sec-mg) / 2);
  padding-bottom: 0;
}
.credit_card .vo-bx {
  width: auto;
}
.credit_card .vo-bx .vo-img img {
  width: 100%;
}
.credit_card .vo-bx .vo-details {
  justify-content: end;
  align-items: flex-start;
  flex-direction: column;
  padding-bottom: 20px;
}
.credit_card .vo-bx .vo-details a {
  margin-left: 15px;
}
.credit_card .vo-bx .vo-details a:hover {
  background-color: var(--bs-body-bg);
  color: var(--color-white);
}

/*==========================*/
/******  Category Deal  ********/
/*==========================*/
.category-deal {
  margin: 100px 0;
}
.category-deal .tabs-area {
  margin-top: 39px;
}
.category-deal .tabs-area .nav-pills {
  justify-content: center;
  align-items: center;
  background: var(--color-white);
  border: 1px solid var(--border-grey-dark);
  border-radius: 50px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 50px;
  box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.15);
}
.category-deal .tabs-area .nav-pills .nav-link {
  text-transform: uppercase;
  border-radius: 25px;
  padding: 14px 50px;
  width: 215px;
  color: var(--color-black);
}
.category-deal .tabs-area .nav-pills .nav-link.active {
  color: var(--color-white);
  background-color: var(--color-blue);
}
.category-deal .tabs-content-area {
  background-image: url(../images/category-deal-bg.png);
  background-size: cover;
  background-position: bottom left;
}
.category-deal .tabs-content-area .cat-deals-swiper {
  padding: 125px 0;
  padding-bottom: 125px !important;
  position: relative;
}
.category-deal .tabs-content-area .cat-deals-swiper .box {
  position: relative;
  border: 1px solid #919191;
  border-radius: 22px;
  overflow: hidden;
}
.category-deal .tabs-content-area .cat-deals-swiper .box .img-area {
  width: 100%;
  height: 100%;
}
.category-deal .tabs-content-area .cat-deals-swiper .box .img-area img {
  transition: transform 0.5s;
  width: 100%;
}
.category-deal .tabs-content-area .cat-deals-swiper .box .top-box-area {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 2%;
  width: 80%;
  left: 10%;
  align-items: center;
}
.category-deal .tabs-content-area .cat-deals-swiper .box .top-box-area .off-area {
  width: 50%;
}
.category-deal .tabs-content-area .cat-deals-swiper .box .top-box-area .off-area p {
  font-family: "Encode Sans Condensed", sans-serif;
  color: var(--color-white);
  font-size: var(--heading-6);
  text-transform: uppercase;
  margin: 0;
}
.category-deal .tabs-content-area .cat-deals-swiper .box .top-box-area .off-area p.disc-text {
  font-size: 66px;
  line-height: 55px;
}
.category-deal .tabs-content-area .cat-deals-swiper .box .top-box-area .off-area p.disc-per {
  font-size: 30px;
  line-height: 25px;
}
.category-deal .tabs-content-area .cat-deals-swiper .box .top-box-area .off-area p.disc-off {
  font-size: 30px;
  line-height: 25px;
}
.category-deal .tabs-content-area .cat-deals-swiper .box .white-bg .bottom-box-area {
  position: absolute;
  display: flex;
  justify-content: space-between;
  align-items: end;
  border-radius: 20px;
  padding: 50px 30px 20px 30px;
  bottom: 0%;
  width: 100%;
  left: 0%;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(228, 196, 119, 0) 0%, #e4c477 45.83%, #ddb557 100%);
}
.category-deal .tabs-content-area .cat-deals-swiper .box .white-bg .bottom-box-area .card-area p {
  font-size: var(--paragraph-txt-24);
  line-height: 30px;
  width: 85%;
  margin: 0;
  color: var(--color-black);
}
.category-deal .tabs-content-area .cat-deals-swiper .box .white-bg .bottom-box-area .card-area p a {
  color: var(--colorDarkGray);
  text-decoration: none;
  color: var(--color-black);
}
.category-deal .tabs-content-area .cat-deals-swiper .box .white-bg .bottom-box-area .logo-area {
  width: 90%;
  text-align: center;
}
.category-deal .tabs-content-area .cat-deals-swiper .box .white-bg .bottom-box-area .logo-area .small-text {
  margin: 0;
  margin-top: 10px;
  width: 100%;
  font-size: 12px;
}
.category-deal .tabs-content-area .cat-deals-swiper .box:hover .img-area img {
  transform: scale(1.5);
  overflow: hidden;
}

@media (max-width: 1199px) {
  .mob-visible {
    display: block !important;
  }
  .desk-visible {
    display: none !important;
  }
  .category-deal .tabs-content-area {
    background-image: none;
  }
  .category-deal .tabs-content-area .cat-deals-swiper .swiper-wrapper {
    justify-content: center;
  }
  .category-deal .tabs-content-area .cat-deals-swiper .box {
    width: auto;
    overflow: hidden;
    transition: 0.5s ease;
  }
  .category-deal .tabs-content-area .cat-deals-swiper .box .white-bg .bottom-box-area {
    padding: 100px 30px 30px 30px;
  }
  .category-deal .tabs-content-area .cat-deals-swiper .box .img-area {
    width: auto;
  }
  .category-deal .tabs-content-area .cat-deals-swiper .box .img-area img {
    width: auto;
  }
  .category-deal .tabs-content-area .row.mob-visible {
    display: flex !important;
  }
  .credit-card-swiper-new .swiper-wrapper .vo-bx {
    width: auto;
    text-align: center;
    position: relative;
    overflow: hidden;
  }
  .credit-card-swiper-new .swiper-wrapper .vo-bx .vo-img {
    width: 100%;
    border: 1px solid #999999;
    border-radius: 20px 20px 20px 20px;
    overflow: hidden;
  }
  .credit-card-swiper-new .swiper-wrapper .vo-bx .vo-img img {
    transition: transform 0.5s;
  }
  .credit-card-swiper-new .swiper-wrapper .vo-bx .vo-details {
    width: 100%;
    height: 140px;
    border-radius: 0px 0px 20px 20px;
    background: linear-gradient(180deg, rgba(228, 196, 119, 0) 0%, #e4c477 45.83%, #ddb557 100%);
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    justify-content: end;
    align-items: flex-start;
    flex-direction: column;
    padding-bottom: 20px;
    border: 1px solid #999999;
    border-top: 0;
  }
  .credit-card-swiper-new .swiper-wrapper .vo-bx .vo-details h4 {
    font-size: calc(60% + 0.7vmin);
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    color: var(--colorBlack);
    padding-inline: 1rem;
    padding-top: 5rem;
    text-align: left;
  }
  .credit-card-swiper-new .swiper-wrapper .vo-bx:hover .vo-img {
    overflow: hidden;
  }
  .credit-card-swiper-new .swiper-wrapper .vo-bx:hover .vo-img img {
    transform: scale(1.5);
    overflow: hidden;
  }
}
@media (max-width: 575px) {
  .credit_card .swiper-wrapper {
    justify-content: normal;
  }
  .credit-card-swiper-new .swiper-wrapper {
    justify-content: normal;
  }
  .credit-card-swiper-new .swiper-wrapper .vo-bx .vo-details {
    height: 90px;
  }
  .credit-card-swiper-new .swiper-wrapper .vo-bx .vo-details h4 {
    font-size: calc(90% + 0.7vmin);
  }
  .category-deal {
    margin: 60px 0;
  }
}
@media (max-width: 767px) {
  .credit_card {
    background-image: url(../images/credit-card-bg-mob.jpg) !important;
  }
}
@media screen and (min-width: 2560px) {
  .category-deal .tabs-content-area {
    background-size: contain;
    background-repeat: no-repeat;
  }
}
@media (min-width: 1600px) and (max-width: 1699px) {
  .category-deal .tabs-content-area .cat-deals-swiper .box .white-bg .bottom-box-area .card-area p {
    font-size: var(--fontSize18);
    width: 100%;
  }
}/*# sourceMappingURL=category.css.map */