/*
@File: Goosebumps Template Styles

* This file contains the styling for the actual template, this
is the file you need to edit to change the look of the template.

This files table contents are outlined below>>>>>

*******************************************
/*

/*
Default Style
============================*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Orbitron:wght@400;500;600;700;800;900&display=swap");
body {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
  background-color: #0e121a;
}

a {
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  text-decoration: none;
  color: #ffffff;
}

a:hover {
  text-decoration: none;
  color: #3c58e6;
}

a:focus {
  text-decoration: none;
}

button {
  outline: 0 !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  padding: 0;
}

button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: #ffffff;
  font-weight: Bold;
  font-family: "Orbitron", sans-serif;
}

h3 {
  font-family: "Montserrat", sans-serif;
}

p {
  font-size: 16px;
  margin-bottom: 15px;
  line-height: 27px;
}

p:last-child {
  margin-bottom: 0;
}

img {
  max-width: 100%;
  height: auto;
}

.form-control {
  height: 55px;
  background-color: #fdfdfd;
  border: 1px solid #fdfdfd;
  background-color: transparent;
  border-radius: 0;
  font-size: 16px;
  padding: 10px 20px;
  width: 100%;
  color: #ffffff !important;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.form-control::-webkit-input-placeholder {
  color: #ffffff;
}

.form-control:-ms-input-placeholder {
  color: #ffffff;
}

.form-control::-ms-input-placeholder {
  color: #ffffff;
}

.form-control::placeholder {
  color: #ffffff;
}

.form-control:focus {
  color: #151519;
  background-color: transparent;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  outline: 0;
  border-color: #3c58e6 !important;
}

.form-control:hover:focus, .form-control:focus {
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pt-70 {
  padding-top: 70px;
}

.mb-50 {
  margin-bottom: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.ml-15 {
  margin-left: 15px;
}

.mr-15 {
  margin-right: 15px;
}

/*
Default Btn Area Style*/
.default-btn {
  font-size: 16px;
  color: #18e9d9;
  line-height: 1;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  text-align: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: inline-block;
  padding: 15px 30px !important;
  background: #02232a;
  /* background-image: -webkit-gradient(linear, left top, right top, from(#3c58e6), to(#00e8d8)); */
  /* background-image: linear-gradient(to right, #3c58e6, #00e8d8); */
  border-radius: 50px;
  font-weight: 500;
  white-space:nowrap;
}

.default-btn::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background-color: #ffffff;
  z-index: -1;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.default-btn:hover {
  color: #3c58e6;
  border-color: #04c0d7;
  cursor: pointer;
}

.default-btn:hover::before {
  width: 100%;
  right: auto;
  left: 0;
}

/*
Read More Btn Area Style*/
.read-more {
  font-size: 15px;
  color: #ffffff;
}

.read-more img {
  margin-left: 2px;
  width: auto !important;
}

.read-more:hover {
  letter-spacing: 1px;
  color: #ffffff;
}

/*
Section Title Area Style*/
.section-title {
  max-width: 750px;
  margin: -6px auto 50px;
  text-align: center;
  position: relative;
}

.section-title h2 {
  font-size: 40px;
  margin-bottom: 20px;
  position: relative;
}

.section-title h2:last-child {
  margin-bottom: 0;
}

.section-title h2.untt {
  font-family: "Montserrat", sans-serif;
}

.section-title p {
  max-width: unset;
  margin: auto;
}

.section-title.left-title {
  margin-left: 0;
  margin-right: auto;
  text-align: left;
}

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic);
blockquote {
  width: 100%;
  margin: 50px auto;
  font-style: italic;
  color: #ffffff;
  padding: 1.2em 30px 1.2em 75px;
  line-height: 1.6;
  position: relative;
  /* background: #ffffff38; */
  border-left: 5px solid #00ead9;
}

blockquote::before {
  content: "\201C";
  color: #00ead9;
  font-size: 6em;
  position: absolute;
  left: 25px;
  top: -25px;
}

blockquote::after{
  content: '';
}
/*
Header Area Style
======================================================*/
.top-header {
  /* padding-top: 15px;
  padding-bottom: 15px; */
  background-color: rgba(255, 255, 255, 0.1);
}

.top-header-left-content {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.top-header-left-content li {
  display: inline-block;
  margin-right: 8px;
}

.top-header-left-content li:last-child {
  margin-right: 0;
}

.top-header-left-content li a i {
  font-size: 15px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #ffffff;
  display: inline-block;
  border-radius: 50px;
  color: #0d3f69;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.top-header-left-content li a:hover i {
  background-color: #2b2b4b;
  color: #ffffff;
}

.top-header-right-content {
  float: right;
}

.top-header-right-content .select {
  position: relative;
  width: 43px;
  height: 43px;
  border-radius: 50px;
  background-color: rgba(255, 255, 255, 0.09);
  z-index: 1010;
  right: 21px;
}

.top-header-right-content .select::before {
  content: "";
  position: absolute;
  top: -5px;
  left: -6px;
  width: 54px;
  height: 54px;
  background-color: rgba(255, 255, 255, 0.06);
  border-radius: 50px;
  z-index: -1;
}

.top-header-right-content .select .selectBtn {
  background: var(--bg1);
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 3px;
  width: 100%;
  cursor: pointer;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.top-header-right-content .select .selectBtn:after {
  content: "";
  position: absolute;
  top: 45%;
  right: -20px;
  width: 6px;
  height: 6px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.top-header-right-content .select .selectBtn.toggle {
  border-radius: 3px 3px 0 0;
}

.top-header-right-content .select .selectBtn.toggle:after {
  -webkit-transform: translateY(-50%) rotate(-135deg);
  transform: translateY(-50%) rotate(-135deg);
}

.top-header-right-content .select .selectDropdown {
  position: absolute;
  top: 100%;
  width: 100%;
  border-radius: 0 0 3px 3px;
  overflow: hidden;
  background: var(--bg1);
  border-top: 1px solid #eee;
  z-index: 1010;
  background: #2d3b40;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: top center;
  transform-origin: top center;
  visibility: hidden;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

.top-header-right-content .select .selectDropdown .option {
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

.top-header-right-content .select .selectDropdown .option:hover {
  background: #3c58e6;
}

.top-header-right-content .select .selectDropdown.toggle {
  visibility: visible;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.hnbl-bg {
  /* background-image: url(../../assets/images/hnbl-bg-darker.jpg?v=1); */
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #000d16;;
}


.side-navbar {
  position: fixed;
  z-index: 1000;
  top: 9.375rem;
  right: 0;
  background-color: rgba(3, 31, 63);
  overflow-x: hidden;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 0.8rem 0.53rem 0.8rem 0.45rem;
  width: 3rem;
  border-top-left-radius: 0.875rem;
  border-bottom-left-radius: 0.875rem;
  box-shadow: 0px 0px 10px black;
}

.side-navbar a {
  max-width: 100%;
  margin-bottom: 0.5rem;
}

.side-navbar a:last-child {
  margin-bottom: 0rem;
}

.side-navbar img{
  transition: all ease 0.2s;
}

.side-navbar img:hover{
  filter:brightness(100);
  margin-bottom: 0rem;
}

/*
Nav Area Style
======================================================*/
.navbar {
  padding: 15px 0;
  z-index: 1009;
  width: 100%;
  background: #000d16;
}

.navbar.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1009;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  border: none;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
          animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}

.navbar .navbar-nav {
  column-gap: 1rem;
}

.navbar .navbar-nav .nav-item {
  display: flex;
  align-items: center;
}

.navbar .navbar-nav .nav-item .nav-link {
  color: #ffffff;
  text-transform: capitalize;
  position: relative;
  font-size: 16px;
  line-height: 21px;
  margin: 0 !important;
  text-align: center;
  /* padding-left: 0;
  padding-right: 0;
  padding-bottom: 8px;
  padding-top: 8px;
  margin-left: 25px;
  margin-right: 25px; */
  font-weight: 500;
}

.navbar .navbar-nav .nav-item .nav-link::before {
  content: "";
  position: absolute;
  bottom: -1px;
  right: 0;
  width: 0;
  height: 1px;
  background: linear-gradient(to right, #18e9d9, #8167e9) border-box;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.navbar .navbar-nav .nav-item .nav-link:hover {
  color: #ffffff;
}

.navbar .navbar-nav .nav-item .nav-link:hover::before {
  opacity: 1;
  visibility: visible;
  width: 100%;
  right: auto;
  left: 0;
}

.navbar .navbar-nav .nav-item .nav-link.default-btn {
  padding: 8px 20px;
}

.navbar .navbar-nav .nav-item .nav-link.default-btn::before {
  display: none;
}

.navbar .navbar-nav .nav-item .nav-link.active {
  color: #ffffff;
}

.navbar .navbar-nav .nav-item .nav-link.active::before {
  opacity: 1;
  visibility: visible;
  width: 100%;
  right: auto;
  left: 0;
}

.navbar .navbar-nav .nav-item:last-child .nav-link {
  margin-right: 0;
}

.navbar .navbar-nav .nav-item:first-child .nav-link {
  margin-left: 0;
}

/*
Banner Area Style
======================================================*/
.banner-area {
  /*background-image: url(../../assets/images/index-2/banner-bg.jpg);*/
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner-content {
  max-width: 1111px;
  margin: auto;
  text-align: center;
}

.banner-content h1 {
  font-size: 80px;
  color: #ffffff;
  margin-bottom: 30px;
}

.banner-content p {
  margin-bottom: 40px;
  max-width: 810px;
  margin: auto;
}

.banner-img {
  text-align: center;
}

/*
News Area Style
======================================================*/

.slider-bg {
    background-image: url(.././images/hex.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
    padding-top: 50px !important;
    padding-bottom: 30px !important;
}

.single-news-item {
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  -webkit-filter: blur(0);
  filter: blur(0);
  border: 2.5px solid #18e9d9;
  background: radial-gradient(rgba(32,65,105,.9),rgba(32,65,105,.9),rgba(51,105,154,.9));
  box-shadow: 0 3px 33px rgb(24 233 217 / 55%);
  opacity: 1;
  height: 100%;
}

.single-news-item img {
  /*opacity: 1;*/
  /*display: block;*/
  width: 100%;
  /*height: auto;*/
  /*transition: .5s ease;*/
  /*backface-visibility: hidden;*/
}

.single-news-item .news-content {
  /*padding: 25px;*/
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.single-news-item:hover img {
  opacity: 0.3;
}

.single-news-item .news-content:hover {
  opacity: 1;
}


.single-news-item .news-content span {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.4);
  display: block;
  margin-bottom: 15px;
}

.single-news-item .news-content h3 {
  font-size: 20px;
  margin-bottom: 15px;
}

.single-news-item .news-content h3 a {
  color: #ffffff;
}

.single-news-item.pb-nedd {
  padding-bottom: 24px;
}

/*.single-news-item:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}*/

.news-slide.owl-carousel .owl-item img {
  display: inline-block;
}

.news-slide.owl-theme .owl-nav {
  margin-top: 0px;
  text-align: center;
}

.news-slide.owl-theme .owl-nav .owl-prev, .news-slide.owl-theme .owl-nav .owl-next {
  margin: 0 5px;
  position: absolute;
  top: 50%;
  left: -50px;
  -webkit-transform: translateY(-55px);
          transform: translateY(-55px);
}

.news-slide.owl-theme .owl-nav .owl-prev i, .news-slide.owl-theme .owl-nav .owl-next i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 50px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.news-slide.owl-theme .owl-nav .owl-prev:hover, .news-slide.owl-theme .owl-nav .owl-next:hover {
  background-color: transparent;
}

.news-slide.owl-theme .owl-nav .owl-prev:hover i, .news-slide.owl-theme .owl-nav .owl-next:hover i {
  background-color: white;
  color: #3c58e6;
}

.news-slide.owl-theme .owl-nav .owl-next {
  left: auto;
  right: -50px;
}

.news-slide.owl-theme .owl-dots {
  margin-top: 5px;
}

.news-slide.owl-theme .owl-dots .owl-dot span {
  width: 5px;
  height: 5px;
  background-color: #959595;
}

.news-slide.owl-theme .owl-dots .owl-dot.active {
  border: 1px solid #fff;
  border-radius: 50px;
  padding: 2px 0 !important;
  background-color: #00325a;
}

/*
Keep Climbing Area Style
======================================================*/
.keep-climbing-area {
  /* background-image: url(../../assets/images/keep-climbing-bg-darker.jpg?v=2); */
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.keep-climbing-content h2 {
  font-size: 48px;
  margin-bottom: 30px;
}

.keep-climbing-content p {
  margin-bottom: 30px;
}

.keep-climbing-content .keep-btn {
  margin-bottom: 30px;
}

.keep-climbing-content .keep-btn .default-btn.active {
  margin-left: 20px;
}

.keep-climbing-content ul {
  padding-left: 0;
  margin-bottom: 30px;
  list-style-type: none;
}

.keep-climbing-content ul li {
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 5px;
}

.keep-climbing-content ul li:last-child {
  margin-bottom: 0;
}

.keep-climbing-content ul li span {
  color: rgba(255, 255, 255, 0.8);
}

.keep-climbing-content input[type=text] {
  border: 0;
  background-color: transparent;
  color: #fff;
  font-size: .9em;
  padding: 0.4em;
  width: 100%;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.keep-climbing-content input:focus-visible {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.keep-climbing-content input[type=submit] {
  background-image: -webkit-gradient(linear, left top, right bottom, from(#22c894), to(#955fee));
  background-image: linear-gradient(to bottom right, #22c894, #955fee);
  border: 0;
  border-radius: 50px;
  color: #fff;
  float: right;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 600;
}

.keep-climbing-content .copy-link {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  color: #fff;
  padding: .8em;
  overflow: hidden;
}

/*
Token Tokenomics Area Style
======================================================*/
.token-tokenomics-area {
  /* background-image: url(../../assets/images/token-tokenomics-bg.jpg); */
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.token-content {
  text-align: left!important;
  padding-top: 25px!important;
}

.token-tokenomics-area .section-title span {
  font-size: 12px;
}

.token-tokenomics-area  ul {
  padding-left: 0;
  margin-bottom: 30px;
  list-style-type: none;
}

.token-tokenomics-area ul li {
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 5px;
}

.token-tokenomics-area ul li:last-child {
  margin-bottom: 0;
  font-weight: 700;
}

.token-tokenomics-area ul li span {
  color: rgba(255, 255, 255, 0.8);
}

.token-tokenomics-area .section-title {
  margin-bottom: 50px;
}

.token-tokenomics-wrap {
  max-width: 800px;
  margin: auto;
}

.single-tokenomics {
  text-align: center;
  margin-bottom: 50px;
}

.single-tokenomics img {
  margin-bottom: 15px;
}

.single-tokenomics h3 {
  font-size: 36px;
  margin-bottom: 12px;
}

.token-tokenomics-img {
  text-align: center;
}



/*
Partner Area Style
======================================================*/
.pho-bg {
  background-image: url(../../assets/images/pho-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.partner-item {
  margin-bottom: 30px;
}

/*
How Empire Area Style
======================================================*/
.how-empire-item {
  background-color: rgba(255, 255, 255, 0.03);
  padding: 30px;
  text-align: center;
  height: 100%;
}

.how-empire-item img {
  margin-bottom: 30px;
}

.how-empire-item h3 {
  font-size: 22px;
}

.how-empire-item p {
  font-size: 17px;
}

.how-empire-item .read-more img {
  margin-bottom: 0;
}

.how-empire-item.pb-nedd {
  padding-bottom: 85px;
}

.how-empire-slide.owl-carousel .owl-item img {
  display: inline-block;
  width: auto;
}

.how-empire-slide.owl-theme .owl-nav {
  margin-top: 0;
  text-align: left;
}

.how-empire-slide.owl-theme .owl-nav .owl-prev, .how-empire-slide.owl-theme .owl-nav .owl-next {
  margin: 0;
  position: absolute;
  top: 50%;
  left: -50px;
  -webkit-transform: translateY(-55px);
          transform: translateY(-55px);
}

.how-empire-slide.owl-theme .owl-nav .owl-prev i, .how-empire-slide.owl-theme .owl-nav .owl-next i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 50px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.how-empire-slide.owl-theme .owl-nav .owl-prev:hover, .how-empire-slide.owl-theme .owl-nav .owl-next:hover {
  background-color: transparent;
}

.how-empire-slide.owl-theme .owl-nav .owl-prev:hover i, .how-empire-slide.owl-theme .owl-nav .owl-next:hover i {
  background-color: white;
  color: #3c58e6;
}

.how-empire-slide.owl-theme .owl-nav .owl-next {
  left: auto;
  right: -50px;
}

.how-empire-slide.owl-theme .owl-dots {
  margin-top: 50px;
}

.how-empire-slide.owl-theme .owl-dots .owl-dot span {
  width: 5px;
  height: 5px;
  background-color: #959595;
}

.how-empire-slide.owl-theme .owl-dots .owl-dot.active {
  border: 1px solid #fff;
  border-radius: 50px;
  padding: 2px 0 !important;
  background-color: #00325a;
}

.how-empire-area .how-empire-item-height {
  height: 45vh;
}

/*
How Empire Area Style
======================================================*/
.transparency-content {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.transparency-content li {
  font-size: 20px;
  position: relative;
}

.transparency-content li h4 {
  font-size: 20px;
}

.transparency-content li:nth-child(1) {
  top: -130px;
  right: -60px;
}

.transparency-content li:nth-child(2) {
  top: 0;
  right: -60px;
}

.transparency-content li:nth-child(3) {
  top: 130px;
  right: -60px;
}

.marketing-content {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.marketing-content li {
  position: relative;
  text-align: right;
}

.marketing-content li h4 {
  font-size: 20px;
}

.marketing-content li:nth-child(1) {
  top: -130px;
  left: -60px;
}

.marketing-content li:nth-child(2) {
  top: 0;
  left: -25px;
}

.marketing-content li:nth-child(3) {
  top: 130px;
  left: -50px;
}

/*
How Empire Area Style
======================================================*/
.where-img {
  text-align: center;
}

.where-img .default-btn {
  margin-top: -20px;
}

.where-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
  background-color: rgba(255, 255, 255, 0.02);
  height: 636px;
  overflow-y: scroll;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}

.where-list::-webkit-scrollbar {
  width: 7px;
}

.where-list::-webkit-scrollbar-track {
  background: #2b2b4b;
}

.where-list::-webkit-scrollbar-thumb {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#854def), to(#03e6db));
  background-image: linear-gradient(to top, #854def, #03e6db);
  border-radius: 50px;
}

.where-list::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.where-list li {
  padding: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  font-size: 18px;
}

.where-list li span {
  margin-right: 25px;
  font-weight: 600;
}

.where-area {
  /* background-image: url(../../assets/images/where-bg.jpg); */
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.where-area .we-are-here-btn .default-btn {
  display: unset;
}

/*
Think Item Area Style
======================================================*/
.what-we-think-area {
  /* background-image: url(../../assets/images/what-we-think-bg.jpg); */
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.think-item {
  text-align: right;
  max-width: 260px;
  margin-right: 0;
  margin-left: auto;
}

.think-item h3 {
  font-size: 22px;
}

.think-item.item-2 {
  text-align: left;
  margin-right: auto;
  margin-left: 0;
}

.think-item.item-3 {
  text-align: left;
  margin-right: auto;
  margin-left: 0;
  margin-top: 30px;
}

/*
Single Why Empire Area Style
======================================================*/
.wabf-area {
  background-image: url(../../assets/images/wabf-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.single-why-empire {
  background-color: rgba(255, 255, 255, 0.03);
  padding: 30px;
  text-align: center;
  height: 100%;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-why-empire img {
  margin-bottom: 20px;
}

.single-why-empire h3 {
  font-size: 20px;
}

.single-why-empire:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

/*
Founder Area Style
======================================================*/
.the-founder-content h2 {
  font-size: 40px;
  margin-bottom: 20px;
}

.the-founder-content h3 {
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 20px;
}

.founder-profile {
  text-align: center;
}

.founder-profile img {
  margin-bottom: 20px;
}

.founder-profile h3 {
  font-size: 20px;
}

.founder-profile span {
  font-size: 15px;
  display: block;
  margin-bottom: 10px;
}

.founder-profile ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.founder-profile ul li {
  display: inline-block;
  margin: 0 5px;
}

.founder-profile ul li a i {
  background-color: #ffffff;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  color: #033c69;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.founder-profile ul li a:hover i {
  background-color: #3c58e6;
  color: #ffffff;
}

/*
Blog Area Style
======================================================*/
.single-blog-item {
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  background-color: rgba(255, 255, 255, 0.1);
  height: 100%;
}

.single-blog-item img {
  width: 100%;
}

.single-blog-item .blog-content {
  padding: 35px;
}

.single-blog-item .blog-content span {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.4);
  display: block;
  margin-bottom: 15px;
}

.single-blog-item .blog-content h3 {
  font-size: 22px;
  margin-bottom: 15px;
}

.single-blog-item .blog-content h3 a {
  color: #ffffff;
}

.single-blog-item.pb-nedd {
  padding-bottom: 24px;
}

.single-blog-item:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.blog-slide.owl-carousel .owl-item img {
  display: inline-block;
}

.blog-slide.owl-theme .owl-nav {
  margin-top: 0;
  text-align: left;
}

.blog-slide.owl-theme .owl-nav .owl-prev, .blog-slide.owl-theme .owl-nav .owl-next {
  margin: 0;
  position: absolute;
  top: 50%;
  left: -50px;
  -webkit-transform: translateY(-55px);
          transform: translateY(-55px);
}

.blog-slide.owl-theme .owl-nav .owl-prev i, .blog-slide.owl-theme .owl-nav .owl-next i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 50px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.blog-slide.owl-theme .owl-nav .owl-prev:hover, .blog-slide.owl-theme .owl-nav .owl-next:hover {
  background-color: transparent;
}

.blog-slide.owl-theme .owl-nav .owl-prev:hover i, .blog-slide.owl-theme .owl-nav .owl-next:hover i {
  background-color: white;
  color: #3c58e6;
}

.blog-slide.owl-theme .owl-nav .owl-next {
  left: auto;
  right: -50px;
}

.blog-slide.owl-theme .owl-dots {
  margin-top: 50px;
}

.blog-slide.owl-theme .owl-dots .owl-dot span {
  width: 5px;
  height: 5px;
  background-color: #959595;
}

.blog-slide.owl-theme .owl-dots .owl-dot.active {
  border: 1px solid #fff;
  border-radius: 50px;
  padding: 2px 0 !important;
  background-color: #00325a;
}

/*
FAQ CSS
======================================================*/
.faq-accordion .accordion {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}

.faq-accordion .accordion .accordion-item {
  border-radius: 5px;
  display: block;
  background: rgba(255, 255, 255, 0.04);
  margin-bottom: 15px;
  border: none;
}

.faq-accordion .accordion .accordion-item:last-child {
  margin-bottom: 0;
}

.faq-accordion .accordion .accordion-title {
  padding: 20px 60px 17px 25px;
  color: #ffffff;
  text-decoration: none;
  position: relative;
  display: block;
  font-size: 18px;
  font-weight: 600;
}

.faq-accordion .accordion .accordion-title i {
  position: absolute;
  right: 25px;
  top: 18px;
  font-size: 15px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  background-color: #00adab;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50px;
}

.faq-accordion .accordion .accordion-title i::before {
  position: relative;
  top: 1px;
  left: 1px;
}

.faq-accordion .accordion .accordion-title.active i::before {
  content: "\f068";
  font-family: normal normal normal 14px/1 FontAwesome;
}

.faq-accordion .accordion .accordion-content {
  display: none;
  position: relative;
  margin-top: -5px;
  padding-bottom: 20px;
  padding-right: 60px;
  padding-left: 25px;
  word-break: break-word;
}

.faq-accordion .accordion .accordion-content.show {
  display: block;
}

/*
Footer Area Style
======================================================*/
.footer-area {
  /* background-image: url(../../assets/images/footer-bg.jpg); */
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.single-footer-widget {
  margin-bottom: 30px;
}

.single-footer-widget img {
  margin-bottom: 20px;
}

.single-footer-widget p {
  color: rgba(255, 255, 255, 0.8);
}

.single-footer-widget h3 {
  font-size: 20px;
  margin-bottom: 30px;
}

.single-footer-widget ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.single-footer-widget li a {
  color: rgba(255, 255, 255, 0.8);
}

.single-footer-widget li a:hover {
  color: white;
}

.single-footer-widget li {
  position: relative;
  margin-bottom: 15px;
  line-height: 25px;
}

.single-footer-widget li a i {
  /* background-color: #00e8d8; */
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  /* border-radius: 50px; */
  /* margin-right: 10px; */
  /* color: #2d3b40; */
}

.single-footer-widget li a:hover {
  color: #00e8d8;
}

/*
Copy Right Area Style
======================================================*/
.copy-right-area {
  /* border-top: 1px solid #2d3b40; */
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 70px;
}

.copy-right-area p {
  color: rgba(255, 255, 255, 0.5);
}

.copy-right-area .socil-link {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
  text-align: right;
}

.copy-right-area .socil-link li {
  display: inline-block;
  margin-right: 8px;
}

.copy-right-area .socil-link li:last-child {
  margin-right: 0;
}

.copy-right-area .socil-link li a i {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #2d3551;
  background-color: #ffffff;
  border-radius: 50px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.copy-right-area .socil-link li a:hover i {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.indacoin-form .empire-input,
.indacoin-form #indacoin-payment-link {
  border-radius: 10px;
}

.indacoin-form .empire-input {
  background-color: transparent !important;
  border: 2px solid white !important;
}

.indacoin-form .empire-input:disabled {
  opacity: 0.5;
}

.indacoin-form .form-label {
  color: #ffffff;
}


/*====================================================
OTHERS STYLE AREA
=====================================================*/
/*
Preloader Area Style*/
.preloader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #151519;
  z-index: 99999;
}

.preloader .content {
  width: 80px;
  height: 80px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  border-radius: 50%;
}

.preloader .content::after {
  content: "";
  position: absolute;
  width: 90%;
  height: 90%;
  background: #3c58e6;
}

.preloader .content::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #3c58e6;
  -webkit-animation: rotate-five 12s infinite alternate;
          animation: rotate-five 12s infinite alternate;
}

.preloader .content .box {
  height: 50%;
  width: 50%;
  background: #151519;
  position: relative;
  z-index: 10;
  -webkit-animation: 12s rotate-five infinite alternate;
          animation: 12s rotate-five infinite alternate;
}

.preloader.preloader-deactivate {
  visibility: hidden;
}

@-webkit-keyframes rotate-five {
  0% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  50% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate-five {
  0% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  50% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/*
Go Top Style*/
.go-top {
  position: fixed;
  cursor: pointer;
  right: 3%;
  top: 87%;
  background-color: #3c58e6;
  z-index: 4;
  width: 40px;
  text-align: center;
  height: 42px;
  line-height: 42px;
  -webkit-transform: scale(0);
          transform: scale(0);
  visibility: hidden;
  -webkit-transition: .9s;
  transition: .9s;
}

.go-top i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 20px;
}

.go-top i:last-child {
  opacity: 0;
  visibility: hidden;
  top: 60%;
}

.go-top::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #3c58e6;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.go-top:hover {
  color: #ffffff;
  background-color: #3c58e6;
}

.go-top:hover::before {
  opacity: 1;
  visibility: visible;
}

.go-top:hover i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}

.go-top:hover i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}

.go-top:focus {
  color: #ffffff;
}

.go-top:focus::before {
  opacity: 1;
  visibility: visible;
}

.go-top:focus i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}

.go-top:focus i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}

.go-top.active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  visibility: visible;
  right: 3%;
  top: 92%;
  -webkit-transform: scale(1);
          transform: scale(1);
}
/*# sourceMappingURL=style.css.map */

.download-logo {
  padding-left: 0;
  margin-bottom: 15px;
  list-style-type: none;
  gap: 8px;
}

.download-logo img {
  max-height: 50px;
  width: auto;
}

.the-empire-ecosystem-area .section-title h3 {
  padding-top: 30px;
  font-family: 'Montserrat', sans-serif;
}