

@font-face {
    font-family: 'LetterGothic';
    src: url('../fonts/Letter Gothic MT Std.woff2') format('woff2'),
         url('../fonts/Letter Gothic MT Std.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'LetterGothic';
    src: url('../fonts/Letter Gothic MT Std Oblique.woff2') format('woff2'),
         url('../fonts/Letter Gothic MT Std Oblique.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'LetterGothic';
    src: url('../fonts/Letter Gothic MT Std Bold.woff2') format('woff2'),
         url('../fonts/Letter Gothic MT Std Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'LetterGothic';
    src: url('../fonts/Letter Gothic MT Std Bold Obl.woff2') format('woff2'),
         url('../fonts/Letter Gothic MT Std Bold Obl.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'TTHoves';
    src: url('../fonts/TTHoves-Regular.woff2') format('woff2'),
         url('../fonts/TTHoves-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TTHoves-Medium';
    src: url('../fonts/TTHoves-Medium.woff2') format('woff2'),
         url('../fonts/TTHoves-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}


:root {
    --cream: #FDFAF6;
    --rdeca: #97504d;
    --other: #208102;
    --svsiva: #e5e5e5;
    --bggrun: #f8fbf6;
    --modra: #80A0CC;
    --svmodra: #d1d9e8;
    --splitl: #97504d;
    --tekst: #424a44;
    --tmmodra: #4D6897;

}



div#stripes {
  background: repeating-linear-gradient(-45deg, #fdd402, #fdd402 4em, var(--tekst) 4em, var(--tekst) 8em);
  width: 100%;
  z-index: 1002;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 0;
  margin-left: 0;
}

.logo-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(130px, 16vw, 190px);
  height: clamp(130px, 16vw, 190px);
  padding: 1.05rem;
  box-sizing: border-box;
  background: #fdd402;
  border-radius: 50%;
}

#main-logo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

img {
  width: 10vw;
  height: auto;
}

h1 {
font-family: 'TTHoves-Medium', sans-serif;
color: var(--rdeca);
}


p.besedilo{
  font-family: 'LetterGothic', sans-serif;
  color: var(--bggrun);
  font-size: 1.2em;
}


ul.social-nav {
  display: flex;
  position: absolute;
  top: 5%;
  right: 2%;
  transform: translate(-50%, -50%);
  z-index: 1001;
}

ul.social-nav li {
  list-style: none;
}

ul.social-nav li a {
  width: 80px;
  height: 80px;
  background-color: transparent;
  text-align: center;
  line-height: 80px;
  font-size: 35px;
  margin: 0 10px;
  display: block;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  border: 3px solid var(--bggrun);
  z-index: 1;
  box-shadow: 0 10px 15px rgba(250,250,250,0.3);
}

ul.social-nav li a .icon {
  position: relative;
  color: var(--bggrun);
  transition: .5s;
  z-index: 3;

}

ul.social-nav li a:hover .icon {
  color: #fff;
  transform: rotateY(360deg);
}

ul.social-nav li a:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f00;
  transition: .5s;
  z-index: 2;
}

ul.social-nav li a:hover:before {
  top: 0;
}

ul.social-nav li:nth-child(1) a:before{
  background: #E4405F;
}

ul.social-nav li:nth-child(2) a:before{
  background: #03d759;
}









  
.video-background-content.container {
  width: 100%;
  max-width: none;
  padding: 0;
}

.info-panel {
  width: 100%;
  padding-bottom: 1.5rem;
  background: rgba(161,145,0,.7);
}


.video-background-holder {
  position: absolute;
  background-color: black;
  height: 100vh ;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

.video-background-holder video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.video-background-content {
  position: relative;
  z-index: 2;
  flex-direction: column;
}

.video-background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1;
}


.ponudba{
    margin: 0;
    padding: 0;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}

ul.gumb {
    display: flex;
    position: static;
    justify-content: center;
    margin: 30px auto 0;
    padding: 0;
    transform: none;
    text-align: center;
  }

  li.gumb {
    list-style: none;
    position: relative;
    display: inline-block;
    width: 100px;
    height: 100px;
  }

  @-moz-keyframes rotate {
    0% {transform: rotate(0deg);}
    100% {transform: rotate(-360deg);}
  }

  @-webkit-keyframes rotate {
    0% {transform: rotate(0deg);}
    100% {transform: rotate(-360deg);}
  }

  @-o-keyframes rotate {
    0% {transform: rotate(0deg);}
    100% {transform: rotate(-360deg);}
  }

  @keyframes rotate {
    0% {transform: rotate(0deg);}
    100% {transform: rotate(-360deg);}
  }

  .round {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding-top: 30px;    
    text-decoration: none;    
    text-align: center;
    font-size: 25px;    
    text-shadow: 0 1px 0 rgba(255,255,255,.7);
    letter-spacing: -.065em;
    font-family: "Hammersmith One", sans-serif;   
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    box-shadow: 2px 2px 7px rgba(0,0,0,.2);
    border-radius: 300px;
    z-index: 1;
    border-width: 4px;
    border-style: solid;
  }

  a.round:hover {
    width: 130%;
    height: 130%;
    left: -15%;
    top: -15%;
    font-size: 33px;
    padding-top: 38px;
    -webkit-box-shadow: 5px 5px 10px rgba(0,0,0,.3);
    -o-box-shadow: 5px 5px 10px rgba(0,0,0,.3);
    -moz-box-shadow: 5px 5px 10px rgba(0,0,0,.3);
    box-shadow: 5px 5px 10px rgba(0,0,0,.3);
    z-index: 2;
    border-size: 10px;
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }



  a.yellow {
    background-color: rgba(252,227,1,1);
    color: rgba(153,38,0,1);
    border-color: rgba(153,38,0,.2);
  }

  a.yellow:hover {
    color: rgba(252,227,1,1);
  }

  .round span.round {
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    font-size: 1px;
    border: none;
    box-sizing: border-box;
    padding: 15px;
    line-height: 1.15;
    color: #fff;
  }

  a.round:hover span.round {
    opacity: .85;
    font-size: 16px;
    padding-top: 15px;
    -webkit-text-shadow: 0 1px 1px rgba(0,0,0,.5);
    -moz-text-shadow: 0 1px 1px rgba(0,0,0,.5);
    -o-text-shadow: 0 1px 1px rgba(0,0,0,.5);
    text-shadow: 0 1px 1px rgba(0,0,0,.5);  
  }


  

  .yellow span {
    background: rgba(161,145,0,.7); 

  }

  /* Touch devices do not have a persistent hover state, so keep the offer
     description visible and give it enough room to remain legible. */
  @media (max-width: 768px), (hover: none) {
    ul.social-nav {
      position: static;
      justify-content: center;
      margin: .75rem 0 0;
      padding: 0;
      transform: none;
    }

    ul.social-nav li a {
      width: 58px;
      height: 58px;
      margin: 0 6px;
      line-height: 58px;
      font-size: 26px;
    }

    .video-background-holder {
      position: relative;
      height: auto;
      min-height: 100vh;
      overflow: visible;
      background: var(--tekst);
    }

    .video-background-holder video,
    .video-background-overlay {
      display: none;
    }

    .video-background-content.container,
    .video-background-content.container .d-flex {
      height: auto !important;
      min-height: 100vh;
    }

    .video-background-content.container .d-flex {
      align-items: stretch !important;
    }

    .w-100 {
      display: flex;
      flex-direction: column;
      justify-content: center;
      min-height: 100vh;
      background: var(--tekst);
    }

    .info-panel {
      background: var(--tekst);
      flex: 0;
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding: 0 0 .5rem;
    }

    #stripes {
      padding: 1.35rem 0;
    }

    .logo-badge {
      box-sizing: border-box;
      width: min(215px, 55vw);
      height: min(215px, 55vw);
      padding: 1.2rem;
    }

    .info-panel h1 {
      color: var(--rdeca);
      width: 100%;
      padding: 0 .5rem;
      font-size: clamp(2.55rem, 11.5vw, 3.5rem);
      line-height: 1.1;
      margin-bottom: 1.25rem;
    }

    .info-panel p.besedilo {
      color: var(--bggrun);
      width: 100%;
      max-width: none;
      padding: 0 .75rem;
      font-size: clamp(1.3rem, 5.8vw, 1.65rem);
      line-height: 1.5;
      margin: 0 auto;
    }

    li.gumb {
      width: min(215px, 55vw);
      height: min(215px, 55vw);
    }

    .ponudba {
      background: var(--tekst);
      padding: 0 0 1rem;
    }

    ul.gumb {
      margin: .5rem auto 0;
    }

    .round span.round,
    a.round:hover span.round {
      opacity: .9;
      font-size: 18px;
      padding: 30px;
    }

    a.round:hover {
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      transform: none;
    }
  }
