html,
body {
  font-family: 'Prompt', sans-serif;
  color: #0a0a30;
}
::selection {
  background-color: #0a0a30;
  color: #265bff;
}
.bg-primaryColor {
  background: #0a0a30;
}
.payback-sticky_nav {
  background-color: rgba(10,10,48,0.8) !important;
  backdrop-filter: blur(13px);
}
.payback-sticky_nav svg .cls-1 {
  fill: #fff;
}
.payback-sticky_nav svg .lshield {
  stroke: #fff;
}
.modalMainTop {
  backdrop-filter: blur(13px);
  background-color: rgba(10,10,48,0.8);
  border-radius: 0 !important;
}
.modalMainTop form h1,
.modalMainTop form p {
  display: none;
}
.modalMainTop .modal-dialog {
  width: 90vw !important;
  border-radius: 0 !important;
}
#Layer_1 {
  height: 25px;
}
.hero {
  position: relative;
  background-image: url("../img/herobg.webp");
  background-size: cover;
}
.hero h1 {
  font-size: 3.5rem;
  color: #265bff;
}
.hero h1 span {
  display: block;
  color: #0a0a30;
}
.hero h5 {
  max-width: 75%;
}
.hero .stampx {
  width: 150px;
  position: absolute;
  bottom: -75px;
  transition: all 0.5s ease-in-out;
}
.hero .stampx:hover {
  transition: all 0.5s ease-in-out;
}
.hero .stampx:hover .changeToYellow {
  fill: #265bff;
}
.hero .stampx:hover .changeToBlue {
  fill: #fff;
}
.front_form {
  background: #0a0a30;
  color: #fff;
}
.front_form h1 {
  font-size: 1.5rem;
}
.front_form form {
  padding: 1.5rem;
}
.front_form form input,
.front_form form select {
  min-width: 300px;
  margin: 10px 0;
}
.front_form form button {
  width: 100%;
}
.howitworks .hiw-col {
  margin: 30px 0;
  box-shadow: rgba(0,0,0,0.1) 0px 4px 6px -1px, rgba(0,0,0,0.06) 0px 2px 4px -1px;
  transition: all 0.5s ease-in-out;
}
.howitworks .hiw-col:hover {
  box-shadow: rgba(0,0,0,0.25) 0px 25px 50px -12px;
}
.howitworks .hiw-col p {
  margin-top: 1rem;
}
.moneyretrived {
  background: #0a0a30;
  color: #fff;
  background-image: url("../img/814eb7de8cde.webp");
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 0;
}
.moneyretrived::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(10,10,48,0.93);
  z-index: 1;
}
.moneyretrived .row {
  position: relative;
  z-index: 3;
}
.moneyretrived button {
  background-color: #265bff !important;
}
.moneyretrived h1 {
  color: #265bff;
  font-weight: bold;
  font-size: 4rem;
  text-align: right;
  width: 100%;
}
.howwework {
  background-color: #265bff;
  color: #fff;
  background-color: #265bff;
  color: #fff;
  background-image: url("../img/c894fdcc538d.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: -1;
}
.howwework::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, rgba(38,91,255,0) 0%, #265bff 100%);
  z-index: 1;
}
.howwework::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(38,92,255,0.8);
  z-index: 0;
}
.howwework .text-right {
  text-align: right;
}
.howwework .container {
  position: relative;
  z-index: 2;
}
.typeofscam {
  text-align: center;
  position: relative;
}
.typeofscam::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 45px 45px 0 45px;
  border-color: #fff transparent transparent transparent;
  left: 50%;
  transform: translateX(-50%) translateY(100%);
}
.typeofscam .tos_icon {
  padding: 2.5rem 0.5rem;
}
.typeofscam .tos_icon h3 {
  margin-top: 1rem;
}
.typeofscam .tos_icon svg {
  position: relative;
  z-index: 1;
}
.typeofscam .tos_icon svg:after {
  content: 'sss';
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  background: #265bff;
}
.typeofscam .tos_icon svg path {
  fill: #265bff;
}
.tos-section button {
  display: block;
  margin: auto;
}
.mtm-45px {
  margin-top: -45px;
}
.swiper {
  width: 100%;
  height: 450px !important;
  min-height: 400px;
}
.swiper .swiper-slide {
  padding-top: 50px;
}
.swiper .swiper-button-prev {
  transform: rotate(90deg) scale(0.8) translate(-75%, 0);
  background: #dee2e6;
  width: 50px;
  height: 50px;
  right: 0;
  top: 50px;
  border-radius: 0.2rem;
}
.swiper .swiper-button-prev::after {
  content: 'prev';
  font-size: 1.4rem !important;
  font-weight: bolder !important;
}
.swiper .swiper-button-next {
  transform: rotate(90deg) scale(0.8) translate(-75%, 0);
  background: #dee2e6;
  width: 50px;
  height: 50px;
  right: 0;
  top: 50px;
  border-radius: 0.2rem;
}
.swiper .swiper-button-next::after {
  content: 'next';
  font-size: 1.4rem !important;
  font-weight: bolder !important;
}
.videoreviewsdivider {
  position: relative;
  height: 150px;
}
.videoreviewsdivider::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 45px 45px 45px;
  border-color: transparent transparent #0a0a30 transparent;
  left: 50%;
  transform: translateX(-50%);
}
.toast {
  position: fixed !important;
  z-index: 999999 !important;
  right: 50px !important;
  bottom: 50px !important;
}
.f-svg_icon {
  fill: #265bff;
}

.payback-sticky_nav small {
    color: white;
}


@media only screen and (max-width: 1000px) {
    .front_form form input,
    .front_form form select {
      min-width: auto;
      margin: 10px 0;
    }
    .xnavx {
        flex-direction: column;
    }
    .xbtnx {
        display: flex;
        justify-content: space-between;
        margin-bottom: 10px;
    }
    
    .xbtnx > a {
        width: -webkit-fill-available;
    }
    
    .xbtnx > button {
        margin: 0 0 0 5px !important;
    }

}


