@import url('https://fonts.googleapis.com/css2?family=Anton&family=Asap:ital,wght@0,100..900;1,100..900&family=Bebas+Neue&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Momo+Signature&family=Momo+Trust+Display&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Oswald:wght@200..700&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100..900;1,100..900&family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&family=Road+Rage&family=Roboto:ital,wght@0,100..900;1,100..900&family=Rubik:ital,wght@0,300..900;1,300..900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

/* ========================================= */

/* Important Styles from project settings */

/* ========================================= */

body {
  background: var(--background-color);
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}

.container {
  max-width: 1350px !important;
}

.hide-number-arrows::-webkit-inner-spin-button,
    .hide-number-arrows::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.hide-number-arrows {
  -moz-appearance: textfield;
}

/* Header */

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

header.header-scroll-active{
  height: 60px;
  background: var(--header-background-color) !important;
}

header.header-scroll-active .logo img{
  height: 2rem !important;
}

header.header-scroll-active .icon{
  font-size: 1.875rem;
  line-height: 2.25rem;
}

header.header-scroll-active .locale-flag{
  font-size: 1.125rem;
  line-height: 1.75rem;
}

/* /Header */

/* Footer */

footer {
  background: var(--footer-background-color) !important;
}

/* /Footer */

/* Buttons */

.btn{
  display: flex;
  height: 3.5rem;
  width: -moz-max-content;
  width: max-content;
  align-items: center;
  justify-content: center;
  border-width: 2px;
  padding-left: 2rem;
  padding-right: 2rem;
  font-weight: 800;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.btn:hover{
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.btn-primary {
  background: var(--btn-primary-bg);
  border-color: var(--btn-primary-bg);
  color: var(--primary-text-color);
  background: var(--primary-background-color);
  border-color: var(--primary-border-color);
  border-radius: var(--primary-border-radius);
}

.btn-primary:hover {
  background: var(--primary-hover-background-color);
  color: var(--primary-hover-text-color);
}

.btn-secondary {
  background: var(--secondary-color);
  border-color: var(--secondary-color);
  color: var(--secondary-text-color);
  background: var(--secondary-background-color);
  border-color: var(--secondary-border-color);
  border-radius: var(--secondary-border-radius);
}

.btn-secondary:hover {
  background: var(--secondary-hover-background-color);
  color: var(--secondary-hover-text-color);
}

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

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

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

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

.default-bg-color {
  background: var(--background-color);
}

.default-bg-border-color {
  border-color: var(--background-color);
}

/* End Buttons */

/* Headings */

h1, .h1{
  line-height: 1.25 !important;
  font-size: var(--h1-font-size) !important;
  color: var(--text-color);
  font-family: var(--h1-font-family);
  font-weight: bold;
}

@media (max-width: 768px) {
  h1, .h1 {
    font-size: 64px !important;
  }
}

h2, .h2{
  line-height: 1.25 !important;
  font-size: var(--h2-font-size) !important;
  color: var(--text-color);
  font-family: var(--h1-font-family);
  font-weight: bold;
}

@media (max-width: 768px) {
  h2, .h2 {
    font-size: 40px !important;
  }
}

h3, .h3 {
  font-size: var(--h3-font-size) !important;
  color: var(--text-color);
  font-family: var(--h1-font-family);
  font-weight: bold;
}

h4, .h4 {
  font-size: var(--h4-font-size) !important;
  color: var(--text-color);
  font-weight: bold;
}

h5, .h5 {
  font-size: var(--h5-font-size) !important;
  color: var(--text-color);
  font-weight: bold;
}

h6, .h6 {
  font-size: var(--h6-font-size) !important;
  color: var(--text-color);
  font-weight: bold;
}

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

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

/* End Headings */

/* Texts */

p, span, li, a, div, label, input, textarea, select, button {
  font-family: var(--default-font-family);
  color: var(--text-color);
}

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

.text-secondary {
  color: var(--secondary-text-color);
}

cite {
  font-style: normal !important;
  color: var(--primary-color) !important;
  font-size: 18px !important;
  font-weight: 600 !important;
}

ul li {
  list-style: disc;
  margin-left: 1.5rem;
}

/* End Texts */

/* Inputs */

.default-input{
  width: 100%;
}

.default-input:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.default-input {
  background: var(--input-background-color);
  border: var(--input-border-size) solid var(--input-border-color);
  border-radius: var(--input-border-radius);
  color: var(--input-text-color);
  height: var(--input-height);
  padding-left: var(--input-padding-x);
  padding-right: var(--input-padding-x);
  padding-top: var(--input-padding-y);
  padding-bottom: var(--input-padding-y);
}

.default-label {
  color: var(--label-text-color);
  font-size: var(--label-font-size);
  font-weight: var(--label-font-weight);
  padding-left: var(--label-padding-x);
  padding-right: var(--label-padding-x);
}

/* End Inputs */

/* ========================================= */

/* End Important Styles from project settings */

/* ========================================= */

/* Global */

.text-stroke {
  -webkit-text-stroke: 2px #ccff0010;
  /* zöld (#22c55e = green-500) */
  color: transparent;
}

.font-poppins {
  font-family: "Poppins", sans-serif;
}

.background-blue{
  background-image: url('../images/background-theme-02.jpg');
  background-size: cover;
  background-repeat: repeat;
}

@media (min-width: 1024px){
  .background-blue{
    background-attachment: fixed;
  }
}

.background-white{
  background-image: url('../images/background-theme-01.jpg');
  background-size: contain;
  background-repeat: repeat;
}

.default-container{
  margin-left: auto;
  margin-right: auto;
  width: 91.666667%;
}

@media (min-width: 1280px){
  .default-container{
    max-width: 1350px;
  }
}

.animation-all,
.animation-all *{
  transition-property: all;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

/* /Global */

/* Editior */

.content,
.content *{
  font-size: 15px;
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity, 1));
}

/* /Editior */

.box{
  border-radius: 1rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(23 23 23 / var(--tw-border-opacity, 1));
  background-color: rgb(23 23 23 / 0.3);
  padding: 1.5rem;
}

.h2{
  font-size: 1.875rem;
  line-height: 2.25rem;
}

/* Modals */

.model-container{
  position: fixed;
  top: 0.75rem;
  left: 50%;
  z-index: 9999999999;
  height: 100vh;
  max-height: calc(100vh - 200px);
  width: 91.666667%;
  --tw-translate-x: -50%;
  --tw-scale-x: 0;
  --tw-scale-y: 0;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-radius: 1.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(38 38 38 / var(--tw-border-opacity, 1));
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
  --tw-gradient-from: #000 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #171717 var(--tw-gradient-to-position);
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  opacity: 0;
  transition-property: all;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 1280px){
  .model-container{
    top: 50%;
    height: -moz-max-content;
    height: max-content;
    width: 900px;
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.modal-next,
.modal-prev{
  display: flex;
  height: 2rem;
  width: 2rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(64 64 64 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.modal-box{
  position: relative;
  height: 100%;
  width: 100vw;
  transition-property: all;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

/* /Modals */

/* Inputs */

.label{
  position: absolute;
  top: 50%;
  left: 0.75rem;
  z-index: 10;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.input{
  position: relative;
  height: 100%;
  width: 100%;
  background-color: transparent;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.input:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

select.input{
  position: relative;
  height: 100%;
  width: 100%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.75rem;
}

.input-container{
  position: relative;
  display: flex;
  height: 4rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity, 1));
  background-color: transparent;
}

.checkbox-container{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
}

/* .checkbox {
    @apply appearance-none checked:!bg-green-600/20 checked:!border-green-600 cursor-pointer !w-[30px] !h-[30px] !min-w-[30px] !min-h-[30px] !bg-white/5 !border-neutral-600;
}

.checkbox-label {
    @apply select-none text-sm text-neutral-500;
} */

input[type="checkbox"] {
  accent-color: black;
  display: flex;
  height: 1.75rem !important;
  min-height: 1.75rem !important;
  width: 1.75rem !important;
  min-width: 1.75rem !important;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  accent-color: #000;
}

input[type="checkbox"]:checked{
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/check.png) !important;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.shop-input-container{
  position: relative;
  display: flex;
  height: 55px;
  width: 100%;
  align-items: center;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
  background-color: rgb(250 250 250 / 0.2);
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shop-input{
  position: relative;
  height: 100%;
  width: 100%;
  border-radius: 0.5rem;
  background-color: transparent;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.shop-input:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.shop-label{
  position: absolute;
  top: 50%;
  left: 0.25rem;
  z-index: 10;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  cursor: pointer;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.shop-label::before{
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -10;
  height: 50%;
  width: 100%;
  background-color: transparent;
  transition-property: all;
  transition-delay: 100ms;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  --tw-content: '';
  content: var(--tw-content);
}

.shop-label::after{
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: -10;
  height: 50%;
  width: 100%;
  background-color: transparent;
  transition-property: all;
  transition-delay: 100ms;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  --tw-content: '';
  content: var(--tw-content);
}

.active.shop-label::before{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.active.shop-label::after{
  background-color: transparent;
}

.shop-label.active{
  top: 0px !important;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity, 1));
}

.shop-title{
  margin-bottom: 0.75rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.shop-input-container.textarea{
  height: 8rem !important;
}

.shop-input-container.textarea textarea{
  height: 100%;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.shop-input-container.textarea .shop-label{
  top: 1.25rem;
  left: 0.25rem;
}

/* /Inputs */

/* Content */

.post-content p{
  margin-bottom: 1.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.post-content h2{
  margin-bottom: 0.5rem;
  margin-top: 1.5rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(163 163 163 / var(--tw-border-opacity, 1));
  padding-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
  text-transform: uppercase;
}

.post-content h3{
  margin-bottom: 0.5rem;
  margin-top: 1.5rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(163 163 163 / var(--tw-border-opacity, 1));
  padding-bottom: 0.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  text-transform: uppercase;
}

.post-content h4,
.post-content h5,
.post-content h6{
  margin-bottom: 0.5rem;
  margin-top: 1.5rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(163 163 163 / var(--tw-border-opacity, 1));
  padding-bottom: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  text-transform: uppercase;
}

/* /Content */

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.animation-rotate {
  animation-name: rotate;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.animated-loading{
  --tw-translate-y: 30vh;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 0;
  transition-property: all;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.animated-loading.active{
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 1;
}

.floting {
  animation: floting 5s ease-in-out infinite;
}

@keyframes floting {
  0% {
    transform: translateY(0px) rotate(-30deg);
  }

  50% {
    transform: translateY(-20px) rotate(-30deg);
  }

  100% {
    transform: translateY(0px) rotate(-30deg);
  }
}

@media (min-width: 1280px) {
  .checkout-shadow {
    box-shadow: -10px 0px 15px #0000000d;
  }
}
