@media screen and (max-width: 991px) {
  .hide-small {
    display: none !important;
  }
}

@media screen and (min-width: 991px) {
  .hide-large {
    display: none !important;
  }
}

body {
  font-family: "Roboto" !important;
}

.link a {
  text-decoration: none;
  color: #231f20;
  transition: 0.3s ease-in-out;
}
.link a:hover {
  color: #c3b49b;
}

.section-title {
  font-family: "Cinzel" !important;
  font-size: 48px;
}
@media screen and (max-width: 769px) {
  .section-title {
    font-size: 36px;
  }
}
.section-subtitle {
  font-family: "Cinzel" !important;
  font-size: 32px;
}
@media screen and (max-width: 769px) {
  .section-subtitle {
    font-size: 26px;
  }
}
.section-content {
  font-size: 20px;
  line-height: 36px;
  letter-spacing: 0.02em;
  text-rendering: optimizeLegibility;
}
@media screen and (max-width: 769px) {
  .section-content {
    font-size: 16px;
  }
}
.section-photo img {
  max-height: 400px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}

.btn-gold {
  background-color: #c3b49b !important;
}
.btn-gold:hover {
  background-color: #afa188 !important;
}

.request-offer {
  --c: #c3b49b; /* the border color */
  --b: 1px; /* the border thickness*/
  --g: 10px; /* the gap on hover */
  padding: calc(var(--g) + var(--b));
  --_g: #0000 25%, var(--c) 0;
  background: conic-gradient(from 180deg at top var(--b) right var(--b), var(--_g)) var(--_i, 200%) 0/200% var(--_i, var(--b)) no-repeat, conic-gradient(at bottom var(--b) left var(--b), var(--_g)) 0 var(--_i, 200%)/var(--_i, var(--b)) 200% no-repeat;
  transition: 0.3s, background-position 0.3s 0.3s;
  cursor: pointer;
  font-size: 22px;
  font-weight: 500;
}

.request-offer:hover {
  --_i: 100%;
  transition: 0.3s, background-size 0.3s 0.3s;
}

.divider-short-black {
  width: 50px;
  height: 2px;
  background: #231f20;
}

.navbar {
  border-bottom: 2px solid #c3b49b;
}
.navbar-brand img {
  max-height: 40px;
}
.navbar-nav .nav-link {
  color: #231f20;
  font-size: 16px;
}
.navbar-nav .nav-link:hover {
  color: #c3b49b;
}
@media screen and (min-width: 1201px) {
  .navbar-nav .nav-item .outline {
    border: solid 1px #c3b49b;
    border-radius: 5px;
  }
  .navbar-nav .nav-item .outline:hover {
    background-color: #c3b49b;
    color: #231f20;
  }
}
@media screen and (max-width: 1201px) {
  .navbar-nav .nav-item .dropdown-menu {
    padding-top: 0;
    border: none;
  }
}
.navbar-nav .nav-item .dropdown-item {
  color: #231f20;
  font-size: 16px;
  transition: 0.2s;
}
.navbar-nav .nav-item .dropdown-item:hover {
  color: #c3b49b;
}

.modal-text {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.02em;
  text-rendering: optimizeLegibility;
}
@media screen and (max-width: 769px) {
  .modal-text {
    font-size: 14px;
  }
}
.modal-title {
  font-family: "Cinzel" !important;
  font-size: 28px;
}
@media screen and (max-width: 769px) {
  .modal-title {
    font-size: 30px;
  }
}

#swiper {
  display: block;
  padding-top: 66px;
}
#swiper .top-wrapper {
  position: relative;
  z-index: 1;
}
#swiper .swiper-wrapper {
  height: -moz-fit-content;
  height: fit-content;
}
#swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
}
@media screen and (max-width: 769px) {
  #swiper .swiper-wrapper .swiper-slide img {
    height: 50vh;
    width: auto;
  }
}
#swiper .swiper-button-next, #swiper .swiper-button-prev {
  color: #231f20;
}
#swiper .swiper-overlay {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
}
@media screen and (max-width: 769px) {
  #swiper .swiper-overlay {
    width: 80%;
  }
}
#swiper .swiper-overlay img {
  max-height: 150px;
}
@media screen and (max-width: 769px) {
  #swiper .swiper-overlay img {
    max-height: 100px;
  }
}
#swiper .swiper-overlay h1 {
  font-family: "Cinzel" !important;
  font-size: 66px;
  font-weight: 300;
}
@media screen and (max-width: 1601px) {
  #swiper .swiper-overlay h1 {
    font-size: 48px;
  }
}
@media screen and (max-width: 769px) {
  #swiper .swiper-overlay h1 {
    font-size: 32px;
  }
}
#swiper .swiper-overlay__subheading {
  font-size: 20px;
  line-height: 36px;
  font-weight: 300;
  letter-spacing: 0.02em;
  text-rendering: optimizeLegibility;
}

#nase-storitve .service-card {
  height: 220px;
}
#nase-storitve .service-card__icon img {
  height: 80px;
}
#nase-storitve .service-card__title {
  font-size: 28px;
}
#nase-storitve .service-card::after {
  display: block;
  position: absolute;
  content: "";
  background: #c3b49b;
  height: 20px;
  width: 20px;
  bottom: -30px;
  left: 0;
  transition: 0.7s ease-in-out;
}
#nase-storitve .service-card:hover::after {
  width: 100%;
}

#ciscenje-solarnih-sistemov .before-after {
  border: 1px solid #c3b49b;
  background: white;
}
#ciscenje-solarnih-sistemov .before-after .title {
  font-size: 20px;
  font-weight: 600;
}
#ciscenje-solarnih-sistemov .before-after-box::after {
  display: block;
  position: absolute;
  content: "";
  background: #c3b49b;
  height: 1px;
  width: 200px;
  bottom: 50%;
  left: 50%;
  z-index: -10;
  transform: translate(-50%);
}
@media screen and (max-width: 769px) {
  #ciscenje-solarnih-sistemov .before-after-box::after {
    transform: translate(-50%) rotate(90deg);
  }
}

#kontakt img {
  max-height: 200px;
}
#kontakt .contact-box {
  border-left: 3px solid #c3b49b;
}
#kontakt .contact-box__text {
  font-size: 20px;
}

#footer .footer-text {
  font-size: 16px;
  color: #231f20;
}
#footer .footer-text .golden {
  color: #c3b49b;
  font-weight: 500;
}/*# sourceMappingURL=style.css.map */