body {
  background: #000000;
  padding:20px;
  padding-bottom:0px;
}
p {
  margin:0px;
  padding:0px;
}
.social-sm {
  display: none  !important;
}
.container {
  width: 1440px !important;
}
.navbar {
  background-color: #1d1c1c !important;
  padding-top:15px !important;
  padding-bottom:15px !important;
 border-radius: 20px;
}
.navbar .navbar-brand {
  color: white;
  display: flex;
  align-items: center;
  width: 225px;
  height: 42px;
/* font-family: 'Inter'; */
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 42px;
}
.navbar .navbar-brand:hover {
  color: white;
}
.navbar .btn-launch:hover {
  text-decoration: none !important;
}

.navbar .navbar-brand img {
  margin-right: 10px;
}
.btn-launch {
  width: 170px;
  height: 42px;
  background: linear-gradient(180deg, #41FDA3 0%, #CC41FD 100%);
  border-radius: 60px;
}
.btn-launch {
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 30px;
text-align: center;
color: #000000;
}
.nav-item a{
  color: white  !important;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: #FFFFFF;
}
ul.navbar-nav {
  width: 100%;
  justify-content: right;
}
ul.navbar-nav li {
  margin-right:10px;
}
section.landing {
  background-color: #1d1c1c;
  width: 100%;
  margin: auto;
  /* height: 800px; */
  border-radius: 20px;
  position: relative;
}
section.landing .lion-img {
  width: 100%;
}
section {
  margin-bottom:50px;
}
section.landing .btn-launch {
  margin-bottom: 20px;
}
.font-1 {
  margin-top:20px;
  
  font-style: normal;
  font-weight: 700;
  font-size: 70px;
  color: #FFFFFF;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  z-index: 9;
}
.font-2 {
  margin-top:20px;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;
 }
 .font-3 {
margin-top: 40px;
font-style: normal;
font-weight: 700;
font-size: 40px;
color: #FFFFFF;
 }
.btn-long {
  margin-top:40px;
  width: 250px;;
 }
 .bordered-container {
  width: 90%;
  /* margin: auto; */
  height:550px;
  border-radius: 30px;
  padding:50px;
  position: relative;
 }
 .bordered-container button {
  bottom:0px;
 }
 .bordered-container#dex-aggregator {
  background: url('../img/index_low_cost.png');
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #41FDA3;
}
.bordered-container#dex-aggregator .btn-long {
  background: #41FDA3 !important;
}
.bordered-container#invest-startup {
  background: url('../img/index_low_cost1.png');
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #CC41FD;
  float: right;
}
.bordered-container#invest-startup .btn-long {
  background: #CC41FD !important;
}
.bordered-container#lending-protocol {
  width:100%;
  margin-top:20px;
  background: url('../img/index_low_cost.png');
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #0920F1;
}
.bordered-container#lending-protocol .btn-long {
  background: #0920F1 !important;
}
.center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.partner-container {
  margin-top:20px;
  box-sizing: border-box;
  width: 100%;
  height: 196px;
  background: #1D1C1C;
  border-radius: 20px;
  display: flex;
  padding:30px;
  justify-content: center;
  align-items: center;
}
.partner-img-div {
  margin:20px;
}
.bordered-container#areca-token {
  width:100%;
  margin-top:20px;
  background: linear-gradient(180deg, #37ADB5 0%, #CC41FD 100%);
  
}
.bordered-container#axa-dao .btn-long {
  background: #000000 !important;
  color: white !important;
}
.bordered-container#axa-dao {
  width:100%;
  margin-top:20px;
  background: linear-gradient(180deg, #50EAA0 0%, #0920F1 100%);
}
#axa-dao .font-1 {
  color: black !important;
}

#axa-dao .font-2 {
  color: black !important;
}

#axa-dao .font-3 {
  color: black !important;
}
#areca-token .font-1 {
  color: black !important;
}

#areca-token .font-2 {
  color: black !important;
}

#areca-token .font-3 {
  color: black !important;
}
.token .bordered-container .row.col-md-12 {
  min-height: 158px;
}
.bordered-container#areca-token .btn-long {
  background: #000000 !important;
  color: white !important;
}
.bordered-container .font-2 {
  min-height: 135px;
}
.p-0 {
  padding: 0px !important;
}
.min-0 {
  min-height: 0px !important;
}
.w-80 {
  width: 80%;
}
.mt-30 {
  margin-top:30px;
}
.f-right {
  float: right;
}
.m-80 {
  margin-top: 80px !important;
}
.bordered-container#contact {
  width:100%;
  margin-top:20px;
  background: #1d1c1c;
}
section.footer {
  width: 100%;
  background-color: #1d1c1c;
  /* height:500px; */
  margin-bottom:0px  !important;
}
.social-row {
  padding:20px;
  padding-right:0px;
}
.social-row img {
  margin-left:20px;
  cursor: pointer;
}
.footer  .lion-img{
  width:280px;
  height: 360px;
}


.team {
  background-color: #1D1C1C;
}
/* .team .member-container {
  padding-top:20px;
} */
.team .member-item {
  text-align: center;
  margin-top:20px;
  margin-bottom:20px;
}
.member-item img {
  width: 100%;
}
















@media only screen and (max-width: 1378px) { 
  .font-1 {
    font-size:50px;
  }
  .landing .lion-img {
    width:80%  !important;
  }
}
@media only screen and (max-width: 1202px) { 
  .font-3 {
    font-size:30px;
  }
  .landing .lion-img {
    width:70%  !important;
  }
  .partner-container {
    height: 135px;
  }
  .launchpad .bordered-container {
    height:450px !important;
  }
}
@media only screen and (max-width: 1094px) { 
  .font-3 {
    font-size:30px;
  }
  .landing .lion-img {
    width:70%  !important;
  }
  .partner-container {
    display: block;
    text-align: center;
    height:400px;
  }
  .partner-img-div {
    margin-bottom:38px;
  }
  .launchpad .bordered-container {
    height:555px !important;
    /* padding-left:20px !important; */
    padding: right 20px !important;;
    /* text-align: center !important; */
  }
}
@media only screen and (max-width: 1003px) { 
  .font-1 {
    font-size:35px;
  }
  .landing .lion-img {
    width:100%  !important;
  }
  .partner-container {
    display: block;
    text-align: center;
    height:400px;
  }
  .partner-img-div {
    margin-bottom:38px;
  }
  .launchpad .bordered-container {
    height:555px !important;
    /* padding-left:20px !important; */
    padding: right 20px !important;;
    /* text-align: center !important; */
  }
  .footer .lion-img {
    width: 200px;
    height: 300px;
  }
}
.m-0 {
  margin: 0px !important;
}
.navbar-toggler-icon {
  background-image: url('../img/menubar.jpg') !important; 
}
@media only screen and (max-width: 768px) {
  .landing .text-div {
    text-align: center;
  }
  .navbar .btn-launch {
    margin:auto !important;
  }
  .launchpad .bordered-container {
    text-align: center;
    margin: auto;
    width: 100%;
    height: 475px !important;
  }
  .launchpad .bordered-container .btn-launch {
    margin: auto;
    width: 80% !important;
  }
  .launchpad .col-md-12 {
    margin:0px;
  }
  .launchpad .col-sm-12 {
    margin:0px;
    padding:0px;
    width: 100%;
    margin-bottom:20px;
  }
  .footer .lion-img-div {
    text-align: center;
  }
  .token .bordered-container {
    height:750px;
    text-align: center;
  }
  .token .row .col-md-6 {
    padding:0px;
  }
  .token .row.col-md-12 {
    margin:0px;
  }
  .contact .bordered-container {
    height:770px;
    text-align: center;
    width: 100%;
  }
  .contact .bordered-container .btn-launch {
    margin: auto;
    margin-top: 30px;
  }
  .moved {
    order: 2;
  }
  .landing .landing-lion {
    margin: auto;
    text-align: center !important;
  }
  .landing-lion .lion-img {
    width: 80% !important;
  }
}

@media only screen and (max-width: 576px) {
  .social-sm {
    display: block !important;
  }
  .social-bg {
    display: none !important;
  }
  .social-row img {
    margin:10px !important;
    width: 22% !important;
  }
  body {
    padding: 0px  !important;
  }
  .container {
    width: 100vw !important;
  }
  .landing .text-div {
    text-align: center;
  }
  .navbar .btn-launch {
    margin:auto !important;
  }
  .launchpad .bordered-container {
    text-align: center;
    margin: auto;
    width: 100%;
    height: 475px !important;
  }
  .launchpad .bordered-container .btn-launch {
    margin: auto;
    width: 80% !important;
  }
  .launchpad .col-md-12 {
    margin:0px;
  }
  .launchpad .col-sm-12 {
    margin:0px;
    padding:0px;
    width: 100%;
    margin-bottom:20px;
  }
  .footer .lion-img-div {
    text-align: center;
  }
  .token .bordered-container {
    height:770px;
    text-align: center;
  }

  .token .row .col-md-6 {
    padding:0px;
  }
  .token .row.col-md-12 {
    margin:0px;
  }
  .contact .bordered-container {
    height:750px;
    text-align: center;
    width: 100%;
  }
  .contact .bordered-container .btn-launch {
    margin: auto;
    margin-top: 30px;
  }
  .moved {
    order: 2;
  }
  .landing .landing-lion {
    margin: auto;
    text-align: center !important;
  }
  .landing-lion .lion-img {
    width: 80% !important;
  }
}

