html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: "Epilogue", sans-serif;
}

a,
p {
  font-family: "Epilogue", sans-serif;
  margin-bottom: 0;
  text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Epilogue", sans-serif;
  margin-bottom: 0 !important;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  overflow-x: hidden;
  background-color: #ffffff !important;
  overscroll-behavior: none;
}

ol,
ul {
  list-style: none !important;
  margin-bottom: 0 !important;
  padding-left: 0 !important;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a:hover {
  text-decoration: none !important;
}

.container {
  max-width: 1250px !important;
}

section.navbar-sec .row {
  align-items: center;
}

.navbar-sec .logo img {
  width: 100%;
  height: 100% ;
}

section.navbar-sec {
  position: fixed;
  width: 100%;
  height: 110px;
  line-height: 115px;
  z-index: 999999;
  transition: all 0.4s ease;
}

.main-navbar ul.navbar-nav li.nav-item a {
  padding: 0;
  font-size: 17px;
  text-transform: uppercase;
  color: #000000;
  font-weight: 500;
  transition: 0.5s;
  line-height: 1;
  margin-bottom: -5px;
}

.main-navbar ul.navbar-nav li.nav-item a:hover {
  background: #4d0392;
  background: linear-gradient(
    to right,
    #4d0392 0%,
    #b070ea 31%,
    #5fd2ec 58%,
    #2be4dc 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  cursor: pointer;
}

.main-navbar ul.navbar-nav {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 65%;
}

.main-navbar nav.navbar.navbar-expand-lg {
  padding: 0;
}

.payment-sec {
  padding: 1rem 0 !important;
}

section.navbar-sec.sticky {
  background: #fff;
  box-shadow: 0 0 15px #9774e9;
  height: 100px;
  line-height: 107px;
}

section.navbar-sec.sticky a.header-login-btn:hover {
  color: #66219c;
}

section.navbar-sec.sticky a.header-login-btn:hover img {
  filter: none !important;
}

/* section.navbar-sec.sticky:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 2px solid transparent;
    background: linear-gradient(45deg, #4d039247, #B070EA, #5FD2EC, #2be4dc26) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    transition: 0.5s;
} */
.navbar-right-column ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.navbar-right-column ul li a.header-login-btn {
  color: #000;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 500;
  transition: 0.5s;
}

.navbar-right-column ul li a.header-login-btn img {
  margin-right: 8px;
  transition: 0.5s;
}

.navbar-right-column ul li {
  margin-left: 30px;
}

.navbar-right-column ul li a.header-signup-btn {
  width: 100%;
  max-width: 170px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-transform: uppercase;
  font-size: 17px;
  color: #fff;
  line-height: 1;
  background: rgb(77, 3, 146);
  background: linear-gradient(
    90deg,
    rgba(77, 3, 146, 1) 0%,
    rgba(176, 112, 234, 1) 33%,
    rgba(95, 210, 236, 1) 73%,
    rgba(43, 228, 220, 1) 80%
  );
  border-radius: 40px;
  position: relative;
  font-weight: 500;
  transition: 0.5s;
}

.navbar-right-column ul li a.header-login-btn span {
  line-height: 1;
}

.navbar-right-column ul li a.header-signup-btn span {
  line-height: 1;
  position: relative;
  z-index: 9999;
  color: #000;
  padding: 13px 20px 10px;
  transition: 0.5s;
}

.navbar-right-column ul li a.header-login-btn:hover img {
  filter: invert(1);
}

.navbar-right-column ul li a.header-signup-btn:before {
  content: "";
  background: #fff;
  width: 106px;
  height: 46px;
  position: absolute;
  left: -1%;
  z-index: 1;
  border-radius: 40px;
  transition: 0.5s;
}

.navbar-right-column ul li a.header-signup-btn img {
  padding: 11px 20px;
  position: relative;
  z-index: 999;
}

.navbar-right-column ul li a.header-signup-btn:hover:before {
  width: 68px;
  left: 60%;
}

.navbar-right-column ul li a.header-signup-btn:hover span {
  color: #fff;
}

.navbar-right-column ul li a.header-login-btn:hover {
  color: #fff;
}

section.home-banner-sec {
  background-image: url(../images/home-banner.png);
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -10px;
  padding: 8rem 0px 3rem;
  height: 600px;
}

.home-banner-content h1 {
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
  margin-bottom: 50px !important;
  position: relative;
  overflow: hidden;
}

.home-banner-content h1 .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

.home-banner-content h1 .colored {
  background: #4d0392;
  background: linear-gradient(
    to right,
    #4d0392 0%,
    #b070ea 31%,
    #5fd2ec 58%,
    #2be4dc 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.home-banner-img img {
  width: 100%;
}

section.home-banner-sec .row {
  align-items: center;
}

.home-banner-content {
  margin-top: 0;
}

.home-banner-content a.home-banner-btn1 {
  position: relative;
  padding: 19px 30px 18px;
}

.home-banner-content a.home-banner-btn1:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50px;
  border: 2px solid transparent;
  background: linear-gradient(45deg, #4d0392, #b070ea, #5fd2ec, #2be4dc)
    border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  transition: 0.5s;
}

.home-banner-content a {
  margin-right: 30px;
}

.home-banner-content a.home-banner-btn1:hover:before {
  -webkit-mask: linear-gradient(#fff0 0 0) padding-box,
    linear-gradient(#fff 0 0);
}

.home-banner-content a.home-banner-btn1:hover span {
  color: #fff;
  position: relative;
}

.home-banner-content a.home-banner-btn1 span {
  color: #000;
  font-size: 17px;
  font-weight: 500;
  transition: 0.5s;
}

.home-banner-content a.home-banner-btn2 {
  color: #000;
  font-size: 17px;
  font-weight: 500;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  transition: 0.5s;
}

.home-banner-content a.home-banner-btn2 svg {
  color: #fff;
  font-size: 15px;
}

.home-banner-content a.home-banner-btn2 span {
  background: #6c25ad;
  border-radius: 40px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 10px 2px 15px;
  margin-right: 10px;
  transition: 0.5s;
  box-shadow: 0 0 0 5px #b5a2f0, 0 0 0 8px #ddd2ff, 0 0 0 10px #e9e2ff;
  animation: buttonBlink 1s cubic-bezier(0, 0, 0, 0.97) alternate-reverse
    infinite;
}

@keyframes buttonBlink {
  0% {
    box-shadow: 0 0 #b5a2f0, 0 0 #ddd2ff, 0 0 #e9e2ff;
  }
}

.home-banner-content ul {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 9;
}

.home-banner-content a.home-banner-btn2:hover {
  color: #9553d2;
}

.home-banner-content a.home-banner-btn2:hover span {
  background: #9553d2;
}

section.home-main-content {
  padding: 0;
  position: relative;
}

.home-content {
  padding-right: 50px;
}

.home-content-giff img {
  width: 100%;
}

section.home-main-content .row {
  align-items: center;
}

.payment-transaction-article img {
  position: absolute;
  top: -600px;
  width: 9%;
  z-index: 1;
}

.home-content h3 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 10px !important;
}

.home-content h3 span {
  background: #4d0392;
  background: linear-gradient(
    to right,
    #4d0392 0%,
    #b070ea 31%,
    #5fd2ec 58%,
    #2be4dc 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.home-content p {
  font-size: 19px;
}

.fraud-sec-article img {
  position: absolute;
  top: -270px;
  width: 9%;
  right: 0;
  z-index: -1;
}

@media (min-width: 1800px) {
  .fraud-sec,
  .data-sec {
    padding: 3rem 0 !important;
  }
}

section.home-main-content .container {
  position: relative;
  z-index: 999;
}

section.inc-revenue-sec {
  padding: 3rem 0;
  background-image: url(../images/gift-coin-sec-bg.png);
  width: 100%;
  background-position: top center;
  background-size: cover;
}

.inc-revenue-head.text-center h3 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 10px !important;
}

.inc-revenue-head.text-center h3 span {
  background: #4d0392;
  background: linear-gradient(
    to right,
    #4d0392 40%,
    #b070ea 50%,
    #5fd2ec 58%,
    #2be4dc 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: block;
}

.inc-revenue-head.text-center p {
  font-size: 19px;
  width: 740px;
  margin: 0 auto;
}

.inc-rev-content p {
  font-size: 17px;
  line-height: 30px;
  margin-bottom: 0;
}

.inc-rev-content {
  background: #fff;
  padding: 30px 70px;
  position: relative;
  border-radius: 20px;
}

.inc-rev-content span {
  background: #5cd4eb;
  padding: 10px 20px 6px 20px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 25px;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 800;
}

.inc-rev-img.inc-rev-img-one img {
  position: absolute;
  top: -200px;
  right: 40px;
}

.inc-rev-img {
  position: relative;
}

.inc-revenue-head img {
  /* margin-bottom: -120px; */
  margin-left: 20px;
  width: 96%;
}

.inc-rev-img.inc-rev-img-two img {
  position: absolute;
  top: 40px;
  right: 50px;
}

.inc-rev-img.inc-rev-img-three img {
  position: absolute;
  top: 50px;
  right: -25px;
}

.inc-rev-content.rev-cont-two {
  margin-top: 30px;
}

.inc-rev-content.rev-cont-three {
  margin-top: 70px;
}

.inc-rev-img.inc-rev-img-four img {
  position: absolute;
  top: 50px;
  left: -10px;
}

.inc-rev-img.inc-rev-img-five img {
  position: absolute;
  top: 20px;
}

.inc-rev-content.rev-cont-two p {
  text-align: right;
}

.inc-rev-content.rev-cont-two span {
  left: auto;
  right: 0;
  border-radius: 0;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.inc-rev-content.rev-cont-four p {
  text-align: right;
}

.inc-rev-content.rev-cont-four span {
  left: auto;
  right: 0;
  border-radius: 0;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.got-covered-article img {
  position: absolute;
  top: 0;
  width: 140px;
  right: 0;
  z-index: -1;
}

section.faqs-tabs-sec .faq-tabs-article img {
  position: absolute;
  width: 135px;
  left: 0;
  top: 0;
  z-index: -1;
}

section.faqs-tabs-sec {
  position: relative;
  z-index: 9;
  background-image: url(../images/faq-sec-bg.png);
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 5rem 0;
}

.got-covered-sec {
  padding: 0 !important;
}

.faq-tabs-nav ul {
  display: block;
  width: 100%;
  max-width: 50%;
  margin: 0 auto;
}

.faq-tabs-nav ul li.nav-item a {
  padding: 0;
  margin-bottom: 20px;
  color: #6c25ae;
  font-size: 20px;
  font-weight: 600;
}

.faq-tabs-nav ul li.nav-item a:hover {
  cursor: pointer;
  color: #000;
}

.faq-tabs-nav ul li.nav-item a svg {
  display: none;
  margin-right: 10px;
  transition: 0.5s;
  color: #000;
}

.faq-tabs-nav ul li a.active svg {
  display: inline;
}

.faq-tabs-nav ul li a.active {
  color: #000;
}

.faq-tabs-inner-content .tab-content h3 {
  color: #000;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2em;
  margin-bottom: 20px !important;
}

.faq-tabs-inner-content .tab-content p {
  color: #000;
  font-size: 18px;
  padding-right: 50px;
}

.qrcode-giff img {
  /* width: 300px; */
  margin: 0 auto;
}

.qrcode-giff {
  text-align: center;
}

section.footer-signin-sec {
  background-image: url(../images/footer-signup-bg.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
  display: flex;
  align-items: center;
  position: relative;
}

@media (min-width: 1800px) {
  section.footer-signin-sec {
    background-size: 2500px;
  }
}
@media (min-width: 2000px) {
  section.footer-signin-sec {
    background-size: 3100px;
  }
}

.footer-signin-content h3 {
  font-size: 35px;
  font-weight: 600;
  line-height: 50px;
  width: 75%;
}

.footer-signin-content h3 span {
  background: #4d0392;
  background: linear-gradient(
    to right,
    #4d0392 20%,
    #b070ea 40%,
    #5fd2ec 60%,
    #2be4dc 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.footer-signin-content {
  width: 85%;
  margin: 0 auto;
}

.footer-signin-content .row {
  align-items: center;
}

.footer-signin-content a {
  width: 100%;
  max-width: 193px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-transform: uppercase;
  font-size: 17px;
  color: #fff;
  line-height: 1;
  background: rgb(77, 3, 146);
  background: linear-gradient(
    90deg,
    rgba(77, 3, 146, 1) 0%,
    rgba(176, 112, 234, 1) 33%,
    rgba(95, 210, 236, 1) 73%,
    rgba(43, 228, 220, 1) 80%
  );
  border-radius: 40px;
  position: relative;
  font-weight: 500;
  transition: 0.5s;
}

.footer-signin-content a:before {
  content: "";
  background: #fff;
  width: 125px;
  height: 54px;
  position: absolute;
  left: -1%;
  z-index: 1;
  border-radius: 40px;
  transition: 0.5s;
}

.footer-signin-content a span {
  line-height: 1;
  position: relative;
  z-index: 9999;
  color: #000;
  padding: 15px 30px;
  transition: 0.5s;
}

.footer-signin-content a img {
  padding: 15px 20px;
  position: relative;
  z-index: 999;
}

.footer-signin-content a:hover:before {
  width: 70px;
  left: 64%;
}

.footer-signin-content a:hover span {
  color: #fff;
}

footer.footer-sec {
  background-image: url(../images/footer-bg.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 15rem 0 0;
  margin-top: -200px;
  text-align: center;
}

.footer-about ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px 0 20px !important;
}

.footer-about ul li a {
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  margin: 0 20px;
  position: relative;
}

.footer-about p {
  color: #fff;
  font-size: 17px;
  width: 58%;
  margin: 0 auto;
}

.footer-about {
  padding-bottom: 60px;
  border-bottom: 1px solid #fff;
}

footer.footer-sec .row {
  align-items: center;
}

.all-right-content h6 {
  color: #fff;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  padding: 20px 0;
}

.all-right-content ul li a {
  color: #fff;
  margin-left: 40px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  transition: 0.5s;
}

.all-right-content ul {
  display: flex;
  justify-content: flex-end;
}

.footer-about ul li a:after {
  content: "";
  background: #793ab3;
  width: 0;
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -7px;
  transition: 0.5s;
}

.footer-about ul li a:hover:after {
  width: 100%;
}

.all-right-content ul li a:hover {
  color: #773ab0;
}

section.about-page-sec {
  background-image: url(../images/about-page-bg.png);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: cover;
  height: 810px;
  padding: 15rem 0 0;
  text-align: center;
}

.about-first-article img {
  position: absolute;
  top: 0;
  width: 6%;
  z-index: -1;
  left: 0;
}

.about-page-head h3 {
  background: #4d0392;
  background: linear-gradient(
    to right,
    #4d0392 40%,
    #b070ea 47%,
    #5fd2ec 59%,
    #2be4dc 10%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 5px !important;
}

.about-page-head h6 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px !important;
}

.about-page-head p {
  margin-bottom: -40px;
  font-size: 20px;
}

.about-page-head {
  width: 65%;
  margin: 0 auto;
  margin-bottom: 60px !important;
}

.about-full-box .about-full-box-content h4 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 8px !important;
  color: #000;
}

.about-full-box img {
  width: 270px;
}

.about-full-box-content {
  background: #fff;
  padding: 90px 30px 40px;
  box-shadow: 0 0 15px #8f6fe342;
  border-radius: 30px;
  margin-top: -110px;
  height: 220px;
}

.about-full-box .about-full-box-content p {
  font-size: 17px;
  color: #1a1a1a;
  margin-bottom: 0;
}

section.about-digital-gift-sec {
  /* background-image: url(../images/digital-gift-card-bg.png); */
  width: 100%;
  /* background-position: center center; */
  /* background-repeat: no-repeat; */
  /* background-size: cover; */
  height: 600px;
  display: flex;
  align-items: center;
  margin: 4rem 0 1rem;
  position: relative;
  overflow-x: clip;
}

section.about-digital-gift-sec:before {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  height: 30%;
  background: linear-gradient(#fff, #fffffff2, #ffffffb8, #ffffff0a);
  z-index: 1;
}

section.about-digital-gift-sec:after {
  content: "";
  position: absolute;
  bottom: -13px;
  left: 0;
  width: 100%;
  height: 20%;
  background: linear-gradient(#ffffff00, #ffffffdb, #fff);
  z-index: 1;
}

.scene-outer {
  position: absolute;
  top: 0;
  left: -5%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.about-digital-gift-sec img {
  width: 110%;
  height: 100%;
  object-fit: cover;
}

.about-digital-gift-content {
  width: 72%;
  margin: 0 auto;
  position: relative;
  z-index: 99;
}

.about-digital-gift-content h3 {
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 10px !important;
}

.about-digital-gift-content h3 span {
  background: #4d0392;
  background: linear-gradient(
    to right,
    #4d0392 0%,
    #b070ea 31%,
    #5fd2ec 58%,
    #2be4dc 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.about-digital-gift-content p {
  font-size: 20px;
  line-height: 30px;
}

.about-second-article img {
  position: absolute;
  top: 0;
  width: 120px;
  z-index: -1;
  right: 0;
}

section.never-sleep-sec {
  position: relative;
  background-image: url(../images/never-sleeps-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.never-sleep-img img {
  width: 100%;
}

section.never-sleep-sec .row {
  align-items: center;
}

.never-sleep-content h3 {
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
  margin-bottom: 10px !important;
}

.never-sleep-content h3 span {
  background: #4d0392;
  background: linear-gradient(
    to right,
    #4d0392 0%,
    #b070ea 31%,
    #5fd2ec 58%,
    #2be4dc 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.never-sleep-content p {
  font-size: 20px;
  line-height: 32px;
}

.about-full-box.about-full-box-three img {
  margin-bottom: 20px;
  margin-top: -20px;
}

.pricing-page-sec {
  background-image: url(../images/pricing-page-banner.png);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: cover;
  height: 790px;
  padding: 11rem 0 0;
  text-align: center;
}

.pricing-first-article img {
  position: absolute;
  top: 0;
  width: 110px;
  z-index: -1;
  left: 0;
}

.pricing-page-head h3 {
  background: #4d0392;
  background: linear-gradient(
    to right,
    #4d0392 40%,
    #b070ea 47%,
    #5fd2ec 59%,
    #2be4dc 10%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 60px !important;
}

.pricing-page-head h6 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px !important;
}

.pricing-page-head p {
  font-size: 20px;
  margin-bottom: 0;
}

.pricing-page-head {
  width: 60%;
  margin: 0 auto;
  margin-bottom: 60px !important;
}

.pricing-full-box-content h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 10px 0 5px !important;
}

.pricing-full-box-content p {
  font-size: 16px;
  margin-bottom: 0;
  line-height: 27px;
}

.pricing-full-box {
  width: 95%;
  margin: 0 auto;
  margin-bottom: 90px;
}

.pricing-page-main-para p {
  font-size: 18px;
  width: 70%;
  margin: 0 auto;
}

.how-it-works-sec {
  padding: 9rem 0;
}

section.contact-page-sec {
  background-image: url(../images/contact-page-bg.png);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 13rem 0 7rem;
}

.contact-page-left-col h3 {
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 20px !important;
}

.contact-page-contact-info-div p {
  margin-bottom: 2px;
  font-size: 18px;
  color: #323232;
  font-weight: 500;
}

.contact-page-contact-info-div a {
  color: #4b4b4b;
  font-weight: 800;
  font-size: 23px;
  display: block;
  transition: 0.5s;
  word-break: break-all;
}

.contact-page-contact-info-div a:hover {
  color: #834ab7;
}

.contact-page-contact-info-div {
  margin-bottom: 25px;
}

.contact-page-right-col h3 {
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 20px !important;
}

.contact-page-right-col form input,
textarea {
  width: 100%;
  margin-bottom: 25px;
  border: 1px solid #7e44b4;
  padding: 10px 20px 8px;
  border-radius: 30px;
}

.contact-page-right-col form textarea {
  height: 190px;
  resize: none;
}

.contact-page-right-col form button.contact-submit-btn {
  width: 100%;
  max-width: 170px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-transform: uppercase;
  font-size: 17px;
  color: #000;
  line-height: 1;
  background: rgb(77, 3, 146);
  background: linear-gradient(
    90deg,
    rgba(77, 3, 146, 1) 0%,
    rgba(176, 112, 234, 1) 33%,
    rgba(95, 210, 236, 1) 73%,
    rgba(43, 228, 220, 1) 80%
  );
  border-radius: 40px;
  position: relative;
  font-weight: 500;
  transition: 0.5s;
  border: 1px solid #6821aa;
  margin-top: 10px;
}

.contact-page-right-col form button.contact-submit-btn span {
  padding: 15px 20px 12px;
  position: relative;
  z-index: 999;
  transition: 0.5s;
}

.contact-page-right-col form button.contact-submit-btn img {
  padding: 15px 20px;
  position: relative;
  z-index: 999;
}

.contact-page-right-col form button.contact-submit-btn:before {
  content: "";
  background: #fff;
  width: 115px;
  height: 46px;
  position: absolute;
  left: 0;
  z-index: 1;
  border-radius: 40px;
  transition: 0.5s;
}

.contact-page-right-col form button.contact-submit-btn:hover:before {
  width: 63px;
  left: 63%;
}

.contact-page-right-col form button.contact-submit-btn:hover span {
  color: #fff;
}

.contact-page-content {
  display: flex;
  align-items: center;
  margin-top: 140px;
}

.contact-page-content h4 {
  font-size: 50px;
  color: #8646c0;
  font-weight: 700;
  transform: rotate(-90deg);
  line-height: 1;
  height: 40px;
  width: 25%;
  display: block;
  margin-top: 100px;
}

.contact-page-content p {
  margin-bottom: 0;
  font-size: 19px;
  font-weight: 600;
}

.contact-page-content p span {
  font-size: 18px;
  font-weight: 400;
  display: block;
  margin-top: 10px;
}

.home-banner-img model-viewer#mv-demo {
  width: 100%;
  height: 510px;
  margin-top: -30px;
}

.got-covered-sec .home-content {
  margin-left: 70px;
}

.socially-box-sec .home-content-giff {
  width: 70%;
  margin: 0 auto;
}

.how-it-works-sec {
  margin-top: 100px;
}

/* parallex */
.parallex-wrapp {
  position: relative !important;
  z-index: 999;
}

/* parallex  */

.navbar-sec.mobile__nav {
  display: none;
}

.hamburger {
  position: relative;
  max-width: 46px;
  height: 23px;
  margin-left: auto;
  width: 100%;
  z-index: 999;
}

.hamburger span {
  display: block;
  position: absolute;
  background: #5a16b1;
  height: 3px;
  width: 100%;
  border-radius: 30px;
}

.hamburger span:nth-child(1) {
  top: 0;
}

.hamburger span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 80%;
}

.hamburger span:nth-child(3) {
  bottom: 0;
  width: 65%;
  right: 0;
}

.mobile__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
}

.nav__side .nav__list {
  position: fixed;
  right: -100%;
  top: 0;
  background: #fff;
  max-width: 240px;
  width: 100%;
  height: 100vh;
  box-shadow: -10px 0 30px #0000001f;
  transition: 0.4s ease;
  z-index: 999;
}

.nav__side .nav__list a {
  color: #000;
  line-height: 30px !important;
  display: block;
  padding: 0.5rem 1rem;
}

.nav__side .nav__list li {
  line-height: 30px !important;
}

.menu__close {
  height: auto;
  line-height: 30px;
  border: 0;
  outline: none;
  background: transparent;
  font-size: 40px;
  position: absolute;
  top: 10px;
  right: 20px;
}

.menu__close-wrapp {
  margin-bottom: 40px;
}

section.navbar-sec.mobile__nav.sticky {
  line-height: 77px;
}

section.navbar-sec.mobile__nav {
  line-height: 77px;
}

@media (max-width: 1366px) {
  .payment-transaction-article img {
    left: -50px;
  }

  .home-content {
    padding-right: 80px;
  }

  .faq-tabs-inner-content .tab-content p {
    padding-right: 70px;
  }

  section.faqs-tabs-sec .faq-tabs-article img {
    left: -45px;
  }
}

@media (max-width: 1150px) {
  section.faqs-tabs-sec .faq-tabs-article img {
    left: -65px;
    top: -100px;
  }
}

@media (max-width: 1024px) {
  .main-navbar ul.navbar-nav li.nav-item a,
  .navbar-right-column ul li a.header-signup-btn {
    font-size: 14px;
  }
  .navbar-right-column ul li a.header-login-btn,
  .navbar-right-column ul li a.header-login-btn {
    font-size: 14px;
  }
  .home-banner-content h1 {
    font-size: 45px;
  }
  .home-content p,
  .inc-revenue-head.text-center p,
  .faq-tabs-inner-content .tab-content p,
  .faq-tabs-nav ul li.nav-item a,
  .about-page-head p,
  .about-full-box .about-full-box-content p,
  .about-digital-gift-content p,
  .never-sleep-content p,
  .pricing-page-head p,
  .pricing-page-main-para p {
    font-size: 16px;
  }
  .inc-rev-content p {
    font-size: 15px;
    line-height: 26px;
  }
  .inc-rev-img.inc-rev-img-one img {
    top: -150px;
    right: -20px;
  }
  .inc-rev-img.inc-rev-img-two img {
    right: 0px;
  }
  .inc-rev-img.inc-rev-img-five img {
    left: -30px;
  }
  .home-content h3,
  .faq-tabs-inner-content .tab-content h3,
  .footer-signin-content h3,
  .inc-revenue-head.text-center h3,
  .about-page-head h3,
  .never-sleep-content h3,
  .pricing-page-head h3,
  .contact-page-left-col h3,
  .contact-page-right-col h3 {
    font-size: 35px;
  }
}

@media (max-width: 991px) {
  section.navbar-sec {
    display: none;
  }
  .navbar-sec .logo img {
    width: 68%;
  }
  .navbar-sec.mobile__nav {
    display: block !important;
  }

  .home-banner-img model-viewer#mv-demo {
    height: 360px;
    margin-top: 20px;
  }
  .inc-rev-content {
    margin-top: 20px !important;
  }
  .faq-tabs-nav ul {
    max-width: 100%;
  }
  .home-content h3,
  .faq-tabs-inner-content .tab-content h3,
  .footer-signin-content h3,
  .inc-revenue-head.text-center h3,
  .about-page-head h3,
  .pricing-page-head h3,
  .never-sleep-content h3,
  .contact-page-left-col h3,
  .contact-page-right-col h3 {
    font-size: 28px;
    line-height: 40px;
  }
  .home-banner-content h1 span {
    display: block;
  }

  /* About page */
  section.about-digital-gift-sec:after {
    bottom: 0;
  }
  .about-full-box .about-full-box-content h4 {
    font-size: 18px;
  }
  section.about-page-sec {
    height: auto;
  }
  section.about-page-sec,
  .pricing-page-sec,
  section.contact-page-sec {
    background-size: 1060px;
  }
  /* About page  */

  /* pricing page  */
  .pricing-page-sec {
    height: auto;
  }
  .how-it-works-sec {
    margin-top: 0;
    padding: 3rem 0;
  }
  .pricing-page-head h3 {
    margin-bottom: 0 !important;
  }
  /* pricing page  */
  /* Contact  */
  .contact-page-content {
    margin-top: 50px;
  }
  .contact-page-content h4 {
    margin-top: -30px;
  }
  /* Contact  */
}

@media (max-width: 767px) {
  .inc-revenue-head.text-center p {
    width: 100%;
  }
  .home-banner-content h1 {
    font-size: 35px;
    line-height: 40px;
  }
  .about-page-head h6,
  .pricing-page-head h6 {
    font-size: 20px;
  }
  .about-digital-gift-content h3,
  .never-sleep-content h3 {
    font-size: 33px;
    line-height: 40px;
  }
  section.about-page-sec,
  .pricing-page-sec,
  section.contact-page-sec {
    background-size: 610px;
  }
}
@media (max-width: 575px) {
  .home-banner-content h1 span {
    display: inline;
  }
  .home-banner-content ul {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }
  .home-banner-content ul a {
    display: inline-block;
  }
  .home-banner-content a.home-banner-btn1 span {
    font-size: 15px;
  }
  .home-content {
    padding-right: 0;
  }
  .got-covered-sec .home-content {
    margin-left: 0;
  }
  .footer-signin-content h3 {
    width: 100%;
  }

  .home-content h3,
  .faq-tabs-inner-content .tab-content h3,
  .footer-signin-content h3,
  .inc-revenue-head.text-center h3,
  .pricing-page-head h3 {
    font-size: 24px;
    line-height: 34px;
  }

  .footer-about ul {
    flex-wrap: wrap;
    gap: 10px;
  }
  .footer-about p {
    width: 100%;
  }
  .all-right-content h6 {
    text-align: center;
  }
  .all-right-content ul li a {
    margin-left: 0;
  }
  .all-right-content ul {
    justify-content: center;
    gap: 10px;
  }
  section.home-banner-sec {
    background-position: center -190px;
  }
  .inc-revenue-head img {
    margin-left: 0;
  }
  .home-banner-content h1 {
    font-size: 30px;
  }
  .inc-rev-img.inc-rev-img-three img {
    right: 0;
  }
  .inc-rev-img.inc-rev-img-one img {
    right: 0;
  }
  section.about-page-sec,
  .pricing-page-sec,
  section.contact-page-sec {
    padding: 10rem 0 0;
  }
  .about-page-head,
  .pricing-page-head {
    width: 95%;
  }
  .about-digital-gift-content h3,
  .never-sleep-content h3 {
    font-size: 26px;
    line-height: 30px;
  }
  .footer-signin-content a {
    font-size: 14px;
  }
  .footer-about ul li a {
    font-size: 16px;
  }
  .contact-page-content {
    align-items: start;
    flex-direction: column;
  }
  .contact-page-content h4 {
    font-size: 30px;
    transform: rotate(0deg);
    line-height: inherit;
    height: auto;
    width: 100%;
    margin-top: 0;
  }
  .contact-page-content {
    margin-bottom: 30px;
  }
  .contact-page-contact-info-div a {
    font-size: 16px;
  }
}

@media (max-width: 365px) {
  .inc-rev-content {
    padding: 60px 20px 20px;
  }
  section.about-page-sec,
  .pricing-page-sec,
  section.contact-page-sec {
    background-size: 440px;
  }
}
