html {
  position: relative;
  min-height: 100%;
}

body {
  height: 100%;
}

a:focus {
  outline: none;
}

h2 {
  font-weight: bold;
  font-size: 42px;
  line-height: 36px;
  color: #193d6c;
  margin-bottom: 15px;
}

.container-full {
  width: 100%;
  padding: 0;
  margin: 0;
}

.btn-primary {
  background: linear-gradient(162.82deg, #266db5 -1.69%, #454695 84.16%);
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.207059);
  border-radius: 17px;
  border: 0;
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
  color: #fff;
  padding: 0.52rem 0.958rem;
}

.btn-primary.btn-wide {
  padding: 0.52rem 2.5rem;
}

.br-5 {
  border-width: 5px;
}

.navbar-brand img {
  max-width: 140px;
}

.navbar__menu {
  display: flex;
  font-style: italic;
  font-weight: 500;
  font-size: 14px;
  line-height: 25px;
}

@media only screen and (min-width: 1025px) {
  .navbar__menu {
    font-size: 16px;
  }
}

.navbar__menu li {
  padding: 0 5px;
  margin: 0 5px;
  border-radius: 5px;
}

@media only screen and (min-width: 1025px) {
  .navbar__menu li {
    padding: 0 10px;
    margin: 0 10px;
  }
}

.navbar__menu li a {
  text-decoration: none;
}

.navbar__menu-invest {
  border: 1px solid #007dff;
}

.navbar__menu-invest a {
  color: #007dff;
}

.navbar__menu-invest.active {
  background-color: #007dff;
}

.navbar__menu-invest.active a {
  color: #fff;
}

.navbar__menu-dex {
  border: 1px solid #b10176;
}

.navbar__menu-dex a {
  color: #b10176;
}

.navbar__menu-dex.active {
  background-color: #b10176;
}

.navbar__menu-dex.active a {
  color: #fff;
}

.navbar__menu-swap {
  border: 1px solid #7e00e7;
}

.navbar__menu-swap a {
  color: #7e00e7;
}

.navbar__menu-swap.active {
  background-color: #7e00e7;
}

.navbar__menu-swap.active a {
  color: #fff;
}

.navbar .navbar-nav a {
  color: #4c4c4c;
}

.c-hero {
  background-color: #ffffff;
  background-image: url("../images/hero_bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 460px;
  background-position: center;
  overflow: hidden;
}

.c-hero__content {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 460px;
}

@media only screen and (min-width: 1025px) {
  .c-hero__content h1 {
    font-size: 52px;
    line-height: 60px;
  }
}

.c-hero__content--body {
  color: #fff;
  padding: 5%;
  display: flex;
  flex-direction: column;
  align-self: center;
}

@media only screen and (min-width: 1025px) {
  .c-hero__content--body {
    padding: 0 5%;
    max-width: 55%;
  }
}

.c-hero__content--body h1 {
  font-weight: bold;
}

@media only screen and (max-width: 480px) {
  .c-hero__content--body h1 {
    font-size: 28px;
  }
}

.c-hero__content--body p {
  font-size: 18px;
  line-height: 27px;
  color: #d5d7db;
}

.c-hero__content--body a {
  width: fit-content;
  text-decoration: none;
}

.c-hero__content--img {
  text-align: right;
  margin: 30px -5% 30px 10%;
}

.c-hero__content--img img {
  max-width: 100%;
}

@media only screen and (min-width: 1025px) {
  .c-hero__content--img {
    margin: 30px -7% 30px 0;
  }
  .c-hero__content--img img {
    max-width: unset;
  }
}

.main {
  background-image: url("../images/body-bg.svg");
  background-position: right 30px center;
  background-repeat: no-repeat;
}

@media only screen and (min-width: 1025px) {
  .home-box {
    display: flex;
  }
}

.home-box h1 {
  font-size: 30px;
  line-height: 45px;
  color: #007dff;
  font-weight: bold;
}

@media only screen and (min-width: 1025px) {
  .home-box h1 {
    font-size: 48px;
    line-height: 56px;
  }
}

.home-box p.sub-title {
  font-weight: 500;
  font-size: 21px;
  line-height: 31px;
  color: #797979;
}

.home-box h5 {
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  color: #007dff;
}

@media only screen and (min-width: 1025px) {
  .home-box__left {
    width: 50%;
  }
}

.home-box__right {
  font-size: 18px;
  line-height: 27px;
  color: #6f6f6f;
}

@media only screen and (min-width: 1025px) {
  .home-box__right {
    width: 50%;
  }
}

@media only screen and (min-width: 1025px) {
  .home-box .box-features {
    display: flex;
    flex-wrap: wrap;
  }
}

.home-box .box-features > div {
  padding: 8px;
}

@media only screen and (min-width: 1025px) {
  .home-box .box-features > div {
    width: 50%;
  }
}

.home-box .box-features p.title {
  font-weight: bold;
  font-size: 14px;
  line-height: 21px;
}

.home-box .box-features p {
  font-weight: normal;
  font-size: 13px;
  line-height: 19px;
  color: #545454;
  margin: 0;
}

.home-box.box-dex h1,
.home-box.box-dex h5 {
  color: #b10176;
}

.home-box.box-swap h1,
.home-box.box-swap h5 {
  color: #7e00e7;
}

#js-top-nav.invest,
#js-top-nav.dex,
#js-top-nav.swap {
  background-image: url("../images/solidefi_invest_logo.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #f8f9fa;
}

#js-top-nav.invest img,
#js-top-nav.dex img,
#js-top-nav.swap img {
  visibility: hidden;
}

#js-top-nav.dex {
  background-image: url("../images/solidefi_dex_logo.svg");
}

#js-top-nav.swap {
  background-image: url("../images/solidefi_swap_logo.svg");
}

.c-footer {
  background: #f2f2f2;
  padding: 50px 0;
}

.c-footer ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

@media only screen and (min-width: 769px) {
  .c-footer ul {
    text-align: left;
  }
}

.c-footer ul li a {
  display: block;
  padding: 10px 20px;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  color: #606060;
}

@media only screen and (min-width: 769px) {
  .c-footer ul {
    flex-direction: row;
  }
}

body {
  background: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 0.88rem;
  line-height: 17px;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
  list-style-position: outside;
}
