body {
  background-color: #101113 !important;
  font-family: "Urbanist-400" !important;
  max-width: 100%;
  font-family: "Urbanist-400";
}

@font-face {
  font-family: "Urbanist-300";
  src: url("../fonts/Urbanist-Light.woff") format("woff"), url("../fonts/Urbanist-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Urbanist-400";
  src: url("../fonts/Urbanist-Regular.woff") format("woff"), url("../fonts/Urbanist-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Urbanist-500";
  src: url("../fonts/Urbanist-Medium.woff") format("woff"), url("../fonts/Urbanist-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Urbanist-600";
  src: url("../fonts/Urbanist-SemiBold.woff") format("woff"), url("../fonts/Urbanist-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Urbanist-700";
  src: url("../fonts/Urbanist-Bold.woff") format("woff"), url("../fonts/Urbanist-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Urbanist-800";
  src: url("../fonts/Urbanist-ExtraBold.woff") format("woff"), url("../fonts/Urbanist-ExtraBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
.wrapper {
  max-width: 1440px;
  margin: 0 auto !important;
}

.custom-container {
  padding: 0 40px;
}
@media (max-width: 767px) {
  .custom-container {
    padding: 0 15px;
  }
}

.middle-content-wrap {
  padding-top: 140px;
}
@media (max-width: 991px) {
  .middle-content-wrap {
    padding-top: 125px;
  }
}

.common-btn {
  background: #FCB950;
  border: none;
  border-radius: 30px;
  width: 186px;
  height: 48px;
  padding: 12px 20px;
  font-size: 16px;
  font-family: "Urbanist-600";
  transition: all 400ms linear;
  cursor: pointer;
}

.heading {
  font-size: 40px;
  font-family: "Urbanist-700";
  letter-spacing: 2px;
  color: #ffffff;
}
@media (max-width: 1380px) {
  .heading {
    font-size: 32px;
  }
}

.sub-heading {
  font-size: 20px;
  font-family: "Urbanist-600";
  letter-spacing: 2px;
  color: #ffffff;
}

.header-wrap {
  position: fixed;
  width: 100%;
  top: 0px;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1440px;
  padding: 25px 60px;
  background-color: #101113;
  min-height: 138px;
}
@media (max-width: 767px) {
  .header-wrap {
    max-width: 100%;
    min-height: 128px;
  }
}
.header-wrap .navbar {
  position: absolute;
  top: 30px;
  left: 40px;
  right: 40px;
  background-color: rgba(255, 255, 255, 0.2) !important;
  padding: 10px 20px;
  border-radius: 20px;
  backdrop-filter: blur(10px);
  height: 80px;
}
@media (max-width: 1380px) {
  .header-wrap .navbar {
    right: 40px;
  }
}
@media (max-width: 1250px) {
  .header-wrap .navbar {
    right: 40px;
  }
}
@media (max-width: 991px) {
  .header-wrap .navbar {
    height: auto;
  }
}
@media (max-width: 991px) {
  .header-wrap .navbar .container-fluid {
    padding-left: 5px;
  }
}
@media (max-width: 991px) {
  .header-wrap .navbar {
    left: 50px;
    right: 50px;
    height: auto;
    border-radius: 15px;
    padding: 10px 10px;
  }
}
@media (max-width: 767px) {
  .header-wrap .navbar {
    left: 15px;
    right: 15px;
  }
}
.header-wrap .navbar .toggle-btns {
  position: relative;
  right: 0px;
  display: flex;
  gap: 10px;
}
@media (max-width: 991px) {
  .header-wrap .navbar .toggle-btns {
    position: absolute;
    right: 0;
    top: 10px;
  }
}
.header-wrap .navbar .toggle-btns .navbar-toggler {
  border: 0;
}
.header-wrap .navbar .toggle-btns .navbar-toggler .cross-icon {
  display: block;
  position: relative;
  right: 5px;
  top: 8px;
  display: inline-block;
}
.header-wrap .navbar .toggle-btns .navbar-toggler .cross-icon img {
  width: 25px;
}
.header-wrap .navbar .toggle-btns .navbar-toggler .navbar-toggler-icon {
  display: none;
}
.header-wrap .navbar .toggle-btns .navbar-toggler.collapsed .navbar-toggler-icon {
  display: block;
}
.header-wrap .navbar .toggle-btns .navbar-toggler.collapsed .cross-icon {
  display: none;
}
.header-wrap .navbar .toggle-btns .navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}
.header-wrap .navbar .toggle-btns .navbar-toggler .navbar-toggler-icon {
  color: #ffffff;
  font-size: 28px;
  filter: invert(1);
}
@media (max-width: 767px) {
  .header-wrap .navbar .toggle-btns {
    top: 10px;
  }
}
.header-wrap .navbar .toggle-btns button.common-btn {
  background: #FCB950;
  color: black;
}
@media (max-width: 1380px) {
  .header-wrap .navbar .toggle-btns button.common-btn {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .header-wrap .navbar .toggle-btns button.common-btn {
    display: none;
  }
}
.header-wrap .navbar .navbar-collapse {
  justify-content: center;
  width: calc(100% - 200px);
}
.header-wrap .navbar .navbar-collapse .navbar-nav {
  margin: 0 auto;
}
@media (max-width: 1080px) {
  .header-wrap .navbar .navbar-collapse .navbar-nav {
    margin-left: 0px;
  }
}
.header-wrap .navbar .navbar-collapse .navbar-nav .nav-item {
  padding: 0 20px;
}
.header-wrap .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  font-size: 18px;
  font-family: "Urbanist-600";
  color: #ffffff !important;
}
@media (max-width: 1380px) {
  .header-wrap .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    font-size: 16px;
  }
}
.header-wrap .navbar .navbar-brand img {
  height: 36.5px;
}

.home-banner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 120px 15px 10px 15px;
  min-height: 797px;
  max-height: 797px;
  background: url("../images/home-banner-bg.svg") no-repeat center center/cover;
  border-radius: 24px;
  z-index: 2;
}
@media (max-width: 767px) {
  .home-banner {
    padding: 30px 15px 10px 25px;
    min-height: 600px;
    background: url("../images/home-banner-bg-mob.svg") no-repeat center center/cover;
  }
}
.home-banner .home-banner-content {
  max-width: 50%;
  padding-left: 40px;
}
@media (max-width: 767px) {
  .home-banner .home-banner-content {
    max-width: 100%;
    padding-left: 0px;
  }
}
.home-banner .home-banner-content .banner-badge {
  background: #CF7E00;
  color: #ffffff;
  font-size: 14px;
  padding: 6px 12px;
  border-radius: 20px;
  display: inline-block;
  margin-bottom: 1rem;
  font-family: "Urbanist-500";
}
.home-banner .home-banner-content h1 {
  font-size: 30px;
  font-family: "Urbanist-800";
  color: #ffffff;
  line-height: 52px;
  margin-bottom: 1rem;
}
@media (max-width: 1380px) {
  .home-banner .home-banner-content h1 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .home-banner .home-banner-content h1 {
    font-size: 24px;
    line-height: 34px;
  }
}
.home-banner .home-banner-content h1 .highlight {
  color: #FCB950;
  min-width: 165px;
  position: relative;
  display: inline-block;
  padding-left: 20px;
}
@media (max-width: 767px) {
  .home-banner .home-banner-content h1 .highlight {
    min-width: 126px;
  }
}
.home-banner .home-banner-content h1 .highlight img {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: -1;
}
@media (max-width: 767px) {
  .home-banner .home-banner-content h1 .highlight img {
    top: -5px;
  }
}
.home-banner .home-banner-content p {
  font-size: 16px;
  font-family: "Urbanist-500";
  margin-bottom: 1.5rem;
  color: #ffffff;
  line-height: 33px;
}
.home-banner .home-banner-content .common-btn {
  background: rgba(252, 185, 80, 0.3019607843);
  border: none;
  padding: 12px 24px;
  border-radius: 36px;
  font-size: 1rem;
  color: #FF9C00;
  cursor: pointer;
  margin-bottom: 40px;
  transition: 0.3s ease;
}
.home-banner .home-banner-content .common-btn:hover {
  background: #ff9500;
  color: #000000;
}
.home-banner .home-banner-content .app-links {
  display: flex;
  gap: 1rem;
}
.home-banner .home-banner-content .app-links img {
  height: 45px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .home-banner .home-banner-content .app-links img {
    height: 40px;
  }
}

.divider-section-wrap {
  position: relative;
}
.divider-section-wrap .divider-section {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  z-index: 1;
  background: url("../images/divider-bg.svg") no-repeat center center/cover;
  height: 500px;
}

.how-works-section {
  position: relative;
  margin-top: 50px;
  min-height: 1150px;
  max-height: 1150px;
  border-radius: 24px;
  padding: 40px;
  z-index: 2;
  background: url("../images/how-perkpay-works-bg.svg") no-repeat center center/cover;
}
@media (max-width: 737px) {
  .how-works-section {
    padding: 20px 10px;
    max-height: 100%;
  }
}
.how-works-section .sub-heading {
  text-align: center;
  display: block;
}
@media (max-width: 737px) {
  .how-works-section .sub-heading {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.how-works-section .heading {
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 737px) {
  .how-works-section .heading {
    margin-bottom: 25px;
    font-size: 24px;
    line-height: 30px;
  }
}
.how-works-section .move-icons-wrap {
  position: absolute;
  left: 50%;
  top: 55%;
  transform: translate(-50%, -50%);
  width: 777px;
  height: 682px;
  border-radius: 100%;
  z-index: 2;
}
@media (max-width: 991px) {
  .how-works-section .move-icons-wrap {
    width: 650px;
    height: 600px;
    display: none;
  }
}
@media (max-width: 737px) {
  .how-works-section .move-icons-wrap {
    position: absolute;
    left: auto;
    top: auto;
    transform: none;
    width: 100%;
    height: auto;
    border-radius: 100%;
  }
}
.how-works-section .move-icons-wrap .move-icon {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
@media (max-width: 1380px) {
  .how-works-section .move-icons-wrap .move-icon img {
    width: 60px;
  }
}
@media (max-width: 737px) {
  .how-works-section .move-icons-wrap .move-icon {
    width: 30px;
  }
}
.how-works-section .move-icons-wrap .move-icon.move-icon-1 {
  left: 85px;
  top: 65px;
}
@media (max-width: 1380px) {
  .how-works-section .move-icons-wrap .move-icon.move-icon-1 {
    left: 115px;
  }
}
.how-works-section .move-icons-wrap .move-icon.move-icon-2 {
  left: -15px;
  top: 280px;
}
@media (max-width: 1380px) {
  .how-works-section .move-icons-wrap .move-icon.move-icon-2 {
    left: 15px;
  }
}
.how-works-section .move-icons-wrap .move-icon.move-icon-3 {
  left: 40px;
  top: 500px;
}
@media (max-width: 1380px) {
  .how-works-section .move-icons-wrap .move-icon.move-icon-3 {
    left: 70px;
  }
}
.how-works-section .move-icons-wrap .move-icon.move-icon-4 {
  left: auto;
  right: 70px;
  top: 60px;
}
@media (max-width: 1380px) {
  .how-works-section .move-icons-wrap .move-icon.move-icon-4 {
    right: 120px;
  }
}
.how-works-section .move-icons-wrap .move-icon.move-icon-5 {
  left: auto;
  right: 0px;
  top: 420px;
}
@media (max-width: 1380px) {
  .how-works-section .move-icons-wrap .move-icon.move-icon-5 {
    right: 35px;
  }
}
.how-works-section .mobile-mockups {
  position: absolute;
  left: 50%;
  top: 55%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media (max-width: 1380px) {
  .how-works-section .mobile-mockups {
    top: 52.5%;
  }
}
@media (max-width: 1120px) {
  .how-works-section .mobile-mockups {
    top: 56.5%;
  }
}
@media (max-width: 1080px) {
  .how-works-section .mobile-mockups {
    top: 53.5%;
  }
}
@media (max-width: 767px) {
  .how-works-section .mobile-mockups {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    text-align: center;
  }
}
.how-works-section .mobile-mockups img {
  height: 600px;
}
@media (max-width: 1220px) {
  .how-works-section .mobile-mockups img {
    height: 560px;
  }
}
@media (max-width: 1080px) {
  .how-works-section .mobile-mockups img {
    height: 520px;
  }
}
@media (max-width: 767px) {
  .how-works-section .mobile-mockups img {
    height: 350px;
  }
}
.how-works-section .card-wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .how-works-section .card-wrap {
    display: block;
  }
}
.how-works-section .card-wrap.top-cards {
  margin-bottom: 400px;
}
@media (max-width: 767px) {
  .how-works-section .card-wrap.top-cards {
    margin-bottom: 15px;
  }
}
.how-works-section .card-wrap.bottom-cards {
  margin-top: 500px;
}
@media (max-width: 1380px) {
  .how-works-section .card-wrap.bottom-cards {
    margin-top: 535px;
  }
}
@media (max-width: 1080px) {
  .how-works-section .card-wrap.bottom-cards {
    margin-top: 480px;
  }
}
@media (max-width: 767px) {
  .how-works-section .card-wrap.bottom-cards {
    margin-top: 15px;
  }
}
.how-works-section .card {
  position: relative;
  background-color: #1a1a1a;
  color: white;
  padding: 60px 100px 20px 100px;
  border-radius: 16px;
  width: 530px;
  display: flex;
  gap: 15px;
  align-items: flex-start;
  transition: all 400ms linear;
  background: linear-gradient(#1a1a1a, #1a1a1a) padding-box, linear-gradient(90deg, #4F4F4F 0%, rgba(79, 79, 79, 0) 100%) border-box;
  border: 1px solid transparent;
}
@media (max-width: 1380px) {
  .how-works-section .card {
    padding: 60px 40px 20px 95px !important;
    width: 480px;
  }
}
@media (max-width: 1220px) {
  .how-works-section .card {
    padding: 60px 20px 20px 120px !important;
    width: 440px;
  }
}
@media (max-width: 1120px) {
  .how-works-section .card {
    padding: 60px 20px 20px 105px !important;
  }
}
@media (max-width: 1080px) {
  .how-works-section .card {
    padding: 60px 20px 20px 95px !important;
    width: 400px;
  }
}
@media (max-width: 991px) {
  .how-works-section .card {
    padding: 85px 20px 20px 15px !important;
  }
}
@media (max-width: 767px) {
  .how-works-section .card {
    padding: 70px 15px 20px 15px !important;
    width: 100%;
    margin-bottom: 15px;
  }
}
.how-works-section .card:hover {
  background: linear-gradient(290.89deg, #111111 -7.6%, rgba(17, 17, 17, 0.85) 55.97%, #FCB950 133.76%) padding-box, linear-gradient(90deg, #4F4F4F 0%, rgba(79, 79, 79, 0) 100%) border-box;
  border: 1px solid transparent;
}
.how-works-section .card .card-number {
  position: absolute;
  font-size: 80px;
  font-family: "Urbanist-700";
  opacity: 0.1;
  top: -20px;
  left: 20px;
}
@media (max-width: 1380px) {
  .how-works-section .card .card-number {
    font-size: 65px;
    top: -10px;
  }
}
@media (max-width: 737px) {
  .how-works-section .card .card-number {
    top: 0px;
    font-size: 50px;
  }
}
.how-works-section .card .icon {
  position: absolute;
  left: 35px;
  top: 50px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 997px) {
  .how-works-section .card .icon {
    left: auto;
    right: 15px;
    top: 15px;
    justify-content: flex-end;
  }
}
.how-works-section .card .card-content h3 {
  margin: 0 0 8px;
  color: #ffffff;
  font-size: 20px;
  font-family: "Urbanist-700";
}
@media (max-width: 1080px) {
  .how-works-section .card .card-content h3 {
    font-size: 18px;
  }
}
.how-works-section .card .card-content p {
  margin: 0;
  line-height: 1.5;
  color: #ffffff;
  font-size: 14px;
  font-family: "Urbanist-400";
}
.how-works-section .card.card-2 {
  padding: 60px 100px 20px 120px;
}
@media (max-width: 1380px) {
  .how-works-section .card.card-2 {
    padding: 60px 40px 20px 115px !important;
  }
}
@media (max-width: 1120px) {
  .how-works-section .card.card-2 {
    padding: 60px 40px 20px 125px !important;
  }
}
@media (max-width: 1080px) {
  .how-works-section .card.card-2 {
    padding: 60px 20px 20px 115px !important;
  }
}
@media (max-width: 991px) {
  .how-works-section .card.card-2 {
    padding: 85px 20px 20px 20px !important;
  }
}
@media (max-width: 767px) {
  .how-works-section .card.card-2 {
    padding: 75px 20px 20px 20px !important;
  }
}
.how-works-section .card.card-2 .icon {
  left: 60px;
}

.security-wrap {
  margin-top: 60px;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .security-wrap {
    margin-top: 40px;
    margin-bottom: 30px;
  }
}
.security-wrap .security-card {
  max-width: 600px;
}
@media (max-width: 767px) {
  .security-wrap .security-card {
    margin-bottom: 15px;
  }
}
.security-wrap .security-card h2 {
  font-size: 22px;
  margin-bottom: 15px;
}
.security-wrap .security-card h2 .highlight {
  font-size: 30px;
  font-family: "Urbanist-700";
  color: #fff;
  background: linear-gradient(89.38deg, #FFFFFF 99.99%, rgba(0, 0, 0, 0.51) 20.91%, rgba(0, 0, 0, 0.25) 103.45%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  display: inline-block;
}
@media (max-width: 1380px) {
  .security-wrap .security-card h2 .highlight {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .security-wrap .security-card h2 .highlight {
    font-size: 24px;
    line-height: 34px;
  }
}
.security-wrap .security-card p {
  font-size: 22px;
  font-family: "Urbanist-500";
  color: #9A9797;
}
@media (max-width: 1380px) {
  .security-wrap .security-card p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .security-wrap .security-card p {
    font-size: 18px;
  }
}
.security-wrap .security-details-cards {
  margin-top: 50px;
}
.security-wrap .security-details-cards .security-card {
  padding: 25px 30px;
  border-radius: 12px;
  background-color: #000000;
  background: linear-gradient(180deg, rgba(252, 185, 80, 0.06) 0%, rgba(252, 185, 80, 0) 100%) padding-box, linear-gradient(#0d0d0d, #0d0d0d) padding-box, linear-gradient(180deg, #FCB950 0%, rgba(252, 185, 80, 0) 100%) border-box;
  border: 1px solid transparent;
  color: #fff;
  text-align: left;
  transition: all 400ms linear;
}
.security-wrap .security-details-cards .security-card:hover {
  background: linear-gradient(124.2deg, rgba(252, 185, 80, 0.5) -13.61%, rgba(17, 17, 17, 0) 75.13%) padding-box, linear-gradient(#0d0d0d, #0d0d0d) padding-box, linear-gradient(180deg, #FCB950 0%, rgba(252, 185, 80, 0) 100%) border-box;
}
@media (max-width: 1380px) {
  .security-wrap .security-details-cards .security-card {
    padding: 20px 20px;
  }
}
.security-wrap .security-details-cards .icon {
  margin-bottom: 35px;
  width: 60px;
}
.security-wrap .security-details-cards h3 {
  font-size: 22px;
  font-family: "Urbanist-700";
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 1380px) {
  .security-wrap .security-details-cards h3 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .security-wrap .security-details-cards h3 {
    font-size: 20px;
  }
}
.security-wrap .security-details-cards p {
  font-size: 18px;
  font-family: "Urbanist-600";
  color: #DDDDDD;
}
@media (max-width: 1380px) {
  .security-wrap .security-details-cards p {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .full-page-faq .custom-container {
    padding: 0 5px;
  }
}
.full-page-faq .custom-container .faqs-wrap .heading {
  text-align: left !important;
}
@media (max-width: 991px) {
  .full-page-faq .custom-container .faqs-wrap .heading {
    font-size: 24px;
  }
}

.faqs-wrap {
  position: relative;
  padding: 0 20px;
  z-index: 2;
}
@media (max-width: 767px) {
  .faqs-wrap {
    padding: 0px;
  }
}
.faqs-wrap .heading {
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .faqs-wrap .heading {
    font-size: 28px;
  }
}
.faqs-wrap .accordion .accordion-item {
  margin-bottom: 20px;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(252, 185, 80, 0.06) 0%, rgba(252, 185, 80, 0) 100%) padding-box, linear-gradient(#0d0d0d, #0d0d0d) padding-box, linear-gradient(90deg, #5B5B5B 0%, rgba(91, 91, 91, 0) 100%) border-box;
  border: 1px solid transparent;
}
.faqs-wrap .accordion .accordion-item .accordion-header {
  border-radius: 0;
  border-radius: 20px;
  overflow: hidden;
}
.faqs-wrap .accordion .accordion-item .accordion-header .accordion-button {
  background-color: #101113;
  color: #ffffff;
  font-size: 22px;
  font-family: "Urbanist-500";
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 20px 30px 20px 30px;
}
@media (max-width: 1380px) {
  .faqs-wrap .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .faqs-wrap .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 16px;
    padding: 15px 10px 15px 20px;
  }
}
.faqs-wrap .accordion .accordion-item .accordion-header .accordion-button.collapsed::after {
  transform: rotate(0deg);
}
.faqs-wrap .accordion .accordion-item .accordion-header .accordion-button::after {
  content: url("../images/plus-icon.svg");
  transform: rotate(45deg);
  background-image: none;
}
.faqs-wrap .accordion .accordion-item .accordion-header .accordion-button .faq-icon {
  display: flex;
  align-items: center;
}
.faqs-wrap .accordion .accordion-item .accordion-header .accordion-button .faq-icon img {
  margin-right: 10px;
  width: 60px;
}
@media (max-width: 767px) {
  .faqs-wrap .accordion .accordion-item .accordion-header .accordion-button .faq-icon img {
    width: 35px;
  }
}
.faqs-wrap .accordion .accordion-item .accordion-collapse {
  background-color: #101113;
  border-radius: 20px;
  overflow: hidden;
}
.faqs-wrap .accordion .accordion-item .accordion-collapse .accordion-body {
  font-size: 22px;
  font-family: "Urbanist-400";
  color: #DDDDDD;
  background-color: transparent !important;
  padding: 0 20px 25px 100px;
}
@media (max-width: 1380px) {
  .faqs-wrap .accordion .accordion-item .accordion-collapse .accordion-body {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .faqs-wrap .accordion .accordion-item .accordion-collapse .accordion-body {
    font-size: 16px;
    padding-left: 65px;
    padding-top: 0;
  }
}
.faqs-wrap .show-more-faq {
  padding-right: 10px;
  text-align: right;
}

.support-section-wrap {
  position: relative;
  background: url("../images/support-banner-bg.svg") no-repeat center center/cover;
  background-position: -100px 0;
  padding: 50px 40px 100px 40px;
}
@media (max-width: 767px) {
  .support-section-wrap .custom-container {
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  .support-section-wrap {
    padding: 0px 0px 50px 0px;
    top: 0px;
    margin-top: 10px;
  }
}
.support-section-wrap .support-section {
  background: linear-gradient(180deg, rgba(252, 185, 80, 0.08), rgba(0, 0, 0, 0.9));
  color: #fff;
  text-align: center;
  padding: 30px 20px;
  background: url("../images/support-section-bg.svg") no-repeat center center;
  border-radius: 24px;
}
@media (max-width: 767px) {
  .support-section-wrap .support-section {
    padding: 10px 10px;
  }
}
.support-section-wrap .support-section .content {
  max-width: 800px;
  margin: 0 auto;
}
.support-section-wrap .support-section .content h2 {
  font-size: 50px;
  font-family: "Urbanist-800";
  margin-bottom: 15px;
}
@media (max-width: 1380px) {
  .support-section-wrap .support-section .content h2 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .support-section-wrap .support-section .content h2 {
    font-size: 24px;
  }
}
.support-section-wrap .support-section .content p {
  font-size: 16px;
  font-family: "Urbanist-400";
  color: #ffffff;
  margin-bottom: 25px;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .support-section-wrap .support-section .content p {
    font-size: 14px;
  }
}
.support-section-wrap .support-section .content .contact {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .support-section-wrap .support-section .content .contact {
    gap: 20px;
  }
}
.support-section-wrap .support-section .content .contact a.item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 20px;
  font-family: "Urbanist-400";
  color: #ffffff;
  text-decoration: none;
}
@media (max-width: 1380px) {
  .support-section-wrap .support-section .content .contact a.item {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .support-section-wrap .support-section .content .contact a.item {
    font-size: 16px;
  }
}
.support-section-wrap .support-section .content .contact a.item .icon {
  width: 26px;
}
.support-section-wrap .support-section .content .contact a.item .icon img {
  width: 100%;
}
@media (max-width: 767px) {
  .support-section-wrap .support-section .content .contact a.item .icon img {
    width: 22px;
  }
}
.support-section-wrap .perkpay-logo-big {
  position: relative;
  top: 30px;
  margin-top: 50px;
  text-align: center;
}
.support-section-wrap .perkpay-logo-big img {
  width: 100%;
}

.footer-section-wrap {
  position: relative;
  top: 0px;
  background: url("../images/footer-bg.svg") no-repeat center center/cover;
}
@media (max-width: 767px) {
  .footer-section-wrap {
    top: 0px;
  }
}
.footer-section-wrap .footer-wrap {
  color: #fff;
  padding: 50px 20px 20px 20px;
}
@media (max-width: 767px) {
  .footer-section-wrap .footer-wrap {
    padding: 40px 0px;
  }
}
.footer-section-wrap .footer-wrap .footer-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  gap: 40px;
}
@media (max-width: 767px) {
  .footer-section-wrap .footer-wrap .footer-container {
    gap: 20px;
  }
}
.footer-section-wrap .footer-wrap .footer-container .footer-copy-right {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-top: 20px;
  margin-top: 15px;
  border-top: 1px solid rgba(128, 128, 128, 0.1882352941);
}
@media (max-width: 1250px) {
  .footer-section-wrap .footer-wrap .footer-container .footer-copy-right {
    padding-right: 0px;
    display: block;
  }
}
.footer-section-wrap .footer-wrap .footer-container .footer-copy-right p {
  font-size: 16px;
}
.footer-section-wrap .footer-wrap .footer-container .footer-copy-right p strong {
  font-family: "Urbanist-600";
  font-weight: normal;
}
.footer-section-wrap .footer-wrap .footer-container .footer-copy-right small {
  font-size: 16px;
  font-family: "Urbanist-400";
}
@media (max-width: 1250px) {
  .footer-section-wrap .footer-wrap .footer-container .footer-copy-right small {
    text-align: center;
    display: block;
    width: 100%;
  }
}
.footer-section-wrap .footer-wrap .footer-container .footer-copy-right small .divider {
  display: inline-block;
  margin: 0 10px;
}
@media (max-width: 767px) {
  .footer-section-wrap .footer-wrap .footer-container .footer-copy-right small .divider {
    margin: 0 5px;
  }
}
@media (max-width: 650px) {
  .footer-section-wrap .footer-wrap .footer-container .footer-copy-right small .divider {
    display: none;
  }
}
.footer-section-wrap .footer-wrap .footer-container .footer-copy-right small p {
  display: inline-block;
}
@media (max-width: 1380px) {
  .footer-section-wrap .footer-wrap .footer-container .footer-copy-right small p {
    font-size: 14px;
  }
}
@media (max-width: 650px) {
  .footer-section-wrap .footer-wrap .footer-container .footer-copy-right small p {
    margin-left: 5px;
  }
}
@media (max-width: 767px) {
  .footer-section-wrap .footer-wrap .footer-container .footer-copy-right small p {
    margin-bottom: 0;
    margin-top: 10px;
  }
}
@media (max-width: 1380px) {
  .footer-section-wrap .footer-wrap .footer-container .footer-copy-right small {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .footer-section-wrap .footer-wrap .footer-container .footer-copy-right small {
    text-align: center;
    display: block;
  }
}
.footer-section-wrap .footer-wrap .footer-container .footer-copy-right small:last-child {
  text-align: right;
  font-style: italic;
}
@media (max-width: 1250px) {
  .footer-section-wrap .footer-wrap .footer-container .footer-copy-right small:last-child {
    text-align: center;
    display: block;
    margin-top: 10px;
  }
}
.footer-section-wrap .footer-wrap .footer-brand {
  flex: 1;
  min-width: 250px;
}
.footer-section-wrap .footer-wrap .footer-brand a .logo {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .footer-section-wrap .footer-wrap .footer-brand a .logo {
    height: 40px;
  }
}
.footer-section-wrap .footer-wrap .footer-brand p {
  font-size: 16px;
  font-family: "Urbanist-400";
  color: #ffffff;
  line-height: 1.6;
  margin-bottom: 15px;
}
.footer-section-wrap .footer-wrap .footer-brand p strong {
  font-family: "Urbanist-600";
  font-weight: normal;
}
.footer-section-wrap .footer-wrap .footer-brand small {
  font-size: 12px;
  color: #888;
}
.footer-section-wrap .footer-wrap .footer-links {
  flex: 1;
  display: flex;
  gap: 50px;
  min-width: 250px;
}
@media (max-width: 767px) {
  .footer-section-wrap .footer-wrap .footer-links {
    gap: 40px;
  }
}
.footer-section-wrap .footer-wrap .footer-links .column h4 {
  font-size: 20px;
  font-family: "Urbanist-500";
  color: #ffffff;
  margin-bottom: 12px;
}
@media (max-width: 1380px) {
  .footer-section-wrap .footer-wrap .footer-links .column h4 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .footer-section-wrap .footer-wrap .footer-links .column h4 {
    font-size: 18px;
  }
}
.footer-section-wrap .footer-wrap .footer-links .column ul {
  list-style: none;
  padding: 0;
}
.footer-section-wrap .footer-wrap .footer-links .column ul li {
  margin-bottom: 8px;
}
.footer-section-wrap .footer-wrap .footer-links .column ul li a {
  font-size: 16px;
  font-family: "Urbanist-400";
  color: #ffffff;
  text-decoration: none;
}
@media (max-width: 767px) {
  .footer-section-wrap .footer-wrap .footer-links .column ul li a {
    font-size: 14px;
  }
}
.footer-section-wrap .footer-wrap .footer-links .column ul li a:hover {
  color: #fcb950;
}
.footer-section-wrap .footer-wrap .footer-contact {
  flex: 1;
  min-width: 250px;
}
.footer-section-wrap .footer-wrap .footer-contact h4 {
  font-size: 20px;
  font-family: "Urbanist-500";
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 1380px) {
  .footer-section-wrap .footer-wrap .footer-contact h4 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .footer-section-wrap .footer-wrap .footer-contact h4 {
    font-size: 18px;
    text-align: center;
  }
}
.footer-section-wrap .footer-wrap .footer-contact .social {
  display: flex;
  gap: 12px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .footer-section-wrap .footer-wrap .footer-contact .social {
    justify-content: center;
  }
}
.footer-section-wrap .footer-wrap .footer-contact .social a img {
  width: 28px;
  height: 28px;
  border-radius: 50%;
}
.footer-section-wrap .footer-wrap .footer-contact p {
  font-size: 16px;
  font-family: "Urbanist-400";
  color: #ffffff;
  margin-bottom: 8px;
}
.footer-section-wrap .footer-wrap .footer-contact p strong {
  font-family: "Urbanist-600";
  font-weight: normal;
}
@media (max-width: 767px) {
  .footer-section-wrap .footer-wrap .footer-contact p {
    text-align: center;
  }
}
.footer-section-wrap .footer-wrap .footer-contact p a {
  color: #ffffff;
  text-decoration: none;
}
.footer-section-wrap .footer-wrap .footer-contact small {
  display: block;
  font-size: 12px;
  margin-top: 15px;
  color: #aaa;
}

.terms-page-wrap .footer-section-wrap {
  top: 0;
}

.static-content-section-wrap {
  position: relative;
  background: url("../images/terms-and-condition-bg.svg") no-repeat center center/cover;
  padding: 40px 50px 0 50px;
}
@media (max-width: 1080px) {
  .static-content-section-wrap {
    padding: 20px 15px 0 15px;
  }
}
@media (max-width: 991px) {
  .static-content-section-wrap {
    padding: 20px 10px 0 10px;
  }
}
.static-content-section-wrap .custom-container .content-wrap h2 {
  font-size: 40px;
  font-family: "Urbanist-700";
  color: #ffffff;
}
@media (max-width: 1380px) {
  .static-content-section-wrap .custom-container .content-wrap h2 {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .static-content-section-wrap .custom-container .content-wrap h2 {
    font-size: 24px;
  }
}
.static-content-section-wrap .custom-container .content-wrap p {
  font-size: 16px;
  font-family: "Urbanist-400";
  margin-bottom: 15px;
  line-height: 30px;
  color: #ffffff;
}
.static-content-section-wrap .custom-container .content-wrap .terms-btn {
  margin-bottom: 20px;
  margin-top: 20px;
}
.static-content-section-wrap .custom-container .content-wrap .terms-btn .common-btn {
  background: linear-gradient(90deg, #FCB950 0%, #966E30 100%);
  color: #ffffff;
  border-radius: 10px;
  width: auto;
}
.static-content-section-wrap .custom-container .content-wrap .static-content-wrap p,
.static-content-section-wrap .custom-container .content-wrap .static-content-wrap span,
.static-content-section-wrap .custom-container .content-wrap .static-content-wrap h1,
.static-content-section-wrap .custom-container .content-wrap .static-content-wrap h2,
.static-content-section-wrap .custom-container .content-wrap .static-content-wrap h3 {
  color: #ffffff !important;
}
.static-content-section-wrap .custom-container .content-wrap .static-content-wrap p {
  line-height: 24px !important;
}
.static-content-section-wrap .custom-container .content-wrap .static-content-wrap strong {
  font-family: "Urbanist-700";
  font-weight: normal;
}
.static-content-section-wrap .custom-container .perkpay-logo-big {
  width: 100%;
  text-align: center;
  margin-top: 50px;
  padding-bottom: 50px;
}
.static-content-section-wrap .custom-container .perkpay-logo-big img {
  width: 100%;
  margin: 0 auto;
}

.about-us-content {
  position: relative;
}
.about-us-content p {
  font-size: 16px;
  font-family: "Urbanist-500";
  line-height: 24px;
  color: #ffffff;
  margin-bottom: 10px !important;
}
.about-us-content p span {
  font-family: "Urbanist-700";
  color: #FCB950;
}
.about-us-content .important-text {
  margin-bottom: 15px !important;
}
.about-us-content .important-text u {
  font-size: 18px;
  font-family: "Urbanist-600";
}
.about-us-content .about-services label {
  font-size: 20px;
  color: #ffffff;
  font-family: "Urbanist-700";
}
.about-us-content .about-services ul {
  margin-top: 10px;
  padding-left: 18px;
}
.about-us-content .about-services ul li {
  font-size: 16px;
  font-family: "Urbanist-500";
  line-height: 24px;
  color: #ffffff;
}
.about-us-content .about-services ul p {
  font-size: 16px;
  font-family: "Urbanist-500";
  line-height: 24px;
  color: #ffffff;
}

/* Comming Soon Modal CSS Start Here */
.comming-soon-modal .modal-dialog {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
}

@media (max-width: 991px) {
  .comming-soon-modal .modal-dialog {
    width: 85%;
    margin-left: 0px;
  }
}

.comming-soon-modal .modal-dialog .modal-content {
  position: relative;
  width: 500px;
  background-color: #000000;
}

@media (max-width: 991px) {
  .comming-soon-modal .modal-dialog .modal-content {
    width: 100%;
  }
}

.comming-soon-modal .modal-dialog .modal-content .btn-close {
  position: absolute;
  right: 15px;
  top: 15px;
  filter: invert(1);
  z-index: 99;
}

.comming-soon-modal .modal-dialog .modal-content .btn-close:focus {
  outline: 0;
  box-shadow: none;
}

.comming-soon-modal .modal-dialog .modal-content .modal-body {
  position: relative;
  min-height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 991px) {
  .comming-soon-modal .modal-dialog .modal-content .modal-body {
    min-height: 200px;

  }
}

.comming-soon-modal .modal-dialog .modal-content .modal-body img {
  margin: 35px auto 25px auto;
  width: 130px;
  display: table;
}

@media (max-width: 991px) {
  .comming-soon-modal .modal-dialog .modal-content .modal-body img {
    margin: 30px auto 18px auto;
    width: 110px;
  }
}

.comming-soon-modal .modal-dialog .modal-content .modal-body p {
  color: white;
  font-size: 35px;
  font-family: "Urbanist-700";
}

@media (max-width: 991px) {
  .comming-soon-modal .modal-dialog .modal-content .modal-body p {
    font-size: 22px;
  }
}

/* Comming Soon Modal CSS End Here */

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