/* @import url(https://unpkg.com/@webpixels/css@1.0/dist/index.css);  */
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Manrope:wght@200..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
  --primary-color: #87ceeb;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html,
body {
  overflow-x: hidden !important;
}
body {
  background-color: black !important;
  color: white !important;
  font-family: "Inter", sans-serif;
}
.font-poppins {
   font-family: "Poppins", sans-serif;
}
.font-manrope {
    font-family: "Manrope", sans-serif;
}
.nav-b-border1 {
  position: fixed;
  background-color: #000 !important;
  border-bottom: 1px solid #292929;
  width: 100%;
}

.loader-navbar {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 24px;
  background: linear-gradient(to right, #292929, var(--primary-color));
  /* animation: loadingBar 2s linear infinite */
}

.sign_up_btn {
  color: #131f00 !important;
  padding: 5px 25px !important;
}

.badge_new::after {
  content: "New";
  position: absolute;
  margin-left: 30% !important;
  margin-top: -52px !important;
  padding: 2px 12px !important;
  border-radius: 0px !important;
  background-color: var(--primary-color);
  border-top-left-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
  font-size: 10px !important;
  font-weight: 500 !important;
  font-family: "Inter", sans-serif;
  color: #000;
  text-transform: uppercase;
}
nav {
  background-color: black;
}
nav .dropdown-menu {
  background-color: black;
  border-color: whitesmoke;
}
nav li {
  margin-left: 15px;
}
nav a {
  color: white !important;
}

.btn-bg {
  background-color: var(--primary-color) !important;
}

.header-bg-container {
  background-image: url("../images/header/header-bg-frame.png");
  background-size: 100% 100%;
  background-position: center;
  height: 100%;
}
.header-bg-container h1 {
  font-size: 4em;
  margin-top: 5%;
  margin-bottom: 2%;
}
.header-bg-container .leftChart-img-div {
  bottom: 5%;
}
.header-bg-container .rightChart-img-div {
  bottom: 5%;
  right: 0;
}
/* .leftChart-img-div img {width:1000px  !important; height: 10%;}
.rightChart-img-div img {width:1000px  !important; height: 10%;} */

.market-list-container {
  flex-direction: column;
  flex-wrap: wrap;
}
.market-list-container.nav-pills .market_list_li.nav-link.active,
.market-list-container.nav-pills .market_list_li.nav-link:hover {
  background-color: var(--primary-color);
  color: #000;
  font-weight: 700;
}

.market-list-container.nav-pills .market_list_li.nav-link {
  background-color: #0f0f0f;
  border-radius: 6px;
  padding: 12px 10px 12px 18px !important;
  border: 1px solid #292929;
  font-size: 1.25em;
  color: #fff;
}
.comex_oil_div {
  height: 375px;
}
.border-1 {
  border-width: 1px !important;
}
.market-list-container > span {
  width: max-content;
}

.market-list-container > div,
.market-list-container > span {
  background-color: #0f0f0f;
  border-radius: 10px;
  border: 1px solid #292929;
  font-size: 1.25em;
}

.market-list-container > div {
  background-color: #0f0f0f;
  border-radius: 10px;
}
.header-bg-container .circle1-img {
  left: 15%;
}
.header-bg-container .circle2-img {
  right: 15%;
}
.header-bg-container .circle3-img {
  left: 30%;
  top: 45%;
}
.header-bg-container .circle4-img {
  right: 30%;
  top: 45%;
}

.market-list-container > div:hover {
  background-color: var(--primary-color) !important;
  cursor: pointer;
  color: black;
  font-weight: 700;
}

.choose-container {
  gap: 15px;
}
.choose-container .choose-card.active {
  background: linear-gradient(
    222.13deg,
    var(--primary-color) 10.1%,
    var(--primary-color) 89.63%
  );
  cursor: pointer;
  color: #000;
  box-shadow: 3px 4px 5px 0 var(--primary-color) inset;
}
.choose-container .choose-card {
  background-color: #141414;
  border-radius: 10px;
  padding: 20px 20px;
  text-align: center;
  color: var(--primary-color);
  font-weight: 700;
  display: flex;
  flex-direction: column;
}
.choose-card img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    background: black;
    border-radius: 100%;
}
.choose-container .choose-card > img {
  border-radius: 50%;
}

.choose-container .choose-card:hover {
  background-color: var(--primary-color);
  cursor: pointer;
  color: black;
}
.market-graph-container {
  position: relative;
}
.market-graph-container > .left-img {
  position: absolute;
  top: 35vh;
  left: 0;

  z-index: -1;
}
.market-graph-container .right-img {
  position: absolute;
  top: 35vh;
  right: 0;
  z-index: -1;
}

.market-container {
  /* margin-top: 5%; */
  margin-top: 8em;
}
.tradebazar-container {
  /* margin-top: 5%; */
  margin-top: 10em;
}
.mobile-container div > p {
  color: #ffffff77;
}
/* .mobile-container div > h5  {font-size: 30px; font-weight: 600;}
.mobile-container div > h6  {font-size: 15px; font-weight: 500; padding :6px }  */
.mobile-container div button {
  background: linear-gradient(to bottom, #1c1c1c1a, #736f6f21);
  border: 1px solid #ffffff1a;
  color: white;
  padding: 1em 5em;
  border-radius: 10px;
}

.mobile-container {
  z-index: 99;
  margin-top: 10%;
  /* background-image: url('../images/header/mobile.png');
background-size: cover;
background-repeat: no-repeat;
background-position: center;  */
}

.chat-circle {
  position: fixed;
  z-index: 9999;
  background-color: var(--primary-color);
  top: 65%;
  right: 1%;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.download-container {
  z-index: 9999;
  background-color: #fff;
  position: fixed;
  text-align: center;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 0 5px;
  top: 20%;
  right: 0;
}
.download-container div {
  border-bottom: 1px solid black;
  width: 100%;
  padding-bottom: 5px;
}
.download-container div > i {
  color: #131f00;
}
.download-container div > p {
  color: #131f00;
  margin: 0px;
}
.support-container {
  margin-top: 3% !important;
  padding: 25px;
  border-radius: 10px;
  background-color: #141414;
}
.support-container div:first-child {
  padding-left: 20px;
}

.support-container div:first-child h1 {
  color: var(--primary-color);
  font-size: 2.2em;
}

.support-container div:last-child {
  background-color: black;
  border-radius: 10px;
  padding: 10px;
  margin: 10px 0;
}
.buttons-container button {
  background-color: var(--primary-color);
  border-radius: 50px;
  color: #000;
  padding: 12px 0px;
  width: 13em;
}
.buttons-container button:first-child {
  border-color: var(--primary-color);
  background-color: black;
  color: var(--primary-color);
}

.buttons-container button:first-child:hover {
  background-color: var(--primary-color) !important;
  background-color: black;
  color: black;
}

.tradingPlatform-container {
  margin-top: 3% !important;
  padding: 70px 40px;
  border-radius: 10px;
  border: 1px solid var(--primary-color);
  background-color: #141414;
  box-shadow: 0 0 15px var(--primary-color);
}

.tradingPlatform-container div > h1 {
  color: var(--primary-color);
  font-size: 3em;
}
.tradingPlatform-container div > h1 span {
  background: var(--primary-color);
  color: black;
  border-radius: 10px;
  padding: 3px 10px;
}
.tradingPlatform-top-buttons button:hover,
.tradingPlatform-bottom-buttons button:hover {
  background: var(--primary-color);
}
.tradingPlatform-top-buttons button,
.tradingPlatform-bottom-buttons button {
  background-color: #fff;
  color: black;
  width: 175px;
  justify-content: center;
  height: 50px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Inter", sans-serif;
}
.tradingPlatform-top-buttons div,
.tradingPlatform-bottom-buttons div {
  padding: 4px;
  border: 3px solid var(--primary-color);
}

.tradingPlatform-top-buttons div:first-child {
  border-top-left-radius: 20px !important;
}
.tradingPlatform-top-buttons div:last-child {
  border-top-right-radius: 20px !important;
}
.first-button {
  border-top-left-radius: 15px !important;
}
.second-button {
  border-top-right-radius: 15px !important;
}

.tradingPlatform-bottom-buttons div:first-child {
  border-bottom-left-radius: 20px !important;
}
.tradingPlatform-bottom-buttons div:last-child {
  border-bottom-right-radius: 20px !important;
}
.third-button {
  border-bottom-left-radius: 15px !important;
}
.fourth-button {
  border-bottom-right-radius: 15px !important;
}

.usingTradeBazar-container {
  gap: 20px;
}
.usingTradeBazar-container > div {
  background-color: #0b0b0b;
  border: 1px solid var(--primary-color);
}

.title-bg {
  background-image: url("../images/titleBg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.paymentMethod-container {
  background-color: var(--primary-color);
  padding: 15px;
  border-radius: 13px;
}
.openAccountRegsBtn {
  border: 2px solid var(--primary-color);
  padding: 4px;
  border-radius: 15px;
  display: inline-block;
}
.openAccountRegsBtn button {
  padding: 13px 60px;
  border-radius: 10px;
}
.accordion-button::after {
  content: "\f068";
  background-image: inherit;
  font-family: "Font Awesome 5 Free";
  transform: inherit;
  color: #ffffff !important;
  background: none;
  background-image: none !important;
  border-color: rgba(255, 255, 255, 0.15);
}
.downIcon {
  color: white !important;
}

.more-questions-container {
  margin-top: 3% !important;
  /* display: flex; */
  justify-content: center;
  align-items: center !important;
  gap: 20px;
}
.more-questions-container p {
  color: var(--primary-color);
  font-size: 2.5em;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
}

.more-questions-container a {
  background-color: var(--primary-color);
  color: black;
  text-decoration: underline;
  padding: 10px 20px 10px 10px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 20px !important;
}

.more-questions-container a {
  color: black !important;
}

.more-questions-container a > img {
  padding: 8px;
  text-decoration: none !important;
  color: var(--primary-color) !important;
  border-radius: 100px;
  background-color: #131f00;
  margin-right: 10px;
}

.contact-container {
  background-color: var(--primary-color);
  border-radius: 14px;
  margin-top: 8% !important;
  position: relative;
  padding: 0px 25px;
}

.contact-container .first-div {
  padding: 30px 20px 10px;
}
.contact-container .first-div h1 {
  color: black;
  font-size: 1.5em;
  font-weight: 600;
}

.threeSteps-container > div {
  border: 1px solid black;
  padding: 0px 10px;
  margin-top: 10px;
}

.threeSteps-container > div:hover {
  background-color: black;
}

.threeSteps-container > div:hover h6 {
  background-color: var(--primary-color);
  color: black;
}
.threeSteps-container > div:hover p {
  color: var(--primary-color);
}

.threeSteps-container h6 {
  margin-top: 7px;
  padding: 15px 20px;
  background-color: #131f00;
  color: var(--primary-color);
  /* font-size: 2.5em; */
  font-weight: 600;
}

.p-titles p:first-child {
  font-size: 0.9em;
  font-weight: 600;
  color: black;
}

.p-titles p:last-child {
  font-size: 0.8em;
  font-weight: 400;
  color: black;
}

.threeSteps-container a {
  display: block;
  margin-top: 25px !important;
  background-color: black;
  width: 100%;
  text-decoration: none;
  text-align: center;
  padding: 10px 0;
  color: var(--primary-color) !important;
  border-radius: 50px;
}

.accordion-header:hover {
  background-color: #222222 !important;
}
/* .accordion-button:not(.collapsed) {
    background-color: #222222 !important; 
  } */
.accordion-item:active {
  background-color: #222222 !important;
}
.accordion-body {
  background-color: #222222 !important;
}

/* ///////////////////////////////////////////////////////////////// */
/* header css */
.bg-image {
  /* background-image: url("../images/header/frame.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: bottom;
  height: 40rem; */
  height: 58rem;
}
.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 2;
  pointer-events: none;
}
.bg-image > *:not(.bg-video) {
  position: relative;
  z-index: 3;
}

/* .frame-img{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
 } */
.slider_header {
  /* width: 40%;
  font-size: clamp(32px, 5vw, 66px);
  padding: 4rem 0 0; */
  width: 40%;
  font-size: clamp(32px, 5vw, 66px);
  padding: 11.3125rem 0 0.5rem;
  font-weight: 900;
}

.circle1 img,
.circle2 img,
.circle3 img,
.circle4 img {
  width: 100%;
  max-width: 100%;
}

.circle1,
.circle2,
.circle3,
.circle4 {
  position: absolute !important;
  width: 114px;
  max-width: 7.125rem;
  z-index: 3;
}

.circle1 {
  top: 13%;
  left: 6%;
}

.circle2 {
  top: 40%;
  left: 18%;
}

.circle3 {
  top: 40%;
  right: 18%;
}

.circle4 {
  top: 15%;
  right: 6%;
}

.mobile {
  position: relative;
  z-index: 100;
  width: 100%;
  height: auto;
  bottom: 30%;
}

.mobile img {
  width: 22%;
  max-width: 100%;
  position: absolute !important;
  top: 0%;
  left: 50%;
  transform: translate(-50%, 0%);
  height: auto;
  z-index: 10;
}

.mobile_text {
  position: absolute !important;
  z-index: 20;
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 10%);
  width: 90%;
  text-align: center;
  font-size: clamp(14px, 3vw, 28px);
  line-height: 1.4;
  word-wrap: break-word;
}

.sign_btn {
  width: 12rem;
  padding: 16.66px 48px 18.34px 48px;
  border-radius: 6px;
  border: none;
  background-color: var(--primary-color);
  color: #000;
  margin: 1rem 0;
  animation: pulseGlow 2s infinite;
  transition: all 0.3s ease;
}

@keyframes pulseGlow {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 var(--primary-color);
  }

  50% {
    transform: scale(1.05);
    box-shadow: 0 0 20px var(--primary-color);
  }

  100% {
    transform: scale(1);
    box-shadow: 0 0 0 var(--primary-color);
  }
}

.graph {
  padding-top: 2rem;
}

.graph img {
  width: 50%;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.mp {
  font-size: 12px;
  margin-bottom: 5px;
}

.mh {
  font-size: 30px;
  margin-bottom: 15px;
}

.custom-marquee-wrapper {
  overflow: hidden;
  white-space: nowrap;
  padding: 10px 0;
  position: relative;
  width: 21%;
  margin: 0 auto;
}

.custom-marquee-track {
  display: inline-block;
  animation: customMarquee 15s linear infinite;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.custom-diamond {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: var(--primary-color);
  transform: rotate(45deg);
  margin: 0 15px;
}

@keyframes customMarquee {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-100%);
  }
}

.custom-signup-wrapper {
  padding: 10px 0;
  text-align: center;
  position: relative;
  z-index: 3;
}

.custom-signup-button1 {
  box-shadow: 0 10px 10px -4.75px #ffffff0d inset;
  box-shadow: 0 2.29px 2.29px -3.17px #ffffffbe inset;
  box-shadow: 0 0.6px 0.6px -1.58px #ffffffe4 inset;
  backdrop-filter: blur(5px);
  background: linear-gradient(
    181deg,
    rgb(28 28 28 / 0.6) 0%,
    rgb(18 18 18 / 0.7) 100%
  );
  padding: 10px 30px;
  border-radius: 10px;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #ffffff1a;
  cursor: pointer;
  width: 22%;
  margin: 0 auto;
}
.bg-image .mobile_text::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../images/header_mobile_blur.png);
  left: 0;
  top: -5%;
  background-position: top;
  background-repeat: no-repeat, no-repeat;
}

.bg-image .new_border_desktop::before {
  content: "";
  position: absolute;
  width: 15%;
  height: 1px;
  left: 50%;
  transform: translateX(-50%);
  top: -5.25%;
  background: linear-gradient(90deg, #fff0 0%, #ffffff 50%, #fff0 100%);
}

@media (min-width: 1500px) {
  .mobile {
    bottom: 42.5%;
    position: absolute !important;
  }
}

@media (max-width: 1500px) {
  .mobile {
    bottom: 42.5%;
    position: absolute !important;
  }

  .mobile img {
    width: 24%;
  }
}

@media (max-width: 1400px) {
  .mobile {
    bottom: 43%;
    position: absolute !important;
  }

  .mobile img {
    width: 27%;
  }

  .circle1,
  .circle4 {
    top: 15%;
  }

  .circle2 {
    top: 37%;
  }

  .circle3 {
    top: 37%;
  }
}

@media (max-width: 1260px) {
  .mobile {
    position: absolute !important;
    bottom: 42.5%;
  }

  .mobile img {
    width: 28%;
  }
}

@media (max-width: 1200px) {
  .mobile {
    position: absolute !important;
    bottom: 42%;
  }

  .circle1,
  .circle4 {
    top: 15%;
  }

  .circle2 {
    top: 40%;
    left: 15%;
  }

  .circle3 {
    top: 40%;
    right: 15%;
  }

  .mh {
    font-size: 1em;
  }

  .mp {
    margin-bottom: 6px;
  }

  .custom-marquee-wrapper {
    width: 30%;
  }

  .custom-signup-wrapper {
    padding: 10px 0px !important;
  }

  .bg-image {
    height: 57rem !important;
  }

  .mobile img {
    width: 32%;
  }

  .graph {
    padding-top: 9rem;
  }

  .mobile_text {
    transform: translate(-50%, 13%);
  }

  .demo_card::before {
    left: 72%;
  }

  .bg-image .new_border_desktop::before {
    width: 23% !important;
  }
}

@media (max-width: 1024px) {
  .bg-image .mobile_text::after {
    top: -2%;
  }

  .bg-image .new_border_desktop::before {
    width: 25% !important;
    top: -2.25%;
  }

  .header_new_img {
    height: 150px !important;
  }

  .mobile img {
    width: 35%;
  }

  .mobile {
    position: absolute !important;
    bottom: 40.5%;
  }

  .mobile_text {
    transform: translate(-50%, 8%);
  }

  .graph {
    padding-top: 9rem;
  }

  .circle1,
  .circle4 {
    top: 15%;
  }

  .circle2 {
    top: 40%;
    left: 15%;
  }

  .circle3 {
    top: 40%;
    right: 15%;
  }

  .demo_card::before {
    left: 50%;
  }
}

@media (max-width: 900px) {
  .bg-image {
    height: 48.5rem !important;
  }

  .slider_header {
    padding-top: 9.3125rem;
    padding-bottom: 1rem;
  }

  .graph {
    padding-top: 7rem;
  }

  .mh {
    font-size: 1.1em;
  }

  .mobile img {
    width: 39% !important;
  }

  .custom-signup-wrapper {
    padding: 10px !important;
  }

  .custom-signup-button1 {
    width: 34%;
  }

  .custom-marquee-wrapper {
    width: 34% !important;
    font-size: 14px !important;
  }

  .mobile {
    position: absolute !important;
    bottom: 44.5%;
  }

  .circle2,
  .circle3 {
    top: 15%;
  }

  .circle1 {
    left: 10% !important;
  }

  .circle2 {
    left: 8% !important;
  }

  .circle3 {
    right: 8% !important;
  }

  .circle4 {
    right: 10% !important;
  }

  .circle1,
  .circle4 {
    top: 41%;
  }

  .circle1,
  .circle2,
  .circle3,
  .circle4 {
    max-width: 6.125rem;
  }
}

@media (max-width: 700px) {
  .mobile {
    position: absolute !important;
    bottom: 38.5% !important;
  }

  .mobile_text {
    transform: translate(-50%, 20%);
    top: 82%;
    font-size: 16px;
  }

  .mobile img {
    width: 40% !important;
  }

  .mh {
    font-size: 0.7em;
    margin-bottom: 10px;
  }

  .mp {
    font-size: 0.9em;
    margin-bottom: 4px;
  }

  .bg-image {
    height: 40.5rem !important;
  }

  .slider_header {
    padding-top: 9rem !important;
    width: 45%;
  }

  .graph {
    padding-top: 11rem;
  }

  .circle2 {
    top: 45%;
    left: 13%;
  }

  .circle3 {
    top: 45%;
    right: 14%;
  }

  .circle1,
  .circle2,
  .circle3,
  .circle4 {
    max-width: 5.125rem;
  }

  .circle1,
  .circle4 {
    top: 19%;
  }

  .custom-signup-button1 {
    font-size: 12px !important;
    padding: 10px !important;
    width: 40% !important;
  }

  .custom-marquee-wrapper {
    width: 40% !important;
    font-size: 14px !important;
  }

  .custom-diamond {
    width: 12px !important;
    height: 12px !important;
  }
}

@media (max-width: 600px) {
  .graph {
    padding-top: 10.3rem;
  }

  .circle1,
  .circle4 {
    top: 24% !important;
  }

  .sign_btn {
    font-size: 8px;
    width: 5rem;
    padding-top: 6px;
    padding-right: 5px;
    padding-bottom: 6px;
    padding-left: 5px;
    margin: 6px 0;
  }

  .slider_header {
    font-size: 16px;
    padding-top: 8rem !important;
    padding-bottom: 0rem !important;
  }

  .mobile_text {
    top: 50%;
  }

  .mp {
    font-size: 0.8em;
    margin-bottom: 3px;
  }

  .mh {
    font-size: 0.6em;
    margin-bottom: 10px;
  }

  .circle1,
  .circle2,
  .circle3,
  .circle4 {
    width: 10vw;
  }

  .circle2,
  .circle3 {
    top: 50%;
  }

  .circle1,
  .circle4 {
    top: 24%;
  }
}

.header_section_heading_mobile h1 {
  /* font-size: 3.1em;
  font-family: "Inter";
  line-height: 53px;
  font-weight: 900;
  text-align: center;
  padding-top: 2.725em;
  padding-bottom: 35px; */
      font-size: 38px;
    font-family: "Inter";
    /* line-height: 28px; */
    font-weight: 900;
    text-align: center;
    padding-top: 3.725em;
    padding-bottom: 35px;

}

.new_mobile_signup_button {
  background: var(--primary-color);
  border-radius: 6px;
  color: #131f00;
  font-size: 15px;
  font-family: "Inter";
  padding: 16px 35px 18px 35px;
  font-weight: 500;
}

.new_mobile_signup_button:hover {
  background: var(--primary-color);
  border-radius: 6px;
  color: #131f00;
}

.bg-section-mobile {
  background-image: url('../images/new/mobile-bg.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: bottom;
  height: 57rem;
  margin: 0 auto;
  overflow-y: hidden;
}

.bg-section-mobile .mobile img {
  width: auto !important;
}

.bg-section-mobile .mobile {
  bottom: -12.15% !important;
  position: relative !important;
}

.bg-section-mobile .mp {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 3px;
}

.bg-section-mobile .mh {
  font-size: 31px;
  line-height: 55px;
}

.bg-section-mobile .custom-marquee-wrapper {
  width: auto !important;
}

.bg-section-mobile .custom-marquee-track {
  font-size: 17px !important;
}

.bg-section-mobile .custom-signup-button1 {
  width: 90% !important;
  font-size: 16px !important;
  padding: 10px !important;
}

.bg-section-mobile .mobile_text {
  transform: translate(-50%, 7%);
  padding: 10px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}

.bg-section-mobile .mobile_text::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../images/mobile_bg_mask.png);
  left: 0;
  top: -2%;
  background-repeat: no-repeat, no-repeat;
}

.bg-section-mobile .mobile_text::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../images/header_mobile_blur.png);
  left: 0;
  top: 0%;
  background-position: top;
  background-repeat: no-repeat, no-repeat;
}

.bg-section-mobile .new_border_mobile::before {
  content: "";
  position: absolute;
  width: 70%;
  height: 1px;
  left: 50%;
  transform: translateX(-50%);
  top: -0.75%;
  background: linear-gradient(90deg, #fff0 0%, #ffffff 50%, #fff0 100%);
}

/* @media (max-width: 1400px) {
  .mobile {
    bottom: 10%;
  }
}
@media (max-width: 1200px) {
  .mobile {
    bottom: 0%;
  }
  .mh {
    font-size: 0.7em;
}
}
@media (max-width: 979px) {
  .mobile {
    bottom: -3%;
  }
}
@media (max-width:900px){
  .bg-image{
    height: 34rem;
  }
  .mh {
    font-size: 0.7em;
}
.mobile{
  bottom: 3%;
}
}
@media (max-width: 700px) {
  .mobile {
    bottom: 1%;
  }
  .mh {
    font-size: 0.7em;
}
.bg-image{
  height: 33.5rem;
}
.slider_header {
  padding-top: 2rem;
}
.graph {
  padding-top: 6rem;
}
}

@media (max-width: 600px) {
  .bg-image {
    height: 20.6rem;
  }

  .graph {
    padding-top: 6.3rem;
  }

  .sign_btn {
    font-size: 8px;
    width: 5rem;
    padding-top: 6px;
    padding-right: 5px;
    padding-bottom: 6px;
    padding-left: 5px;
    margin: 6px 0px;
  }

  .slider_header {
    font-size: 16px;
    padding-top: 2rem;
  }

  .mobile_text {
    top: 50%;
  }

  .mp {
    font-size: 5px;
    margin-bottom: 3px;
  }

  .mh {
    font-size: 0.6em;
    margin-bottom: 10px;
  }

  .circle1,
  .circle2,
  .circle3,
  .circle4 {
    width: 10vw;
  }
  .circle2,
  .circle3{
    top:28%
  }

  .mobile img {
    top: 40%;
    width: 9rem;
  }

  .mobile_text {
    top: 75%;
    font-size: 16px;
  }
} */

.tradeBazar-graph-container {
  position: relative;
}
.tradeBazar-graph-container > .left-img {
  position: absolute;
  top: 150vh;
  left: 0;
filter: grayscale(1);
  z-index: -1;
}
.tradeBazar-graph-container .right-img {
  position: absolute;
  top: 150vh;
  right: 0;
  filter: grayscale(1);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .download-container div > p,
  i {
    font-size: 10px !important;
  }
}

.contact-team-container > div {
  background-color: var(--primary-color);
  padding: 10px 20px;
  border: 1px solid black;
  border-radius: 50px;
  margin-top: 10px;
  text-decoration: underline;
  color: black;
  font-weight: 600;
}
.contact-team-container > div > div {
  background-color: black;
  padding: 10px;
  height: 40px;
  width: 40px;
  border-radius: 50px;
}

.contactTeamImage-container {
  position: relative;
}

.contactTeamImage-container .contactTeamLeft {
  position: absolute;
  z-index: -1;
  top: -50px;
  left: 0;
}
.contactTeamImage-container .contactTeamRight {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
}

footer {
  margin-top: 5%;
  /* background-color: #0d0d0d; */
}

.social-media-container {
  background-color: var(--primary-color);
  padding: 5px 10px;
  border-radius: 10px;
  width: max-content;
}

.social-media-container i {
  font-size: 20px !important;
}
.logo-column div {
  margin-top: 14px;
}

.logo-column div > a {
  text-decoration: none;
  color: white;
  font-weight: 300 !important;
  font-size: 13.78px;
}

.logo-column div > a > h5 {
  color: var(--primary-color);
  font-size: 17.86px;
}
.social-media-container i {
  color: black;
  font-size: 20px;
}
.markets-column {
  margin-left: 4%;
}
.markets-column div {
  margin-top: 10px;
  font-size: 13.78px;
}
.fs-13 {
  font-size: 13.78px;
}

.primary-text-color {
  color: var(--primary-color);
}

.footer-paymentMethod-container {
  background-color: #1e1e1e;
  padding: 10px 10px;
  border-radius: 20px;
}
.navbar-expand-lg {
  background-color: black;
  z-index: 9999999;
  width: auto;
  margin: 0 10%;
}

/* comex page css */
.font-inter {
  font-family: "Inter", sans-serif;

}
.mt-70 {
  margin-top: 70px;
}
.color-green-text {
  color: var(--primary-color);
}
.dusty-grey-color {
  color: #cfcfcf;
}
.comex-hero-section {
  background: linear-gradient(to bottom, #000000, #3b6f84a3);
  padding: 12em 0 6em;
}
.what_comex_heading {
  font-size: 3.5em;
}
.comex_button_flex .trading_comex_button {
  background-color: #000000;
  border: 2px solid var(--primary-color);
  color: var(--primary-color);
  padding: 0.75em 3em;
  font-size: 16px;
}
.comex_button_flex .pratical_comex_button {
  background-color: var(--primary-color);
  border: 2px solid #000;
  color: #000;
  padding: 0.75em 3em;
  font-size: 16px;
}
.trade-card::after {
  content: "";
  background: url(../images/leftMiddleFrame.png);
}

.feature-btn {
  background-color: #222222;
  color: white;
  border: none;
  text-align: left;
  width: 100%;
  font-size: 1.1em;
  padding: 1em 2em;
  border-radius: 12px;
  border: 2px solid #222222;
  margin-bottom: 10px;
}

.feature-btn:hover {
  border: 2px solid var(--primary-color);
  background-color: transparent;
}
.trade_card_h3_text {
  font-size: 3.25em;
}
.image-wrap .badge-bg-img {
  position: absolute;
  bottom: -31%;
  right: -15%;
}
.image-wrap .badge-img {
  position: absolute;
  right: 2%;
  bottom: 16%;
}

.custom-table {
  border-radius: 10px;
  overflow: hidden;
  background-color: #0f0f0f;
  font-family: "Inter";
}

.mcx-table {
  border-radius: 10px;
  overflow: hidden;
  margin: auto;
  font-family: "Inter";
}

.mcx-table thead {
  background-color: var(--primary-color);
  color: #000;
  text-transform: uppercase;
}

.mcx-table thead th {
  font-weight: 700;
  padding: 25px 20px;
  font-size: 17px;
}
.mcx-table tr {
  border: 1px solid #292929;
}

.mcx-table tbody td {
  color: #fff;
  padding: 25px 20px;
  font-size: 15px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
}
.mcx-table tbody tr:nth-child(odd) {
  background-color: #0f0f0f; /* dark row (same as before) */
}

.mcx-table tbody tr:nth-child(even) {
  background-color: #19191a; /* slightly lighter dark row */
}

.mcx-table td:last-child {
  text-align: left;
}
.chart-container {
  background: #000;
  border-radius: 10px;
  border: 1px solid #212121;
  padding: 20px;
}
canvas#myChart {
  height: 400px !important;
}
.chart_section_heading {
  font-size: 3.05em;
}
.trade_union_img {
  margin-top: -3%;
}
.chart_section {
  position: relative;
  z-index: 3;
}
.faqs_section {
  position: relative;
  border: 1px solid #292929;
  background-color: #0f0f0f;
  border-radius: 12px;
  z-index: 2;
  padding: 40px 20px;
}

/* nse page  */
#customTab.nav-tabs {
  border-bottom: 0px;
}
#customTab.nav-tabs .nav-link {
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  color: #999999;
}
#customTab.nav-tabs .nav-item.show .nav-link,
#customTab.nav-tabs .nav-link.active {
  color: #000;
  background-color: var(--primary-color);
  border-bottom: 0 solid #fff;
  border-radius: 10px;
}
.reliance_share {
  font-size: 1.75em;
}
.reliance_share span {
  border-bottom: 2px solid #fff;
}
.with_tradekaro span {
  background: var(--primary-color);
  font-size: 1.25em;
  padding: 2px 10px;
}
.graph_nse {
  bottom: 6%;
  right: 2%;
}
.buttons-container button:last-child {
  border: 2px solid black;
  outline: 2px solid var(--primary-color);
  transition: outline-offset 200ms ease;
}
.buttons-container button:last-child:hover {
  background-color: black !important;
  border-color: var(--primary-color) !important;
  color: var(--primary-color) !important;
  outline-offset: -6px;
}

.offcanvas {
  background: linear-gradient(142deg, rgb(29 64 0) 0%, rgba(0, 0, 0, 1) 100%);
}

.zero_deposit {
  z-index: 99999;
  background-color: #222222;
  border-radius: 15px;
}

.zero_deposit_text_container {
  margin: 50px;
  padding: 40px;
  background-color: black;
  vertical-align: middle;
  border: 1px solid #212121;
  border-radius: 15px;
}

.zero_deposit_text_container p {
  color: #cfcfcf;
  font-weight: 300;
}

.margin_table_container {
  background-color: #222222;
}

.inner-container1 {
  padding: 20px 20px !important;
  border-radius: 10px;
  background-color: #292929;
  /* margin-top: -5%; */
  position: absolute !important;
  top: -30vh !important;
}
.inner-container {
  padding: 20px 20px !important;
  border-radius: 10px;
  background-color: #292929;
  position: relative;
  top: -30vh !important;
}
.inner-content-container {
  border-radius: 10px;
  padding: 20px;
  background-color: #000;
}
.guide-box-container {
  padding: 20px 20px !important;
  border-radius: 10px;
  background-color: #0f0f0f;
  margin-top: -18%;
}
.guide-content-container > div {
  border-radius: 15px !important;
  border: 1px solid #292929 !important;
}

.guide-content-container img {
  border-top-left-radius: 15px !important;
  border-top-right-radius: 15px !important;
}
.inner-content-container {
  border-radius: 10px;
  padding: 20px;
  background-color: #000;
}
.dropdown-item:hover {
  color: black !important;
}
.dropdown-menu li {
  margin-left: 0px !important;
}
.guide-box-container {
  margin-top: -10%;
}

.player_music {
  margin: 8% -1% 6% -1%;
}
.music_lines1 {
  transform: scaleY(-1);
}

.music_lines {
  margin: 0 -0.5%;
}

.scanner_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.owl-carousel .card {
  border: 1px solid var(--primary-color);
  padding: 0;
  margin-bottom: 10px;
  border-radius: 10px;
}

.owl-carousel .card img {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  pointer-events: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  color: var(--primary-color);
  pointer-events: auto;
  transition: 0.3s ease;
}

.owl-carousel .owl-nav button.owl-prev {
  position: relative;
  left: -3%;
}

.owl-carousel .owl-nav button.owl-next {
  position: relative;
  right: -3%;
}

.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
  background-color: #fff0;
}

.owl-carousel .owl-nav button span {
  font-size: 50px;
}
.offcanvas-header .btn-close {
  background: transparent
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e")
    center/1em auto no-repeat;
}

.comex_container {
  max-width: 1200px !important;
  margin: 0 auto;
}
.px-12 {
  padding-left: 12px;
  padding-right: 12px;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #1e2125;
  background-color: var(--primary-color) !important;
  padding-top: 6px;
  padding-bottom: 6px;
  border-radius: 10px;
}

/* nse */
.features_buttons.nav-pills .show > .feature-btn.nav-link,
.features_buttons.nav-pills .feature-btn.nav-link.active {
  border: 2px solid var(--primary-color);
  background-color: #fff0;
}
.features_buttons.nav-pills .nav-link {
  background-color: #222;
  color: #fff;
  border: none;
  text-align: left;
  width: 100%;
  font-size: 1.1em;
  padding: 1em 2em;
  border-radius: 12px;
  border: 2px solid #222;
  margin-bottom: 10px;
  font-family: "Inter", sans-serif;
}
/* .nse_trade_card::before {
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  position: absolute;
  content: "";
  height: 100%;
  width: 75%;
  transform: rotate(-11deg);
  right: -8%;
  top: 3%;
} */
.trade-card,
.chart_section {
  background: #0f0f0f;
  border-radius: 12px;
  border: 1px solid #292929;
  padding: 30px 24px;
  position: relative;
  overflow: hidden;
}

ul.dropdown-menu {
  padding: 16px 16px;
  list-style: none;
  padding-left: 16px;
  border: 1px solid #292929;
  border-radius: 10px;
  position: absolute;
  width: max-content;
  z-index: 1000;
  background: #121212;
  display: none;
  overflow-y: auto;
}
ul.dropdown-menu .active {
  background: var(--primary-color);
  color: #000 !important;
  border-radius: 10px;
}
ul.dropdown-menu li {
  margin-left: 0;
  padding: 3px;
  margin-top: 4px;
}

/* .mcx_trade_card::before {
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  position: absolute;
  content: "";
  height: 100%;
  width: 75%;
  transform: rotate(-11deg);
  right: -8%;
  top: 3%;
}
.forex_trade_card::before {
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  position: absolute;
  content: "";
  height: 100%;
  width: 85%;
  transform: rotate(-11deg);
  right: -5%;
  top: 10%;
}
.us_stock_trade_card::before {
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  position: absolute;
  content: "";
  height: 100%;
  width: 85%;
  transform: rotate(-11deg);
  right: -7%;
  top: 7%;
}

.cryptos_trade_card::before {
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  position: absolute;
  content: "";
  height: 100%;
  width: 90%;
  transform: rotate(-11deg);
  right: -5%;
  top: 10%;
}
.comex_trade_card::before {
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  position: absolute;
  content: "";
  height: 100%;
  width: 90%;
  transform: rotate(-11deg);
  right: -7%;
  top: 9%;
} */

footer {
  padding-top: 100px;
}

.zero_deposit {
  z-index: 99999;
  background-color: #0f0f0f;
  border-radius: 12px;
  border: 1px solid #292929;
}

.zero_deposit_text_container {
  margin: 50px;
  padding: 40px;
  box-shadow: 0 1px 3px 0 #2b2b2b inset;
  background-color: #000;
  vertical-align: middle;
  border: 1px solid #212121;
  border-radius: 15px;
  border: 1px solid #212121;
}

.contact-box-container {
  top: -50vh !important;
}
.social_icon_contact {
  background-color: #0f0f0f;
  z-index: 99 !important;
  top: -56vh !important;
  border: 1px solid #292929;
  border-radius: 12px;
}
.socail-media-boxes {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: var(--primary-color);
  color: #000;
  font-weight: 600;
  border: 1px solid #fff;
  border-radius: 20px !important;
  font-family: "poppins", sans-serif;
}
.socail-media-boxes img {
  padding: 12px;
  background-color: #000;
  border-radius: 50%;
}
.contact_page #logo_contact_div {
  margin-top: -55vh !important;
}

.contact-container {
  background-color: var(--primary-color);
  border-radius: 14px;
  margin-top: 12% !important;
  position: relative;
  padding: 0 30px;
}
.logo-container {
  position: relative;
  top: 0;
  margin-top: -3px;
}
.logo-container .logo01_img {
  width: 115%;
  padding: 0 10px;
}
.logo-inner {
  position: absolute;
  top: 50%;
  left: 53%;
  transform: translate(-50%, -50%);
}

.contact_div_img {
  background-color: #070704;
  border: 1px solid #292929;
  border-radius: 12px;
    /* background-image: url("https://www.tradebazaar.com/img/contact_img.png"); */
  background-image: url("../images/new_image1.png");

  background-repeat: no-repeat;
   background-size: contain;
  padding-bottom: 9rem;
  padding-left: 2.5rem;
}
.mobile_contact_div {
  display: none;
}
.form-input {
  border: 1px solid #292929 !important;
  background: #000 !important;
  border-radius: 12px !important;
  font-family: "Poppins" !important;
  padding: 20px 10px !important;
  color: #fff !important;
}
.form-button {
  width: 100% !important;
  border-radius: 30px !important;
  padding: 15px !important;
  background-color: var(--primary-color) !important;
  color: #000 !important;
  border: 1px solid  var(--primary-color) !important;
  font-family: "poppins", sans-serif;
}

.about_card_container::before {
  content: "";
  position: absolute;
  width: 80%;
  height: 1px;
  top: -1px;
  left: 10.5%;
  background: linear-gradient(
    90deg,
    #fff0 0%,
    rgb(255 255 255 / 50%) 50%,
    #fff0 100%
  );
}
.demo_card::before {
  content: "";
  position: absolute;
  top: 0;
   background-size: contain;
  width: 100%;
  left: 80%;
  transform: translate(-50%);
  height: 100%;
  background-repeat: no-repeat;
  opacity: 0.6;
}

.demo_card img {
  background: radial-gradient(
    50% 50% at 50% 50%,
    rgb(255 255 255 / 0.4) 0%,
    #fff0 100%
  );
  backdrop-filter: blur(12px);
}

.stats-section {
    background: url(../images/new/aboutbg.png);
    border-radius: 15px;
    border: 1px solid #292929;
    position: relative;
    background-color: #0f0f0f;
    z-index: 6;
    background-position: center;
    background-size: 130%;
}
.stats-card {
  background: #0f0f0f80;
  border-radius: 12px;
  padding: 30px;
  text-align: center;
  border: 1px solid #29292975;
  color: #fff;
  backdrop-filter: blur(21px);
  min-width: 280px;
  flex: 1;
  font-family: "inter", sans-serif;
}
.stats-wrapper {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  padding: 24px;
}
.lh-28 {
  line-height: 28px;
}
.trade_more_less {
  padding: 5.125em 3em;
}

.comparison-section {
  background-color: #fff0;
  padding: 90px 0;
  border-radius: 15px;
  color: #fff;
  font-family: "Inter", sans-serif;
}

.comparison-wrapper {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  align-items: flex-end;
}

.comparison-card::before {
  content: "";
  position: absolute;
  width: 40%;
  height: 1px;
  background: linear-gradient(90deg, #fff0 0%, #ffffff 50%, #fff0 100%);
  top: 0;
  left: 9%;
}

.comparison-card.comparison-card-left {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  right: -3px;
}

.comparison-card.comparison-card-right {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  left: -3px;
}

.comparison-card::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 13%;
  background-size: cover;
  top: 0;
  background-repeat: no-repeat;
  opacity: 20%;
  left: 0;
}

.comparison_ul_active::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 13%;
  background-size: cover;
  top: -15%;
  background-repeat: no-repeat;
  opacity: 20%;
  left: 0%;
}

.comparison-card-active::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 60%;
  transform: translateX(-50%);
  background-repeat: no-repeat;
  background-size: auto;
  opacity: 1;
}

.comparison-card {
  padding: 25px 20px;
  background: #0a090ab8;
  border-radius: 15px;
  border: 1px solid #3f3f3f;
  flex: 1;
  min-width: 280px;
  max-width: 386px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}

.comparison_ul {
  background: linear-gradient(
    180deg,
    rgb(28 28 28 / 0.1) 0%,
    rgb(18 18 18 / 0.2) 100%
  );
  width: 338;
  height: 684;
  padding-top: 13px;
  padding-right: 20px;
  padding-bottom: 13px;
  padding-left: 20px;
  border-radius: 10px;
  box-shadow: 0 10px 10px -4.75px #ffffff0d inset,
    0 2.29px 2.29px -3.17px #ffffffbe inset,
    0 0.6px 0.6px -1.58px #ffffffe4 inset;
  backdrop-filter: blur(5px);
}

.comparison_ul_active {
  background: linear-gradient(
    180deg,
    rgb(28 28 28 / 0.1) 0%,
    rgb(18 18 18 / 0.2) 100%
  );
  width: 338;
  height: 684;
  padding-top: 13px;
  padding-right: 20px;
  padding-bottom: 13px;
  padding-left: 20px;
  border-radius: 10px;
  box-shadow: 0 10px 10px -4.75px #87ceeb40 inset, 0 2.29px 2.29px -3.17px #87ceeba6 inset, 0 0.6px 0.6px -1.58px #87ceeb inset;
  backdrop-filter: blur(5px);
}

.comparison-card h4 {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 1.2rem;
}

.comparison-card ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.comparison-card ul li {
  padding: 16px 0;
  border-bottom: 1px solid #ffffff12;
  font-size: 0.95rem;
}

.highlight {
  border: 2px solid var(--primary-color);
  box-shadow: 0 0 0 rgb(135 206 235 / 40%);
  position: relative;
  transform: scale(1.1);
  padding: 35px 25px;
  z-index: 2;
}
.currency_tab_mobile {
  display: none;
}
.left-right-graph-middle img,
.left-right-bottom-graph-middle .left-img,
.left-right-bottom-graph-middle .right-img {
  filter: grayscale(1);
}
.register-one{
  padding: 10rem 0px 0px
}
a.btn-border {
    border: 2px solid #87ceeb;
}
a.btn-border:hover {
    border: 2px solid #87ceeb;
    background-color: #87ceeb;
    color: #000 !important;
}

.support-img,
.expert-image,
.live_webinar_image,
.learn_trade_image,
.trading_option_image,
.fundamental_image,
.money_container_image,
.instant_alert_image,
.customer_service_image{
    width: 100%;
    height: 300px !important;
    object-fit: contain;
}