@font-face {
    font-family: 'Jost';
    src: url('../fonts/Jost-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Jost';
    src: url('../fonts/Jost-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'Jost';
    src: url('../fonts/Jost-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Jost';
    src: url('../fonts/Jost-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'Jost';
    src: url('../fonts/Jost-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Jost';
    src: url('../fonts/Jost-ExtraBoldItalic.ttf') format('truetype');
    font-weight: 800;
    font-style: italic;
}

@font-face {
    font-family: 'Jost';
    src: url('../fonts/Jost-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Jost';
    src: url('../fonts/Jost-ExtraLightItalic.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
}

@font-face {
    font-family: 'Jost';
    src: url('../fonts/Jost-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Jost';
    src: url('../fonts/Jost-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Jost';
    src: url('../fonts/Jost-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Jost';
    src: url('../fonts/Jost-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Jost';
    src: url('../fonts/Jost-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Jost';
    src: url('../fonts/Jost-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Jost';
    src: url('../fonts/Jost-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Jost';
    src: url('../fonts/Jost-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'Jost';
    src: url('../fonts/Jost-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Jost';
    src: url('../fonts/Jost-ThinItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
}


h1 {
  font-size: 75px;
  font-family: 'Jost';
}

h2 {
  font-size: 75px;
  letter-spacing: 8px;
  font-family: 'Jost';
}

h3 {
  font-size: 32px;
  letter-spacing: 4px;
  font-family: 'Jost';
}

h4 {
  font-size: 20px;
  font-family: 'Jost';
}
h5 {
  font-size: 16px;
  font-family: 'Jost';
}

ul li {
  font-size: 20px;
  letter-spacing: 2px;
  font-family: 'Jost';
}

a,
p {
  font-size: 20px;
  letter-spacing: 2px;
  font-family: 'Jost';
}

@media (max-width: 1601px) {
  h1 {
    font-size: 60px;
  }
  h2 {
    font-size: 60px;
  }
  h3 {
    font-size: 28px;
  }

  h4 {
    font-size: 16px;
  }
  h5 {
    font-size: 14px;
  }
  ul li {
    font-size: 16px;
  }

  a,
  p {
    font-size: 16px;
  }
}
@media (max-width: 1400px) {
  h1 {
    font-size: 50px;
  }
  h2 {
    font-size: 50px;
  }
  h3 {
    font-size: 26px;
  }
  ul li {
    font-size: 14px;
  }

  h4 {
    font-size: 14px;
  }
  h5 {
    font-size: 13px;
  }

  a,
  p {
    font-size: 14px;
  }
}
/* Extra large devices (large desktops, 1200px and up) */
@media (max-width: 1200px) {
  h1 {
    font-size: 45px;
  }
  h2 {
    font-size: 45px;
  }
  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 14px;
  }
  h5 {
    font-size: 12px;
  }
  ul li {
    font-size: 12px;
  }
  a,
  p {
    font-size: 14px;
  }
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
  h1 {
    font-size: 50px;
  }
  h2 {
    font-size: 50px;
  }
  h3 {
    font-size: 22px;
  }

  h4 {
    font-size: 16px;
  }
  h5 {
    font-size: 14px;
  }

  a,
  p {
    font-size: 18px;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
  h1 {
    font-size: 38px;
  }
  h2 {
    font-size: 38px;
  }
  h3 {
    font-size: 22px;
  }

  h4 {
    font-size: 12px;
  }
  h5 {
    font-size: 10px;
  }

  a,
  p {
    font-size: 12px;
  }
}
.scale-in-hor-left {
  -webkit-animation: scale-in-hor-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
    both;
  animation: scale-in-hor-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@-webkit-keyframes scale-in-hor-left {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    opacity: 1;
  }
}
@keyframes scale-in-hor-left {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    opacity: 1;
  }
}

.slide-in-left {
  -webkit-animation: slide-in-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
    both;
  animation: slide-in-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@-webkit-keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

/*Hover animacija na meniju*/
.hover-underline-animation {
  display: inline-block;
  position: relative;
}

.hover-underline-animation::after {
  content: "";
  position: absolute;
  width: 50%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #222;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.hover-underline-animation:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

body {
  margin: 0;
  font-family: "Jost", Arial, sans-serif;
}

header {
  display: flex;
  text-transform: uppercase;
  justify-content: space-between;
  align-items: center;
  padding: 3vh 5%;
  background: white;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
  transition: 0.3s;

}
header.sticky {
  padding: 2.5vh 5%;
  transition: 0.3s;
}
.logo {
  width: 50%;
}

.logo-img {
  position: absolute;
  background: #fff;
  padding: 30px;
  left: 4.5%;
  top: 20px;
  transition: 0.3s;

}

.logo img {
  height: 15vh;
  transition: 0.3s;

  width: auto;
}

header.sticky .logo img {
  height: 6vh; /* Reduced size of the logo image */
  transition: 0.3s;
}
header.sticky .logo-img {
  padding: 10px;
  top: 15px;
  transition: 0.3s;
}

header.sticky .desktop-menu ul li a {
  font-size: 18px;
  transition: 0.3s;
}

@media (max-width: 1600px) 
{
  header.sticky .desktop-menu ul li a {
    font-size: 17px;
    transition: 0.3s;
  }
  header.sticky .logo img {
    height: 6vh; /* Reduced size of the logo image */
    transition: 0.3s;
  }
}
@media (max-width: 1400px) 
{
  header.sticky .desktop-menu ul li a {
    font-size: 14px;
    transition: 0.3s;
  }
  header.sticky .logo img {
    height: 7vh; /* Reduced size of the logo image */
    transition: 0.3s;
  }
}
@media (max-width: 1200px) 
{
  header.sticky .desktop-menu ul li a {
    font-size: 14px;
    transition: 0.3s;
  }
  header.sticky .logo img {
    height: 7vh; /* Reduced size of the logo image */
    transition: 0.3s;
  }
}


.desktop-menu {
  width: 70%;
  display: flex;
  padding-right: 7.5%;
  justify-content: right;
  align-items: center;
  gap: 60px;
}

.desktop-menu ul {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 15px;
}

.desktop-menu ul li a {
  text-decoration: none;
  color: #222222;
  letter-spacing: 2px;
  margin: 0 1vh;
  transition: 0.3s;

}
.desktop-menu ul li a:hover {
  font-weight: 500;
}

.desktop-menu ul li {
  position: relative;
}

.desktop-menu ul li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: black;
  transform: translateX(-50%);
  transition: width 0.3s ease;
}

.desktop-menu ul li:hover::after {
  width: 80%;
  transform: translateX(-50%);
}
.hamburger-menu {
  font-size: 30px;
  cursor: pointer;
}

.right-side-menu {
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
  width: 35%;
  background: white;
  box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
  padding: 20px;
  z-index: 1001;
  transform: translateX(100%);
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.right-side-menu.active {
  transform: translateX(0);
  opacity: 1;
}

.side-menu-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#language-switcher {
  text-transform: uppercase;
}
.side-menu-inner img {
  margin-top: 5vh;
  margin-bottom: 8vh;
  scale: 0.7;
}
.side-menu-inner h2 {
  margin: 0;
  font-size: 45px;
  font-weight: 500;
  letter-spacing: 4px;
  color: #222222;
}

.right-side-menu ul {
  list-style: none;
  padding: 0;
  text-align: center;
  margin-bottom: 5vh;
}

@media (max-width: 1600px) 
{
  .side-menu-inner {
    margin-top: -2vh;
  }
  .side-menu-inner h2 {
    font-size: 40px;
   
  }

  .side-menu-inner img {
    margin-top: 5vh;
    margin-bottom: 7vh;
    scale: 0.7;
  }
}
@media (max-width: 1400px) 
{
  .side-menu-inner {
    margin-top: -8vh;
  }
  .side-menu-inner h2 {
    font-size: 36px;
   
  }
  .side-menu-inner img {
    margin-top: 5vh;
    margin-bottom: 4vh;
    scale: 0.7;
  }
}
@media (max-width: 1200px) 
{
  .side-menu-inner {
    margin-top: -3vh;
  }
  .side-menu-inner h2 {
    font-size: 32px;
   
  }
  .side-menu-inner img {
    margin-top: 5vh;
    margin-bottom: 2vh;
    scale: 0.7;
  }
}


.close-btn {
  position: absolute;
  top: 10px;
  font-size: 24px;
  left: 10px;
  background-color: transparent;
  color: #222;
  border: none;
  padding: 5px 10px;
  cursor: pointer;
}

.hero-section {
  display: flex;
}
.hero-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 2.5%;
  background-color: #fff;
  z-index: 10;
  gap: 20px;
}
.hero-left h4 {
  font-weight: 500;
  font-size: 2vh;
  letter-spacing: 0.2vh;
  rotate: -90deg;
  margin: 11.5vh 0 5vh 0;
}

#vertical {
  height: 8vh;

  width: 1px;
}

.social-left {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.social-left img {
  margin: 0.5vh;
  width: auto;
  height: 2vh;
  filter: contrast(5);
  transition: 0.3s;
}
.social-left img:hover {
  rotate: 10deg;
  transition: 0.3s;
}
.hero-right {
  width: 2.5%;
  z-index: 10;
  background-color: #fff;
}

.slider-container {
  width: 95%;
}

.right-side-menu ul li a {
  text-decoration: none;
  color: black;
  display: block;
  padding: 10px 0;
}

.right-side-menu ul li a:hover {
  font-weight: 500;
}

.slider-container {
  position: relative;
  overflow: hidden;
}

.swiper-container {
  width: 100%;
  height: 100vh;
  margin-top: 70px;
}

.swiper-container .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.swiper-container .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-title {
  position: absolute;
  color: white;
  text-align: center;
      top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.main-title h1 {
  font-weight: 400;
  letter-spacing: 15px;
  margin: 0;
}

.main-title h4 {
  font-weight: 500;
  letter-spacing: 5px;
  margin: 0;
}

.slide-effect {
  position: absolute;
  bottom: 15%;
  right: 3%;
  transform: translateY(50%);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  z-index: 2;
}

.slide-effect ul {
  list-style: none;
  padding: 0;
  margin: 0;
  color: white;
  font-family: "Jost", Arial, sans-serif;
}

.slide-effect ul li {
  margin: 10px 0;
  display: flex;
  align-items: center;
}

.slide-effect ul li span {
  display: inline-block;
  rotate: 90deg;
  width: 1px;
  height: 20px;
  background: white;
  margin-right: 10px;
  transition: height 0.3s;
}

.slide-effect ul li.active span {
  width: 1px;
  padding-top: 35px;
  background: white;
}

.slide-effect ul li.active {
  padding-left: 30px;
}

.swiper-pagination {
  bottom: 10px;
  display: flex;
  justify-content: center;
}

.swiper-pagination-bullet {
  width: auto;
  display: flex;
  margin: 0px;
  padding: 10px;
  background: transparent;
  font-size: 18px;
  line-height: 10px;
  border-radius: 50%;
  opacity: 1;
}

.swiper-pagination-bullet.active {
  gap: 20px;
}

.swiper-container .swiper-button-next {
  color: #222222;
  background-color: #fff;
  transition: 0.3s;
  width: 8.25vh;
  height: 8.25vh;
}
.swiper-container .swiper-button-next:hover {
  background-color: #ffffffd4;
  transition: 0.3s;
}

.swiper-container .swiper-button-prev {
  color: #fff;
  background-color: #222222;
  width: 8.25vh;
  height: 8.25vh;
  transition: 0.3s;
}
.swiper-container .swiper-button-next:after, .swiper-button-prev:after {
  font-size: 16px;
  font-weight: 900;
}
.swiper-pagination-container .swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: -8.25vh !important;
}
.swiper-pagination-container .swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: -8.25vh !important;
}


.swiper-container .swiper-button-prev:hover {
  background-color: #222222d4;
  transition: 0.3s;
}

.swiper-pagination-container {
  position: absolute;
  top: 90vh;
  left: 8vw;
}



.home-o-nama {
  padding: 0 5%;
  display: flex;
  align-items: center;
  margin: 5vh 0;
  position: relative;
}

.home-o-nama-left {
  width: 60%;
}
.home-o-nama-right {
  width: 40%;
  padding-left: 20px;
}
.home-o-nama-right::before {
  content: url("../images/vertical2.png");
  margin-left: -30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.home-o-nama-left h2 {
  font-weight: 500;
  letter-spacing: 12px;
  margin: 0;
  color: #222222;
  position: relative;
}

.home-o-nama-left h2::after {
  content: url("../images/dot.png");
  position: absolute;
  top: 50%;
  padding-left: 20px;
  transform: translateY(-50%);
}

.home-o-nama-left h4 {
  font-weight: 500;
  letter-spacing: 2px;
  margin: 0;
  padding-left: 50px;
  color: #222222;
  position: relative;
  text-transform: uppercase;
}

.home-o-nama-left h4::before {
  content: url("../images/horizontal.png");
  position: absolute;
  top: 25%;
  margin-left: -50px;
  transform: translateY(-50%);
}

.home-o-nama-right p {
  line-height: 26px;
  letter-spacing: 2px;
}

.najnoviji-projekti {
  display: flex;
  align-items: center;
  justify-content: center;
  background: url('../images/npbg.png');
  background-size: contain;
  background-color: #f6f6f6;
  padding: 5% 5%;
  gap: 10%;
}

.project-content {
  width: 55%;
}
.project-list {
  height: 70vh;
  width: 45%;
  display: flex;
  flex-direction: column;
  align-items: left;
}

.project-list img {
  height: 8vh;
  width: 1px;
  margin-left: 6.5vw;
}

.project-list a {
  margin-left: 4vw;
  margin-top: 3vh;
  font-weight: 600;
  text-decoration: none;
  color: #000;
  transition: 0.4s;
}

.project-list a:hover {
  margin-left: 4.5vw;
  transition: 0.4s;
}

.project-list ul {
  position: relative;
}

.project-list ul li {
  font-size: 20px;
  color: #222;
  letter-spacing: 0.3vh;
  list-style-type: none;
  margin: 2vh 0;
  transition: 0.3s;
}

.project-list li span {
  position: absolute;
  left: 0;
  width: 35px;
  height: 1px;
  margin-top: 1.5vh;
  background-color: #222;
  z-index: 1;
  transition: 0.3s;
}
.project-list li.active span {
  background-color: #000;
  height: 1px;
  width: 60px;
  transition: 0.3s;
}
.project-list li.active {
  font-weight: bold;
  padding-left: 25px;
  transition: 0.3s;
}
.project-slide {
  display: none;
}
.project-slide.active {
  display: block;
}

.project-list ul li:hover {
  cursor: pointer;
}

.project-list h2 {
  color: #222222;
  font-weight: 500;
  letter-spacing: 10px;
  margin: 0;
}

.project-slide {
  position: relative;
}

.project-slide img {
  width: 100%;
  height: auto;
}

.project-slide-inner {
  padding: 0 5%;
  position: absolute;
  bottom: 20px;
}
.project-slide-inner p {
  color: #fff;
  line-height: 24px;
  letter-spacing: 2px;
}
.project-slide-inner span {
  font-weight: 600;
  letter-spacing: 2px;
  color: #fff;
}

.project-slide-inner a {
  color: #fff;
  display: flex;
  align-items: center;
  text-decoration: none;
}

.project-slide-inner a::before {
  content: url("../images/whitehorizontal.png");
  align-items: center;
  padding-bottom: 1vh;
  margin-right: 1vh;
}

.nasi-rezultati {
  background: url("../images/nasi-rez.png");
  background-size: cover;
  height: 60vh;
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.rezultati-num {
  margin: 5vh 0;
  display: flex;
  justify-content: center;
  gap: 180px;
}
.nasi-rezultati h4 {
  margin: 0;
  font-weight: 400;
  letter-spacing: 3px;
}
.nasi-rezultati h2 {
  margin: 0;
  font-weight: 400;
  letter-spacing: 15px;
  font-size: 50px;
}

.rezultati-num-single a {
  margin: 0;
  font-weight: 600;
  font-size: 75px;
  letter-spacing: 0;
}
@media (max-width: 1601px) {
  .rezultati-num-single a {
    margin: 0;
    font-weight: 600;
    font-size: 60px;
    letter-spacing: 0;
  }
}
@media (max-width: 1400px) {
  .rezultati-num-single a {
    margin: 0;
    font-weight: 600;
    font-size: 50px;
    letter-spacing: 0;
  }
}
/* Extra large devices (large desktops, 1200px and up) */
@media (max-width: 1200px) {
  .rezultati-num-single a {
    font-size: 45px;

  }
}

.rezultati-num-single h5 {
  margin: -10px 0 0 0;
  letter-spacing: 2px;
  font-weight: 500;
}
.nasi-servisi {
  display: flex;
  justify-content: space-between;
  padding: 0;
  margin: 5% 0;
}
.nasi-servisi-left h4,
.nasi-servisi-left h2 {
  margin: 0;
  text-align: center;
  font-weight: 400;
  letter-spacing: 3px;
  z-index: 10;
}
.nasi-servisi-left__card {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 1vh 0;
  width: 32vh;
  padding: 5vh 4.5vh;
  background-color: #f6f6f6;
  z-index: 2;
}
.nasi-servisi-left__card img {
  height: auto;
  width: 10vh;
}

.nasi-servisi-right {
  width: 50%;
}
.nasi-servisi-left {
  width: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.nasi-servisi-right img {
  height: 85vh;
  width: 79vh;
}

.nasi-servisi-outer {
  position: relative;
}

#usluge-vec {
  position: absolute;
  top: 12vh;
  left: 23%;
  width: 62vh;
  height: auto;
}

@media (max-width: 1601px) {
  .nasi-servisi-right {
    width: 55%;
  }
  #usluge-vec {
    position: absolute;
    top: 12vh;
    left: 23%;
    width: 80vh;
    height: 70vh;
  }
  .nasi-servisi-right img {
    height: 90vh;
    width: 80%;
  }
}
@media (max-width: 1400px) {
  .nasi-servisi-right {
    width: 55%;
  }
  #usluge-vec {
    position: absolute;
    top: 12vh;
    left: 23%;
    width: 80vh;
    height: 70vh;
  }
  .nasi-servisi-right img {
    height: 90vh;
    width: 80%;
  }
}
/* Extra large devices (large desktops, 1200px and up) */
@media (max-width: 1200px) {
  .nasi-servisi-right {
    width: 60%;
  }
}
.nasi-servisi-left__card-content a {
  text-decoration: none;
  color: #222;
}

.nasi-servisi-left__card-content h4:hover {
  padding-left: 5px;
  transition: 0.3s;
  cursor: pointer;

}

.nasi-servisi-left__card-content span:hover {
  padding-left: 55px;
  transition: 0.3s;
  cursor: pointer;
}

.nasi-servisi-left__card-content h4 {
  text-align: left;
  transition: 0.3s;
    text-transform: uppercase;
}
.nasi-servisi-left__card-content span {
  font-size: 14px;
  position: relative;
  padding-left: 50px;
  transition: 0.3s;
}
.nasi-servisi-left__card-content span::before {
  content: url("../images/horizontal.png");
  position: absolute;
  top: 25%;
  margin-left: -50px;
  transform: translateY(-50%);
}

.nasi-servisi-left__card-content span::before img {
  width: 20px !important;
}
@media (max-width: 1601px) {
  .nasi-servisi-left__card-content span {
    font-size: 12px;
  }
}
@media (max-width: 1400px) {
  .nasi-servisi-left__card-content span {
    font-size: 11px;
  }
}
/* Extra large devices (large desktops, 1200px and up) */
@media (max-width: 1200px) {
  .nasi-servisi-left__card-content span {
    font-size: 10px;
  }
}
.nas-blog {
  padding: 2% 5%;
  text-align: center;
  margin-bottom: 5vh;
}
.nas-blog h2,
.nas-blog h4 {
  font-weight: 400;
  margin: 0;
  letter-spacing: 2px;
}

.nas-blog-cards {
  /* display: flex;
  justify-content: space-between; */
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 5vh;
}

.nas-blog-cards-single {
  /* width: 33%; */
  width: 100%;
  display: flex;
  flex-direction: column;
}
.nas-blog-cards-single img {
  width: 100%;
  /* height: auto; */
  height: 519px;
  transition: 0.3s;
  object-fit: cover;
}

.nas-blog-cards-single img:hover {
  filter: grayscale(1);
  transition: 0.3s;
  cursor: pointer;
}

.nas-blog-cards-single a {
  text-decoration: none;
  color: #222;
}
.nas-blog-cards-single h4 {
  font-size: 26px;
  text-align: left;
  font-weight: 500;
}
.nas-blog-cards-single h4:hover {
  text-decoration: underline;
}
@media (max-width: 1601px) {
  .nas-blog-cards-single h4 {
    font-size: 24px;
  }
}
@media (max-width: 1400px) {
  .nas-blog-cards-single h4 {
    font-size: 22px;
  }
}
/* Extra large devices (large desktops, 1200px and up) */
@media (max-width: 1200px) {
  .nas-blog-cards-single h4 {
    font-size: 20px;
  }
}
.nas-blog-cards-single span {
  text-align: left;
  margin: 2vh 0 1vh 0;
}
.nas-blog-cards-single span {
  position: relative;
  padding-left: 50px;
}
.nas-blog-cards-single span::before {
  content: url("../images/horizontal.png");
  position: absolute;
  top: 25%;
  margin-left: -50px;
  transform: translateY(-50%);
}

.main-footer {
  display: flex;
  padding: 5%;
  background-color: #f6f6f6;
}

.footer-sec1,
.footer-sec2,
.footer-sec3,
.footer-sec4 {
  width: 25%;
}

.footer-sec1 h4,
.footer-sec2 h4,
.footer-sec3 h4,
.footer-sec4 h4 {
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 2px;
  margin: 0 0 10px 0;
}
@media (max-width: 1601px) {
  .footer-sec1 h4,
  .footer-sec2 h4,
  .footer-sec3 h4,
  .footer-sec4 h4 {
    font-size: 24px;
  }
}
@media (max-width: 1400px) {
  .footer-sec1 h4,
  .footer-sec2 h4,
  .footer-sec3 h4,
  .footer-sec4 h4 {
    font-size: 22px;
  }
}
/* Extra large devices (large desktops, 1200px and up) */
@media (max-width: 1200px) {
  .footer-sec1 h4,
  .footer-sec2 h4,
  .footer-sec3 h4,
  .footer-sec4 h4 {
    font-size: 20px;
  }
}
.footer-sec1 img {
  width: 40%;
  height: auto;
  margin-bottom: 2vh;
}
.footer-sec1 {
  display: flex;
  flex-direction: column;
}
.footer-sec1 a {
  text-decoration: none;
  color: #222222;
  letter-spacing: 2px;
  margin: 0.6vh 0;
}

.footer-sec1 a:hover {
  text-decoration: underline;
}

.footer-nav {
  display: flex;
  list-style-type: none;
  flex-direction: column;
  align-items: start;
  padding: 0;
  margin: 0;
}

.footer-sec3 ul {
  display: flex;
  list-style-type: none;
  flex-direction: column;
  align-items: start;
  padding: 0;
  margin: 0;
}
.footer-sec3 ul li,
.footer-sec2 ul li {
  margin: 1vh 0;
  position: relative;
  letter-spacing: 2px;
}

.footer-sec3 ul a,
.footer-sec2 ul a {
  text-decoration: none;
  color: #222;
  text-transform: uppercase;
}

.footer-sec3 ul li:hover::after,
.footer-sec2 ul li:hover::after {
  width: 95%;
  transform: translateX(-50%);
}

.footer-sec3 ul li::after,
.footer-sec2 ul li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: black;
  transform: translateX(-50%);
  transition: width 0.3s ease;
}

.bottom-footer {
  padding: 0 5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #222;
  letter-spacing: 2px;
}

.bottom-footer-left a,
.bottom-footer-right a {
  font-size: 16px;
  text-decoration: none;
  color: #222;
}

.bottom-footer-left a:hover,
.bottom-footer-right a:hover {
  text-decoration: underline;
}

.bottom-footer-right {
  display: flex;
}
#privacy-policy {
  border-right: 1px solid #222;
  padding-right: 20px;
  margin-right: 20px;
}

.footer-sec4 p {
  font-weight: 400;
  letter-spacing: 2px;
}

.footer-icons {
  width: 40%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 0;
  margin-left: 5vw;
  gap: 0;
}

.footer-icons img {
  scale: 2.4;
  margin: 0.5vh 0;
  transition: 0.3s;
}
.footer-icons img:hover {
  rotate: 10deg;
  transition: 0.3s;
}
#mobile-menu-icon {
  position: absolute;
  top: 50%;
  right: 10%;
  scale: 1.5;
}

.mobile-menu {
  display: none;
}

#mobile-logo {display: none;}
#desktop-logo {
  display: block;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  header {
    display: flex;
    position: absolute;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    height: 0;
    background: white;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
  }

  #mobile-logo {display: block;}

  #desktop-logo {
    display: none;
  }
  header {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    height: 130px;
    background: rgba(0, 0, 0, 0.178);
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
  }

  .logo {
    width: 50%;
    height: auto;
    
  }

  .logo img {
    width: 50%;
    height: auto;
  }

  .logo-img {
    position: absolute;
    background: transparent;
    padding: 5px;
    left: 2%;
    width: 200px !important;
    top: 20px;
  }

  #mobile-menu-icon {
    scale: 1.8;
    right: 5%;
  }

  @keyframes slideOutToRight {
    0% {
      transform: translateX(-100%);
    }
    100% {
      transform: translateX(0%);
    }
  }
  .mobile-menu.show {
    position: fixed;
    display: block;
    background-color: #fff;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    padding: 30px 0 0 12px;
    border-bottom: 3px solid #000;
    border-right: 1px solid #ce8429;
    z-index: 9999;
    animation: slideOutToRight 0.5s ease-in-out; /* Apply the animation */
  }

  .mobile-menu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    z-index: 9999;
  }

  .mobile-menu__logo img {
    height: 120px;
    width: auto;
    border-bottom: 1px solid #00000031;
    padding-bottom: 10px;
    z-index: 999;
  }

  .exit-button-mobile {
    font-size: 30px;
    font-weight: 600;
    color: #222;
    position: absolute;
    top: 74px;
    right: 50px;
    border: 1px solid #222;
    padding: 5px 17px;
    border-radius: 50px;
  }

  .mobile-menu__contact h4 {
    font-size: 16px;
    font-weight: normal;
  }

  .mobile-menu.show ul {
    padding-right: 40px;
    margin-top: 20%;
    margin-left: -40px;
  }

  .mobile-menu__social-icons {
    display: flex;
  }

  .mobile-menu__social-icons img {
    height: 32px;
    width: auto;
    margin: 0 15px 1vh 0;
    filter: brightness(0%);
  }

  .mobile-menu__language {
    margin-top: 2vh;
  }

  .mobile-menu__language a {
    font-size: 26px !important;
    text-transform: uppercase;
  }

  .info-mobile-menu {
    position: absolute;
    bottom: 7%;
  }

  .mobile-menu.show a {
    text-decoration: none;
    color: #000;
    font-size: 30px;
  }
  .mobile-menu__contact a {
    font-size: 28px !important;
    margin: 5vh 0 !important;
  }
  .mobile-menu.show li {
    margin-top: 15px;
    border-bottom: 1px solid #00000031;
    list-style-type: none;
  }

  .desktop-menu {
    display: none;
  }

  .hamburger-menu {
    display: none;
  }
  .right-side-menu {
    display: none;
  }

  .hero-section {
    display: flex;
  }
  .hero-left {
    display: none;
  }

  .hero-right {
    display: none;
  }

  .slider-container {
    width: 100%;
  }

  .right-side-menu ul li a {
    text-decoration: none;
    color: black;
    display: block;
    padding: 10px 0;
  }

  .slider-container {
    position: relative;
    overflow: hidden;
  }

  .swiper-container {
    width: 100%;
    height: 90vh;
    margin-top: 0;
  }

  .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }

  .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .main-title {
    position: absolute;
    color: white;
    text-align: center;

  }

  .main-title h1 {
    font-size: 60px;
    font-weight: 400;
    letter-spacing: 4px;
    margin: 0;
  }

  .main-title h4 {
    font-weight: 500;
    letter-spacing: 3px;
    margin: 0;
  }

  .slide-effect ul {
    list-style: none;
    padding: 0;
    margin: 0;
    color: white;
    font-family: "Jost", Arial, sans-serif;
  }

  .slide-effect ul li {
    margin: 10px 0;
    display: flex;
    align-items: center;
  }

  .slide-effect ul li span {
    display: inline-block;
    rotate: 90deg;
    width: 1px;
    height: 20px;
    background: white;
    margin-right: 10px;
    transition: height 0.3s;
  }

  .slide-effect ul li.active span {
    width: 1px;
    padding-top: 35px;
    background: white;
  }

  .slide-effect ul li.active {
    padding-left: 30px;
  }

  .swiper-pagination {
    bottom: 10px;
    display: flex;
    justify-content: center;
  }

  .swiper-pagination-bullet {
    width: auto;
    display: flex;
    margin: 0px;
    padding: 10px;
    background: transparent;
    font-size: 18px;
    line-height: 10px;
    border-radius: 50%;
    opacity: 1;
  }

  .swiper-pagination-bullet.active {
    gap: 20px;
  }

  .swiper-container .swiper-button-next {
    left: 13vw;
    color: #222222;
    background-color: #fff;
    padding: 1vh 2vh;
    transition: 0.3s;
    scale: 1;
  }

  .swiper-container .swiper-button-next,
  .swiper-container .swiper-button-prev {
    top: 76vh !important;
  }

  .swiper-container .swiper-button-prev {
    left: 3vw;
    color: #fff;
    background-color: #222222;
    padding: 1vh 2vh;
    scale: 1;
    transition: 0.3s;
  }

  .home-o-nama {
    padding: 0 5%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 5vh 0;
    position: relative;
  }

  .home-o-nama-left {
    width: 100%;
  }
  .home-o-nama-right {
    width: 100%;
    padding-left: 0;
  }
  .home-o-nama-right::before {
    display: none;
  }

  .home-o-nama-left h2 {
    font-weight: 500;
    font-size: 52px;
    letter-spacing: 2px;
    margin: 0;
    color: #222222;
    position: relative;
  }

  .home-o-nama-left h2::after {
    content: url("../images/dot.png");
    position: absolute;
    top: 50%;
    padding-left: 10px;
    transform: translateY(-50%);
  }

  .home-o-nama-left h4 {
    font-weight: 500;
    letter-spacing: 2px;
    margin: 0;
    padding-left: 50px;
    color: #222222;
    position: relative;

  }

  .home-o-nama-right p {
    line-height: 26px;
    letter-spacing: 1px;
  }

  .najnoviji-projekti {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    background-color: #f6f6f6;
    padding: 5% 5%;
    gap: 5%;
  }

  .project-content {
    width: 100%;
  }
  .project-list {
    min-height: 37vh;
    height: auto;
    padding-bottom: 1vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: left;
  }

  .project-list img {
    display: none;
    width: 1px;
    margin-left: 6.5vw;
  }

  .project-list a {
    margin-left: 0;
    margin-top: 0vh;
    font-weight: 600;
    text-decoration: none;
    color: #000;
  }

  .project-list ul {
    position: relative;
  }

  .project-list ul li {
    font-size: 20px;
    color: #222;
    letter-spacing: 0.2vh;
    list-style-type: none;
    margin: 1.5vh 0;
    transition: 0.3s;
  }

  .project-list li span {
    position: absolute;
    left: 0;
    width: 35px;
    height: 1px;
    margin-top: 1vh;
    background-color: #222;
    z-index: 1;
    transition: 0.3s;
  }
  .project-list li.active span {
    background-color: #000;
    height: 1px;
    width: 60px;
    transition: 0.3s;
  }
  .project-list li.active {
    font-weight: bold;
    padding-left: 25px;
    transition: 0.3s;
  }
  .project-slide {
    display: none;
  }
  .project-slide.active {
    display: block;
  }

  .project-list ul li:hover {
    cursor: pointer;
  }

  .project-list h2 {
    color: #222222;
    font-weight: 500;
    letter-spacing: 8px;
    margin: 0;
  }

  .project-slide {
    position: relative;
  }

  .project-slide img {
    width: 100%;
    min-height: 40vh;
    height: auto;
    padding: 2vh 0;
    object-fit: cover;
    margin: auto 0;
  }

  .project-slide-inner {
    padding: 0 5%;
    position: absolute;
    bottom: 30px;
  }
  .project-slide-inner p {
    color: #fff;
    line-height: 22px;
    font-size: 20px;
    letter-spacing: 2px;
  }
  .project-slide-inner span {
    font-weight: 600;
    letter-spacing: 2px;
    color: #fff;
  }

  .project-slide-inner a {
    color: #fff;
    display: flex;
    align-items: center;
    text-decoration: none;
  }

  .project-slide-inner a::before {
    content: url("../images/whitehorizontal.png");
    align-items: center;
    padding-bottom: 1vh;
    margin-right: 1vh;
  }

  .nasi-rezultati {
    background: url("../images/nasi-rez.png");
    background-size: cover;
    min-height: 30vh;
    height: auto;
    padding: 5.5vh 0;
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .rezultati-num {
    margin: 5vh 0;
    padding: 0 2.5%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }

  .nasi-rezultati h2 {
    letter-spacing: 5px;

    font-size: 60px;
  }
  .rezultati-num-single {
    margin: 2vh 0;
  }
  .rezultati-num-single a {
    font-size: 35px;
  }
  .nasi-servisi {
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 5% 0;
  }
  .nasi-servisi-left h4,
  .nasi-servisi-left h2 {
    margin: 0;
    text-align: center;
    font-weight: 400;
    letter-spacing: 3px;
    z-index: 10;
  }
  .nasi-servisi-left__card {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 1vh 0;
    width: 40%;
    padding: 2vh 4.5vh;
    background-color: #f6f6f6;
    z-index: 2;
  }
  .nasi-servisi-left__card img {
    height: auto;
    width: 10vh;
  }

  .nasi-servisi-right {
    width: 100%;
  }
  .nasi-servisi-left {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 3vh;
  }

  .nasi-servisi-left__card-content h4 {
    font-size: 20px;
  }
  .nasi-servisi-left__card-content span {
    font-size: 14px;
  }
  .nasi-servisi-right img {
    height: auto;
    width: 100%;
  }

  #usluge-vec {
    display: none;
  }

  .nas-blog {
    padding: 2% 5%;
    text-align: center;
    margin-bottom: 5vh;
  }
  .nas-blog h2,
  .nas-blog h4 {
    font-weight: 400;
    margin: 0;
    letter-spacing: 2px;
  }

  .nas-blog-cards {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 5vh;
  }

  .nas-blog-cards-single h4 {
    font-size: 30px;
  }

  .nas-blog-cards-single {
    width: 100%;
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #2222224d;
    padding-bottom: 20px;
  }
  .nas-blog-cards-single img {
    height: 35vh;
    width:100%;
    object-fit: cover;
  }

  .main-footer {
    display: flex;
    flex-direction: column;
    padding: 5%;
    gap: 20px;
    background-color: #f6f6f6;
  }

  .footer-sec1,
  .footer-sec2,
  .footer-sec3,
  .footer-sec4 {
    width: 100%;
  }

  .footer-sec1 img {
    width: 30%;
    height: auto;
    margin-bottom: 2vh;
  }

  .bottom-footer {
    padding: 0 5%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    color: #222;
    letter-spacing: 2px;
  }

  .bottom-footer-left a,
  .bottom-footer-right a {
    font-size: 14px;
    text-decoration: none;
    color: #222;
  }

  .bottom-footer-left a:hover,
  .bottom-footer-right a:hover {
    text-decoration: underline;
  }

  .bottom-footer-right {
    display: flex;
  }
  #privacy-policy {
    border-right: 1px solid #222;
    padding-right: 20px;
    margin-right: 20px;
  }

  .footer-sec4 p {
    font-weight: 400;
    letter-spacing: 2px;
  }

  .footer-icons {
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: left;
    justify-content: space-between;
    padding: 0;
    margin-left: 5vw;
    gap: 0;
  }

  .footer-icons img {
    scale: 2;
    margin: 0.5vh 0;
  }
}
@media (max-width: 768px) {

  #mobile-logo {display: block;}

  #desktop-logo {
    display: none;
  }
  header {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    /* height: 130px; */
    height: 85px;
    background: rgba(0, 0, 0, 0.178);
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
  }

  .logo {
    width: 50%;
    height: auto;
    
  }

  .logo img {
    width: 50%;
    height: auto;
  }

  .logo-img {
    position: absolute;
    background: transparent;
    padding: 5px;
    left: 2%;
    width: 150px !important;
    top: 10px;
  }

  @keyframes slideOutToRight {
    0% {
      transform: translateX(-100%);
    }
    100% {
      transform: translateX(0%);
    }
  }
  .mobile-menu.show {
    position: fixed;
    display: block;
    background-color: #fff;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    padding: 30px 0 0 12px;
    border-bottom: 3px solid #000;
    border-right: 1px solid #ce8429;
    z-index: 9999;
    animation: slideOutToRight 0.5s ease-in-out; /* Apply the animation */
  }

  .mobile-menu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    z-index: 9999;
  }

  .mobile-menu__logo img {
    height: 80px;
    width: auto;
    border-bottom: 1px solid #00000031;
    padding-bottom: 10px;
    z-index: 999;
  }

  .exit-button-mobile {
    font-size: 26px;
    font-weight: 600;
    color: #222;
    position: absolute;
    top: 44px;
    right: 30px;
    border: 1px solid #222;
    padding: 5px 17px;
    border-radius: 50px;
  }

  .mobile-menu__contact h4 {
    font-size: 16px;
    font-weight: normal;
  }

  .mobile-menu.show ul {
    padding-right: 40px;
    margin-top: 20%;
    margin-left: -40px;
  }

  .mobile-menu__social-icons {
    display: flex;
  }

  .mobile-menu__social-icons img {
    height: 22px;
    width: auto;
    margin: 0 15px 1vh 0;
    filter: brightness(0%);
  }

  .mobile-menu__language {
    margin-top: 2vh;
  }

  .mobile-menu__language a {
    font-size: 16px !important;
    text-transform: uppercase;
  }

  .info-mobile-menu {
    position: absolute;
    bottom: 7%;
  }

  .mobile-menu.show a {
    text-decoration: none;
    color: #000;
    font-size: 22px;
  }
  .mobile-menu__contact a {
    font-size: 16px !important;
    margin: 5vh 0 !important;
  }
  .mobile-menu.show li {
    margin-top: 15px;
    border-bottom: 1px solid #00000031;
    list-style-type: none;
  }

  .desktop-menu {
    display: none;
  }

  .hamburger-menu {
    display: none;
  }
  .right-side-menu {
    display: none;
  }

  .hero-section {
    display: flex;
  }
  .hero-left {
    display: none;
  }

  .hero-right {
    display: none;
  }

  .slider-container {
    width: 100%;
    height: 300px;
  }

  .right-side-menu ul li a {
    text-decoration: none;
    color: black;
    display: block;
    padding: 10px 0;
  }

  .slider-container {
    position: relative;
    overflow: hidden;
  }

  .swiper-container {
    width: 100%;
    /* height: 90vh; */
    height: 300px;
    margin-top: 0;
  }
  .slide-effect{
    bottom: 20%;
  }

  .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }

  .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .main-title {
    position: absolute;
    color: white;
    text-align: center;
  }

  .main-title h1 {
    font-weight: 400;
    letter-spacing: 4px;
    margin: 0;
    font-size: 35px;
  }

  .main-title h4 {
    font-weight: 500;
    letter-spacing: 3px;
    margin: 0;
  }

  .slide-effect ul {
    list-style: none;
    padding: 0;
    margin: 0;
    color: white;
    font-family: "Jost", Arial, sans-serif;
  }

  .slide-effect ul li {
    margin: 10px 0;
    display: flex;
    align-items: center;
  }

  .slide-effect ul li span {
    display: inline-block;
    rotate: 90deg;
    width: 1px;
    height: 20px;
    background: white;
    margin-right: 10px;
    transition: height 0.3s;
  }

  .slide-effect ul li.active span {
    width: 1px;
    padding-top: 35px;
    background: white;
  }

  .slide-effect ul li.active {
    padding-left: 30px;
  }

  .swiper-pagination {
    bottom: 10px;
    display: flex;
    justify-content: center;
  }

  .swiper-pagination-bullet {
    width: auto;
    display: flex;
    margin: 0px;
    padding: 10px;
    background: transparent;
    font-size: 18px;
    line-height: 10px;
    border-radius: 50%;
    opacity: 1;
  }

  .swiper-pagination-bullet.active {
    gap: 20px;
  }

  .swiper-container .swiper-button-next {
    left: 17vw;
    color: #222222;
    background-color: #fff;
    padding: 1vh 2vh;
    transition: 0.3s;
    scale: 0.8;
  }

  .swiper-container  .swiper-button-next,
  .swiper-container .swiper-button-prev {
    top: 76vh !important;
  }

  .swiper-container .swiper-button-prev {
    left: 3vw;
    color: #fff;
    background-color: #222222;
    padding: 1vh 2vh;
    scale: 0.8;
    transition: 0.3s;
  }

  .home-o-nama {
    padding: 0 5%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 5vh 0;
    position: relative;
  }

  .home-o-nama-left {
    width: 100%;
  }
  .home-o-nama-right {
    width: 100%;
    padding-left: 0;
  }
  .home-o-nama-right::before {
    display: none;
  }

  .home-o-nama-left h2 {
    font-weight: 500;
    font-size: 35px;
    letter-spacing: 2px;
    margin: 0;
    color: #222222;
    position: relative;
  }

  .home-o-nama-left h2::after {
    content: url("../images/dot.png");
    position: absolute;
    top: 50%;
    padding-left: 10px;
    transform: translateY(-50%);
  }

  .home-o-nama-left h4 {
    font-weight: 500;
    letter-spacing: 2px;
    margin: 0;
    padding-left: 50px;
    color: #222222;
    position: relative;
  }

  .home-o-nama-right p {
    line-height: 26px;
    letter-spacing: 1px;
  }

  .najnoviji-projekti {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    background-color: #f6f6f6;
    padding: 5% 5%;
    gap: 5%;
  }

  .project-content {
    width: 100%;
  }
  .project-list {
    min-height: 45vh;
    height: auto;
    padding-bottom: 2vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: left;
  }

  .project-list img {
    display: none;
    width: 1px;
    margin-left: 6.5vw;
  }

  .project-list a {
    margin-left: 4vw;
    margin-top: 3vh;
    font-weight: 600;
    text-decoration: none;
    color: #000;
  }

  .project-list ul {
    position: relative;
  }

  .project-list ul li {
    font-size: 14px;
    color: #222;
    letter-spacing: 0.2vh;
    list-style-type: none;
    margin: 1.5vh 0;
    transition: 0.3s;
  }

  .project-list li span {
    position: absolute;
    left: 0;
    width: 35px;
    height: 1px;
    margin-top: 1.5vh;
    background-color: #222;
    z-index: 1;
    transition: 0.3s;
  }
  .project-list li.active span {
    background-color: #000;
    height: 1px;
    width: 60px;
    transition: 0.3s;
  }
  .project-list li.active {
    font-weight: bold;
    padding-left: 25px;
    transition: 0.3s;
  }
  .project-slide {
    display: none;
  }
  .project-slide.active {
    display: block;
  }

  .project-list ul li:hover {
    cursor: pointer;
  }

  .project-list h2 {
    color: #222222;
    font-weight: 500;
    letter-spacing: 8px;
    margin: 0;
  }

  .project-slide {
    position: relative;
  }

  .project-slide img {
    width: 100%;
    min-height: 40vh;
    height: auto;
    padding: 2vh 0;
    object-fit: cover;
    margin: auto 0;
  }

  .project-slide-inner {
    padding: 0 5%;
    position: absolute;
    bottom: 30px;
  }
  .project-slide-inner p {
    color: #fff;
    line-height: 18px;
    font-size: 12px;
    letter-spacing: 2px;
  }
  .project-slide-inner span {
    font-weight: 600;
    letter-spacing: 2px;
    color: #fff;
  }

  .project-slide-inner a {
    color: #fff;
    display: flex;
    align-items: center;
    text-decoration: none;
  }

  .project-slide-inner a::before {
    content: url("../images/whitehorizontal.png");
    align-items: center;
    padding-bottom: 1vh;
    margin-right: 1vh;
  }

  .nasi-rezultati {
    background: url("../images/nasi-rez.png");
    background-size: cover;
    min-height: 55vh;
    padding: 5vh 0;
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .rezultati-num {
    margin: 5vh 0;
    padding: 0 2.5%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }

  .nasi-rezultati h2 {
    letter-spacing: 5px;
  }

  .nasi-servisi {
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 5% 0;
  }
  .nasi-servisi-left h4,
  .nasi-servisi-left h2 {
    margin: 0;
    text-align: center;
    font-weight: 400;
    letter-spacing: 3px;
    z-index: 10;
  }
  .nasi-servisi-left__card {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 1vh 0;
    width: 32vh;
    padding: 2vh 4.5vh;
    background-color: #f6f6f6;
    z-index: 2;
  }
  .nasi-servisi-left__card img {
    height: auto;
    width: 10vh;
  }

  .nasi-servisi-right {
    width: 100%;
  }
  .nasi-servisi-left {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 3vh;
  }
  .nasi-servisi-right img {
    height: auto;
    width: 100%;
  }

  #usluge-vec {
    display: none;
  }

  .nas-blog {
    padding: 2% 5%;
    text-align: center;
    margin-bottom: 5vh;
  }
  .nas-blog h2,
  .nas-blog h4 {
    font-weight: 400;
    margin: 0;
    letter-spacing: 2px;
  }

  .nas-blog-cards {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 5vh;
  }

  .nas-blog-cards-single {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .nas-blog-cards-single img {
    height: 35vh;
    width: 100%;
    object-fit: cover;
  }

  .main-footer {
    display: flex;
    flex-direction: column;
    padding: 5%;
    gap: 20px;
    background-color: #f6f6f6;
  }

  .footer-sec1,
  .footer-sec2,
  .footer-sec3,
  .footer-sec4 {
    width: 100%;
  }

  .footer-sec1 img {
    width: 40%;
    height: auto;
    margin-bottom: 2vh;
  }

  .bottom-footer {
    padding: 0 5%;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: space-between;
    color: #222;
    letter-spacing: 2px;
  }

  .bottom-footer-left h5{
    /* font-size: 10px; */
    text-align: center;
  }

  .bottom-footer-left h5 a{
    font-size: 12px;
  }

  .bottom-footer-left a,
  .bottom-footer-right a {
    font-size: 16px;
    text-decoration: none;
    color: #222;
  }

  .bottom-footer-left a:hover,
  .bottom-footer-right a:hover {
    text-decoration: underline;
  }

  .bottom-footer-right {
    display: flex;
  }
  #privacy-policy {
    border-right: 1px solid #222;
    padding-right: 20px;
    margin-right: 20px;
  }

  .footer-sec4 p {
    font-weight: 400;
    letter-spacing: 2px;
  }

  .footer-icons {
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: left;
    /* justify-content: space-between; */
    justify-content: flex-start;
    padding: 0;
    margin-left: 5vw;
    gap: 0;
  }

  .footer-icons img {
    scale: 2;
    margin: 0.5vh 0;
  }
}

@media (max-width: 376px) {
  .project-slide-inner p {
    letter-spacing: 1px;
  }

  .nasi-rezultati {
    padding: 10vh 0;
  }
  .home-o-nama-left h2 {
    font-size: 40px;
  }

  .mobile-menu.show a {
    text-decoration: none;
    color: #000;
    font-size: 20px;
  }
  .mobile-menu.show ul {
    margin-top: 15%;
  }
}


.success-message-cont .hero-mid {
    width: 95%;
    min-height: 80vh;
    height: auto;
}

.success-message-cont .contact-container {
    display: flex;
    width: 100%;
    min-height: 100vh;
    height: auto;
    align-items: stretch;
}

.success-message-cont .contact-form {
    width: 50%;
    padding-top: 200px;
    padding-bottom: 50px;
    padding-left: 5vw;
    background: #f9f9f9;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.success-message-cont .contact-info {
    width: 50%;
    height: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.success-message-cont .contact-info .contact-image {
    width: 100%;
    height: 100%;
}

.success-message-cont .contact-info img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.success-message-cont a{
  color: #222;
}

@media only screen and (max-width: 768px) {
  .success-message-cont  .hero-mid {
        width: 100%;
        min-height: 80vh;
        height: auto;
    }

    .success-message-cont .contact-form h1{
  font-size: 35px;
}

}

@media only screen and (max-width: 768px) {
   .success-message-cont .contact-container {
        display: flex;
        flex-direction: column;
        width: 100%;
        min-height: 100vh;
        height: auto;
        align-items: stretch;
    }
}

@media (max-width: 768px) {
    .success-message-cont .contact-form {
        text-align: center;
        width: 100%;
        padding-top: 150px;
        padding-bottom: 50px;
        padding-left: 0;
        background: #f9f9f9;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}

@media (max-width: 768px) {
   .success-message-cont .contact-info {
        width: 100%;
        min-height: 50vh;
        height: auto;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .home-section{
      height: 450px !important;
    }
}

.slider-container video{
width: 100%;
    object-fit: cover;
    object-position: center;
    height: 100%;
}

.footer-sec3{
  margin-right: 90px;
}

.footer-sec4 a{
  color: #222;
  font-weight: 400;
    letter-spacing: 2px;
    text-decoration: none;
}

.project-image-overlay{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
background: rgb(0,0,0);
background: -moz-linear-gradient(0deg, rgba(0,0,0,0.633578431372549) 40%, rgba(255,255,255,0) 58%);
background: -webkit-linear-gradient(0deg, rgba(0,0,0,0.633578431372549) 40%, rgba(255,255,255,0) 58%);
background: linear-gradient(0deg, rgba(0,0,0,0.633578431372549) 40%, rgba(255,255,255,0) 58%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#ffffff",GradientType=1);
}


.stan-section2 .swiper-slide a,
.stan-section .swiper-slide a {
  display: block;
  height: 100%;
  width: auto;
}
.stan-section2 .swiper-slide img,
.stan-section .swiper-slide img {
  object-fit: contain;
  height: 100%;
}

.stan-section2 .swiper-slide img.small,
.stan-section .swiper-slide img.small {
  height: 100%;
}

.swiper.swiper-small {
  height: 200px;
}
.swiper.swiper-big {
  height: 600px;
}

.o-nama-main-left h2,
.stan-section-left h2,
.eco-pdf-link,
.stan-section-left p {
  letter-spacing: normal !important;
}


.hero-mid {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.pagination li a {
  display: block;
  text-align: center;
  width: 25px;
  padding-left: 3px;
}

.pagination li a.active {
  color: white;
  background-color: black;
}

@media (max-width: 768px) {
  .swiper.swiper-big {
    height: auto;
  }
  .stan-section2 {
    display: flex !important;
    flex-direction: column !important;
  }
  form button {
    width: 25% !important;
  }
  .home-section {
    height: auto !important;
  }
  .hero-mid {
    margin-top: 0 !important;
  }
  .nasi-rezultati h2 {
    font-size: 35px !important;
  }
  .hero-section.home-section {
    padding-top: 130px;
    background: black;
  }
  .template-cover h1 {
    font-size: 35px !important;
    letter-spacing: 8px !important;
  }

  .footer-sec4 a{
    margin-right: 20px;
  }
}