@charset "UTF-8";
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
iframe {
  width: 50%;
  height: 300px;
}

@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm {
    max-width: 1200px;
  }
}
@media (max-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm {
    max-width: 100%;
  }
}
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

a {
  color: #4483e0;
  text-decoration: none;
}

a:hover {
  color: rgb(111.747706422, 160.0091743119, 231.252293578);
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Jost", sans-serif;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background: #323b4a;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #323b4a;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #4483e0;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: rgb(102.9981651376, 154.2073394495, 229.8018348624);
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/* ===== Frigo 404 ===== */
/* ===== Simple 404 ===== */
/* ===== Simple 404 ===== */
.simple-404 {
  padding: 250px 0 160px;
  background: #fff;
}

.triangle-wrapper {
  width: 300px;
  height: 300px;
  margin: 50px auto 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #2F6FE4; /* Frigo blue */
  border-radius: 28px;
  animation: float 4s ease-in-out infinite;
}

.triangle-wrapper i {
  font-size: 90px;
  color: #fff;
}

/* very subtle animation */
@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.simple-404 h1 {
  font-size: 72px;
  font-weight: 700;
  color: #2F6FE4;
  margin-bottom: 10px;
}

.simple-404 h2 {
  font-size: 26px;
  font-weight: 600;
  color: #0B2B66;
  margin-bottom: 12px;
}

.simple-404 p {
  color: #555;
  max-width: 420px;
  margin-bottom: 25px;
}

/* Button */
.btn-frigo {
  display: inline-block;
  padding: 12px 22px;
  border-radius: 12px;
  background: #2F6FE4;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}

.btn-frigo:hover {
  background: #245fd3;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 15px 0;
}

#header.header-scrolled, #header.header-inner-pages {
  background: rgba(29, 35, 44, 0.9);
}

#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#header .logo a {
  color: #fff;
}

#header .logo img {
  max-height: 40px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  white-space: nowrap;
  transition: 0.3s;
}
.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #4483e0;
}
.navbar .getstarted, .navbar .getstarted:focus {
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 50px;
  color: #fff;
  font-size: 14px;
  border: 2px solid #4483e0;
  font-weight: 600;
}
.navbar .getstarted:hover, .navbar .getstarted:focus:hover {
  color: #fff;
  background: rgb(46.126146789, 116.495412844, 220.373853211);
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}
.navbar .dropdown ul li {
  min-width: 200px;
}
.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  font-weight: 500;
  color: rgb(12.5137614679, 37.9449541284, 75.4862385321);
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #4483e0;
}
.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 1123px) {
  .mobile-nav-toggle {
    display: block;
  }
  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(29.435483871, 34.7338709677, 43.564516129, 0.9);
  transition: 0.3s;
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #323b4a;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #4483e0;
}
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
  margin: 15px;
  color: #323b4a;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #4483e0;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.text-frigo {
  text-transform: uppercase;
}

#hero {
  width: 100%;
  height: 88vh;
  background: #323b4a;
}

#hero .natuknice {
  font-family: "Jost", sans-serif !important;
  font-weight: 600 !important;
}

#hero .natuknice:hover {
  color: #2268cf;
  cursor: pointer;
}

#hero .hero-img img {
  height: 500px !important;
  width: auto !important;
}

#hero .container {
  padding-top: 72px;
}

#hero h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
}

#hero h2, .natuknice {
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 50px;
  font-size: 24px;
}

#hero .btn-get-started {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px 11px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px 0 0 0;
  color: #fff;
  background: #4483e0;
}

#hero .btn-get-started:hover {
  background: #2268cf;
}

#hero .btn-watch-video {
  font-size: 16px;
  display: flex;
  align-items: center;
  transition: 0.5s;
  margin: 10px 0 0 25px;
  color: #fff;
  line-height: 1;
}

#hero .btn-watch-video i {
  line-height: 0;
  color: #fff;
  font-size: 32px;
  transition: 0.3s;
  margin-right: 8px;
}

#hero .btn-watch-video:hover i {
  color: #4483e0;
}

#hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@media (min-width: 991px) {
  #hero h1 {
    font-size: 38px;
  }
}
@media (min-width: 1202px) {
  #hero h1 {
    font-size: 48px;
  }
}
@media (max-width: 991px) {
  #hero {
    height: -moz-fit-content;
    height: fit-content;
    text-align: center;
    padding: 0;
    padding-bottom: 5%;
  }
  #hero .animated {
    animation: none;
  }
  #hero .hero-img {
    text-align: center;
  }
  #hero .hero-img img {
    width: 70%;
  }
  #hero h1 {
    font-size: 32px;
    line-height: 36px;
  }
  #hero h2, .natuknice {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2, .natuknice {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  #hero .hero-img img {
    width: 70%;
  }
}
@media (max-width: 575px) {
  #hero .hero-img img {
    width: 80%;
  }
  #hero .btn-get-started {
    font-size: 16px;
    padding: 10px 24px 11px 24px;
  }
}
@keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: rgb(210.3016129032, 215.7379032258, 224.7983870968);
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}
.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #323b4a;
}
.section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}
.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #4483e0;
  bottom: 0;
  left: calc(50% - 20px);
}
.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
  padding: 12px 0;
  text-align: center;
}
.clients img {
  max-width: 45%;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px 0;
}
.clients img:hover {
  filter: none;
  transform: scale(1.8);
}
@media (max-width: 768px) {
  .clients img {
    max-width: 40%;
  }
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}
.about .content ul {
  list-style: none;
  padding: 0;
}
.about .content ul li {
  padding-left: 28px;
  position: relative;
}
.about .content ul li + li {
  margin-top: 10px;
}
.about .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #4483e0;
  line-height: 1;
}
.about .content p:last-child {
  margin-bottom: 0;
}
.about .content .btn-learn-more {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 30px;
  transition: 0.3s;
  line-height: 1;
  color: #4483e0;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #4483e0;
}
.about .content .btn-learn-more:hover {
  background: #4483e0;
  color: #fff;
  text-decoration: none;
}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us .content {
  padding: 60px 100px 0 100px;
}
.why-us .content h3 {
  font-weight: 400;
  font-size: 34px;
  color: #323b4a;
}
.why-us .content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}
.why-us .content p {
  font-size: 15px;
  color: rgb(131.75, 131.75, 131.75);
}
.why-us .img {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.why-us .accordion-list {
  padding: 0 100px 60px 100px;
}
.why-us .accordion-list ul {
  padding: 0;
  list-style: none;
}
.why-us .accordion-list li + li {
  margin-top: 15px;
}
.why-us .accordion-list li {
  padding: 20px;
  box-shadow: 2px 2px 4px rgba(101, 99, 99, 0.3);
  border-radius: 4px;
}
.why-us .accordion-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding-right: 30px;
  outline: none;
  cursor: pointer;
}
.why-us .accordion-list span {
  color: #4483e0;
  font-weight: 600;
  font-size: 18px;
  padding-right: 10px;
}
.why-us .accordion-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}
.why-us .accordion-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}
.why-us .accordion-list .icon-show {
  display: none;
}
.why-us .accordion-list a.collapsed {
  color: #343a40;
}
.why-us .accordion-list a.collapsed:hover {
  color: #4483e0;
}
.why-us .accordion-list a.collapsed .icon-show {
  display: inline-block;
}
.why-us .accordion-list a.collapsed .icon-close {
  display: none;
}
@media (max-width: 1024px) {
  .why-us .content,
  .why-us .accordion-list {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .why-us .img {
    min-height: 400px;
  }
  .why-us .content {
    padding-top: 30px;
  }
  .why-us .accordion-list {
    padding-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .why-us .img {
    min-height: 200px;
  }
}

/*--------------------------------------------------------------
# Skills
--------------------------------------------------------------*/
.skills .content h3 {
  font-weight: 700;
  font-size: 32px;
  color: #323b4a;
  font-family: "Poppins", sans-serif;
}
.skills .content ul {
  list-style: none;
  padding: 0;
}
.skills .content ul li {
  padding-bottom: 10px;
}
.skills .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #4483e0;
}
.skills .content p:last-child {
  margin-bottom: 0;
}
.skills .progress {
  height: 60px;
  display: block;
  background: none;
  border-radius: 0;
}
.skills .progress .skill {
  padding: 0;
  margin: 0 0 6px 0;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #323b4a;
}
.skills .progress .skill .val {
  float: right;
  font-style: normal;
}
.skills .progress-bar-wrap {
  background: rgb(201.1709677419, 207.7177419355, 218.6290322581);
  height: 10px;
}
.skills .progress-bar {
  width: 1px;
  height: 10px;
  transition: 0.9s;
  background-color: rgb(70.564516129, 83.2661290323, 104.435483871);
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
  padding: 50px 30px;
  transition: all ease-in-out 0.4s;
  background: #fff;
}
.services .icon-box .icon {
  margin-bottom: 10px;
}
.services .icon-box .icon i {
  color: #4483e0;
  font-size: 36px;
  transition: 0.3s;
}
.services .icon-box h4 {
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 24px;
}
.services .icon-box h4 a {
  color: #323b4a;
  transition: ease-in-out 0.3s;
}
.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}
.services .icon-box:hover {
  transform: translateY(-10px);
}
.services .icon-box:hover h4 a {
  color: #4483e0;
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: linear-gradient(rgba(29.435483871, 34.7338709677, 43.564516129, 0.9), rgba(29.435483871, 34.7338709677, 43.564516129, 0.9)), url("../img/cta-bg.jpg") fixed center center;
  background-size: cover;
  padding: 120px 0;
}
.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}
.cta p {
  color: #fff;
}
.cta .cta-btn {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  margin-top: 60px;
  border: 2px solid #fff;
  color: #fff;
}
.cta .cta-btn:hover {
  background: #4483e0;
  border: 2px solid #4483e0;
}
@media (max-width: 1024px) {
  .cta {
    background-attachment: scroll;
  }
}
@media (min-width: 991px) {
  .cta .cta .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
@media (max-width: 991px) {
  .cta {
    margin-top: 0px;
  }
  .cta .cta .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
  list-style: none;
  margin-bottom: 20px;
}
.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  margin: 10px 5px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  color: #444444;
  transition: all 0.3s;
  padding: 8px 20px;
  border-radius: 50px;
  font-family: "Poppins", sans-serif;
}
.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  background: #4483e0;
  color: #fff;
}
.portfolio .portfolio-item {
  margin-bottom: 30px;
}
.portfolio .portfolio-item .portfolio-img {
  overflow: hidden;
}
.portfolio .portfolio-item .portfolio-img img {
  transition: all 0.6s;
}
.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 15px;
  bottom: 0;
  z-index: 3;
  right: 15px;
  transition: all 0.3s;
  background: rgba(50, 59, 74, 0.8);
  padding: 10px 15px;
}
.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0px;
}
.portfolio .portfolio-item .portfolio-info p {
  color: rgb(242.9908256881, 247.0366972477, 253.0091743119);
  font-size: 14px;
  margin-bottom: 0;
}
.portfolio .portfolio-item .portfolio-info .preview-link,
.portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 40px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: #fff;
  transition: 0.3s;
}
.portfolio .portfolio-item .portfolio-info .preview-link:hover,
.portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #4483e0;
}
.portfolio .portfolio-item .portfolio-info .details-link {
  right: 10px;
}
.portfolio .portfolio-item:hover .portfolio-img img {
  transform: scale(1.15);
}
.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}
.portfolio-details .portfolio-details-slider img {
  width: 100%;
}
.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #4483e0;
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #4483e0;
}
.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(50, 59, 74, 0.08);
}
.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}
.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}
.portfolio-details .portfolio-description {
  padding-top: 30px;
}
.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}
.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
  position: relative;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  border-radius: 5px;
  background: #fff;
  transition: 0.5s;
}
.team .member .pic {
  overflow: hidden;
  width: 180px;
  border-radius: 0%;
}
.team .member .pic img {
  transition: ease-in-out 0.3s;
}
.team .member:hover {
  transform: translateY(-10px);
}
.team .member .member-info {
  padding-left: 30px;
}
.team .member h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #323b4a;
}
.team .member span {
  display: block;
  font-size: 15px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 500;
}
.team .member span::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: rgb(176.8225806452, 186.3306451613, 202.1774193548);
  bottom: 0;
  left: 0;
}
.team .member p {
  margin: 10px 0 0 0;
  font-size: 14px;
}
.team .member .social {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.team .member .social a {
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 32px;
  height: 32px;
  background: rgb(207.2580645161, 213.064516129, 222.7419354839);
}
.team .member .social a i {
  color: #323b4a;
  font-size: 16px;
  margin: 0 2px;
}
.team .member .social a:hover {
  background: #4483e0;
}
.team .member .social a:hover i {
  color: #fff;
}
.team .member .social a + a {
  margin-left: 8px;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .row {
  padding-top: 40px;
}
.pricing .box {
  padding: 60px 40px;
  box-shadow: 0 3px 20px -2px rgba(20, 45, 100, 0.1);
  background: #fff;
  height: 100%;
  border-top: 4px solid #fff;
  border-radius: 5px;
}
.pricing h3 {
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 20px;
  color: #323b4a;
}
.pricing h4 {
  font-size: 48px;
  color: #323b4a;
  font-weight: 400;
  font-family: "Jost", sans-serif;
  margin-bottom: 25px;
}
.pricing h4 sup {
  font-size: 28px;
}
.pricing h4 span {
  color: #4483e0;
  font-size: 18px;
  display: block;
}
.pricing ul {
  padding: 20px 0;
  list-style: none;
  color: #999;
  text-align: left;
  line-height: 20px;
}
.pricing ul li {
  padding: 10px 0 10px 30px;
  position: relative;
}
.pricing ul i {
  color: #28a745;
  font-size: 24px;
  position: absolute;
  left: 0;
  top: 6px;
}
.pricing ul .na {
  color: #ccc;
}
.pricing ul .na i {
  color: #ccc;
}
.pricing ul .na span {
  text-decoration: line-through;
}
.pricing .buy-btn {
  display: inline-block;
  padding: 12px 35px;
  border-radius: 50px;
  color: #4483e0;
  transition: none;
  font-size: 16px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  transition: 0.3s;
  border: 1px solid #4483e0;
}
.pricing .buy-btn:hover {
  background: #4483e0;
  color: #fff;
}
.pricing .featured {
  border-top-color: #4483e0;
}
.pricing .featured .buy-btn {
  background: #4483e0;
  color: #fff;
}
.pricing .featured .buy-btn:hover {
  background: rgb(35.7211009174, 108.3155963303, 215.4788990826);
}
@media (max-width: 992px) {
  .pricing .box {
    max-width: 60%;
    margin: 0 auto 30px auto;
  }
}
@media (max-width: 767px) {
  .pricing .box {
    max-width: 80%;
    margin: 0 auto 30px auto;
  }
}
@media (max-width: 420px) {
  .pricing .box {
    max-width: 100%;
    margin: 0 auto 30px auto;
  }
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq .faq-list {
  padding: 0 100px;
}
.faq .faq-list ul {
  padding: 0;
  list-style: none;
}
.faq .faq-list li + li {
  margin-top: 15px;
}
.faq .faq-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  position: relative;
}
.faq .faq-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 30px;
  outline: none;
  cursor: pointer;
}
.faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #4483e0;
}
.faq .faq-list .icon-show,
.faq .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}
.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}
.faq .faq-list .icon-show {
  display: none;
}
.faq .faq-list a.collapsed {
  color: #323b4a;
  transition: 0.3s;
}
.faq .faq-list a.collapsed:hover {
  color: #4483e0;
}
.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}
.faq .faq-list a.collapsed .icon-close {
  display: none;
}
@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  border-top: 3px solid #4483e0;
  border-bottom: 3px solid #4483e0;
  padding: 30px;
  background: #fff;
  width: 100%;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
}
.contact .info i {
  font-size: 20px;
  color: #4483e0;
  float: left;
  width: 44px;
  height: 44px;
  background: rgb(225.4917431193, 235.4330275229, 250.1082568807);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}
.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #323b4a;
}
.contact .info p {
  padding: 0 0 10px 60px;
  margin-bottom: 20px;
  font-size: 14px;
  color: rgb(91.1290322581, 107.5322580645, 134.8709677419);
}
.contact .info .email p {
  padding-top: 5px;
}
.contact .info .social-links {
  padding-left: 60px;
}
.contact .info .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  margin-right: 10px;
}
.contact .info .social-links a:hover {
  background: #4483e0;
  color: #fff;
}
.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
  background: #4483e0;
  color: #fff;
}
.contact .php-email-form {
  width: 100%;
  border-top: 3px solid #4483e0;
  border-bottom: 3px solid #4483e0;
  padding: 30px;
  background: #fff;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}
.contact .php-email-form .form-group {
  padding-bottom: 8px;
}
.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}
.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}
.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}
.contact .php-email-form .form-group {
  margin-bottom: 20px;
}
.contact .php-email-form label {
  padding-bottom: 8px;
}
.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}
.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #4483e0;
}
.contact .php-email-form input {
  height: 44px;
}
.contact .php-email-form textarea {
  padding: 10px 12px;
}
.contact .php-email-form button[type=submit] {
  background: #4483e0;
  border: 0;
  padding: 12px 34px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}
.contact .php-email-form button[type=submit]:hover {
  background: rgb(34.2706422018, 103.9174311927, 206.7293577982);
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (max-width: 652px) {
  .contact .mobkarta {
    display: flex;
    flex-direction: column !important;
  }
  .contact iframe {
    width: 100%;
  }
  .contact .ps-3 {
    padding-left: 0 !important;
  }
  .contact .pe-3 {
    padding-right: 0 !important;
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0 0 0;
  background: white;
  margin-top: 72px;
}
@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 68px;
  }
}
.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 600;
  color: #323b4a;
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px;
}
.breadcrumbs ol li + li {
  padding-left: 10px;
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: rgb(70.564516129, 83.2661290323, 104.435483871);
  content: "/";
}

/*--------------------------------------------------------------
# Veleprodaja
--------------------------------------------------------------*/
.veleprodaja li {
  font-size: 18px;
}

/*--------------------------------------------------------------
# Produkti
--------------------------------------------------------------*/
#products .product-card {
  width: 350px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  padding: 10px;
  margin: 10px;
  background-color: #485357;
  color: white;
}
#products .highlight {
  color: #a3c3ce;
}
#products .product-card h2 {
  padding-top: 10px;
  text-align: center;
  font-weight: 600;
}
#products .upper {
  text-transform: uppercase;
}
#products h5 {
  text-align: center;
  text-transform: lowercase;
  font-size: small;
  padding-top: 3px;
}

.filter-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
}

.filter-label {
  margin-bottom: 5px;
}

.filter-input {
  padding: 8px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 150px;
  max-width: 100%;
  box-sizing: border-box;
}

.filter-number-input {
  width: 100px;
}

@media (max-width: 841px) {
  .filter-container {
    flex-direction: column;
  }
}
/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.pop-blue {
  color: #39903b;
}

.services .icon-box {
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
  padding: 50px 30px;
  transition: all ease-in-out 0.4s;
  background: #fff;
}
.services .icon-box .icon {
  margin-bottom: 10px;
}
.services .icon-box .icon i {
  color: #4483e0;
  font-size: 36px;
  transition: 0.3s;
}
.services .icon-box h4 {
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 24px;
}
.services .icon-box h4 a {
  color: #323b4a;
  transition: ease-in-out 0.3s;
}
.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}
.services .icon-box:hover {
  transform: translateY(-10px);
}
.services .icon-box:hover h4 a {
  color: #4483e0;
}

/*--------------------------------------------------------------
#Rashladne centrale
--------------------------------------------------------------*/
.box_product {
  padding-top: 30px;
  padding-bottom: 30px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.rashladne_centrale img {
  width: 450px;
}
.rashladne_centrale h1 {
  text-transform: uppercase;
  color: #4483e0;
  font-size: 35px;
  letter-spacing: 3px;
}
.rashladne_centrale .carboline {
  color: black;
}
.rashladne_centrale .carboline, .rashladne_centrale .img-carboline {
  margin: 0 20px 0 20px;
}
.rashladne_centrale a {
  font-size: 16px;
  text-decoration: none;
  color: black;
  display: inline-block;
  transition: transform 0.3s ease;
}
.rashladne_centrale a i {
  color: #4483e0;
  padding-right: 3px;
}
.rashladne_centrale a:hover {
  transform: scale(1.2);
  cursor: pointer;
}
@media (max-width: 1108px) {
  .rashladne_centrale .flex-row {
    display: flex;
    flex-direction: column-reverse !important;
    margin: 0 auto;
  }
  .rashladne_centrale .carboline {
    padding-left: 15px;
  }
  .rashladne_centrale img {
    padding-bottom: 15px;
    max-width: 100%;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  font-size: 14px;
  background: #323b4a;
}
#footer .footerimg {
  max-width: 300px;
}
#footer .footer-newsletter {
  padding: 50px 0;
  background: rgb(210.3016129032, 215.7379032258, 224.7983870968);
  text-align: center;
  font-size: 15px;
  color: #444444;
}
#footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  color: #323b4a;
}
#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
  text-align: left;
}
#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}
#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #4483e0;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
#footer .footer-newsletter form input[type=submit]:hover {
  background: rgb(34.2706422018, 103.9174311927, 206.7293577982);
}
#footer .footer-top {
  padding: 30px 0 60px 0;
  background: #fff;
}
#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
#footer .footer-top .footer-contact h3 {
  font-size: 28px;
  margin: 0 auto;
  padding: 2px 0 2px 0;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 600;
  color: #323b4a;
}
#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Jost", sans-serif;
  color: rgb(93.5, 93.5, 93.5);
}
#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #323b4a;
  position: relative;
  padding-bottom: 12px;
}
#footer .footer-top .footer-links {
  margin-bottom: 30px;
}
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #4483e0;
  font-size: 18px;
  line-height: 1;
}
#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
#footer .footer-top .footer-links ul a {
  color: #777777;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}
#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #4483e0;
}
#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #4483e0;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
#footer .footer-top .social-links a:hover {
  background: rgb(34.2706422018, 103.9174311927, 206.7293577982);
  color: #fff;
  text-decoration: none;
}
#footer .footer-bottom {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
}
#footer .copyright {
  float: left;
}
#footer .credits {
  float: right;
  font-size: 13px;
}
#footer .credits a {
  transition: 0.3s;
}
@media (max-width: 993px) {
  #footer .container {
    margin: 0 auto;
  }
  #footer .row {
    margin: 0 auto;
  }
  #footer .footer-contact {
    margin: 0 auto;
    text-align: center;
  }
}

/*--------------------------------------------------------------
# Timeline
--------------------------------------------------------------*/
.timeline .timeline-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #323b4a;
  text-align: center;
}
.timeline .timeline-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
}
.timeline .timeline-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
}
.timeline h5 {
  font-size: 20px;
}
.timeline .hori-timeline .events {
  border-top: 3px solid #e9ecef;
}
.timeline .hori-timeline .events .event-list {
  display: block;
  position: relative;
  text-align: center;
  padding-top: 70px;
  margin-right: 0;
}
.timeline .hori-timeline .events .event-list:before {
  content: "";
  position: absolute;
  height: 50px;
  border-right: 2px dashed #dee2e6;
  top: 0;
}
.timeline .hori-timeline .events .event-list .event-date {
  width: 75px;
  margin: 0 auto;
  border-radius: 4px;
  padding: 2px 4px;
  margin-bottom: 5px;
}
@media (min-width: 1140px) {
  .timeline .hori-timeline .events .event-list {
    display: inline-block;
    width: 19%;
    padding-top: 45px;
  }
  .timeline .hori-timeline .events .event-list .event-date {
    top: -12px;
  }
  .timeline .hori-timeline .events .event-list:before {
    height: 36px;
  }
}
.timeline .bg-soft-primary {
  background-color: rgba(71, 189, 154, 0.3) !important;
}
.timeline .bg-soft-success {
  background-color: rgba(64, 144, 203, 0.3) !important;
}
.timeline .bg-soft-danger {
  background-color: rgba(231, 76, 94, 0.3) !important;
}
.timeline .card {
  border: none;
  margin-bottom: 24px;
  box-shadow: 0 0 13px 0 rgba(236, 236, 241, 0.44);
}

/*--------------------------------------------------------------
# onama
--------------------------------------------------------------*/
.onamaheader {
  background: linear-gradient(rgba(29.435483871, 34.7338709677, 43.564516129, 0.7), rgba(29.435483871, 34.7338709677, 43.564516129, 0.7)), url("../img/onama/onama-heading.jpeg") fixed center center;
  background-size: cover;
  padding: 80px 0 40px 0;
  width: 100%;
}

.header-heading {
  margin-left: -0.1em;
  text-transform: uppercase;
}

.text-display-1 {
  line-height: 1;
}

.header-heading {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: currentColor;
}

.header-heading strong {
  outline: 0;
  -webkit-text-fill-color: currentColor;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: transparent;
}

.textheader {
  text-align: start;
  color: white;
  font-size: 5.3rem;
  margin-top: 40px;
}

.textsubheader {
  padding: 0.8rem 0;
  border: 0;
  color: #4483e0;
  font-weight: 800;
  margin-left: -0.1em;
  text-transform: uppercase;
  text-align: start;
}

@media (max-width: 1313px) {
  .onamaheader {
    background: linear-gradient(rgba(29.435483871, 34.7338709677, 43.564516129, 0.7), rgba(29.435483871, 34.7338709677, 43.564516129, 0.7)), url("../img/onama/onama-heading.jpeg") center center;
    background-size: cover;
    padding: 80px 0 40px 0;
    width: 100%;
  }
}
@media (max-width: 611px) {
  .textheader {
    font-size: 4.5rem !important;
  }
}
@media (max-width: 500px) {
  .textheader {
    font-size: 4rem !important;
  }
  .textsubheader {
    font-size: 0.8rem !important;
  }
}
@media (max-width: 450px) {
  .textheader {
    font-size: 3rem !important;
  }
}
.onama .pogon h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #323b4a;
  text-align: center;
}
.onama .header-naše {
  text-transform: uppercase;
  font-size: 5rem;
}
.onama .text-display {
  line-height: 1;
}
.onama .header-naše {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #323b4a;
}
.onama .flip-container {
  perspective: 1000px;
}
.onama .flipper {
  position: relative;
  width: 577px;
  height: 200px;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}
.onama .flip-container:hover .flipper {
  transform: rotateY(180deg);
}
.onama .front, .onama .back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}
.onama .front {
  background: url("../img/certifikati/certifikat1.jpeg") no-repeat center;
  background-size: cover;
}
.onama .back {
  background: #fff;
  color: black;
  transform: rotateY(180deg);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
}
.onama .back p {
  font-size: 20px;
  font-family: "Jost", sans-serif;
}
@media (max-width: 1072px) {
  .onama .container p {
    margin: 0 auto !important;
  }
  .onama .pogon p {
    margin-bottom: 10px !important;
    text-align: start;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .onama .d-flex {
    flex-direction: column !important;
    width: 100%;
    margin: 0 auto;
  }
  .onama .d-flex img, .onama video {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .onama .ps-5 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .onama .pe-5 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .onama .reverse-mobile {
    flex-direction: column-reverse !important;
  }
  .onama .ms-5 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .onama .me-5 {
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 30px;
  }
  .onama .flipper {
    position: relative;
    width: 577px;
    height: 200px;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
  }
}
@media (max-width: 611px) {
  .onama .flipper {
    position: relative;
    width: 403px;
    height: 140px;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
  }
}
@media (max-width: 420px) {
  .onama .flipper {
    position: relative;
    width: 362px;
    height: 126px;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
  }
  .onama .flipper2 {
    width: 315px !important;
    height: 457px !important;
  }
  .onama .flipper3 {
    width: 315px !important;
    height: 443px !important;
  }
}

/*--------------------------------------------------------------
# vele Section
--------------------------------------------------------------*/
@media (max-width: 871px) {
  .instalater .d-flex {
    flex-direction: column !important;
  }
}

.ponuda h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding-bottom: 20px;
  position: relative;
  color: #323b4a;
  text-align: center;
}
.ponuda h3 {
  margin-bottom: 10px;
  padding-bottom: 20px;
  position: relative;
  color: #323b4a;
  text-align: center;
}

@media (max-width: 598px) {
  .veleprodaja .px-3 {
    padding-left: 3px !important;
    padding-right: 3px !important;
  }
  .veleprodaja li {
    font-size: 13px !important;
  }
}

.text-frigo {
  text-transform: uppercase;
}

#vele {
  width: 100%;
  height: 66vh;
  background: #323b4a;
}

.pop {
  color: #D12626;
}

.vele-img {
  max-width: auto;
  padding-left: 50px;
}
.vele-img img {
  height: 700px !important;
}

#vele .container {
  padding-top: 72px;
}

#vele h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
  padding-left: 15px;
  padding-right: 15px;
}

#vele h2 {
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 50px;
  font-size: 24px;
}

#vele .btn-get-started {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px 11px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px 0 0 0;
  color: #fff;
  background: #4483e0;
  margin-left: 15px;
}

#vele .btn-get-started:hover {
  background: #2268cf;
}

#vele .btn-watch-video {
  font-size: 16px;
  display: flex;
  align-items: center;
  transition: 0.5s;
  margin: 10px 0 0 25px;
  color: #fff;
  line-height: 1;
}

#vele .btn-watch-video i {
  line-height: 0;
  color: #fff;
  font-size: 32px;
  transition: 0.3s;
  margin-right: 8px;
}

#vele .btn-watch-video:hover i {
  color: #4483e0;
}

#vele .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@media (min-width: 991px) {
  #vele h1 {
    font-size: 38px;
  }
}
@media (min-width: 1202px) {
  #vele h1 {
    font-size: 48px;
  }
}
@media (max-width: 991px) {
  #vele {
    height: -moz-fit-content;
    height: fit-content;
    text-align: center;
    padding: 0;
    padding-bottom: 5%;
  }
  #vele .animated {
    animation: none;
  }
  #vele .vele-img {
    text-align: center;
  }
  #vele .vele-img img {
    display: none;
  }
  #vele h1 {
    font-size: 32px;
    line-height: 36px;
  }
  #vele h2 {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  #vele .btn-get-started {
    margin-left: 0px;
  }
}
@media (max-width: 768px) {
  #vele h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #vele h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  #vele .vele-img img {
    width: 70%;
  }
}
@media (max-width: 575px) {
  #vele .vele-img img {
    width: 80%;
  }
  #vele .btn-get-started {
    font-size: 16px;
    padding: 10px 24px 11px 24px;
  }
  #vele h1 {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}
/*--------------------------------------------------------------
# ctavele VELEPRODAJA
--------------------------------------------------------------*/
.ctavele {
  background: linear-gradient(rgba(29.435483871, 34.7338709677, 43.564516129, 0.9), rgba(29.435483871, 34.7338709677, 43.564516129, 0.9)), url("../img/slikesweba/veleprodaja.png") fixed center center;
  background-size: cover;
  padding: 120px 0;
}
.ctavele h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}
.ctavele p {
  color: #fff;
}
.ctavele .ctavele-btn {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  margin-top: 60px;
  border: 2px solid #fff;
  color: #fff;
}
.ctavele .ctavele-btn:hover {
  background: #4483e0;
  border: 2px solid #4483e0;
}
@media (max-width: 1024px) {
  .ctavele {
    background-attachment: scroll;
  }
}
@media (min-width: 991px) {
  .ctavele .ctavele .ctavele-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
@media (max-width: 991px) {
  .ctavele {
    margin-top: 0px;
  }
  .ctavele .ctavele .ctavele-btn-container {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.reference .card-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  row-gap: 30px;
  gap: 15px;
  margin-top: -50px;
}
.reference .card {
  width: 550px;
  height: auto;
  background: #fff;
  border-radius: 1.5rem;
  padding: 1.5rem;
  overflow: hidden;
  position: relative;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border: none;
}
.reference .card-img-holder {
  width: 100%;
  height: auto;
  position: relative;
}
.reference .card-img-holder img {
  width: 100%;
  height: auto;
  max-height: 15rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.5rem;
}
.reference .blog-title {
  font-family: "Jost", sans-serif;
  padding: 1rem 0;
  font-size: 2rem;
}
.reference .description {
  padding: 1rem 0;
  color: rgba(34, 33, 91, 0.5019607843);
  font-size: 1rem;
}
.reference .blog-time {
  font-size: 0.9rem;
  color: #22215B;
}
.reference .options {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1rem;
}
.reference .options span {
  font-weight: 600;
  color: #22215B;
}
.reference .read-more-btn {
  font-size: 1rem;
  padding: 0.5rem 1rem;
  font-weight: 400;
  background: #4483e0;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
  border: 0;
  cursor: pointer;
}
.reference .read-more-btn:hover {
  background: #fff;
  color: #4483e0;
}
.reference #more {
  display: none;
}

.display_proizvodi {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

.product_cards .card {
  margin: 50px 30px;
  border: 0;
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
  padding: 50px 30px 30px 30px;
  transition: all ease-in-out 0.4s;
  background: #fff;
  width: 300px;
  height: 400px;
}
.product_cards .card:hover {
  transform: translateY(-10px);
}
.product_cards .card:hover h2 {
  transition: ease-in-out 0.3s;
  color: black;
}
.product_cards .card img {
  width: 100%;
}
.product_cards .card h2 {
  text-transform: uppercase;
  text-align: center;
  color: #4483e0;
  font-size: 35px;
  letter-spacing: 3px;
}
.product_cards .card p {
  text-align: center;
  align-items: center;
  margin: 0 auto;
  padding: 5px 0 5px 0;
  width: 195px;
  border: 4px solid #4483e0;
  margin-top: 20px;
  font-size: 27px;
  border-radius: 15px;
  font-family: "Jost", sans-serif;
  letter-spacing: 1px;
  font-weight: 500;
  color: black;
}
@media (max-width: 504px) {
  .product_cards .card {
    width: 95%;
    height: 520px;
  }
}

.display_proizvodi {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: -70px;
}

.product_cards2 .card {
  margin: 50px 30px;
  border: 0;
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
  padding: 50px 30px 30px 30px;
  transition: all ease-in-out 0.4s;
  background: #fff;
  width: 300px;
  height: 400px;
}
.product_cards2 .card:hover {
  transform: translateY(-10px);
}
.product_cards2 .card:hover h2 {
  transition: ease-in-out 0.3s;
  color: black;
}
.product_cards2 .card img {
  width: 100%;
}
.product_cards2 .card h2 {
  text-transform: uppercase;
  text-align: center;
  color: #4483e0;
  font-size: 22px;
  letter-spacing: 3px;
}
.product_cards2 .card p {
  text-align: center;
  align-items: center;
  margin: 0 auto;
  padding: 5px 0 5px 0;
  width: 195px;
  border: 4px solid #4483e0;
  margin-top: 20px;
  font-size: 27px;
  border-radius: 15px;
  font-family: "Jost", sans-serif;
  letter-spacing: 1px;
  font-weight: 500;
  color: black;
}
@media (max-width: 504px) {
  .product_cards2 .card {
    width: 95%;
    height: 520px;
  }
}

.blackcol {
  color: black;
}

.pr_container {
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
  width: 620px;
  padding: 15px;
  background-color: white;
}

.proba {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 10px !important;
  padding-top: 10px !important;
  margin-bottom: 10px !important;
  padding-bottom: 10px !important;
}
.proba h3 {
  font-size: 18px;
  font-weight: 600;
  color: black;
  padding-top: 4px;
  padding-left: 5px;
  padding-right: 5px;
}
.proba p {
  text-transform: uppercase;
  text-align: center;
  color: #4483e0;
  font-size: 22px;
  letter-spacing: 3px;
  margin-top: 28px;
}
.proba .kw {
  font-weight: 400;
  color: black !important;
  text-transform: none;
}
.proba .slika img {
  max-width: 230px;
}
.proba .pr_container:hover {
  transform: translateY(-10px);
  transition: ease-in-out 0.3s;
}
.proba p {
  padding-left: 5px;
  padding-right: 5px;
  font-weight: 700;
}
.proba .raspon {
  height: 30px;
  width: 62px;
  justify-content: space-between;
  border: 2px solid #4483e0;
  border-radius: 15px;
}
.proba .raspon1 {
  height: 30px;
  width: 90px;
  border: 2px solid #4483e0;
  border-radius: 15px;
  justify-content: space-between;
}
.proba .raspon2 {
  height: 30px;
  width: 150px;
  border: 2px solid #4483e0;
  border-radius: 15px;
  justify-content: space-between;
}
.proba .raspon3 {
  height: 30px;
  width: 220px;
  border: 2px solid #4483e0;
  border-radius: 15px;
  justify-content: space-between;
}
.proba .raspon4 {
  height: 30px;
  width: 260px;
  border: 2px solid #4483e0;
  border-radius: 15px;
  justify-content: space-between;
}
.proba .blank {
  height: 30px;
  width: 20px;
  background-color: white;
}
.proba .blank1 {
  height: 30px;
  width: 40px;
  background-color: white;
}
.proba .blank2 {
  height: 30px;
  width: 70px;
  background-color: white;
}
.proba .blank3 {
  height: 30px;
  width: 110px;
  background-color: white;
}

.V2 p {
  text-transform: uppercase;
  text-align: center;
  color: black;
  font-size: 27px;
  letter-spacing: 3px;
  font-weight: 700;
}
.V2 .kw {
  font-weight: 400;
  color: black !important;
}
.V2 .product {
  margin-bottom: 20px !important;
  /* Ensure the <span> inside <p> does not inherit the blue color */
}
.V2 .product:hover {
  transform: translateY(-10px);
  transition: ease-in-out 0.3s;
}
.V2 .product:hover p {
  color: #23408f; /* Change <p> text to blue */
  transition: ease-in-out 0.3s;
}
.V2 .product:hover p .kw {
  color: black; /* Keep the span text color black */
}

.hladenje {
  color: #2656D1;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: -3px;
}

.grijanje {
  color: #D12626;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: -3px;
  margin-top: 7px;
}

.ml-5 {
  margin-left: 20px;
}

.pl-5 {
  padding-left: 20px;
}

.bold {
  font-weight: bold;
}

.blue {
  color: #4483e0;
}

.lista_proizvoda {
  /* Row that can contain 2/3/4 icons nicely */
  /* Wrapper that owns tooltip */
  /* Icon itself */
  /* Tooltip bubble */
  /* Tooltip arrow */
  /* Show tooltip on hover + keyboard focus */
  /* optional: slightly lift icon on hover */
}
.lista_proizvoda hr {
  background-color: "Jost", sans-serif;
  margin-top: 43px;
  margin-bottom: 43px;
}
.lista_proizvoda .container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.lista_proizvoda .icon-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
  margin: 0 auto 6px;
}
.lista_proizvoda .icon-row2 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
  margin: 20px auto 6px;
}
.lista_proizvoda .icon-tip {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  cursor: default;
}
.lista_proizvoda .icon-tip img {
  width: 44px;
  height: 44px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.lista_proizvoda .icon-tip::before {
  content: attr(data-tooltip);
  position: absolute;
  left: 50%;
  bottom: calc(100% + 10px);
  transform: translateX(-50%);
  white-space: nowrap;
  background: #fff;
  border: 1px solid #cfcfcf;
  border-radius: 8px;
  padding: 8px 10px;
  font-size: 13px;
  line-height: 1;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.15s ease;
  z-index: 50;
}
.lista_proizvoda .icon-tip::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: calc(100% + 2px);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 8px solid #fff;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.15s ease;
  z-index: 51;
}
.lista_proizvoda .icon-tip:hover::before,
.lista_proizvoda .icon-tip:hover::after,
.lista_proizvoda .icon-tip:focus-within::before,
.lista_proizvoda .icon-tip:focus-within::after {
  opacity: 1;
  visibility: visible;
}
.lista_proizvoda .icon-tip:hover img {
  transform: translateY(-1px);
}
.lista_proizvoda .child1 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  flex-direction: column;
  min-height: 340px;
  padding: 20px;
}
.lista_proizvoda .child1 img {
  height: 300px !important;
  width: 100% !important;
  max-width: 420px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.lista_proizvoda .child1 .simboli3 {
  width: 230px !important;
  padding: 10px !important;
  height: auto !important;
  margin: 0 auto;
}
.lista_proizvoda .child1 .simboli4 {
  width: 300px !important;
  padding: 10px !important;
  height: auto !important;
  margin: 0 auto;
}
.lista_proizvoda .child2 {
  text-align: justify !important;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding: 20px;
  justify-content: center;
  align-items: center;
}
.lista_proizvoda .child2 .button {
  text-align: center;
  color: #2656D1;
  background-color: white;
  text-decoration: none;
  background-color: #2656D1;
  color: white;
  border: none;
  border-radius: 30px;
  font-size: 16px;
  padding: 10px;
  cursor: pointer;
  width: 100px;
  transition: background-color 0.3s ease;
}
.lista_proizvoda .child2 .button:hover {
  background-color: #4483e0;
}
.lista_proizvoda .child2 h1 {
  font-size: 30px;
  text-transform: uppercase;
  padding-bottom: 6px;
}
.lista_proizvoda .child2 p {
  font-size: 15px;
}
.lista_proizvoda .child3 .icon-row img {
  width: 75px !important;
  height: 75px !important;
}
.lista_proizvoda .child1 .icon-row2 img {
  width: 55px !important;
  height: 55px !important;
}
.lista_proizvoda .child3 {
  margin: 0 auto;
  padding: 20px;
  padding-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.lista_proizvoda .child3 img {
  width: 300px;
  padding: 10px;
}
.lista_proizvoda .child3 .simboli {
  width: 150px;
  padding: 10px;
  margin: 0 auto;
}
.lista_proizvoda .child3 .simboli3 {
  width: 230px;
  padding: 10px;
  margin: 0 auto;
}
.lista_proizvoda .child3 .simboli4 {
  width: 300px;
  padding: 10px;
  margin: 0 auto;
}
.lista_proizvoda .child3 .krug {
  width: 200px;
  padding: 10px;
  margin: 0 auto;
}
.lista_proizvoda .child3 .krug2 {
  width: 300px;
  padding: 10px;
  margin: 4px auto;
}
@media (max-width: 1100px) {
  .lista_proizvoda .pad {
    padding-left: 20px;
    padding-right: 20px;
  }
  .lista_proizvoda .container {
    grid-template-columns: 1fr 1fr;
  }
  .lista_proizvoda .child1 {
    grid-column: 1/span 2;
    grid-row: 1;
  }
  .lista_proizvoda .child2 {
    grid-column: 1;
    grid-row: 2;
  }
  .lista_proizvoda .child3 {
    grid-column: 2;
    grid-row: 2;
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 750px) {
  .lista_proizvoda .container {
    grid-template-columns: 1fr;
  }
  .lista_proizvoda .child1 {
    grid-column: 1;
    grid-row: 1;
  }
  .lista_proizvoda .child2 {
    grid-column: 1;
    grid-row: 2;
  }
  .lista_proizvoda .child3 {
    grid-column: 1;
    grid-row: 3;
    display: flex;
    flex-direction: column;
  }
}

.jedan_proizvod {
  margin-top: -40px !important;
  /* Styling for tabs */
  /* Styling for sub-navigation */
  /* Styling for content */
}
.jedan_proizvod .opcenito-button {
  padding-right: 65px !important;
  padding-left: 65px !important;
}
.jedan_proizvod .dodatna-oprema-button {
  padding-right: 35px !important;
  padding-left: 35px !important;
}
.jedan_proizvod .tabs {
  display: flex;
  gap: 10px;
  border-bottom: 2px solid #ddd;
}
.jedan_proizvod .tab-button {
  background: none;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
}
.jedan_proizvod .tab-button.active {
  border-bottom: 3px solid #2656D1;
  font-weight: bold;
  color: #2656D1;
}
.jedan_proizvod .tab-button2 {
  background: none;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
}
.jedan_proizvod .tab-button2.active {
  border-bottom: 3px solid #D12626;
  font-weight: bold;
  color: #D12626;
}
.jedan_proizvod .red {
  color: #D12626 !important;
}
.jedan_proizvod .sub-navigation {
  display: flex;
  gap: 5px;
  margin-top: 10px;
}
.jedan_proizvod .sub-nav-button {
  background: #5188db;
  border: none;
  padding: 12px 20px;
  font-size: 14px;
  cursor: pointer;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  clip-path: polygon(10% 0%, 100% 0, 90% 100%, 0% 100%);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
  transition: background 0.3s ease, transform 0.2s ease;
}
.jedan_proizvod .sub-nav-button:hover {
  background: #2051cc;
  transform: scale(1.05);
}
.jedan_proizvod .sub-nav-button.active {
  background: #2051cc;
  box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.3);
}
.jedan_proizvod .sub-nav-button2 {
  background: #F77777;
  border: none;
  padding: 12px 20px;
  font-size: 14px;
  cursor: pointer;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  clip-path: polygon(10% 0%, 100% 0, 90% 100%, 0% 100%);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
  transition: background 0.3s ease, transform 0.2s ease;
}
.jedan_proizvod .sub-nav-button2:hover {
  background: #D12626;
  transform: scale(1.05);
}
.jedan_proizvod .sub-nav-button2.active {
  background: #D12626;
  box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.3);
}
.jedan_proizvod .content-container {
  margin-top: 20px;
}
.jedan_proizvod .content {
  display: none;
}
.jedan_proizvod .content.active {
  display: block;
}
.jedan_proizvod .op {
  display: flex;
  flex-direction: row;
  align-items: center;
  /* Positioning */
  /* Mobile tweak */
}
.jedan_proizvod .op .optext {
  color: black !important;
}
.jedan_proizvod .op .optext h2 {
  color: #4483e0;
  padding-bottom: 9px !important;
}
.jedan_proizvod .op .optext h3 {
  font-weight: 300;
}
.jedan_proizvod .op .optext .slikatablica {
  width: 500px !important;
  height: auto !important;
  padding-left: 0px !important;
}
.jedan_proizvod .op .optext img {
  width: 300px;
  padding-left: 15px;
  margin-bottom: 20px;
  height: 33px;
}
.jedan_proizvod .op .optext .slikatemp {
  padding-left: 15px;
  display: flex;
  flex-direction: row;
}
.jedan_proizvod .op .optext .slikatemp img {
  width: 300px;
  padding-left: 5px;
  height: 33px;
}
.jedan_proizvod .op .opslika {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.jedan_proizvod .op .opslika img {
  width: 300px;
}
.jedan_proizvod .op .image-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  font-size: 26px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: all 0.25s ease;
  z-index: 10;
}
.jedan_proizvod .op .image-arrow {
  color: #1f4fd8;
}
.jedan_proizvod .op .image-arrow:hover {
  background: #1f4fd8;
  color: #fff;
  transform: translateY(-50%) scale(1.1);
}
.jedan_proizvod .op .image-arrow--red {
  color: #D12626; /* adjust to your exact red */
}
.jedan_proizvod .op .image-arrow--red:hover {
  background: #D12626;
  color: #fff;
  transform: translateY(-50%) scale(1.1);
}
.jedan_proizvod .op .image-arrow.left {
  left: -22px;
}
.jedan_proizvod .op .image-arrow.right {
  right: -22px;
}
@media (max-width: 768px) {
  .jedan_proizvod .op .image-arrow {
    width: 38px;
    height: 38px;
    font-size: 22px;
  }
  .jedan_proizvod .op .image-arrow.left {
    left: 5px;
  }
  .jedan_proizvod .op .image-arrow.right {
    right: 5px;
  }
}
.jedan_proizvod .standardnaop .container {
  display: flex;
  justify-content: space-between;
}
.jedan_proizvod .standardnaop .column {
  flex: 1;
  margin: 0 10px;
}
.jedan_proizvod .standardnaop .column h3 {
  color: #4483e0;
  font-size: 18px;
  margin-bottom: 10px;
}
.jedan_proizvod .standardnaop .column ul {
  padding-left: 20px;
}
.jedan_proizvod .standardnaop .column ul li {
  margin-bottom: 5px;
}
@media (max-width: 875px) {
  .jedan_proizvod .op {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .jedan_proizvod .standardnaop .container {
    flex-direction: column;
  }
}/*# sourceMappingURL=style.css.map */