* {
  padding: 0;
  margin: 0;
}

:root {
  --section-margin: 80px auto;
  --padding: 80px 0;
  --border-radius: 6px;
  --primary-color: white;
  --secondary-color: #51627b;
  --tertiary-color: rgba(17, 24, 39, 1);
  --text-color: #012645;
  --background-secondary-color: #f3f4f7;
  --text-align: center;
  --heading-color: #012645;
  --list-font-size: 16px;
  --button-font-size: 16px;
  --paragraph-font-size: 14px;
}
.wrapper {
  width: 95%;
  margin: 0 auto;
}
ul {
  list-style-type: none;
}
@font-face {
  font-family: "DMSansBold";
  src: url("../fonts/DMSans-Bold.woff");
}
@font-face {
  font-family: "DMSans";
  src: url("../fonts/DMSans-Regular.woff");
}
@font-face {
  font-family: "ClashDisplayBold";
  src: url("../fonts/ClashDisplay-Bold.woff");
}
@font-face {
  font-family: "ClashDisplay";
  src: url("../fonts/ClashDisplay-Medium.woff");
}
body {
  overflow-x: hidden !important;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: ClashDisplayBold, sans-serif !important;
  color: var(--heading-color);
}
li {
  font-family: DMSans, sans-serif !important;
  color: var(--heading-color);
}
.wrapper {
  width: 95%;
  margin: 0 auto;
}
.wrapper li {
  color: rgba(23, 23, 23, 1);
  font-weight: normal !important;
}
.wrapper h1 {
  font-style: normal;
  font-weight: 800;
  font-size: 32px;
  line-height: 65px;
}
.wrapper h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 31px;
}
.wrapper h4 {
  font-weight: 100;
  font-size: 20px;
  line-height: 32px;
}
.wrapper h3 {
  font-weight: 100;
  font-size: 30px;
  line-height: 40px;
}
.wrapper h4,
.fixed__modal h4 {
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  color: var(--heading-color);
}
.wrapper h5 {
  font-style: normal;
  color: var(--secondary-color);
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
}
.wrapper h6 {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 26px;
  color: var(--text-color);
  font-family: ClashDisplay;
}
.wrapper li {
  font-size: var(--list-font-size);
}
.wrapper p {
  font-size: var(--paragraph-font-size);
  color: var(--text-color);
  font-family: DMSans, sans-serif !important;
}
button {
  background: linear-gradient(
    90deg,
    #2691c1 0%,
    #045ca6 42.71%,
    #055da6 60.42%,
    #238cbe 100%
  );
  box-shadow: 0px 1px 5px rgba(51, 51, 153, 0.1);
  border: 0;
  color: white;
  text-align: center;
  font-size: var(--button-font-size);
  font-family: DMSans;
  cursor: pointer;
}
/* header */
header {
  width: 100%;
  position: fixed;
  z-index: 999;
  background: white;
}
.header {
  width: 95%;
  opacity: 1;
  margin: 0 auto;
}
.headerTop {
  display: flex;
  justify-content: space-between;
  padding: 20px 0px;
}
.logo {
  margin-top: -2px;
}

.menuToggle {
  cursor: pointer;
}
.barsText {
  box-sizing: border-box;
}
.bars {
  width: 35px;
  margin: 5px 0px;
  height: 2px;
  max-height: 2px;
  border-radius: 4px;
  background-color: rgb(66, 66, 66);
}

.header nav ul {
  background: white; /*#000C15*/
  color: #ededed;
  position: fixed;
  height: auto;
  right: 100%;
  border-top: 0;
  transition: 0.5s;
  margin-top: 0px;
  width: 100%;
  height: 100%;
  padding-top: 10px;
  padding-bottom: 70px;
  overflow-y: scroll;
}
.header nav ul.active {
  right: 0;
}
.header nav ul li {
  position: relative;
  text-align: left;
  padding: 14px 30px;
  cursor: pointer;
}

.header nav ul >li {
  border-bottom: 1px solid var(--text-color);
}
.header nav ul >li:last-child {
  border:none
}
.navbar__contact_li {
  position: relative;
  bottom: 10px;
  width: 100%;
}
.navbar__contact img {
  margin-left: 30px;
}
.header__nav__button__wrapper {
  display: none;
  font-size: var(--button-font-size);
}
.header nav ul li a {
  color: var(--heading-color);
  text-decoration: none;
  font-size: 14px;
}
.close-nav {
  display: none;
}
.closeMenu {
  width: 93%;
  display: flex;
  justify-content: flex-end;
  box-sizing: border-box;
}
.closeMenu div {
  cursor: pointer;
}
.header nav ul li:hover a {
  color: var(--secondary-color);
}
.multi_navbar {
  border-bottom: 1px solid var(--text-color);
}
.multi_navbar .multi_navbar_ul {
  position: static;
  display: none;
  margin-top: 10px;
  margin-left: -30px;
  font-weight: 400;
  padding: 0;
  overflow: hidden;
}
.multi_navbar > div {
  display: flex;
}
.multi_navbar > div div:last-child {
  margin-top: -3px;
}
.downArrow {
  margin-left: 5px;
  margin-top: 6px;
}
.multi_navbar .multi_navbar_ul li:last-child {
  position: static;
}
.multi_navbar .multi_navbar_ul.active {
  display: block;
}
.multi_navbar_flex {
  display: flex;
  justify-content: space-between;
}
.multi_nav_head{
  color: #011c32;
  font-weight: 900 !important;
}
.subList {
  color: #011c32;
}
.multi_navbar_ul_div_item div:last-child p:first-child {
  font-style: normal;
  font-weight: 400;
  font-size: var(--paragraph-font-size);
  color: var(--secondary-color);
  font-family: "DMSans";
  display: none;
}
.multi_navbar .multi_navbar_ul li {
  margin: 0px 0;
}
.multi_navbar .multi_navbar_ul li:not(:first-child) {
  margin: -25px 0;
}
.header__nav__button {
  margin-top: 24px;
  margin-bottom: 10px;
  display:flex;
}
.dappButton {
  display: flex;
  text-align: center;
}
.dappButton > div:last-child {
  margin-top: -2px;
}
.header__nav__button button {
 padding:10px 25px;
  height: 48px;
  border-radius: var(--border-radius);
  display: flex;
  justify-content: center;
  align-items: center;
  color:#011c32;
  border: 1px solid rgba(38, 145, 193, 1);
  font-weight: 500;

}
.header__nav__button button img {
  border-color: white;
margin-left: 20px;
}
.header__nav__button button:last-child {
  margin-left:20px;
  
  box-shadow: 0px 1px 12px rgba(51, 51, 153, 0.64);
}
.header__nav__button button:first-child {
  box-shadow: 0px 1px 5px rgba(51, 51, 153, 0.1);

}
.header__nav__button button:hover a,
.header__nav__button button a {
  /* color: white; */
  text-decoration: none;
}

 .multi_nav_head{
  color: #011c32;
  font-weight: 900 !important;
}
.subList {
  color: #011c32;
}
/*****************MAIN *******************/
section {
  margin: 120px 0;
}
main {
  padding-top: 67px;
}

/* SECTION 1 */
.section__1 {
  padding: 25px 10px;
  margin: 0;
}
.section__1 h1 span {
  color: red;
}
.section__1 p {
  text-align: left;
  color: #8495ae;
  margin-top: -10px;
}
.section__1__input {
  position: relative;
  margin: 35px 0;
}
.section__1__input input {
  width: 100%;
  height: 56px;
  background: var(--background-secondary-color);
  border: 1px solid #e0e4eb;
  border-radius: var(--border-radius);
  padding: 5px 55px;
}
.section__1__input input:focus {
  outline: none;
  border: 1px solid #8c8d91;
}
.section__1__input button {
  width: 112px;
  height: 40px;
  border-radius: var(--border-radius);
  position: absolute;
  right: 8px;
  top: 9px;
}
::placeholder {
  color: #8495ae;
  font-size: 16px;
}
.section__1__input img {
  position: absolute;
  left: 18px;
  top: 16px;
}
.section__3__grid__img {
  display: flex;
  justify-content: center;
  align-items: center;
}
.img_desktop {
  display: none;
}
/* SECTION__2 */
.section__2 {
  margin-top: 0;
}
.section__2__current div:last-child {
  margin-top: 20px;
}
.section__2__current div:first-child {
  text-align: center;
}
.section__2__current p:first-child {
  color: #8495ae;
}
.section__2__current p:last-child {
  color: var(--text-color);
}
/* section__3 */
.section__3__tab span {
  color: #8495ae;
  font-family: ClashDisplay;
}
.section__3__grid__content {
  margin-top: 30px;
}
.section__3__tab .section__3__active {
  color: black;
}
.section__3__grid__text {
  margin-top: 20px;
}
.section__3__tab span:nth-child(2) {
  margin: 0 22px;
}
.section__3__grid {
  margin: 40px 0;
}
.section__3__grid__link a {
  font-weight: bold;
  font-size: 14px;
  text-decoration: underline;
  color: #045ca6;
}
.section__3__pagination span {
  margin-right: 30px;
  color: #8495ae;
  font-size: 32px;
  cursor: pointer;
  font-family: ClashDisplay;
}
.section__3__pagination .section__3__active,
.section__3__pagination .section__3__dash {
  color: var(--text-color);
}
/* SECTION__4 */
.section__4 {
  margin: 0 auto;
  padding: 80px 0;
}
.section__4__back {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 15px;
  cursor: pointer;
}
.section__4__back a {
  color: var(--text-color);
}
.section__4__back span {
  margin-right: 7px;
}
.section__4__date {
  padding: 30px 0;
  color: #8495ae;
}
.section__4__link {
  margin: 20px 0;
  display: flex;
}
.section__4__link > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: #e0e4eb;
  cursor: pointer;
  border-radius: 50%;
  margin-right: 25px;
}
.section__4__article__text {
  margin-top: 35px;
}
.section__4__article__word {
  margin: 60px 0;
}
/* FOOTER */
footer {
  background-color: #000c15;
  padding-top:80px;
  position: relative;
  width: 100vw;
  margin-left: -50vw;
  left: 50%;
}
footer .footer__top h3,
footer .footer__top p {
  color: white;
  text-align: center;
}
footer .footer__top p {
  width: 70%;
  margin: 0 auto;
}

.footer__top h3 {
  text-shadow: 0px 1px 10px rgba(255, 255, 255, 0.25);
}
.footer__top__button {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
footer .footer__top button {
  width: 235px;
  height: 56px;
  border-radius: var(--border-radius);
}
.footer__link {
  margin: 0px auto;
  margin-top: 30px;
  margin-bottom: 0px;
  padding-bottom: 50px;
  width: 90%;
}
.footer__copyright{
  text-align: center;
  color:#566676;
  padding:5px 0;
}
footer .footer__li__link p {
  color: #566676;
}
footer .footer__link > div:first-child p {
  color: #f3f4f7;
  margin-top: 20px;
}
footer .footer__li__link li {
  color: white;
  margin: 14px 0;
  cursor: pointer;
  font-size: 16px;
}
.social__media__icon {
  display: flex;
  justify-content: space-between;
  width: 65%;
}
.social__media__icon > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: white;
  cursor: pointer;
  border-radius: 50%;
}
footer a {
  color: white;
}
footer a:hover {
  color: #c1cad7;
}
.footer__container {
  margin-top: 40px;
}
.footer__li__link{ 
  display: grid;
  grid-template-columns: repeat(2,1fr);
  grid-column-gap: 30px;
}
@media (min-width: 600px) {
  .wrapper,
  .header,
  .footer__container {
    width: 90%;
  }
  .wrapper h1 {
    font-size: 40px;
    line-height: 60px;
  }
  .wrapper h2 {
    font-size: 48px;
    line-height: 64px;
  }
  .wrapper h3 {
    font-size: 40px;
    line-height: 60px;
  }
  .wrapper h4 {
    font-size: 24px;
    line-height: 32px;
  }
  .wrapper p {
    font-size: 16px;
    line-height: 28px;
  }
  .wrapper h6 {
    font-size: 20px;
  }
  /* header */
  .headerTop {
    padding: 0px;
    margin-top: -10px;
  }
  .closeMenu {
    display: none;
  }

  .multi_navbar .multi_navbar_ul {
    margin-top: 30px;
  }
  .multi_navbar {
    border: none;
  }
  .header nav ul li a,
  .header nav ul .multi_navbar a {
    color: var(--heading-color);
    font-weight: 500;
    font-size: 16px;
  }
  .header nav ul .multi_navbar:hover a {
    color: var(--secondary-color);
  }
  .multi_navbar .multi_navbar_ul li {
    margin: 10px 0;
    transition: 0.3s;
    margin-left: -10px;
  }
  .multi_navbar .multi_navbar_ul {
    position: absolute;
    top: 5px;
    background: #fff;
    width: 351px;
    box-shadow: 0px 1px 7px rgba(14, 31, 53, 0.08);
    border-radius: 8px;
    margin-left: -10px;
  }
  .multi_navbar_ul_div_item div:last-child p:first-child {
    display: block;
  }
  .multi_navbar_ul_div_item p {
    color: var(--heading-color);
    font-weight: 500;
  }
  /* multinav flex */
  .multi_navbar .multi_navbar_ul li:not(:first-child) {
    margin: 4px 0;
   padding: 0px 20px;
  }
  .multi_navbar .multi_navbar_ul li:first-child {
   padding: 0px 32px;
  }
  .navbar__contact,
  .navbar__contact_li,
  .whitePaper {
    display: none;
  }
  .header nav ul {
    height: auto;
    padding: 0px 10px;
    position: static;
    margin-top: 22px;
    display: flex;
    /* float: right; */
    width: auto;
    text-align: right;
    background: transparent;
    top: 0;
    left: 0;
    right: 0;
    overflow: visible;
  }
  .header__nav__button__wrapper {
    display: block;
    margin-top: -15px;
  }
  .header__nav__button button{
    background:white
  }
 .header__nav__button__wrapper .multi_navbar .multi_navbar_ul {
    position: absolute;
    right:5rem;
    top: 30px;
  } 
  .dappButton{
    position: relative;
  }
  .header__nav__button__wrapper .multi_navbar .multi_navbar_ul_3 {
    position: absolute;
    left:84%;
    top: 30px;
  width:160px;
  } 
  .header__nav__button__wrapper .multi_navbar .multi_navbar_ul_4 {
    position: absolute;
    left:70%;
    top: 30px;
  width:160px;
  } 
  .header nav ul >li {
    border-bottom: none;
  }
  .multi_navbar_4,.nft-link{
    display:none
  }
  /* .header__nav__button__wrapper .multi_navbar .multi_navbar_ul_3 .multi_navbar_ul_div li{
    padding:2px 20px;
    padding-top: 17px;
  } 
  .header__nav__button__wrapper .multi_navbar .multi_navbar_ul_3 .multi_navbar_ul_div li:first-child{
    padding:2px 30px;
    padding-top: 17px;
  }  */
.multi_navbar ul li:hover{
  background:#e6e3e3
}
  .header nav ul li {
    padding: 0 10px;
  }
  .header nav {
    display: flex;
    justify-content: space-between;
  }
  .menuToggle {
    display: none;
  }
  .logo {
    font-size: 45px;
    margin-top: 5px;
    padding: 0;
  }
  .img_mobile {
    display: none;
  }
  .img_desktop {
    display: block;
  }
  /* SECTION__1 */
  .section__3__tab span {
    font-size: 27px;
  }
  .section__1 {
    padding: 80px 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .section__2__current {
    width: 85%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
  }
  .section__3__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-row-gap: 40px;
  }
  .section__3__grid__text {
    width: 350px;
  }
  .section__3__grid__text p:last-child {
    color: var(--text-color);
  }
  .section__3__grid__text p:first-child {
    color: #8495ae;
  }
  .section__4 {
    width: 620px;
  }
  .footer__top {
    width: 70%;
    margin: 0 auto;
    margin-bottom: 120px;
  }
  footer .footer__top p {
    width: 100%;
  }
  .footer__container {
    margin: 0;
  }
  .footer__link {
    display: grid;
   grid-template-columns: 30% 70%;
    grid-gap: 50px;
  }
  .footer__li__link {
    display: flex;
    justify-content: space-between;
  }
  footer .footer__top p {
    width: 66%;
  }
}
