/*------------------------------------*/


/*------------PISAVA FONTI------------*/


/*------------------------------------*/

.poppins-thin {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.poppins-extralight {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: normal;
}

.poppins-light {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
}

body>.poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.poppins-medium {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.poppins-semibold {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.poppins-bold {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.poppins-extrabold {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: normal;
}

.poppins-black {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.poppins-thin-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: italic;
}

.poppins-extralight-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: italic;
}

.poppins-light-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.poppins-regular-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.poppins-medium-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: italic;
}

.poppins-semibold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: italic;
}

.poppins-bold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: italic;
}

.poppins-extrabold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: italic;
}

.poppins-black-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: italic;
}


/*------------------------------------*/


/*--------------GLOBALNO--------------*/


/*------------------------------------*/

:root {
    --primarna: white;
    --tekst: #5c666d;
    --modra: #015a9c;
    --rumena: #fff701;
}

html {
    padding: 0;
    margin: 0;
    width: 100%;
    background-color: var(--primarna);
    font-size: clamp(11px, 2.5vw, 14px);
}

a,
a:visited {
    text-decoration: none;
    color: inherit;
}

body>* {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: var(--tekst);
}


/*------------------------------------*/


/*-------------GL. NASLOV-------------*/


/*------------------------------------*/

#glavni_spacer {
    height: 20%;
}

.glavni_naslov {
    width: 100vw;
    font-size: clamp(40px, 6vw, 100px);
    color: var(--tekst);
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    font-weight: bold;
}

.glavna_beseda {
    transform: translateX(-100vw);
    transition: transform 3s ease;
}

#nas1 {
    display: flex;
}

#nas1_1,
#nas3 {
    position: relative;
    left: 30%;
    /* transform: translateX(-50%); */
    width: auto;
}

#nas1_2 {
    position: relative;
    transform: translateX(100vw);
    transition: transform 3s ease;
    width: 9vw;
    height: 9vw;
    min-width: 80px;
    min-height: 80px;
}

#nas2_2 {
    position: relative;
    transform: translateX(100vw);
    transition: transform 3s ease;
    width: 9vw;
    height: 9vw;
    min-width: 80px;
    min-height: 80px;
    display: none;
}

#nas2 {
    position: relative;
    right: 40%;
    transform: translateX(50%);
    width: auto;
    display: flex;
    align-items: center;
}

#miska_cont {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    display: none;
}

#miska {
    opacity: 0;
}

@keyframes gordol {
    0% {
        transform: translateY(0px);
        opacity: 1;
    }
    20% {
        transform: translateY(1vh);
        opacity: 1;
    }
    60% {
        transform: translateY(-1vh);
        opacity: 1;
    }
    80% {
        transform: translateY(0px);
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

#navigacija {
    background-color: white;
    border-radius: 8px;
    display: flex;
    top: 0;
    margin-bottom: 20px;
}

#nav_naslov {
    display: flex;
    font-size: 1rem;
    font-weight: 400;
    padding: clamp(3px, 0.3vw, 10px);
    border: 2px solid var(--rumena);
    border-radius: 16px;
    transform: translateX(100vw);
    transition: transform 3s ease;
    color: var(--modra);
}

#nav_naslov_2 {
    display: none;
    font-size: 1rem;
    font-weight: 400;
    margin-top: clamp(20px, 30px, 50px);
    border: 2px solid var(--rumena);
    border-radius: 16px;
    transform: translateX(100vw);
    transition: transform 3s ease;
    color: var(--modra);
}

.nowrap {
    white-space: nowrap;
}

.text-animation {
    opacity: 0;
    /* Initial opacity for fade-in effect */
}

.spacer {
    height: 500vh;
}

#waa {
    top: 0;
    width: 100%;
    height: 100%;
    /* margin-top: -100px; */
    /* margin-top:vw; */
    display: absolute;
}

.svg-scale-wrapper {
    width: 100%;
    z-index: 100;
    top: 0;
    left: 0;
    position: fixed;
    /* display: flex;
  justify-content:center;
  align-items:center; */
    /* background-color: black; */
}

.aktivno {
    height: 12px;
    width: 12px;
    margin: -6px 0 0 -6px;
    border-radius: 100%;
    background: var(--tekst);
    cursor: pointer;
}

.neaktivno {
    border-radius: 50%;
    z-index: 1;
    height: 8px;
    width: 8px;
    border: 0;
    background: #fff;
    cursor: pointer;
    position: relative;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.neaktivno:hover {
    background: var(--tekst);
    transform: scale(1.3);
    z-index: 3;
}

.nav-pod {
    display: flex;
    position: absolute;
    bottom: 1%;
    left: 50%;
    /* Position from the center horizontally */
    transform: translateX(-50%);
    align-items: center;
}

.nav-pod a {
    margin: 0 5px 0 5px;
}


/* .fp-slidesNav ul li a span{
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 4px;
  width: 4px;
  border: 0;
  background: #333;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
}
.fp-slideNav ul li a span:hover{
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}
.fp-slidesNav.fp-bottom {
  bottom: 17px;
}
.fp-slidesNav {
  width: 400px;
}
.fp-slidesNav {
  position: absolute;
  z-index: 4;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0 !important;
  right: 0;
  margin: 0 auto !important;
} */

body {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

#svg-scale {
    left: 50%;
    top: 50%;
    width: 1024px;
    height: 846px;
    margin-left: -512px;
    margin-top: -423px;
    transform: scale(0.944)
}

#revvy {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    position: absolute;
    pointer-events: none!important;
    left: 50%;
    top: 50%;
    width: 1013px;
    height: 836.912px;
    margin-left: -501.554px;
    margin-top: -285.896px;
    z-index: 304;
}

.nav_element {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
    margin-top: 1rem;
    color: var(--modra);
    display: flex;
    align-items: center;
}

nav a {
    margin: 5px;
    padding: 10px;
    text-decoration: none;
    border-radius: 5px;
}

nav a:hover {
    text-decoration: underline;
}

.nav_spacer {
    height: 130px;
}


/* .horizontal-section {
    margin: 0;
    padding: 0;
    display: flex;
    width: 100%;
    height: 350px;
    position: relative;
    overflow: hidden;
    margin-bottom: 250px;
}

.sub-section {
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.5s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
} */

.button {
    background-color: var(--rumena);
    /* Yellow background */
    color: #015a9c;
    /* Deep blue text */
    padding: 12px 24px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1rem;
    /* text-transform: uppercase; */
    transition: background-color 0.3s ease, color 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
}

.button_ni {
    background-color: var(--rumena);
    /* Yellow background */
    color: #015a9c;
    /* Deep blue text */
    padding: 12px 24px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1rem;
    /* text-transform: uppercase; */
    transition: background-color 0.3s ease, color 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
}

.button_ni:hover {
    border: 3px solid var(--modra);
    cursor: pointer;
}

.button:hover {
    background-color: var(--modra);
    /* Dark blue on hover */
    color: #fff;
    /* White text on hover */
}

.section {
    margin: 0;
    padding: 0;
    width: 100vw;
    height: 100vh;
    top: 0px;
    left: 0px;
    position: relative;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.section::-webkit-scrollbar {
    display: none;
}

#sub-section1,
#sub-section2 {
    transform: translateX(-100vw);
}

.sub-section:nth-child(1) {
    background: lightpink;
}

.sub-section:nth-child(2) {
    background: lightgoldenrodyellow;
}

.sub-section:nth-child(3) {
    background: lightseagreen;
}


/* .horizontal-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  gap: 10px;
} */

.horizontal-nav button {
    padding: 10px 20px;
    font-size: 1rem;
    cursor: pointer;
}

#section0 {
    /* background: #f98df9; */
    /* height: 30000px; */
    /* scrollbar-width: none;
    -ms-overflow-style: none; */
    overflow: hidden;
}


/* #section0::-webkit-scrollbar {
    display: none;
} */

html>* {
    overflow-x: hidden !important;
}

.scrollable {
    overflow-y: auto;
    overflow-x: hidden;
}


/* Typewrite */

.typewrite_outer {
    height: 100vh;
    /* max-height: 700px; */
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

#typewrite_preface {
    font-size: clamp(25px, 6vw, 80px);
    color: var(--modra);
}

.typewrite {
    padding-left: clamp(5px, 2vw, 25px);
    font-size: clamp(30px, 8vw, 100px);
    color: var(--tekst);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.wrap {
    color: var(--rumena);
}


/* /////////////// */


/* Oblaček za tekst */

.speech-bubble-container {
    position: absolute;
    top: 20%;
    left: 60%;
    transform: translate(-50%, -50%);
    z-index: 9999;
}

.speech-bubble {
    background: var(--tekst);
    border-radius: .4em;
    padding: 10px 20px;
    color: var(--primarna);
    max-width: 230px;
    text-align: center;
    animation: pohajkovanje 7s ease-in;
    font-size: 15px;
}

.speech-bubble::after {
    content: '';
    position: absolute;
    top: -20px;
    /* Adjust positioning to be above the speech bubble */
    left: 35%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border: 13px solid transparent;
    border-bottom-color: var(--tekst);
    /* Adjust border color */
}

@keyframes pohajkovanje {
    0% {
        transform: scale(0);
    }
    20% {
        transform: scale(1);
    }
    /* 25%{
    transform: scale(1.035);
  }
  30% {
    transform: scale(1.07);
  } */
    40% {
        transform: scale(1.15);
    }
    60% {
        transform: scale(1);
    }
    80% {
        transform: scale(1.15);
    }
    100% {
        transform: scale(1);
    }
}


/* Program */

.outer-main {
    margin: auto;
    width: 90vw;
    display: flex;
    justify-items: center;
    justify-content: center;
    height: 100vh;
}

#im1 {
    justify-content: space-around;
    padding-top: 100px;
    padding-bottom: 100px;
}

#im2 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.spored {
    display: flex;
    flex-direction: column;
    width: 90%;
    height: 20%;
    justify-content: center;
    font-size: 1rem;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    color: var(--tekst);
    /* background-color: #007bff;
  border: 2px solid #007bff;  */
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s, border-color 0.3s;
    margin-bottom: 10px;
}

.spored:hover,
.trenutno {
    background-color: var(--tekst);
    border-color: #0056b3;
    color: #ffffff;
}

.inner-main {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.inner-inner-main {
    display: none;
}

.masaze_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.tip1_1,
.tip2_1 {
    width: 50%;
    display: flex;
    flex-direction: column;
}

.tip1_1 {
    padding-right: 5%;
}

.tip2_1 {
    padding-right: 5%;
}

.slika_masaze {
    width: 500px;
    height: auto;
}

.vec {
    margin-top: auto;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3%;
    width: 20%;
    cursor: pointer;
    border: 1px solid rgb(137, 91, 38);
}

.vec:hover {
    background-color: rgb(137, 91, 38);
    font-weight: bold;
}

.prikazi_vec {
    padding-top: 30px;
    display: none;
}


/* GRID - RAZSTAVLJALCI! */

.grid-container {
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
    position: relative;
    display: grid;
    justify-content: center;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 10px;
    grid-auto-rows: minmax(100px, 240px);
    margin-top: 130px;
    padding: 0 0 24px 0;
}

.grid-item {
    border: 1px solid var(--modra);
    padding: 20px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 8px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

#plus {
    background-color: var(--rumena);
}

#plus:hover #plus_slika {
    animation: zavrti 1.5s ease;
}

@keyframes zavrti {
    0% {
        transform: rotateZ(0deg);
    }
    100% {
        transform: rotateZ(90deg);
    }
}

.grid-item:hover {
    transform: translateY(-4px) scale(1.045);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

#petrol_item:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1), 0 10px 10px rgba(227, 6, 19, 0.5);
}

@keyframes softScale {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}

.ime_podjetja {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0px;
    width: 100%;
    box-sizing: border-box;
    left: 0;
    padding: 10px 0;
    background-color: var(--modra);
    overflow: hidden;
    color: #fff;
    font-size: 1rem;
}

.siroko {
    grid-column: 1 / end;
    order: 1;
    top: 0;
}

.povecano {
    display: none;
    flex-wrap: nowrap;
}

.desno_povecano {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 50%;
    justify-content: center;
    align-items: center;
}

.levo_povecano {
    display: flex;
    width: 50%;
    justify-content: center;
    align-items: center;
    max-height: 200px;
}

.slika_povecano {
    width: 30%;
    height: auto;
}

.slika {
    max-width: 150px;
    max-height: 150px;
}

.opis,
.link_pod {
    padding: 10px 0 10px 0;
}


/* .ime_pod{
  text
} */

.grid-item .povecano .desno_povecano .link_pod {
    pointer-events: auto;
}

.petrol_css {
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
    justify-content: center;
    top: 130px;
    border: 1px solid var(--modra);
    transition: transform 0.3s ease;
    border-radius: 8px;
    overflow: hidden;
    height: 400px;
    position: relative;
    margin: 25px 0 25px 0;
}


/* */

.container {
    height: 0px;
    overflow: hidden;
    transition: height 0.5s ease-out;
    /* border-bottom: 2px solid var(--modra); */
    flex-wrap: nowrap;
}

.outer-expand {
    width: 60vw;
    margin: auto;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.program-expand {
    width: 100%;
    border-radius: 5px;
    margin-bottom: 30px;
}

.videno {
    font-size: 1rem;
    font-weight: bold;
    text-decoration: none;
    color: var(--tekst);
    padding: 20px 0 20px 0;
    display: flex;
    justify-content: space-between;
}

.ime_naslov {
    padding-right: 5px;
}

.expand-btn {
    /* transition: background-color 0.3s, color 0.3s, border 0.8s;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    color: var(--modra);
    padding: 5px 25px 5px 25px;
    border: 2px var(--modra) dashed;
    border-radius: 6px; */
    background-color: var(--modra);
    /* Deep blue */
    color: white;
    padding-top: clamp(10px, 1vh, 15px);
    padding-bottom: clamp(10px, 1vh, 15px);
    padding-left: clamp(20px, 1.5vh, 24px);
    padding-right: clamp(20px, 1.5vh, 24px);
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.2s ease;
    font-size: 1rem;
    font-weight: bold;
    display: inline-block;
    height: clamp(35px, 6vh, 50px);
}


/* button {
    background-color: #fff;
} */

.expand-btn:hover,
.trenutno {
    background-color: #027bdb;
}

.expand-btn:active {
    background-color: #014376;
    transform: scale(0.98);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

/* .expand-btn:focus {
    outline: none;
    box-shadow: 0 0 0 3px var(--rumena);
} */

.content1 {
    /* border-right: 1px solid var(--modra); */
    padding: 0 30px 0 0;
    display: flex;
    align-items: center;
}

.content2 {
    margin-top: 30px;
    padding: 0 0 0 30px;
}

#content-container {
    display: flex;
    justify-content: center;
}

#gform {
    margin-top: 60px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    max-width: 90vw;
}

#gform>.DqBBlb {
    display: none;
}


/*O SEJMU - DOMAČA STRAN!*/

.sejem_outer {
    display: flex;
    flex-direction: row;
    min-height: 500px;
    align-items: center;
    width: 100%;
    /* border: 1px red solid; */
}

.sejem_inner {
    width: 50%;
}

.scroll_tekst {
    padding-left: 40px;
}

.scroll_logo {
    height: 0;
}

.scroll_logo_img {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    display: none;
    opacity: 0;
}

#nas1,
#nas2,
#nas3 {
    padding: clamp(2vh, 2vh, 20px)
}

#nas1,
#nas3 {
    color: var(--modra);
}

#nas2_1 {
    color: var(--rumena);
}

.watafak {
    opacity: 0;
    display: inline-block;
    padding: 0;
    margin: 0;
    border: 0;
    font-size: clamp(15px, 1.2vw, 24px);
    white-space: normal;
    word-wrap: break-word;
}

.tekst_mobi{
    display: none;
    padding: 0;
    margin: 0;
    border: 0;
    font-size: clamp(15px, 1.2vw, 24px);
    word-wrap: break-word;
    white-space: normal;
}

.text_watafak {
    display: flex;
    flex-wrap: wrap;
}

.ha1 {
    color: var(--modra);
    font-size: clamp(15px, 1.5vw, 28px);
    padding-bottom: clamp(5px, 0.3vh, 12px);
    /* display: block; */
    max-width: 100%;
    white-space: normal;
    word-wrap: break-word;
}

#sejem6 {
    height: 675px;
}

#padding_nav {
    padding-top: 130px;
}

.logo_center {
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(100% - 47px);
    padding: 0 0 47px 0;
}

.countdown {
    display: flex;
    gap: 5px;
    font-size: 1.5rem;
    justify-content: center;
    align-items: center;
}

.time {
    font-weight: bold;
}

.clock_column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
    background-color: var(--modra);
    color: #fff;
}

#gform {
    overflow-y: hidden;
}

#section3 {
    margin-top: 130px;
}

#map {
    pointer-events: all !important;
}


/* POSAMEZNI RAZSTAVLJALCI */

.html,
.html>* {
    overflow-y: visible !important;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.razs_outer1_head::-webkit-scrollbar {
    display: none;
}

.razs_outer2_head {
    order: 1;
    background-color: var(--modra);
    /* Deep blue */
    color: white;
    margin: 100px 12px 48px 12px;
    padding: 48px 12px 12px 12px;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    flex-direction: row;
    height: 400px;
    position: relative;
}

.logo_razst_cont_inner {
    padding: 24px 12px;
    background-color: white;
    border-radius: 8px;
    width: 380px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.naslov_razst_podrobno {
    position: absolute;
    top: 14px;
    left: 50%;
    transform: translateX(-50%);
    padding: 6px;
    border-radius: 8px;
}

.logo_razst_cont_outer {
    width: 50%;
    order: 2;
}

.url_razst_cont_outer {
    width: 50%;
    display: flex;
    justify-content: center;
}

.url_razst_cont_inner {
    display: flex;
    align-items: ;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

.url_homepage_razst_cont {
    padding: 12px;
}

.url_other_razst_cont {
    padding: 12px;
    text-align: left;
}

.url {
    padding: 12px;
    font-style: italic;
    font-weight: 400;
}

.social_icons {
    display: flex;
    gap: 24px;
    padding: 12px;
}

.social_icons i {
    font-size: 2rem;
    color: var(--rumena);
}

.razs_inner_cont1 {}

.razs_outer2_cont {
    display: flex;
    margin: 0 12px;
    align-items: flex-start;
}

.razs_outer3_1_cont {
    color: var(--tekst);
    /* border: 1px solid var(--modra); */
    font-size: 1rem;
    font-weight: 400;
    width: 69%;
    margin-right: 1%;
    border-radius: 8px;
}

.razs_outer3_2_cont {
    color: var(--tekst);
    border: 1px solid var(--modra);
    font-size: 1rem;
    font-weight: 400;
    background-color: var(--modra);
    width: 30%;
    border-radius: 8px;
}

.razs_inner_naslov {
    display: flex;
}

.razs_inner_naslov2 {
    left: 5%;
    width: 70%;
    position: relative;
}

.razs_inner_naslov_3 {
    left: 5%;
    width: 55%;
    position: relative;
    border-bottom: 1px dashed var(--tekst);
    color: var(--modra);
}

.razs_inner_naslov_3b {
    left: 5%;
    width: 55%;
    position: relative;
    border-bottom: 1px dashed white;
    color: var(--modra);
}

.tekst_razst {
    left: 5%;
    position: relative;
    width: calc(90%);
}

.naslov {
    color: var(--modra);
    border-bottom: 2px dashed var(--rumena);
}

.naslov_b {
    color: white;
    border-bottom: 2px dashed var(--rumena);
}

.b {
    color: white;
}

.petrol {
    box-shadow: 0 0 10px 10px rgb(227, 6, 19);
}

.telekom {
    box-shadow: 0 0 10px 10px rgb(0, 177, 233);
}


/* KONTAKT FORMA!! */

.contact-section {
    width: 100%;
    max-width: 40rem;
    margin-left: auto;
    margin-right: auto;
    padding: 3rem 1rem;
}

.contact-intro>*+* {
    margin-top: 1rem;
}

.contact-title {
    font-size: 1.875rem;
    line-height: 2.25rem;
    font-weight: 700;
}

.contact-description {
    color: var(--tekst);
}

.form-group-container {
    display: grid;
    gap: 1rem;
    margin-top: 2rem;
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-label {
    margin-bottom: 0.5rem;
}

.form-input,
.form-textarea {
    padding: 0.5rem;
    border: 1px solid var(--modra);
    display: flex;
    height: 2.5rem;
    width: 100%;
    border-radius: 0.375rem;
    line-height: 1.25rem;
}


/* .form-input::placeholder,
.form-textarea:focus-visible {
    color: #6b7280;
} */

.form-input:focus-visible,
.form-textarea:focus-visible {
    outline: 2px solid var(--modra);
    outline-offset: 2px;
}

.form-textarea {
    min-height: 120px;
}

.form-submit {
    width: 100%;
    margin-top: 1.2rem;
    background-color: var(--modra);
    color: #fff;
    padding: 13px 5px;
    border-radius: 0.375rem;
}

#result {
    color: green;
    font-size: 1rem;
    font-weight: bold;
}

#result_s {
    color: red;
    font-size: 1rem;
    font-weight: bold;
}

.razst_form {
    position: relative;
}

#formcel {
    display: none;
    max-width: 90vw;
}

#hcapt {
    max-width: 90vw;
    max-height: 90vh;
}

.contact-title {
    color: var(--modra);
    border-bottom: 2px dashed var(--rumena);
}

form,
.form-submit {
    font-family: 'Poppins' !important;
    font-size: 1rem !important;
}

#programm {
    color: var(--modra);
    text-decoration: underline;
}


/* MEDIA QUERIES */

@media screen and (max-width: 850px) {
    #celapisk {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 655px) {
    #nas1_2 {
        display: none;
    }
    #nas2_2 {
        display: block;
    }
    #nav_naslov {
        display: none;
    }
    #nav_naslov_2 {
        display: flex;
    }
    .glavni_naslov {
        transform: translateY(-75%) !important;
    }
    .container {
        flex-wrap: wrap;
    }
    .watafak {
        font-size: 14px;
    }
    .sejem_outer {
        justify-content: center;
        flex-wrap: wrap;
    }
    .scroll_tekst {
        padding: 0 25px;
        width: 80%;
    }
    .sejem_inner {
        width: auto !important;
    }
    .ha1 {
        padding-right: 10px;
    }
    .scroll_logo {
        height: auto;
    }
    .scroll_logo_img {
        font-size: clamp(8px, 3vw, 14px) !important;
        line-height: 1.15 !important;
        -webkit-text-size-adjust: 100% !important;
        font-family: "Poppins", sans-serif;
        font-weight: 400 !important;
        font-style: normal !important;
        color: var(--tekst) !important;
        border-style: none !important;
        position: relative !important;
        left: auto !important;
        transform: none !important;
        display: inline !important;
        opacity: 1 !important;
        height: 150px !important;
        width: auto !important;
        top: auto !important;
    }
    .countdown {
        display: flex !important;
    }
    .watafak {
        display: none;
    }
    .tekst_mobi {
        display: inline-block;
    }
    .outer-expand {
        width: 90vw;
    }
}

;

/* COOKIES */

.toggle-stikalo {
    position: relative;
    display: inline-block;
    padding: 270px;
}

.toggle-stikalo input {
    display: none;
}

.slider {
    position: relative;
    cursor: pointer;
    top: 0;
    /* left: 0; */
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
    border-radius: 34px;
    width: 60px;
    height: 34px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
}

input:checked+.slider {
    background-color: #4CAF50;
}

input:checked+.slider:before {
    transform: translateX(26px);
}

.pisk_popup_cont {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--modra);
    display: none;
    flex-wrap: nowrap;
    transition: transform 2s ease;
    transform: translateY(120%);
    flex-direction: row;
    justify-content: center;
    align-items: center;
    z-index: 99;
}

#celapisk {
    transform: translateY(0);
}

.pisk_popup_inner_cont {
    padding: 10px;
}

#opis_piskotek {}

#tekst_pisk {
    color: whitesmoke;
}

#nastavitev_piskotek {
    display: flex;
    flex-wrap: nowrap;
}


/* .button-pisk {
    margin: 5px;
    height: 40px;
    background: #fff701;
    border-radius: 3px;
    color: #5c666d;
    white-space: nowrap;
} */

#shrani {
    height: 40px;
    white-space: nowrap;
    margin-left: 10px;
}

.button_brez {
    white-space: nowrap;
    padding: 12px 24px 12px 0;
    margin-left: 12px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1rem;
    background: none;
    color: whitesmoke;
    transition: transform 0.7s ease;
}

.button_brez:hover {
    transform: scale(1.05);
}


/* nastavitve PISK */

.pisk_nastavitve_bg {
    background-color: rgba(92, 102, 109, 0.5);
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9998;
    top: 0;
    position: fixed;
    /* display: flex; */
    justify-content: center;
    align-items: center;
}

#nast {
    display: none;
}

.pisk_nastavitve_cont {
    width: 50%;
    height: 75%;
    background-color: #fff;
    z-index: 9998;
    position: inherit;
    border-radius: 3%;
    min-width: 300px;
    max-width: 2000px;
}

.pisk_nastavitve_pos {
    width: 75%;
    padding: 0 2.5% 0 2.5%;
}

#gmaps,
#nas-captcha,
#gforms {
    height: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1.5px solid #ccc;
}

.povezava_pisk{
    height: 10%;
    display:flex;
    align-items: center;
    justify-content: center;
}

#pov_pisk_tekst {
    color: var(--modra);
    transition: transform 0.3s ease;
}

#pov_pisk_tekst:hover{
    cursor:pointer;
    transform: scale(1.08);
}

#izhod_pisk {
    width: 4%;
    height: auto;
    position: absolute;
    right: 5px;
    top: 5px;
    transform: rotateZ(45deg);
    transition: transform 0.3s ease;
}

#izhod_pisk:hover {
    transform: scale(1.1);
    cursor: pointer;
}

.err_txt {
    min-height: 150px;
    min-width: 150px;
    pointer-events: all !important;
    position: absolute;
    top: 100px;
    left: 5vw;
}

#delamo{
    display: flex;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9999999;
    background-color: var(--modra);
    color: white;
    position: fixed;
    justify-content: center;
    align-items: center;
}