@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: #4F959D;
}

.navbar-my {
  padding-top: 20px;
  padding-bottom: 20px;
}

.navbar-my ul li a {
  color: #fff;
}

.navbar-my ul li a.active-self {
  color: #4F959D;
  font-weight: 600;
}

.navbar-my ul li a:hover {
  color: #4F959D;
}

.navbar-brand h2 {
  color: #4F959D;
  font-weight: 800;
}

.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 {
  background: #000;
}

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: #4F959D;
  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;
  text-transform: lowercase; 
  color: #15171a;
}

.how-subtitle {
  max-width: 900px;
  margin: 0 auto;
  color: #fff;
  font-size: 0.95rem;
}

.how-card {
  background-color: #4F959D;
  padding: 2rem 2.5rem;
  border-radius: 4px;
}

.how-media-wrapper {
  flex-shrink: 0;
}

.how-media {
  width: 120px;
  height: 120px;
  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: #4F959D;
  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: #4F959D;
  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;
}

@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: #205781;
}

.container-self {
  max-width: 800px;
  margin: 0 auto;
}
