body {
    position: relative;
    background-color: black;
    color: white;
    /* overflow: hidden; */
    /* padding-left: 20px;
    padding-right: 20px; */
}

.hero-img {
    position: absolute;
    top: -90px;
    left: 0;
    right: 0;
    min-height: 320px;
    width: auto !important;
    height: auto;
    z-index: -1;
}

/* 1st section */
.section-1 {
    padding-top: 10%;
    
}

.section-1-title {
    font-size: 4.5rem;
    font-weight: 700;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    font-family: 'Inter', sans-serif;
}
.section-1-subtitle {
    width: 80%;
    margin: 0 auto;
    font-family: 'Manrope', sans-serif;
    font-size: 1rem;
    color: #B6B6B6;
}

.section-1-subtitle2 {
    width: 80%;
    margin: 0 auto;
    font-family: 'Manrope', sans-serif;
    font-size: 0.9rem;
    color: #B6B6B6;
}

.section-1-title2 {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 1;
}

.currency-section1 {
    font-size: 1rem;
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
    margin-bottom: 0;
}
.bitcoin {
    width: 11px;
    height: 15px;
}
/* end */

/* section 2 */
.section-2 {
    width: 60%;
}
.section-2-title {
    font-size: 3.5rem;
    font-weight: 700;
    text-align: center;
    width: 70%;
    margin: 0 auto;
    font-family: 'Inter', sans-serif;
}

.section-2-subtitle {
    width: 100%;
    margin: 0 auto;
    font-family: 'Manrope', sans-serif;
    font-size: 1rem;
    color: #B6B6B6;
}

.section-2-title2 {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 1;
    padding-left: 30px;

}

.step1 {
    margin-left: 15px;
    background-color: transparent;
    border: 1px solid white;
    border-radius: 30px;
    padding-left: 10px;
    padding-right: 20%;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #2DD98F;
    width: fit-content;
}

.step1-text {
    font-family: 'Outfit', sans-serif;
    font-weight: 400;
    font-size: 1rem;
}

.step1-img {
  width: 42px;
  height: 42px;
}
/* end */


/* section 3 */
.section-3-header {
    margin: 0 auto;
}
.section3-text {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1;
    text-align: center;
    margin: 0;
    display: inline-block;
}
.global-img {
    width: 62px;
    height: 62px;
}

.section-3-text3 {
    font-family: 'Outfit', sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1;
    color: #B6B6B6;
}


.section-3-item {
    width: 300px;
    min-height: 150px; /* or any height that fits all content */
    
}
/* end */

/* section 4 */
.section-4 {
    width: 80%;
}
.crypto-info-box {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 20px;
    color: white;
}

.crypto-info-box .section-title {
    font-weight: bold;
    margin-bottom: 5px;
}

.social-icons a {
    color: white;
    background-color: #1a1a1a;
    padding: 8px;
    border-radius: 5px;
    margin-left: 5px;
    transition: background-color 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.social-icons a:hover {
    background-color: #2dd98f;
    color: black;
}

.section-4-title {
    font-size: 1.2rem;
    font-weight: 700;
    text-align: left;
    width: 70%;
    font-family: 'Inter', sans-serif;
    letter-spacing: 1px;
}

.section-4-subtitle {
    font-family: 'Manrope', sans-serif;
    font-size: 0.9rem;
    color: #B6B6B6;
    line-height: 1.5;
    letter-spacing: 1px;
    font-weight: 400;
}


.section-4-text {
    width: 70%;
}

.custom-width {
    max-width: 100%;
    margin: 0 auto;
}
/* end */


/* footer */
/* .footer {
    position: relative;
    min-height: 1000px;
    padding: 0;
    margin: 0;
    
} */
.footer {
    position: relative;
    padding-top: 300px;
    padding-bottom: 100px;
    padding-left: 20px;
    padding-right: 20px;
    min-height: 1400px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center !important;
  }

  .coming-soon {
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 3.5rem;
  }

  .coming-soon-text {
    font-family: 'Outfit', sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 1.4rem;
  }

  .copyright {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: black;
    z-index: 3;
  }

  .copyright h3 {
    font-family: 'Outfit', sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 1rem;
    color: #B6B6B6;
    text-align: center;
  }

  .footericon-1 {
    max-width: 250px;
    width: 100%;
    max-height: 250px;
    height: 100%;
    position: absolute;
    top:10%;
    z-index: -2;
    animation: rotateBackAndForth 2s infinite ease-in-out;
  }

  .footericon-star1 {
    max-width: 50px;
    width: 100%;
    max-height: 50px;
    height: 100%;
    position: absolute;
    left: 5%;
    top:33%;
    z-index: 2;
    animation: rotateBackAndForth 2s infinite ease-in-out;
  }

  .footericon-star2 {
    max-width: 30px;
    width: 100%;
    max-height: 30px;
    height: 100%;
    position: absolute;
    left: 2%;
    top: 23%;
    z-index: 2;
    animation: rotateBackAndForth 2s infinite ease-in-out;
  }

  .footericon-star3 {
    max-width: 30px;
    width: 100%;
    max-height: 30px;
    height: 100%;
    position: absolute;
    right: 5%;
    top:33%;
    z-index: 2;
    animation: rotateBackAndForth 2s infinite ease-in-out;
  }

  .footericon-star4 {
    max-width: 50px;
    width: 100%;
    max-height: 50px;
    height: 100%;
    position: absolute;
    right: 2%;
    top: 23%;
    z-index: 2;
    animation: rotateBackAndForth 2s infinite ease-in-out;
  }

  @media (max-width: 900px) {
    .footericon-star1, .footericon-star2, .footericon-star3, .footericon-star4 {
        display: none;
    }
  }

  .footer-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: auto;
    bottom: 0; /* Makes it fill the height of .footer */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: -1;
  }

  /* section */
  .glass-img-wrapper3 {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 0;
    width: 100%;
    /* margin-top: auto; */
    padding: 20px;
    background: #8A83A82E;
    border-radius: 30px;
    backdrop-filter: blur(15px);
    border: 1px solid #AAA5BF;
    box-shadow: 0 8px 32px rgba(31, 38, 135, 0.37);
    /* overflow: hidden;  */
    /* box-sizing: border-box; */
  }

  .footer-icon2 {
    width: 500px;
  }
  
  .glass-form {
    flex: 1.5;
    padding: 40px;
    /* background-image: url("images/comingSoonLanding/ww0-img3.png");
    background-size: cover;
    background-position: center; */
    border-radius: 30px;
    position: relative;
  }

  .form-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    object-fit: cover; /* Makes it behave like a background */
    z-index: -1;
  }
  
  .glass-img-side {
    flex: 1;
    
    position: relative;
    
  }

  /* form */
  .xb-item--field-about {
    position: relative;
    /* margin-bottom: 23px; */

  }

  .xb-item--field-about span {
    position: absolute;
    top: 43%;
    left: 5%;
    transform: translateY(-43%);
    opacity: 0.8;
    
}

.xb-item--field-about input {
    background: #151246;
    border: 2px solid #2c398c !important;
    border-radius: 10px;
    /* padding-left: 10px !important; */
    font-weight: 500 !important;
    line-height: 24px !important;
    font-size: 16px !important;
    padding: 0 29px 0 11% !important;
    height: 56px !important;
    color: white !important;
    width: 100% !important;
}
.xb-item--field-about input::placeholder {
    color: var(--color-default) !important;
    opacity: 0.5 !important;
  }

  .xb-item--field-about-tx {
    position: relative;
    /* margin-bottom: 23px; */

  }
  .xb-item--field-about-tx span {
    position: absolute;
    top: 13%;
    left: 5%;
    transform: translateY(-43%);
    opacity: 0.8;
  }

  .aboutUs-footer-button1 {
    text-align: start;
  }

  .xb-item--field-about-tx textarea {
    background: #151246;
    border: 2px solid #2c398c !important;
    border-radius: 10px;
    /* padding-left: 10px !important; */
    font-weight: 500 !important;
    line-height: 24px !important;
    font-size: 16px !important;
    padding: 18px 29px 0 11% !important;
    height: 200px !important;
    color: var(--colo-white) !important;
    width: 100% !important;
  }
  .xb-item--field-about-tx textarea:focus {
    background: #151246 !important;
    outline: none; 
  }
  .xb-item--field-about-tx textarea::placeholder {
    color: var(--color-default) !important;
    opacity: 0.5 !important;
  }


  .glass-img-side img {
    width: 100%;
    height: 100%;
    border-radius: 30px;
    object-fit: cover;
    display: block;
  }


  /* form button */
  /* landing button */
.them3-btn {
    line-height: 0.1;
    padding: 0 38px;
    font-size: 18px;
    overflow: hidden;
    font-weight: 700;
    -webkit-transition: 300ms;
    transition: 300ms;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: 1px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #080b18;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #2DD98F;
    border: 1px solid transparent;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
  }
  
  .them3-btn.btn-transparent .btn_icon svg path {
    fill: #fff;
  }
  
  .them3-btn.btn-transparent {
    background-color: transparent;
    color: #fff;
    border-color: #7bd6ff;
  }
  
  .them3-btn.btn-transparent:hover {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
    color: #080b18;
  }
  .them3-btn.btn-transparent:hover .btn_icon svg path {
    fill: #080b18;
  }
  .them-btn.btn-transparent .btn_icon svg path {
    fill: #fff;
  }

  .glass-form h3 {
    font-size: 2rem;
    width: 100%;
    text-align: left;
    font-family: 'Manrope', sans-serif;
  }
  
  .them3-btn .btn_icon {
    line-height: 1;
    font-size: 16px;
    margin-left: 20px;
  }
  .them3-btn .btn_icon svg path {
    fill: #080b18;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  
  .them3-btn .btn_label {
    position: relative;
    display: inline-block;
    padding: 27px 0px 25px;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.15, 0.85, 0.31, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.15, 0.85, 0.31, 1);
    transition: transform 0.4s cubic-bezier(0.15, 0.85, 0.31, 1);
    transition: transform 0.4s cubic-bezier(0.15, 0.85, 0.31, 1),
        -webkit-transform 0.4s cubic-bezier(0.15, 0.85, 0.31, 1);
  }
  .them3-btn {
    text-decoration: none !important;
  }
  
  .them3-btn .btn_label:before {
    top: 120%;
    left: 50%;
    width: 100%;
    display: block;
    position: absolute;
    content: attr(data-text);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  
  .them3-btn:hover {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    color: #080b18;
  }
  
  .them3-btn:hover .btn_label {
    -webkit-transform: translateY(-71%);
    transform: translateY(-71%);
  }
    
/* end */







/* media queries */
/* Mobile (up to 575px) */
@media (max-width: 575.98px) {
    .section-1 {
        padding-top: 200px;
        font-family: 'Inter', sans-serif;
    }

    .footericon-1 {
        top: 13%;
    }

      .footer {
        min-height: 2200px !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        padding-bottom: 0 !important;
      }

      .custom-form {
        margin-top: auto;
        margin-bottom: auto;
    }

    .section-1-title {
        font-size: 2.5rem;
        width: 100%;
    }

    .currency-section1 {
        font-size: 12px;
    }

    .section-1-subtitle {
        width: 100%;
    }
    .section-4 {
        width: 100%;
    }

    .step1 {
        margin-left: 0;
    }

    .section-2-title2 {
        text-align: center;
        padding-left: 0;
    }

    .coming-soon {
        font-size: 2rem;
        width: 100%;
    }
    .coming-soon-text {
        font-size: 1rem;
        width: 100%;
    }
    .section-2-title {
        font-size: 2.5rem;
        width: 100%;
    }
    .section-2 {
        width: 100%;
    }
  }
  
  /* Tablet / iPad (Portrait: 576px to 767px) */
  @media (min-width: 576px) and (max-width: 767.98px) {
    /* Your tablet styles here */
    .glass-img-wrapper3.container {
        padding-left: 0 !important;
        padding-right: 0 !important;
        width: 100% !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
      }
      .section-1-title {
        font-size: 2.5rem;
        width: 100%;
    }

    .footer {
        min-height: 2500px !important;
        padding-bottom: 0 !important;
    }
    .custom-form {
        margin-top: auto;
        margin-bottom: auto;
    }
    .footericon-1 {
        top: 15%;
    }
    
  }


  .section-1 {
    padding-top: 200px;
    font-family: 'Inter', sans-serif;
}

  /* .section-1-title {
    font-size: 3.5rem;
    width: 100%;
} */
  
  /* iPad (Landscape: 768px to 991px) */
  @media (min-width: 768px) and (max-width: 991.98px) {
    .glass-img-wrapper3 {
        flex-direction: column;
      }
      .footer {
        min-height: 3000px !important;
        margin-top: -300px;
    }
    .footericon-1 {
        top: 15%;
    }
  }
  
  /* Desktop (992px to 1199px) */
  @media (min-width: 992px) and (max-width: 1199.98px) {
    /* Your medium desktop styles */
  }
  
  /* Large Desktop (1200px and up) */
  @media (min-width: 1600px) {
    .footer {
        min-height: 1800px;
    }
  }




  /* custom media */
  @media (max-width: 991px) {

    .section-4 {
        width: 100%;
    }

    .section-2 {
        width: 100%;
    }
  
    .glass-img-wrapper3 {
        margin-top: auto;
        height: auto;
        padding: 0;
    }
    .glass-form {
        order: 2;
        padding: 30px 20px; /* reduce padding for smaller screens */
        height: auto;
        flex-shrink: 1;
      }

    .form-bg {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
    .glass-img-side {
        order: 1;
        height: 500px; 
        object-fit: contain;
        border-radius: 0;
        
        height: 200px;
    }

    .glass-img-side img {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
  }
  @media (max-width: 768px) {
 
    .glass-img-wrapper3 {
      flex-direction: column;
      height: auto;
    }
  
    .glass-img-side {
      order: 1;
      height: 500px; 
      object-fit: contain;
    }
  
    .glass-form {
      order: 2;
      padding: 30px 20px; /* reduce padding for smaller screens */
      height: auto;
      flex-shrink: 1;
    }
    .footer-icon1 {
      position: absolute;
      top: 15%;
      max-width: 200px;
      height: auto;
      z-index: 1;
    }
  
    .glass-img-side {
      height: 200px;
    }
  }


  @media (max-width: 768px) {

 
    .glass-form {
      border-radius: 0 !important;
      padding: 20px !important;
    }

    .glass-img-wrapper3 {
        margin-top: auto;
      }
  
    /* .glass-img-side{
      border-radius: 0 !important;
    } */
    .glass-img-wrapper3.container {
      padding-left: 0 !important;
      padding-right: 0 !important;
      width: 100% !important;
      padding-top: 0 !important;
      padding-bottom: 0 !important;
    }
}

@media (max-width: 1190px) {
  /* .hero-section-about-us2 {
    padding-top: 450px;
  } */

  /* .footer-icon1 {
    top: 15%;
  } */
 
}

@media (min-width: 1191px) {
  .footer-icon1 {
    position: absolute;
    top: 15% !important;
    max-width: 200px;
    height: auto;
    z-index: 1;
    animation: rotateBackForth 3s ease-in-out infinite;
    
    /* display: none; */
  }

  .hero-section-about-us2 {
    padding-top: 500px;
  }
 
}

@media (max-width: 1550px) {
  .icons5 {
    display: none;
  }
 
}

@media (max-width: 430px) {

  .aboutUs-footer-button1 {
    text-align: center;
  }

  .xb-item--field-about input {
    /* background: none !important; */
    border-bottom: 2px solid #2c398c !important;
    /* padding-left: 10px !important; */
    font-weight: 500 !important;
    line-height: 24px !important;
    font-size: 16px !important;
    padding: 0 29px 0 15% !important;
    height: 56px !important;
    color: var(--colo-white) !important;
    width: 100% !important;
}

.xb-item--field-about-tx textarea {
  background: #151246;
  border-bottom: 2px solid #2c398c !important;
  /* padding-left: 10px !important; */
  font-weight: 500 !important;
  line-height: 24px !important;
  font-size: 16px !important;
  padding: 18px 29px 0 15% !important;
  height: 200px !important;
  color: var(--colo-white) !important;
  width: 100% !important;
}

}


/* animations */
@keyframes rotateBackAndForth {
    0% {
      transform: rotate(0deg);
    }
    25% {
      transform: rotate(10deg);
    }
    50% {
      transform: rotate(0deg);
    }
    75% {
      transform: rotate(-10deg);
    }
    100% {
      transform: rotate(0deg);
    }
  }

  .rotate-swing {
    animation: rotateBackAndForth 2s infinite ease-in-out;
  }

  @keyframes bounceUp {
    0% {
      transform: translateY(0);
    }
    30% {
      transform: translateY(-15px);
    }
    50% {
      transform: translateY(-10px);
    }
    70% {
      transform: translateY(-15px);
    }
    100% {
      transform: translateY(0);
    }
  }
  
  .bounce-up {
    animation: bounceUp 1.5s infinite ease-in-out;
  }

  @keyframes scaleUpReset {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.2);
    }
    100% {
      transform: scale(1);
    }
  }
  
  .scale-up-reset {
    
    animation: scaleUpReset 1.2s ease-in-out infinite;
  }