img {
  max-width: 100%;
}
.age {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  padding: 10px 0;
}
.age img {
  width: 20px;
  height: auto;
  object-fit: contain;
}
.age p {
  margin-bottom: 0;
  color: #fff;
}

#home {
  position: relative;
  padding: 300px 0 150px;
  background: url(../images/1.webp) no-repeat center/cover;
  text-align: center;
  color: white;
  z-index: 1;
}
#home::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: -1;
}
#home h1, #home p {
  color: white;
}
.row.fancy-container {
  padding-bottom: 20px;
}
.page-header {
  height: auto !important;
  background-color: #222222 !important;
}
.page-title .col-sm-12.col-md-12.col-lg-8 {
  margin: 0 auto;
}
.page-title .title.title-2 {
  text-align: center;
  padding: 50px 0 50px;
}

@media screen and (max-width: 767.98px) {
  #cst-banner h2 {
    font-size: 32px;
    margin-bottom: 0;
  }
  #home h1 {
    font-size: 40px;
  }
  #home {
    position: relative;
    padding: 200px 0 100px;
    background: url(../images/1.webp) no-repeat center/cover;
    text-align: center;
    color: white;
    z-index: 1;
  }
}

.verification {
  display: none;
}
.verification--open {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100%;
  top: 0px;
  background: linear-gradient(to bottom, #222 0%, #fc47c7 50%, #222 100%);
  overflow: hidden;
  position: fixed;
  z-index: 10000;
}
.verification__area {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 802px;
  padding: 62px 78px 80px;
  background-color: #222;
  border-radius: 20px;
}
.verification__text {
  margin-bottom: 48px;
  font-size: 2.625em;
  line-height: 130%;
  text-align: center;
  color: #fff;
}
.verification__btn {
  min-width: 262px;
  margin-bottom: 20px;
  padding: 28px 30px;
  border: none;
  border-radius: 10px;
  outline: none;
  background-color: #fc47c7;
  font-size: 1.25em;
  text-transform: uppercase;
  transition: 0.3s;
}
.verification__btn:hover {
  transform: scale(1.1);
}
.verification__btn:active {
  opacity: 0.5;
}
@media screen and (max-width: 991.98px) {
  .verification__area {
    width: 600px;
    padding: 32px 48px;
    background-size: contain;
  }
}
@media screen and (max-width: 767.98px) {
  .verification__area {
    width: 400px;
    padding: 32px;
    background-position: center center;
  }
  .verification__text {
    margin-bottom: 20px;
    font-size: 1.5em;
  }
  .verification__btn {
    min-width: 210px;
    margin-bottom: 16px;
    padding: 16px;
  }
  .game h1 {
    font-size: 36px;
  }
  #home {
    background: none;
  }
}
@media screen and (max-width: 575.98px) {
  .verification__area {
    width: 280px;
    padding: 16px;
  }
  .verification__btn {
    min-width: 180px;
    font-size: 1em;
    margin-bottom: 12px;
    padding: 12px;
  }
}
.thanks {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  padding: 150px 0;
}
.thanks .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 10px;
}
.thanks img {
  width: 100px;
  height: auto;
  margin-bottom: 10px;
}
.thanks p {
  text-align: center;
  font-size: 18px;
  color: var(--second-color);
}
.thanks p.thanks-text {
  color: var(--first-color);
}
@media screen and (max-width: 767.98px) {
  .thanks {
    padding: 150px 0 100px;
  }
  .thanks p {
    font-size: 14px;
  }
}
.docs {
  word-break: break-word;
  padding: 100px 0;
}
.docs h1 {
  text-align: center;
  margin-bottom: 20px;
  font-weight: 700;
}
.docs h2 {
  margin-bottom: 10px;
  font-size: 32px;
}
.docs h3 {
  margin-bottom: 10px;
  font-size: 26px;
}
.docs li, .docs p {
  color: inherit;
  line-height: 1.929;
}
.docs a {
  text-decoration: none !important;
  color: #fc47c7;
}
.docs a:hover {
  color: #222;
}
@media screen and (max-width: 767.98px) {
  .docs {
    padding: 80px 0px;
  }
  .docs h1 {
    font-size: 36px;
  }
}