/*=============custom font============*/

@import url("https://fonts.googleapis.com/css2?family=Caesar+Dressing&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Caesar+Dressing&family=Patrick+Hand&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Gochi+Hand&display=swap");

@import url('https://fonts.googleapis.com/css2?family=Prompt:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {
  font-family: 'Banda-Niera';
  src: url('./fonts/Banda\ Niera-Medium.ttf');
}
@font-face {
  font-family: 'JandaManat';
  src: url('./fonts/JandaManateeSolid.ttf');
}
body,html{
  overflow-x: hidden!important;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Prompt", sans-serif;
}

a,
p,
span,
button {
  font-family: "Prompt", sans-serif;
}

/* header section */
.header {
  background-color: #ffbb02;
}

.brand {
  width: 259px;
  height: 73px;
}
.social {
  display: flex;
}
.nav-link {
  font-size: 27px;
  font-weight: 400;
  color: #000 !important;
  text-transform: uppercase;
}
li.nav-item {
  padding: 0 5px;
}
.scl_img {
  width: 54px;
  height: 54px;
}
/* hero section */
.img_box img {
  width: 500px;
  height: auto;
  margin-top: -20px;
}

h2.ttl {
  font-size: 113px;
  font-weight: 400;
  margin-bottom: 16px;
}
.lg_txt {
  font-size: 55px;
  font-weight: 400;
  font-family: "Prompt", sans-serif;
}

.left_cnt p {
  font-size: 30px;
  font-weight: 500;
  line-height: 45px;
}

.left_cnt h4 {
  font-family: "Gochi Hand", cursive;
  font-size: 32px;
  font-weight: 400;
}

.buy_btn {
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  border-bottom: 8px solid #000;
  border-left: 2px solid #000;
  padding: 10px 20px;
  background-color: #fff;
  color: #000;
  cursor: pointer;
  border-radius: 11px;
  width: 237px;
  display: inline-block;
  height: 64px;
  font-size: 27px;
  text-align: center;
  line-height: 36px;
  text-decoration: none;
  margin-right: 16px;
  text-transform: uppercase;
}
nav.navbar.navbar-expand-lg {
  padding: 30px 0;
}

.wrapper {
  max-width: 1321px;
  margin: 0 auto;
}
.left_cnt {
  margin-top: 66px;
}

section.hero {
  padding-top: 40px;

  /* background-image: linear-gradient(#ffbc02cb, #ffbc02), url(/images/ban.png); */
  background-repeat: no-repeat;
  background-size: 500px;
  background-position: 1% -14%;
}

input.ca_txt {
  font-size: 32px;
  background-color: transparent;
  outline: none;
  border: none;
  font-family: "Gochi Hand", cursive;
}
.ca_input {
  width: 493px;
  height: 65px;
  background: #fff6b5;
  height: 65px;
  border-radius: 10px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  border-bottom: 8px solid #000;
  border-left: 2px solid #000;
  margin: 15px 0;
  position: relative;
}
button.copy_btn {
  font-size: 30px;
  background: #000;
  color: #fff;
  width: 118px;
  height: 50px;
  line-height: 29px;
  text-align: center;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  border-bottom: 6px solid #000;
  border-left: 2px solid #000;
  border-radius: 10px;
  position: absolute;
  right: 6px;
  top: -7px;
  font-family: "Gochi Hand", cursive;
  margin: 11px 0;
}
.butn {
  background-color: #fff6b5;
  color: #000;
}

/************marqee text***********/
.mar_wrapper {
  background-color: #000;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
  justify-content: center;
  gap: 4rem;
}

.marq_txt {
  color: #fff !important;
  font-size: 46px;
}
.marqee_inside {
  display: flex;
  gap: 30px;
  align-items: center;
}

.mar_wid {
  width: 191px;
  padding: 0 7px;
}
.Marquee {
  overflow: hidden;
  /* cursor: url("./images/hs1.png"), pointer !important; */
}
.marquee {
  position: relative;
  width: 100vw;
  max-width: 100%;
  height: 250px;
  overflow-x: hidden;
  /* cursor: url("./images/hs1.png"), pointer !important; */

  /* direction: ltr; */
}
.Marquee-content {
  display: flex;
  white-space: nowrap;
  will-change: transform;
  animation: marquee 8s linear infinite;
  /* cursor: url("./images/hs1.png"), pointer !important; */
}
.Marquee-content:hover {
  animation-play-state: paused;
  /* cursor: url("./images/hs1.png"), pointer !important; */
}

.Marquee-tag:hover {
  /* background: rgba(255, 255, 255, 0.5); */
  /* cursor: pointer; */
  cursor: url("./images/hs1.png"), pointer !important;
}
.Marquee-tag {
  /* width: 200px; */
  margin: 0 0.5em;
  padding: 1.5rem;
  background: #000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease;
  cursor: url("./images/hs1.png"), pointer !important;
}
@keyframes marquee {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-50%);
  }
}
.left {
  left: 0px !important;
}
.bc {
  border: 1px solid white;
}
@media (min-width: 1000px) and (max-width: 1300px) {
  .sooper {
    right: -80px !important;
    top: -80px !important;
  }
}
@media (max-width: 768px) {
  .gr {
    background: #fff !important;
  }
  .tb {
    color: black !important;
  }
  .bc {
    border: 1px solid #000000;
  }
}

/* about section */
.abt_sec {
  padding: 90px 0;
  background-color: #fff4d8;
}
.img img {
  width: 500px;
}

.abt_wrapper {
  width: 90%;
  margin: 0 auto;
}

.ab_ttl {
  font-size: 100px;
}
.seperator {
  width: 269px;
  height: 5px;
  background-color: #000;
}

.para {
  font-size: 26px;
  line-height: 35px;
  padding-top: 38px;
  padding-bottom: 7px;
}

/* pin post section */
.pin_sec{
 padding: 90px 0; background-color: #fff4d8"
}
.pin_wrapper {
  width: 80%;
  margin: 0 auto;
  border: 3px;
  border-radius: 10px;
}

/* how to buy section */

.htb_sec {
  background-color: #fff6b5;
  padding: 90px 0;
}
.htb_ttl {
  text-align: center;
}

.seperator2 {
  width: 269px;
  height: 5px;
  background-color: #000;
  text-align: center;
  margin: 0 auto;
}

.head_sep {
  display: flex;
  align-items: center;
  justify-content: start;
}

.head_sep {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 79px;
}

h3.number {
  padding: 0 24px;
  border-right: 2px solid #000;
  font-size: 42px;
  margin: 0;
  color: #000;
}
.htb_box {
  border-radius: 15px;
  border: 2px solid #000;
  /* width: 560px; */
  margin-bottom: 67px;
  /* margin: 27px; */
}
.head_sep {
  border-bottom: 2px solid #000;
  padding: 0 12px;
}
.head_sep {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 20px;
}
.htb_txt {
  font-size: 40px;
}

.box-body .para {
  padding-top: 25px;
}

.box-body {
  padding: 0 15px 13px 22px;
}

.htb_box {
  border-radius: 15px;
  border: 2px solid #000;
  height:340px;
  margin-bottom: 67px;
  margin-left: 15px;
  margin-right: 15px;
  display: block;
}
.space {
  padding-top: 90px;
  margin-bottom: -67px;
}
.htb_wrapper {
  width: 92%;
  margin: 0 auto;
}

/* tokenomics section */
.ca_input.tkn_input {
  margin: 49px auto;
  position:relative;
  width: 42%;
  background: #fff6b5;
  /* padding: 40px; */
}
.wrapper {
  width: 90%;
  margin: 0 auto;
}

.tkn_box {
  /* width: 520px; */
  border: 2px solid #000;
  border-radius: 10px;
  margin: 0 36px;
  background: #fff;
  height: 503px;
  border-bottom: 22px solid #000;
}
.ttl_wrap {
  border-bottom: 2px solid #000;
  padding: 6px 0;
}
.ttl_wrap h3 {
  font-size: 41px;
}
span.tkn_ttl {
  display: block;
  font-size: 30px;
}

.tkn_txt {
  display: block;
  font-size: 46px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  border-bottom: 8px solid #000;
  border-left: 2px solid #000;
  padding: 10px 20px;
  background-color: #000;
  color: #fff;
  font-family: "Prompt", sans-serif !important;
  width: 349px;
  height: 86px;
  border-radius: 10px;
  margin: 0 auto;
  /* font-size: 61px; */
  line-height: 55px;
}
.tkn_body {
  padding: 49px 0 40px;
}
.tkn_wrap {
  margin-bottom: 32px;
}
span.tkn_ttl {
  display: block;
  font-size: 30px;
  margin-bottom: 16px;
}




.body_cnt {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 461px;
}
.img_sec {
  text-align: center;
  width: 69%;
  margin: 0 auto;
}

/* roadmap section */
.rd_sec {
  padding: 90px 0;
  background-color: #fff4d8;
  /* background-image: url(/images/rdbg.svg); */
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 380px;
}

.rd_box {
  border: 3px solid #000;
  padding: 20px 40px;
  border-radius: 15px;
  width: 400px;
  border-bottom: 17px solid #000;
  background-color: #fff;
  /* height: 294px; */
  margin-bottom: 63px;
}
.box2 {
  background-color: #ffbb02;
}
.tml_img {
  width: 97%;
}
.rd_box h4 {
  font-size: 25px;
}
.rd_list li {
  font-size: 23px;
  font-family: "Prompt", sans-serif;
}
.disp {
  opacity: 0;
}

.join-h2{
  font-size: 4rem;
  padding-top: 30%;
}

/* footer section */
.copyright {
  font-size: 18px;
  font-family: "Prompt", sans-serif;
  color: #fff;
}
.footer {
  padding: 70px 0;
  /* background-image: url(/images/ftb.png); */
  background: linear-gradient(#ffbc0281, #ffbc025b), url('./images/bdog2.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;

  /* background-color: #ffbb02; */
}

.cnt_wrap {
  text-align: center;
}

.cnt_wrap h2 {
  font-size: 75px;
  margin: 0;
}
.hid {
  display: none;
}
.star img {
  width: 46px;
}
.star {
  text-align: center;
  margin-bottom: 0;
}
.ca_dsn{
text-align: center;
              margin: 40px 0;
              display: flex;
              justify-content: center;
              align-items: center;
              gap: 40px;
}

/* responsive design */
@media screen and (max-width: 768px) {
  .lg_txt {
    font-size: 43px;
    font-weight: 400;
    font-family: "Prompt", sans-serif;
  }
  .ca_dsn{
text-align: center;
              margin: 40px 0;
              display: block;
              justify-content: center;
              align-items: center;
              gap: 40px;
}

  section.hero {
    padding: 0px 0 0;
    /* background-image: linear-gradient(#ffbc02cb, #ffbc02), url(/images/ban.png); */
    background-repeat: no-repeat;
    background-size: 500px;
    background-position: 1% -14%;
}
  .star {
    text-align: center;
    margin-bottom: 0;
    display: none;
  }
  .space {
    padding-top: 90px;
    margin-bottom: 0;
  }
  .pin_sec{
    padding: 40px 0; background-color: #fff4d8"
   }
   .htb_box {
   height:auto;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    
}
.ft_img{
  text-align: center;
  margin-bottom:35px
}
.htb_txt {
  font-size: 36px;
  margin-top: 7px;
}
.htb_sec {
  background-color: #fff6b5;
  padding: 90px 0 39px;
}

.ca_input.tkn_input {
  margin: 49px auto;
  position: relative;
  width: 97%;
  background: #fff6b5;
  /* padding: 40px; */
}
.tkn_box {
  width: 100%;
 
  margin:0 0 30px 0
 
  
}
   .ab_ttl {
    font-size: 62px;
}
  .img_box img {
    width: 100%;
    height: auto;
    /* height: 767px; */
  }
  .buy_btn {
    width: fit-content;
    font-size: 25px;
  }
  h2.ttl {
    font-size: 73px;
    font-weight: 400;
    margin-bottom: 16px;
  }
  .ca_input {
    position: relative;
    width: 98%;
  }
  .wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 0 8px;
  }
  .img img {
    width: 100%;
    margin-bottom: 23px;
  }
  .tkn_txt {
    
    width: 311px;
    height: auto;
    border-radius: 10px;
    margin: 0 auto;
    /* font-size: 61px; */
    line-height: 51px;
}
  .abt_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 24px 12px;
  }
  .disp {
    opacity: 0;
    visibility: hidden;
    display: none;
  }
  .rd_timeline {
    display: none;
  }
  .hid {
    display: block;
  }
  .rd_box {
    border: 3px solid #000;
    padding: 20px 40px;
    border-radius: 15px;
    width: 100%;
    border-bottom: 17px solid #000;
    background-color: #fff;
    /* height: 280px; */
    margin-bottom: 27px;
  }
  .social {
    display: none;
  }
  .join-h2{
  font-size: 2rem;
}

.tkn_txt {
	display: block;
	font-size: 34px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	border-bottom: 8px solid #000;
	border-left: 2px solid #000;
	padding: 10px 20px;
	background-color: #000;
	color: #fff;
	font-family: "Prompt", sans-serif !important;
	width: 349px;
	height: 86px;
	border-radius: 10px;
	margin: 0 auto;
	/* font-size: 61px; */
	line-height: 55px;
}
.ab_ttl {
	font-size: 45px;
}
}
/* copy button desing */
.copy_btn.copied {
  background-color: #28a745;
}


.copy_btn.copied {
  background-color: #28a745;
}

.copy_btn.failed {
  background-color: #dc3545;
}
/* .copy_btn.copied:after {
  content: "";
  position: absolute;
  top: -20px;
  right: 25px;
  width: 10px;
  height: 10px;
  background: #5c81dc;
  transform: rotate(45deg);
  display: none;
} */


@media screen and (max-width:420px) {
  .ca_input {
    position: relative;
    width: 98%;
  }
  section.hero {
    padding: 0px 0 0;
    /* background-image: linear-gradient(#ffbc02cb, #ffbc02), url(/images/ban.png); */
    background-repeat: no-repeat;
    background-size: 500px;
    background-position: 1% -14%;
}
  h2.ttl {
    font-size: 58px;
    font-weight: 400;
    margin-bottom: 16px;
}

.tkn_txt {
    
  width: 311px;
  height: 81px;
  border-radius: 10px;
  margin: 0 auto;
  /* font-size: 61px; */
  line-height: 51px;
}

.cnt_wrap h2 {
  font-size: 63px;
  margin: 0;
}
.buy_btn {
  width: fit-content;
  font-size: 20px;
}
.htb_txt {
  font-size: 29px;
  margin-top: 7px;
}
  
}


