* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:active,
:focus {
  outline: 0;
}

a:active,
a:focus {
  outline: 0;
}

aside,
footer,
header,
nav {
  display: block;
}

body,
html {
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
  overscroll-behavior: none;
}

button,
input,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

input,
textarea {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
}

textarea::placeholder,
input::placeholder {
  color: inherit;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: inherit;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: inherit;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: inherit;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: inherit;
}

input::placeholder,
textarea::placeholder {
  color: inherit;
}

textarea {
  resize: none;
}

button {
  cursor: pointer;
  background-color: transparent;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a {
  display: inline-block;
  color: inherit;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}
.disk {
  list-style: disc;
  margin-left: 20px;
}
img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  vertical-align: top;
}

svg {
  display: block;
  width: 100%;
  height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}

@font-face {
  font-family: "cdjrnotoserif_light";
  font-weight: 100 900;
  font-style: normal;
  src: url(../files/cdjrnotoserif_light.woff2) format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "cdjrnotoserif_semibold";
  font-weight: 100 900;
  font-style: normal;
  src: url(../files/cdjrnotoserif_semibold.woff2) format("woff2");
  font-display: swap;
}

:root {
  overscroll-behavior: none;
  /* // Шрифты */
  --font-main: "cdjrnotoserif_light", sans-serif;
  --background-page: #692b36;
  --main: var(--white);
  --black: #000000;
  --white: #ffffff;
  --i: calc(1vw + 1vh);
  --hover-a: #a09f9f;
}

.cdjr_page {
  display: flex;
  flex-direction: column;
  font-family: var(--font-main);
  min-height: 100vh;
  overflow: hidden;
  color: var(--main);
  background-color: var(--background-page);
}
.container {
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
}

section {
  padding: 40px 0;
}

.container {
  padding: 0 40px;
}

@media (max-width: 991px) {
  .container {
    padding: 0 30px;
  }
}

@media (max-width: 768px) {
  .container {
    padding: 0 20px;
  }
}
@media (max-width: 480px) {
  .container {
    padding: 0 16px;
  }
}

.text_black {
  color: var(--black);
}

h1 {
  font-family: "cdjrnotoserif_semibold";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

h2 {
  font-family: "cdjrnotoserif_semibold";
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

h3 {
  font-family: "cdjrnotoserif_semibold";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
}

p,
a,
li,
span {
  font-family: "cdjrnotoserif_light";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

header a {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

footer a {
  font-family: "cdjrnotoserif_light";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
footer p {
  font-family: "cdjrnotoserif_light";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

footer h3 {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

@media (max-width: 991px) {
  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 18px;
  }
  p,
  a,
  li,
  span {
    font-size: 14px;
  }
}

.btn {
  background: linear-gradient(151deg, #ffe501 6.46%, #e94b35 90.67%);
  border-radius: 12px;
  border: 1px solid var(--red6, #330d1d);
  box-shadow: 0 7px 12px 0 rgba(0, 0, 0, 0.15);
  color: #330d1d;
  font-family: "cdjrnotoserif_semibold";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;

  padding: 13px;
  width: 100%;
  max-width: 246px;
  display: flex;
  justify-content: center;
}

/* font-weight */

.f--w-100 {
  font-weight: 100;
}

.f--w-200 {
  font-weight: 200;
}

.f--w-300 {
  font-weight: 300;
}

.f--w-400 {
  font-weight: 400;
}

.f--w-500 {
  font-weight: 500;
}

.f--w-600 {
  font-weight: 600;
}

.f--w-700 {
  font-weight: 700;
}

.f--w-800 {
  font-weight: 800;
}

.f-w-900 {
  font-weight: 900;
}
/* font-size */

.f-s-10 {
  font-size: 10px;
}

.f-s-12 {
  font-size: 12px;
}

.f-s-14 {
  font-size: 14px;
}

.f-s-16 {
  font-size: 16px;
}

.f-s-20 {
  font-size: 20px;
}

.f-s-16 {
  font-size: 16px;
}

.f-s-18 {
  font-size: 18px;
}

.f-s-20 {
  font-size: 20px;
}

.f-s-24 {
  font-size: 24px;
}

.f-s-26 {
  font-size: 26px;
}

.f-s-30 {
  font-size: 30px;
}

.f-s-32 {
  font-size: 32px;
}

.f-s-40 {
  font-size: 40px;
}

.f-s-50 {
  font-size: 50px;
}

/* padding */

.m-b-12 {
  margin-bottom: 12px;
}
.p-t-20 {
  padding-top: 20px;
}

.p-t-40 {
  padding-top: 40px;
}

.p-t-50 {
  padding-top: 50px;
}
.p-t-80 {
  padding-top: 80px;
}
.p-t-100 {
  padding-top: 100px;
}

.p-b-10 {
  padding-bottom: 10px;
}
.p-b-16 {
  padding-bottom: 16px;
}

.p-b-20 {
  padding-bottom: 20px;
}
.p-b-24 {
  padding-bottom: 24px;
}
.p-b-50 {
  padding-bottom: 50px;
}
.p-b-50 {
  padding-bottom: 50px;
}

/* margin */
.m-b-8 {
  margin-bottom: 8px;
}
.m-t-10 {
  margin-top: 10px;
}
.m-t-20 {
  margin-top: 20px;
}

.m-t-30 {
  margin-top: 30px;
}

.m-t-40 {
  margin-top: 40px;
}
.m-t-50 {
  margin-top: 50px;
}

.m-b-10 {
  margin-bottom: 10px;
}

.m-b-20 {
  margin-bottom: 20px;
}
.m-b-30 {
  margin-bottom: 30px;
}
.m-b-16 {
  margin-bottom: 16px;
}
.m-b-24 {
  margin-bottom: 24px;
}
.m-b-32 {
  margin-bottom: 32px;
}
.m-b-40 {
  margin-bottom: 40px;
}
.m-b-50 {
  margin-bottom: 50px;
}

/* flex */

.flex {
  display: flex;
}

.align-center {
  align-items: center;
}

.justi-center {
  justify-content: center;
}

.space-between {
  justify-content: space-between;
}

.colum {
  flex-direction: column;
}

.wrap {
  flex-wrap: wrap;
}

.cdjr_main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.no-wrap {
  white-space: nowrap;
}

.none-uppercase {
  text-transform: none;
}

.word-break {
  word-break: break-all;
}

.m-auto {
  margin-left: auto;
  margin-right: auto;
}

.img-contain {
  object-fit: contain;
}

.img-cover {
  object-fit: cover;
}

.underline {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.rd-upload img {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.rd-load img {
  opacity: 1;
}

/* !!!!!!!!!!!!!!!!!!!!!!! */
/* gap */
/* !!!!!!!!!!!!!!!!!!!!!!! */
.gap-5 {
  gap: 5px;
}

.gap-10 {
  gap: 10px;
}
.gap-15 {
  gap: 15px;
}
.gap-18 {
  gap: 18px;
}
.gap-12 {
  gap: 12px;
}
.gap-8 {
  gap: 8px;
}
.gap-14 {
  gap: 14px;
}

.gap-20 {
  gap: 20px;
}
.gap-30 {
  gap: 30px;
}
.gap-40 {
  gap: 40px;
}
.gap-50 {
  gap: 50px;
}
.gap-24 {
  gap: 24px;
}
.gap-32 {
  gap: 32px;
}
.gap-28 {
  gap: 28px;
}
.gap-36 {
  gap: 36px;
}
.gap-16 {
  gap: 16px;
}
.gap-48 {
  gap: 48px;
}

/* !!!!!!!!!!!!!!!!!!!!!!! */
/* terms */
/* !!!!!!!!!!!!!!!!!!!!!!! */

.cdjr_page_terms_container {
  padding: 32px;
  border-radius: 20px;
  background: var(--red6, #330d1d);
}

@media (max-width: 991px) {
  .cdjr_page_terms h1 {
    margin-bottom: 24px;
  }
  .cdjr_page_terms_container {
    padding: 16px;
  }
  .cdjr_page_terms_container {
    gap: 16px;
  }
  .cdjr_page_terms_container h3 {
    margin-bottom: 8px;
  }
}

/* !!!!!!!!!!!!!!!!!!!!!!! */
/* header */
/* !!!!!!!!!!!!!!!!!!!!!!! */

.cdjr_header {
  padding: 10px 0;
  background: var(--red6, #330d1d);
}

.cdjr_header_img {
  width: 87px;
  height: 48px;
}

.cdjr_nav__link_active {
  color: #ffe501;
}

.cdjr_header_age {
  color: var(--yell2, #ffe501);
  width: fit-content;
  margin: 0 auto;
}

.cdjr_header_age_a {
  font-size: 14px;
}

.cdjr_header_wrapper_age_mob {
  display: none;
}

@media (max-width: 1100px) {
  .cdjr_header_age_a {
    font-size: 12px;
  }

  .cdjr_header_age {
    gap: 4px;
  }
}

@media (max-width: 768px) {
  .cdjr_header_age {
    margin-top: 4px;
  }
  .cdjr_header_wrapper_age_desk {
    display: none;
  }
  .cdjr_header_wrapper_age_mob {
    display: block;
  }
}

.cdjr_header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
}

@media (max-width: 991px) {
  .cdjr_header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: var(--black);
    z-index: 100;
    padding: 100px 30px 30px 30px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    overflow: auto;
    -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, pointer-events 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, pointer-events 0.2s ease-in-out;
  }
}

@media (max-width: 600px) {
  .cdjr_header__menu {
    padding: 80px 30px 30px 30px;
  }
}

.cdjr_header__menu.active {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}

.cdjr_header__exit-menu {
  display: none;
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: transparent;
}

@media (max-width: 991px) {
  .cdjr_header__exit-menu {
    display: block;
    top: 30px;
    right: 30px;
  }
}

@media (max-width: 600px) {
  .cdjr_header__exit-menu {
    top: 15px;
    right: 15px;
  }
}

.cdjr_header__exit-menu::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--white);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cdjr_header__exit-menu::after {
  content: "";
  position: absolute;
  top: 12px;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: var(--white);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.cdjr_nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
}

@media (max-width: 991px) {
  .cdjr_nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
  }
}

@media (max-width: 991px) {
  .cdjr_nav__list_footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 10px 30px;
  }
}

@media (max-width: 600px) {
  .cdjr_nav__list_footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.cdjr_nav__link {
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

@media (any-hover: hover) {
  .cdjr_nav__link:hover {
    color: var(--hover-a);
  }
}

.cdjr_nav__link:focus-visible {
  color: var(--hover-a);
}

.cdjr_nav__link:active {
  color: var(--active);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

.cdjr_burger {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  width: 30px;
  height: 18px;
  background-color: transparent;
}

@media (max-width: 991px) {
  .cdjr_burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.cdjr_burger span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--white);
  border-radius: 8px;
}

/* !!!!!!!!!!!!!!!!!!!!!!! */
/* footer */
/* !!!!!!!!!!!!!!!!!!!!!!! */

footer {
  padding: 40px 0;
  background: #330d1d;
}

.cdjr_footer_text {
  width: 50%;
}

.cdjr_footer_copy {
  color: var(--Grey_input, #999);

  font-size: 14px;
}

.cdjr_footer_wrapper_dis {
  padding: 24px;
  border-radius: 10px;
  border: 1px solid var(--yell2, #ffe501);
}

.cdjr_footer_wrapper_dis p {
  font-size: 14px;
}

@media (max-width: 768px) {
  .cdjr_footer_wrapper_dis {
    padding: 16px;
  }
  .cdjr_footer_wrapper_text {
    gap: 16px;
    flex-direction: column-reverse;
  }
  .cdjr_footer_text {
    width: 100%;
  }
  .cdjr_footer_nav {
    flex-direction: column;
  }
}

/* !!!!!!!!!!!!!!!!!!!!!!! */
/* form contact */
/* !!!!!!!!!!!!!!!!!!!!!!! */

.popap_contact {
  display: none;
}
.popap_contact_active {
  display: block;
}

/* AGE */

/* !!!!!!!!!!!!!!!!!!!!!!! */
/* popup */
/* !!!!!!!!!!!!!!!!!!!!!!! */

.popup {
  position: fixed;
  display: flex;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(6px);
}

.display_none {
  display: none;
}

.popup.active {
  display: flex;
}

.popup__close {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.popup__content {
  max-width: 500px;
  overflow: auto;
  width: 100%;
  position: relative;
  z-index: 2;
  margin: auto;

  border-radius: 20px;
  background: var(--red6, #330d1d);

  backdrop-filter: blur(12.5px);
  padding: 32px 24px;
  text-align: center;
}

.popup__text h3 {
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 40px */
  text-transform: uppercase;
}

.popup__text p {
  font-size: 16px;
}

.wrapper_age_btn .btn {
  width: 100%;
}

#confirmAgeNone {
  border-radius: 12px;
  border: 1px solid var(--yell2, #ffe501);
  box-shadow: 0 7px 12px 0 rgba(0, 0, 0, 0.15);
  background: none;
  color: var(--yell2, #ffe501);
}

.popup_img_age {
  width: 100%;
  max-width: 60px;
  height: 60px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .popup__content {
    padding: 24px;
  }
  .popup__text h3 {
    font-size: 24px;
  }
  .popup_img_age {
    max-width: 55px;
    height: 55px;
  }
}

@media (max-width: 340px) {
  .popup__text h3 {
    font-size: 20px;
  }
}

/* !!!!!!!!!!!!!!!!!!!!!!! */
/* home */
/* !!!!!!!!!!!!!!!!!!!!!!! */

/* cdjr_home_sect_1 */

.cdjr_home_sect_1_text,
.cdjr_home_sect_1_wrapper_img {
  width: 50%;
}

.cdjr_home_sect_1_wrapper_img img {
  max-width: 351px;
  z-index: 2;
}

.cdjr_home_sect_1_wrapper_img {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.cdjr_home_sect_1_bg_ball {
  width: 100%;
  max-width: 589px;
  height: 592px;
  position: absolute;
  border-radius: 592px;
  background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 97.12%);
  z-index: 1;
}

@media (max-width: 768px) {
  .cdjr_home_sect_1_text,
  .cdjr_home_sect_1_wrapper_img {
    width: 100%;
  }
  .cdjr_home_sect_1_container {
    flex-direction: column;
    text-align: center;
  }
  .cdjr_home_sect_1_container .btn {
    margin: 0 auto;
  }
  .cdjr_home_sect_1_wrapper_img img {
    max-width: 230px;
  }
  .cdjr_home_sect_1_bg_ball {
    max-width: 324px;
    height: 298px;
  }
}
@media (max-width: 480px) {
  .cdjr_home_sect_1_container .btn {
    max-width: 100%;
  }
}

.cdjr_home_sect_2 {
  background: url(../pictures/cdjr-s-2-b.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#game {
  border-radius: 20px;
  border: 2px solid var(--red6, #330d1d);
  background: rgba(105, 43, 54, 0.7);
  width: 100%;
  height: 640px;
}

@media (max-width: 768px) {
  #game {
    height: 540px;
  }
}

@media (max-width: 600px) {
  #game {
    height: 440px;
  }
}
@media (max-width: 480px) {
  #game {
    height: 340px;
  }
}

@media (max-width: 400px) {
  #game {
    height: 300px;
  }
}

/* cdjr_home_sect_3 */

.cdjr_home_sect_3_wrapper_game {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.wrapper_result {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 24px;
}

.wrapper_result_star {
  width: 40px;
  height: 40px;
}

.wrapper_result p {
  color: rgba(255, 255, 255, 0.5);
  font-family: "cdjrnotoserif_semibold";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.wrapper_result span {
  color: rgba(255, 255, 255, 0.5);
  font-family: "cdjrnotoserif_semibold";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.cdjr_home_sect_3_wrapper_game {
  position: relative;
}

.cdjr_home_sect_3_wrapper_game_btn_left,
.cdjr_home_sect_3_wrapper_game_btn_right {
  position: absolute;
  top: 298px;
}

.cdjr_home_sect_3_wrapper_game_btn_left {
  left: 100px;
}

.cdjr_home_sect_3_wrapper_game_btn_right {
  right: 100px;
}

.wrapper_card_img {
  width: 600px;
  height: 600px;
  border-radius: 20px;
  border: 3.371px solid var(--yell2, #ffe501);
  background: var(--red6, #330d1d);
  box-shadow: 0 4px 38.2px 0 #fff;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card_img {
  height: auto;
  max-height: 300px;
  max-width: 473px;
}

.card_answer_ul {
  display: grid;
  grid-template-columns: repeat(2, 2fr);
  gap: 20px;
}
.card_answer_ul_li .btn {
  max-width: 100%;
}

.wrapper_card {
  display: none;
}

.wrapper_card_active {
  display: block;
}

.win {
  width: 100%;
  max-width: 530px;
  height: 530px;
  position: absolute;
  display: none;
  z-index: 10;
  top: 60px;
  background: var(--red6, #330d1d);
}

.no {
  text-align: center;
}
.no h3 {
  margin-top: 20px;
  text-transform: uppercase;
}
.no,
.yes {
  width: 500px;
  height: 500px;
  position: absolute;
  z-index: 10;
  top: 100px;
  display: none;
}

.popap_active_answear {
  display: block;
}

.wrapper_card .btn {
  border-radius: 12px;
  border: 1px solid var(--yell2, #ffe501);
  box-shadow: 0 7px 12px 0 rgba(0, 0, 0, 0.15);
  background: none;
  color: var(--yell2, #ffe501);
  font-family: "cdjrnotoserif_semibold";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 16.8px */
  text-transform: uppercase;
}

.wrapper_card .btn:hover {
  background: rgba(255, 229, 1, 0.2);
}

@media (max-width: 1250px) {
  .cdjr_home_sect_3_wrapper_game_btn_left {
    left: 0;
  }

  .cdjr_home_sect_3_wrapper_game_btn_right {
    right: 0;
  }
}

@media (max-width: 991px) {
  .cdjr_home_sect_3_container h2 {
    margin-bottom: 24px;
  }
  .card_img {
    height: 400px;
  }
  .cdjr_home_sect_3_wrapper_game_btn_right,
  .cdjr_home_sect_3_wrapper_game_btn_left {
    height: 40px;
    top: 0;
  }
}
@media (max-width: 768px) {
  .wrapper_card_img {
    width: 428px;
    height: 428px;
    padding: 24px;
    text-align: center;
  }

  .card_answer_ul {
    display: grid;
    grid-template-columns: repeat(2, 2fr);
    gap: 4px;
  }
  .win {
    width: 100%;
    max-width: 530px;
    height: 530px;
  }
  .no,
  .yes {
    width: 400px;
    height: 400px;
  }
  .win {
    width: 100%;
    max-width: 400px;
    height: 400px;
  }
}

@media (max-width: 480px) {
  .card_img {
    height: 200px;
  }

  .wrapper_card_img {
    width: 328px;
    height: 328px;
    padding: 12px;
    text-align: center;
  }

  .card_answer_ul {
    display: grid;
    grid-template-columns: repeat(1, 2fr);
    gap: 4px;
  }
  .no,
  .yes {
    width: 300px;
    height: 300px;
  }
  .win {
    width: 100%;
    max-width: 300px;
    height: 300px;
  }
}

@media (max-width: 340px) {
  .wrapper_card_img {
    width: 300px;
    height: 300px;
  }
  .no,
  .yes {
    width: 270px;
    height: 270px;
  }
  .win {
    width: 270px;
    height: 270px;
  }
}

/* cdjr_home_sect_4 */

.cdjr_home_sect_4_ul {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, 2fr);
}

.cdjr_home_sect_4_ul_li {
  padding: 24px 32px;
  border-radius: 20px;
  border: 1px solid var(--yell2, #ffe501);
  background: var(--red6, #330d1d);
}

.cdjr_home_sect_4_ul_li img {
  height: 28px;
}

.cdjr_home_sect_4_ul_li h3 {
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .cdjr_home_sect_4_ul {
    gap: 8px;
  }
  .cdjr_home_sect_4_ul {
    grid-template-columns: repeat(1, 2fr);
  }
  .cdjr_home_sect_4_ul_li {
    padding: 16px;
  }
}

/* cdjr_about_sect_1 */

.cdjr_about_sect_1 p {
  font-size: 18px;
}

.cdjr_about_sect_1_container {
  padding: 32px;
  border-radius: 20px;
  background: var(--red6, #330d1d);
}

.cdjr_about_sect_1_text,
.cdjr_about_sect_1_img {
  width: 50%;
}
.cdjr_about_sect_1_container {
  align-items: stretch;
}

.cdjr_about_sect_1_img {
  border-radius: 10px;
  object-fit: cover;
}

@media (max-width: 991px) {
  .cdjr_about_sect_1_container {
    flex-direction: column;
  }
  .cdjr_about_sect_1_text,
  .cdjr_about_sect_1_img {
    width: 100%;
  }
  .cdjr_about_sect_1_img {
    height: 285px;
  }
  .cdjr_about_sect_1_container {
    padding: 16px;
  }
  .cdjr_about_sect_1 h1 {
    margin-bottom: 24px;
  }
  .cdjr_about_sect_1_container {
    gap: 24px;
  }
}

/* cdjr_contact_sect_1 */

.input_contact,
textarea {
  padding: 14px 20px;
  border-radius: 8px;
  background: var(--white, #f9f9f9);
  color: var(--grey_2, #6b6b6b);
  font-size: 16px;
}

.form_contact .btn {
  border-radius: 12px;
  border: 1px solid var(--yell2, #ffe501);
  box-shadow: 0 7px 12px 0 rgba(0, 0, 0, 0.15);
  background: none;
  color: var(--yell2, #ffe501);
}

@media (max-width: 991px) {
  .cdjr_contact_sect_1 .cdjr_about_sect_1_container {
    flex-direction: column-reverse;
  }
}

@media (max-width: 480px) {
  .form_contact .btn {
    max-width: 100%;
  }
}
