body {
  position: relative;
  /* background: linear-gradient(45deg, #140d02, #683d00); */
}
body:after {
  content: "";
  /* background: linear-gradient( 45deg,#140d02, #683d00); */
  background: url("../image/24783.jpg") no-repeat center top;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
  bottom: 0;
  top: 0;
  right: 0;
  /* opacity: 0.1; */
  left: 0;
  z-index: -1;
}

.header {
  padding: 5px 15px;
}

ul.navbar-nav.ml-auto.justify-content-between li {
  margin-right: 18px;
}
.navbar ul {
  list-style: none;
  text-decoration: none;
}
.navbar ul li a {
  list-style: none;
  color: #ffffff;
  border: 2px solid #ab7423;
  border-radius: 20px;
  padding: 7px 16px;
  font-weight: bold;
  background: #8f5503;
  text-align: center;
}
.navbar ul li a:hover {
  background: #fff;
  color: #000;
}
.navbar ul li button {
  color: #fff;
  background: #8f5503;
  border: 2px solid #ab7423;
  font-weight: bold;
  border-radius: 20px;
  padding: 7px 16px;
}
.navbar ul li button:hover {
  background: #fff;
  color: #000;
}
.heading p {
  color: #fff;
  background: #ffffff42;
  padding: 20px;
  border-radius: 20px;
  backdrop-filter: blur(5px);
}

.Exchange-form article {
  background-color: #ffffff42;
  border-radius: 32px;
  box-shadow: rgb(25 19 38 / 10%) 0px 2px 12px -8px,
    rgb(25 19 38 / 5%) 0px 1px 1px;
  color: #fff;
  overflow: hidden;
  padding: 24px;
  backdrop-filter: blur(5px);
  background-color: #ffffff42;
}

.form-sec {
  background: #81581d;
  border-radius: 16px;
  padding: 10px;
  backdrop-filter: blur(5px);
  background-color: #ffffff42;
}
.input-sec {
  background: transparent;
  border: 0;
  /* border-bottom: 1px solid #8c8b8b; */
  -webkit-appearance: none;
  border-radius: 4px;
  outline: none;
  color: #fff;
}
::placeholder {
  color: #fff;
}
.Exchange-form .btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.bnb-sec {
  -webkit-appearance: none;
  background-color: rgb(143 85 3);
  font-size: 16px;
  font-weight: 500;
  color: black;
  border: medium none;
  padding: 5px 0.5rem;
  border-radius: 12px;
  width: auto;
  backdrop-filter: blur(5px);
  background-color: #ffffff42;
}
.form-sec img {
  height: 25px;
}
.Exchange-form .nav-button {
  -moz-box-align: center;
  align-items: center;
  border: 0px none;
  border-radius: 16px;
  display: inline-flex;
  font-size: 17px;
  font-weight: 600;
  -moz-box-pack: center;
  justify-content: center;
  letter-spacing: 0.03em;
  outline: none;
  height: 49px;
  background: -webkit-linear-gradient(
    top,
    #efd100,
    #e2a233 19%,
    #f0c328 30%,
    #fff1a3 43%,
    #ffe13e 50%,
    #fff 51%,
    #fff
  );
  color: #fff;
  width: 100%;
  background-size: 1em 13.5em;
}
button#walletConnect {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #8f5503;
  border: none;
  color: #fff;
  padding: 10px;
  border-radius: 10px;
  letter-spacing: 1px;
}
button#metamask {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  background: #8f5503;
  border: none;
  color: #fff;
  padding: 10px;
  letter-spacing: 1px;
  border-radius: 10px;
}
.heading h1 {
  color: #fff;
}

.step h3 {
  color: #ffffff;
}
.step-peragraph {
  color: #ef840a;
}
.social-links a {
  color: #ef840a;
  font-size: 30px;
  padding: 10px;
}
.social-links a:hover {
  color: #fff;
}
.mail-link a {
  color: #fff;
  font-size: 20px;
}
.mail-link a:hover {
  color: #ef840a;
  text-decoration: none;
}
.heading {
  line-height: 8px;
}

@media (max-width: 991px) {
  nav.navbar.navbar-expand-lg button i {
    color: rgb(247, 240, 240);
    border: 2px solid rgb(255, 245, 245);
    padding: 5px;
    border-radius: 5px;
  }
  .navbar ul li a {
    margin-top: 10px;
  }
  .navbar ul li button {
    margin-top: 10px;
  }
  .navbar ul li button {
    width: 100%;
  }
}

@media (max-width: 767px) {
  nav.navbar.navbar-expand-lg button i {
    color: rgb(247, 240, 240);
    border: 2px solid rgb(255, 245, 245);
    padding: 5px;
    border-radius: 5px;
  }
  .navbar ul li a {
    margin-top: 10px;
  }
  .navbar ul li button {
    margin-top: 10px;
  }
  .nabe-area a img {
    width: 65px;
    height: 65px;
  }
  .navbar ul li button {
    width: 100%;
  }
}

/*============loader img css===================*/

.page_loader {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: 100%;
  overflow: hidden;
  margin: auto;
  display: grid;
  align-items: center;
  justify-content: center;
  z-index: 9;
  background: #000000db;
  text-align: center;
}

.reloader_img h4 {
  position: relative;
  z-index: 9;
}

/*============loader img end css===================*/
