body {
  background: #000;
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 400;
  font-size: 1.1rem;
}

textarea:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=time]:focus,
input[type=week]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=color]:focus,
.form-control:focus,
.uneditable-input:focus {
  border-color: rgb(216, 55, 49);
  box-shadow: none;
  outline: 0 none;
}

a {
  color: #000;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: elza, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #d83731;
}

.section-single {
  min-height: 90vh;
  margin-top: 130px;
}
.section-single h1, .section-single h2, .section-single h3, .section-single h4 {
  margin-top: 36px;
}

.section-bg-1 {
  background: #000 url(https://avto-point.si/assets/images/background_1.jpg) center no-repeat;
  background-size: cover;
}

.section-bg-2 {
  background: #000 url(https://avto-point.si/assets/images/background_2.jpg) center no-repeat;
  background-size: cover;
}

.section-bg-3 {
  height: 20vh;
  background: #000 url(https://avto-point.si/assets/images/stock/232530534.jpg) center no-repeat;
  background-size: cover;
}

.section-title {
  text-align: center;
  margin-top: 1.4rem;
}

.section-title::after {
  display: block;
  content: "";
  margin: 1rem auto;
  margin-top: 1.25rem;
  width: 8%;
  border-bottom: 2px solid #3b3b3b;
}

.section-intro-text {
  text-align: center;
  width: 65%;
  margin: 0 auto;
}

table tr:last-of-type {
  border-bottom: 1px solid #fff;
}

.card.card-dark {
  border-color: #000;
  background: #1e1e1e;
  color: #fff;
}
.card.card-dark .material-symbols-sharp {
  color: #d83731;
}

.cards-embed .card {
  border: none !important;
  text-align: center;
}
.cards-embed .card .card-title {
  margin: 16px 0;
  color: #d83731;
}
.cards-embed .card .card-title::after {
  display: block;
  content: "";
  width: 60%;
  border-bottom: 1px solid #ccc;
  margin: 0 auto;
  margin-top: 16px;
}
.cards-embed .card .icon-title i {
  font-size: 48px;
  color: #d83731;
}
.cards-embed .card .card-text {
  margin-bottom: 12px;
  padding-left: 1rem;
  padding-right: 1rem;
}

.section-light {
  background-color: #f8f8f8;
  padding: 2rem;
}
.section-light p {
  color: #000;
}
.section-light a {
  color: #d83731;
}
.section-light h1, .section-light h2, .section-light h3, .section-light h4, .section-light h5, .section-light h6 {
  color: #d83731;
}
.section-light .btn-primary {
  background-color: #d83731;
  border-color: #d83731;
  color: #fff;
}
.section-light .btn-outline-primary {
  border-color: #d83731;
}

.section-dark {
  background-color: #000;
  color: #b7b7b7;
  padding: 2rem;
}
.section-dark p {
  color: #b7b7b7;
}
.section-dark a {
  color: #d83731;
}
.section-dark h1, .section-dark h2, .section-dark h3, .section-dark h4, .section-dark h5, .section-dark h6 {
  color: #d83731;
}
.section-dark .btn-primary {
  background-color: #d83731;
  border-color: #d83731;
  color: #fff;
}
.section-dark .btn-outline-primary {
  border-color: #d83731;
}
.section-dark .btn-outline-primary:hover {
  background-color: #d83731;
  color: #fff;
}
.section-dark .card-text {
  color: #000;
}
.section-dark .cards-embed .card {
  transition: all 0.15s;
  background: rgba(0, 0, 0, 0.45);
  border: 2px solid #000 !important;
  color: #b7b7b7;
}
.section-dark .cards-embed .card .card-title::after {
  display: none;
}
.section-dark .cards-embed .card .card-text {
  color: #b7b7b7;
  font-size: 1rem;
}
.section-dark .cards-embed .card:hover {
  transform: scale(1.1);
  border: 2px solid rgba(216, 55, 49, 0.7) !important;
}
.section-dark .icon-text a {
  color: #9b9b9b;
}
.section-dark .icon-text > i, .section-dark .icon-text a:hover {
  color: #d83731;
}
.section-dark .list-group .list-group-item {
  background: none;
  padding-left: 0;
  border: none;
  margin-bottom: 2px;
}
.section-dark .list-group .list-group-item a {
  color: #9b9b9b;
}
.section-dark .list-group .list-group-item a:hover {
  color: #d83731;
}
.section-dark .pre-title {
  color: #d83731;
  opacity: 0.9;
}

.section-accent {
  background-color: #d83731;
  padding: 2rem;
}
.section-accent p {
  color: #fff;
}
.section-accent a {
  color: #fff;
}
.section-accent h1, .section-accent h2, .section-accent h3, .section-accent h4, .section-accent h5, .section-accent h6 {
  color: #fff;
}
.section-accent h6.subtitle {
  color: #ff5650;
  font-size: 0.9rem;
  padding-bottom: 0.75rem;
  font-weight: 600;
}
.section-accent h6.subtitle::after {
  display: block;
  content: "";
  margin-top: 16px;
  width: 6%;
  border-bottom: 2px solid #ff5650;
}
.section-accent .btn-primary {
  background-color: #fff;
  border-color: #fff;
  color: #d83731;
}
.section-accent .btn-outline-primary {
  border-color: #fff;
}
.section-accent .cards-embed .card {
  background: #be302b;
  border: none;
  color: #ccc;
}
.section-accent .cards-embed .card .card-title::after {
  display: none;
}
.section-accent .cards-embed .card .card-text {
  color: #fff;
}

.icon-text > i {
  margin-right: 4px;
}

.fa-empty {
  margin-left: 1.1rem;
}

.footer-col-title::after {
  display: block;
  content: "";
  margin-top: 16px;
  width: 20%;
  border-bottom: 2px solid #333333;
}

a.link-light {
  color: #9b9b9b !important;
  transition: color 0.2s;
}

a.link-light:hover {
  color: #d83731 !important;
}

footer .xsmall {
  font-size: 0.85rem;
  opacity: 0.45;
  padding: 0;
  margin: 0;
}
footer .footer-end {
  font-size: 0.85rem;
  color: #3b3b3b;
  padding-top: 40px;
  margin-top: 60px;
  border-top: 1px solid #2c2c2c;
}
footer .footer-end p {
  color: #3b3b3b;
}
footer .footer-end .links {
  padding-left: 0;
  padding-right: 0;
}
footer .footer-end .links a {
  font-size: 0.85rem;
  color: #3b3b3b;
  margin-right: 12px;
}
footer .footer-end .links a:hover {
  color: #d83731;
}
footer .social-link {
  color: #6c757d;
  transition: all 0.15s;
}
footer .social-link i {
  color: #d83731;
  margin-right: 6px;
}
footer .social-link:hover {
  color: #d83731;
}

.section-partners {
  background: #fff;
  padding: 0 !important;
}
.section-partners img {
  width: 145px;
}

.main-jumbo {
  background: #000;
  background-size: cover;
}
.main-jumbo .carousel-caption {
  bottom: 8rem;
  text-align: left;
}
.main-jumbo .carousel-item {
  height: 100vh;
}

.main-jumbo.container-fluid {
  --bs-gutter-x: 0;
}

.video-container {
  height: 100%;
  width: 100%;
  position: relative;
}
.video-container video {
  width: 100%;
  height: 100vh;
  position: absolute;
  object-fit: cover;
  z-index: 0;
}
.video-container .caption {
  z-index: 1;
  position: relative;
  text-align: center;
  color: #dc0000;
  padding: 0;
}

#navigationTop {
  font-size: 0.95rem;
  padding: 0.25rem 0;
  background: rgba(0, 0, 0, 0.6);
}
#navigationTop a {
  transition: all 0.15s;
}
#navigationTop a:hover {
  transform: scale(1.1);
  color: #d83731;
}

#navigation {
  border-top: 1px solid rgba(216, 55, 49, 0.3);
  background: rgba(0, 0, 0, 0.6);
}
#navigation .nav-item a {
  margin-left: 1rem;
  margin-right: 1rem;
  color: #d83731;
  font-size: 1.2rem;
  font-weight: 600;
}
#navigation .nav-item a.active {
  color: #fff;
}
#navigation a {
  transition: all 0.15s;
}
#navigation a:hover {
  transform: scale(1.2);
  color: #d83731;
}

@media only screen and (max-width: 767px) {
  #navigation {
    background: #000 !important;
  }
  #navigation a:hover {
    transform: scale(1);
    color: #d83731;
  }
  #navigation .nav-item a {
    margin-right: 0.5rem;
    margin-left: 0;
    margin-top: 1rem;
    font-size: 1rem;
  }
}
@media only screen and (max-width: 980px) {
  #navigation .nav-item a {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
    font-size: 1rem;
  }
}
#navigation.scrolled {
  background: #000 !important;
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 50px;
  z-index: 1000;
}

.carousel-caption p {
  font-size: 1.4rem;
}

.el-top {
  margin-top: 55px;
}

.item-detail.container-fluid {
  --bs-gutter-x: 0;
  overflow: hidden;
  min-height: 50vh;
  height: auto;
  display: block;
}

.item-detail h2 {
  padding-bottom: 10px;
  margin-bottom: 0;
}

.item-detail .subtitle {
  margin: 0;
}

.item-title {
  padding: 30px 0;
}
.item-title a {
  opacity: 0.8;
}
.item-title h2 {
  margin-top: 10px;
}

.feature-card-simple {
  border-radius: 0;
}
.feature-card-simple .material-symbols-sharp {
  font-size: 36px !important;
}

.item-detail .material-symbols-sharp {
  color: #d83731;
  margin-top: -4px;
  vertical-align: middle;
  font-size: 18px !important;
}
.item-detail .subtitle {
  opacity: 0.65;
}
.item-detail .item-detail-extra .card {
  border-radius: 0;
  border: none;
}
.item-detail .item-detail-extra .card-header {
  background-color: #fff !important;
  border-bottom: none !important;
}
.item-detail .owl-nav {
  position: absolute;
  top: 25%;
  width: 100%;
}
.item-detail .owl-prev,
.item-detail .owl-next {
  position: absolute;
  background: #fff !important;
  width: 25px;
  height: 25px;
  border-radius: 100% !important;
  transition: all 0.25s;
}
.item-detail .owl-prev {
  left: 15px;
}
.item-detail .owl-next {
  right: 15px;
}
.item-detail .owl-prev:hover,
.item-detail .owl-next:hover {
  color: #fff;
  background: #d83731 !important;
}

.item-detail-extra .card-body {
  padding: 0 !important;
}
.item-detail-extra .card-header-tabs .nav-link.active {
  background: #d83731 !important;
  border-radius: 2px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.item-detail-extra .card-header-tabs .nav-item {
  margin-left: 0 !important;
}
.item-detail-extra .accordion-body {
  font-size: 0.8rem;
  padding-top: 0;
  padding-bottom: 0;
}
.item-detail-extra .accordion-header {
  padding-bottom: 0;
  margin: 0;
}
.item-detail-extra .accordion-button {
  color: #d83731;
  font-size: 0.8rem;
  text-transform: uppercase;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 600;
}
.item-detail-extra .accordion-button:focus {
  box-shadow: none;
  border-color: rgba(0, 0, 0, 0);
}
.item-detail-extra .accordion-button:not(.collapsed) {
  background: #d83731;
  color: #fff;
}
.item-detail-extra .accordion-button:not(.collapsed)::after {
  background-image: none;
  color: #fff;
}
.item-detail-extra .nav-pills .nav-link, .item-detail-extra .nav-pills .show > .nav-link {
  border-radius: 0;
  font-weight: 600;
  font-size: 0.9rem;
  text-transform: uppercase;
  color: #d83731;
}
.item-detail-extra .nav-pills .nav-link.active, .item-detail-extra .nav-pills .show > .nav-link {
  background-color: #d83731;
  color: #fff;
}
.item-detail-extra .table {
  font-size: 0.95rem;
  color: rgba(0, 0, 0, 0.55);
}

.feature-card-simple {
  border-radius: 0;
}
.feature-card-simple .material-symbols-sharp {
  font-size: 36px !important;
  color: #d83731;
}

.card-item-horizontal {
  border: none !important;
}
.card-item-horizontal .card-title a {
  color: #d83731;
}

.container-list nav .nav-link {
  padding-left: 0;
  font-size: 0.9rem;
  color: #4d4d4d;
  transition: all 0.1s;
}
.container-list nav .nav-link:hover,
.container-list nav .nav-link.active {
  color: #d83731;
}
.container-list nav .nav-link.first:hover,
.container-list nav .nav-link.first.active {
  margin-left: 0;
}
.container-list nav .nav-link .material-symbols-sharp {
  opacity: 0;
  transition: all 0.3s;
  color: #d83731;
  margin-top: -4px;
  vertical-align: middle;
  font-size: 18px !important;
}
.container-list nav .nav-link:hover .material-symbols-sharp {
  opacity: 1;
  margin-left: 8px;
}
.container-list nav .nav-link.active .material-symbols-sharp,
.container-list nav .nav-link.active:hover .material-symbols-sharp {
  opacity: 1;
  margin-left: 8px;
}

form label {
  font-size: 0.9rem;
}

.title-underlined::after {
  display: block;
  content: "";
  margin: 1rem 0;
  width: 8%;
  border-bottom: 2px solid #818181;
}

.lead.strong {
  font-weight: 600;
}

.container-main-contact {
  height: 20vh;
  background: #000 url(https://avto-point.si/assets/images/stock/232530534.jpg) center no-repeat;
  background-size: cover;
}

.container-contact {
  background: #d83731 url(https://avto-point.si/assets/images/background_2.jpg) center no-repeat;
  background-size: cover;
  color: #fff;
}
.container-contact form label {
  display: none;
}
.container-contact .form-control {
  border-radius: 3px;
  border: 1px solid #d83731;
  padding: 16px 12px;
}
.container-contact .form-control::placeholder {
  color: #d83731;
  opacity: 1;
}
.container-contact form .btn-primary {
  color: #fff;
  font-weight: 500;
  border: 2px solid #be302b;
  background: #be302b;
}
.container-contact form .btn-primary:hover {
  background: #d83731;
  border: 2px solid #d83731;
}
.container-contact .card {
  background: #be302b;
  border: none;
}
.container-contact .card-title {
  color: #da433d;
}
.container-contact .material-symbols-sharp {
  color: rgba(255, 255, 255, 0.75);
  margin-top: -4px;
  vertical-align: middle;
  font-size: 18px !important;
}
.container-contact .lead {
  color: rgba(255, 255, 255, 0.75);
  font-size: 1.1rem;
  font-weight: 500;
  margin-bottom: 0.25rem;
}
.container-contact .lead a {
  color: rgba(255, 255, 255, 0.75);
}
.container-contact .lead a:hover {
  color: rgb(255, 255, 255);
}

.form-check-label, .form-label {
  font-size: 1rem;
}

.long-form h6 {
  font-family: neuzeit-grotesk, "sans-serif";
  font-weight: 500;
  font-size: 1.1rem;
}
.long-form .card-header {
  background: #d83731;
  color: #fff;
}
.long-form .btn-primary {
  color: #fff;
  font-weight: 500;
  border: 2px solid #d83731;
  background: #d83731;
}
.long-form .btn-primary:hover {
  background: #be302b;
  border: 2px solid #be302b;
}

.form-select:focus,
.form-check-input:focus {
  box-shadow: #d83731 0 0 1px;
  border-color: #d83731;
}

.form-check-input:checked {
  background: #d83731;
  border-color: #d83731;
}

.btn-link {
  color: #d83731;
  text-decoration: none;
}

.btn-link:hover {
  color: #d83731;
}

/*# sourceMappingURL=guide.css.map */
