@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');


*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
:root{
  --primary-color: #ffffff;
  --secondary-color: #f7c67e;
  --ternary-color: #000000;
}
body{
    height: 100vh;
    background-size: contain;
    background-repeat: repeat;
    padding: 15px 0px;
    background-color: #ffe5bf;
}
.main-catcoin-sec{
    height: calc(100vh - 30px);
    max-width: 425px;
    border-radius: 40px;
    margin: 0 auto;
    padding: 0px 20px;
    position: relative;
    overflow: hidden;
    background-image: url(./img/bg.png);
    background-size: cover;
    border-radius: 50px;
    box-shadow: 20px 20px 60px #f7c67e, -20px -20px 60px #ffe5bf;
}
.main-catcoin-sec:before{
    backdrop-filter: blur(2px);
    background-color: #ffffff17;
     content: "";
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}
.header-bar{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0px;
}
.header-icn a svg{
    height: 22px;
    width: 22px;
    fill: var(--ternary-color);
}
.header-icn a{ 
    padding: 12px;
    border-radius: 38%;
    background-color: var(--primary-color);
    display: flex;
}
.header-logo a{
    font-family: 'inter',sans-serif;
    font-size: 24px;
    font-weight: 700;
    text-decoration: none;
    color: var(--ternary-color);
    letter-spacing: 1px;
}
.catcon-fetures{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}
.main-fetures-btn {
  background: #fff;
  border-radius: 0.9em;
  padding: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.main-fetures-btn p{
  font-family: 'inter', sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: var(--ternary-color);
  text-align: center;
  margin-bottom:10px;
}
.fetures-title{
    font-family: 'inter',sans-serif;
    color: #cca349;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
}
.fetures-icn a img{
    height: 14px;
    width: 14px;
}
.fetures-icn a{
    padding: 11px;
    border-radius: 40px;
    background-color: #f5eddb;
    display: flex;
}
.fetures-btn {
  background: var(--primary-color);
  color: var(--ternary-color);
  font-family: 'inter',sans-serif;
  padding: 0.35em;
  padding-left: 1.2em;
  font-size: 14px;
  font-weight: 500;
  border-radius: 0.9em;
  border: none;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  box-shadow: inset 0 0 1.6em -0.6em #fce5bf;
  overflow: hidden;
  position: relative;
  height: 2.8em;
  padding-right: 3.3em;
  cursor: pointer;
  text-decoration: none;
}

.fetures-btn .icon {
  background: var(--primary-color);
  margin-left: 1em;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.2em;
  width: 2.2em;
  border-radius: 0.7em;
  box-shadow: 0.1em 0.1em 0.6em 0.2em var(--secondary-color);
  right: 0.3em;
  transition: all 0.3s;
}

.fetures-btn:hover .icon {
  width: calc(100% - 0.6em);
}

.fetures-btn .icon svg {
  width: 1.1em;
  transition: transform 0.3s;
  color: var(--ternary-color);
}
.fetures-btn:hover .icon svg {
  transform: translateX(0.1em);
}

.fetures-btn:active .icon {
  transform: scale(0.95);
}
.expolore-btn a{
  font-family: 'inter',sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  color: var(--ternary-color);
  letter-spacing: 1px;
  text-align: center;
  padding: 15px;
  display: block;
  width: 100%;
  background: var(--primary-color);
  margin: 30px 0px;
  border-radius: 40px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  transition: all 0.3s;
}
.expolore-btn a:hover {
  background: var(--secondary-color);
  color: var(--primary-color);
}
.expolore-popup{
  border-radius: 30px;
  background: var(--secondary-color);
  color: black;
  z-index: 999;
  border-radius: 40px;
  border: none;
  outline: none;
  text-align: center;
  padding: 20px 10px;
  width: 100%;
}
.address-text{
  padding: 15px 30px;
  max-width: 380px;
  font-family: 'inter',sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: var(--ternary-color);
  overflow-wrap: break-word;
}
.copy-btn{
  font-family: 'inter',sans-serif;
  width: 100%;
  border: 0;
  padding: 14px 10px;
  border-radius: 50px;
  background: var(--primary-color);
  font-family: 'inter',sans-serif;
  cursor: pointer;
}
.close-svg{
  display: flex;
  justify-content: end;
  cursor: pointer;
}
.close-svg svg{
  height: 32px;
  width: 32px;
}
input#hidden-copy {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.modal-content {
  background: transparent;
  max-width: 405px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.modal-backdrop {
  height: 0;
  width: 0;
}
.transaction-sec{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background-color: var(--primary-color);
  position: relative;
  padding: 20px;
  border-radius: 50px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.transaction-title{
  font-family: 'inter',sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  color: var(--ternary-color);
  text-align: right;
}
.transaction-count{
  font-family: 'inter',sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
  color: var(--ternary-color);
  text-align: right;
}
.catcoin-img img{
  height: 100px;
  width: 100px;
}
.catcoin-img {
  position: absolute;
  top: 50%;
  left: -7px;
  transform: translateY(-50%);
}
.cat-img {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.cat-img img{
  height: 270px;
  width: 200px;
}
.bottem-footer{
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--primary-color);
  border-radius: 30%;
  padding: 0;
  position: absolute;
  bottom: -15px;
  right: 0;
  width: 100%;
  z-index: 2;
}
.svg-icn svg{
  height: 28px;
  width: 28px;
}
.catcoin-contain{
  overflow: auto;
  height: 100%;
  padding-bottom: 160px;
  scrollbar-width: none;
  z-index: 1;
  position: relative;
}
.switch {
  font-size: 0.875rem;
  position: relative;
  display: inline-block;
  width: 9em;
  height: 2.6em;
  height: 60px;
  width: 170px;
}

.switch input {
  display: none;
  opacity: 0;
  width: 0;
  height: 0;
}

.switch input:checked + .slider .ball {
  -webkit-box-shadow: 10px 10px 100px #7f8996;
  box-shadow: 10px 10px 100px #7f8996;
}

.switch input:checked + .slider .title {
  left: 32%;
  color: #fff;
}

.switch input:checked + .slider {
  background-color: #f7c67e;
}

.switch input:focus + .slider {
  -webkit-box-shadow: 10px 10px 100px #7f8996;
  box-shadow: 10px 10px 100px #7f8996;
}

.switch input:checked + .slider .ball {
  left: 65%;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 6px solid rgba(255, 255, 255, 0.278);
}

.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--primary-color);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 30px;
}

.switch .slider .title {
  position: absolute;
  top: 50%;
  left: 65%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-weight: 600;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  font-family: 'inter',sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: var(--ternary-color);
  text-align: center;
}

.switch .slider .ball {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  position: absolute;
  left: -1px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  overflow: hidden;
  border: 5px solid #fddcac;
}

.switch .slider .ball .icon {
  position: absolute;
  top: 58%;
  left: 53%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #313033;
  font-size: 12px;
}
.icon img{
  height: 30px;
  width: 30px;
}
.distopia-btn{
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 70px;
  right: 50%;
  transform: translateX(50%);
  height: 80px;
  width: 190px;
  border-radius: 40px;
  background-color: #ffe5bf;
  z-index: 3;
}
.switch input:checked + .main-catcoin-sec {
  background-color: #000;
  background-image: none;
}
.cat-title{
  font-family: 'inter',sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: var(--ternary-color);
  text-align: center;
}
.bottem-footer a {
    padding: 40px;
    color: var(--ternary-color);
}  
.bottem-footer a:hover {
    color: var(--secondary-color);
}
.switch input:checked + .slider .ball {
    background-color: var(--primary-color);
}
.bg-trnsfer{
  background-color: #000;
  /* background-image: url(./img/bg-2.png); */
}
.bg-trnsfer .main-catcoin-sec{
  background-color: #000;
  background-image: none;
  box-shadow: none;
}
.bg-trnsfer .header-logo a,.bg-trnsfer .cat-title{
  color: var(--primary-color);
}


/* =======================================   home    =================================================== */


.catcoin-link{
  display: grid;
  grid-template-columns: 1fr;
  gap: 25px;
  margin-bottom: 25px;
  box-shadow: 0 0 2.0254rem -0.8102rem rgba(218,218,218,0.5);
}
.link-item{
  color: black; 
  text-decoration: none;
  border-radius: 25px;
  background: var(--primary-color);
  padding: 10px 20px;
  transition: all .2s;
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 0 2.0254rem -0.8102rem rgba(218,218,218,0.5);
  display: flex;
  flex-direction: row;
}
.catlink-contact{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.catlink-img img{
  width: 100%;
  max-width: 80px;
  height: 80px;
}
.catlink-title{
  font-family: 'inter',sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: var(--ternary-color);
  text-align: center;
}
.link-item .catlink-btn{
  position: relative;
  padding: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background: var(--primary-color);
  overflow: hidden;
  cursor: pointer;
  border: none;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.link-item .catlink-btn::after {
  content: " ";
  width: 0%;
  height: 100%;
  background: var(--secondary-color);
  position: absolute;
  transition: all 0.4s ease-in-out;
  right: 0;
}

.link-item:hover .catlink-btn::after {
  right: auto;
  left: 0;
  width: 100%;
}
.catlink-btn svg{
  fill: var(--ternary-color);
  z-index: 999;
}
.link-item:hover .catlink-btn svg{
  fill: var(--primary-color);
  animation: scaleUp 0.3s ease-in-out;
}

@keyframes scaleUp {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(0.95);
  }

  100% {
    transform: scale(1);
  }
}

.link-item:hover{
  background: linear-gradient(180deg, #FBEEB9 0%, #f7c67e 100%);
}


/* =======================================   Story    =================================================== */


.story-label{
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}
.story-id{
  font-family: 'inter',sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: var(--ternary-color);
  text-align: center;
}
.story-text{
  font-family: 'inter',sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: var(--ternary-color);
  margin-bottom: 10px;
}
.story-poem{
  font-family: 'inter',sans-serif;
  font-size: 18px;
  font-weight: 700;
  font-style: italic;
  color: var(--ternary-color);
}
.story-logo img{
  max-width: 40px;
}
.story-img img{
  width: 100%;
  max-width: 392px;
  height: 392px;
  object-fit: cover;
  border-radius: 15px;
}
.story-img{
  margin-bottom: 50px;
}
.main-story-item .slick-dots {
	display: flex;
	justify-content: center;
	margin: 0;
	padding: 15px 0;
	list-style-type: none;
  position: absolute;
  top: 55%;
  right: 50%;
  transform: translateX(50%);
}
.main-story-item li {
  margin: 0 4px;
}
.main-story-item button {
  display: block;
  width: 16px;
  height: 16px;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: #696969;
  text-indent: -9999px;
}
li.slick-active button {
  background-color: #A7AEF9;
}
.bg-trnsfer .story-id,.bg-trnsfer .story-text,.bg-trnsfer .story-poem{
  color: var(--primary-color);
}

/* =======================================   tokenomics-page    =================================================== */

.tokenomics-page{
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 66.4%, #FFF 91.86%), #f5eddb;
}
.main-catcoin-sec-2{
  height: calc(100vh - 30px);
  max-width: 425px;
  border-radius: 40px;
  margin: 0 auto;
  padding: 0px 20px;
  position: relative;
  overflow: hidden;
  background-size: cover;
  border-radius: 50px;
  box-shadow: 20px 20px 60px #f5eddb, -20px -20px 60px #ffe5bf;
}
.text-img img{
  width: 100%;
  max-width: 345px;
  margin: 0 auto;
  display: block;
  margin-bottom: 20px;
}
.howtobox{
  font-size: 19px;
  border-radius: 26px;
  background: linear-gradient(182deg, #FFF 2.05%, rgba(255,255,255,0) 100%);
  box-shadow: 0 0 2.0254rem -0.8102rem rgba(218,218,218,0.5);
  padding: 20px 50px;
  text-align: center;
  padding-bottom: 10px;
}
.howtobox-title{
  font-family: 'inter',sans-serif;
  font-size: 34px;
  font-weight: 700;
  color: var(--ternary-color);
  margin-bottom: 15px;

}
.howtobox-text{
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}
.decription h3{
  font-family: 'inter',sans-serif;
  font-size: 19px;
  font-weight: 700;
  color: var(--ternary-color);
  font-style: italic;
}
.decription p{
  font-family: 'inter',sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: var(--ternary-color);
}
.catcoin-coin img{
  width: 100%;
  max-width: 116px;
  position: absolute;
  top: 25%;
  left: -15%;
  z-index: 1;
  transform: rotate(27deg);
}
.catcoin-coin-2 img{
  width: 100%;
  max-width: 70px;
  position: absolute;
  bottom: 14%;
  right: -7%;
  z-index: 1;
  transform: rotate(9deg);
}
.explore-btn-2 .button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  background-color: #ffe5bf;
  border: 8px solid #f1d8b2;
  color: var(--ternary-color);
  gap: 8px;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s;
  position: absolute;
  bottom: 70px;
  right: 50%;
  transform: translateX(50%);
  z-index: 999;
}
.explore-btn-2 .text {
  font-size: 1.7em;
  font-weight: 700;
  letter-spacing: 1px;
}
.explore-btn-2 .svg {
  padding-top: 5px;
  height: 100%;
  width: fit-content;
  fill: #000;
  stroke: var(--ternary-color);
  color: #000;
}
.explore-btn-2 .svg svg {
  width: 50px;
  height: 30px;
}
  /* .explore-btn-2 .button:hover {
    border: 8px solid #b1d8ff;
    background-color: #1b7aff;
  } */
/* .explore-btn-2 .button:active {
  border: 5px solid #c0dfff;
} */
.explore-btn-2 .button:hover .svg svg {
  animation: jello-vertical 0.9s both;
  transform-origin: left;
}

@keyframes jello-vertical {
  0% {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(0.75, 1.25, 1);
  }
  40% {
    transform: scale3d(1.25, 0.75, 1);
  }
  50% {
    transform: scale3d(0.85, 1.15, 1);
  }
  65% {
    transform: scale3d(1.05, 0.95, 1);
  }
  75% {
    transform: scale3d(0.95, 1.05, 1);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}

/* =======================================   exchange    =================================================== */

.exchange-link{
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-bottom: 25px;
}

.card:hover {
  transform: translateY(-7px);
  box-shadow: 0px 10px 10px black;
}
.exchange-item{
  color: black; 
  text-decoration: none;
  border-radius: 25px;
  background: var(--primary-color);
  padding: 15px 20px;
  transition: all .2s;
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
  justify-content: space-between;
  /* box-shadow: 0 0 2.0254rem -0.8102rem rgba(218,218,218,0.5); */
  z-index: 1;
  box-shadow: 0 5px 18px 3px rgba(0, 0, 0, 0.1);
  transition: 0.5s;
  position: relative;
}
.exchange-item:hover{
  transform: translateY(-7px);
  box-shadow: 0 5px 20px 3px rgba(0, 0, 0, 0.2);
}
.exchange-img img{
  width: 100%;
  max-width: 80px;
  object-fit: cover;
}
.exchange-title{
  font-family: 'inter',sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: var(--ternary-color);
  text-align: center;
}
.exchange-item:hover{
  background: linear-gradient(180deg, #FBEEB9 0%, #f7c67e 100%);
}
.exchange_arrow{
  position: absolute;
  background: var(--secondary-color);
  padding: 0.4rem;
  border-top-left-radius: 12px;
  border-bottom-right-radius: 12px;
  bottom: 0;
  right: 0;
  transition: 0.2s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.exchange-item:hover .exchange_arrow {
  background: var(--primary-color);
}

.exchange-item:hover .exchange_arrow svg {
  transform: translateX(3px);
}
.exchange-item:hover .exchange_arrow svg path{
  fill: var(--ternary-color);
}
.main-exchange-title{
  font-family: 'inter',sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: var(--ternary-color);
  margin-bottom: 15px;
  text-align: center;
}
.bg-trnsfer .main-exchange-title{
  color: #fff;
}

#player-container #play-pause {
  cursor: pointer;
  height:46px;
  width: 46px;
  background-color: var(--primary-color);
  border-radius: 38%;
  background-image: url(./img/sound-mute.svg);
  background-repeat:no-repeat;
  background-position:center; 
  background-size: 22px;
}
.play {
  background-image: url(./img/sound-mute.svg);
}
.pause {
   background-image: url(./img/sound-max.svg)!important;
}
.etherscan img {
    filter: brightness(0);
}
.buy-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(180deg, #FBEEB9 0%, #f7c67e 100%);
    border-radius: 20px;
    box-shadow: 0 0 2.0254rem -0.8102rem rgba(218, 218, 218, 0.5);
    padding: 15px;
}
.buy-header span {
    font-family: 'inter', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: var(--ternary-color);
    text-align: center;
    text-transform: uppercase;
}
.buy-detalise span {
    font-weight: 700;
    display: block;
    margin-top: 5px;
}
.buy-header img {
    max-width: 60px;
    height: 60px;
}
.buy-detalise {
    font-family: 'inter', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: var(--ternary-color);
    background-color: #FFFFFF;
    padding: 15px;
    border-radius: 15px;
    box-shadow: 0 0 2.0254rem -0.8102rem rgba(218, 218, 218, 0.5);
}
.buy-item {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.buy-sec {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.chevron {
  position: absolute;
  width: 28px;
  height: 2px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
  top: -10px;
  right: 50%;
}
.chevron:first-child {
  animation: move 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}
.chevron:before,
.chevron:after {
  content: ' ';
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #000;
}
.chevron:before {
  left: 0;
  transform: skew(0deg, 30deg);
}
.chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}
.ca-btn {
    display: inline;
    font-weight: 700;
    text-decoration: underline;
    cursor: pointer;
}
@keyframes move {
  25% {
    opacity: 1;

  }
  33% {
    opacity: 1;
    transform: translateY(30px);
  }
  67% {
    opacity: 1;
    transform: translateY(40px);
  }
  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}
.down-arrow {
    position: relative;
    text-align: center;
    height: 45px;
}
@media (max-width:375px){
  .modal-content {
    max-width: 350px;
  }
  .fetures-btn{
    font-size: 13px;
  }
  .catlink-title {
    font-size: 15px;
  }
  .main-story-item .slick-dots{
    top: 53%;
  }
}
@media (max-width:320px){
  .transaction-title{
    font-size: 13px;
  }
  .transaction-count{
    font-size: 20px;
  }
  .catcoin-link {
    grid-template-columns: 1fr;
  }
  .main-fetures-btn p{
    font-size: 18px;
  }
  .fetures-btn {
    font-size: 11px;
  }
  .main-story-item .slick-dots{
    top: 48%;
  }
}
