@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Russo+One&display=swap');
@font-face {
    font-family: 'CooperBlack';
    src: url('assets/front/images/Cooper-Black.woff2') format('woff2'),
         url('assets/front/images/Cooper-Bold.woff2') format('woff2'),
         url('assets/front/images/Cooper-ExtraBold.woff2') format('woff2'),
         url('assets/front/images/Cooper-Medium.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
:root {
    --primary: #8a2be2;
    --secondary: #00bfff;
    --accent: #ff5722;
    --dark: #0c0c15;
    --darker: #070710;
    --light: #f3f3f3;
    --card-bg: rgba(30, 30, 50, 0.6);
    --glow: 0 0 15px rgba(138, 43, 226, 0.7);
}
body {
    font-family: "Inter", sans-serif;
    background: #436600  ;
    background: radial-gradient(circle, rgb(44 66 0) 0%, rgb(2 8 0) 100%);
    color: #fff;
    color: var(--light);
    line-height: 1.6;
    min-height: 100vh;
    overflow-x: hidden;
    position: relative;
}
a {
    color: #00d84e;
}
.dragon-fire {
  animation: pulseDragon 4s infinite ease-in-out;
  transition: transform 0.3s ease;
}

.dragon-fire:hover {
  transform: scale(1.05) rotate(-1deg);
  filter: drop-shadow(0 0 10px orange);
}

@keyframes pulseDragon {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.03); }
}
.navbar{
    background-image: url(/assets/front/images/pat.svg);
}
main{
    background-image: url(/assets/front/images/pat.svg);
}
h1,h2,h3,h4,h5,h6{
    font-family: 'CooperBlack', sans-serif;
}
p{
    color: #effff2;
    margin-bottom: 15px;
    font-size: 1rem;
    line-height: 1.7;
}
select.form-control {
  appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg fill="white" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 24px;
}
.nav-links {
    display: flex;
    gap: 30px;
}

.nav-links a {
    color: var(--light);
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    padding: 8px 15px;
    border-radius: 30px;
    transition: all 0.3s ease;
    position: relative;
}

.nav-links a:hover {
    background: rgb(217 226 43 / 4%);
}

.nav-links a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background: #6eff00;
    transition: width 0.3s ease;
}

.nav-links a:hover::after {
    width: 80%;
}
.secondary-button {
    background: transparent;
    color: var(--light);
    border: 2px solid var(--primary);
    padding: 12px 30px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}
.secondary-button:hover {
    background: linear-gradient(45deg, var(--primary), var(--secondary));
    transform: translateY(-3px);
    color: var(--light);
}
.cta-button {
    color: white;
    padding: 12px 30px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    text-transform: uppercase;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    background: linear-gradient(45deg, #fb4624, #ffc60c);
}

.cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 20px rgb(33 91 0 / 82%);
    color: white;
}

.hero {
    padding: 40px 0;
    position: relative;
}
.hero h1 {
    font-size: 52px;
    text-transform: uppercase;
    margin-bottom: 20px;
    background: #eb0000;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    line-height: 65px;
    padding-top: 40px;
    -webkit-text-stroke: 2px #ddeb00;
    font-weight: 800;
}

.hero p {
    font-size: 18px;
    max-width: 670px;
    margin: 0 auto 30px 0;
    color: #effff2;
}

.hero-buttons {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    margin-top: 30px;
}

.section-header {
    text-align: center;
    margin-bottom: 50px;
    position: relative;
}
.section-title {
    font-family: 'CooperBlack', sans-serif;
    text-transform: uppercase;
    text-shadow: 0 5px 15px rgba(0,0,0,0.3);
    text-align: center;
    font-size: 24px;
    margin-bottom: 60px;
    color: var(--light);
    position: relative;
    font-weight: 700;
}

.section-subtitle {
    font-size: 1.2rem;
    color: #effff2;
    max-width: 600px;
    margin: 0 auto;
}
.caption{
    position: relative;
    z-index: 11;
}
.hero-fish{
    position: relative;
    z-index: 111;
}
.fish {
  position: absolute;
  width: 80px;
  pointer-events: none;
  animation-timing-function: ease-in-out;
  z-index: 11;
}

.swim-1 {
  top: 30%;
  left: -100px;
  animation: swim1 18s infinite;
}

.swim-2 {
  top: 60%;
  left: -150px;
  animation: swim2 25s infinite;
}

.swim-3 {
  top: 45%;
  left: -200px;
  animation: swim3 20s infinite;
}

@keyframes swim1 {
  0% {
    transform: translateX(0) scale(1) rotate(0deg);
  }
  100% {
    transform: translateX(150vw) scale(1.2) rotate(10deg);
  }
}

@keyframes swim2 {
  0% {
    transform: translateX(0) scale(1) rotate(-5deg);
  }
  100% {
    transform: translateX(160vw) scale(0.9) rotate(5deg);
  }
}

@keyframes swim3 {
  0% {
    transform: translateX(0) scale(1) rotate(0deg);
  }
  100% {
    transform: translateX(140vw) scale(1.1) rotate(-10deg);
  }
}
.particles {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
}
.games-container {
    width: calc(100% - 100px);
    margin: 0 auto;
}
.game-card {
    background: rgb(255 255 255 / 0%);
    position: relative;
}

.play-button {
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    padding: 14px;
    width: 100%;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    border: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
.game-carousel .game-card {
    margin: 0 10px;
}
.game-card-img {
    max-width: 100%;
}
.play-button:hover {
    transform: translateY(-3px);
    color: white;
}
.firekirin-section {
  padding: 60px 0;
}

.btn-gradient {
  background: linear-gradient(135deg, #ffc107, #f44336);
  color: #fff;
  padding: 12px 24px;
  border: none;
  border-radius: 30px;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-gradient:hover {
  background: linear-gradient(135deg, #f44336, #ffc107);
  color: #fff;
}

.play-button i {
    margin-left: 10px;
    font-size: 1.2rem;
}
.game-card-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: #00d84e;
    color: #000;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: bold;
    z-index: 2;
}
.black .game-bg {
    background-image: url('/assets/front/images/fire/black-jack.png');
}
.chili .game-bg {
    background-image: url('/assets/front/images/fire/chili-taco.png');
}
.crystal .game-bg {
    background-image: url('/assets/front/images/fire/crystal-crash.png');
}
.diamond .game-bg {
    background-image: url('/assets/front/images/fire/diamond-and-mines.png');
}
.double .game-bg {
    background-image: url('/assets/front/images/fire/double-roulette.png');
}
.german .game-bg {
    background-image: url('/assets/front/images/fire/german-aviator.png');
}
.golden .game-bg {
    background-image: url('/assets/front/images/fire/golden-poker.png');
}
.horse .game-bg {
    background-image: url('/assets/front/images/fire/horse-racing-legend.png');
}
.poker .game-bg {
    background-image: url('/assets/front/images/fire/house-of-poker.png');
}
.jet .game-bg {
    background-image: url('/assets/front/images/fire/jet-x.png');
}
.keno .game-bg {
    background-image: url('/assets/front/images/fire/keno-ball.png');
}
.kingdom .game-bg {
    background-image: url('/assets/front/images/fire/phoenix-kingdom.png');
}
.puzzle .game-bg {
    background-image: url('/assets/front/images/fire/puzzle-boxes.png');
}
.bingo .game-bg {
    background-image: url('/assets/front/images/fire/quick-bingo.png');
}
.razing .game-bg {
    background-image: url('/assets/front/images/fire/razing-storm.png');
}
.space .game-bg {
    background-image: url('/assets/front/images/fire/space-jet.png');
}
.particles {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
}
.features {
    padding: 40px 0;
}
.section-para {
    font-size: 18px;
    text-align: center;
    padding: 20px;
    max-width: 70%;
    margin: 0 auto 15px auto;
}
.section-title::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    background: linear-gradient(to right, #dce22b, #ffa900);
    border-radius: 2px;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.feature-card {
    background: #00ff6b0f;
    border-radius: 15px;
    padding: 30px;
    text-align: center;
    border: 1px solid #41e22b7d;
    box-shadow: 0 5px 15px rgb(14 160 2 / 10%);
}

.feature-card:hover {
    transform: translateY(-3px);
    border-color: #41e22b7d;
    box-shadow: 0 5px 15px rgb(14 160 2 / 20%);
}
.border-green{
    border: 2px solid #00ff5c;
    box-shadow: 0px 4px 10px #00ff0f33;
    border-radius: 20px;
}
.firekirin-section h2 {
    color: #00d84e;
    text-shadow: 0px 3px 10px #0000008c;
    font-size: 36px;
    font-weight: 700;
}
.feature-icon {
    font-size: 3rem;
    margin-bottom: 20px;
    color: #00ff18;
}

.feature-card h3 {
    font-size: 1.5rem;
    margin-bottom: 15px;
    color: var(--light);
    font-family: 'Exo 2', sans-serif;
}
.promo {
    padding: 100px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.promo::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 90% 10%, rgba(0, 191, 255, 0.1) 0%, transparent 30%),
                radial-gradient(circle at 10% 90%, rgba(138, 43, 226, 0.1) 0%, transparent 30%);
    z-index: -1;
}

.promo h2 {
    font-family: 'CooperBlack', sans-serif;
    font-size: 3.5rem;
    margin-bottom: 30px;
    text-transform: uppercase;
    background: linear-gradient(to right, var(--accent), var(--secondary));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.promo p {
    font-size: 1.3rem;
    max-width: 800px;
    margin: 0 auto 40px;
    color: #effff2;
}
.cta-section {
    background: linear-gradient(135deg, rgba(138, 43, 226, 0.2), rgba(0, 191, 255, 0.2)), url(/assets/front/images/fly-fish.png);
    border-radius: 20px;
    margin: 60px 0;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: auto;
}
.about-text h3 {
    font-family: 'CooperBlack', sans-serif;
    font-size: 2.2rem;
    margin-bottom: 25px;
    color: var(--secondary);
}
.about-text p {
    color: #effff2;
    margin-bottom: 20px;
    font-size: 1.1rem;
    line-height: 1.8;
}
.highlight {
    color: var(--secondary);
    font-weight: 600;
}
.about-container {
    display: flex;
    gap: 30px;
    justify-content: space-between;
}
.about-text{
    width: 66%;
    padding: 50px 0 0 50px;
}
.coin-box {
    width: 34%;
}
.floating {
    animation: floating 3s ease-in-out infinite;
}

@keyframes floating {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-15px); }
    100% { transform: translateY(0px); }
}

/* Footer */
footer {
    padding: 60px 0 30px;
    background-image: url(/assets/front/images/pat.svg);
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    margin-bottom: 40px;
}

.footer-column h3 {
    font-size: 20px;
    margin-bottom: 20px;
    color: var(--light);
}
.footer-column p {
    color: #f9f9f9;
}

.footer-column ul {
    list-style: none;
    padding: 0;
}

.footer-column ul li {
    margin-bottom: 12px;
}

.footer-column ul li a {
    color: #effff2;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-column ul li a:hover {
    color: #00d84e;
}

.copyright {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: #8888cc;
    font-size: 0.9rem;
}
/* End Footer */
/* Games Page CSS */
.game-page-content {
    background: linear-gradient(135deg, rgb(112 226 43 / 8%), rgb(255 172 0 / 16%)), url(/assets/front/images/hold-coin.png);
    margin: 0 0 30px 0;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center right;
    background-size: auto;
    padding: 40px;
}
.heading-content{
    text-align: center;
    margin-bottom: 20px;
    color: #00d84e;
    font-size: 40px;
}
.game-page-content ul{
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}
.game-page-content ul li {
    background: rgb(0 135 7 / 9%);
    border-radius: 4px;
    padding: 15px 30px;
    text-align: center;
    transition: transform 0.3s ease;
    border: 1px solid rgb(0 216 78);
}
.tab-content ul {
    margin: 0 auto;
    max-width: 100%;
    padding-top: 15px;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}
.tab-content ul li{
    width: calc(25% - 12px);
}
.game-tab .nav-tabs{
    border-bottom: none;
    justify-content: center;
    gap:5px;
}
.game-tab .nav-tabs .nav-item .nav-link.active {
    color: white !important;
    padding: 12px 30px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    text-transform: uppercase;
    transition: all 0.3s ease;
    border: 2px solid var(--light);
    background: radial-gradient(circle, rgb(0 182 66) 0%, rgb(22 88 0) 100%);
    box-shadow: 0 5px 15px rgb(14 160 2 / 20%);
}
.game-tab .nav-tabs>li>a {
    background: transparent;
    color: var(--light);
    border: 2px solid #00d84e;
    padding: 12px 30px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    cursor: pointer;
}
.game-tab{
    margin-top: 50px;;
}
/* End Games Page CSS */

/* STORES AND DISTRIBUTORS Page CSS */
.store-page-content {
    background: linear-gradient(135deg, rgb(112 226 43 / 8%), rgb(255 172 0 / 16%)), url(/assets/front/images/fly-fish.png);
    margin: 0 0 30px 0;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center right;
    background-size: contain;
    padding: 40px;
}
/* End STORES AND DISTRIBUTORS Page CSS */

/* Player Registration Page CSS */
.player-page-content {
    background: linear-gradient(135deg, rgb(112 226 43 / 8%), rgb(255 172 0 / 16%)), url(/assets/front/images/fly-doller.png);
    margin: 0 0 30px 0;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center right;
    background-size: auto;
    padding: 40px;
}
.bonus h2 {
    font-size: 50px;
    font-family: 'Exo 2', sans-serif;
    text-transform: capitalize;
    color: #e1f84d;
    margin: 0;
    font-weight: 700;
    padding-bottom: 5px;
    letter-spacing: 0;
    text-align: center;
    text-shadow: -1px -1px 4px #000;
}
.bonus h2 span {
    background: #00b42a;
    color: #fff;
    font-weight: 500;
    padding: 0px 10px;
    border-radius: 10px;
    text-shadow: -1px -1px 4px #000;
}
.form-control:focus{
    box-shadow: none;
}
.bonus h4 {
    text-align: center;
    font-family: 'Exo 2', sans-serif;
    font-size: 34px;
    text-transform: capitalize;
    color: #fff;
    letter-spacing: 0;
    font-weight: 600;
    margin-top: 5px;
    text-shadow: -1px -1px 4px #000;
}
.register_m p.disc {
    color: #ddd;
    margin-bottom: 0;
}
.registration-form{
    max-width: 60%;
    margin: 0 auto;
}
.registration-form .input-group{
   padding-bottom: 20px;
}
.g-recaptcha{
    margin-top: 20px;
}
.registration-form .checkbox{
   max-width: 100%;
   margin: 0 auto;
}
.registration-form .form-control{
    height: 54px;
    color: #f1f1f1;
    background-color: #00000094;
    border: 1px solid #00d84e;
    border-radius: 10px;
    border-left: 0;
    padding: 12px;
    font-size: 16px;
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus{
    border-color: var(--primary)!important;
}

.registration-form textarea {
    padding: 12px 20px !important;
    min-height: 120px;
    border-left: 1px solid #ffffff96!important;
}
.registration-form .input-group-addon {
    font-size: 18px;
    color: #fff;
    text-align: center;
    border: 1px solid #00d84e;
    border-radius: 10px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0;
    padding: 14px 15px 7px 20px;
    width: 60px;
    background: #00ff5c61;
}


.step-content {
    margin: 50px 0;
}
.step-one{
    padding-top: 10px;
}
.step-one h3{
    color: #fff;
    letter-spacing: 0;
    font-size: 18px;
    line-height: 0;
}
.step-one a{
    color: #00d84e;
    letter-spacing: 0;
    font-size: 18px;
    line-height: 0;
    text-decoration: underline;
}
.step-one h6{
    color: #fff;
    letter-spacing: 1px;
    font-size: 14px;
}
.step-one p{
    color: #eee;
    letter-spacing: 0;
    font-size: 18px;
}
/* End Player Registration Page CSS */

/* Blog Page CSS */

.blog-page-content {
    background: linear-gradient(135deg, rgb(112 226 43 / 8%), rgb(255 172 0 / 16%)), url(/assets/front/images/fly-doller.png);
    margin: 0 0 30px 0;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center right;
    background-size: auto;
    padding: 40px;
}
.blog-content h3{
    font-family: 'Exo 2', sans-serif;
    font-size: 26px;
}
.privacy-policy h2, .privacy-policy h3{
    font-size: 26px;
    font-family: 'Exo 2', sans-serif;
}
/* End Blog Page CSS */
.alert-success ul{
    list-style: none;
}
.text-danger {
    background: #f73030;
    color: #fff;
    letter-spacing: 0;
    padding: 10px;
    border-radius: 4px;
    box-shadow: 0px 0px 11px #d5d5d561;
}
.alert-success{
    letter-spacing: 0;
}
.error-page h2{
    font-size: 60px;
    color: #fff;
    padding-top: 50px;
}
.cartoon{
    padding-top: 50px;
}
.error-page a{
    color: #db05f5;
}
.error-page h5,.error-page p{
    color: #ccc;
    letter-spacing: 0;
}
.error-bg{
    background: linear-gradient(137deg, rgba(0,0,0,1) 17%, rgba(215,66,200,1) 100%);
    min-height: 100vh;
}
textarea:focus,
input[type="text"]:focus,
input[type="text"]:focus-visible,
input[type="password"]:focus,
input[type="password"]:focus-visible,
input[type="datetime"]:focus,
input[type="datetime"]:focus-visible,
input[type="datetime-local"]:focus,
input[type="datetime-local"]:focus-visible,
input[type="date"]:focus,
input[type="date"]:focus-visible,
input[type="month"]:focus,
input[type="month"]:focus-visible,
input[type="time"]:focus,
input[type="time"]:focus-visible,
input[type="week"]:focus,
input[type="week"]:focus-visible,
input[type="number"]:focus,
input[type="number"]:focus-visible,
input[type="email"]:focus,
input[type="email"]:focus-visible,
input[type="url"]:focus,
input[type="url"]:focus-visible,
input[type="search"]:focus,
input[type="search"]:focus-visible,
input[type="tel"]:focus,
input[type="tel"]:focus-visible,
input[type="color"]:focus{
  border-color: #ffffff96;
  box-shadow: none;
  outline: 0 none;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid #ffffff96;
  border-left: none;
  -webkit-text-fill-color: #f1f1f1;
  -webkit-box-shadow: none;
  transition: background-color 5000s ease-in-out 0s;
}
.facebook-promo {
    background: linear-gradient(90deg, #4267B2, #233A8B);
    color: white;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 0 20px rgba(0,0,0,0.4);
    position: relative;
    margin-bottom: 30px;
}
.promo-text h2 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px;
}

.promo-text p {
    font-size: 16px;
    margin-bottom: 25px;
    line-height: 1.6;
}

.highlight {
    background-color: yellow;
    color: #000;
    font-weight: 700;
    padding: 2px 6px;
    border-radius: 5px;
}

.visit-btn {
    background: #FFD700;
    color: #000;
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 30px;
    box-shadow: 0 5px 15px rgba(255,255,255,0.2);
    transition: all 0.3s ease-in-out;
}
/*Responsive CSS*/
@media (min-width: 1px) and (max-width: 480px){
.promo-text h2 {
    font-size: 20px;
}
.promo-text p {
    font-size: 13px;
    margin-bottom: 17px;
}
.visit-btn {
    padding: 7px 20px;
    font-size: 14px;
}
.facebook-promo {
    padding: 15px;
    margin-bottom: 20px;
}
.promo-title {
    font-size: 24px;
}
.action-buttons {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 0px;
}
.firekirin-section h2 {
    font-size: 23px;
}
.fb-btn {
    justify-content: center;
}
.hero {
  padding: 20px 0;
}
.hero h1{
    font-size: 33px;
    line-height: 40px;
    letter-spacing: 2px;
    padding-top: 0;
    margin-bottom: 15px;
}
.hero p {
    font-size: 16px;
    max-width: 100%;
    margin: 0 auto 20px;
}
.hero-buttons {
    gap: 15px;
    margin-top: 15px;
    justify-content: center;
}
.cta-button {
    padding: 10px 20px;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0;
}
.secondary-button {
    padding: 10px 20px;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0;
}
.caption {
    margin-bottom: 5px;
}
.hero-fish {
  max-width: 70%;
}
.slick-dots{
    display: none;
}
.firekirin-section {
  padding: 0 0;
}
.games-container {
  width: calc(100% - 50px);
}
.section-header {
  margin-bottom: 20px;
}
.section-title {
  font-size: 23px;
  margin-bottom: 30px;
}
.section-subtitle {
  font-size: 14px;
  max-width: 100%;
}
.game-badge {
  font-size: 13px;
}
.game-content {
  padding: 20px;
}
.game-title {
  font-size: 20px;
}
.game-stats {
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.stat-value {
  font-size: 16px;
  margin-bottom: 3px;
}
.play-button {
  font-size: 16px;
}
.features {
  padding: 20px 0;
}
.section-para {
  font-size: 14px;
  padding: 5px;
  text-align: justify;
  max-width: 100%;
}
.features-grid {
  grid-template-columns: repeat(auto-fit, minmax(205px, 1fr));
  gap: 15px;
}
.feature-card {
  padding: 15px;
}
.feature-icon {
  font-size: 30px;
  margin-bottom: 5px;
}
.feature-card h3 {
  font-size: 16px;
  margin-bottom: 10px;
}
.cta-section {
  margin: 30px 0;
  background-position: center;
}
.about-container {
  display: grid;
  gap: 0px;
  justify-content: flex-start;
}
.about-text {
  width: 100%;
  padding: 30px 20px 0 20px;
}
.about-text h3 {
  font-size: 24px;
  margin-bottom: 15px;
  line-height: 32px;
}
.about-text p {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
}
.coin-box {
  width: 100%;
}
.promo {
  padding: 40px 0;
}
.promo h2 {
  font-size: 23px;
  margin-bottom: 15px;
}
.promo p {
  font-size: 14px;
  max-width: 100%;
  margin: 0 auto 30px;
  text-align: justify;
  line-height: 21px;
}
footer {
  padding: 40px 0 20px;
}
.footer-column h3 {
  font-size: 18px;
  margin-bottom: 15px;
}
.footer-column p {
  font-size: 14px;
  line-height: 21px;
}
.footer-column ul li {
  margin-bottom: 0px;
  line-height: 21px;
}
.footer-column ul li a {
  color: #effff2;
  text-decoration: none;
  transition: color 0.3s ease;
  font-size: 14px;
}
.copyright {
  padding-top: 20px;
  font-size: 13px;
}
.copyright p{
  font-size: 13px;
}
/* Game page CSS */
.game-page-content {
    padding: 25px 15px;
    background: linear-gradient(135deg, rgb(112 226 43 / 8%), rgb(255 172 0 / 16%));
}
.heading-content {
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 600;
}
p, ul li{
    color: #effff2;
    font-size: 13px;
    line-height: 20px;
}
.game-page-content ul {
    gap: 15px;
    margin-top: 25px;
}
.game-page-content ul li {
    padding: 8px 16px;
    font-size: 14px;
}
.game-tab {
    margin-top: 40px;
}
.game-tab .nav-tabs {
    gap: 10px;
}
.game-tab .nav-tabs>li>a {
    padding: 8px 20px;
    font-size: 13px;
}
.game-tab .nav-tabs .nav-item .nav-link.active{
    padding: 10px 16px;
    font-size: 13px;
}
.tab-content ul li{
    width: calc(50% - 15px);
}
.game-tab img {
    width: 100%;
    height: auto;
    display: block;
}
/* End Game page CSS */

/* Store page CSS */

.store-page-content {
    padding: 25px 15px;
}
.registration-form {
    max-width: 100%;
}
.registration-form .form-control {
    height: 46px;
    font-size: 14px;
}
.registration-form .input-group-addon {
    font-size: 15px;
    width: 50px;
    padding: 9px 15px 9px 15px;
}
.mobile-send{
    width: 100%;
}
.registration-form .input-group {
    padding-bottom: 15px;
}
/* End Store page CSS */

/* Palyer page CSS */
.player-page-content {
    padding: 25px 15px;
    background: linear-gradient(135deg, rgb(112 226 43 / 8%), rgb(255 172 0 / 16%));
}
.bonus h2 {
    font-size: 36px;
}
.bonus h4 {
    font-size: 24px;
}
.registration-form .checkbox {
    font-size: 13px;
}
.disc{
    margin-top: 15px;
}
.step-one p {
    font-size: 14px;
    margin-top: 15px;
}
.step-one a {
    font-size: 14px;
}
.blog-page-content{
    padding: 25px 15px;
    background: linear-gradient(135deg, rgb(112 226 43 / 8%), rgb(255 172 0 / 16%));
}
.blog-content h3 {
    font-size: 20px;
}
.privacy-policy h2, .privacy-policy h3 {
    font-size: 20px;
}
/* End Palyer page CSS */
}
@media (min-width: 481px) and (max-width: 767px){

}
@media (min-width: 768px) and (max-width: 991px){

}
@media (min-width: 992px) and (max-width: 1199px){

}
@media (min-width: 1200px) and (max-width: 1399px){

}
@media (max-width: 991px) {

.navbar-toggler {
  padding: 12px 15px;
  margin: 0 10px 0 0;
  border: none;
  background: radial-gradient(circle, rgb(21, 176, 7) 0%, rgb(8, 32, 0) 100%);
  border-radius: 50px;
  top: -10px;
  z-index: 1111;
  right: -8px;
  position: relative;
  color: #fff!important;
  box-shadow: 0 5px 20px rgba(152, 226, 43, 0.3);
}
.navbar-toggler:hover, .navbar-toggler:active, .navbar-toggler:focus {
  background: radial-gradient(circle, rgb(21, 176, 7) 0%, rgb(8, 32, 0) 100%);
  box-shadow: 0 5px 20px rgba(152, 226, 43, 0.3);
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none;
}
.navbar-toggler:not(.collapsed) {
  background: linear-gradient(135deg, #f45353 0%, #c60000 100%) !important;
  transition: background 0.3s ease-in-out;
}
.navbar-toggler .navbar-toggler-icon {
  width: 20px;
  height: 2px;
  border-radius: 1px;
  background: #fff;
  display: block;
  margin: 5px auto;
  transition: all 0.3s ease;
  transform-origin: center;
}
.navbar-toggler:not(.collapsed) .navbar-toggler-icon:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
.navbar-toggler:not(.collapsed) .navbar-toggler-icon:nth-child(2) {
  opacity: 0;
}
.navbar-toggler:not(.collapsed) .navbar-toggler-icon:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

/* Optional: smoother transition */
.navbar-toggler {
  transition: background 0.3s ease;
}
.navbar-collapse {
  position: absolute;
  background: linear-gradient(135deg, #082f00 9%, #105c00 100%);
  z-index: 111;
  width: 100%;
  top: 0;
  left: 0;
  border-radius: 0;
}
.nav-links {
  display: grid;
  gap: 0;
  padding: 15px;
  margin-top: 65px;
}
.nav-links a {
    background: rgba(176, 253, 40, 0.06);
    margin: 6px 0;
    font-size: 14px;
    border: 1px solid #20ff00;
  }
#myNavbar i {
  background: linear-gradient(180deg, rgba(8, 0, 11, 0.7) 0%, rgba(238, 238, 238, 0.58) 100%);
  padding: 11px 11px;
  border-radius: 50px;
  margin-left: 10px;
  background: #0003;
  margin-right: -10px;
}
}

/*End Responsive CSS*/



