* {
  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: "ksdf_montserrat_bold";
  font-weight: 100 900;
  font-style: normal;
  src: url(/ksdf-fonts/ksdf_montserrat_bold.woff2) format("woff2");
  font-display: swap;
}

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

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

:root {
  overscroll-behavior: none;
  --font-main: "ksdf_montserrat_regular", sans-serif;
  --background-page: #111827;
  --main: var(--white);
  --black: #000000;
  --white: #ffffff;
  --i: calc(1vw + 1vh);
  --hover-a: #a09f9f;
}

.ksdf_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: 1320px;
  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;
  }
}

h1 {
  color: var(--Color_Gre, #10b981);
  font-family: "ksdf_montserrat_bold";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;

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

h2 {
  color: var(--Color_Gre, #10b981);
  font-family: "ksdf_montserrat_bold";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;

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

h3 {
  color: var(--Color_Gre, #10b981);
  font-family: "ksdf_montserrat_bold";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 20px */
}

.wite_text {
  color: #f8fafc;
}
.green_text {
  color: var(--Color_Gre, #10b981);
}

p,
li,
a {
  font-family: "ksdf_montserrat_regular";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

header a {
  font-family: "ksdf_montserrat_medium";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}

footer a {
  font-family: "ksdf_montserrat_medium";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.btn {
  border-radius: 12px;
  background: var(--Color_Gre, #10b981);
  font-family: "ksdf_montserrat_bold";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;

  color: var(--white);

  padding: 10px;
  width: 100%;
  max-width: 196px;
  display: flex;
  justify-content: center;
}

.btn_login {
  border-radius: 12px;
  background: none;
  border: 1px solid var(--Color_Gre, #10b981);
}

/* 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-24 {
  margin-top: 24px;
}
.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;
}

.ksdf_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-4 {
  gap: 4px;
}

.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 */
/* !!!!!!!!!!!!!!!!!!!!!!! */

.ksdf_terms_sect_1 {
  .ksdf_terms_sect_1_container {
    padding: 24px;
    border-radius: 20px;
    border: 2px solid var(--Color_Gre, #10b981);
    @media (max-width: 991px) {
      padding: 24px 16px;
    }
  }
}

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

.ksdf_header {
  padding: 12px 0;
  background: #111827;

  .ksdf_nav__link_active {
    border-bottom: 2px solid #10b981;
    padding-bottom: 2px;
  }

  .ksdf_logo img {
    width: 100px;
    height: 40px;
  }

  .ksdf_nav__item {
    .btn {
      width: 196px;
    }
    .btn_login {
      margin-left: 66px;

      @media (max-width: 1100px) {
        margin-left: 0;
      }
    }
  }

  .ksdf_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;
  }

  .logo_mob {
    display: none;
  }

  .ksdf_header__menu {
    width: 100%;
  }

  @media (max-width: 991px) {
    .logo_mob {
      display: flex;
    }

    .logo_desk {
      display: none;
    }
    .ksdf_header__menu {
      justify-content: start;
    }

    .ksdf_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) {
    .ksdf_header__menu {
      padding: 80px 30px 30px 30px;
    }
  }

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

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

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

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

  .ksdf_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);
  }

  .ksdf_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);
  }

  .ksdf_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: 14px;
  }

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

  @media (max-width: 991px) {
    .ksdf_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) {
    .ksdf_nav__list_footer {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
  }

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

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

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

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

  .ksdf_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) {
    .ksdf_burger {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }
  }

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

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

footer {
  padding: 40px 0;
  background: var(--Color_3, #111827);

  @media (max-width: 480px) {
    .p_hed_block {
      text-align: start;
    }
    .ksdf_footer_nav {
      gap: 8px;
      flex-wrap: wrap;
    }

    .ksdf_footer_links {
      flex-wrap: wrap;
      justify-content: start;
    }
    .ksdf_footer_li {
      img {
        height: 40px;
      }
    }
  }
}

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

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

/* popap log/reg */

.popup_logReg_content {
  width: 100%;
  max-width: 540px;

  border-radius: 20px;
  border: 2px solid var(--Color_Gre, #10b981);
  background: var(--Color_3, #111827);

  position: relative;
  z-index: 2;
  margin: auto;

  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.popup_logReg_content h3 {
  text-align: center;
  font-size: 24px;
}

.btn_clouse_log_reg_popap {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 16px;
  height: 16px;
  background-color: transparent;
  cursor: pointer;
}

.btn_clouse_log_reg_popap::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 20px;
  height: 2px;
  background-color: #10b981;
}

.btn_clouse_log_reg_popap::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 20px;
  height: 2px;
  background-color: #10b981;
}

.popup_logReg_wrapper_nav_btn button {
  font-family: "ksdf_montserrat_bold";
  color: var(--white);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.popup_logReg_btn_nav_active {
  padding: 2px;
  border-bottom: 2px solid #10b981;
}

.popup_logReg_wrapper_input {
  display: flex;
  flex-direction: column;
  gap: 4px;

  label {
    font-family: "ksdf_montserrat_regular";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  input {
    padding: 14px 16px;
    border-radius: 10px;
    background: var(--white2, #f8fafc);
  }
}

.popap_reg_checkbox_label {
  cursor: pointer;
  user-select: none;
  position: relative;
}

.popap_reg_checkbox {
  width: 16px;
  height: 16px;
  min-width: 16px;
  min-height: 16px;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 2px;
  border: 1px solid var(--Grey_light, #d1d5db);
  background: var(--white2, #f8fafc);
  position: relative;
  transition: all 0.2s ease;
}

.popap_reg_checkbox:checked {
  background: var(--Color_Gre, #10b981);
  border-color: var(--Color_Gre, #10b981);
}

.popap_reg_checkbox:checked::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 2px;
  width: 4px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.popap_reg_checkbox_text {
  font-family: "ksdf_montserrat_regular";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* 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: 540px;
  overflow: auto;
  width: 100%;
  position: relative;
  z-index: 2;
  margin: auto;

  background: var(--Color_3, #111827);

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

.popup__text {
  color: var(--white);
}

.popup__text h3 {
  color: var(--Color_Gre, #10b981);
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.popup__text p {
  font-size: 14px;

  padding-top: 16px;
  padding-bottom: 24px;
}

.wrapper_age_btn .btn {
  width: 100%;
  max-width: 100%;
}

#confirmAge {
  background: none;
  border: 1px solid var(--Color_Gre, #10b981);
}

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

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

/* !!!!!!!!!!!!!!!!!!!!!!! */
/* cookie */
/* !!!!!!!!!!!!!!!!!!!!!!! */

.cookie-banner {
  z-index: 1000;
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;

  background: var(--Color_3, #111827);

  display: flex;
  flex-direction: column;
  justify-content: center;

  opacity: 0;
  transform: translateY(100%);
  transition: opacity 0.5s, transform 0.5s;
  max-width: 100%;
}
.show {
  opacity: 1;
  transform: translateY(0);
}
.cookie_banner_container {
  padding: 24px;
  width: 100%;
  display: flex;
  gap: 10px;
  align-items: center;
}

.cookie-content h3 {
  color: var(--Color_Gre, #10b981);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.cookie-content p {
  color: var(--white);
  font-size: 14px;
}

.cookie_buttons {
  max-width: 410px;
  display: flex;
  height: fit-content;
  width: 100%;
  gap: 16px;
}

.cookie_buttons .accept {
  background: none;
  border: 1px solid var(--Color_Gre, #10b981);
}

@media (max-width: 768px) {
  .cookie_banner_container {
    flex-direction: column;
    gap: 24px;
  }
}

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

/* ksdf_home_sect_1 */

.ksdf_home_sect_1 {
  background: url(/ksdf-assets-img/ksdf-buy-sect-1-bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  .ksdf_home_sect_1_text_hed {
    font-family: "ksdf_montserrat_medium";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }

  .ksdf_home_sect_1_wrapper_btn {
    width: 100%;
    justify-content: center;
  }

  .ksdf_home_sect_1_ul li {
    font-family: "ksdf_montserrat_medium";
    font-size: 14px;
  }

  @media (max-width: 768px) {
    .ksdf_home_sect_1_wrapper_btn {
      gap: 16px;
    }
    .ksdf_home_sect_1_ul {
      gap: 12px;
      flex-wrap: wrap;
    }
  }
}

.ksdf_home_sect_1_block_timer {
  width: 100%;
  max-width: 458px;
  border-radius: 12px;
  border: 1px solid var(--Color_Gre, #10b981);
  background: var(--Color_3-4, rgba(17, 24, 39, 0.7));
  padding: 24px;

  .ksdf_home_sect_1_wrapper_timer {
    width: 100%;
  }

  .timer_label {
    font-family: "ksdf_montserrat_medium";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: var(--Color_Gre, #10b981);
    text-transform: capitalize;
  }

  .timer_value {
    border-radius: 16px;
    border: 1px solid var(--Color_3, #111827);
    background: var(--white2, #f8fafc);

    color: var(--Color_3, #111827);
    font-family: "ksdf_montserrat_bold";
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;

    padding: 16px;
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  @media (max-width: 480px) {
    gap: 16px;
    max-width: 330px;

    .ksdf_home_sect_1_wrapper_timer {
      gap: 8px;
    }

    .timer_value {
      font-size: 24px;
      width: 60px;
      height: 60px;
    }
  }

  @media (max-width: 400px) {
    padding: 16px;
  }

  @media (max-width: 355px) {
    .ksdf_home_sect_1_wrapper_timer {
      display: grid;
      grid-template-columns: repeat(2, 2fr);
    }
  }
}

/* ksdf_home_sect_2 */

.ksdf_home_sect_2 {
  .ksdf_home_sect_2_wrapper_games {
    width: 100%;
    border-radius: 20px;
    border: 2px solid var(--Color_Gre, #10b981);
    background: var(--Color_3-4, rgba(17, 24, 39, 0.7));

    position: relative;

    padding: 60px 24px 32px 24px;
  }

  .games_hed {
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);

    padding: 10px;
    border-radius: 30px;
    border: 1px solid var(--Color_Gre, #10b981);
    background: var(--Color_3, #111827);

    font-family: "ksdf_montserrat_bold";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    white-space: nowrap;
  }

  .ksdf_home_sect_2_hed_card {
    font-size: 24px;
    text-transform: uppercase;
  }

  .wrapper_money_block {
    span {
      color: #f8fafc;
      font-size: 14px;
    }

    .wrapper_money_wrapper {
      margin-top: 8px;
    }

    .ksdf_home_sect_2_hed_money {
      font-size: 32px;
    }
  }

  .ksdf_home_sect_2_ul_li {
    font-family: "ksdf_montserrat_medium";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    img {
      width: 16px;
      height: 16px;
    }
  }

  @media (max-width: 768px) {
    .ksdf_home_sect_2_container {
      flex-direction: column;
      gap: 36px;
    }
  }
}

/* ksdf_home_sect_3 */

.ksdf_home_sect_3 {
  .ksdf_home_sect_3_li {
    width: 100%;
    padding: 24px 16px;
    border-radius: 16px;
    border: 1px solid var(--Color_Gre, #10b981);

    p {
      text-align: center;
      font-size: 14px;
    }
  }

  @media (max-width: 991px) {
    .ksdf_home_sect_3_ul {
      gap: 16px;
      display: grid;
      grid-template-columns: repeat(2, 2fr);
    }
  }

  @media (max-width: 480px) {
    h2,
    p {
      text-align: start;
    }
    .ksdf_home_sect_3_ul {
      grid-template-columns: repeat(1, 2fr);
    }
  }

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

/* ksdf_home_sect_4 */

.ksdf_home_sect_4 {
  .ksdf_home_sect_4_ul_line {
    width: 1px;
    height: 60px;
    background: var(--Color_Gre, #10b981);
  }

  .ksdf_home_sect_4_li_numb {
    width: 41px;
    height: 41px;
    border-radius: 300px;
    border: 1px solid var(--Color_Gre, #10b981);

    color: var(--Color_Gre, #10b981);
    text-align: center;
    font-family: "ksdf_montserrat_bold";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;

    display: flex;
    align-items: center;
    justify-content: center;
  }

  .ksdf_home_sect_4_li {
    width: 100%;
    text-align: center;
    p {
      text-align: center;
    }
  }

  @media (max-width: 991px) {
    .ksdf_home_sect_4_ul {
      flex-direction: column;
      gap: 16px;
    }
  }

  @media (max-width: 480px) {
    h2,
    p {
      text-align: start;
    }
    .ksdf_home_sect_4_ul_line {
      height: 24px;
    }
  }
}

/* ksdf_home_sect_5 */

.ksdf_home_sect_5 {
  background: url(/ksdf-assets-img/ksdf-home-sect-5-bg-djhf.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

  .ksdf_home_sect_5_wrapper_btn {
    width: 100%;
  }

  @media (max-width: 480px) {
    h2,
    p {
      text-align: start;
    }
    .ksdf_home_sect_5_wrapper_btn {
      gap: 16px;
    }
  }

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

/* ABOUT PAGE */

/* ksdf_buy_sect_1 */

.ksdf_buy_sect_1 {
  background: url(/ksdf-assets-img/ksdf-buy-sect-1-bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* ksdf_buy_sect_2 */

.black_text {
  color: var(--Color_3, #111827);
  font-size: 14px;
}

.ksdf_buy_sect_2 {
  .buy_btn_not_active {
    border-radius: 12px;
    border: 1px solid var(--Color_Gre, #10b981);
    background: none;
    .black_text {
      color: var(--Color_Gre, #10b981);
    }
  }
}

@media (max-width: 480px) {
  .ksdf_buy_sect_2_wrapper_toggle {
    gap: 16px;
  }
}

@media (max-width: 360px) {
  .ksdf_buy_sect_2_wrapper_toggle {
    flex-direction: column;
    .btn {
      max-width: 100%;
    }
  }
}

/* Select Numbers Section */
.ksdf_buy_sect_2_select_number {
  width: 100%;
}

.select_number_container {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  border-radius: 12px;
  border: 1px solid var(--Color_Gre, #10b981);
  background: var(--Color_3-4, rgba(17, 24, 39, 0.7));
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.select_number_header h3 {
  font-size: 24px;
}

.selected_numbers_display {
  justify-content: center;
  flex-wrap: wrap;
  padding: 14px 16px;
  border-radius: 10px;
  border: 2px solid var(--Color_Gre, #10b981);

  @media (max-width: 768px) {
    padding: 12px 8px;
  }
}

.selected_number_slot {
  width: 40px;
  height: 40px;
  border-radius: 300px;
  border: 1px solid var(--Color_Gre, #10b981);
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "ksdf_montserrat_bold";
  font-size: 16px;
  color: var(--white);
}

.selected_number_slot.filled {
  color: var(--white);
}

.numbers_grid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
}

.number_btn {
  width: 123px;
  height: 123px;
  border-radius: 50%;
  background: var(--white2, #f8fafc);
  font-family: "ksdf_montserrat_bold";
  color: var(--Color_3, #111827);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;

  @media (max-width: 1100px) {
    width: 90px;
    height: 90px;
  }

  @media (max-width: 900px) {
    width: 70px;
    height: 70px;
  }
  @media (max-width: 480px) {
  }

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

.number_btn:hover {
  transform: scale(1.05);
}

.number_btn.number_selected {
  background: var(--Color_Gre, #10b981);
  color: var(--Color_3, #111827);
}

.btn_clear_selection {
  background: transparent;
  color: var(--Color_Gre, #10b981);
  font-family: "ksdf_montserrat_bold";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;

  text-align: left;
}

/* Your Ticket Section */
.ksdf_buy_sect_2_your_ticket {
  width: 100%;
}

.your_ticket_container {
  width: 100%;
  max-width: 540px;
  margin: 0 auto;
  border-radius: 16px;
  border: 1px solid var(--Color_Gre, #10b981);
  background: var(--Color_3-4, rgba(17, 24, 39, 0.9));
  padding: 24px;
  display: flex;
  flex-direction: column;
}

.ticket_info_row {
  padding: 16px 0;
  border-bottom: 1px solid rgba(209, 213, 219, 0.2);
  font-family: "ksdf_montserrat_regular";
  font-size: 14px;
  color: var(--white);
}

.ticket_info_row span:last-child {
  font-family: "ksdf_montserrat_bold";
}

.ticket_total {
  border-bottom: none;
  padding-top: 16px;
  color: var(--Color_Gre, #10b981);
  border-top: 1px solid var(--white);
}

.ticket_total span {
  font-family: "ksdf_montserrat_bold";
  font-size: 14px;
}

.btn_checkout {
  width: 100%;
  max-width: 100%;
  padding: 14px;
  margin-top: 8px;
}

.ticket_note {
  font-size: 12px;
  color: var(--Grey_light, #d1d5db);
  margin-top: 16px;
}

@media (max-width: 768px) {
  .ksdf_buy_sect_2 {
    .container {
      gap: 32px;
    }
  }
  .numbers_grid {
    grid-template-columns: repeat(5, 1fr);
    gap: 8px;
  }

  .number_btn {
    width: 52px;
    height: 52px;
    font-size: 18px;
  }

  .selected_number_slot {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }

  .select_number_container {
    padding: 16px;
  }
}

@media (max-width: 480px) {
  .numbers_grid {
    grid-template-columns: repeat(5, 1fr);
    gap: 6px;
  }

  .number_btn {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }

  .selected_numbers_display {
    gap: 6px;
  }

  .selected_number_slot {
    width: 36px;
    height: 36px;
    font-size: 16px;
  }
  .select_number_header {
    h3 {
      font-size: 20px;
    }
    flex-direction: column;
    align-items: start;
    gap: 16px;
    .btn {
      max-width: 100%;
    }
  }
  .btn_clear_selection {
    font-size: 20px;
  }
}

/* ksdf_buy_sect_3 */

.ksdf_buy_sect_3 {
  .ksdf_buy_sect_3s_container {
    padding: 24px;
    border-radius: 20px;
    border: 2px solid var(--Color_Gre, #10b981);
    p,
    a {
      font-size: 24px;

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

    @media (max-width: 480px) {
      text-align: start;
    }
  }
}
