/*----------fonts------------*/

@font-face {
  font-family: 'Elms Sans';
  src: url(../fonts/Elms Sans-Regular.otf);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Elms Sans';
  src: url(../fonts/Elms Sans-Bold.otf);
  font-weight: bold;
  font-style: normal;
}
body {
  background-color: #f4dc96;
  position: relative;
}
* {
  font-family: 'Elms Sans', sans-serif;
  font-size: 16px;
  color: #333;
}
nav.mobile {
  display: none;
}
/* a,
p,
span,
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0 10px;
} */
table,
tbody,
tr {
  width: 100% !important;
}
a,
a:hover {
  transition: 0.3s;
}

.social a:hover {
  opacity: 0.5;
}
h2 {
  font-size: 40px;
  text-align: center;
  line-height: 1.2;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
  text-align: left;
}
.close {
  position: absolute;
  padding: 0 !important;
  top: 10px;
  right: 20px;
  width: 20px;
  height: 20px;
}
a.close:before,
a.close:after {
  content: '';
  background-color: #333;
  width: 100%;
  height: 4px;
  display: block;
  border-radius: 10px;
  transform: rotate(45deg);
  top: 12px;
  position: relative;
}
a.close:after {
  transform: rotate(-45deg);
  top: 8px;
}
input[type='checkbox'] {
  border-radius: 100% !important;
  appearance: none;
  width: 16px;
  height: 16px;
  border: 2px solid #333;
  position: relative;
  top: 2px;
  left: -4px;
  outline: none;
}
input[type='checkbox']:before {
  content: '';
  width: 9px;
  height: 9px;
  display: none;
  border-radius: 100%;
  background-color: #333;
  top: 2px;
  left: 1px;
  position: relative;
}
input[type='checkbox']:checked:before {
  display: block;
}
.claim-sea-box input[type='submit'] {
  background-color: #64aef7;
  border: 0;
  color: #ffbfcf;
  border-radius: 50px;
  padding: 20px;
  height: auto;
  font-weight: bold;
  font-size: 20px;
  max-width: 250px;
  display: table;
  margin: 0 auto;
  transition: 0.3s;
}
.claim-sea-box input[type='submit']:hover {
  transform: scale(1.1);
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
div#claim-sea {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: none;
  padding: 20px;
}
.claim-sea-box {
  position: relative;
  background-color: #ffbfcf;
  border-radius: 20px;
  max-width: 600px;
  padding: 40px;
  margin: auto;
  top: 20%;
}
.claim-sea-box div.claim-flex {
  display: flex;
  align-items: center;
  padding: 40px 0;
  align-items: center;
  justify-content: center;
}
.claim-sea-box h3 {
  color: #64aef7;
}
.claim-sea-box h6 {
  padding: 20px 0 0 0;
}
.claim-sea-box input {
  margin: 10px 0 20px 0;
  height: 45px;
  padding: 10px;
  width: 100%;
  outline: none;
}
.claim-sea-box img {
  margin: 0 0 0 20px;
}
div#sea-storm {
  position: fixed;
  bottom: 2%;
  right: 2%;
  max-width: 350px;
  width: 100%;
  background-color: #ffbfcf;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: 0.3s;
  z-index: 9;
}
div#sea-storm:hover {
  transform: scale(1.1);
}
div#sea-storm a {
  padding: 40px 50px;
}
#sea-storm img {
  padding: 30px 0;
}
div#sea-storm h5 {
  line-height: 2;
}
header {
  position: absolute;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}
.buy-sell nav ul li:nth-child(3) a {
  color: #f4dc96;
}
.deposit nav ul li:nth-child(4) a {
  color: #f4dc96;
}
.withdraw nav ul li:nth-child(5) a {
  color: #f4dc96;
}
.coming nav ul li:nth-child(2) a {
  color: #f4dc96;
}
.stake nav ul li:nth-child(6) a {
  color: #f4dc96;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.head-wrap,
.main-wrap,
.foot-wrap {
  max-width: 1400px;
  padding: 0 30px;
  margin: 0 auto;
}
.head-wrap {
  padding: 10px 30px !important;
}
.hamburger-menu {
  display: none;
}
/*----------header_style------------*/
.head-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
img.logo {
  width: 65px;
  margin: 0 15px 0 0;
}
a.logo-header {
  display: flex;
  align-items: center;
  width: max-content;
}
a.logo-header span {
  font-size: 30px;
  color: #64aef7;
}
nav ul li a:hover {
  color: #f4dc96;
}
nav.desktop ul,
.header-buttons ul {
  display: flex;
  justify-content: flex-end;
}
nav.desktop ul {
  justify-content: space-between;
}
nav.desktop ul li {
  padding: 0 10px;
  text-align: center;
}
.btn-logo {
  width: 30px;
  margin: 0 10px 0 0;
}
.header-buttons a {
  display: flex;
  align-items: center;
  height: 45px;
  padding: 10px 15px;
  border: 3px solid #64aef7;
  margin: 0 0 0 10px;
  border-radius: 5px;
  color: #64aef7;
  font-weight: bold;
}
.header-buttons a:hover {
  background-color: #64aef7;
  color: #f4dc96;
}
nav.desktop {
  width: 40%;
}
.head-wrap h1,
.header-buttons {
  width: 30%;
  position: relative;
  z-index: 99;
}
main {
  background-image: url(../images/banner.jpg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: 2000px;
}
.main-wrap {
  padding-top: 310px;
}
#connected-wallet,
#swap,
#currency,
#stake {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  border-radius: 20px;
  padding: 30px 50px 50px 50px;
  text-align: center;
}
#connected-wallet {
  margin-top: 50px;
  background-color: #ffbfcf;
}
img.wallets-icon {
  padding: 30px;
}
.round-blue {
  background-color: #64aef7;
  display: table;
  margin: 30px auto 0 auto;
  padding: 20px 24px;
  border-radius: 50px;
  color: #ffbfcf;
  min-width: 250px;
  font-size: 20px;
  font-weight: bold;
}
.round-blue h5 {
  color: #ffbfcf;
}
.round-blue:hover {
  transform: scale(1.1);
}
div#swap,
#stake {
  background: rgba(255, 255, 255, 0.2);
  margin: 30px auto;
}
.wallets-swap {
  display: flex;
  justify-content: space-around;
  padding: 50px 0;
  position: relative;
}
.wallets-swap table tr td:last-child {
  text-align: right;
}
.wallet-left,
.wallet-right {
  max-width: 240px;
  width: 100%;
}
.wallet-buttons {
  padding: 30px 0 0 0;
}
.wallet-buttons a img {
  margin: 0 10px 0 0;
}
.wallet-buttons ul li a {
  display: flex;
  margin: 10px 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  padding: 15px 25px;
  align-items: center;
  width: 100%;
  font-weight: bold;
}
.wallet-buttons ul li a.active {
  background-color: #ffbfcf;
}
a.swap-icon {
  position: absolute;
  bottom: 35%;
  margin: 0 auto;
}
.center-text {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.text-blue {
  color: #64aef7;
}
.gas ul {
  display: flex;
  padding: 30px 0 0 0;
  justify-content: center;
}
.gas ul li {
  width: 150px;
  background-color: #ffbfcf;
  margin: 0 5px;
  padding: 10px;
  border-radius: 10px;
}
.gas ul li h6 {
  text-align: center;
}
.two-round-btn {
  padding: 30px 0;
}
#swap a.round-blue {
  margin: 10px auto;
}
div#currency {
  padding: 0 0 100px 0;
  display: flex;
  justify-content: space-between;
}
.curr-box1,
.curr-box2 {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  width: 48%;
  padding: 40px 50px;
  text-align: left;
}
.curr-box1 h4 {
  padding: 0 0 20px 0;
}
.curr-box1,
.curr-box2 {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  width: 48%;
}
footer {
  background-color: #64aef7;
  color: #ffbfcf;
}
.foot-wrap {
  display: flex;
  padding: 80px 50px;
}
.foot-wrap .col-3 {
  width: 30%;
}
.foot-wrap .col-7 {
  width: 70%;
}
.foot-wrap .col-7 h6,
.foot-wrap .col-7 p {
  text-align: left;
  color: #ffbfcf;
}
.foot-wrap .col-3 a {
  display: flex;
  align-items: center;
}
.foot-wrap .col-3 a span {
  color: #f4dc96;
  font-weight: bold;
  font-size: 30px;
}
.checkbox-wrap {
  text-align: left;
  padding: 30px 0 0 0;
}
.two-round-btn img {
  max-width: 40px;
  width: 100%;
  margin: 0 10px 0 0;
}
.percent a.round-blue {
  background-color: #f4dc96;
}
#swap a.round-blue {
  margin: 10px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 250px;
}
.two-round-btn ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.two-round-btn ul li {
  padding: 0 10px;
}
.curr-swap {
  padding: 30px 0;
}
.curr-swap table td:first-child img {
  margin: 0 10px 0 0;
  max-width: 45px;
  width: 100%;
}
.curr-swap table td {
  padding: 15px;
}
.curr-swap table {
  max-width: 619px;
  margin: 30px auto;
}
.curr-swap table td:last-child {
  text-align: right;
  color: #64aef7;
}
.curr-swap table td:first-child {
  width: 200px;
  text-align: left;
  display: flex;
  align-items: center;
  font-weight: bold;
}
.combi {
  border: 2px solid #ffbfcf;
  border-radius: 20px;
  max-width: 520px;
  margin: 0 auto 50px auto;
  padding: 20px;
  transition: 0.3s;
}
.combi:hover {
  transform: scale(1.1);
}
.combi a,
.combi ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.combi ul li img {
  width: 40px;
}
.combi ul li:nth-child(2) {
  position: relative;
  right: 15px;
}
.combi ul li:nth-child(3) {
  position: relative;
  right: 30px;
}
.combi ul li:nth-child(4) {
  position: relative;
  right: 45px;
}
.coming .main-wrap {
  padding: 150px 40px 100px 40px;
}
.coming #swap img {
  width: 100%;
  max-width: 200px;
}
.make ul,
.earn ul,
.inactive ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 30px 0 60px 0;
}
.make ul li,
.earn ul li,
.inactive ul li {
  padding: 15px 30px;
  margin: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
}
.make ul img,
.earn ul img,
.inactive ul img {
  max-width: 150px;
  width: 100%;
  padding: 10px;
}
.select {
  padding: 5px 15px;
  color: #64aef7;
  transition: 0.3s;
  border-radius: 20px;
  border: 2px solid #64aef7;
}
.select:hover {
  background-color: #64aef7;
  color: #ffbfcf;
}
.apy {
  padding: 20px 0;
}
.stake-title {
  display: flex;
  align-items: center;
  align-items: center;
  justify-content: center;
  padding: 20px 0 0 0;
}
.stake-title h2 {
  text-align: left;
}
.stake-title img {
  width: 60px;
  margin: 0 0 0 20px;
}
@media all and (max-width: 1025px) {
  .claim-sea-box {
    top: 10px;
  }
  .make ul li,
  .earn ul li,
  .inactive ul li {
    width: 100%;
  }
  .hamburger-menu {
    display: block;
  }
  nav.desktop,
  .header-buttons {
    display: none;
  }
  .hamburger-menu {
    display: block;
    position: relative;
    z-index: 99;
  }
  nav.mobile {
    position: fixed;
    height: 100vh;
    width: 100%;
    background: #ffbfcf;
    z-index: 9;
    padding: 100px;
  }
  nav.mobile ul li {
    padding: 20px 0;
    text-align: center;
  }
  .mobile .header-buttons {
    display: block;
    width: 100%;
  }
  .mobile .header-buttons ul {
    justify-content: center;
    flex-wrap: wrap;
  }
  .curr-box1,
  .curr-box2 {
    width: 100%;
    margin: 0 0 20px 0;
  }
  div#currency {
    flex-direction: column;
  }
  #connected-wallet,
  #swap,
  #currency {
    padding: 30px 15px 50px 15px;
  }
  .head-wrap,
  .main-wrap,
  .foot-wrap {
    padding: 0 10px;
  }

  .wallet-left,
  .wallet-right {
    padding: 0 20px;
  }
  .main-wrap {
    padding-top: 200px;
  }
  .gas ul {
    flex-wrap: wrap;
  }
  .gas ul li {
    margin: 5px;
  }
  .foot-wrap {
    padding: 40px;
    flex-direction: column;
  }
  .foot-wrap .col-3 {
    padding: 0 0 20px 0;
  }
  .foot-wrap .col-3,
  .foot-wrap .col-7 {
    width: 100%;
  }
}
