body {
  font-family: "Nunito", sans-serif !important;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* *{
    font-family: "Nunito", sans-serif !important;
  } */
::placeholder {
  color: rgba(191, 191, 191, 1);
}

.header {
  background: #020011;
  padding: 15px 80px;
  display: flex;
  justify-content: space-around;
}
/* *{
.congrats-button {
  display: flex !important;
  justify-content: center;
}
*/
.updateButton {
  background: linear-gradient(97.73deg, #e6ca5f 0%, #964b00 100%);
  color: #ffffff;
  padding: 15px 30px;
  border-radius: 6px;
  border: transparent;
}

.btn-header-lang {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 1);
  padding: 14px 16px 14px 16px;
}

.btn-check:focus+.btn,
.btn:focus {
  outline: 0;
  box-shadow: unset;
}

.dropdown-menu {
  min-width: 7.5rem;
  background-color: #020011;
  border: 1px solid rgba(255, 255, 255, 1);
}

.dropdown-item:hover {
  color: #ffffff;
  background-color: #020011;
}

.lang-item {
  color: #ffffff;
  display: flex;
  justify-content: space-around;
}

.dropdown-menu hr {
  border-bottom: 1px solid rgba(255, 255, 255, 1);
  margin: 0px auto;
  width: 80%;
  text-align: center;
}

.dropdown-toggle::after {
  margin-left: 0.855em;
  color: rgba(251, 209, 37, 1);
}

.hero-section {
  background-image: url("/images/bg.png");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  height: 85vh;
}

.background-overlay {
  position: relative;
  height: 100%;
}

.background-overlay::before {
  content: "";
  position: absolute;
  top: 13%;
  left: 0;
  width: 100%;
  height: 80%;
  background-image: url("/images/stars.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  opacity: 1;
  /* Adjust the opacity as needed */
}

@media screen and (max-width: 750px) {
  .background-overlay::before {
    background-size: 90% 40%;
  }

  .hero-section {
    background-size: cover !important;
  }

  .update-section {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .updateButton {
    padding: 15px 11px;
  }
}

@media screen and (min-width: 751px) and (max-width: 1100px) {
  .background-overlay::before {
    background-size: 70% 75%;
  }
}

.hero-title {
  color: rgba(251, 209, 37, 1);
}

.start-section {
  margin-top: 49px;
  margin-left: 83px;
}

.hero-content {
  color: #FBD125;
  font-weight: 700;
  font-size: 28px;
  line-height: inherit;
  font-family: "Nunito", sans-serif !important;

}

.hero-content2 {
  color: #FBD125;
  font-size: 40px;
  font-weight: 900;
  line-height: 52px;
  max-width: 24%;
  font-family: "Nunito", sans-serif !important;

}

@media screen and (max-width:576px) {
  .hero-content2 {
    max-width: 45%;
    line-height: 25px;
    font-size: 20px;
    ;
  }

  .hero-content {
    font-size: 12px !important;
  }

  .start-section {
    margin-top: 29px;
    margin-left: 26px;
  }


  .hero-section {
    background-image: url("/images/mob-bg.png");
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    height: 45vh;
  }

}

.main {
  padding: 5rem 0px;
  background-image: linear-gradient(to bottom right,
      rgb(3, 0, 22) 0%,
      #10142e 15%,
      rgb(3, 0, 22) 80%,
      #10142e 50%,
      rgb(3, 0, 22) 70%);
}

.subMain {
  background-image: url("/images/alien.png");
  background-repeat: no-repeat;
  background-size: 100% 92%;
  background-position: 100% 95%;
}

@media screen and (max-width: 750px) {
  .subMain {
    background-size: 100% 30%;
    background-position: 100% 70%;
  }
}

@media screen and (min-width: 751px) and (max-width: 1100px) {
  .subMain {
    background-size: 100% 80%;
    background-position: 100% 95%;
  }
}

.congratsMain {
  background: radial-gradient(circle at center 38%, rgb(131 103 53) 1%, rgb(4, 0, 31) 57%, rgb(4, 0, 31) 79%);
  padding: 40px 0px;
  min-height: 91vh;
}

.congratsMain::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 80%;
  background-image: url("/images/congratsStars.png");
  background-repeat: no-repeat;
  background-size: 50% 60%;
  background-position: center;
  opacity: 1;
}

@media screen and (max-width: 800px) {
  .congratsMain::before {
    background-size: 100% 60%;
    opacity: 0;
  }
}

@media screen and (max-width: 1100px) {
  .congratsMain::before {
    background-size: 50% 39%;
    top: -16%;
  }
}

@media screen and (max-width: 1600px) {
  .congratsMain::before {
    background-size: 80% 39%;
    top: -16%;
  }
}

.main-child {
  border-radius: 16px;
  background-color: rgba(255, 255, 255, 0.1);
}

.Pitshou-text {
  color: rgba(251, 209, 37, 1);

}

.Pitshou-links {
  color: #ffffff;
}

.contact-img-div {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  padding: 5px 7px;
}

.div-hr {
  width: 4px;
  height: 33px;
  background: rgba(255, 178, 43, 1);
  border-radius: 12px;
}

.abstractContent {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.abstractContent h1 {
  padding: 2% 0%;
}

.hr-styleA {
  width: 50%;
  background: linear-gradient(270deg, #ddc161 0.03%, #0c0c0c 100.03%);
  height: 1px !important;
  opacity: 0.7;
}

.hr-styleB {
  width: 50%;
  background: linear-gradient(90deg, #ddc161 0.03%, #0c0c0c 100.03%);
  height: 1px !important;
  opacity: 0.7;
}

.form-main {
  border: 1px solid rgba(251, 209, 37, 1);
  padding: 40px;
  border-radius: 16px;
  margin: 0px auto;
}

.input-st {
  background-color: transparent;
  border: 1px solid rgba(251, 209, 37, 1);
  border-radius: 10px;
  padding: 12px 20px;
  color: rgba(191, 191, 191, 1);
  width: 95%;
}

.input-st:focus-visible {
  outline: unset;
}

.select-form {
  background-color: transparent;
  color: rgba(191, 191, 191, 1);
}

.form-select-lg {
  border-radius: 10px;
  border: 1px solid rgba(251, 209, 37, 1);
}

.form-select:focus {
  border-color: rgba(251, 209, 37, 1);
  box-shadow: unset;
}

.bootstrap-select.btn-group .dropdown-menu li a:hover {
  color: #ffffff !important;
  background: rgba(79, 36, 56, 1) !important;
}

.gds-countryflag option {
  height: 30px !important;
  /* Adjust the height as needed */
}

option {
  background: rgba(79, 36, 56, 1);
  color: #ffffff;
}

option:hover {
  background-color: rgba(79, 36, 56, 1);
}

.form-select option:hover {
  background: rgba(79, 36, 56, 1);
}

.dropdown {
  display: none;
  /* position: relative; */
}

.lg-screen-lang {
  display: block;
}

.menu-lang-lg {
  display: block;
}

.footer {
  background: linear-gradient(to right, #1d2457 -65%, rgba(2, 0, 17, 1) 100%);
  padding: 40px;
}

.social-par {
  border: 1px solid rgba(255, 255, 255, 1);
  border-radius: 24px;
  height: 45px;
}

.social {
  padding: 12px;
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.social-wApp {
  padding: 10px;
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.congrats-paraA {
  color: rgba(178, 132, 44, 1);
  text-align: center;
  line-height: 50px;
  font-size: 26px;
  font-family: "Nunito", sans-serif !important;

}

.congrats-paraB {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 28px;
  font-size: 22px;
}

.congrats-paraC {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 28px;
  font-weight: 500;
  font-size: 14px;
}

.congrats-btn {
  background: linear-gradient(97.73deg, #e6ca5f 0%, #964b00 100%);
  color: #ffffff;
  padding: 15px 25px;
  border-radius: 6px;
  border: transparent;
  z-index: 10;
}

.blur-area {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  top: 14vh;
  background-color: rgba(0, 0, 0, 0.65);
  /* Dark semi-transparent background */
  backdrop-filter: blur(10px);
  z-index: 999;
  display: none;
}

.rc-anchor-light.rc-anchor-normal,
.rc-anchor-light.rc-anchor-compact {
  background: rgba(255, 255, 255, 0.1) !important;
}

.rc-anchor-light {
  background-color: rgba(255, 255, 255, 0.1) !important;
}

.modal-Calendar {
  position: fixed;
  top: 30%;
  left: 20%;
  width: 60%;
  display: none;
  background-color: transparent;
  border-radius: 10px;
  border: 1px solid rgba(251, 209, 37, 1);
  z-index: 1000;
  height: 55%;
  padding: 40px 10px;
}

.modal-Calendar.open {
  display: flex;
  align-items: center;
  justify-content: center;
}

.multipleSelection {
  position: relative;
}

.NoUpdateText {
  color: rgba(255, 255, 255, 1);
  font-size: 40px;
  text-align: center;
}

.NoUpdateThanks {
  color: rgba(251, 209, 37, 1);
  font-size: 40px;
  text-align: center;
}

.selectBox {
  position: relative;
  z-index: 1;
}

.selectBox select {
  width: 95%;
  background-color: transparent;
  color: rgba(191, 191, 191, 1);
  border-radius: 10px;
  border: 1px solid rgba(251, 209, 37, 1);
  padding: 11px;
  -webkit-appearance: none;
  /* Remove default styling on Safari */
  -moz-appearance: none;
  /* Remove default styling on Firefox */
  appearance: none;
  /* Remove default styling on other browsers */
}

/* Style the arrow icon */
.selectBox::after {
  content: "\25BC";
  /* Unicode character for down arrow */
  position: absolute;
  top: 50%;
  right: 40px;
  color: rgba(251, 209, 37, 1) !important;
  font-size: xx-small;
  transform: translateY(-50%);
  color: rgba(191, 191, 191, 1);
  /* Arrow color */
  pointer-events: none;
  /* Make sure the arrow doesn't interfere with select functionality */
}

.overSelect {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}

#checkBoxes {
  display: none;
  border: 1px solid rgba(191, 191, 191, 1);
  position: absolute;
  top: 56px;
  border-radius: 6px;
  left: 68px;
  color: rgba(255, 255, 255, 1);
  width: 449px;
  background-color: #020011;
  z-index: 3;
  max-height: 245px;
  overflow-y: auto;
  padding: 7px;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.5);
}

#checkBoxes .interest-checkbox {
  border: 2px solid #FBD125;
  width: 15px;
  height: 15px;
  margin-right: 6px;
  appearance: none;
  /* Hides default checkbox */
  -webkit-appearance: none;
  /* Ensures cross-browser compatibility */
  cursor: pointer;
}

#checkBoxes .interest-checkbox:checked {
  background-color: #FBD125;
  border-color: #FBD125;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
}

#checkBoxes .interest-checkbox:focus {
  box-shadow: none;
  border-color: #FBD125;
}



#checkBoxes::-webkit-scrollbar {
  width: 8px;
}

#checkBoxes::-webkit-scrollbar-thumb {
  background-color: rgba(92, 90, 90, 0.5);
  border-radius: 4px;
}

#checkBoxes::-webkit-scrollbar-track {
  background-color: #bcc2c1;
  border-radius: 4px;
}

#checkBoxes label {
  display: block;
  padding: 5px;
  align-items: center;
}

.modal-content {
  background-color: rgba(18, 23, 58, 1) !important;
}

#modalMessage {
  color: rgba(255, 255, 255, 1);
}

.modal-title {
  color: rgba(255, 255, 255, 1);
}

.foot-endB {
  display: none;
}

/* disclaimer-tooltip container */
.disclaimer-tooltip {
  position: relative;
  display: inline-block;
}

.borderBottom {
  border-bottom: 1px dotted white;
  position: absolute;
  left: 10%;
  right: 10%;
  bottom: 0;
}

/* disclaimer-tooltip text */
.disclaimer-tooltip .tooltip-text {
  visibility: hidden;
  width: 400px;
  background-color: #020011;
  color: #fff;
  text-align: center;
  padding: 5px;
  border-radius: 6px;

  /* Position the disclaimer-tooltip text */
  position: absolute;
  z-index: 1;
  bottom: -1240%;
  right: 110%;
  margin-left: -60px;

  /* Fade in disclaimer-tooltip */
  opacity: 0;
  transition: opacity 0.3s;
}

/* disclaimer-tooltip arrow */
.disclaimer-tooltip .tooltip-text::after {
  content: "";
  position: absolute;
  bottom: 50%;
  left: 101%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent rgba(79, 36, 56, 1);
}

/* Show the disclaimer-tooltip text when you mouse over the disclaimer-tooltip container */
.disclaimer-tooltip:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}

.footer-logo {
  width: 10%;
}

/* responsiveness */
@media screen and (max-width: 1250px) {}

@media screen and (max-width: 800px) {
  .disclaimer-tooltip .tooltip-text {
    max-height: 250px;
    overflow-y: scroll;
    overflow-x: scroll;
    width: auto;
    bottom: -390%;
    right: 50%;
  }

  .NoUpdateText {
    font-size: 24px;
  }

  .NoUpdateThanks {
    font-size: 24px;
  }
}

@media screen and (max-width: 1000px) {
  .footer-logo {
    width: 12%;
  }
}

@media screen and (max-width: 700px) {
  .dropdown {
    display: block;
    display: flex;
    align-items: center;
  }

  .menu-lang-lg {
    display: none !important;
  }

  .dropdown-toggle::after {
    display: none !important;
  }

  .modal-Calendar {
    left: 15%;
    width: 75%;
  }

  .footer-logo {
    width: 15%;
  }
}

.logoParent {
  display: flex;
}

.my-custom-image-container {
  /* Add any styling you want for the container */
  margin: 10px;
  /* example styling */
}

.my-custom-image {
  width: 20px;
  /* Set the desired width */
  height: auto;
  /* Maintain aspect ratio */
  display: block;
  /* Ensure it is displayed as a block element */
}

@media screen and (max-width: 500px) {
  .logoParent {
    display: flex;
    align-items: center;
  }

  #checkBoxes {
    width: 240px;
  }

  .congrats-paraA {
    max-width: 77%;
    font-size: 16px;
    line-height: 31px;
  }

  .congrats-paraB {
    max-width: 90%;
    font-size: 16px;
    font-weight: 100;
  }

  .congrats-paraC {
    font-size: 14px;
    font-weight: 100;

  }

  .logo {
    width: 33px;
  }

  .update-section {
    display: none !important;
  }

  .footer-logo {
    width: 22%;
  }

  .hero-content {
    font-size: x-large;
  }

  .congrats-btn {
    padding: 7px 15px;
    width: 246px;
    line-height: 18px;
    min-height: 91px;
  }

  .header {
    padding: 15px 23px;
    justify-content: space-between;
  }
}

@media screen and (min-width: 501px) and (max-width: 770px) {
  .hero-content {
    font-size: 42px;
  }
}

@media screen and (max-width: 991px) {
  .div-hr {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .column-main-child {
    display: flex;
    flex-direction: column;
    gap: 10px !important;
  }

  .input-st {
    width: 100%;
  }

  .selectBox select {
    width: 100%;
  }

  .selectBox::after {
    right: 20px;
  }
}

@media screen and (max-width: 900px) {
  .foot-end {
    display: none !important;
  }

  .foot-endB {
    display: block !important;
  }
}

.stripi_frame{
margin-top: 20px;
}

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.popup {
  background: #fff;
  border-radius: 8px;
  max-width: 600px;
  width: 90%;
  max-height: 90%;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  overflow-y: auto;
}

.popup h1 {
  font-size: 1.5rem;
  margin-bottom: 20px;
}

.popup p {
  font-size: 0.9rem;
  line-height: 1.5;
  margin-bottom: 15px;
}

.popup ul {
  margin-bottom: 15px;
  padding-left: 20px;
}

.popup ul li {
  font-size: 0.9rem;
  margin-bottom: 10px;
}

.popup .buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.popup button {
  padding: 10px 15px;
  font-size: 1rem;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  width: 100%;
}

.popup .note {
  font-size: 0.9rem;
  color: #555;
  margin-top: -10px;
  margin-bottom: 10px;
  text-align: center;
}

.popup button.cancel {
  background: #242424;
  color: #fff;
}
.continue_btn {
  background: #b39000;
  color: #fff;
  margin-bottom: 14px;
}

.popup button.non-usa {
  background: #020011;
  color: #fff;
  margin-bottom: 20px;
}

.popup button.usa {
  background: #B1822B;
  color: #fff;
  margin-bottom: 20px;
}
.iframe-container{
  position: absolute;
  width: 500px;
  background-color: rgba(255, 0, 0, 0);
  margin-left: 0px;
  margin-top: 18px;
}

@media (max-width: 768px) {
  .iframe-container{
    position: relative;
    /* width: 1px; */
    background-color: rgba(255, 0, 0, 0);
    margin-left: -132px;
  }
#text_stripe{
  
    text-align: center;
  }

  .stripi_frame {
    margin-top: 20px;
    width: 244px;
}
  .popup {
      width: 95%;
      max-height: 85%;
  }
  .popup button {
    padding: 10px 15px;
    font-size: 9px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

}


