@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}
html {
  scroll-behavior: smooth;
}

.nav-pills .nav-link:focus {
  outline: none;
  box-shadow: none;
}


/*---header-start----*/
.header-part-st {
  background-color: #252525;
  height: 70px;
  display: flex;
  align-items: center;
  position: sticky;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 11;
}
.banner-part-st::before {
  content: "";
  position: absolute;
  background: url(../images/hang-light.svg);
  width: 535px;
  height: 600px;
  top: -85px;
  left: 318px;
  background-repeat: no-repeat;
  z-index: 55;
  transform-origin: 50% -350px;
  animation: sway 4s cubic-bezier(0.5, 0, 0.5, 1) infinite alternate;
}
@keyframes sway {
  0% {
    transform: rotate(3deg);
  }
  100% {
    transform: rotate(-3deg);
  }
}

.flip-animation {
  display: block;
  margin: 0 auto;
  width: 100%; /* Adjust as needed */
  height: auto; /* Adjust as needed */
  animation: flip 5s infinite;
  transform-style: preserve-3d;
  backface-visibility: hidden;
}
.header-part-st .for-logo {
  width: 100px;
  height: 100px;
}
.header-part-st .for-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.header-part-st .logo-part {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.for-download .dwnld-btn {
  width: 100px;
  background-color: #6739b7;
  display: inline-block;
  color: #ffffff;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  font-size: 14px;
}
.for-download a {
  text-decoration: none;
}
/*-----header-end------*/

/*---banner-part-st------*/
.banner-part-st {
  background-image: url(../images/banner.png);
  background-repeat: no-repeat;
  background-color: #252525;
  position: relative;
  background-position: center left;
  background-size: 100% 100%;
  min-height: 550px;
  
}
/* .banner-part-st .banner-title h1 {
  color: #2f2d34;
  position: absolute;
  font-size: 250px;
  top: -25px;
  font-weight: 700;
  letter-spacing: 14px;
  left: 120px;
}

.banner-part-st .agn-banner-title h1 {
  color: #2f2d34;
  position: absolute;
  font-size: 222px;
  top: 231px;
  font-weight: 700;
  letter-spacing: 5px;
  left: 45%;
} */
.banner-part-st .mobile-image img {
  width: 100%;
  height: auto;
}
.banner-part-st .cash-back-title {
  margin-top: 42%;
}
.banner-part-st .cash-back-title h3 {
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 1px;
}
.cash-back-title span {
  color: #6739b7;
  display: inline-block;
}
.har-bar-title h5 {
  font-weight: 300;
  color: #dbcaff;
}
.mobile-image {
  z-index: 1;
  position: relative;
  padding-top: 62px;
}
.vector-part-logo .only-for-startup {
  width: 100px important;
}
.scan-image figure {
  width: 80px;
  height: 80px;
}

.scan-image figure img {
  width: 100%;
  height: 100%;
}
.scan-to-dwnld {
  margin-top: 40px;
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.scan-text {
  color: #ffffff;
}

/*--banner-part-end---------*/

/*----about-us-part------*/
.about-us-part {
  min-height: 450px;
  background-color: #252525;
  padding-top: 30px;
}
.about-us-part .about-us-image {
  width: 450px;
  height: 450px;
}
.about-us-part .about-us-image:hover img {
  scale: 1.1;
  transition: 0.5s;
}
.about-us-part .about-us-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.about-us-part .about-us-txt h2 {
  color: #ffffff;
  font-weight: 700;
  font-size: 38px;
  margin-bottom: 20px;
}
.about-us-part .about-us-txt p {
  color: #ffffff;
}
.about-us-txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 450px;
}
/*---about-us-part-end-------------*/

/*------client-part-start------------*/
.client-part {
  min-height: 150px;
  background-color: #252525;
  padding-top: 30px;
}

.client-part img {
  width: 50px;
  height: 75px;
  object-fit: contain;
}
.client-img-logo {
  width: 85px;
  height: 75px;
}
.client-img-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/*-----client-part-end--------------------------*/

/*---what-we-give----*/
.what-give-part {
  min-height: 450px;
  background-color: #252525;
  padding-top: 80px;
}
.what-give-part h2 {
  color: #ffffff;
  font-size: 32;
  font-weight: 700;
}
.what-give-part .nav .nav-item button.active {
  background-color: transparent;
  color: #ffffff;
}
.what-give-part .nav .nav-item button.active::after {
  content: "";
  border-bottom: 2px solid #ffffff;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -1px;
  border-radius: 5px 5px 0 0;
}
.image-measure {
  width: 100%;
  height: 470px;
  margin-top: 25px;
}
.image-measure img {
  width: 100%;
  height: 100%;
}
/*---what-we-give-end-------*/

/*-----why-paycsh-start----*/
.why-paycash-st {
  background-color: #252525;
  min-height: 350px;
  padding-top: 65px;
}
.vector-part-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.vector-part-logo h5 {
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
}
.vector-part-logo figure {
  width: 50px;
  height: 50px;
}
.vector-part-logo figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.why-paycash-st h2 {
  color: #ffffff;
  font-weight: 700;
  font-size: 32px;
  padding-bottom: 25px;
}
/*----why-paycash-end---------------*/

/*---reach-part-------*/
.reach-part {
  background-color: #252525;
  min-height: 350px;
  padding-top: 105px;
  position: relative;
  overflow: hidden;
}
.reach-part::after {
  content: "";
  position: absolute;
  background-image: url(../images/circle-new.png);
  width: 300px;
  height: 300px;
  top: 40px;
  right: -75px;
  background-repeat: no-repeat;
}
.reach-part h2 {
  font-size: 38px;
  font-weight: 900;
  color: #ffffff;
  padding-top: 40px;
}

/*----reach-part-end---------*/

/*---contact-details--------*/
.contact-details-st {
  background-color: #252525;
  min-height: 250px;
}
.contact-details-st h3 {
  color: #ad7dff;
}
.contact-details-st p {
  color: #ad7dff;
}
.contact-details-st .right-details {
  text-align: end;
}
.contact-details-st .compant-policy a {
  text-decoration: none;
  color: #ad7dff;
}

/*---contact-details-end-----------*/

/*--footer-policy-start---*/
.bottom-footer {
  background-color: #252525;
  min-height: 60px;
}
.bottom-footer p {
  color: #ffffff;
}

/*--footer-policy-end---------*/

/*--scroll-to-top------*/
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #ad7dff;
  color: #000;
  cursor: pointer;
  padding: 0px;
  width: 40px;
  height: 40px;
}

#myBtn:hover {
  border: 2px solid #ffffff;
  background-color: #555;
  color: #ffffff;
}
/*--scroll-to-top------*/

/*----mobile-responsive---------*/
@media only screen and (min-width: 1080px) and (max-width: 1920px)
{
  .banner-part-st::before {
    left: 240px;
    
}
@media only screen and (min-width: 992px) and (max-width: 1224px)
{
  .banner-part-st::before {
    left: 130px;
    
}
 
}
 
}
@media only screen and (min-width: 992px) and (max-width: 1280px)
{
  .banner-part-st::before {
    left: 130px;
    
}
 
}
@media only screen and (max-width: 991px) {
  .banner-part-st::before {
    width: 260px;
    height: 500px;
    top: -100px;
    left: 140px;
  }
  .about-us-part .about-us-image {
    width: 250px;
    height: 250px;
  }
  .contact-details-st .right-details {
    text-align: left;
  }
  .banner-part-st {
    background-size: contain;
  }
  #myBtn {
    right: 0px;
    width: 30px;
    height: 30px;
  }
  .compant-policy .text-center {
    text-align: left !important;
  }
  .compant-policy .text-end {
    text-align: left !important;
  }
  .scan-image figure {
    width: 50px;
    height: 50px;
  }
  .about-us-part .about-us-txt h2 {
    font-size: 22px;
  }
  .about-us-txt {
    padding-top: 20px;
    margin-bottom: 10px;
  }
  .banner-part-st .cash-back-title h3 {
    font-size: 22px;
  }
  .about-us-part .about-us-txt p {
    font-size: 12px;
  }
  .client-part img {
    width: 40px;
    height: 40px;
  }
  .client-img-logo {
    width: 40px;
    height: 40px;
  }
  .what-give-part {
    padding-top: 40px;
  }
  .what-give-part h2 {
    font-size: 22px;
  }
  .what-give-part ul li {
    font-size: 10px;
  }
  .bottom-footer p {
    font-size: 12px;
    padding-top: 15px;
  }
  .what-give-part h5 {
    font-size: 14px;
  }
  .why-paycash-st h2 {
    font-size: 22px;
  }
  .image-measure {
    height: 270px;
  }
  .why-paycash-st {
    padding-top: 10px;
  }
  .vector-part-logo figure {
    width: 40px;
    height: 40px;
  }
  .vector-part-logo h5 {
    font-size: 12px;
  }
  .reach-part h2 {
    font-size: 22px;
  }

  .reach-part::after {
   
    width: 232px;
    height: 232px;
    right:0px;
    
}
}

@media only screen and (min-width: 320px) and (max-width: 480px)
{
  .banner-part-st::before {
    left: 37px;
}
.header-part-st .for-logo {
  width: 90px;
  height: 90px;
}
}
 

/*---mobile-responsive-end----------*/
