<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&amp;amp;display=swap');

html {
  scroll-behavior: smooth;
  scroll-padding-top: 150px;
}

body {
  font-family: 'Roboto', sans-serif;
  background-color: #050D1A;
  z-index: -1;
  /* Removed background gif to replace with canvas animation */
  background-image: none;
  background-size: cover;
  background-attachment: fixed;
}

header {
  z-index: 999;
  pointer-events: auto !important;
}

header .nav-link {
  font-size: .85rem;
  color: #fff;
  font-weight: 400;
}

header .nav-link.active {
  color: #EFBF04;
}

header .nav-link:hover {
  background: linear-gradient(90deg, #EFBF04 1.35%, #EFBF04 72.52%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

header .nav-link:active {
  background: linear-gradient(90deg, #EFBF04 1.35%, #EFBF04 72.52%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

header .btn-contact {
  background: #fff;
  font-size: .85rem;
  color: #292142;
  font-weight: 400;
}

header .btn-contact:hover {
  background: linear-gradient(90deg, #EFBF04 1.35%, #EFBF04 72.52%);
  color: #fff;
}

.btn-launch {
  position: relative;
  /* background: linear-gradient(90deg, #BE844D 1.35%, #FFD700 72.52%); */
  /* -webkit-background-clip: text; */
  /* -webkit-text-fill-color: transparent; */
  font-size: .85rem;
  color: #000;
  background: #EFBF04;
  border-radius: 25px;
}

.btn-launch::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50px;
  padding: 1.5px;
  background: linear-gradient(45deg, #EFBF04, #EFBF04);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
}

.headertext {
  padding-top: 12rem;
  position: relative;
}

.headertext .cow {
  top: -610px;
  margin-bottom: -310px;
  z-index: 0;
}

.headertext .cow img {
  width: 600px;
}

.headertext h1 {
  font-weight: 400;
  color: #fff;
  font-size: 2.2rem;
}

.headertext h2 {
  font-weight: 400;
  background: linear-gradient(90deg, #EFBF04 1.35%, #EFBF04 72.52%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1.9rem;
}

.headertext h3 {
  font-weight: 700;
  color: #fff;
  font-size: 1.8rem;
}

.headertext h4 {
  font-weight: 400;
  color: #fff;
  font-size: 1.3rem;
}

.headertext .btn-launch,
.choose .btn-launch,
.staking .btn-launch,
.whitepaper .btn-launch {
  font-size: 1rem;
  padding: .8rem 1.4rem .8rem 1.4rem;
}

.blurbg {
  background: url('../images/bgblur.html') top left no-repeat;
  background-size: cover;
  z-index: 0;
}

.promo {
  margin-top: 3rem;
  z-index: 1;
}

.promo hr,
.choose hr {
  border-radius: 50rem;
  height: 4px;
  background: linear-gradient(90deg, #EFBF04 0%, #EFBF04 100%);
  margin-bottom: .5rem;
}

.promo h2 {
  font-weight: 400;
  font-size: 2.2rem;
  color: #fff;
}

.promo img {
  width: 100px;
}

.promo img.platform {
  width: 60px;
}

.promo h5 {
  color: #fff;
  font-weight: 700;
  font-size: 1.5rem;
}

.promo p {
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
}

.promo h3 {
  color: #fff;
  font-weight: 400;
  font-size: 1.2rem;
}

.choose {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.about {
  margin-top: 8rem;
}

.choose h3 {
  /* background: linear-gradient(90deg, #BE844D 1.35%, #FFD700 72.52%); */
  background-color: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1.5rem;
  font-weight: 400;
}

.choose h2 {
  color: #fff;
  font-weight: 400;
  font-size: 2.2rem;
}

.choose h4 {
  color: #fff;
  font-weight: 400;
  font-size: 1.2rem;
}

.choose .coin1 {
  top: -450px;
  margin-bottom: -450px;
  z-index: 0;
}

.choose .coin1 img {
  width: 600px;
}

.choose .coin2 {
  top: -450px;
  margin-bottom: -450px;
  z-index: 0;
}

.choose .coin2 img {
  width: 600px;
}

.choose .game {
  top: -225px;
  /* margin-bottom: -300px; */
  z-index: 0;
}

.choose .game img {
  width: 600px;
}

.choose .gift {
  top: -250px;
  margin-bottom: -250px;
  z-index: 0;
}

.choose .gift img {
  width: 600px;
}

.choose .gift p {
  position: absolute;
  top: 45%;
  right: 15%;
  z-index: 1;
  color: #E1D6AF;
  text-shadow: 0px 0px 0 #EFBF04,
    0px 1px 0 #e7a900,
    0px 2px 0 #dc9e00,
    0px 3px 0 #d09200,
    0px 4px 0 #c48600,
    0px 5px 0 #b87a00,
    0px 6px 5px rgba(0, 0, 0, 0.43),
    0px 6px 1px rgba(0, 0, 0, 0.5),
    0px 0px 5px rgba(0, 0, 0, .2);
  font-weight: 700;
  font-size: 2.2rem;
}

.choose h5 {
  color: #fff;
  font-weight: 400;
  font-size: 1.2rem;
}

.choose h6 {
  color: #fff;
  font-weight: 400;
  font-size: 1.2rem;
}

.choose ul li {
  font-size: 1.2rem;
  color: #fff;
  font-weight: 500;
}

.staking {
  margin-top: 3rem;
  margin-bottom: 3rem;
  position: relative;
}

.staking h3 {
  background: linear-gradient(90deg, #EFBF04 1.35%, #EFBF04 72.52%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1.5rem;
  font-weight: 400;
}

.staking h2 {
  color: #fff;
  font-weight: 400;
  font-size: 2.2rem;
}

.staking h4 {
  color: #fff;
  font-weight: 400;
  font-size: 1.2rem;
}

.staking img {
  width: 300px;
  display: block;
  margin: 0 auto;
}

.staking .card-title {
  margin-bottom: 0;
  font-size: 1.8rem;
  color: #EFBF04;
  font-weight: 500;
  text-align: center;
}

.whitepaper {
  margin-top: 5rem;
  margin-bottom: 5rem;
  position: relative;
}

.whitepaper hr {
  border-radius: 50rem;
  height: 4px;
  background: linear-gradient(90deg, #EFBF04 0%, #EFBF04 100%);
  margin-bottom: .5rem;
}

.whitepaper h3 {
  /* background: linear-gradient(90deg, #BE844D 1.35%, #FFD700 72.52%); */
  background-color: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1.5rem;
  font-weight: 400;
}

.whitepaper h2 {
  color: #fff;
  font-weight: 400;
  font-size: 2.2rem;
}

.border-grad {
  padding: 2rem;
}

.border-grad::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 35px;
  padding: 1.5px;
  border: 1px solid #EFBF04;
  /* background: linear-gradient(45deg, #efcc43, #efcc43); */
  /* -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); */
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
}

.whitepaper h4 {
  background: linear-gradient(90deg, #EFBF04 1.35%, #EFBF04 72.52%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1.5rem;
  font-weight: 400;
  font-weight: 700;
  text-align: center;
}

.whitepaper ul li {
  color: #fff;
}

footer {
  padding-top: 3rem;
  padding-bottom: 1rem; /* Reduced bottom padding to remove gap */
  background: #EFBF04;
  width: 100%;
  box-sizing: border-box;
}

footer .container {
  padding-bottom: 0; /* Remove any container bottom padding */
}

footer .row {
  margin-bottom: 0; /* Remove any row bottom margin */
}

@media (max-width: 575.98px) {
  footer .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  footer .row.align-items-center {
    justify-content: center !important;
  }
  footer .col-10.col-md-5.offset-1.offset-md-0 {
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
  }
}

footer hr {
  border-radius: 50rem;
  height: 3px !important;
  background: linear-gradient(90deg, #EFBF04 0%, #EFBF04 100%);
  margin-top: 0;
  margin-bottom: 1.5rem;
}

footer h3 {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
}

footer p {
  color: #000;
  font-size: .9rem;
  font-weight: 400;
}

footer p a {
  color: #fff;
}

footer img.social {
  width: 30px;
}

.padding-4 {
  padding-top: 24px;
}

.qimg {
  margin: 100px 0;
  padding-left: 10%;
}

@media (max-width: 991.98px) {
  html {
    scroll-padding-top: 180px;
  }

  .headertext .cow img,
  .choose .coin1 img {
    width: 600px;
  }

  .choose .coin2 img {
    width: 500px;
  }

  .staking img {
    width: 150px;
  }

  .choose .game {
    top: -50px;
    margin-bottom: -50px;
  }

  .choose .gift {
    position: relative;
    top: 0;
    margin-bottom: 0;
  }

  .choose h4 {
    font-size: 1.5rem;
  }
}

@media (max-width: 575.98px) {
  .qimg {
    margin: 0;
    padding-left: 0;
  }

  html {
    scroll-padding-top: 200px;
  }

  .headertext .cow,
  .choose .coin1,
  .choose .coin2 {
    position: relative;
    top: 0;
    margin-bottom: 0;
  }

  .headertext .cow img,
  .choose .coin1 img,
  .choose .coin2 img,
  .choose .game img,
  .choose .gift img {
    width: 100%;
  }

  .choose .gift p {
    right: 10%;
    font-size: 1.8rem;
  }

  .about {
    margin-top: 5rem;
  }

  .promo h2,
  .choose h2,
  .enquire h2,
  .whychoose h2 {
    font-size: 1.8rem;
  }
}

.f-col {
  color: #EFBF04 !important;
}

.ping {
  margin: 62px 0;
  padding-left: 10%;
}

.qing {
  margin: 140px 0;
  padding-left: 55%;
}

.oimg {
  padding-left: 55%;
}

@media only screen and (max-width:767px) {
  .ping {
    margin: 0;
    padding-left: 0;
  }

  .qing {
    margin: 0;
    padding-left: 0px;
  }

  .oimg {
    padding-left: 0;
  }
}

.bg-col {
  background-color: #EFBF04;
}

.bg-0 {
  background: #000 !important;
  border-radius: 35px;
}

.gallery-container {
    overflow: hidden;
    white-space: nowrap;
    padding: 20px 0;
    position: relative;
}

.image-wrapper {
    display: inline-block;
    margin-right: 20px;
    transition: transform 0.5s ease, filter 0.5s ease, border 0.3s ease; /* Added border transition */
    cursor: pointer;
    border: 2px solid transparent; /* Initial transparent border */
}

.image-wrapper img {
    width: 150px; /* Adjust as needed */
    height: auto; /* Maintain aspect ratio */
    filter: grayscale(100%);
    object-fit: cover;
    border: 2px solid #EFBF04; /* Gold color border for all images */
}

.image-wrapper.active img {
    filter: none; /* Remove grayscale for the active image */
}

h2 {
    text-align: center;
    color: #EFBF04; /* Adjust color as needed */
    margin-bottom: 20px; /* Adjust spacing below the title */
    /* Add any other desired styles like font-size, font-weight, etc. */
}


.youtube-section {
    background-color: transparent; /* Transparent background */
    padding: 30px 20px;
    text-align: center;
}

.youtube-section h2 {
    color: white;
    margin-bottom: 20px;
}

.youtube-slider-container {
    overflow-x: auto;
    white-space: nowrap;
    padding-bottom: 15px; /* To accommodate potential scrollbar */
    scroll-behavior: smooth; /* For smooth scrolling */
}

.youtube-slide {
    display: inline-block;
    margin-right: 20px;
}

/* The iframe styling is no longer directly applied here */

/* Style for the scrollbar (optional - customize as needed) */
.youtube-slider-container::-webkit-scrollbar {
    height: 8px;
}

.youtube-slider-container::-webkit-scrollbar-thumb {
    background-color: #555;
    border-radius: 4px;
}

.youtube-slider-container::-webkit-scrollbar-track {
    background-color: #333;
    border-radius: 4px;
}

/* Dot navigation styles */
.youtube-nav-dots {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.youtube-nav-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #888;
    margin: 0 5px;
    cursor: pointer;
}

.youtube-nav-dot.active {
    background-color: #fff;
}

.youtube-slider-container {
    overflow-x: auto; /* Keep this for scrolling functionality */
    white-space: nowrap;
    padding-bottom: 15px; /* To accommodate potential scrollbar */
    scroll-behavior: smooth; /* For smooth scrolling on dot click */
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

.youtube-slider-container::-webkit-scrollbar {
    display: none; /* Chrome, Safari, and Opera */
}

img {
}

.position-relative.coin1 .carousel-inner img {
  border: 3px solid #EFBF04;
  border-radius: 5px;
}

.choose .game img {
  border: 3px solid #EFBF04;
  border-radius: 5px;
}
</pre></body></html>