


.desktop-hide{
  display: none;
}


.scrolling-box {
  width: 100%; /* Adjust width as needed */
  height: 40px; /* Adjust height as needed */
  overflow: hidden;
  border: 1px solid #ccc; /* Just for visualization */
  position: relative;
  padding-top: 5px;

  /* From https://css.glass */
background: rgba(99, 89, 89, 0.2);
border-radius: 0px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
border: 1px solid rgba(255, 255, 255, 0.3);
}

.scrolling-text {
  white-space: nowrap;
  position: absolute;
  padding-left: 200px;
 /* animation: scroll-right 50s linear infinite; */
  color: #e2e2e2;
  font-size: 1.1rem;
}

@keyframes scroll-right {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}




.h2-hover-faq:hover {

  color: aliceblue;background-color: #FACF49;
  
}
.remove-underline:hover {
  text-decoration: none;
}

.platform-button {
  background-color: #face49;
  border: 2px solid #face49;
  padding: 1rem;
}

.glass-announcement {
  background: rgba( 255, 255, 255, 0.25 );
  box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
  backdrop-filter: blur( 4px );
  -webkit-backdrop-filter: blur( 4px );
  border-radius: 10px;
  border: 1px solid rgba( 255, 255, 255, 0.18 );
 
  
}

.color-animation {
  animation: Color 2s linear infinite;
}


@keyframes Color{
  0%{
    color:#fa0000;
  }
  
  20%{
    color:#00f18d;
  }
  
  40%{
    color:#eba801;
  }
  
  60%{
    color:#ff2a00;
  }
  
  80%{
    color:#ED5565;
  }
  
  100%{
    color:#d3921a;
  }
}

.platform-button:hover {
  background-color: #0f0f0d00;
  border: 2px solid #face49;
  color: #face49;
  padding: 1rem;
}

#myBtn:hover {
  background-color: rgba(255, 222, 173, 0);
  border: 3px solid #FACF49;
  color: #FACF49;
}


.scroll-top{
  font-size:1.3rem
}
.scroll-top-size {
  font-size:2.5rem;

}

/* Start Right Side Floating Bar */



.fixed-container-right {
  width: 60px;
  height: 300px;
  position: fixed;
  top: 250px;
  right: 5px;
  background-color: rgba(0,0,0,0.0);
 /* background-color: #f0f0f0; /* Set your desired background color */
  /*border: 1px solid #ccc; /* Add a border for visibility */
}


.faq-icon {
  font-size:40px; color:#FACF49;
  margin-top: 60px;

}

.faq-p {
  font-size:40px; color:#FACF49; transform: rotate(-90deg); font-family:'BungeeSpice-Regular';font-weight:800;margin-top:45px
}


/* End Right Side Floating Bar */

.switch-to-cent-fx {
  width:800px;
 }
 
 
 /* Custom CSS for the fixed-size container */
 .fixed-container {
  width: 60px;
  height: 300px;
  position: fixed;
  top: 250px;
  left: 0;
  background-color: rgba(0,0,0,0.0);
  padding-right:70px;
 /* background-color: #f0f0f0; /* Set your desired background color */
  /*border: 1px solid #ccc; /* Add a border for visibility */
}

/* From https://css.glass */
.glass{
    background: rgba(255, 255, 255, 0.2);
border-radius: 16px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
border: 1px solid rgba(255, 255, 255, 0.3);

}


/* Start Header Section */

.header-top-row{
  background-color: #020100;
  color: white;
  position: sticky;
  top: 0; /* Add a specific value for the 'top' property */
  z-index: 1000; /* Ensure it appears above other elements */


}

.top-h1 {
  font-size: 1rem;
  margin-top: 1rem;
}

.header-btn {
  
  background: #FACF49;
  color: white;
  border: 1px solid #FACF49;
  width: 100px;
  height: 35px;
  margin: 5px;
  text-align: center;
  font-size: 1.2rem;
}

.header-btn:hover {
  
  background: rgba(255, 255, 255, 0);
  color: #FACF49;
  border: 1px solid #FACF49;
  width: 100px;
  height: 35px;
  margin: 5px;
  text-align: center;
  font-size: 1.2rem;
}

.menu-col {
  display: flex;
  justify-content: space-between;
  /* From https://css.glass */
  background: rgb(15, 20, 20);
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);

}

.nav-menu {
  color: white;
  font-size: 1.3rem;
  cursor: pointer;

}

.nav-dropdown {
  display: flex;
  color: #FACF49;
  
  
}

.menu-col a {
  text-decoration: none;

  padding-left: 1rem;
  padding-right: 1rem;

  
  

}


.menu-col a:hover {
  text-decoration: none;
  color: #face49;
  background-color: #00050c;
  padding-left: 1rem;
  padding-right: 1rem;

  
  

}



.dropdwon-container-about {
  display: none;
  position: fixed;
  top: 1;
  z-index: 1000;
 background-color: rgba(255, 255, 255, 0); 
 
}

.nav-dropdown b{
  font-size: 0.9rem;
}

.nav-dropdown p{
  color: white;
  font-size: 0.7rem;
}


.dropdwon-container-body {
  background: rgb(15, 20, 20);
  
}

a.nav-dropdown:hover {
  text-decoration: none;
}


/* End Header Section */


/* Start Faq Page */

.faq-category h2 {
  font-size: 20px;
  color: #0DC5DE;
  padding: 15px;
  font-weight: bold;

}

.faq-category li {
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #041734;
  

}


.faq-item h3 {
  background-color: #041734;
  padding: 10px;
  margin-top: 21px;
 

}

.faq-item button {
  color: #0DC5DE;
  font-size: 20px;
  
}

.faq-answer{
  padding-top: 17px;
  padding-bottom: 15px;
  font-size: 20px;
  padding-left: 25px;
  padding-right: 25px;
  text-align: justify;
  border-bottom: 2px solid #041734;
  border-left: 2px solid #041734;
  border-right: 2px solid #041734;
}

.fixed-column {
  position: sticky;
top: 20rem;
height: 50vh; /* Adjust the height as needed */
overflow-y: auto;
}

/* Plus sign */
.accordion-button::before {
  content: '+';
  display: inline-block;
  margin-right: 10px; /* Adjust as needed for spacing */
  font-size: 30px;
}

/* Minus sign */
.accordion-button.collapsed::before {
  content: '-';
  display: inline-block;
  
  margin-right: 10px; /* Adjust as needed for spacing */
}

.accordion-button::after {
  display: none;
}

.faq-box {
  width: 500px;
  height: 100px;
  margin: 10px;
  background-color: #041734;
  color: #0DC5DE;
  
 
}
.faq-box:hover {
  width: 500px;
  margin: 10px;
  color: aliceblue;
  border: 2px solid yellow;
  
 
}

.faq-heading-btn{
  font-size: 25px;
  
}
.faq-description-btn{
  font-weight: lighter;
  
}

/* End Faq Page */

/* Start Account Types Table */

.custom-size-type-features {
  padding-right: 0px;
  margin-right:  -20px;
}

.account-type {
  background-image: url(../img/background/complete-package-bg.png);
  padding-top: 100px;
  padding-bottom: 100px;
  background-size: cover;
  cursor: pointer;


}
.announcement-bg {
  background-image: url(../img/background/36.png);
  padding-top: 100px;
  padding-bottom: 100px;
  background-size: cover;
  cursor: pointer;


}

.announcement-hover:hover {
  border: 2px solid #face49;
}

.type-hover:hover {

 
  font-size: 23px;
}

.h2-header-account-type {
  color: white;
  padding-bottom: 80px;
  margin-left: 300px;
  
}

.space {
  margin: 10px;
  padding: 1px;
}

.account-type-name {
  
  
  position: sticky;
  
  top: 120px;
  z-index: 100; /* Optional: Set a higher z-index to ensure it appears above other elements */
  background-color: #FACF49;
  color: rgb(83, 77, 77);
  
}



.custom-checkbox {
  font-size: 20px;
  padding-left: 10px;
  padding-right: 10px;
  
}

.type-list {
  font-size: 20px;
}



th {
  font-size: 55px;
  padding-top: 20px;
  
}

tr {
  border-bottom: 1px solid rgba(128, 128, 128, 0.226);
}

td {
  height: 70px;
}

.table {
  color: #FACF49; 
}

.type {
  background-color: #1E1E1E;
 
  font-size: 18px;
  
 

  /* From https://css.glass */

  /* From https://css.glass */
background: rgba(255, 255, 255, 0.2);


box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);

  
  
}


.type:hover {
  border: 3px solid #FACF49;
  cursor: pointer; /* Change the cursor to a pointer on hover for better user feedback */
}


.account-button {
  width: 150px;
  height: 50px;
  background-color: #04173400;
  border: 4px solid #FACF49;
  color: #FACF49;
  font-size: 18px;
  margin: 0px;
  padding: 0px;
  padding-top: 9px;
  
  
  
  
}

.account-button:hover {
  width: 150px;
  height: 50px;
  background-color: #FACF49;
  border: 4px solid #FACF49;
  color: #1E1E1E;
  font-size: 18px;
  margin: 0px;
  padding: 0px;
  padding-top: 9px;
  
  
  
}

.base-currecy-cell {

  display: block;
  padding: 0px;
  height: 105px;

 
}
.instrument-size {
  height: 79px;
}

.swap-free-box {

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  background: #e2e2e2;
  padding: 1.5625rem 5.8125rem 1.5625rem 3.3125rem;
  border-radius: 1.25rem;
  font-size: 1.3rem;
  margin-top: 5rem;
  margin-bottom: 5rem;

  color: #FACF49;

  

  background: rgb(0, 0, 0);


box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);


/* From https://css.glass */
background: rgba(255, 255, 255, 0.2);
border-radius: 16px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
border: 1px solid rgba(255, 255, 255, 0.3);

}

.swap-heading {
  
  padding-right: 2rem;
}


/* End Account Types Table */







@media (max-width: 575.98px) {
  .m-display-top {
    display: none;
  }
    /* Small devices (portrait phones) */
    .m-image {
      max-height: 220px; /* Adjust the size as needed */
      }

    .m-icon {
        
       text-align: center;
      }

    .m-hide {
        display: none;
      }

    .m-width {
      max-width: 450px; /* Adjust the size as needed */
      }

    br {
      display: none;
      }

    .m-faq {
       /* Custom CSS for the fixed-size container */
     
      max-width: 40px;
      max-height: 200px;
      position: fixed;
      top: 250px;
      right: 0px;
      background-color: rgba(0,0,0,0.0);
     /* background-color: #f0f0f0; /* Set your desired background color */
      /*border: 1px solid #ccc; /* Add a border for visibility */
      
    


      
    }

    .m-faq-icon{
      font-size: 30px;
      margin-top: 30px;
      
      

    }

    .m-faq-p {
      font-size: 30px;
      margin-bottom: 700px;

    }
    .switch-to-centfx{
      display: none;
    }

    .m-switch-to-centfx{
      margin-top: 15px;
      margin-bottom: 15px;
      margin-left: 10px;
      margin-right: 10px;
      
      
    }
    .m-home-cent{
      font-weight: lighter;
      font-size: 14px;
      margin-top: 10px;
    }
    .desktop-hide{
      display: block;

    }

  
    .td {
      width: 150px;
    }

    .sizes-cell {
      width: 50%;
    }

    .m-account-type {
      background-image: url(../img/background/complete-package-bg.png);
      background-size: cover;
    }

    .swap-free-box {

      display: flex;
      flex-direction: column;
      


      align-items: center;
      justify-content: space-between;
      background: #e2e2e2;
      padding: 1.5625rem 5.8125rem 1.5625rem 3.3125rem;
      border-radius: 1.25rem;
      font-size: 1.3rem;
      margin-top: 5rem;
      margin-bottom: 5rem;
    
      color: #FACF49;
    
      
    
      background: rgb(0, 0, 0);
    
    
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);


    /* From https://css.glass */
background: rgba(255, 255, 255, 0.2);
border-radius: 16px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
border: 1px solid rgba(255, 255, 255, 0.3);
    }

    .swap-heading {
  
      padding-right: 0.1rem;
      font-size: 2.5rem;
      padding-bottom: 1.5rem;
      
    }

    .scroll-top{
      font-size:0.1rem
    }
    .scroll-top-size {
      font-size:1.5rem;
    
    }
    .header-top-row {
      display: none;
    }

    .fixed-column {
      position: relative; /* or position: relative; or remove the position property */
      top: auto;
      height: auto;
      overflow-y: visible;
    }
  

   
  }

 
  /* This class will go to their place for test purpose put it here */
 
 