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

/*
Theme Name: Gle! Optika
Theme URI: #
Author: AD ECLECTIC
Author URI: https://adeclectic.com/
Description: Gle! Optika is a lightweight starter theme without any libraries or frameworks, developed by AD ECLECTIC.
Requires at least: WordPress 6.0
Tested up to: WordPress 6.7
Requires PHP: 7.4
Version: 2.2.4

License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Tags: portfolio, blog, one-column, two-columns, right-sidebar, left-sidebar, custom-header, custom-menu, custom-colors, custom-logo, featured-images, rtl-language-support, footer-widgets, theme-options, threaded-comments, translation-ready

*/

* {
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

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

html,
body {
  padding: 0;
  margin: 0;
  font-size: 100%;
  color: #000;
  font-family: "Inter", sans-serif;
}

@media screen and (max-width: 1200px) {

  /*resize body rem */
  html,
  body {
    font-size: 100%;
  }
}


@media screen and (max-width: 960px) {

  /*resize body rem */
  html,
  body {
    font-size: 85%;
  }
}


@media screen and (max-width: 768px) {

  /*resize body rem */
  html,
  body {
    font-size: 76%;
  }
}

@media screen and (max-width: 480px) {

  /*resize body rem */
  html,
  body {
    font-size: 85%;
  }
}


/* Style reset */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button,
select {
  text-transform: none;
}

textarea {
  overflow: auto;
}

/* Font Helpers */

.f100 {
  font-weight: 100 !important;
}

.f200 {
  font-weight: 200 !important;
}

.f300 {
  font-weight: 300 !important;
}

.f400 {
  font-weight: 400 !important;
}

.f500 {
  font-weight: 500 !important;
}

.f600 {
  font-weight: 600 !important;
}

.f700 {
  font-weight: 700 !important;
}

.f800 {
  font-weight: 800 !important;
}

.f900 {
  font-weight: 900 !important;
}


/* Text Align */

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

@media screen and (max-width: 1200px) {

  .text-center-lg {
    text-align: center;
  }

  .text-left-lg {
    text-align: left;
  }

  .text-right-lg {
    text-align: right;
  }

}

@media screen and (max-width: 960px) {

  .text-center-md {
    text-align: center;
  }

  .text-left-md {
    text-align: left;
  }

  .text-right-md {
    text-align: right;
  }

}

@media screen and (max-width: 768px) {

  .text-center-sm {
    text-align: center;
  }

  .text-left-sm {
    text-align: left;
  }

  .text-right-sm {
    text-align: right;
  }

}

@media screen and (max-width: 480px) {

  .text-center-xs {
    text-align: center;
  }

  .text-left-xs {
    text-align: left;
  }

  .text-right-xs {
    text-align: right;
  }

}


/* Margin helpers */
.nomargin {
  margin: 0 !important;
}

.marbxxxl {
  margin-bottom: 16rem !important;
}

.marbxxl {
  margin-bottom: 11rem !important;
}

.marbxl {
  margin-bottom: 8rem !important;
}

.marbl {
  margin-bottom: 5.5rem !important;
}

.marbm {
  margin-bottom: 3.5rem !important;
}

.marbs {
  margin-bottom: 2rem !important;
}

.marbxs {
  margin-bottom: 1rem !important;
}

.marbxxs {
  margin-bottom: 0.5rem !important;
}

.marbnone {
  margin-bottom: 0 !important;
}

.martxxxl {
  margin-top: 16rem !important;
}

.martxxl {
  margin-top: 11rem !important;
}

.martxl {
  margin-top: 8rem !important;
}

.martl {
  margin-top: 5.5rem !important;
}

.martm {
  margin-top: 3.5rem !important;
}

.marts {
  margin-top: 2rem !important;
}

.martxs {
  margin-top: 1rem !important;
}

.martxxs {
  margin-top: 0.5rem !important;
}

.martnone {
  margin-top: 0 !important;
}


/* Padding helpers */
.nopad {
  padding: 0 !important;
}

.padtxxs {
  padding-top: 0.5rem !important;
}

.padtxs {
  padding-top: 1rem !important;
}

.padts {
  padding-top: 2rem !important;
}

.padtm {
  padding-top: 3.5rem !important;
}

.padtl {
  padding-top: 5.5rem !important;
}

.padtxl {
  padding-top: 8rem !important;
}

.padtxxl {
  padding-top: 11rem !important;
}

.padbxxs {
  padding-bottom: 0.5rem !important;
}

.padbxs {
  padding-bottom: 1rem !important;
}

.padbs {
  padding-bottom: 2rem !important;
}

.padbm {
  padding-bottom: 3.5rem !important;
}

.padbl {
  padding-bottom: 5.5rem !important;
}

.padbxl {
  padding-bottom: 8rem !important;
}

.padbxxl {
  padding-bottom: 11rem !important;
}


/* GRID */
.grid-center {
  justify-items: center !important;
}

.grid-left {
  justify-items: start !important;
}

.grid-right {
  justify-items: end !important;
}

.grid-v-center {
  align-items: center !important;
}

.grid-v-bottom {
  align-items: end !important;
}


/* Grid container */
.grid-1 {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 2rem;
}

.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 2rem;
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 2rem;
}

.grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 2rem;
}

.grid-5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 2rem;
}

.grid-6 {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 2rem;
}

.grid-7 {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-gap: 2rem;
}

.grid-8 {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-gap: 2rem;
}

.grid-9 {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  grid-gap: 2rem;
}

.grid-10 {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  grid-gap: 2rem;
}

.grid-11 {
  display: grid;
  grid-template-columns: repeat(11, 1fr);
  grid-gap: 2rem;
}

.grid-12 {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 2rem;
}

.grid-13 {
  display: grid;
  grid-template-columns: repeat(13, 1fr);
  grid-gap: 2rem;
}

.grid-14 {
  display: grid;
  grid-template-columns: repeat(14, 1fr);
  grid-gap: 2rem;
}

.grid-15 {
  display: grid;
  grid-template-columns: repeat(15, 1fr);
  grid-gap: 2rem;
}

.grid-16 {
  display: grid;
  grid-template-columns: repeat(16, 1fr);
  grid-gap: 2rem;
}




/* Grid child align */

/* Grid child span */
.span-1 {
  grid-column: span 1;
}

.span-2 {
  grid-column: span 2;
}

.span-3 {
  grid-column: span 3;
}

.span-4 {
  grid-column: span 4;
}

.span-5 {
  grid-column: span 5;
}

.span-6 {
  grid-column: span 6;
}

.span-7 {
  grid-column: span 7;
}

.span-8 {
  grid-column: span 8;
}

.span-9 {
  grid-column: span 9;
}

.span-10 {
  grid-column: span 10;
}

.span-11 {
  grid-column: span 11;
}

.span-12 {
  grid-column: span 12;
}

.span-13 {
  grid-column: span 13;
}

.span-14 {
  grid-column: span 14;
}

.span-15 {
  grid-column: span 15;
}


.gap-0 {
  grid-gap: 0 !important;
}

.gap-1 {
  grid-gap: 1rem !important;
}

.gap-2 {
  grid-gap: 2rem !important;
}

.gap-3 {
  grid-gap: 3rem !important;
}

.gap-4 {
  grid-gap: 4rem !important;
}

.gap-5 {
  grid-gap: 5rem !important;
}

.gap-6 {
  grid-gap: 6rem !important;
}

.gap-7 {
  grid-gap: 7rem !important;
}

.gap-8 {
  grid-gap: 8rem !important;
}


@media screen and (max-width: 1200px) {
  .grid-1-lg {
    grid-template-columns: 1fr;
  }

  .grid-2-lg {
    grid-template-columns: repeat(2, 1fr);
  }

  .grid-3-lg {
    grid-template-columns: repeat(3, 1fr);
  }

  .grid-4-lg {
    grid-template-columns: repeat(4, 1fr);
  }

  .grid-5-lg {
    grid-template-columns: repeat(5, 1fr);
  }

  .grid-6-lg {
    grid-template-columns: repeat(6, 1fr);
  }

  .grid-7-lg {
    grid-template-columns: repeat(7, 1fr);
  }

  .grid-8-lg {
    grid-template-columns: repeat(8, 1fr);
  }

  .grid-9-lg {
    grid-template-columns: repeat(9, 1fr);
  }

  .grid-10-lg {
    grid-template-columns: repeat(10, 1fr);
  }

  .grid-11-lg {
    grid-template-columns: repeat(11, 1fr);
  }

  .grid-12-lg {
    grid-template-columns: repeat(12, 1fr);
  }

  .grid-13-lg {
    grid-template-columns: repeat(13, 1fr);
  }

  .grid-14-lg {
    grid-template-columns: repeat(14, 1fr);
  }

  .grid-15-lg {
    grid-template-columns: repeat(15, 1fr);
  }

  .grid-16-lg {
    grid-template-columns: repeat(16, 1fr);
  }

  .span-1-lg {
    grid-column: span 1;
  }

  .span-2-lg {
    grid-column: span 2;
  }

  .span-3-lg {
    grid-column: span 3;
  }

  .span-4-lg {
    grid-column: span 4;
  }

  .span-5-lg {
    grid-column: span 5;
  }

  .span-6-lg {
    grid-column: span 6;
  }

  .span-7-lg {
    grid-column: span 7;
  }

  .span-8-lg {
    grid-column: span 8;
  }

  .span-9-lg {
    grid-column: span 9;
  }

  .span-10-lg {
    grid-column: span 10;
  }

  .span-11-lg {
    grid-column: span 11;
  }

  .span-12-lg {
    grid-column: span 12;
  }

  .span-13-lg {
    grid-column: span 13;
  }

  .span-14-lg {
    grid-column: span 14;
  }

  .span-15-lg {
    grid-column: span 15;
  }


  .gap-0-lg {
    grid-gap: 0 !important;
  }

  .gap-1-lg {
    grid-gap: 1rem !important;
  }

  .gap-2-lg {
    grid-gap: 2rem !important;
  }

  .gap-3-lg {
    grid-gap: 3rem !important;
  }

  .gap-4-lg {
    grid-gap: 4rem !important;
  }

  .gap-5-lg {
    grid-gap: 5rem !important;
  }

  .gap-6-lg {
    grid-gap: 6rem !important;
  }

  .gap-7-lg {
    grid-gap: 7rem !important;
  }

  .gap-8-lg {
    grid-gap: 8rem !important;
  }
}

@media screen and (max-width: 960px) {
  .grid-1-md {
    grid-template-columns: 1fr;
  }

  .grid-2-md {
    grid-template-columns: repeat(2, 1fr);
  }

  .grid-3-md {
    grid-template-columns: repeat(3, 1fr);
  }

  .grid-4-md {
    grid-template-columns: repeat(4, 1fr);
  }

  .grid-5-md {
    grid-template-columns: repeat(5 1fr);
  }

  .grid-6-md {
    grid-template-columns: repeat(6, 1fr);
  }

  .grid-7-md {
    grid-template-columns: repeat(7, 1fr);
  }

  .grid-8-md {
    grid-template-columns: repeat(8, 1fr);
  }

  .grid-9-md {
    grid-template-columns: repeat(9, 1fr);
  }

  .grid-10-md {
    grid-template-columns: repeat(10, 1fr);
  }

  .grid-11-md {
    grid-template-columns: repeat(11, 1fr);
  }

  .grid-12-md {
    grid-template-columns: repeat(12, 1fr);
  }

  .grid-13-md {
    grid-template-columns: repeat(13, 1fr);
  }

  .grid-14-md {
    grid-template-columns: repeat(14, 1fr);
  }

  .grid-15-md {
    grid-template-columns: repeat(15, 1fr);
  }

  .grid-16-md {
    grid-template-columns: repeat(16, 1fr);
  }

  .span-1-md {
    grid-column: span 1;
  }

  .span-2-md {
    grid-column: span 2;
  }

  .span-3-md {
    grid-column: span 3;
  }

  .span-4-md {
    grid-column: span 4;
  }

  .span-5-md {
    grid-column: span 5;
  }

  .span-6-md {
    grid-column: span 6;
  }

  .span-7-md {
    grid-column: span 7;
  }

  .span-8-md {
    grid-column: span 8;
  }

  .span-9-md {
    grid-column: span 9;
  }

  .span-10-md {
    grid-column: span 10;
  }

  .span-11-md {
    grid-column: span 11;
  }

  .span-12-md {
    grid-column: span 12;
  }

  .span-13-md {
    grid-column: span 13;
  }

  .span-14-md {
    grid-column: span 14;
  }

  .span-15-md {
    grid-column: span 15;
  }

  .gap-0-md {
    grid-gap: 0 !important;
  }

  .gap-1-md {
    grid-gap: 1rem !important;
  }

  .gap-2-md {
    grid-gap: 2rem !important;
  }

  .gap-3-md {
    grid-gap: 3rem !important;
  }

  .gap-4-md {
    grid-gap: 4rem !important;
  }

  .gap-5-md {
    grid-gap: 5rem !important;
  }

  .gap-6-md {
    grid-gap: 6rem !important;
  }

  .gap-7-md {
    grid-gap: 7rem !important;
  }

  .gap-8-md {
    grid-gap: 8rem !important;
  }
}

@media screen and (max-width: 768px) {
  .grid-1-sm {
    grid-template-columns: 1fr;
  }

  .grid-2-sm {
    grid-template-columns: repeat(2, 1fr);
  }

  .grid-3-sm {
    grid-template-columns: repeat(3, 1fr);
  }

  .grid-4-sm {
    grid-template-columns: repeat(4, 1fr);
  }

  .grid-5-sm {
    grid-template-columns: repeat(5, 1fr);
  }

  .grid-6-sm {
    grid-template-columns: repeat(6, 1fr);
  }

  .grid-7-sm {
    grid-template-columns: repeat(7, 1fr);
  }

  .grid-8-sm {
    grid-template-columns: repeat(8, 1fr);
  }

  .grid-9-sm {
    grid-template-columns: repeat(9, 1fr);
  }

  .grid-10-sm {
    grid-template-columns: repeat(10, 1fr);
  }

  .grid-11-sm {
    grid-template-columns: repeat(11, 1fr);
  }

  .grid-12-sm {
    grid-template-columns: repeat(12, 1fr);
  }

  .grid-13-sm {
    grid-template-columns: repeat(13, 1fr);
  }

  .grid-14-sm {
    grid-template-columns: repeat(14, 1fr);
  }

  .grid-15-sm {
    grid-template-columns: repeat(15, 1fr);
  }

  .grid-16-sm {
    grid-template-columns: repeat(16, 1fr);
  }

  .span-1-sm {
    grid-column: span 1;
  }

  .span-2-sm {
    grid-column: span 2;
  }

  .span-3-sm {
    grid-column: span 3;
  }

  .span-4-sm {
    grid-column: span 4;
  }

  .span-5-sm {
    grid-column: span 5;
  }

  .span-6-sm {
    grid-column: span 6;
  }

  .span-7-sm {
    grid-column: span 7;
  }

  .span-8-sm {
    grid-column: span 8;
  }

  .span-9-sm {
    grid-column: span 9;
  }

  .span-10-sm {
    grid-column: span 10;
  }

  .span-11-sm {
    grid-column: span 11;
  }

  .span-12-sm {
    grid-column: span 12;
  }

  .span-13-sm {
    grid-column: span 13;
  }

  .span-14-sm {
    grid-column: span 14;
  }

  .span-15-sm {
    grid-column: span 15;
  }

  .gap-0-sm {
    grid-gap: 0 !important;
  }

  .gap-1-sm {
    grid-gap: 1rem !important;
  }

  .gap-2-sm {
    grid-gap: 2rem !important;
  }

  .gap-3-sm {
    grid-gap: 3rem !important;
  }

  .gap-4-sm {
    grid-gap: 4rem !important;
  }

  .gap-5-sm {
    grid-gap: 5rem !important;
  }

  .gap-6-sm {
    grid-gap: 6rem !important;
  }

  .gap-7-sm {
    grid-gap: 7rem !important;
  }

  .gap-8-sm {
    grid-gap: 8rem !important;
  }
}

@media screen and (max-width: 480px) {
  .grid-1-xs {
    grid-template-columns: 1fr;
  }

  .grid-2-xs {
    grid-template-columns: repeat(2, 1fr);
  }

  .grid-3-xs {
    grid-template-columns: repeat(3, 1fr);
  }

  .grid-4-xs {
    grid-template-columns: repeat(4, 1fr);
  }

  .grid-5-xs {
    grid-template-columns: repeat(5, 1fr);
  }

  .grid-6-xs {
    grid-template-columns: repeat(6, 1fr);
  }

  .grid-7-xs {
    grid-template-columns: repeat(7, 1fr);
  }

  .grid-8-xs {
    grid-template-columns: repeat(8, 1fr);
  }

  .grid-9-xs {
    grid-template-columns: repeat(9, 1fr);
  }

  .grid-10-xs {
    grid-template-columns: repeat(10, 1fr);
  }

  .grid-11-xs {
    grid-template-columns: repeat(11, 1fr);
  }

  .grid-12-xs {
    grid-template-columns: repeat(12, 1fr);
  }

  .grid-13-xs {
    grid-template-columns: repeat(13, 1fr);
  }

  .grid-14-xs {
    grid-template-columns: repeat(14, 1fr);
  }

  .grid-15-xs {
    grid-template-columns: repeat(15, 1fr);
  }

  .grid-16-xs {
    grid-template-columns: repeat(16, 1fr);
  }

  .span-1-xs {
    grid-column: span 1;
  }

  .span-2-xs {
    grid-column: span 2;
  }

  .span-3-xs {
    grid-column: span 3;
  }

  .span-4-xs {
    grid-column: span 4;
  }

  .span-5-xs {
    grid-column: span 5;
  }

  .span-6-xs {
    grid-column: span 6;
  }

  .span-7-xs {
    grid-column: span 7;
  }

  .span-8-xs {
    grid-column: span 8;
  }

  .span-9-xs {
    grid-column: span 9;
  }

  .span-10-xs {
    grid-column: span 10;
  }

  .span-11-xs {
    grid-column: span 11;
  }

  .span-12-xs {
    grid-column: span 12;
  }

  .span-13-xs {
    grid-column: span 13;
  }

  .span-14-xs {
    grid-column: span 14;
  }

  .span-15-xs {
    grid-column: span 15;
  }

  .gap-0-xs {
    grid-gap: 0 !important;
  }

  .gap-1-xs {
    grid-gap: 1rem !important;
  }

  .gap-2-xs {
    grid-gap: 2rem !important;
  }

  .gap-3-xs {
    grid-gap: 3rem !important;
  }

  .gap-4-xs {
    grid-gap: 4rem !important;
  }

  .gap-5-xs {
    grid-gap: 5rem !important;
  }

  .gap-6-xs {
    grid-gap: 6rem !important;
  }

  .gap-7-xs {
    grid-gap: 7rem !important;
  }

  .gap-8-xs {
    grid-gap: 8rem !important;
  }
}


.hidden {
  display: none !important;
}

.block {
  display: block !important;
}

.inline {
  display: inline !important;
}

.inline-block {
  display: inline-block !important;
}


@media screen and (max-width: 1200px) {

  .hidden-lg {
    display: none !important;
  }

  .block-lg {
    display: block !important;
  }

  .inline-lg {
    display: inline !important;
  }

  .inline-block-lg {
    display: inline-block !important;
  }

}

@media screen and (max-width: 960px) {

  .hidden-md {
    display: none !important;
  }

  .block-md {
    display: block !important;
  }

  .inline-md {
    display: inline !important;
  }

  .inline-block-md {
    display: inline-block !important;
  }

}

@media screen and (max-width: 768px) {

  .hidden-sm {
    display: none !important;
  }

  .block-sm {
    display: block !important;
  }

  .inline-sm {
    display: inline !important;
  }

  .inline-block-sm {
    display: inline-block !important;
  }

}

@media screen and (max-width: 480px) {

  .hidden-xs {
    display: none !important;
  }

  .block-xs {
    display: block !important;
  }

  .inline-xs {
    display: inline !important;
  }

  .inline-block-xs {
    display: inline-block !important;
  }

}

/* Postions */
.relative {
  position: relative !important;
}

.absolute {
  position: absolute !important;
}

.fixed {
  position: fixed !important;
}

/* Images */
.background-cover {
  background-size: cover !important;
  background-position: center !important;
}

.responsive {
  max-width: 100%;
  height: auto;
}

.responsive-full {
  width: 100%;
  height: auto;
}

.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.circle {
  border-radius: 50%;
}


/* SHOW HAND ON HOVER */
.show-hand:hover {
  cursor: pointer !important;
}

/* COLORS */
:root {
  --prim-color: #73B0C4;
  --prim-light-color: #B9D7E1;
  --prim-dark-color: #3A5862;
  --sec-color: #1A2441;
  --sec-light-color: #8C91A0;
  --sec-dark-color: #0D1221;
  --highlight-color: #BB16A3;
  --highlight-light-color: #eb3fd1;
  --highlight-dark-color: #8d0078;
  --grey: #888888;
}


/* FONT SIZES */
h1 {
  font-size: 3.75rem;
  line-height: 3.5rem;
}

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

h3 {
  font-size: 2rem;
  letter-spacing: -0.04rem;
}

h4 {
  font-size: 1.75rem;

}

h5 {
  font-size: 1.5rem;
  line-height: 1.9rem;
}

h6 {
  font-size: 1.3rem;
  line-height: 2rem;
}

p {
  font-size: 1rem;
  line-height: 1.5rem;
  margin: 0 0 1rem 0;
}

p.small {
  font-size: 0.875rem;
  line-height: 1.2rem;
}

ul li {
  font-size: 1rem;
}


@media screen and (max-width: 1100px) {

  h1 {
    font-size: 5.3vw;
    line-height: 5.8vw;
  }

  h2 {
    font-size: 3rem;
    line-height: 3.5rem;
  }

  h3 {
    font-size: 2.8vw;
  }

  p {
    font-size: 1.15rem;
    line-height: 1.6rem;
  }

}

@media screen and (max-width: 768px) {

  h1 {
    font-size: 10.3vw;
    line-height: 10.8vw;
  }

  h3 {
    font-size: 5.4vw;
  }

}



/* LINKS */
a {
  text-decoration: none;
  transition: 0.6s all;
  color: var(--highlight-color);
}

a:hover {
  transition: 0.6s all;
  color: var(--highlight-light-color);
}




/* COLORS */
.cwhi {
  color: #fff !important;
}

.bgwhi {
  background-color: #fff !important;
}

.hwhi:hover {
  color: #fff !important;
}

.cbla {
  color: #000 !important;
}

.bgbla {
  background-color: #000 !important;
}

.hbla:hover {
  color: #000 !important;
}

.cgrey {
  color: var(--grey) !important;
}

.bggrey {
  background-color: var(--grey) !important;
}

.hgrey:hover {
  color: var(--grey) !important;
}

.cltgrey {
  color: #e8e8e8 !important;
}

.bgltgrey {
  background-color: #e8e8e8 !important;
}

.hltgrey:hover {
  color: #e8e8e8 !important;
}

.cdgrey {
  color: #2c2c2c !important;
}

.bgdgrey {
  background-color: #2c2c2c !important;
}

.hdgrey:hover {
  color: #2c2c2c !important;
}

.cred {
  color: var(--red) !important;
}

.bgred {
  background-color: var(--red) !important;
}

.hred:hover {
  color: var(--red) !important;
}

.cdred {
  color: #750014 !important;
}

.bgdred {
  background-color: #750014 !important;
}

.hdred:hover {
  color: #750014 !important;
}

.cblu {
  color: var(--prim-color) !important;
}

.bgblu {
  background-color: var(--prim-color) !important;
}

.hblu:hover {
  color: var(--prim-color) !important;
}

.cdblu {
  color: var(--prim-dark-color) !important;
}

.bgdblu {
  background-color: var(--prim-dark-color) !important;
}

.hdblu:hover {
  color: var(--prim-dark-color) !important;
}

.cltblu {
  color: var(--prim-light-color) !important;
}

.bgltblu {
  background-color: var(--prim-light-color) !important;
}

.hltblu:hover {
  color: var(--prim-light-color) !important;
}

.chigh {
  color: var(--highlight-color) !important;
}

.bghigh {
  background-color: var(--highlight-color) !important;
}

.hhigh:hover {
  color: var(--highlight-color) !important;
}

.cdhigh {
  color: var(--highlight-dark-color) !important;
}

.bgdhigh {
  background-color: var(--highlight-dark-color) !important;
}

.hdhigh:hover {
  color: var(--highlight-dark-color) !important;
}

.clthigh {
  color: var(--highlight-light-color) !important;
}

.bglthigh {
  background-color: var(--highlight-light-color) !important;
}

.hlthigh:hover {
  color: var(--highlight-light-color) !important;
}


/* Buttons */

.scroll-to-top {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 1000;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.btn-side-grey {
  background-color: #F1F1F1;
  font-size: 0.8rem;
  color: #000;
  font-weight: 600;
  padding: 1rem 1.7rem;
  display: inline-block;
  width: 100%;
  margin-bottom: 0.2rem;
  transition: all 0.8s;
}

.btn-side-grey:hover {
  background-color: #313131;
  color: #fff;
  transition: all 0.8s;
}

@media screen and (max-width: 768px) {
  .btn-side-grey {
    width: auto;
  }
}

.btn-icon {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  font-size: 0.8rem;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.02rem;
  width: 100%;
  margin-bottom: 0.2rem;
  transition: all 0.8s;
}

.btn-icon div:first-child {
  padding: 1rem 1rem;
}

.btn-icon div:last-child {
  text-align: center;
}

.btn-icon img {
  height: 1.5rem;
}

/* Red button */
.btn-high {
  font-size: 1.6rem;
  border: none !important;
  /*border-radius: 2rem;*/
  min-width: 90%;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.02rem;
  white-space: nowrap;
  text-align: center;
  padding: 1rem 1rem;
  margin-bottom: 0.2rem;
  background-color: var(--highlight-color);
  transition: all 0.6s;
  cursor: pointer;
  display: inline-block;
}

.btn-high:hover {
  background-color: var(--highlight-light-color);
  color: #fff;
  box-shadow: 0px 0px 15px 3px rgba(238, 95, 254, 0.35);
  transition: all 0.6s
}

.btn-bla {
  font-size: 1.6rem;
  border: none !important;
  /*border-radius: 2rem;*/
  width: 100%;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.02rem;
  white-space: nowrap;
  text-align: center;
  padding: 1rem 1rem;
  margin-bottom: 0.2rem;
  background-color: #000;
  transition: all 0.6s;
  cursor: pointer;
  display: inline-block;
}

.btn-bla:hover {
  background-color: #2c2c2c;
  color: #fff;
  transition: all 0.6s
}

.btn-red-small {
  font-size: 0.9rem;
  border-radius: 10px;
  color: #fff;
  font-weight: 900;
  letter-spacing: 0.02rem;
  white-space: nowrap;
  padding: 0.8rem 2rem;
  margin-bottom: 0.2rem;
  background-color: var(--red);
  transition: all 0.6s;
  cursor: pointer;
}

.btn-red-small:hover {
  background-color: #750014;
  transition: all 0.6s
}

.btn-ltred {
  font-size: 1.2rem;
  border-radius: 6px;
  color: #fff;
  font-weight: 900;
  letter-spacing: 0.02rem;
  white-space: nowrap;
  padding: 1.5rem 3rem;
  margin-bottom: 0.2rem;
  background-color: #c6535e;
  transition: all 0.6s;
  cursor: pointer;
}

.btn-ltred:hover {
  background-color: #750014;
  color: #fff;
  transition: all 0.6s
}

/* White outline button */
.btn-o-whi {
  border: 2px solid #fff;
  background-color: transparent;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.02rem;
  text-transform: uppercase;
  color: #fff;
  padding: 0.75rem 2.5rem;
  display: inline-block;
  transition: all 0.8s;
}

.btn-o-whi:hover {
  border: 2px solid #D7030A;
  background-color: #D7030A;
  color: #fff;
  transition: all 0.8s;
}

/* Grey outline button */
.btn-o-grey {
  border: 2px solid #5B5B5B;
  background-color: transparent;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.02rem;
  text-transform: uppercase;
  color: #5B5B5B;
  padding: 0.75rem 2.5rem;
  display: inline-block;
  transition: all 0.8s;
}

.btn-o-grey:hover {
  border: 2px solid #000;
  background-color: #000;
  color: #fff;
  transition: all 0.8s;
}

/* Green outline button */
.btn-o-green {
  border: 2px solid var(--zelena);
  border-radius: 6px;
  background-color: transparent;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0.02rem;
  text-transform: uppercase;
  color: var(--zelena);
  padding: 0.75rem 3.5rem;
  display: inline-block;
  transition: all 0.8s;
}

.btn-o-green:hover {
  border: 2px solid var(--zelena);
  background-color: var(--zelena);
  color: #fff;
  transition: all 0.8s;
}






/* Wrapps */

.maxwrapp {
  width: 80rem;
  max-width: 100%;
  padding-left: 4rem;
  padding-right: 4rem;
  margin-left: auto;
  margin-right: auto;
}

.bigwrapp {
  width: 64rem;
  max-width: 100%;
  padding-left: 4rem;
  padding-right: 4rem;
  margin-left: auto;
  margin-right: auto;
}

.midwrapp {
  width: 80rem;
  max-width: 100%;
  padding-left: 4rem;
  padding-right: 4rem;
  margin-left: auto;
  margin-right: auto;
}

.smallwrapp {
  width: 60rem;
  max-width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  margin-left: auto;
  margin-right: auto;
}

.sliderwrapp {
  width: 52rem;
  max-width: 100%;
  padding-left: 8rem;
  padding-right: 8rem;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {

  .maxwrapp,
  .bigwrapp,
  .midwrapp,
  .smallwrapp {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .wrappnopadding {
    margin-left: -3rem;
    margin-right: -3rem;
  }
}


/* LINES */
span.title {
  width: 3rem;
  border-top: 3px solid #FF0000;
  display: inline-block;
  margin-left: 1rem;
  margin-bottom: 0.25rem;
}



/* INPUTS */
input {
  font-size: 1.25rem;
  font-weight: 400;
  padding: 0.5rem 0.7rem;
  border: 1px solid #42413C;
  width: 100%;
  color: #000;
  background-color: transparent;
  transition: all 0.6s;
}

input:active,
input:focus {
  padding-left: 7%;
  padding-right: 7%;
  transition: all 0.6s;
}

input::placeholder {
  color: #666;
  font-weight: 500;
}

select {
  font-size: 1.25rem;
  font-weight: 400;
  padding: 0.5rem 0.7rem;
  border: 1px solid #42413C;
  width: 100%;
  color: #000;
  background-color: transparent;
  transition: all 0.6s;
}

select:active,
select:focus {
  padding-left: 7%;
  padding-right: 7%;
  transition: all 0.6s;
}


textarea {
  font-size: 1.25rem;
  font-weight: 400;
  padding: 0.5rem 0.7rem;
  border: 1px solid #42413C;
  width: 100%;
  height: 8rem;
  color: #000;
  background-color: transparent;
  transition: all 0.6s;
}

textarea:active,
textarea:focus {
  width: 100%;
  padding-left: 3.5%;
  padding-right: 3.5%;
  transition: all 0.6s;
}

textarea::placeholder {
  color: #555555;
  font-weight: 500;
}



input.search {
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0.85rem 1rem;
  border: none;
  background-color: transparent;
  width: 85%;
  color: #fff;
  border-radius: 0;
  transition: all 0.8s;
}

input.search::placeholder {
  color: #fff;
}

input.search:active,
input.search:focus {
  box-shadow: none;
  outline-width: 0;
  transition: all 0.8s;
}



/* PAGINATION */

.pagination p {
  text-align: center;
}

.pagination a.prev,
.pagination a.next {
  font-size: 2rem !important;
  font-weight: 400 !important;
  vertical-align: middle;
  background-color: transparent !important;
  color: #F24C27 !important;
}

.pagination a.page-numbers {
  font-size: 0.75rem;
  background-color: #313131;
  color: #fff;
  font-weight: 700;
  padding: 0.7rem 1.3rem;
  margin: 0 0.5rem;
  border-radius: 2rem;
  display: inline-block;
  transition: all 0.8s;
}

.pagination a.page-numbers:hover {
  background-color: #F24C27;
  color: #fff;
  transition: all 0.8s;
}

.pagination span.current {
  background-color: #F24C27;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.7rem 1.3rem;
  margin: 0 0.5rem;
  border-radius: 2rem;
  display: inline-block;
  transition: all 0.8s;
}








/* HEADER */
.header {
  position: relative;
}

.header-slider {
  height: 22rem;
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}


.header-slider .overlay {
  position: absolute;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  z-index: 10;
}


.header-slider .headline {
  position: absolute;
  /* Vertical center*/
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  z-index: 20;
}


.header-logo {
  width: 7rem;
  text-align: left;
  padding-top: 0rem;
  padding-bottom: 0rem;
  display: block;
  transition: all 0.6s ease;
}

#header-menu {
  padding: 1rem 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  transition: background-color 0.3s ease, top 0.3s ease;
  background-color: #2c2c2c
}


@media screen and (max-width: 768px) {

  .header-slider-mobile .sliderwrapp {
    width: 100%;
    padding-top: 56.25%;
    position: relative;
  }

  .header-slider-mobile .overlay {
    position: absolute;
    top: 0;
    left: 0;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    z-index: 10;
  }

}



@media screen and (max-width: 480px) {

  #header-menu>div {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

}


/* BIG NUMBERS */
.big-numbers {
  display: grid;
  grid-template-columns: 1fr 1px 2fr;
  gap: 4rem;
}

.big-numbers .single-number {
  margin-bottom: 3rem;
}

.big-numbers .single-number:last-child {
  margin-bottom: 0;
}

.big-numbers .single-line {
  width: 100%;
  height: 100%;
}


@media screen and (max-width: 1270px) {

  .big-numbers {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .big-numbers .single-line {
    height: 1px;
  }
}


/* LEAF FOR TITLES */
.leaf-title {
  position: absolute;
  top: 0;
  right: -1rem;
  z-index: -1;
}

.leaf-title img {
  height: 8rem;
}

@media screen and (max-width: 768px) {

  .leaf-title {
    right: 0;
  }

  .leaf-title img {
    height: 7rem;
  }

}

@media screen and (max-width: 480px) {

  .leaf-title img {
    height: 6rem;
  }

}



/* block with content to 100% width on left or right >>>>>>>>>> */
.partners-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16rem;
}

.partners-image-left {
  border-radius: 0 2rem 2rem 0;
  text-align: right;
}

.partners-image-left .logo {
  display: inline-block;
  max-width: 41rem;
  width: 100%;
  padding: 5.5rem 0 5.5rem 4rem;
  text-align: left;
}

.partners-image-left .logo img {
  width: 18.5rem;
}

.partners-image-left .product {
  position: absolute;
  right: -9.5rem;
  bottom: -9rem;
}

.partners-image-left .product img {
  width: 34rem;
}

.partners-title-right {
  max-width: 37rem;
  width: 100%;
}

.show-partners-max {
  display: block;
}

.hide-partners-max {
  display: none;
}

@media screen and (max-width: 1500px) {

  .partners-container {
    grid-template-columns: 1fr;
    gap: 4rem;
    padding: 0 4rem;
  }

  .partners-image-left {
    border-radius: 2rem;
    text-align: center;
  }

  .partners-image-left .logo {
    padding: 5.5rem 0 7rem 0;
    text-align: center;
  }

  .partners-image-left .product {
    position: absolute;
    right: -4rem;
    bottom: -8rem;
  }

  .partners-image-left .product img {
    width: 30rem;
  }

  .show-partners-max {
    display: none;
  }

  .hide-partners-max {
    display: block;
  }

  .partners-title-right {
    max-width: 100%;
    padding-right: 0;
  }

}


@media screen and (max-width: 768px) {

  .partners-image-left .logo {
    padding: 5.5rem 0 15rem 0;
  }

}


.partners-image-right {
  border-radius: 2rem 0 0 2rem;
  text-align: left;
}

.partners-image-right .logo {
  display: inline-block;
  max-width: 41rem;
  width: 100%;
  padding: 5.5rem 4rem 5.5rem 0;
  text-align: right;
}

.partners-image-right .logo img {
  width: 18.5rem;
}

.partners-image-right .product {
  position: absolute;
  left: -9.5rem;
  bottom: -9rem;
}

.partners-image-right .product img {
  width: 26rem;
}

.partners-text-left {
  text-align: right;
}

.partners-title-left {
  max-width: 41rem;
  width: 100%;
  padding-left: 4rem;
  display: inline-block;
  text-align: left;
}

@media screen and (max-width: 1500px) {

  .partners-container {
    grid-template-columns: 1fr;
    gap: 4rem;
    padding: 0 4rem;
  }

  .partners-image-right {
    border-radius: 2rem;
    text-align: center;
  }

  .partners-image-right .logo {
    padding: 5.5rem 0 7rem 0;
    text-align: center;
  }

  .partners-image-right .product {
    position: absolute;
    left: -4rem;
    bottom: -8rem;
  }

  .partners-image-right .product img {
    width: 21rem;
  }

  .partners-title-left {
    max-width: 100%;
    padding-left: 0;
  }

}


@media screen and (max-width: 768px) {

  .partners-image-right .logo {
    padding: 5.5rem 0 13rem 0;
  }

}


/* <<<<<<<<<<<< block with content to 100% width on left or right */

/* BLOCK WITH IMAGE TO THE EDGE */
.max-edge-right {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6rem;
  /*width: 116rem;
    max-width: 100%;*/
  /*padding-left: 4rem;
    padding-right: 4rem;*/
  margin-left: auto;
  margin-right: auto;
}

.max-edge-right .text-block {
  text-align: right;
}

.max-edge-right .text-left {
  max-width: 55rem;
  width: 100%;
  padding-left: 4rem;
  display: inline-block;
  text-align: left;
}

.max-edge-right .edge-image {
  width: 100%;
  height: 44rem;
  border-radius: 2rem 0 0 2rem;
}


@media screen and (max-width: 1200px) {

  .max-edge-right {
    grid-template-columns: 1fr;
    gap: 4rem;
    padding: 0 4rem;
  }

  .max-edge-right .text-block {
    text-align: auto;
  }

  .max-edge-right .text-left {
    max-width: 100%;
    padding-left: 0;
  }

  .max-edge-right .edge-image {
    width: 100%;
    height: 44rem;
    border-radius: 2rem;
  }

}

@media screen and (max-width: 960px) {

  .max-edge-right {
    gap: 2rem;
    padding: 0 2rem;
  }

}





/* MISSION VISION PURPOSE */

.mission-vision-purpose-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.mission-vision-purpose-link {
  color: #fff;
  cursor: pointer;
  transition: all 0.8s;
  position: relative;
}

.mission-vision-purpose-link:after {
  position: absolute;
  background-image: url('../img/mission-arrow.png');
  background-size: 49px 40px;
  width: 49px;
  height: 40px;
  top: 50%;
  right: -4rem;
  transform: translateY(-50%);
  margin-left: 0;
  content: '';
  display: inline-block;
  opacity: 0;
  transition: all 0.8s;
}

.mission-vision-purpose-link:hover {
  color: #B9D7E1;
  cursor: pointer;
  transition: all 0.8s;
}

.mission-vision-purpose-link:hover:after {
  position: absolute;
  background-image: url('../img/mission-arrow.png');
  background-size: 49px 40px;
  width: 49px;
  height: 40px;
  top: 50%;
  right: -4rem;
  transform: translateY(-50%);
  margin-left: 0;
  content: '';
  display: inline-block;
  transition: all 0.8s;
}

.mission-vision-purpose-active {
  color: #B9D7E1;
  cursor: pointer;
  transition: all 0.8s;
  display: inline-block;
  position: relative;
}

.mission-vision-purpose-active:hover {
  color: #B9D7E1;
  cursor: pointer;
  transition: all 0.8s;
}

.mission-vision-purpose-active:after {
  position: absolute;
  background-image: url('../img/mission-arrow.png');
  background-size: 49px 40px;
  width: 49px;
  height: 40px;
  top: 50%;
  right: -4rem;
  transform: translateY(-50%);
  margin-left: 0;
  content: '';
  display: inline-block;
  transition: all 0.8s;
}

@media screen and (max-width: 768px) {

  .mission-vision-purpose-link:after {
    background-size: 33px 27px;
    width: 33px;
    height: 27px;
    right: -4rem;
  }

  .mission-vision-purpose-link:hover:after {
    background-size: 33px 27px;
    width: 33px;
    height: 27px;
    right: -4rem;
  }

  .mission-vision-purpose-active:after {
    background-size: 33px 27px;
    width: 33px;
    height: 27px;
    right: -4rem;
  }


}


/* BRANDS TRI KUCICE */
.brands-3-boxes .brand-first {
  border-radius: 2rem;
  width: 100%;
  height: 100%;
  padding-top: 3rem;
  padding-bottom: 18rem;
}

.brands-3-boxes .brand-first>img {
  max-width: 60%;
}

.brands-3-boxes .brand-first>div {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: -20%;
  width: 80%;
}


.brands-3-boxes .brand-second {
  width: 100%;
  height: 100%;
  border-radius: 2rem;
  min-height: 30rem;
}

.brands-3-boxes .brand-third {
  background-color: #EDEDED;
  width: 100%;
  height: 100%;
  border-radius: 2rem;
  padding: 3rem 20%;
}

.brands-3-boxes .brand-third>div {
  top: 50%;
  transform: translateY(-50%);
  position: relative;
}


@media screen and (max-width: 1200px) {

  .brands-3-boxes .brand-first {
    padding-bottom: 12rem;
  }

  .brands-3-boxes .brand-first>div {
    bottom: -15%;
  }

}

@media screen and (max-width: 960px) {

  .brands-3-boxes .brand-first {
    padding-bottom: 12rem;
  }

  .brands-3-boxes .brand-first>div {
    bottom: -15%;
  }

  .brands-3-boxes .brand-first>div {
    bottom: -20%;
    width: 80%;
  }

}






/* KONTAKT */
.kontaktforma .smallwrapp div {
  row-gap: 0 !important;
  column-gap: 2rem;
}


/* FOOTER */
footer img {
  width: 2rem;
}





.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  grid-auto-rows: 200px;
  grid-gap: 5px;
  grid-auto-flow: dense;
}

.gallery-grid img {
  width: 100%;
  height: 100%;
}

.gal-horizontal {
  grid-column: span 2;
}

.gal-vertical {
  grid-row: span 2;
}

.gal-big {
  grid-column: span 2;
  grid-row: span 2;
}


/* PROIZVODI */

.title-line {
  position: absolute;
  height: 80px;
  width: 30%;
  background-color: var(--red);
  bottom: -40px;
  right: 0;
}

@media screen and (max-width: 768px) {

  .title-line {
    height: 60px;
    bottom: -30px;
  }

}




/* Navigation */

nav .topnav {
  /*background-color: #333;*/
  overflow: hidden;
}

/* Style the links inside the navigation bar */
nav .topnav a {
  color: #fff;
  text-align: center;
  padding: 0.9rem 1.1rem;
  text-decoration: none;
  font-size: 1.25rem;
  font-weight: 500;
  /*background-color: rgba(0, 0, 0, 0);*/
  transition: 0.6s all;
  display: inline-block;
  position: relative;
  overflow: visible !important;
}

nav .topnav a::before {
  position: absolute;
  top: 2.6rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 1px;
  content: " ";
  background-color: #e0adb5;
  transition: 0.6s all;
}

/* Add an active class to highlight the current page */
nav .active {
  background-color: #04AA6D;
  color: white;
}

/* Hide the link that should open and close the topnav on small screens */
nav .topnav .icon {
  display: none;
}

/* Dropdown container - needed to position the dropdown content */
nav .dropdown {

  overflow: hidden;
}

/* Style the dropdown button to fit inside the topnav */
nav .dropdown .dropbtn {
  font-size: 1rem;
  border: none;
  outline: none;
  color: white;
  padding: 1rem 2rem;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
  background-color: rgba(0, 0, 0, 0);
  transition: 0.6s all;
}

/* Style the dropdown content (hidden by default) */
nav .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 150;
}

/* Style the links inside the dropdown */
nav .dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Add a dark background on topnav links and the dropdown button on hover */
nav .topnav a:hover,
.dropdown:hover .dropbtn {
  color: var(--highlight-color);
  transition: 0.6s all;
}

nav .topnav a:hover:before {
  position: absolute;
  top: 2.6rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 3rem;
  height: 1px;
  content: " ";
  background-color: var(--highlight-light-color);
  transition: 0.6s all;
}

/* Add a grey background to dropdown links on hover */
nav .dropdown-content a:hover {
  background-color: #ddd;
  color: black;
}

/* Show the dropdown menu when the user moves the mouse over the dropdown button */
nav .dropdown:hover .dropdown-content {
  display: block;
}


@media screen and (max-width: 1150px) {
  nav .topnav a {
    font-size: 1.1rem;
    padding: 1rem 1rem;
  }
}

/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 768px) {

  nav .topnav>a {
    float: left;
    position: unset;
    background-color: #fff;
  }

  nav .topnav>a,
  .dropdown .dropbtn {
    display: none;
    background-color: #fff;
  }

  nav .topnav a::before {
    display: none;
  }

  nav .topnav>a.icon {
    position: absolute;
    right: 2rem;
    top: -0.5rem;
    display: block;
    font-size: 2.5rem;
    padding: 0.6rem 1.2rem;
    border-radius: 8px;
    color: var(--highlight-color) !important;
    background-color: transparent !important;
    transition: none;
  }


}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 768px) {
  nav .topnav.responsive {
    position: absolute;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.2);
    /*padding-top: 4rem;*/
    top: 5rem;
    /*left: 2rem;*/
    left: 0rem;
    border-radius: 1rem;
    width: 100%;
    overflow: visible;
  }

  /*nav .topnav.responsive a.icon {
        position: absolute;
        right: 2rem !important;
        top: calc(-4.5rem + 0.6rem) !important;
        display: block;
        padding: 0.6rem 1.2em !important;
        font-size: 1.5rem !important;
        transition: all 0.6s;
    }*/

  nav .topnav.responsive a.icon {
    position: absolute;
    right: 2rem;
    top: -5.5rem;
    display: block;
    padding: 0.6rem 1.2rem;
    font-size: 2.5rem;
    color: #fff !important;
    border: none;
    transition: none;
  }



  nav .topnav.responsive a {
    float: none;
    display: block !important;
    color: var(--prim-dark-color) !important;
    background-color: #fff;
    border-bottom: 1px solid var(--light-prim-color);
    text-align: left;
    font-size: 1.3rem;
    padding: 1rem 2rem;
  }

  nav .topnav.responsive .dropdown {
    float: none;
  }

  nav .topnav.responsive .dropdown-content {
    position: relative;
    display: block;
  }

  nav .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}



/* SLIDESHOW */
.slideshow {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.slideshow-image {
  position: absolute;
  width: 100%;
  height: 100%;
  background: no-repeat 50% 50%;
  background-size: cover;
  -webkit-animation-name: kenburns;
  animation-name: kenburns;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 24s;
  animation-duration: 24s;
  opacity: 1;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.slideshow-image:nth-child(1) {
  -webkit-animation-name: kenburns-1;
  animation-name: kenburns-1;
  z-index: 3;
}

.slideshow-image:nth-child(2) {
  -webkit-animation-name: kenburns-2;
  animation-name: kenburns-2;
  z-index: 2;
}

.slideshow-image:nth-child(3) {
  -webkit-animation-name: kenburns-3;
  animation-name: kenburns-3;
  z-index: 1;
}

.slideshow-image:nth-child(4) {
  -webkit-animation-name: kenburns-4;
  animation-name: kenburns-4;
  z-index: 0;
}



@-webkit-keyframes kenburns-1 {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  1.5625% {
    opacity: 1;
  }

  23.4375% {
    opacity: 1;
  }

  26.5625% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  98.4375% {
    opacity: 0;
    -webkit-transform: scale(1.21176);
    transform: scale(1.21176);
  }

  100% {
    opacity: 1;
  }
}

@keyframes kenburns-1 {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  1.5625% {
    opacity: 1;
  }

  23.4375% {
    opacity: 1;
  }

  26.5625% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  98.4375% {
    opacity: 0;
    -webkit-transform: scale(1.21176);
    transform: scale(1.21176);
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes kenburns-2 {
  23.4375% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  26.5625% {
    opacity: 1;
  }

  48.4375% {
    opacity: 1;
  }

  51.5625% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@keyframes kenburns-2 {
  23.4375% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  26.5625% {
    opacity: 1;
  }

  48.4375% {
    opacity: 1;
  }

  51.5625% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@-webkit-keyframes kenburns-3 {
  48.4375% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  51.5625% {
    opacity: 1;
  }

  73.4375% {
    opacity: 1;
  }

  76.5625% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@keyframes kenburns-3 {
  48.4375% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  51.5625% {
    opacity: 1;
  }

  73.4375% {
    opacity: 1;
  }

  76.5625% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@-webkit-keyframes kenburns-4 {
  73.4375% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  76.5625% {
    opacity: 1;
  }

  98.4375% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes kenburns-4 {
  73.4375% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  76.5625% {
    opacity: 1;
  }

  98.4375% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}



/* SLICK SLIDER */
/* BIGGER DOTS */
.slick-dots li {
  margin: 0 6px !important;
}

.slick-dots li button {
  width: 10px !important;
  height: 10px !important;
  padding: 0 !important;
  margin: 0 !important;
}

.slick-dots li button:before {
  font-size: 0.8rem !important;
  width: 10px !important;
  height: 10px !important;
  color: #fff !important;
  padding: 0px;
  opacity: 0.6;
}

@media screen and (max-width: 768px) {

  .slick-dots li button:before {
    color: #000 !important;
  }

}

/* <<<<<<< BIGGER DOTS */

/* ARROWS */
.slick-prev {
  left: 0 !important;
}

.slick-next {
  right: 0 !important;
}

.slick-prev,
.slick-next {
  width: 48px !important;
  height: 48px !important;
}

.slick-prev:before {
  content: url(../img/ico-arrow-before.png) !important;
  width: 33px !important;
  opacity: .9 !important;

}

.slick-next:before {
  content: url(../img/ico-arrow-next.png) !important;
  width: 33px !important;
  opacity: .9 !important;
}

/* <<<<<<< ARROWS */


/* ============================================================
   TERMIN MODAL
   ============================================================ */

/* Overlay */
.termin-modal-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.55);
  z-index: 9000;
  overflow-y: auto;
  padding: 2rem 1rem;
}

.termin-modal-overlay.is-open {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

/* Modal box */
.termin-modal {
  position: relative;
  background: #fff;
  width: 100%;
  max-width: 960px;
  padding: 3rem;
  margin: auto;
}

/* Close button */
.termin-modal__close {
  position: absolute;
  top: 1.2rem;
  right: 1.5rem;
  background: none;
  border: none;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
  color: #000;
  padding: 0;
}

.termin-modal__close:hover {
  color: var(--highlight-color);
}

/* Heading */
.termin-modal__heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0.4rem;
}

.termin-modal__subheading {
  text-align: center;
  color: #555;
  margin-top: 0;
  margin-bottom: 2.5rem;
}

/* Two-column layout */
.termin-modal__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: start;
}

@media screen and (max-width: 768px) {
  .termin-modal__grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .termin-modal {
    padding: 2rem 1.2rem;
  }
}

/* ---- Calendar ---- */
.termin-modal__left h4 {
  font-weight: 600;
  margin-bottom: 1rem;
}

.termin-calendar {
  border: 1px solid #e0e0e0;
  padding: 1.5rem;
}

.termin-calendar__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.2rem;
}

.termin-calendar__nav button {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1.2rem;
  padding: 0.3rem 0.6rem;
  color: #000;
}

.termin-calendar__nav button:hover {
  color: var(--highlight-color);
}

.termin-calendar__nav span {
  font-weight: 600;
  font-size: 1.1rem;
}

.termin-calendar__grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 0.3rem;
  text-align: center;
}

.termin-calendar__grid .cal-header {
  font-size: 0.8rem;
  font-weight: 600;
  color: #555;
  padding: 0.3rem 0;
}

.termin-calendar__grid .cal-day {
  font-size: 0.9rem;
  padding: 0.5rem 0.2rem;
  border-radius: 0;
  cursor: pointer;
  border: 1px solid transparent;
  transition: all 0.2s;
}

.termin-calendar__grid .cal-day:hover:not(.cal-disabled):not(.cal-empty) {
  border-color: var(--highlight-color);
  color: var(--highlight-color);
}

.termin-calendar__grid .cal-day.cal-selected {
  background-color: var(--highlight-color);
  color: #fff;
  border-color: var(--highlight-color);
}

.termin-calendar__grid .cal-day.cal-disabled {
  color: #ccc;
  cursor: default;
  pointer-events: none;
}

.termin-calendar__grid .cal-day.cal-empty {
  cursor: default;
}

/* ---- Time slots ---- */
.termin-slots {
  border: 1px solid #e0e0e0;
  padding: 1.5rem;
  margin-top: 1.5rem;
}

.termin-slots h4 {
  font-weight: 600;
  margin-bottom: 1rem;
}

.termin-slots__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.6rem;
}

.termin-slots__btn {
  background: none;
  border: 1px solid #e0e0e0;
  padding: 0.7rem 0.5rem;
  font-size: 0.9rem;
  cursor: pointer;
  text-align: center;
  transition: all 0.2s;
  font-family: inherit;
  color: #000;
}

.termin-slots__btn:hover {
  border-color: var(--highlight-color);
  color: var(--highlight-color);
}

.termin-slots__btn.is-selected {
  background-color: var(--highlight-color);
  border-color: var(--highlight-color);
  color: #fff;
}

/* ---- Contact form ---- */
.termin-modal__right h4 {
  font-weight: 600;
  margin-bottom: 1.5rem;
}

/* CF7 input styling inside modal */
.termin-modal__right .wpcf7-form .input-field,
.termin-modal__right .wpcf7-form textarea,
.termin-modal__right .wpcf7-form input[type="text"],
.termin-modal__right .wpcf7-form input[type="email"],
.termin-modal__right .wpcf7-form input[type="tel"] {
  width: 100%;
  border: 1px solid #e0e0e0;
  border-radius: 0;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  font-family: inherit;
  color: #000;
  background: #fff;
  display: block;
  transition: border-color 0.2s;
}

.termin-modal__right .wpcf7-form input[type="text"]:focus,
.termin-modal__right .wpcf7-form input[type="email"]:focus,
.termin-modal__right .wpcf7-form input[type="tel"]:focus,
.termin-modal__right .wpcf7-form textarea:focus {
  border-color: var(--highlight-color);
  outline: none;
}

.termin-modal__right .wpcf7-form textarea {
  height: 7rem;
  resize: vertical;
}

.termin-modal__right .wpcf7-form label {
  display: block;
  font-size: 0.95rem;
  margin-bottom: 0.3rem;
}

.termin-modal__right .wpcf7-form .marbxs {
  margin-bottom: 1rem !important;
}

.termin-modal__right .wpcf7-form .grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.termin-modal__right .wpcf7-form input[type="submit"],
.termin-modal__right .wpcf7-form .btn-bla {
  font-size: 1rem;
  border: none;
  width: 100%;
  color: #fff;
  font-weight: 600;
  text-align: center;
  padding: 1rem;
  background-color: #000;
  cursor: pointer;
  transition: background-color 0.3s;
  display: block;
  font-family: inherit;
  letter-spacing: 0.02rem;
  margin-top: 1rem;
}

.termin-modal__right .wpcf7-form input[type="submit"]:hover,
.termin-modal__right .wpcf7-form .btn-bla:hover {
  background-color: #2c2c2c;
}

/* Hidden CF7 fields for datum/period */
.termin-hidden-fields {
  display: none;
}

/* ============================================================
   END TERMIN MODAL
   ============================================================ */