/* scrollbar */

::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-track {
  background: #1b1e2b;
}
::-webkit-scrollbar-thumb {
  background: #1a1d27;
}
::-webkit-scrollbar-thumb:hover {
  background: #202430;
}

/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/
@font-face {
  font-family: "BB";
  src: url("../fonts/mainfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/*--------------------------------------------------------------
# Basics
--------------------------------------------------------------*/
body {
  overflow-x: hidden;
  min-height: 100vh;
   background: url("../imgs/bg.jpg") no-repeat center center fixed;

  background-size: cover;
}

body::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6));
  pointer-events: none;
  z-index: -1;
}

.mfp-container.mfp-inline-holder {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6)),
              url("../imgs/bg.jpg") no-repeat center center fixed;
  background-size: cover;
}

html {
  overflow-y: scroll;
  overflow-x: hidden;
}
ul {
  list-style: none;
}
textarea,
input,
a,
button {
  outline: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body {
  font-family: "BB";
  font-size: 16px;
  color: #333;
}
a {
  transition: all 0.2s ease-in-out 0s;
}
a:hover,
a:visited,
a:focus,
a:active,
button:hover,
button:visited,
button:active,
button:focus {
  text-decoration: none !important;
  outline: none !important;
}
::selection {
  background: #000;
  color: #fff;
  text-shadow: none;
}
::-moz-selection {
  background: #000;
  color: #fff;
  text-shadow: none;
}

/*--------------------------------------------------------------
# Animations
--------------------------------------------------------------*/
.animation-delay-100 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.animation-delay-200 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.animation-delay-300 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.animation-delay-400 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.animation-delay-600 {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.animation-delay-800 {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.animation-delay-1000 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.animation-delay-2000 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.m-s {
  min-height: 85vh;
 
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.m-content {
  text-align: center;
  position: relative;
  z-index: 25;
}
.status-wrapper {
  width: 650px;
  margin: 0 auto 30px auto;
}
.status-item {
  display: inline-block;
  padding: 5px 15px 2px 15px;
  width: 33.3%;
  position: relative;
  margin: 0 10px;
}
.status-item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: skew(-10deg);
}
.status-m {
  width: 100%;
  display: flex;
  margin-top: 20px; 
  margin-bottom: 60px;  
}
.status-dynamic {
  color: #fff;
  font-size: 1.4em;
  text-transform: uppercase;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.status-item div {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  z-index: 3;
}
.status-item span.material-icons-two-tone {
  font-size: 2em;
  margin-right: 5px;
  position: relative;
  top: -2px;
  color: #33333390;
}
.m-content h1 {
  margin: 0;
  font-size: 3em;
  color: #fff;
  text-transform: uppercase;
}
.f-logo {
  display: table;
  margin: 0px auto 20px auto; 
  max-width: 550px;
}
.f-s {
  position: relative;
  min-height: 2vh;
}
#header-particles {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 5;
  left: 0;
  top: 0;
}
.c-p {
  height: 65px;
  width: 100%;
  position: absolute;
  left: 0px;
  right: 0px;
  z-index: 1;
  clip-path: polygon(100% 100%, 0% 100%, 0% 0%, 70% 81%, 66% 38%, 100% 95%);
  bottom: calc(100% - 2px);
  z-index: 15;
}
.c-p-2 {
  height: 65px;
  width: 100%;
  position: absolute;
  left: 0px;
  right: 0px;
  z-index: 1;
  clip-path: polygon(100% 100%, 0% 100%, 0% 0%, 70% 81%, 66% 38%, 100% 95%);
  bottom: calc(100% + 4px);
  z-index: 15;
}
.vcp-w {
  position: absolute;
  top: -120%;
  left: 0;
  width: 100%;
  z-index: 40;
}
.vcp-i {
  display: table;
  margin: 0 auto;
}
.ib {
  font-size: 4em;
  font-style: italic;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  line-height: 1;
  max-width: 420px;
  margin: 0 auto;
  padding: 30px 0 22px 0;
  text-align: center;
  position: relative;
  text-shadow: 3px 3px 0 rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.ib span {
  position: relative;
  z-index: 10;
}
.ib:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: skew(-10deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.ib:hover {
  color: #fff;
}
.isb {
  font-size: 3em;
  max-width: 320px;
  padding: 25px 0 17px 0;
}
.mfp-bg {
  background-image: url("../imgs/bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 1;
}
.vbs-f-wrapper {
  position: relative;
  max-width: 700px;
  margin: 0 auto;
  padding: 40px 40px;
}
.vbs-f-wrapper:before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #1d1d1d;
  transform: skew(-4deg);
  z-index: -1;
}
.vbs-f-wrapper:after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 10px;
  top: 10px;
  background: #00000066;
  transform: skew(-4deg);
  z-index: -3;
}
.vbs-s-title {
  position: relative;
  margin: 0 auto 30px auto;
  text-align: center;
  max-width: 900px;
}
.vbs-s-title h3 {
  font-size: 2.6em;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 3px 3px 0 rgba(0, 0, 0, 0.3);
  margin: 0;
}
.vbs-field-wrapper {
  position: relative;
}
.username-field-wrapper {
  position: relative;
  border-radius: 10px;
}
.username-field-wrapper:before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  transform: skew(-7deg);
  z-index: -1;
}
.vbs-field-w {
  position: relative;
}
.vbs-field-label {
  display: block;
  text-transform: uppercase;
  text-align: center;
  font-size: 1.6em;
  margin: 0 auto 0 auto;
}
.vbs-field-wrapper .ci-i {
  position: absolute;
  left: 25px;
  top: 24px;
  max-width: 40px;
}
.field-input {
  background: transparent;
  border: none;
  box-shadow: none;
  width: 100%;
  outline: none;
  height: 80px;
  color: #000;
  padding: 9px 15px 0 83px;
  font-size: 1.6em;
}
.field-input::-webkit-input-placeholder {
  color: #ccc;
}
.field-input:-moz-placeholder {
  color: #ccc;
  opacity: 1;
}
.field-input::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}
.field-input:-ms-input-placeholder {
  color: #ccc;
}
.f-field-w {
  position: relative;
}
.f-field-w-p {
  margin: 30px auto 0 auto;
}
.hidden-input {
  display: none;
}
.platform-field-wrapper {
  position: relative;
  display: flex;
  margin: 0 -5px;
}
.platform-item-wrapper {
  width: 50%;
  padding: 0 5px;
}
.platform-item {
  height: 80px;
  line-height: 85px;
  text-align: center;
  font-size: 2.2em;
  position: relative;
  cursor: pointer;
  color: #333;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.platform-item:before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  transform: skew(-7deg);
  z-index: -1;
}
.platform-item.active {
  color: #fff;
}
.error-wrapper {
  font-size: 0.9em;
  text-align: center;
  position: absolute;
  width: 100%;
  display: none;
  left: 0;
  text-transform: uppercase;
  bottom: -25px;
}
.s-b-w {
  margin: 30px auto 0 auto;
}
.fs-c-h {
  text-align: center;
  font-size: 3em;
  margin-bottom: 30px;
  line-height: 1;
}
.fs-c-h i {
  color: #fff;
}
.fs-c-i {
  margin-bottom: 20px;
}
.fs-c-iw {
  position: relative;
  padding-left: 98px;
  padding-top: 18px;
  min-height: 90px;
}
.fs-c-iw:before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  transform: skew(-7deg);
  z-index: -1;
}
.fs-c-iw-img {
  position: absolute;
  top: 17px;
  left: 20px;
}
.fs-c-iw-l {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 85%;
  color: #fff;
  padding: 6px 10px 1px 10px;
}
.fs-c-iw-l:before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform: skew(-7deg);
  z-index: 2;
}
.fs-c-iw-l:after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 3px;
  top: 3px;
  transform: skew(-7deg);
  z-index: 1;
}
.fs-c-iw-l h4 {
  margin: 0;
  line-height: 1;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 3;
}
.fs-c-iw-v {
  font-size: 3em;
}
.res-cont {
  max-width: 1140px;
  margin: 0 auto;
}
.r-sel-it {
  position: relative;
  text-align: center;
  padding: 20px 15px;
  cursor: pointer;
  transform: scale(0.95);
  -webkit-transition: -webkit-transform 300ms
    cubic-bezier(0.225, 3, 0.485, 0.895);
  transition: -webkit-transform 300ms cubic-bezier(0.225, 3, 0.485, 0.895);
  transition: transform 300ms cubic-bezier(0.225, 3, 0.485, 0.895);
  transition: transform 300ms cubic-bezier(0.225, 3, 0.485, 0.895),
    -webkit-transform 300ms cubic-bezier(0.225, 3, 0.485, 0.895);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.r-sel-it:hover {
  transform: scale(1);
}
.r-sel-it:before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #1d1d1d;
  transform: skew(-4deg);
  z-index: -1;
}
.r-sel-it:after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 10px;
  top: 10px;
  background: rgba(0, 0, 0, 0.4);
  transform: skew(-4deg);
  z-index: -3;
}

.r-sel-it-amount {
  font-size: 3.2em;
  margin: 10px auto 0 auto;
  display: block;
  line-height: 1;
  color: #fff;
}
.r-sel-it-label {
  font-size: 1.2em;
  display: block;
  line-height: 1;
}
.vbs-progress-wrapper {
  position: relative;
  margin: 0 auto;
}
.vbs-progress-loader {
  text-align: center;
  margin: 0 0 30px 0;
}
.vbs-progress-loader span {
  font-size: 9em;
}
.vbs-progress-loadbar-wrapper {
  transform: skew(-7deg);
}
.vbs-progress-loadbar {
  display: block;
  margin: 50px auto 0 auto;
  background: #242424;
  position: relative;
  z-index: 5;
  overflow: hidden;
  box-shadow: 3px 3px 0 0 rgb(15, 15, 15);
}
.vbs-progress-loadbar div {
  font-size: 25px;
  text-indent: 9999px;
  overflow: hidden;
}
.vbs-progress-msg {
  text-align: center;
  font-size: 1.8em;
  min-height: 40px;
  color: #fff;
}
.vbs-progress-g-item {
  max-width: 200px;
  margin: 0 auto 30px auto;
  display: none;
  position: relative;
  border-radius: 10px;
  padding: 20px 10px;
  text-align: center;
}
.vbs-progress-g-item:before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform: skew(-7deg);
  z-index: -1;
}
.k-icon {
  margin: 0 auto 10px auto;
  max-width: 90px;
  display: table;
}
.vbs-progress-g-item-value {
  color: #fff;
  font-size: 2.8em;
  display: block;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.3);
  line-height: 1;
}
.vbs-progress-g-item-label {
  font-size: 1.2em;
  color: #fff;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.3);
  display: block;
  font-size: 1.5em;
  line-height: 1;
}
.human-verification-wrapper {
  position: relative;
  margin: 0 auto;
  text-align: center;
}
.human-verification-wrapper h3 {
  color: #fff;
  font-size: 3em;
}
.human-verification-wrapper p {
  font-size: 1.3em;
  color: #fff;
  font-weight: 300;
}
.human-verification-wrapper i {
  font-size: 1.5em;
  margin: 15px auto;
}
.h-v-time-left-wrapper {
  color: #fff;
  margin: 0 0 10px 0;
  line-height: 1;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.3);
}
#human_verification_timer_time {
  display: block;
  font-weight: 700;
  color: #fff;
  text-shadow: none;
  font-size: 1.2em;
}
.v-r-img {
  display: table;
  max-width: 80px;
  margin: 0 auto;
}
a.ib.vbi {
  display: inline-block;
  color: #fff !important;
  padding: 19px 25px 16px 25px;
  font-size: 1.8em;
}
a.ib.vbi i {
  font-size: 1em;
  margin: 0;
  color: #fff;
  margin-left: 15px;
}
a.ib.vbiv {
  display: inline-block;
  color: #fff !important;
  padding: 14px 15px 10px 15px;
  font-size: 1.4em;
  line-height: 1;
}
a.ib.vbiv i {
  font-size: 0.9em;
  margin: 0;
  color: #fff;
  margin-left: 12px;
}

.v-r-image {
  max-width: 180px;
  margin: 0 auto 20px auto;
  position: relative;
  padding: 10px 5px;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.3);
}
.v-r-image:before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform: skew(-7deg);
  z-index: -1;
}
.v-r-i-amount {
  font-size: 2em;
  line-height: 1;
  margin: 5px auto 0 auto;
  color: #fff;
}
p.pr {
  color: #fff;
  margin: 15px auto;
}
.v-r-i-label {
  color: #fff;
  line-height: 1;
}
.embed-responsive {
  max-width: 450px;
  margin: 0 auto 20px auto;
}
.embed-responsive-b {
  position: relative;
  max-width: 450px;
  margin: 0 auto;
}
.embed-responsive-b:before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: -5px;
  top: -5px;
  z-index: -1;
}
.embed-responsive-b:after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 5px;
  top: 5px;
  background: #37377a;
  z-index: -1;
}
.ice-img-1 {
  position: absolute;
  top: -18px;
  left: 20px;
  max-width: 104px;
  z-index: 20;
}
.ice-img-2 {
  position: absolute;
  top: -18px;
  right: 0;
  max-width: 104px;
  z-index: 20;
}
.success-content {
  position: relative;
  margin: 40px auto 0 auto;
  max-width: 600px;
  padding: 50px 90px;
  border-radius: 10px;
  text-align: center;
  color: #fff;
}
.success-content:before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #0b0b33;
  transform: skew(-1deg);
  z-index: -1;
}
.success-content:after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 10px;
  top: 10px;
  background: rgba(0, 0, 0, 0.4);
  transform: skew(-1deg);
  z-index: -3;
}
.success-content h1 {
  font-weight: 700;
  font-size: 3em;
  color: #fff;
  text-shadow: none;
}
.success-content h3 {
  font-weight: 400;
  font-size: 1.2em;
  max-width: 500px;
  margin: 10px 0 0 0;
  color: #fff;
  line-height: 1.6;
}
.success-content .main-button {
  margin: 0 auto;
}
.r-f-loader {
  margin: 30px auto;
  display: none;
}
.r-f-loader i {
  font-size: 4em;
  color: #fa35a2;
}
.r-f-s-img {
  max-width: 80px;
  margin-bottom: 10px;
}
.r-f-content {
  display: none;
  margin-top: 30px;
}
.r-f-content p {
  margin: 0;
  font-size: 1.2em;
  color: #999;
}
.captcha-wrapper {
  display: flex; /* Change this from 'block' to 'flex' */
  flex-direction: column; /* Add this line to keep the text-align: center; effect */
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  padding: 10px; /* Add this line for 10px padding */
  justify-content: center; /* Add this line to center the content horizontally */
  align-items: center; /* Add this line to center the content vertically */
}



/*--------------------------------------------------------------
# Responsive Design
--------------------------------------------------------------*/
@media screen and (max-width: 1440px) {
  .vcp-w {
    top: -120px;
  }
  .vcp-i {
    max-width: 300px;
  }
  .ib {
    font-size: 3.2em;
  }
  .fs-c-h {
    font-size: 2.4em;
  }
  .vbs-f-wrapper {
    padding: 50px 80px;
  }
}
@media screen and (max-width: 1280px) {
  .vcp-w {
    top: -100px;
  }
  .vcp-i {
    max-width: 250px;
  }
  .m-content h1 {
    font-size: 3em;
  }
  .ib {
    font-size: 3em;
  }
  .fs-c-h {
    font-size: 2.2em;
  }
  .vbs-f-wrapper {
    padding: 40px 80px;
  }
  .fs-c-iw-v {
    font-size: 2.4em;
  }
  .fs-c-iw {
    min-height: auto;
  }
  .fs-c-iw-img {
    top: 9px;
  }
}
@media screen and (max-width: 993px) {
  .m-content h1 {
    font-size: 4em;
  }
  .status-dynamic {
    font-size: 1.2em;
  }
  .success-content {
    padding: 30px 20px;
  }
  .m-content h1 {
    font-size: 3em;
  }
  .success-content h3 {
    font-size: 1em;
  }
}
@media screen and (max-width: 480px) {
  .status-item.row-second {
    display: none;
  }
  .status-m {
    margin: 0;
  }
  .status-wrapper {
    width: 100%;
  }
  .status-item {
    width: 50%;
  }
  .ib {
    font-size: 2.4em;
    max-width: 90%;
  }
  .f-logo {
    max-width: 200px;
  }
  .m-content h1 {
    font-size: 2.3em;
  }
  .vbs-s-title h3 {
    font-size: 2.2em;
  }
  .vbs-f-wrapper {
    padding: 30px 20px;
  }
  .vbs-f-wrapper:before,
  .vbs-f-wrapper:after {
    transform: skew(-1deg);
  }
  .field-input {
    font-size: 1.4em;
  }
  .platform-item {
    font-size: 2em;
  }
  .fs-c-iw {
    padding-left: 69px;
  }
  .fs-c-iw-img {
    top: 21px;
    max-width: 30px;
  }
  .r-sel-it-inner img {
    max-width: 120px;
  }
  .r-sel-it-amount {
    font-size: 2.8em;
  }
  .r-sel-it {
    padding: 10px 10px;
  }
  .r-sel-it-label {
    padding-top: 15px;
    font-size: 1.5em;
  }
  .vbs-s-title {
    margin-bottom: 15px;
  }
  .vbs-progress-msg {
    font-size: 2em;
  }
  .human-verification-wrapper h3 {
    font-size: 2em;
  }
  .human-verification-wrapper p {
    font-size: 0.95em;
  }
  a.ib.vbiv {
    font-size: 1.1em;
  }
  a.ib.vbiv :before {
    box-shadow: inset 0 0 0 2px #510089;
  }
  a.ib.vbi {
    font-size: 1.4em;
  }
  .vcp-i {
    max-width: 220px;
  }
  .vcp-w {
    top: -77px;
  }
}
@media screen and (max-width: 320px) {
  .vbs-f-wrapper {
    padding: 20px 15px;
  }
  .human-verification-wrapper p {
    font-size: 0.8em;
  }
  .v-r-img {
    max-width: 80px;
  }
  a.ib.vbiv {
    font-size: 1em;
  }
  a.ib.vbi {
    font-size: 1.1em;
  }
  .v-r-i-amount {
    font-size: 1.6em;
  }
  .m-content h1 {
    font-size: 2.4em;
  }
  .c2s4 {
    max-width: 80px;
  }
  .f-logo {
    max-width: 150px;
  }
  .vbs-s-title h3 {
    font-size: 1.8em;
  }
  .field-input {
    font-size: 1.2em;
  }
  .vbs-field-label {
    font-size: 1.4em;
  }
  .username-selected-platform i {
    display: none;
  }
  .fs-c-h {
    font-size: 2em;
  }
  .fs-c-iw-v {
    font-size: 2em;
  }
  .fs-c-iw-img {
    top: 18px;
    max-width: 26px;
    left: 15px;
  }
  .vbs-progress-msg {
    font-size: 1.8em;
  }
  .ib {
    font-size: 2.2em;
  }
}
  @media (max-width: 881px) {
        .seopc {
          display: none;
        }
      }

      .c-p-2 {
        background: #ffc53c;
      }

      .ib:before {
        box-shadow: inset 0 0 0 4px #ffc53c;
        background: #1e2632;
      }

      .status-item:before,
      .ib:hover::before,
      .isb:hover::before,
      .isb:before,
      .platform-item.active:before {
        box-shadow: inset 0 0 0 4px #ffc53c;
        background: #1e2632;
      }

      .fs-c-h,
      .vbs-field-label,
      .error-wrapper,
      #v-username,
      #v-amount,
      .r-sel-it-label,
      .human-verification-wrapper i,
      .vbs-progress-c-msg-val,
      .vbs-progress-u-msg-val,
      .vbs-progress-msg-info {
        color: #ffc53c;
      }

      .vbs-progress-loadbar {
        border: 4px solid #1e2632;
      }

      .vbs-progress-loader span.loader-info,
      .vbs-progress-loader {
        color: #1e2632;
      }

      .mfp-bg {
        background-color: #1e2632;
      }

      .f-s,
      .c-p,
      .fs-c-iw-l:before,
      .fs-c-iw-l:after,
      .r-sel-it:hover::after,
      .vbs-progress-loadbar div,
      .vbs-progress-g-item:before,
      a.ib.vbiv:before,
      .v-r-image:before,
      .embed-responsive-b:before {
        background: #1e2632;
      }
      /* ... other styles above ... */
.some-other-class {
  padding: 10px;
  color: #333;
}

.seo-section {
    color: #fff; /* Set text color to white */
    padding-bottom: 50px; /* Add padding to push elements down */
}
.seo-section h2 {
    text-align: center;
}

.seo-section .btn {
    display: block;
    text-align: center;
    width: max-content;
    margin: 0 auto;
    color: white;
}


.another-class {
  background-color: #f0f0f0;
  border: 1px solid #ccc;
}
/* ... other styles below ... */
.proof-image {
  display: block;
  margin: 20px auto;  /* Added vertical margin and centered horizontally */
}
.seo-section p {
  max-width: 800px;    /* Constrain paragraph width on large screens */
  margin: 20px auto;    /* 20px vertical margin and auto horizontal centering */
  text-align: center;   /* Center the text */
  line-height: 1.5;
}
.human-verification-wrapper {
  animation: none !important;
  transform: none !important;
  -webkit-transform: none !important;
  backface-visibility: visible !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.vbs-f-wrapper:before {
  /* Disable transform for crisp rendering */
  transform: none !important;
  -webkit-transform: none !important;
}
h1.mb-3 {
    font-size: 2em; /* Adjust this value as needed */
}
h2.subtitle {
    font-size: 1.2em; /* Smaller than the h1 */
    text-align: center;
    font-weight: 400;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 20px; /* Extra spacing */
}
.proof-image {
    display: block;
    margin: 20px auto;
    width: auto; /* Adjust width as needed */
    max-width: 100%;
    height: auto;
    border-radius: 12px; /* Softened edges */
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2); /* Modern soft shadow */
    opacity: 0.9; /* Slight transparency */
    transition: all 0.3s ease-in-out; /* Smooth transition for hover effects */
}

.proof-image:hover {
    opacity: 1; /* Make fully visible on hover */
    transform: scale(1.02); /* Slight zoom effect */
}
