* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
}

.intl-tel-input{
  overflow: visible;
}
.intl-tel-input .country-list{
    /* padding: 10px 0px 150px !important; */
    /* top: 100%; */
    /* width: 300px;
    white-space: normal; */
}
/* @media (max-width: 500px) {
    .intl-tel-input .country-list {
        width: 253px;
           white-space: normal;
    }
} */
.intl-tel-input .country-list .country {
  font-size: 12px;
}
.intractive-gaming {
  padding: 5px 20px;
}
.intractive-gaming-container {
  max-width: 821.6px;
  border-radius: 11.884px;
  background: rgba(11, 11, 11, 0.2);
  margin: 0 auto;
  justify-content: space-between;
  padding: 23px;
  border-radius: 11px;
  display: flex;
  align-items: center;
  gap: 54px;
}
.intractive-gaming-container svg {
  height: 54px;
}
.intractive-gaming-container p {
  margin-right: auto;
  text-align: left;
  color: #fff;

  font-family: Inter;
  font-size: 23.769px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.intractive-gaming[dir="rtl"] .intractive-gaming-container p{
  font-size: 18px;
  text-align: right;
}
.intractive-gaming-container p strong {
  font-weight: 500;
}
.intractive-gaming-container button {
  display: flex;
  height: 65.364px;
  padding: 5.942px;
  border: none;
  justify-content: center;
  align-items: center;
  gap: 5.942px;
  border-radius: 11.884px;
  background: #00a54f;
  width: 170px;
  color: #fff;
  font-family: Inter;
  font-size: 23.769px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

@media screen and (max-width: 1536px) {
  .intractive-gaming {
    padding: 5px 10px;
  }
  .intractive-gaming-container {
    max-width: 547px;
    gap: 24px;
    padding: 15px;
  }
  .intractive-gaming-container svg {
    height: 36px;
  }
  .intractive-gaming-container p {
    font-size: 15px;
  }
  .intractive-gaming-container button {
    height: 43.576px;
    padding: 3.961px;
    font-size: 15px;
    gap: 3.942px;

    width: 114px;
  }
}

@media screen and (max-width: 1024px) {
  .intractive-gaming {
    padding: 5px 10px;
  }
  .intractive-gaming-container {
    max-width: 547px;
    gap: 24px;
    padding: 15px;
  }
  .intractive-gaming-container svg {
    height: 36px;
  }
  .intractive-gaming-container p {
    font-size: 15.846px;
  }
  .intractive-gaming-container button {
    height: 43.576px;
    padding: 3.961px;

    gap: 3.942px;
    font-size: 15.846px;
    width: 114px;
  }
}

@media screen and (max-width: 640px) {
  .intractive-gaming {
    padding: 5px 10px;
  }
  .intractive-gaming-container {
    max-width: 400px;
    flex-wrap: wrap;
    gap: 10px;
    padding: 15px;
  }
  .intractive-gaming-container svg {
    height: 26px;
  }
  .intractive-gaming-container p {
    font-size: 12px;
  }
  .intractive-gaming-container button {
    font-size: 9.5px;
    height: 43.576px;
    padding:7px 23px;
    flex-shrink: 0;
    font-family: Inter;
    gap: 3.942px;
    margin: 0 auto;

    width: auto;
  }
}
.app-container {
  font-family: Inter, -apple-system, Roboto, Helvetica, sans-serif;
  display: flex;
  /* padding: 20px; */
  background: -webkit-linear-gradient(
    90deg,
    rgba(3, 50, 84, 1) 0%,
    rgba(0, 25, 69, 1) 100%
  );
  background: -moz-linear-gradient(
    90deg,
    rgba(3, 50, 84, 1) 0%,
    rgba(0, 25, 69, 1) 100%
  );
  background: linear-gradient(
    90deg,
    rgba(3, 50, 84, 1) 0%,
    rgba(0, 25, 69, 1) 100%
  );
  background: linear-gradient(180deg, #001643 0.04%, #033254 53.14%);

  box-sizing: border-box;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100vw;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  height: auto;
  min-height: 1080px;
  max-height: 1080px;
  height: 1080px;
  top:0px;

}
.close-video {
  position: absolute;
  right: 10px;
  z-index: 17;
  cursor: pointer;
  top: 10px;
}
.close-video path {
  fill: #fff;
}
.app-container-overlay {
  position: fixed;
  z-index: 10;
  overflow-y: scroll;
  overflow-x: hidden;

  background-color: #000000e7;
  display: none;
      backdrop-filter: blur(5px);
  opacity: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.3s ease-in-out;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

.app-container-overlay.show {
  opacity: 1;
  display: flex;
  z-index: 1000;

}
.app-header, .app-header *::-webkit-scrollbar,.registration-form *::-webkit-scrollbar{
   display:none;
}
.intl-tel-input .country-list::-webkit-scrollbar{
  display: block;
}
.app-container-overlay.show::-webkit-scrollbar {
    display:none;
    width: 0.4em;
     background-color: #F5F5F5;
}

.app-container-overlay.show::-webkit-scrollbar-track {
    /* -webkit-box-shadow: inset 0 0 6px  #e52323; */
}

.app-container-overlay.show::-webkit-scrollbar-thumb {
    border-radius: 12px;
 background-color: #0000005b;

}
.app-container video {
  pointer-events: none;
}
.app-header {
  display: flex;

  /* position: absolute; */
  mix-blend-mode: lighten;
  width: 100%;
  /* left: 0px;
  right: 0px;
  top: 0px; */
   z-index: 3;

  align-items: center;
  overflow: visible;
  justify-content: space-between;
  position: relative;
}
/* .app-header > *{
      z-index: 3;
} */
.left {
  height: 230px;
  width: 312px!important;
    overflow: visible;
   display: flex;

        align-items: center;
  object-fit: contain !important;
  background-color: transparent !important;
}
.left video{
    object-fit: contain;
    width: 100%;
    height: auto;
    background-color: transparent;
}
.right {
      width: 259px !important;
    overflow: visible;
  height: 230px;
          display: flex;

        align-items: center;

  object-fit: contain !important;
  background-color: transparent !important;
}
.right video{
    object-fit: contain;
    width: 100%;
    height: auto;
     background-color: transparent !important;
}
video::-webkit-media-controls {
  display: none;
}
.bg-grid {
  position: absolute !important;
  left: 0;
  mix-blend-mode: screen;
  width: 100vw;
  top: auto !important;
  height: 506px;
  height: 450px;
  z-index: 1;
  object-fit: cover;
  bottom: 0;
  height: auto !important;

  background-color: transparent !important;
}
@media screen and (min-width: 2133px) {


    .app-header{
        top: -100px;
    }
}
@media screen and (max-width: 1920px) {
  .bg-grid {
    height: 450px;
  }
}
@media screen and (max-width: 1536px) {
  .left {
    width: 219px !important;;
    height: 161px;
  }
  .right {
    width: 176px !important;
    height: 161px;
  }
  .bg-grid {
    height: 450px;
    /* height: 239px; */
  }
  .app-header {
    top: -50px;
  }
}
@media screen and (max-width: 1024px) {
  .left {
    width: 198px !important;
    height: 146px;
  }
  .right {
    width: 160px !important;
    height: 146px;
  }
  .bg-grid {
    /*
   height: 230px; */
    height: 620px;
  }
}
@media screen and (max-width: 640px) {
  .left {
    width: 198px !important;
    height: 93px;
  }
  .right {
    width: 160px !important;
    height: 93px;
  }
  .bg-grid {
    /* height: 126px; */
    height: 370px;
  }
   .app-header {
    top: -100px;
  }
}
.video-play {
  display: none;
  background-color: transparent;
  border: none;
}
@media (max-width: 768px) {
  .video-play {
    display: block;
    z-index: 20;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
  }
  .video-play.hide {
    display: none;
  }
}
.graph {
  height: 506px;
  width: 100vw;
  object-fit: cover;
  overflow: visible;
  mix-blend-mode: lighten;
   bottom:0;
  z-index: 1 !important;
  left: 0;
  position: relative;
  object-position: left;
  /* position: absolute !important;
    left: 0px; */
  /* min-height: calc(100% - 230px); */
  /* max-height: calc(100% - 230px);

    aspect-ratio: auto;
   mix-blend-mode: lighten;
    top: auto !important;
    width: 100vw;
    overflow: visible;
    height:auto;
    bottom:0;
    object-fit:cover;
   object-position: left;

    background-color: transparent !important;
    position: relative; */
}

.choice-selector {
  display: flex;
  width: 665px;

  height: 411px;
  padding: 10px 0;
  margin: 0 auto;
  flex-direction: column;
  align-items: center;
  gap: 80px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(4px);
  /* position: relative; */
  margin-top: auto;
  top: calc(100% - 380px);
  /* */
  /* margin-top: -400px;
     margin-bottom: 120px; */

  z-index: 10;
  position: absolute;
}

.heading-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  position: relative;
}

.main-heading {
  height: 94px;
  align-self: stretch;
  color: #f4d600;
  text-align: center;
  text-shadow: 6px 6px 16.1px rgba(1, 29, 75, 0.75);
  font-family: Inter, -apple-system, Roboto, Helvetica, sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 500;
  line-height: 95px;
  position: relative;
  margin: 0;
}

.sub-heading {
  align-self: stretch;
  color: #fff;
  text-align: center;
  text-shadow: 5px 6px 16px rgba(1, 29, 75, 0.75);
  font-family: Inter, -apple-system, Roboto, Helvetica, sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 85.216px;
  position: relative;
  margin: 0;
}

.button-container {
  display: flex;
  align-items: center;
  overflow: visible;
  gap: 40px;
  position: relative;
}

.choice-button {
  display: flex;
  width: 236px;
  height: 92px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 15px;
  border: none;
  color: #fff;
  text-align: center;
  font-family: Inter, -apple-system, Roboto, Helvetica, sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 55.023px;
  letter-spacing: 4.8px;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  position: relative;
}

.sell-button {
  background: #e83b3c;
  box-shadow: 9px 9px 6.2px 0px rgba(1, 29, 75, 0.6);
}
.buy-button {
  background: #0f8d45;
  box-shadow: 9px 9px 6.2px 0px rgba(1, 29, 75, 0.6);
}

.choice-button:hover {
  transform: translateY(-2px);
  box-shadow: 11px 11px 8px 0px rgba(1, 29, 75, 0.7);
}

.choice-button:active {
  transform: translateY(0);
  box-shadow: 7px 7px 4px 0px rgba(1, 29, 75, 0.5);
}

/* Responsive design for smaller screens */
@media (max-width: 1920px) {
  .app-container {
    /* padding: 20px; */
  }
  .choice-selector {
    width: min(665px, 90vw);
    height: auto;
    min-height: 411px;
  }
}
@media (max-width: 1920px) {
  .app-container {
    /* height: 800px;
          max-height: 800px; */
    height: auto;
    max-height: 800px;
    min-height: 800px;
  }
  .main-heading,
  .sub-heading {
    font-size: 52px;
    line-height: 1.2;
    height: auto;
  }

  .choice-selector {
    gap: 60px;
    width: 545px;
    padding: 20px;
    min-height: 335px;

    /* margin-top: -335px; */
  }

  .button-container {
    gap: 20px;
  }

  .choice-button {
    height: 75px;
    font-size: 32px;
    letter-spacing: 3.2px;
  }
}
@media (max-height: 800px) and (min-width: 1536px) {
  .app-container {
    /* height: 800px;
          max-height: 800px; */
    height: auto;
    max-height: 800px;
    min-height: 800px;
  }
  .main-heading,
  .sub-heading {
    font-size: 52px;
    line-height: 1.2;
    height: auto;
  }

  .choice-selector {
    gap: 60px;
    width: 545px;
    padding: 20px;
    min-height: 335px;
    /* margin-top: -335px; */
  }

  .button-container {
    gap: 20px;
  }

  .choice-button {
    height: 75px;
    font-size: 32px;
    letter-spacing: 3.2px;
  }
}
@media (max-width: 1536px) {
  .choice-selector {
    top: calc(100% - 340px);
       margin-top: -40px;
  }

  .graph {
    height: 440px;
  }
  .app-container {
    /* height: 800px;
        max-height: 800px; */
    height: auto;
    max-height: 800px;
    min-height: 800px;
  }
  .main-heading,
  .sub-heading {
    font-size: 52px;
    line-height: 1.2;
    height: auto;
  }

  .choice-selector {
    gap: 60px;
    width: 545px;

    padding: 20px;
    min-height: 335px;
    /* margin-top: -335px; */
  }

  .button-container {
    gap: 20px;
  }

  .choice-button {
    height: 75px;
    font-size: 32px;
    letter-spacing: 3.2px;
  }
}

@media (max-width: 1024px) {
  .choice-selector {
    top: calc(100% - 303px);
  }
  .graph {
    height: 403px;
  }
  .app-container {
    /* height: 800px;
         max-height: 800px; */

    height: auto;
    max-height: 800px;
    min-height: 800px;
  }
  .main-heading,
  .sub-heading {
    font-size: 32px;
    line-height: 1.2;
    height: auto;
  }

  .choice-selector {
    width: 351px;
    padding: 20px 10px;

    gap: 40px;
    min-height: 220px;
    /* margin-top: -220px; */
  }

  .button-container {
    gap: 20px;
  }

  .choice-button {
    width: 124px;
    height: 48px;
    font-size: 21px;
    letter-spacing: 3.2px;
  }
}
@media (max-width: 640px) {
  .choice-selector {
    top: calc(100% - 240px);
  }
  .graph {
    height: 240px;
  }
  .app-container {
    /* height:650px;
          max-height: 640px; */

    height: auto;
    max-height: 640px;
    min-height: 640px;
  }
  .main-heading,
  .sub-heading {
    font-size: 27px;
    line-height: 36.749px;
    height: auto;
  }

  .choice-selector {
    padding: 20px 10px;

    gap: 40px;
    min-height: 177px;
    /* margin-top: -177px; */
  }

  .button-container {
    gap: 17px;
  }

  .choice-button {
    width: 100px;
    height: 40px;
    font-size: 17px;
    letter-spacing: 3.2px;
  }
}
@media  (min-width: 1980px) and (max-width:2560px){
    .choice-selector {

        margin-top: -30px;
    }
}
@media  (min-width: 2560px){
    .choice-selector {

        margin-top: -200px;
    }
}
@media (min-height: 1080px) and (min-width: 1536px) {


  .app-container {
    /* height: 1080px;
          max-height:1080px; */
    height: auto;
    max-height: 1080px;
    min-height: 1080px;
  }
}
@media (min-height: 800px) and (max-width: 1536px) {
  .app-container {
    /* height:800px;
         max-height: 800px; */

    height: auto;
    max-height: 800px;
    min-height: 800px;
  }
}
@media (min-height: 665px) and (max-width: 640px) {
  .app-container {
    /* height:665px;
           max-height: 665px; */
    height: auto;
    max-height: 665px;

    min-height: 665px;
  }
}
.choice-button {
  overflow: hidden;
  position: relative;
}

.ripple {
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  transform: scale(0);
  animation: ripple-animation 0.6s linear;
  pointer-events: none;
}

@keyframes ripple-animation {
  to {
    transform: scale(2);
    opacity: 0;
  }
}

/* Success Message Component Styles */
.success-container {
  position: absolute;
  overflow-x: visible;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  /* padding: 196px 464px 197px 464px; */
  background: transparent;
  z-index: 10;
  /* position: relative; */
}

.success-content {
  position: relative;
  width: 992px;
  max-width: 80vw;
  overflow-x: visible;
}

.success-card {
  position: relative;
  width: 992px;
  max-width: 80vw;
  overflow-x: visible;
  /* height: 428px; */
  padding: 67px 82px 26px 87px;
  border-radius: 15px;
  border: 1px solid #3d8941;
  background: #fff;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.checkmark-icon {
  position: absolute;
  top: calc(-133px / 2);
  overflow-x: visible;
  left: 50%;
  transform: translateX(-50%);
  width: 133px;
  height: 133px;
  z-index: 2;
}
.checkmark-icon svg {
  height: 100%;
  width: 100%;
}

.success-message {
  width: 823px;
  overflow-x: visible;
  max-width: 70vw;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 43px;
  background: #fff;
}

.success-header {
  width: 508px;
  max-width: max-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.success-title {
  width: 562px;
  max-width: max-content;
  color: #3d8941;
  text-align: center;
  font-family: Inter, -apple-system, Roboto, Helvetica, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 45.979px;
  margin: 0;
}

.success-subtitle {
  width: 559px;
  max-width: max-content;
  color: #000;
  text-align: center;
  font-family: Inter, -apple-system, Roboto, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 34.76px;
  margin: 0;
}

.experience-text {
  color: #e2a62d;
  text-align: center;
  font-family: Inter, -apple-system, Roboto, Helvetica, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 39.776px;
  margin: 0;
  align-self: stretch;
}

.webinar-info {
  width: 612px;
  max-width: max-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.webinar-intro {
  color: #000;
  text-align: center;
  font-family: Inter, -apple-system, Roboto, Helvetica, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 39.335px;
  margin: 0;
  align-self: stretch;
}

.webinar-title {
  color: #12b252;
  text-align: center;
  font-family: Inter, -apple-system, Roboto, Helvetica, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 46.325px;
  margin: 0;
  align-self: stretch;
}

.webinar-tagline {
  color: #ff7676;
  text-align: center;
  font-family: Inter, -apple-system, Roboto, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
  margin: 0;
  align-self: stretch;
}

.limited-seats {
  display: flex;
  justify-content: center;
  text-align: center;

  margin: 23px 0px;
  width: 100%;
  height: 28px;
  color: #fff;
  font-family: Inter, -apple-system, Roboto, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 27.759px;
}

.registration-form-success {
  padding: 60px 25px;
  position: absolute;
  text-align: center;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  left: 0;
  right: 0;

  z-index: 5;

  bottom: 0;
  top: 0;
  background-color: #fff;

  border: 4px solid #3d8941;
}
.registration-form-success .title {
  color: #3d8941;
  margin-bottom: 20px;
  text-align: center;
  font-family: "Inter";
  font-size: 25px;
  font-style: normal;
  text-wrap: unset;
  font-weight: 600;

  line-height: normal;
  letter-spacing: 1px;
}
.registration-form-success .desc {
  color: #6c6c6c;

  text-align: center;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.registration-form-success .close {
  position: absolute;
  right: 10px;
  cursor: pointer;
  top: 10px;
}
.registration-form-card .svg-fail {
  display: none;
}
.registration-form-card.failed {
  border: 2px solid #f70000;
}
.registration-form-card.failed .svg-success {
  display: none;
}
.registration-form-card.failed .svg-fail {
  display: block;
}
.registration-form-card.failed .registration-form-success {
  border: 4px solid #f70000;
}
.registration-form-card.failed .registration-form-success .title {
  color: #f70000;
}
.registration-form-card.failed .registration-form-success .close path {
  fill: #f70000;
}

.registration-form-success-hidden {
  display: none;
}
.registration-button {
  overflow-x: visible;
  width: 100%;
  height: 89px;
  max-width: 100%;
  padding: 10px;
  border-radius: 15px;
  border: 1px solid #3d8941;
  background: #fff;
  color: #12b252;
  text-align: center;
  font-family: Inter, -apple-system, Roboto, Helvetica, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 39.893px;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.registration-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.registration-button:active {
  transform: translateY(0);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1920px) {
  .success-container {
  }

  .success-content {
    position: relative;
    width: 810px;
    height: max-content;
  }

  .success-card {
    position: relative;
    width: 810px;
    padding: 53.49px 67.027px 21.252px 71.114px;
  }
  .checkmark-icon {
    top: calc(-104px / 2);
    height: 104px;
  }

  .success-message {
    width: 627px;
    gap: 35px;
  }

  .success-header {
    width: max-content;
    gap: 4px;
  }

  .success-title {
    width: max-content;
    font-size: 26px;
    line-height: 37px;
  }

  .success-subtitle {
    width: max-content;
    font-size: 19px;
    line-height: 28px;
  }

  .experience-text {
    font-size: 26px;
    margin: 0;

    line-height: 32px; /* 124.299% */
  }

  .webinar-info {
    width: max-content;

    gap: 3px;
  }

  .webinar-intro {
    font-size: 26px;
    line-height: 32px;
  }

  .webinar-title {
    font-size: 26px;

    line-height: 36px;
  }

  .webinar-tagline {
    font-size: 19px;
    line-height: normal;
  }

  .limited-seats {
    margin: 19px 0px;
    width: 100%;
    height: auto;
    font-size: 19px;
    font-weight: 500;
    line-height: 22px;
  }

  .registration-button {
    width: 810px;
    height: 72px;
    padding: 10px;
    font-size: 26px;
  }

  .registration-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  }

  .registration-button:active {
    transform: translateY(0);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  }
}
@media (max-height: 800px) and (min-width: 1536px) {
  .success-container {
  }

  .success-content {
    position: relative;
    width: 810px;
    height: max-content;
  }

  .success-card {
    position: relative;
    width: 810px;
    padding: 53.49px 67.027px 21.252px 71.114px;
  }
  .checkmark-icon {
    top: calc(-104px / 2);
    height: 104px;
  }

  .success-message {
    width: 627px;
    gap: 35px;
  }

  .success-header {
    width: max-content;
    gap: 4px;
  }

  .success-title {
    width: max-content;
    font-size: 26px;
    line-height: 37px;
  }

  .success-subtitle {
    width: max-content;
    font-size: 19px;
    line-height: 28px;
  }

  .experience-text {
    font-size: 26px;
    margin: 0;

    line-height: 32px; /* 124.299% */
  }

  .webinar-info {
    width: max-content;

    gap: 3px;
  }

  .webinar-intro {
    font-size: 26px;
    line-height: 32px;
  }

  .webinar-title {
    font-size: 26px;

    line-height: 36px;
  }

  .webinar-tagline {
    font-size: 19px;
    line-height: normal;
  }

  .limited-seats {
    margin: 19px 0px;
    width: 100%;
    height: auto;
    font-size: 19px;
    font-weight: 500;
    line-height: 22px;
  }

  .registration-button {
    width: 810px;
    height: 72px;
    padding: 10px;
    font-size: 26px;
  }

  .registration-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  }

  .registration-button:active {
    transform: translateY(0);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  }
}

@media (max-width: 1536px) {
  .success-container {
  }

  .success-content {
    position: relative;
    width: 810px;
    height: max-content;
  }

  .success-card {
    position: relative;
    width: 810px;
    padding: 53.49px 67.027px 21.252px 71.114px;
  }
  .checkmark-icon {
    top: calc(-104px / 2);
    height: 104px;
  }

  .success-message {
    width: 627px;
    gap: 35px;
  }

  .success-header {
    width: max-content;
    gap: 4px;
  }

  .success-title {
    width: max-content;
    font-size: 26px;
    line-height: 37px;
  }

  .success-subtitle {
    width: max-content;
    font-size: 19px;
    line-height: 28px;
  }

  .experience-text {
    font-size: 26px;
    margin: 0;

    line-height: 32px; /* 124.299% */
  }

  .webinar-info {
    width: max-content;

    gap: 3px;
  }

  .webinar-intro {
    font-size: 26px;
    line-height: 32px;
  }

  .webinar-title {
    font-size: 26px;

    line-height: 36px;
  }

  .webinar-tagline {
    font-size: 19px;
    line-height: normal;
  }

  .limited-seats {
    margin: 19px 0px;
    width: 100%;
    height: auto;
    font-size: 19px;
    font-weight: 500;
    line-height: 22px;
  }

  .registration-button {
    width: 810px;
    height: 72px;
    padding: 10px;
    font-size: 26px;
  }

  .registration-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  }

  .registration-button:active {
    transform: translateY(0);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  }
}

@media (max-width: 1024px) {
  .success-content {
    position: relative;
    width: 524px;
    height: max-content;
  }

  .success-card {
    position: relative;
    width: 524px;
    padding: 33.695px 43.344px 13.744px 45.989px;
  }
  .checkmark-icon {
    top: calc(-70px / 2);
    height: 70px;
  }

  .success-message {
    width: 435px;
    gap: 35px;
  }

  .success-header {
    width: max-content;
    gap: 4px;
  }

  .success-title {
    width: max-content;
    font-size: 16px;
    margin: 0;
    line-height: 24px;
  }

  .success-subtitle {
    width: max-content;
    font-size: 12px;
    line-height: 18px;
  }

  .experience-text {
    font-size: 16px;
    margin: 0;
    line-height: 21px;
  }

  .webinar-info {
    width: max-content;

    gap: 3px;
  }

  .webinar-intro {
    font-size: 16px;
    line-height: 20px;
  }

  .webinar-title {
    font-size: 12px;

    line-height: 24px;
  }

  .webinar-tagline {
    font-size: 16px;
    line-height: normal;
  }

  .limited-seats {
    margin: 12px 0px;
    width: 100%;
    height: auto;
    font-size: 12px;
    font-weight: 500;
    line-height: 22px;
  }
  .registration-button {
    width: 524px;
    height: 47px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .success-content {
    position: relative;
    margin-top: auto;
    margin-bottom: 60px;
    width: 308px;
    height: max-content;
  }
   .registration-form-wrapper {
       margin-top: auto;
        margin-bottom: 40px;

  }
  .success-card {
    position: relative;
    width: 308px;
    padding: 32.829px 40.902px 12.917px 40.902px;
  }
  .checkmark-icon {
    top: calc(-60px / 2);
    height: 60px;
  }

  .success-message {
    width: 250px;
    gap: 20px;
  }

  .success-header {
    width: max-content;
    gap: 4px;
  }

  .success-title {
    width: max-content;
    font-size: 14px;
    margin: 0;
    line-height: 24px;
  }

  .success-subtitle {
    width: max-content;
    font-size: 10px;
    line-height: 18px;
  }

  .experience-text {
    font-size: 16px;
    margin: 0;
    line-height: 21px;
  }

  .webinar-info {
    width: max-content;

    gap: 3px;
  }

  .webinar-intro {
    font-size: 16px;
    line-height: 20px;
  }

  .webinar-title {
    font-size: 12px;

    line-height: 24px;
  }

  .webinar-tagline {
    font-size: 16px;
    line-height: normal;
  }

  .limited-seats {
    margin: 12px 0px;
    width: 100%;
    height: auto;
    font-size: 12px;
    font-weight: 500;
    line-height: 22px;
  }
  .registration-button {
    width: 524px;
    height: 47px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    font-size: 16px;
  }
}

/* Sell Error Message Component Styles */
.sell-error-container {
  position: absolute;
  overflow-x: visible;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  /* padding: 196px 464px 197px 464px; */
  background: transparent;
  z-index: 10;
  /* position: relative; */
}

.sell-error-content {
  position: relative;
  overflow-x: visible;
  width: 992px;
  max-width: 90vw;
  height: max-content;
}

.sell-error-card {
  position: relative;
  overflow-x: visible;
  width: 992px;
  max-width: 90vw;
  height: max-content;
  padding: 67px 82px 26px 87px;
  border-radius: 15px;
  border: 1px solid #db1b16;
  background: #fff;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.warning-icon {
  position: absolute;
  overflow-x: visible;
  top: calc(-128px / 1.2);
  left: 50%;
  transform: translateX(-50%);
  width: 143px;
  height: 128px;
  z-index: 2;
}

.warning-icon svg {
  height: 100%;
}
.sell-error-message {
  width: 823px;
  overflow-x: visible;
  max-width: 80vw;
  margin: 0 auto;
  height: max-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 43px;
  background: #fff;
}

.sell-error-header {
  width: 508px;
  max-width: max-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.sell-error-title {
  width: 562px;
  max-width: max-content;
  color: #db1b16;
  text-align: center;
  font-family: Inter, -apple-system, Roboto, Helvetica, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 45.979px;
  margin: 0;
}

.sell-error-subtitle {
  width: 559px;
  max-width: max-content;
  color: #000;
  text-align: center;
  font-family: Inter, -apple-system, Roboto, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 34.76px;
  margin: 0;
}

@media (max-width: 1920px) {
  .sell-error-container {
  }

  .sell-error-content {
    position: relative;
    width: 810px;
    height: max-content;
  }

  .sell-error-card {
    position: relative;
    width: 810px;
    padding: 53.49px 67.027px 21.252px 71.114px;
  }
  .warning-icon {
    top: calc(-104px / 1.2);
    height: 104px;
  }

  .sell-error-message {
    width: 627px;
    gap: 35px;
  }

  .sell-error-header {
    width: max-content;
    gap: 4px;
  }

  .sell-error-title {
    width: max-content;
    font-size: 26px;
    margin: 0;
    line-height: 37px;
  }

  .sell-error-subtitle {
    width: max-content;
    font-size: 19px;
    line-height: 28px;
  }
}
@media (max-height: 800px) and (min-width: 1536px) {
  .sell-error-container {
  }

  .sell-error-content {
    position: relative;
    width: 810px;
    height: max-content;
  }

  .sell-error-card {
    position: relative;
    width: 810px;
    padding: 53.49px 67.027px 21.252px 71.114px;
  }
  .warning-icon {
    top: calc(-104px / 1.2);
    height: 104px;
  }

  .sell-error-message {
    width: 627px;
    gap: 35px;
  }

  .sell-error-header {
    width: max-content;
    gap: 4px;
  }

  .sell-error-title {
    width: max-content;
    font-size: 26px;
    margin: 0;
    line-height: 37px;
  }

  .sell-error-subtitle {
    width: max-content;
    font-size: 19px;
    line-height: 28px;
  }
}
@media (max-width: 1536px) {
  .sell-error-container {
  }

  .sell-error-content {
    position: relative;
    width: 810px;
    height: max-content;
  }

  .sell-error-card {
    position: relative;
    width: 810px;
    padding: 53.49px 67.027px 21.252px 71.114px;
  }
  .warning-icon {
    top: calc(-104px / 1.2);
    height: 104px;
  }

  .sell-error-message {
    width: 627px;
    gap: 35px;
  }

  .sell-error-header {
    width: max-content;
    gap: 4px;
  }

  .sell-error-title {
    width: max-content;
    font-size: 26px;
    margin: 0;
    line-height: 37px;
  }

  .sell-error-subtitle {
    width: max-content;
    font-size: 19px;
    line-height: 28px;
  }
}

@media (max-width: 1024px) {
  .sell-error-content {
    position: relative;
    width: 524px;
    height: max-content;
  }

  .sell-error-card {
    position: relative;
    width: 524px;
    padding: 33.695px 43.344px 13.744px 45.989px;
  }
  .warning-icon {
    top: calc(-70px / 1.2);
    height: 70px;
  }

  .sell-error-message {
    width: 435px;
    gap: 35px;
  }

  .sell-error-header {
    width: max-content;
    gap: 4px;
  }

  .sell-error-title {
    width: max-content;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
  }

  .sell-error-subtitle {
    width: max-content;
    line-height: 18px;
    font-size: 12px;
  }
}
@media (max-width: 640px) {
  .sell-error-content {
    position: relative;
    margin-top: auto;
    margin-bottom: 60px;
    width: 308px;
    height: max-content;
  }

  .sell-error-card {
    position: relative;
    width: 308px;
    padding: 32.829px 40.902px 12.917px 40.902px;
  }
  .warning-icon {
    top: calc(-60px / 2);
    height: 60px;
  }

  .sell-error-message {
    width: 250px;
    gap: 20px;
  }

  .sell-error-header {
    width: max-content;
    gap: 4px;
  }

  .sell-error-title {
    width: max-content;
    font-size: 14px;
    margin: 0;
    line-height: 24px;
  }

  .sell-error-subtitle {
    width: max-content;
    font-size: 10px;
    line-height: 18px;
  }
}
/* Registration Form Component Styles */
.registration-form-container {
  position: absolute;
  overflow-x: visible;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  background: transparent;
  z-index: 15;
}

.registration-form-content {
  position: relative;
  overflow-x: visible;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.registration-form-wrapper {
  position: relative;
  overflow-x: visible;
  width: 100%;
  height: auto;
}

.registration-form-card {
  position: relative;
  overflow-x: visible;
  max-width: 481px;
  padding: 40px 47px;
  border-radius: 20px;
  border: 2px solid #3d8941;
  background: #3d8941;
  backdrop-filter: blur(10px);
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.registration-checkmark-icon {
  overflow-x: visible;
  position: absolute;
  top: calc(-133px / 1.2);
  left: 50%;
  transform: translateX(-50%);
  width: 133px;
  height: 133px;
  z-index: 7;
}
.registration-checkmark-icon svg {
  height: 100%;
  width: 100%;
}

.registration-form {
  width: 100%;
  max-width: 600px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.registration-form-content-inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.registration-header {
  text-align: center;
  /* margin-bottom: 28px; */
}

.registration-title {
  color: white;
  text-align: center;
  font-family: Inter, -apple-system, Roboto, Helvetica, sans-serif;
  font-size: 37px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.registration-form-fields {
  display: flex;
  padding: 1px 1px;
  overflow-y: hidden;
  flex-direction: column;
  overflow: visible;
  gap: 28px;
  width: 100%;
}
.form-field,
.intl-tel-input,
.allow-dropdown,
.flag-container,
.selected-flag {
  overflow-x: visible;
}
.form-field {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
}

.field-label {
  color: #fff;
  position: relative;
  overflow-x: visible;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}

.field-input {
  width: 100%;
  height: 60px;
  padding: 15px 20px;
  box-sizing: border-box;
  border: 0.595px solid #fff;
  border-radius: 2.379px;
  outline: none;
  background: transparent;
  color: white;
  font-family: Inter, -apple-system, Roboto, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 500;

  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}
.field-input::placeholder {
  color: white !important;
  font-family: Inter, -apple-system, Roboto, Helvetica, sans-serif !important;
  font-style: italic !important;
  font-weight: 500 !important;
  text-transform: capitalize;
}

.field-input:focus {
  height: 60px;
  border-color: #fff;
}

.field-input::placeholder {
  color: rgba(32, 31, 66, 0.5);
  font-weight: 400;
}

.form-submit-container {
  display: flex;
          overflow: visible;
  justify-content: center;
  width: 100%;
  margin-top: 20px;
}

.submit-button {
  width: 100%;
  overflow: hidden;
  max-width: 400px;
  height: 70px;
  padding: 15px 30px;
  border: 2px solid #fff;
  border-radius: 11.854px;
  background: #fff;
  color: #201f42;
  text-align: center;
  text-transform: uppercase;
  font-family: Inter, -apple-system, Roboto, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  cursor: pointer;

  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}

/* .submit-button:hover {
  transform: translateY(-2px);
  background: #201f42;
  border: 2px solid #201f42;
  color: #fff;
  box-shadow: 0 8px 16px rgba(32, 31, 66, 0.2);
}

.submit-button:active {
  transform: translateY(0);
  box-shadow: 0 4px 8px rgba(32, 31, 66, 0.15);
}

.submit-button:disabled {
  opacity: 0.7;
  cursor: not-allowed;
  transform: none;
} */
@media (max-width: 1920px) {
  .registration-form-container {
    padding: 20px;

    z-index: 15;
  }

  .registration-form-content {
  }

  .registration-form-wrapper {
  }

  .registration-form-card {
    position: relative;
    max-width: 393px;
    padding: 32.696px 38.757px;
  }

  .registration-checkmark-icon {
    position: absolute;
    top: calc(-108px / 1.2);
    width: 108px;
    height: 108px;
  }

  .registration-form {
    width: 100%;
    max-width: 600px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .registration-form-content-inner {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 22px;
  }

  .registration-header {
    text-align: center;
  }

  .registration-title {
    font-size: 31px;

    line-height: 1.2;
  }

  .registration-form-fields {
    gap: 22px;
  }

  .form-field {
    gap: 4px;
  }

  .field-label {
    font-size: 16px;
  }

  .field-input {
    width: 100%;
    height: 50px;
    padding: 9.689px;

    font-size: 14px;
  }

  .field-input:focus {
    height: 50px;
  }

  .form-submit-container {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 20px;
  }

  .submit-button {
    width: 100%;
    max-width: 100%;

    padding: 8px;

    font-size: 22px;
  }
}
@media (max-height: 800px) and (min-width: 1536px) {
  .registration-form-container {
    padding: 20px;

    z-index: 15;
  }

  .registration-form-content {
  }

  .registration-form-wrapper {
  }

  .registration-form-card {
    position: relative;
    max-width: 393px;
    padding: 32.696px 38.757px;
  }

  .registration-checkmark-icon {
    position: absolute;
    top: calc(-108px / 1.2);
    width: 108px;
    height: 108px;
  }

  .registration-form {
    width: 100%;
    max-width: 600px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .registration-form-content-inner {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 22px;
  }

  .registration-header {
    text-align: center;
  }

  .registration-title {
    font-size: 31px;

    line-height: 1.2;
  }

  .registration-form-fields {
    gap: 22px;
  }

  .form-field {
    gap: 4px;
  }

  .field-label {
    font-size: 16px;
  }

  .field-input {
    width: 100%;
    height: 50px;
    padding: 9.689px;

    font-size: 14px;
  }

  .field-input:focus {
    height: 50px;
  }

  .form-submit-container {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 20px;
  }

  .submit-button {
    width: 100%;
    max-width: 100%;

    padding: 8px;

    font-size: 22px;
  }
}
@media (max-width: 1536px) {
  .registration-form-container {
    padding: 20px;

    z-index: 15;
  }

  .registration-form-card {
    position: relative;
    max-width: 393px;
    padding: 32.696px 38.757px;
  }

  .registration-checkmark-icon {
    position: absolute;
    top: calc(-108px / 1.2);
    width: 108px;
    height: 108px;
  }

  .registration-form {
    width: 100%;
    max-width: 600px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .registration-form-content-inner {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 22px;
  }

  .registration-header {
    text-align: center;
  }

  .registration-title {
    font-size: 31px;

    line-height: 1.2;
  }

  .registration-form-fields {
    gap: 22px;
  }

  .form-field {
    gap: 4px;
  }

  .field-label {
    font-size: 16px;
  }

  .field-input {
    width: 100%;
    height: 50px;

    padding: 9.689px;

    font-size: 14px;
  }

  .field-input:focus {
    height: 50px;
  }

  .form-submit-container {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 20px;
  }

  .submit-button {
    width: 100%;
    max-width: 100%;

    padding: 8px;

    font-size: 22px;
  }
}
@media (max-width: 1024px) {
  .registration-form-container {
    padding: 20px;

    z-index: 15;
  }

  .registration-form-card {
    position: relative;
    max-width: 393px;
    padding: 32.696px 38.757px;
  }

  .registration-checkmark-icon {
    position: absolute;
    top: calc(-70px / 1.2);
    width: 70px;
    height: 70px;
  }

  .registration-form {
    width: 100%;
    max-width: 600px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .registration-form-content-inner {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 22px;
  }

  .registration-header {
    text-align: center;
  }

  .registration-title {
    font-size: 21px;

    line-height: 1.2;
  }

  .registration-form-fields {
    gap: 15px;
  }

  .form-field {
    gap: 4px;
  }

  .field-label {
    font-size: 14px;
  }

  .field-input {
    width: 100%;
    height: 40px;

    padding: 9.689px;

    font-size: 14px;
  }

  .field-input:focus {
    height: 40px;
  }

  .form-submit-container {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 20px;
  }

  .submit-button {
    width: 100%;
    max-width: 100%;
    height: 40px;
    padding: 8px;
    font-size: 22px;
  }
}
@media (max-width: 640px) {
  .registration-form-container {
    padding: 20px;

    z-index: 15;
  }

  .registration-form-card {
    position: relative;
    max-width: 327px;
    padding: 32.696px 38.757px;
  }

  .registration-checkmark-icon {
    position: absolute;
    top: calc(-60px / 1.2);
    width: 60px;
    height: 60px;
  }

  .registration-form {
    width: 100%;
    max-width: 600px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .registration-form-content-inner {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 22px;
  }

  .registration-header {
    text-align: center;
  }

  .registration-title {
    font-size: 19px;

    line-height: 1.2;
  }

  .registration-form-fields {
    gap: 14px;
  }

  .form-field {
    gap: 4px;
  }

  .field-label {
    font-size: 12px;
  }

  .field-input {
    width: 100%;
    height: 35px;

    padding: 9.689px;

    font-size: 14px;
  }

  .field-input:focus {
    height: 35px;
  }

  .form-submit-container {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 19px;
  }

  .submit-button {
    width: 100%;
    max-width: 100%;
    height: 35px;
    padding: 8px;

    font-size: 14px;
  }
}

/* @media  (min-width:0px){
    .video-xl{
        display: none;
        visibility: hidden;
    }
    .video-md{
        display: none;
         visibility: hidden;
    }
     .video-lg{
        display: none;
         visibility: hidden;
    }
     .video-xl{
        display: none;
         visibility: hidden;
    }
     .video-xxl{
        display: none;
         visibility: hidden;
    }
      .video-sm{
        display: block;
        visibility: visible;
    }
} */
.video-xl {
  display: none;
  visibility: hidden;
}
/* .video-md{
        display: none;
         visibility: hidden;
    } */
.video-lg {
  display: none;
  visibility: hidden;
}
.video-xl {
  display: none;
  visibility: hidden;
}
.video-xxl {
  display: none;
  visibility: hidden;
}
.video-sm {
  display: block;
  visibility: visible;
}
/* @media  (min-width:640px){

    .video-md{
        display: block;
         visibility: visible;
    }
     .video-sm{
        display: none;
        visibility: hidden;
    }

} */

@media (min-width: 1024px) {
  .video-lg {
    display: block;
    visibility: visible;
  }
  .video-sm {
    display: none;
    visibility: hidden;
  }
}
@media (min-width: 1536px) {
  .video-lg {
    display: none;
    visibility: hidden;
  }
  .video-xl {
    display: block;
    visibility: visible;
  }
}
@media (min-width: 1920px) {
  .video-xxl {
    display: block;
    visibility: visible;
  }
  .video-xl {
    display: none;
    visibility: hidden;
  }
}
