/*
 * Theme Name:  Tekker Child
 * Description: Tekker Child Theme
 * Author:      Tekker
 * Author URI:  https://tekker.io/
 * Template:    essentials
 * Version:     1.0.0
 */

@font-face {
  font-family: "Jeko Extrabold";
  src: url("fonts/Jeko/Jeko-ExtraBold.woff2") format("woff2"),
    url("fonts/Jeko/Jeko-ExtraBold.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Jeko Bold";
  src: url("fonts/Jeko/Jeko-Bold.woff2") format("woff2"),
    url("fonts/Jeko/Jeko-Bold.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Jeko SemiBold";
  src: url("fonts/Jeko/Jeko-SemiBold.woff2") format("woff2"),
    url("fonts/Jeko/Jeko-SemiBold.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Jeko Medium";
  src: url("fonts/Jeko/Jeko-Medium.woff2") format("woff2"),
    url("fonts/Jeko/Jeko-Medium.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Jeko Regular";
  src: url("fonts/Jeko/Jeko-Regular.woff2") format("woff2"),
    url("fonts/Jeko/Jeko-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "IBM Plex Sans";
  src: url("fonts/IBM-Plex-Sans/IBMPlexSans-Regular.woff2") format("woff2"),
    url("fonts/IBM-Plex-Sans/IBMPlexSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "cs-icons";
  src: url("fonts/icon-fonts/icons.woff2") format("woff2"),
    url("fonts/icon-fonts/icons.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
  margin: 0;
  padding: 0;
}

/* body h1 {
  margin: 0px;
  padding: 0px;
  font-weight: 600;
  font-family: "Jeko Extrabold", sans-serif;
  font-size: 50px;
  color: #0f2d10;
}

body h2 {
  margin: 0px;
  padding: 0px;
  font-weight: 600;
  font-family: "Jeko Extrabold", sans-serif;
  font-size: 30px;
  color: #0f2d10;
}

body h3 {
  margin: 0px;
  padding: 0px;
  font-weight: 600;
  font-family: "Jeko Extrabold", sans-serif;
  font-size: 20px;
  color: #0f2d10;
}

body h4 {
  margin: 0px;
  padding: 0px;
  font-weight: 600;
  font-family: "Jeko Extrabold", sans-serif;
  font-size: 16px;
  color: #0f2d10;
}

body h5 {
  margin: 0px;
  padding: 0px;
  font-weight: 600;
  font-family: "Jeko Extrabold", sans-serif;
  font-size: 14px;
  color: #0f2d10;
}

p {
  margin: 0px;
  padding: 0px;
  font-size: 16px;
  font-family: "IBM Plex Sans", sans-serif;
  color: #223c20;
}

li {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 16px;
  color: #223c20;
}

table {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 16px;
  color: #223c20;
}

a:hover {
  opacity: 0.7;
}

a:active {
  opacity: 0.9;
}

.pix-current-language > span {
  font-size: 14px;
} */

.header-element-650352 > div,
.header-element-931988 > div {
  max-width: 250px !important;
}

body ::selection {
  background: #c5fdee;
  color: black;
}
body ::-moz-selection {
  background: #c5fdee;
  color: black;
}

body .pix-main-intro ::selection {
  background: #13383b;
  color: white;
}
body .pix-main-intro ::-moz-selection {
  background: #13383b;
  color: white;
}

.inner-button {
  background-color: var(--e-global-color-secondary);
  color: var(--e-global-color-primary);
  padding: 15px 30px;
  border-radius: 20px;
  text-decoration: none;
  display: inline-block;
}

.grecaptcha-badge {
  visibility: hidden;
}

header.is-scroll {
  margin-top: var(--language-suggestion-height);
}
/*
** Cookies
*/

.termsfeed-com---nb-simple {
  right: auto !important;
  left: 0 !important;
  bottom: 0 !important;
  border-radius: 42px;
}

@media screen and (max-width: 800px) {
  .termsfeed-com---nb-simple {
    max-width: 100% !important;
  }
}

@media screen and (min-width: 800px) {
  .termsfeed-com---nb-simple {
    left: 32px !important;
    bottom: 25px !important;
  }
}

.termsfeed-com---palette-dark {
  .cc-nb-main-container {
    background-color: white;

    .cc-nb-title,
    .cc-nb-text-content {
      color: black;
    }

    .cc-nb-buttons-container {
      display: flex;
      gap: 20px;
      flex-wrap: wrap;

      button {
        flex: 1;
        height: 62px;
        padding-left: 30px;
        padding-right: 30px;
        border-radius: 11px;
        font-weight: 600;
        font-size: 16px;
      }

      .cc-nb-okagree {
        background-color: #13383b;
        color: white;
      }

      .cc-nb-reject {
        background: transparent;
        color: #13383b;
      }

      .cc-nb-changep {
        background: transparent;
        color: #13383b;
        border: 1px solid #13383b;
      }
    }
  }
}

.custom-language-selector {
  & {
    position: relative;
  }

  &:hover .language-selector-menu-container,
  &.showMenu .language-selector-menu-container {
    visibility: visible;
    pointer-events: auto;
    opacity: 1;
    top: 100%;
  }

  &.hideMenu .language-selector-menu-container {
    visibility: hidden !important;
    pointer-events: none !important;
    opacity: 0 !important;
    top: -100% !important;
  }

  .language-selector-menu-container {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: -100%;
  }

  .language-selector-menu {
    background-color: white;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    margin-top: 10px;
    width: 700px;
    padding: 30px;

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

  .language-selector-list-container {
    display: flex;
    flex-grow: 1;
    justify-content: center;
  }

  .language-selector-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .language-selector-list * {
    flex-grow: 1;
  }

  .language-selector-menu-lang,
  .language-selector-menu-region {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .language-selector-menu-separator {
    border-bottom: 1px solid #e9e9e9;
    margin: 20px 0;
  }

  .language-selector-map-button.active,
  .language-selector-button.active {
    background-color: var(--e-global-color-primary);
  }

  .language-selector-map-button {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    flex-grow: 0;

    &:hover {
      background-color: var(--e-global-color-primary);
    }

    .img-container {
      flex-grow: 1;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    img {
      width: 100px;
    }
    img.world {
      width: 72px;
    }

    span {
      flex-grow: 0;
    }
  }
}

body.modal-open {
  overflow: hidden;
}

.modal-download-app {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(10px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 60px;
  z-index: 9999;
  padding: 90px;

  &.hide {
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
  }
  &.show {
    visibility: visible;
    pointer-events: auto;
    opacity: 1;
  }

  .modal-close {
    align-self: end;
    width: 58px;
    height: 58px;
    cursor: pointer;
    padding-right: 10px;
  }

  @media (max-width: 1200px) {
    flex-direction: row-reverse;
    align-items: start;
    gap: 10px;

    .modal-close {
      align-self: start;
      padding-right: 0;
      padding-left: 10px;
    }
  }

  .modal-content {
    display: flex;
    flex-direction: row;
    justify-content: center;
    background-color: #b4ffee;
    padding: 60px;
    border-radius: 82px;
    max-width: 1350px;
    gap: 38px;

    @media (max-width: 1200px) {
      flex-direction: column-reverse;
      max-width: 630px;
    }

    @media (max-width: 768px) {
      padding: 30px;
      border-radius: 42px;
      gap: 20px;
    }

    .left-section {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      gap: 38px;

      h2 {
        font-family: "Inter", sans-serif;
        font-size: 51px;
        font-weight: 600;
        color: var(--e-global-color-text);
        margin: 0;
        padding: 0;
        display: flex;
        justify-content: start;
      }

      .store-badges {
        display: flex;
        flex-direction: row;
        flex-grow: 1;
        align-items: end;
        gap: 35px;
      }

      .store-badges img {
        height: 90px;
        width: auto;
      }

      @media (max-width: 1200px) {
        h2 {
          font-size: 32px;
          text-align: center;
        }

        .store-badges {
          justify-content: center;
          align-items: center;
          flex-direction: column;
          gap: 20px;
        }

        .store-badges img {
          height: auto;
          width: 290px;
        }
      }
    }

    .right-section {
      align-self: center;
      max-width: 375px;
      max-height: 375px;
      aspect-ratio: 1/1;
    }
  }
}
