@font-face {
    font-family: HelveticaNeueMedium;
    src: url("../font/HelveticaNeueMedium.otf") format("opentype");
}
.HelveticaNeueMedium{
    font-family: "HelveticaNeueMedium", sans-serif;
}

body{
    font-family: "Poppins", sans-serif;
}
nav{
    font-family: "Josefin Sans", sans-serif;
}
.loading {
    position: fixed;
    top: 0; right: 0;
    bottom: 0; left: 0;
    background: #68686896;
    z-index: 9999;
}
.loader {
    left: 50%;
    margin-left: -4em;
    font-size: 10px;
    border: .8em solid #dadbdf;
    border-left: .8em solid #000000;
    animation: spin 1.1s infinite linear;
}
.loader, .loader:after {
    border-radius: 50%;
    width: 8em;
    height: 8em;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -4.05em;
}

@keyframes spin {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}  
.navbar {
  padding: 20px 0;
  transition: all 0.5s;
}
.navbar img{
  transition: all 0.5s;
}
.shrink{
  padding: 10px 0;
  
}
.shrink img{
  width:160px;
 
}
.navbar-dark{
    background:#1E1E1E!important;
}
.navbar .nav-link{
  font-family: "Josefin Sans", sans-serif;
    padding:1.2rem 2rem!important;
    font-size: 13px;
    letter-spacing: 2px;
    white-space: nowrap;
}
h1,h2,h3,h4,h5,p{
  font-weight: 200;
}
.banner{
  background: url("../images/banner.webp");
  background-size: 70%;
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: top;
  padding: 200px 0;
  position: relative;
 
}
.banner-images {
  position: absolute;
  width: 60%;
  bottom: -10%;
  right: 30px;
}
.banner2{
  background: url("../images/banner2.webp");
  background-size: 100%;
  padding: 300px 0;
  background-position-y: 85%;
  background-repeat: no-repeat;
  position: relative;
  
}
.banner2-images {
  position: absolute;
  width: 50%;
 
}
#povprasevanje{
  scroll-margin-top: 140px;
}
.faq{
  padding: 200px 0 100px 0;
}
.gallery .card{
  border-radius: 0;
}
.more{
  background: url("../images/more2.webp");
  background-size: 100%;
  background-repeat: no-repeat;
  padding-bottom: 32%;
  background-position-y: top;
  margin-top: 100px;
 
}
footer{
  background: #000;
  color:#fff;
  padding: 100px 0;
}
footer .nav-link{
  color:#fff;
  font-size: 13px;
}
#swal2-html-container {
  color: #fff;
  text-align: center;
}
input[type="checkbox"] {

    accent-color: #7c69ef!important;
    height: 25px;
    width: 25px;
    vertical-align: middle;
    cursor: pointer;

}
.form-check{
    padding-left: 2.5em;
}
.form-check .form-check-input {
    float: left;
    margin-left: -2.5em;
}
.form-check-input {
    background-color: transparent;
    border-color: #ffffff;
    border-width: 2px;
}
.form-check-input:checked {
    background-color: #212529;
    border-color: #212529;
}
.form-check-input:focus{
    box-shadow: none;
    border-color: unset;
}
#trikotnik {
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-bottom: 50px solid #212529;
    position: fixed;
    bottom: 0px;
    left: 70px;
    transform: rotate(-135deg);
    transform-origin: 0 100%;
    z-index: 9;
}
.zunanja-kolekcija{
  background: url("../images/zunanja-kolekcija.webp");
  background-size: cover;
  height: 1000px;
}
@media (max-width: 767.98px){
  .banner{
    background: url("../images/banner-mobile.webp");
    background-size: 177%;
    background-position-x: center;
    background-position-y: bottom;
    background-repeat: no-repeat;
    padding-top: 0;
  }
  .banner .card{
    font-size: 80%;
  }
  .banner-images {
    position: absolute;
    width: 100%;
    bottom: -40%;
    right: 0;
  }
  .banner2{
    background: url("../images/banner2-mobile.webp");
    background-size: cover;
    padding: 300px 0;
    background-position-y: 366px;
    background-repeat: no-repeat;
    background-position-x: center;
  }
  .banner2-images {
    position: absolute;
    width: 88%;
    bottom: -109px;
    left: 6%;
  }
  .more .card{
    font-size: 80%;   
  }
  .more{
    
    background-size: cover;
   
   
  }
  .zunanja-kolekcija{
    background: url("../images/zunanja-kolekcija1.webp");
    background-size: cover;
    height: 683px;
  }
  .faq {
    padding: 0;
  }
  img.valentini {
    width: 75%;
  }
  
}