@import url('https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,400;0,500;0,700;0,800;0,900;1,800;1,900&family=Poppins:wght@300;400;500;700;800&display=swap');

:root {
    --primary: #CBA42D;
}

.bg-primary {
    background: var(--primary);
}

.color-primary {
    color: var(--primary);
}

html {
    scroll-padding: 120px;
    scroll-behavior: smooth !important;
}

* {
    font-family: 'Poppins', sans-serif;
}

.scrollspy-example {
    position: relative;
    height: 100vh;
    overflow: auto;
    transition: all 200ms ease-in-out;
}

#categoryScroll .nav-link.active div {
    color: var(--primary) !important;
    border-color: var(--primary) !important;
}

.exo {
    font-family: 'Exo 2', sans-serif;
}

.shadowInto {
    font-family: 'Shadows Into Light', cursive;
}

.bg-primary {
    background-color: var(--primary) !important;
}

.text-primary {
    color: var(--primary) !important;
}

.border-primary {
    border-color: var(--primary) !important;
}

.bg-secondary {
    background-color: #2e2e2e !important;
}

.text-secondary {
    color: #2e2e2e !important;
}

.image-mask {
    clip-path: circle(700px at 50% -190%);
}

input.checkbox-label+label div {
    border-width: 1px;
}

input:checked.checkbox-label+label div {
    border: 1px solid var(--primary) !important;
}

.accordion-button:not(.collapsed) {
    background-color: transparent !important;
    color: var(--primary) !important;
    box-shadow: none !important;
}

#productMoreInfo .collapsed.accordion-button::after {
    content: "Bővebben...";
    background-image: none !important;
}

#productMoreInfo .accordion-button:not(.collapsed):after {
    content: "Kevesebb...";
    background-image: none !important;
}

input.read-only {
    background-color: #151515;
}

.input-label-box {
    border-radius: 12px;
    border: 1px solid #666;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

input:checked+label.input-label-box {
    border: 1px solid var(--primary);
    color: var(--primary) !important;
}

.textLine::after {
    content: "";
    position: absolute;
    width: 50px;
    height: 2px;
    background-color: var(--primary);
    display: flex;
    align-items: center;
}

::-webkit-calendar-picker-indicator {
    filter: invert(1);
}

.headerUp {
    background: #111 !important;
    height: 70px !important;
    transform: translateY(-35px);
    color: white !important;
    border-bottom: 1px solid #222 !important;
}

button:not(.loading) .fa-spin {
    display: none;
}

button.loading .fa-spin {
    display: block;
}

@media (max-width:990px) {
    .headerUp {
        background: #111 !important;
        height: 50px !important;
        transform: translateY(-35px);
        color: white !important;
    }

    .headerUp .title {
        font-size: 24px !important;
    }
/* 
    .fade:not(.offcanvas-backdrop) {
        opacity: 1 !important;
    } */
}

.headerUp .title {
    font-size: 32px;
}

.headerUp .dropdown {
    top: 70px !important;
}

.owl-nav {
    position: absolute;
    top: 10px;
    right: 0;
    left: auto;
    margin: 0 !important;
    display: flex;
}

button.owl-prev,
button.owl-next {
    position: relative;
    background: #ffffff30 !important;
    width: 50px;
    height: 50px;
    display: flex !important;
    border-radius: 50% !important;
    color: #000 !important;
    font-size: 20px !important;
    align-items: center;
    justify-content: center;
    align-content: center;
    transition: all 200ms ease-in-out;
}

button.owl-prev:hover,
button.owl-next:hover {
    background: #fff !important;
}

@media (max-width:1279px) {
    button.owl-prev,
    button.owl-next {
        width: 30px;
        height: 30px;
        font-size: 16px !important;
    }
    .owl-nav {
        top: 30px;
    }
    
}

.owl-dots {
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.owl-dots .owl-dot span {
    background: #333 !important;
}

.owl-dots .owl-dot.active span {
    background: var(--primary) !important;
    min-width: 20px !important;
}

.neon {
    filter: drop-shadow(0px 0px 10px var(--primary));
}

.neon-shadow {
    box-shadow: 0px 0px 10px var(--primary);
}

::-webkit-scrollbar {
    width: 3px;
    height: 0px;
}

::-webkit-scrollbar-track {
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background: var(--primary);
}

::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

input:checked.methodCheck+label div.border {
    border: 1px solid var(--primary);
}

.stripe-loading-indicator .stripe, .stripe-loading-indicator .stripe-loaded {
    background: var(--primary) !important;
}

#newsContent {
    color: #888 !important;
}

#newsContent h1,
#newsContent h2,
#newsContent h3,
#newsContent h4,
#newsContent h5,
#newsContent a {
    color: var(--primary);
    margin-bottom: 6px !important;
    font-family: 'Exo 2', sans-serif;
    font-style: italic;
}

#newsContent p {
    margin-bottom: 16px;
    font-weight: 500;
    font-size: 16px;
}

#newsContent img {
    max-width: 100%;
    margin: 15px 0;
}

#newsContent blockquote {
    padding: 25px;
    font-style: italic;
    font-weight: bold;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
    border: 2px var(--primary) solid;
    margin-bottom: 15px;
    background-color: transparent;
    clip-path: polygon(0 0, 50px 0, 99% 5%, 100% 70%, 100% 100%, 70% 100%, 1% 95%, 0 50px);
}

#newsContent blockquote p {
    margin: 0 !important;
}

#newsContent ul {
    list-style: inherit;
    margin: 1em;
    padding: auto;
}

#newsContent h1,
#categroyContent h1 {
    font-size: 32px;
    font-weight: bold;
}

#newsContent h2,
#categroyContent h2 {
    font-size: 28px;
    font-weight: bold;
}

#newsContent h3,
#categroyContent h3 {
    font-size: 24px;
    font-weight: bold;
}

#newsContent h4,
#categroyContent h4 {
    font-size: 20px;
    font-weight: bold;
}

#newsContent h5,
#categroyContent h5 {
    font-size: 18px;
    font-weight: bold;
}

.custom {
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 70px !important;
    background-color: transparent;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(39 39 42 / var(--tw-border-opacity));
    border-radius: 0.75rem
        /* 12px */
    ;
}

.custom:focus {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(56 202 137 / var(--tw-border-opacity));
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
}

input.variantCheck:checked+label .checkBox {
    background: var(--primary) !important;
}

.pagination {
    display: flex;
    align-items: center;
    font-size: 20px;
}

.pagination li {
    width: 40px;
    height: 40px;
    background: #CBA42D10;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    border-radius: 10px;
    margin: 0 3px;
}

.pagination li.active {
    background: #CBA42D;
}

.line {
    background-image: url(../images/line.png);
    background-size: 12px;
    background-repeat: repeat;
    background-size: 5px;
    width: 100%;
}

.hide-bg {
    mix-blend-mode: multiply;
    filter: contrast(1);
}

.owl-carousel.owl-services .owl-stage-outer,
.owl-carousel.owl-story .owl-stage-outer {
    overflow: visible;
}

#storyContent p,
#categroyContent p {
    color: #888;
    margin-bottom: 12px;
}

#storyContent a,
#categroyContent a {
    font-weight: bold;
    color: var(--primary);
}

#productContent h1,
#productContent h2,
#productContent h3,
#productContent h4,
#productContent h5,
#productContent a,
#categroyContent h1,
#categroyContent h2,
#categroyContent h3,
#categroyContent h4,
#categroyContent h5,
#categroyContent a {
    color: var(--primary);
    font-family: 'Exo 2', sans-serif !important;
}

#productContent p,
#productContent {
    color: #888;
}

#productContent ul {
    list-style: outside;
    padding-left: 30px;
    color: #888;
}

#productContent img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

#productContent table {
    margin-top: 20px;
}

#productContent table tr {
    height: 60px;
    background-color: #151515;
}

@media (max-width:990px) {
    #productContent table tr {
        height: 90px;
    }
}

#productContent table tr td {
    padding-left: 20px;
    padding-right: 20px;
}

#productContent table tr:nth-child(even) {
    background-color: #111111;
}

#onlinereader .nav-link.active .box {
    background-color: #cba42d10 !important;
    color: white !important;
}

.starAnimated .one {
    animation-name: starAnimated;
    animation-duration: 30s;
    animation-delay: -15s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    transform: translateY(100%);
  }
  
  .starAnimated .two {
    animation-name: starAnimated;
    animation-duration: 30s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    transform: translateY(100%);
  }
  
  
  @keyframes starAnimated {
    0% {
      transform: translateY(100%);
    }
  
    100% {
      transform: translateY(-100%);
    }
  }

@media (min-width: 1536px) {
    .container {
        max-width: 1400px !important;
      }
}

.video-js .vjs-big-play-button {
    top: 43% !important;
    left: 43% !important;
}

#calandar .nav-link.active div {
    color: white;
    background-color: var(--primary);
}

.owl-products input:checked + label .group {
    background: #CBA42D20 !important;
}