/* Main site styles - import existing compiled stylesheets */
.active,
.nav-item:hover {
  font-weight: 600;
  color: #ffffff;
}

#logo {
  width: 160px;
}
#logo img {
  width: 100%;
}

.nav-text, .navbar-nav li a {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0px;
  font-family: Poppins;
  color: #ffffff;
}

@media (max-width: 991px) {
  .mob-menu {
    margin-top: 10px;
  }
}
@media (min-width: 991px) {
  .mob-menu {
    display: flex;
    align-items: center;
    justify-self: center;
  }
}

@media (max-width: 600px) {
  #logo {
    width: 130px;
    padding-left: 10px;
    align-content: center;
  }
}
.card-body {
  padding: 4em 1.5em;
}
@media (max-width: 991px) {
  .card-body {
    padding: 2em 0.5em;
  }
}

@media (max-width: 991px) {
  .right-image {
    display: none;
  }
}

@media (max-width: 991px) {
  .slider-control {
    display: none;
  }
}

@media (max-width: 991px) {
  .email p {
    font-size: 16px;
  }
}

.hover-upload-entry {
  background: rgba(255, 255, 255, 0.6117647059);
  border: 1px solid rgba(112, 112, 112, 0.1490196078);
  border-radius: 15px;
  opacity: 1;
  padding: 40px 40px;
  margin-top: 5em;
  position: relative;
  z-index: 9999;
  min-height: 129px;
}
@media (min-width: 991px) {
  .hover-upload-entry {
    width: 760px;
  }
}
@media (max-width: 991px) {
  .hover-upload-entry {
    padding: 40px 20px;
  }
}

@media (max-width: 600px) {
  .hover-upload-entry {
    width: 100%;
    height: auto;
    padding: 40px 20px;
  }
  .hero-card {
    width: 100%;
    margin: 0;
  }
  .hover-upload-entry {
    padding: none;
  }
  .right-image {
    display: none;
  }
}
.gray-bg-num {
  background: #e4e4e4;
  border-radius: 5px;
  opacity: 1;
  font-weight: 600;
  padding: 2px 5px;
  margin: 0 2px;
}

.prize-tag {
  padding: 15px;
  margin: 15px;
  text-align: center;
}

@media (max-width: 943px) {
  .prize-tag {
    padding: 11px 8px;
    margin: 9px;
    text-align: center;
  }
}
.navbar-light .navbar-toggler {
  border-color: transparent;
  padding: 0;
}
@media (max-width: 991px) {
  .navbar-light .navbar-toggler ul {
    padding-right: 2px;
  }
}

#navbarResponsive ul li.nav-item a {
  position: relative;
  text-transform: uppercase;
}

#navbarResponsive ul li.nav-item {
  padding: 0 0 0 0.5rem;
}

@media (max-width: 991px) {
  #navbarResponsive ul li.nav-item a {
    display: inline-block;
  }
}
#navbarResponsive ul li.nav-item a:before, #navbarResponsive ul li.nav-item a:after {
  content: "";
  position: absolute;
  width: 0%;
  height: 3px;
  top: 50%;
  margin-top: -1.2px;
  background: #f2833c;
}

#navbarResponsive ul li.active a:before, #navbarResponsive ul li.active a:after {
  color: linear-gradient(288deg, #f9af32 0%, #e83d39 100%);
}

#navbarResponsive ul li.nav-item a:before {
  left: 4px;
}

#navbarResponsive ul li.nav-item a:after {
  right: 4px;
  background: #f2833c;
  transition: width 0.3s ease;
}

#navbarResponsive ul li.nav-item a:hover:before {
  color: linear-gradient(288deg, #f9af32 0%, #e83d39 100%);
  transition: width 0.3s ease;
}

#navbarResponsive ul li.nav-item-wrap a:hover:before {
  color: #ffffff;
  transition: width 0.3s ease;
}

#navbarResponsive ul li.nav-item a:hover:after {
  background: transparent;
  background: -webkit-linear-gradient(#f9af32, #e83d39);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: 0s;
}

@supports (position: -webkit-sticky) or (position: sticky) {
  .sticky-top-new {
    position: -webkit-sticky;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    z-index: 1020;
  }
}
.sticky-nav-bg {
  background-color: black;
  padding: 20px 28px !important;
  opacity: 0.9;
}

.navbar {
  margin: 0 0 200px;
  padding: 24px 28px;
  transition: padding 0.3s cubic-bezier(0.65, 0.05, 0.36, 1), box-shadow 0.2s cubic-bezier(0.65, 0.05, 0.36, 1);
  opacity: 0.9;
}
@media (max-width: 991px) {
  .navbar {
    background-color: #000000;
  }
}
.navbar .container .row {
  margin-left: 0px;
  margin-right: 0px;
}

.heder-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 36px;
  background: transparent linear-gradient(288deg, #eb513b 0%, #f8ab3c 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 1px 15px rgba(106, 130, 251, 0.4);
  border-radius: 5px;
  opacity: 1;
  text-decoration: none;
  border: none !important;
  outline: none !important;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
@media (max-width: 991px) {
  .heder-link {
    float: right;
    width: 200px;
    text-align: center;
  }
}

.navbar-light .navbar-nav .nav-link .heder-link {
  color: #fff;
}
.navbar-light .navbar-nav .nav-link .heder-link:hover {
  color: #858a90;
}

#navbarResponsive ul li.active a {
  background: -webkit-linear-gradient(#f9af32, #e83d39);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#navbarResponsive ul li.nav-item a:hover {
  background: -webkit-linear-gradient(#f9af32, #e83d39);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#navbarResponsive ul li.nav-item-wrap a:hover {
  -webkit-text-fill-color: white;
  text-decoration: none;
}

#navbarResponsive ul li.nav-item-wrap.active a {
  -webkit-text-fill-color: white;
  text-decoration: none;
}

.nopading-nav-bar {
  padding: 0;
}

.footer-copy {
  background-color: #000;
}

.footer-image {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.site-footer {
  background-color: #26272b;
  padding: 45px 0px 20px;
  font-size: 15px;
  line-height: 24px;
  color: #737373;
}

.site-footer hr.small {
  margin: 20px 0;
}

.site-footer h6 {
  color: #ee8906;
  font-size: 12px;
  text-transform: uppercase;
  margin-top: 5px;
  letter-spacing: 2px;
}

.site-footer a {
  color: #737373;
}

.site-footer a:hover {
  color: #ee8906;
  text-decoration: none;
}

.footer-items {
  display: flex;
  align-items: flex-start;
}

.footer-links {
  padding-left: 0;
  list-style: none;
}

.footer-links li {
  display: block;
}

.footer-links a {
  color: #737373;
}

.footer-links a:active, .footer-links a:focus, .footer-links a:hover {
  color: #ee8906;
  text-decoration: none;
}

.footer-links.inline li {
  display: inline-block;
}

.site-footer .social-icons {
  text-align: right;
}

.site-footer .social-icons a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-left: 6px;
  margin-right: 0;
  border-radius: 100%;
  background-color: #33353d;
}

.copyright-text {
  margin: 0;
}

.social-icons-container {
  text-align: center;
  display: grid;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .social-icons-container {
    justify-content: center;
  }
}

.logo {
  display: grid;
  justify-content: flex-start;
  padding-left: 10px;
}
@media (max-width: 768px) {
  .logo {
    justify-content: center;
  }
}

@media (max-width: 991px) {
  .site-footer [class^=col-] {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .site-footer {
    padding-bottom: 0;
  }
  .site-footer .copyright-text, .site-footer .social-icons {
    text-align: center;
  }
}
.social-icons {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.social-icons li {
  display: inline-block;
  margin-bottom: 4px;
}

.social-icons li.title {
  margin-right: 15px;
  text-transform: uppercase;
  color: #96a2b2;
  font-weight: 700;
  font-size: 13px;
}

.social-icons a {
  background-color: #eceeef;
  color: #818a91;
  font-size: 16px;
  display: inline-block;
  line-height: 44px;
  width: 44px;
  height: 44px;
  text-align: center;
  margin-right: 8px;
  border-radius: 100%;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.social-icons a:active, .social-icons a:focus, .social-icons a:hover {
  color: #fff;
  background-color: #ee8906;
}

.social-icons.size-sm a {
  line-height: 34px;
  height: 34px;
  width: 34px;
  font-size: 14px;
}

.social-icons a:hover {
  background-color: #ee8906;
}

@media (max-width: 767px) {
  .social-icons li.title {
    display: block;
    margin-right: 0;
    font-weight: 600;
  }
}
.modal {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999999999;
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: 1px solid rgba(89, 89, 89, 0.282);
  border-radius: 0.3rem;
  outline: 0;
  background: rgb(10, 10, 10);
}

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: rgb(255, 255, 255);
  text-shadow: 0 1px 0 #fff;
  opacity: 1;
}

#popup_header {
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
  padding: 50px 200px 0;
  line-height: 40px;
}
@media (max-width: 1024px) {
  #popup_header {
    padding: 50px 0px 0;
    font-size: 22px;
  }
}

#popup_sub {
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  letter-spacing: 0px;
  color: rgba(255, 255, 255, 0.7137254902);
  opacity: 0.58;
}

.custom-popup-body {
  padding: 0 15px;
}
.custom-popup-body .user-form-details-wrapper {
  padding: 1rem 0 3rem 0;
  text-align: center;
}
.custom-popup-body .user-form-details-wrapper .user-information-head {
  margin: 3rem 0 1.5rem 0;
  font-size: 1rem;
  color: #7e7e7e;
  font-weight: 500;
  font-family: Poppins;
}
.custom-popup-body .user-form-details-wrapper .user-description {
  font-size: 14px;
  color: #777;
  margin-bottom: 2rem;
}
.custom-popup-body .user-form-details-wrapper .selection-description {
  text-align: left;
  font-size: 1rem;
}
.custom-popup-body .user-form-details-wrapper .selection-description .checkbox-wrapper {
  margin-bottom: 16px;
}
.custom-popup-body .user-form-details-wrapper .selection-description .checkbox-wrapper input {
  margin-left: 0;
  height: 18px;
  width: 18px;
  cursor: pointer;
}
.custom-popup-body .user-form-details-wrapper .selection-description .checkbox-wrapper label {
  margin-left: 32px;
  margin-top: 2px;
  color: #535353;
}
.custom-popup-body .user-form-details-wrapper .custom-input {
  border: none;
  border-bottom: 1px solid #7a7a7a;
  padding: 8px 16px;
  width: 100%;
  outline: none;
  background: transparent;
  color: #9d9d9d;
}
.custom-popup-body .user-form-details-wrapper .popup-error {
  text-align: left;
  font-size: 14px;
  color: red;
  margin-top: 10px;
}
.custom-popup-body .user-form-details-wrapper .decleration-head {
  color: #ff3333;
  font-size: 18px;
  font-size: 600;
  margin: 3rem 0 1.5rem 0;
}

.popup-btn {
  box-shadow: none !important;
  margin-left: 1rem !important;
}

.success-message {
  color: #049b40;
  text-align: center;
  font-size: 22px;
}

#complete-button {
  display: none;
  border: none;
  height: 40px;
  background: linear-gradient(288deg, #f9af32 0%, #e83d39 100%);
  color: #000000;
  margin: -1px;
  font-family: "Poppins", sans-serif;
  border-radius: 50px;
  width: 115px;
  font-weight: 500;
  position: relative;
}

.progress {
  background: transparent;
}

.progress-bar {
  background: linear-gradient(288deg, #f9af32 0%, #e83d39 100%);
  border-radius: 50px;
}

.step .well {
  padding-bottom: 30px;
  padding-top: 30px;
}

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid rgba(89, 89, 89, 0.282);
}

.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

#back_button {
  border: none;
  height: 40px;
  background: linear-gradient(288deg, #f9af32 0%, #e83d39 100%);
  color: rgb(5, 5, 5);
  margin: -1px;
  font-family: "Poppins", sans-serif;
  border-radius: 50px;
  width: 115px;
  font-weight: 600;
  position: relative;
  margin-right: 10px;
}

#next_button {
  border: none;
  height: 40px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  background: linear-gradient(288deg, #f9af32 0%, #e83d39 100%);
  color: #000000;
  margin: -1px;
  border-radius: 50px;
  width: 115px;
  position: relative;
}

#submitBtn {
  border: none;
  height: 40px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  background: linear-gradient(288deg, #f9af32 0%, #e83d39 100%);
  color: #000000;
  margin: -1px;
  border-radius: 50px;
  width: 115px;
  position: relative;
}

.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
  color: #6c757d;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: rgb(255, 255, 255);
  text-shadow: 0 1px 0 #fff;
  opacity: 1;
}
.close :hover {
  color: #f9af32;
}

.modal-backdrop.show {
  z-index: 0 !important;
}

.g-recaptcha {
  max-width: 304px;
  margin: auto;
  padding-top: 20px;
}

/* Include main styles inline to avoid circular import */
html,
body {
  overflow-x: hidden;
  background: #000000;
}

#particle-js {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000000;
  top: 0;
  z-index: 0;
}

.messenger {
  max-height: 25px;
  overflow-x: hidden;
  overflow-y: hidden;
  color: #f8ab3c;
  position: relative;
}

.digital-payments-partner .sponsor-row .testimonial-heading-container {
  padding-top: 5rem;
}

.digital-payments-partner .testimonial-heading-container {
  padding-top: 5rem;
}

.digital-payments-partner .spotlight-container {
  padding-top: 5rem;
}

.digital-payments-partner .video-container {
  padding-top: 5rem;
}

.digital-payments-partner .sponsor-row {
  padding-top: 5rem;
}

.digital-payments-partner .contact-us-container {
  padding-top: 5rem;
}

.home-container-wrap {
  max-width: 1010;
}

.apply-font {
  font-family: "Poppins", "sans-serif";
}

@font-face {
  font-family: "ChessType";
  font-style: normal;
  font-weight: normal;
  src: local("ChessType"), url("../assets/ChessType.woff") format("woff");
}

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