@import url('https://fonts.googleapis.com/css2?family=Gantari:ital,wght@0,100..900;1,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?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&display=swap');

/* Global */

html {
  scroll-behavior: smooth;
  scroll-padding: 80px;
}

* {
  font-family: "Gantari", sans-serif;
}

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

.font-primary {
  font-family: "Gantari", 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;
}

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

@media (min-width: 1100px and max-width: 1535px) {
  .container {
    max-width: 92% !important;
  }
}

.header-menu{
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

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

/* /Global */

/* Header */

header.active{
  height: 60px;
  --tw-bg-opacity: 1;
  background-color: rgb(26 25 28 / var(--tw-bg-opacity));
}

header.active .logo img{
  height: 2rem;
  width: auto;
}

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

header.active .phone-icon{
  height: 2.5rem !important;
  width: 2.5rem !important;
  min-width: 40px !important;
}

header.active .phone-icon i{
  font-size: 1.125rem;
  line-height: 1.75rem;
}

header.active .phone-label{
  font-size: 0.75rem;
  line-height: 1rem;
}

header.active .phone{
  font-size: 1rem;
  line-height: 1.5rem;
}

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

/* /Header */

/* Editior */

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

/* /Editior */

/* Buttons */

.btn{
  display: flex;
  height: 3.5rem;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  border-width: 2px;
  padding-left: 2rem;
  padding-right: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  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));
}

@media (min-width: 1024px){
  .btn{
    width: -moz-max-content;
    width: max-content;
  }
}

.btn-primary{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn-primary:hover{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 1 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 1 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.btn-secondary{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.btn-secondary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn-alternative{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 1 / var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn-alternative:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 1 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

/* /Buttons */

.box{
  border-radius: 1rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(23 23 23 / var(--tw-border-opacity));
  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));
  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));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.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));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  font-family: "Gantari", sans-serif;
}

.input{
  position: relative;
  height: 100%;
  width: 100%;
  background-color: transparent;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.75rem;
  font-family: "Gantari", sans-serif;
}

.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-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity));
}

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

.checkbox{
  height: 30px !important;
  min-height: 30px !important;
  width: 30px !important;
  min-width: 30px !important;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  --tw-border-opacity: 1 !important;
  border-color: rgb(82 82 82 / var(--tw-border-opacity)) !important;
  background-color: rgb(255 255 255 / 0.05) !important;
}

.checkbox:checked{
  --tw-border-opacity: 1 !important;
  border-color: rgb(22 163 74 / var(--tw-border-opacity)) !important;
  background-color: rgb(22 163 74 / 0.2) !important;
}

.checkbox-label{
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity));
}

/* /Inputs */

/* Content */

.post-content p{
  margin-bottom: 1.5rem;
  font-family: "Gantari", sans-serif;
  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));
  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));
  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));
  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);
  }
}

.raw-content *:not(:last-child){
  margin-bottom: 0.75rem;
}

.lightbox{
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 999999999999;
  display: none;
  height: 0px;
  width: 0px;
  --tw-translate-y: -50%;
  --tw-translate-x: -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));
  align-items: center;
  justify-content: center;
}

.lightbox.active{
  display: flex !important;
  height: 100% !important;
  width: 100% !important;
  opacity: 1;
}

.lightbox.inactive{
  max-height: 0px;
  opacity: 0;
}

.lightbox .close{
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  z-index: 50;
  height: 2.5rem;
  width: 2.5rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(38 38 38 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(38 38 38 / var(--tw-bg-opacity));
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity));
  transition-property: all;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.lightbox .close:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1280px){
  .lightbox .close{
    height: 3.5rem;
    width: 3.5rem;
  }
}

.lightbox .back-drop{
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.7;
}

.lightbox .prev,
.lightbox .next{
  position: absolute;
  top: 50%;
  z-index: 50;
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  --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));
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 1 / var(--tw-bg-opacity));
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  transition-property: all;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.lightbox .prev:hover,
.lightbox .next:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1280px){
  .lightbox .prev,
.lightbox .next{
    height: 3.5rem;
    width: 3.5rem;
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.lightbox .prev{
  left: 1.25rem;
}

.lightbox .next{
  right: 1.25rem;
}