@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
.notFoundPage {
  height: calc(100vh - 100px);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-top: 90px;
}
@media (max-width: 990px) {
  .notFoundPage {
    margin-top: 78px;
  }
}
.notFoundPage .heroWrapper {
  padding-top: 12%;
}
@media (max-width: 768px) {
  .notFoundPage .heroWrapper {
    padding-top: 30%;
  }
}
.notFoundPage .heroWrapper .cols {
  display: flex;
  flex-wrap: wrap;
}
.notFoundPage .heroWrapper .cols .leftCol {
  width: 60%;
}
.notFoundPage .heroWrapper .cols .leftCol .content {
  max-width: 616px;
  width: 100%;
  padding-left: 5rem;
}
@media (max-width: 768px) {
  .notFoundPage .heroWrapper .cols .leftCol .content {
    padding-left: 0;
  }
}
.notFoundPage .heroWrapper .cols .leftCol h1 {
  color: #fff;
  font-family: Inter;
  font-size: 120px;
  font-style: normal;
  font-weight: 700;
  line-height: 100px; /* 83.333% */
  margin-bottom: 2rem;
}
@media (max-width: 620px) {
  .notFoundPage .heroWrapper .cols .leftCol h1 {
    font-size: 80px;
  }
}
.notFoundPage .heroWrapper .cols .leftCol h4 {
  color: #fff;
  font-family: Inter;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 2px;
  margin-bottom: 4rem;
}
@media (max-width: 620px) {
  .notFoundPage .heroWrapper .cols .leftCol h4 {
    font-size: 20px;
  }
}
.notFoundPage .heroWrapper .cols .leftCol a {
  padding: 16px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 40px;
  background: #FFFFFF;
  color: #D42D21;
}
@media (max-width: 920px) {
  .notFoundPage .heroWrapper .cols .leftCol {
    width: 100%;
  }
}
.notFoundPage .heroWrapper .cols .rightCol {
  width: 40%;
}
@media (max-width: 1024px) {
  .notFoundPage .heroWrapper .cols .rightCol img {
    display: none;
  }
}
@media (max-width: 1024px) {
  .notFoundPage .heroWrapper .cols .rightCol {
    display: none;
  }
}

html,
body {
  font-family: "Inter", sans-serif;
  background-color: #f2f4f8;
}

a {
  text-decoration: none;
}

h1 {
  font-size: 60px;
  font-weight: 500;
  line-height: 60px;
}
@media (max-width: 768px) {
  h1 {
    font-size: 44px;
    line-height: 50px;
  }
}
@media (max-width: 560px) {
  h1 {
    font-size: 34px;
    line-height: 36px;
  }
}

h2 {
  font-size: 40px;
  font-weight: 500;
  line-height: 56px;
}

h3 {
  font-size: 32px;
  line-height: 56px;
}

h4 {
  font-size: 28px;
  line-height: 38px;
}

h5 {
  font-size: 20px;
  line-height: 26px;
}

p {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
}

section {
  position: relative;
}

.container {
  max-width: 1320px;
  width: 100%;
}

.mt-100 {
  margin-top: 100px;
}

.btn-theme-outline-white {
  border: 2px solid #ffffff;
  border-radius: 40px;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: -0.1px;
  text-transform: uppercase;
  padding: 10px 35px;
  color: #ffffff;
}
.btn-theme-outline-white:hover {
  color: #ffffff;
}

.gredient-outline {
  border: none;
  background-image: linear-gradient(180deg, #d9aaf4 0%, #8e34c1 100%);
  padding: 1px;
}
.gredient-outline span {
  color: #D42D21;
  background-color: #FFFFFF;
  padding: 12px 30px;
  display: block;
  border-radius: 40px;
}

header {
  background: linear-gradient(90deg, #E2273A 2%, #553392 100%);
  position: fixed;
  width: 100%;
  left: 0;
  z-index: 999;
  top: 0;
}
header .navbar {
  position: relative;
}
header .navbar .navbar-brand {
  position: absolute;
  z-index: 10;
}
header .navbar .navbar-brand img {
  width: 80px;
}
header .navbar .menu-box {
  position: relative;
}
header .navbar .menu-box .navbar-nav {
  gap: 55px;
  align-items: center;
}
header .navbar .menu-box .navbar-nav .nav-item .nav-link {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  padding: 1.5rem 0.5rem;
  color: #ffffff;
}
header .navbar .menu-box .navbar-nav .nav-item .nav-link:hover, header .navbar .menu-box .navbar-nav .nav-item .nav-link.current {
  color: #FFE363;
}
@media (max-width: 1050px) {
  header .navbar .menu-box .navbar-nav {
    gap: 20px;
  }
}
header .navbar .navbar-toggler {
  border: none;
  outline: none;
}
header .navbar .navbar-toggler:focus {
  box-shadow: unset;
}
header .navbar .offcanvas .offcanvas-body {
  justify-content: end;
  padding-right: 8rem;
}
@media (max-width: 1320px) {
  header .navbar .offcanvas .offcanvas-body {
    justify-content: end;
    padding-right: 6rem;
  }
}
@media (max-width: 1120px) {
  header .navbar .offcanvas .offcanvas-body {
    padding-right: 2rem;
  }
}
header .navbar .nav-select {
  position: absolute;
  right: 0;
}

@media (max-width: 1024px) {
  .lang-ta header .navbar .menu-box .navbar-nav .nav-item .nav-link {
    font-size: 13px;
  }
}
@media (max-width: 1220px) {
  .lang-ta header .navbar .menu-box .navbar-nav {
    gap: 20px;
  }
}
@media (max-width: 1220px) {
  .lang-ta header .navbar .menu-box .navbar-nav {
    gap: 5px;
  }
}

.home-hero {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  height: 100vh;
  position: relative;
  padding-top: 80px;
  overflow-x: visible;
}
@media (max-width: 950px) {
  .home-hero {
    height: auto;
    max-height: 700px;
    overflow: hidden;
  }
}
@media (max-width: 850px) {
  .home-hero {
    height: 100vh;
    max-height: none;
  }
}
@media (max-width: 560px) {
  .home-hero {
    min-height: 90vh;
  }
}
@media (max-width: 375px) {
  .home-hero {
    padding-top: 70px;
  }
}
@media (max-width: 360px) {
  .home-hero {
    padding-top: 58px;
  }
}
.home-hero video {
  min-height: 100vh;
  object-fit: cover;
}
@media (max-width: 950px) {
  .home-hero video {
    min-height: 900px;
  }
}
@media (max-width: 850px) {
  .home-hero video {
    min-height: 100vh;
  }
}
@media (max-width: 560px) {
  .home-hero video {
    min-height: 75vh;
  }
}
.home-hero .bannerImage {
  width: 100%;
  min-height: 100vh;
  object-fit: cover;
}
.home-hero .hero-info {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  z-index: 10;
  padding-top: 80px;
}
@media (max-width: 950px) {
  .home-hero .hero-info {
    top: 50%;
  }
}
@media (max-width: 850px) {
  .home-hero .hero-info {
    top: 50%;
  }
}
@media (max-width: 767px) {
  .home-hero .hero-info {
    padding: 80px 10px 0px 10px;
  }
}
.home-hero .hero-info .container {
  max-width: 100%;
}
.home-hero .hero-info h1 {
  color: #ffffff;
  letter-spacing: 1px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .home-hero .hero-info h1 {
    margin-top: 0px;
    font-size: 40px;
    line-height: 48px;
  }
}
@media (max-width: 560px) {
  .home-hero .hero-info h1 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 360px) {
  .home-hero .hero-info h1 {
    font-size: 28px;
    line-height: 36px;
  }
}
.home-hero .hero-info p {
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  color: #ffffff;
  margin-bottom: 30px;
}

.features-section {
  padding: 80px 0;
}
.features-section .col-md-6 {
  margin-top: 15px;
}
.features-section .card {
  background: #ffffff;
  border: none;
  border-radius: 32px;
  height: 100%;
}
.features-section .card .card-body {
  padding: 2rem;
}
.features-section .card .card-body .feature-icon-box {
  margin-bottom: 15px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.features-section .card .card-body .feature-icon-box img {
  width: 50px;
}
.features-section .card .card-body h5 {
  font-weight: 500;
  line-height: 36px;
  color: #6e247c;
  margin-bottom: 10px;
}
.features-section .card .card-body p {
  color: #4b464b;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0px;
}

.phone-holder-section {
  background: linear-gradient(97.7deg, #FFE363 0%, #F68F37 40%, #E86537 68%, #DF2B2A 100%);
  padding: 80px 0;
}
.phone-holder-section h1 {
  color: #ffffff;
  margin-bottom: 30px;
}
.phone-holder-section p {
  color: #ffffff;
  margin-bottom: 30px;
}
.phone-holder-section img {
  width: 100%;
}

.get-started-section {
  padding: 80px 0;
}
.get-started-section .container {
  max-width: 1000px;
}
.get-started-section .get-started-blocks {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .get-started-section .get-started-blocks {
    flex-direction: column;
  }
}
.get-started-section .get-started-blocks .get-started-cards {
  width: 45%;
}
@media (max-width: 768px) {
  .get-started-section .get-started-blocks .get-started-cards {
    width: 80%;
  }
}
@media (max-width: 600px) {
  .get-started-section .get-started-blocks .get-started-cards {
    width: 90%;
  }
}
.get-started-section h1 {
  color: #D42D21;
}
.get-started-section .get-started-box {
  padding-top: 30px;
}
.get-started-section .get-started-box .main-img {
  text-align: center;
  margin-bottom: -200px;
  z-index: 1;
  position: relative;
  height: 220px;
}
.get-started-section .get-started-box .main-img img {
  width: auto;
  max-width: 270px;
}
.get-started-section .get-started-box .card {
  border: 0;
  border-radius: 40px;
  margin-top: 90px;
  padding-top: 90px;
}
@media (max-width: 360px) {
  .get-started-section .get-started-box .card .card-body-top {
    flex-direction: column;
    gap: 1rem;
    justify-content: center;
  }
}
.get-started-section .get-started-box .card .card-body {
  padding: 3rem 1.5rem;
}
.get-started-section .get-started-box .card .card-body img {
  width: 90px;
}
.get-started-section .get-started-box .card .card-body h4 {
  font-weight: 600;
  color: #263943;
}
.get-started-section .get-started-box .card .card-body p {
  color: #5a707b;
}
.get-started-section .get-started-box .card .card-body .get-started-list {
  list-style: none;
  padding-left: 57px;
}
@media (max-width: 360px) {
  .get-started-section .get-started-box .card .card-body .get-started-list {
    padding-left: 10px !important;
  }
}
.get-started-section .get-started-box .card .card-body .get-started-list ol {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.get-started-section .get-started-box .card .card-body .get-started-list li {
  font-weight: 600;
  font-size: 18px;
  line-height: 35px;
  color: #263943;
  margin-bottom: 10px;
  list-style: none;
  position: relative;
  padding-left: 40px;
  counter-increment: count;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 1024px) {
  .get-started-section .get-started-box .card .card-body .get-started-list li {
    font-size: 16px;
  }
}
.get-started-section .get-started-box .card .card-body .get-started-list li::before {
  content: counter(count);
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: #e6daea;
  color: #722980;
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  justify-content: center;
  margin-right: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.get-started-section .get-started-box .card .card-body .get-started-list li .span {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: #e6daea;
  color: #722980;
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  justify-content: center;
  margin-right: 20px;
}
.get-started-section .get-started-box .card .card-body .app-download {
  padding-left: 57px;
}
.get-started-section .get-started-box .card .card-body .app-download p {
  color: #5a707b;
  margin-right: 15px;
  margin-bottom: 0;
}
.get-started-section .get-started-box .card .card-body .app-download a {
  width: 48px;
  height: 48px;
  background: linear-gradient(270deg, #EB2121 0%, #6E247C 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #ffffff;
  text-decoration: none;
  border-radius: 15px;
  margin-right: 15px;
}

.gpay-section {
  overflow: hidden;
  position: relative;
}
.gpay-section .gpayvideoplay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.gpay-section .video-sound-btn {
  position: absolute;
  bottom: 40px;
  left: 50px;
}
.gpay-section .video-sound-btn a {
  cursor: pointer;
}
.gpay-section .video-sound-btn a.sound-muted {
  display: none;
}
.gpay-section .video-sound-btn i {
  color: #fff;
  font-size: 25px;
}
.gpay-section video {
  position: relative;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.deals-section {
  padding: 80px 0;
  background: linear-gradient(180deg, #FFE363 0%, #F68F37 30%, #E86537 60%, #DF2B2A 100%);
}
.deals-section .home-offers-slider .home-offer-itm {
  padding: 0px 15px;
}
.deals-section .home-offers-slider .slick-arrow {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  border: none;
  outline: none;
  z-index: 10;
}
.deals-section .home-offers-slider .slick-arrow:before {
  color: #fff;
  background-color: #722980;
  width: 30px;
  height: 30px;
  display: block;
  border-radius: 8px;
}
.deals-section .home-offers-slider .slick-arrow.slick-prev {
  left: 15px;
}
.deals-section .home-offers-slider .slick-arrow.slick-prev:before {
  content: "‹";
}
.deals-section .home-offers-slider .slick-arrow.slick-next {
  right: 5px;
}
.deals-section .home-offers-slider .slick-arrow.slick-next:before {
  content: "›";
}
.deals-section h1 {
  color: #D42D21;
  margin-bottom: 0;
}
.deals-section .dealCard {
  position: relative;
}
.deals-section .dealCard .percent {
  background-color: #e44a4a;
  color: #fff;
  width: fit-content;
  padding: 15px 20px;
  border-radius: 16px;
  margin-bottom: 12px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  position: absolute;
  top: 1rem;
  left: 1rem;
}
.deals-section a {
  overflow: hidden;
  position: relative;
  display: block;
  padding: 0px;
}
.deals-section a img {
  width: 100%;
  margin-bottom: 25px;
  border-radius: 20px;
  transition: 0.5s all;
}
.deals-section a img:hover {
  transform: scale(0.98);
}

.brand-section {
  padding: 80px 0;
}
.brand-section h1 {
  color: #D42D21;
  margin-bottom: 30px;
}
.brand-section p {
  color: #706b71;
  margin-bottom: 50px;
}
.brand-section p span {
  font-size: 18px;
  font-weight: 700;
}

.stat-section {
  padding: 80px 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.stat-section h1 {
  color: #ffffff;
}
.stat-section .card {
  border-radius: 32px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.5) 100%);
  border: 0px solid rgba(126, 126, 126, 0.44);
  backdrop-filter: blur(10px);
  min-height: 260px;
  height: 100%;
}
.stat-section .card .card-body {
  padding: 2rem;
}
.stat-section .card .card-body .state-icon-box {
  margin-bottom: 15px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.stat-section .card .card-body .state-icon-box img {
  width: 60px;
}
.stat-section .card .card-body h4 {
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 15px;
}
.stat-section .card .card-body p {
  font-weight: 500;
  color: #bebdc0;
  margin-bottom: 0;
}

.insta-section {
  padding: 80px 0;
}
.insta-section .insta-icon {
  background: linear-gradient(180deg, #fff281 -10%, #fdc128 107.5%);
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  margin: 0 auto;
}
.insta-section .insta-icon i {
  color: #6e247c;
  font-size: 20px;
}
.insta-section a {
  text-decoration: none;
  font-weight: 500;
  font-size: 20px;
  line-height: 50px;
  color: #6e247c;
  border-radius: 20px;
  overflow: hidden;
  max-height: 300px;
  display: block;
}
.insta-section img {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}

.app-img-box {
  gap: 10px;
}
.app-img-box img {
  width: 100%;
}

.btn-check:focus + .btn,
.btn:focus {
  box-shadow: none;
}

.breadcumb {
  position: absolute;
  top: 40px;
}
.breadcumb ul {
  list-style: none;
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.87);
  border-radius: 4px;
  padding: 5px 12px;
  width: fit-content;
  margin-bottom: 0;
}
.breadcumb ul.no-hero {
  background: #dad3da;
}
.breadcumb ul.no-hero li a {
  color: #65656A;
  font-weight: 500;
}
.breadcumb ul.no-hero li i {
  color: #65656A;
}
.breadcumb ul.no-hero li span {
  color: #AEA9A9;
  font-weight: 400;
}
.breadcumb ul li a {
  text-decoration: none;
  color: #65656A;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-weight: 500;
  font-size: 13px;
}
.breadcumb ul li span {
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #AEA9A9;
  font-weight: 400;
  font-size: 13px;
}
.breadcumb ul li i {
  color: #65656A;
  font-size: 13px;
}

.offers-hero {
  padding: 150px 0;
  background-position: center;
  background-size: cover;
}
@media (max-width: 767px) {
  .offers-hero {
    margin-top: 77px !important;
  }
}
@media (max-width: 375px) {
  .offers-hero {
    margin-top: 70px !important;
  }
}
@media (max-width: 360px) {
  .offers-hero {
    margin-top: 58px !important;
  }
}
.offers-hero h1 {
  color: #ffffff;
  margin-bottom: 20px;
}
.offers-hero p {
  color: #ffffff;
  margin-bottom: 0;
}

.offerSlider {
  position: relative;
}

.featured-offer-section {
  padding-top: 80px;
  padding-bottom: 150px;
  background-position: center;
  background-size: cover;
}
.featured-offer-section h3 {
  font-weight: 600;
  color: #ffffff;
}
.featured-offer-section .custom-prev-arrow {
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  opacity: 0.8;
}
.featured-offer-section .custom-prev-arrow svg {
  fill: #fff;
  height: 1em;
  width: 1em;
  transform: scaleX(-1);
}
@media (max-width: 1024px) {
  .featured-offer-section .custom-prev-arrow {
    display: none !important;
  }
}
.featured-offer-section .custom-next-arrow {
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  opacity: 0.8;
}
.featured-offer-section .custom-next-arrow svg {
  fill: #fff;
  height: 1em;
  width: 1em;
}
@media (max-width: 1024px) {
  .featured-offer-section .custom-next-arrow {
    display: none !important;
  }
}
.featured-offer-section #featured-offer-slider {
  position: relative;
}
.featured-offer-section #featured-offer-slider .slick-track {
  margin-left: revert;
}
.featured-offer-section #featured-offer-slider .slick-dots {
  margin-top: 2rem;
  bottom: -80px;
  left: 0;
}
.featured-offer-section #featured-offer-slider .slick-dots button::before {
  width: 10px;
  height: 10px;
  background-color: #ccc;
  color: transparent;
  border-radius: 100%;
}
@media (max-width: 1024px) {
  .featured-offer-section #featured-offer-slider {
    padding: 0;
  }
}

#featured-offer-slider {
  padding: 0 30px;
}

.splide__arrow {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  opacity: 0.8;
}
.splide__arrow:hover {
  opacity: 1;
}
.splide__arrow svg {
  fill: #fff;
  height: 1em;
  width: 1em;
}
.splide__arrow.splide__arrow--next {
  right: -1em;
}
.splide__arrow.splide__arrow--prev {
  left: -1em;
}

.filters-button-group {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
@media (max-width: 1050px) {
  .filters-button-group {
    gap: 10px;
  }
}
@media (max-width: 1010px) {
  .filters-button-group {
    gap: 6px;
  }
}
.filters-button-group .button {
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  color: #6e247c;
  letter-spacing: -0.5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  padding: 0px 10px;
  border: none;
  transition: 0.4s all;
}
.filters-button-group .button:hover {
  background: linear-gradient(90deg, #FFE363 0%, #DF2B2A 100%);
  color: #ffffff;
}
.filters-button-group .button.is-checked {
  background: linear-gradient(90deg, #FFE363 0%, #F68F37 0%, #E86537 0%, #DF2B2A 100%);
  color: #ffffff;
}
.filters-button-group .button img {
  width: 25px;
  margin-right: 5px;
}

.grid .element-item {
  margin-bottom: 25px;
}
.grid .element-item .deals-box {
  padding: 0px;
}

.badge {
  color: #6e247c;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -0.5px;
  border-radius: 8px;
  padding: 8px;
  background: #fff;
}

.off-upto {
  background-color: #e44a4a;
  width: fit-content;
  padding: 15px 20px;
  border-radius: 16px;
  margin-bottom: 12px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.expiredatebox {
  width: auto;
  margin: 0 0 30px 0px;
  padding: 6px 15px;
  background: #D42D21;
  color: #fff;
  font-size: 12px;
  display: inline-block;
}

.deals-box {
  padding: 0 15px;
}
.deals-box .card {
  border: none;
  border-radius: 20px;
  background-color: #fff;
  text-decoration: none;
}
.deals-box .card .wrap-image {
  height: auto;
  overflow: hidden;
  position: relative;
}
.deals-box .card .wrap-image img {
  border-radius: 20px 20px 0 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.deals-box .card .wrap-image .badge {
  position: absolute;
  top: 25px;
  right: 33px;
}
.deals-box .card .card-body {
  padding: 2rem;
}
.deals-box .card .card-body .expiredatebox {
  margin-bottom: 0;
}
.deals-box .card .card-body .date {
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  color: #ffffff;
  background: #a456d0;
  border-radius: 2px;
  padding: 4px 10px;
  width: fit-content;
  margin-bottom: 20px;
}
.deals-box .card .card-body h5 {
  color: #D42D21;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: left;
}
.deals-box .card .card-body p {
  color: #5a707b;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: left;
  margin-bottom: 12px;
}
.deals-box .card .card-body .new-date {
  color: #98a3a8;
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
}

.browse-offers-section {
  padding: 80px 0;
}
.browse-offers-section h3 {
  font-weight: 600;
  color: #D42D21;
}

.stay-tuned-section {
  padding-bottom: 80px;
}
.stay-tuned-section .card {
  border: none;
  background-position: center;
  background-size: cover;
  padding: 50px 15px;
  border-radius: 20px;
}
.stay-tuned-section .card img {
  width: 33px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.stay-tuned-section .card h2 {
  color: #ffffff;
  text-align: center;
  margin-bottom: 30px;
}
.stay-tuned-section .card .inside-box {
  background: rgba(0, 0, 0, 0.6);
  border-radius: 16px;
  padding: 30px;
}
.stay-tuned-section .card .inside-box h5 {
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 20px;
}
.stay-tuned-section .card .inside-box ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.stay-tuned-section .card .inside-box ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
}

.offers-details-hero {
  background-position: center;
  background-size: cover;
  padding: 80px 0;
  position: relative;
}
.offers-details-hero .date {
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  color: #ffffff;
  background: #a456d0;
  border-radius: 2px;
  padding: 4px 10px;
  width: fit-content;
  margin-bottom: 20px;
}
.offers-details-hero .content p,
.offers-details-hero .content ul,
.offers-details-hero .content li,
.offers-details-hero .content span {
  color: #fff;
}
.offers-details-hero .content p.seasonal-box,
.offers-details-hero .content ul.seasonal-box,
.offers-details-hero .content li.seasonal-box,
.offers-details-hero .content span.seasonal-box {
  color: #e44a4a;
}
.offers-details-hero .content .offer-singel-info p,
.offers-details-hero .content .offer-singel-info ul,
.offers-details-hero .content .offer-singel-info li,
.offers-details-hero .content .offer-singel-info span {
  color: #fff !important;
}
.offers-details-hero .offer-details-info ul,
.offers-details-hero .offer-details-info ol {
  padding: 0 0 20px 20px;
  margin: 0;
}
.offers-details-hero .offer-details-info ul li,
.offers-details-hero .offer-details-info ol li {
  color: #ffffff;
  margin-bottom: 8px;
}
.offers-details-hero h1 {
  color: #ffffff;
  margin-bottom: 20px;
}
.offers-details-hero p {
  color: #ffffff;
  margin-bottom: 0;
}
.offers-details-hero img {
  width: 100%;
  border-radius: 20px;
}
.offers-details-hero .social-media-share {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
}
@media (max-width: 1200px) {
  .offers-details-hero .social-media-share {
    margin-top: 20px;
  }
}
.offers-details-hero .social-media-share span {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}
.offers-details-hero .social-media-share ul {
  display: flex;
  justify-content: flex-start;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.offers-details-hero .social-media-share ul li .social-link {
  width: 36px;
  height: 36px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
}

.related-deals-section {
  padding: 80px 0;
}
.related-deals-section h3 {
  color: #D42D21;
  font-weight: 600;
}

.about-us-hero {
  background-position: center;
  background-size: cover;
  padding: 80px 0;
}
@media (max-width: 767px) {
  .about-us-hero {
    margin-top: 77px !important;
  }
}
@media (max-width: 375px) {
  .about-us-hero {
    margin-top: 70px !important;
  }
}
@media (max-width: 360px) {
  .about-us-hero {
    margin-top: 58px !important;
  }
}
.about-us-hero img.bg-art {
  position: absolute;
  width: auto;
  right: 0;
  top: 0;
}
.about-us-hero h1 {
  color: #ffffff;
  margin-bottom: 30px;
  z-index: 1;
  position: relative;
}
.about-us-hero p {
  color: #ffffff;
  margin-bottom: 0px;
}
.about-us-hero h2 {
  color: #ffffff;
  margin-bottom: 30px;
}
.about-us-hero img.about-hero-phone {
  z-index: 1;
  position: relative;
  width: 90%;
}
.about-us-hero .card {
  background: #ffffff;
  border: none;
  border-radius: 32px;
  min-height: 220px;
  margin-bottom: 15px;
}
.about-us-hero .card .card-body {
  padding: 2rem;
}
.about-us-hero .card .card-body .feature-icon-box {
  margin-bottom: 15px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-us-hero .card .card-body .feature-icon-box img {
  width: 50px;
}
.about-us-hero .card .card-body h4 {
  font-weight: 700;
  color: #D42D21;
  margin-bottom: 10px;
}
.about-us-hero .card .card-body p {
  color: #4b464b;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0px;
}

.what-we-section {
  padding: 80px 0;
}
.what-we-section h2 {
  color: #D42D21;
  margin-bottom: 0px;
}
.what-we-section .card {
  background: #ffffff;
  border: none;
  border-radius: 32px;
  min-height: 300px;
  margin-bottom: 30px;
}
.what-we-section .card .card-body {
  padding: 2rem;
}
.what-we-section .card .card-body .feature-icon-box {
  margin-bottom: 15px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: start;
}
.what-we-section .card .card-body .feature-icon-box img {
  width: 50px;
}
.what-we-section .card .card-body h4 {
  font-weight: 700;
  color: #D42D21;
  margin-bottom: 10px;
}
.what-we-section .card .card-body p {
  color: #4b464b;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
}

.how-it-work-hero {
  background-position: center;
  background-size: cover;
  padding: 80px 0;
}
@media (max-width: 767px) {
  .how-it-work-hero {
    margin-top: 77px !important;
  }
}
@media (max-width: 375px) {
  .how-it-work-hero {
    margin-top: 70px !important;
  }
}
@media (max-width: 360px) {
  .how-it-work-hero {
    margin-top: 59px !important;
  }
}
.how-it-work-hero h1 {
  color: #ffffff;
  margin-bottom: 30px;
}
.how-it-work-hero p {
  color: #ffffff;
}
.how-it-work-hero .video-box {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.how-it-work-hero .video-box video {
  border-radius: 20px;
}
.how-it-work-hero .video-box a {
  position: absolute;
}
.how-it-work-hero .video-box a i {
  color: #ffffff;
  font-size: 30px;
  transition: 0.4s all;
}
.how-it-work-hero .video-box a:hover i {
  transform: scale(1.1);
}

.make-payment-section {
  padding: 80px 0;
}
.make-payment-section .box {
  border-radius: 32px;
  background: #ffffff;
  padding: 50px 0px;
}
.make-payment-section .box .q-logo {
  width: 100px;
  margin-bottom: 15px;
}
.make-payment-section .box h2 {
  color: #D42D21;
}
.make-payment-section .box p {
  color: #4b464b;
  font-weight: 500;
}
.make-payment-section .box h4 {
  color: #D42D21;
  font-weight: 700;
  margin-bottom: 20px;
}
.make-payment-section .box h5 {
  font-weight: 600;
}
.make-payment-section .box img {
  width: 100%;
}
.make-payment-section .box .make-payment-slide-number ul {
  padding: 0px;
  margin: 0px;
  position: relative;
  list-style-type: none;
  display: flex;
  bottom: 0;
}
.make-payment-section .box .make-payment-slide-number ul li {
  width: auto;
  height: auto;
  margin: 0;
}
.make-payment-section .box .make-payment-slide-number ul li button {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 16px;
  color: #706d70;
  background: #f2ecf3;
  border-radius: 100%;
  margin-right: 20px;
  padding: 0;
}
.make-payment-section .box .make-payment-slide-number ul li button:before {
  display: none;
}
.make-payment-section .box .make-payment-slide-number ul li.slick-active button {
  color: #ffffff;
  background: linear-gradient(90deg, #FFE363 0%, #F68F37 35%, #E86537 68%, #DF2B2A 100%);
}
.make-payment-section .box .make-payment-slide-number div.slick-slide,
.make-payment-section .box .accept-payment-slide-number div.slick-slide {
  width: 50px !important;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 16px;
  color: #706d70;
  background: #f2ecf3;
  border-radius: 100%;
  margin-right: 20px;
  cursor: pointer;
}
.make-payment-section .box .make-payment-slide-number div.slick-slide:focus,
.make-payment-section .box .accept-payment-slide-number div.slick-slide:focus {
  outline: none;
  box-shadow: none;
}
.make-payment-section .box .make-payment-slide-number div.slick-slide.slick-current,
.make-payment-section .box .accept-payment-slide-number div.slick-slide.slick-current {
  color: #ffffff;
  background: #722980;
}
.make-payment-section .payment-app-links {
  padding-top: 20px;
  display: flex;
  column-gap: 16px;
}
.make-payment-section .payment-app-links img {
  max-width: 140px;
}

.merchants-hero {
  background-position: center;
  background-size: cover;
  padding: 80px 0;
}
@media (max-width: 992px) {
  .merchants-hero {
    margin-top: 95px !important;
  }
}
@media (max-width: 375px) {
  .merchants-hero {
    margin-top: 78px !important;
  }
}
@media (max-width: 360px) {
  .merchants-hero {
    margin-top: 66px !important;
  }
}
.merchants-hero h1 {
  color: #ffffff;
  margin-bottom: 30px;
  z-index: 1;
  position: relative;
}
.merchants-hero p {
  color: #ffffff;
  margin-bottom: 0px;
}
.merchants-hero h2 {
  color: #ffffff;
  margin-bottom: 30px;
}
.merchants-hero img.merchants-hero-phone {
  width: 90%;
}
@media (max-width: 768px) {
  .merchants-hero img.merchants-hero-phone {
    width: 30% !important;
  }
}
@media (max-width: 560px) {
  .merchants-hero img.merchants-hero-phone {
    width: 50% !important;
  }
}
.merchants-hero .card {
  background: #ffffff;
  border: none;
  border-radius: 32px;
  min-height: 250px;
}
@media (max-width: 480px) {
  .merchants-hero .card {
    min-height: 275px;
  }
}
.merchants-hero .card .card-body {
  padding: 2rem;
}
.merchants-hero .card .card-body .feature-icon-box {
  margin-bottom: 15px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.merchants-hero .card .card-body .feature-icon-box img {
  width: 50px;
}
.merchants-hero .card .card-body h4 {
  font-weight: 700;
  color: #DF2B2A;
  margin-bottom: 10px;
}
.merchants-hero .card .card-body p {
  color: #4b464b;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0px;
}

.our-object-section {
  padding: 80px 0;
}
.our-object-section h4 {
  color: #DF2B2A;
  margin-bottom: 20px;
  font-weight: 700;
}
.our-object-section p {
  color: #4b464b;
  margin-bottom: 0;
}

.resources-section {
  margin-bottom: 80px;
}
.resources-section h4 {
  color: #DF2B2A;
  margin-bottom: 20px;
  font-weight: 700;
}
.resources-section .card {
  border: none;
  border-radius: 32px;
}
.resources-section .card .icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, #E2273A 0%, #553392 100%);
  border-radius: 21px;
  margin-right: 20px;
}
.resources-section .card .lang {
  background: #f2ecf3;
  border-radius: 40px;
  color: #706d70;
  font-size: 12px;
  line-height: 22px;
  margin-bottom: 5px;
  padding: 3px 15px;
  width: fit-content;
}
.resources-section .card p {
  margin-bottom: 0;
}
.resources-section .card .card-body a p {
  color: #4b464b;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.resources-section .card .card-body a:hover p {
  color: #6e247c;
}

.merchants-brands {
  margin-bottom: 80px;
}
.merchants-brands img {
  max-width: 100%;
}
.merchants-brands h2 {
  color: #D42D21;
  margin-bottom: 20px;
}
.merchants-brands ul.list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-left: 0;
  list-style: none;
  gap: 20px;
  width: 100%;
  justify-content: center;
}

.register-business-section {
  padding-bottom: 50px;
}
.register-business-section .card {
  border: none;
  background-position: center;
  background-size: cover;
  padding: 50px 15px;
  border-radius: 20px;
}
.register-business-section .card img {
  width: 33px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.register-business-section .card h2 {
  color: #ffffff;
  text-align: center;
  margin-bottom: 30px;
}
.register-business-section .card .inside-box {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 16px;
  padding: 30px;
}
.register-business-section .card .inside-box h5 {
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: center;
}
.register-business-section .card .inside-box input,
.register-business-section .card .inside-box select {
  border-radius: 12px;
  padding: 10px 22px;
  height: 40px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}

.submit-btn {
  background: linear-gradient(90deg, #FFE363 0%, #F68F37 35%, #E86537 68%, #DF2B2A 100%);
  border-radius: 40px;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  letter-spacing: -0.1px;
  text-transform: uppercase;
  padding: 15px 33px;
  border: none;
  color: #ffffff;
  transition: 0.5s all;
  min-width: 150px;
}
.submit-btn:hover {
  background: linear-gradient(160deg, #FFE363 0%, #F68F37 35%, #E86537 68%, #DF2B2A 100%);
  color: #ffffff;
}

.terms-and-conditions-section {
  padding: 80px 0;
}
.terms-and-conditions-section .box {
  border-radius: 32px;
  background: #ffffff;
  padding: 50px 150px;
}
.terms-and-conditions-section .box h2 {
  color: #6e247c;
  margin-bottom: 40px;
}
.terms-and-conditions-section .box p {
  color: #4b464b;
}
.terms-and-conditions-section .box h4 {
  color: #6e247c;
  font-weight: 700;
  margin-bottom: 10px;
}

.faq-hero {
  padding: 80px 0;
}
.faq-hero h1 {
  color: #D42D21;
  margin-bottom: 20px;
}
.faq-hero p {
  color: #4b464b;
  margin-bottom: 0px;
}

.faq-section {
  padding-bottom: 80px;
}
.faq-section ul li {
  width: 50%;
}
.faq-section ul li button.nav-link {
  display: block;
  width: 100%;
  border: none;
  border-bottom: 1px solid #DF2B2A;
  border-radius: 12px 12px 0px 0px;
  background: #ffffff;
  color: #4B464B;
  padding: 0.8rem 1rem;
}
.faq-section ul li button.nav-link.active {
  background: linear-gradient(90deg, #FFE363 0%, #F68F37 35%, #E86537 68%, #DF2B2A 100%);
  color: #ffffff;
  border-bottom: 1px solid #6e247c;
}
.faq-section .accordion-item {
  background-color: #f2f4f8;
  border: none;
  margin: 15px 0;
  border-radius: 15px;
  overflow: hidden;
}
.faq-section .accordion-item.active {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
.faq-section .accordion-item .accordion-header {
  line-height: 1;
}
.faq-section .accordion-item .accordion-header .accordion-button {
  background: #FFFFFF;
  border-radius: 0px;
  color: #4B464B;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  padding: 1rem 1.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}
.faq-section .accordion-item .accordion-header .accordion-button:focus {
  border: none;
  box-shadow: none;
}
.faq-section .accordion-item .accordion-header .accordion-button::after {
  content: "+";
  background-image: unset;
  transform-origin: center;
  text-align: center;
  width: 1.25rem;
  height: 1.25rem;
  transition: transform 0.2s ease-in-out;
  transform: rotate(0deg);
}
.faq-section .accordion-item .accordion-header .accordion-button::before {
  position: absolute;
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  border: 2px solid #4B464B;
  right: 18px;
}
.faq-section .accordion-item .accordion-header .accordion-button.active::after {
  transform: rotate(45deg);
}
.faq-section .accordion-item .accordion-body-text {
  display: none;
}
.faq-section .accordion-item .accordion-body {
  color: #4b464b;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  background: #ffffff;
  border: none;
  padding: 1.5rem 1.25rem;
}
.faq-section .accordion-item .accordion-body img {
  max-width: 100%;
}
.faq-section .accordion-item .accordion-body table {
  width: 100%;
  margin-bottom: 30px;
}
.faq-section .accordion-item .accordion-body table td,
.faq-section .accordion-item .accordion-body table th {
  border: 1px solid #fff;
  padding: 10px 15px;
}
.faq-section .accordion-item .accordion-body table thead th {
  background: #6e247c;
  color: #fff;
  font-weight: 400;
}
.faq-section .accordion-item .accordion-body table tbody tr td {
  color: #5a707b;
  text-align: left;
  font-size: 16px;
  background: #fff;
}
.faq-section .accordion-item .accordion-body table tbody tr:nth-child(odd) td {
  background: #f2f4f8;
}

.blog-hero {
  padding-top: 80px;
  padding-bottom: 40px;
}
.blog-hero h1 {
  color: #D42D21;
  margin-bottom: 20px;
}

.blog-section {
  padding-bottom: 80px;
}
.blog-section .blog-loading img {
  width: 120px;
}

.blog-box {
  padding: 0 5px;
  margin-bottom: 35px;
}
.blog-box .card {
  border: none;
  border-radius: 20px;
}
.blog-box .card img {
  border-radius: 20px 20px 0 0;
  width: 100%;
  height: 280px;
  overflow: hidden;
  object-fit: cover;
}
.blog-box .card .card-body {
  padding: 2rem;
  min-height: 338px;
}
.blog-box .card .card-body .date {
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  color: #ffffff;
  background: #D42D21;
  border-radius: 2px;
  padding: 4px 10px;
  width: fit-content;
  margin-bottom: 20px;
}
.blog-box .card .card-body h5 a {
  color: #D42D21;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: left;
}
.blog-box .card .card-body p {
  color: #5a707b;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: left;
}

.blog-details-hero {
  background-position: center;
  background-size: cover;
  padding: 80px 0;
  position: relative;
}
.blog-details-hero h1.blog-info-title {
  line-height: 50px;
  font-size: 40px;
}
@media screen and (max-width: 1023px) {
  .blog-details-hero h1.blog-info-title {
    line-height: 40px;
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .blog-details-hero h1.blog-info-title {
    line-height: 35px;
    font-size: 25px;
  }
}
.blog-details-hero .date {
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  color: #ffffff;
  background: #a456d0;
  border-radius: 2px;
  padding: 4px 10px;
  width: fit-content;
  margin-bottom: 20px;
}
.blog-details-hero h1 {
  color: #ffffff;
  margin-bottom: 0px;
  line-height: 70px;
}
.blog-details-hero p {
  color: #ffffff;
  margin-bottom: 0;
}

.related-blog-section {
  padding: 80px 0;
}
.related-blog-section h4 {
  color: #D42D21;
  font-weight: 700;
}

.blog-content-section {
  padding: 20px 0 0px 0;
}
.blog-content-section.blog-single-content {
  padding: 60px 0 0px 0;
}
.blog-content-section .wrap-content {
  border-bottom: 1px solid rgba(110, 36, 124, 0.19);
  padding-bottom: 36px;
  padding-top: 14px;
}
.blog-content-section .content p {
  color: #4b464b;
}
.blog-content-section .content img {
  margin-bottom: 30px;
  border-radius: 20px;
}
.blog-content-section .content ul {
  padding-left: 0;
  display: flex;
  align-items: center;
  list-style: none;
  gap: 25px;
  margin-bottom: 0;
}
.blog-content-section .content ul li a {
  text-decoration: none;
  color: #6e247c;
}

.content-blog img {
  width: auto;
  max-width: 100%;
  border-radius: 20px;
  overflow: hidden;
}

.contact-hero {
  background-position: center;
  background-size: cover;
  padding: 80px 0;
  position: relative;
}
@media (max-width: 767px) {
  .contact-hero {
    margin-top: 77px !important;
  }
}
.contact-hero h1 {
  color: #ffffff;
  margin-bottom: 30ppx;
}
.contact-hero p {
  color: #ffffff;
}
.contact-hero .contact-info-box .icon {
  margin-bottom: 20px;
}
.contact-hero .contact-info-box .info,
.contact-hero .contact-info-box a {
  font-weight: 400;
  font-size: 17px;
  line-height: 25px;
  color: #ffffff;
  text-decoration: none;
}
.contact-hero .contact-box {
  background: rgba(0, 0, 0, 0.54);
  border-radius: 16px;
  padding: 30px;
}
.contact-hero .contact-box h5 {
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 20px;
}
.contact-hero .contact-box input,
.contact-hero .contact-box select {
  border-radius: 12px;
  padding: 10px 22px;
  height: 40px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.contact-hero .contact-box textarea {
  border-radius: 12px;
  padding: 10px 22px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  width: 100%;
}

.inside-box .nice-select {
  width: 100%;
  border-radius: 12px;
  padding: 10px 22px;
  height: 40px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.inside-box .nice-select ul.list {
  width: 100%;
}
.inside-box .nice-select:after {
  display: none;
}

.form-select:focus {
  box-shadow: unset;
}

header .nice-select {
  width: 100%;
  border-radius: 12px;
  padding: 10px 22px;
  height: 40px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  background-color: transparent;
  border: none;
  color: #fff;
}
header .nice-select ul.list {
  color: #5a707b;
}
header .nice-select::after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #ffffff;
  border-bottom: unset;
  height: 8px;
  margin-top: -5px;
  right: 10px;
  top: 55%;
  width: 8px;
  transform: rotate(0deg);
}
header .nice-select.open::after {
  transform: rotate(0deg);
}

header .form-select {
  background-image: unset;
}

footer .footer-top {
  position: relative;
  padding: 80px 0;
  background: linear-gradient(265.27deg, #FFE363 0%, #F68F37 35%, #E86537 68%, #DF2B2A 100%);
  overflow: hidden;
}
footer .footer-top::after {
  position: absolute;
  content: "";
  width: 220px;
  height: 220px;
  left: 30%;
  top: -8%;
  background: radial-gradient(50% 50% at 50% 50%, #db7f5f 0%, #d5a9dd 100%);
  filter: blur(100px);
}
footer .footer-top .app-img-box {
  gap: 0px;
}
footer .footer-bottom {
  padding: 40px 0;
  background-color: #271f28;
}
footer .footer-bottom .footer-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  gap: 40px;
  padding-left: 0;
  margin-bottom: 30px;
}
footer .footer-bottom .footer-menu li a {
  text-decoration: none;
  color: #ffffff;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
footer .footer-bottom hr {
  border: 2px solid rgba(227, 213, 230, 0.15);
}
footer .footer-bottom .footer-logo img {
  width: auto;
  max-width: 200px;
}
footer .footer-bottom .footer-legal-links {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  gap: 20px;
  margin: 0;
  padding: 25px 0 0 0;
}
footer .footer-bottom .footer-legal-links li a {
  color: #f1f5fc;
  line-height: 27px;
}
footer .footer-bottom .footer-social {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  gap: 20px;
  padding-left: 0;
  margin-bottom: 0;
}
footer .footer-bottom .footer-social li a {
  color: #ffffff;
  background: rgba(154, 71, 202, 0.19);
  border: 2px solid rgba(100, 83, 131, 0.59);
  border-radius: 12px;
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: 0.4s all;
}
footer .footer-bottom .footer-social li a:hover {
  background: #6e247c;
}
footer .footer-bottom .copyright {
  color: #736a89;
  font-size: 15px;
  font-weight: 400;
}
footer .footer-bottom .copyright br {
  display: none;
}
footer .footer-bottom .copyright span a {
  color: #f1f5fc;
  text-decoration: none;
}
footer .footer-address {
  width: 100%;
  max-width: 780px;
  color: #f1f5fc;
  line-height: 27px;
}

.pagination-wrap p.small {
  display: none;
}
.pagination-wrap .pagination {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
}
.pagination-wrap .pagination li {
  transition: 0.3s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination-wrap .pagination li.disabled {
  opacity: 0.5;
}
.pagination-wrap .pagination li:focus {
  outline: none;
  box-shadow: none;
}
.pagination-wrap .pagination li:hover {
  transform: translateY(-3px);
}
.pagination-wrap .pagination li:first-child {
  min-width: 52px;
  min-height: 52px;
}
.pagination-wrap .pagination li:first-child a,
.pagination-wrap .pagination li:first-child span {
  width: 100%;
  min-height: 52px;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 680px) {
  .pagination-wrap .pagination li:first-child a,
  .pagination-wrap .pagination li:first-child span {
    width: 100px;
    font-size: 13px;
  }
}
.pagination-wrap .pagination li:last-child {
  min-width: 52px;
  min-height: 52px;
}
.pagination-wrap .pagination li:last-child a,
.pagination-wrap .pagination li:last-child span {
  width: 100%;
  min-height: 52px;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 680px) {
  .pagination-wrap .pagination li:last-child a,
  .pagination-wrap .pagination li:last-child span {
    width: 100px;
    font-size: 13px;
  }
}
.pagination-wrap .pagination li a {
  width: 100%;
  color: #706d70;
  background-color: #fff;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 14px 23px;
}
.pagination-wrap .pagination li a:focus {
  outline: none;
  box-shadow: none;
}
@media (max-width: 680px) {
  .pagination-wrap .pagination li a {
    padding: 0;
  }
}
.pagination-wrap .pagination li.active a,
.pagination-wrap .pagination li.active span {
  background-color: #722980;
  color: #fff;
  margin-left: 0;
  width: 100%;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 14px 23px;
  border: 0;
}

.share-blog {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0;
  padding: 0;
}
.share-blog a {
  cursor: pointer;
}

.video-box .video-playbox {
  position: absolute;
  bottom: 45px;
  left: 20px;
}
.video-box .video-playbox a {
  cursor: pointer;
}
.video-box .video-playbox .play-video-sound {
  display: none;
}

.curved-img-20 {
  border-radius: 20px;
}

.blog-content-section .blog-img-wrapper {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  padding-bottom: 80px;
}
.blog-content-section .blog-img-wrapper img {
  width: auto;
  max-width: 100%;
}
.blog-content-section table {
  width: 100%;
  margin-bottom: 30px;
}
.blog-content-section table td,
.blog-content-section table th {
  border: 1px solid #fff;
  padding: 10px 15px;
}
.blog-content-section table thead th {
  background: #6e247c;
  color: #fff;
  font-weight: 400;
}
.blog-content-section table th {
  background: #6e247c;
  color: #fff;
  font-weight: 400;
}
.blog-content-section table tbody tr td {
  color: #5a707b;
  text-align: left;
  font-size: 16px;
  background: #fff;
}
.blog-content-section table tbody tr:nth-child(odd) td {
  background: #f2f4f8;
}

.grid .offer-block a {
  height: 100%;
}
.grid .offer-block a .card-body {
  height: 100%;
}

.offer-block a {
  height: 100%;
}

.qplus-insta {
  width: 100%;
  display: block;
  position: relative;
}
.qplus-insta .slide-itm {
  width: 340px;
  padding: 0px 15px;
}
.qplus-insta .slick-arrow {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  border: none;
  outline: none;
  z-index: 10;
}
.qplus-insta .slick-arrow:before {
  color: #fff;
  background-color: #722980;
  width: 30px;
  height: 30px;
  display: block;
  border-radius: 8px;
}
.qplus-insta .slick-arrow.slick-prev {
  left: 15px;
}
.qplus-insta .slick-arrow.slick-prev:before {
  content: "‹";
}
.qplus-insta .slick-arrow.slick-next {
  right: 5px;
}
.qplus-insta .slick-arrow.slick-next:before {
  content: "›";
}

.home-video-text {
  padding: 40px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 40px;
  max-width: 650px;
}
@media (max-width: 767px) {
  .home-video-text {
    border-radius: 20px;
    padding: 20px;
  }
}

a.link-copy-to-clipboard {
  cursor: pointer;
}

.copy-confirmation {
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  z-index: 100;
  color: #fff;
  font-size: 12px;
  text-align: center;
  padding: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 3px;
  border: 1px solid #ccc;
  display: block;
  max-width: 60vw;
  margin-left: auto;
  margin-right: auto;
  margin-top: -15px;
  margin-bottom: 1px;
}

.mobile-scroll-hr .slick-arrow {
  z-index: 10;
  width: 30px;
  height: 30px;
  border-radius: 8px;
  display: block;
}
.mobile-scroll-hr .slick-arrow:before {
  color: #fff;
  width: 30px;
  height: 30px;
  display: block;
  border-radius: 8px;
  background-color: #722980;
}
.mobile-scroll-hr .slick-arrow.slick-prev {
  left: 5px;
}
.mobile-scroll-hr .slick-arrow.slick-prev:before {
  content: "‹";
}
.mobile-scroll-hr .slick-arrow.slick-next {
  right: 5px;
}
.mobile-scroll-hr .slick-arrow.slick-next:before {
  content: "›";
}

/*# sourceMappingURL=style.css.map */
