/*MOBILE FIRST*/
html {
  margin: 0;
  padding: 0;
  font-size: 14px;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
}

header {
  width: 100%;
  height: 34rem;
  /* background-image: url(img/cover.jpeg); */
  background-size: cover;
  margin-bottom: 2rem;
  overflow: hidden;
}

/* header animacija*/
.galery_child {
  width: 100%;
  height: 34rem;
  background-image: url(img/cover.jpeg);
  background-size: cover;
}

.galery_active0 {
  transition: transform 10s;
  transition-timing-function: linear;
  transform: scale(1.35);
}

.galery_active1 {
  transition: transform 10s;
  transition-timing-function: linear;
  transform: scale(1);
  background-image: url("img/cover_530w.jpg");
}

/*meni*/
.menubar {
  z-index: 99;
  background-color: rgba(60, 60, 60, 1);
  position: fixed;
  top: 0;
  width: 100%;
  height: 50px;
  box-shadow: 1.5px 1.5px 1.5px 1.5px rgba(60, 60, 60, 0.4);
}
/*logo*/
.menubar img {
  position: absolute;
  height: 50px;
}

.menubar h1 {
  position: absolute;
  left: 4rem;
  font-size: 1rem;
  color: white;
  font-weight: 400;
}

/*ikona za meni*/
.menuicon {
  position: absolute;
  top: 0.25rem;
  right: 0.5rem;
  height: 3rem;

  cursor: pointer;
}

/*odprt meni na telefonu*/
ul {
  z-index: 100;
  top: 0;
  background-color: rgba(60, 60, 60, 1);
  position: fixed;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100vh;
  color: white;

  transition: 0.5s;
  display: none;
}

.active {
  display: block;
}

.meni h2 {
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 15vh;
}

.meni a {
  text-decoration: none;
  color: white;
}

@keyframes test {
  from {
    transform: rotate(45deg);
  }
  to {
    transform: rotate(405deg);
  }
}

#test {
  text-align: center;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 1vh;
  right: 10vw;
  font-size: 8vh;
  font-weight: 100;
  transform: rotate(45deg);
  cursor: pointer;
}

.levazatemnitev {
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  height: 100vh;
  width: 10%;
  background-image: linear-gradient(
    to right,
    rgba(60, 60, 60, 1),
    rgba(60, 60, 60, 1),
    rgba(60, 60, 60, 0)
  );
}

.desnazatemnitev {
  z-index: 2;
  position: absolute;
  right: -1px;
  top: 0;
  height: 100vh;
  width: 10%;
  background-image: linear-gradient(
    to left,
    rgba(60, 60, 60, 1),
    rgba(60, 60, 60, 1),
    rgba(60, 60, 60, 0)
  );
}

/*linki za anchor da je višje gre*/
.anchor {
  display: block;
  height: 10vh;
  margin-top: -10vh;
  visibility: hidden;
}

.meni li {
  list-style: none;
  position: relative;
  font-size: 2.5rem;
  margin-top: 5vh;
  text-align: center;
  border-top: 1px white solid;
  border-bottom: 1px white solid;

  cursor: pointer;
}

.meni li:hover {
  background-color: rgba(245, 245, 245, 0.25);
}

.klic {
  margin-top: 10vh;
  text-align: center;
}

.klicklik {
  font-size: 3vh;
  padding: 1vh;
  position: absolute;
  left: 28%;
  border: 1px white solid;
  border-radius: 3vh;
  width: 40%;
  background-image: linear-gradient(
    to top,
    rgba(76, 187, 23, 1),
    rgba(16, 52, 166, 0),
    rgba(16, 52, 166, 0)
  );
}

.klicklik a {
  text-decoration: none;
  color: white;
}

.klic p {
  font-size: 2.5vh;
}

/*gumb za klic*/
.klic1 {
  background-color: rgba(250, 250, 250, 0.5);
  font-family: "Cookie", cursive;
  position: relative;
  top: -6.5rem;
  text-align: center;
  color: rgb(30, 30, 30);
  margin: 0;
  padding: 0;
  border: 0;
  /* text-shadow: rgb(30, 30, 30) 1px 1px 3px; */
  font-size: 3rem;
  letter-spacing: 1px;
}

.klicklik1 {
  text-align: center;
  margin: auto;
  width: 9rem;
  font-size: 1.5rem;
  border-radius: 5px;
  background-color: rgba(76, 187, 23, 1);
  /*
  background-color: rgba(141, 235, 96, 1);
  */
  padding: 1.5vh;
  opacity: 1;
  /*
  animation: utripanje 5s ease;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  */
  box-shadow: rgb(44, 44, 44) 0px 3px 8px;
}

.klicklik1:hover {
  box-shadow: rgb(44, 44, 44) 0px 1px 5px;
}

.klicklik1 a {
  position: relative;
  text-align: center;
  text-decoration: none;
  color: white;
}

.mailklik1 {
  color: rgba(76, 187, 23, 1);
  text-align: center;
  margin: auto;
  margin-top: 1.5rem;
  margin-bottom: 0;
  width: 20rem;
  font-size: 1.4rem;
  border-radius: 5px;
  border: solid rgba(76, 187, 23, 1) 1px;
  background-color: rgba(250, 250, 250, 1);

  /*
  background-color: rgba(141, 235, 96, 1);
  */
  padding: 1.5vh;
  opacity: 1;
  /*
  animation: utripanje 5s ease;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  */
  box-shadow: rgb(44, 44, 44) 0px 3px 8px;
}

.mailklik1:hover {
  box-shadow: rgb(44, 44, 44) 0px 1px 5px;
}

.mailklik1 a {
  font-weight: 600;
  color: rgba(76, 187, 23, 1);
  position: relative;
  text-align: center;
  text-decoration: none;
  border: black 5px;
}

/*VSI odseki*/
.odsek {
  position: relative;
  margin: 4vh;
}

/*ikona in naslov pri vsakem odseku*/
.ikonaimg {
  display: inline-block;
  width: 8vh;
}

/*ikona in naslov pri vsakem odseku*/
.podnaslov_odsek {
  display: flex;
  justify-content: center;
}

.podnaslov_text {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  min-height: 5vh;
  font-size: 2rem;
  margin-bottom: 3rem;

  background-image: linear-gradient(rgba(76, 187, 23, 0), rgba(76, 187, 23, 0.6));
  background-size: 100% 1rem;
  background-repeat: no-repeat;
  background-position: 0 60%;
}

/* mesečna akcija */

.bannernovo {
  position: relative;
  font-weight: 800;
  color: white;
  background-color: red;
  width: 50%;
  left: 25%;
}

.bannernovo p {
  margin-bottom: 0;
}

.odsekx {
  position: relative;

  margin-bottom: 4vh;
  margin-left: 4vh;
  margin-right: 4vh;
  margin-top: 6rem;

  text-align: center;
  font-size: 3vh;
  border-bottom: 1px solid rgba(60, 60, 60, 0.5);
}

.odsekx a {
  text-decoration-line: none;
  color: black;
}

.spletnatrgovina {
  text-align: center;
  margin: auto;
  margin-bottom: 6vh;
  width: 36vh;
  font-size: 2.5vh;
  border-radius: 3px;
  font-weight: 800;

  background-color: rgba(141, 235, 96, 1);
  padding: 1.5vh;
  opacity: 1;
  animation: utripanje 5s ease;
  animation-delay: 0s;
  animation-iteration-count: infinite;
}

.podnaslovakcijax {
  text-align: center;
  font-size: 4vh;
  margin-top: 0;
  color: black;
}

.podnaslovakcijax h2 {
  margin-top: 0;
}

.odsek4 {
  position: relative;
  margin: 4vh;
  text-align: center;
  font-size: 3vh;
}

.odsek4 a {
  text-decoration-line: none;
}

.podnaslovakcija {
  text-align: center;
  font-size: 2rem;
  color: black;
}

/*
.mesecnaakcija {
}
*/

.mesecnaakcija a {
  text-decoration-line: none;
}

.test4 {
  text-decoration: line-through;
}

.test5 {
  font-weight: 700;
  padding-left: 2vh;
}

/*preprosto do boljšega počutja*/
.kakotocka {
  padding: 3vh;
}

.kakotocka p {
  display: inline;
  font-size: 2.5vh;
}

.listaimg {
  padding-left: 2vh;
  padding-right: 2vh;
  width: 20%;
}

.kako span {
  font-weight: 700;
}

.kakotockabesedilo {
  width: 60%;
  display: inline-block;
  font-size: 2.5vh;
}

/*darilni boni*/

.odsek1 {
  /*
    position: relative;
    background-image: url("img/darilo-ozadje.jpeg");
    background-size: cover;
    background-position: center;
    height: 75vh;
    */
  margin-left: 4vh;
  margin-right: 4vh;

  padding-top: 0rem;
  padding-bottom: 4vh;

  /* border-bottom: 1px rgba(60, 60, 60, 0.5) solid; */
  /* border-top: 1px rgba(60, 60, 60, 0.5) solid; */
}

.podnaslov1 {
  text-align: center;
  margin-top: 0;
  font-size: 2rem;
  vertical-align: top;
}

.backgroundcolor {
  padding: 4vh;
  height: 67vh;
}

.odsek1 p {
  margin-top: 0;
  text-align: center;
  font-weight: 600;
  font-size: 2.25rem;
}

.odsek1 img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}

.darilnibonnarocilo p {
  font-size: 1.2rem;
  text-align: center;
  margin: 2vh;
  margin-bottom: 0;
  margin-top: 1rem;
}

.button p {
  margin-top: 2vh;
  font-size: 3vh;
  margin-bottom: 1vh;
}

.buttontipka {
  position: relative;
  text-align: center;
  margin: auto;
  width: 25vh;
  font-size: 4vh;
  border-radius: 3vh;
  background-color: rgba(141, 235, 96, 1);
  padding: 1.5vh;
  animation: utripanje 5s ease;
  animation-delay: 0s;
  animation-iteration-count: infinite;
}

.buttontipka a {
  position: relative;
  text-align: center;
  text-decoration: none;
  color: white;
}

/*galerija*/

.galerija {
  margin-left: 4vh;
  margin-right: 4vh;

  padding-top: 4vh;
  padding-bottom: 4vh;

  border-bottom: 1px rgba(60, 60, 60, 0.5) solid;

  overflow: hidden;

  text-align: center;
  font-size: 1.5rem;

  /* border-top: 1px solid rgba(60, 60, 60, 0.5); */
}

.galerija h2 {
  margin-top: 0;
}

.galerija_spodaj img {
  margin: 1%;
  max-width: 46%;
  object-fit: contain;
}

.galerija_spodaj img:hover {
  transition: transform 0.25s;
  transition-timing-function: linear;
  transform: scale(1.1);
}

/*galerija odprta*/

.hide {
  display: none;
}

.galerija_spodaj_wrapper {
  background-color: rgba(52, 73, 94, 0.9);
  position: fixed;
  height: 100vh;
  width: 100vw;
  top: 0;
  z-index: 98;
}

.galerija_spodaj_slika {
  position: relative;
  max-width: 100vw;
  max-height: 80vh;
  top: 50%;
  left: 50%;
  /* bring your own prefixes */
  transform: translate(-50%, -50%);
}

.zaprigalerijo {
  text-align: center;
  margin: 0;
  padding: 0;
  position: absolute;
  color: white;
  top: 2.5rem;
  right: 1vw;
  font-size: 10vh;
  font-weight: 100;
  transform: rotate(45deg);
  cursor: pointer;
}

/*kje nas najdete*/

.odsek2 {
  margin-left: 4vh;
  margin-right: 4vh;

  padding-top: 4vh;
  padding-bottom: 4vh;

  border-bottom: 1px rgba(60, 60, 60, 0.5) solid;
  border-top: 1px rgba(60, 60, 60, 0.5) solid;
}

.ikonaimg img {
  text-align: center;
}

.odsekkjesmo {
  margin-bottom: 2vh;
  text-align: center;
}

.odsekkjesmo span {
  font-weight: bold;
  font-size: 1.2rem; /*2.5vh;*/
  text-align: center;
}

.odsekkjesmo p {
  font-size: 1.2rem;
  margin: 0;
  text-align: center;
}

.studio {
  width: 100%;
  margin-bottom: 2vh;
}

.buttontipka1 {
  position: relative;
  text-align: center;
  margin: auto;
  width: 25vh;
  font-size: 3vh;
  border-radius: 3vh;
  background-color: rgba(141, 235, 96, 1);
  padding: 1.5vh;
}

.buttontipka1:hover {
  background-color: rgba(76, 187, 23, 1);
}

.buttontipka1 a {
  position: relative;
  text-align: center;
  text-decoration: none;
  color: white;
}

/*ponudba masaž*/

.seznam {
  max-width: 90%;
  margin: auto;
  text-align: center;
  margin-bottom: 4vh;
  font-size: 1.2rem;
}

.masaza h4 {
  margin-bottom: 0;
}

/* za akcije */
.obvestiloponudbamasaz {
  text-align: center;
  font-weight: 800;
  font-size: 2vh;
}

.obvestiloponudbamasaz p {
  margin: 0;
}

.staracena1 {
  text-decoration-line: line-through;
  -webkit-text-decoration-line: line-through;
}

.novacena {
  font-weight: 600;
  text-decoration-line: none;
  color: rgba(76, 187, 23);
  letter-spacing: 2px;
  /* text-shadow: -0.5px 0 black, 0 0.5px black, 0.5px 0 black, 0 -0.5px black; */
}

.masazaPkomplet {
  font-size: 1.5vh;
}

/* TEST */

.naslovMasaze {
  text-align: center;
  font-weight: 700;
  font-size: 3vh;
  color: rgb(76, 187, 23);
  margin-top: 3vh;
}

.masazaTest1 {
  border: 1px rgba(110, 110, 110, 0.5) solid;
  border-radius: 5px;
  margin-bottom: 2vh;
}

.masazaTest1 h4 {
  margin: 1vh;
  font-size: 2.5vh;
  color: rgba(60, 60, 60, 1);
}

.cenaMasazaTest1 {
  text-align: center;
  font-weight: 700;
  font-size: 4vh;
  color: rgb(13, 117, 214);
  margin: 1vh;
  margin-left: 0;
  margin-right: 0;
}

.ozadjeMasazaTest1 {
  margin: 0;
  background: linear-gradient(
    to bottom,
    rgba(110, 110, 110, 0.1),
    rgba(250, 250, 250, 1)
  );
  border-top: 1px rgba(110, 110, 110, 0.5) solid;
}

.opisMasazaTest1 {
  margin: 0;
  padding: 1vh;
}

.naslovNege {
  text-align: center;
  font-weight: 700;
  font-size: 3vh;
  color: rgb(76, 187, 23);
  margin-top: 6vh;
}

.cenaNegaTest1 {
  text-align: center;
  font-weight: 700;
  font-size: 5vh;
  color: rgb(21, 228, 159);
  margin: 1vh;
  margin-left: 0;
  margin-right: 0;
}

.masaza p {
  display: inline;
  margin-left: 2vh;
}

.naslovPaketi {
  text-align: center;
  font-weight: 700;
  font-size: 3vh;
  color: rgb(76, 187, 23);
  margin-top: 6vh;
}

.masazapodpis {
  display: block;
  text-align: center;
  font-size: 1.25vh;
}

.masazapodpis1 {
  display: block;
  text-align: center;
  margin: 4vh;
  border: 1px solid black;
  border-radius: 1vh;
}

/*vizitka*/

.odsekvizitka {
  text-align: center;
}

.podatki {
  margin-bottom: 4vh;
  font-size: 1.2rem;
  text-align: left;
}

.podatki a{
  text-decoration: none;
}

.podatki p {
  margin-top: 0.5vh;
  margin-bottom: 0.5vh;
}

#spremljaj {
  text-align: center;
  font-size: 2vh;
  font-weight: 700;
  margin-bottom: 0;
}

.podatki1 {
  text-align: center;
}

.podatki1 a {
  text-decoration-line: none;
}

.podatki1 img {
  max-width: 25%;
  padding: 3%;
  cursor: pointer;
}

.podatki1 img:hover {
  opacity: 0.5;
}

/*MAPS*/

#mapid {
  height: 40vh;
  z-index: 0;
}

/*footer*/

.odsek3 {
  text-align: center;
  font-size: 1.35vh;
  margin-left: 4vh;
  margin-right: 4vh;
}

footer {
  border-top: 1px rgba(60, 60, 60, 0.5) solid;
  margin-bottom: 2vh;
}

footer a {
  text-decoration-line: none;
  font-weight: 700;
  font-size: 1.5;
}

/*
ZA iPAD in TABLICE
*/

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /*menu bar*/

  .menubar {
    height: 60px;
  }

  .menubar img {
    height: 60px;
  }

  .menubar h1 {
    font-size: 1.25rem;
    left: 5rem;
    top: -0.2rem;
  }

  .menuicon {
    top: 0.65rem;
    right: 0.65rem;
  }

  /*cover*/
  /* header {
     background-image: url(img/cover1.jpeg);
  } */

  .galery_child {
    width: 100%;
    height: 34rem;
    background-image: url(img/cover1.jpeg);
    background-size: cover;
  }

  .galery_active0 {
    transition: transform 10s;
    transition-timing-function: linear;
    transform: scale(1.35);
  }

  .galery_active1 {
    transition: transform 10s;
    transition-timing-function: linear;
    transform: scale(1);
    background-image: url("img/cover1.jpeg");
  }

  .darilnibonnarocilo p {
    font-size: 2vh;
  }

  /*seznam masaž*/
  .seznam {
    max-width: 100%;
    margin: auto;
    text-align: center;

    margin-bottom: 4vh;
  }

  .masaza {
    display: inline-block;
    margin: 2.5vh;
    font-size: 2vh;
  }

  .masazapodpis1 {
    border: none;
    text-align: center;
    font-weight: 700;
    font-size: 3vh;
    color: black;
    margin-top: 6vh;
  }

  /*galerija*/

  .odsek1 img {
    width: 40%;
  }

  .galerija_spodaj img {
    max-width: 30%;
  }

  /*ikona in naslov pri vsakem odseku*/
  .ikonaimg {
    display: inline-block;
    width: 8vh;
  }

  /*sliek za socialna omrežja */

  .podatki1 img {
    max-width: 10vh;
    padding: 5vh;
    padding-top: 2vh;
    padding-bottom: 2vh;
    cursor: pointer;
  }

  .odsek {
    font-size: 2vh;
  }
}

/*
DESKTOP
*/

@media only screen and (min-width: 1025px) {
  /*menu*/

  .menubar {
    height: 70px;
  }

  .menubar img {
    height: 70px;
  }

  .menubar h1 {
    font-size: 1.5rem;
    left: 5.5rem;
    top: -0.2rem;
  }

  .menuicon {
    top: 0.65rem;
    right: 0.65rem;
  }

  /* header */

  /* header {
    width: 100%;
    height: 50vh;
    background-image: url(img/cover1.jpeg);
    background-position: center;
    background-size: cover;

    margin-bottom: 0rem;
    height: 45rem;
  } */

  .galery_child {
    background-image: url(img/cover1.jpeg);
    background-position: center;
  }

  .galery_active0 {
    transition: transform 10s;
    transition-timing-function: linear;
    transform: scale(1.35);
  }

  .galery_active1 {
    transition: transform 10s;
    transition-timing-function: linear;
    transform: scale(1);
    background-image: url("img/cover1.jpeg");
  }

  .klic1 {
    top: -6.6rem;
  }

  .darilnibonnarocilo p {
    font-size: 2vh;
  }

  .menuicon {
    display: none;
  }

  .meni {
    all: unset;

    z-index: 100;
    position: fixed;
    right: 4vh;
    top: 22px;
  }

  .meni h2 {
    display: none;
  }

  .meni li {
    all: unset;
    font-size: 1.5rem;
  }

  .meni a {
    text-decoration: none;
    color: rgba(255, 255, 255, 1);
    margin-left: 1.5vh;
    margin-right: 1.5vh;
  }

  .meni li:hover {
    background-color: rgba(245, 245, 245, 0.25);
  }

  .klic {
    display: none;
  }

  #test {
    display: none;
  }

  .levazatemnitev {
    display: none;
  }

  .desnazatemnitev {
    display: none;
  }

  ul {
    all: unset;
  }

  .active {
    left: unset;
  }

  /*ikona in naslov pri vsakem odseku*/
  .ikonaimg {
    display: inline-block;
    width: 8vh;
  }

  /*preprosto do boljšega počutja*/

  .listaimg {
    padding-left: 2vh;
    padding-right: 2vh;
    width: 5vh;
  }

  /*darilni boni*/

  .odsek1 img {
    width: 30%;
  }

  .button p {
    margin-top: 2vh;
    font-size: 3vh;
    margin-bottom: 1vh;
  }

  /*galerija*/

  .galerija {
    font-size: 2rem;

    margin-left: 4vh;
    margin-right: 4vh;

    padding-top: 4vh;
    padding-bottom: 4vh;

    border-bottom: 1px rgba(60, 60, 60, 0.5) solid;

    overflow: hidden;

    text-align: center;
  }

  .galerija_spodaj img {
    margin: 1%;
    max-width: 25%;
    max-height: 25rem;
    object-fit: contain;
  }

  .galerija_spodaj img:hover {
    transition: transform 0.25s;
    transition-timing-function: linear;
    transform: scale(1.1);
  }

  /*galerija odprta*/

  .hide {
    display: none;
  }

  .galerija_spodaj_wrapper {
    background-color: rgba(52, 73, 94, 0.9);
    position: fixed;
    height: 100vh;
    width: 100vw;
    top: 0;
    z-index: 98;
  }

  .galerija_spodaj_slika {
    position: relative;
    max-width: 80vw;
    max-height: 80vh;
  }

  .zaprigalerijo {
    top: 4rem;
    right: 2rem;
  }

  /* .galerija_spodaj_okno {
    position: absolute;
    width: 100vw;
    height: 90vh;
    top: 10vh;
    left: 15vw;
  }

  .galerija_spodaj_okno img {
    max-width: 100%;
    height: 80vh;
    object-fit: contain;
    object-position: center;
  } */

  /*ponudba masaž*/

  .seznam {
    max-width: 100%;
    margin: auto;
    text-align: center;

    margin-bottom: 4vh;
  }

  .masaza {
    display: inline-block;
    margin: 2.5vh;
    font-size: 2vh;
  }

  .masazapodpis1 {
    border: none;
    text-align: center;
    font-weight: 700;
    font-size: 3vh;
    color: black;
    margin-top: 6vh;
  }

  /* kje nas najdete */

  .studio {
    all: unset;
    max-width: 50%;
    margin-bottom: 2vh;
    position: relative;
    left: 25%;
  }

  /*MAPS*/

  #mapid {
    height: 60vh;
    width: 66%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  /*vizitka*/

  .podatki {
    margin-bottom: 4vh;
    display: inline-block;
    font-size: 2vh;
    margin-left: 1vh;
  }

  .podatki p {
    margin-top: 0.5vh;
    margin-bottom: 0.5vh;
    font-weight: 700;
    font-size: 1.1rem;
  }

  #spremljaj {
    text-align: center;
    font-size: 2vh;
    font-weight: 700;
    margin-bottom: 0;
  }

  .podatki1 {
    text-align: center;
  }

  .podatki1 a {
    text-decoration-line: none;
  }

  .podatki1 img {
    max-width: 10vh;
    padding: 5vh;
    padding-top: 2vh;
    padding-bottom: 2vh;
    cursor: pointer;
  }

  .podatki1 img:hover {
    opacity: 0.5;
  }

  #desnipodatki {
    display: inline-block;
    margin-left: 4vh;
  }

  /*google maps*/

  #map {
    display: none;
  }

  #map1 {
    margin-bottom: 2vh;
    margin-left: 2vh;
    width: 49%;
    height: 50vh;
    display: inline-block;
  }
}
