@import url("https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");

*:not(i) {
  font-family: "Ubuntu", sans-serif;
}

.navbar-toggler {
  background: #0a5c38;
}

.navbar-my {
  padding-top: 20px;
  padding-bottom: 20px;
}

.navbar-my ul li a {
  color: #fff;
}

.navbar-my ul li a.active-self {
  color: #0a5c38;
  font-weight: 600;
}

.navbar-my ul li a:hover {
  color: #0a5c38;
}

.navbar-brand h2 {
  color: #0a5c38;
  font-weight: 800;
}

.imp-notice{
  background-color: #0a5c38;
  padding: 1.5rem 2rem;
  border-radius: 10px;
  font-size: large;
}

.about {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../images/about.jpeg);
  height: 450px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
}

.about h2 {
  font-size: 40px;
  color: #fff;
}

.about p {
  margin: 0;
  font-size: 20px;
  color: #fff;
}

.age-disclaimer-wrapper {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: 100000;
  background-image: linear-gradient(#000000f8, #000000f8);
  background-size: 400px;
}

.custom-modal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 20px;
  max-width: 600px;
  width: 95%;
  border-radius: 10px;
  background-position: center;
  background-size: 700px;
  background-position: top;
  background-size: 300px;
  box-shadow: 0px 0px 40px 0px #ffffff61;
  background-repeat: repeat no-repeat;
}

.custom-modal a {
  background-color: #e94560;
  text-align: center !important;
  color: #fff;
  transition: 0.2s;
  margin-bottom: 1px;
  display: inline-block;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
}

.custom-modal a:hover {
  background: #b9374c;
}

.custom-modal h3 {
  color: #000;
  font-weight: bolder;
  font-size: 50px;
  margin-bottom: 50px !important;
  margin-top: 30px !important;
}

.accordion-button {
  font-size: 22px !important;
}

.accordion-button:not(.collapsed) {
  background-color: #d72638;
  color: #fff;
}

.accordion-button:focus {
  box-shadow: none;
  border: none;
}

.accordion-item {
  border-radius: 8px;
  overflow: hidden;
  background: #2c2c2c !important;
}

.disc-inn {
  padding: 40px;
  background: #2c2c2c;
  color: #fff;
  border-radius: 20px;
}

.disc-inn h2 {
  font-size: 45px;
  font-weight: 800;
}

footer ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

footer ul li {
  list-style: none;
}

footer ul li a {
  color: #fff;
  text-decoration: none;
}

footer p {
  color: #fff;
  margin: 0;
  margin-top: 40px;
  text-align: center;
}

.field {
  background: #2a2f36;
  border: 0;
} 
.field::placeholder {
  color: #adb5bd;
} 
.field:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.08);
}
textarea.field {
  border-radius: 2rem;
} 


.games-title {
  font-weight: 700;
  font-size: 2rem;
  color: #15171a;
}

.games-subtitle {
  max-width: 720px;
  margin: 0 auto;
  color: #6e7277;
  font-size: 0.95rem;
}


.game-card {
  background-color: #0a5c38;
  border-radius: 4px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
  padding: 1.5rem 1.5rem 1.75rem;
}


.game-thumb {
  background-size: cover;          
  background-position: center;    
  background-repeat: no-repeat;   

  width: 100%;
  height: 190px;                   
  border-radius: 4px;              
}

.btn-play{
  background-color: #000;
  color: white;
}

.btn-play:hover{
  background-color: #1d1c1c;
  color: white;
}

.game-title {
  font-weight: 700;
  font-size: 1rem;
  color: #15171a;
}

.game-text {
  font-size: 0.9rem;
  color: #74777c;
}

@media (max-width: 767.98px) {
  .games-title {
    font-size: 1.6rem;
  }
  .game-card {
    padding: 1.25rem 1.25rem 1.5rem;
  }
}


.how-title {
  font-weight: 700;
  font-size: 2rem;
  color: #15171a;
}

.how-subtitle {
  max-width: 900px;
  margin: 0 auto;
  color: #fff;
  font-size: 0.95rem;
}

.how-card {
  background-color: #0a5c38;
  padding: 2rem 2.5rem;
  border-radius: 4px;
}

.how-media-wrapper {
  flex-shrink: 0;
}

.how-media {
  width: 320px;
  height: 320px;
  border-radius: 30%;
  overflow: hidden;
}

.how-media-img {
  width: 100%;
  height: 100%;
  object-fit: cover;  
}

.how-step-title {
  font-weight: 700;
  font-size: 1.05rem;
  color: #fff;
}

.how-step-text {
  font-size: 0.95rem;
  color: #fff;
}

@media (max-width: 767.98px) {
  .how-card {
    padding: 1.5rem 1.5rem;
    flex-direction: column;
    text-align: center;
  }

  .how-media-wrapper {
    margin-right: 0 !important;
    margin-bottom: 1.25rem;
  }

  .how-content {
    text-align: center;
  }
}


.notes-title {
  font-weight: 700;
  font-size: 2rem;
  color: #fff;
}

.notes-subtitle {
  max-width: 900px;
  color: #fff;
  font-size: 0.95rem;
}

.note-card {
  background-color: #0a5c38;
  padding: 1.5rem 2rem;
  border-radius: 4px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.03);
}

.note-heading {
  font-weight: 700;
  font-size: 1rem;
  color: #fff;
}

.note-text {
  font-size: 0.93rem;
  color: #fff;
}

@media (max-width: 767.98px) {
  .note-card {
    padding: 1.25rem 1.5rem;
  }
}

.responsible-title {
  font-weight: 700;
  font-size: 2rem;
  color: #fff;
}

.responsible-subtitle {
  max-width: 900px;
  margin: 0 auto;
  color: #fff;
  font-size: 0.95rem;
}

.responsible-card {
  background-color: #0a5c38;
  border-radius: 40px;
  padding: 2.5rem 2.25rem 2.75rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.responsible-circle {
  width: 120px;
  height: 120px;
  border-radius: 30%;
}

.responsible-card-title {
  font-weight: 700;
  font-size: 1.05rem;
  color: #fff;
}

.responsible-card-text {
  font-size: 0.95rem;
  color: #fff;
}

.btn-responsible {
  background-color: #6c7680;
  color: #ffffff;
  padding: 0.9rem 3.5rem;
  border-radius: 0.8rem;
  border: none;
  font-weight: 500;
  font-size: 0.95rem;
}

.btn-responsible:hover {
  background-color: #5e6872;
  color: #ffffff;
}

.hc-main-title {
  font-weight: 700;
  font-size: 2rem;
  color: #15171a;
}

.hc-main-subtitle {
  color: #6f747a;
  font-size: 0.95rem;
}

.hc-left-card {
  border-radius: 40px;
  padding: 2.5rem 2.5rem 3rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.hc-left-title {
  font-weight: 700;
  font-size: 1.2rem;
  color: #15171a;
}

.hc-circle-wrapper {
  flex-shrink: 0;
}

.hc-circle {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: #dde0ea;
  overflow: hidden;
}

.hc-circle-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hc-left-subtitle {
  font-weight: 700;
  font-size: 1rem;
  text-transform: lowercase;
  color: #15171a;
}

.hc-left-text {
  font-size: 0.93rem;
  color: #7a7f86;
}

.hc-right-card {
  background-color: #0a5c38;
  border-radius: 40px;
  padding: 2.5rem 2.5rem 3rem;
  color: #ffffff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.hc-right-title {
  font-weight: 700;
  font-size: 1.2rem;
  color: #15171a;
}

.hc-form-label {
  font-weight: 600;
  color: #15171a;
}

.hc-form-control {
  border-radius: 0;
  border: none;
  height: 3rem;
  padding: 0.75rem 1rem;
  font-size: 0.95rem;
}

.hc-form-textarea {
  height: auto;
}

.hc-submit-btn {
  background-color: #094509;
  color: #ffffff;
  border: none;
  padding: 0.75rem 2.5rem;
  border-radius: 0.5rem;
  font-weight: 500;
}

.hc-submit-btn:hover {
  background-color: #1a4f1a;
  color: #ffffff;
}

@media (max-width: 767.98px) {
  .hc-left-card,
  .hc-right-card {
    border-radius: 24px;
    padding: 2rem 1.75rem 2.5rem;
  }

  .hc-main-title {
    font-size: 1.7rem;
  }
}

@media (max-width: 767.98px) {
  .responsible-card {
    border-radius: 26px;
    padding: 2rem 1.75rem 2.25rem;
  }

  .responsible-circle {
    width: 120px;
    height: 120px;
  }

  .responsible-title {
    font-size: 1.7rem;
  }
}


@media (max-width: 992px) {
  .hero {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .hero h1 {
    font-size: 35px;
  }
  .hero p {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
}

body {
  background: #043004;
}

.container-self {
  max-width: 800px;
  margin: 0 auto;
}

.p-size{
  font-size: 20px;
}

:root{
  --hero-bg: #0b2f1a;
  --hero-card: rgba(255,255,255,.06);
  --hero-border: rgba(255,255,255,.14);
  --hero-text: rgba(255,255,255,.92);
  --hero-muted: rgba(255,255,255,.72);

  --accent: #40d37a;      
  --accent-2: #ff5a66;    
}

.hero-top-text{
  max-width: 980px;
  margin: 0 auto 18px;
  padding: 16px 18px;
  border-radius: 16px;

  color: var(--hero-text);
  font-size: .95rem;
  line-height: 1.6;

  background:
    linear-gradient(135deg, rgba(155,18,26,.96), rgba(105,10,15,.96));
  border: 1px solid rgba(255,255,255,.18);
}

.adult-text{
  font-size: 22px;
  font-weight: bold;
}

.hero-top-text p{
  margin: 0;
}

.hero-top-text br{
  line-height: 1.9;
}

.main-hero{
  position: relative;
  overflow: hidden;

  border-radius: 24px;
  padding: 22px 22px 18px;

  background-image:
    linear-gradient(rgba(0,0,0,.55), rgba(0,0,0,.55)),
    url(../images/herodur.jpeg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  border: 1px solid var(--hero-border);
  box-shadow: 0 26px 70px rgba(0,0,0,.45);
}

.hero-logo{
  height: 54px;
  width: auto;
}

.hero-category-nav{
  gap: .4rem;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin: 0;
}

.hero-category-nav .nav-link{
  color: rgba(255,255,255,.88);
  font-weight: 600;
  font-size: .95rem;

  padding: .5rem .9rem;
  border-radius: 999px;

  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.10);
  backdrop-filter: blur(8px);

}

.hero-category-nav .nav-link:hover,
.hero-category-nav .nav-link:focus{
  color: #ffffff;
  background: rgba(255,255,255,.14);
  border-color: rgba(255,255,255,.22);
  transform: translateY(-1px);
}

.hero-content{
  position: relative;
  margin-top: 18px;
  margin-bottom: 16px;
  max-width: 820px;
}

.hero-headline{
  font-weight: 800;
  letter-spacing: -0.02em;
  font-size: clamp(1.6rem, 2.6vw, 2.3rem);
  color: #fff;
  text-shadow: 0 14px 38px rgba(0,0,0,.55);
  margin-bottom: 10px;
}

.hero-description{
  max-width: 650px;
  color: var(--hero-muted);
  font-size: 1rem;
  line-height: 1.55;
}

.promo-pill{
  border-radius: 16px;
  padding: .7rem 1.05rem;
  min-width: 170px;

  background: rgba(255,255,255,.92);
  border: 1px solid rgba(255,255,255,.65);
}

.promo-pill:hover{
  transform: translateY(-1px);
  box-shadow:
    0 18px 36px rgba(0,0,0,.32),
    inset 0 1px 0 rgba(255,255,255,.75);
}

.hero-icon{
  margin-right: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.hero-icon img{
  display: block;
  border-radius: 8px;
}

.promo-text{
  color: #111;
  font-weight: 700;
}

.promo-pill-wide{
  display: inline-flex;
  align-items: center;
  justify-content: center;

  margin-top: 10px;
  min-width: 220px;
  border-radius: 999px;

  background: rgba(64,211,122,.16);
  border: 1px solid rgba(64,211,122,.32);
  color: #fff;

  box-shadow: 0 14px 28px rgba(0,0,0,.20);
}

.promo-pill-wide .promo-text{
  color: #fff;
  font-weight: 800;
  letter-spacing: .2px;
}

.casino-table-header{
  background:
    linear-gradient(180deg, #134024, #0f341e);
  padding: 14px 0;

  border-top: 1px solid rgba(255,255,255,.10);
  border-bottom: 1px solid rgba(0,0,0,.35);

  box-shadow: 0 18px 40px rgba(0,0,0,.35);
}

.table-header-label{
  font-weight: 800;
  font-size: .98rem;
  color: rgba(255,255,255,.95);
  letter-spacing: .2px;
}

.casino-row-card {
  background:
    linear-gradient(180deg, #134024, #0f341e);    
  border-radius: 24px;
  padding: 1.5rem 2.5rem;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
}

.casino-row-logo-box {
  width: 120px;
  height: 90px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.casino-row-logo-box img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  opacity: 0.8;
}

.casino-row-subheadline {
  font-size: 0.9rem;
  font-weight: 600;
  color: #ffffff;
}

.casino-row-headline {
  font-size: 1.7rem;
  font-weight: 800;
  color: #ffffff;
}

.casino-row-label {
  font-weight: 800;
  font-size: 1.3rem;
  color: yellow;
}

.btn-visit-page {
  background-color: #0a5c38;
  color: #ffffff;
  padding: 0.7rem 2.2rem;
  border-radius: 0.8rem;
  border: none;
  font-weight: 500;
}

.btn-visit-page:hover {
  background-color: #2b7153;
  color: #ffffff;
}

.casino-row-disclaimer {
  font-size: 0.85rem;
  color: #8d94a0;
}

@media (max-width: 767.98px) {
  .casino-row-card {
    padding: 1.5rem 1.5rem 1.75rem;
    border-radius: 18px;
  }

  .casino-row-headline {
    font-size: 1.4rem;
  }

  .casino-row-label {
    font-size: 1.1rem;
  }

  .casino-row-disclaimer {
    text-align: center;
  }
}

.footer-logo-img {
  height: 52px;
  width: auto;
}

.footer-nav .nav-link {
  color: #fff;
  font-size: 0.95rem;
  font-weight: 500;
}

.footer-nav .nav-link:hover {
  color: #bffbc2;
}

.footer-text {
  margin: 0;
  color: #fff;
  font-size: 0.9rem;
  line-height: 1.6;
}

.footer-age-circle {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 20%, #ff8686, #ff4b4b);
  color: #ffffff;
  font-weight: 700;
  font-size: 1.9rem;
}

.footer-partner-text {
  font-size: 2.2rem;
  font-weight: 700;
}

.footer-partner-text .ga-main {
  color: #d1d5db;
}

.footer-partner-text .ga-accent {
  color: #ff7b2f;
}

.footer-partner-logo img {
  max-height: 60px;
}

.footer-partner-logo-box {
  width: 80px;
  height: 70px;
  border-radius: 8px;
  border: 3px solid #c4c7cc;
  background-color: #e8eaef;
}

.footer-copy {
  color: #fff;
}

@media (max-width: 767.98px) {
  .footer-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .footer-nav {
    justify-content: flex-start;
  }

  .footer-age-circle {
    width: 90px;
    height: 90px;
    font-size: 1.5rem;
  }

  .footer-partner-text {
    font-size: 1.7rem;
  }

  .footer-partner-logo-box {
    width: 70px;
    height: 60px;
  }
}

@media (max-width: 991.98px){
  .main-hero{
    padding: 18px 16px 14px;
    border-radius: 20px;
  }

  .hero-category-nav{
    justify-content: flex-start;
  }
}

@media (max-width: 767.98px){
  .hero-top-text{
    padding: 14px 14px;
    border-radius: 14px;
  }

  .promo-pill{
    width: 100%;
    min-width: 0;
    justify-content: flex-start;
  }

  .promo-pill-wide{
    width: 100%;
    min-width: 0;
  }
}