button:focus {
  outline: none;
}
a {
  text-decoration: none !important;
}
@font-face {
  font-family: "theme-font";
  src: url(../font/Berlin-Sans/Berlin-Sans-FB-Demi-Bold.ttf);
}
.theme-color {
  color: #fdd900;
}
.theme-color-alt {
  color: #ea3d11;
}
body {
  font-family: "theme-font";
}
.font-theme {
  color: #132f09 !important;
}
.border-radius-7 {
  border-radius: 7px !important;
}

.padding-top-50 {
  padding-top: 50px !important;
}

.padding-top-70 {
  padding-top: 70px !important;
}

.padding-top-100 {
  padding-top: 100px !important;
}

.padding-top-150 {
  padding-top: 150px !important;
}

.padding-top-200 {
  padding-top: 200px !important;
}

.padding-top-250 {
  padding-top: 250px !important;
}

.padding-top-300 {
  padding-top: 300px !important;
}

.padding-bottom-50 {
  padding-bottom: 50px !important;
}

.padding-bottom-100 {
  padding-bottom: 100px !important;
}

.padding-bottom-150 {
  padding-bottom: 150px !important;
}

.margin-top-50 {
  margin-top: 50px !important;
}

.margin-top-100 {
  margin-top: 100px !important;
}

.margin-top-150 {
  margin-top: 150px !important;
}

.margin-bottom-50 {
  margin-bottom: 50px !important;
}

.margin-bottom-100 {
  margin-bottom: 100px !important;
}

.margin-bottom-150 {
  margin-bottom: 150px !important;
}

.font-bold {
  font-weight: 600;
}

.font-13 {
  font-size: 13px !important;
}

.font-40 {
  font-size: 40px;
}

/* nav top */

section {
  overflow: hidden;
}

/* /navbar/ */

.main_navigation {
  background-color: transparent;
  padding: 0px 40px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
}
.main_navigation .navbar-toggler {
  color: white;
}

.main_navigation.fixed-top {
  transition: all 0.8s ease-in-out;
}

.main_navigation .nav-link {
  color: white;
  font-weight: 500;
  font-size: 20px !important;
  font-weight: 700;
}

.main_navigation .navbar-nav .dropdown:hover .menu_dropdown {
  display: block !important;
}

.main_logo {
  width: 180px;
}

.main_navigation .collapse .nav-link {
  padding: 25px 30px;
  position: relative;
}
.main_navigation .collapse .nav-link small {
  background: #132f09;
  padding: 3px 8px;
  border-radius: 7px;
  font-size: 11px;
  color: #fdd900;
  font-weight: 700;
  margin-left: 12px;
}

.main_navigation .collapse .nav_btn {
  padding: 10px 15px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  color: black !important;
  font-weight: 700;
}

.btn_nav_search {
  height: 45px;
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white !important;
}

.main_navigation .collapse .nav-item:hover .btn_search {
  border: 2px solid #1dcedb !important;
  background-color: white !important;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
  color: #1dcedb !important;
}

.hero_bg {
  background: linear-gradient(0deg, #370000, #430000b3),
    url(../images/main_bg.jpg);
  background-size: cover;
  background-position: top;
  min-height: 100vh;
  padding-top: 120px;
  padding-bottom: 150px;
}
.hero-main h1 {
  font-size: 40px;
  text-transform: capitalize;
  color: white;
}
.hero-main h3 {
  font-size: 24px;
  color: white;
}
.socail-icons {
  padding: 15px 0px;
}
.hero-main ul li {
  padding-left: 10px;
}
.btn-cake {
  font-size: 18px;
  background: #8b5a30;
  color: white;
  font-weight: 800;
  padding: 7px 10px;
  display: flex;
  transition: all 0.3s ease-in-out;
  transform: translateY(0px);
  align-items: center;
  box-shadow: 0px 4px 0px 0px black;
}
.btn-cake:hover {
  background-color: #a76c38;
  color: white;
  transform: translateY(-5px);
}
.btn-cake img {
  width: 20px;
  margin-right: 10px;
}
.btn-telegram {
  background-color: #156daa;
  font-size: 18px;
  color: white;
  font-weight: 800;
  transition: all 0.3s ease-in-out;
  transform: translateY(0px);
  padding: 7px 10px;
  display: flex;
  align-items: center;
  box-shadow: 0px 4px 0px 0px black;
}
.btn-telegram:hover {
  background-color: #2c82be;
  color: white;
  transform: translateY(-5px);
}
.btn-theme {
  background-color: #fdd900;
  font-size: 26px;
  line-height:26px;
  color: #ea3d11 !important;
  text-transform: uppercase;
  font-weight: 800;
  justify-content: space-between;
  padding: 7px 20px;
  align-items: center;
  box-shadow: 0px 6px 0px 0px #4f0d01;
}
.btn i {
  margin-right: 10px;
}
.btn-chart {
  background-color: #585f7b;
  font-size: 18px;
  color: white;
  font-weight: 800;
  transition: all 0.3s ease-in-out;
  transform: translateY(0px);
  padding: 7px 10px;
  display: flex;
  align-items: center;
  box-shadow: 0px 4px 0px 0px black;
}

.btn-chart:hover {
  background-color: #71737c;
  color: white;
  transform: translateY(-5px);
}

.platform_bg {
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  background-color: #280000;
}

.section-title {
  font-size: 32px;
  text-transform: capitalize;
  color: white;
}

.section-title-2 {
  font-size: 34px;
  text-transform: capitalize;
  color: #ea3d11;
}
.section-title-2 span {
  color: #fdd900;
  text-transform: uppercase;
}
.section-para {
  font-size: 60px;
  line-height: 50px;
  text-transform: capitalize;
  color: #fdd900;
}

.cloud_lower {
  position: absolute;
  top: 50%;
  opacity: 0.75;
  left: 0;
  right: 0;
  background: url(../images/mist_down.png) repeat-x 0 0;
  background-size: cover;
  animation: an-clouds 200s linear infinite;
  padding: 300px;
}

.cloud_upper {
  position: absolute;
  top: -14%;
  opacity: 0.5;
  left: 0;
  right: 0;
  background: url(../images/mist_down.png) repeat-x 0 0;
  background-size: 45%;
  animation: an-clouds 200s linear infinite;
  padding: 100%;
}
.about_img_1 img {
  width: 100%;
  position: absolute;
  z-index: 99;
  bottom: -1px;
}

.platform_inner .about_main {
  background-color: #4f0d01;
  padding: 15px 30px;
  display: inline-block;
  margin-top: 17px;
}
.platform_inner .about_main h4 {
  font-size: 24px;
  color: white;
  text-transform: uppercase;
  margin-bottom: 0;
}
.platform_inner .about_main h4 span {
  color: #ea3d11;
}
.platform_inner .about_main p {
  font-size: 14px;
  margin-bottom: 0;
  color: white;
  text-transform: uppercase;
}
.platform_inner h5 {
  font-size: 15px;
  color: white;
  margin-top: 25px;
  text-transform: uppercase;
}
.about_img_2 img {
  width: 100%;
  position: absolute;
  z-index: 99;
  top: -5px;
}
.tokenomic_bg {
  padding-top: 180px;
  padding-bottom: 150px;
  background-color: #3b0900;
}
.product_main {
  margin-top: 60px;
  margin-bottom: 100px;
}
.product_main li {
  padding: 0px 10px;
}
.product_main li a {
  background: #280000;
  color: white;
  padding: 15px 35px;
  font-size: 25px;
}

.contract_main {
  background: #280000;
  padding: 18px 30px;
  margin-top: 30px;
}
.contract_main img {
  width: 65px;
}
.contract_main h5 {
  font-size: 30px;
  color: white;
}
.contract_main p {
  font-size: 22px;
  color: white;
}
.contract_main .client-img {
  height: 65px;
  border-radius: 50%;
  object-fit: cover;
}
.contract_main h6 {
  font-size: 18px;
}
@media screen and (min-width: 2000px) {
  .cloud_upper {
    position: absolute;
    top: -35%;
    opacity: 0.5;
    left: 0;
    right: 0;
    background: url(../images/mist_down.png) repeat-x 0 0;
    background-size: 45%;
    animation: an-clouds 200s linear infinite;
    padding: 100%;
  }
  .tokenomic_bg {
    padding-top: 250px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 901px) {
  .main_navigation {
    padding: 0 10px;
  }
  .main_navigation .collapse .nav-link.nav_after {
    margin: 0px 10px;
  }
  .main_navigation .collapse .nav-link {
    padding: 17px 9px;
  }
  .contract_main {
    padding: 17px 20px;
  }
  .cloud_upper {
    background-size: 65%;
  }
}
@media screen and (max-width: 900px) and (min-width: 601px) {
  .telegram_inner p {
    font-size: 22px;
  }
  .main_navigation .collapse .nav-link.nav_after {
    display: none;
  }
  .navbar-toggler {
    color: white;
  }
  .main_navigation .navbar-nav {
    background: #280000;
  }
  .contract_main {
    padding: 17px 20px;
  }
  .contract_main h5 {
    font-size: 25px;
  }
  .cloud_upper {
    background-size: 85%;
  }
  .product_main li {
    display: block;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 600px) {
  .hero-main h1 {
    font-size: 35px;
  }
  .main-img {
    width: 350px;
  }
  .main_navigation {
    padding: 0px 10px;
  }
  .main_navigation .navbar-nav {
    background: #280000;
  }
  .hero-main ul li {
    padding-left: 5px;
  }
  .hero_bg {
    padding-bottom: 70px;
  }
  .about_img_1 img {
    bottom: -6px;
  }
  .section-title {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .section-para {
    font-size: 34px;
    line-height: 34px;
    margin-bottom: 5px;
  }
  .section-title-2 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .product_main li a {
    display: block;
    margin-top: 20px;
  }
  .contract_main {
    padding: 18px 10px;
  }
  .contract_main h5 {
    font-size: 26px;
    color: white;
    margin-top: 20px;
  }
  .contract_main p {
    line-break: anywhere;
  }
  .about_img_2 img {
    top: -10px;
  }
  .platform_bg {
    padding-bottom: 25px;
    padding-top:30px;
  }
  .cloud_upper {
    top: -3%;
    opacity: 0.5;
    left: 0;
    right: 0;
    background: url(../images/mist_down.png) repeat-x 0 0;
    background-size: 100%;
  }
  .cloud_lower {
    padding: 145px;
    top: 80%;
  }
}

@keyframes an-clouds {
  0% {
    background-position: 0 0;
  }
  to {
    background-position: 10000px 0;
  }
}

/* Back To Top */

#backToTop {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50%;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  text-decoration: none;
  box-shadow: 0 4px 10px 0px rgb(0 0 0 / 40%);
}

#backToTop i {
  color: #280000;
}

#backToTop:hover {
  cursor: pointer;
  background-color: var(--theme-secondary);
}
#backToTop:hover i {
  color: white;
}

#backToTop.show {
  opacity: 1;
  visibility: visible;
}

.platform_bg::after {
  content: "";
  position: absolute;
  background-color: #280000;
  top: 0;
  width: 100%;
  height: 10px;
}
.platform_bg::before {
  z-index: 999;
  content: "";
  position: absolute;
  background-color: #280000;
  bottom: 0px;
  width: 100%;
  height: 10px;
}
