/*===============================================

Template Name: nftpro - IT Solutions & Services HTML5 Template
Version: 0.1
 
================================================*/
/*============================
  Nftpro Main Menu Area Css
==============================*/
.cryptobit_nav_manu {
  background: transparent;
  position: relative;
  z-index: 444;
  margin-bottom: -88px;
  border-bottom: 1px solid rgb(154, 153, 166, 0.3);
}

nav.cryptobit_menu {
  display: inline-block;
  padding: 0 0px 0 1px;
}

.cryptobit_menu ul {
  list-style: none;
  display: inline-block;
  margin-left: 5px;
}

.cryptobit_menu>ul>li {
  display: inline-block;
  position: relative;
}

.cryptobit_menu>ul>li>a {
  display: block;
  margin: 30px 18px;
  -webkit-transition: 0.5s;
  font-size: 18px;
  font-family: "Montserrat";
  font-weight: 400;
  color: #ffff;
  text-decoration: none;
}

nav.cryptobit_menu ul li span i {
  display: inline-block;
  font-size: 12px;
  transition: 0.5s;
}

.header-button {
  display: inline-block;
}

.header-button a {
  display: inline-block;
  color: #fff;
  padding: 13px 35px;
  background: #004646;
  border-radius: 30px;
  transition: 0.5s;
  position: relative;
  z-index: 1;
  text-decoration: none;
  margin-left: 15px;
}

.header-button a:before {
  position: absolute;
  content: "";
  z-index: -1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 30px;
  background: linear-gradient(to right, #00cdaa 25%, #64a6f8 65%);
  transform: scale(0);
  transition: 0.5s;
}

.header-button a:after {
  position: absolute;
  content: "";
  z-index: 1;
  left: 0;
  top: -22px;
  width: 39%;
  height: 24%;
  box-shadow: 16px 36px 26px #21b68f;
}

.cryptobit_menu>ul>li>a:hover {
  color: #1dd1a1;
}

/*style two button*/
.style-two .header-button {
  display: inline-block;
  padding-left: 40px;
}

.style-two .header-button a {
  display: inline-block;
  color: #fff;
  padding: 13px 35px;
  background: linear-gradient(to right, #64a6f8 22%, #00cdaa 87%);
  border-radius: 30px;
  transition: 0.5s;
  position: relative;
  z-index: 1;
  margin: 0 10px 0 -7px;
  text-decoration: none;
}

.style-two .header-button a:before {
  position: absolute;
  content: "";
  z-index: -1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 30px;
  background: linear-gradient(to right, #00cdaa 25%, #64a6f8 65%);
  transform: scale(0);
  transition: 0.5s;
}

/*header button 2*/
nav.cryptobit_menu.upper1 {
  display: inline-block;
  padding: 0 0px 0 40px;
}

.upper1.header-button {
  display: inline-block;
  padding-left: 22px;
}

.upper1.header-button a {
  display: inline-block;
  font-size: 16px;
  font-family: "Montserrat";
  font-weight: 500;
  color: #ffffff;
  padding: 10px 30px;
  background: #ff6267;
  border: 1px solid #ff6267;
  border-radius: 4px;
  transition: 0.5s;
  position: relative;
  z-index: 1;
  margin: 0;
  text-decoration: none;
}

.upper1.header-button a:before {
  position: absolute;
  content: "";
  z-index: -1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 4px;
  background: #131218;
  transform: scale(0);
  transition: 0.5s;
}

.upper1.header-button a:after {
  position: inherit;
}

.header-button a:hover:before {
  transform: scale(1);
}

.header-button a:hover {
  color: #fff;
}

.nftpro_menu>ul>li>a:hover {
  color: #b725f2;
}

/*sticky*/
.main_sticky {
  display: none;
}

.sticky {
  left: 0;
  margin: auto;
  position: fixed !important;
  top: 0;
  width: 100%;
  -webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
  background: #000000;
  transition: 0.5s;
  z-index: 4;
  border: 0;
}

/*sub menu*/
.cryptobit_menu ul .sub-menu li {
  position: relative;
}

.cryptobit_menu ul .sub-menu li a {
  display: block;
  padding: 12px 20px;
  margin: 0;
  line-height: 1.3;
  letter-spacing: normal;
  font-size: 17px;
  font-weight: 600;
  font-family: "Montserrat";
  text-transform: capitalize;
  transition: 0.1s;
  visibility: inherit !important;
  color: #616161;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

/* sub menu style */
.cryptobit_menu ul .sub-menu {
  position: absolute;
  left: 0;
  top: 130%;
  width: 240px;
  text-align: left;
  background: #fff;
  margin: 0;
  z-index: 1;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  border-top: 2px solid #00ad89;
}

.cryptobit_menu ul li:hover>.sub-menu {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
  top: 100%;
  z-index: 9;
}

.cryptobit_menu ul .sub-menu li {
  position: relative;
}

.cryptobit_menu ul .sub-menu li a {
  display: block;
  padding: 12px 20px;
  margin: 0;
  line-height: 1.3;
  letter-spacing: normal;
  font-size: 16px;
  font-weight: 500;
  font-family: "Montserrat";
  text-transform: capitalize;
  transition: 0.1s;
  visibility: inherit !important;
  color: #616161;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.cryptobit_menu ul .sub-menu li:hover>a,
.cryptobit_menu ul .sub-menu .sub-menu li:hover>a,
.cryptobit_menu ul .sub-menu .sub-menu .sub-menu li:hover>a,
.cryptobit_menu ul .sub-menu .sub-menu .sub-menu .sub-menu li:hover>a {
  background: #1dd1a1;
  color: #fff !important;
}

/*hero section style two*/
.upper.cryptobit_menu>ul>li>a {
  display: block;
  margin: 30px 18px;
  -webkit-transition: 0.5s;
  font-size: 18px;
  font-family: "Montserrat";
  font-weight: 400;
  color: #ffff;
  text-decoration: none;
}

.upper.cryptobit_menu ul .sub-menu {
  position: absolute;
  left: 0;
  top: 130%;
  width: 240px;
  text-align: left;
  background: #fff;
  margin: 0;
  z-index: 1;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  border-top: 2px solid #ffbc00;
}

.upper.cryptobit_menu>ul>li>a:hover {
  color: #ffbc00;
}

.upper.cryptobit_menu ul .sub-menu li:hover>a {
  background: #ffbc00;
  color: #fff !important;
}

.up .upper.cryptobit_menu>ul>li>a {
  margin: 30px 15px;
}

/*============================
  Nftpro banner section Area Css
==============================*/
/*<!--hero section two-->*/
.style-two.hero-section {
  background: #050603;
  height: 950px;
}

/*hero content*/
.style-two .hero-content:before {
  position: inherit;
}

.style-two .hero-title h1 {
  font-size: 58px;
  font-weight: 700;
}

.style-two .hero-title {
  position: relative;
}

.style-two .hero-title h3 {
  position: relative;
  font-size: 58px;
  color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #ff6267;
  padding: 13px 0 0;
  z-index: 1;
}

.style-two .hero-title .shape {
  position: absolute;
  height: 105px;
  width: 408px;
  background-image: linear-gradient(to bottom, #ff6267, transparent);
  border-radius: 50%;
  bottom: -36px;
  left: -30px;
  transform: rotate(-5deg);
}

.style-two .hero-title .shape::before {
  content: "";
  position: absolute;
  height: 96%;
  width: 402px;
  background: #040404;
  left: 3px;
  top: 2%;
  border-radius: 50%;
}

.style-two .hero-text {
  position: relative;
}

.style-two .hero-text p {
  color: #ffffff;
  padding: 13px 0 20px;
}

/*style two thumb*/
.style-two .dreamit-hero-thumb {
  position: relative;
}

.style-two .hero-main-thumb {
  position: relative;
  left: 0;
  top: 16px;
}

.style-two .hero-main-thumb img {
  width: 99%;
}

.style-two .hero-thumb-inner1 {
  position: absolute;
  right: -32px;
  top: -40px;
}

.style-two .hero-thumb-inner2 {
  position: absolute;
  z-index: 1;
  top: 120px;
  left: 50px;
}

.style-two .hero-thumb-inner3 {
  position: absolute;
  z-index: 1;
  right: 42px;
  left: inherit;
  top: 275px;
}

.style-two .hero-thumb-inner4 {
  position: absolute;
  top: -455px;
  left: -100px;
}

.style-two .hero-thumb-inner5 {
  position: absolute;
  top: 35px;
  left: -70px;
  z-index: 1;
}

.style-two .hero-thumb-inner6 {
  position: absolute;
  content: "";
  z-index: 1;
  right: -83px;
  top: -454px;
}

/*hero button 2*/
.style-two .hero-button a {
  display: inline-block;
  font-size: 16px;
  padding: 17px 34px;
  font-weight: 500;
  font-family: "Montserrat";
  background: #ff6267;
  color: #ffffff;
  border-radius: 5px;
  border: 1px solid #ff6267;
  position: relative;
  z-index: 1;
}

.style-two .hero-button a:before {
  position: absolute;
  content: "";
  z-index: -1;
  right: 0;
  bottom: 0;
  left: inherit;
  top: inherit;
  width: 26px;
  height: 22px;
  background: #e24d51;
  border-radius: 25px 0 0 0;
  transition: 0.5s;
}

.style-two .hero-button a:hover:before {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

/*============================
  Nftpro section title Css
==============================*/
.dreamit-section-title h1 {
  font-size: 38px;
  font-weight: 400;
  color: #fff;
}

h1.section-title {
  font-weight: 600;
}

.dreamit-section-title h4 {
  font-size: 18px;
  font-weight: 500;
  color: #ffbc00;
  position: relative;
  z-index: 1;
}

.dreamit-section-title h4:before {
  position: absolute;
  z-index: 1;
  content: "";
  left: -120px;
  top: 10px;
  right: 0;
  margin: auto;
  width: 152px;
  height: 1px;
  background-image: linear-gradient(to right, #1db78f, #333);
}

.dreamit-section-title p {
  color: #ffffff;
}

p.section-text {
  padding: 24px 0 7px;
}

.upper1.dreamit-section-title h4 {
  font-size: 18px;
  margin-bottom: 19px;
}

.upper1 p.section-text1 {
  padding: 24px 0px 7px;
}

/*up*/
.up p.section-text {
  padding: 24px 311px 7px;
}

.up.dreamit-section-title h4:before {
  position: absolute;
  z-index: 1;
  content: "";
  left: 325px;
  top: 10px;
  right: 0;
  margin: auto;
  width: 152px;
  height: 1px;
  background-image: linear-gradient(to right, #1db78f, #333);
}

.up.dreamit-section-title h4:after {
  position: absolute;
  z-index: 1;
  content: "";
  left: -292px;
  top: 10px;
  right: 0;
  margin: auto;
  width: 120px;
  height: 1px;
  background-image: linear-gradient(to left, #1db78f, #333);
}

.dreamit-section-title span {
  font-size: 42px;
  font-weight: 600;
}

/*section title style two*/
.style-two.dreamit-section-title h4 {
  font-size: 24px;
  font-weight: 500;
  color: #ff6267;
  padding: 0 0 10px;
}

.style-two.dreamit-section-title h4:before {
  position: inherit;
}

.style-two.dreamit-section-title h1 {
  font-size: 42px;
  font-weight: 700;
  color: #fff;
  line-height: 42px;
}

/*section title style three*/

/*============================
  Cpyptobit about Area Css
==============================*/
/*about area style two*/
.style-two.about-area {
  background: #050603;
}

/*about thumb style two*/
.style-two .dreamit-about-thumb {
  position: relative;
  z-index: 1;
}

.style-two .about-thumb-inner {
  position: absolute;
  left: 59px;
  top: 84px;
}

.style-two .about-thumb-inner1 {
  position: absolute;
  right: 190px;
  top: 46px;
}

/*about icon box*/
.style-two .about-single-icon-box {
  background: #1e1e24;
  padding: 10px 0 12px 20px;
  border-radius: 5px;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}

.style-two .about-single-icon-box:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background: #ffbc00;
  transition: 0.5s;
  border-radius: 5px;
  z-index: -1;
}

.about-icon {
  display: inline-block;
}

.about-icon i {
  font-size: 22px;
  color: #ffbc00;
  margin-right: 10px;
  transition: 0.5s;
}

.about-title {
  display: inline-block;
}

.about-title h4 {
  font-size: 19px;
  font-weight: 500;
  display: inline-block;
  font-family: cursive;
}

/*about button*/
.about-button2 a {
  display: inline-block;
  font-size: 16px;
  padding: 15px 34px;
  font-weight: 500;
  font-family: "Montserrat";
  background: #ff6267;
  color: #fff;
  border-radius: 5px;
  border: 1px solid #ff6267;
  position: relative;
  z-index: 1;
}

.about-button2 a:before {
  position: absolute;
  content: "";
  z-index: -1;
  right: 0;
  bottom: 0;
  width: 26px;
  height: 22px;
  background: #e24d51;
  border-radius: 25px 0 0 0;
  transition: 0.5s;
}

.about-button2 a:hover:before {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

.style-two .about-single-icon-box:hover:before {
  height: 100%;
}

.about-single-icon-box:hover .about-icon i {
  color: #fff;
}

/*============================
  Nftpro feature Area Css
==============================*/
/*feature area style two*/
.style-two.feature-area {
  background: #0d0d0d;
}

/*style two feature box*/
.style-two .feature-single-box {
  padding: 35px 50px 15px;
  text-align: center;
  background: #16141c;
  border-radius: 5px;
  margin-bottom: 30px;
}

.style-two .feature-icon1 i {
  display: inline-block;
  font-size: 35px;
  color: #f47a7e;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background: #242227;
  border-radius: 50%;
  transition: 0.5s;
}

.style-two .feature-title h3 {
  font-size: 25px;
  font-weight: 700;
  background: linear-gradient(to right, #ff9416 50%, #fff 50%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-size: 200%, 100%;
  background-position: 100%;
  transition: 0.5s;
  padding: 16px 0 0;
}

.feature-title h3 {
  font-size: 22px;
  font-weight: 600;
  background: linear-gradient(to right, #ffbc00 50%, #fff 50%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-size: 200%, 100%;
  background-position: 100%;
  transition: 0.5s;
  padding: 11px 0 0;
}

.style-two .feature-title p {
  font-size: 16px;
  color: #ffffff;
  padding: 10px 0 0;
}

.feature-bottom-text p {
  color: #fff;
  font-size: 15px;
}

.feature-bottom-text p i {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #202126;
  border-radius: 40px;
  color: #c48c00;
  margin-right: 5px;
  position: relative;
  z-index: 1;
  transition: 0.5s;
}

.feature-bottom-text p i:after {
  position: absolute;
  content: "";
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #feba00;
  border-radius: 50%;
  transform: scale(0);
  transition: 0.5s;
}

.feature-bottom-text span {
  color: #ff6267;
  text-decoration: underline;
}

.feature-bottom-text span a {
  color: #ff6267;
}

.style-two .feature-single-box:hover .feature-icon1 i {
  background: #ffbb00;
  color: #212529;
}

.feature-bottom-text p i:hover {
  color: #fff;
}

.feature-bottom-text p i:hover:after {
  transform: scale(1);
}

.feature-title h3:hover {
  background-position: 0;
}

/*style-three feature area*/
.style-three.feature-area {
  background: #091326;
}

.style-three .feature-single-box {
  padding: 0 40px;
  text-align: left;
  background: transparent;
  border-radius: 5px;
  margin-bottom: 30px;
}

.style-three .feature-title h3 {
  font-size: 22px;
  font-weight: 600;
  background: linear-gradient(to right, #ffbc00 50%, #fff 50%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-size: 200%, 100%;
  background-position: 100%;
  transition: 0.5s;
  padding: 20px 0 0px;
}

.feature-title p {
  font-size: 15px;
  color: #919da4;
  padding: 14px 0 0;
}

.style-three .feature-single-box:hover .feature-title h3 {
  background-position: 0;
}

/*feature area style four*/
.style-four.feature-area {
  background: #0a1527;
}

.style-four .feature-single-box {
  padding: 45px 52px 40px;
  text-align: left;
  background: #0f1b30;
  border-radius: 5px;
  margin-bottom: 30px;
}

.style-four .feature-icon1 {
  float: left;
  margin-right: 30px;
  width: 95px;
  height: 95px;
  line-height: 95px;
  text-align: center;
  background: #182841;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}

.style-four .feature-icon1:before {
  position: absolute;
  content: "";
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(to right, #ffbc00 35%, #ffbc00 82%);
  border-radius: 50%;
  transform: scale(0);
  transition: 0.5s;
}

.feature-icon1 img {
  transition: 0.5s;
}

.style-four .feature-title {
  overflow: hidden;
}

.style-four .feature-title h3 {
  font-size: 24px;
  background: linear-gradient(to right, #00d2a0 50%, #fff 50%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-size: 200%, 100%;
  background-position: 100%;
  transition: 0.5s;
  padding: 0 0 10px;
}

.style-four .feature-title h3 a {
  font-weight: 600;
}

.style-four .feature-title p {
  font-size: 16px;
  color: #919da4;
  padding: 14px 0 0;
}

.feature-button a {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  font-family: "Montserrat";
  transition: 0.5s;
  color: #ffbc00;
}

.style-four .feature-single-box:hover .feature-icon1 img {
  filter: brightness(0) invert(1);
}

.style-four .feature-single-box:hover .feature-icon1:before {
  transform: scale(1);
}

/*feature area style five*/
.style-five.feature-area {
  background: #0b182c;
}

.style-five .feature-single-box {
  padding: 40px 35px 20px;
  text-align: center;
  background: transparent;
  border-radius: 5px;
  margin-bottom: 30px;
}

.style-five .feature-icon1 {
  width: 95px;
  height: 95px;
  line-height: 95px;
  text-align: center;
  background: #121f37;
  border-radius: 50px;
  margin: 0 auto 18px;
}

.style-five .feature-title p {
  font-size: 16px;
  color: #919da4;
  padding: 14px 0 0;
}

/*prossess ber*/
.prossess-ber-plugin span {
  color: #ffffff;
  font-weight: 500;
  font-family: "Montserrat";
  font-size: 16px;
}

.barfiller {
  width: 100%;
  height: 5px;
  background: #4b4c59;
  position: relative;
  margin-bottom: 22px;
  margin-top: 11px;
  border-radius: 5px;
}

.barfiller .fill {
  display: block;
  position: relative;
  width: 0px;
  height: 100%;
  background: #333;
  z-index: 1;
}

.barfiller .tipWrap {
  display: none;
}

.barfiller .tip {
  font-size: 16px;
  left: 0px;
  border-radius: 2px;
  position: absolute;
  z-index: 2;
}

span.tip {
  display: none;
}

.stat-bar:nth-of-type(1) .stat-bar-rating {
  animation-delay: 0.25s;
  -webkit-animation-delay: 0.25s;
}

span.fill {
  background: #5192f7 !important;
  border-radius: 5px;
}

span.fill.my-class {
  background: #22d5a4 !important;
  border-radius: 5px;
}

span.fill.my-class2 {
  background: #ef9329 !important;
  border-radius: 5px;
}

span.fill.my-class3 {
  background: #f368df !important;
  border-radius: 5px;
}

span.fill.my-class4 {
  background: #d7df22 !important;
  border-radius: 5px;
}

span.fill.my-class5 {
  background: #ee3953 !important;
  border-radius: 5px;
}

/*============================
  Criptobit token Area Css
==============================*/
.token-area {
  background: #0d182e;
}

.token-area .up.dreamit-section-title h4:before {
  left: 278px;
}

.token-area .up.dreamit-section-title h4:after {
  left: -244px;
}

/*token box*/
.single-token-box {
  background: #12213b;
  margin-bottom: 30px;
  padding: 15px 30px 20px;
  border-radius: 5px;
}

.token-title h4 {
  font-size: 17px;
  font-weight: 500;
}

.token-title p {
  color: #fff;
  font-size: 14px;
  padding: 14px 0 0;
  margin-bottom: -2px;
}

p.token-text {
  padding: 0px 0 0;
}

.token-title span {
  color: #00b98e;
}

/*============================
  Criptobit services Css
==============================*/
.services-area {
  background: #272727;
}

.row.service-bg {
  background: url(assets/images/resource/service-bg.png);
  padding: 40px 80px 50px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 10px;
}

p.service-text {
  padding: 20px 0 0;
}

.style-two.services-area .dreamit-section-title h1 {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  line-height: 42px;
}

.services-area p.section-text {
  padding: 24px 334px 7px;
}

/*service thumb*/
.service-single-thumb {
  position: relative;
  z-index: 1;
}

.service-thumb-inner {
  position: absolute;
  right: 100px;
  bottom: 5px;
}

.service-thumb-inner1 {
  position: absolute;
  bottom: 60px;
  left: -83px;
}

.service-thumb-inner2 {
  position: absolute;
  right: 145px;
  top: 165px;
}

.service-thumb-inner3 {
  position: absolute;
  top: 155px;
  left: -28px;
}

/*============================
  Criptobit process area Css
==============================*/
.process-area {
  background: #050603;
}

.process-area p.section-text {
  padding: 20px 326px 7px;
}

/*process single box*/
.single-process-box {
  text-align: center;
  margin-bottom: 30px;
}

/*process thumb*/
.single-process-thumb {
  position: relative;
  z-index: 1;
  background: #15161c;
  border-radius: 8px;
  padding: 35px 0 30px;
  width: 70%;
  margin: auto;
}

.single-process-thumb img {
  transition: 0.5s;
}

.process-number {
  position: absolute;
  top: -20px;
  margin: auto;
  left: 0;
  right: 0;
}

.process-number span {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  font-family: "Montserrat";
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  background: #30303d;
  display: inline-block;
  transition: 0.5s;
  border-radius: 5px;
}

.single-process-box:hover .single-process-thumb img {
  transform: rotateY(180deg);
}

.single-process-box:hover .process-number span {
  background: #ffbd00;
}

/*process content*/
.process-title h4 {
  font-size: 20px;
  font-weight: 600;
  padding: 15px 0 12px;
}

.process-text p {
  color: #ffffff;
}

.process-title h4:hover {
  color: #ffbd00;
}

/*process shape*/
.process-shape {
  position: relative;
  top: -382px;
  left: 144px;
  right: 0;
  margin: auto;
}

/*style two process area*/
.style-two.process-area {
  background: #0f0133;
}

/*process thumb*/
.process-single-thumb-box {
  position: relative;
  z-index: 1;
}

.process-thumb-inner {
  position: absolute;
  top: 75px;
  left: 110px;
}

.process-thumb-inner1 {
  position: absolute;
  top: 160px;
  left: 50px;
}

/*process icon box*/
.process-single-icon-box {
  background: url(assets/images/resource/icon-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  padding: 38px 40px 30px;
}

.process-top-title h3 {
  font-size: 28px;
  font-weight: 600;
}

.process-top-title p {
  color: #919da4;
  padding: 14px 0 0;
}

.icon-number {
  float: left;
  margin-right: 20px;
}

.icon-number span {
  font-size: 18px;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 30px;
  background: linear-gradient(to right, #64a6f8 22%, #00cdaa 87%);
}

.icon-number span:before {
  position: absolute;
  content: "";
  z-index: -1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 30px;
  background: linear-gradient(to right, #00cdaa 25%, #64a6f8 65%);
  transform: scale(0);
  transition: 0.5s;
}

.em-process-title h4 {
  font-size: 20px;
  font-weight: 600;
}

.em-process-title p {
  color: #919da4;
  padding: 10px 0 0;
  overflow: hidden;
}

.em-process-icon1 {
  margin: 23px 0 0;
}

/*============================
  Criptobit em_bar_bg  Css
==============================*/
.em_bar_bg {
  height: 5px;
  width: 100px;
  background: #005763;
  margin: 30px auto 15px;
  position: relative;
  border-radius: 30px;
}

.em_bar_bg:before {
  content: "";
  position: absolute;
  left: 0;
  top: -7.7px;
  height: 18px;
  width: 18px;
  background: url(assets/images/resource/em.png);
  background-size: contain;
  background-repeat: no-repeat;
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-name: MOVE-BG;
}

@-webkit-keyframes MOVE-BG {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(88px);
    transform: translateX(88px);
  }
}

@keyframes MOVE-BG {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(88px);
    transform: translateX(88px);
  }
}

/*============================
  Criptobit testimonial area Css
==============================*/
.testimonial-area {
  background: #0c0c0b;
}

.about-button2.text-right {
  text-align: right;
}

.testimonial-single-box {
  position: relative;
}

/*counter thumb*/
.testimonial-counter-thumb {
  text-align: center;
  position: relative;
}

.counter-thumb {
  position: relative;
  z-index: 1;
}

.testimonial-counter-title {
  position: absolute;
  z-index: 1;
  top: 25%;
}

.testimonial-counter-title h3 {
  font-size: 48px;
  font-weight: 600;
}

.testimonial-counter-title p {
  font-size: 18px;
  color: #919da4;
  padding: 12px 30px 0;
}

/*testimonial single box*/
.testimonial-thumb {
  float: left;
  margin-right: 20px;
}

/*testimonial content*/
.testimonial-title {
  display: inline-block;
}

.testimonial-title h3 {
  font-size: 20px;
  font-weight: 600;
}

.testimonial-text p {
  color: #919da4;
  padding: 8px 0 0;
}

.testi-icon {
  display: inline-block;
  padding-left: 15px;
  position: relative;
  z-index: 1;
}

.testi-icon:before {
  position: absolute;
  content: "";
  left: 5px;
  top: 6px;
  height: 14px;
  width: 2px;
  background: #5b5b5b;
}

.testi-icon i {
  display: inline-block;
  color: #ffbd00;
  font-size: 13px;
}

.qoute-icon {
  position: absolute;
  right: 0;
  top: 20px;
}

.qoute-icon i {
  display: inline-block;
  font-size: 30px;
  color: #ff6267;
}

.testi-text p {
  color: #919da4;
  font-style: italic;
  padding: 10px 0 0;
}

/*owl carousel*/

button.owl-dot {
  width: 15px;
  height: 3px;
  margin-left: 8px;
  background: #5b5b5b !important;
  display: inline-block;
}

button.owl-dot.active {
  width: 18px;
  height: 3px;
  background: #ff6267 !important;
}

/*testimonial style two*/
.testimonial-area.style-two {
  background: #100133;
  padding: 100px 0 300px;
}

/*counter*/
.style-two .testi-counter-content {
  text-align: center;
}

.style-two .testi-counter-title h3 {
  font-size: 40px;
  font-weight: 600;
}

.style-two .testi-icon:before {
  position: inherit;
}

.style-two .testi-icon i {
  display: inline-block;
  color: #ffbd00;
  font-size: 15px;
  margin-right: 7px;
  padding: 7px 0 7px;
}

.style-two .testi-counter-text p {
  color: #919da4;
}

/*testimonial box style two*/
.style-two .testimonial-single-box {
  padding: 40px 45px 35px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}

.style-two .testimonial-single-box:before {
  position: absolute;
  content: "";
  z-index: -1;
  top: 0;
  right: 0;
  background: url(assets/images/resource/testi-bx.png);
  width: 0;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 5px;
  opacity: 0;
  transition: 0.5s;
}

.style-two .testimonial-thumb {
  float: left;
  margin-right: 16px;
}

.style-two .testimonial-title h3 {
  font-size: 18px;
  font-weight: 600;
  padding: 0px 0 1px;
}

.style-two .testimonial-title span {
  color: #919da4;
  transition: 0.5s;
}

.style-two .testi-text p {
  color: #fff;
  font-style: inherit;
  padding: 40px 0 0;
  font-size: 15px;
  margin: 0px 0 13px;
}

.style-two .testi-icon {
  display: inline-block;
  padding-left: 0;
}

.style-two .testi-icon1 i {
  display: inline-block;
  color: #ffbd00;
  font-size: 12px;
  margin-right: 0;
  padding: 0px 0 0px;
}

.style-two .testi-icon1 span {
  color: #00cdaa;
  font-size: 14px;
  padding-left: 5px;
  transition: 0.5s;
}

.style-two .testimonial-single-box:hover:before {
  opacity: 1;
  width: 100%;
  left: 0;
}

.style-two .testimonial-single-box:hover .testimonial-title span {
  color: #fff;
}

.style-two .testimonial-single-box:hover .testi-icon1 span {
  color: #fff;
}

/*upp*/
.style-two .testimonial-single-box.upp {
  margin-top: 50px;
}

/*===================================
  Nftpro team area Css
=====================================*/
.team-area {
  background: #181f32;
}

/*section upper*/
.team-area .up.dreamit-section-title h4:before {
  left: 260px;
}

.team-area .up.dreamit-section-title h4:after {
  left: -228px;
}

.team-area .up p.section-text {
  padding: 17px 365px 7px;
}

/*single box*/
.team-single-box {
  background: #1e273d;
  text-align: center;
  padding: 40px 0 35px;
  border-radius: 5px;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}

.team-single-box:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  background: url(assets/images/resource/shape-1.png);
  width: 100%;
  height: 40%;
  z-index: -1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 5px 5px 0 0;
}

/*team content*/
.team-title h3 {
  font-size: 20px;
  font-weight: 600;
  padding: 13px 0 0;
  background: linear-gradient(to right, #00b78d 50%, #fff 50%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-size: 200%, 100%;
  background-position: 100%;
  transition: 1s;
}

.team-text p {
  display: inline-block;
  color: #23b68f;
  padding: 6px 0 40px;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}

.team-text p:before {
  position: absolute;
  content: "";
  top: 40px;
  left: 0;
  right: 0;
  margin: auto;
  width: 2px;
  height: 20px;
  background-image: linear-gradient(to bottom, #23b68f, #122135);
}

.team-single-box:hover .team-title h3 {
  background-position: 0;
}

/*team social menu*/
.team-social-menu ul {
  display: inline-block;
}

.team-social-menu ul li {
  display: inline-block;
  list-style: none;
  padding-right: 14px;
}

.team-social-menu ul li a {
  color: #fff;
}

.team-social-menu ul li a span {
  color: #23b68f !important;
}

.team-social-menu ul li a:hover {
  color: #00b68d;
}

/*box upper*/
.upper1.team-single-box:before {
  background: url(assets/images/resource/shape-2.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.upper1 .team-title h3 {
  background: linear-gradient(to right, #f4ae64 50%, #fff 50%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-size: 200%, 100%;
  background-position: 100%;
}

.upper1 .team-text p {
  color: #f4ae64;
}

.upper1 .team-text p:before {
  background-image: linear-gradient(to bottom, #f4ae64, #122135);
}

.upper1 .team-social-menu ul li a span {
  color: #f4ae64 !important;
}

.upper1 .team-social-menu ul li a:hover {
  color: #f3ad64;
}

/*upper 2*/
.upper2.team-single-box:before {
  background: url(assets/images/resource/shape-3.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.upper2 .team-title h3 {
  background: linear-gradient(to right, #0abae0 50%, #fff 50%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-size: 200%, 100%;
  background-position: 100%;
}

.upper2 .team-text p {
  color: #0abae0;
}

.upper2 .team-text p:before {
  background-image: linear-gradient(to bottom, #0abae0, #122135);
}

.upper2 .team-social-menu ul li a span {
  color: #0abae0 !important;
}

.upper2 .team-social-menu ul li a:hover {
  color: #0ab9df;
}

/*upper 3*/
.upper3.team-single-box:before {
  background: url(assets/images/resource/shape-4.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.upper3 .team-title h3 {
  background: linear-gradient(to right, #d668db 50%, #fff 50%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-size: 200%, 100%;
  background-position: 100%;
}

.upper3 .team-text p {
  color: #d668db;
}

.upper3 .team-text p:before {
  background-image: linear-gradient(to bottom, #d668db, #122135);
}

.upper3 .team-social-menu ul li a span {
  color: #d668db !important;
}

.upper3 .team-social-menu ul li a:hover {
  color: #d568da;
}

/*team investor box*/
.team-investor-thumb-box {
  margin-bottom: 30px;
  text-align: center;
}

/*investor thumb*/
.investor-thumb {
  position: relative;
  z-index: 1;
}

/*invesror icon*/
.invest-icon {
  position: absolute;
  bottom: -13px;
  left: 0;
  right: 0;
  margin: auto;
  transition: 0.5s;
}

.invest-icon a i {
  display: inline-block;
  font-size: 16px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  background: #00b78d;
  text-align: center;
  border-radius: 30px;
  color: #fff;
}

.team-investor-thumb-box:hover .invest-icon {
  bottom: 3px;
}

/*investor title*/
.team-investor-title h4 {
  font-size: 22px;
  font-weight: 600;
  padding: 25px 0 5px;
  background: linear-gradient(to right, #00b78d 50%, #fff 50%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-size: 200%, 100%;
  background-position: 100%;
  transition: 1s;
}

.team-investor-title p {
  display: inline-block;
  color: #20b68e;
}

.team-investor-thumb-box:hover .team-investor-title h4 {
  background-position: 0;
}

/*upper style*/
.upper1 .team-investor-title h4 {
  background: linear-gradient(to right, #ffad5d 50%, #fff 50%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-size: 200%, 100%;
  background-position: 100%;
}

.upper1 .invest-icon a i {
  background: #ffad5d;
}

.upper1 .team-investor-title p {
  color: #ffad5d;
}

/*upper 2*/
.upper2 .team-investor-title h4 {
  background: linear-gradient(to right, #00bbe1 50%, #fff 50%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-size: 200%, 100%;
  background-position: 100%;
}

.upper2 .invest-icon a i {
  background: #00bbe1;
}

.upper2 .team-investor-title p {
  color: #00bbe1;
}

/*upper 3*/
.upper3 .team-investor-title h4 {
  background: linear-gradient(to right, #f267df 50%, #fff 50%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-size: 200%, 100%;
  background-position: 100%;
}

.upper3 .invest-icon a i {
  background: #f267df;
}

.upper3 .team-investor-title p {
  color: #f267df;
}

/*style two team area*/
.style-two.team-area {
  background: #14003d;
}

.style-two .team-single-box {
  margin-right: 30px;
  background: #21044b;
}

.style-two .team-single-box:before {
  background: url(assets/images/resource/team-1.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.style-two .team-social-menu ul li a {
  color: #fff;
  transition: 0.5s;
}

.style-two .team-social-menu ul li a:hover {
  color: #23b58e;
}

/*team owl carousel */
.team_list.owl-carousel .owl-item img {
  display: inline-block;
  width: inherit;
}

.team_list .owl-dots {
  text-align: center;
}

.team_list button.owl-dot {
  width: 14px;
  height: 3px;
  margin-left: 8px;
  background: #296972 !important;
  display: inline-block;
}

.team_list button.owl-dot.active {
  width: 18px;
  height: 3px;
  background: #21d1a1 !important;
}

/*team area style three*/
.team-area.style-three {
  background: #0c1528;
}

.style-three .team-single-box {
  background: #14223c;
  text-align: center;
  padding: 40px 0 25px;
  border-radius: 5px;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}

/*up*/
.team-area.style-three.up {
  background: #0c0c0b;
}

.up.style-three .team-single-box {
  background: #15161c;
  text-align: center;
  padding: 40px 0 25px;
  border-radius: 5px;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}

/*-- ===============//faq section start here \\=================*/
.faq-area {
  background: #161c2c;
}

/*faq tab*/
.tab-content {
  background: #1e2738;
  padding: 10px 0px 10px;
  border-radius: 8px;
}

ul.tabs li {
  display: block;
  list-style: none;
  color: #00b78d;
  font-family: "Montserrat";
  font-weight: 500;
  padding: 15px 30px 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

ul.tabs li i {
  display: inline-block;
  font-size: 12px;
  padding-right: 5px;
}

li.border-none.tab_last {
  border-bottom: inherit;
  padding-bottom: 12px;
}

@media screen and (max-width: 480px) {

  /* .tabs {
    display: none;
  }*/
  .tab_drawer_heading {
    background-color: #ccc;
    color: #fff;
    border-top: 1px solid #333;
    margin: 0;
    padding: 5px 20px;
    display: none;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .d_active {
    background-color: #666;
    color: #fff;
  }
}

/*footer social menu*/

li#menu-item-1487 {
  height: 45px;
  border-radius: 100%;
}

a.hfe-menu-item {
  border-radius: 100%;
}

/* start tab section*/
ul.tabs {
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
  height: 32px;
  border-bottom: none;
  width: 100%;
}

ul.tabs li {
  float: left;
  margin: 0;
  cursor: pointer;
  padding: 13px 0 0 34px;
  height: 59px;
  line-height: 31px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background-color: #1e2738;
  color: #00b78d;
  overflow: hidden;
  position: relative;
  margin-right: 10px;
  font-weight: 600;
  transition: 0.5s;
  width: 100%;
  text-align: left;
  border-radius: 5px;
}

.tab_last {
  border-right: 1px solid #333;
}

ul.tabs li:hover {
  color: #fff;
}

ul.tabs li:hover i {
  color: #fff;
}

ul.tabs li.active {
  color: #fff;
  display: block;
  font-weight: 600;
}

ul.tabs li.active i {
  color: #fff !important;
}

.tab_container {
  border-top: none;
  clear: both;
  float: left;
  width: 100%;
}

.tab_content {
  padding: 0px 0 0 4px;
  display: none;
}

.tab_drawer_heading {
  display: none;
}

@media screen and (max-width: 480px) {

  /* .tabs {
    display: none;
  }*/
  .tab_drawer_heading {
    background-color: #ccc;
    color: #fff;
    border-top: 1px solid #333;
    margin: 0;
    padding: 5px 20px;
    display: none;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .d_active {
    background-color: #666;
    color: #fff;
  }

  .pie-chart-thumb img {
    width: 100%;
  }
}

/*footer social menu*/

li#menu-item-1487 {
  height: 45px;
  border-radius: 100%;
}

a.hfe-menu-item {
  border-radius: 100%;
}

/*faq section*/
.faq-area .up.dreamit-section-title h4:before {
  left: 210px;
}

.faq-area .up.dreamit-section-title h4:after {
  left: -180px;
}

/*accordion*/
ul.accordion {
  height: 510px;
}

.accordion li {
  position: relative;
  list-style: none;
  padding: 11px 30px 11px;
  background: #1e2738;
  margin-bottom: 10px;
  border-radius: 5px;
}

.accordion li:before {
  position: absolute;
  content: "";
  left: 29px;
  top: 23px;
  width: 32px;
  height: 32px;
  border-radius: 30px;
  background: #00b78d;
}

.accordion li a {
  width: 100%;
  display: block;
  cursor: pointer;
  font-weight: 600;
  line-height: 3;
  font-size: 18px;
  color: #fff;
  user-select: none;
  padding: 0 0px 0 42px;
}

.accordion li p {
  display: none;
  font-size: 16px;
  color: #919ea4;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin: 15px 0 21px;
  padding-top: 20px;
}

.accordion a:before {
  width: 2px;
  height: 12px;
  background: #fff;
  position: absolute;
  left: 43px;
  content: " ";
  top: 33px;
  transform: rotate(0deg);
  transition: all 0.2s ease-in-out;
}

.accordion a:after {
  width: 12px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 38px;
  content: " ";
  top: 38px;
  transition: all 0.2s ease-in-out;
}

a.active:after {
  transform: rotate(0deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

a.active:before {
  display: none;
}

/*faq area style two*/
.faq-area.style-two {
  background: #050603;
}

.style-two .accordion li {
  position: relative;
  list-style: none;
  padding: 0px 0px 0px;
  background: transparent;
  margin-bottom: 20px;
  border-radius: 5px;
  border: 1px solid #15161c;
}

.style-two .accordion li:before {
  position: absolute;
  content: "";
  right: 20px;
  left: inherit;
  top: 14px;
  width: 42px;
  height: 42px;
  border-radius: 5px;
  background: #ff6267;
}

.style-two .accordion li a {
  width: 100%;
  display: block;
  cursor: pointer;
  font-weight: 600;
  line-height: 3;
  font-size: 18px;
  color: #fff;
  user-select: none;
  padding: 8px 0px 8px 30px;
  background: #15161c;
  font-family: system-ui;
}

.style-two .accordion li p {
  display: none;
  font-size: 16px;
  color: #919ea4;
  border-top: 0;
  margin: 0px 40px 10px 30px;
  padding-top: 20px;
}

.style-two .accordion a:before {
  width: 2px;
  height: 14px;
  background: #fff;
  position: absolute;
  left: inherit;
  right: 40px;
  content: " ";
  top: 29px;
  transform: rotate(0deg);
  transition: all 0.2s ease-in-out;
}

.style-two .accordion a:after {
  width: 14px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: inherit;
  right: 34px;
  content: " ";
  top: 35px;
  transition: all 0.2s ease-in-out;
}

.style-two a.active {
  color: #ffbd00 !important;
}

/*faq thumb*/
.faq-single-thumb {
  margin-top: -100px;
}

.faq-single-thumb img {
  width: 100%;
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: #fff;
  text-decoration: none;
}

/*faq area style two*/
.faq-area.style-three {
  background: #14003d;
  padding: 260px 0 100px;
  position: relative;
  margin-top: -428px;
}

.style-three .accordion li {
  position: relative;
  list-style: none;
  padding: 11px 30px 11px;
  background: #21044b;
  margin-bottom: 10px;
  border-radius: 5px;
}

.style-three .accordion li:before {
  right: 20px;
  left: inherit;
  background: linear-gradient(to right, #64a6f8 22%, #00cdaa 85%);
}

.style-three .accordion a:before {
  right: 35px;
  left: inherit;
}

.style-three .accordion a:after {
  right: 30px;
  left: inherit;
}

/*===================================
  Criptobit subscribe area Css
=====================================*/
.subscribe-area {
  background: #0c0c0b;
}

.subscribe-title h1 {
  font-size: 42px;
}

.subscribe-title h4 {
  font-size: 16px;
  font-weight: 600;
  padding: 0 0 9px;
  background: linear-gradient(to right, #41acee, 50%, #00c8b4 52%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

.subscribe-title p {
  color: #ffffff;
  padding: 16px 357px 24px;
}

.from-box2 {
  position: relative;
  z-index: 1;
}

.from-box2 input {
  height: 70px;
  background-color: #fff;
  transition: 0.5s;
  border: 1px solid #353d51;
  border-radius: 40px;
  padding: 6px 20px;
  display: inline-block;
  width: 46%;
  color: #000;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}

.from-box2 button {
  position: absolute;
  right: 360px;
  top: 9px;
  padding: 14px 35px;
  background: #ff6267;
  text-transform: uppercase;
  border: 0;
  border-radius: 30px;
  z-index: 1;
  font-weight: 500;
  color: #ffffff;
}

/*form box1*/
.from-box1 {
  position: relative;
  z-index: 1;
  margin-top: 30px;
}

.from-box1 input {
  height: 60px;
  background-color: #282e3d;
  transition: 0.5s;
  border: 1px solid #353d51;
  border-radius: 40px;
  padding: 6px 20px;
  display: inline-block;
  width: 100%;
  color: #fff;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}

.from-box1 input:before {
  position: absolute;
  content: "";
  z-index: 1;
  right: 0;
  top: 0;
  background: url(assets/images/resource/form1.png);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.from-box1 input::placeholder {
  color: #919da4;
}

/*form button*/
.from-box1 button {
  position: absolute;
  right: 3px;
  top: 7px;
  z-index: 1;
  background: transparent;
  border: 0;
}

.from-box1 button i {
  display: inline-block;
  font-size: 20px;
  background: #00d2a0;
  color: #fff;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 50%;
  text-align: center;
}

/*style upper1*/
.upper1.from-box1 button i {
  background: linear-gradient(to right, #64a6f8 22%, #00cdaa 87%);
}

/*style two subscribe area*/
.row.subscribe-bg {
  background: url(assets/images/resource/subscribe-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 65px 0 60px;
  position: relative;
  z-index: 1;
  top: -230px;
}

.style-two .from-box2 button {
  position: absolute;
  right: 360px;
  top: 9px;
  padding: 14px 35px;
  background: linear-gradient(to right, #64a6f8 22%, #00cdaa 87%);
  text-transform: uppercase;
  border: 0;
  border-radius: 30px;
  z-index: 1;
  font-weight: 500;
  color: #fff;
}

.style-two .subscribe-title p {
  color: #919da4;
  padding: 18px 357px 30px;
}

/*===================================
  Criptobit blog area Css
=====================================*/
.blog-section {
  background: #181f32;
}

/*blog section*/
.blog-section .up.dreamit-section-title h4:before {
  left: 215px;
}

.blog-section .up.dreamit-section-title h4:after {
  left: -182px;
}

.blog-section .up p.section-text {
  padding: 18px 311px 7px;
}

/*blog box*/
.dreamit-blog-box {
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

/*blog thumb*/
.dreamit-blog-thumb {
  position: relative;
  z-index: 1;
}

.dreamit-blog-thumb img {
  width: 100%;
  border-radius: 8px 8px;
}

/*blog content*/
.popular-blog-content {
  position: absolute;
  z-index: 1;
  background: rgb(255, 187, 0, 0.9);
  padding: 24px 30px 5px;
  bottom: -95px;
  left: 0;
  border-radius: 0 0 8px 8px;
  transition: 0.5s;
}

.blog-title h2 {
  line-height: 23px;
  margin-top: 3px;
  padding: 0 0 14px;
}

.blog-title h2 a {
  font-size: 20px;
  font-weight: 500;
}

.meta-blog a {
  display: inline-block;
  color: #fff;
}

.blog-text p {
  color: #fff;
  opacity: 0;
  transition: 0.5s;
}

.dreamit-blog-box:hover .popular-blog-content {
  background: #ffbc00;
  bottom: 0;
}

.dreamit-blog-box:hover .blog-text p {
  position: inherit;
  opacity: 1;
}

.blog-title h2 a:hover {
  color: #fff;
}

/*upper style*/
.upper1 .popular-blog-content {
  background: rgb(106, 181, 144, 0.9);
}

.upper1.dreamit-blog-box:hover .popular-blog-content {
  background: #6ab590;
}

/*upper 2*/
.upper2 .popular-blog-content {
  background: rgb(226, 172, 104, 0.9);
}

.upper2.dreamit-blog-box:hover .popular-blog-content {
  background: #e2ac68;
}

/*style two blog*/
.style-two.blog-section {
  background: #0b182c;
}

.blog-section .upper1 p.section-text {
  padding: 24px 354px 10px;
}

/*upper*/
.upper.style-two.blog-section {
  background: #050603;
}

/*===================================
  Criptobit contact Css
=====================================*/
.contact-form-area {
  background: #181f32;
}

/*contact section*/
.contact-form-area .up.dreamit-section-title h4:before {
  left: 245px;
}

.contact-form-area .up.dreamit-section-title h4:after {
  left: -212px;
}

.contact-form-area .up p.section-text {
  padding: 18px 350px 7px;
}

/*contact icon thumb*/
.contact-icon-thumb {
  display: inline-block;
  margin-right: 15px;
}

.contact-text {
  display: inline-block;
}

.contact-text p {
  font-size: 20px;
  color: #fff;
  display: inline-block;
  font-weight: 500;
}

/*contact-form thumb*/
.contact-form-thumb {
  position: relative;
  z-index: 1;
  padding: 0 0 0 20px;
}

.contact-form-thumb img {
  width: 100%;
}

.form-inner-thumb {
  position: absolute;
  z-index: 1;
  top: 50px;
  left: 42px;
}

/*contact form*/
.contact-form-box {
  background: #1e273d;
  padding: 25px 40px 40px;
  border-radius: 8px;
}

.contact-form-title h3 {
  font-size: 28px;
  font-weight: 500;
  padding: 0 0 25px;
}

.from-box input {
  height: 54px;
  background-color: transparent;
  transition: 0.5s;
  border: 1px solid #353d51;
  border-radius: 30px;
  padding: 6px 20px;
  display: block;
  width: 100%;
  color: #fff;
  margin-bottom: 20px;
}

.from-box textarea {
  height: 120px;
  width: 100%;
  padding: 15px 22px 0px;
  border: 1px solid #353d51;
  border-radius: 30px;
  background: transparent;
  color: #fff;
}

.from-box input::placeholder {
  color: #919da4;
}

.from-box textarea::placeholder {
  color: #919da4;
}

div#status {
  color: #fff;
  padding: 10px 0 0;
}

/*contact form button*/
.from-box button {
  margin-top: 23px;
  padding: 14px 35px 14px 65px;
  border-radius: 30px;
  font-weight: 500;
  font-size: 16px;
  border: 1px solid #4a7e71;
  background: #243344;
  color: #fff;
  text-align: center;
  font-family: "Montserrat";
  position: relative;
  z-index: 1;
}

.from-box button:before {
  position: absolute;
  content: "";
  z-index: -1;
  left: 0;
  right: 0;
  top: -13px;
  width: 35%;
  height: 15%;
  box-shadow: 12px 33px 38px #6ab590;
}

.from-box button:after {
  position: absolute;
  content: "";
  left: 0;
  width: 39%;
  height: 50%;
  background: url(assets/images/resource/form.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/*contact info style two*/
.style-two.contact-form-area {
  background: #0b182c;
}

.style-two .contact-form-box {
  background: #11213b;
  padding: 25px 40px 40px;
  border-radius: 8px;
}

.style-two .from-box button {
  border: 1px solid #ffd831;
  background: #6c5413;
}

.style-two .from-box button:before {
  box-shadow: 12px 33px 40px #ffbc00;
  transition: 0.5s;
}

.style-two .from-box button:hover:before {
  width: 90%;
}

/*upper*/
.upper.style-two.contact-form-area {
  background: #0c0c0b;
}

.upper.style-two .contact-form-box {
  background: #15161c;
  padding: 25px 40px 40px;
  border-radius: 8px;
}

/*===================================
  Criptobit footer middle Css
=====================================*/
.footer-middle {
  background: #161c2c;
}

/*cimpany information*/
.company-info-desc p {
  color: #cbcdce;
  padding: 32px 0 11px;
}

.company_icon a {
  display: inline-block;
  height: 40px;
  line-height: 42px;
  width: 40px;
  text-align: center;
  background: #393e4b;
  border-radius: 50%;
  color: #fff;
  font-size: 14px;
  margin-right: 5px;
  position: relative;
  z-index: 1;
}

.company_icon a:before {
  position: absolute;
  content: "";
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(to right, #1dd1a1 35%, #1dd1a1 82%);
  border-radius: 50%;
  transform: scale(0);
  transition: 0.5s;
}

.company_icon a:hover:before {
  transform: scale(1);
}

/*widget nav*/
.widget-nav-menu h4 {
  font-size: 22px;
  color: #fff;
  font-weight: 600;
  padding: 0 0 38px;
}

.menu-quick-link-content ul li {
  display: block;
  list-style: none;
}

.menu-quick-link-content ul li a {
  display: inline-block;
  text-decoration: none;
  font-size: 15px;
  font-family: "Montserrat";
  color: #fff;
  position: relative;
  z-index: 1;
  padding: 0 0 13px 22px;
  font-weight: 600;
  background: linear-gradient(to right, #ffbc00 50%, #cbcdce 50%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-size: 200%, 100%;
  background-position: 100%;
  transition: 0.5s;
}

.menu-quick-link-content ul li a:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 12px;
  border: 1px solid #ffbc00;
  width: 13px;
  height: 1px;
}

.menu-quick-link p {
  color: #cbcdce;
}

.upper.widget-nav-menu:before {
  right: 26px;
}

.upper1.widget-nav-menu:before {
  right: 58px;
}

.upper2.widget-nav-menu:before {
  right: 37px;
}

.menu-quick-link-content ul li a:hover {
  background-position: 0;
}

/*footer bottom*/
.row.footer-bottom {
  border-top: 1px solid #6b6b6b;
  padding: 19px 0 0;
  margin-top: 16px;
}

.footer-bottom-menu {
  text-align: right;
}

.footer-bottom-menu ul li {
  display: inline-block;
  list-style: none;
  color: #f4f5f5;
  padding-right: 30px;
}

.footer-bottom-content-copy p {
  color: #fff;
  /* text-align: center;*/
}

.footer-bottom-content-copy span {
  color: #ffbc00;
}

.footer-bottom-shape {
  text-align: right;
}

/*style two footer area*/
.style-two.footer-middle {
  background: #050505;
}

.style-two .company_icon a:before {
  background: #ffbc00;
}

.style-two .menu-quick-link-content ul li a:before {
  border: 1px solid #ffbc00;
}

.style-two .menu-quick-link-content ul li a {
  background: linear-gradient(to right, #ffbc00 50%, #cbcdce 50%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-size: 200%, 100%;
  background-position: 100%;
  transition: 0.5s;
}

.style-two .from-box1 input {
  background-color: #1a1a1a;
  border: 1px solid #050505;
}

.style-two .from-box1 button i {
  background: #ff6267;
}

.style-two .menu-quick-link-content ul li a:hover {
  background-position: 0;
}

/*footer style three*/
.style-three.footer-middle {
  background: #160336;
}

.style-three .company_icon a {
  background: linear-gradient(to right, #64a6f8 22%, #00cdaa 87%);
}

.style-three .company_icon a:before {
  bottom: 0;
  background: linear-gradient(to right, #00cdaa 25%, #64a6f8 65%);
}

/*footer style four*/
.style-four.footer-middle {
  background: #091326;
}

/*--==============================================->
<!--Start rotateme animation-->
==================================================-*/

.rotateme {
  animation-name: rotateme;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes rotateme {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes alltuchtopdown {
  0% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }

  50% {
    -webkit-transform: rotateX(0deg) translateY(-20px);
    -ms-transform: rotateX(0deg) translateY(-20px);
    transform: rotateX(0deg) translateY(-20px);
  }

  100% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }
}

.alltuchtopdown {
  -webkit-animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
  animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
}

/*
<!-- ============================================================== -->
<!-- Start bounce animate -->
<!-- ============================================================== -->*
/* bounce-animate */
.bounce-animate {
  animation-name: float-bob;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob;
  -o-animation-duration: 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.bounce-animate2 {
  animation-name: float-bob2;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob2;
  -moz-animation-duration: 3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob2;
  -ms-animation-duration: 3s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob2;
  -o-animation-duration: 3s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.bounce-animate3 {
  animation-name: float-bob3;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob3;
  -moz-animation-duration: 3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob3;
  -ms-animation-duration: 3s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob3;
  -o-animation-duration: 3s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.bounce-animate4 {
  animation-name: float-bob4;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob4;
  -moz-animation-duration: 5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob4;
  -ms-animation-duration: 5s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob4;
  -o-animation-duration: 5s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.bounce-animate5 {
  animation-name: float-bob5;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob5;
  -moz-animation-duration: 6s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob5;
  -ms-animation-duration: 6s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob5;
  -o-animation-duration: 6s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.bounce-animate-slow {
  animation-name: float-bob5;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob5;
  -moz-animation-duration: 15s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob5;
  -ms-animation-duration: 15s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob5;
  -o-animation-duration: 15s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.bounce-animate-3 {
  animation-name: float-bob6;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob6;
  -moz-animation-duration: 6s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob6;
  -ms-animation-duration: 6s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob6;
  -o-animation-duration: 6s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

@-webkit-keyframes float-bob {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  50% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }

  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}

@-webkit-keyframes float-bob2 {
  0% {
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px);
  }

  50% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  100% {
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px);
  }
}

@-webkit-keyframes float-bob3 {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }

  50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
}

@-webkit-keyframes float-bob4 {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }

  50% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }

  100% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
}

@-webkit-keyframes float-bob5 {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }

  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
}

@-webkit-keyframes float-bob6 {
  0% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }

  50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}

@-webkit-keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes moveleftbounce {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  50% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@keyframes moveleftbounce {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  50% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

/*
<!-- ============================================================== -->
<!-- Start scrollup section -->
<!-- ============================================================== -->*/
.scroll-area {
  position: relative;
  z-index: 999;
}

.scroll-area .go-top {
  position: fixed;
  cursor: pointer;
  top: 0;
  right: 30px;
  color: #ffffff;
  background-image: -moz-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
  background-image: -webkit-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
  background-image: -ms-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
  z-index: 9999;
  width: 45px;
  text-align: center;
  height: 45px;
  line-height: 42px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.9s ease-out 0s;
  border-radius: 10px;
}

.scroll-area .go-top i {
  position: absolute;
  top: 50%;
  left: -4px;
  right: 0;
  margin: 0 auto;
  font-size: 15px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.scroll-area .go-top i:last-child {
  opacity: 0;
  visibility: hidden;
  top: 60%;
}

.scroll-area .go-top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: linear-gradient(to right, #b725ff 0%, #b725ff 100%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-out 0s;
  border-radius: 100%;
}

.scroll-area .go-top:focus,
.scroll-area .go-top:hover {
  color: #fff;
}

.scroll-area .go-top:focus::before,
.scroll-area .go-top:hover::before {
  opacity: 1;
  visibility: visible;
}

.scroll-area .go-top:focus i:first-child,
.scroll-area .go-top:hover i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}

.scroll-area .go-top:focus i:last-child,
.scroll-area .go-top:hover i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}

.scroll-area .go-top.active {
  top: 95%;
  -webkit-transform: translateY(-98%);
  opacity: 1;
  visibility: visible;
  border-radius: 0;
  right: 80px;
  border-radius: 100%;
}

.top-wrap {
  position: relative;
}

.top-wrap .go-top-button {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  top: 3px;
  z-index: 1;
  background: #1dd1a1;
}

.top-wrap .go-top-button i {
  font-size: 18px;
  font-weight: 600;
  padding-left: 4px;
  color: #fff;
}

.top-wrap .go-top-button::after {
  z-index: -1;
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  width: 45px;
  height: 45px;
  animation: ripple 1.6s ease-out infinite;
  opacity: 0;
  background-image: -webkit-linear-gradient(0deg, #ffbd00 0%, #ffbd00 100%);
  border-radius: 100%;
}

.top-wrap .go-top-button:hover:before {
  background: #ffbd00;
}

@keyframes ripple {

  0%,
  35% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }

  50% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.8;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
  }
}

/*-- ===============//breatcome area start here \\================= */
.breatcome-area {
  background: url(assets/images/resource/about-bg-3.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 70px 0 80px;
}

.breatcome-title h1 {
  font-size: 42px;
  font-weight: 600;
  padding: 0 0 15px;
}

.breatcome-text a {
  color: #fff;
  font-family: "Montserrat";
}

.breatcome-text a span {
  font-size: 16px;
  font-family: "Montserrat";
  color: #ffbc00;
  position: relative;
  z-index: 1;
  padding-right: 24px;
}

.breatcome-text a span:before {
  position: absolute;
  content: "";
  right: 4px;
  top: 10px;
  width: 15px;
  height: 1px;
  background: #ffbc00;
}

/*breatcome style two*/
.style-two.breatcome-area {
  background: url(../../siteadmin/images/contact-bg.jpg);
}

/*breatcome style three*/
.style-three.breatcome-area {
  background: url(assets/images/resource/service-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 200px 0 100px;
}

/*-- ===============//about area start here \\================= */

.about-area {
  background: #0d182e;
}

.about-check-text p {
  margin-bottom: 5px;
}

.about-check-text span {
  font-size: 42px;
  font-weight: 600;
  padding-right: 5px;
}

.about-check-text span i {
  display: inline-block;
  font-size: 12px;
  color: #fff;
  width: 22px;
  height: 22px;
  line-height: 22px;
  background: #ffbc00;
  text-align: center;
  border-radius: 50%;
}

.up.call-do-button {
  text-align: left;
  padding-top: 40px;
}

/*-- ===============//brand area start here \\================= */
.brand-area {
  background: url(assets/images/resource/brand-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px 0;
}

.brand-list.owl-carousel .owl-item img {
  display: block;
  width: inherit;
}

/*-- ===============//feature area start here \\================= */

.upper1.dreamit-section-title h4:before {
  position: inherit;
}

.upper1 p.section-text {
  padding: 24px 330px 7px;
}

/*-- ===============//skill area start here \\================= */
.skill-area {
  background: #091326;
}

p.skill-text {
  padding: 25px 0 7px;
}

.skill-area span.fill {
  background: #ffbc00 !important;
  border-radius: 5px;
}

.skill-area .barfiller {
  width: 100%;
  height: 7px;
  background: #919ea4;
  position: relative;
  margin-bottom: 24px;
  margin-top: 13px;
  border-radius: 5px;
}

.skill-area .barfiller .tip {
  top: -30px;
}

.skill-area span.tip {
  display: block;
}

/*-- ===============//counter area start here \\================= */
.counter-area {
  background: url(assets/images/resource/counter-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.counter-single-box {
  text-align: center;
}

.counter-title h1 {
  font-size: 40px;
  font-weight: 600;
  color: #ffbc00;
  display: inline-block;
}

.counter-title span {
  font-size: 40px;
  font-weight: 600;
  color: #ffbc00;
  display: inline-block;
}

.counter-title p {
  color: #919da4;
  padding: 15px 0 0;
  font-weight: 500;
}

/*-- ===============//contact info area start here \\================= */
.contact-info-area {
  background: #091326;
}

.contact-info-single-box {
  background: #0f1b30;
  padding: 40px 40px 17px;
  border-radius: 5px;
  margin-bottom: 30px;
}

.contact-info-thumb {
  float: left;
  margin-right: 25px;
}

.contact-info-title h2 {
  font-size: 22px;
  font-weight: 600;
}

.contact-info-title p {
  font-size: 15px;
  color: #919da4;
  padding: 12px 0 0;
}

/*style two*/
.style-two.contact-info-area {
  background: #050603;
}

.style-two .contact-info-single-box {
  background: #15161c;
}

/*-- ===============//contact info area start here \\================= */
.call-do-action-area {
  background: url(../../assets/images/contact-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.call-do-action-title h1 {
  font-size: 42px;
  font-weight: 600;
}

.call-do-action-text p {
  color: #919da4;
  padding: 22px 0 0;
  margin-bottom: 0px;
}

.call-do-button {
  text-align: right;
  padding-top: 60px;
}

.call-do-button a {
  padding: 17px 35px 17px 65px;
  background: #112737;
  color: #fff;
  border: 1px solid #00625c;
  font-weight: 600;
  font-family: "Montserrat";
  border-radius: 30px;
  position: relative;
  z-index: 1;
}

.call-do-button a:before {
  position: absolute;
  content: "";
  z-index: 1;
  left: 0;
  top: -22px;
  width: 39%;
  height: 24%;
  box-shadow: 15px 43px 30px #063139;
}

.call-do-button a:after {
  position: absolute;
  content: "";
  left: 30px;
  top: 13px;
  background: url(assets/images/resource/form.png);
  width: 63%;
  height: 50%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: contain;
}

/*==========================================
    Criptobit benefit area  Css  
 ==========================================*/
.benefit-area {
  background: #0b182c;
}

.dreamit-benefit-single-box {
  margin-bottom: 30px;
}

/*benefit top title*/
.benefit-top-title h4 {
  font-size: 24px;
  font-weight: 600;
  padding: 0 0 25px;
}

/*benefit thumb*/
.dreamit-single-thumb img {
  border-radius: 14px;
  width: 100%;
}

/*benefit title*/
.benefit-title p {
  color: #919ea4;
  padding: 25px 0 0;
  margin-bottom: 10px;
}

.benefit-area .about-check-text p {
  margin-bottom: 5px;
  color: #fff;
}

/*==========================================
    Criptobit pricing area  Css  
 ==========================================*/
.pricing-area {
  background: #0a1527;
  margin-top: -2px;
}

.pricing-single-box {
  background: #0f1b30;
  text-align: center;
  padding: 60px 50px 40px;
  position: relative;
  z-index: 1;
  transition: 0.5s;
  margin-bottom: 30px;
  border-radius: 8px;
}

/*pricing top*/
.pricing-title h3 {
  position: absolute;
  color: #fff !important;
  font-size: 14px;
  font-weight: 400;
  padding: 13px 40px;
  background: #ffbc00;
  border-radius: 0 0 5px 5px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  margin: auto;
  transition: 0.5s;
}

.pricing-items {
  padding: 8px 0 10px;
  position: relative;
  z-index: 1;
}

.pricing-items:before {
  position: absolute;
  content: "";
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 310px;
  height: 1px;
  background: rgba(255, 255, 255, 0.10196078431372549);
}

.pricing-items-title h3 {
  font-size: 22px;
  font-weight: 600;
}

.pricing-items-title p {
  color: #919da4;
  padding: 8px 0 0;
}

/*price title*/
span.tk {
  font-size: 46px;
  font-weight: 700;
  color: #fff;
  font-family: "Montserrat";
}

span.curencyp {
  font-size: 22px;
  font-weight: 600;
  font-family: "Montserrat";
  color: #fff;
  transition: 0.5s;
  position: relative;
  top: -22px;
  left: -5px;
}

span.monthp {
  font-size: 16px;
  font-weight: 400;
  font-family: "Montserrat";
  color: #ffbc00;
  transition: 0.5s;
  position: relative;
  left: 5px;
}

.pricing-text p {
  font-size: 15px;
  font-weight: 300;
  padding: 15px 0 0;
  transition: 0.5s;
}

/*pricing booy*/
.pricing-boody {
  text-align: left;
}

.pricing-featur ul {
  display: block;
  list-style: none;
  padding: 11px 0 0;
}

.pricing-featur ul li {
  display: block;
  padding: 16px 0 0;
  color: #919da4;
  font-family: "Montserrat";
}

.pricing-featur ul li span i {
  display: inline-block;
  font-size: 11px;
  color: #fff;
  width: 21px;
  height: 21px;
  line-height: 21px;
  background: #ffbc00;
  text-align: center;
  border-radius: 50%;
  margin-right: 5px;
}

span.price-icon-text i {
  font-size: 8px !important;
  background: #434b5d !important;
  line-height: 22px !important;
}

li.price-icon-text {
  text-decoration: line-through;
  position: absolute;
  opacity: 0;
  transition: 0.5s;
  left: 88px;
}

/*pricing button*/
.pricing-button {
  text-align: center;
  transition: 0.5s;
}

.pricing-button a {
  display: inline-block;
  font-size: 16px;
  font-family: "Montserrat";
  color: #fff;
  background: transparent;
  padding: 14px 40px;
  border: 2px solid #ffbc00;
  border-radius: 30px;
  margin-top: 40px;
  transition: 0.5s;
  position: relative;
  z-index: 1;
}

.pricing-button a:before {
  position: absolute;
  content: "";
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 30px;
  background: #ffbc00;
  transform: scale(0);
  transition: 0.5s;
}

.pricing-single-box:hover li.price-icon-text {
  opacity: 1;
  left: 50px;
}

.pricing-single-box:hover .pricing-button {
  margin-top: 38px;
}

.pricing-single-box:hover .pricing-button a:before {
  transform: scale(1);
}

.pricing-single-box:hover .pricing-button a {
  color: #fff;
}

/*active*/
.active.pricing-single-box:hover .pricing-button {
  margin-top: 0px;
}

.active .pricing-button a {
  color: #fff;
}

.active .pricing-button a:before {
  transform: scale(1);
}

/*==========================================
    Criptobit blog area  Css  
 ==========================================*/
.blog-area {
  background: #091326;
}

.single_blog {
  margin-bottom: 30px;
}

/*single blog thumb*/
.single_blog_thumb img {
  width: 100%;
  border-radius: 12px 12px 0 0;
}

/*blog content*/
.single_blog_content {
  background: #0e1b2f;
  padding: 35px 42px 42px;
  border-radius: 0 0 10px 10px;
}

/*post categories*/
.post-categories-menu ul {
  display: inline-block;
  list-style: none;
}

.post-categories-menu ul li {
  display: inline-block;
  padding: 0 25px 0px 0;
}

.post-categories-menu ul li i {
  font-size: 15px;
  color: #ffbc00;
  padding-right: 5px;
}

.post-categories-menu ul li a {
  display: inline-block;
  color: #919da4;
  font-size: 15px;
  font-family: "Montserrat";
}

/*blog title*/
.blog_page_title h4 a {
  display: inline-block;
  font-size: 30px;
  font-weight: 600;
  padding: 15px 0 20px;
  transition: 0.5s;
}

.blog_page-text p {
  color: #919da4;
}

/*blog page button*/
.blog-button a {
  display: inline-block;
  font-size: 16px;
  font-family: "Montserrat";
  padding: 14px 40px;
  font-weight: 600;
  background: #bb9e4d;
  color: #fff;
  border-radius: 30px;
  border: 1px solid #cea021;
  position: relative;
  z-index: 1;
  margin-top: 16px;
}

.blog-button a:after {
  position: absolute;
  content: "";
  z-index: 1;
  left: 0;
  top: -22px;
  width: 39%;
  height: 24%;
  box-shadow: 16px 45px 30px #ffbc00;
  transition: 0.5s;
}

.blog-button a:hover:after {
  width: 90%;
}

.blog_page_title h4 a:hover {
  color: #ffbc00;
}

/*blog popular text*/
.blog-popular-text {
  background: #121f37;
  padding: 30px 35px 12px;
  border-radius: 5px;
  margin: 37px 0 30px;
}

.blog-details-icon {
  float: left;
  margin-right: 25px;
}

.blog-details-text p {
  font-size: 18px;
  color: #fff;
  font-style: italic;
  overflow: hidden;
}

.blog-pages-title h4 {
  font-size: 30px;
  font-weight: 600;
  padding: 18px 0 15px;
}

.blog-pages-title p {
  color: #919da4;
}

.blog-pages-title p i {
  display: inline-block;
  color: #ffbc00;
  padding-right: 10px;
}

p.em-text {
  margin-bottom: 9px;
}

/*blog details social menu*/
.cripto-share {
  display: inline-block;
  padding-right: 14px;
}

.cripto-share span {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}

.cripto-socail-icon a i {
  display: inline-block;
  background: #14213b;
  font-size: 14px;
  text-align: center;
  height: 35px;
  width: 35px;
  line-height: 35px;
  margin: 0 6px 0 0px;
  color: #fff;
  transition: 0.5s;
  border-radius: 3px;
  position: relative;
  z-index: 1;
}

.cripto-socail-icon a i:after {
  position: absolute;
  content: "";
  z-index: -1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 3px;
  background: #ffbc00;
  transform: scale(0);
  transition: 0.5s;
}

.cripto-socail-icon a i:hover:after {
  transform: scale(1);
}

/*widget-search*/
.widget-search-box {
  background: #0e1b2f;
  padding: 25px 35px 40px;
  border-radius: 10px;
  position: relative;
  margin-bottom: 30px;
}

.cripto-widget-title h4 {
  font-size: 20px;
  font-weight: 600;
  padding: 0 0 22px;
  border-bottom: 1px solid #716f7e;
}

.criptobit-search {
  position: relative;
  z-index: 1;
  padding: 26px 0 0;
}

.criptobit-search form input {
  background: #1a273b;
  height: 50px;
  width: 100%;
  border-radius: 5px;
  padding: 0px 20px 0;
  color: #fff;
  border: none;
}

.criptobit-search form i {
  display: inline-block;
  position: absolute;
  right: 18px;
  top: 45px;
  color: #a3a2ac;
  cursor: pointer;
}

.criptobit-search form input::placeholder {
  color: #a3a2ac;
}

/*blog detials menu*/
.blog-details-menu {
  background: #0e1b2f;
  padding: 20px 35px 20px;
  border-radius: 10px;
  margin-bottom: 30px;
}

.blog-details-title h2 {
  font-size: 20px;
  font-weight: 600;
  padding: 0 0 22px;
}

.blog-details-menu ul li {
  display: block;
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, 0.10196078431372549);
  padding: 14px 0 20px;
}

.blog-details-menu ul li a {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  transition: 0.5s;
}

.blog-details-menu ul li a i {
  display: inline-block;
  font-size: 15px;
  padding-right: 5px;
}

.blog-details-menu ul li span {
  float: right;
  text-align: right;
  color: #ffbc00;
}

li.dreamit-bottom {
  border: none !important;
}

.blog-details-menu ul li a:hover {
  background-position: 0;
}

/*widget sidebar box*/
.widget-sidebar-box {
  padding: 20px 35px 20px;
  background: #0e1b2f;
  border-radius: 10px;
  margin-bottom: 30px;
}

.widget-sidebar-title h2 {
  font-size: 20px;
  font-weight: 600;
  padding: 0 0 3px;
}

/*popular post*/
.popular-post-box {
  border-top: 1px solid rgba(255, 255, 255, 0.10196078431372549);
  padding: 20px 0 20px;
}

.popular-post-content a {
  display: block;
  padding: 0 0 0 20px;
  color: #fff;
  font-weight: 500;
  font-family: "Montserrat";
}

.popular-post-content span {
  font-size: 14px;
  color: #1dd1a1;
  padding: 0 0 0 20px;
  font-family: "Montserrat";
}

/*pooular tage*/
.upper1 .widget-sidebar-title h2 {
  font-size: 20px;
  font-weight: 600;
  padding: 0 0 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.10196078431372549);
  margin-bottom: 30px;
}

.Tags-Cloud-title a {
  display: inline-block;
  background: #13233e;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  font-family: "Montserrat";
  margin: 0 4px 10px 0;
  padding: 10px 30px;
  text-transform: capitalize;
  border-radius: 5px;
  position: relative;
  z-index: 1;
}

.Tags-Cloud-title a:before {
  position: absolute;
  content: "";
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #ffbc00;
  border-radius: 5px;
  margin: auto;
  transform: scale(0);
  transition: 0.5s;
}

.Tags-Cloud-title a:hover:before {
  transform: scale(1);
}

/*blog details comment box*/
.blog-details-comments-box {
  padding: 20px 40px 35px;
  background: #0e1b2f;
  border-radius: 10px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.widget-comments-title h2 {
  font-size: 24px;
  margin-bottom: 30px;
  font-weight: 600;
  border-bottom: 1px solid rgba(255, 255, 255, 0.10196078431372549);
  padding: 0 0 28px;
}

.post-comment-thumb {
  float: left;
  margin-right: 20px;
}

.post-title h4 {
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: 500;
}

span.left-date {
  color: #ffbc00;
  font-size: 14px;
  font-family: "Montserrat";
}

.posts-reply p {
  color: #919da4;
  font-size: 16px;
  overflow: hidden;
  padding: 3px 0 25px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.10196078431372549);
}

.post-reply p {
  color: #919da4;
  font-size: 16px;
  overflow: hidden;
  padding: 3px 0 0;
}

span.rights-reply {
  float: right;
  font-family: "Montserrat";
  color: #ffbc00;
  padding: 3px 16px;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  top: -165px;
  cursor: pointer;
}

span.right-reply {
  float: right;
  font-family: "Montserrat";
  color: #ffbc00;
  padding: 3px 16px;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  top: -126px;
  cursor: pointer;
}

.post-reply span i {
  display: inline-block;
  transform: rotateY(180deg);
  margin-right: 5px;
}

.posts-reply span i {
  display: inline-block;
  transform: rotateY(180deg);
  margin-right: 5px;
}

.post-comment-1 {
  margin-left: 120px;
}

/*contact form box*/
.style-two.contact-form-box {
  background: #0e1b2f;
  padding: 25px 40px 50px;
  border-radius: 8px;
}

.widget-sidebar-title2 h2 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 40px;
  font-weight: 600;
  padding: 0 0 29px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.10196078431372549);
}

.style-two.contact-form-box .from-box input {
  height: 56px;
  background-color: #13203b;
  border: 0;
  border-radius: 5px;
}

.style-two.contact-form-box .from-box textarea {
  height: 150px;
  width: 100%;
  padding: 15px 22px 0px;
  background: #13203b;
  border: 0;
  border-radius: 5px;
  color: #fff;
}

.contact-form button {
  margin-top: 23px;
  padding: 15px 35px 15px 65px;
  border-radius: 30px;
  font-weight: 500;
  font-size: 16px;
  border: 1px solid #d6a518;
  background: #745f22;
  color: #fff;
  text-align: center;
  font-family: "Montserrat";
  position: relative;
  z-index: 1;
  transition: 0.5s;
}

.contact-form button:before {
  position: absolute;
  content: "";
  z-index: -1;
  left: 0;
  right: 0;
  top: -13px;
  width: 24%;
  height: 15%;
  box-shadow: 12px 33px 38px #ffbd00;
  transition: 0.5s;
}

.contact-form button:after {
  position: absolute;
  content: "";
  left: 0;
  width: 39%;
  height: 50%;
  background: url(assets/images/resource/form.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.contact-form button:hover:before {
  width: 100%;
}

/*<!-- ============================================================== -->
<!-- Start  roadmap-area Css -->
<!-- ============================================================== -->*/
.roadmap-area {
  background: #0a1527;
}

.single-rodmap-box {
  background: #0f1b30;
  border-radius: 10px;
  padding: 36px 48px 35px 45px;
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
}

.rodmap-content {
  padding-left: 28px;
}

.rodmap-content h3 {
  font-size: 22px;
  color: #fff;
  font-weight: 600;
  margin: 0 0 10px;
}

.rodmap-content span {
  font-size: 16px;
  font-weight: 400;
  color: #ffbc00;
}

.rodmap-content p {
  color: #919da4;
  font-size: 16px;
  font-weight: 400;
  font-family: "Montserrat";
  margin: 0;
  padding: 15px 0 0;
}

.road-text {
  position: absolute;
  top: 70px;
  left: -30px;
}

.road-text h4 {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  font-family: "Montserrat";
  transform: rotate(-90deg);
  background: #ffbc00;
  height: 40px;
  width: 100px;
  text-align: center;
  line-height: 40px;
  border-radius: 0 0 5px 5px;
}

.singles-rodmaps-box {
  padding: 25px 0 55px;
  margin-bottom: 30px;
}

.rodmap-content h1 {
  font-size: 80px;
  color: #ffbc00;
  font-weight: 600;
  font-family: "Montserrat";
  text-align: right;
  margin: 0;
}

.rodmapss-content h1 {
  font-size: 80px;
  color: #ffbc00;
  font-weight: 600;
  font-family: "Montserrat";
}

h1.bottoms {
  padding: 27px 0 15px;
}

/*particales js*/
.row.particals {
  padding: 160px 0 0;
}

canvas {
  height: 950px;
  background: #040404;
}

div#particles {
  position: relative;
}

div#particles .single-slider-box {
  margin-top: 0;
  text-align: left;
}

div#particles .slider-thumb {
  text-align: right !important;
  margin-left: 180px;
  position: relative;
}

#webcoderskull {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 20px;
  width: 100%;
  /* background: #0d0d0d; */
}

/*particles nasted*/
.upper.cryptobit_nav_manu {
  background: #040404;
  position: relative;
  z-index: 444;
  margin-bottom: -88px;
  border-bottom: 1px solid rgb(154, 153, 166, 0.3);
}

.upper.style-two.hero-section {
  background: inherit;
}

/*Loader*/

.loader-wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transition: 0.8s 1s ease;
  z-index: 666;
}

.loader {
  position: relative;
  display: block;
  z-index: 201;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  border-radius: 50%;
  transition: all 1s 1s ease;
  border: 3px solid transparent;
  border-top-color: #9a241c;
  -webkit-animation: spin 1.5s linear infinite;
  -moz-animation: spin 1.5s linear infinite;
  -o-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}

.loader:before {
  position: absolute;
  content: "";
  top: 6px;
  left: 6px;
  right: 6px;
  bottom: 6px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-left-color: #ff3c00;
  -webkit-animation: spin 2s linear infinite;
  -moz-animation: spin 2s linear infinite;
  -o-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

.loader:after {
  position: absolute;
  content: "";
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-right-color: #fff;
  -webkit-animation: spin 2.5s linear infinite;
  -moz-animation: spin 2.5s linear infinite;
  -o-animation: spin 2.5s linear infinite;
  animation: spin 2.5s linear infinite;
}

/* Here comes the Magic */

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.loader-wrapper .loder-section {
  position: fixed;
  top: 0;
  width: 50%;
  height: 100%;
  background: #111;
  z-index: 2;
}

.loader-wrapper .loder-section.left-section {
  left: 0;
  transition: 1s 1.4s ease;
}

.loader-wrapper .loder-section.right-section {
  right: 0;
  transition: 1s 1.4s ease;
}

/* When page loaded */
.loaded .loder-section.left-section {
  left: -100%;
}

.loaded .loder-section.right-section {
  right: -100%;
}

.loaded .loader-wrapper {
  visibility: hidden;
}

.loaded .loader {
  top: -100%;
  opacity: 0;
}


.token-sale {
  clear: both;
  padding: 90px 0;
}

h2.section-heading {
  font-size: 3.5rem;
  margin: 0px 0px 30px 0px;
  color: #000000;
  font-weight: bold;
}

.sub-txt {
  max-width: 740px;
  margin: 0 auto;
  font-size: 18px;
  margin-bottom: 40px;
}

.token-allocation-box.style-4 {
  background: #fbbe18;
  background: -moz-linear-gradient(-45deg, #fbbe18 0%, #e3a126 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, #fbbe18), color-stop(100%, #e3a126));
  background: -webkit-linear-gradient(-45deg, #fbbe18 0%, #e3a126 100%);
  background: -o-linear-gradient(-45deg, #fbbe18 0%, #e3a126 100%);
  background: -ms-linear-gradient(-45deg, #fbbe18 0%, #e3a126 100%);
  background: linear-gradient(135deg, #ffffff 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbbe18', endColorstr='#e3a126', GradientType=1);
  padding: 0px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}

.style-4 {
  margin-top: 73px;
}

.token-allocation-box {
  text-align: center;
  box-shadow: 0px 10px 13px 0px rgb(0 0 0 / 11%);
  background: #000;
  width: 100%;
  margin: 0px 0px 50px;
  border-radius: 18px;
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #ffffff;
}

.cus-box-image img {
  width: 250px;
}

.cus-text-footer-area p {
  color: #fff;
  text-align: left;
  font-size: 14px;
}

.cus-text-footer-area p span {
  color: #ff6267;
}

@media (min-width: 300px) and (max-width: 700px) {
  .cryptobit_nav_manu upper {
    display: none;
  }
}


.navbar-expand-md .navbar-collapse {
  justify-content: space-around;
}

.cus-bg-dark {
  background: black;
}

.navbar-dark .navbar-nav .nav-link {
  color: #fff;
  margin: 30px 18px;
  -webkit-transition: 0.5s;
  font-size: 18px;
  font-family: "Montserrat";
  font-weight: 400;
}

@media (min-width:300px) and (max-width: 700px) {
  .header-button a {
    display: none !important;
  }

  .navbar-dark .navbar-nav .nav-link {
    margin: 7px 18px;
  }
}

.header-button {
  display: flex !important;
  align-items: anchor-center !important;
}


@media (min-width: 300px) and (max-width: 700px) {
  .cus-navbar-logo img {
    width: 100px !important;
  }
}

.logo_img img {
  width: 150px;
}


@media (min-width: 300px) and (max-width: 700px) {
  .chart-img img {
    width: 300px;
    display: block;
    margin: auto;
  }
}
















































































































































































@import url(https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Dela+Gothic+One&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&family=Lilita+One&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap);

:root {
  --bs-primary: #0B902B;
  --bs-body-font-family: "DM Sans", serif;
  --bs-heading-font-family: "DM Sans", serif;
  --bs-body-font-size: 16px;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 26px;
  --bs-transition: 400ms ease
}

@font-face {
  font-family: "Roobert PRO Bold";
  src: url(../fonts/RoobertPRO-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: "Roobert PRO Medium";
  src: url(../fonts/RoobertPRO-Medium.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: "January Night";
  src: url(../fonts/January-Night.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap
}

body {
  margin: 0;
  padding: 0;
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  font-style: normal;
  font-optical-sizing: auto;
  color: var(--bs-body-color);
  font-family: var(--bs-body-font-family);
  background-color: var(--bs-body-bg);
  text-rendering: optimizelegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased
}

.page_wrapper {
  overflow: hidden;
  position: relative
}

iframe {
  width: 100%;
  border: none;
  display: block;
  min-height: 440px
}

.iframe_block {
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 70px
}

a:focus,
a:active,
input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active {
  outline: none
}

img:not([draggable]),
embed,
object,
video {
  height: auto;
  max-width: 100%
}

img {
  border: none;
  height: auto;
  max-width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle
}

a {
  outline: 0;
  display: inline-block;
  text-decoration: none;
  color: var(--bs-heading-color);
  -webkit-transition: var(--bs-transition);
  transition: var(--bs-transition);
  font-family: var(--bs-body-font-family)
}

a:active,
a:focus,
a:hover,
a:visited {
  outline: 0;
  text-decoration: none
}

button {
  padding: 0;
  border: none;
  outline: none;
  background: none;
  display: inline-block;
  color: var(--bs-heading-color);
  -webkit-transition: var(--bs-transition);
  transition: var(--bs-transition);
  font-family: var(--bs-body-font-family)
}

button:focus {
  outline: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  /* color: var(--bs-heading-color); */
  font-family: var(--bs-heading-font-family)
}

b,
strong {
  font-weight: 700
}

p strong {
  font-size: 18px;
  font-weight: 500
}

hr {
  opacity: 1;
  height: 1px;
  border: none;
  margin: 38px 0;
  background-color: var(--bs-border-color)
}

mark {
  padding: 0;
  font-weight: 700;
  color: var(--bs-primary);
  background-color: #fff0
}

.container {
  max-width: 1320px;
  padding-left: 15px;
  padding-right: 15px
}

.container-fluid {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px
}

.row {
  margin: -15px
}

[class*=col-] {
  padding: 15px
}

.backtotop {
  right: 15px;
  z-index: 999;
  bottom: 60px;
  display: none;
  position: fixed
}

.backtotop .scroll {
  z-index: 1;
  width: 42px;
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: rgb(255 255 255 / .7);
  border: 1px solid rgb(255 255 255 / .1)
}

.backtotop .scroll:hover {
  color: var(--bs-dark);
  border-color: var(--bs-white);
  background-color: var(--bs-white)
}

#preloader {
  inset: 0;
  gap: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 9999;
  position: fixed;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* background-color: var(--bs-dark) */
}

.line-1,
.line-2,
.line-3,
.line-4 {
  width: 5px;
  height: 30px;
  background: var(--bs-secondary);
  -webkit-animation: scaleUpDown 1.2s infinite ease-in-out;
  animation: scaleUpDown 1.2s infinite ease-in-out
}

.line-2 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s
}

.line-3 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s
}

.line-4 {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s
}

@-webkit-keyframes scaleUpDown {

  0%,
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1)
  }

  50% {
    -webkit-transform: scaleY(2);
    transform: scaleY(2)
  }
}

@keyframes scaleUpDown {

  0%,
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1)
  }

  50% {
    -webkit-transform: scaleY(2);
    transform: scaleY(2)
  }
}

.dropdown-menu {
  border: none;
  padding: 6px 0;
  margin-top: 16px;
  border-radius: 6px;
  background-color: var(--bs-white);
  -webkit-box-shadow: 0 30px 50px rgb(0 0 0 / .6);
  box-shadow: 0 30px 50px rgb(0 0 0 / .6);
  -webkit-animation: 0.2s ease-in-out 0s normal none 1 running fadeIn;
  animation: 0.2s ease-in-out 0s normal none 1 running fadeIn
}

.dropdown-menu:before {
  left: 0;
  right: 0;
  top: -16px;
  content: "";
  height: 16px;
  display: block;
  position: absolute
}

.dropdown-menu>li {
  padding: 0 6px
}

.dropdown-menu>li:not(:last-child) {
  margin-bottom: 1px
}

.dropdown-menu>li>.dropdown-item {
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  position: relative;
  cursor: pointer;
  white-space: nowrap;
  color: var(--bs-dark);
  padding: 6px 18px 6px
}

.dropdown-menu>li>.dropdown-item .nav_link_icon {
  color: inherit
}

.dropdown-menu>li.active>.dropdown-item,
.dropdown-menu>li:hover>.dropdown-item {
  color: var(--bs-white);
  background-color: var(--bs-primary)
}

.dropdown-menu>li.active>.dropdown-item .nav_link_icon,
.dropdown-menu>li:hover>.dropdown-item .nav_link_icon {
  color: var(--bs-white)
}

.section_decoration {
  z-index: 1;
  position: relative
}

.section_decoration .decoration_item {
  z-index: -1;
  position: absolute
}

.section_decoration .decoration_item img[src*=shape_section_divider_] {
  width: 100%
}

.section_decoration .decoration_item:has(img[src*=shape_section_divider_]) {
  top: 0;
  left: 0;
  right: 0
}

.section_decoration .shape_net_top {
  left: 0;
  right: 0;
  top: -194px
}

.section_decoration .shape_net_top img {
  width: 100%;
  height: auto
}

@-webkit-keyframes upDownMover {

  0%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px)
  }
}

@keyframes upDownMover {

  0%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px)
  }
}

.upDownMover {
  -webkit-animation: upDownMover 4s ease-in-out infinite;
  animation: upDownMover 4s ease-in-out infinite
}

@-webkit-keyframes fadeInOut {

  0%,
  100% {
    opacity: 1
  }

  50% {
    opacity: 0
  }
}

@keyframes fadeInOut {

  0%,
  100% {
    opacity: 1
  }

  50% {
    opacity: 0
  }
}

.fadeInOut {
  -webkit-animation: fadeInOut 4s ease-in-out infinite;
  animation: fadeInOut 4s ease-in-out infinite
}

@-webkit-keyframes gradientChange {
  0% {
    background-position: 0% 50%
  }

  50% {
    background-position: 100% 50%
  }

  100% {
    background-position: 0% 50%
  }
}

@keyframes gradientChange {
  0% {
    background-position: 0% 50%
  }

  50% {
    background-position: 100% 50%
  }

  100% {
    background-position: 0% 50%
  }
}

.gradientChange {
  -webkit-animation: gradientChange 8s ease infinite;
  animation: gradientChange 8s ease infinite
}

.section_shadow_top {
  z-index: 1;
  position: relative
}

.section_shadow_top:before {
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  content: "";
  height: 125px;
  opacity: .4;
  position: absolute;
  -webkit-filter: blur(44px);
  filter: blur(44px);
  border-radius: 50px;
  background-size: 400% 400%;
  -webkit-animation: gradientChange 8s ease infinite;
  animation: gradientChange 8s ease infinite;
  background-image: linear-gradient(45deg, var(--bs-primary), var(--bs-secondary))
}

@-webkit-keyframes animationSpin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes animationSpin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

.animationSpin {
  -webkit-animation: spin 5000ms linear infinite;
  animation: spin 5000ms linear infinite
}

@-webkit-keyframes ripple {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(1.75);
    transform: scale(1.75)
  }
}

@keyframes ripple {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(1.75);
    transform: scale(1.75)
  }
}

@-webkit-keyframes coinFlip {
  0% {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg)
  }

  80% {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
  }

  100% {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
  }
}

@keyframes coinFlip {
  0% {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg)
  }

  80% {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
  }

  100% {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
  }
}

@-webkit-keyframes bellRing {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg)
  }

  10% {
    -webkit-transform: rotate(-15deg) scale(1) skew(1deg);
    transform: rotate(-15deg) scale(1) skew(1deg)
  }

  20% {
    -webkit-transform: rotate(30deg) scale(1) skew(1deg);
    transform: rotate(30deg) scale(1) skew(1deg)
  }

  30% {
    -webkit-transform: rotate(-15deg) scale(1) skew(1deg);
    transform: rotate(-15deg) scale(1) skew(1deg)
  }

  40% {
    -webkit-transform: rotate(30deg) scale(1) skew(1deg);
    transform: rotate(30deg) scale(1) skew(1deg)
  }

  100%,
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg)
  }
}

@keyframes bellRing {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg)
  }

  10% {
    -webkit-transform: rotate(-15deg) scale(1) skew(1deg);
    transform: rotate(-15deg) scale(1) skew(1deg)
  }

  20% {
    -webkit-transform: rotate(30deg) scale(1) skew(1deg);
    transform: rotate(30deg) scale(1) skew(1deg)
  }

  30% {
    -webkit-transform: rotate(-15deg) scale(1) skew(1deg);
    transform: rotate(-15deg) scale(1) skew(1deg)
  }

  40% {
    -webkit-transform: rotate(30deg) scale(1) skew(1deg);
    transform: rotate(30deg) scale(1) skew(1deg)
  }

  100%,
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg)
  }
}

.bellRing {
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-animation: ring 1.8s ease-out infinite;
  animation: ring 1.8s ease-out infinite
}

@-webkit-keyframes smallZoomInOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  50% {
    -webkit-transform: scale(1.04);
    transform: scale(1.04)
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@keyframes smallZoomInOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  50% {
    -webkit-transform: scale(1.04);
    transform: scale(1.04)
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

.smallZoomInOut {
  -webkit-animation: smallZoomInOut 1s infinite ease-in-out;
  animation: smallZoomInOut 1s infinite ease-in-out
}

.section_space {
  padding-top: 150px;
  padding-bottom: 150px
}

[class*=unordered_list] {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

[class*=unordered_list]>li {
  float: left;
  list-style: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex
}

.unordered_list_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.unordered_list_block>li {
  width: 100%;
  display: block
}

.contact_info_list {
  gap: 20px
}

.contact_info_list a {
  gap: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex
}

.contact_info_list a:hover {
  color: var(--bs-primary)
}

.contact_info_list a i {
  color: var(--bs-primary)
}

.category_list_block>li {
  border-bottom: 1px solid var(--bs-border-color)
}

.category_list_block>li>a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 0;
  font-size: 16px;
  list-style: 24px;
  font-weight: 700;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.category_list_block>li>a>* {
  -webkit-transition: var(--bs-transition);
  transition: var(--bs-transition)
}

.category_list_block>li:hover>a>* {
  color: var(--bs-secondary)
}

.category_list_block>li:hover>a .label {
  -webkit-transform: translateX(18px);
  transform: translateX(18px)
}

.category_list_block>li:hover>a .icon {
  opacity: 1
}

.category_list_block .icon {
  left: 0;
  top: 13px;
  opacity: 0;
  position: absolute
}

.tags_block {
  gap: 10px
}

.tags_block a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  padding: 6px 16px;
  border-radius: 6px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--bs-light);
  border: 1px solid var(--bs-border-color)
}

.tags_block a:hover {
  color: var(--bs-white);
  border-color: var(--bs-secondary);
  background-color: var(--bs-secondary)
}

.post_meta {
  gap: 14px 40px
}

.post_meta>li {
  line-height: 1;
  font-size: 16px;
  font-weight: 500
}

.post_meta a {
  gap: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.post_meta a:hover {
  color: var(--bs-primary)
}

.post_meta a.post_category {
  font-weight: 600;
  color: var(--bs-primary);
  text-transform: uppercase
}

.post_meta i {
  color: var(--bs-primary)
}

.post_meta.style_2>li {
  position: relative
}

.post_meta.style_2>li:not(:last-child):after {
  top: 0;
  bottom: 0;
  width: 2px;
  content: "";
  right: -21px;
  position: absolute;
  background-color: #DADAE5
}

.btns_group {
  gap: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.btn {
  gap: 6px;
  line-height: 1;
  font-size: 18px;
  font-weight: 600;
  padding: 15px 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: var(--bs-white);
  border-color: var(--bs-secondary);
  background-color: var(--bs-secondary)
}

.btn:hover {
  color: var(--bs-white);
  border-color: var(--bs-primary);
  background-color: var(--bs-primary)
}

.btn_link {
  gap: 10px;
  line-height: 1;
  font-size: 18px;
  font-weight: 600;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 2px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-bottom: 1px solid var(--bs-body-color)
}

.btn_link>* {
  color: var(--bs-body-color);
  -webkit-transition: var(--bs-transition);
  transition: var(--bs-transition)
}

.btn_link:hover {
  border-color: var(--bs-primary)
}

.btn_link:hover>* {
  color: var(--bs-primary)
}

.btn_link:hover .btn_icon {
  -webkit-transform: translateX(2px);
  transform: translateX(2px)
}

.btn_login_google {
  gap: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  padding: 11px 30px;
  border-radius: 6px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: var(--bs-dark);
  border: 1px solid var(--bs-border-color)
}

.btn_login_google .icon {
  width: 20px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto
}

.btn_login_google .icon img {
  width: 100%
}

@-webkit-keyframes btnMaskOffHover {
  from {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0
  }

  to {
    -webkit-mask-position: 0 0;
    mask-position: 0 0
  }
}

@keyframes btnMaskOffHover {
  from {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0
  }

  to {
    -webkit-mask-position: 0 0;
    mask-position: 0 0
  }
}

@-webkit-keyframes btnMaskOnHover {
  from {
    -webkit-mask-position: 0 0;
    mask-position: 0 0
  }

  to {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0
  }
}

@keyframes btnMaskOnHover {
  from {
    -webkit-mask-position: 0 0;
    mask-position: 0 0
  }

  to {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0
  }
}

.memecoin_btn {
  z-index: 1;
  font-size: 20px;
  overflow: hidden;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
  position: relative;
  padding: 23px 50px;
  border-radius: 50px;
  font-family: var(--bs-body-font-family)
}

.memecoin_btn .btn_bg {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  position: absolute;
  -webkit-animation: btnMaskOffHover 0.6s steps(70) forwards;
  animation: btnMaskOffHover 0.6s steps(70) forwards
}

.memecoin_btn:hover .btn_bg {
  -webkit-animation: btnMaskOnHover 0.6s steps(70) forwards;
  animation: btnMaskOnHover 0.6s steps(70) forwards
}

.memecoin_btn.bg-white {
  color: var(--bs-dark)
}

.memecoin_btn.bg-white .btn_bg {
  background: var(--bs-secondary);
  -webkit-mask-size: 7100%, 100%;
  mask-size: 7100%, 100%
}

.memecoin_btn.bg-light:hover {
  color: var(--bs-dark)
}

.memecoin_btn.bg-light .btn_bg {
  background: var(--bs-dark);
  -webkit-mask-size: 7100%, 100%;
  mask-size: 7100%, 100%
}

.pepecoin_btn {
  z-index: 1;
  line-height: 1;
  font-size: 24px;
  font-weight: 400;
  position: relative;
  padding: 19px 38px 18px;
  text-transform: uppercase;
  font-family: var(--bs-heading-font-family)
}

.pepecoin_btn .btn_bg {
  inset: 0;
  z-index: -1;
  position: absolute
}

.pepecoin_btn .btn_bg svg {
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out
}

.pepecoin_btn:hover {
  -webkit-transform: translate(-1px, -1px);
  transform: translate(-1px, -1px)
}

.pepecoin_btn:hover .btn_bg svg {
  -webkit-filter: drop-shadow(6px 6px 0 var(--bs-dark));
  filter: drop-shadow(6px 6px 0 var(--bs-dark))
}

.ico_btn_outline {
  gap: 8px;
  z-index: 1;
  line-height: 1;
  font-size: 20px;
  font-weight: 700;
  border-radius: 6px;
  padding: 20px 40px;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: var(--bs-heading-color);
  font-family: var(--bs-heading-font-family);
  background: -webkit-gradient(linear, left top, right top, from(var(--bs-primary)), to(var(--bs-secondary)));
  background: linear-gradient(90deg, var(--bs-primary), var(--bs-secondary))
}

.ico_btn_outline:before {
  inset: 1px;
  z-index: -1;
  content: "";
  position: absolute;
  border-radius: 6px;
  -webkit-transition: var(--bs-transition);
  transition: var(--bs-transition);
  background: -webkit-gradient(linear, left top, right top, from(rgba(var(--bs-secondary-rgb), .96)), color-stop(24%, var(--bs-dark)));
  background: linear-gradient(90deg, rgba(var(--bs-secondary-rgb), .96) 0%, var(--bs-dark) 24%)
}

.ico_btn_outline:hover {
  color: var(--bs-white)
}

.ico_btn_outline:hover:before {
  opacity: 0
}

.ico_creative_btn {
  z-index: 1;
  content: "";
  padding: 1px;
  font-size: 16px;
  font-weight: 700;
  overflow: hidden;
  border-radius: 6px;
  text-align: center;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: var(--bs-primary);
  -webkit-box-shadow: 0 -8px 18px -16px rgba(var(--bs-primary-rgb), 1);
  box-shadow: 0 -8px 18px -16px rgba(var(--bs-primary-rgb), 1);
  background: -webkit-gradient(linear, left top, right top, from(var(--bs-primary)), to(var(--bs-secondary)));
  background: linear-gradient(90deg, var(--bs-primary), var(--bs-secondary))
}

.ico_creative_btn .btn_wrapper {
  z-index: 1;
  padding: 10px;
  overflow: hidden;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: inherit;
  background-color: var(--bs-dark)
}

.ico_creative_btn .btn_wrapper:before {
  left: 0;
  right: 0;
  top: 60%;
  height: 100%;
  content: "";
  z-index: -1;
  opacity: .3;
  position: absolute;
  -webkit-filter: blur(12px);
  filter: blur(12px);
  border-radius: 50%;
  -webkit-transition: var(--bs-transition);
  transition: var(--bs-transition);
  background-image: radial-gradient(#FF3BD4, #7130C3, transparent)
}

.ico_creative_btn [class*=btn_icon_] {
  width: 66px;
  height: 40px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.ico_creative_btn [class*=dot_] {
  width: 5px;
  height: 6px;
  position: absolute;
  border-radius: 5px;
  display: inline-block;
  border: 1px solid #2A246D;
  -webkit-transition: var(--bs-transition);
  transition: var(--bs-transition)
}

.ico_creative_btn .btn_icon_left .dot_top {
  top: 0;
  left: 0
}

.ico_creative_btn .btn_icon_left .dot_bottom {
  left: 0;
  bottom: 0
}

.ico_creative_btn .btn_icon_right .dot_top {
  top: 0;
  right: 0
}

.ico_creative_btn .btn_icon_right .dot_bottom {
  right: 0;
  bottom: 0
}

.ico_creative_btn [class*=icon_arrow_] {
  width: 25px;
  overflow: visible;
  fill: #fff0
}

.ico_creative_btn [class*=icon_arrow_] path {
  stroke: var(--bs-primary);
  -webkit-transition: var(--bs-transition);
  transition: var(--bs-transition)
}

.ico_creative_btn .icon_arrow_left {
  -webkit-transform: translateX(4px);
  transform: translateX(4px)
}

.ico_creative_btn .icon_arrow_right {
  -webkit-transform: translateX(-4px);
  transform: translateX(-4px)
}

.ico_creative_btn:hover {
  color: var(--bs-white);
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
  -webkit-box-shadow: 0 24px 26px -20px rgba(var(--bs-primary-rgb), .6);
  box-shadow: 0 24px 26px -20px rgba(var(--bs-primary-rgb), .6);
  background: -webkit-gradient(linear, left bottom, left top, from(var(--bs-primary)), to(var(--bs-secondary)));
  background: linear-gradient(0deg, var(--bs-primary), var(--bs-secondary))
}

.ico_creative_btn:hover .btn_wrapper:before {
  opacity: 1;
  -webkit-transform: scale(2);
  transform: scale(2)
}

.ico_creative_btn:hover [class*=dot_] {
  border-color: var(--bs-white)
}

.ico_creative_btn:hover [class*=icon_arrow_] path {
  stroke: var(--bs-white)
}

.ico_creative_btn:hover .icon_arrow_left path:nth-child(1) {
  -webkit-transform: translate(-6px, 4px);
  transform: translate(-6px, 4px)
}

.ico_creative_btn:hover .icon_arrow_left path:nth-child(2) {
  -webkit-transform: translateX(-6px);
  transform: translateX(-6px)
}

.ico_creative_btn:hover .icon_arrow_left path:nth-child(3) {
  -webkit-transform: translate(-6px, -4px);
  transform: translate(-6px, -4px)
}

.ico_creative_btn:hover .icon_arrow_right path:nth-child(1) {
  -webkit-transform: translate(6px, -4px);
  transform: translate(6px, -4px)
}

.ico_creative_btn:hover .icon_arrow_right path:nth-child(2) {
  -webkit-transform: translateX(6px);
  transform: translateX(6px)
}

.ico_creative_btn:hover .icon_arrow_right path:nth-child(3) {
  -webkit-transform: translate(6px, 4px);
  transform: translate(6px, 4px)
}

.ico_btn_link {
  gap: 8px;
  line-height: 1;
  font-size: 20px;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 12px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: var(--bs-primary);
  font-family: var(--bs-heading-font-family)
}

.ico_btn_link:before {
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 2px;
  border-radius: 6px;
  position: absolute;
  background-image: -webkit-gradient(linear, left top, right top, from(#FF3BD4), to(#2A246D));
  background-image: linear-gradient(90deg, #FF3BD4, #2A246D)
}

.ico_btn_link .btn_icon {
  width: 25px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transition: var(--bs-transition);
  transition: var(--bs-transition)
}

.ico_btn_link .icon_arrow {
  overflow: visible
}

.ico_btn_link .icon_arrow path {
  stroke-width: 2px;
  stroke: var(--bs-primary);
  -webkit-transition: var(--bs-transition);
  transition: var(--bs-transition)
}

.ico_btn_link:hover .btn_icon {
  -webkit-transform: translateX(3px);
  transform: translateX(3px)
}

.ico_btn_link:hover .btn_icon svg path:nth-child(1) {
  -webkit-transform: translate(3px, -3px);
  transform: translate(3px, -3px)
}

.ico_btn_link:hover .btn_icon svg path:nth-child(2) {
  -webkit-transform: translateX(3px);
  transform: translateX(3px)
}

.ico_btn_link:hover .btn_icon svg path:nth-child(3) {
  -webkit-transform: translate(3px, 3px);
  transform: translate(3px, 3px)
}

@-webkit-keyframes animationScrollDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px)
  }

  50% {
    opacity: 1
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(6px);
    transform: translateY(6px)
  }
}

@keyframes animationScrollDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px)
  }

  50% {
    opacity: 1
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(6px);
    transform: translateY(6px)
  }
}

.scroll_down {
  z-index: 1;
  width: 86px;
  height: 86px;
  font-size: 18px;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.scroll_down i {
  display: block;
  margin: -5px 0;
  line-height: 1;
  color: var(--bs-light);
  -webkit-animation: animationScrollDown 2s infinite;
  animation: animationScrollDown 2s infinite
}

.scroll_down i:nth-child(2) {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s
}

.scroll_down i:nth-child(3) {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s
}

.scroll_down .spin_image {
  top: 1px;
  left: 0;
  right: 0;
  z-index: -1;
  opacity: .1;
  position: absolute;
  -webkit-transition: var(--bs-transition);
  transition: var(--bs-transition);
  -webkit-animation: spin 10s linear infinite;
  animation: spin 10s linear infinite
}

.scroll_down:hover .spin_image {
  opacity: .25
}

.video_popup_block {
  z-index: 1;
  width: 70px;
  height: 70px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: var(--bs-light);
  border: 5px solid var(--bs-primary)
}

.video_popup_block:before,
.video_popup_block:after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: -1;
  content: "";
  position: absolute;
  border-radius: 100%;
  -webkit-transition: all 0.33s ease;
  transition: all 0.33s ease;
  border: 1px solid var(--bs-primary);
  -webkit-animation: ripple 1.5s linear infinite;
  animation: ripple 1.5s linear infinite
}

.video_popup_block:before {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s
}

.video_popup_block:after {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s
}

.video_popup_block i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 36px;
  padding: 0 0 0 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: inherit;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  -webkit-transition: var(--bs-transition);
  transition: var(--bs-transition);
  background-color: var(--bs-primary);
  text-shadow: 0 2px 0 rgb(0 0 0 / .2)
}

.ico_heading_block {
  margin-bottom: 52px
}

.ico_heading_block .highlight_title {
  z-index: 1;
  line-height: 1;
  padding: 0 20px;
  font-size: 16px;
  position: relative;
  display: inline-block;
  text-transform: uppercase
}

.ico_heading_block .highlight_title:before,
.ico_heading_block .highlight_title:after {
  top: 5px;
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  border-radius: 100%;
  background-color: var(--bs-light);
  background-image: radial-gradient(#5349CA, transparent)
}

.ico_heading_block .highlight_title:before {
  left: 0
}

.ico_heading_block .highlight_title:after {
  right: 0
}

.ico_heading_block .heading_text {
  font-size: 50px;
  line-height: 62px;
  letter-spacing: -.4px
}

.memecoin_heading_block {
  margin-bottom: 56px
}

.memecoin_heading_block .heading_text {
  font-size: 54px;
  font-weight: 400;
  line-height: 64px;
  margin-bottom: 14px
}

.memecoin_heading_block .heading_description {
  font-size: 18px;
  line-height: 26px
}

.pepecoin_heading_block {
  margin-bottom: 56px
}

.pepecoin_heading_block .heading_text {
  line-height: 1;
  font-size: 80px;
  font-weight: 400;
  margin-bottom: 14px
}

.pepecoin_heading_block .heading_text:has(.shape_dot) {
  gap: 0 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex
}

.pepecoin_heading_block .heading_text:has(.shape_dot) .shape_dot {
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 60px;
  margin: -8px 0 0
}

.pepecoin_heading_block .heading_description {
  font-size: 24px;
  line-height: 34px
}

.form-group {
  position: relative
}

.form-group:not(:last-child) {
  margin-bottom: 15px
}

.form-group .form-control {
  padding: 0 24px;
  font-size: 16px;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative;
  border-radius: 6px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: var(--bs-heading-color);
  background-color: var(--bs-light);
  caret-color: var(--bs-heading-color);
  border: 1px solid var(--bs-border-color)
}

.form-group .form-control:focus {
  border-color: var(--bs-secondary)
}

.form-group .form-control::-webkit-input-placeholder {
  opacity: .6;
  font-size: 16px;
  color: var(--bs-body-color)
}

.form-group .form-control::-moz-placeholder {
  opacity: .6;
  font-size: 16px;
  color: var(--bs-body-color)
}

.form-group .form-control:-ms-input-placeholder {
  opacity: .6;
  font-size: 16px;
  color: var(--bs-body-color)
}

.form-group .form-control::-ms-input-placeholder {
  opacity: .6;
  font-size: 16px;
  color: var(--bs-body-color)
}

.form-group .form-control::placeholder {
  opacity: .6;
  font-size: 16px;
  color: var(--bs-body-color)
}

.form-group .form-control:-ms-input-placeholder {
  opacity: .6;
  font-size: 16px;
  color: var(--bs-body-color)
}

.form-group .form-control::-ms-input-placeholder {
  opacity: .6;
  font-size: 16px;
  color: var(--bs-body-color)
}

.form-group input.form-control {
  height: 50px
}

.form-group textarea.form-control {
  min-height: 120px;
  margin-bottom: 34px;
  padding: 15px 25px 25px
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none
}

.search_input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.search_input input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 60px;
  padding: 0 24px;
  color: var(--bs-white);
  border-radius: 10px 0 0 10px;
  -webkit-transition: var(--bs-transition);
  transition: var(--bs-transition);
  background-color: var(--bs-light);
  border: 1px solid var(--bs-border-color)
}

.search_input input:focus {
  border-color: var(--bs-secondary)
}

.search_input input::-webkit-input-placeholder {
  opacity: .7;
  color: var(--bs-body-color)
}

.search_input input::-moz-placeholder {
  opacity: .7;
  color: var(--bs-body-color)
}

.search_input input:-ms-input-placeholder {
  opacity: .7;
  color: var(--bs-body-color)
}

.search_input input::-ms-input-placeholder {
  opacity: .7;
  color: var(--bs-body-color)
}

.search_input input::placeholder {
  opacity: .7;
  color: var(--bs-body-color)
}

.search_input button {
  width: 60px;
  height: 60px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0 10px 10px 0;
  background-color: var(--bs-secondary)
}

.search_input button img {
  max-width: 24px
}

.form-check .form-check-input,
.form-check .form-check-label {
  cursor: pointer
}

.ico_newsletter_form {
  width: 100%;
  position: relative
}

.ico_newsletter_form input {
  width: 100%;
  height: 60px;
  line-height: 1;
  color: #3B3B3E;
  padding: 0 20px;
  font-size: 18px;
  border-radius: 6px;
  background-color: #D4D5F1;
  -webkit-transition: var(--bs-transition);
  transition: var(--bs-transition);
  border: 1px solid var(--bs-border-color)
}

.ico_newsletter_form input:focus {
  background-color: var(--bs-white)
}

.ico_newsletter_form input::-webkit-input-placeholder {
  color: #3B3B3E
}

.ico_newsletter_form input::-moz-placeholder {
  color: #3B3B3E
}

.ico_newsletter_form input:-ms-input-placeholder {
  color: #3B3B3E
}

.ico_newsletter_form input::-ms-input-placeholder {
  color: #3B3B3E
}

.ico_newsletter_form input::placeholder {
  color: #3B3B3E
}

.ico_newsletter_form input:-ms-input-placeholder {
  color: #3B3B3E
}

.ico_newsletter_form input::-ms-input-placeholder {
  color: #3B3B3E
}

.ico_newsletter_form .submit_btn {
  top: 4px;
  right: 4px;
  z-index: 1;
  line-height: 1;
  font-size: 18px;
  border-radius: 6px;
  position: absolute;
  padding: 17px 22px;
  color: var(--bs-white);
  background-color: var(--bs-border-color);
  font-family: var(--bs-heading-font-family)
}

.ico_newsletter_form .submit_btn:hover {
  background-color: var(--bs-secondary)
}

.language_dropdown>button {
  gap: 6px;
  line-height: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex
}

.language_dropdown>button span {
  width: 26px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex
}

.language_dropdown>button i {
  font-size: 16px
}

.language_dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative
}

.language_dropdown .language_dropdown {
  left: 0;
  top: 100%;
  z-index: 1;
  padding: 6px;
  display: none;
  margin-top: 16px;
  position: absolute;
  border-radius: 6px;
  background-color: var(--bs-white);
  -webkit-box-shadow: 0 30px 50px rgb(0 0 0 / .6);
  box-shadow: 0 30px 50px rgb(0 0 0 / .6)
}

.language_dropdown .language_dropdown:before {
  left: 0;
  right: 0;
  top: -16px;
  content: "";
  height: 16px;
  position: absolute
}

.language_dropdown .language_dropdown>ul {
  width: 180px;
  display: block;
  max-height: 240px;
  overflow-y: scroll
}

.language_dropdown:hover .language_dropdown {
  display: block
}

.language_dropdown .language_dropdown li {
  gap: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  font-size: 16px;
  font-weight: 500;
  padding: 6px 10px;
  border-radius: 6px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--bs-dark);
  -webkit-transition: var(--bs-transition);
  transition: var(--bs-transition)
}

.language_dropdown .language_dropdown li:hover {
  cursor: pointer;
  background-color: rgba(var(--bs-primary-rgb), .1)
}

.language_dropdown .language_dropdown li img {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  width: 28px
}

.language_dropdown ::-webkit-scrollbar {
  width: 4px;
  height: 10px
}

.language_dropdown ::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: rgba(var(--bs-dark-rgb), .4)
}

.social_block {
  gap: 10px
}

.social_block a {
  width: 52px;
  height: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  color: var(--bs-white);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: var(--bs-dark);
  border: 1px solid var(--bs-border-color)
}

.social_block a svg {
  width: 18px;
  height: auto;
  fill: var(--bs-white);
  -webkit-transition: var(--bs-transition);
  transition: var(--bs-transition)
}

.social_block a i {
  display: block;
  line-height: 1
}

.social_block a:hover {
  color: var(--bs-dark);
  border-color: var(--bs-white);
  background-color: var(--bs-white)
}

.social_block a:hover svg {
  fill: var(--bs-dark)
}

.social_block.style_2 a {
  z-index: 1;
  border: none;
  font-size: 20px;
  overflow: hidden;
  border-radius: 6px;
  position: relative;
  background: linear-gradient(60deg, #DD00AC, #7130C3, #DD00AC)
}

.social_block.style_2 a:before {
  inset: 1px;
  content: "";
  z-index: -1;
  border-radius: 6px;
  position: absolute;
  background-color: var(--bs-light)
}

.social_block.style_2 a:after {
  left: 0;
  top: -60%;
  content: "";
  width: 100%;
  height: 100%;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  position: absolute;
  background-image: radial-gradient(#4E47A6, transparent)
}

.social_block.style_2 a:hover {
  color: var(--bs-white);
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-box-shadow: 0 6px 20px 0 rgba(var(--bs-primary-rgb), .3);
  box-shadow: 0 6px 20px 0 rgba(var(--bs-primary-rgb), .3)
}

.social_block.style_2 a:hover svg {
  fill: var(--bs-white)
}

.social_block.style_2 svg {
  width: 20px
}

.social_block.style_3 a {
  width: 60px;
  height: 60px;
  border: none;
  font-size: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #fff0;
  background-position: center center
}

.social_block.style_3 a svg {
  width: 20px
}

.social_block.style_3 a:hover {
  color: var(--bs-primary);
  background-color: var(--bs-primary)
}

.social_block.style_3 a:hover svg {
  fill: var(--bs-primary)
}

.social_block.style_4 a {
  width: 40px;
  height: 40px;
  font-size: 14px;
  background-color: var(--bs-light);
  border: 1px solid var(--bs-border-color)
}

.social_block.style_4 a:hover {
  color: var(--bs-white);
  border-color: var(--bs-secondary);
  background-color: var(--bs-secondary)
}

.pagelist_block.unordered_list {
  gap: 16px 50px
}

.pagelist_block a {
  line-height: 1;
  font-size: 16px;
  color: var(--bs-heading-color);
  font-family: var(--bs-heading-font-family)
}

.pagelist_block a:hover {
  color: var(--bs-primary)
}

.iconlist_block.unordered_list_block {
  gap: 20px
}

.iconlist_block.unordered_list_block>li {
  gap: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.iconlist_block.unordered_list_block>li>* {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex
}

.iconlist_block.unordered_list {
  gap: 26px
}

.iconlist_block .iconlist_icon {
  width: 22px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 4px 0 0
}

.iconlist_block .iconlist_icon .fa-circle {
  font-size: 5px
}

.iconlist_block .iconlist_icon img {
  width: 100%
}

.iconlist_block .iconlist_label {
  gap: 6px;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: var(--bs-heading-color);
  font-family: var(--bs-heading-font-family)
}

.iconlist_block .iconlist_info {
  font-weight: 400;
  font-size: var(--bs-body-font-size);
  line-height: var(--bs-body-line-height);
  font-family: var(--bs-body-font-family)
}

.tab_block .nav {
  gap: 2px;
  padding: 8px;
  -ms-grid-row-align: center;
  -ms-grid-column-align: center;
  place-self: center;
  border-radius: 10px;
  margin-bottom: 70px;
  border: 1px solid var(--bs-border-color)
}

.tab_block .nav .nav-link {
  font-size: 16px;
  padding: 6px 30px;
  line-height: 30px;
  border-radius: 6px;
  letter-spacing: -.2px;
  color: var(--bs-heading-color);
  font-family: var(--bs-heading-font-family)
}

.tab_block .nav .nav-link:not(.active):hover {
  color: var(--bs-white)
}

.tab_block .nav .nav-link.active {
  color: var(--bs-white);
  background-color: var(--bs-border-color)
}

.ico_iconbox_block {
  z-index: 1;
  padding: 30px;
  position: relative;
  border-radius: 20px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), to(var(--bs-border-color)));
  background-image: linear-gradient(0deg, transparent, var(--bs-border-color))
}

.ico_iconbox_block:before {
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  z-index: -1;
  content: "";
  position: absolute;
  border-radius: inherit;
  background-color: var(--bs-dark)
}

.ico_iconbox_block .iconbox_icon {
  width: 80px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex
}

.ico_iconbox_block .iconbox_icon img {
  display: block
}

.ico_iconbox_block .iconbox_title {
  font-size: 24px;
  line-height: 32px;
  margin: 27px 0 7px
}

.ico_iconbox_block .iconbox_description {
  max-width: 235px
}

.ico_iconbox_icon_left {
  gap: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 20px;
  border-radius: 10px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: var(--bs-light);
  border: 1px solid var(--bs-border-color)
}

.ico_iconbox_icon_left .iconbox_icon {
  width: 55px;
  height: 55px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto
}

.ico_iconbox_icon_left .iconbox_icon img {
  width: 100%
}

.ico_iconbox_icon_left .iconbox_title {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 4px;
  color: var(--bs-body-color);
  font-family: var(--bs-body-font-family)
}

.ico_iconbox_icon_left .iconbox_description {
  color: var(--bs-heading-color);
  font-family: var(--bs-heading-font-family)
}

.ico_features_group {
  gap: 20px
}

.memecoin_iconbox_block .iconbox_icon {
  z-index: 1;
  max-width: 90px;
  position: relative;
  display: inline-block
}

.memecoin_iconbox_block .iconbox_icon:before {
  left: 50%;
  content: "";
  z-index: -1;
  bottom: 8px;
  width: 70px;
  height: 70px;
  position: absolute;
  border-radius: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border: 2px solid var(--bs-dark);
  background-image: -webkit-gradient(linear, left bottom, left top, from(#07B175), to(#3FFFB7));
  background-image: linear-gradient(0deg, #07B175, #3FFFB7)
}

.memecoin_iconbox_block .iconbox_title {
  font-size: 18px;
  line-height: 24px;
  margin: 28px 0 10px
}

.row:has(.memecoin_iconbox_block) {
  border-style: dashed;
  border-width: 0 1px;
  border-color: #C0DBA6
}

.row:has(.memecoin_iconbox_block)>*:not(:last-child) {
  border-style: dashed;
  border-color: #C0DBA6;
  border-width: 0 1px 0 0
}

.row:has(.memecoin_iconbox_block) .memecoin_iconbox_block {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 320px
}

.pepecoin_feature_block {
  position: relative;
  text-align: center;
  padding: 106px 80px 94px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center
}

.pepecoin_feature_block .feature_serial_number {
  top: -20px;
  left: -30px;
  z-index: 1;
  width: 184px;
  height: 96px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  font-size: 44px;
  font-weight: 500;
  position: absolute;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-size: 100% 100%;
  font-family: "January Night";
  background-repeat: no-repeat;
  background-position: center center
}

.pepecoin_feature_block .feature_title {
  line-height: 1;
  font-size: 30px;
  margin-bottom: 14px
}

.pepecoin_feature_block p {
  font-size: 18px;
  font-weight: 600;
  line-height: 30px
}

.row:has(.pepecoin_feature_block) {
  margin: -40px
}

.row:has(.pepecoin_feature_block)>* {
  padding: 40px
}

.ico_event_section [class*=shape_shadow_] {
  width: 252px;
  -webkit-filter: blur(100px);
  filter: blur(100px)
}

.ico_event_section .shape_shadow_1 {
  top: 50%;
  left: -100px
}

.ico_event_section .shape_shadow_2 {
  top: 110%;
  right: -100px
}

.event_loop_builder:has(.event_block_left_image) {
  gap: 20px
}

.event_block_left_image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 15px;
  background-color: var(--bs-light);
  border: 1px solid var(--bs-border-color)
}

.event_block_left_image .event_image {
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  overflow: hidden;
  max-width: 249px;
  position: relative;
  background: -webkit-gradient(linear, left bottom, left top, from(#7130C3), to(#FC6500));
  background: linear-gradient(0deg, #7130C3, #FC6500)
}

.event_block_left_image .event_image img {
  mix-blend-mode: luminosity;
  -webkit-transition: var(--bs-transition);
  transition: var(--bs-transition)
}

.event_block_left_image .event_image .event_date {
  left: 0;
  right: 0;
  top: 50%;
  z-index: 2;
  opacity: 0;
  line-height: 1;
  font-size: 24px;
  padding: 0 15px;
  position: absolute;
  text-align: center;
  color: var(--bs-white);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: var(--bs-transition);
  transition: var(--bs-transition);
  font-family: var(--bs-heading-font-family)
}

.event_block_left_image .event_info {
  padding: 30px
}

.event_block_left_image .event_location {
  line-height: 1;
  font-size: 16px;
  margin-bottom: 16px
}

.event_block_left_image .event_location i {
  margin-right: 4px
}

.event_block_left_image .event_title {
  font-size: 20px;
  line-height: 28px
}

.event_block_left_image .event_title:hover a {
  color: var(--bs-white)
}

.event_block_left_image:hover .event_image img {
  opacity: .2
}

.event_block_left_image:hover .event_image .event_date {
  opacity: 1
}

.event_card_block {
  overflow: hidden;
  position: relative;
  border-radius: 15px;
  background-color: var(--bs-light);
  border: 1px solid var(--bs-border-color)
}

.event_card_block .event_image {
  display: block;
  overflow: hidden
}

.event_card_block .event_image img {
  -webkit-transition: var(--bs-transition);
  transition: var(--bs-transition)
}

.event_card_block .event_image:hover img {
  -webkit-transform: scale(1.09);
  transform: scale(1.09)
}

.event_card_block .event_date {
  gap: 14px;
  z-index: 2;
  right: 1px;
  width: 25%;
  bottom: -1px;
  height: 162px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 30px;
  text-align: center;
  position: absolute;
  border-style: solid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-width: 0 0 0 1px;
  border-color: var(--bs-secondary)
}

.event_card_block .event_date i {
  width: 42px;
  height: 42px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: var(--bs-border-color)
}

.event_card_block .event_date span {
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -.4px;
  color: var(--bs-heading-color);
  font-family: var(--bs-heading-font-family)
}

.event_card_block .event_info {
  width: 75%;
  z-index: 1;
  margin: -87px 0 0;
  position: relative;
  border-style: solid;
  border-radius: 0 15px 0 0;
  border-width: 1px 1px 0 0;
  padding: 30px 40px 40px 30px;
  background-color: var(--bs-light);
  border-color: var(--bs-border-color)
}

.event_card_block .event_location {
  line-height: 1;
  font-size: 16px;
  margin-bottom: 16px
}

.event_card_block .event_location i {
  margin-right: 4px
}

.event_card_block .event_title {
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 37px
}

.event_card_block .event_title:hover a {
  color: var(--bs-white)
}

.roadmap_block {
  z-index: 2;
  padding: 40px;
  position: relative;
  border-radius: 20px;
  -webkit-transition: -webkit-box-flex 0.2s ease-in;
  transition: -webkit-box-flex 0.2s ease-in;
  transition: flex 0.2s ease-in;
  transition: flex 0.2s ease-in, -webkit-box-flex 0.2s ease-in, -ms-flex 0.2s ease-in;
  background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), to(var(--bs-border-color)));
  background-image: linear-gradient(0deg, transparent, var(--bs-border-color))
}

.roadmap_block:before {
  inset: 20px;
  content: "";
  z-index: -1;
  position: absolute;
  border-radius: inherit;
  border: 1px solid #fff0
}

.roadmap_block:after {
  inset: 1px;
  content: "";
  z-index: -2;
  position: absolute;
  border-radius: inherit;
  background-size: 100% 0%;
  background-repeat: no-repeat;
  background-position: center top;
  background-color: var(--bs-dark);
  background-image: url(../images/backgrounds/bg_image_1.png)
}

.roadmap_block .badge {
  line-height: 1;
  font-size: 24px;
  padding: 14px 15px;
  border-radius: 8px;
  border: 1px solid #1D204B;
  color: var(--bs-secondary);
  background-color: rgb(29 32 75 / .41);
  font-family: var(--bs-heading-font-family)
}

.roadmap_block .heading_text {
  font-size: 24px;
  line-height: 32px;
  margin: 31px -20px 18px 0
}

.roadmap_block .iconlist_block {
  gap: 16px;
  opacity: 0;
  min-height: 350px
}

.roadmap_block .iconlist_block .iconlist_icon {
  width: auto;
  font-size: 5px;
  margin: 9px 0 0
}

.roadmap_block .iconlist_block .iconlist_label {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: var(--bs-body-color);
  font-family: var(--bs-body-font-family)
}

.roadmap_block .hover_shape {
  top: 70%;
  right: 30px;
  max-width: 142px;
  position: absolute;
  -webkit-transform: scale(.8);
  transform: scale(.8);
  mix-blend-mode: luminosity;
  -webkit-transition: 0.6s cubic-bezier(.16, 1, .3, 1);
  transition: 0.6s cubic-bezier(.16, 1, .3, 1)
}

.roadmap_block.active {
  background-image: -webkit-gradient(linear, left bottom, left top, from(var(--bs-border-color)), to(var(--bs-border-color)));
  background-image: linear-gradient(0deg, var(--bs-border-color), var(--bs-border-color))
}

.roadmap_block.active:before {
  border-color: var(--bs-border-color)
}

.roadmap_block.active:after {
  background-size: 100% 100%
}

.roadmap_block.active .iconlist_block {
  opacity: 1
}

.roadmap_block.active .hover_shape {
  top: -13%;
  right: -65px;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  mix-blend-mode: normal
}

.ico_roadmap_flexbox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.ico_roadmap_flexbox .roadmap_block {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative
}

.ico_roadmap_flexbox .roadmap_block.active {
  -webkit-box-flex: 1.6;
  -ms-flex: 1.6;
  flex: 1.6;
  z-index: 3
}

.meme_roadmap_block .serial_number {
  z-index: 2;
  line-height: 1;
  padding: 0 24px;
  font-size: 14px;
  position: relative;
  margin-bottom: 46px;
  color: var(--bs-light);
  font-family: var(--bs-heading-font-family)
}

.meme_roadmap_block .serial_number:before {
  top: 100%;
  left: 60px;
  width: 1px;
  content: "";
  height: 100px;
  margin-top: 10px;
  position: absolute;
  background-color: #1F453D
}

.meme_roadmap_block .roadmap_info {
  z-index: 1;
  padding: 67px 44px;
  position: relative;
  border-radius: 20px;
  background-color: var(--bs-primary)
}

.meme_roadmap_block .roadmap_info:before {
  inset: 1px;
  content: "";
  z-index: -1;
  position: absolute;
  border-radius: inherit;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(40%, var(--bs-dark)), to(transparent));
  background-image: linear-gradient(0deg, var(--bs-dark) 40%, transparent 100%)
}

.meme_roadmap_block .roadmap_info:after {
  top: 50%;
  left: 50%;
  z-index: -1;
  content: "";
  width: 100%;
  height: 250px;
  position: absolute;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: var(--bs-dark)
}

.meme_roadmap_block .roadmap_title {
  line-height: 1;
  font-size: 20px;
  position: relative;
  padding-left: 50px;
  margin-bottom: 40px
}

.meme_roadmap_block .roadmap_title:before {
  top: 2px;
  left: 8px;
  z-index: 2;
  content: "";
  width: 15px;
  height: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: absolute;
  border-radius: 100%;
  -webkit-box-shadow: 0 0 0 8px #20242C;
  box-shadow: 0 0 0 8px #20242C;
  background-image: -webkit-gradient(linear, left bottom, left top, from(var(--bs-primary)), to(var(--bs-dark)));
  background-image: linear-gradient(0deg, var(--bs-primary), var(--bs-dark))
}

.meme_roadmap_block .iconlist_block>li {
  gap: 8px
}

.meme_roadmap_block .iconlist_block .iconlist_icon {
  font-size: 15px;
  margin-top: 2px
}

.meme_roadmap_block .iconlist_block .iconlist_label {
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  font-family: var(--bs-body-font-family)
}

.countdown_timer_block {
  gap: 20px;
  text-align: center
}

.countdown_timer_block>li {
  gap: 8px;
  width: 110px;
  height: 90px;
  line-height: 1;
  padding: 2px 0 0;
  position: relative;
  border-radius: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  background-color: var(--bs-light);
  border: 1px solid var(--bs-border-color)
}

.countdown_timer_block>li:not(:last-child):after {
  top: 50%;
  right: -16px;
  content: ":";
  font-size: 36px;
  font-weight: 700;
  margin-top: -2px;
  line-height: 20px;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.countdown_timer_block>li>* {
  display: block
}

.countdown_timer_block span {
  font-size: 35px;
  font-weight: 700;
  color: var(--bs-heading-color);
  font-family: var(--bs-heading-font-family)
}

.countdown_timer_block small {
  font-size: 14px;
  font-weight: 500
}

.ico_accordion .accordion-item {
  position: relative;
  border-radius: 10px;
  padding: 35px 120px 35px 40px;
  background-color: var(--bs-dark);
  border: 1px solid var(--bs-border-color)
}

.ico_accordion .accordion-item:not(:last-child) {
  margin-bottom: -1px
}

.ico_accordion .accordion-item:has([aria-expanded=true]) {
  z-index: 2
}

.ico_accordion .icon_arrow {
  top: 0;
  right: 0;
  bottom: 0;
  width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: absolute;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-left: 1px solid var(--bs-border-color)
}

.ico_accordion .icon_arrow svg {
  width: 26px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  fill: #fff0;
  stroke: var(--bs-body-color);
  -webkit-transition: var(--bs-transition);
  transition: var(--bs-transition)
}

.ico_accordion .icon_arrow:hover svg {
  stroke: var(--bs-secondary)
}

.ico_accordion .icon_arrow:not(.collapsed) svg {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  fill: var(--bs-secondary);
  stroke: var(--bs-secondary)
}

.ico_accordion .accordion-body {
  padding: 20px 100px 7px 0
}

.ico_accordion p {
  margin-bottom: 16px
}

.ico_accordion .accordion-button {
  font-size: 20px;
  line-height: 30px;
  color: var(--bs-heading-color);
  font-family: var(--bs-heading-font-family)
}

.ico_accordion .iconlist_block .iconlist_label {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: var(--bs-body-color);
  font-family: var(--bs-body-font-family)
}

.ico_accordion .iconlist_block .iconlist_icon {
  width: auto;
  font-size: 5px;
  margin: 10px 0 0
}

.ico_accordion .iconlist_block.unordered_list_block {
  gap: 12px
}

.meme_accordion .accordion-item {
  z-index: 1;
  position: relative;
  border-radius: 20px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  padding: 60px 80px 60px 40px;
  background-color: var(--bs-dark);
  border: 1px solid var(--bs-primary)
}

.meme_accordion .accordion-item:not(:last-child) {
  margin-bottom: 30px
}

.meme_accordion .accordion-item:before {
  top: 50%;
  left: -1px;
  right: -1px;
  content: "";
  height: 100%;
  z-index: -1;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(var(--bs-dark)), color-stop(var(--bs-dark)), to(transparent));
  background-image: linear-gradient(0deg, transparent, var(--bs-dark), var(--bs-dark), transparent)
}

.meme_accordion .accordion-item:has([aria-expanded=true]) {
  border-color: var(--bs-light);
  background-color: var(--bs-light)
}

.meme_accordion .accordion-item:has([aria-expanded=true]):before {
  height: 0%
}

.meme_accordion .accordion-item:has([aria-expanded=true]) .accordion-button {
  color: var(--bs-dark)
}

.meme_accordion .accordion-item:has([aria-expanded=true]) .accordion-button .icon {
  background-color: var(--bs-dark)
}

.meme_accordion .accordion-item:has([aria-expanded=true]) .accordion-button .icon i {
  color: var(--bs-light);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.meme_accordion .accordion-button {
  gap: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  line-height: 28px;
  color: var(--bs-white);
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
  font-family: var(--bs-heading-font-family)
}

.meme_accordion .accordion-button .icon {
  width: 50px;
  height: 50px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 36px;
  border-radius: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: var(--bs-transition);
  transition: var(--bs-transition);
  background-color: var(--bs-light)
}

.meme_accordion .accordion-button .icon i {
  color: var(--bs-dark);
  -webkit-transition: var(--bs-transition);
  transition: var(--bs-transition)
}

.meme_accordion .accordion-body {
  padding: 30px 0 0
}

.meme_accordion p {
  font-size: 18px;
  line-height: 26px;
  color: var(--bs-dark)
}

.progress {
  height: 22px;
  padding: 2px;
  border-radius: 30px;
  background-color: var(--bs-light)
}

.progress [aria-valuenow="80"] {
  width: 80%
}

.progress [aria-valuenow="85"] {
  width: 85%
}

.progress [aria-valuenow="90"] {
  width: 90%
}

.progress [aria-valuenow="60"] {
  width: 60%
}

.progress [aria-valuenow="94"] {
  width: 94%
}

.progress-bar {
  position: relative;
  border-radius: inherit;
  color: var(--bs-heading-color);
  background-color: var(--bs-primary)
}

.progress-bar:after {
  top: 2px;
  right: 10px;
  line-height: 1;
  font-size: 15px;
  font-weight: 500;
  position: absolute;
  content: attr(aria-valuenow) "%"
}

.postabmin_block {
  gap: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  border-radius: 20px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: var(--bs-light);
  border: 1px solid var(--bs-border-color)
}

.postabmin_block .admin_image {
  width: 150px;
  height: 150px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  overflow: hidden;
  border-radius: 100%
}

.postabmin_block .admin_name {
  line-height: 1;
  font-size: 22px;
  margin-bottom: 4px
}

.postabmin_block .admin_designation {
  display: block;
  margin-bottom: 10px
}

.postabmin_block .social_block.style_3 a {
  width: 40px;
  height: 40px;
  font-size: 16px;
  border: 1px solid var(--bs-border-color)
}

.postabmin_block .social_block.style_3 a:hover {
  color: var(--bs-white);
  border-color: var(--bs-primary)
}

.pagination_nav {
  gap: 14px
}

.pagination_nav a {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  font-weight: 700;
  border-radius: 6px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--bs-white);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: var(--bs-light);
  border: 1px solid var(--bs-border-color)
}

.pagination_nav>li:hover a,
.pagination_nav>li.active a {
  color: var(--bs-white);
  border-color: var(--bs-secondary);
  background-color: var(--bs-secondary)
}

.ico_team_block {
  height: 336px;
  text-align: center;
  -webkit-perspective: 1000px;
  perspective: 1000px
}

.ico_team_block .ico_team_block_inner {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  background-color: var(--bs-dark);
  -webkit-transition: 0.6s cubic-bezier(.33, 1, .68, 1);
  transition: 0.6s cubic-bezier(.33, 1, .68, 1)
}

.ico_team_block:hover .ico_team_block_inner {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg)
}

.ico_team_block .front_side_content,
.ico_team_block .back_side_content {
  width: 100%;
  height: 100%;
  padding: 40px;
  position: absolute;
  border-radius: 15px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border: 1px solid var(--bs-border-color)
}

.ico_team_block .back_side_content {
  overflow: hidden;
  position: relative;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  background-color: var(--bs-light)
}

.ico_team_block .back_side_content:before {
  top: -50%;
  left: 50%;
  z-index: -1;
  content: "";
  width: 270px;
  height: 270px;
  -webkit-filter: blur(30px);
  filter: blur(30px);
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-image: radial-gradient(#4E47A6, transparent)
}

.ico_team_block .team_avatar {
  padding: 6px;
  border-radius: 100%;
  margin-bottom: 26px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: var(--bs-secondary)
}

.ico_team_block .team_avatar .avatar_wrap {
  width: 164px;
  height: 164px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: inherit;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.ico_team_block .team_member_name {
  line-height: 1;
  font-size: 22px;
  margin-bottom: 10px;
  letter-spacing: -.2px
}

.ico_team_block .team_member_designation {
  line-height: 1;
  display: block;
  font-size: 14px
}

.ico_team_block .team_member_description {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 23px;
  color: var(--bs-white)
}

.ico_team_block .social_block {
  margin-bottom: 58px
}

.partner_logo_carousel .swiper-wrapper {
  pointer-events: none;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear
}

.partners_group {
  gap: 30px
}

.partners_group .ico_partner_logo .logo_wrap {
  height: 86px
}

.partners_group .ico_partner_logo .logo_wrap img {
  max-width: 130px
}

.ico_partner_logo {
  z-index: 1;
  padding: 1px;
  pointer-events: auto;
  position: relative;
  border-radius: 10px;
  background-color: rgb(47 51 109 / .8)
}

.ico_partner_logo:before {
  inset: 0;
  opacity: 0;
  z-index: -1;
  content: "";
  position: absolute;
  border-radius: inherit;
  -webkit-transition: var(--bs-transition);
  transition: var(--bs-transition);
  background-image: linear-gradient(120deg, #944FEB 0%, #DB5D41 37%, #944FEB 100%)
}

.ico_partner_logo:after {
  left: -1px;
  right: -1px;
  top: 50%;
  content: "";
  height: 55%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: var(--bs-dark)
}

.ico_partner_logo .logo_wrap {
  z-index: 1;
  height: 128px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 36px;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: inherit;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: var(--bs-dark)
}

.ico_partner_logo .logo_wrap img {
  opacity: .6;
  max-width: 150px;
  -webkit-transition: var(--bs-transition);
  transition: var(--bs-transition)
}

.ico_partner_logo .logo_wrap [class*=dot_] {
  z-index: 1;
  width: 5px;
  height: 5px;
  position: absolute;
  border-radius: 100%;
  display: inline-block;
  -webkit-transition: var(--bs-transition);
  transition: var(--bs-transition);
  background: rgb(47 51 109 / .8)
}

.ico_partner_logo .logo_wrap .dot_1 {
  top: 10px;
  left: 10px
}

.ico_partner_logo .logo_wrap .dot_2 {
  top: 10px;
  right: 10px
}

.ico_partner_logo .logo_wrap .dot_3 {
  right: 10px;
  bottom: 10px
}

.ico_partner_logo .logo_wrap .dot_4 {
  left: 10px;
  bottom: 10px
}

.ico_partner_logo:hover:before {
  opacity: 1
}

.ico_partner_logo:hover .logo_wrap img {
  opacity: 1
}

.ico_partner_logo:hover .logo_wrap [class*=dot_] {
  background: radial-gradient(#5349CA, rgb(47 51 109 / .8))
}

.tokenomics_block>li {
  gap: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.tokenomics_block>li:not(:last-child) {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--bs-border-color)
}

.tokenomics_block>li:nth-child(1) .percent {
  background-color: #FC1CCF
}

.tokenomics_block>li:nth-child(2) .percent {
  background-color: #DF5E08
}

.tokenomics_block>li:nth-child(3) .percent {
  background-color: #07C87F
}

.tokenomics_block>li:nth-child(4) .percent {
  background-color: #49B7F7
}

.tokenomics_block>li:nth-child(5) .percent {
  background-color: #DABA5E
}

.tokenomics_block>li:nth-child(6) .percent {
  background-color: #FF0054
}

.tokenomics_block .percent {
  width: 78px;
  height: 46px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  line-height: 1;
  font-size: 24px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: var(--bs-white);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 10px 0 10px 0;
  font-family: "Roobert PRO Medium";
  background-color: var(--bs-secondary)
}

.tokenomics_block .heading_text {
  line-height: 1;
  font-size: 18px;
  margin-bottom: 8px;
  font-family: var(--bs-body-font-family)
}

.tokenomics_block .value {
  line-height: 1;
  font-size: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: var(--bs-heading-color);
  font-family: "Roobert PRO Medium"
}

.icon_coins_image {
  margin: 0 -120px -140px
}

.icon_coins_image img {
  -webkit-animation: upDownMover 4s ease-in-out infinite;
  animation: upDownMover 4s ease-in-out infinite
}

.blog_carousel_block {
  overflow: hidden;
  position: relative;
  border-radius: 20px;
  margin-bottom: 120px
}

.blog_carousel_block .swiper-slide {
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 600px;
  position: relative;
  background-size: cover;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-repeat: no-repeat;
  background-blend-mode: luminosity;
  background-position: center center;
  background-color: var(--bs-secondary)
}

.blog_carousel_block .swiper-slide:before {
  inset: 0;
  content: "";
  z-index: -1;
  position: absolute;
  background-image: -webkit-gradient(linear, left bottom, left top, from(var(--bs-secondary)), to(transparent));
  background-image: linear-gradient(0deg, var(--bs-secondary), transparent)
}

.blog_carousel_block .post_info {
  padding: 50px;
  max-width: 910px
}

.blog_carousel_block .badge {
  color: #CCCEEF;
  line-height: 1;
  font-size: 16px;
  padding: 8px 10px;
  border-radius: 5px;
  text-transform: uppercase;
  background-color: var(--bs-dark)
}

.blog_carousel_block .blog_post_title {
  font-size: 48px;
  line-height: 58px;
  margin: 40px 0 21px
}

.blog_carousel_block .blog_post_title a:hover {
  color: var(--bs-white)
}

.blog_carousel_block .bc-pagination {
  right: 50px;
  bottom: 50px;
  z-index: 2;
  left: auto;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.blog_carousel_block .bc-pagination .swiper-pagination-bullet {
  opacity: 1;
  width: 10px;
  height: 10px;
  display: block;
  line-height: 1;
  background-color: var(--bs-white)
}

.blog_carousel_block .bc-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--bs-primary)
}

.blog_carousel_block [class*=bc-button-] {
  top: 50%;
  z-index: 2;
  width: 28px;
  height: 158px;
  font-size: 14px;
  position: absolute;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: var(--bs-white);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-size: 100% 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center center
}

.blog_carousel_block [class*=bc-button-]:hover {
  color: var(--bs-primary)
}

.blog_carousel_block .bc-button-prev {
  left: -1px
}

.blog_carousel_block .bc-button-next {
  right: -1px
}

.blog_post_left_image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-bottom: 40px;
  border-radius: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--bs-light);
  border: 1px solid var(--bs-border-color)
}

.blog_post_left_image .post_image {
  width: 320px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: var(--bs-secondary)
}

.blog_post_left_image .post_image img {
  mix-blend-mode: luminosity
}

.blog_post_left_image .post_info {
  padding: 40px;
  max-width: 670px
}

.blog_post_left_image .blog_post_category {
  line-height: 1;
  font-size: 16px;
  font-weight: 600;
  color: var(--bs-primary);
  text-transform: uppercase
}

.blog_post_left_image .blog_post_title {
  font-size: 24px;
  line-height: 34px;
  margin: 6px 0 18px
}

.blog_post_left_image .blog_post_title a:hover {
  color: var(--bs-white)
}

.blog_post_left_image .blog_post_description {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 30px
}

.recent_post_list {
  gap: 30px
}

.recent_post_item {
  gap: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 30px;
  border-radius: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: var(--bs-light);
  border: 1px solid var(--bs-border-color)
}

.recent_post_item .blog_post_title {
  font-size: 18px;
  margin-bottom: 0;
  line-height: 24px;
  color: var(--bs-heading-color);
  -webkit-transition: var(--bs-transition);
  transition: var(--bs-transition);
  font-family: var(--bs-heading-font-family)
}

.recent_post_item .blog_post_admin {
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.recent_post_item .blog_post_admin i {
  color: var(--bs-primary)
}

.recent_post_item:hover {
  border-color: var(--bs-secondary)
}

.recent_post_item:hover .blog_post_title {
  color: var(--bs-white)
}

.blog_card_block .blog_post_image {
  display: block;
  overflow: hidden;
  margin-bottom: 30px;
  border-radius: 20px;
  background-color: var(--bs-secondary)
}

.blog_card_block .blog_post_image img {
  mix-blend-mode: luminosity;
  -webkit-transition: var(--bs-transition);
  transition: var(--bs-transition)
}

.blog_card_block .blog_post_title {
  font-size: 24px;
  line-height: 34px;
  margin: 19px 0 25px
}

.blog_card_block .blog_post_title a:hover {
  color: var(--bs-primary)
}

.row:has(.blog_card_block) {
  margin: -40px -15px
}

.row:has(.blog_card_block) [class*=col-lg-] {
  padding: 40px 15px
}

.site_header {
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  position: fixed
}

.site_header .nav_wrapper {
  padding: 30px 0;
  -webkit-transition: padding 0.3s;
  transition: padding 0.3s;
  background: #914648;
}

.site_header.sticky .nav_wrapper {
  padding: 10px 0;
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px)
}

.site_header .ico_btn_outline {
  font-size: 16px;
  padding: 14px 26px
}

.site_header .language_dropdown .language_dropdown {
  right: 0;
  left: auto
}

.header_memecoin .main_menu_list {
  gap: 40px
}

.header_memecoin .main_menu_list>li>.nav-link {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: .4px
}

.header_memecoin .main_menu_list>li>.nav-link>.nav_link_icon {
  margin: 0
}

.header_memecoin .main_menu_list>li:hover>.nav-link,
.header_memecoin .main_menu_list>li.active>.nav-link {
  color: var(--bs-light)
}

.header_memecoin .main_menu_list>li:hover>.nav-link .nav_link_label {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%)
}

.header_memecoin .memecoin_btn {
  font-size: 18px;
  padding: 13px 30px
}

.header_pepecoin.sticky .site_logo .site_link>img:nth-child(1),
.header_pepecoin:not(.sticky) .site_logo .site_link>img:nth-child(2) {
  display: none
}

.header_pepecoin .btns_group {
  margin-left: 70px
}

.header_pepecoin .pepecoin_btn {
  font-size: 20px;
  padding: 17px 30px
}

.header_pepecoin:not(.sticky) .main_menu_list>li>.nav-link {
  color: var(--bs-white)
}

.header_pepecoin:not(.sticky) .main_menu_list .nav_link_icon {
  color: var(--bs-white)
}

.header_pepecoin .main_menu_list>li>.nav-link {
  line-height: 1;
  font-size: 18px;
  font-weight: 400
}

.header_pepecoin .main_menu_list .dropdown-item {
  font-weight: 400;
  color: var(--bs-heading-color);
  font-family: var(--bs-heading-font-family)
}

.header_pepecoin .nav_wrapper {
  padding: 5px 0 6px 0;
}

.header_pepecoin.sticky .nav_wrapper {
  padding: 5px 0
}

.main_menu_list {
  gap: 40px
}

.main_menu_list>li>.nav-link {
  gap: 4px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  font-size: 16px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-weight: 500;
  line-height: 18px;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  color: var(--bs-heading-color);
  font-family: var(--bs-heading-font-family)
}

.main_menu_list>li>.nav-link>.nav_link_label {
  padding: 1px 0;
  position: relative;
  display: inline-block;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s
}

.main_menu_list>li>.nav-link>.nav_link_label:before {
  left: 0;
  top: 100%;
  text-align: center;
  position: absolute;
  content: attr(data-text)
}

.main_menu_list>li>.nav-link>.nav_link_icon {
  margin: 1px 0 0
}

.main_menu_list>li.active>.nav-link {
  color: var(--bs-primary)
}

.main_menu_list>li:hover>.nav-link {
  color: var(--bs-primary)
}

.main_menu_list>li:hover>.nav-link .nav_link_label {
  -webkit-transform: translateY(-90%);
  transform: translateY(-90%)
}

.main_menu_list>li:hover>.nav-link>.nav_link_icon {
  -webkit-transform: rotateX(-180deg);
  transform: rotateX(-180deg)
}

.main_menu_list .nav_link_icon {
  font-size: 16px;
  fill: currentColor;
  -webkit-transition: var(--bs-transition);
  transition: var(--bs-transition)
}

.main_menu_list .dropdown-menu {
  min-width: 220px
}

.main_menu_list .dropdown-menu .dropdown>.dropdown-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.main_menu_list .dropdown-menu .dropdown-menu {
  top: 0;
  margin: 0;
  left: 100%
}

@media screen and (min-width: 992px) {
  .site_header .btns_group {
    gap: 24px
  }

  .main_menu_list .dropdown-menu {
    opacity: 0;
    display: block;
    -webkit-transition: 200ms;
    transition: 200ms;
    visibility: hidden;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform: perspective(300px) rotateX(-8deg);
    transform: perspective(300px) rotateX(-8deg)
  }

  .main_menu_list .dropdown:hover>.dropdown-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: perspective(300px) rotateX(0deg);
    transform: perspective(300px) rotateX(0deg)
  }

  .main_menu_list>.dropdown>.dropdown-menu {
    margin-top: 36px
  }

  .main_menu_list>.dropdown>.dropdown-menu:before {
    left: 0;
    right: 0;
    top: -20px;
    content: "";
    height: 20px;
    display: block;
    position: absolute
  }

  .site_header.sticky .main_menu_list>.dropdown>.dropdown-menu {
    margin-top: 42px
  }

  .site_header.sticky .main_menu_list>.dropdown>.dropdown-menu:before {
    top: -22px;
    height: 22px
  }
}

.mobile_menu_btn {
  width: 44px;
  height: 44px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 20px;
  border-radius: 6px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--bs-heading-color);
  border: 1px solid var(--bs-border-color)
}

.mobile_menu_btn:hover {
  color: var(--bs-white);
  border-color: var(--bs-primary);
  background-color: var(--bs-primary)
}

@media screen and (max-width: 1199px) {
  .main_menu_list {
    gap: 40px
  }
}

@media screen and (max-width: 1024px) {
  .main_menu_list {
    gap: 20px
  }

  .header_memecoin .main_menu_list {
    gap: 16px
  }

  /* .header_pepecoin .nav_wrapper {
    padding: 24px 0
  } */

  .header_pepecoin .pepecoin_btn {
    font-size: 18px
  }
}

@media screen and (max-width: 991px) {
  .site_header .btns_group {
    gap: 10px
  }

  .site_header .main_menu {
    left: 0;
    right: 0;
    top: 104px;
    z-index: 999;
    position: fixed;
    padding: 0 15px
  }

  .site_header.sticky .main_menu {
    top: 64px
  }

  .main_menu_list {
    gap: 1px;
    margin: auto;
    max-width: 700px;
    border-radius: 6px;
    padding: 15px 30px;
    background-color: var(--bs-white);
    -webkit-box-shadow: 0 5px 20px 0 rgb(0 0 0 / .6);
    box-shadow: 0 5px 20px 0 rgb(0 0 0 / .6)
  }

  .main_menu_list>li:not(:hover)>.nav-link,
  .main_menu_list>li:not(.active)>.nav-link {
    color: var(--bs-dark)
  }

  .main_menu_list>li {
    width: 100%;
    display: block;
    padding: 15px 0
  }

  .main_menu_list>li:not(:last-child) {
    border-bottom: 1px solid rgb(0 0 0 / .1)
  }

  .main_menu_list>li>a {
    font-size: 18px
  }

  .main_menu_list .dropdown-menu {
    position: static;
    -webkit-box-shadow: none;
    box-shadow: none
  }

  .header_memecoin .main_menu {
    top: 110px
  }

  .header_memecoin.sticky .main_menu {
    top: 70px
  }

  .header_memecoin .main_menu_list>li:hover>.nav-link,
  .header_memecoin .main_menu_list>li.active>.nav-link {
    color: var(--bs-primary)
  }

  .header_memecoin .main_menu_list {
    gap: 0
  }

  .header_pepecoin:not(.sticky) .main_menu_list>li>.nav-link,
  .header_pepecoin:not(.sticky) .main_menu_list .nav_link_icon {
    color: var(--bs-dark)
  }

  .header_pepecoin .main_menu {
    top: 100px
  }

  .header_pepecoin.sticky .main_menu {
    top: 62px
  }
}

@media screen and (max-width: 575px) {
  .header_memecoin .memecoin_btn {
    font-size: 14px;
    padding: 10px 24px
  }

  .header_memecoin .btns_group>li:last-child {
    display: none
  }

  .header_memecoin .main_menu {
    top: 104px
  }

  .header_memecoin.sticky .main_menu {
    top: 64px
  }
}

@media screen and (max-width: 425px) {
  .header_pepecoin .pepecoin_btn {
    font-size: 16px;
    padding: 12px 24px
  }

  .mobile_menu_btn {
    width: 40px;
    height: 40px;
    font-size: 18px
  }

  .header_pepecoin .main_menu {
    top: 88px
  }

  .header_pepecoin.sticky .main_menu {
    top: 50px
  }
}

.ico_site_footer {
  padding: 146px 0 0
}

.ico_site_footer .shape_top {
  left: 0;
  right: 0;
  top: -120px
}

.ico_site_footer .shape_top img {
  width: 100%
}

.ico_site_footer .pagelist_block {
  margin-bottom: 58px
}

.ico_site_footer .middle_area {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-style: solid;
  border-width: 1px 0;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-color: var(--bs-border-color)
}

.ico_site_footer .middle_area>* {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 40px;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.ico_site_footer .middle_area>*:not(:first-child, :last-child) {
  width: 40%;
  border-width: 0 1px;
  border-style: solid;
  border-color: var(--bs-border-color)
}

.ico_site_footer .middle_area>*:first-child,
.ico_site_footer .middle_area>*:last-child {
  width: 30%
}

.ico_site_footer .footer_title {
  line-height: 1;
  font-size: 14px;
  margin-bottom: 30px
}

.ico_site_footer .footer_bottom {
  padding: 37px 0
}

.ico_site_footer .copyright_text {
  --bs-secondary: #7064E9;
  --bs-secondary-rgb: 112, 100, 233
}

.meme_site_footer {
  margin-top: -274px;
  padding: 450px 0 30px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(var(--bs-primary)), to(transparent));
  background-image: linear-gradient(0deg, var(--bs-primary), transparent)
}

.meme_site_footer .cartoon_shape_1 {
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center
}

.meme_site_footer .cartoon_shape_1 img {
  max-width: 1592px
}

.meme_site_footer .cartoon_shape_2 {
  top: 55%;
  left: 40px;
  max-width: 106px
}

.meme_site_footer .cartoon_shape_2 img {
  -webkit-animation: upDownMover 3.5s ease-in-out infinite;
  animation: upDownMover 3.5s ease-in-out infinite
}

.meme_site_footer .cartoon_shape_3 {
  top: 58%;
  right: 40px;
  max-width: 151px
}

.meme_site_footer .cartoon_shape_3 img {
  -webkit-animation: upDownMover 3.5s ease-in-out infinite 0.8s;
  animation: upDownMover 3.5s ease-in-out infinite 0.8s
}

.meme_site_footer .footer_heading {
  line-height: 1;
  font-size: 54px;
  margin-bottom: 63px
}

.meme_site_footer .btns_group {
  margin-bottom: 470px
}

.meme_site_footer .pagelist_block a {
  font-size: 20px
}

.pepecoin_site_footer {
  padding: 380px 0 0;
  position: relative;
  background-image: -webkit-gradient(linear, left bottom, left top, from(var(--bs-white)), to(#EFF8CD));
  background-image: linear-gradient(0deg, var(--bs-white), #EFF8CD)
}

.pepecoin_site_footer .shape_sign_board {
  left: 0;
  right: 0;
  bottom: 94px;
  position: absolute;
  text-align: center
}

.pepecoin_site_footer .shape_sign_board img {
  max-width: 1240px;
  display: inline-block
}

.pepecoin_site_footer .pepecoin_heading_block {
  margin-bottom: 150px
}

.pepecoin_site_footer .shape_ground {
  z-index: 1;
  position: relative;
  margin-top: -150px
}

.pepecoin_site_footer .shape_ground img {
  width: 100%
}

.pepecoin_site_footer .shape_dragonfly {
  top: 310px;
  left: 150px;
  max-width: 120px;
  position: absolute
}

.pepecoin_site_footer .shape_dragonfly img {
  -webkit-animation: upDownMover 3s ease-in-out infinite;
  animation: upDownMover 3s ease-in-out infinite
}

.pepecoin_site_footer .shape_cloud {
  top: 170px;
  right: 70px;
  max-width: 160px;
  position: absolute
}

.pepecoin_site_footer .shape_cloud img {
  -webkit-animation: upDownMover 3s ease-in-out infinite;
  animation: upDownMover 3s ease-in-out infinite
}

.pepecoin_site_footer .shape_tree {
  bottom: 24px;
  right: -590px;
  max-width: 1130px;
  position: absolute
}

.pepecoin_site_footer .copyright_text {
  line-height: 1;
  font-size: 16px;
  font-weight: 700
}

.pepecoin_site_footer .footer_bottom {
  z-index: 2;
  position: relative;
  padding: 18px 0 16px;
  background-color: #0E2F18
}

.page_header {
  padding: 206px 0 278px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), to(var(--bs-secondary)));
  background-image: linear-gradient(0deg, transparent, var(--bs-secondary))
}

.page_header+section {
  margin-top: -130px
}

.page_title {
  font-size: 48px;
  line-height: 60px;
  margin-bottom: 21px
}

.breadcrumb {
  margin: 0
}

.breadcrumb>.breadcrumb-item {
  color: #D4D5F1;
  line-height: 1;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-family: var(--bs-heading-font-family)
}

.breadcrumb>.breadcrumb-item.active {
  color: #D4D5F1
}

.breadcrumb>.breadcrumb-item a {
  color: #D4D5F1
}

.breadcrumb>.breadcrumb-item a:hover {
  color: var(--bs-white)
}

.breadcrumb .breadcrumb-item+.breadcrumb-item::before {
  color: inherit;
  content: "\f101";
  font-family: "Font Awesome 5 Pro"
}

.sidebar>*:not(:last-child) {
  margin-bottom: 70px
}

.sidebar_title {
  line-height: 1;
  font-size: 18px;
  margin-bottom: 27px;
  letter-spacing: .5px;
  text-transform: uppercase
}

.ico_hero_section {
  overflow: hidden;
  padding: 183px 0 0;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center top
}

.ico_hero_section .hero_title {
  font-size: 70px;
  line-height: 80px;
  margin-bottom: 46px
}

.ico_hero_section .ico_countdown_progress_box {
  max-width: 880px;
  position: relative;
  margin: 100px auto 16px;
  background-color: var(--bs-dark)
}

.ico_hero_section .ico_countdown_progress_box:before {
  content: "";
  z-index: -2;
  opacity: .24;
  position: absolute;
  -webkit-filter: blur(22px);
  filter: blur(22px);
  inset: 6px 0 -8px 0;
  background: linear-gradient(140deg, #7064E9, #FC6500, #7064E9)
}

.ico_hero_section .ico_countdown_progress_box .countdown_timer_block {
  margin: -28px 0 20px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center
}

.ico_hero_section .shape_bottom img {
  width: 100%
}

.ico_hero_section .shape_globe {
  top: 30%;
  left: 62px;
  max-width: 188px;
  -webkit-animation: upDownMover 3.5s ease-in-out infinite;
  animation: upDownMover 3.5s ease-in-out infinite
}

.ico_hero_section .shape_coin {
  top: 30%;
  right: 98px;
  max-width: 227px;
  -webkit-animation: upDownMover 3.5s ease-in-out infinite 1s;
  animation: upDownMover 3.5s ease-in-out infinite 1s
}

.ico_hero_section+.partner_section {
  margin-top: -81px
}

.memecoin_hero_section {
  z-index: 2;
  padding: 220px 0 100px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom
}

.memecoin_hero_section .hero_title {
  font-size: 80px;
  line-height: 86px;
  margin-bottom: 21px
}

.memecoin_hero_section .hero_title .shape_image {
  max-width: 80px;
  margin: 0 -14px;
  display: inline-block
}

.memecoin_hero_section .hero_title .shape_image img {
  display: block;
  margin: 0 0 -10px
}

.memecoin_hero_section .hero_description {
  font-size: 20px;
  max-width: 598px;
  line-height: 26px;
  margin: 0 auto 74px
}

.memecoin_hero_section .scrollspy_btn {
  margin: 100px 0 0
}

.memecoin_hero_section [class*=shape_chain_] img {
  width: 100%;
  height: auto
}

.memecoin_hero_section .shape_chain_1 {
  top: -130px;
  left: -40px;
  right: -40px
}

.memecoin_hero_section .shape_chain_2 {
  left: -65px;
  right: -65px;
  bottom: -110px
}

.memecoin_hero_section [class*=shape_cartoon_] {
  top: 50%;
  max-width: 280px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.memecoin_hero_section [class*=shape_cartoon_] img {
  -webkit-animation: upDownMover 3.5s ease-in-out infinite;
  animation: upDownMover 3.5s ease-in-out infinite
}

.memecoin_hero_section .shape_cartoon_1 {
  left: 8%
}

.memecoin_hero_section .shape_cartoon_2 {
  right: 8%
}

.memecoin_hero_section .shape_cartoon_2 img {
  -webkit-animation-delay: 1s;
  animation-delay: 1s
}

.pepecoin_hero_section {
  padding: 166px 0 157px
}

.pepecoin_hero_section .hero_title {
  line-height: 1;
  font-size: 90px;
  letter-spacing: -1px;
  margin: 0 -32px 21px 0;
  color: var(--bs-white)
}

.pepecoin_hero_section .hero_description {
  font-size: 26px;
  line-height: 1.3;
  margin: 0 -20px 51px 0;
  color: var(--bs-white)
}

.pepecoin_hero_section .shape_leaf_top {
  left: 0;
  right: 0;
  top: -50px
}

.pepecoin_hero_section .shape_leaf_top img {
  width: 100%
}

.pepecoin_hero_section .shape_leaf_bottom {
  left: -140px;
  right: -20px;
  bottom: -90px
}

.pepecoin_hero_section .shape_leaf_bottom img {
  width: 100%
}

.pepecoin_hero_section .shape_cloud {
  top: 170px;
  left: -68px;
  max-width: 186px
}

.pepecoin_hero_section .shape_cloud img {
  -webkit-animation: upDownMover 3s ease-in-out infinite;
  animation: upDownMover 3s ease-in-out infinite
}

.pepecoin_hero_section .shape_tree {
  right: -506px;
  bottom: 210px;
  max-width: 720px
}

.pepecoin_hero_image .pepe_coin_image {
  left: 0;
  right: 0;
  top: 60px;
  text-align: center;
  position: absolute
}

.pepecoin_hero_image .pepe_coin_image img {
  max-width: 400px;
  -webkit-perspective: 10000px;
  perspective: 10000px;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-animation: coinFlip 4s infinite linear;
  animation: coinFlip 4s infinite linear
}

.ico_countdown_progress_box {
  padding: 15px;
  border-radius: 20px;
  border: 1px solid rgba(var(--bs-border-color-translucent), .6)
}

.ico_countdown_progress_box .countdown_timer_block {
  gap: 78px;
  padding: 62px 86px 30px
}

.ico_countdown_progress_box .countdown_timer_block>li {
  background-color: var(--bs-dark);
  border-color: rgba(var(--bs-border-color-translucent), .6)
}

.ico_countdown_progress_box .countdown_timer_block>li:not(:last-child):after {
  margin: 0;
  content: "";
  width: 18px;
  height: 7px;
  right: -49px;
  line-height: 1;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/shapes/shape_duble_dot.svg)
}

.ico_countdown_progress_box .countdown_timer_block span {
  color: var(--bs-white)
}

.ico_progress {
  border-radius: 10px;
  padding: 34px 18px 32px;
  background-color: var(--bs-light);
  border: 1px solid rgb(47 51 109 / .6)
}

.progress_range_step {
  margin-bottom: 28px
}

.progress_range_step>li {
  line-height: 1;
  font-size: 16px;
  padding: 0 30px;
  position: relative
}

.progress_range_step>li:before {
  left: 50%;
  top: 100%;
  width: 2px;
  content: "";
  height: 24px;
  margin-top: 5px;
  position: absolute;
  border-radius: 10px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: -webkit-gradient(linear, left bottom, left top, from(transparent), to(var(--bs-primary)));
  background: linear-gradient(0deg, transparent, var(--bs-primary))
}

.progress_value {
  margin-top: 30px
}

.progress_value>li {
  line-height: 1;
  font-size: 16px
}

.coin_we_accept {
  margin-bottom: 60px
}

.coin_we_accept .heading_text {
  line-height: 1;
  font-size: 16px;
  margin-bottom: 30px
}

.coins_group {
  gap: 22px
}

.coins_group>li {
  gap: 10px;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.coins_group .coin_icon {
  max-width: 46px
}

.coins_group .coin_icon img {
  display: block
}

.coins_group .coin_label {
  line-height: 1;
  font-size: 16px;
  font-weight: 500
}

.memecoin_countdown_wraper {
  gap: 60px;
  width: 570px;
  height: 570px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
  border-radius: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: var(--bs-dark);
  border: 2px solid var(--bs-dark);
  outline: 4px solid var(--bs-light);
  -webkit-box-shadow: inset 0 0 0 8px var(--bs-primary);
  box-shadow: inset 0 0 0 8px var(--bs-primary)
}

.memecoin_countdown_wraper .shape_circle {
  top: -19px;
  left: -23px;
  right: -19px;
  bottom: -19px;
  z-index: -1;
  position: absolute;
  -webkit-animation: spin 30s linear infinite;
  animation: spin 30s linear infinite
}

.memecoin_countdown_wraper .shape_circle img {
  width: 100%;
  height: auto
}

.memecoin_countdown_wraper .shape_cartoon {
  top: 50%;
  left: 52%;
  z-index: -2;
  width: 375px;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.memecoin_countdown_wraper .shape_cartoon_hand {
  top: 40%;
  width: 150px;
  right: -112px;
  position: absolute
}

.memecoin_countdown_wraper .heading_text {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
  color: var(--bs-light)
}

.meme_progress {
  width: 420px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto
}

.meme_progress .progress_value {
  margin-top: 20px
}

.meme_progress .progress_value>li {
  font-size: 20px;
  font-weight: 700
}

.ico_about_section [class*=shape_shadow_] {
  width: 252px;
  -webkit-filter: blur(100px);
  filter: blur(100px)
}

.ico_about_section .shape_shadow_1 {
  top: 40%;
  left: -80px
}

.ico_about_section .shape_shadow_2 {
  top: 14%;
  right: -140px
}

.about_ico_block {
  padding-left: 60px
}

.about_ico_block>li {
  position: relative;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(var(--bs-border-color-translucent), .31)
}

.about_ico_block>li:not(:last-child) {
  margin-bottom: 40px
}

.about_ico_block>li:before {
  top: -12px;
  left: -60px;
  line-height: 1;
  font-size: 42px;
  content: "\f192";
  font-weight: 400;
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  background: -webkit-gradient(linear, left bottom, left top, from(#4E47A6), to(#101122));
  background: linear-gradient(0deg, #4E47A6, #101122);
  -webkit-background-clip: text;
  -webkit-text-fill-color: #fff0
}

.about_ico_block>li:after {
  top: 30px;
  left: -42px;
  width: 5px;
  content: "";
  bottom: -30px;
  position: absolute;
  background: -webkit-gradient(linear, left bottom, left top, from(#101122), to(#4E47A6));
  background: linear-gradient(0deg, #101122, #4E47A6)
}

.about_ico_block .title_text {
  line-height: 1;
  font-size: 20px;
  margin-bottom: 20px
}

.ico_about_image {
  position: relative
}

.ico_about_image .ripple_shape svg path {
  -webkit-transition: var(--bs-transition);
  transition: var(--bs-transition);
  -webkit-animation: fadeInOut 3s ease-in-out infinite;
  animation: fadeInOut 3s ease-in-out infinite
}

.ico_about_image .ripple_shape svg path:nth-child(1) {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s
}

.ico_about_image .ripple_shape svg path:nth-child(2) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s
}

.ico_about_image .ripple_shape svg path:nth-child(3) {
  -webkit-animation-delay: .4;
  animation-delay: .4
}

.ico_about_image .ripple_shape svg path:nth-child(4) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s
}

.ico_about_image .coin_image {
  left: 0;
  right: 0;
  bottom: 12px;
  z-index: 1;
  position: absolute
}

.ico_about_image .coin_image img {
  -webkit-animation: upDownMover 4s ease-in-out infinite;
  animation: upDownMover 4s ease-in-out infinite
}

.whitepaper_content {
  overflow: hidden;
  border-radius: 20px;
  background-color: var(--bs-dark);
  border: 1px solid var(--bs-border-color)
}

.whitepaper_info_wrap [class*=info_wrap_] {
  padding: 40px 130px 40px 40px
}

.whitepaper_info_wrap [class*=info_wrap_]:not(:last-child) {
  border-bottom: 1px solid var(--bs-border-color)
}

.whitepaper_info_wrap .heading_text {
  line-height: 1;
  font-size: 24px;
  margin-bottom: 16px
}

.whitepaper_info_wrap p {
  margin-bottom: 32px
}

.whitepaper_info_wrap .iconlist_block {
  gap: 14px;
  margin-bottom: 43px
}

.whitepaper_info_wrap .iconlist_block .iconlist_label {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px
}

.whitepaper_image_wrap {
  z-index: 1;
  height: 740px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  background-size: cover;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-width: 0 1px 0 0;
  background-repeat: no-repeat;
  background-color: var(--bs-dark);
  background-position: center center;
  border-color: var(--bs-border-color)
}

.whitepaper_image_wrap:before {
  inset: 0;
  z-index: -1;
  content: "";
  opacity: .7;
  position: absolute;
  background-blend-mode: lighten;
  background: -webkit-gradient(linear, left bottom, left top, from(#070710), color-stop(#231740), to(#35225F));
  background: linear-gradient(0deg, #070710, #231740, #35225F)
}

.whitepaper_image_wrap .image_block {
  z-index: 1;
  max-width: 325px;
  position: relative;
  display: inline-block;
  -webkit-animation: upDownMover 3s ease-in-out infinite;
  animation: upDownMover 3s ease-in-out infinite
}

.whitepaper_image_wrap .image_block:before {
  left: 50%;
  z-index: -1;
  content: "";
  width: 561px;
  height: 110px;
  bottom: -30px;
  opacity: .9;
  -webkit-filter: blur(45px);
  filter: blur(45px);
  position: absolute;
  border-radius: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: -webkit-gradient(linear, left bottom, left top, from(#FB3AD4), color-stop(#5A19AB), to(#010314));
  background: linear-gradient(0deg, #FB3AD4, #5A19AB, #010314)
}

.meme_video_popup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  margin: auto;
  max-width: 400px;
  position: relative;
  border-radius: 24px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: var(--bs-dark);
  border: 5px solid var(--bs-primary)
}

.meme_video_popup:before {
  top: 100%;
  content: "";
  width: 60px;
  height: 50px;
  right: 100px;
  position: absolute;
  background-color: var(--bs-primary);
  clip-path: polygon(0 0, 100% 0%, 100% 100%)
}

.meme_video_popup .title_text {
  font-size: 30px;
  line-height: 1.1
}

.meme_popup_video_area .image_block {
  float: right;
  max-width: 665px;
  margin: 80px -100px 0 0
}

.meme_introducing_image {
  z-index: 1;
  position: relative
}

.meme_introducing_image .animate_line_image {
  top: -32px;
  right: 56px;
  z-index: -1;
  position: absolute;
  -webkit-animation: smallZoomInOut 2s infinite ease-in-out;
  animation: smallZoomInOut 2s infinite ease-in-out
}

.meme_process_section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center
}

.meme_process_heading {
  border-radius: 20px;
  margin-bottom: 30px;
  background-size: cover;
  padding: 55px 70px 62px;
  background-repeat: no-repeat;
  background-color: var(--bs-dark);
  border: 1px solid var(--bs-primary);
  background-position: center bottom
}

.meme_process_heading .cartoon_image {
  z-index: 1;
  max-width: 344px;
  position: relative
}

.meme_process_heading .cartoon_image .animate_line_image {
  top: 25px;
  left: 85px;
  z-index: -1;
  position: absolute;
  -webkit-animation: smallZoomInOut 2s infinite ease-in-out;
  animation: smallZoomInOut 2s infinite ease-in-out
}

.meme_progress_block {
  overflow: hidden;
  position: relative;
  border-radius: 20px;
  padding: 36px 50px 60px 30px;
  background-color: var(--bs-dark);
  border: 1px solid var(--bs-primary)
}

.meme_progress_block:before {
  content: "";
  right: -46px;
  bottom: -100px;
  width: 130px;
  height: 170px;
  position: absolute;
  border-radius: 10px;
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg);
  border: 1px solid var(--bs-primary)
}

.meme_progress_block .block_title {
  gap: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  line-height: 36px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 16px
}

.meme_progress_block .block_title .icon {
  width: 25px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto
}

.meme_progress_block .block_title .icon img {
  width: 100%
}

.meme_progress_block .serial_number {
  z-index: 1;
  right: 10px;
  bottom: 10px;
  width: 46px;
  height: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.meme_progress_block .crown {
  top: 0;
  left: 50%;
  max-width: 16px;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

.meme_progress_block .number {
  margin-top: 2px;
  color: var(--bs-dark);
  font-family: var(--bs-heading-font-family)
}

.meme_progress_block .spin_bg {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -2;
  position: absolute
}

.meme_progress_block .spin_bg img {
  -webkit-animation: spin 8s linear infinite;
  animation: spin 8s linear infinite
}

.pepecoin_about_section .shape_tree {
  bottom: 0;
  left: -604px;
  max-width: 1192px
}

.pepecoin_about_section .shape_cloud {
  top: 22%;
  left: 15%;
  max-width: 270px
}

.pepecoin_about_section .shape_cloud img {
  -webkit-animation: upDownMover 3s ease-in-out infinite;
  animation: upDownMover 3s ease-in-out infinite
}

.pepecoin_about_content .pepecoin_heading_block {
  top: 30%;
  left: 50%;
  width: 670px;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

.pepecoin_about_content .shape_dragonfly {
  top: 22px;
  left: 30px;
  max-width: 152px;
  position: absolute
}

.pepecoin_about_content .shape_wood_1 {
  right: -120px;
  bottom: -30px;
  max-width: 330px;
  position: absolute
}

.pepecoin_about_content .shape_wood_2 {
  left: -280px;
  bottom: -34px;
  max-width: 440px;
  position: absolute
}

.ico_problem_solution_table {
  position: relative
}

.ico_problem_solution_table:before {
  content: "";
  z-index: -2;
  opacity: .24;
  position: absolute;
  -webkit-filter: blur(22px);
  filter: blur(22px);
  inset: 20px 0 -8px 0;
  background: linear-gradient(145deg, #FC6500, #7064E9, #FC6500)
}

.ico_problem_solution_table .column_wrapper {
  z-index: 1;
  overflow: hidden;
  position: relative;
  border-radius: 20px;
  background-color: var(--bs-light);
  border: 1px solid var(--bs-border-color)
}

.ico_problem_solution_table .column_wrapper:before {
  left: 50%;
  top: -200px;
  z-index: -1;
  content: "";
  opacity: .4;
  width: 400px;
  height: 400px;
  position: absolute;
  -webkit-filter: blur(30px);
  filter: blur(30px);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-image: radial-gradient(rgba(var(--bs-border-color-translucent), .7), var(--bs-light))
}

.ico_problem_solution_table .column_wrapper:after {
  left: 0;
  right: 0;
  bottom: -40px;
  content: "";
  z-index: -1;
  height: 40px;
  -webkit-filter: blur(45px);
  filter: blur(45px);
  position: absolute;
  background-image: linear-gradient(45deg, #FC6500, #7064E9)
}

.ico_problem_solution_table .column_wrapper>* {
  padding: 50px
}

.ico_problem_solution_table .column_wrapper>*:not(:last-child) {
  border-style: solid;
  border-width: 0 1px 0 0;
  border-color: var(--bs-border-color)
}

.ico_problem_solution_table .heading_text {
  gap: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  font-size: 32px;
  margin-bottom: 43px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.ico_problem_solution_table .heading_text .icon {
  width: 70px;
  height: 70px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: var(--bs-dark);
  border: 1px solid var(--bs-border-color)
}

.ico_problem_solution_table .heading_text .icon img {
  max-height: 36px
}

@media screen and (min-width: 992px) {
  .ico_problem_solution_table .column_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }

  .ico_problem_solution_table .column_wrapper>* {
    width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
  }
}

.ico_feature_section [class*=shape_shadow_] {
  width: 252px;
  -webkit-filter: blur(100px);
  filter: blur(100px)
}

.ico_feature_section .shape_shadow_1 {
  top: 80px;
  left: -120px
}

.ico_feature_section .shape_shadow_2 {
  top: 30%;
  right: -140px
}

.ico_investment_value {
  gap: 40px 30px;
  margin-bottom: 90px
}

.ico_investment_value>li {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.ico_investment_value .heading_text {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 13px;
  letter-spacing: -.4px
}

.ico_investment_value .investment_value {
  gap: 4px;
  font-size: 18px;
  font-weight: 500;
  padding: 1px 18px;
  line-height: 28px;
  border-radius: 4px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: var(--bs-dark);
  border: 1px solid var(--bs-border-color)
}

.ico_coin_purchase_price {
  margin-bottom: 70px
}

.ico_coin_purchase_price .purchase_price_rate {
  z-index: 1;
  font-size: 18px;
  font-weight: 500;
  position: relative
}

.ico_coin_purchase_price .purchase_price_rate strong {
  font-weight: 700
}

.ico_coin_purchase_price .chart_image {
  margin: -50px 0 -16px
}

.ico_coin_purchase_price .live_values {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  line-height: 28px;
  color: var(--bs-white);
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.ico_calculation_range .live_values {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  line-height: 28px;
  color: var(--bs-white);
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.ico_calculation_range .range_image {
  margin: -16px 0
}

.ico_service_section [class*=shape_shadow_] {
  width: 252px;
  -webkit-filter: blur(100px);
  filter: blur(100px)
}

.ico_service_section .shape_shadow_1 {
  left: -120px;
  bottom: -150px
}

.ico_service_section .shape_shadow_2 {
  bottom: 20%;
  right: -140px
}

.memecoin_service_section {
  padding: 180px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center
}

.memecoin_partners_logo {
  padding: 80px 0;
  margin: 70px 0 0;
  border-radius: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: var(--bs-dark);
  background-position: center bottom -4px;
  border: 1px solid var(--bs-border-color)
}

.memecoin_partners_logo .memecoin_heading_block .highlight_title {
  line-height: 1;
  font-size: 16px
}

.memecoin_partners_logo .ico_partner_logo {
  background-color: #fff0
}

.memecoin_partners_logo .ico_partner_logo:before {
  opacity: .3;
  background: var(--bs-primary)
}

.memecoin_partners_logo .ico_partner_logo:after {
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  height: auto;
  -webkit-transform: unset;
  transform: unset;
  border-radius: 10px
}

.memecoin_partners_logo .ico_partner_logo .logo_wrap {
  height: 70px;
  padding: 0 20px;
  background-color: var(--bs-dark)
}

.memecoin_partners_logo .ico_partner_logo .logo_wrap img {
  opacity: 1;
  max-width: 150px
}

.memecoin_partners_logo .ico_partner_logo:hover:before {
  opacity: 1
}

.memecoin_partners_logo .ico_partner_logo:hover .logo_wrap img {
  opacity: 1
}

.token_copy_board {
  gap: 10px;
  padding: 20px;
  font-size: 16px;
  margin-top: 60px;
  font-weight: 500;
  border-radius: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: var(--bs-white);
  background-color: var(--bs-dark);
  border: 1px solid var(--bs-border-color)
}

.token_copy_board .icon {
  width: 32px;
  height: 32px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 4px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: var(--bs-dark);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: var(--bs-light)
}

.token_copy_board .code mark {
  color: #4D5955
}

.token_copy_board .copy_btn {
  min-width: 96px;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  border-radius: 4px;
  color: var(--bs-dark);
  padding: 2px 10px 4px;
  background-color: var(--bs-secondary)
}

.token_copy_board .copy_btn:hover {
  background-color: var(--bs-light)
}

.content_ticker_wrapper {
  z-index: 1;
  padding: 120px 0;
  overflow: hidden;
  position: relative;
  border-radius: 100%;
  border: 1px solid var(--bs-primary)
}

.content_ticker_wrapper:before {
  top: 50%;
  left: 50%;
  width: 34%;
  z-index: -1;
  content: "";
  height: 100%;
  position: absolute;
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 1px solid var(--bs-border-color);
  background-image: -webkit-gradient(linear, left bottom, left top, from(var(--bs-primary)), color-stop(transparent), color-stop(transparent), color-stop(transparent), to(var(--bs-primary)));
  background-image: linear-gradient(0deg, var(--bs-primary), transparent, transparent, transparent, var(--bs-primary))
}

.content_ticker_wrapper .shape_heart {
  top: 50%;
  left: 50%;
  z-index: 1;
  max-width: 303px;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.content_ticker_wrapper .shape_heart .coinpay_animate {
  top: 50%;
  left: 50%;
  max-width: 60%;
  margin-top: -10px;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.content_ticker_carousel {
  padding: 60px 0;
  border-style: solid;
  border-width: 1px 0;
  border-color: var(--bs-primary);
  background-color: var(--bs-dark)
}

.content_ticker_carousel .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear
}

.content_ticker_carousel .swiper-slide {
  line-height: 1;
  font-size: 170px;
  margin: -36px 0 -12px;
  color: var(--bs-primary);
  font-family: var(--bs-heading-font-family)
}

.meme_tokenomics_section {
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center top
}

.meme_tokenomics_section .casino_image {
  position: relative
}

.meme_tokenomics_section .casino_image .coinpay_animate {
  left: 50%;
  top: -14px;
  z-index: 1;
  max-width: 164px;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

.meme_tokenomics_distribution {
  padding: 50px;
  border-radius: 20px;
  background-color: var(--bs-dark);
  border: 1px solid var(--bs-primary)
}

.meme_tokenomics_distribution .heading_text {
  line-height: 1;
  font-size: 22px;
  margin-bottom: 34px
}

.meme_tokenomics_distribution ul {
  gap: 3px
}

.meme_tokenomics_distribution ul>li {
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 22px;
  line-height: 30px;
  -ms-flex-line-pack: center;
  align-content: center;
  color: var(--bs-white)
}

.meme_tokenomics_distribution ul>li:nth-child(1) .text {
  color: #DF5E08
}

.meme_tokenomics_distribution ul>li:nth-child(2) .text {
  color: #FC1CCF
}

.meme_tokenomics_distribution ul>li:nth-child(3) .text {
  color: #07C87F
}

.meme_tokenomics_distribution ul>li:nth-child(4) .text {
  color: #49B7F7
}

.meme_tokenomics_distribution ul>li:nth-child(5) .text {
  color: #DABA5E
}

.meme_tokenomics_distribution ul>li:nth-child(6) .text {
  color: #FE9BE9
}

.meme_tokenomics_distribution ul .icon {
  width: 16px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto
}

.meme_tokenomics_distribution ul .value {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-width: 56px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex
}

.meme_tokenomics_total_supply {
  line-height: 1;
  font-size: 20px;
  margin-bottom: 40px;
  color: var(--bs-white);
  font-family: var(--bs-heading-font-family)
}

.meme_tokenomics_benefits {
  overflow: hidden;
  position: relative;
  border-radius: 20px;
  padding: 30px 100px 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(var(--bs-primary)), to(transparent));
  background-image: linear-gradient(0deg, var(--bs-primary), transparent)
}

.meme_tokenomics_benefits:before {
  left: 50%;
  bottom: 0;
  z-index: 2;
  content: "";
  width: 310px;
  height: 120px;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-image: -webkit-gradient(linear, left bottom, left top, from(var(--bs-primary)), to(transparent));
  background-image: linear-gradient(0deg, var(--bs-primary), transparent)
}

.benefits_features {
  position: relative;
  text-align: center
}

.benefits_features .benefits_circle {
  gap: 4px;
  z-index: 1;
  width: 310px;
  height: 330px;
  margin: 0 auto;
  padding: 71px 0 0;
  position: relative;
  border-radius: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 340px 0 -95px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: var(--bs-dark)
}

.benefits_features .benefits_circle:before,
.benefits_features .benefits_circle:after {
  content: "";
  position: absolute;
  border-radius: inherit;
  border: 1px solid rgba(var(--bs-primary-rgb), .15);
  background-color: rgba(var(--bs-primary-rgb), .03)
}

.benefits_features .benefits_circle:before {
  inset: -54px
}

.benefits_features .benefits_circle:after {
  inset: -126px
}

.benefits_features .benefits_circle .percent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  font-size: 70px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--bs-light);
  font-family: var(--bs-heading-font-family)
}

.benefits_features .benefits_circle .percent_title {
  line-height: 1;
  font-size: 20px;
  font-family: var(--bs-body-font-family)
}

.benefits_features [class*=benefits_feature_item_] {
  z-index: 1;
  width: 200px;
  position: absolute;
  border-radius: 10px;
  padding: 36px 30px 31px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(var(--bs-primary)), color-stop(transparent), color-stop(transparent), to(var(--bs-primary)));
  background-image: linear-gradient(0deg, var(--bs-primary), transparent, transparent, var(--bs-primary))
}

.benefits_features [class*=benefits_feature_item_]:before {
  inset: 1px;
  z-index: -1;
  content: "";
  position: absolute;
  border-radius: inherit;
  background-color: var(--bs-dark)
}

.benefits_features [class*=benefits_feature_item_]:after {
  z-index: 2;
  content: "";
  width: 16px;
  height: 16px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: absolute;
  border-radius: 100%;
  outline: 8px solid #20242C;
  -webkit-box-shadow: 0 0 20px 10px var(--bs-primary);
  box-shadow: 0 0 20px 10px var(--bs-primary);
  background-image: -webkit-gradient(linear, left bottom, left top, from(var(--bs-primary)), to(var(--bs-dark)));
  background-image: linear-gradient(0deg, var(--bs-primary), var(--bs-dark))
}

.benefits_features [class*=benefits_feature_item_] .icon {
  font-size: 40px;
  margin: 0 0 20px;
  color: var(--bs-light)
}

.benefits_features [class*=benefits_feature_item_] .title {
  font-size: 16px;
  line-height: 24px
}

.benefits_features .benefits_feature_item_1 {
  left: 110px;
  bottom: 376px
}

.benefits_features .benefits_feature_item_1:after {
  right: -78px;
  bottom: -78px
}

.benefits_features .benefits_feature_item_2 {
  left: 0;
  bottom: 120px
}

.benefits_features .benefits_feature_item_2:after {
  right: -76px;
  bottom: -30px
}

.benefits_features .benefits_feature_item_3 {
  right: 110px;
  bottom: 376px
}

.benefits_features .benefits_feature_item_3:after {
  left: -78px;
  bottom: -78px
}

.benefits_features .benefits_feature_item_4 {
  right: 0;
  bottom: 120px
}

.benefits_features .benefits_feature_item_4:after {
  left: -76px;
  bottom: -30px
}

.pepecoin_tokenomics_section .shape_shadow {
  left: 50%;
  width: 80%;
  bottom: -70px;
  -webkit-filter: blur(400px);
  filter: blur(400px);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

.pepecoin_tokenomics_section .shape_shadow img {
  width: 100%
}

.pepecoin_tokenomics_section .shape_grash {
  left: 0;
  right: 0;
  bottom: 0
}

.pepecoin_tokenomics_section .shape_grash img {
  width: 100%;
  display: block
}

.pepecoin_token_supply {
  position: relative;
  padding: 70px 120px 130px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center
}

.pepecoin_token_supply .heading_text,
.pepecoin_token_supply .token_supply_value {
  line-height: 1;
  font-size: 60px;
  font-family: var(--bs-heading-font-family)
}

.pepecoin_token_supply p {
  font-size: 24px;
  font-weight: 600;
  margin-top: 10px;
  line-height: 34px
}

.pepecoin_token_supply [class*=shape_tree_wood_] {
  bottom: -110px;
  max-width: 300px;
  position: absolute
}

.pepecoin_token_supply .shape_tree_wood_1 {
  left: -30px
}

.pepecoin_token_supply .shape_tree_wood_2 {
  left: 25%
}

.pepecoin_token_supply .shape_tree_wood_3 {
  right: 24%
}

.pepecoin_token_supply .shape_tree_wood_4 {
  right: -46px
}

.pepecoin_feature_section .shape_tree img {
  max-width: 936px;
  margin-top: -140px;
  margin-right: -440px;
  display: inline-block
}

.pepecoin_feature_section .shape_stone {
  z-index: 1;
  left: -50px;
  right: -50px;
  bottom: -70px
}

.pepecoin_feature_section .shape_dragonfly {
  left: 40%;
  bottom: 140px;
  max-width: 150px
}

.pepecoin_feature_section .shape_dragonfly img {
  -webkit-animation: upDownMover 3s ease-in-out infinite;
  animation: upDownMover 3s ease-in-out infinite
}

.pepecoin_feature_section .shape_frog {
  left: 80px;
  bottom: 18px;
  max-width: 280px
}

.pepecoin_roadmap_section {
  background-image: radial-gradient(#3CA72F, var(--bs-primary))
}

.pepecoin_roadmap_section .shape_tree {
  bottom: 0;
  left: -800px;
  max-width: 1350px
}

.pepecoin_roadmap_section .shape_stone {
  z-index: 1;
  left: -50px;
  right: -50px;
  bottom: -70px
}

.pepecoin_roadmap_section .shape_cartoon_1 {
  left: 16%;
  z-index: 2;
  bottom: 16px;
  max-width: 320px
}

.pepecoin_roadmap_section .shape_tree_wood {
  right: 0;
  bottom: 0;
  max-width: 480px
}

.pepecoin_roadmap_section .pepe_coin_image {
  right: 128px;
  bottom: 170px;
  max-width: 260px
}

.pepecoin_roadmap_section .pepe_coin_image img {
  -webkit-animation: coinFlip 4s infinite linear;
  animation: coinFlip 4s infinite linear
}

.pepecoin_roadmap_list {
  top: 86px;
  left: 50%;
  gap: 124px;
  width: 100%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

.pepecoin_roadmap_list>li {
  line-height: 1;
  font-size: 30px;
  color: var(--bs-heading-color);
  font-family: var(--bs-heading-font-family)
}

.testimonial_block {
  padding: 40px;
  border: 1px solid var(--bs-border-color)
}

.testimonial_block .testimonial_admin_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.testimonial_block .admin_logo {
  width: 170px;
  height: 52px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0 18px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: var(--bs-dark);
  clip-path: polygon(100% 0, 86% 100%, 0 100%, 14% 0)
}

.testimonial_block .admin_logo img {
  max-height: 44px
}

.testimonial_block .icon_block {
  width: auto;
  height: auto;
  border: none;
  max-width: 60px;
  border-radius: 0;
  overflow: visible;
  background: #fff0
}

.testimonial_block .icon_block svg {
  width: 100%
}

.testimonial_block .icon_block svg path {
  fill: var(--bs-primary)
}

.testimonial_block .testimonial_admin_comment {
  font-size: 26px;
  line-height: 40px;
  margin: 30px 0 29px;
  padding-bottom: 39px;
  border-bottom: 1px solid var(--bs-border-color)
}

.testimonial_block.layout_2 {
  padding: 0;
  border: none;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.testimonial_block.layout_2 .testimonial_admin_comment {
  color: var(--bs-white);
  border-color: rgb(255 255 255 / .1)
}

.testimonial_block.layout_2 .authorbox_block {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.testimonial_block.layout_2 .authorbox_block .authorbox_title {
  font-size: 28px;
  margin-bottom: 14px;
  color: var(--bs-white)
}

.testimonial_block.layout_2 .authorbox_block .authorbox_designation {
  line-height: 1;
  font-size: 18px;
  color: var(--bs-white)
}

.testimonial_carousel_2 {
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: overlay;
  background-position: center center;
  background-color: rgb(14 14 14 / .7)
}

.testimonial_carousel_2 .swiper-wrapper {
  padding: 130px 0
}

.testimonial_carousel_2 .testimonial_block.layout_2 {
  margin: auto;
  max-width: 856px
}

.testimonial_block.layout_3 {
  border-width: 0;
  text-align: center;
  background-color: var(--bs-secondary)
}

.testimonial_block.layout_3 .authorbox_block {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.testimonial_block.layout_3 .testimonial_admin_comment {
  margin: 0;
  border-width: 0;
  color: var(--bs-heading-color)
}

.testimonial_carousel_3 .swiper-slide:not(.swiper-slide-active) {
  opacity: .3
}

.testimonial_block.layout_4 {
  border-color: var(--bs-secondary);
  background-color: var(--bs-secondary)
}

.testimonial_block.layout_4 .quote_icon {
  max-width: 40px
}

.testimonial_block.layout_4 .quote_icon svg path {
  fill: var(--bs-heading-color)
}

.testimonial_block.layout_4 .testimonial_admin_comment {
  font-size: 20px;
  line-height: 30px;
  margin: 24px 0 30px;
  padding-bottom: 26px
}

.index_ico {
  --bs-body-font-family: "DM Sans", serif;
  --bs-heading-font-family: "Roobert PRO Bold";
  --bs-body-bg: #070710;
  --bs-body-bg-rgb: 7, 7, 16;
  --bs-body-color: #D4D5F1;
  --bs-body-color-rgb: 212, 213, 241;
  --bs-heading-color: #CCCEEF;
  --bs-light: #0F1021;
  --bs-light-rgb: 15, 16, 33;
  --bs-primary: #FF3BD4;
  --bs-primary-rgb: 255, 59, 212;
  --bs-secondary: #7130C3;
  --bs-secondary-rgb: 113, 48, 195;
  --bs-border-color: #2F336D;
  --bs-border-color-translucent: 47, 51, 109;
  --bs-dark: #070710;
  --bs-dark-rgb: 7, 7, 16
}

.index_ico .mobile_menu_btn:not(:hover) {
  border-color: rgb(255 255 255 / .3)
}

.index_ico .dropdown-menu>li.active>.dropdown-item,
.index_ico .dropdown-menu>li:hover>.dropdown-item {
  background-color: #0f1021
}

.index_ico .iframe_block {
  background-color: var(--bs-secondary)
}

.index_ico .iframe_block iframe {
  mix-blend-mode: luminosity
}

.index_ico .progress {
  background-color: rgb(255 255 255 / .1)
}

.index_ico .progress .progress-bar {
  background: -webkit-gradient(linear, left top, right top, from(var(--bs-primary)), to(var(--bs-secondary)));
  background: linear-gradient(90deg, var(--bs-primary), var(--bs-secondary))
}

.index_ico .blog_section,
.index_ico .contact_section,
.index_ico .register_section,
.index_ico [class*=_details_section] {
  --bs-border-color: #21234B;
  --bs-border-color-translucent: 33, 35, 75
}

.index_memecoin {
  --bs-body-font-family: "Bricolage Grotesque", serif;
  --bs-heading-font-family: "Dela Gothic One", serif;
  --bs-body-bg: #040612;
  --bs-body-bg-rgb: 4, 6, 18;
  --bs-body-color: #DCDEE9;
  --bs-body-color-rgb: 220, 222, 233;
  --bs-heading-color: #FFFFFF;
  --bs-light: #C5F57D;
  --bs-light-rgb: 197, 245, 125;
  --bs-primary: #0E9462;
  --bs-primary-rgb: 14, 148, 98;
  --bs-secondary: #FFCC00;
  --bs-secondary-rgb: 255, 204, 0;
  --bs-border-color: #0E9462;
  --bs-border-color-translucent: 14, 148, 98;
  --bs-dark: var(--bs-body-bg);
  --bs-dark-rgb: var(--bs-body-bg-rgb)
}

.index_memecoin .cb-cursor:before {
  background: var(--bs-secondary)
}

.index_memecoin h1,
.index_memecoin h2,
.index_memecoin h3,
.index_memecoin h4,
.index_memecoin h5,
.index_memecoin h6 {
  font-weight: 400
}

.index_memecoin mark {
  font-weight: 400;
  color: var(--bs-light)
}

.index_memecoin .line-1,
.index_memecoin .line-2,
.index_memecoin .line-3,
.index_memecoin .line-4 {
  background: var(--bs-primary)
}

.index_memecoin .countdown_timer_block {
  gap: 15px
}

.index_memecoin .countdown_timer_block>li {
  gap: 4px;
  width: 100px;
  height: 80px;
  background-color: #070710
}

.index_memecoin .countdown_timer_block>li:after {
  display: none
}

.index_memecoin .countdown_timer_block span {
  font-size: 26px;
  font-weight: 400
}

.index_memecoin .progress {
  background-color: rgb(255 255 255 / .1)
}

.index_memecoin .progress .progress-bar {
  background: -webkit-gradient(linear, left top, right top, from(var(--bs-primary)), to(var(--bs-light)));
  background: linear-gradient(90deg, var(--bs-primary), var(--bs-light))
}

.index_memecoin .progress .progress-bar:after {
  color: var(--bs-dark)
}

.index_memecoin .social_block a {
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 10px;
  color: var(--bs-white);
  background-color: var(--bs-primary)
}

.index_memecoin .social_block a:hover {
  color: var(--bs-dark);
  background-color: var(--bs-secondary)
}

.index_memecoin .pagelist_block a:hover {
  color: var(--bs-light)
}

.index_pepecoin {
  --bs-body-font-family: "Nunito Sans", serif;
  --bs-heading-font-family: "Lilita One", serif;
  --bs-body-bg: #d68181;
  --bs-body-bg-rgb: 255, 247, 175;
  --bs-body-color: #113B1E;
  --bs-body-color-rgb: 17, 59, 30;
  --bs-heading-color: inherit;
  --bs-primary: #914648;
  --bs-primary-rgb: 255, 247, 173;
  --bs-border-color-translucent: rgb(11 144 43 / 27%);
  ;
  ;
  --bs-secondary: #FBE354;
  --bs-secondary-rgb: 251, 227, 84;
  --bs-dark: #232222;
  --bs-dark-rgb: 35, 34, 34
}

.index_pepecoin h1,
.index_pepecoin h2,
.index_pepecoin h3,
.index_pepecoin h4,
.index_pepecoin h5,
.index_pepecoin h6 {
  font-weight: 400
}

.index_pepecoin mark {
  font-weight: 400;
  color: var(--bs-secondary)
}

.index_pepecoin .backtotop .scroll {
  color: var(--bs-white);
  border: var(--bs-dark);
  background-color: var(--bs-dark)
}

.index_pepecoin .dropdown-menu {
  -webkit-box-shadow: 0 30px 50px rgb(0 0 0 / .2);
  box-shadow: 0 30px 50px rgb(0 0 0 / .2)
}

[class*=_details_section] hr {
  margin: 48px 0
}

[class*=_details_section] .details_image {
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 80px;
  background-color: var(--bs-secondary)
}

[class*=_details_section] .details_image img {
  mix-blend-mode: luminosity
}

[class*=_details_section] .details_title {
  font-size: 48px;
  line-height: 58px;
  margin: 24px 0 22px
}

[class*=_details_section] p {
  margin-bottom: 42px
}

[class*=_details_section] .iconlist_block .iconlist_label {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  font-family: var(--bs-body-font-family)
}

[class*=_details_section] .iconlist_block .iconlist_icon {
  width: auto;
  margin: 10px 0 0
}

.post_audio {
  margin-bottom: 46px
}

.post_audio .audio_play_btn {
  gap: 26px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 5px 30px 5px 5px;
  color: var(--bs-heading-color);
  background-color: var(--bs-light);
  border: 1px solid var(--bs-border-color);
  font-family: var(--bs-heading-font-family)
}

.post_audio .audio_play_btn i {
  width: 40px;
  height: 40px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-left: 4px;
  border-radius: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: var(--bs-white);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: var(--bs-secondary)
}

.details_info_title {
  font-size: 26px;
  line-height: 36px;
  margin-bottom: 30px
}

.postabmin_block {
  margin: 70px 0
}

.other_post_nav {
  gap: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 80px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.other_post_nav>*:not(.blog_page_link) {
  gap: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: var(--bs-light);
  border: 1px solid var(--bs-border-color)
}

.other_post_nav>*:not(.blog_page_link) .blog_post_title {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 10px
}

.other_post_nav>*:not(.blog_page_link) .blog_post_title a:hover {
  color: var(--bs-primary)
}

.other_post_nav>*:not(.blog_page_link) .arrow {
  z-index: 1;
  font-size: 30px;
  position: relative
}

.other_post_nav>*:not(.blog_page_link) .arrow i:before {
  font-weight: 400
}

.other_post_nav>*:not(.blog_page_link) .arrow:before {
  top: 50%;
  z-index: -1;
  content: "";
  width: 34px;
  height: 34px;
  position: absolute;
  border-radius: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: var(--bs-transition);
  transition: var(--bs-transition);
  background-color: var(--bs-dark);
  border: 1px solid var(--bs-border-color)
}

.other_post_nav>*:not(.blog_page_link) .arrow:hover {
  color: var(--bs-white)
}

.other_post_nav>*:not(.blog_page_link) .arrow:hover:before {
  border-color: var(--bs-primary);
  background-color: var(--bs-primary)
}

.other_post_nav>*:not(.blog_page_link) .post_admin {
  gap: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.other_post_nav>*:not(.blog_page_link) .post_admin:hover {
  color: var(--bs-primary)
}

.other_post_nav>*:not(.blog_page_link) .post_admin i {
  margin-top: -2px;
  display: inline-block;
  color: var(--bs-primary)
}

.other_post_nav .post_nav_prev {
  text-align: right
}

.other_post_nav .post_nav_prev .arrow:before {
  left: -11px
}

.other_post_nav .post_nav_prev .post_admin {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

.other_post_nav .post_nav_prev .post_admin i {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1
}

.other_post_nav .post_nav_next .arrow {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1
}

.other_post_nav .post_nav_next .arrow:before {
  right: -11px
}

.other_post_nav .blog_page_link {
  font-size: 36px;
  background: -webkit-linear-gradient(-45deg, var(--bs-primary), var(--bs-secondary));
  -webkit-background-clip: text;
  -webkit-text-fill-color: #fff0
}

.comment_area {
  margin-bottom: 80px
}

.comments_list {
  gap: 60px
}

.comments_list>li .comments_list {
  gap: 40px;
  padding: 30px 0 0 110px
}

.comment_item {
  gap: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.comment_item .comment_author_thumbnail {
  width: 80px;
  height: 80px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  overflow: hidden;
  border-radius: 100%
}

.comment_item .comment_author_content {
  position: relative
}

.comment_item .comment_author_name {
  line-height: 1;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 12px;
  font-family: var(--bs-heading-font-family)
}

.comment_item .comment_time {
  line-height: 1;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 16px
}

.comment_item .comment_reply_btn {
  top: 0;
  right: 0;
  font-size: 14px;
  font-weight: 500;
  position: absolute;
  border-radius: 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 4px 20px 5px;
  color: var(--bs-white);
  background: var(--bs-light);
  border: 1px solid var(--bs-border-color)
}

.comment_item .comment_reply_btn:hover {
  color: var(--bs-white);
  border-color: var(--bs-secondary);
  background-color: var(--bs-secondary)
}

.comment_form {
  border-radius: 20px;
  margin-bottom: 80px;
  padding: 61px 70px 70px;
  background-color: var(--bs-light);
  border: 1px solid var(--bs-border-color)
}

.comment_form .details_info_title {
  font-size: 26px;
  line-height: 36px;
  margin-bottom: 10px
}

.comment_form p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 40px
}

.comment_form .btn[type=submit] {
  width: 100%;
  display: block;
  padding: 21px 40px;
  border-radius: 6px
}

.comment_form .form-group label {
  margin-bottom: 6px
}

.comment_form .form-group .form-control {
  height: 60px;
  background-color: var(--bs-dark);
  border: 1px solid var(--bs-border-color)
}

.comment_form .form-group .form-control:focus {
  border-color: var(--bs-secondary)
}

.subscribe_box {
  position: relative;
  border-radius: 20px;
  padding: 51px 60px 60px;
  background-color: var(--bs-light);
  border: 1px solid var(--bs-border-color)
}

.subscribe_box .bell_icon {
  top: 60px;
  right: 60px;
  width: 40px;
  height: 40px;
  font-size: 16px;
  position: absolute;
  border-radius: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: var(--bs-white);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: var(--bs-dark);
  border: 1px solid var(--bs-border-color)
}

.subscribe_box .bell_icon i {
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-animation: bellRing 1.8s ease-out infinite;
  animation: bellRing 1.8s ease-out infinite
}

.subscribe_box .ico_newsletter_form input {
  border-radius: 50px;
  color: var(--bs-white);
  background-color: var(--bs-dark);
  border: 1px solid var(--bs-border-color)
}

.subscribe_box .ico_newsletter_form input::-webkit-input-placeholder {
  color: #D4D5F1
}

.subscribe_box .ico_newsletter_form input::-moz-placeholder {
  color: #D4D5F1
}

.subscribe_box .ico_newsletter_form input:-ms-input-placeholder {
  color: #D4D5F1
}

.subscribe_box .ico_newsletter_form input::-ms-input-placeholder {
  color: #D4D5F1
}

.subscribe_box .ico_newsletter_form input::placeholder {
  color: #D4D5F1
}

.subscribe_box .ico_newsletter_form input:-ms-input-placeholder {
  color: #D4D5F1
}

.subscribe_box .ico_newsletter_form input::-ms-input-placeholder {
  color: #D4D5F1
}

.subscribe_box .ico_newsletter_form .submit_btn {
  border-radius: 50px
}

.subscribe_box .heading_text {
  font-size: 26px;
  line-height: 36px;
  margin-bottom: 6px
}

.subscribe_box p {
  max-width: 388px
}

.related_post_section [class*=heading_block] .heading_text {
  font-size: 40px;
  line-height: 50px
}

.contact_info_box {
  padding: 50px;
  border-radius: 20px;
  background-color: var(--bs-light);
  border: 1px solid var(--bs-border-color)
}

.contact_info_box .social_block.style_4 a {
  width: 46px;
  height: 46px
}

.contact_info_box .contact_info_list {
  margin-bottom: 40px
}

.contact_info_box .iconlist_block.unordered_list_block {
  gap: 39px
}

.contact_section .gmap_canvas {
  margin-top: 150px
}

.gmap_canvas {
  z-index: 1;
  padding: 15px;
  position: relative;
  border-radius: 10px;
  background-image: linear-gradient(-45deg, #944FEB, #D85C37)
}

.gmap_canvas:before {
  inset: 1px;
  z-index: -1;
  content: "";
  position: absolute;
  border-radius: inherit;
  background-color: var(--bs-dark)
}

.gmap_canvas iframe {
  width: 100%;
  height: 700px;
  border-radius: inherit;
  mix-blend-mode: luminosity
}

.register_section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 130px 0 80px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#070710), to(#591AA9));
  background-image: linear-gradient(0deg, #070710, #591AA9)
}

.register_section .shape_flower {
  top: 50%;
  left: 50%;
  width: 680px;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.register_section .shape_flower img {
  width: 100%
}

.register_form {
  border-radius: 20px;
  padding: 40px 40px 50px;
  background-color: var(--bs-light);
  border: 1px solid var(--bs-border-color)
}

.register_form .heading_text {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 15px
}

.register_form p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 33px
}

.register_form .btn_login_google {
  width: 100%
}

.register_form .divider {
  margin: 30px 0
}

.register_form .divider img {
  width: 100%;
  display: block
}

.register_form .form-group:not(:last-child) {
  margin-bottom: 24px
}

.register_form .input_title {
  margin-bottom: 6px
}

.register_form .forget_pass a {
  color: var(--bs-secondary)
}

.register_form .form-check .form-check-label a {
  color: var(--bs-secondary)
}

.register_form button[type=submit] {
  width: 100%;
  margin-top: 30px;
  border-radius: 6px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

@media (max-width: 1440px) {
  .ico_site_footer {
    padding: 80px 0 0
  }

  .ico_site_footer .shape_top {
    top: -90px
  }

  .section_shadow_top:before {
    height: 60px
  }

  .ico_hero_section .shape_globe {
    left: 40px;
    max-width: 100px
  }

  .ico_hero_section .shape_coin {
    right: 40px;
    max-width: 150px
  }

  .memecoin_hero_section [class*=shape_cartoon_] {
    max-width: 150px
  }

  .memecoin_hero_section .shape_cartoon_1 {
    left: 6%
  }

  .memecoin_hero_section .shape_cartoon_2 {
    right: 6%
  }

  .memecoin_hero_section .shape_chain_2 {
    bottom: -90px
  }

  .memecoin_hero_section .shape_chain_1 {
    top: -100px
  }

  .pepecoin_site_footer .shape_tree {
    max-width: 870px
  }

  .pepecoin_roadmap_section .shape_tree_wood {
    max-width: 350px
  }

  .pepecoin_roadmap_section .pepe_coin_image {
    right: 96px;
    bottom: 120px;
    max-width: 180px
  }

  .pepecoin_roadmap_section .shape_cartoon_1 {
    left: 18%;
    bottom: 0;
    max-width: 220px
  }

  .pepecoin_site_footer .shape_sign_board {
    bottom: 26px
  }

  .pepecoin_roadmap_section .shape_tree {
    left: -750px;
    max-width: 1200px
  }
}

@media (max-width: 1360px) {
  .meme_site_footer .pagelist_block a {
    font-size: 18px
  }

  .pagelist_block.unordered_list {
    gap: 16px 40px
  }

  .pepecoin_about_content .shape_wood_2 {
    left: -110px;
    bottom: -14px;
    max-width: 260px
  }

  .pepecoin_about_content .shape_wood_1 {
    right: -62px;
    bottom: -14px;
    max-width: 250px
  }

  .pepecoin_about_section .shape_cloud {
    top: 12%;
    left: 8%;
    max-width: 190px
  }

  .pepecoin_hero_section .shape_leaf_top {
    top: -40px
  }
}

@media (max-width: 1199px) {
  .whitepaper_info_wrap [class*=info_wrap_] {
    padding: 40px
  }

  .ico_site_footer .middle_area>* {
    padding: 40px 30px
  }

  .ico_site_footer .shape_top {
    top: -70px
  }

  .section_shadow_top:before {
    height: 40px
  }

  .pagelist_block.unordered_list {
    gap: 14px 40px
  }

  .ico_iconbox_block .iconbox_description {
    max-width: 100%
  }

  .ico_about_image .coin_image img {
    max-width: 400px
  }

  .memecoin_hero_section .hero_title {
    font-size: 66px;
    line-height: 76px;
    margin-bottom: 18px
  }

  .memecoin_hero_section .hero_description {
    margin: 0 auto 50px
  }

  .memecoin_hero_section .hero_title .shape_image {
    max-width: 60px
  }

  .memecoin_heading_block .heading_text {
    font-size: 48px;
    line-height: 58px
  }

  .meme_progress_block .block_title {
    line-height: 24px
  }

  .benefits_features .benefits_feature_item_1:after {
    right: -40px;
    bottom: -65px
  }

  .benefits_features .benefits_feature_item_3:after {
    left: -40px;
    bottom: -65px
  }

  .benefits_features .benefits_feature_item_2:after {
    right: -90px
  }

  .benefits_features .benefits_feature_item_4:after {
    left: -90px
  }

  .meme_accordion .accordion-item {
    padding: 40px
  }

  .meme_accordion .accordion-button {
    gap: 20px
  }

  .meme_site_footer .cartoon_shape_1 img {
    max-width: 100%
  }

  .meme_site_footer .cartoon_shape_3 {
    top: 65%;
    max-width: 210px
  }

  .meme_site_footer .cartoon_shape_2 {
    top: 62%
  }

  .meme_site_footer .btns_group {
    margin-bottom: 300px
  }

  .memecoin_hero_section [class*=shape_cartoon_] {
    max-width: 100px
  }

  .memecoin_hero_section .shape_cartoon_1 {
    left: 2%
  }

  .memecoin_hero_section .shape_cartoon_2 {
    right: 2%
  }

  .memecoin_hero_section .shape_chain_2 {
    left: -40px;
    right: -40px;
    bottom: -44px
  }

  .memecoin_hero_section .shape_chain_1 {
    top: -70px;
    left: -30px;
    right: -30px
  }

  .memecoin_hero_section {
    padding: 190px 0 100px
  }

  .content_ticker_carousel .swiper-slide {
    font-size: 130px;
    margin: -70px 0 -50px
  }

  .content_ticker_wrapper .shape_heart {
    max-width: 160px
  }

  .benefits_features [class*=benefits_feature_item_] {
    z-index: 1;
    top: unset;
    left: unset;
    right: unset;
    width: 200px;
    bottom: unset;
    position: relative
  }

  .benefits_features [class*=benefits_feature_item_]:after {
    display: none
  }

  .benefits_features {
    gap: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }

  .benefits_features .benefits_circle {
    padding: 0;
    margin: auto;
    width: 200px;
    height: 200px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .benefits_features .benefits_circle .percent {
    font-size: 38px
  }

  .benefits_features .benefits_circle .percent_title {
    font-size: 16px
  }

  .benefits_features .benefits_circle:before {
    inset: -30px
  }

  .benefits_features .benefits_circle:after {
    inset: -70px
  }

  .meme_tokenomics_benefits:before {
    display: none
  }

  .meme_tokenomics_benefits {
    padding: 30px 80px
  }

  .pepecoin_hero_section .hero_title {
    font-size: 72px;
    margin: 0 0 18px 0
  }

  .pepecoin_hero_section .hero_description {
    font-size: 22px;
    margin: 0 0 40px 0
  }

  .pepecoin_hero_image .pepe_coin_image img {
    max-width: 350px
  }

  .pepecoin_about_section .shape_tree {
    left: -520px;
    max-width: 1000px
  }

  .pepecoin_heading_block .heading_text {
    font-size: 60px
  }

  .pepecoin_feature_section .shape_frog {
    bottom: 0;
    left: 60px;
    max-width: 150px
  }

  .pepecoin_feature_section .shape_tree img {
    max-width: 700px;
    margin-right: -340px
  }

  .pepecoin_feature_section .shape_stone {
    left: -25px;
    right: -25px;
    bottom: -50px
  }

  .pepecoin_token_supply p {
    font-size: 22px;
    line-height: 30px
  }

  .pepecoin_token_supply [class*=shape_tree_wood_] {
    bottom: -88px;
    max-width: 250px
  }

  .pepecoin_token_supply .shape_tree_wood_1 {
    left: -15px
  }

  .pepecoin_token_supply .shape_tree_wood_2 {
    left: 26%
  }

  .pepecoin_token_supply .shape_tree_wood_3 {
    right: 25%
  }

  .pepecoin_token_supply .shape_tree_wood_4 {
    right: -30px
  }

  .pepecoin_roadmap_list {
    top: 76px;
    gap: 110px
  }

  .pepecoin_roadmap_list>li {
    font-size: 40px
  }

  .pepecoin_roadmap_section .shape_stone {
    left: -25px;
    right: -25px;
    bottom: -50px
  }

  .pepecoin_roadmap_section .shape_cartoon_1 {
    max-width: 184px
  }

  .pepecoin_roadmap_section .shape_tree_wood {
    right: -38px;
    max-width: 260px
  }

  .pepecoin_roadmap_section .pepe_coin_image {
    right: 34px;
    bottom: 92px;
    max-width: 130px
  }

  .pepecoin_roadmap_section .shape_tree {
    left: -530px;
    max-width: 1000px
  }

  .pepecoin_site_footer .shape_sign_board img {
    max-width: 1120px
  }

  .pepecoin_site_footer {
    padding: 330px 0 0
  }

  .pepecoin_site_footer .shape_cloud {
    top: 110px;
    right: 20px;
    max-width: 120px
  }

  .pepecoin_site_footer .shape_dragonfly {
    top: 80px;
    left: 15px;
    max-width: 90px
  }

  .page_header {
    padding: 170px 0 260px
  }

  .meme_introducing_image .animate_line_image {
    top: -26px;
    right: 48px;
    max-width: 150px;
    display: inline-block
  }

  .meme_process_heading .cartoon_image .animate_line_image {
    left: 80px;
    max-width: 234px
  }

  .meme_tokenomics_section .casino_image .coinpay_animate {
    max-width: 150px
  }
}

@media (max-width: 1024px) {
  .ico_hero_section .shape_globe {
    left: 30px;
    max-width: 60px
  }

  .ico_hero_section .shape_coin {
    right: 20px;
    max-width: 90px
  }

  .ico_about_image .coin_image img {
    max-width: 350px
  }

  .ico_coin_purchase_price .chart_image {
    margin: -20px 0 -16px
  }

  .ico_team_block .team_avatar .avatar_wrap {
    width: 120px;
    height: 120px
  }

  .ico_team_block .front_side_content,
  .ico_team_block .back_side_content {
    padding: 40px 20px
  }

  .ico_team_block .team_member_name {
    font-size: 20px;
    margin-bottom: 8px
  }

  .pepecoin_hero_section .shape_leaf_bottom {
    left: -90px;
    bottom: -40px
  }

  .pepecoin_hero_section .hero_title {
    font-size: 60px;
    margin: 0 0 16px 0
  }

  .pepecoin_hero_section .hero_description {
    font-size: 20px;
    margin: 0 0 34px 0
  }

  .pepecoin_btn {
    font-size: 20px
  }

  .header_pepecoin .main_menu_list>li>.nav-link {
    font-size: 16px
  }

  .pepecoin_hero_section .shape_cloud {
    top: 140px;
    left: -60px;
    max-width: 140px
  }

  .pepecoin_hero_image .pepe_coin_image img {
    max-width: 290px
  }

  .pepecoin_heading_block .heading_text {
    font-size: 48px
  }

  .pepecoin_heading_block .heading_text:has(.shape_dot) .shape_dot {
    max-width: 36px;
    margin: -6px 0 0
  }

  .pepecoin_heading_block .heading_description {
    font-size: 20px;
    line-height: 30px
  }

  .pepecoin_feature_block p {
    font-size: 16px;
    line-height: 24px
  }

  .pepecoin_feature_block .feature_title {
    font-size: 26px
  }

  .pepecoin_feature_block {
    padding: 90px 70px 70px
  }

  .pepecoin_feature_block .feature_serial_number {
    width: 160px;
    height: 90px;
    font-size: 36px
  }

  .pepecoin_about_content .pepecoin_heading_block {
    width: 570px
  }

  .pepecoin_token_supply {
    padding: 70px 80px 130px
  }

  .pepecoin_token_supply .heading_text,
  .pepecoin_token_supply .token_supply_value {
    font-size: 40px
  }

  .pepecoin_token_supply p {
    font-size: 18px;
    line-height: 26px
  }

  .pepecoin_token_supply [class*=shape_tree_wood_] {
    bottom: -70px;
    max-width: 200px
  }

  .pepecoin_token_supply .shape_tree_wood_1 {
    left: -10px
  }

  .pepecoin_token_supply .shape_tree_wood_2 {
    left: 27%
  }

  .pepecoin_token_supply .shape_tree_wood_3 {
    right: 26%
  }

  .pepecoin_token_supply .shape_tree_wood_4 {
    right: -20px
  }

  .pepecoin_roadmap_list>li {
    font-size: 30px
  }

  .pepecoin_roadmap_list {
    top: 70px;
    gap: 57px
  }

  .pepecoin_roadmap_section .shape_cartoon_1 {
    left: 17%;
    max-width: 160px
  }

  .social_block.style_3 a {
    width: 46px;
    height: 46px;
    font-size: 18px
  }

  .social_block.style_3 a svg {
    width: 18px
  }

  .pepecoin_site_footer .shape_tree {
    display: none
  }

  .pepecoin_site_footer .shape_sign_board {
    display: none
  }

  .pepecoin_site_footer {
    padding: 200px 0 0
  }

  .pepecoin_site_footer .pepecoin_heading_block {
    margin-bottom: 50px
  }

  .pepecoin_site_footer .shape_ground {
    margin-top: -40px
  }

  [class*=_details_section] .details_title {
    font-size: 36px;
    line-height: 46px;
    margin: 22px 0 18px
  }

  .comment_form,
  .subscribe_box {
    padding: 41px 50px 50px
  }

  .subscribe_box .bell_icon {
    top: 50px;
    right: 50px
  }

  .content_ticker_wrapper .shape_heart .coinpay_animate {
    margin-top: -4px
  }

  .meme_introducing_image .animate_line_image {
    top: -23px;
    right: 44px;
    max-width: 126px
  }

  .meme_process_heading .cartoon_image .animate_line_image {
    left: 70px;
    max-width: 186px
  }

  .meme_tokenomics_section .casino_image .coinpay_animate {
    max-width: 130px
  }
}

@media (max-width: 991px) {
  .container {
    max-width: 730px
  }

  .ico_hero_section .ico_countdown_progress_box .countdown_timer_block {
    padding: 30px 20px;
    margin: 10px 0 20px;
    border-radius: 10px;
    background-image: none !important;
    background-color: var(--bs-light);
    border: 1px solid var(--bs-border-color)
  }

  .ico_countdown_progress_box .countdown_timer_block {
    gap: 20px 78px
  }

  .ico_hero_section {
    padding: 150px 0 0;
    margin-bottom: 40px
  }

  .ico_hero_section .hero_title {
    font-size: 54px;
    line-height: 64px
  }

  .ico_hero_section .ico_countdown_progress_box {
    margin: 60px auto 16px
  }

  .ico_partner_logo .logo_wrap {
    height: 90px;
    padding: 0 30px
  }

  .ico_about_image {
    margin-top: 60px
  }

  .ico_about_image .coin_image img {
    max-width: 100%
  }

  .ico_problem_solution_table .column_wrapper>*:not(:last-child) {
    border-width: 0 0 1px 0
  }

  .icon_coins_image {
    margin: 40px auto auto
  }

  .whitepaper_image_wrap {
    height: auto;
    padding: 80px 30px;
    border-width: 0 0 1px 0
  }

  .whitepaper_info_wrap [class*=info_wrap_] {
    padding: 30px
  }

  .ico_site_footer .middle_area>*:first-child,
  .ico_site_footer .middle_area>*:last-child {
    width: 100%
  }

  .ico_site_footer .middle_area>*:not(:first-child, :last-child) {
    width: 100%;
    border-width: 1px 0
  }

  .ico_site_footer .middle_area {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-width: 1px;
    border-radius: 10px
  }

  .ico_site_footer .middle_area>* {
    padding: 60px 30px
  }

  .row:has(.memecoin_iconbox_block)>*:not(:last-child) {
    border-style: dashed;
    border-color: #C0DBA6;
    border-width: 0 0 1px 0
  }

  .row:has(.memecoin_iconbox_block) {
    border-width: 1px
  }

  .row:has(.memecoin_iconbox_block) .memecoin_iconbox_block {
    padding: 40px 20px
  }

  .token_copy_board {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 30px 15px 0
  }

  .meme_popup_video_area .image_block {
    float: none;
    max-width: 100%;
    margin: 50px auto auto
  }

  .meme_site_footer .cartoon_shape_1 img {
    max-width: 350px
  }

  .meme_site_footer {
    margin-top: -274px;
    padding: 400px 0 120px
  }

  .meme_site_footer .footer_bottom {
    text-align: center
  }

  .meme_site_footer .footer_bottom .social_block {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .meme_site_footer .footer_heading {
    font-size: 42px;
    margin-bottom: 50px
  }

  .meme_site_footer .pagelist_block a {
    font-size: 16px
  }

  .pagelist_block.unordered_list {
    gap: 14px 30px
  }

  .meme_site_footer .btns_group {
    margin-bottom: 120px
  }

  .meme_site_footer .cartoon_shape_3 {
    max-width: 150px
  }

  .meme_tokenomics_section .shape_arrow_right {
    max-width: 250px;
    margin: 40px auto
  }

  .meme_tokenomics_section .casino_image {
    margin: auto;
    max-width: 500px
  }

  .content_ticker_carousel .swiper-slide {
    margin: -55px 0;
    font-size: 96px
  }

  .content_ticker_wrapper .shape_heart {
    max-width: 148px
  }

  .content_ticker_wrapper {
    padding: 70px 0
  }

  .meme_process_section .cartoon_image {
    max-width: 300px;
    margin: auto 0 auto auto
  }

  .pepecoin_hero_image .pepe_coin_image img {
    max-width: 430px
  }

  .pepecoin_hero_section {
    text-align: center
  }

  .pepecoin_hero_section .btns_group {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .pepecoin_hero_section .shape_tree,
  .pepecoin_about_section .shape_tree {
    display: none
  }

  .pepecoin_about_section .shape_cloud {
    max-width: 120px
  }

  .pepecoin_about_content .shape_dragonfly {
    max-width: 106px
  }

  .pepecoin_about_content .shape_wood_2 {
    left: -90px;
    bottom: -12px;
    max-width: 190px
  }

  .pepecoin_about_content .shape_wood_1 {
    max-width: 210px
  }

  .pepecoin_feature_block {
    padding: 90px 110px 70px
  }

  .pepecoin_token_supply .image_block {
    max-width: 220px
  }

  .pepecoin_token_supply [class*=shape_tree_wood_] {
    bottom: -44px;
    max-width: 140px
  }

  .pepecoin_roadmap_image {
    max-width: 500px;
    margin: auto auto 0
  }

  .pepecoin_roadmap_list>li {
    font-size: 24px
  }

  .pepecoin_roadmap_list {
    top: 62px;
    gap: 27px
  }

  .pepecoin_roadmap_section .shape_tree_wood {
    bottom: -15px
  }

  .pepecoin_roadmap_section .pepe_coin_image {
    right: 36px;
    bottom: 78px
  }

  .pepecoin_site_footer .pepecoin_heading_block {
    text-align: center
  }

  .pepecoin_site_footer .social_block.style_3 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .pepecoin_feature_section .shape_stone {
    bottom: -20px
  }

  .pepecoin_roadmap_section .shape_stone {
    bottom: -30px
  }

  .pepecoin_roadmap_section .shape_cartoon_1 {
    max-width: 120px
  }

  .pepecoin_roadmap_section .shape_tree_wood {
    bottom: -5px;
    max-width: 190px
  }

  .pepecoin_roadmap_section .pepe_coin_image {
    right: 20px;
    bottom: 64px;
    max-width: 90px
  }

  .pepecoin_site_footer {
    padding: 130px 0 0
  }

  .pepecoin_site_footer .shape_ground {
    margin-top: 0
  }

  .blog_carousel_block .blog_post_title {
    font-size: 36px;
    line-height: 42px;
    margin: 30px 0 17px
  }

  .blog_post_left_image {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .blog_post_left_image .post_image {
    width: 100%
  }

  .contact_section .gmap_canvas {
    margin-top: 80px
  }

  .gmap_canvas iframe {
    height: 500px
  }

  .ico_roadmap_flexbox {
    display: block
  }

  .ico_roadmap_flexbox .roadmap_block:not(:last-child) {
    margin-bottom: 30px
  }

  .roadmap_block .iconlist_block {
    opacity: 1;
    min-height: auto
  }

  .roadmap_block .hover_shape {
    display: none
  }

  .meme_process_heading .cartoon_image .animate_line_image {
    left: 80px;
    max-width: 210px
  }

  .meme_tokenomics_section .casino_image .coinpay_animate {
    max-width: 158px
  }
}

@media (max-width: 767px) {
  .ico_problem_solution_table .column_wrapper>* {
    padding: 40px 30px
  }

  .ico_problem_solution_table .heading_text {
    gap: 15px;
    font-size: 26px;
    margin-bottom: 30px
  }

  .ico_problem_solution_table .heading_text .icon img {
    max-height: 30px
  }

  .ico_problem_solution_table .heading_text .icon {
    width: 60px;
    height: 60px
  }

  .memecoin_hero_section .hero_title {
    font-size: 60px;
    line-height: 66px
  }

  .memecoin_hero_section .hero_title .shape_image {
    max-width: 54px
  }

  .memecoin_hero_section .shape_cartoon_1 {
    left: -50px
  }

  .memecoin_hero_section .shape_cartoon_2 {
    right: -50px
  }

  .meme_process_heading {
    padding: 40px
  }

  .meme_tokenomics_benefits {
    padding: 40px
  }

  .benefits_features .benefits_circle {
    width: 160px;
    height: 160px
  }

  .benefits_features .benefits_circle .percent {
    font-size: 30px
  }

  .benefits_features .benefits_circle .percent_title {
    font-size: 14px
  }

  .meme_site_footer .cartoon_shape_2 {
    left: -46px;
    max-width: 100px
  }

  .meme_site_footer .cartoon_shape_3 {
    right: -50px;
    max-width: 140px
  }

  .meme_progress {
    width: 100%
  }

  .pepecoin_roadmap_section .shape_tree {
    left: -470px;
    max-width: 900px
  }

  .iconlist_block.unordered_list_block {
    gap: 10px
  }

  .other_post_nav {
    gap: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .pepecoin_feature_section .shape_tree img {
    margin-top: -70px
  }
}

@media (max-width: 575px) {
  .ico_hero_section .hero_title {
    font-size: 48px;
    line-height: 54px
  }

  .progress_range_step {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
  }

  .progress_range_step>li {
    font-size: 14px;
    padding: 0 10px
  }

  .ico_hero_section {
    margin-bottom: 80px
  }

  .ico_heading_block .heading_text {
    font-size: 38px;
    line-height: 48px
  }

  .rc-nav-button-prev {
    left: 0
  }

  .rc-nav-button-next {
    right: 0
  }

  [class*=rc-nav-button-] {
    z-index: 1
  }

  .section_decoration .decoration_item:has(img[src*=shape_section_divider_]) {
    top: 40px
  }

  .whitepaper_info_wrap .iconlist_block {
    gap: 14px;
    margin-bottom: 0
  }

  .whitepaper_info_wrap .ico_creative_btn {
    margin-top: 40px
  }

  .event_card_block .event_info {
    margin: 0;
    width: 100%;
    padding: 30px;
    border-radius: 0;
    border-width: 1px 0 0
  }

  .event_card_block .event_date {
    width: 100%;
    height: auto;
    border-width: 0;
    position: sticky;
    padding: 20px 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }

  .event_block_left_image {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .event_block_left_image .event_image {
    max-width: 100%
  }

  .section_shadow_top:before {
    height: 5px
  }

  .ico_site_footer .shape_top {
    top: -40px
  }

  .ico_accordion .icon_arrow {
    width: 70px
  }

  .ico_accordion .accordion-item {
    padding: 20px 90px 20px 30px
  }

  .ico_accordion .accordion-button {
    line-height: 26px
  }

  .ico_accordion .icon_arrow svg {
    width: 20px
  }

  .ico_accordion .accordion-body {
    padding: 20px 0 8px 0
  }

  .memecoin_hero_section .hero_title {
    font-size: 48px;
    line-height: 58px
  }

  .memecoin_hero_section .decoration_item {
    display: none
  }

  .memecoin_hero_section {
    padding: 160px 0 100px
  }

  .memecoin_heading_block .heading_text {
    font-size: 36px;
    line-height: 46px
  }

  .memecoin_heading_block .heading_description {
    font-size: 16px;
    line-height: 24px
  }

  .memecoin_hero_section .hero_description {
    font-size: 18px;
    line-height: 26px;
    margin: 0 auto 50px
  }

  .memecoin_countdown_wraper {
    width: 100%;
    height: auto;
    margin-top: 30px;
    padding: 60px 30px;
    border-radius: 20px
  }

  .memecoin_countdown_wraper .shape_circle,
  .memecoin_countdown_wraper .shape_cartoon,
  .memecoin_countdown_wraper .shape_cartoon_hand {
    display: none
  }

  .token_copy_board {
    display: block
  }

  .content_ticker_carousel .swiper-slide {
    font-size: 76px;
    margin: -44px 0
  }

  .content_ticker_wrapper {
    padding: 50px 0
  }

  .meme_eliments_section {
    padding: 0
  }

  .pepecoin_hero_section .shape_cloud {
    top: 110px;
    left: -50px;
    max-width: 90px
  }

  .pepecoin_hero_section .shape_leaf_top {
    top: -10px
  }

  .pepecoin_hero_image .pepe_coin_image img {
    max-width: 340px
  }

  .pepecoin_about_content .pepecoin_heading_block {
    width: 100%;
    position: sticky;
    -webkit-transform: unset;
    transform: unset
  }

  .pepecoin_about_content .shape_board_image,
  .pepecoin_about_content .shape_dragonfly,
  .pepecoin_about_content .shape_wood_1,
  .pepecoin_about_content .shape_wood_2 {
    display: none
  }

  .pepecoin_feature_section .shape_tree img {
    max-width: 500px;
    margin-right: -260px
  }

  .pepecoin_feature_section .shape_dragonfly {
    bottom: 70px;
    max-width: 60px
  }

  .pepecoin_feature_section .shape_frog {
    left: 30px;
    max-width: 90px
  }

  .pepecoin_token_supply [class*=shape_tree_wood_] {
    bottom: -30px;
    max-width: 104px
  }

  .pepecoin_roadmap_section .shape_stone {
    bottom: -16px
  }

  .pepecoin_roadmap_section .shape_tree {
    left: -390px;
    max-width: 760px
  }

  .pepecoin_hero_image .pepe_coin_image img {
    max-width: 235px
  }

  .blog_carousel_block .blog_post_title {
    font-size: 30px;
    line-height: 36px;
    margin: 20px 0 12px
  }

  .blog_carousel_block .swiper-slide {
    min-height: 500px
  }

  .blog_carousel_block .badge {
    font-size: 14px
  }

  .blog_carousel_block .bc-pagination {
    right: 30px;
    bottom: 30px
  }

  .blog_post_left_image .post_info {
    padding: 30px;
    max-width: 100%
  }

  .page_header {
    padding: 150px 0 220px
  }

  [class*=_details_section] .details_title {
    font-size: 30px;
    line-height: 36px
  }

  .details_info_title {
    font-size: 24px;
    line-height: 34px
  }

  iframe {
    min-height: 300px
  }

  .postabmin_block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .comment_item {
    gap: 30px
  }

  .comments_list>li .comments_list {
    gap: 30px;
    padding: 30px 0 0 60px
  }

  .comment_form,
  .subscribe_box {
    padding: 40px
  }

  .subscribe_box .bell_icon {
    top: 30px;
    right: 30px
  }

  .ico_newsletter_form .submit_btn {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    position: sticky;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .page_title {
    font-size: 42px;
    line-height: 52px;
    margin-bottom: 18px
  }

  .contact_info_box {
    padding: 40px
  }

  .pepecoin_feature_section .shape_tree img {
    margin-top: 0
  }
}

@media (max-width: 425px) {
  .site_header .ico_btn_outline {
    padding: 14px 20px
  }

  .site_header .btns_group {
    margin: 0 0 0 -40px
  }

  .ico_hero_section .shape_globe {
    left: -30px
  }

  .ico_hero_section .shape_coin {
    right: -44px
  }

  .ico_countdown_progress_box .countdown_timer_block {
    gap: 15px
  }

  .ico_countdown_progress_box .countdown_timer_block>li:after {
    display: none
  }

  .progress_value {
    gap: 6px;
    margin-top: 16px
  }

  .ico_hero_section .hero_title {
    font-size: 42px;
    line-height: 48px
  }

  .ico_heading_block .heading_text {
    font-size: 34px;
    line-height: 42px
  }

  .ico_coin_purchase_price .chart_image {
    margin: 0
  }

  .section_space {
    padding-top: 100px;
    padding-bottom: 100px
  }

  .section_decoration .decoration_item:has(img[src*=shape_section_divider_]) {
    top: 0
  }

  .ico_tokenomics_section,
  .ico_whitepaper_section {
    margin-bottom: 60px
  }

  .whitepaper_image_wrap {
    padding: 50px 30px
  }

  .ico_newsletter_form .submit_btn {
    width: 100%;
    position: static;
    margin-top: 10px
  }

  .memecoin_hero_section .hero_title {
    font-size: 42px;
    line-height: 48px
  }

  .memecoin_heading_block .heading_text {
    font-size: 30px;
    line-height: 36px
  }

  .meme_video_popup .title_text {
    font-size: 20px
  }

  .video_popup_block i {
    font-size: 26px;
    padding: 0 0 0 6px
  }

  .video_popup_block {
    width: 66px;
    height: 66px
  }

  .content_ticker_carousel {
    padding: 10px 0
  }

  .content_ticker_carousel .swiper-slide {
    font-size: 50px;
    margin: -6px 0 0
  }

  .content_ticker_wrapper .shape_heart {
    max-width: 80px
  }

  .meme_eliments_section {
    padding: 0
  }

  .meme_site_footer .footer_heading {
    font-size: 36px;
    margin-bottom: 40px
  }

  .meme_site_footer .btns_group {
    margin-bottom: 70px
  }

  .pepecoin_btn {
    font-size: 16px;
    padding: 14px 26px 13px
  }

  .pepecoin_hero_section .shape_leaf_bottom {
    bottom: -25px
  }

  .pepecoin_hero_section {
    padding: 150px 0 60px
  }

  .pepecoin_heading_block .heading_text {
    font-size: 36px
  }

  .pepecoin_heading_block .heading_text:has(.shape_dot) .shape_dot {
    max-width: 16px;
    margin: -4px 0 0
  }

  .pepecoin_heading_block .heading_text:has(.shape_dot) {
    gap: 0 10px
  }

  .pepecoin_heading_block .heading_description {
    font-size: 18px;
    line-height: 26px
  }

  .pepecoin_about_section .shape_cloud {
    top: 14%;
    left: -50px;
    max-width: 100px
  }

  .pepecoin_feature_block {
    padding: 90px 70px 70px
  }

  .pepecoin_token_supply {
    padding: 60px 30px 120px
  }

  .pepecoin_token_supply .heading_text,
  .pepecoin_token_supply .token_supply_value {
    font-size: 26px
  }

  .pepecoin_token_supply .image_block {
    max-width: 160px
  }

  .pepecoin_token_supply p {
    font-size: 16px;
    line-height: 24px
  }

  .pepecoin_token_supply [class*=shape_tree_wood_] {
    bottom: -20px;
    max-width: 84px
  }

  .pepecoin_roadmap_section .shape_tree {
    display: none
  }

  .pepecoin_roadmap_list {
    top: 50px;
    gap: 28px
  }

  .pepecoin_roadmap_section .shape_cartoon_1 {
    left: 15px;
    max-width: 70px
  }

  .pepecoin_roadmap_section .shape_tree_wood {
    max-width: 130px
  }

  .pepecoin_roadmap_section .pepe_coin_image {
    right: 4px;
    bottom: 44px;
    max-width: 60px
  }

  .pepecoin_site_footer .shape_dragonfly {
    top: 130px;
    left: 15px;
    max-width: 50px
  }

  .pepecoin_site_footer .shape_cloud {
    top: 90px;
    right: 15px;
    max-width: 80px
  }

  .blog_carousel_block .swiper-slide {
    min-height: 570px
  }

  [class*=_details_section] .details_image {
    margin-bottom: 60px
  }

  .iframe_block {
    margin-bottom: 50px
  }

  iframe {
    min-height: 220px
  }

  .subscribe_box .bell_icon {
    top: 6px;
    right: 6px
  }

  .contact_info_list a {
    font-size: 18px;
    line-height: 20px
  }

  .meme_process_heading .cartoon_image .animate_line_image {
    left: 74px;
    max-width: 174px
  }

  .meme_tokenomics_section .casino_image .coinpay_animate {
    max-width: 127px
  }
}

@media (max-width: 375px) {
  .ico_partner_logo .logo_wrap img {
    max-width: 94px
  }

  .tab_block .nav .nav-link {
    padding: 6px 20px
  }

  .event_card_block .event_title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 30px
  }

  .pepecoin_hero_section .hero_title {
    font-size: 42px
  }

  .pepecoin_hero_section .hero_description {
    font-size: 18px;
    margin: 0 0 30px 0
  }

  .pepecoin_hero_image .pepe_coin_image img {
    max-width: 190px
  }

  .pepecoin_feature_section .shape_stone {
    bottom: -10px
  }

  .pepecoin_feature_section .shape_frog {
    left: 15px;
    max-width: 70px
  }

  .pepecoin_feature_section .shape_dragonfly {
    bottom: 60px;
    max-width: 50px
  }

  .pepecoin_roadmap_list>li {
    font-size: 20px
  }

  .pepecoin_roadmap_list {
    top: 45px;
    gap: 28px
  }

  .pepecoin_site_footer .copyright_text {
    font-size: 14px
  }

  .pepecoin_site_footer .pepecoin_heading_block {
    margin-bottom: 30px
  }

  .pepecoin_site_footer {
    padding: 110px 0 0
  }

  .btns_group {
    gap: 15px
  }

  .meme_tokenomics_section .casino_image .coinpay_animate {
    max-width: 115px
  }
}

@media (max-width: 320px) {
  .site_header .ico_btn_outline {
    font-size: 14px;
    padding: 10px 16px
  }

  .mobile_menu_btn {
    width: 34px;
    height: 34px;
    font-size: 18px
  }

  .site_header .nav_wrapper {
    padding: 20px 0
  }

  .site_header .main_menu {
    top: 74px
  }

  .site_header.sticky .main_menu {
    top: 54px
  }

  .ico_hero_section {
    padding: 120px 0 0;
    margin-bottom: 100px
  }

  .ico_about_image .coin_image img {
    max-width: 210px
  }

  .pepecoin_hero_image .pepe_coin_image img {
    max-width: 150px
  }

  .pepecoin_feature_block {
    padding: 90px 60px 70px
  }

  .pepecoin_roadmap_list>li {
    font-size: 18px
  }

  .pepecoin_roadmap_list {
    top: 42px;
    gap: 46px
  }

  .meme_process_heading .cartoon_image .animate_line_image {
    left: 62px;
    max-width: 136px
  }

  .meme_tokenomics_section .casino_image .coinpay_animate {
    max-width: 100px
  }
}

.sticky .main_menu_list>li.active>.nav-link {
  color: #fff
}

@media only screen and (max-width: 600px) {
  .sticky .main_menu_list>li.active>.nav-link {
    color: #0B902B
  }
}

@media (max-width: 930px) {
  .pepecoin_roadmap_list {
    top: 62px;
    gap: 24px
  }
}

@media (max-width: 890px) {
  .pepecoin_roadmap_list {
    top: 62px;
    gap: 9px
  }
}

@media (max-width: 860px) {
  .pepecoin_roadmap_list {
    top: 62px;
    gap: 76px
  }
}

@media (max-width: 690px) {
  .pepecoin_roadmap_list {
    top: 62px;
    gap: 20px
  }
}














































.mat-mdc-card {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  position: relative;
  border-style: solid;
  border-width: 0;
  background-color: var(--mdc-elevated-card-container-color, var(--mat-sys-surface-container-low));
  border-color: #1a2537;
  border-radius: 24px;
  box-shadow: rgb(255 255 255) 0 0 2px 0
}

.mat-mdc-card>.mat-mdc-card-content {
  padding: 20px
}

.mat-mdc-card-title {
  font-family: var(--mat-card-title-text-font, var(--mat-sys-title-large-font));
  line-height: 1.6;
  font-size: var(--mat-card-title-text-size, var(--mat-sys-title-large-size));
  letter-spacing: var(--mat-card-title-text-tracking, var(--mat-sys-title-large-tracking));
  font-weight: 600
}

@media (min-width: 768px) {
  body .d-sm-block {
    display: block !important
  }
}

.make-social-media {
  position: absolute;
  top: -19px;
  right: -15px
}

.mat-mdc-card-content>:last-child:not(.mat-mdc-card-footer) {
  margin-bottom: 0
}

html .bg-light-error {
  background-color: rgb(255 247 175 / 19%) !important
}

html .bg-error {
  background-color: #ff6692 !important
}

.rounded-circle-shape {
  width: 56px;
  height: 40px
}

.m-b-16 {
  margin-bottom: 16px !important
}

.p-y-12 {
  padding-top: 12px !important;
  padding-bottom: 12px !important
}

.p-x-24 {
  padding-left: 24px !important;
  padding-right: 24px !important
}

.bg-lightest {
  background: #111c2d1a
}

.rounded-full {
  border-radius: 9999px !important
}

.bg-lightest .b-r-1 {
  border-right: 1px solid rgb(255 255 255 / .1) !important
}

.shape_leaf_top {
  top: -40px;
  position: fixed
}

.card-body.card-timer ul li {
  padding-top: 5px;
  padding-bottom: 5px
}

.card-timer-values665 {
  display: block;
  flex-basis: 45%;
  justify-content: space-between;
  margin-top: 13px;
}

.card-timer-values665 a {
  font-size: 14px;
}

.btn-group-sm>.btn,
.btn-sm {
  padding: 4px 16px;
  font-size: 12px
}

@media only screen and (max-width: 600px) {
  .card-body.card-timer {
    padding-left: 0 !important;
    padding-right: 0 !important
  }

  .card-body.card-timer h6 {
    text-align: center
  }

  .card-body.card-timer ul li {
    border: 1px dashed #ccc;
    border-radius: 4px;
    margin: -6px 0px;
    /* padding: 10px; */
    gap: .5rem;
    flex-direction: column;

  }

  .card-timer-values665 {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    flex: 1 1 100%;
    width: 100%;
    align-items: center;
    margin-top: 12px
  }

  .card-timer-values665 span {
    padding: 3px 14px;
    border-radius: 21px;
    font-weight: 300;
    font-size: 13px;
    background: #914648;
    color: #fff;
    margin-bottom: 10px;
  }
}

.circle-yellow-div .timer {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 0 18px 0;
  border-bottom: 1px dashed #ab5c5d;
  margin-bottom: 20px
}

.circle-yellow-div .timer-group {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 0 5px
}

.circle-yellow-div .timer-digits {
  display: flex;
  gap: 2px;
  margin-bottom: 5px
}

.circle-yellow-div .timer-digit {
  align-items: center;
  background: linear-gradient(145deg, #914648, #914648);
  color: #fff !IMPORTANT;
  border-radius: 8px;
  box-shadow: 0 3px 6px #00000026, inset 0 1px 1px #ffffff1a;
  color: #1a2537;
  display: flex;
  font-size: 16px;
  font-weight: 400;
  height: 35px;
  justify-content: center;
  overflow: hidden;
  position: relative;
  transition: all .3s ease;
  width: 35px
}

.timer-unit {
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1.5px
}

.global-units-value {
  font-size: 17px
}

@media screen and (max-width: 1199px) {
  .main_menu_list {
    gap: 15px
  }
}

@media screen and (max-width: 1000px) {
  .main_menu_list {
    gap: 10px
  }
}

.f-s-21 {
  font-size: 21px !important
}

.m-b-4 {
  margin-bottom: 4px !important
}

.txt-ellipsis-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical
}

.f-s-18 {
  font-size: 18px !important
}

.f-s-12 {
  font-size: 12px !important
}

.f-s-14 {
  font-size: 14px !important
}

.f-s-16 {
  font-size: 16px !important
}

.m-b-30 {
  margin-bottom: 30px !important
}

ul {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0
}

.f-w-500 {
  font-weight: 500
}

.shape_stone-cus {
  z-index: 1;
  left: -50px;
  right: -50px;
  bottom: -60px;
  position: absolute
}

@media (max-width: 350px) {
  .shape_stone-cus {
    bottom: -10px !important
  }
}

@media (min-width: 350px) and (max-width:750px) {
  .shape_stone-cus {
    bottom: -20px
  }
}

@media (min-width: 750px) and (max-width:1199px) {
  .shape_stone-cus {
    left: -25px;
    right: -25px;
    bottom: -30px
  }
}

.btn-primary-cus {
  color: #fff;
  background-color: #914648;
  border: 1px solid #914648;
  letter-spacing: .7px;
  text-align: center !important;
  border-radius: 3px;
  display: block;
  padding: 8px;
}

.btn-primary-cus1 {
  color: #fff;
  background-color: #914648;
  border: 1px solid #914648;
  letter-spacing: .7px;
  text-align: center !important;
  border-radius: 3px;
  display: block;
  padding: 8px;
}

.btn-primary-cus2 {
  background-color: #ffbc00;
  border: 1px solid #f2b300;
  color: #fff;
  letter-spacing: .7px;
  text-align: center !important;
  border-radius: 3px;
  display: block;
  padding: 8px;
}

.btn-primary-cus2:hover,
.btn-primary-cus2:active {
  background-color: #eaad00 !important;
  color: #fff !important;
  border: 1px solid #f2b300 !important;
}

.btn-primary-cus1:hover,
.btn-primary-cus1:active {
  background-color: #914648 !important;
  color: #fff !important;
  border: 1px solid #914648 !important;
}

.welcome {
  color: var(--bs-secondary)
}

.social-share-icons span {
  padding: 0 15px
}

.social-share-icons span i {
  font-size: 20px
}

.circle-top {
  position: absolute;
  top: -48%;
  left: -19%;
  border: 87px solid #ff6267;
  height: 500PX;
  width: 500px;
  display: block;
  background: #fff0;
  border-radius: 100%;
  z-index: 1;
}

.circle-bottom {
  position: absolute;
  bottom: -4%;
  right: 1%;
  height: 450px;
  width: 450px;
  display: block;
  background: #fff0;
  z-index: 1;
  opacity: .5
}

.bg-dark-200 {
  background-color: #000000 !important
}

/* .cus-login-height {
    height: 100vh
} */

.h-n80 {
  height: calc(100vh - 80px)
}

.max-width-form {

  padding: 0 6px;
}

.m-t-24 {
  margin-top: 24px !important
}

.cus-form-control {
  background-color: #fff0;
  border-radius: 8px;
  border: 1px solid #ffffff;
  color: #fff
}

.cus-form-control:focus {
  box-shadow: none;
  color: #fff !important;
  background-color: #fff0;
  border-color: #86b7fe
}

.cus-privacy-content a {
  color: #f8c006
}

.sign-in-btn.disabled {
  background-color: #752427 !important;
  color: #ffffff !important;
  border: 1px solid #fff;
}

.sign-in-btn {
  width: 100%;
  border-radius: 25px;
  background: #7d2e31;
  color: #fff;
  border: none;
  padding: 10px;
  border: 1px solid;
}

.btn-outline-custom {
  border-radius: 30px;
  border: 1px solid #ac5d5e;
  color: #914648;
  background-color: #fff0;
  padding: 12px 66px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
}

.btn-cus:hover,
.btn-cus:active {
  color: #fff !important;
  border-color: #fff !important;
  background-color: inherit !important
}

.btn-cus {
  color: white !important;
  background-color: inherit !important
}

.btn-cus1:hover,
.btn-cus1:active {
  color: #fff;
  border-color: #AC6B3D !important;
  background-color: #9e5c2d !important;
}

.form-check-input {
  border: var(--bs-border-width) solid #000000;
}

@media only screen and (max-width: 600px) {
  .btn-primary-cus {
    width: 100%;
  }
}












/* Dashboard CSS  */
.site_logo .site_link img {
  width: 110px;
}

.mat-mdc-card-content span {
  padding: 8px 13px !important;
}

.input-txt-display {
  border: 1px solid #733131 !important;
  padding: 5px 20px;
  display: flex;
  justify-content: space-between;
  border-radius: 7px;
  background: #733131 !important;
}

.cus-wave-bg img {
  width: 100%;
}

.cus-card-S1 .card {
  background: #fff;
  border: 4px solid #a85a5b;

}

.cus-card-S1 h6 {
  /* color: #a85a5b; */
  font-weight: bold;

}

.cus-card-S1 .form-check-input {
  background-color: #914648 !important;
}

.cus-card-S1 .card-header {
  border-bottom: var(--bs-card-border-width) solid rgb(171 92 93) !important;
}

.cus-card-S1 .timer-unit {
  color: #a85a5b !important;
}

.circle-yellow-div .pulse-dot,
.circle-yellow-div .pulse-dot1 {

  background-color: #914648 !important;

}

.cus-card-S1 label {
  color: black;
}

.card-timer-values665 span {
  color: #fff;
}

.cus-card-S1 .global-units-value {
  color: black !important;
}

.max-width-form a img {
  width: 150px !important;
}


.cus-view-btn-primary {
  border: 2px solid #ff6267;
}

.cus-check-02 {
  background: #752427;
  border: 1px solid #fff;
}

.card-profile-01 {
  border: 1px solid #732124;
  background-color: #fff;
}

.cus-navbar-logo img {
  width: 110px;
}


/* desktop-package-css */

.cus-bg-round {
  display: block !important;
  padding: 11px;
  border-radius: 12px;
  border: 2px solid #914648;
  margin: 13px;
}


.cus-desktop-design {
  display: flex;
  padding: 27px;
}


@media (min-width: 300px) and (max-width: 700px) {
  .cus-desktop-design {
    padding: inherit !important;
  }

  .cus-card-S1 {
    padding-left: inherit;
    padding-right: inherit;
  }

  .card-body.card-timer ul li {
    border: inherit;
  }

  .header_pepecoin .nav_wrapper {
    padding: 5px 0;
  }

  .site_logo .site_link img {
    width: 100px;
  }
}

.card-header {
  background-color: rgb(145, 70, 72);
}

.modal-body {
  background: #f4aaac;
}